summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2009-08-28 19:10:57 +0200
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-09-25 12:38:31 +0200
commit5a41e1374417bc780050e93780b97367f214555a (patch)
tree9b7ade63a233440cd57cc820a93bda7938f81bf1
parentf10494cc3d3274a8b446a77833eb5ddac2df61dd (diff)
downloadqt-creator-5a41e1374417bc780050e93780b97367f214555a.tar.gz
Silence doc warnings, apply new Qt docs layout, add CVS to RCSes.
-rw-r--r--doc/classic.css217
-rw-r--r--doc/qt.index79756
-rw-r--r--doc/qtcreator.qdoc12
-rw-r--r--doc/qtcreator.qdocconf28
4 files changed, 79986 insertions, 27 deletions
diff --git a/doc/classic.css b/doc/classic.css
index 400ee71168..f97bdbeaba 100644
--- a/doc/classic.css
+++ b/doc/classic.css
@@ -1,12 +1,101 @@
+BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
+ font-family: Arial, Geneva, Helvetica, sans-serif;
+}
+H1 {
+ text-align: center;
+ font-size: 160%;
+}
+H2 {
+ font-size: 120%;
+}
+H3 {
+ font-size: 100%;
+}
+
h3.fn,span.fn
{
- margin-left: 1cm;
- text-indent: -1cm;
+ background-color: #eee;
+ border-width: 1px;
+ border-style: solid;
+ border-color: #ddd;
+ font-weight: bold;
+ padding: 6px 0px 6px 10px;
+ margin: 42px 0px 0px 0px;
+}
+
+hr {
+ border: 0;
+ color: #a0a0a0;
+ background-color: #ccc;
+ height: 1px;
+ width: 100%;
+ text-align: left;
+ margin: 34px 0px 34px 0px;
+}
+
+table.valuelist {
+ border-width: 1px 1px 1px 1px;
+ border-style: solid;
+ border-color: #dddddd;
+ border-collapse: collapse;
+ background-color: #f0f0f0;
+}
+
+table.indextable {
+ border-width: 1px 1px 1px 1px;
+ border-collapse: collapse;
+ background-color: #f0f0f0;
+ border-color:#555;
+ font-size: 110%;
+}
+
+table td.largeindex {
+ border-width: 1px 1px 1px 1px;
+ border-collapse: collapse;
+ background-color: #f0f0f0;
+ border-color:#555;
+ font-size: 120%;
+}
+
+table.valuelist th {
+ border-width: 1px 1px 1px 2px;
+ padding: 4px;
+ border-style: solid;
+ border-color: #666;
+ color:white;
+ background-color:#666;
+}
+
+th.titleheader {
+ border-width: 1px 0px 1px 0px;
+ padding: 4px;
+ border-style: solid;
+ border-color: #444;
+ color:white;
+ background-color:#555555;
+ font-size: 110%;
+}
+
+th.largeheader {
+ border-width: 1px 0px 1px 0px;
+ padding: 4px;
+ border-style: solid;
+ border-color: #444;
+ color:white;
+ background-color:#555555;
+ font-size: 120%;
+}
+
+p {
+
+ margin-left: 4px;
+ margin-top: 8px;
+ margin-bottom: 8px;
}
a:link
{
- color: #004faf;
+ color: #0046ad;
text-decoration: none
}
@@ -16,14 +105,28 @@ a:visited
text-decoration: none
}
-td.postheader
+a.obsolete
+{
+ color: #661100;
+ text-decoration: none
+}
+
+a.compat
+{
+ color: #661100;
+ text-decoration: none
+}
+
+a.obsolete:visited
{
- font-family: sans-serif
+ color: #995500;
+ text-decoration: none
}
-tr.address
+a.compat:visited
{
- font-family: sans-serif
+ color: #995500;
+ text-decoration: none
}
body
@@ -32,6 +135,34 @@ body
color: black
}
+table.generic, table.annotated
+{
+ border-width: 1px;
+ border-color:#bbb;
+ border-style:solid;
+ border-collapse:collapse;
+}
+
+table td.memItemLeft {
+ width: 180px;
+ padding: 2px 0px 0px 8px;
+ margin: 4px;
+ border-width: 1px;
+ border-color: #E0E0E0;
+ border-style: none;
+ font-size: 100%;
+ white-space: nowrap
+}
+
+table td.memItemRight {
+ padding: 2px 8px 0px 8px;
+ margin: 4px;
+ border-width: 1px;
+ border-color: #E0E0E0;
+ border-style: none;
+ font-size: 100%;
+}
+
table tr.odd {
background: #f0f0f0;
color: black;
@@ -53,17 +184,17 @@ table.annotated td {
table tr pre
{
- padding-top: none;
- padding-bottom: none;
- padding-left: none;
- padding-right: none;
+ padding-top: 0px;
+ padding-bottom: 0px;
+ padding-left: 0px;
+ padding-right: 0px;
border: none;
background: none
}
tr.qt-style
{
- background: #a2c511;
+ background: #96E066;
color: black
}
@@ -75,6 +206,14 @@ body pre
color: black
}
+table tr.qt-code pre
+{
+ padding: 0.2em;
+ border: #e7e7e7 1px solid;
+ background: #f1f1f1;
+ color: black
+}
+
span.preprocessor, span.preprocessor a
{
color: darkblue;
@@ -91,6 +230,11 @@ span.string,span.char
color: darkgreen;
}
+.title
+{
+ text-align: center
+}
+
.subtitle
{
font-size: 0.8em
@@ -100,3 +244,52 @@ span.string,span.char
{
font-size: 0.65em
}
+
+.qmlitem {
+ padding: 0;
+}
+
+.qmlname {
+ white-space: nowrap;
+ font-weight: bold;
+ font-size: 125%;
+}
+
+.qmltype {
+ font-weight: bold;
+ font-size: 125%;
+}
+
+.qmlproto, .qmldoc {
+ // border-top: 1px solid #84b0c7;
+}
+
+.qmlproto {
+ padding: 0;
+ //background-color: #e4e4e4;//#d5e1e8;
+ //font-weight: bold;
+ //-webkit-border-top-left-radius: 8px;
+ //-webkit-border-top-right-radius: 8px;
+ //-moz-border-radius-topleft: 8px;
+ //-moz-border-radius-topright: 8px;
+}
+
+.qmldoc {
+ border-top: 1px solid #e4e4e4;
+ //padding: 2px 5px;
+ //background-color: #eef3f5;
+ //border-top-width: 0;
+ //-webkit-border-bottom-left-radius: 8px;
+ //-webkit-border-bottom-right-radius: 8px;
+ //-moz-border-radius-bottomleft: 8px;
+ //-moz-border-radius-bottomright: 8px;
+}
+
+.qmldoc p, .qmldoc dl, .qmldoc ul {
+ //margin: 6px 0;
+}
+
+*.qmlitem p {
+ //margin-top: 0px;
+ //margin-bottom: 0px;
+}
diff --git a/doc/qt.index b/doc/qt.index
new file mode 100644
index 0000000000..822a064dd4
--- /dev/null
+++ b/doc/qt.index
@@ -0,0 +1,79756 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE QDOCINDEX>
+<INDEX url="http://qt.nokia.com/doc/4.5" title="Qt Reference Documentation" version="%VERSION%">
+ <namespace access="public" threadsafety="unspecified" status="commendable" name="" href="" location="" module="">
+ <class access="public" threadsafety="reentrant" status="commendable" name="QRegExp" href="qregexp.html" location="qregexp.h" bases="" module="QtCore">
+ <target name="characters-and-abbreviations-for-sets-of-characters"/>
+ <target name="sets-of-characters"/>
+ <target name="quantifiers"/>
+ <target name="capturing-parentheses"/>
+ <target name="backreferences"/>
+ <target name="greedy-quantifiers"/>
+ <target name="cap-in-a-loop"/>
+ <target name="assertions"/>
+ <target name="perl-users"/>
+ <target name="code-examples"/>
+ <keyword name="regular-expression"/>
+ <keyword name="qregexp-wildcard-matching"/>
+ <contents name="introduction" title="Introduction" level="1"/>
+ <contents name="characters-and-abbreviations-for-sets-of-characters" title="Characters and Abbreviations for Sets of Characters" level="1"/>
+ <contents name="sets-of-characters" title="Sets of Characters" level="1"/>
+ <contents name="quantifiers" title="Quantifiers" level="1"/>
+ <contents name="capturing-text" title="Capturing Text" level="1"/>
+ <contents name="assertions" title="Assertions" level="1"/>
+ <contents name="wildcard-matching" title="Wildcard Matching" level="1"/>
+ <contents name="notes-for-perl-users" title="Notes for Perl Users" level="1"/>
+ <contents name="code-examples" title="Code Examples" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PatternSyntax" fullname="QRegExp::PatternSyntax" href="qregexp.html#PatternSyntax-enum" location="qregexp.h">
+ <value name="RegExp" value="0"/>
+ <value name="Wildcard" value="1"/>
+ <value name="FixedString" value="2"/>
+ <value name="RegExp2" value="3"/>
+ <value name="W3CXmlSchema11" value="4"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="CaretMode" fullname="QRegExp::CaretMode" href="qregexp.html#CaretMode-enum" location="qregexp.h">
+ <value name="CaretAtZero" value="0"/>
+ <value name="CaretAtOffset" value="1"/>
+ <value name="CaretWontMatch" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRegExp" fullname="QRegExp::QRegExp" href="qregexp.html#QRegExp" location="qregexp.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QRegExp()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRegExp" fullname="QRegExp::QRegExp" href="qregexp.html#QRegExp-2" location="qregexp.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QRegExp(const QString &amp; pattern, Qt::CaseSensitivity cs, PatternSyntax syntax)">
+ <parameter left="const QString &amp;" right="" name="pattern" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ <parameter left="PatternSyntax" right="" name="syntax" default="RegExp"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRegExp" fullname="QRegExp::QRegExp" href="qregexp.html#QRegExp-3" location="qregexp.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QRegExp(const QRegExp &amp; rx)">
+ <parameter left="const QRegExp &amp;" right="" name="rx" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QRegExp" fullname="QRegExp::~QRegExp" href="qregexp.html#dtor.QRegExp" location="qregexp.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QRegExp()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QRegExp::operator=" href="qregexp.html#operator=" location="qregexp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QRegExp &amp;" signature="operator=(const QRegExp &amp; rx)">
+ <parameter left="const QRegExp &amp;" right="" name="rx" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QRegExp::operator==" href="qregexp.html#operator==" location="qregexp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QRegExp &amp; rx) const">
+ <parameter left="const QRegExp &amp;" right="" name="rx" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QRegExp::operator!=" href="qregexp.html#operator!=" location="qregexp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QRegExp &amp; rx) const">
+ <parameter left="const QRegExp &amp;" right="" name="rx" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QRegExp::isEmpty" href="qregexp.html#isEmpty" location="qregexp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QRegExp::isValid" href="qregexp.html#isValid" location="qregexp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pattern" fullname="QRegExp::pattern" href="qregexp.html#pattern" location="qregexp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="pattern() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPattern" fullname="QRegExp::setPattern" href="qregexp.html#setPattern" location="qregexp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPattern(const QString &amp; pattern)">
+ <parameter left="const QString &amp;" right="" name="pattern" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="caseSensitivity" fullname="QRegExp::caseSensitivity" href="qregexp.html#caseSensitivity" location="qregexp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::CaseSensitivity" signature="caseSensitivity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCaseSensitivity" fullname="QRegExp::setCaseSensitivity" href="qregexp.html#setCaseSensitivity" location="qregexp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCaseSensitivity(Qt::CaseSensitivity cs)">
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="caseSensitive" fullname="QRegExp::caseSensitive" href="qregexp-qt3.html#caseSensitive" location="qregexp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="caseSensitive() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setCaseSensitive" fullname="QRegExp::setCaseSensitive" href="qregexp-qt3.html#setCaseSensitive" location="qregexp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCaseSensitive(bool sensitive)">
+ <parameter left="bool" right="" name="sensitive" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="patternSyntax" fullname="QRegExp::patternSyntax" href="qregexp.html#patternSyntax" location="qregexp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="PatternSyntax" signature="patternSyntax() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPatternSyntax" fullname="QRegExp::setPatternSyntax" href="qregexp.html#setPatternSyntax" location="qregexp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPatternSyntax(PatternSyntax syntax)">
+ <parameter left="PatternSyntax" right="" name="syntax" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="wildcard" fullname="QRegExp::wildcard" href="qregexp-qt3.html#wildcard" location="qregexp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="wildcard() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setWildcard" fullname="QRegExp::setWildcard" href="qregexp-qt3.html#setWildcard" location="qregexp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWildcard(bool wildcard)">
+ <parameter left="bool" right="" name="wildcard" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isMinimal" fullname="QRegExp::isMinimal" href="qregexp.html#isMinimal" location="qregexp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isMinimal() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinimal" fullname="QRegExp::setMinimal" href="qregexp.html#setMinimal" location="qregexp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMinimal(bool minimal)">
+ <parameter left="bool" right="" name="minimal" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="minimal" fullname="QRegExp::minimal" href="qregexp-qt3.html#minimal" location="qregexp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="minimal() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exactMatch" fullname="QRegExp::exactMatch" href="qregexp.html#exactMatch" location="qregexp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="exactMatch(const QString &amp; str) const">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexIn" fullname="QRegExp::indexIn" href="qregexp.html#indexIn" location="qregexp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexIn(const QString &amp; str, int offset, CaretMode caretMode) const">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ <parameter left="int" right="" name="offset" default="0"/>
+ <parameter left="CaretMode" right="" name="caretMode" default="CaretAtZero"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastIndexIn" fullname="QRegExp::lastIndexIn" href="qregexp.html#lastIndexIn" location="qregexp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="lastIndexIn(const QString &amp; str, int offset, CaretMode caretMode) const">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ <parameter left="int" right="" name="offset" default="-1"/>
+ <parameter left="CaretMode" right="" name="caretMode" default="CaretAtZero"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="search" fullname="QRegExp::search" href="qregexp-qt3.html#search" location="qregexp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="search(const QString &amp; str, int from, CaretMode caretMode) const">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ <parameter left="int" right="" name="from" default="0"/>
+ <parameter left="CaretMode" right="" name="caretMode" default="CaretAtZero"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="searchRev" fullname="QRegExp::searchRev" href="qregexp-qt3.html#searchRev" location="qregexp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="searchRev(const QString &amp; str, int from, CaretMode caretMode) const">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ <parameter left="int" right="" name="from" default="-1"/>
+ <parameter left="CaretMode" right="" name="caretMode" default="CaretAtZero"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="matchedLength" fullname="QRegExp::matchedLength" href="qregexp.html#matchedLength" location="qregexp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="matchedLength() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numCaptures" fullname="QRegExp::numCaptures" href="qregexp.html#numCaptures" location="qregexp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="numCaptures() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="capturedTexts" fullname="QRegExp::capturedTexts" href="qregexp.html#capturedTexts" location="qregexp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="capturedTexts() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cap" fullname="QRegExp::cap" href="qregexp.html#cap" location="qregexp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="cap(int nth) const">
+ <parameter left="int" right="" name="nth" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QRegExp::pos" href="qregexp.html#pos" location="qregexp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="pos(int nth) const">
+ <parameter left="int" right="" name="nth" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QRegExp::errorString" href="qregexp.html#errorString" location="qregexp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="escape" fullname="QRegExp::escape" href="qregexp.html#escape" location="qregexp.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="escape(const QString &amp; str)">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QRegExp" fullname="QRegExp::QRegExp" href="qregexp-qt3.html#QRegExp-4" location="qregexp.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QRegExp(const QString &amp; pattern, bool cs, bool wildcard)">
+ <parameter left="const QString &amp;" right="" name="pattern" default=""/>
+ <parameter left="bool" right="" name="cs" default=""/>
+ <parameter left="bool" right="" name="wildcard" default="false"/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qregexp.html#operator&lt;&lt;" location="qregexp.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QRegExp" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; out, const QRegExp &amp; regExp)">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ <parameter left="const QRegExp &amp;" right="" name="regExp" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qregexp.html#operator&gt;&gt;" location="qregexp.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QRegExp" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; in, QRegExp &amp; regExp)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ <parameter left="QRegExp &amp;" right="" name="regExp" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDateTimeEdit" href="qdatetimeedit.html" location="qdatetimeedit.h" bases="QAbstractSpinBox" module="QtGui">
+ <contents name="using-a-pop-up-calendar-widget" title="Using a Pop-up Calendar Widget" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="dateTime" fullname="QDateTimeEdit::dateTime" href="qdatetimeedit.html#dateTime-prop" location="qdatetimeedit.h" type="QDateTime">
+ <getter name="dateTime"/>
+ <setter name="setDateTime"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="date" fullname="QDateTimeEdit::date" href="qdatetimeedit.html#date-prop" location="qdatetimeedit.h" type="QDate">
+ <getter name="date"/>
+ <setter name="setDate"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="time" fullname="QDateTimeEdit::time" href="qdatetimeedit.html#time-prop" location="qdatetimeedit.h" type="QTime">
+ <getter name="time"/>
+ <setter name="setTime"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maximumDateTime" fullname="QDateTimeEdit::maximumDateTime" href="qdatetimeedit.html#maximumDateTime-prop" location="qdatetimeedit.h" type="QDateTime">
+ <getter name="maximumDateTime"/>
+ <setter name="setMaximumDateTime"/>
+ <resetter name="clearMaximumDateTime"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="minimumDateTime" fullname="QDateTimeEdit::minimumDateTime" href="qdatetimeedit.html#minimumDateTime-prop" location="qdatetimeedit.h" type="QDateTime">
+ <getter name="minimumDateTime"/>
+ <setter name="setMinimumDateTime"/>
+ <resetter name="clearMinimumDateTime"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maximumDate" fullname="QDateTimeEdit::maximumDate" href="qdatetimeedit.html#maximumDate-prop" location="qdatetimeedit.h" type="QDate">
+ <getter name="maximumDate"/>
+ <setter name="setMaximumDate"/>
+ <resetter name="clearMaximumDate"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="minimumDate" fullname="QDateTimeEdit::minimumDate" href="qdatetimeedit.html#minimumDate-prop" location="qdatetimeedit.h" type="QDate">
+ <getter name="minimumDate"/>
+ <setter name="setMinimumDate"/>
+ <resetter name="clearMinimumDate"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maximumTime" fullname="QDateTimeEdit::maximumTime" href="qdatetimeedit.html#maximumTime-prop" location="qdatetimeedit.h" type="QTime">
+ <getter name="maximumTime"/>
+ <setter name="setMaximumTime"/>
+ <resetter name="clearMaximumTime"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="minimumTime" fullname="QDateTimeEdit::minimumTime" href="qdatetimeedit.html#minimumTime-prop" location="qdatetimeedit.h" type="QTime">
+ <getter name="minimumTime"/>
+ <setter name="setMinimumTime"/>
+ <resetter name="clearMinimumTime"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentSection" fullname="QDateTimeEdit::currentSection" href="qdatetimeedit.html#currentSection-prop" location="qdatetimeedit.h" type="Section">
+ <getter name="currentSection"/>
+ <setter name="setCurrentSection"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="displayedSections" fullname="QDateTimeEdit::displayedSections" href="qdatetimeedit.html#displayedSections-prop" location="qdatetimeedit.h" type="Sections">
+ <getter name="displayedSections"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="displayFormat" fullname="QDateTimeEdit::displayFormat" href="qdatetimeedit.html#displayFormat-prop" location="qdatetimeedit.h" type="QString">
+ <getter name="displayFormat"/>
+ <setter name="setDisplayFormat"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="calendarPopup" fullname="QDateTimeEdit::calendarPopup" href="qdatetimeedit.html#calendarPopup-prop" location="qdatetimeedit.h" type="bool">
+ <getter name="calendarPopup"/>
+ <setter name="setCalendarPopup"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentSectionIndex" fullname="QDateTimeEdit::currentSectionIndex" href="qdatetimeedit.html#currentSectionIndex-prop" location="qdatetimeedit.h" type="int">
+ <getter name="currentSectionIndex"/>
+ <setter name="setCurrentSectionIndex"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="sectionCount" fullname="QDateTimeEdit::sectionCount" href="qdatetimeedit.html#sectionCount-prop" location="qdatetimeedit.h" type="int">
+ <getter name="sectionCount"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="timeSpec" fullname="QDateTimeEdit::timeSpec" href="qdatetimeedit.html#timeSpec-prop" location="qdatetimeedit.h" type="Qt::TimeSpec">
+ <getter name="timeSpec"/>
+ <setter name="setTimeSpec"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Section" fullname="QDateTimeEdit::Section" href="qdatetimeedit.html#Section-enum" location="qdatetimeedit.h" typedef="QDateTimeEdit::Sections">
+ <value name="NoSection" value="0x0000"/>
+ <value name="AmPmSection" value="0x0001"/>
+ <value name="MSecSection" value="0x0002"/>
+ <value name="SecondSection" value="0x0004"/>
+ <value name="MinuteSection" value="0x0008"/>
+ <value name="HourSection" value="0x0010"/>
+ <value name="DaySection" value="0x0100"/>
+ <value name="MonthSection" value="0x0200"/>
+ <value name="YearSection" value="0x0400"/>
+ <value name="TimeSections_Mask" value="AmPmSection | MSecSection | SecondSection | MinuteSection | HourSection"/>
+ <value name="DateSections_Mask" value="DaySection | MonthSection | YearSection"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Sections" fullname="QDateTimeEdit::Sections" href="qdatetimeedit.html#Sections-typedef" location="qdatetimeedit.h" enum="QDateTimeEdit::Section"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDateTimeEdit" fullname="QDateTimeEdit::QDateTimeEdit" href="qdatetimeedit.html#QDateTimeEdit" location="qdatetimeedit.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDateTimeEdit(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDateTimeEdit" fullname="QDateTimeEdit::QDateTimeEdit" href="qdatetimeedit.html#QDateTimeEdit-2" location="qdatetimeedit.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDateTimeEdit(const QDateTime &amp; datetime, QWidget * parent)">
+ <parameter left="const QDateTime &amp;" right="" name="datetime" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDateTimeEdit" fullname="QDateTimeEdit::QDateTimeEdit" href="qdatetimeedit.html#QDateTimeEdit-3" location="qdatetimeedit.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QDateTimeEdit(const QDate &amp; date, QWidget * parent)">
+ <parameter left="const QDate &amp;" right="" name="date" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDateTimeEdit" fullname="QDateTimeEdit::QDateTimeEdit" href="qdatetimeedit.html#QDateTimeEdit-4" location="qdatetimeedit.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QDateTimeEdit(const QTime &amp; time, QWidget * parent)">
+ <parameter left="const QTime &amp;" right="" name="time" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dateTime" fullname="QDateTimeEdit::dateTime" href="qdatetimeedit.html#dateTime-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="dateTime" type="QDateTime" signature="dateTime() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="date" fullname="QDateTimeEdit::date" href="qdatetimeedit.html#date-prop" location="qdatetimeedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="date" type="QDate" signature="date() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="time" fullname="QDateTimeEdit::time" href="qdatetimeedit.html#time-prop" location="qdatetimeedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="time" type="QTime" signature="time() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumDateTime" fullname="QDateTimeEdit::minimumDateTime" href="qdatetimeedit.html#minimumDateTime-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="minimumDateTime" type="QDateTime" signature="minimumDateTime() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearMinimumDateTime" fullname="QDateTimeEdit::clearMinimumDateTime" href="qdatetimeedit.html#minimumDateTime-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="minimumDateTime" type="void" signature="clearMinimumDateTime()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinimumDateTime" fullname="QDateTimeEdit::setMinimumDateTime" href="qdatetimeedit.html#minimumDateTime-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="minimumDateTime" type="void" signature="setMinimumDateTime(const QDateTime &amp; dt)">
+ <parameter left="const QDateTime &amp;" right="" name="dt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumDateTime" fullname="QDateTimeEdit::maximumDateTime" href="qdatetimeedit.html#maximumDateTime-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maximumDateTime" type="QDateTime" signature="maximumDateTime() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearMaximumDateTime" fullname="QDateTimeEdit::clearMaximumDateTime" href="qdatetimeedit.html#maximumDateTime-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="maximumDateTime" type="void" signature="clearMaximumDateTime()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaximumDateTime" fullname="QDateTimeEdit::setMaximumDateTime" href="qdatetimeedit.html#maximumDateTime-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="maximumDateTime" type="void" signature="setMaximumDateTime(const QDateTime &amp; dt)">
+ <parameter left="const QDateTime &amp;" right="" name="dt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDateTimeRange" fullname="QDateTimeEdit::setDateTimeRange" href="qdatetimeedit.html#setDateTimeRange" location="qdatetimeedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDateTimeRange(const QDateTime &amp; min, const QDateTime &amp; max)">
+ <parameter left="const QDateTime &amp;" right="" name="min" default=""/>
+ <parameter left="const QDateTime &amp;" right="" name="max" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumDate" fullname="QDateTimeEdit::minimumDate" href="qdatetimeedit.html#minimumDate-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="minimumDate" type="QDate" signature="minimumDate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinimumDate" fullname="QDateTimeEdit::setMinimumDate" href="qdatetimeedit.html#minimumDate-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="minimumDate" type="void" signature="setMinimumDate(const QDate &amp; min)">
+ <parameter left="const QDate &amp;" right="" name="min" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearMinimumDate" fullname="QDateTimeEdit::clearMinimumDate" href="qdatetimeedit.html#minimumDate-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="minimumDate" type="void" signature="clearMinimumDate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumDate" fullname="QDateTimeEdit::maximumDate" href="qdatetimeedit.html#maximumDate-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maximumDate" type="QDate" signature="maximumDate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaximumDate" fullname="QDateTimeEdit::setMaximumDate" href="qdatetimeedit.html#maximumDate-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="maximumDate" type="void" signature="setMaximumDate(const QDate &amp; max)">
+ <parameter left="const QDate &amp;" right="" name="max" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearMaximumDate" fullname="QDateTimeEdit::clearMaximumDate" href="qdatetimeedit.html#maximumDate-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="maximumDate" type="void" signature="clearMaximumDate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDateRange" fullname="QDateTimeEdit::setDateRange" href="qdatetimeedit.html#setDateRange" location="qdatetimeedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDateRange(const QDate &amp; min, const QDate &amp; max)">
+ <parameter left="const QDate &amp;" right="" name="min" default=""/>
+ <parameter left="const QDate &amp;" right="" name="max" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumTime" fullname="QDateTimeEdit::minimumTime" href="qdatetimeedit.html#minimumTime-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="minimumTime" type="QTime" signature="minimumTime() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinimumTime" fullname="QDateTimeEdit::setMinimumTime" href="qdatetimeedit.html#minimumTime-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="minimumTime" type="void" signature="setMinimumTime(const QTime &amp; min)">
+ <parameter left="const QTime &amp;" right="" name="min" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearMinimumTime" fullname="QDateTimeEdit::clearMinimumTime" href="qdatetimeedit.html#minimumTime-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="minimumTime" type="void" signature="clearMinimumTime()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumTime" fullname="QDateTimeEdit::maximumTime" href="qdatetimeedit.html#maximumTime-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maximumTime" type="QTime" signature="maximumTime() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaximumTime" fullname="QDateTimeEdit::setMaximumTime" href="qdatetimeedit.html#maximumTime-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="maximumTime" type="void" signature="setMaximumTime(const QTime &amp; max)">
+ <parameter left="const QTime &amp;" right="" name="max" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearMaximumTime" fullname="QDateTimeEdit::clearMaximumTime" href="qdatetimeedit.html#maximumTime-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="maximumTime" type="void" signature="clearMaximumTime()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTimeRange" fullname="QDateTimeEdit::setTimeRange" href="qdatetimeedit.html#setTimeRange" location="qdatetimeedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTimeRange(const QTime &amp; min, const QTime &amp; max)">
+ <parameter left="const QTime &amp;" right="" name="min" default=""/>
+ <parameter left="const QTime &amp;" right="" name="max" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="displayedSections" fullname="QDateTimeEdit::displayedSections" href="qdatetimeedit.html#displayedSections-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="displayedSections" type="Sections" signature="displayedSections() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentSection" fullname="QDateTimeEdit::currentSection" href="qdatetimeedit.html#currentSection-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentSection" type="Section" signature="currentSection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sectionAt" fullname="QDateTimeEdit::sectionAt" href="qdatetimeedit.html#sectionAt" location="qdatetimeedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Section" signature="sectionAt(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentSection" fullname="QDateTimeEdit::setCurrentSection" href="qdatetimeedit.html#currentSection-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="currentSection" type="void" signature="setCurrentSection(Section section)">
+ <parameter left="Section" right="" name="section" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentSectionIndex" fullname="QDateTimeEdit::currentSectionIndex" href="qdatetimeedit.html#currentSectionIndex-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentSectionIndex" type="int" signature="currentSectionIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentSectionIndex" fullname="QDateTimeEdit::setCurrentSectionIndex" href="qdatetimeedit.html#currentSectionIndex-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="currentSectionIndex" type="void" signature="setCurrentSectionIndex(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="calendarWidget" fullname="QDateTimeEdit::calendarWidget" href="qdatetimeedit.html#calendarWidget" location="qdatetimeedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QCalendarWidget *" signature="calendarWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCalendarWidget" fullname="QDateTimeEdit::setCalendarWidget" href="qdatetimeedit.html#setCalendarWidget" location="qdatetimeedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCalendarWidget(QCalendarWidget * calendarWidget)">
+ <parameter left="QCalendarWidget *" right="" name="calendarWidget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sectionCount" fullname="QDateTimeEdit::sectionCount" href="qdatetimeedit.html#sectionCount-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sectionCount" type="int" signature="sectionCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectedSection" fullname="QDateTimeEdit::setSelectedSection" href="qdatetimeedit.html#setSelectedSection" location="qdatetimeedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelectedSection(Section section)">
+ <parameter left="Section" right="" name="section" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sectionText" fullname="QDateTimeEdit::sectionText" href="qdatetimeedit.html#sectionText" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="sectionText(Section section) const">
+ <parameter left="Section" right="" name="section" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="displayFormat" fullname="QDateTimeEdit::displayFormat" href="qdatetimeedit.html#displayFormat-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="displayFormat" type="QString" signature="displayFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDisplayFormat" fullname="QDateTimeEdit::setDisplayFormat" href="qdatetimeedit.html#displayFormat-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="displayFormat" type="void" signature="setDisplayFormat(const QString &amp; format)">
+ <parameter left="const QString &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="calendarPopup" fullname="QDateTimeEdit::calendarPopup" href="qdatetimeedit.html#calendarPopup-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="calendarPopup" type="bool" signature="calendarPopup() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCalendarPopup" fullname="QDateTimeEdit::setCalendarPopup" href="qdatetimeedit.html#calendarPopup-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="calendarPopup" type="void" signature="setCalendarPopup(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="timeSpec" fullname="QDateTimeEdit::timeSpec" href="qdatetimeedit.html#timeSpec-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="timeSpec" type="Qt::TimeSpec" signature="timeSpec() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTimeSpec" fullname="QDateTimeEdit::setTimeSpec" href="qdatetimeedit.html#timeSpec-prop" location="qdatetimeedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="timeSpec" type="void" signature="setTimeSpec(Qt::TimeSpec spec)">
+ <parameter left="Qt::TimeSpec" right="" name="spec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QDateTimeEdit::sizeHint" href="qdatetimeedit.html#sizeHint" location="qdatetimeedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QDateTimeEdit::clear" href="qdatetimeedit.html#clear" location="qdatetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stepBy" fullname="QDateTimeEdit::stepBy" href="qdatetimeedit.html#stepBy" location="qdatetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="stepBy(int steps)">
+ <parameter left="int" right="" name="steps" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="event" fullname="QDateTimeEdit::event" href="qdatetimeedit.html#event" location="qdatetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dateTimeChanged" fullname="QDateTimeEdit::dateTimeChanged" href="qdatetimeedit.html#dateTimeChanged" location="qdatetimeedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="dateTimeChanged(const QDateTime &amp; datetime)">
+ <parameter left="const QDateTime &amp;" right="" name="datetime" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="timeChanged" fullname="QDateTimeEdit::timeChanged" href="qdatetimeedit.html#timeChanged" location="qdatetimeedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="timeChanged(const QTime &amp; time)">
+ <parameter left="const QTime &amp;" right="" name="time" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dateChanged" fullname="QDateTimeEdit::dateChanged" href="qdatetimeedit.html#dateChanged" location="qdatetimeedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="dateChanged(const QDate &amp; date)">
+ <parameter left="const QDate &amp;" right="" name="date" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDateTime" fullname="QDateTimeEdit::setDateTime" href="qdatetimeedit.html#dateTime-prop" location="qdatetimeedit.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="dateTime" type="void" signature="setDateTime(const QDateTime &amp; dateTime)">
+ <parameter left="const QDateTime &amp;" right="" name="dateTime" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDate" fullname="QDateTimeEdit::setDate" href="qdatetimeedit.html#date-prop" location="qdatetimeedit.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="date" type="void" signature="setDate(const QDate &amp; date)">
+ <parameter left="const QDate &amp;" right="" name="date" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTime" fullname="QDateTimeEdit::setTime" href="qdatetimeedit.html#time-prop" location="qdatetimeedit.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="time" type="void" signature="setTime(const QTime &amp; time)">
+ <parameter left="const QTime &amp;" right="" name="time" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QDateTimeEdit::keyPressEvent" href="qdatetimeedit.html#keyPressEvent" location="qdatetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * event)">
+ <parameter left="QKeyEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="wheelEvent" fullname="QDateTimeEdit::wheelEvent" href="qdatetimeedit.html#wheelEvent" location="qdatetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="wheelEvent(QWheelEvent * event)">
+ <parameter left="QWheelEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="QDateTimeEdit::focusInEvent" href="qdatetimeedit.html#focusInEvent" location="qdatetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * event)">
+ <parameter left="QFocusEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusNextPrevChild" fullname="QDateTimeEdit::focusNextPrevChild" href="qdatetimeedit.html#focusNextPrevChild" location="qdatetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="focusNextPrevChild(bool next)">
+ <parameter left="bool" right="" name="next" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="validate" fullname="QDateTimeEdit::validate" href="qdatetimeedit.html#validate" location="qdatetimeedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QValidator::State" signature="validate(QString &amp; text, int &amp; pos) const">
+ <parameter left="QString &amp;" right="" name="text" default=""/>
+ <parameter left="int &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="fixup" fullname="QDateTimeEdit::fixup" href="qdatetimeedit.html#fixup" location="qdatetimeedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="fixup(QString &amp; input) const">
+ <parameter left="QString &amp;" right="" name="input" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dateTimeFromText" fullname="QDateTimeEdit::dateTimeFromText" href="qdatetimeedit.html#dateTimeFromText" location="qdatetimeedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="dateTimeFromText(const QString &amp; text) const">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="textFromDateTime" fullname="QDateTimeEdit::textFromDateTime" href="qdatetimeedit.html#textFromDateTime" location="qdatetimeedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="textFromDateTime(const QDateTime &amp; dateTime) const">
+ <parameter left="const QDateTime &amp;" right="" name="dateTime" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="stepEnabled" fullname="QDateTimeEdit::stepEnabled" href="qdatetimeedit.html#stepEnabled" location="qdatetimeedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="StepEnabled" signature="stepEnabled() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QDateTimeEdit::mousePressEvent" href="qdatetimeedit.html#mousePressEvent" location="qdatetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QDateTimeEdit::paintEvent" href="qdatetimeedit.html#paintEvent" location="qdatetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * event)">
+ <parameter left="QPaintEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initStyleOption" fullname="QDateTimeEdit::initStyleOption" href="qdatetimeedit.html#initStyleOption" location="qdatetimeedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="initStyleOption(QStyleOptionSpinBox * option) const">
+ <parameter left="QStyleOptionSpinBox *" right="" name="option" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTimeEdit" href="qtimeedit.html" location="qdatetimeedit.h" bases="QDateTimeEdit" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="time" fullname="QTimeEdit::time" href="qtimeedit.html#time-prop" location="qdatetimeedit.h" type="QTime">
+ <getter name="time"/>
+ <setter name="setTime"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTimeEdit" fullname="QTimeEdit::QTimeEdit" href="qtimeedit.html#QTimeEdit" location="qdatetimeedit.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTimeEdit(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTimeEdit" fullname="QTimeEdit::QTimeEdit" href="qtimeedit.html#QTimeEdit-2" location="qdatetimeedit.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTimeEdit(const QTime &amp; time, QWidget * parent)">
+ <parameter left="const QTime &amp;" right="" name="time" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDateEdit" href="qdateedit.html" location="qdatetimeedit.h" bases="QDateTimeEdit" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="date" fullname="QDateEdit::date" href="qdateedit.html#date-prop" location="qdatetimeedit.h" type="QDate">
+ <getter name="date"/>
+ <setter name="setDate"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDateEdit" fullname="QDateEdit::QDateEdit" href="qdateedit.html#QDateEdit" location="qdatetimeedit.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDateEdit(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDateEdit" fullname="QDateEdit::QDateEdit" href="qdateedit.html#QDateEdit-2" location="qdatetimeedit.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDateEdit(const QDate &amp; date, QWidget * parent)">
+ <parameter left="const QDate &amp;" right="" name="date" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDesignerDynamicPropertySheetExtension" href="qdesignerdynamicpropertysheetextension.html" location="dynamicpropertysheet.h" bases="" module="QtDesigner">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDesignerDynamicPropertySheetExtension" fullname="QDesignerDynamicPropertySheetExtension::~QDesignerDynamicPropertySheetExtension" href="qdesignerdynamicpropertysheetextension.html#dtor.QDesignerDynamicPropertySheetExtension" location="dynamicpropertysheet.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDesignerDynamicPropertySheetExtension()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dynamicPropertiesAllowed" fullname="QDesignerDynamicPropertySheetExtension::dynamicPropertiesAllowed" href="qdesignerdynamicpropertysheetextension.html#dynamicPropertiesAllowed" location="dynamicpropertysheet.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="dynamicPropertiesAllowed() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addDynamicProperty" fullname="QDesignerDynamicPropertySheetExtension::addDynamicProperty" href="qdesignerdynamicpropertysheetextension.html#addDynamicProperty" location="dynamicpropertysheet.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="int" signature="addDynamicProperty(const QString &amp; propertyName, const QVariant &amp; value)">
+ <parameter left="const QString &amp;" right="" name="propertyName" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeDynamicProperty" fullname="QDesignerDynamicPropertySheetExtension::removeDynamicProperty" href="qdesignerdynamicpropertysheetextension.html#removeDynamicProperty" location="dynamicpropertysheet.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeDynamicProperty(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDynamicProperty" fullname="QDesignerDynamicPropertySheetExtension::isDynamicProperty" href="qdesignerdynamicpropertysheetextension.html#isDynamicProperty" location="dynamicpropertysheet.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDynamicProperty(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canAddDynamicProperty" fullname="QDesignerDynamicPropertySheetExtension::canAddDynamicProperty" href="qdesignerdynamicpropertysheetextension.html#canAddDynamicProperty" location="dynamicpropertysheet.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="canAddDynamicProperty(const QString &amp; propertyName) const">
+ <parameter left="const QString &amp;" right="" name="propertyName" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QThread" href="qthread.html" location="qthread.h" bases="QObject" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentThreadId" fullname="QThread::currentThreadId" href="qthread.html#currentThreadId" location="qthread_unix.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="Qt::HANDLE" signature="currentThreadId()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentThread" fullname="QThread::currentThread" href="qthread.html#currentThread" location="qthread.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QThread *" signature="currentThread()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="idealThreadCount" fullname="QThread::idealThreadCount" href="qthread.html#idealThreadCount" location="qthread_unix.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="idealThreadCount()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="yieldCurrentThread" fullname="QThread::yieldCurrentThread" href="qthread.html#yieldCurrentThread" location="qthread_unix.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="yieldCurrentThread()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QThread" fullname="QThread::QThread" href="qthread.html#QThread" location="qthread.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QThread(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QThread" fullname="QThread::~QThread" href="qthread.html#dtor.QThread" location="qthread.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QThread()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Priority" fullname="QThread::Priority" href="qthread.html#Priority-enum" location="qthread.h">
+ <value name="IdlePriority" value="0"/>
+ <value name="LowestPriority" value="1"/>
+ <value name="LowPriority" value="2"/>
+ <value name="NormalPriority" value="3"/>
+ <value name="HighPriority" value="4"/>
+ <value name="HighestPriority" value="5"/>
+ <value name="TimeCriticalPriority" value="6"/>
+ <value name="InheritPriority" value="7"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPriority" fullname="QThread::setPriority" href="qthread.html#setPriority" location="qthread_unix.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPriority(Priority priority)">
+ <parameter left="Priority" right="" name="priority" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="priority" fullname="QThread::priority" href="qthread.html#priority" location="qthread.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Priority" signature="priority() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFinished" fullname="QThread::isFinished" href="qthread.html#isFinished" location="qthread.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isFinished() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRunning" fullname="QThread::isRunning" href="qthread.html#isRunning" location="qthread.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRunning() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStackSize" fullname="QThread::setStackSize" href="qthread.html#setStackSize" location="qthread.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStackSize(uint stackSize)">
+ <parameter left="uint" right="" name="stackSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stackSize" fullname="QThread::stackSize" href="qthread.html#stackSize" location="qthread.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="stackSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exit" fullname="QThread::exit" href="qthread.html#exit" location="qthread.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="exit(int returnCode)">
+ <parameter left="int" right="" name="returnCode" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="start" fullname="QThread::start" href="qthread.html#start" location="qthread_unix.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="start(Priority priority)">
+ <parameter left="Priority" right="" name="priority" default="InheritPriority"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="terminate" fullname="QThread::terminate" href="qthread.html#terminate" location="qthread_unix.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="terminate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="quit" fullname="QThread::quit" href="qthread.html#quit" location="qthread.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="quit()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wait" fullname="QThread::wait" href="qthread.html#wait" location="qthread_unix.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="wait(unsigned long time)">
+ <parameter left="unsigned long" right="" name="time" default="ULONG_MAX"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="started" fullname="QThread::started" href="qthread.html#started" location="qthread.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="started()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="finished" fullname="QThread::finished" href="qthread.html#finished" location="qthread.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="finished()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="terminated" fullname="QThread::terminated" href="qthread.html#terminated" location="qthread.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="terminated()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="run" fullname="QThread::run" href="qthread.html#run" location="qthread.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="run()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="exec" fullname="QThread::exec" href="qthread.html#exec" location="qthread.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="exec()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setTerminationEnabled" fullname="QThread::setTerminationEnabled" href="qthread.html#setTerminationEnabled" location="qthread_unix.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setTerminationEnabled(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default="true"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sleep" fullname="QThread::sleep" href="qthread.html#sleep" location="qthread_unix.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="sleep(unsigned long secs)">
+ <parameter left="unsigned long" right="" name="secs" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="msleep" fullname="QThread::msleep" href="qthread.html#msleep" location="qthread_unix.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="msleep(unsigned long msecs)">
+ <parameter left="unsigned long" right="" name="msecs" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="usleep" fullname="QThread::usleep" href="qthread.html#usleep" location="qthread_unix.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="usleep(unsigned long usecs)">
+ <parameter left="unsigned long" right="" name="usecs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="finished" fullname="QThread::finished" href="qthread-qt3.html#finished-2" location="qthread.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="finished() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="running" fullname="QThread::running" href="qthread-qt3.html#running" location="qthread.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="running() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAccessibleObject" href="qaccessibleobject.html" location="qaccessibleobject.h" bases="QAccessibleInterface" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAccessibleObject" fullname="QAccessibleObject::QAccessibleObject" href="qaccessibleobject.html#QAccessibleObject" location="qaccessibleobject.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAccessibleObject(QObject * object)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QAccessibleObject::isValid" href="qaccessibleobject.html#isValid" location="qaccessibleobject.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="object" fullname="QAccessibleObject::object" href="qaccessibleobject.html#object" location="qaccessibleobject.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QObject *" signature="object() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rect" fullname="QAccessibleObject::rect" href="qaccessibleobject.html#rect" location="qaccessibleobject.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="rect(int child) const">
+ <parameter left="int" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="QAccessibleObject::setText" href="qaccessibleobject.html#setText" location="qaccessibleobject.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setText(Text t, int child, const QString &amp; text)">
+ <parameter left="Text" right="" name="t" default=""/>
+ <parameter left="int" right="" name="child" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="userActionCount" fullname="QAccessibleObject::userActionCount" href="qaccessibleobject.html#userActionCount" location="qaccessibleobject.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="userActionCount(int child) const">
+ <parameter left="int" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doAction" fullname="QAccessibleObject::doAction" href="qaccessibleobject.html#doAction" location="qaccessibleobject.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="doAction(int action, int child, const QVariantList &amp; params)">
+ <parameter left="int" right="" name="action" default=""/>
+ <parameter left="int" right="" name="child" default=""/>
+ <parameter left="const QVariantList &amp;" right="" name="params" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionText" fullname="QAccessibleObject::actionText" href="qaccessibleobject.html#actionText" location="qaccessibleobject.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="actionText(int action, Text t, int child) const">
+ <parameter left="int" right="" name="action" default=""/>
+ <parameter left="Text" right="" name="t" default=""/>
+ <parameter left="int" right="" name="child" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="~QAccessibleObject" fullname="QAccessibleObject::~QAccessibleObject" href="qaccessibleobject.html#dtor.QAccessibleObject" location="qaccessibleobject.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAccessibleObject()"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QImageWriter" href="qimagewriter.html" location="qimagewriter.h" bases="" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ImageWriterError" fullname="QImageWriter::ImageWriterError" href="qimagewriter.html#ImageWriterError-enum" location="qimagewriter.h">
+ <value name="UnknownError" value="0"/>
+ <value name="DeviceError" value="1"/>
+ <value name="UnsupportedFormatError" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QImageWriter" fullname="QImageWriter::QImageWriter" href="qimagewriter.html#QImageWriter" location="qimagewriter.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QImageWriter()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QImageWriter" fullname="QImageWriter::QImageWriter" href="qimagewriter.html#QImageWriter-2" location="qimagewriter.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QImageWriter(QIODevice * device, const QByteArray &amp; format)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QImageWriter" fullname="QImageWriter::QImageWriter" href="qimagewriter.html#QImageWriter-3" location="qimagewriter.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QImageWriter(const QString &amp; fileName, const QByteArray &amp; format)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="format" default="QByteArray()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QImageWriter" fullname="QImageWriter::~QImageWriter" href="qimagewriter.html#dtor.QImageWriter" location="qimagewriter.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QImageWriter()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFormat" fullname="QImageWriter::setFormat" href="qimagewriter.html#setFormat" location="qimagewriter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFormat(const QByteArray &amp; format)">
+ <parameter left="const QByteArray &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QImageWriter::format" href="qimagewriter.html#format" location="qimagewriter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="format() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDevice" fullname="QImageWriter::setDevice" href="qimagewriter.html#setDevice" location="qimagewriter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDevice(QIODevice * device)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="device" fullname="QImageWriter::device" href="qimagewriter.html#device" location="qimagewriter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIODevice *" signature="device() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFileName" fullname="QImageWriter::setFileName" href="qimagewriter.html#setFileName" location="qimagewriter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFileName(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QImageWriter::fileName" href="qimagewriter.html#fileName" location="qimagewriter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fileName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setQuality" fullname="QImageWriter::setQuality" href="qimagewriter.html#setQuality" location="qimagewriter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setQuality(int quality)">
+ <parameter left="int" right="" name="quality" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="quality" fullname="QImageWriter::quality" href="qimagewriter.html#quality" location="qimagewriter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="quality() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCompression" fullname="QImageWriter::setCompression" href="qimagewriter.html#setCompression" location="qimagewriter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCompression(int compression)">
+ <parameter left="int" right="" name="compression" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compression" fullname="QImageWriter::compression" href="qimagewriter.html#compression" location="qimagewriter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="compression() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGamma" fullname="QImageWriter::setGamma" href="qimagewriter.html#setGamma" location="qimagewriter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setGamma(float gamma)">
+ <parameter left="float" right="" name="gamma" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="gamma" fullname="QImageWriter::gamma" href="qimagewriter.html#gamma" location="qimagewriter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="float" signature="gamma() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setDescription" fullname="QImageWriter::setDescription" href="qimagewriter-obsolete.html#setDescription" location="qimagewriter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDescription(const QString &amp; description)">
+ <parameter left="const QString &amp;" right="" name="description" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="description" fullname="QImageWriter::description" href="qimagewriter-obsolete.html#description" location="qimagewriter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="description() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="QImageWriter::setText" href="qimagewriter.html#setText" location="qimagewriter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setText(const QString &amp; key, const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canWrite" fullname="QImageWriter::canWrite" href="qimagewriter.html#canWrite" location="qimagewriter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="canWrite() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="write" fullname="QImageWriter::write" href="qimagewriter.html#write" location="qimagewriter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="write(const QImage &amp; image)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QImageWriter::error" href="qimagewriter.html#error" location="qimagewriter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ImageWriterError" signature="error() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QImageWriter::errorString" href="qimagewriter.html#errorString" location="qimagewriter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportsOption" fullname="QImageWriter::supportsOption" href="qimagewriter.html#supportsOption" location="qimagewriter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="supportsOption(QImageIOHandler::ImageOption option) const">
+ <parameter left="QImageIOHandler::ImageOption" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedImageFormats" fullname="QImageWriter::supportedImageFormats" href="qimagewriter.html#supportedImageFormats" location="qimagewriter.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QByteArray&gt;" signature="supportedImageFormats()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QIcon" href="qicon.html" location="qicon.h" bases="" module="QtGui">
+ <contents name="making-classes-that-use-qicon" title="Making Classes that Use QIcon" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Mode" fullname="QIcon::Mode" href="qicon.html#Mode-enum" location="qicon.h">
+ <value name="Normal" value="0"/>
+ <value name="Disabled" value="1"/>
+ <value name="Active" value="2"/>
+ <value name="Selected" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="State" fullname="QIcon::State" href="qicon.html#State-enum" location="qicon.h">
+ <value name="On" value="0"/>
+ <value name="Off" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QIcon" fullname="QIcon::QIcon" href="qicon.html#QIcon" location="qicon.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QIcon()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QIcon" fullname="QIcon::QIcon" href="qicon.html#QIcon-2" location="qicon.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QIcon(const QPixmap &amp; pixmap)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QIcon" fullname="QIcon::QIcon" href="qicon.html#QIcon-3" location="qicon.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QIcon(const QIcon &amp; other)">
+ <parameter left="const QIcon &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QIcon" fullname="QIcon::QIcon" href="qicon.html#QIcon-4" location="qicon.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QIcon(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QIcon" fullname="QIcon::QIcon" href="qicon.html#QIcon-5" location="qicon.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QIcon(QIconEngine * engine)">
+ <parameter left="QIconEngine *" right="" name="engine" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QIcon" fullname="QIcon::QIcon" href="qicon.html#QIcon-6" location="qicon.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QIcon(QIconEngineV2 * engine)">
+ <parameter left="QIconEngineV2 *" right="" name="engine" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QIcon" fullname="QIcon::~QIcon" href="qicon.html#dtor.QIcon" location="qicon.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QIcon()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QIcon::operator=" href="qicon.html#operator=" location="qicon.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QIcon &amp;" signature="operator=(const QIcon &amp; other)">
+ <parameter left="const QIcon &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QVariant" fullname="QIcon::operator QVariant" href="qicon.html#operator QVariant" location="qicon.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QVariant() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmap" fullname="QIcon::pixmap" href="qicon.html#pixmap" location="qicon.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="pixmap(const QSize &amp; size, Mode mode, State state) const">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="Mode" right="" name="mode" default="Normal"/>
+ <parameter left="State" right="" name="state" default="Off"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmap" fullname="QIcon::pixmap" href="qicon.html#pixmap-5" location="qicon.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="5" type="QPixmap" signature="pixmap(int w, int h, Mode mode, State state) const">
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="Mode" right="" name="mode" default="Normal"/>
+ <parameter left="State" right="" name="state" default="Off"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmap" fullname="QIcon::pixmap" href="qicon.html#pixmap-6" location="qicon.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="6" type="QPixmap" signature="pixmap(int extent, Mode mode, State state) const">
+ <parameter left="int" right="" name="extent" default=""/>
+ <parameter left="Mode" right="" name="mode" default="Normal"/>
+ <parameter left="State" right="" name="state" default="Off"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actualSize" fullname="QIcon::actualSize" href="qicon.html#actualSize" location="qicon.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="actualSize(const QSize &amp; size, Mode mode, State state) const">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="Mode" right="" name="mode" default="Normal"/>
+ <parameter left="State" right="" name="state" default="Off"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="QIcon::paint" href="qicon.html#paint" location="qicon.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="paint(QPainter * painter, const QRect &amp; rect, QFlags&lt;Qt::AlignmentFlag&gt; alignment, Mode mode, State state) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default="Qt::AlignCenter"/>
+ <parameter left="Mode" right="" name="mode" default="Normal"/>
+ <parameter left="State" right="" name="state" default="Off"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="QIcon::paint" href="qicon.html#paint-2" location="qicon.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="void" signature="paint(QPainter * painter, int x, int y, int w, int h, QFlags&lt;Qt::AlignmentFlag&gt; alignment, Mode mode, State state) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default="Qt::AlignCenter"/>
+ <parameter left="Mode" right="" name="mode" default="Normal"/>
+ <parameter left="State" right="" name="state" default="Off"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QIcon::isNull" href="qicon.html#isNull" location="qicon.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="serialNumber" fullname="QIcon::serialNumber" href="qicon-obsolete.html#serialNumber" location="qicon.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="serialNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cacheKey" fullname="QIcon::cacheKey" href="qicon.html#cacheKey" location="qicon.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="cacheKey() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addPixmap" fullname="QIcon::addPixmap" href="qicon.html#addPixmap" location="qicon.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addPixmap(const QPixmap &amp; pixmap, Mode mode, State state)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="Mode" right="" name="mode" default="Normal"/>
+ <parameter left="State" right="" name="state" default="Off"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addFile" fullname="QIcon::addFile" href="qicon.html#addFile" location="qicon.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addFile(const QString &amp; fileName, const QSize &amp; size, Mode mode, State state)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const QSize &amp;" right="" name="size" default="QSize()"/>
+ <parameter left="Mode" right="" name="mode" default="Normal"/>
+ <parameter left="State" right="" name="state" default="Off"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="availableSizes" fullname="QIcon::availableSizes" href="qicon.html#availableSizes" location="qicon.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QSize&gt;" signature="availableSizes(Mode mode, State state) const">
+ <parameter left="Mode" right="" name="mode" default="Normal"/>
+ <parameter left="State" right="" name="state" default="Off"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromTheme" fullname="QIcon::fromTheme" href="qicon.html#fromTheme" location="qicon.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QIcon" signature="fromTheme(const QString &amp; name, const QIcon &amp; fallback)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="fallback" default="QIcon()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasThemeIcon" fullname="QIcon::hasThemeIcon" href="qicon.html#hasThemeIcon" location="qicon.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="hasThemeIcon(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="themeSearchPaths" fullname="QIcon::themeSearchPaths" href="qicon.html#themeSearchPaths" location="qicon.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="themeSearchPaths()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setThemeSearchPaths" fullname="QIcon::setThemeSearchPaths" href="qicon.html#setThemeSearchPaths" location="qicon.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setThemeSearchPaths(const QStringList &amp; paths)">
+ <parameter left="const QStringList &amp;" right="" name="paths" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="themeName" fullname="QIcon::themeName" href="qicon.html#themeName" location="qicon.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="themeName()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setThemeName" fullname="QIcon::setThemeName" href="qicon.html#setThemeName" location="qicon.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setThemeName(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="compat" name="Size" fullname="QIcon::Size" href="qicon-qt3.html#Size-enum" location="qicon.h">
+ <value name="Small" value="0"/>
+ <value name="Large" value="1"/>
+ <value name="Automatic" value="Small"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="compat" name="setPixmapSize" fullname="QIcon::setPixmapSize" href="qicon-qt3.html#setPixmapSize" location="qicon.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setPixmapSize(Size which, const QSize &amp; size)">
+ <parameter left="Size" right="" name="which" default=""/>
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="pixmapSize" fullname="QIcon::pixmapSize" href="qicon-qt3.html#pixmapSize" location="qicon.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QSize" signature="pixmapSize(Size which)">
+ <parameter left="Size" right="" name="which" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="reset" fullname="QIcon::reset" href="qicon-qt3.html#reset" location="qicon.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reset(const QPixmap &amp; pixmap, Size size)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="Size" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setPixmap" fullname="QIcon::setPixmap" href="qicon-qt3.html#setPixmap" location="qicon.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPixmap(const QPixmap &amp; pixmap, Size size, Mode mode, State state)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="Size" right="" name="size" default=""/>
+ <parameter left="Mode" right="" name="mode" default="Normal"/>
+ <parameter left="State" right="" name="state" default="Off"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setPixmap" fullname="QIcon::setPixmap" href="qicon-qt3.html#setPixmap-2" location="qicon.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setPixmap(const QString &amp; fileName, Size size, Mode mode, State state)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="Size" right="" name="size" default=""/>
+ <parameter left="Mode" right="" name="mode" default="Normal"/>
+ <parameter left="State" right="" name="state" default="Off"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="pixmap" fullname="QIcon::pixmap" href="qicon-qt3.html#pixmap-2" location="qicon.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPixmap" signature="pixmap(Size size, Mode mode, State state) const">
+ <parameter left="Size" right="" name="size" default=""/>
+ <parameter left="Mode" right="" name="mode" default=""/>
+ <parameter left="State" right="" name="state" default="Off"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="pixmap" fullname="QIcon::pixmap" href="qicon-qt3.html#pixmap-3" location="qicon.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QPixmap" signature="pixmap(Size size, bool enabled, State state) const">
+ <parameter left="Size" right="" name="size" default=""/>
+ <parameter left="bool" right="" name="enabled" default=""/>
+ <parameter left="State" right="" name="state" default="Off"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="pixmap" fullname="QIcon::pixmap" href="qicon-qt3.html#pixmap-4" location="qicon.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QPixmap" signature="pixmap() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qicon.html#operator&lt;&lt;-2" location="qicon.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="QIcon" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QIcon &amp; icon)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qicon.html#operator&gt;&gt;-2" location="qicon.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="QIcon" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QIcon &amp; icon)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QIcon &amp;" right="" name="icon" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3StyleSheetItem" href="q3stylesheetitem.html" location="q3stylesheet.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3StyleSheetItem" fullname="Q3StyleSheetItem::Q3StyleSheetItem" href="q3stylesheetitem.html#Q3StyleSheetItem" location="q3stylesheet.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3StyleSheetItem(Q3StyleSheet * parent, const QString &amp; name)">
+ <parameter left="Q3StyleSheet *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3StyleSheetItem" fullname="Q3StyleSheetItem::Q3StyleSheetItem" href="q3stylesheetitem.html#Q3StyleSheetItem-2" location="q3stylesheet.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3StyleSheetItem(const Q3StyleSheetItem &amp; other)">
+ <parameter left="const Q3StyleSheetItem &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3StyleSheetItem" fullname="Q3StyleSheetItem::~Q3StyleSheetItem" href="q3stylesheetitem.html#dtor.Q3StyleSheetItem" location="q3stylesheet.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3StyleSheetItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3StyleSheetItem::operator=" href="q3stylesheetitem.html#operator=" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3StyleSheetItem &amp;" signature="operator=(const Q3StyleSheetItem &amp; other)">
+ <parameter left="const Q3StyleSheetItem &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="Q3StyleSheetItem::name" href="q3stylesheetitem.html#name" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="styleSheet" fullname="Q3StyleSheetItem::styleSheet" href="q3stylesheetitem.html#styleSheet" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3StyleSheet *" signature="styleSheet()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="styleSheet" fullname="Q3StyleSheetItem::styleSheet" href="q3stylesheetitem.html#styleSheet-2" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const Q3StyleSheet *" signature="styleSheet() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DisplayMode" fullname="Q3StyleSheetItem::DisplayMode" href="q3stylesheetitem.html#DisplayMode-enum" location="q3stylesheet.h">
+ <value name="DisplayBlock" value="0"/>
+ <value name="DisplayInline" value="1"/>
+ <value name="DisplayListItem" value="2"/>
+ <value name="DisplayNone" value="3"/>
+ <value name="DisplayModeUndefined" value="-1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="displayMode" fullname="Q3StyleSheetItem::displayMode" href="q3stylesheetitem.html#displayMode" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="DisplayMode" signature="displayMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDisplayMode" fullname="Q3StyleSheetItem::setDisplayMode" href="q3stylesheetitem.html#setDisplayMode" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDisplayMode(DisplayMode m)">
+ <parameter left="DisplayMode" right="" name="m" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="Q3StyleSheetItem::alignment" href="q3stylesheetitem.html#alignment" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="alignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlignment" fullname="Q3StyleSheetItem::setAlignment" href="q3stylesheetitem.html#setAlignment" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAlignment(int f)">
+ <parameter left="int" right="" name="f" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="VerticalAlignment" fullname="Q3StyleSheetItem::VerticalAlignment" href="q3stylesheetitem.html#VerticalAlignment-enum" location="q3stylesheet.h">
+ <value name="VAlignBaseline" value="0"/>
+ <value name="VAlignSub" value="1"/>
+ <value name="VAlignSuper" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="verticalAlignment" fullname="Q3StyleSheetItem::verticalAlignment" href="q3stylesheetitem.html#verticalAlignment" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="VerticalAlignment" signature="verticalAlignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVerticalAlignment" fullname="Q3StyleSheetItem::setVerticalAlignment" href="q3stylesheetitem.html#setVerticalAlignment" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setVerticalAlignment(VerticalAlignment valign)">
+ <parameter left="VerticalAlignment" right="" name="valign" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontWeight" fullname="Q3StyleSheetItem::fontWeight" href="q3stylesheetitem.html#fontWeight" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="fontWeight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontWeight" fullname="Q3StyleSheetItem::setFontWeight" href="q3stylesheetitem.html#setFontWeight" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFontWeight(int w)">
+ <parameter left="int" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="logicalFontSize" fullname="Q3StyleSheetItem::logicalFontSize" href="q3stylesheetitem.html#logicalFontSize" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="logicalFontSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLogicalFontSize" fullname="Q3StyleSheetItem::setLogicalFontSize" href="q3stylesheetitem.html#setLogicalFontSize" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLogicalFontSize(int s)">
+ <parameter left="int" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="logicalFontSizeStep" fullname="Q3StyleSheetItem::logicalFontSizeStep" href="q3stylesheetitem.html#logicalFontSizeStep" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="logicalFontSizeStep() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLogicalFontSizeStep" fullname="Q3StyleSheetItem::setLogicalFontSizeStep" href="q3stylesheetitem.html#setLogicalFontSizeStep" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLogicalFontSizeStep(int s)">
+ <parameter left="int" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontSize" fullname="Q3StyleSheetItem::fontSize" href="q3stylesheetitem.html#fontSize" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="fontSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontSize" fullname="Q3StyleSheetItem::setFontSize" href="q3stylesheetitem.html#setFontSize" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFontSize(int s)">
+ <parameter left="int" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontFamily" fullname="Q3StyleSheetItem::fontFamily" href="q3stylesheetitem.html#fontFamily" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fontFamily() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontFamily" fullname="Q3StyleSheetItem::setFontFamily" href="q3stylesheetitem.html#setFontFamily" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFontFamily(const QString &amp; fam)">
+ <parameter left="const QString &amp;" right="" name="fam" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numberOfColumns" fullname="Q3StyleSheetItem::numberOfColumns" href="q3stylesheetitem.html#numberOfColumns" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="numberOfColumns() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNumberOfColumns" fullname="Q3StyleSheetItem::setNumberOfColumns" href="q3stylesheetitem.html#setNumberOfColumns" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNumberOfColumns(int ncols)">
+ <parameter left="int" right="" name="ncols" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="color" fullname="Q3StyleSheetItem::color" href="q3stylesheetitem.html#color" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="color() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColor" fullname="Q3StyleSheetItem::setColor" href="q3stylesheetitem.html#setColor" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColor(const QColor &amp; c)">
+ <parameter left="const QColor &amp;" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontItalic" fullname="Q3StyleSheetItem::fontItalic" href="q3stylesheetitem.html#fontItalic" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="fontItalic() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontItalic" fullname="Q3StyleSheetItem::setFontItalic" href="q3stylesheetitem.html#setFontItalic" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFontItalic(bool italic)">
+ <parameter left="bool" right="" name="italic" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="definesFontItalic" fullname="Q3StyleSheetItem::definesFontItalic" href="q3stylesheetitem.html#definesFontItalic" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="definesFontItalic() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontUnderline" fullname="Q3StyleSheetItem::fontUnderline" href="q3stylesheetitem.html#fontUnderline" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="fontUnderline() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontUnderline" fullname="Q3StyleSheetItem::setFontUnderline" href="q3stylesheetitem.html#setFontUnderline" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFontUnderline(bool underline)">
+ <parameter left="bool" right="" name="underline" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="definesFontUnderline" fullname="Q3StyleSheetItem::definesFontUnderline" href="q3stylesheetitem.html#definesFontUnderline" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="definesFontUnderline() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontStrikeOut" fullname="Q3StyleSheetItem::fontStrikeOut" href="q3stylesheetitem.html#fontStrikeOut" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="fontStrikeOut() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontStrikeOut" fullname="Q3StyleSheetItem::setFontStrikeOut" href="q3stylesheetitem.html#setFontStrikeOut" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFontStrikeOut(bool strikeOut)">
+ <parameter left="bool" right="" name="strikeOut" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="definesFontStrikeOut" fullname="Q3StyleSheetItem::definesFontStrikeOut" href="q3stylesheetitem.html#definesFontStrikeOut" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="definesFontStrikeOut() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isAnchor" fullname="Q3StyleSheetItem::isAnchor" href="q3stylesheetitem.html#isAnchor" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isAnchor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAnchor" fullname="Q3StyleSheetItem::setAnchor" href="q3stylesheetitem.html#setAnchor" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAnchor(bool anc)">
+ <parameter left="bool" right="" name="anc" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WhiteSpaceMode" fullname="Q3StyleSheetItem::WhiteSpaceMode" href="q3stylesheetitem.html#WhiteSpaceMode-enum" location="q3stylesheet.h">
+ <value name="WhiteSpaceNormal" value="0"/>
+ <value name="WhiteSpacePre" value="1"/>
+ <value name="WhiteSpaceNoWrap" value="2"/>
+ <value name="WhiteSpaceModeUndefined" value="-1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="whiteSpaceMode" fullname="Q3StyleSheetItem::whiteSpaceMode" href="q3stylesheetitem.html#whiteSpaceMode" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="WhiteSpaceMode" signature="whiteSpaceMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWhiteSpaceMode" fullname="Q3StyleSheetItem::setWhiteSpaceMode" href="q3stylesheetitem.html#setWhiteSpaceMode" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWhiteSpaceMode(WhiteSpaceMode m)">
+ <parameter left="WhiteSpaceMode" right="" name="m" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Margin" fullname="Q3StyleSheetItem::Margin" href="q3stylesheetitem.html#Margin-enum" location="q3stylesheet.h">
+ <value name="MarginLeft" value="0"/>
+ <value name="MarginRight" value="1"/>
+ <value name="MarginTop" value="2"/>
+ <value name="MarginBottom" value="3"/>
+ <value name="MarginFirstLine" value="4"/>
+ <value name="MarginAll" value="5"/>
+ <value name="MarginVertical" value="6"/>
+ <value name="MarginHorizontal" value="7"/>
+ <value name="MarginUndefined" value="-1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="margin" fullname="Q3StyleSheetItem::margin" href="q3stylesheetitem.html#margin" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="margin(Margin m) const">
+ <parameter left="Margin" right="" name="m" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMargin" fullname="Q3StyleSheetItem::setMargin" href="q3stylesheetitem.html#setMargin" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMargin(Margin m, int v)">
+ <parameter left="Margin" right="" name="m" default=""/>
+ <parameter left="int" right="" name="v" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ListStyle" fullname="Q3StyleSheetItem::ListStyle" href="q3stylesheetitem.html#ListStyle-enum" location="q3stylesheet.h">
+ <value name="ListDisc" value="0"/>
+ <value name="ListCircle" value="1"/>
+ <value name="ListSquare" value="2"/>
+ <value name="ListDecimal" value="3"/>
+ <value name="ListLowerAlpha" value="4"/>
+ <value name="ListUpperAlpha" value="5"/>
+ <value name="ListStyleUndefined" value="-1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="listStyle" fullname="Q3StyleSheetItem::listStyle" href="q3stylesheetitem.html#listStyle" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ListStyle" signature="listStyle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setListStyle" fullname="Q3StyleSheetItem::setListStyle" href="q3stylesheetitem.html#setListStyle" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setListStyle(ListStyle s)">
+ <parameter left="ListStyle" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contexts" fullname="Q3StyleSheetItem::contexts" href="q3stylesheetitem.html#contexts" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="contexts() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContexts" fullname="Q3StyleSheetItem::setContexts" href="q3stylesheetitem.html#setContexts" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setContexts(const QString &amp; c)">
+ <parameter left="const QString &amp;" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="allowedInContext" fullname="Q3StyleSheetItem::allowedInContext" href="q3stylesheetitem.html#allowedInContext" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="allowedInContext(const Q3StyleSheetItem * s) const">
+ <parameter left="const Q3StyleSheetItem *" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selfNesting" fullname="Q3StyleSheetItem::selfNesting" href="q3stylesheetitem.html#selfNesting" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="selfNesting() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelfNesting" fullname="Q3StyleSheetItem::setSelfNesting" href="q3stylesheetitem.html#setSelfNesting" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelfNesting(bool nesting)">
+ <parameter left="bool" right="" name="nesting" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineSpacing" fullname="Q3StyleSheetItem::lineSpacing" href="q3stylesheetitem.html#lineSpacing" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="lineSpacing() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3StyleSheet" href="q3stylesheet.html" location="q3stylesheet.h" bases="QObject" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3StyleSheet" fullname="Q3StyleSheet::Q3StyleSheet" href="q3stylesheet.html#Q3StyleSheet" location="q3stylesheet.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3StyleSheet(QObject * parent, const char * name)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3StyleSheet" fullname="Q3StyleSheet::~Q3StyleSheet" href="q3stylesheet.html#dtor.Q3StyleSheet" location="q3stylesheet.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3StyleSheet()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultSheet" fullname="Q3StyleSheet::defaultSheet" href="q3stylesheet.html#defaultSheet" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="Q3StyleSheet *" signature="defaultSheet()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultSheet" fullname="Q3StyleSheet::setDefaultSheet" href="q3stylesheet.html#setDefaultSheet" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setDefaultSheet(Q3StyleSheet * sheet)">
+ <parameter left="Q3StyleSheet *" right="" name="sheet" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="item" fullname="Q3StyleSheet::item" href="q3stylesheet.html#item" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3StyleSheetItem *" signature="item(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="item" fullname="Q3StyleSheet::item" href="q3stylesheet.html#item-2" location="q3stylesheet.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const Q3StyleSheetItem *" signature="item(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="escape" fullname="Q3StyleSheet::escape" href="q3stylesheet.html#escape" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="escape(const QString &amp; plain)">
+ <parameter left="const QString &amp;" right="" name="plain" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="convertFromPlainText" fullname="Q3StyleSheet::convertFromPlainText" href="q3stylesheet.html#convertFromPlainText" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="convertFromPlainText(const QString &amp; plain, Q3StyleSheetItem::WhiteSpaceMode mode)">
+ <parameter left="const QString &amp;" right="" name="plain" default=""/>
+ <parameter left="Q3StyleSheetItem::WhiteSpaceMode" right="" name="mode" default="Q3StyleSheetItem::WhiteSpacePre"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mightBeRichText" fullname="Q3StyleSheet::mightBeRichText" href="q3stylesheet.html#mightBeRichText" location="q3stylesheet.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="mightBeRichText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scaleFont" fullname="Q3StyleSheet::scaleFont" href="q3stylesheet.html#scaleFont" location="q3stylesheet.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="scaleFont(QFont &amp; font, int logicalSize) const">
+ <parameter left="QFont &amp;" right="" name="font" default=""/>
+ <parameter left="int" right="" name="logicalSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="Q3StyleSheet::error" href="q3stylesheet.html#error" location="q3stylesheet.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="error(const QString &amp; msg) const">
+ <parameter left="const QString &amp;" right="" name="msg" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSqlResult" href="qsqlresult.html" location="qsqlresult.h" bases="" module="QtSql">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSqlResult" fullname="QSqlResult::~QSqlResult" href="qsqlresult.html#dtor.QSqlResult" location="qsqlresult.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSqlResult()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="handle" fullname="QSqlResult::handle" href="qsqlresult.html#handle" location="qsqlresult.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="handle() const"/>
+ <enum access="protected" threadsafety="unspecified" status="commendable" name="BindingSyntax" fullname="QSqlResult::BindingSyntax" href="qsqlresult.html#BindingSyntax-enum" location="qsqlresult.h">
+ <value name="PositionalBinding" value="0"/>
+ <value name="NamedBinding" value="1"/>
+ <value name="BindByPosition" value="PositionalBinding"/>
+ <value name="BindByName" value="NamedBinding"/>
+ </enum>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="QSqlResult" fullname="QSqlResult::QSqlResult" href="qsqlresult.html#QSqlResult" location="qsqlresult.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSqlResult(const QSqlDriver * db)">
+ <parameter left="const QSqlDriver *" right="" name="db" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="at" fullname="QSqlResult::at" href="qsqlresult.html#at" location="qsqlresult.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="at() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="lastQuery" fullname="QSqlResult::lastQuery" href="qsqlresult.html#lastQuery" location="qsqlresult.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="lastQuery() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="lastError" fullname="QSqlResult::lastError" href="qsqlresult.html#lastError" location="qsqlresult.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSqlError" signature="lastError() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="isValid" fullname="QSqlResult::isValid" href="qsqlresult.html#isValid" location="qsqlresult.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="isActive" fullname="QSqlResult::isActive" href="qsqlresult.html#isActive" location="qsqlresult.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isActive() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="isSelect" fullname="QSqlResult::isSelect" href="qsqlresult.html#isSelect" location="qsqlresult.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSelect() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="isForwardOnly" fullname="QSqlResult::isForwardOnly" href="qsqlresult.html#isForwardOnly" location="qsqlresult.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isForwardOnly() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="driver" fullname="QSqlResult::driver" href="qsqlresult.html#driver" location="qsqlresult.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QSqlDriver *" signature="driver() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setAt" fullname="QSqlResult::setAt" href="qsqlresult.html#setAt" location="qsqlresult.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setAt(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setActive" fullname="QSqlResult::setActive" href="qsqlresult.html#setActive" location="qsqlresult.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setActive(bool active)">
+ <parameter left="bool" right="" name="active" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setLastError" fullname="QSqlResult::setLastError" href="qsqlresult.html#setLastError" location="qsqlresult.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setLastError(const QSqlError &amp; error)">
+ <parameter left="const QSqlError &amp;" right="" name="error" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setQuery" fullname="QSqlResult::setQuery" href="qsqlresult.html#setQuery" location="qsqlresult.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setQuery(const QString &amp; query)">
+ <parameter left="const QString &amp;" right="" name="query" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setSelect" fullname="QSqlResult::setSelect" href="qsqlresult.html#setSelect" location="qsqlresult.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelect(bool select)">
+ <parameter left="bool" right="" name="select" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setForwardOnly" fullname="QSqlResult::setForwardOnly" href="qsqlresult.html#setForwardOnly" location="qsqlresult.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setForwardOnly(bool forward)">
+ <parameter left="bool" right="" name="forward" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="exec" fullname="QSqlResult::exec" href="qsqlresult.html#exec" location="qsqlresult.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="exec()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="prepare" fullname="QSqlResult::prepare" href="qsqlresult.html#prepare" location="qsqlresult.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="prepare(const QString &amp; query)">
+ <parameter left="const QString &amp;" right="" name="query" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="savePrepare" fullname="QSqlResult::savePrepare" href="qsqlresult.html#savePrepare" location="qsqlresult.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="savePrepare(const QString &amp; query)">
+ <parameter left="const QString &amp;" right="" name="query" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="bindValue" fullname="QSqlResult::bindValue" href="qsqlresult.html#bindValue" location="qsqlresult.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="bindValue(int index, const QVariant &amp; val, QFlags&lt;QSql::ParamTypeFlag&gt; paramType)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="val" default=""/>
+ <parameter left="QFlags&lt;QSql::ParamTypeFlag&gt;" right="" name="paramType" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="bindValue" fullname="QSqlResult::bindValue" href="qsqlresult.html#bindValue-2" location="qsqlresult.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="bindValue(const QString &amp; placeholder, const QVariant &amp; val, QFlags&lt;QSql::ParamTypeFlag&gt; paramType)">
+ <parameter left="const QString &amp;" right="" name="placeholder" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="val" default=""/>
+ <parameter left="QFlags&lt;QSql::ParamTypeFlag&gt;" right="" name="paramType" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="addBindValue" fullname="QSqlResult::addBindValue" href="qsqlresult.html#addBindValue" location="qsqlresult.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addBindValue(const QVariant &amp; val, QFlags&lt;QSql::ParamTypeFlag&gt; paramType)">
+ <parameter left="const QVariant &amp;" right="" name="val" default=""/>
+ <parameter left="QFlags&lt;QSql::ParamTypeFlag&gt;" right="" name="paramType" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="boundValue" fullname="QSqlResult::boundValue" href="qsqlresult.html#boundValue-2" location="qsqlresult.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QVariant" signature="boundValue(const QString &amp; placeholder) const">
+ <parameter left="const QString &amp;" right="" name="placeholder" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="boundValue" fullname="QSqlResult::boundValue" href="qsqlresult.html#boundValue" location="qsqlresult.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="boundValue(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="bindValueType" fullname="QSqlResult::bindValueType" href="qsqlresult.html#bindValueType-2" location="qsqlresult.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QSql::ParamType" signature="bindValueType(const QString &amp; placeholder) const">
+ <parameter left="const QString &amp;" right="" name="placeholder" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="bindValueType" fullname="QSqlResult::bindValueType" href="qsqlresult.html#bindValueType" location="qsqlresult.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSql::ParamType" signature="bindValueType(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="boundValueCount" fullname="QSqlResult::boundValueCount" href="qsqlresult.html#boundValueCount" location="qsqlresult.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="boundValueCount() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="boundValues" fullname="QSqlResult::boundValues" href="qsqlresult.html#boundValues" location="qsqlresult.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector&lt;QVariant&gt; &amp;" signature="boundValues() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="executedQuery" fullname="QSqlResult::executedQuery" href="qsqlresult.html#executedQuery" location="qsqlresult.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="executedQuery() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="boundValueName" fullname="QSqlResult::boundValueName" href="qsqlresult.html#boundValueName" location="qsqlresult.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="boundValueName(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="clear" fullname="QSqlResult::clear" href="qsqlresult.html#clear" location="qsqlresult.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hasOutValues" fullname="QSqlResult::hasOutValues" href="qsqlresult.html#hasOutValues" location="qsqlresult.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasOutValues() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="bindingSyntax" fullname="QSqlResult::bindingSyntax" href="qsqlresult.html#bindingSyntax" location="qsqlresult.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="BindingSyntax" signature="bindingSyntax() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="data" fullname="QSqlResult::data" href="qsqlresult.html#data" location="qsqlresult.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QVariant" signature="data(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="isNull" fullname="QSqlResult::isNull" href="qsqlresult.html#isNull" location="qsqlresult.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="isNull(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="reset" fullname="QSqlResult::reset" href="qsqlresult.html#reset" location="qsqlresult.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="reset(const QString &amp; query)">
+ <parameter left="const QString &amp;" right="" name="query" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="fetch" fullname="QSqlResult::fetch" href="qsqlresult.html#fetch" location="qsqlresult.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="fetch(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="fetchNext" fullname="QSqlResult::fetchNext" href="qsqlresult.html#fetchNext" location="qsqlresult.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="fetchNext()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="fetchPrevious" fullname="QSqlResult::fetchPrevious" href="qsqlresult.html#fetchPrevious" location="qsqlresult.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="fetchPrevious()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="fetchFirst" fullname="QSqlResult::fetchFirst" href="qsqlresult.html#fetchFirst" location="qsqlresult.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="fetchFirst()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="fetchLast" fullname="QSqlResult::fetchLast" href="qsqlresult.html#fetchLast" location="qsqlresult.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="fetchLast()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="size" fullname="QSqlResult::size" href="qsqlresult.html#size" location="qsqlresult.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="int" signature="size()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="numRowsAffected" fullname="QSqlResult::numRowsAffected" href="qsqlresult.html#numRowsAffected" location="qsqlresult.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="int" signature="numRowsAffected()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="record" fullname="QSqlResult::record" href="qsqlresult.html#record" location="qsqlresult.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSqlRecord" signature="record() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="lastInsertId" fullname="QSqlResult::lastInsertId" href="qsqlresult.html#lastInsertId" location="qsqlresult.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="lastInsertId() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSystemTrayIcon" href="qsystemtrayicon.html" location="qsystemtrayicon.h" bases="QObject" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="toolTip" fullname="QSystemTrayIcon::toolTip" href="qsystemtrayicon.html#toolTip-prop" location="qsystemtrayicon.h" type="QString">
+ <getter name="toolTip"/>
+ <setter name="setToolTip"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QSystemTrayIcon::icon" href="qsystemtrayicon.html#icon-prop" location="qsystemtrayicon.h" type="QIcon">
+ <getter name="icon"/>
+ <setter name="setIcon"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="visible" fullname="QSystemTrayIcon::visible" href="qsystemtrayicon.html#visible-prop" location="qsystemtrayicon.h" type="bool">
+ <getter name="isVisible"/>
+ <setter name="setVisible"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSystemTrayIcon" fullname="QSystemTrayIcon::QSystemTrayIcon" href="qsystemtrayicon.html#QSystemTrayIcon" location="qsystemtrayicon.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSystemTrayIcon(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSystemTrayIcon" fullname="QSystemTrayIcon::QSystemTrayIcon" href="qsystemtrayicon.html#QSystemTrayIcon-2" location="qsystemtrayicon.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSystemTrayIcon(const QIcon &amp; icon, QObject * parent)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSystemTrayIcon" fullname="QSystemTrayIcon::~QSystemTrayIcon" href="qsystemtrayicon.html#dtor.QSystemTrayIcon" location="qsystemtrayicon.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSystemTrayIcon()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ActivationReason" fullname="QSystemTrayIcon::ActivationReason" href="qsystemtrayicon.html#ActivationReason-enum" location="qsystemtrayicon.h">
+ <value name="Unknown" value="0"/>
+ <value name="Context" value="1"/>
+ <value name="DoubleClick" value="2"/>
+ <value name="Trigger" value="3"/>
+ <value name="MiddleClick" value="4"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContextMenu" fullname="QSystemTrayIcon::setContextMenu" href="qsystemtrayicon.html#setContextMenu" location="qsystemtrayicon.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setContextMenu(QMenu * menu)">
+ <parameter left="QMenu *" right="" name="menu" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contextMenu" fullname="QSystemTrayIcon::contextMenu" href="qsystemtrayicon.html#contextMenu" location="qsystemtrayicon.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMenu *" signature="contextMenu() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QSystemTrayIcon::icon" href="qsystemtrayicon.html#icon-prop" location="qsystemtrayicon.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="icon" type="QIcon" signature="icon() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIcon" fullname="QSystemTrayIcon::setIcon" href="qsystemtrayicon.html#icon-prop" location="qsystemtrayicon.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="icon" type="void" signature="setIcon(const QIcon &amp; icon)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toolTip" fullname="QSystemTrayIcon::toolTip" href="qsystemtrayicon.html#toolTip-prop" location="qsystemtrayicon.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="toolTip" type="QString" signature="toolTip() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setToolTip" fullname="QSystemTrayIcon::setToolTip" href="qsystemtrayicon.html#toolTip-prop" location="qsystemtrayicon.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="toolTip" type="void" signature="setToolTip(const QString &amp; tip)">
+ <parameter left="const QString &amp;" right="" name="tip" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSystemTrayAvailable" fullname="QSystemTrayIcon::isSystemTrayAvailable" href="qsystemtrayicon.html#isSystemTrayAvailable" location="qsystemtrayicon.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isSystemTrayAvailable()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportsMessages" fullname="QSystemTrayIcon::supportsMessages" href="qsystemtrayicon.html#supportsMessages" location="qsystemtrayicon.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="supportsMessages()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="MessageIcon" fullname="QSystemTrayIcon::MessageIcon" href="qsystemtrayicon.html#MessageIcon-enum" location="qsystemtrayicon.h">
+ <value name="NoIcon" value="0"/>
+ <value name="Information" value="1"/>
+ <value name="Warning" value="2"/>
+ <value name="Critical" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showMessage" fullname="QSystemTrayIcon::showMessage" href="qsystemtrayicon.html#showMessage" location="qsystemtrayicon.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="showMessage(const QString &amp; title, const QString &amp; message, MessageIcon icon, int millisecondsTimeoutHint)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="message" default=""/>
+ <parameter left="MessageIcon" right="" name="icon" default="Information"/>
+ <parameter left="int" right="" name="millisecondsTimeoutHint" default="10000"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="geometry" fullname="QSystemTrayIcon::geometry" href="qsystemtrayicon.html#geometry" location="qsystemtrayicon.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="geometry() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isVisible" fullname="QSystemTrayIcon::isVisible" href="qsystemtrayicon.html#visible-prop" location="qsystemtrayicon.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="visible" type="bool" signature="isVisible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="QSystemTrayIcon::setVisible" href="qsystemtrayicon.html#visible-prop" location="qsystemtrayicon.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="visible" type="void" signature="setVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="show" fullname="QSystemTrayIcon::show" href="qsystemtrayicon.html#show" location="qsystemtrayicon.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="show()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hide" fullname="QSystemTrayIcon::hide" href="qsystemtrayicon.html#hide" location="qsystemtrayicon.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="hide()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activated" fullname="QSystemTrayIcon::activated" href="qsystemtrayicon.html#activated" location="qsystemtrayicon.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="activated(QSystemTrayIcon::ActivationReason reason)">
+ <parameter left="QSystemTrayIcon::ActivationReason" right="" name="reason" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="messageClicked" fullname="QSystemTrayIcon::messageClicked" href="qsystemtrayicon.html#messageClicked" location="qsystemtrayicon.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="messageClicked()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QSystemTrayIcon::event" href="qsystemtrayicon.html#event" location="qsystemtrayicon.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3MimeSourceFactory" href="q3mimesourcefactory.html" location="q3mimefactory.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3MimeSourceFactory" fullname="Q3MimeSourceFactory::Q3MimeSourceFactory" href="q3mimesourcefactory.html#Q3MimeSourceFactory" location="q3mimefactory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3MimeSourceFactory()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3MimeSourceFactory" fullname="Q3MimeSourceFactory::~Q3MimeSourceFactory" href="q3mimesourcefactory.html#dtor.Q3MimeSourceFactory" location="q3mimefactory.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3MimeSourceFactory()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultFactory" fullname="Q3MimeSourceFactory::defaultFactory" href="q3mimesourcefactory.html#defaultFactory" location="q3mimefactory.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="Q3MimeSourceFactory *" signature="defaultFactory()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultFactory" fullname="Q3MimeSourceFactory::setDefaultFactory" href="q3mimesourcefactory.html#setDefaultFactory" location="q3mimefactory.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setDefaultFactory(Q3MimeSourceFactory * factory)">
+ <parameter left="Q3MimeSourceFactory *" right="" name="factory" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeDefaultFactory" fullname="Q3MimeSourceFactory::takeDefaultFactory" href="q3mimesourcefactory.html#takeDefaultFactory" location="q3mimefactory.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="Q3MimeSourceFactory *" signature="takeDefaultFactory()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addFactory" fullname="Q3MimeSourceFactory::addFactory" href="q3mimesourcefactory.html#addFactory" location="q3mimefactory.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="addFactory(Q3MimeSourceFactory * f)">
+ <parameter left="Q3MimeSourceFactory *" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeFactory" fullname="Q3MimeSourceFactory::removeFactory" href="q3mimesourcefactory.html#removeFactory" location="q3mimefactory.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="removeFactory(Q3MimeSourceFactory * f)">
+ <parameter left="Q3MimeSourceFactory *" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="Q3MimeSourceFactory::data" href="q3mimesourcefactory.html#data" location="q3mimefactory.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="const QMimeSource *" signature="data(const QString &amp; abs_name) const">
+ <parameter left="const QString &amp;" right="" name="abs_name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="makeAbsolute" fullname="Q3MimeSourceFactory::makeAbsolute" href="q3mimesourcefactory.html#makeAbsolute" location="q3mimefactory.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="makeAbsolute(const QString &amp; abs_or_rel_name, const QString &amp; context) const">
+ <parameter left="const QString &amp;" right="" name="abs_or_rel_name" default=""/>
+ <parameter left="const QString &amp;" right="" name="context" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="Q3MimeSourceFactory::data" href="q3mimesourcefactory.html#data-2" location="q3mimefactory.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const QMimeSource *" signature="data(const QString &amp; abs_or_rel_name, const QString &amp; context) const">
+ <parameter left="const QString &amp;" right="" name="abs_or_rel_name" default=""/>
+ <parameter left="const QString &amp;" right="" name="context" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="Q3MimeSourceFactory::setText" href="q3mimesourcefactory.html#setText" location="q3mimefactory.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setText(const QString &amp; abs_name, const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="abs_name" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setImage" fullname="Q3MimeSourceFactory::setImage" href="q3mimesourcefactory.html#setImage" location="q3mimefactory.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setImage(const QString &amp; abs_name, const QImage &amp; image)">
+ <parameter left="const QString &amp;" right="" name="abs_name" default=""/>
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPixmap" fullname="Q3MimeSourceFactory::setPixmap" href="q3mimesourcefactory.html#setPixmap" location="q3mimefactory.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setPixmap(const QString &amp; abs_name, const QPixmap &amp; pixmap)">
+ <parameter left="const QString &amp;" right="" name="abs_name" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="Q3MimeSourceFactory::setData" href="q3mimesourcefactory.html#setData" location="q3mimefactory.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setData(const QString &amp; abs_name, QMimeSource * data)">
+ <parameter left="const QString &amp;" right="" name="abs_name" default=""/>
+ <parameter left="QMimeSource *" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFilePath" fullname="Q3MimeSourceFactory::setFilePath" href="q3mimesourcefactory.html#setFilePath" location="q3mimefactory.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setFilePath(const QStringList &amp; path)">
+ <parameter left="const QStringList &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFilePath" fullname="Q3MimeSourceFactory::setFilePath" href="q3mimesourcefactory.html#setFilePath-2" location="q3mimefactory.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setFilePath(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filePath" fullname="Q3MimeSourceFactory::filePath" href="q3mimesourcefactory.html#filePath" location="q3mimefactory.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="filePath() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addFilePath" fullname="Q3MimeSourceFactory::addFilePath" href="q3mimesourcefactory.html#addFilePath" location="q3mimefactory.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addFilePath(const QString &amp; p)">
+ <parameter left="const QString &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setExtensionType" fullname="Q3MimeSourceFactory::setExtensionType" href="q3mimesourcefactory.html#setExtensionType" location="q3mimefactory.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setExtensionType(const QString &amp; ext, const char * mimetype)">
+ <parameter left="const QString &amp;" right="" name="ext" default=""/>
+ <parameter left="const char *" right="" name="mimetype" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QFontDialog" href="qfontdialog.html" location="qfontdialog.h" bases="QDialog" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentFont" fullname="QFontDialog::currentFont" href="qfontdialog.html#currentFont-prop" location="qfontdialog.h" type="QFont">
+ <getter name="currentFont"/>
+ <setter name="setCurrentFont"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="options" fullname="QFontDialog::options" href="qfontdialog.html#options-prop" location="qfontdialog.h" type="FontDialogOptions">
+ <getter name="options"/>
+ <setter name="setOptions"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FontDialogOption" fullname="QFontDialog::FontDialogOption" href="qfontdialog.html#FontDialogOption-enum" location="qfontdialog.h" typedef="QFontDialog::FontDialogOptions">
+ <value name="NoButtons" value="0x00000001"/>
+ <value name="DontUseNativeDialog" value="0x00000002"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="FontDialogOptions" fullname="QFontDialog::FontDialogOptions" href="qfontdialog.html#FontDialogOptions-typedef" location="qfontdialog.h" enum="QFontDialog::FontDialogOption"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFontDialog" fullname="QFontDialog::QFontDialog" href="qfontdialog.html#QFontDialog" location="qfontdialog.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFontDialog(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFontDialog" fullname="QFontDialog::QFontDialog" href="qfontdialog.html#QFontDialog-2" location="qfontdialog.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QFontDialog(const QFont &amp; initial, QWidget * parent)">
+ <parameter left="const QFont &amp;" right="" name="initial" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentFont" fullname="QFontDialog::setCurrentFont" href="qfontdialog.html#currentFont-prop" location="qfontdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="currentFont" type="void" signature="setCurrentFont(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentFont" fullname="QFontDialog::currentFont" href="qfontdialog.html#currentFont-prop" location="qfontdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentFont" type="QFont" signature="currentFont() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedFont" fullname="QFontDialog::selectedFont" href="qfontdialog.html#selectedFont" location="qfontdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFont" signature="selectedFont() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOption" fullname="QFontDialog::setOption" href="qfontdialog.html#setOption" location="qfontdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOption(FontDialogOption option, bool on)">
+ <parameter left="FontDialogOption" right="" name="option" default=""/>
+ <parameter left="bool" right="" name="on" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testOption" fullname="QFontDialog::testOption" href="qfontdialog.html#testOption" location="qfontdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="testOption(FontDialogOption option) const">
+ <parameter left="FontDialogOption" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOptions" fullname="QFontDialog::setOptions" href="qfontdialog.html#options-prop" location="qfontdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="options" type="void" signature="setOptions(QFlags&lt;QFontDialog::FontDialogOption&gt; options)">
+ <parameter left="QFlags&lt;QFontDialog::FontDialogOption&gt;" right="" name="options" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="options" fullname="QFontDialog::options" href="qfontdialog.html#options-prop" location="qfontdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="options" type="FontDialogOptions" signature="options() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QFontDialog::open" href="qfontdialog.html#open" location="qfontdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="open(QObject * receiver, const char * member)">
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="QFontDialog::setVisible" href="qfontdialog.html#setVisible" location="qfontdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getFont" fullname="QFontDialog::getFont" href="qfontdialog.html#getFont" location="qfontdialog.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QFont" signature="getFont(bool * ok, const QFont &amp; initial, QWidget * parent, const QString &amp; title, QFlags&lt;QFontDialog::FontDialogOption&gt; options)">
+ <parameter left="bool *" right="" name="ok" default=""/>
+ <parameter left="const QFont &amp;" right="" name="initial" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="QFlags&lt;QFontDialog::FontDialogOption&gt;" right="" name="options" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getFont" fullname="QFontDialog::getFont" href="qfontdialog.html#getFont-4" location="qfontdialog.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="4" type="QFont" signature="getFont(bool * ok, const QFont &amp; initial, QWidget * parent, const QString &amp; title)">
+ <parameter left="bool *" right="" name="ok" default=""/>
+ <parameter left="const QFont &amp;" right="" name="initial" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getFont" fullname="QFontDialog::getFont" href="qfontdialog.html#getFont-5" location="qfontdialog.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="5" type="QFont" signature="getFont(bool * ok, const QFont &amp; initial, QWidget * parent)">
+ <parameter left="bool *" right="" name="ok" default=""/>
+ <parameter left="const QFont &amp;" right="" name="initial" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getFont" fullname="QFontDialog::getFont" href="qfontdialog.html#getFont-6" location="qfontdialog.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="6" type="QFont" signature="getFont(bool * ok, QWidget * parent)">
+ <parameter left="bool *" right="" name="ok" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getFont" fullname="QFontDialog::getFont" href="qfontdialog.html#getFont-2" location="qfontdialog.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QFont" signature="getFont(bool * ok, const QFont &amp; initial, QWidget * parent, const char * name)">
+ <parameter left="bool *" right="" name="ok" default=""/>
+ <parameter left="const QFont &amp;" right="" name="initial" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getFont" fullname="QFontDialog::getFont" href="qfontdialog.html#getFont-3" location="qfontdialog.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="QFont" signature="getFont(bool * ok, QWidget * parent, const char * name)">
+ <parameter left="bool *" right="" name="ok" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentFontChanged" fullname="QFontDialog::currentFontChanged" href="qfontdialog.html#currentFontChanged" location="qfontdialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentFontChanged(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontSelected" fullname="QFontDialog::fontSelected" href="qfontdialog.html#fontSelected" location="qfontdialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="fontSelected(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QFontDialog::changeEvent" href="qfontdialog.html#changeEvent" location="qfontdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="done" fullname="QFontDialog::done" href="qfontdialog.html#done" location="qfontdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="done(int result)">
+ <parameter left="int" right="" name="result" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QSettings" href="qsettings.html" location="qsettings.h" bases="QObject" module="QtCore">
+ <contents name="basic-usage" title="Basic Usage" level="1"/>
+ <contents name="qvariant-and-gui-types" title="QVariant and GUI Types" level="1"/>
+ <contents name="key-syntax" title="Key Syntax" level="1"/>
+ <contents name="fallback-mechanism" title="Fallback Mechanism" level="1"/>
+ <contents name="restoring-the-state-of-a-gui-application" title="Restoring the State of a GUI Application" level="1"/>
+ <contents name="accessing-settings-from-multiple-threads-or-processes-simultaneously" title="Accessing Settings from Multiple Threads or Processes Simultaneously" level="1"/>
+ <contents name="platform-specific-notes" title="Platform-Specific Notes" level="1"/>
+ <contents name="locations-where-application-settings-are-stored" title="Locations Where Application Settings Are Stored" level="2"/>
+ <contents name="accessing-ini-and-plist-files-directly" title="Accessing INI and .plist Files Directly" level="2"/>
+ <contents name="accessing-the-windows-registry-directly" title="Accessing the Windows Registry Directly" level="2"/>
+ <contents name="accessing-common-registry-settings-on-windows" title="Accessing Common Registry Settings on Windows" level="2"/>
+ <contents name="platform-limitations" title="Platform Limitations" level="2"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Status" fullname="QSettings::Status" href="qsettings.html#Status-enum" location="qsettings.h">
+ <value name="NoError" value="0"/>
+ <value name="AccessError" value="1"/>
+ <value name="FormatError" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Format" fullname="QSettings::Format" href="qsettings.html#Format-enum" location="qsettings.h">
+ <value name="NativeFormat" value="0"/>
+ <value name="IniFormat" value="1"/>
+ <value name="InvalidFormat" value="16"/>
+ <value name="CustomFormat1" value="17"/>
+ <value name="CustomFormat2" value="18"/>
+ <value name="CustomFormat3" value="19"/>
+ <value name="CustomFormat4" value="20"/>
+ <value name="CustomFormat5" value="21"/>
+ <value name="CustomFormat6" value="22"/>
+ <value name="CustomFormat7" value="23"/>
+ <value name="CustomFormat8" value="24"/>
+ <value name="CustomFormat9" value="25"/>
+ <value name="CustomFormat10" value="26"/>
+ <value name="CustomFormat11" value="27"/>
+ <value name="CustomFormat12" value="28"/>
+ <value name="CustomFormat13" value="29"/>
+ <value name="CustomFormat14" value="30"/>
+ <value name="CustomFormat15" value="31"/>
+ <value name="CustomFormat16" value="32"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Scope" fullname="QSettings::Scope" href="qsettings.html#Scope-enum" location="qsettings.h">
+ <value name="UserScope" value="0"/>
+ <value name="SystemScope" value="1"/>
+ <value name="User" value="UserScope"/>
+ <value name="Global" value="SystemScope"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSettings" fullname="QSettings::QSettings" href="qsettings.html#QSettings" location="qsettings.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSettings(const QString &amp; organization, const QString &amp; application, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="organization" default=""/>
+ <parameter left="const QString &amp;" right="" name="application" default="QString()"/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSettings" fullname="QSettings::QSettings" href="qsettings.html#QSettings-2" location="qsettings.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSettings(Scope scope, const QString &amp; organization, const QString &amp; application, QObject * parent)">
+ <parameter left="Scope" right="" name="scope" default=""/>
+ <parameter left="const QString &amp;" right="" name="organization" default=""/>
+ <parameter left="const QString &amp;" right="" name="application" default="QString()"/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSettings" fullname="QSettings::QSettings" href="qsettings.html#QSettings-3" location="qsettings.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QSettings(Format format, Scope scope, const QString &amp; organization, const QString &amp; application, QObject * parent)">
+ <parameter left="Format" right="" name="format" default=""/>
+ <parameter left="Scope" right="" name="scope" default=""/>
+ <parameter left="const QString &amp;" right="" name="organization" default=""/>
+ <parameter left="const QString &amp;" right="" name="application" default="QString()"/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSettings" fullname="QSettings::QSettings" href="qsettings.html#QSettings-4" location="qsettings.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QSettings(const QString &amp; fileName, Format format, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="Format" right="" name="format" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSettings" fullname="QSettings::QSettings" href="qsettings.html#QSettings-5" location="qsettings.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QSettings(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSettings" fullname="QSettings::~QSettings" href="qsettings.html#dtor.QSettings" location="qsettings.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSettings()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QSettings::clear" href="qsettings.html#clear" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sync" fullname="QSettings::sync" href="qsettings.html#sync" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="sync()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="status" fullname="QSettings::status" href="qsettings.html#status" location="qsettings.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Status" signature="status() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beginGroup" fullname="QSettings::beginGroup" href="qsettings.html#beginGroup" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="beginGroup(const QString &amp; prefix)">
+ <parameter left="const QString &amp;" right="" name="prefix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endGroup" fullname="QSettings::endGroup" href="qsettings.html#endGroup" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="endGroup()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="group" fullname="QSettings::group" href="qsettings.html#group" location="qsettings.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="group() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beginReadArray" fullname="QSettings::beginReadArray" href="qsettings.html#beginReadArray" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="beginReadArray(const QString &amp; prefix)">
+ <parameter left="const QString &amp;" right="" name="prefix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beginWriteArray" fullname="QSettings::beginWriteArray" href="qsettings.html#beginWriteArray" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="beginWriteArray(const QString &amp; prefix, int size)">
+ <parameter left="const QString &amp;" right="" name="prefix" default=""/>
+ <parameter left="int" right="" name="size" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endArray" fullname="QSettings::endArray" href="qsettings.html#endArray" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="endArray()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setArrayIndex" fullname="QSettings::setArrayIndex" href="qsettings.html#setArrayIndex" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setArrayIndex(int i)">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="allKeys" fullname="QSettings::allKeys" href="qsettings.html#allKeys" location="qsettings.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="allKeys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childKeys" fullname="QSettings::childKeys" href="qsettings.html#childKeys" location="qsettings.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="childKeys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childGroups" fullname="QSettings::childGroups" href="qsettings.html#childGroups" location="qsettings.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="childGroups() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isWritable" fullname="QSettings::isWritable" href="qsettings.html#isWritable" location="qsettings.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isWritable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QSettings::setValue" href="qsettings.html#setValue" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setValue(const QString &amp; key, const QVariant &amp; value)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QSettings::value" href="qsettings.html#value" location="qsettings.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="value(const QString &amp; key, const QVariant &amp; defaultValue) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="defaultValue" default="QVariant()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QSettings::remove" href="qsettings.html#remove" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="remove(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QSettings::contains" href="qsettings.html#contains" location="qsettings.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFallbacksEnabled" fullname="QSettings::setFallbacksEnabled" href="qsettings.html#setFallbacksEnabled" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFallbacksEnabled(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fallbacksEnabled" fullname="QSettings::fallbacksEnabled" href="qsettings.html#fallbacksEnabled" location="qsettings.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="fallbacksEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QSettings::fileName" href="qsettings.html#fileName" location="qsettings.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fileName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QSettings::format" href="qsettings.html#format" location="qsettings.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Format" signature="format() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scope" fullname="QSettings::scope" href="qsettings.html#scope" location="qsettings.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Scope" signature="scope() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="organizationName" fullname="QSettings::organizationName" href="qsettings.html#organizationName" location="qsettings.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="organizationName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="applicationName" fullname="QSettings::applicationName" href="qsettings.html#applicationName" location="qsettings.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="applicationName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIniCodec" fullname="QSettings::setIniCodec" href="qsettings.html#setIniCodec" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setIniCodec(QTextCodec * codec)">
+ <parameter left="QTextCodec *" right="" name="codec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIniCodec" fullname="QSettings::setIniCodec" href="qsettings.html#setIniCodec-2" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setIniCodec(const char * codecName)">
+ <parameter left="const char *" right="" name="codecName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iniCodec" fullname="QSettings::iniCodec" href="qsettings.html#iniCodec" location="qsettings.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCodec *" signature="iniCodec() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultFormat" fullname="QSettings::setDefaultFormat" href="qsettings.html#setDefaultFormat" location="qsettings.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setDefaultFormat(Format format)">
+ <parameter left="Format" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultFormat" fullname="QSettings::defaultFormat" href="qsettings.html#defaultFormat" location="qsettings.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="Format" signature="defaultFormat()"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setSystemIniPath" fullname="QSettings::setSystemIniPath" href="qsettings-obsolete.html#setSystemIniPath" location="qsettings.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setSystemIniPath(const QString &amp; dir)">
+ <parameter left="const QString &amp;" right="" name="dir" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setUserIniPath" fullname="QSettings::setUserIniPath" href="qsettings-obsolete.html#setUserIniPath" location="qsettings.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setUserIniPath(const QString &amp; dir)">
+ <parameter left="const QString &amp;" right="" name="dir" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPath" fullname="QSettings::setPath" href="qsettings.html#setPath" location="qsettings.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setPath(Format format, Scope scope, const QString &amp; path)">
+ <parameter left="Format" right="" name="format" default=""/>
+ <parameter left="Scope" right="" name="scope" default=""/>
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="SettingsMap" fullname="QSettings::SettingsMap" href="qsettings.html#SettingsMap-typedef" location="qsettings.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ReadFunc" fullname="QSettings::ReadFunc" href="qsettings.html#ReadFunc-typedef" location="qsettings.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="WriteFunc" fullname="QSettings::WriteFunc" href="qsettings.html#WriteFunc-typedef" location="qsettings.h"/>
+ <function access="public" threadsafety="thread safe" status="commendable" name="registerFormat" fullname="QSettings::registerFormat" href="qsettings.html#registerFormat" location="qsettings.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="Format" signature="registerFormat(const QString &amp; extension, ReadFunc readFunc, WriteFunc writeFunc, Qt::CaseSensitivity caseSensitivity)">
+ <parameter left="const QString &amp;" right="" name="extension" default=""/>
+ <parameter left="ReadFunc" right="" name="readFunc" default=""/>
+ <parameter left="WriteFunc" right="" name="writeFunc" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="caseSensitivity" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="writeEntry" fullname="QSettings::writeEntry" href="qsettings-qt3.html#writeEntry" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="writeEntry(const QString &amp; key, bool value)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="bool" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="writeEntry" fullname="QSettings::writeEntry" href="qsettings-qt3.html#writeEntry-2" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="writeEntry(const QString &amp; key, double value)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="double" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="writeEntry" fullname="QSettings::writeEntry" href="qsettings-qt3.html#writeEntry-3" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="bool" signature="writeEntry(const QString &amp; key, int value)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="writeEntry" fullname="QSettings::writeEntry" href="qsettings-qt3.html#writeEntry-4" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="bool" signature="writeEntry(const QString &amp; key, const char * value)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="const char *" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="writeEntry" fullname="QSettings::writeEntry" href="qsettings-qt3.html#writeEntry-5" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="bool" signature="writeEntry(const QString &amp; key, const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="writeEntry" fullname="QSettings::writeEntry" href="qsettings-qt3.html#writeEntry-6" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="bool" signature="writeEntry(const QString &amp; key, const QStringList &amp; value)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="writeEntry" fullname="QSettings::writeEntry" href="qsettings-qt3.html#writeEntry-7" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="bool" signature="writeEntry(const QString &amp; key, const QStringList &amp; value, QChar separator)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="value" default=""/>
+ <parameter left="QChar" right="" name="separator" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="readListEntry" fullname="QSettings::readListEntry" href="qsettings-qt3.html#readListEntry" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QStringList" signature="readListEntry(const QString &amp; key, bool * ok)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="readListEntry" fullname="QSettings::readListEntry" href="qsettings-qt3.html#readListEntry-2" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QStringList" signature="readListEntry(const QString &amp; key, QChar separator, bool * ok)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="QChar" right="" name="separator" default=""/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="readEntry" fullname="QSettings::readEntry" href="qsettings-qt3.html#readEntry" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString" signature="readEntry(const QString &amp; key, const QString &amp; defaultValue, bool * ok)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="const QString &amp;" right="" name="defaultValue" default="QString()"/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="readNumEntry" fullname="QSettings::readNumEntry" href="qsettings-qt3.html#readNumEntry" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="readNumEntry(const QString &amp; key, int defaultValue, bool * ok)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="int" right="" name="defaultValue" default="0"/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="readDoubleEntry" fullname="QSettings::readDoubleEntry" href="qsettings-qt3.html#readDoubleEntry" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="double" signature="readDoubleEntry(const QString &amp; key, double defaultValue, bool * ok)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="double" right="" name="defaultValue" default="0"/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="readBoolEntry" fullname="QSettings::readBoolEntry" href="qsettings-qt3.html#readBoolEntry" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="readBoolEntry(const QString &amp; key, bool defaultValue, bool * ok)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="bool" right="" name="defaultValue" default="false"/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="removeEntry" fullname="QSettings::removeEntry" href="qsettings-qt3.html#removeEntry" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeEntry(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="compat" name="System" fullname="QSettings::System" href="qsettings-qt3.html#System-enum" location="qsettings.h">
+ <value name="Unix" value="0"/>
+ <value name="Windows" value="1"/>
+ <value name="Mac" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertSearchPath" fullname="QSettings::insertSearchPath" href="qsettings-qt3.html#insertSearchPath" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertSearchPath(System system, const QString &amp; path)">
+ <parameter left="System" right="" name="system" default=""/>
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="removeSearchPath" fullname="QSettings::removeSearchPath" href="qsettings-qt3.html#removeSearchPath" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeSearchPath(System system, const QString &amp; path)">
+ <parameter left="System" right="" name="system" default=""/>
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setPath" fullname="QSettings::setPath" href="qsettings-qt3.html#setPath-2" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setPath(const QString &amp; organization, const QString &amp; application, Scope scope)">
+ <parameter left="const QString &amp;" right="" name="organization" default=""/>
+ <parameter left="const QString &amp;" right="" name="application" default=""/>
+ <parameter left="Scope" right="" name="scope" default="Global"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="resetGroup" fullname="QSettings::resetGroup" href="qsettings-qt3.html#resetGroup" location="qsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resetGroup()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="entryList" fullname="QSettings::entryList" href="qsettings-qt3.html#entryList" location="qsettings.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="entryList(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="subkeyList" fullname="QSettings::subkeyList" href="qsettings-qt3.html#subkeyList" location="qsettings.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="subkeyList(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QSettings::event" href="qsettings.html#event" location="qsettings.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QSimpleXmlNodeModel" href="qsimplexmlnodemodel.html" location="qsimplexmlnodemodel.h" bases="QAbstractXmlNodeModel" module="QtXmlPatterns">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSimpleXmlNodeModel" fullname="QSimpleXmlNodeModel::QSimpleXmlNodeModel" href="qsimplexmlnodemodel.html#QSimpleXmlNodeModel" location="qsimplexmlnodemodel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSimpleXmlNodeModel(const QXmlNamePool &amp; namePool)">
+ <parameter left="const QXmlNamePool &amp;" right="" name="namePool" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSimpleXmlNodeModel" fullname="QSimpleXmlNodeModel::~QSimpleXmlNodeModel" href="qsimplexmlnodemodel.html#dtor.QSimpleXmlNodeModel" location="qsimplexmlnodemodel.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSimpleXmlNodeModel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="baseUri" fullname="QSimpleXmlNodeModel::baseUri" href="qsimplexmlnodemodel.html#baseUri" location="qsimplexmlnodemodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="baseUri(const QXmlNodeModelIndex &amp; node) const">
+ <parameter left="const QXmlNodeModelIndex &amp;" right="" name="node" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="namePool" fullname="QSimpleXmlNodeModel::namePool" href="qsimplexmlnodemodel.html#namePool" location="qsimplexmlnodemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QXmlNamePool &amp;" signature="namePool() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="namespaceBindings" fullname="QSimpleXmlNodeModel::namespaceBindings" href="qsimplexmlnodemodel.html#namespaceBindings" location="qsimplexmlnodemodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVector&lt;QXmlName&gt;" signature="namespaceBindings(const QXmlNodeModelIndex &amp; node) const">
+ <parameter left="const QXmlNodeModelIndex &amp;" right="" name="node" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stringValue" fullname="QSimpleXmlNodeModel::stringValue" href="qsimplexmlnodemodel.html#stringValue" location="qsimplexmlnodemodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="stringValue(const QXmlNodeModelIndex &amp; node) const">
+ <parameter left="const QXmlNodeModelIndex &amp;" right="" name="node" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="elementById" fullname="QSimpleXmlNodeModel::elementById" href="qsimplexmlnodemodel.html#elementById" location="qsimplexmlnodemodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QXmlNodeModelIndex" signature="elementById(const QXmlName &amp; id) const">
+ <parameter left="const QXmlName &amp;" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nodesByIdref" fullname="QSimpleXmlNodeModel::nodesByIdref" href="qsimplexmlnodemodel.html#nodesByIdref" location="qsimplexmlnodemodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVector&lt;QXmlNodeModelIndex&gt;" signature="nodesByIdref(const QXmlName &amp; idref) const">
+ <parameter left="const QXmlName &amp;" right="" name="idref" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsView" href="qgraphicsview.html" location="qgraphicsview.h" bases="QAbstractScrollArea" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="backgroundBrush" fullname="QGraphicsView::backgroundBrush" href="qgraphicsview.html#backgroundBrush-prop" location="qgraphicsview.h" type="QBrush">
+ <getter name="backgroundBrush"/>
+ <setter name="setBackgroundBrush"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="foregroundBrush" fullname="QGraphicsView::foregroundBrush" href="qgraphicsview.html#foregroundBrush-prop" location="qgraphicsview.h" type="QBrush">
+ <getter name="foregroundBrush"/>
+ <setter name="setForegroundBrush"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="interactive" fullname="QGraphicsView::interactive" href="qgraphicsview.html#interactive-prop" location="qgraphicsview.h" type="bool">
+ <getter name="isInteractive"/>
+ <setter name="setInteractive"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="sceneRect" fullname="QGraphicsView::sceneRect" href="qgraphicsview.html#sceneRect-prop" location="qgraphicsview.h" type="QRectF">
+ <getter name="sceneRect"/>
+ <setter name="setSceneRect"/>
+ <setter name="setSceneRect"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="QGraphicsView::alignment" href="qgraphicsview.html#alignment-prop" location="qgraphicsview.h" type="Qt::Alignment">
+ <getter name="alignment"/>
+ <setter name="setAlignment"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="renderHints" fullname="QGraphicsView::renderHints" href="qgraphicsview.html#renderHints-prop" location="qgraphicsview.h" type="QPainter::RenderHints">
+ <getter name="renderHints"/>
+ <setter name="setRenderHints"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="dragMode" fullname="QGraphicsView::dragMode" href="qgraphicsview.html#dragMode-prop" location="qgraphicsview.h" type="DragMode">
+ <getter name="dragMode"/>
+ <setter name="setDragMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="cacheMode" fullname="QGraphicsView::cacheMode" href="qgraphicsview.html#cacheMode-prop" location="qgraphicsview.h" type="CacheMode">
+ <getter name="cacheMode"/>
+ <setter name="setCacheMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="transformationAnchor" fullname="QGraphicsView::transformationAnchor" href="qgraphicsview.html#transformationAnchor-prop" location="qgraphicsview.h" type="ViewportAnchor">
+ <getter name="transformationAnchor"/>
+ <setter name="setTransformationAnchor"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="resizeAnchor" fullname="QGraphicsView::resizeAnchor" href="qgraphicsview.html#resizeAnchor-prop" location="qgraphicsview.h" type="ViewportAnchor">
+ <getter name="resizeAnchor"/>
+ <setter name="setResizeAnchor"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="viewportUpdateMode" fullname="QGraphicsView::viewportUpdateMode" href="qgraphicsview.html#viewportUpdateMode-prop" location="qgraphicsview.h" type="ViewportUpdateMode">
+ <getter name="viewportUpdateMode"/>
+ <setter name="setViewportUpdateMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="rubberBandSelectionMode" fullname="QGraphicsView::rubberBandSelectionMode" href="qgraphicsview.html#rubberBandSelectionMode-prop" location="qgraphicsview.h" type="Qt::ItemSelectionMode">
+ <getter name="rubberBandSelectionMode"/>
+ <setter name="setRubberBandSelectionMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="optimizationFlags" fullname="QGraphicsView::optimizationFlags" href="qgraphicsview.html#optimizationFlags-prop" location="qgraphicsview.h" type="OptimizationFlags">
+ <getter name="optimizationFlags"/>
+ <setter name="setOptimizationFlags"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ViewportAnchor" fullname="QGraphicsView::ViewportAnchor" href="qgraphicsview.html#ViewportAnchor-enum" location="qgraphicsview.h">
+ <value name="NoAnchor" value="0"/>
+ <value name="AnchorViewCenter" value="1"/>
+ <value name="AnchorUnderMouse" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="CacheModeFlag" fullname="QGraphicsView::CacheModeFlag" href="qgraphicsview.html#CacheModeFlag-enum" location="qgraphicsview.h" typedef="QGraphicsView::CacheMode">
+ <value name="CacheNone" value="0x0"/>
+ <value name="CacheBackground" value="0x1"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="CacheMode" fullname="QGraphicsView::CacheMode" href="qgraphicsview.html#CacheMode-typedef" location="qgraphicsview.h" enum="QGraphicsView::CacheModeFlag"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DragMode" fullname="QGraphicsView::DragMode" href="qgraphicsview.html#DragMode-enum" location="qgraphicsview.h">
+ <value name="NoDrag" value="0"/>
+ <value name="ScrollHandDrag" value="1"/>
+ <value name="RubberBandDrag" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ViewportUpdateMode" fullname="QGraphicsView::ViewportUpdateMode" href="qgraphicsview.html#ViewportUpdateMode-enum" location="qgraphicsview.h">
+ <value name="FullViewportUpdate" value="0"/>
+ <value name="MinimalViewportUpdate" value="1"/>
+ <value name="SmartViewportUpdate" value="2"/>
+ <value name="NoViewportUpdate" value="3"/>
+ <value name="BoundingRectViewportUpdate" value="4"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="OptimizationFlag" fullname="QGraphicsView::OptimizationFlag" href="qgraphicsview.html#OptimizationFlag-enum" location="qgraphicsview.h" typedef="QGraphicsView::OptimizationFlags">
+ <value name="DontClipPainter" value="0x1"/>
+ <value name="DontSavePainterState" value="0x2"/>
+ <value name="DontAdjustForAntialiasing" value="0x4"/>
+ <value name="IndirectPainting" value="0x8"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="OptimizationFlags" fullname="QGraphicsView::OptimizationFlags" href="qgraphicsview.html#OptimizationFlags-typedef" location="qgraphicsview.h" enum="QGraphicsView::OptimizationFlag"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsView" fullname="QGraphicsView::QGraphicsView" href="qgraphicsview.html#QGraphicsView" location="qgraphicsview.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsView(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsView" fullname="QGraphicsView::QGraphicsView" href="qgraphicsview.html#QGraphicsView-2" location="qgraphicsview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QGraphicsView(QGraphicsScene * scene, QWidget * parent)">
+ <parameter left="QGraphicsScene *" right="" name="scene" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsView" fullname="QGraphicsView::~QGraphicsView" href="qgraphicsview.html#dtor.QGraphicsView" location="qgraphicsview.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsView()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QGraphicsView::sizeHint" href="qgraphicsview.html#sizeHint" location="qgraphicsview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="renderHints" fullname="QGraphicsView::renderHints" href="qgraphicsview.html#renderHints-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="renderHints" type="QPainter::RenderHints" signature="renderHints() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRenderHint" fullname="QGraphicsView::setRenderHint" href="qgraphicsview.html#setRenderHint" location="qgraphicsview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRenderHint(QPainter::RenderHint hint, bool enabled)">
+ <parameter left="QPainter::RenderHint" right="" name="hint" default=""/>
+ <parameter left="bool" right="" name="enabled" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRenderHints" fullname="QGraphicsView::setRenderHints" href="qgraphicsview.html#renderHints-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="renderHints" type="void" signature="setRenderHints(QFlags&lt;QPainter::RenderHint&gt; hints)">
+ <parameter left="QFlags&lt;QPainter::RenderHint&gt;" right="" name="hints" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="QGraphicsView::alignment" href="qgraphicsview.html#alignment-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="alignment" type="Qt::Alignment" signature="alignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlignment" fullname="QGraphicsView::setAlignment" href="qgraphicsview.html#alignment-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="alignment" type="void" signature="setAlignment(QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transformationAnchor" fullname="QGraphicsView::transformationAnchor" href="qgraphicsview.html#transformationAnchor-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="transformationAnchor" type="ViewportAnchor" signature="transformationAnchor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTransformationAnchor" fullname="QGraphicsView::setTransformationAnchor" href="qgraphicsview.html#transformationAnchor-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="transformationAnchor" type="void" signature="setTransformationAnchor(ViewportAnchor anchor)">
+ <parameter left="ViewportAnchor" right="" name="anchor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resizeAnchor" fullname="QGraphicsView::resizeAnchor" href="qgraphicsview.html#resizeAnchor-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="resizeAnchor" type="ViewportAnchor" signature="resizeAnchor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setResizeAnchor" fullname="QGraphicsView::setResizeAnchor" href="qgraphicsview.html#resizeAnchor-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="resizeAnchor" type="void" signature="setResizeAnchor(ViewportAnchor anchor)">
+ <parameter left="ViewportAnchor" right="" name="anchor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="viewportUpdateMode" fullname="QGraphicsView::viewportUpdateMode" href="qgraphicsview.html#viewportUpdateMode-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="viewportUpdateMode" type="ViewportUpdateMode" signature="viewportUpdateMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setViewportUpdateMode" fullname="QGraphicsView::setViewportUpdateMode" href="qgraphicsview.html#viewportUpdateMode-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="viewportUpdateMode" type="void" signature="setViewportUpdateMode(ViewportUpdateMode mode)">
+ <parameter left="ViewportUpdateMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="optimizationFlags" fullname="QGraphicsView::optimizationFlags" href="qgraphicsview.html#optimizationFlags-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="optimizationFlags" type="OptimizationFlags" signature="optimizationFlags() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOptimizationFlag" fullname="QGraphicsView::setOptimizationFlag" href="qgraphicsview.html#setOptimizationFlag" location="qgraphicsview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOptimizationFlag(OptimizationFlag flag, bool enabled)">
+ <parameter left="OptimizationFlag" right="" name="flag" default=""/>
+ <parameter left="bool" right="" name="enabled" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOptimizationFlags" fullname="QGraphicsView::setOptimizationFlags" href="qgraphicsview.html#optimizationFlags-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="optimizationFlags" type="void" signature="setOptimizationFlags(QFlags&lt;QGraphicsView::OptimizationFlag&gt; flags)">
+ <parameter left="QFlags&lt;QGraphicsView::OptimizationFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dragMode" fullname="QGraphicsView::dragMode" href="qgraphicsview.html#dragMode-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="dragMode" type="DragMode" signature="dragMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDragMode" fullname="QGraphicsView::setDragMode" href="qgraphicsview.html#dragMode-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="dragMode" type="void" signature="setDragMode(DragMode mode)">
+ <parameter left="DragMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rubberBandSelectionMode" fullname="QGraphicsView::rubberBandSelectionMode" href="qgraphicsview.html#rubberBandSelectionMode-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="rubberBandSelectionMode" type="Qt::ItemSelectionMode" signature="rubberBandSelectionMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRubberBandSelectionMode" fullname="QGraphicsView::setRubberBandSelectionMode" href="qgraphicsview.html#rubberBandSelectionMode-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="rubberBandSelectionMode" type="void" signature="setRubberBandSelectionMode(Qt::ItemSelectionMode mode)">
+ <parameter left="Qt::ItemSelectionMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cacheMode" fullname="QGraphicsView::cacheMode" href="qgraphicsview.html#cacheMode-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="cacheMode" type="CacheMode" signature="cacheMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCacheMode" fullname="QGraphicsView::setCacheMode" href="qgraphicsview.html#cacheMode-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="cacheMode" type="void" signature="setCacheMode(QFlags&lt;QGraphicsView::CacheModeFlag&gt; mode)">
+ <parameter left="QFlags&lt;QGraphicsView::CacheModeFlag&gt;" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resetCachedContent" fullname="QGraphicsView::resetCachedContent" href="qgraphicsview.html#resetCachedContent" location="qgraphicsview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resetCachedContent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isInteractive" fullname="QGraphicsView::isInteractive" href="qgraphicsview.html#interactive-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="interactive" type="bool" signature="isInteractive() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setInteractive" fullname="QGraphicsView::setInteractive" href="qgraphicsview.html#interactive-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="interactive" type="void" signature="setInteractive(bool allowed)">
+ <parameter left="bool" right="" name="allowed" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scene" fullname="QGraphicsView::scene" href="qgraphicsview.html#scene" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsScene *" signature="scene() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScene" fullname="QGraphicsView::setScene" href="qgraphicsview.html#setScene" location="qgraphicsview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setScene(QGraphicsScene * scene)">
+ <parameter left="QGraphicsScene *" right="" name="scene" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sceneRect" fullname="QGraphicsView::sceneRect" href="qgraphicsview.html#sceneRect-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sceneRect" type="QRectF" signature="sceneRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSceneRect" fullname="QGraphicsView::setSceneRect" href="qgraphicsview.html#sceneRect-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="sceneRect" type="void" signature="setSceneRect(const QRectF &amp; rect)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSceneRect" fullname="QGraphicsView::setSceneRect" href="qgraphicsview.html#sceneRect-prop" location="qgraphicsview.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" associated-property="sceneRect" type="void" signature="setSceneRect(qreal x, qreal y, qreal w, qreal h)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="matrix" fullname="QGraphicsView::matrix" href="qgraphicsview.html#matrix" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMatrix" signature="matrix() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMatrix" fullname="QGraphicsView::setMatrix" href="qgraphicsview.html#setMatrix" location="qgraphicsview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMatrix(const QMatrix &amp; matrix, bool combine)">
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ <parameter left="bool" right="" name="combine" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resetMatrix" fullname="QGraphicsView::resetMatrix" href="qgraphicsview.html#resetMatrix" location="qgraphicsview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resetMatrix()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transform" fullname="QGraphicsView::transform" href="qgraphicsview.html#transform" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTransform" signature="transform() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="viewportTransform" fullname="QGraphicsView::viewportTransform" href="qgraphicsview.html#viewportTransform" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTransform" signature="viewportTransform() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isTransformed" fullname="QGraphicsView::isTransformed" href="qgraphicsview.html#isTransformed" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isTransformed() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTransform" fullname="QGraphicsView::setTransform" href="qgraphicsview.html#setTransform" location="qgraphicsview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTransform(const QTransform &amp; matrix, bool combine)">
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ <parameter left="bool" right="" name="combine" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resetTransform" fullname="QGraphicsView::resetTransform" href="qgraphicsview.html#resetTransform" location="qgraphicsview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resetTransform()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rotate" fullname="QGraphicsView::rotate" href="qgraphicsview.html#rotate" location="qgraphicsview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="rotate(qreal angle)">
+ <parameter left="qreal" right="" name="angle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scale" fullname="QGraphicsView::scale" href="qgraphicsview.html#scale" location="qgraphicsview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="scale(qreal sx, qreal sy)">
+ <parameter left="qreal" right="" name="sx" default=""/>
+ <parameter left="qreal" right="" name="sy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shear" fullname="QGraphicsView::shear" href="qgraphicsview.html#shear" location="qgraphicsview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="shear(qreal sh, qreal sv)">
+ <parameter left="qreal" right="" name="sh" default=""/>
+ <parameter left="qreal" right="" name="sv" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QGraphicsView::translate" href="qgraphicsview.html#translate" location="qgraphicsview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="translate(qreal dx, qreal dy)">
+ <parameter left="qreal" right="" name="dx" default=""/>
+ <parameter left="qreal" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="centerOn" fullname="QGraphicsView::centerOn" href="qgraphicsview.html#centerOn" location="qgraphicsview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="centerOn(const QPointF &amp; pos)">
+ <parameter left="const QPointF &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="centerOn" fullname="QGraphicsView::centerOn" href="qgraphicsview.html#centerOn-2" location="qgraphicsview.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="centerOn(qreal x, qreal y)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="centerOn" fullname="QGraphicsView::centerOn" href="qgraphicsview.html#centerOn-3" location="qgraphicsview.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="centerOn(const QGraphicsItem * item)">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ensureVisible" fullname="QGraphicsView::ensureVisible" href="qgraphicsview.html#ensureVisible" location="qgraphicsview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="ensureVisible(const QRectF &amp; rect, int xmargin, int ymargin)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ <parameter left="int" right="" name="xmargin" default="50"/>
+ <parameter left="int" right="" name="ymargin" default="50"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ensureVisible" fullname="QGraphicsView::ensureVisible" href="qgraphicsview.html#ensureVisible-2" location="qgraphicsview.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="ensureVisible(qreal x, qreal y, qreal w, qreal h, int xmargin, int ymargin)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ <parameter left="int" right="" name="xmargin" default="50"/>
+ <parameter left="int" right="" name="ymargin" default="50"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ensureVisible" fullname="QGraphicsView::ensureVisible" href="qgraphicsview.html#ensureVisible-3" location="qgraphicsview.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="ensureVisible(const QGraphicsItem * item, int xmargin, int ymargin)">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ <parameter left="int" right="" name="xmargin" default="50"/>
+ <parameter left="int" right="" name="ymargin" default="50"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fitInView" fullname="QGraphicsView::fitInView" href="qgraphicsview.html#fitInView" location="qgraphicsview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="fitInView(const QRectF &amp; rect, Qt::AspectRatioMode aspectRatioMode)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ <parameter left="Qt::AspectRatioMode" right="" name="aspectRatioMode" default="Qt::IgnoreAspectRatio"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fitInView" fullname="QGraphicsView::fitInView" href="qgraphicsview.html#fitInView-2" location="qgraphicsview.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="fitInView(qreal x, qreal y, qreal w, qreal h, Qt::AspectRatioMode aspectRatioMode)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ <parameter left="Qt::AspectRatioMode" right="" name="aspectRatioMode" default="Qt::IgnoreAspectRatio"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fitInView" fullname="QGraphicsView::fitInView" href="qgraphicsview.html#fitInView-3" location="qgraphicsview.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="fitInView(const QGraphicsItem * item, Qt::AspectRatioMode aspectRatioMode)">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ <parameter left="Qt::AspectRatioMode" right="" name="aspectRatioMode" default="Qt::IgnoreAspectRatio"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="render" fullname="QGraphicsView::render" href="qgraphicsview.html#render" location="qgraphicsview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="render(QPainter * painter, const QRectF &amp; target, const QRect &amp; source, Qt::AspectRatioMode aspectRatioMode)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="target" default="QRectF()"/>
+ <parameter left="const QRect &amp;" right="" name="source" default="QRect()"/>
+ <parameter left="Qt::AspectRatioMode" right="" name="aspectRatioMode" default="Qt::KeepAspectRatio"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="items" fullname="QGraphicsView::items" href="qgraphicsview.html#items" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QGraphicsItem *&gt;" signature="items() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="items" fullname="QGraphicsView::items" href="qgraphicsview.html#items-2" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QList&lt;QGraphicsItem *&gt;" signature="items(const QPoint &amp; pos) const">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="items" fullname="QGraphicsView::items" href="qgraphicsview.html#items-3" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QList&lt;QGraphicsItem *&gt;" signature="items(int x, int y) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="items" fullname="QGraphicsView::items" href="qgraphicsview.html#items-5" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="5" type="QList&lt;QGraphicsItem *&gt;" signature="items(const QRect &amp; rect, Qt::ItemSelectionMode mode) const">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="Qt::ItemSelectionMode" right="" name="mode" default="Qt::IntersectsItemShape"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="items" fullname="QGraphicsView::items" href="qgraphicsview.html#items-4" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QList&lt;QGraphicsItem *&gt;" signature="items(int x, int y, int w, int h, Qt::ItemSelectionMode mode) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="Qt::ItemSelectionMode" right="" name="mode" default="Qt::IntersectsItemShape"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="items" fullname="QGraphicsView::items" href="qgraphicsview.html#items-6" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="6" type="QList&lt;QGraphicsItem *&gt;" signature="items(const QPolygon &amp; polygon, Qt::ItemSelectionMode mode) const">
+ <parameter left="const QPolygon &amp;" right="" name="polygon" default=""/>
+ <parameter left="Qt::ItemSelectionMode" right="" name="mode" default="Qt::IntersectsItemShape"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="items" fullname="QGraphicsView::items" href="qgraphicsview.html#items-7" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="7" type="QList&lt;QGraphicsItem *&gt;" signature="items(const QPainterPath &amp; path, Qt::ItemSelectionMode mode) const">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ <parameter left="Qt::ItemSelectionMode" right="" name="mode" default="Qt::IntersectsItemShape"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAt" fullname="QGraphicsView::itemAt" href="qgraphicsview.html#itemAt" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsItem *" signature="itemAt(const QPoint &amp; pos) const">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAt" fullname="QGraphicsView::itemAt" href="qgraphicsview.html#itemAt-2" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QGraphicsItem *" signature="itemAt(int x, int y) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToScene" fullname="QGraphicsView::mapToScene" href="qgraphicsview.html#mapToScene" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="mapToScene(const QPoint &amp; point) const">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToScene" fullname="QGraphicsView::mapToScene" href="qgraphicsview.html#mapToScene-2" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPolygonF" signature="mapToScene(const QRect &amp; rect) const">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToScene" fullname="QGraphicsView::mapToScene" href="qgraphicsview.html#mapToScene-3" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QPolygonF" signature="mapToScene(const QPolygon &amp; polygon) const">
+ <parameter left="const QPolygon &amp;" right="" name="polygon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToScene" fullname="QGraphicsView::mapToScene" href="qgraphicsview.html#mapToScene-4" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QPainterPath" signature="mapToScene(const QPainterPath &amp; path) const">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromScene" fullname="QGraphicsView::mapFromScene" href="qgraphicsview.html#mapFromScene" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="mapFromScene(const QPointF &amp; point) const">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromScene" fullname="QGraphicsView::mapFromScene" href="qgraphicsview.html#mapFromScene-2" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPolygon" signature="mapFromScene(const QRectF &amp; rect) const">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromScene" fullname="QGraphicsView::mapFromScene" href="qgraphicsview.html#mapFromScene-3" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QPolygon" signature="mapFromScene(const QPolygonF &amp; polygon) const">
+ <parameter left="const QPolygonF &amp;" right="" name="polygon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromScene" fullname="QGraphicsView::mapFromScene" href="qgraphicsview.html#mapFromScene-4" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QPainterPath" signature="mapFromScene(const QPainterPath &amp; path) const">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToScene" fullname="QGraphicsView::mapToScene" href="qgraphicsview.html#mapToScene-5" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="5" type="QPointF" signature="mapToScene(int x, int y) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToScene" fullname="QGraphicsView::mapToScene" href="qgraphicsview.html#mapToScene-6" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="6" type="QPolygonF" signature="mapToScene(int x, int y, int w, int h) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromScene" fullname="QGraphicsView::mapFromScene" href="qgraphicsview.html#mapFromScene-5" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="5" type="QPoint" signature="mapFromScene(qreal x, qreal y) const">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromScene" fullname="QGraphicsView::mapFromScene" href="qgraphicsview.html#mapFromScene-6" location="qgraphicsview.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="6" type="QPolygon" signature="mapFromScene(qreal x, qreal y, qreal w, qreal h) const">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inputMethodQuery" fullname="QGraphicsView::inputMethodQuery" href="qgraphicsview.html#inputMethodQuery" location="qgraphicsview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="inputMethodQuery(Qt::InputMethodQuery query) const">
+ <parameter left="Qt::InputMethodQuery" right="" name="query" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="backgroundBrush" fullname="QGraphicsView::backgroundBrush" href="qgraphicsview.html#backgroundBrush-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="backgroundBrush" type="QBrush" signature="backgroundBrush() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBackgroundBrush" fullname="QGraphicsView::setBackgroundBrush" href="qgraphicsview.html#backgroundBrush-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="backgroundBrush" type="void" signature="setBackgroundBrush(const QBrush &amp; brush)">
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="foregroundBrush" fullname="QGraphicsView::foregroundBrush" href="qgraphicsview.html#foregroundBrush-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="foregroundBrush" type="QBrush" signature="foregroundBrush() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setForegroundBrush" fullname="QGraphicsView::setForegroundBrush" href="qgraphicsview.html#foregroundBrush-prop" location="qgraphicsview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="foregroundBrush" type="void" signature="setForegroundBrush(const QBrush &amp; brush)">
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateScene" fullname="QGraphicsView::updateScene" href="qgraphicsview.html#updateScene" location="qgraphicsview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="updateScene(const QList&lt;QRectF&gt; &amp; rects)">
+ <parameter left="const QList&lt;QRectF&gt; &amp;" right="" name="rects" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invalidateScene" fullname="QGraphicsView::invalidateScene" href="qgraphicsview.html#invalidateScene" location="qgraphicsview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="invalidateScene(const QRectF &amp; rect, QFlags&lt;QGraphicsScene::SceneLayer&gt; layers)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default="QRectF()"/>
+ <parameter left="QFlags&lt;QGraphicsScene::SceneLayer&gt;" right="" name="layers" default="QGraphicsScene::AllLayers"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateSceneRect" fullname="QGraphicsView::updateSceneRect" href="qgraphicsview.html#updateSceneRect" location="qgraphicsview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="updateSceneRect(const QRectF &amp; rect)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setupViewport" fullname="QGraphicsView::setupViewport" href="qgraphicsview.html#setupViewport" location="qgraphicsview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setupViewport(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QGraphicsView::event" href="qgraphicsview.html#event" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="viewportEvent" fullname="QGraphicsView::viewportEvent" href="qgraphicsview.html#viewportEvent" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="viewportEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contextMenuEvent" fullname="QGraphicsView::contextMenuEvent" href="qgraphicsview.html#contextMenuEvent" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contextMenuEvent(QContextMenuEvent * event)">
+ <parameter left="QContextMenuEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragEnterEvent" fullname="QGraphicsView::dragEnterEvent" href="qgraphicsview.html#dragEnterEvent" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragEnterEvent(QDragEnterEvent * event)">
+ <parameter left="QDragEnterEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragLeaveEvent" fullname="QGraphicsView::dragLeaveEvent" href="qgraphicsview.html#dragLeaveEvent" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragLeaveEvent(QDragLeaveEvent * event)">
+ <parameter left="QDragLeaveEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragMoveEvent" fullname="QGraphicsView::dragMoveEvent" href="qgraphicsview.html#dragMoveEvent" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragMoveEvent(QDragMoveEvent * event)">
+ <parameter left="QDragMoveEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dropEvent" fullname="QGraphicsView::dropEvent" href="qgraphicsview.html#dropEvent" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dropEvent(QDropEvent * event)">
+ <parameter left="QDropEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="QGraphicsView::focusInEvent" href="qgraphicsview.html#focusInEvent" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * event)">
+ <parameter left="QFocusEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusNextPrevChild" fullname="QGraphicsView::focusNextPrevChild" href="qgraphicsview.html#focusNextPrevChild" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="focusNextPrevChild(bool next)">
+ <parameter left="bool" right="" name="next" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="QGraphicsView::focusOutEvent" href="qgraphicsview.html#focusOutEvent" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * event)">
+ <parameter left="QFocusEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QGraphicsView::keyPressEvent" href="qgraphicsview.html#keyPressEvent" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * event)">
+ <parameter left="QKeyEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyReleaseEvent" fullname="QGraphicsView::keyReleaseEvent" href="qgraphicsview.html#keyReleaseEvent" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyReleaseEvent(QKeyEvent * event)">
+ <parameter left="QKeyEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseDoubleClickEvent" fullname="QGraphicsView::mouseDoubleClickEvent" href="qgraphicsview.html#mouseDoubleClickEvent" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseDoubleClickEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QGraphicsView::mousePressEvent" href="qgraphicsview.html#mousePressEvent" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QGraphicsView::mouseMoveEvent" href="qgraphicsview.html#mouseMoveEvent" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QGraphicsView::mouseReleaseEvent" href="qgraphicsview.html#mouseReleaseEvent" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="wheelEvent" fullname="QGraphicsView::wheelEvent" href="qgraphicsview.html#wheelEvent" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="wheelEvent(QWheelEvent * event)">
+ <parameter left="QWheelEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QGraphicsView::paintEvent" href="qgraphicsview.html#paintEvent" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * event)">
+ <parameter left="QPaintEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QGraphicsView::resizeEvent" href="qgraphicsview.html#resizeEvent" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * event)">
+ <parameter left="QResizeEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="scrollContentsBy" fullname="QGraphicsView::scrollContentsBy" href="qgraphicsview.html#scrollContentsBy" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="scrollContentsBy(int dx, int dy)">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="QGraphicsView::showEvent" href="qgraphicsview.html#showEvent" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * event)">
+ <parameter left="QShowEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="inputMethodEvent" fullname="QGraphicsView::inputMethodEvent" href="qgraphicsview.html#inputMethodEvent" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="inputMethodEvent(QInputMethodEvent * event)">
+ <parameter left="QInputMethodEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawBackground" fullname="QGraphicsView::drawBackground" href="qgraphicsview.html#drawBackground" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawBackground(QPainter * painter, const QRectF &amp; rect)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawForeground" fullname="QGraphicsView::drawForeground" href="qgraphicsview.html#drawForeground" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawForeground(QPainter * painter, const QRectF &amp; rect)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawItems" fullname="QGraphicsView::drawItems" href="qgraphicsview.html#drawItems" location="qgraphicsview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawItems(QPainter * painter, int numItems, QGraphicsItem *[] items, const QStyleOptionGraphicsItem[] options)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="int" right="" name="numItems" default=""/>
+ <parameter left="QGraphicsItem *[]" right="" name="items" default=""/>
+ <parameter left="const QStyleOptionGraphicsItem[]" right="" name="options" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDesignerObjectInspectorInterface" href="qdesignerobjectinspectorinterface.html" location="abstractobjectinspector.h" bases="QWidget" module="QtDesigner">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDesignerObjectInspectorInterface" fullname="QDesignerObjectInspectorInterface::QDesignerObjectInspectorInterface" href="qdesignerobjectinspectorinterface.html#QDesignerObjectInspectorInterface" location="abstractobjectinspector.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDesignerObjectInspectorInterface(QWidget * parent, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDesignerObjectInspectorInterface" fullname="QDesignerObjectInspectorInterface::~QDesignerObjectInspectorInterface" href="qdesignerobjectinspectorinterface.html#dtor.QDesignerObjectInspectorInterface" location="abstractobjectinspector.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDesignerObjectInspectorInterface()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="core" fullname="QDesignerObjectInspectorInterface::core" href="qdesignerobjectinspectorinterface.html#core" location="abstractobjectinspector.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QDesignerFormEditorInterface *" signature="core() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFormWindow" fullname="QDesignerObjectInspectorInterface::setFormWindow" href="qdesignerobjectinspectorinterface.html#setFormWindow" location="abstractobjectinspector.h" virtual="pure" meta="slot" const="false" static="false" overload="false" type="void" signature="setFormWindow(QDesignerFormWindowInterface * formWindow)">
+ <parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTimer" href="qtimer.html" location="qtimer.h" bases="QObject" module="QtCore">
+ <contents name="accuracy-and-timer-resolution" title="Accuracy and Timer Resolution" level="1"/>
+ <contents name="alternatives-to-qtimer" title="Alternatives to QTimer" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="singleShot" fullname="QTimer::singleShot" href="qtimer.html#singleShot-prop" location="qtimer.h" type="bool">
+ <getter name="isSingleShot"/>
+ <setter name="setSingleShot"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="interval" fullname="QTimer::interval" href="qtimer.html#interval-prop" location="qtimer.h" type="int">
+ <getter name="interval"/>
+ <setter name="setInterval"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="active" fullname="QTimer::active" href="qtimer.html#active-prop" location="qtimer.h" type="bool">
+ <getter name="isActive"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTimer" fullname="QTimer::QTimer" href="qtimer.html#QTimer" location="qtimer.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTimer(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QTimer" fullname="QTimer::QTimer" href="qtimer-qt3.html#QTimer-2" location="qtimer.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTimer(QObject * parent, const char * name)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTimer" fullname="QTimer::~QTimer" href="qtimer.html#dtor.QTimer" location="qtimer.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTimer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isActive" fullname="QTimer::isActive" href="qtimer.html#active-prop" location="qtimer.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="active" type="bool" signature="isActive() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="timerId" fullname="QTimer::timerId" href="qtimer.html#timerId" location="qtimer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="timerId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setInterval" fullname="QTimer::setInterval" href="qtimer.html#interval-prop" location="qtimer.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="interval" type="void" signature="setInterval(int msec)">
+ <parameter left="int" right="" name="msec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="interval" fullname="QTimer::interval" href="qtimer.html#interval-prop" location="qtimer.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="interval" type="int" signature="interval() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSingleShot" fullname="QTimer::setSingleShot" href="qtimer.html#singleShot-prop" location="qtimer.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="singleShot" type="void" signature="setSingleShot(bool singleShot)">
+ <parameter left="bool" right="" name="singleShot" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSingleShot" fullname="QTimer::isSingleShot" href="qtimer.html#singleShot-prop" location="qtimer.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="singleShot" type="bool" signature="isSingleShot() const"/>
+ <function access="public" threadsafety="reentrant" status="commendable" name="singleShot" fullname="QTimer::singleShot" href="qtimer.html#singleShot" location="qtimer.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="singleShot(int msec, QObject * receiver, const char * member)">
+ <parameter left="int" right="" name="msec" default=""/>
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="start" fullname="QTimer::start" href="qtimer.html#start" location="qtimer.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="start(int msec)">
+ <parameter left="int" right="" name="msec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="start" fullname="QTimer::start" href="qtimer.html#start-2" location="qtimer.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="start()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stop" fullname="QTimer::stop" href="qtimer.html#stop" location="qtimer.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="stop()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="changeInterval" fullname="QTimer::changeInterval" href="qtimer-qt3.html#changeInterval" location="qtimer.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="changeInterval(int msec)">
+ <parameter left="int" right="" name="msec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="start" fullname="QTimer::start" href="qtimer-qt3.html#start-3" location="qtimer.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="3" type="int" signature="start(int msec, bool sshot)">
+ <parameter left="int" right="" name="msec" default=""/>
+ <parameter left="bool" right="" name="sshot" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="timeout" fullname="QTimer::timeout" href="qtimer.html#timeout" location="qtimer.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="timeout()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="timerEvent" fullname="QTimer::timerEvent" href="qtimer.html#timerEvent" location="qtimer.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="timerEvent(QTimerEvent * e)">
+ <parameter left="QTimerEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <namespace access="public" threadsafety="unspecified" status="commendable" name="Phonon" href="phonon.html" location="medianode_p.h" module="">
+ <class access="public" threadsafety="unspecified" status="commendable" name="VideoWidget" fullname="Phonon::VideoWidget" href="phonon-videowidget.html" location="videowidget.h" bases="QWidget,MediaNode" module="Phonon">
+ <property access="public" threadsafety="unspecified" status="commendable" name="fullScreen" fullname="Phonon::VideoWidget::fullScreen" href="phonon-videowidget.html#fullScreen-prop" location="videowidget.h" type="bool">
+ <getter name="isFullScreen"/>
+ <setter name="setFullScreen"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="aspectRatio" fullname="Phonon::VideoWidget::aspectRatio" href="phonon-videowidget.html#aspectRatio-prop" location="videowidget.h" type="AspectRatio">
+ <getter name="aspectRatio"/>
+ <setter name="setAspectRatio"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="scaleMode" fullname="Phonon::VideoWidget::scaleMode" href="phonon-videowidget.html#scaleMode-prop" location="videowidget.h" type="ScaleMode">
+ <getter name="scaleMode"/>
+ <setter name="setScaleMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="brightness" fullname="Phonon::VideoWidget::brightness" href="phonon-videowidget.html#brightness-prop" location="videowidget.h" type="qreal">
+ <getter name="brightness"/>
+ <setter name="setBrightness"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="contrast" fullname="Phonon::VideoWidget::contrast" href="phonon-videowidget.html#contrast-prop" location="videowidget.h" type="qreal">
+ <getter name="contrast"/>
+ <setter name="setContrast"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="hue" fullname="Phonon::VideoWidget::hue" href="phonon-videowidget.html#hue-prop" location="videowidget.h" type="qreal">
+ <getter name="hue"/>
+ <setter name="setHue"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="saturation" fullname="Phonon::VideoWidget::saturation" href="phonon-videowidget.html#saturation-prop" location="videowidget.h" type="qreal">
+ <getter name="saturation"/>
+ <setter name="setSaturation"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="AspectRatio" fullname="Phonon::VideoWidget::AspectRatio" href="phonon-videowidget.html#AspectRatio-enum" location="videowidget.h">
+ <value name="AspectRatioAuto" value="0"/>
+ <value name="AspectRatioWidget" value="1"/>
+ <value name="AspectRatio4_3" value="2"/>
+ <value name="AspectRatio16_9" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ScaleMode" fullname="Phonon::VideoWidget::ScaleMode" href="phonon-videowidget.html#ScaleMode-enum" location="videowidget.h">
+ <value name="FitInView" value="0"/>
+ <value name="ScaleAndCrop" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="VideoWidget" fullname="Phonon::VideoWidget::VideoWidget" href="phonon-videowidget.html#VideoWidget" location="videowidget.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="VideoWidget(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="aspectRatio" fullname="Phonon::VideoWidget::aspectRatio" href="phonon-videowidget.html#aspectRatio-prop" location="videowidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="aspectRatio" type="AspectRatio" signature="aspectRatio() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scaleMode" fullname="Phonon::VideoWidget::scaleMode" href="phonon-videowidget.html#scaleMode-prop" location="videowidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="scaleMode" type="ScaleMode" signature="scaleMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="brightness" fullname="Phonon::VideoWidget::brightness" href="phonon-videowidget.html#brightness-prop" location="videowidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="brightness" type="qreal" signature="brightness() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contrast" fullname="Phonon::VideoWidget::contrast" href="phonon-videowidget.html#contrast-prop" location="videowidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="contrast" type="qreal" signature="contrast() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hue" fullname="Phonon::VideoWidget::hue" href="phonon-videowidget.html#hue-prop" location="videowidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="hue" type="qreal" signature="hue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="saturation" fullname="Phonon::VideoWidget::saturation" href="phonon-videowidget.html#saturation-prop" location="videowidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="saturation" type="qreal" signature="saturation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFullScreen" fullname="Phonon::VideoWidget::setFullScreen" href="phonon-videowidget.html#fullScreen-prop" location="videowidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="fullScreen" type="void" signature="setFullScreen(bool fullscreen)">
+ <parameter left="bool" right="" name="fullscreen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exitFullScreen" fullname="Phonon::VideoWidget::exitFullScreen" href="phonon-videowidget.html#exitFullScreen" location="videowidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="exitFullScreen()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="enterFullScreen" fullname="Phonon::VideoWidget::enterFullScreen" href="phonon-videowidget.html#enterFullScreen" location="videowidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="enterFullScreen()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAspectRatio" fullname="Phonon::VideoWidget::setAspectRatio" href="phonon-videowidget.html#aspectRatio-prop" location="videowidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="aspectRatio" type="void" signature="setAspectRatio(AspectRatio )">
+ <parameter left="AspectRatio" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScaleMode" fullname="Phonon::VideoWidget::setScaleMode" href="phonon-videowidget.html#scaleMode-prop" location="videowidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="scaleMode" type="void" signature="setScaleMode(ScaleMode )">
+ <parameter left="ScaleMode" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBrightness" fullname="Phonon::VideoWidget::setBrightness" href="phonon-videowidget.html#brightness-prop" location="videowidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="brightness" type="void" signature="setBrightness(qreal value)">
+ <parameter left="qreal" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContrast" fullname="Phonon::VideoWidget::setContrast" href="phonon-videowidget.html#contrast-prop" location="videowidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="contrast" type="void" signature="setContrast(qreal value)">
+ <parameter left="qreal" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHue" fullname="Phonon::VideoWidget::setHue" href="phonon-videowidget.html#hue-prop" location="videowidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="hue" type="void" signature="setHue(qreal value)">
+ <parameter left="qreal" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSaturation" fullname="Phonon::VideoWidget::setSaturation" href="phonon-videowidget.html#saturation-prop" location="videowidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="saturation" type="void" signature="setSaturation(qreal value)">
+ <parameter left="qreal" right="" name="value" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="Phonon::VideoWidget::mouseMoveEvent" href="phonon-videowidget.html#mouseMoveEvent" location="videowidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * )">
+ <parameter left="QMouseEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="Phonon::VideoWidget::event" href="phonon-videowidget.html#event" location="videowidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * )">
+ <parameter left="QEvent *" right="" name="" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="EffectWidget" fullname="Phonon::EffectWidget" href="phonon-effectwidget.html" location="effectwidget.h" bases="QWidget" module="Phonon">
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="k_ptr" fullname="Phonon::EffectWidget::k_ptr" href="phonon-effectwidget.html#k_ptr-var" location="effectwidget.h" type="EffectWidgetPrivate * const" static="false"/>
+ </class>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="AudioOutputDeviceModel" fullname="Phonon::AudioOutputDeviceModel" href="phonon.html#AudioOutputDeviceModel-typedef" location="objectdescriptionmodel.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="EffectDescriptionModel" fullname="Phonon::EffectDescriptionModel" href="phonon.html#EffectDescriptionModel-typedef" location="objectdescriptionmodel.h"/>
+ <class access="public" threadsafety="unspecified" status="commendable" name="MediaSource" fullname="Phonon::MediaSource" href="phonon-mediasource.html" location="mediasource.h" bases="" module="Phonon">
+ <contents name="qt-backends" title="Qt Backends" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="Phonon::MediaSource::Type" href="phonon-mediasource.html#Type-enum" location="mediasource.h">
+ <value name="Invalid" value="-1"/>
+ <value name="LocalFile" value="0"/>
+ <value name="Url" value="1"/>
+ <value name="Disc" value="2"/>
+ <value name="Stream" value="3"/>
+ <value name="Empty" value="4"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="MediaSource" fullname="Phonon::MediaSource::MediaSource" href="phonon-mediasource.html#MediaSource" location="mediasource.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="MediaSource(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="MediaSource" fullname="Phonon::MediaSource::MediaSource" href="phonon-mediasource.html#MediaSource-3" location="mediasource.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="MediaSource(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="MediaSource" fullname="Phonon::MediaSource::MediaSource" href="phonon-mediasource.html#MediaSource-4" location="mediasource.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="MediaSource(Phonon::DiscType discType, const QString &amp; deviceName)">
+ <parameter left="Phonon::DiscType" right="" name="discType" default=""/>
+ <parameter left="const QString &amp;" right="" name="deviceName" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="MediaSource" fullname="Phonon::MediaSource::MediaSource" href="phonon-mediasource.html#MediaSource-6" location="mediasource.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="MediaSource(QIODevice * ioDevice)">
+ <parameter left="QIODevice *" right="" name="ioDevice" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~MediaSource" fullname="Phonon::MediaSource::~MediaSource" href="phonon-mediasource.html#dtor.MediaSource" location="mediasource.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~MediaSource()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="MediaSource" fullname="Phonon::MediaSource::MediaSource" href="phonon-mediasource.html#MediaSource-7" location="mediasource.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="7" type="" signature="MediaSource(const MediaSource &amp; other)">
+ <parameter left="const MediaSource &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Phonon::MediaSource::operator=" href="phonon-mediasource.html#operator=" location="mediasource.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="MediaSource &amp;" signature="operator=(const MediaSource &amp; other)">
+ <parameter left="const MediaSource &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="Phonon::MediaSource::operator==" href="phonon-mediasource.html#operator==" location="mediasource.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const MediaSource &amp; other) const">
+ <parameter left="const MediaSource &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoDelete" fullname="Phonon::MediaSource::setAutoDelete" href="phonon-mediasource.html#setAutoDelete" location="mediasource.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAutoDelete(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoDelete" fullname="Phonon::MediaSource::autoDelete" href="phonon-mediasource.html#autoDelete" location="mediasource.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="autoDelete() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="Phonon::MediaSource::type" href="phonon-mediasource.html#type" location="mediasource.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Type" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="Phonon::MediaSource::fileName" href="phonon-mediasource.html#fileName" location="mediasource.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fileName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="url" fullname="Phonon::MediaSource::url" href="phonon-mediasource.html#url" location="mediasource.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="url() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="discType" fullname="Phonon::MediaSource::discType" href="phonon-mediasource.html#discType" location="mediasource.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Phonon::DiscType" signature="discType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="deviceName" fullname="Phonon::MediaSource::deviceName" href="phonon-mediasource.html#deviceName" location="mediasource.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="deviceName() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d" fullname="Phonon::MediaSource::d" href="phonon-mediasource.html#d-var" location="mediasource.h" type="QExplicitlySharedDataPointer&lt;MediaSourcePrivate&gt;" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="VolumeSlider" fullname="Phonon::VolumeSlider" href="phonon-volumeslider.html" location="volumeslider.h" bases="QWidget" module="Phonon">
+ <property access="public" threadsafety="unspecified" status="commendable" name="maximumVolume" fullname="Phonon::VolumeSlider::maximumVolume" href="phonon-volumeslider.html#maximumVolume-prop" location="volumeslider.h" type="qreal">
+ <getter name="maximumVolume"/>
+ <setter name="setMaximumVolume"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="Phonon::VolumeSlider::orientation" href="phonon-volumeslider.html#orientation-prop" location="volumeslider.h" type="Qt::Orientation">
+ <getter name="orientation"/>
+ <setter name="setOrientation"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="tracking" fullname="Phonon::VolumeSlider::tracking" href="phonon-volumeslider.html#tracking-prop" location="volumeslider.h" type="bool">
+ <getter name="hasTracking"/>
+ <setter name="setTracking"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="pageStep" fullname="Phonon::VolumeSlider::pageStep" href="phonon-volumeslider.html#pageStep-prop" location="volumeslider.h" type="int">
+ <getter name="pageStep"/>
+ <setter name="setPageStep"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="singleStep" fullname="Phonon::VolumeSlider::singleStep" href="phonon-volumeslider.html#singleStep-prop" location="volumeslider.h" type="int">
+ <getter name="singleStep"/>
+ <setter name="setSingleStep"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="muteVisible" fullname="Phonon::VolumeSlider::muteVisible" href="phonon-volumeslider.html#muteVisible-prop" location="volumeslider.h" type="bool">
+ <getter name="isMuteVisible"/>
+ <setter name="setMuteVisible"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="iconSize" fullname="Phonon::VolumeSlider::iconSize" href="phonon-volumeslider.html#iconSize-prop" location="volumeslider.h" type="QSize">
+ <getter name="iconSize"/>
+ <setter name="setIconSize"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="VolumeSlider" fullname="Phonon::VolumeSlider::VolumeSlider" href="phonon-volumeslider.html#VolumeSlider" location="volumeslider.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="VolumeSlider(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="VolumeSlider" fullname="Phonon::VolumeSlider::VolumeSlider" href="phonon-volumeslider.html#VolumeSlider-2" location="volumeslider.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="VolumeSlider(AudioOutput * output, QWidget * parent)">
+ <parameter left="AudioOutput *" right="" name="output" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~VolumeSlider" fullname="Phonon::VolumeSlider::~VolumeSlider" href="phonon-volumeslider.html#dtor.VolumeSlider" location="volumeslider.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~VolumeSlider()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasTracking" fullname="Phonon::VolumeSlider::hasTracking" href="phonon-volumeslider.html#tracking-prop" location="volumeslider.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="tracking" type="bool" signature="hasTracking() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTracking" fullname="Phonon::VolumeSlider::setTracking" href="phonon-volumeslider.html#tracking-prop" location="volumeslider.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="tracking" type="void" signature="setTracking(bool tracking)">
+ <parameter left="bool" right="" name="tracking" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pageStep" fullname="Phonon::VolumeSlider::pageStep" href="phonon-volumeslider.html#pageStep-prop" location="volumeslider.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="pageStep" type="int" signature="pageStep() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPageStep" fullname="Phonon::VolumeSlider::setPageStep" href="phonon-volumeslider.html#pageStep-prop" location="volumeslider.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="pageStep" type="void" signature="setPageStep(int milliseconds)">
+ <parameter left="int" right="" name="milliseconds" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="singleStep" fullname="Phonon::VolumeSlider::singleStep" href="phonon-volumeslider.html#singleStep-prop" location="volumeslider.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="singleStep" type="int" signature="singleStep() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSingleStep" fullname="Phonon::VolumeSlider::setSingleStep" href="phonon-volumeslider.html#singleStep-prop" location="volumeslider.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="singleStep" type="void" signature="setSingleStep(int milliseconds)">
+ <parameter left="int" right="" name="milliseconds" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isMuteVisible" fullname="Phonon::VolumeSlider::isMuteVisible" href="phonon-volumeslider.html#muteVisible-prop" location="volumeslider.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="muteVisible" type="bool" signature="isMuteVisible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iconSize" fullname="Phonon::VolumeSlider::iconSize" href="phonon-volumeslider.html#iconSize-prop" location="volumeslider.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="iconSize" type="QSize" signature="iconSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumVolume" fullname="Phonon::VolumeSlider::maximumVolume" href="phonon-volumeslider.html#maximumVolume-prop" location="volumeslider.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maximumVolume" type="qreal" signature="maximumVolume() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="Phonon::VolumeSlider::orientation" href="phonon-volumeslider.html#orientation-prop" location="volumeslider.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="orientation" type="Qt::Orientation" signature="orientation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="audioOutput" fullname="Phonon::VolumeSlider::audioOutput" href="phonon-volumeslider.html#audioOutput" location="volumeslider.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="AudioOutput *" signature="audioOutput() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaximumVolume" fullname="Phonon::VolumeSlider::setMaximumVolume" href="phonon-volumeslider.html#maximumVolume-prop" location="volumeslider.h" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="maximumVolume" type="void" signature="setMaximumVolume(qreal )">
+ <parameter left="qreal" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOrientation" fullname="Phonon::VolumeSlider::setOrientation" href="phonon-volumeslider.html#orientation-prop" location="volumeslider.h" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="orientation" type="void" signature="setOrientation(Qt::Orientation )">
+ <parameter left="Qt::Orientation" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMuteVisible" fullname="Phonon::VolumeSlider::setMuteVisible" href="phonon-volumeslider.html#muteVisible-prop" location="volumeslider.h" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="muteVisible" type="void" signature="setMuteVisible(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIconSize" fullname="Phonon::VolumeSlider::setIconSize" href="phonon-volumeslider.html#iconSize-prop" location="volumeslider.h" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="iconSize" type="void" signature="setIconSize(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAudioOutput" fullname="Phonon::VolumeSlider::setAudioOutput" href="phonon-volumeslider.html#setAudioOutput" location="volumeslider.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setAudioOutput(Phonon::AudioOutput * output)">
+ <parameter left="Phonon::AudioOutput *" right="" name="output" default=""/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="k_ptr" fullname="Phonon::VolumeSlider::k_ptr" href="phonon-volumeslider.html#k_ptr-var" location="volumeslider.h" type="VolumeSliderPrivate * const" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="Effect" fullname="Phonon::Effect" href="phonon-effect.html" location="effect.h" bases="QObject,MediaNode" module="Phonon">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Effect" fullname="Phonon::Effect::Effect" href="phonon-effect.html#Effect" location="effect.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Effect(const EffectDescription &amp; description, QObject * parent)">
+ <parameter left="const EffectDescription &amp;" right="" name="description" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="description" fullname="Phonon::Effect::description" href="phonon-effect.html#description" location="effect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="EffectDescription" signature="description() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parameters" fullname="Phonon::Effect::parameters" href="phonon-effect.html#parameters" location="effect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;EffectParameter&gt;" signature="parameters() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parameterValue" fullname="Phonon::Effect::parameterValue" href="phonon-effect.html#parameterValue" location="effect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="parameterValue(const EffectParameter &amp; parameter) const">
+ <parameter left="const EffectParameter &amp;" right="" name="parameter" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setParameterValue" fullname="Phonon::Effect::setParameterValue" href="phonon-effect.html#setParameterValue" location="effect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setParameterValue(const EffectParameter &amp; parameter, const QVariant &amp; value)">
+ <parameter left="const EffectParameter &amp;" right="" name="parameter" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="EffectParameter" fullname="Phonon::EffectParameter" href="phonon-effectparameter.html" location="effectparameter.h" bases="" module="Phonon">
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="Phonon::EffectParameter::name" href="phonon-effectparameter.html#name" location="effectparameter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QString &amp;" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="description" fullname="Phonon::EffectParameter::description" href="phonon-effectparameter.html#description" location="effectparameter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QString &amp;" signature="description() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="Phonon::EffectParameter::type" href="phonon-effectparameter.html#type" location="effectparameter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant::Type" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isLogarithmicControl" fullname="Phonon::EffectParameter::isLogarithmicControl" href="phonon-effectparameter.html#isLogarithmicControl" location="effectparameter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isLogarithmicControl() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumValue" fullname="Phonon::EffectParameter::minimumValue" href="phonon-effectparameter.html#minimumValue" location="effectparameter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="minimumValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumValue" fullname="Phonon::EffectParameter::maximumValue" href="phonon-effectparameter.html#maximumValue" location="effectparameter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="maximumValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultValue" fullname="Phonon::EffectParameter::defaultValue" href="phonon-effectparameter.html#defaultValue" location="effectparameter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="defaultValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="possibleValues" fullname="Phonon::EffectParameter::possibleValues" href="phonon-effectparameter.html#possibleValues" location="effectparameter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariantList" signature="possibleValues() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~EffectParameter" fullname="Phonon::EffectParameter::~EffectParameter" href="phonon-effectparameter.html#dtor.EffectParameter" location="effectparameter.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~EffectParameter()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="EffectParameter" fullname="Phonon::EffectParameter::EffectParameter" href="phonon-effectparameter.html#EffectParameter" location="effectparameter.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="EffectParameter(const EffectParameter &amp; other)">
+ <parameter left="const EffectParameter &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Phonon::EffectParameter::operator=" href="phonon-effectparameter.html#operator=" location="effectparameter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="EffectParameter &amp;" signature="operator=(const EffectParameter &amp; other)">
+ <parameter left="const EffectParameter &amp;" right="" name="other" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Hint" fullname="Phonon::EffectParameter::Hint" href="phonon-effectparameter.html#Hint-enum" location="effectparameter.h" typedef="Phonon::EffectParameter::Hints">
+ <value name="ToggledHint" value="0x04"/>
+ <value name="LogarithmicHint" value="0x10"/>
+ <value name="IntegerHint" value="0x20"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Hints" fullname="Phonon::EffectParameter::Hints" href="phonon-effectparameter.html#Hints-typedef" location="effectparameter.h" enum="Phonon::EffectParameter::Hint"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="EffectParameter" fullname="Phonon::EffectParameter::EffectParameter" href="phonon-effectparameter.html#EffectParameter-3" location="effectparameter.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="EffectParameter(int parameterId, const QString &amp; name, QFlags&lt;Phonon::EffectParameter::Hint&gt; hints, const QVariant &amp; defaultValue, const QVariant &amp; min, const QVariant &amp; max, const QVariantList &amp; values, const QString &amp; description)">
+ <parameter left="int" right="" name="parameterId" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="QFlags&lt;Phonon::EffectParameter::Hint&gt;" right="" name="hints" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="defaultValue" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="min" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="max" default="QVariant()"/>
+ <parameter left="const QVariantList &amp;" right="" name="values" default="QVariantList()"/>
+ <parameter left="const QString &amp;" right="" name="description" default="QString()"/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d" fullname="Phonon::EffectParameter::d" href="phonon-effectparameter.html#d-var" location="effectparameter.h" type="QExplicitlySharedDataPointer&lt;EffectParameterPrivate&gt;" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="MediaController" fullname="Phonon::MediaController" href="phonon-mediacontroller.html" location="mediacontroller.h" bases="QObject" module="Phonon">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Feature" fullname="Phonon::MediaController::Feature" href="phonon-mediacontroller.html#Feature-enum" location="mediacontroller.h" typedef="Phonon::MediaController::Features">
+ <value name="Angles" value="1"/>
+ <value name="Chapters" value="2"/>
+ <value name="Titles" value="4"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Features" fullname="Phonon::MediaController::Features" href="phonon-mediacontroller.html#Features-typedef" location="mediacontroller.h" enum="Phonon::MediaController::Feature"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="MediaController" fullname="Phonon::MediaController::MediaController" href="phonon-mediacontroller.html#MediaController" location="mediacontroller.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="MediaController(MediaObject * parent)">
+ <parameter left="MediaObject *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~MediaController" fullname="Phonon::MediaController::~MediaController" href="phonon-mediacontroller.html#dtor.MediaController" location="mediacontroller.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~MediaController()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedFeatures" fullname="Phonon::MediaController::supportedFeatures" href="phonon-mediacontroller.html#supportedFeatures" location="mediacontroller.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Features" signature="supportedFeatures() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="availableAngles" fullname="Phonon::MediaController::availableAngles" href="phonon-mediacontroller.html#availableAngles" location="mediacontroller.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="availableAngles() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentAngle" fullname="Phonon::MediaController::currentAngle" href="phonon-mediacontroller.html#currentAngle" location="mediacontroller.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currentAngle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="availableChapters" fullname="Phonon::MediaController::availableChapters" href="phonon-mediacontroller.html#availableChapters" location="mediacontroller.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="availableChapters() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentChapter" fullname="Phonon::MediaController::currentChapter" href="phonon-mediacontroller.html#currentChapter" location="mediacontroller.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currentChapter() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="availableTitles" fullname="Phonon::MediaController::availableTitles" href="phonon-mediacontroller.html#availableTitles" location="mediacontroller.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="availableTitles() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentTitle" fullname="Phonon::MediaController::currentTitle" href="phonon-mediacontroller.html#currentTitle" location="mediacontroller.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currentTitle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoplayTitles" fullname="Phonon::MediaController::autoplayTitles" href="phonon-mediacontroller.html#autoplayTitles" location="mediacontroller.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="autoplayTitles() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentAngle" fullname="Phonon::MediaController::setCurrentAngle" href="phonon-mediacontroller.html#setCurrentAngle" location="mediacontroller.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setCurrentAngle(int angleNumber)">
+ <parameter left="int" right="" name="angleNumber" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentChapter" fullname="Phonon::MediaController::setCurrentChapter" href="phonon-mediacontroller.html#setCurrentChapter" location="mediacontroller.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setCurrentChapter(int chapterNumber)">
+ <parameter left="int" right="" name="chapterNumber" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentTitle" fullname="Phonon::MediaController::setCurrentTitle" href="phonon-mediacontroller.html#setCurrentTitle" location="mediacontroller.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setCurrentTitle(int titleNumber)">
+ <parameter left="int" right="" name="titleNumber" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoplayTitles" fullname="Phonon::MediaController::setAutoplayTitles" href="phonon-mediacontroller.html#setAutoplayTitles" location="mediacontroller.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setAutoplayTitles(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nextTitle" fullname="Phonon::MediaController::nextTitle" href="phonon-mediacontroller.html#nextTitle" location="mediacontroller.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="nextTitle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previousTitle" fullname="Phonon::MediaController::previousTitle" href="phonon-mediacontroller.html#previousTitle" location="mediacontroller.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="previousTitle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="availableAnglesChanged" fullname="Phonon::MediaController::availableAnglesChanged" href="phonon-mediacontroller.html#availableAnglesChanged" location="mediacontroller.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="availableAnglesChanged(int availableAngles)">
+ <parameter left="int" right="" name="availableAngles" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="angleChanged" fullname="Phonon::MediaController::angleChanged" href="phonon-mediacontroller.html#angleChanged" location="mediacontroller.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="angleChanged(int angleNumber)">
+ <parameter left="int" right="" name="angleNumber" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="availableChaptersChanged" fullname="Phonon::MediaController::availableChaptersChanged" href="phonon-mediacontroller.html#availableChaptersChanged" location="mediacontroller.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="availableChaptersChanged(int availableChapters)">
+ <parameter left="int" right="" name="availableChapters" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="chapterChanged" fullname="Phonon::MediaController::chapterChanged" href="phonon-mediacontroller.html#chapterChanged" location="mediacontroller.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="chapterChanged(int chapterNumber)">
+ <parameter left="int" right="" name="chapterNumber" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="availableTitlesChanged" fullname="Phonon::MediaController::availableTitlesChanged" href="phonon-mediacontroller.html#availableTitlesChanged" location="mediacontroller.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="availableTitlesChanged(int availableTitles)">
+ <parameter left="int" right="" name="availableTitles" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="titleChanged" fullname="Phonon::MediaController::titleChanged" href="phonon-mediacontroller.html#titleChanged" location="mediacontroller.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="titleChanged(int titleNumber)">
+ <parameter left="int" right="" name="titleNumber" default=""/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d" fullname="Phonon::MediaController::d" href="phonon-mediacontroller.html#d-var" location="mediacontroller.h" type="MediaControllerPrivate * const" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="MediaObject" fullname="Phonon::MediaObject" href="phonon-mediaobject.html" location="mediaobject.h" bases="QObject,MediaNode" module="Phonon">
+ <property access="public" threadsafety="unspecified" status="commendable" name="transitionTime" fullname="Phonon::MediaObject::transitionTime" href="phonon-mediaobject.html#transitionTime-prop" location="mediaobject.h" type="qint32">
+ <getter name="transitionTime"/>
+ <setter name="setTransitionTime"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="prefinishMark" fullname="Phonon::MediaObject::prefinishMark" href="phonon-mediaobject.html#prefinishMark-prop" location="mediaobject.h" type="qint32">
+ <getter name="prefinishMark"/>
+ <setter name="setPrefinishMark"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="tickInterval" fullname="Phonon::MediaObject::tickInterval" href="phonon-mediaobject.html#tickInterval-prop" location="mediaobject.h" type="qint32">
+ <getter name="tickInterval"/>
+ <setter name="setTickInterval"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~MediaObject" fullname="Phonon::MediaObject::~MediaObject" href="phonon-mediaobject.html#dtor.MediaObject" location="mediaobject.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~MediaObject()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="Phonon::MediaObject::state" href="phonon-mediaobject.html#state" location="mediaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="State" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasVideo" fullname="Phonon::MediaObject::hasVideo" href="phonon-mediaobject.html#hasVideo" location="mediaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasVideo() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSeekable" fullname="Phonon::MediaObject::isSeekable" href="phonon-mediaobject.html#isSeekable" location="mediaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSeekable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tickInterval" fullname="Phonon::MediaObject::tickInterval" href="phonon-mediaobject.html#tickInterval-prop" location="mediaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="tickInterval" type="qint32" signature="tickInterval() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="metaData" fullname="Phonon::MediaObject::metaData" href="phonon-mediaobject.html#metaData" location="mediaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="metaData(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="metaData" fullname="Phonon::MediaObject::metaData" href="phonon-mediaobject.html#metaData-2" location="mediaobject.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QStringList" signature="metaData(Phonon::MetaData key) const">
+ <parameter left="Phonon::MetaData" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="metaData" fullname="Phonon::MediaObject::metaData" href="phonon-mediaobject.html#metaData-3" location="mediaobject.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QMultiMap&lt;QString, QString&gt;" signature="metaData() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="Phonon::MediaObject::errorString" href="phonon-mediaobject.html#errorString" location="mediaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorType" fullname="Phonon::MediaObject::errorType" href="phonon-mediaobject.html#errorType" location="mediaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ErrorType" signature="errorType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentSource" fullname="Phonon::MediaObject::currentSource" href="phonon-mediaobject.html#currentSource" location="mediaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="MediaSource" signature="currentSource() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentSource" fullname="Phonon::MediaObject::setCurrentSource" href="phonon-mediaobject.html#setCurrentSource" location="mediaobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCurrentSource(const MediaSource &amp; source)">
+ <parameter left="const MediaSource &amp;" right="" name="source" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="queue" fullname="Phonon::MediaObject::queue" href="phonon-mediaobject.html#queue" location="mediaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;MediaSource&gt;" signature="queue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setQueue" fullname="Phonon::MediaObject::setQueue" href="phonon-mediaobject.html#setQueue" location="mediaobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setQueue(const QList&lt;MediaSource&gt; &amp; sources)">
+ <parameter left="const QList&lt;MediaSource&gt; &amp;" right="" name="sources" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setQueue" fullname="Phonon::MediaObject::setQueue" href="phonon-mediaobject.html#setQueue-2" location="mediaobject.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setQueue(const QList&lt;QUrl&gt; &amp; urls)">
+ <parameter left="const QList&lt;QUrl&gt; &amp;" right="" name="urls" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="enqueue" fullname="Phonon::MediaObject::enqueue" href="phonon-mediaobject.html#enqueue" location="mediaobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="enqueue(const MediaSource &amp; source)">
+ <parameter left="const MediaSource &amp;" right="" name="source" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="enqueue" fullname="Phonon::MediaObject::enqueue" href="phonon-mediaobject.html#enqueue-2" location="mediaobject.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="enqueue(const QList&lt;MediaSource&gt; &amp; sources)">
+ <parameter left="const QList&lt;MediaSource&gt; &amp;" right="" name="sources" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="enqueue" fullname="Phonon::MediaObject::enqueue" href="phonon-mediaobject.html#enqueue-3" location="mediaobject.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="enqueue(const QList&lt;QUrl&gt; &amp; urls)">
+ <parameter left="const QList&lt;QUrl&gt; &amp;" right="" name="urls" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearQueue" fullname="Phonon::MediaObject::clearQueue" href="phonon-mediaobject.html#clearQueue" location="mediaobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearQueue()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentTime" fullname="Phonon::MediaObject::currentTime" href="phonon-mediaobject.html#currentTime" location="mediaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="currentTime() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="totalTime" fullname="Phonon::MediaObject::totalTime" href="phonon-mediaobject.html#totalTime" location="mediaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="totalTime() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remainingTime" fullname="Phonon::MediaObject::remainingTime" href="phonon-mediaobject.html#remainingTime" location="mediaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="remainingTime() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prefinishMark" fullname="Phonon::MediaObject::prefinishMark" href="phonon-mediaobject.html#prefinishMark-prop" location="mediaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="prefinishMark" type="qint32" signature="prefinishMark() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPrefinishMark" fullname="Phonon::MediaObject::setPrefinishMark" href="phonon-mediaobject.html#prefinishMark-prop" location="mediaobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="prefinishMark" type="void" signature="setPrefinishMark(qint32 msecToEnd)">
+ <parameter left="qint32" right="" name="msecToEnd" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transitionTime" fullname="Phonon::MediaObject::transitionTime" href="phonon-mediaobject.html#transitionTime-prop" location="mediaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="transitionTime" type="qint32" signature="transitionTime() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTransitionTime" fullname="Phonon::MediaObject::setTransitionTime" href="phonon-mediaobject.html#transitionTime-prop" location="mediaobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="transitionTime" type="void" signature="setTransitionTime(qint32 msec)">
+ <parameter left="qint32" right="" name="msec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTickInterval" fullname="Phonon::MediaObject::setTickInterval" href="phonon-mediaobject.html#tickInterval-prop" location="mediaobject.h" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="tickInterval" type="void" signature="setTickInterval(qint32 newTickInterval)">
+ <parameter left="qint32" right="" name="newTickInterval" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="play" fullname="Phonon::MediaObject::play" href="phonon-mediaobject.html#play" location="mediaobject.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="play()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pause" fullname="Phonon::MediaObject::pause" href="phonon-mediaobject.html#pause" location="mediaobject.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="pause()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stop" fullname="Phonon::MediaObject::stop" href="phonon-mediaobject.html#stop" location="mediaobject.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="stop()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="seek" fullname="Phonon::MediaObject::seek" href="phonon-mediaobject.html#seek" location="mediaobject.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="seek(qint64 time)">
+ <parameter left="qint64" right="" name="time" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="Phonon::MediaObject::clear" href="phonon-mediaobject.html#clear" location="mediaobject.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stateChanged" fullname="Phonon::MediaObject::stateChanged" href="phonon-mediaobject.html#stateChanged" location="mediaobject.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="stateChanged(Phonon::State newstate, Phonon::State oldstate)">
+ <parameter left="Phonon::State" right="" name="newstate" default=""/>
+ <parameter left="Phonon::State" right="" name="oldstate" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tick" fullname="Phonon::MediaObject::tick" href="phonon-mediaobject.html#tick" location="mediaobject.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="tick(qint64 time)">
+ <parameter left="qint64" right="" name="time" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="metaDataChanged" fullname="Phonon::MediaObject::metaDataChanged" href="phonon-mediaobject.html#metaDataChanged" location="mediaobject.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="metaDataChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="seekableChanged" fullname="Phonon::MediaObject::seekableChanged" href="phonon-mediaobject.html#seekableChanged" location="mediaobject.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="seekableChanged(bool isSeekable)">
+ <parameter left="bool" right="" name="isSeekable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasVideoChanged" fullname="Phonon::MediaObject::hasVideoChanged" href="phonon-mediaobject.html#hasVideoChanged" location="mediaobject.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="hasVideoChanged(bool hasVideo)">
+ <parameter left="bool" right="" name="hasVideo" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bufferStatus" fullname="Phonon::MediaObject::bufferStatus" href="phonon-mediaobject.html#bufferStatus" location="mediaobject.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="bufferStatus(int percentFilled)">
+ <parameter left="int" right="" name="percentFilled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="finished" fullname="Phonon::MediaObject::finished" href="phonon-mediaobject.html#finished" location="mediaobject.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="finished()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentSourceChanged" fullname="Phonon::MediaObject::currentSourceChanged" href="phonon-mediaobject.html#currentSourceChanged" location="mediaobject.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentSourceChanged(const Phonon::MediaSource &amp; newSource)">
+ <parameter left="const Phonon::MediaSource &amp;" right="" name="newSource" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="aboutToFinish" fullname="Phonon::MediaObject::aboutToFinish" href="phonon-mediaobject.html#aboutToFinish" location="mediaobject.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="aboutToFinish()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prefinishMarkReached" fullname="Phonon::MediaObject::prefinishMarkReached" href="phonon-mediaobject.html#prefinishMarkReached" location="mediaobject.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="prefinishMarkReached(qint32 msecToEnd)">
+ <parameter left="qint32" right="" name="msecToEnd" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="totalTimeChanged" fullname="Phonon::MediaObject::totalTimeChanged" href="phonon-mediaobject.html#totalTimeChanged" location="mediaobject.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="totalTimeChanged(qint64 newTotalTime)">
+ <parameter left="qint64" right="" name="newTotalTime" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createPlayer" fullname="Phonon::createPlayer" href="phonon.html#createPlayer" location="mediaobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="MediaObject *" signature="createPlayer(Phonon::Category category, const MediaSource &amp; source)">
+ <parameter left="Phonon::Category" right="" name="category" default=""/>
+ <parameter left="const MediaSource &amp;" right="" name="source" default="MediaSource()"/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="AudioOutput" fullname="Phonon::AudioOutput" href="phonon-audiooutput.html" location="audiooutput.h" bases="QObject,MediaNode" module="Phonon">
+ <property access="public" threadsafety="unspecified" status="commendable" name="name" fullname="Phonon::AudioOutput::name" href="phonon-audiooutput.html#name-prop" location="audiooutput.h" type="QString">
+ <getter name="name"/>
+ <setter name="setName"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="volume" fullname="Phonon::AudioOutput::volume" href="phonon-audiooutput.html#volume-prop" location="audiooutput.h" type="qreal">
+ <getter name="volume"/>
+ <setter name="setVolume"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="volumeDecibel" fullname="Phonon::AudioOutput::volumeDecibel" href="phonon-audiooutput.html#volumeDecibel-prop" location="audiooutput.h" type="qreal">
+ <getter name="volumeDecibel"/>
+ <setter name="setVolumeDecibel"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="outputDevice" fullname="Phonon::AudioOutput::outputDevice" href="phonon-audiooutput.html#outputDevice-prop" location="audiooutput.h" type="AudioOutputDevice">
+ <getter name="outputDevice"/>
+ <setter name="setOutputDevice"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="muted" fullname="Phonon::AudioOutput::muted" href="phonon-audiooutput.html#muted-prop" location="audiooutput.h" type="bool">
+ <getter name="isMuted"/>
+ <setter name="setMuted"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="AudioOutput" fullname="Phonon::AudioOutput::AudioOutput" href="phonon-audiooutput.html#AudioOutput" location="audiooutput.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="AudioOutput(Phonon::Category category, QObject * parent)">
+ <parameter left="Phonon::Category" right="" name="category" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="AudioOutput" fullname="Phonon::AudioOutput::AudioOutput" href="phonon-audiooutput.html#AudioOutput-2" location="audiooutput.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="AudioOutput(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="Phonon::AudioOutput::name" href="phonon-audiooutput.html#name-prop" location="audiooutput.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="name" type="QString" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="volume" fullname="Phonon::AudioOutput::volume" href="phonon-audiooutput.html#volume-prop" location="audiooutput.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="volume" type="qreal" signature="volume() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="volumeDecibel" fullname="Phonon::AudioOutput::volumeDecibel" href="phonon-audiooutput.html#volumeDecibel-prop" location="audiooutput.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="volumeDecibel" type="qreal" signature="volumeDecibel() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="category" fullname="Phonon::AudioOutput::category" href="phonon-audiooutput.html#category" location="audiooutput.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Phonon::Category" signature="category() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="outputDevice" fullname="Phonon::AudioOutput::outputDevice" href="phonon-audiooutput.html#outputDevice-prop" location="audiooutput.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="outputDevice" type="AudioOutputDevice" signature="outputDevice() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isMuted" fullname="Phonon::AudioOutput::isMuted" href="phonon-audiooutput.html#muted-prop" location="audiooutput.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="muted" type="bool" signature="isMuted() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setName" fullname="Phonon::AudioOutput::setName" href="phonon-audiooutput.html#name-prop" location="audiooutput.h" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="name" type="void" signature="setName(const QString &amp; newName)">
+ <parameter left="const QString &amp;" right="" name="newName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVolume" fullname="Phonon::AudioOutput::setVolume" href="phonon-audiooutput.html#volume-prop" location="audiooutput.h" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="volume" type="void" signature="setVolume(qreal newVolume)">
+ <parameter left="qreal" right="" name="newVolume" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVolumeDecibel" fullname="Phonon::AudioOutput::setVolumeDecibel" href="phonon-audiooutput.html#volumeDecibel-prop" location="audiooutput.h" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="volumeDecibel" type="void" signature="setVolumeDecibel(qreal newVolumeDecibel)">
+ <parameter left="qreal" right="" name="newVolumeDecibel" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOutputDevice" fullname="Phonon::AudioOutput::setOutputDevice" href="phonon-audiooutput.html#outputDevice-prop" location="audiooutput.h" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="outputDevice" type="bool" signature="setOutputDevice(const Phonon::AudioOutputDevice &amp; newAudioOutputDevice)">
+ <parameter left="const Phonon::AudioOutputDevice &amp;" right="" name="newAudioOutputDevice" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMuted" fullname="Phonon::AudioOutput::setMuted" href="phonon-audiooutput.html#muted-prop" location="audiooutput.h" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="muted" type="void" signature="setMuted(bool mute)">
+ <parameter left="bool" right="" name="mute" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="volumeChanged" fullname="Phonon::AudioOutput::volumeChanged" href="phonon-audiooutput.html#volumeChanged" location="audiooutput.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="volumeChanged(qreal newVolume)">
+ <parameter left="qreal" right="" name="newVolume" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mutedChanged" fullname="Phonon::AudioOutput::mutedChanged" href="phonon-audiooutput.html#mutedChanged" location="audiooutput.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="mutedChanged(bool muted)">
+ <parameter left="bool" right="" name="muted" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="outputDeviceChanged" fullname="Phonon::AudioOutput::outputDeviceChanged" href="phonon-audiooutput.html#outputDeviceChanged" location="audiooutput.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="outputDeviceChanged(const Phonon::AudioOutputDevice &amp; newAudioOutputDevice)">
+ <parameter left="const Phonon::AudioOutputDevice &amp;" right="" name="newAudioOutputDevice" default=""/>
+ </function>
+ </class>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ObjectDescriptionType" fullname="Phonon::ObjectDescriptionType" href="phonon-objectdescription.html#ObjectDescriptionType-enum" location="objectdescription.h">
+ <value name="AudioOutputDeviceType" value="0"/>
+ <value name="EffectType" value="1"/>
+ <value name="AudioChannelType" value="2"/>
+ <value name="SubtitleType" value="3"/>
+ <value name="AudioCaptureDeviceType" value="4"/>
+ </enum>
+ <class access="public" threadsafety="unspecified" status="commendable" name="ObjectDescription" fullname="Phonon::ObjectDescription" href="phonon-objectdescription.html" location="objectdescription.h" bases="" module="Phonon">
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="Phonon::ObjectDescription::operator==" href="phonon-objectdescription.html#operator==" location="objectdescription.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const ObjectDescription &amp; otherDescription) const">
+ <parameter left="const ObjectDescription &amp;" right="" name="otherDescription" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="Phonon::ObjectDescription::operator!=" href="phonon-objectdescription.html#operator!=" location="objectdescription.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const ObjectDescription &amp; otherDescription) const">
+ <parameter left="const ObjectDescription &amp;" right="" name="otherDescription" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="Phonon::ObjectDescription::name" href="phonon-objectdescription.html#name" location="objectdescription.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="description" fullname="Phonon::ObjectDescription::description" href="phonon-objectdescription.html#description" location="objectdescription.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="description() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="property" fullname="Phonon::ObjectDescription::property" href="phonon-objectdescription.html#property" location="objectdescription.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="property(const char * name) const">
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="propertyNames" fullname="Phonon::ObjectDescription::propertyNames" href="phonon-objectdescription.html#propertyNames" location="objectdescription.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QByteArray&gt;" signature="propertyNames() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="Phonon::ObjectDescription::isValid" href="phonon-objectdescription.html#isValid" location="objectdescription.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="index" fullname="Phonon::ObjectDescription::index" href="phonon-objectdescription.html#index" location="objectdescription.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="index() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d" fullname="Phonon::ObjectDescription::d" href="phonon-objectdescription.html#d-var" location="objectdescription.h" type="QExplicitlySharedDataPointer&lt;ObjectDescriptionData&gt;" static="false"/>
+ </class>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="AudioOutputDevice" fullname="Phonon::AudioOutputDevice" href="phonon-objectdescription.html#AudioOutputDevice-typedef" location="objectdescription.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="EffectDescription" fullname="Phonon::EffectDescription" href="phonon-objectdescription.html#EffectDescription-typedef" location="objectdescription.h"/>
+ <class access="public" threadsafety="unspecified" status="commendable" name="MediaNode" fullname="Phonon::MediaNode" href="phonon-medianode.html" location="medianode.h" bases="" module="Phonon">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~MediaNode" fullname="Phonon::MediaNode::~MediaNode" href="phonon-medianode.html#dtor.MediaNode" location="medianode.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~MediaNode()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="Phonon::MediaNode::isValid" href="phonon-medianode.html#isValid" location="medianode.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inputPaths" fullname="Phonon::MediaNode::inputPaths" href="phonon-medianode.html#inputPaths" location="medianode.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;Path&gt;" signature="inputPaths() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="outputPaths" fullname="Phonon::MediaNode::outputPaths" href="phonon-medianode.html#outputPaths" location="medianode.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;Path&gt;" signature="outputPaths() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="k_ptr" fullname="Phonon::MediaNode::k_ptr" href="phonon-medianode.html#k_ptr-var" location="medianode.h" type="MediaNodePrivate * const" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="VideoPlayer" fullname="Phonon::VideoPlayer" href="phonon-videoplayer.html" location="videoplayer.h" bases="QWidget" module="Phonon">
+ <function access="public" threadsafety="unspecified" status="commendable" name="VideoPlayer" fullname="Phonon::VideoPlayer::VideoPlayer" href="phonon-videoplayer.html#VideoPlayer" location="videoplayer.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="VideoPlayer(Phonon::Category category, QWidget * parent)">
+ <parameter left="Phonon::Category" right="" name="category" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="VideoPlayer" fullname="Phonon::VideoPlayer::VideoPlayer" href="phonon-videoplayer.html#VideoPlayer-2" location="videoplayer.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="VideoPlayer(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~VideoPlayer" fullname="Phonon::VideoPlayer::~VideoPlayer" href="phonon-videoplayer.html#dtor.VideoPlayer" location="videoplayer.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~VideoPlayer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="totalTime" fullname="Phonon::VideoPlayer::totalTime" href="phonon-videoplayer.html#totalTime" location="videoplayer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="totalTime() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentTime" fullname="Phonon::VideoPlayer::currentTime" href="phonon-videoplayer.html#currentTime" location="videoplayer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="currentTime() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="volume" fullname="Phonon::VideoPlayer::volume" href="phonon-videoplayer.html#volume" location="videoplayer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="float" signature="volume() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isPlaying" fullname="Phonon::VideoPlayer::isPlaying" href="phonon-videoplayer.html#isPlaying" location="videoplayer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isPlaying() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isPaused" fullname="Phonon::VideoPlayer::isPaused" href="phonon-videoplayer.html#isPaused" location="videoplayer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isPaused() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mediaObject" fullname="Phonon::VideoPlayer::mediaObject" href="phonon-videoplayer.html#mediaObject" location="videoplayer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="MediaObject *" signature="mediaObject() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="audioOutput" fullname="Phonon::VideoPlayer::audioOutput" href="phonon-videoplayer.html#audioOutput" location="videoplayer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="AudioOutput *" signature="audioOutput() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="videoWidget" fullname="Phonon::VideoPlayer::videoWidget" href="phonon-videoplayer.html#videoWidget" location="videoplayer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="VideoWidget *" signature="videoWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="Phonon::VideoPlayer::load" href="phonon-videoplayer.html#load" location="videoplayer.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="load(const Phonon::MediaSource &amp; source)">
+ <parameter left="const Phonon::MediaSource &amp;" right="" name="source" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="play" fullname="Phonon::VideoPlayer::play" href="phonon-videoplayer.html#play" location="videoplayer.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="play(const Phonon::MediaSource &amp; source)">
+ <parameter left="const Phonon::MediaSource &amp;" right="" name="source" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="play" fullname="Phonon::VideoPlayer::play" href="phonon-videoplayer.html#play-2" location="videoplayer.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="play()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pause" fullname="Phonon::VideoPlayer::pause" href="phonon-videoplayer.html#pause" location="videoplayer.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="pause()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stop" fullname="Phonon::VideoPlayer::stop" href="phonon-videoplayer.html#stop" location="videoplayer.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="stop()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="seek" fullname="Phonon::VideoPlayer::seek" href="phonon-videoplayer.html#seek" location="videoplayer.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="seek(qint64 ms)">
+ <parameter left="qint64" right="" name="ms" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVolume" fullname="Phonon::VideoPlayer::setVolume" href="phonon-videoplayer.html#setVolume" location="videoplayer.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setVolume(float volume)">
+ <parameter left="float" right="" name="volume" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="finished" fullname="Phonon::VideoPlayer::finished" href="phonon-videoplayer.html#finished" location="videoplayer.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="finished()"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d" fullname="Phonon::VideoPlayer::d" href="phonon-videoplayer.html#d-var" location="videoplayer.h" type="VideoPlayerPrivate * const" static="false"/>
+ </class>
+ <namespace access="public" threadsafety="unspecified" status="commendable" name="BackendCapabilities" fullname="Phonon::BackendCapabilities" href="phonon-backendcapabilities.html" location="backendcapabilities.h" module="Phonon">
+ <class access="public" threadsafety="unspecified" status="commendable" name="Notifier" fullname="Phonon::BackendCapabilities::Notifier" href="phonon-backendcapabilities-notifier.html" location="backendcapabilities.h" bases="QObject" module="Phonon">
+ <function access="public" threadsafety="unspecified" status="commendable" name="capabilitiesChanged" fullname="Phonon::BackendCapabilities::Notifier::capabilitiesChanged" href="phonon-backendcapabilities-notifier.html#capabilitiesChanged" location="backendcapabilities.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="capabilitiesChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="availableAudioOutputDevicesChanged" fullname="Phonon::BackendCapabilities::Notifier::availableAudioOutputDevicesChanged" href="phonon-backendcapabilities-notifier.html#availableAudioOutputDevicesChanged" location="backendcapabilities.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="availableAudioOutputDevicesChanged()"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="notifier" fullname="Phonon::BackendCapabilities::notifier" href="phonon-backendcapabilities.html#notifier" location="backendcapabilities.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Notifier *" signature="notifier()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="availableMimeTypes" fullname="Phonon::BackendCapabilities::availableMimeTypes" href="phonon-backendcapabilities.html#availableMimeTypes" location="backendcapabilities.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QStringList" signature="availableMimeTypes()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isMimeTypeAvailable" fullname="Phonon::BackendCapabilities::isMimeTypeAvailable" href="phonon-backendcapabilities.html#isMimeTypeAvailable" location="backendcapabilities.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="isMimeTypeAvailable(const QString &amp; mimeType)">
+ <parameter left="const QString &amp;" right="" name="mimeType" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="availableAudioOutputDevices" fullname="Phonon::BackendCapabilities::availableAudioOutputDevices" href="phonon-backendcapabilities.html#availableAudioOutputDevices" location="backendcapabilities.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QList&lt;AudioOutputDevice&gt;" signature="availableAudioOutputDevices()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="availableAudioEffects" fullname="Phonon::BackendCapabilities::availableAudioEffects" href="phonon-backendcapabilities.html#availableAudioEffects" location="backendcapabilities.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QList&lt;EffectDescription&gt;" signature="availableAudioEffects()"/>
+ </namespace>
+ <class access="public" threadsafety="unspecified" status="commendable" name="SeekSlider" fullname="Phonon::SeekSlider" href="phonon-seekslider.html" location="seekslider.h" bases="QWidget" module="Phonon">
+ <property access="public" threadsafety="unspecified" status="commendable" name="iconVisible" fullname="Phonon::SeekSlider::iconVisible" href="phonon-seekslider.html#iconVisible-prop" location="seekslider.h" type="bool">
+ <getter name="isIconVisible"/>
+ <setter name="setIconVisible"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="tracking" fullname="Phonon::SeekSlider::tracking" href="phonon-seekslider.html#tracking-prop" location="seekslider.h" type="bool">
+ <getter name="hasTracking"/>
+ <setter name="setTracking"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="pageStep" fullname="Phonon::SeekSlider::pageStep" href="phonon-seekslider.html#pageStep-prop" location="seekslider.h" type="int">
+ <getter name="pageStep"/>
+ <setter name="setPageStep"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="singleStep" fullname="Phonon::SeekSlider::singleStep" href="phonon-seekslider.html#singleStep-prop" location="seekslider.h" type="int">
+ <getter name="singleStep"/>
+ <setter name="setSingleStep"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="Phonon::SeekSlider::orientation" href="phonon-seekslider.html#orientation-prop" location="seekslider.h" type="Qt::Orientation">
+ <getter name="orientation"/>
+ <setter name="setOrientation"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="iconSize" fullname="Phonon::SeekSlider::iconSize" href="phonon-seekslider.html#iconSize-prop" location="seekslider.h" type="QSize">
+ <getter name="iconSize"/>
+ <setter name="setIconSize"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="SeekSlider" fullname="Phonon::SeekSlider::SeekSlider" href="phonon-seekslider.html#SeekSlider" location="seekslider.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="SeekSlider(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="SeekSlider" fullname="Phonon::SeekSlider::SeekSlider" href="phonon-seekslider.html#SeekSlider-2" location="seekslider.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="SeekSlider(MediaObject * media, QWidget * parent)">
+ <parameter left="MediaObject *" right="" name="media" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~SeekSlider" fullname="Phonon::SeekSlider::~SeekSlider" href="phonon-seekslider.html#dtor.SeekSlider" location="seekslider.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~SeekSlider()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasTracking" fullname="Phonon::SeekSlider::hasTracking" href="phonon-seekslider.html#tracking-prop" location="seekslider.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="tracking" type="bool" signature="hasTracking() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTracking" fullname="Phonon::SeekSlider::setTracking" href="phonon-seekslider.html#tracking-prop" location="seekslider.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="tracking" type="void" signature="setTracking(bool tracking)">
+ <parameter left="bool" right="" name="tracking" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pageStep" fullname="Phonon::SeekSlider::pageStep" href="phonon-seekslider.html#pageStep-prop" location="seekslider.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="pageStep" type="int" signature="pageStep() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPageStep" fullname="Phonon::SeekSlider::setPageStep" href="phonon-seekslider.html#pageStep-prop" location="seekslider.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="pageStep" type="void" signature="setPageStep(int milliseconds)">
+ <parameter left="int" right="" name="milliseconds" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="singleStep" fullname="Phonon::SeekSlider::singleStep" href="phonon-seekslider.html#singleStep-prop" location="seekslider.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="singleStep" type="int" signature="singleStep() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSingleStep" fullname="Phonon::SeekSlider::setSingleStep" href="phonon-seekslider.html#singleStep-prop" location="seekslider.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="singleStep" type="void" signature="setSingleStep(int milliseconds)">
+ <parameter left="int" right="" name="milliseconds" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="Phonon::SeekSlider::orientation" href="phonon-seekslider.html#orientation-prop" location="seekslider.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="orientation" type="Qt::Orientation" signature="orientation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isIconVisible" fullname="Phonon::SeekSlider::isIconVisible" href="phonon-seekslider.html#iconVisible-prop" location="seekslider.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="iconVisible" type="bool" signature="isIconVisible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iconSize" fullname="Phonon::SeekSlider::iconSize" href="phonon-seekslider.html#iconSize-prop" location="seekslider.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="iconSize" type="QSize" signature="iconSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mediaObject" fullname="Phonon::SeekSlider::mediaObject" href="phonon-seekslider.html#mediaObject" location="seekslider.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="MediaObject *" signature="mediaObject() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOrientation" fullname="Phonon::SeekSlider::setOrientation" href="phonon-seekslider.html#orientation-prop" location="seekslider.h" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="orientation" type="void" signature="setOrientation(Qt::Orientation )">
+ <parameter left="Qt::Orientation" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIconVisible" fullname="Phonon::SeekSlider::setIconVisible" href="phonon-seekslider.html#iconVisible-prop" location="seekslider.h" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="iconVisible" type="void" signature="setIconVisible(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIconSize" fullname="Phonon::SeekSlider::setIconSize" href="phonon-seekslider.html#iconSize-prop" location="seekslider.h" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="iconSize" type="void" signature="setIconSize(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMediaObject" fullname="Phonon::SeekSlider::setMediaObject" href="phonon-seekslider.html#setMediaObject" location="seekslider.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setMediaObject(MediaObject * media)">
+ <parameter left="MediaObject *" right="" name="media" default=""/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="k_ptr" fullname="Phonon::SeekSlider::k_ptr" href="phonon-seekslider.html#k_ptr-var" location="seekslider.h" type="SeekSliderPrivate * const" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="Path" fullname="Phonon::Path" href="phonon-path.html" location="path.h" bases="" module="Phonon">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Path" fullname="Phonon::Path::~Path" href="phonon-path.html#dtor.Path" location="path.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Path()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Path" fullname="Phonon::Path::Path" href="phonon-path.html#Path" location="path.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Path()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Path" fullname="Phonon::Path::Path" href="phonon-path.html#Path-2" location="path.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Path(const Path &amp; path)">
+ <parameter left="const Path &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="Phonon::Path::isValid" href="phonon-path.html#isValid" location="path.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertEffect" fullname="Phonon::Path::insertEffect" href="phonon-path.html#insertEffect" location="path.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Effect *" signature="insertEffect(const EffectDescription &amp; desc, Effect * insertBefore)">
+ <parameter left="const EffectDescription &amp;" right="" name="desc" default=""/>
+ <parameter left="Effect *" right="" name="insertBefore" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertEffect" fullname="Phonon::Path::insertEffect" href="phonon-path.html#insertEffect-2" location="path.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="insertEffect(Effect * effect, Effect * insertBefore)">
+ <parameter left="Effect *" right="" name="effect" default=""/>
+ <parameter left="Effect *" right="" name="insertBefore" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeEffect" fullname="Phonon::Path::removeEffect" href="phonon-path.html#removeEffect" location="path.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeEffect(Effect * effect)">
+ <parameter left="Effect *" right="" name="effect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="effects" fullname="Phonon::Path::effects" href="phonon-path.html#effects" location="path.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;Effect *&gt;" signature="effects() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reconnect" fullname="Phonon::Path::reconnect" href="phonon-path.html#reconnect" location="path.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="reconnect(MediaNode * source, MediaNode * sink)">
+ <parameter left="MediaNode *" right="" name="source" default=""/>
+ <parameter left="MediaNode *" right="" name="sink" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="disconnect" fullname="Phonon::Path::disconnect" href="phonon-path.html#disconnect" location="path.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="disconnect()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Phonon::Path::operator=" href="phonon-path.html#operator=" location="path.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Path &amp;" signature="operator=(const Path &amp; p)">
+ <parameter left="const Path &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="Phonon::Path::operator==" href="phonon-path.html#operator==" location="path.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const Path &amp; p) const">
+ <parameter left="const Path &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="Phonon::Path::operator!=" href="phonon-path.html#operator!=" location="path.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const Path &amp; p) const">
+ <parameter left="const Path &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="source" fullname="Phonon::Path::source" href="phonon-path.html#source" location="path.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="MediaNode *" signature="source() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sink" fullname="Phonon::Path::sink" href="phonon-path.html#sink" location="path.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="MediaNode *" signature="sink() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d" fullname="Phonon::Path::d" href="phonon-path.html#d-var" location="path.h" type="QExplicitlySharedDataPointer&lt;PathPrivate&gt;" static="false"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createPath" fullname="Phonon::createPath" href="phonon-path.html#createPath" location="path.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="Path" type="Path" signature="createPath(MediaNode * source, MediaNode * sink)">
+ <parameter left="MediaNode *" right="" name="source" default=""/>
+ <parameter left="MediaNode *" right="" name="sink" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="phononVersion" fullname="Phonon::phononVersion" href="phonon.html#phononVersion" location="phononnamespace.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const char *" signature="phononVersion()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DiscType" fullname="Phonon::DiscType" href="phonon.html#DiscType-enum" location="phononnamespace.h">
+ <value name="NoDisc" value="-1"/>
+ <value name="Cd" value="0"/>
+ <value name="Dvd" value="1"/>
+ <value name="Vcd" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="MetaData" fullname="Phonon::MetaData" href="phonon.html#MetaData-enum" location="phononnamespace.h">
+ <value name="ArtistMetaData" value="0"/>
+ <value name="AlbumMetaData" value="1"/>
+ <value name="TitleMetaData" value="2"/>
+ <value name="DateMetaData" value="3"/>
+ <value name="GenreMetaData" value="4"/>
+ <value name="TracknumberMetaData" value="5"/>
+ <value name="DescriptionMetaData" value="6"/>
+ <value name="MusicBrainzDiscIdMetaData" value="7"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="State" fullname="Phonon::State" href="phonon.html#State-enum" location="phononnamespace.h">
+ <value name="LoadingState" value="0"/>
+ <value name="StoppedState" value="1"/>
+ <value name="PlayingState" value="2"/>
+ <value name="BufferingState" value="3"/>
+ <value name="PausedState" value="4"/>
+ <value name="ErrorState" value="5"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Category" fullname="Phonon::Category" href="phonon.html#Category-enum" location="phononnamespace.h">
+ <value name="NoCategory" value="-1"/>
+ <value name="NotificationCategory" value="0"/>
+ <value name="MusicCategory" value="1"/>
+ <value name="VideoCategory" value="2"/>
+ <value name="CommunicationCategory" value="3"/>
+ <value name="GameCategory" value="4"/>
+ <value name="AccessibilityCategory" value="5"/>
+ <value name="LastCategory" value="AccessibilityCategory"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ErrorType" fullname="Phonon::ErrorType" href="phonon.html#ErrorType-enum" location="phononnamespace.h">
+ <value name="NoError" value="0"/>
+ <value name="NormalError" value="1"/>
+ <value name="FatalError" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="categoryToString" fullname="Phonon::categoryToString" href="phonon.html#categoryToString" location="phononnamespace.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString" signature="categoryToString(Category c)">
+ <parameter left="Category" right="" name="c" default=""/>
+ </function>
+ </namespace>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSizeGrip" href="qsizegrip.html" location="qsizegrip.h" bases="QWidget" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSizeGrip" fullname="QSizeGrip::QSizeGrip" href="qsizegrip.html#QSizeGrip" location="qsizegrip.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSizeGrip(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSizeGrip" fullname="QSizeGrip::~QSizeGrip" href="qsizegrip.html#dtor.QSizeGrip" location="qsizegrip.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSizeGrip()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QSizeGrip::sizeHint" href="qsizegrip.html#sizeHint" location="qsizegrip.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="QSizeGrip::setVisible" href="qsizegrip.html#setVisible" location="qsizegrip.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QSizeGrip::paintEvent" href="qsizegrip.html#paintEvent" location="qsizegrip.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * event)">
+ <parameter left="QPaintEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QSizeGrip::mousePressEvent" href="qsizegrip.html#mousePressEvent" location="qsizegrip.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QSizeGrip::mouseMoveEvent" href="qsizegrip.html#mouseMoveEvent" location="qsizegrip.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QSizeGrip::mouseReleaseEvent" href="qsizegrip.html#mouseReleaseEvent" location="qsizegrip.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * mouseEvent)">
+ <parameter left="QMouseEvent *" right="" name="mouseEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="moveEvent" fullname="QSizeGrip::moveEvent" href="qsizegrip.html#moveEvent" location="qsizegrip.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="moveEvent(QMoveEvent * moveEvent)">
+ <parameter left="QMoveEvent *" right="" name="moveEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="QSizeGrip::showEvent" href="qsizegrip.html#showEvent" location="qsizegrip.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * showEvent)">
+ <parameter left="QShowEvent *" right="" name="showEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hideEvent" fullname="QSizeGrip::hideEvent" href="qsizegrip.html#hideEvent" location="qsizegrip.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hideEvent(QHideEvent * hideEvent)">
+ <parameter left="QHideEvent *" right="" name="hideEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="QSizeGrip::eventFilter" href="qsizegrip.html#eventFilter" location="qsizegrip.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * o, QEvent * e)">
+ <parameter left="QObject *" right="" name="o" default=""/>
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QSizeGrip::event" href="qsizegrip.html#event" location="qsizegrip.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="winEvent" fullname="QSizeGrip::winEvent" href="qsizegrip.html#winEvent" location="qsizegrip.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="winEvent(MSG * m, long * result)">
+ <parameter left="MSG *" right="" name="m" default=""/>
+ <parameter left="long *" right="" name="result" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QSizeGrip" fullname="QSizeGrip::QSizeGrip" href="qsizegrip-qt3.html#QSizeGrip-2" location="qsizegrip.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSizeGrip(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSqlRelationalDelegate" href="qsqlrelationaldelegate.html" location="qsqlrelationaldelegate.h" bases="QItemDelegate" module="QtSql">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSqlRelationalDelegate" fullname="QSqlRelationalDelegate::QSqlRelationalDelegate" href="qsqlrelationaldelegate.html#QSqlRelationalDelegate" location="qsqlrelationaldelegate.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSqlRelationalDelegate(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSqlRelationalDelegate" fullname="QSqlRelationalDelegate::~QSqlRelationalDelegate" href="qsqlrelationaldelegate.html#dtor.QSqlRelationalDelegate" location="qsqlrelationaldelegate.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSqlRelationalDelegate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createEditor" fullname="QSqlRelationalDelegate::createEditor" href="qsqlrelationaldelegate.html#createEditor" location="qsqlrelationaldelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="createEditor(QWidget * parent, const QStyleOptionViewItem &amp; option, const QModelIndex &amp; index) const">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="option" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEditorData" fullname="QSqlRelationalDelegate::setEditorData" href="qsqlrelationaldelegate.html#setEditorData" location="qsqlrelationaldelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="setEditorData(QWidget * editor, const QModelIndex &amp; index) const">
+ <parameter left="QWidget *" right="" name="editor" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setModelData" fullname="QSqlRelationalDelegate::setModelData" href="qsqlrelationaldelegate.html#setModelData" location="qsqlrelationaldelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="setModelData(QWidget * editor, QAbstractItemModel * model, const QModelIndex &amp; index) const">
+ <parameter left="QWidget *" right="" name="editor" default=""/>
+ <parameter left="QAbstractItemModel *" right="" name="model" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPaintDevice" href="qpaintdevice.html" location="qpaintdevice.h" bases="" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PaintDeviceMetric" fullname="QPaintDevice::PaintDeviceMetric" href="qpaintdevice.html#PaintDeviceMetric-enum" location="qpaintdevice.h">
+ <value name="PdmWidth" value="1"/>
+ <value name="PdmHeight" value="2"/>
+ <value name="PdmWidthMM" value="3"/>
+ <value name="PdmHeightMM" value="4"/>
+ <value name="PdmNumColors" value="5"/>
+ <value name="PdmDepth" value="6"/>
+ <value name="PdmDpiX" value="7"/>
+ <value name="PdmDpiY" value="8"/>
+ <value name="PdmPhysicalDpiX" value="9"/>
+ <value name="PdmPhysicalDpiY" value="10"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPaintDevice" fullname="QPaintDevice::~QPaintDevice" href="qpaintdevice.html#dtor.QPaintDevice" location="qpaintdevice.cpp" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPaintDevice()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paintingActive" fullname="QPaintDevice::paintingActive" href="qpaintdevice.html#paintingActive" location="qpaintdevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="paintingActive() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paintEngine" fullname="QPaintDevice::paintEngine" href="qpaintdevice.html#paintEngine" location="qpaintdevice.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QPaintEngine *" signature="paintEngine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QPaintDevice::width" href="qpaintdevice.html#width" location="qpaintdevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="QPaintDevice::height" href="qpaintdevice.html#height" location="qpaintdevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widthMM" fullname="QPaintDevice::widthMM" href="qpaintdevice.html#widthMM" location="qpaintdevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="widthMM() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="heightMM" fullname="QPaintDevice::heightMM" href="qpaintdevice.html#heightMM" location="qpaintdevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="heightMM() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="logicalDpiX" fullname="QPaintDevice::logicalDpiX" href="qpaintdevice.html#logicalDpiX" location="qpaintdevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="logicalDpiX() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="logicalDpiY" fullname="QPaintDevice::logicalDpiY" href="qpaintdevice.html#logicalDpiY" location="qpaintdevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="logicalDpiY() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="physicalDpiX" fullname="QPaintDevice::physicalDpiX" href="qpaintdevice.html#physicalDpiX" location="qpaintdevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="physicalDpiX() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="physicalDpiY" fullname="QPaintDevice::physicalDpiY" href="qpaintdevice.html#physicalDpiY" location="qpaintdevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="physicalDpiY() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numColors" fullname="QPaintDevice::numColors" href="qpaintdevice.html#numColors" location="qpaintdevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="numColors() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="depth" fullname="QPaintDevice::depth" href="qpaintdevice.html#depth" location="qpaintdevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="depth() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="QPaintDevice" fullname="QPaintDevice::QPaintDevice" href="qpaintdevice.html#QPaintDevice" location="qpaintdevice.cpp" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPaintDevice()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="metric" fullname="QPaintDevice::metric" href="qpaintdevice.html#metric" location="qpaintdevice.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="metric(PaintDeviceMetric metric) const">
+ <parameter left="PaintDeviceMetric" right="" name="metric" default=""/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="painters" fullname="QPaintDevice::painters" href="qpaintdevice.html#painters-var" location="qpaintdevice.h" type="ushort" static="false"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="x11Display" fullname="QPaintDevice::x11Display" href="qpaintdevice-qt3.html#x11Display" location="qpaintdevice_x11.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="Display *" signature="x11Display() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="x11Screen" fullname="QPaintDevice::x11Screen" href="qpaintdevice-qt3.html#x11Screen" location="qpaintdevice_x11.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="x11Screen() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="x11Depth" fullname="QPaintDevice::x11Depth" href="qpaintdevice-qt3.html#x11Depth" location="qpaintdevice_x11.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="x11Depth() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="x11Cells" fullname="QPaintDevice::x11Cells" href="qpaintdevice-qt3.html#x11Cells" location="qpaintdevice_x11.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="x11Cells() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="x11Colormap" fullname="QPaintDevice::x11Colormap" href="qpaintdevice-qt3.html#x11Colormap" location="qpaintdevice_x11.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::HANDLE" signature="x11Colormap() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="x11DefaultColormap" fullname="QPaintDevice::x11DefaultColormap" href="qpaintdevice-qt3.html#x11DefaultColormap" location="qpaintdevice_x11.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="x11DefaultColormap() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="x11Visual" fullname="QPaintDevice::x11Visual" href="qpaintdevice-qt3.html#x11Visual" location="qpaintdevice_x11.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="void *" signature="x11Visual() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="x11DefaultVisual" fullname="QPaintDevice::x11DefaultVisual" href="qpaintdevice-qt3.html#x11DefaultVisual" location="qpaintdevice_x11.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="x11DefaultVisual() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="x11AppDisplay" fullname="QPaintDevice::x11AppDisplay" href="qpaintdevice-qt3.html#x11AppDisplay" location="qpaintdevice_x11.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="Display *" signature="x11AppDisplay()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="x11AppScreen" fullname="QPaintDevice::x11AppScreen" href="qpaintdevice-qt3.html#x11AppScreen" location="qpaintdevice_x11.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="x11AppScreen()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="x11AppDepth" fullname="QPaintDevice::x11AppDepth" href="qpaintdevice-qt3.html#x11AppDepth" location="qpaintdevice_x11.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="x11AppDepth(int screen)">
+ <parameter left="int" right="" name="screen" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="x11AppCells" fullname="QPaintDevice::x11AppCells" href="qpaintdevice-qt3.html#x11AppCells" location="qpaintdevice_x11.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="x11AppCells(int screen)">
+ <parameter left="int" right="" name="screen" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="x11AppRootWindow" fullname="QPaintDevice::x11AppRootWindow" href="qpaintdevice-qt3.html#x11AppRootWindow" location="qpaintdevice_x11.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="Qt::HANDLE" signature="x11AppRootWindow(int screen)">
+ <parameter left="int" right="" name="screen" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="x11AppColormap" fullname="QPaintDevice::x11AppColormap" href="qpaintdevice-qt3.html#x11AppColormap" location="qpaintdevice_x11.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="Qt::HANDLE" signature="x11AppColormap(int screen)">
+ <parameter left="int" right="" name="screen" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="x11AppVisual" fullname="QPaintDevice::x11AppVisual" href="qpaintdevice-qt3.html#x11AppVisual" location="qpaintdevice_x11.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void *" signature="x11AppVisual(int screen)">
+ <parameter left="int" right="" name="screen" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="x11AppDefaultColormap" fullname="QPaintDevice::x11AppDefaultColormap" href="qpaintdevice-qt3.html#x11AppDefaultColormap" location="qpaintdevice_x11.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="x11AppDefaultColormap(int screen)">
+ <parameter left="int" right="" name="screen" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="x11AppDefaultVisual" fullname="QPaintDevice::x11AppDefaultVisual" href="qpaintdevice-qt3.html#x11AppDefaultVisual" location="qpaintdevice_x11.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="x11AppDefaultVisual(int screen)">
+ <parameter left="int" right="" name="screen" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="x11AppDpiX" fullname="QPaintDevice::x11AppDpiX" href="qpaintdevice-qt3.html#x11AppDpiX" location="qpaintdevice_x11.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="x11AppDpiX(int screen)">
+ <parameter left="int" right="" name="screen" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="x11AppDpiY" fullname="QPaintDevice::x11AppDpiY" href="qpaintdevice-qt3.html#x11AppDpiY" location="qpaintdevice_x11.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="x11AppDpiY(int screen)">
+ <parameter left="int" right="" name="screen" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="x11SetAppDpiX" fullname="QPaintDevice::x11SetAppDpiX" href="qpaintdevice-qt3.html#x11SetAppDpiX" location="qpaintdevice_x11.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="x11SetAppDpiX(int dpi, int screen)">
+ <parameter left="int" right="" name="dpi" default=""/>
+ <parameter left="int" right="" name="screen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="x11SetAppDpiY" fullname="QPaintDevice::x11SetAppDpiY" href="qpaintdevice-qt3.html#x11SetAppDpiY" location="qpaintdevice_x11.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="x11SetAppDpiY(int dpi, int screen)">
+ <parameter left="int" right="" name="dpi" default=""/>
+ <parameter left="int" right="" name="screen" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPlainTextEdit" href="qplaintextedit.html" location="qplaintextedit.h" bases="QAbstractScrollArea" module="QtGui">
+ <contents name="introduction-and-concepts" title="Introduction and Concepts" level="1"/>
+ <contents name="using-qplaintextedit-as-a-display-widget" title="Using QPlainTextEdit as a Display Widget" level="1"/>
+ <contents name="read-only-key-bindings" title="Read-only Key Bindings" level="2"/>
+ <contents name="using-qplaintextedit-as-an-editor" title="Using QPlainTextEdit as an Editor" level="1"/>
+ <contents name="syntax-highlighting" title="Syntax Highlighting" level="2"/>
+ <contents name="editing-key-bindings" title="Editing Key Bindings" level="2"/>
+ <contents name="differences-to-qtextedit" title="Differences to QTextEdit" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="tabChangesFocus" fullname="QPlainTextEdit::tabChangesFocus" href="qplaintextedit.html#tabChangesFocus-prop" location="qplaintextedit.h" type="bool">
+ <getter name="tabChangesFocus"/>
+ <setter name="setTabChangesFocus"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="documentTitle" fullname="QPlainTextEdit::documentTitle" href="qplaintextedit.html#documentTitle-prop" location="qplaintextedit.h" type="QString">
+ <getter name="documentTitle"/>
+ <setter name="setDocumentTitle"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="undoRedoEnabled" fullname="QPlainTextEdit::undoRedoEnabled" href="qplaintextedit.html#undoRedoEnabled-prop" location="qplaintextedit.h" type="bool">
+ <getter name="isUndoRedoEnabled"/>
+ <setter name="setUndoRedoEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="lineWrapMode" fullname="QPlainTextEdit::lineWrapMode" href="qplaintextedit.html#lineWrapMode-prop" location="qplaintextedit.h" type="LineWrapMode">
+ <getter name="lineWrapMode"/>
+ <setter name="setLineWrapMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="wordWrapMode" fullname="QPlainTextEdit::wordWrapMode" href="qplaintextedit.html#wordWrapMode-prop" location="qplaintextedit.h" type="QTextOption::WrapMode">
+ <getter name="wordWrapMode"/>
+ <setter name="setWordWrapMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="readOnly" fullname="QPlainTextEdit::readOnly" href="qplaintextedit.html#readOnly-prop" location="qplaintextedit.h" type="bool">
+ <getter name="isReadOnly"/>
+ <setter name="setReadOnly"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="plainText" fullname="QPlainTextEdit::plainText" href="qplaintextedit.html#plainText-prop" location="qplaintextedit.h" type="QString">
+ <getter name="toPlainText"/>
+ <setter name="setPlainText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="overwriteMode" fullname="QPlainTextEdit::overwriteMode" href="qplaintextedit.html#overwriteMode-prop" location="qplaintextedit.h" type="bool">
+ <getter name="overwriteMode"/>
+ <setter name="setOverwriteMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="tabStopWidth" fullname="QPlainTextEdit::tabStopWidth" href="qplaintextedit.html#tabStopWidth-prop" location="qplaintextedit.h" type="int">
+ <getter name="tabStopWidth"/>
+ <setter name="setTabStopWidth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="cursorWidth" fullname="QPlainTextEdit::cursorWidth" href="qplaintextedit.html#cursorWidth-prop" location="qplaintextedit.h" type="int">
+ <getter name="cursorWidth"/>
+ <setter name="setCursorWidth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="textInteractionFlags" fullname="QPlainTextEdit::textInteractionFlags" href="qplaintextedit.html#textInteractionFlags-prop" location="qplaintextedit.h" type="Qt::TextInteractionFlags">
+ <getter name="textInteractionFlags"/>
+ <setter name="setTextInteractionFlags"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="blockCount" fullname="QPlainTextEdit::blockCount" href="qplaintextedit.html#blockCount-prop" location="qplaintextedit.h" type="int">
+ <getter name="blockCount"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maximumBlockCount" fullname="QPlainTextEdit::maximumBlockCount" href="qplaintextedit.html#maximumBlockCount-prop" location="qplaintextedit.h" type="int">
+ <getter name="maximumBlockCount"/>
+ <setter name="setMaximumBlockCount"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="backgroundVisible" fullname="QPlainTextEdit::backgroundVisible" href="qplaintextedit.html#backgroundVisible-prop" location="qplaintextedit.h" type="bool">
+ <getter name="backgroundVisible"/>
+ <setter name="setBackgroundVisible"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="centerOnScroll" fullname="QPlainTextEdit::centerOnScroll" href="qplaintextedit.html#centerOnScroll-prop" location="qplaintextedit.h" type="bool">
+ <getter name="centerOnScroll"/>
+ <setter name="setCenterOnScroll"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="LineWrapMode" fullname="QPlainTextEdit::LineWrapMode" href="qplaintextedit.html#LineWrapMode-enum" location="qplaintextedit.h">
+ <value name="NoWrap" value="0"/>
+ <value name="WidgetWidth" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPlainTextEdit" fullname="QPlainTextEdit::QPlainTextEdit" href="qplaintextedit.html#QPlainTextEdit" location="qplaintextedit.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPlainTextEdit(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPlainTextEdit" fullname="QPlainTextEdit::QPlainTextEdit" href="qplaintextedit.html#QPlainTextEdit-2" location="qplaintextedit.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QPlainTextEdit(const QString &amp; text, QWidget * parent)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPlainTextEdit" fullname="QPlainTextEdit::~QPlainTextEdit" href="qplaintextedit.html#dtor.QPlainTextEdit" location="qplaintextedit.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPlainTextEdit()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDocument" fullname="QPlainTextEdit::setDocument" href="qplaintextedit.html#setDocument" location="qplaintextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDocument(QTextDocument * document)">
+ <parameter left="QTextDocument *" right="" name="document" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="document" fullname="QPlainTextEdit::document" href="qplaintextedit.html#document" location="qplaintextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextDocument *" signature="document() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextCursor" fullname="QPlainTextEdit::setTextCursor" href="qplaintextedit.html#setTextCursor" location="qplaintextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextCursor(const QTextCursor &amp; cursor)">
+ <parameter left="const QTextCursor &amp;" right="" name="cursor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textCursor" fullname="QPlainTextEdit::textCursor" href="qplaintextedit.html#textCursor" location="qplaintextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCursor" signature="textCursor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isReadOnly" fullname="QPlainTextEdit::isReadOnly" href="qplaintextedit.html#readOnly-prop" location="qplaintextedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="readOnly" type="bool" signature="isReadOnly() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setReadOnly" fullname="QPlainTextEdit::setReadOnly" href="qplaintextedit.html#readOnly-prop" location="qplaintextedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="readOnly" type="void" signature="setReadOnly(bool ro)">
+ <parameter left="bool" right="" name="ro" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextInteractionFlags" fullname="QPlainTextEdit::setTextInteractionFlags" href="qplaintextedit.html#textInteractionFlags-prop" location="qplaintextedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="textInteractionFlags" type="void" signature="setTextInteractionFlags(QFlags&lt;Qt::TextInteractionFlag&gt; flags)">
+ <parameter left="QFlags&lt;Qt::TextInteractionFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textInteractionFlags" fullname="QPlainTextEdit::textInteractionFlags" href="qplaintextedit.html#textInteractionFlags-prop" location="qplaintextedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="textInteractionFlags" type="Qt::TextInteractionFlags" signature="textInteractionFlags() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mergeCurrentCharFormat" fullname="QPlainTextEdit::mergeCurrentCharFormat" href="qplaintextedit.html#mergeCurrentCharFormat" location="qplaintextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="mergeCurrentCharFormat(const QTextCharFormat &amp; modifier)">
+ <parameter left="const QTextCharFormat &amp;" right="" name="modifier" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentCharFormat" fullname="QPlainTextEdit::setCurrentCharFormat" href="qplaintextedit.html#setCurrentCharFormat" location="qplaintextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCurrentCharFormat(const QTextCharFormat &amp; format)">
+ <parameter left="const QTextCharFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentCharFormat" fullname="QPlainTextEdit::currentCharFormat" href="qplaintextedit.html#currentCharFormat" location="qplaintextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCharFormat" signature="currentCharFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabChangesFocus" fullname="QPlainTextEdit::tabChangesFocus" href="qplaintextedit.html#tabChangesFocus-prop" location="qplaintextedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="tabChangesFocus" type="bool" signature="tabChangesFocus() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabChangesFocus" fullname="QPlainTextEdit::setTabChangesFocus" href="qplaintextedit.html#tabChangesFocus-prop" location="qplaintextedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="tabChangesFocus" type="void" signature="setTabChangesFocus(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDocumentTitle" fullname="QPlainTextEdit::setDocumentTitle" href="qplaintextedit.html#documentTitle-prop" location="qplaintextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="documentTitle" type="void" signature="setDocumentTitle(const QString &amp; title)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="documentTitle" fullname="QPlainTextEdit::documentTitle" href="qplaintextedit.html#documentTitle-prop" location="qplaintextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="documentTitle" type="QString" signature="documentTitle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isUndoRedoEnabled" fullname="QPlainTextEdit::isUndoRedoEnabled" href="qplaintextedit.html#undoRedoEnabled-prop" location="qplaintextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="undoRedoEnabled" type="bool" signature="isUndoRedoEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUndoRedoEnabled" fullname="QPlainTextEdit::setUndoRedoEnabled" href="qplaintextedit.html#undoRedoEnabled-prop" location="qplaintextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="undoRedoEnabled" type="void" signature="setUndoRedoEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaximumBlockCount" fullname="QPlainTextEdit::setMaximumBlockCount" href="qplaintextedit.html#maximumBlockCount-prop" location="qplaintextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="maximumBlockCount" type="void" signature="setMaximumBlockCount(int maximum)">
+ <parameter left="int" right="" name="maximum" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumBlockCount" fullname="QPlainTextEdit::maximumBlockCount" href="qplaintextedit.html#maximumBlockCount-prop" location="qplaintextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maximumBlockCount" type="int" signature="maximumBlockCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineWrapMode" fullname="QPlainTextEdit::lineWrapMode" href="qplaintextedit.html#lineWrapMode-prop" location="qplaintextedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="lineWrapMode" type="LineWrapMode" signature="lineWrapMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLineWrapMode" fullname="QPlainTextEdit::setLineWrapMode" href="qplaintextedit.html#lineWrapMode-prop" location="qplaintextedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="lineWrapMode" type="void" signature="setLineWrapMode(LineWrapMode mode)">
+ <parameter left="LineWrapMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wordWrapMode" fullname="QPlainTextEdit::wordWrapMode" href="qplaintextedit.html#wordWrapMode-prop" location="qplaintextedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="wordWrapMode" type="QTextOption::WrapMode" signature="wordWrapMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWordWrapMode" fullname="QPlainTextEdit::setWordWrapMode" href="qplaintextedit.html#wordWrapMode-prop" location="qplaintextedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="wordWrapMode" type="void" signature="setWordWrapMode(QTextOption::WrapMode policy)">
+ <parameter left="QTextOption::WrapMode" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBackgroundVisible" fullname="QPlainTextEdit::setBackgroundVisible" href="qplaintextedit.html#backgroundVisible-prop" location="qplaintextedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="backgroundVisible" type="void" signature="setBackgroundVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="backgroundVisible" fullname="QPlainTextEdit::backgroundVisible" href="qplaintextedit.html#backgroundVisible-prop" location="qplaintextedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="backgroundVisible" type="bool" signature="backgroundVisible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCenterOnScroll" fullname="QPlainTextEdit::setCenterOnScroll" href="qplaintextedit.html#centerOnScroll-prop" location="qplaintextedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="centerOnScroll" type="void" signature="setCenterOnScroll(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="centerOnScroll" fullname="QPlainTextEdit::centerOnScroll" href="qplaintextedit.html#centerOnScroll-prop" location="qplaintextedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="centerOnScroll" type="bool" signature="centerOnScroll() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="QPlainTextEdit::find" href="qplaintextedit.html#find" location="qplaintextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="find(const QString &amp; exp, QFlags&lt;QTextDocument::FindFlag&gt; options)">
+ <parameter left="const QString &amp;" right="" name="exp" default=""/>
+ <parameter left="QFlags&lt;QTextDocument::FindFlag&gt;" right="" name="options" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPlainText" fullname="QPlainTextEdit::toPlainText" href="qplaintextedit.html#plainText-prop" location="qplaintextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="plainText" type="QString" signature="toPlainText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ensureCursorVisible" fullname="QPlainTextEdit::ensureCursorVisible" href="qplaintextedit.html#ensureCursorVisible" location="qplaintextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="ensureCursorVisible()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loadResource" fullname="QPlainTextEdit::loadResource" href="qplaintextedit.html#loadResource" location="qplaintextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QVariant" signature="loadResource(int type, const QUrl &amp; name)">
+ <parameter left="int" right="" name="type" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createStandardContextMenu" fullname="QPlainTextEdit::createStandardContextMenu" href="qplaintextedit.html#createStandardContextMenu" location="qplaintextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMenu *" signature="createStandardContextMenu()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorForPosition" fullname="QPlainTextEdit::cursorForPosition" href="qplaintextedit.html#cursorForPosition" location="qplaintextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCursor" signature="cursorForPosition(const QPoint &amp; pos) const">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorRect" fullname="QPlainTextEdit::cursorRect" href="qplaintextedit.html#cursorRect" location="qplaintextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="cursorRect(const QTextCursor &amp; cursor) const">
+ <parameter left="const QTextCursor &amp;" right="" name="cursor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorRect" fullname="QPlainTextEdit::cursorRect" href="qplaintextedit.html#cursorRect-2" location="qplaintextedit.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRect" signature="cursorRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="overwriteMode" fullname="QPlainTextEdit::overwriteMode" href="qplaintextedit.html#overwriteMode-prop" location="qplaintextedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="overwriteMode" type="bool" signature="overwriteMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOverwriteMode" fullname="QPlainTextEdit::setOverwriteMode" href="qplaintextedit.html#overwriteMode-prop" location="qplaintextedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="overwriteMode" type="void" signature="setOverwriteMode(bool overwrite)">
+ <parameter left="bool" right="" name="overwrite" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabStopWidth" fullname="QPlainTextEdit::tabStopWidth" href="qplaintextedit.html#tabStopWidth-prop" location="qplaintextedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="tabStopWidth" type="int" signature="tabStopWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabStopWidth" fullname="QPlainTextEdit::setTabStopWidth" href="qplaintextedit.html#tabStopWidth-prop" location="qplaintextedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="tabStopWidth" type="void" signature="setTabStopWidth(int width)">
+ <parameter left="int" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorWidth" fullname="QPlainTextEdit::cursorWidth" href="qplaintextedit.html#cursorWidth-prop" location="qplaintextedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="cursorWidth" type="int" signature="cursorWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCursorWidth" fullname="QPlainTextEdit::setCursorWidth" href="qplaintextedit.html#cursorWidth-prop" location="qplaintextedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="cursorWidth" type="void" signature="setCursorWidth(int width)">
+ <parameter left="int" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setExtraSelections" fullname="QPlainTextEdit::setExtraSelections" href="qplaintextedit.html#setExtraSelections" location="qplaintextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setExtraSelections(const QList&lt;QTextEdit::ExtraSelection&gt; &amp; selections)">
+ <parameter left="const QList&lt;QTextEdit::ExtraSelection&gt; &amp;" right="" name="selections" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="extraSelections" fullname="QPlainTextEdit::extraSelections" href="qplaintextedit.html#extraSelections" location="qplaintextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QTextEdit::ExtraSelection&gt;" signature="extraSelections() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveCursor" fullname="QPlainTextEdit::moveCursor" href="qplaintextedit.html#moveCursor" location="qplaintextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveCursor(QTextCursor::MoveOperation operation, QTextCursor::MoveMode mode)">
+ <parameter left="QTextCursor::MoveOperation" right="" name="operation" default=""/>
+ <parameter left="QTextCursor::MoveMode" right="" name="mode" default="QTextCursor::MoveAnchor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canPaste" fullname="QPlainTextEdit::canPaste" href="qplaintextedit.html#canPaste" location="qplaintextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="canPaste() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="print" fullname="QPlainTextEdit::print" href="qplaintextedit.html#print" location="qplaintextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="print(QPrinter * printer) const">
+ <parameter left="QPrinter *" right="" name="printer" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blockCount" fullname="QPlainTextEdit::blockCount" href="qplaintextedit.html#blockCount-prop" location="qplaintextedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="blockCount" type="int" signature="blockCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPlainText" fullname="QPlainTextEdit::setPlainText" href="qplaintextedit.html#plainText-prop" location="qplaintextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="plainText" type="void" signature="setPlainText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cut" fullname="QPlainTextEdit::cut" href="qplaintextedit.html#cut" location="qplaintextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="cut()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="copy" fullname="QPlainTextEdit::copy" href="qplaintextedit.html#copy" location="qplaintextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="copy()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paste" fullname="QPlainTextEdit::paste" href="qplaintextedit.html#paste" location="qplaintextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="paste()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="undo" fullname="QPlainTextEdit::undo" href="qplaintextedit.html#undo" location="qplaintextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="undo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="redo" fullname="QPlainTextEdit::redo" href="qplaintextedit.html#redo" location="qplaintextedit.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="redo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QPlainTextEdit::clear" href="qplaintextedit.html#clear" location="qplaintextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectAll" fullname="QPlainTextEdit::selectAll" href="qplaintextedit.html#selectAll" location="qplaintextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="selectAll()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertPlainText" fullname="QPlainTextEdit::insertPlainText" href="qplaintextedit.html#insertPlainText" location="qplaintextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="insertPlainText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appendPlainText" fullname="QPlainTextEdit::appendPlainText" href="qplaintextedit.html#appendPlainText" location="qplaintextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="appendPlainText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appendHtml" fullname="QPlainTextEdit::appendHtml" href="qplaintextedit.html#appendHtml" location="qplaintextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="appendHtml(const QString &amp; html)">
+ <parameter left="const QString &amp;" right="" name="html" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="centerCursor" fullname="QPlainTextEdit::centerCursor" href="qplaintextedit.html#centerCursor" location="qplaintextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="centerCursor()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textChanged" fullname="QPlainTextEdit::textChanged" href="qplaintextedit.html#textChanged" location="qplaintextedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="textChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="undoAvailable" fullname="QPlainTextEdit::undoAvailable" href="qplaintextedit.html#undoAvailable" location="qplaintextedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="undoAvailable(bool available)">
+ <parameter left="bool" right="" name="available" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="redoAvailable" fullname="QPlainTextEdit::redoAvailable" href="qplaintextedit.html#redoAvailable" location="qplaintextedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="redoAvailable(bool available)">
+ <parameter left="bool" right="" name="available" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="copyAvailable" fullname="QPlainTextEdit::copyAvailable" href="qplaintextedit.html#copyAvailable" location="qplaintextedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="copyAvailable(bool yes)">
+ <parameter left="bool" right="" name="yes" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionChanged" fullname="QPlainTextEdit::selectionChanged" href="qplaintextedit.html#selectionChanged" location="qplaintextedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="selectionChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorPositionChanged" fullname="QPlainTextEdit::cursorPositionChanged" href="qplaintextedit.html#cursorPositionChanged" location="qplaintextedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="cursorPositionChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateRequest" fullname="QPlainTextEdit::updateRequest" href="qplaintextedit.html#updateRequest" location="qplaintextedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="updateRequest(const QRect &amp; rect, int dy)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blockCountChanged" fullname="QPlainTextEdit::blockCountChanged" href="qplaintextedit.html#blockCountChanged" location="qplaintextedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="blockCountChanged(int newBlockCount)">
+ <parameter left="int" right="" name="newBlockCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="modificationChanged" fullname="QPlainTextEdit::modificationChanged" href="qplaintextedit.html#modificationChanged" location="qplaintextedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="modificationChanged(bool changed)">
+ <parameter left="bool" right="" name="changed" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QPlainTextEdit::keyPressEvent" href="qplaintextedit.html#keyPressEvent" location="qplaintextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyReleaseEvent" fullname="QPlainTextEdit::keyReleaseEvent" href="qplaintextedit.html#keyReleaseEvent" location="qplaintextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyReleaseEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QPlainTextEdit::resizeEvent" href="qplaintextedit.html#resizeEvent" location="qplaintextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QPlainTextEdit::paintEvent" href="qplaintextedit.html#paintEvent" location="qplaintextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * e)">
+ <parameter left="QPaintEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QPlainTextEdit::mousePressEvent" href="qplaintextedit.html#mousePressEvent" location="qplaintextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QPlainTextEdit::mouseMoveEvent" href="qplaintextedit.html#mouseMoveEvent" location="qplaintextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QPlainTextEdit::mouseReleaseEvent" href="qplaintextedit.html#mouseReleaseEvent" location="qplaintextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseDoubleClickEvent" fullname="QPlainTextEdit::mouseDoubleClickEvent" href="qplaintextedit.html#mouseDoubleClickEvent" location="qplaintextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseDoubleClickEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusNextPrevChild" fullname="QPlainTextEdit::focusNextPrevChild" href="qplaintextedit.html#focusNextPrevChild" location="qplaintextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="focusNextPrevChild(bool next)">
+ <parameter left="bool" right="" name="next" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contextMenuEvent" fullname="QPlainTextEdit::contextMenuEvent" href="qplaintextedit.html#contextMenuEvent" location="qplaintextedit.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contextMenuEvent(QContextMenuEvent * event)">
+ <parameter left="QContextMenuEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragEnterEvent" fullname="QPlainTextEdit::dragEnterEvent" href="qplaintextedit.html#dragEnterEvent" location="qplaintextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragEnterEvent(QDragEnterEvent * e)">
+ <parameter left="QDragEnterEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragLeaveEvent" fullname="QPlainTextEdit::dragLeaveEvent" href="qplaintextedit.html#dragLeaveEvent" location="qplaintextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragLeaveEvent(QDragLeaveEvent * e)">
+ <parameter left="QDragLeaveEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragMoveEvent" fullname="QPlainTextEdit::dragMoveEvent" href="qplaintextedit.html#dragMoveEvent" location="qplaintextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragMoveEvent(QDragMoveEvent * e)">
+ <parameter left="QDragMoveEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dropEvent" fullname="QPlainTextEdit::dropEvent" href="qplaintextedit.html#dropEvent" location="qplaintextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dropEvent(QDropEvent * e)">
+ <parameter left="QDropEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="QPlainTextEdit::focusInEvent" href="qplaintextedit.html#focusInEvent" location="qplaintextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * e)">
+ <parameter left="QFocusEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="QPlainTextEdit::focusOutEvent" href="qplaintextedit.html#focusOutEvent" location="qplaintextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * e)">
+ <parameter left="QFocusEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="QPlainTextEdit::showEvent" href="qplaintextedit.html#showEvent" location="qplaintextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * )">
+ <parameter left="QShowEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QPlainTextEdit::changeEvent" href="qplaintextedit.html#changeEvent" location="qplaintextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="wheelEvent" fullname="QPlainTextEdit::wheelEvent" href="qplaintextedit.html#wheelEvent" location="qplaintextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="wheelEvent(QWheelEvent * e)">
+ <parameter left="QWheelEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="createMimeDataFromSelection" fullname="QPlainTextEdit::createMimeDataFromSelection" href="qplaintextedit.html#createMimeDataFromSelection" location="qplaintextedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QMimeData *" signature="createMimeDataFromSelection() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="canInsertFromMimeData" fullname="QPlainTextEdit::canInsertFromMimeData" href="qplaintextedit.html#canInsertFromMimeData" location="qplaintextedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="canInsertFromMimeData(const QMimeData * source) const">
+ <parameter left="const QMimeData *" right="" name="source" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="insertFromMimeData" fullname="QPlainTextEdit::insertFromMimeData" href="qplaintextedit.html#insertFromMimeData" location="qplaintextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="insertFromMimeData(const QMimeData * source)">
+ <parameter left="const QMimeData *" right="" name="source" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="inputMethodEvent" fullname="QPlainTextEdit::inputMethodEvent" href="qplaintextedit.html#inputMethodEvent" location="qplaintextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="inputMethodEvent(QInputMethodEvent * e)">
+ <parameter left="QInputMethodEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="inputMethodQuery" fullname="QPlainTextEdit::inputMethodQuery" href="qplaintextedit.html#inputMethodQuery" location="qplaintextedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="inputMethodQuery(Qt::InputMethodQuery property) const">
+ <parameter left="Qt::InputMethodQuery" right="" name="property" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="scrollContentsBy" fullname="QPlainTextEdit::scrollContentsBy" href="qplaintextedit.html#scrollContentsBy" location="qplaintextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="scrollContentsBy(int dx, int dy)">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="firstVisibleBlock" fullname="QPlainTextEdit::firstVisibleBlock" href="qplaintextedit.html#firstVisibleBlock" location="qplaintextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextBlock" signature="firstVisibleBlock() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentOffset" fullname="QPlainTextEdit::contentOffset" href="qplaintextedit.html#contentOffset" location="qplaintextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="contentOffset() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="blockBoundingRect" fullname="QPlainTextEdit::blockBoundingRect" href="qplaintextedit.html#blockBoundingRect" location="qplaintextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="blockBoundingRect(const QTextBlock &amp; block) const">
+ <parameter left="const QTextBlock &amp;" right="" name="block" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="blockBoundingGeometry" fullname="QPlainTextEdit::blockBoundingGeometry" href="qplaintextedit.html#blockBoundingGeometry" location="qplaintextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="blockBoundingGeometry(const QTextBlock &amp; block) const">
+ <parameter left="const QTextBlock &amp;" right="" name="block" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="getPaintContext" fullname="QPlainTextEdit::getPaintContext" href="qplaintextedit.html#getPaintContext" location="qplaintextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractTextDocumentLayout::PaintContext" signature="getPaintContext() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPlainTextDocumentLayout" href="qplaintextdocumentlayout.html" location="qplaintextedit.h" bases="QAbstractTextDocumentLayout" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="cursorWidth" fullname="QPlainTextDocumentLayout::cursorWidth" href="qplaintextdocumentlayout.html#cursorWidth-prop" location="qplaintextedit.h" type="int">
+ <getter name="cursorWidth"/>
+ <setter name="setCursorWidth"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPlainTextDocumentLayout" fullname="QPlainTextDocumentLayout::QPlainTextDocumentLayout" href="qplaintextdocumentlayout.html#QPlainTextDocumentLayout" location="qplaintextedit.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPlainTextDocumentLayout(QTextDocument * document)">
+ <parameter left="QTextDocument *" right="" name="document" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPlainTextDocumentLayout" fullname="QPlainTextDocumentLayout::~QPlainTextDocumentLayout" href="qplaintextdocumentlayout.html#dtor.QPlainTextDocumentLayout" location="qplaintextedit.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPlainTextDocumentLayout()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="draw" fullname="QPlainTextDocumentLayout::draw" href="qplaintextdocumentlayout.html#draw" location="qplaintextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="draw(QPainter * , const PaintContext &amp; )">
+ <parameter left="QPainter *" right="" name="" default=""/>
+ <parameter left="const PaintContext &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hitTest" fullname="QPlainTextDocumentLayout::hitTest" href="qplaintextdocumentlayout.html#hitTest" location="qplaintextedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="hitTest(const QPointF &amp; , Qt::HitTestAccuracy ) const">
+ <parameter left="const QPointF &amp;" right="" name="" default=""/>
+ <parameter left="Qt::HitTestAccuracy" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pageCount" fullname="QPlainTextDocumentLayout::pageCount" href="qplaintextdocumentlayout.html#pageCount" location="qplaintextedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="pageCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="documentSize" fullname="QPlainTextDocumentLayout::documentSize" href="qplaintextdocumentlayout.html#documentSize" location="qplaintextedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSizeF" signature="documentSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frameBoundingRect" fullname="QPlainTextDocumentLayout::frameBoundingRect" href="qplaintextdocumentlayout.html#frameBoundingRect" location="qplaintextedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="frameBoundingRect(QTextFrame * ) const">
+ <parameter left="QTextFrame *" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blockBoundingRect" fullname="QPlainTextDocumentLayout::blockBoundingRect" href="qplaintextdocumentlayout.html#blockBoundingRect" location="qplaintextedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="blockBoundingRect(const QTextBlock &amp; block) const">
+ <parameter left="const QTextBlock &amp;" right="" name="block" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ensureBlockLayout" fullname="QPlainTextDocumentLayout::ensureBlockLayout" href="qplaintextdocumentlayout.html#ensureBlockLayout" location="qplaintextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="ensureBlockLayout(const QTextBlock &amp; block) const">
+ <parameter left="const QTextBlock &amp;" right="" name="block" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCursorWidth" fullname="QPlainTextDocumentLayout::setCursorWidth" href="qplaintextdocumentlayout.html#cursorWidth-prop" location="qplaintextedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="cursorWidth" type="void" signature="setCursorWidth(int width)">
+ <parameter left="int" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorWidth" fullname="QPlainTextDocumentLayout::cursorWidth" href="qplaintextdocumentlayout.html#cursorWidth-prop" location="qplaintextedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="cursorWidth" type="int" signature="cursorWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="requestUpdate" fullname="QPlainTextDocumentLayout::requestUpdate" href="qplaintextdocumentlayout.html#requestUpdate" location="qplaintextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="requestUpdate()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="documentChanged" fullname="QPlainTextDocumentLayout::documentChanged" href="qplaintextdocumentlayout.html#documentChanged" location="qplaintextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="documentChanged(int from, int charsRemoved, int charsAdded)">
+ <parameter left="int" right="" name="from" default=""/>
+ <parameter left="int" right="" name="charsRemoved" default=""/>
+ <parameter left="int" right="" name="charsAdded" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QFinalState" href="qfinalstate.html" location="qfinalstate.h" bases="QAbstractState" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFinalState" fullname="QFinalState::QFinalState" href="qfinalstate.html#QFinalState" location="qfinalstate.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFinalState(QState * parent)">
+ <parameter left="QState *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFinalState" fullname="QFinalState::~QFinalState" href="qfinalstate.html#dtor.QFinalState" location="qfinalstate.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFinalState()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="onEntry" fullname="QFinalState::onEntry" href="qfinalstate.html#onEntry" location="qfinalstate.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="onEntry(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="onExit" fullname="QFinalState::onExit" href="qfinalstate.html#onExit" location="qfinalstate.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="onExit(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QFinalState::event" href="qfinalstate.html#event" location="qfinalstate.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3GridView" href="q3gridview.html" location="q3gridview.h" bases="Q3ScrollView" module="Qt3SupportLight">
+ <property access="public" threadsafety="unspecified" status="commendable" name="numRows" fullname="Q3GridView::numRows" href="q3gridview.html#numRows-prop" location="q3gridview.h" type="int">
+ <getter name="numRows"/>
+ <setter name="setNumRows"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="numCols" fullname="Q3GridView::numCols" href="q3gridview.html#numCols-prop" location="q3gridview.h" type="int">
+ <getter name="numCols"/>
+ <setter name="setNumCols"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="cellWidth" fullname="Q3GridView::cellWidth" href="q3gridview.html#cellWidth-prop" location="q3gridview.h" type="int">
+ <getter name="cellWidth"/>
+ <setter name="setCellWidth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="cellHeight" fullname="Q3GridView::cellHeight" href="q3gridview.html#cellHeight-prop" location="q3gridview.h" type="int">
+ <getter name="cellHeight"/>
+ <setter name="setCellHeight"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3GridView" fullname="Q3GridView::Q3GridView" href="q3gridview.html#Q3GridView" location="q3gridview.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3GridView(QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3GridView" fullname="Q3GridView::~Q3GridView" href="q3gridview.html#dtor.Q3GridView" location="q3gridview.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3GridView()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numRows" fullname="Q3GridView::numRows" href="q3gridview.html#numRows-prop" location="q3gridview.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="numRows" type="int" signature="numRows() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNumRows" fullname="Q3GridView::setNumRows" href="q3gridview.html#numRows-prop" location="q3gridview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="numRows" type="void" signature="setNumRows(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numCols" fullname="Q3GridView::numCols" href="q3gridview.html#numCols-prop" location="q3gridview.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="numCols" type="int" signature="numCols() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNumCols" fullname="Q3GridView::setNumCols" href="q3gridview.html#numCols-prop" location="q3gridview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="numCols" type="void" signature="setNumCols(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellWidth" fullname="Q3GridView::cellWidth" href="q3gridview.html#cellWidth-prop" location="q3gridview.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="cellWidth" type="int" signature="cellWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCellWidth" fullname="Q3GridView::setCellWidth" href="q3gridview.html#cellWidth-prop" location="q3gridview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="cellWidth" type="void" signature="setCellWidth(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellHeight" fullname="Q3GridView::cellHeight" href="q3gridview.html#cellHeight-prop" location="q3gridview.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="cellHeight" type="int" signature="cellHeight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCellHeight" fullname="Q3GridView::setCellHeight" href="q3gridview.html#cellHeight-prop" location="q3gridview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="cellHeight" type="void" signature="setCellHeight(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellRect" fullname="Q3GridView::cellRect" href="q3gridview.html#cellRect" location="q3gridview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="cellRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellGeometry" fullname="Q3GridView::cellGeometry" href="q3gridview.html#cellGeometry" location="q3gridview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QRect" signature="cellGeometry(int row, int column)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="gridSize" fullname="Q3GridView::gridSize" href="q3gridview.html#gridSize" location="q3gridview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="gridSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowAt" fullname="Q3GridView::rowAt" href="q3gridview.html#rowAt" location="q3gridview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="rowAt(int y) const">
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnAt" fullname="Q3GridView::columnAt" href="q3gridview.html#columnAt" location="q3gridview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columnAt(int x) const">
+ <parameter left="int" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="repaintCell" fullname="Q3GridView::repaintCell" href="q3gridview.html#repaintCell" location="q3gridview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="repaintCell(int row, int column, bool erase)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="bool" right="" name="erase" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateCell" fullname="Q3GridView::updateCell" href="q3gridview.html#updateCell" location="q3gridview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="updateCell(int row, int column)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ensureCellVisible" fullname="Q3GridView::ensureCellVisible" href="q3gridview.html#ensureCellVisible" location="q3gridview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="ensureCellVisible(int row, int column)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintCell" fullname="Q3GridView::paintCell" href="q3gridview.html#paintCell" location="q3gridview.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintCell(QPainter * p, int row, int col)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEmptyArea" fullname="Q3GridView::paintEmptyArea" href="q3gridview.html#paintEmptyArea" location="q3gridview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEmptyArea(QPainter * p, int cx, int cy, int cw, int ch)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="int" right="" name="cx" default=""/>
+ <parameter left="int" right="" name="cy" default=""/>
+ <parameter left="int" right="" name="cw" default=""/>
+ <parameter left="int" right="" name="ch" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawContents" fullname="Q3GridView::drawContents" href="q3gridview.html#drawContents" location="q3gridview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawContents(QPainter * p, int cx, int cy, int cw, int ch)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="int" right="" name="cx" default=""/>
+ <parameter left="int" right="" name="cy" default=""/>
+ <parameter left="int" right="" name="cw" default=""/>
+ <parameter left="int" right="" name="ch" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dimensionChange" fullname="Q3GridView::dimensionChange" href="q3gridview.html#dimensionChange" location="q3gridview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dimensionChange(int oldNumRows, int oldNumCols)">
+ <parameter left="int" right="" name="oldNumRows" default=""/>
+ <parameter left="int" right="" name="oldNumCols" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTabWidget" href="qtabwidget.html" location="qtabwidget.h" bases="QWidget" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="tabPosition" fullname="QTabWidget::tabPosition" href="qtabwidget.html#tabPosition-prop" location="qtabwidget.h" type="TabPosition">
+ <getter name="tabPosition"/>
+ <setter name="setTabPosition"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="tabShape" fullname="QTabWidget::tabShape" href="qtabwidget.html#tabShape-prop" location="qtabwidget.h" type="TabShape">
+ <getter name="tabShape"/>
+ <setter name="setTabShape"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentIndex" fullname="QTabWidget::currentIndex" href="qtabwidget.html#currentIndex-prop" location="qtabwidget.h" type="int">
+ <getter name="currentIndex"/>
+ <setter name="setCurrentIndex"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QTabWidget::count" href="qtabwidget.html#count-prop" location="qtabwidget.h" type="int">
+ <getter name="count"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="iconSize" fullname="QTabWidget::iconSize" href="qtabwidget.html#iconSize-prop" location="qtabwidget.h" type="QSize">
+ <getter name="iconSize"/>
+ <setter name="setIconSize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="elideMode" fullname="QTabWidget::elideMode" href="qtabwidget.html#elideMode-prop" location="qtabwidget.h" type="Qt::TextElideMode">
+ <getter name="elideMode"/>
+ <setter name="setElideMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="usesScrollButtons" fullname="QTabWidget::usesScrollButtons" href="qtabwidget.html#usesScrollButtons-prop" location="qtabwidget.h" type="bool">
+ <getter name="usesScrollButtons"/>
+ <setter name="setUsesScrollButtons"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="documentMode" fullname="QTabWidget::documentMode" href="qtabwidget.html#documentMode-prop" location="qtabwidget.h" type="bool">
+ <getter name="documentMode"/>
+ <setter name="setDocumentMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="tabsClosable" fullname="QTabWidget::tabsClosable" href="qtabwidget.html#tabsClosable-prop" location="qtabwidget.h" type="bool">
+ <getter name="tabsClosable"/>
+ <setter name="setTabsClosable"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="movable" fullname="QTabWidget::movable" href="qtabwidget.html#movable-prop" location="qtabwidget.h" type="bool">
+ <getter name="isMovable"/>
+ <setter name="setMovable"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTabWidget" fullname="QTabWidget::QTabWidget" href="qtabwidget.html#QTabWidget" location="qtabwidget.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTabWidget(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTabWidget" fullname="QTabWidget::~QTabWidget" href="qtabwidget.html#dtor.QTabWidget" location="qtabwidget.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTabWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addTab" fullname="QTabWidget::addTab" href="qtabwidget.html#addTab" location="qtabwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="addTab(QWidget * page, const QString &amp; label)">
+ <parameter left="QWidget *" right="" name="page" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addTab" fullname="QTabWidget::addTab" href="qtabwidget.html#addTab-2" location="qtabwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="addTab(QWidget * page, const QIcon &amp; icon, const QString &amp; label)">
+ <parameter left="QWidget *" right="" name="page" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertTab" fullname="QTabWidget::insertTab" href="qtabwidget.html#insertTab" location="qtabwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="insertTab(int index, QWidget * page, const QString &amp; label)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="QWidget *" right="" name="page" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertTab" fullname="QTabWidget::insertTab" href="qtabwidget.html#insertTab-4" location="qtabwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="int" signature="insertTab(int index, QWidget * page, const QIcon &amp; icon, const QString &amp; label)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="QWidget *" right="" name="page" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeTab" fullname="QTabWidget::removeTab" href="qtabwidget.html#removeTab" location="qtabwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeTab(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isTabEnabled" fullname="QTabWidget::isTabEnabled" href="qtabwidget.html#isTabEnabled" location="qtabwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isTabEnabled(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabEnabled" fullname="QTabWidget::setTabEnabled" href="qtabwidget.html#setTabEnabled" location="qtabwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTabEnabled(int index, bool enable)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabText" fullname="QTabWidget::tabText" href="qtabwidget.html#tabText" location="qtabwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="tabText(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabText" fullname="QTabWidget::setTabText" href="qtabwidget.html#setTabText" location="qtabwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTabText(int index, const QString &amp; label)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabIcon" fullname="QTabWidget::tabIcon" href="qtabwidget.html#tabIcon" location="qtabwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="tabIcon(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabIcon" fullname="QTabWidget::setTabIcon" href="qtabwidget.html#setTabIcon" location="qtabwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTabIcon(int index, const QIcon &amp; icon)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabToolTip" fullname="QTabWidget::setTabToolTip" href="qtabwidget.html#setTabToolTip" location="qtabwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTabToolTip(int index, const QString &amp; tip)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QString &amp;" right="" name="tip" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabToolTip" fullname="QTabWidget::tabToolTip" href="qtabwidget.html#tabToolTip" location="qtabwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="tabToolTip(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabWhatsThis" fullname="QTabWidget::setTabWhatsThis" href="qtabwidget.html#setTabWhatsThis" location="qtabwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTabWhatsThis(int index, const QString &amp; text)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabWhatsThis" fullname="QTabWidget::tabWhatsThis" href="qtabwidget.html#tabWhatsThis" location="qtabwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="tabWhatsThis(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentIndex" fullname="QTabWidget::currentIndex" href="qtabwidget.html#currentIndex-prop" location="qtabwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentIndex" type="int" signature="currentIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentWidget" fullname="QTabWidget::currentWidget" href="qtabwidget.html#currentWidget" location="qtabwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="currentWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widget" fullname="QTabWidget::widget" href="qtabwidget.html#widget" location="qtabwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="widget(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="QTabWidget::indexOf" href="qtabwidget.html#indexOf" location="qtabwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOf(QWidget * w) const">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QTabWidget::count" href="qtabwidget.html#count-prop" location="qtabwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="count" type="int" signature="count() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="TabPosition" fullname="QTabWidget::TabPosition" href="qtabwidget.html#TabPosition-enum" location="qtabwidget.h">
+ <value name="North" value="0"/>
+ <value name="South" value="1"/>
+ <value name="West" value="2"/>
+ <value name="East" value="3"/>
+ <value name="Top" value="North"/>
+ <value name="Bottom" value="South"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabPosition" fullname="QTabWidget::tabPosition" href="qtabwidget.html#tabPosition-prop" location="qtabwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="tabPosition" type="TabPosition" signature="tabPosition() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabPosition" fullname="QTabWidget::setTabPosition" href="qtabwidget.html#tabPosition-prop" location="qtabwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="tabPosition" type="void" signature="setTabPosition(TabPosition )">
+ <parameter left="TabPosition" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabsClosable" fullname="QTabWidget::tabsClosable" href="qtabwidget.html#tabsClosable-prop" location="qtabwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="tabsClosable" type="bool" signature="tabsClosable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabsClosable" fullname="QTabWidget::setTabsClosable" href="qtabwidget.html#tabsClosable-prop" location="qtabwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="tabsClosable" type="void" signature="setTabsClosable(bool closeable)">
+ <parameter left="bool" right="" name="closeable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isMovable" fullname="QTabWidget::isMovable" href="qtabwidget.html#movable-prop" location="qtabwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="movable" type="bool" signature="isMovable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMovable" fullname="QTabWidget::setMovable" href="qtabwidget.html#movable-prop" location="qtabwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="movable" type="void" signature="setMovable(bool movable)">
+ <parameter left="bool" right="" name="movable" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="TabShape" fullname="QTabWidget::TabShape" href="qtabwidget.html#TabShape-enum" location="qtabwidget.h">
+ <value name="Rounded" value="0"/>
+ <value name="Triangular" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabShape" fullname="QTabWidget::tabShape" href="qtabwidget.html#tabShape-prop" location="qtabwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="tabShape" type="TabShape" signature="tabShape() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabShape" fullname="QTabWidget::setTabShape" href="qtabwidget.html#tabShape-prop" location="qtabwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="tabShape" type="void" signature="setTabShape(TabShape s)">
+ <parameter left="TabShape" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QTabWidget::sizeHint" href="qtabwidget.html#sizeHint" location="qtabwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="QTabWidget::minimumSizeHint" href="qtabwidget.html#minimumSizeHint" location="qtabwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCornerWidget" fullname="QTabWidget::setCornerWidget" href="qtabwidget.html#setCornerWidget" location="qtabwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCornerWidget(QWidget * widget, Qt::Corner corner)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="Qt::Corner" right="" name="corner" default="Qt::TopRightCorner"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cornerWidget" fullname="QTabWidget::cornerWidget" href="qtabwidget.html#cornerWidget" location="qtabwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="cornerWidget(Qt::Corner corner) const">
+ <parameter left="Qt::Corner" right="" name="corner" default="Qt::TopRightCorner"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="elideMode" fullname="QTabWidget::elideMode" href="qtabwidget.html#elideMode-prop" location="qtabwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="elideMode" type="Qt::TextElideMode" signature="elideMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setElideMode" fullname="QTabWidget::setElideMode" href="qtabwidget.html#elideMode-prop" location="qtabwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="elideMode" type="void" signature="setElideMode(Qt::TextElideMode )">
+ <parameter left="Qt::TextElideMode" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iconSize" fullname="QTabWidget::iconSize" href="qtabwidget.html#iconSize-prop" location="qtabwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="iconSize" type="QSize" signature="iconSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIconSize" fullname="QTabWidget::setIconSize" href="qtabwidget.html#iconSize-prop" location="qtabwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="iconSize" type="void" signature="setIconSize(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="usesScrollButtons" fullname="QTabWidget::usesScrollButtons" href="qtabwidget.html#usesScrollButtons-prop" location="qtabwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="usesScrollButtons" type="bool" signature="usesScrollButtons() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUsesScrollButtons" fullname="QTabWidget::setUsesScrollButtons" href="qtabwidget.html#usesScrollButtons-prop" location="qtabwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="usesScrollButtons" type="void" signature="setUsesScrollButtons(bool useButtons)">
+ <parameter left="bool" right="" name="useButtons" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="documentMode" fullname="QTabWidget::documentMode" href="qtabwidget.html#documentMode-prop" location="qtabwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="documentMode" type="bool" signature="documentMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDocumentMode" fullname="QTabWidget::setDocumentMode" href="qtabwidget.html#documentMode-prop" location="qtabwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="documentMode" type="void" signature="setDocumentMode(bool set)">
+ <parameter left="bool" right="" name="set" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QTabWidget::clear" href="qtabwidget.html#clear" location="qtabwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentIndex" fullname="QTabWidget::setCurrentIndex" href="qtabwidget.html#currentIndex-prop" location="qtabwidget.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="currentIndex" type="void" signature="setCurrentIndex(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentWidget" fullname="QTabWidget::setCurrentWidget" href="qtabwidget.html#setCurrentWidget" location="qtabwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setCurrentWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentChanged" fullname="QTabWidget::currentChanged" href="qtabwidget.html#currentChanged" location="qtabwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentChanged(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabCloseRequested" fullname="QTabWidget::tabCloseRequested" href="qtabwidget.html#tabCloseRequested" location="qtabwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="tabCloseRequested(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="tabInserted" fullname="QTabWidget::tabInserted" href="qtabwidget.html#tabInserted" location="qtabwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="tabInserted(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="tabRemoved" fullname="QTabWidget::tabRemoved" href="qtabwidget.html#tabRemoved" location="qtabwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="tabRemoved(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="QTabWidget::showEvent" href="qtabwidget.html#showEvent" location="qtabwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * )">
+ <parameter left="QShowEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QTabWidget::resizeEvent" href="qtabwidget.html#resizeEvent" location="qtabwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QTabWidget::keyPressEvent" href="qtabwidget.html#keyPressEvent" location="qtabwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QTabWidget::paintEvent" href="qtabwidget.html#paintEvent" location="qtabwidget.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * event)">
+ <parameter left="QPaintEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setTabBar" fullname="QTabWidget::setTabBar" href="qtabwidget.html#setTabBar" location="qtabwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTabBar(QTabBar * tb)">
+ <parameter left="QTabBar *" right="" name="tb" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="tabBar" fullname="QTabWidget::tabBar" href="qtabwidget.html#tabBar" location="qtabwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTabBar *" signature="tabBar() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QTabWidget::changeEvent" href="qtabwidget.html#changeEvent" location="qtabwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * ev)">
+ <parameter left="QEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QTabWidget::event" href="qtabwidget.html#event" location="qtabwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * ev)">
+ <parameter left="QEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initStyleOption" fullname="QTabWidget::initStyleOption" href="qtabwidget.html#initStyleOption" location="qtabwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="initStyleOption(QStyleOptionTabWidgetFrame * option) const">
+ <parameter left="QStyleOptionTabWidgetFrame *" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QTabWidget" fullname="QTabWidget::QTabWidget" href="qtabwidget-qt3.html#QTabWidget-2" location="qtabwidget.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTabWidget(QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertTab" fullname="QTabWidget::insertTab" href="qtabwidget-qt3.html#insertTab-2" location="qtabwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="insertTab(QWidget * widget, const QString &amp; label, int index)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertTab" fullname="QTabWidget::insertTab" href="qtabwidget-qt3.html#insertTab-3" location="qtabwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="insertTab(QWidget * widget, const QIcon &amp; icon, const QString &amp; label, int index)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="changeTab" fullname="QTabWidget::changeTab" href="qtabwidget-qt3.html#changeTab" location="qtabwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="changeTab(QWidget * widget, const QString &amp; label)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="changeTab" fullname="QTabWidget::changeTab" href="qtabwidget-qt3.html#changeTab-2" location="qtabwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="changeTab(QWidget * widget, const QIcon &amp; icon, const QString &amp; label)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="isTabEnabled" fullname="QTabWidget::isTabEnabled" href="qtabwidget-qt3.html#isTabEnabled-2" location="qtabwidget.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="isTabEnabled(QWidget * widget) const">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setTabEnabled" fullname="QTabWidget::setTabEnabled" href="qtabwidget-qt3.html#setTabEnabled-2" location="qtabwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setTabEnabled(QWidget * widget, bool b)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="tabLabel" fullname="QTabWidget::tabLabel" href="qtabwidget-qt3.html#tabLabel" location="qtabwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="tabLabel(QWidget * widget) const">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setTabLabel" fullname="QTabWidget::setTabLabel" href="qtabwidget-qt3.html#setTabLabel" location="qtabwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTabLabel(QWidget * widget, const QString &amp; label)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="tabIconSet" fullname="QTabWidget::tabIconSet" href="qtabwidget-qt3.html#tabIconSet" location="qtabwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="tabIconSet(QWidget * widget) const">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setTabIconSet" fullname="QTabWidget::setTabIconSet" href="qtabwidget-qt3.html#setTabIconSet" location="qtabwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTabIconSet(QWidget * widget, const QIcon &amp; icon)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="removeTabToolTip" fullname="QTabWidget::removeTabToolTip" href="qtabwidget-qt3.html#removeTabToolTip" location="qtabwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeTabToolTip(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setTabToolTip" fullname="QTabWidget::setTabToolTip" href="qtabwidget-qt3.html#setTabToolTip-2" location="qtabwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setTabToolTip(QWidget * widget, const QString &amp; tip)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="const QString &amp;" right="" name="tip" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="tabToolTip" fullname="QTabWidget::tabToolTip" href="qtabwidget-qt3.html#tabToolTip-2" location="qtabwidget.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QString" signature="tabToolTip(QWidget * widget) const">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="currentPage" fullname="QTabWidget::currentPage" href="qtabwidget-qt3.html#currentPage" location="qtabwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="currentPage() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="page" fullname="QTabWidget::page" href="qtabwidget-qt3.html#page" location="qtabwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="page(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="label" fullname="QTabWidget::label" href="qtabwidget-qt3.html#label" location="qtabwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="label(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="currentPageIndex" fullname="QTabWidget::currentPageIndex" href="qtabwidget-qt3.html#currentPageIndex" location="qtabwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currentPageIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="margin" fullname="QTabWidget::margin" href="qtabwidget-qt3.html#margin" location="qtabwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="margin() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setMargin" fullname="QTabWidget::setMargin" href="qtabwidget-qt3.html#setMargin" location="qtabwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMargin(int margin)">
+ <parameter left="int" right="" name="margin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setCurrentPage" fullname="QTabWidget::setCurrentPage" href="qtabwidget-qt3.html#setCurrentPage" location="qtabwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setCurrentPage(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="showPage" fullname="QTabWidget::showPage" href="qtabwidget-qt3.html#showPage" location="qtabwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="showPage(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="removePage" fullname="QTabWidget::removePage" href="qtabwidget-qt3.html#removePage" location="qtabwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="removePage(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="currentChanged" fullname="QTabWidget::currentChanged" href="qtabwidget-qt3.html#currentChanged-2" location="qtabwidget.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="currentChanged(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="selected" fullname="QTabWidget::selected" href="qtabwidget-qt3.html#selected" location="qtabwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="selected(const QString &amp; tabLabel)">
+ <parameter left="const QString &amp;" right="" name="tabLabel" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMenuBar" href="qmenubar.html" location="qmenubar.h" bases="QWidget" module="QtGui">
+ <contents name="usage" title="Usage" level="1"/>
+ <contents name="platform-dependent-look-and-feel" title="Platform Dependent Look and Feel" level="1"/>
+ <contents name="qmenubar-on-mac-os-x" title="QMenuBar on Mac OS X" level="1"/>
+ <contents name="qmenubar-on-windows-ce" title="QMenuBar on Windows CE" level="1"/>
+ <contents name="examples" title="Examples" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="defaultUp" fullname="QMenuBar::defaultUp" href="qmenubar.html#defaultUp-prop" location="qmenubar.h" type="bool">
+ <getter name="isDefaultUp"/>
+ <setter name="setDefaultUp"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="nativeMenuBar" fullname="QMenuBar::nativeMenuBar" href="qmenubar.html#nativeMenuBar-prop" location="qmenubar.h" type="bool">
+ <getter name="isNativeMenuBar"/>
+ <setter name="setNativeMenuBar"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMenuBar" fullname="QMenuBar::QMenuBar" href="qmenubar.html#QMenuBar" location="qmenubar.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMenuBar(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMenuBar" fullname="QMenuBar::~QMenuBar" href="qmenubar.html#dtor.QMenuBar" location="qmenubar.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMenuBar()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addAction" fullname="QMenuBar::addAction" href="qmenubar.html#addAction-3" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="addAction(QAction * action)">
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addAction" fullname="QMenuBar::addAction" href="qmenubar.html#addAction" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAction *" signature="addAction(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addAction" fullname="QMenuBar::addAction" href="qmenubar.html#addAction-2" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QAction *" signature="addAction(const QString &amp; text, const QObject * receiver, const char * member)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addMenu" fullname="QMenuBar::addMenu" href="qmenubar.html#addMenu" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAction *" signature="addMenu(QMenu * menu)">
+ <parameter left="QMenu *" right="" name="menu" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addMenu" fullname="QMenuBar::addMenu" href="qmenubar.html#addMenu-2" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QMenu *" signature="addMenu(const QString &amp; title)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addMenu" fullname="QMenuBar::addMenu" href="qmenubar.html#addMenu-3" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QMenu *" signature="addMenu(const QIcon &amp; icon, const QString &amp; title)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addSeparator" fullname="QMenuBar::addSeparator" href="qmenubar.html#addSeparator" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAction *" signature="addSeparator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertSeparator" fullname="QMenuBar::insertSeparator" href="qmenubar.html#insertSeparator" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAction *" signature="insertSeparator(QAction * before)">
+ <parameter left="QAction *" right="" name="before" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertMenu" fullname="QMenuBar::insertMenu" href="qmenubar.html#insertMenu" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAction *" signature="insertMenu(QAction * before, QMenu * menu)">
+ <parameter left="QAction *" right="" name="before" default=""/>
+ <parameter left="QMenu *" right="" name="menu" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QMenuBar::clear" href="qmenubar.html#clear" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activeAction" fullname="QMenuBar::activeAction" href="qmenubar.html#activeAction" location="qmenubar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="activeAction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setActiveAction" fullname="QMenuBar::setActiveAction" href="qmenubar.html#setActiveAction" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setActiveAction(QAction * act)">
+ <parameter left="QAction *" right="" name="act" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultUp" fullname="QMenuBar::setDefaultUp" href="qmenubar.html#defaultUp-prop" location="qmenubar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="defaultUp" type="void" signature="setDefaultUp(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDefaultUp" fullname="QMenuBar::isDefaultUp" href="qmenubar.html#defaultUp-prop" location="qmenubar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="defaultUp" type="bool" signature="isDefaultUp() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QMenuBar::sizeHint" href="qmenubar.html#sizeHint" location="qmenubar.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="QMenuBar::minimumSizeHint" href="qmenubar.html#minimumSizeHint" location="qmenubar.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="heightForWidth" fullname="QMenuBar::heightForWidth" href="qmenubar.html#heightForWidth" location="qmenubar.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="heightForWidth(int ) const">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultAction" fullname="QMenuBar::setDefaultAction" href="qmenubar.html#setDefaultAction" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDefaultAction(QAction * act)">
+ <parameter left="QAction *" right="" name="act" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultAction" fullname="QMenuBar::defaultAction" href="qmenubar.html#defaultAction" location="qmenubar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="defaultAction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNativeMenuBar" fullname="QMenuBar::isNativeMenuBar" href="qmenubar.html#nativeMenuBar-prop" location="qmenubar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="nativeMenuBar" type="bool" signature="isNativeMenuBar() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNativeMenuBar" fullname="QMenuBar::setNativeMenuBar" href="qmenubar.html#nativeMenuBar-prop" location="qmenubar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="nativeMenuBar" type="void" signature="setNativeMenuBar(bool nativeMenuBar)">
+ <parameter left="bool" right="" name="nativeMenuBar" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="QMenuBar::setVisible" href="qmenubar.html#setVisible" location="qmenubar.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="triggered" fullname="QMenuBar::triggered" href="qmenubar.html#triggered" location="qmenubar.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="triggered(QAction * action)">
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hovered" fullname="QMenuBar::hovered" href="qmenubar.html#hovered" location="qmenubar.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="hovered(QAction * action)">
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QMenuBar::changeEvent" href="qmenubar.html#changeEvent" location="qmenubar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QMenuBar::keyPressEvent" href="qmenubar.html#keyPressEvent" location="qmenubar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QMenuBar::mouseReleaseEvent" href="qmenubar.html#mouseReleaseEvent" location="qmenubar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QMenuBar::mousePressEvent" href="qmenubar.html#mousePressEvent" location="qmenubar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QMenuBar::mouseMoveEvent" href="qmenubar.html#mouseMoveEvent" location="qmenubar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="leaveEvent" fullname="QMenuBar::leaveEvent" href="qmenubar.html#leaveEvent" location="qmenubar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="leaveEvent(QEvent * )">
+ <parameter left="QEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QMenuBar::paintEvent" href="qmenubar.html#paintEvent" location="qmenubar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * e)">
+ <parameter left="QPaintEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QMenuBar::resizeEvent" href="qmenubar.html#resizeEvent" location="qmenubar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * )">
+ <parameter left="QResizeEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="actionEvent" fullname="QMenuBar::actionEvent" href="qmenubar.html#actionEvent" location="qmenubar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="actionEvent(QActionEvent * e)">
+ <parameter left="QActionEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="QMenuBar::focusOutEvent" href="qmenubar.html#focusOutEvent" location="qmenubar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * )">
+ <parameter left="QFocusEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="QMenuBar::focusInEvent" href="qmenubar.html#focusInEvent" location="qmenubar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * )">
+ <parameter left="QFocusEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="timerEvent" fullname="QMenuBar::timerEvent" href="qmenubar.html#timerEvent" location="qmenubar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="timerEvent(QTimerEvent * e)">
+ <parameter left="QTimerEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="QMenuBar::eventFilter" href="qmenubar.html#eventFilter" location="qmenubar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * object, QEvent * event)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QMenuBar::event" href="qmenubar.html#event" location="qmenubar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initStyleOption" fullname="QMenuBar::initStyleOption" href="qmenubar.html#initStyleOption" location="qmenubar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="initStyleOption(QStyleOptionMenuItem * option, const QAction * action) const">
+ <parameter left="QStyleOptionMenuItem *" right="" name="option" default=""/>
+ <parameter left="const QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QMenuBar" fullname="QMenuBar::QMenuBar" href="qmenubar-qt3.html#QMenuBar-2" location="qmenubar.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QMenuBar(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="count" fullname="QMenuBar::count" href="qmenubar-qt3.html#count" location="qmenubar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertItem" fullname="QMenuBar::insertItem" href="qmenubar-qt3.html#insertItem" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="insertItem(const QString &amp; text, const QObject * receiver, const char * member, const QKeySequence &amp; shortcut, int id, int index)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ <parameter left="const QKeySequence &amp;" right="" name="shortcut" default="0"/>
+ <parameter left="int" right="" name="id" default="-1"/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertItem" fullname="QMenuBar::insertItem" href="qmenubar-qt3.html#insertItem-2" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="insertItem(const QIcon &amp; icon, const QString &amp; text, const QObject * receiver, const char * member, const QKeySequence &amp; shortcut, int id, int index)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ <parameter left="const QKeySequence &amp;" right="" name="shortcut" default="0"/>
+ <parameter left="int" right="" name="id" default="-1"/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertItem" fullname="QMenuBar::insertItem" href="qmenubar-qt3.html#insertItem-3" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="int" signature="insertItem(const QPixmap &amp; pixmap, const QObject * receiver, const char * member, const QKeySequence &amp; shortcut, int id, int index)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="const QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ <parameter left="const QKeySequence &amp;" right="" name="shortcut" default="0"/>
+ <parameter left="int" right="" name="id" default="-1"/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertItem" fullname="QMenuBar::insertItem" href="qmenubar-qt3.html#insertItem-4" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="int" signature="insertItem(const QString &amp; text, int id, int index)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="id" default="-1"/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertItem" fullname="QMenuBar::insertItem" href="qmenubar-qt3.html#insertItem-5" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="int" signature="insertItem(const QIcon &amp; icon, const QString &amp; text, int id, int index)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="id" default="-1"/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertItem" fullname="QMenuBar::insertItem" href="qmenubar-qt3.html#insertItem-6" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="int" signature="insertItem(const QString &amp; text, QMenu * popup, int id, int index)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QMenu *" right="" name="popup" default=""/>
+ <parameter left="int" right="" name="id" default="-1"/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertItem" fullname="QMenuBar::insertItem" href="qmenubar-qt3.html#insertItem-7" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="int" signature="insertItem(const QIcon &amp; icon, const QString &amp; text, QMenu * popup, int id, int index)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QMenu *" right="" name="popup" default=""/>
+ <parameter left="int" right="" name="id" default="-1"/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertItem" fullname="QMenuBar::insertItem" href="qmenubar-qt3.html#insertItem-8" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="int" signature="insertItem(const QPixmap &amp; pixmap, int id, int index)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="int" right="" name="id" default="-1"/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertItem" fullname="QMenuBar::insertItem" href="qmenubar-qt3.html#insertItem-9" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" type="int" signature="insertItem(const QPixmap &amp; pixmap, QMenu * popup, int id, int index)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="QMenu *" right="" name="popup" default=""/>
+ <parameter left="int" right="" name="id" default="-1"/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertSeparator" fullname="QMenuBar::insertSeparator" href="qmenubar-qt3.html#insertSeparator-2" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="insertSeparator(int index)">
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="removeItem" fullname="QMenuBar::removeItem" href="qmenubar-qt3.html#removeItem" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeItem(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="removeItemAt" fullname="QMenuBar::removeItemAt" href="qmenubar-qt3.html#removeItemAt" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeItemAt(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="accel" fullname="QMenuBar::accel" href="qmenubar-qt3.html#accel" location="qmenubar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QKeySequence" signature="accel(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setAccel" fullname="QMenuBar::setAccel" href="qmenubar-qt3.html#setAccel" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAccel(const QKeySequence &amp; key, int id)">
+ <parameter left="const QKeySequence &amp;" right="" name="key" default=""/>
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="iconSet" fullname="QMenuBar::iconSet" href="qmenubar-qt3.html#iconSet" location="qmenubar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="iconSet(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="text" fullname="QMenuBar::text" href="qmenubar-qt3.html#text" location="qmenubar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="pixmap" fullname="QMenuBar::pixmap" href="qmenubar-qt3.html#pixmap" location="qmenubar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="pixmap(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setWhatsThis" fullname="QMenuBar::setWhatsThis" href="qmenubar-qt3.html#setWhatsThis" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWhatsThis(int id, const QString &amp; w)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="const QString &amp;" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="whatsThis" fullname="QMenuBar::whatsThis" href="qmenubar-qt3.html#whatsThis" location="qmenubar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="whatsThis(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="changeItem" fullname="QMenuBar::changeItem" href="qmenubar-qt3.html#changeItem" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="changeItem(int id, const QString &amp; text)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="changeItem" fullname="QMenuBar::changeItem" href="qmenubar-qt3.html#changeItem-2" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="changeItem(int id, const QPixmap &amp; pixmap)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="changeItem" fullname="QMenuBar::changeItem" href="qmenubar-qt3.html#changeItem-3" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="changeItem(int id, const QIcon &amp; icon, const QString &amp; text)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="isItemActive" fullname="QMenuBar::isItemActive" href="qmenubar-qt3.html#isItemActive" location="qmenubar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isItemActive(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="isItemEnabled" fullname="QMenuBar::isItemEnabled" href="qmenubar-qt3.html#isItemEnabled" location="qmenubar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isItemEnabled(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setItemEnabled" fullname="QMenuBar::setItemEnabled" href="qmenubar-qt3.html#setItemEnabled" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemEnabled(int id, bool enable)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="isItemChecked" fullname="QMenuBar::isItemChecked" href="qmenubar-qt3.html#isItemChecked" location="qmenubar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isItemChecked(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setItemChecked" fullname="QMenuBar::setItemChecked" href="qmenubar-qt3.html#setItemChecked" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemChecked(int id, bool check)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="bool" right="" name="check" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="isItemVisible" fullname="QMenuBar::isItemVisible" href="qmenubar-qt3.html#isItemVisible" location="qmenubar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isItemVisible(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setItemVisible" fullname="QMenuBar::setItemVisible" href="qmenubar-qt3.html#setItemVisible" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemVisible(int id, bool visible)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="indexOf" fullname="QMenuBar::indexOf" href="qmenubar-qt3.html#indexOf" location="qmenubar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOf(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="idAt" fullname="QMenuBar::idAt" href="qmenubar-qt3.html#idAt" location="qmenubar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="idAt(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="activateItemAt" fullname="QMenuBar::activateItemAt" href="qmenubar-qt3.html#activateItemAt" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="activateItemAt(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="connectItem" fullname="QMenuBar::connectItem" href="qmenubar-qt3.html#connectItem" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="connectItem(int id, const QObject * receiver, const char * member)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="const QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="disconnectItem" fullname="QMenuBar::disconnectItem" href="qmenubar-qt3.html#disconnectItem" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="disconnectItem(int id, const QObject * receiver, const char * member)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="const QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="findItem" fullname="QMenuBar::findItem" href="qmenubar-qt3.html#findItem" location="qmenubar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMenuItem *" signature="findItem(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setItemParameter" fullname="QMenuBar::setItemParameter" href="qmenubar-qt3.html#setItemParameter" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="setItemParameter(int id, int param)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="int" right="" name="param" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="itemParameter" fullname="QMenuBar::itemParameter" href="qmenubar-qt3.html#itemParameter" location="qmenubar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="itemParameter(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="frameWidth" fullname="QMenuBar::frameWidth" href="qmenubar-qt3.html#frameWidth" location="qmenubar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="frameWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setMargin" fullname="QMenuBar::setMargin" href="qmenubar-qt3.html#setMargin" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMargin(int margin)">
+ <parameter left="int" right="" name="margin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="margin" fullname="QMenuBar::margin" href="qmenubar-qt3.html#margin" location="qmenubar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="margin() const"/>
+ <enum access="public" threadsafety="unspecified" status="compat" name="Separator" fullname="QMenuBar::Separator" href="qmenubar-qt3.html#Separator-enum" location="qmenubar.h">
+ <value name="Never" value="0"/>
+ <value name="InWindowsStyle" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="compat" name="separator" fullname="QMenuBar::separator" href="qmenubar-qt3.html#separator" location="qmenubar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Separator" signature="separator() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setSeparator" fullname="QMenuBar::setSeparator" href="qmenubar-qt3.html#setSeparator" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSeparator(Separator sep)">
+ <parameter left="Separator" right="" name="sep" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setAutoGeometry" fullname="QMenuBar::setAutoGeometry" href="qmenubar-qt3.html#setAutoGeometry" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAutoGeometry(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="autoGeometry" fullname="QMenuBar::autoGeometry" href="qmenubar-qt3.html#autoGeometry" location="qmenubar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="autoGeometry() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="activated" fullname="QMenuBar::activated" href="qmenubar-qt3.html#activated" location="qmenubar.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="activated(int itemId)">
+ <parameter left="int" right="" name="itemId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="highlighted" fullname="QMenuBar::highlighted" href="qmenubar-qt3.html#highlighted" location="qmenubar.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="highlighted(int itemId)">
+ <parameter left="int" right="" name="itemId" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="compat" name="itemRect" fullname="QMenuBar::itemRect" href="qmenubar-qt3.html#itemRect" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QRect" signature="itemRect(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="compat" name="itemAtPos" fullname="QMenuBar::itemAtPos" href="qmenubar-qt3.html#itemAtPos" location="qmenubar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="itemAtPos(const QPoint &amp; p)">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ </function>
+ </class>
+ <namespace access="public" threadsafety="unspecified" status="commendable" name="QTest" href="qtest.html" location="qtest.h" module="QtTest">
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QTest::toString" href="qtest.html#toString-4" location="qtest.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="char *" signature="toString(const QLatin1String &amp; string)">
+ <parameter left="const QLatin1String &amp;" right="" name="string" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QTest::toString" href="qtest.html#toString-5" location="qtest.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="char *" signature="toString(const QString &amp; string)">
+ <parameter left="const QString &amp;" right="" name="string" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QTest::toString" href="qtest.html#toString-6" location="qtest.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="char *" signature="toString(const QByteArray &amp; ba)">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QTest::toString" href="qtest.html#toString-7" location="qtest.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="char *" signature="toString(const QTime &amp; time)">
+ <parameter left="const QTime &amp;" right="" name="time" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QTest::toString" href="qtest.html#toString-8" location="qtest.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="char *" signature="toString(const QDate &amp; date)">
+ <parameter left="const QDate &amp;" right="" name="date" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QTest::toString" href="qtest.html#toString-9" location="qtest.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" type="char *" signature="toString(const QDateTime &amp; dateTime)">
+ <parameter left="const QDateTime &amp;" right="" name="dateTime" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QTest::toString" href="qtest.html#toString-10" location="qtest.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="10" type="char *" signature="toString(const QChar &amp; character)">
+ <parameter left="const QChar &amp;" right="" name="character" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QTest::toString" href="qtest.html#toString-11" location="qtest.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="11" type="char *" signature="toString(const QPoint &amp; point)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QTest::toString" href="qtest.html#toString-12" location="qtest.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" type="char *" signature="toString(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QTest::toString" href="qtest.html#toString-13" location="qtest.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="13" type="char *" signature="toString(const QRect &amp; rectangle)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QTest::toString" href="qtest.html#toString-15" location="qtest.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="15" type="char *" signature="toString(const QPointF &amp; point)">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QTest::toString" href="qtest.html#toString-16" location="qtest.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="16" type="char *" signature="toString(const QSizeF &amp; size)">
+ <parameter left="const QSizeF &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QTest::toString" href="qtest.html#toString-17" location="qtest.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="17" type="char *" signature="toString(const QRectF &amp; rectangle)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QTest::toString" href="qtest.html#toString-14" location="qtest.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="14" type="char *" signature="toString(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QTest::toString" href="qtest.html#toString-18" location="qtest.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="18" type="char *" signature="toString(const QVariant &amp; variant)">
+ <parameter left="const QVariant &amp;" right="" name="variant" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SkipMode" fullname="QTest::SkipMode" href="qtest.html#SkipMode-enum" location="qtest_global.h">
+ <value name="SkipSingle" value="1"/>
+ <value name="SkipAll" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="TestFailMode" fullname="QTest::TestFailMode" href="qtest.html#TestFailMode-enum" location="qtest_global.h">
+ <value name="Abort" value="1"/>
+ <value name="Continue" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="AttributeIndex" fullname="QTest::AttributeIndex" href="qtest.html#AttributeIndex-enum" location="qtestelementattribute.h">
+ <value name="AI_Undefined" value="-1"/>
+ <value name="AI_Name" value="0"/>
+ <value name="AI_Result" value="1"/>
+ <value name="AI_Tests" value="2"/>
+ <value name="AI_Failures" value="3"/>
+ <value name="AI_Errors" value="4"/>
+ <value name="AI_Type" value="5"/>
+ <value name="AI_Description" value="6"/>
+ <value name="AI_PropertyValue" value="7"/>
+ <value name="AI_QTestVersion" value="8"/>
+ <value name="AI_QtVersion" value="9"/>
+ <value name="AI_File" value="10"/>
+ <value name="AI_Line" value="11"/>
+ <value name="AI_Metric" value="12"/>
+ <value name="AI_Tag" value="13"/>
+ <value name="AI_Value" value="14"/>
+ <value name="AI_Iterations" value="15"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="LogElementType" fullname="QTest::LogElementType" href="qtest.html#LogElementType-enum" location="qtestelementattribute.h">
+ <value name="LET_Undefined" value="-1"/>
+ <value name="LET_Property" value="0"/>
+ <value name="LET_Properties" value="1"/>
+ <value name="LET_Failure" value="2"/>
+ <value name="LET_Error" value="3"/>
+ <value name="LET_TestCase" value="4"/>
+ <value name="LET_TestSuite" value="5"/>
+ <value name="LET_Benchmark" value="6"/>
+ <value name="LET_SystemError" value="7"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="KeyAction" fullname="QTest::KeyAction" href="qtest.html#KeyAction-enum" location="qtestkeyboard.h">
+ <value name="Press" value="0"/>
+ <value name="Release" value="1"/>
+ <value name="Click" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyEvent" fullname="QTest::keyEvent" href="qtest.html#keyEvent-2" location="qtestkeyboard.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="void" signature="keyEvent(KeyAction action, QWidget * widget, char ascii, QFlags&lt;Qt::KeyboardModifier&gt; modifier, int delay)">
+ <parameter left="KeyAction" right="" name="action" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="char" right="" name="ascii" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifier" default="Qt::NoModifier"/>
+ <parameter left="int" right="" name="delay" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyEvent" fullname="QTest::keyEvent" href="qtest.html#keyEvent" location="qtestkeyboard.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="keyEvent(KeyAction action, QWidget * widget, Qt::Key key, QFlags&lt;Qt::KeyboardModifier&gt; modifier, int delay)">
+ <parameter left="KeyAction" right="" name="action" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="Qt::Key" right="" name="key" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifier" default="Qt::NoModifier"/>
+ <parameter left="int" right="" name="delay" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyClicks" fullname="QTest::keyClicks" href="qtest.html#keyClicks" location="qtestkeyboard.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="keyClicks(QWidget * widget, const QString &amp; sequence, QFlags&lt;Qt::KeyboardModifier&gt; modifier, int delay)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="const QString &amp;" right="" name="sequence" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifier" default="Qt::NoModifier"/>
+ <parameter left="int" right="" name="delay" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyPress" fullname="QTest::keyPress" href="qtest.html#keyPress-2" location="qtestkeyboard.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="void" signature="keyPress(QWidget * widget, char key, QFlags&lt;Qt::KeyboardModifier&gt; modifier, int delay)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="char" right="" name="key" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifier" default="Qt::NoModifier"/>
+ <parameter left="int" right="" name="delay" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyRelease" fullname="QTest::keyRelease" href="qtest.html#keyRelease-2" location="qtestkeyboard.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="void" signature="keyRelease(QWidget * widget, char key, QFlags&lt;Qt::KeyboardModifier&gt; modifier, int delay)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="char" right="" name="key" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifier" default="Qt::NoModifier"/>
+ <parameter left="int" right="" name="delay" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyClick" fullname="QTest::keyClick" href="qtest.html#keyClick-2" location="qtestkeyboard.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="void" signature="keyClick(QWidget * widget, char key, QFlags&lt;Qt::KeyboardModifier&gt; modifier, int delay)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="char" right="" name="key" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifier" default="Qt::NoModifier"/>
+ <parameter left="int" right="" name="delay" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyPress" fullname="QTest::keyPress" href="qtest.html#keyPress" location="qtestkeyboard.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="keyPress(QWidget * widget, Qt::Key key, QFlags&lt;Qt::KeyboardModifier&gt; modifier, int delay)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="Qt::Key" right="" name="key" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifier" default="Qt::NoModifier"/>
+ <parameter left="int" right="" name="delay" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyRelease" fullname="QTest::keyRelease" href="qtest.html#keyRelease" location="qtestkeyboard.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="keyRelease(QWidget * widget, Qt::Key key, QFlags&lt;Qt::KeyboardModifier&gt; modifier, int delay)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="Qt::Key" right="" name="key" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifier" default="Qt::NoModifier"/>
+ <parameter left="int" right="" name="delay" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyClick" fullname="QTest::keyClick" href="qtest.html#keyClick" location="qtestkeyboard.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="keyClick(QWidget * widget, Qt::Key key, QFlags&lt;Qt::KeyboardModifier&gt; modifier, int delay)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="Qt::Key" right="" name="key" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifier" default="Qt::NoModifier"/>
+ <parameter left="int" right="" name="delay" default="-1"/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="MouseAction" fullname="QTest::MouseAction" href="qtest.html#MouseAction-enum" location="qtestmouse.h">
+ <value name="MousePress" value="0"/>
+ <value name="MouseRelease" value="1"/>
+ <value name="MouseClick" value="2"/>
+ <value name="MouseDClick" value="3"/>
+ <value name="MouseMove" value="4"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mousePress" fullname="QTest::mousePress" href="qtest.html#mousePress" location="qtestmouse.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePress(QWidget * widget, Qt::MouseButton button, QFlags&lt;Qt::KeyboardModifier&gt; modifier, QPoint pos, int delay)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="Qt::MouseButton" right="" name="button" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifier" default="0"/>
+ <parameter left="QPoint" right="" name="pos" default="QPoint()"/>
+ <parameter left="int" right="" name="delay" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mouseRelease" fullname="QTest::mouseRelease" href="qtest.html#mouseRelease" location="qtestmouse.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseRelease(QWidget * widget, Qt::MouseButton button, QFlags&lt;Qt::KeyboardModifier&gt; modifier, QPoint pos, int delay)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="Qt::MouseButton" right="" name="button" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifier" default="0"/>
+ <parameter left="QPoint" right="" name="pos" default="QPoint()"/>
+ <parameter left="int" right="" name="delay" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mouseClick" fullname="QTest::mouseClick" href="qtest.html#mouseClick" location="qtestmouse.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseClick(QWidget * widget, Qt::MouseButton button, QFlags&lt;Qt::KeyboardModifier&gt; modifier, QPoint pos, int delay)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="Qt::MouseButton" right="" name="button" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifier" default="0"/>
+ <parameter left="QPoint" right="" name="pos" default="QPoint()"/>
+ <parameter left="int" right="" name="delay" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mouseDClick" fullname="QTest::mouseDClick" href="qtest.html#mouseDClick" location="qtestmouse.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseDClick(QWidget * widget, Qt::MouseButton button, QFlags&lt;Qt::KeyboardModifier&gt; modifier, QPoint pos, int delay)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="Qt::MouseButton" right="" name="button" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifier" default="0"/>
+ <parameter left="QPoint" right="" name="pos" default="QPoint()"/>
+ <parameter left="int" right="" name="delay" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mouseMove" fullname="QTest::mouseMove" href="qtest.html#mouseMove" location="qtestmouse.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMove(QWidget * widget, QPoint pos, int delay)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="QPoint" right="" name="pos" default="QPoint()"/>
+ <parameter left="int" right="" name="delay" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qWait" fullname="QTest::qWait" href="qtest.html#qWait" location="qtestsystem.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="qWait(int ms)">
+ <parameter left="int" right="" name="ms" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QTest::toString" href="qtest.html#toString" location="qtestcase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="char *" signature="toString(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toHexRepresentation" fullname="QTest::toHexRepresentation" href="qtest.html#toHexRepresentation" location="qtestcase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="char *" signature="toHexRepresentation(const char * ba, int length)">
+ <parameter left="const char *" right="" name="ba" default=""/>
+ <parameter left="int" right="" name="length" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qExec" fullname="QTest::qExec" href="qtest.html#qExec" location="qtestcase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="qExec(QObject * testObject, int argc, char ** argv)">
+ <parameter left="QObject *" right="" name="testObject" default=""/>
+ <parameter left="int" right="" name="argc" default="0"/>
+ <parameter left="char **" right="" name="argv" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qExec" fullname="QTest::qExec" href="qtest.html#qExec-2" location="qtestcase.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="qExec(QObject * testObject, const QStringList &amp; arguments)">
+ <parameter left="QObject *" right="" name="testObject" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="arguments" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ignoreMessage" fullname="QTest::ignoreMessage" href="qtest.html#ignoreMessage" location="qtestcase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="ignoreMessage(QtMsgType type, const char * message)">
+ <parameter left="QtMsgType" right="" name="type" default=""/>
+ <parameter left="const char *" right="" name="message" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentTestFunction" fullname="QTest::currentTestFunction" href="qtest.html#currentTestFunction" location="qtestcase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const char *" signature="currentTestFunction()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentDataTag" fullname="QTest::currentDataTag" href="qtest.html#currentDataTag" location="qtestcase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const char *" signature="currentDataTag()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentTestFailed" fullname="QTest::currentTestFailed" href="qtest.html#currentTestFailed" location="qtestcase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="currentTestFailed()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qSleep" fullname="QTest::qSleep" href="qtest.html#qSleep" location="qtestcase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="qSleep(int ms)">
+ <parameter left="int" right="" name="ms" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addColumn" fullname="QTest::addColumn" href="qtest.html#addColumn" location="qtestcase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addColumn(const char * name, T * dummy)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="T *" right="" name="dummy" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newRow" fullname="QTest::newRow" href="qtest.html#newRow" location="qtestcase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTestData &amp;" signature="newRow(const char * dataTag)">
+ <parameter left="const char *" right="" name="dataTag" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTouchEventSequence" fullname="QTest::QTouchEventSequence" href="qtest-qtoucheventsequence.html" location="qtesttouch.h" bases="" module="QtTest">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTouchEventSequence" fullname="QTest::QTouchEventSequence::~QTouchEventSequence" href="qtest-qtoucheventsequence.html#dtor.QTouchEventSequence" location="qtesttouch.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTouchEventSequence()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="press" fullname="QTest::QTouchEventSequence::press" href="qtest-qtoucheventsequence.html#press" location="qtesttouch.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTouchEventSequence &amp;" signature="press(int touchId, const QPoint &amp; pt, QWidget * widget)">
+ <parameter left="int" right="" name="touchId" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pt" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="move" fullname="QTest::QTouchEventSequence::move" href="qtest-qtoucheventsequence.html#move" location="qtesttouch.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTouchEventSequence &amp;" signature="move(int touchId, const QPoint &amp; pt, QWidget * widget)">
+ <parameter left="int" right="" name="touchId" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pt" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="release" fullname="QTest::QTouchEventSequence::release" href="qtest-qtoucheventsequence.html#release" location="qtesttouch.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTouchEventSequence &amp;" signature="release(int touchId, const QPoint &amp; pt, QWidget * widget)">
+ <parameter left="int" right="" name="touchId" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pt" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stationary" fullname="QTest::QTouchEventSequence::stationary" href="qtest-qtoucheventsequence.html#stationary" location="qtesttouch.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTouchEventSequence &amp;" signature="stationary(int touchId)">
+ <parameter left="int" right="" name="touchId" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="touchEvent" fullname="QTest::touchEvent" href="qtest.html#touchEvent" location="qtesttouch.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTouchEventSequence" signature="touchEvent(QWidget * widget, QTouchEvent::DeviceType deviceType)">
+ <parameter left="QWidget *" right="" name="widget" default="0"/>
+ <parameter left="QTouchEvent::DeviceType" right="" name="deviceType" default="QTouchEvent::TouchScreen"/>
+ </function>
+ </namespace>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3ListBox" href="q3listbox.html" location="q3listbox.h" bases="Q3ScrollView" module="Qt3SupportLight">
+ <property access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3ListBox::count" href="q3listbox.html#count-prop" location="q3listbox.h" type="uint">
+ <getter name="count"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="numItemsVisible" fullname="Q3ListBox::numItemsVisible" href="q3listbox.html#numItemsVisible-prop" location="q3listbox.h" type="int">
+ <getter name="numItemsVisible"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentItem" fullname="Q3ListBox::currentItem" href="q3listbox.html#currentItem-prop" location="q3listbox.h" type="int">
+ <getter name="currentItem"/>
+ <setter name="setCurrentItem"/>
+ <setter name="setCurrentItem"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentText" fullname="Q3ListBox::currentText" href="q3listbox.html#currentText-prop" location="q3listbox.h" type="QString">
+ <getter name="currentText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="topItem" fullname="Q3ListBox::topItem" href="q3listbox.html#topItem-prop" location="q3listbox.h" type="int">
+ <getter name="topItem"/>
+ <setter name="setTopItem"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="selectionMode" fullname="Q3ListBox::selectionMode" href="q3listbox.html#selectionMode-prop" location="q3listbox.h" type="SelectionMode">
+ <getter name="selectionMode"/>
+ <setter name="setSelectionMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="multiSelection" fullname="Q3ListBox::multiSelection" href="q3listbox.html#multiSelection-prop" location="q3listbox.h" type="bool">
+ <getter name="isMultiSelection"/>
+ <setter name="setMultiSelection"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="columnMode" fullname="Q3ListBox::columnMode" href="q3listbox.html#columnMode-prop" location="q3listbox.h" type="LayoutMode">
+ <getter name="columnMode"/>
+ <setter name="setColumnMode"/>
+ <setter name="setColumnMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="rowMode" fullname="Q3ListBox::rowMode" href="q3listbox.html#rowMode-prop" location="q3listbox.h" type="LayoutMode">
+ <getter name="rowMode"/>
+ <setter name="setRowMode"/>
+ <setter name="setRowMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="numColumns" fullname="Q3ListBox::numColumns" href="q3listbox.html#numColumns-prop" location="q3listbox.h" type="int">
+ <getter name="numColumns"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="numRows" fullname="Q3ListBox::numRows" href="q3listbox.html#numRows-prop" location="q3listbox.h" type="int">
+ <getter name="numRows"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="variableWidth" fullname="Q3ListBox::variableWidth" href="q3listbox.html#variableWidth-prop" location="q3listbox.h" type="bool">
+ <getter name="variableWidth"/>
+ <setter name="setVariableWidth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="variableHeight" fullname="Q3ListBox::variableHeight" href="q3listbox.html#variableHeight-prop" location="q3listbox.h" type="bool">
+ <getter name="variableHeight"/>
+ <setter name="setVariableHeight"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListBox" fullname="Q3ListBox::Q3ListBox" href="q3listbox.html#Q3ListBox" location="q3listbox.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3ListBox(QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3ListBox" fullname="Q3ListBox::~Q3ListBox" href="q3listbox.html#dtor.Q3ListBox" location="q3listbox.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3ListBox()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3ListBox::count" href="q3listbox.html#count-prop" location="q3listbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="count" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertStringList" fullname="Q3ListBox::insertStringList" href="q3listbox.html#insertStringList" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertStringList(const QStringList &amp; list, int index)">
+ <parameter left="const QStringList &amp;" right="" name="list" default=""/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertStrList" fullname="Q3ListBox::insertStrList" href="q3listbox.html#insertStrList" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertStrList(const char ** strings, int numStrings, int index)">
+ <parameter left="const char **" right="" name="strings" default=""/>
+ <parameter left="int" right="" name="numStrings" default="-1"/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertItem" fullname="Q3ListBox::insertItem" href="q3listbox.html#insertItem" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertItem(const Q3ListBoxItem * lbi, int index)">
+ <parameter left="const Q3ListBoxItem *" right="" name="lbi" default=""/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertItem" fullname="Q3ListBox::insertItem" href="q3listbox.html#insertItem-2" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="insertItem(const Q3ListBoxItem * lbi, const Q3ListBoxItem * after)">
+ <parameter left="const Q3ListBoxItem *" right="" name="lbi" default=""/>
+ <parameter left="const Q3ListBoxItem *" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertItem" fullname="Q3ListBox::insertItem" href="q3listbox.html#insertItem-3" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="insertItem(const QString &amp; text, int index)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertItem" fullname="Q3ListBox::insertItem" href="q3listbox.html#insertItem-4" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="insertItem(const QPixmap &amp; pixmap, int index)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertItem" fullname="Q3ListBox::insertItem" href="q3listbox.html#insertItem-5" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="insertItem(const QPixmap &amp; pixmap, const QString &amp; text, int index)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeItem" fullname="Q3ListBox::removeItem" href="q3listbox.html#removeItem" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeItem(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="Q3ListBox::text" href="q3listbox.html#text" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmap" fullname="Q3ListBox::pixmap" href="q3listbox.html#pixmap" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPixmap *" signature="pixmap(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="changeItem" fullname="Q3ListBox::changeItem" href="q3listbox.html#changeItem" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="changeItem(const Q3ListBoxItem * lbi, int index)">
+ <parameter left="const Q3ListBoxItem *" right="" name="lbi" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="changeItem" fullname="Q3ListBox::changeItem" href="q3listbox.html#changeItem-2" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="changeItem(const QString &amp; text, int index)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="changeItem" fullname="Q3ListBox::changeItem" href="q3listbox.html#changeItem-3" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="changeItem(const QPixmap &amp; pixmap, int index)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="changeItem" fullname="Q3ListBox::changeItem" href="q3listbox.html#changeItem-4" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="changeItem(const QPixmap &amp; pixmap, const QString &amp; text, int index)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeItem" fullname="Q3ListBox::takeItem" href="q3listbox.html#takeItem" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="takeItem(const Q3ListBoxItem * item)">
+ <parameter left="const Q3ListBoxItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numItemsVisible" fullname="Q3ListBox::numItemsVisible" href="q3listbox.html#numItemsVisible-prop" location="q3listbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="numItemsVisible" type="int" signature="numItemsVisible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentItem" fullname="Q3ListBox::currentItem" href="q3listbox.html#currentItem-prop" location="q3listbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentItem" type="int" signature="currentItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentText" fullname="Q3ListBox::currentText" href="q3listbox.html#currentText-prop" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentText" type="QString" signature="currentText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentItem" fullname="Q3ListBox::setCurrentItem" href="q3listbox.html#currentItem-prop" location="q3listbox.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="currentItem" type="void" signature="setCurrentItem(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentItem" fullname="Q3ListBox::setCurrentItem" href="q3listbox.html#currentItem-prop" location="q3listbox.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" associated-property="currentItem" type="void" signature="setCurrentItem(Q3ListBoxItem * i)">
+ <parameter left="Q3ListBoxItem *" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="centerCurrentItem" fullname="Q3ListBox::centerCurrentItem" href="q3listbox.html#centerCurrentItem" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="centerCurrentItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="topItem" fullname="Q3ListBox::topItem" href="q3listbox.html#topItem-prop" location="q3listbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="topItem" type="int" signature="topItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTopItem" fullname="Q3ListBox::setTopItem" href="q3listbox.html#topItem-prop" location="q3listbox.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="topItem" type="void" signature="setTopItem(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBottomItem" fullname="Q3ListBox::setBottomItem" href="q3listbox.html#setBottomItem" location="q3listbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setBottomItem(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maxItemWidth" fullname="Q3ListBox::maxItemWidth" href="q3listbox.html#maxItemWidth" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="long" signature="maxItemWidth() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SelectionMode" fullname="Q3ListBox::SelectionMode" href="q3listbox.html#SelectionMode-enum" location="q3listbox.h">
+ <value name="Single" value="0"/>
+ <value name="Multi" value="1"/>
+ <value name="Extended" value="2"/>
+ <value name="NoSelection" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectionMode" fullname="Q3ListBox::setSelectionMode" href="q3listbox.html#selectionMode-prop" location="q3listbox.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="selectionMode" type="void" signature="setSelectionMode(SelectionMode )">
+ <parameter left="SelectionMode" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionMode" fullname="Q3ListBox::selectionMode" href="q3listbox.html#selectionMode-prop" location="q3listbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="selectionMode" type="SelectionMode" signature="selectionMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMultiSelection" fullname="Q3ListBox::setMultiSelection" href="q3listbox.html#multiSelection-prop" location="q3listbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="multiSelection" type="void" signature="setMultiSelection(bool multi)">
+ <parameter left="bool" right="" name="multi" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isMultiSelection" fullname="Q3ListBox::isMultiSelection" href="q3listbox.html#multiSelection-prop" location="q3listbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="multiSelection" type="bool" signature="isMultiSelection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inputMethodQuery" fullname="Q3ListBox::inputMethodQuery" href="q3listbox.html#inputMethodQuery" location="q3listbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="inputMethodQuery(Qt::InputMethodQuery query) const">
+ <parameter left="Qt::InputMethodQuery" right="" name="query" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelected" fullname="Q3ListBox::setSelected" href="q3listbox.html#setSelected" location="q3listbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelected(Q3ListBoxItem * item, bool select)">
+ <parameter left="Q3ListBoxItem *" right="" name="item" default=""/>
+ <parameter left="bool" right="" name="select" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelected" fullname="Q3ListBox::setSelected" href="q3listbox.html#setSelected-2" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setSelected(int index, bool select)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="bool" right="" name="select" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSelected" fullname="Q3ListBox::isSelected" href="q3listbox.html#isSelected" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSelected(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSelected" fullname="Q3ListBox::isSelected" href="q3listbox.html#isSelected-2" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="isSelected(const Q3ListBoxItem * i) const">
+ <parameter left="const Q3ListBoxItem *" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedItem" fullname="Q3ListBox::selectedItem" href="q3listbox.html#selectedItem" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ListBoxItem *" signature="selectedItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="Q3ListBox::sizeHint" href="q3listbox.html#sizeHint" location="q3listbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="Q3ListBox::minimumSizeHint" href="q3listbox.html#minimumSizeHint" location="q3listbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="item" fullname="Q3ListBox::item" href="q3listbox.html#item" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ListBoxItem *" signature="item(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="index" fullname="Q3ListBox::index" href="q3listbox.html#index" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="index(const Q3ListBoxItem * lbi) const">
+ <parameter left="const Q3ListBoxItem *" right="" name="lbi" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StringComparisonMode" fullname="Q3ListBox::StringComparisonMode" href="q3listbox.html#StringComparisonMode-enum" location="q3listbox.h">
+ <value name="CaseSensitive" value="0x00001"/>
+ <value name="BeginsWith" value="0x00002"/>
+ <value name="EndsWith" value="0x00004"/>
+ <value name="Contains" value="0x00008"/>
+ <value name="ExactMatch" value="0x00010"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ComparisonFlags" fullname="Q3ListBox::ComparisonFlags" href="q3listbox.html#ComparisonFlags-typedef" location="q3listbox.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findItem" fullname="Q3ListBox::findItem" href="q3listbox.html#findItem" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ListBoxItem *" signature="findItem(const QString &amp; text, ComparisonFlags compare) const">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="ComparisonFlags" right="" name="compare" default="BeginsWith"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="triggerUpdate" fullname="Q3ListBox::triggerUpdate" href="q3listbox.html#triggerUpdate" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="triggerUpdate(bool doLayout)">
+ <parameter left="bool" right="" name="doLayout" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemVisible" fullname="Q3ListBox::itemVisible" href="q3listbox.html#itemVisible" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="itemVisible(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemVisible" fullname="Q3ListBox::itemVisible" href="q3listbox.html#itemVisible-2" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="itemVisible(const Q3ListBoxItem * item)">
+ <parameter left="const Q3ListBoxItem *" right="" name="item" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="LayoutMode" fullname="Q3ListBox::LayoutMode" href="q3listbox.html#LayoutMode-enum" location="q3listbox.h">
+ <value name="FixedNumber" value="0"/>
+ <value name="FitToWidth" value="1"/>
+ <value name="FitToHeight" value="FitToWidth"/>
+ <value name="Variable" value=""/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnMode" fullname="Q3ListBox::setColumnMode" href="q3listbox.html#columnMode-prop" location="q3listbox.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="columnMode" type="void" signature="setColumnMode(LayoutMode )">
+ <parameter left="LayoutMode" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnMode" fullname="Q3ListBox::setColumnMode" href="q3listbox.html#columnMode-prop" location="q3listbox.cpp" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" associated-property="columnMode" type="void" signature="setColumnMode(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRowMode" fullname="Q3ListBox::setRowMode" href="q3listbox.html#rowMode-prop" location="q3listbox.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="rowMode" type="void" signature="setRowMode(LayoutMode )">
+ <parameter left="LayoutMode" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRowMode" fullname="Q3ListBox::setRowMode" href="q3listbox.html#rowMode-prop" location="q3listbox.cpp" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" associated-property="rowMode" type="void" signature="setRowMode(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnMode" fullname="Q3ListBox::columnMode" href="q3listbox.html#columnMode-prop" location="q3listbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="columnMode" type="LayoutMode" signature="columnMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowMode" fullname="Q3ListBox::rowMode" href="q3listbox.html#rowMode-prop" location="q3listbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="rowMode" type="LayoutMode" signature="rowMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numColumns" fullname="Q3ListBox::numColumns" href="q3listbox.html#numColumns-prop" location="q3listbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="numColumns" type="int" signature="numColumns() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numRows" fullname="Q3ListBox::numRows" href="q3listbox.html#numRows-prop" location="q3listbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="numRows" type="int" signature="numRows() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="variableWidth" fullname="Q3ListBox::variableWidth" href="q3listbox.html#variableWidth-prop" location="q3listbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="variableWidth" type="bool" signature="variableWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVariableWidth" fullname="Q3ListBox::setVariableWidth" href="q3listbox.html#variableWidth-prop" location="q3listbox.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="variableWidth" type="void" signature="setVariableWidth(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="variableHeight" fullname="Q3ListBox::variableHeight" href="q3listbox.html#variableHeight-prop" location="q3listbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="variableHeight" type="bool" signature="variableHeight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVariableHeight" fullname="Q3ListBox::setVariableHeight" href="q3listbox.html#variableHeight-prop" location="q3listbox.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="variableHeight" type="void" signature="setVariableHeight(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="viewportPaintEvent" fullname="Q3ListBox::viewportPaintEvent" href="q3listbox.html#viewportPaintEvent" location="q3listbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="viewportPaintEvent(QPaintEvent * e)">
+ <parameter left="QPaintEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dragSelect" fullname="Q3ListBox::dragSelect" href="q3listbox.html#dragSelect" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="dragSelect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDragSelect" fullname="Q3ListBox::setDragSelect" href="q3listbox.html#setDragSelect" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDragSelect(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoScroll" fullname="Q3ListBox::autoScroll" href="q3listbox.html#autoScroll" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="autoScroll() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoScroll" fullname="Q3ListBox::setAutoScroll" href="q3listbox.html#setAutoScroll" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAutoScroll(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoScrollBar" fullname="Q3ListBox::autoScrollBar" href="q3listbox.html#autoScrollBar" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="autoScrollBar() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoScrollBar" fullname="Q3ListBox::setAutoScrollBar" href="q3listbox.html#setAutoScrollBar" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAutoScrollBar(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scrollBar" fullname="Q3ListBox::scrollBar" href="q3listbox.html#scrollBar" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="scrollBar() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScrollBar" fullname="Q3ListBox::setScrollBar" href="q3listbox.html#setScrollBar" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setScrollBar(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoBottomScrollBar" fullname="Q3ListBox::autoBottomScrollBar" href="q3listbox.html#autoBottomScrollBar" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="autoBottomScrollBar() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoBottomScrollBar" fullname="Q3ListBox::setAutoBottomScrollBar" href="q3listbox.html#setAutoBottomScrollBar" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAutoBottomScrollBar(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bottomScrollBar" fullname="Q3ListBox::bottomScrollBar" href="q3listbox.html#bottomScrollBar" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="bottomScrollBar() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBottomScrollBar" fullname="Q3ListBox::setBottomScrollBar" href="q3listbox.html#setBottomScrollBar" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBottomScrollBar(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="smoothScrolling" fullname="Q3ListBox::smoothScrolling" href="q3listbox.html#smoothScrolling" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="smoothScrolling() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSmoothScrolling" fullname="Q3ListBox::setSmoothScrolling" href="q3listbox.html#setSmoothScrolling" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSmoothScrolling(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoUpdate" fullname="Q3ListBox::autoUpdate" href="q3listbox.html#autoUpdate" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="autoUpdate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoUpdate" fullname="Q3ListBox::setAutoUpdate" href="q3listbox.html#setAutoUpdate" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAutoUpdate(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFixedVisibleLines" fullname="Q3ListBox::setFixedVisibleLines" href="q3listbox.html#setFixedVisibleLines" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFixedVisibleLines(int lines)">
+ <parameter left="int" right="" name="lines" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inSort" fullname="Q3ListBox::inSort" href="q3listbox.html#inSort" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="inSort(const Q3ListBoxItem * lbi)">
+ <parameter left="const Q3ListBoxItem *" right="" name="lbi" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inSort" fullname="Q3ListBox::inSort" href="q3listbox.html#inSort-2" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="inSort(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellHeight" fullname="Q3ListBox::cellHeight" href="q3listbox.html#cellHeight" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="cellHeight(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellHeight" fullname="Q3ListBox::cellHeight" href="q3listbox.html#cellHeight-2" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="cellHeight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellWidth" fullname="Q3ListBox::cellWidth" href="q3listbox.html#cellWidth" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="cellWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellWidth" fullname="Q3ListBox::cellWidth" href="q3listbox.html#cellWidth-2" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="cellWidth(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numCols" fullname="Q3ListBox::numCols" href="q3listbox.html#numCols" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="numCols() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemHeight" fullname="Q3ListBox::itemHeight" href="q3listbox.html#itemHeight" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="itemHeight(int index) const">
+ <parameter left="int" right="" name="index" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAt" fullname="Q3ListBox::itemAt" href="q3listbox.html#itemAt" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ListBoxItem *" signature="itemAt(const QPoint &amp; p) const">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemRect" fullname="Q3ListBox::itemRect" href="q3listbox.html#itemRect" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="itemRect(Q3ListBoxItem * item) const">
+ <parameter left="Q3ListBoxItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="firstItem" fullname="Q3ListBox::firstItem" href="q3listbox.html#firstItem" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ListBoxItem *" signature="firstItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sort" fullname="Q3ListBox::sort" href="q3listbox.html#sort" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="sort(bool ascending)">
+ <parameter left="bool" right="" name="ascending" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="Q3ListBox::clear" href="q3listbox.html#clear" location="q3listbox.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ensureCurrentVisible" fullname="Q3ListBox::ensureCurrentVisible" href="q3listbox.html#ensureCurrentVisible" location="q3listbox.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="ensureCurrentVisible()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearSelection" fullname="Q3ListBox::clearSelection" href="q3listbox.html#clearSelection" location="q3listbox.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="clearSelection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectAll" fullname="Q3ListBox::selectAll" href="q3listbox.html#selectAll" location="q3listbox.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="selectAll(bool select)">
+ <parameter left="bool" right="" name="select" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invertSelection" fullname="Q3ListBox::invertSelection" href="q3listbox.html#invertSelection" location="q3listbox.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="invertSelection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="highlighted" fullname="Q3ListBox::highlighted" href="q3listbox.html#highlighted" location="q3listbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="highlighted(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selected" fullname="Q3ListBox::selected" href="q3listbox.html#selected" location="q3listbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="selected(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="highlighted" fullname="Q3ListBox::highlighted" href="q3listbox.html#highlighted-3" location="q3listbox.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="3" type="void" signature="highlighted(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selected" fullname="Q3ListBox::selected" href="q3listbox.html#selected-3" location="q3listbox.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="3" type="void" signature="selected(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="highlighted" fullname="Q3ListBox::highlighted" href="q3listbox.html#highlighted-2" location="q3listbox.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="highlighted(Q3ListBoxItem * item)">
+ <parameter left="Q3ListBoxItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selected" fullname="Q3ListBox::selected" href="q3listbox.html#selected-2" location="q3listbox.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="selected(Q3ListBoxItem * item)">
+ <parameter left="Q3ListBoxItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionChanged" fullname="Q3ListBox::selectionChanged" href="q3listbox.html#selectionChanged" location="q3listbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="selectionChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionChanged" fullname="Q3ListBox::selectionChanged" href="q3listbox.html#selectionChanged-2" location="q3listbox.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="selectionChanged(Q3ListBoxItem * item)">
+ <parameter left="Q3ListBoxItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentChanged" fullname="Q3ListBox::currentChanged" href="q3listbox.html#currentChanged" location="q3listbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentChanged(Q3ListBoxItem * item)">
+ <parameter left="Q3ListBoxItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clicked" fullname="Q3ListBox::clicked" href="q3listbox.html#clicked" location="q3listbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="clicked(Q3ListBoxItem * item)">
+ <parameter left="Q3ListBoxItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clicked" fullname="Q3ListBox::clicked" href="q3listbox.html#clicked-2" location="q3listbox.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="clicked(Q3ListBoxItem * item, const QPoint &amp; pnt)">
+ <parameter left="Q3ListBoxItem *" right="" name="item" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pnt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pressed" fullname="Q3ListBox::pressed" href="q3listbox.html#pressed" location="q3listbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="pressed(Q3ListBoxItem * item)">
+ <parameter left="Q3ListBoxItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pressed" fullname="Q3ListBox::pressed" href="q3listbox.html#pressed-2" location="q3listbox.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="pressed(Q3ListBoxItem * item, const QPoint &amp; pnt)">
+ <parameter left="Q3ListBoxItem *" right="" name="item" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pnt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doubleClicked" fullname="Q3ListBox::doubleClicked" href="q3listbox.html#doubleClicked" location="q3listbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="doubleClicked(Q3ListBoxItem * item)">
+ <parameter left="Q3ListBoxItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="returnPressed" fullname="Q3ListBox::returnPressed" href="q3listbox.html#returnPressed" location="q3listbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="returnPressed(Q3ListBoxItem * item)">
+ <parameter left="Q3ListBoxItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rightButtonClicked" fullname="Q3ListBox::rightButtonClicked" href="q3listbox.html#rightButtonClicked" location="q3listbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="rightButtonClicked(Q3ListBoxItem * item, const QPoint &amp; point)">
+ <parameter left="Q3ListBoxItem *" right="" name="item" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rightButtonPressed" fullname="Q3ListBox::rightButtonPressed" href="q3listbox.html#rightButtonPressed" location="q3listbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="rightButtonPressed(Q3ListBoxItem * item, const QPoint &amp; point)">
+ <parameter left="Q3ListBoxItem *" right="" name="item" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mouseButtonPressed" fullname="Q3ListBox::mouseButtonPressed" href="q3listbox.html#mouseButtonPressed" location="q3listbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="mouseButtonPressed(int button, Q3ListBoxItem * item, const QPoint &amp; pos)">
+ <parameter left="int" right="" name="button" default=""/>
+ <parameter left="Q3ListBoxItem *" right="" name="item" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mouseButtonClicked" fullname="Q3ListBox::mouseButtonClicked" href="q3listbox.html#mouseButtonClicked" location="q3listbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="mouseButtonClicked(int button, Q3ListBoxItem * item, const QPoint &amp; pos)">
+ <parameter left="int" right="" name="button" default=""/>
+ <parameter left="Q3ListBoxItem *" right="" name="item" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contextMenuRequested" fullname="Q3ListBox::contextMenuRequested" href="q3listbox.html#contextMenuRequested" location="q3listbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="contextMenuRequested(Q3ListBoxItem * item, const QPoint &amp; pos)">
+ <parameter left="Q3ListBoxItem *" right="" name="item" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="onItem" fullname="Q3ListBox::onItem" href="q3listbox.html#onItem" location="q3listbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="onItem(Q3ListBoxItem * i)">
+ <parameter left="Q3ListBoxItem *" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="onViewport" fullname="Q3ListBox::onViewport" href="q3listbox.html#onViewport" location="q3listbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="onViewport()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="Q3ListBox::changeEvent" href="q3listbox.html#changeEvent" location="q3listbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * ev)">
+ <parameter left="QEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="Q3ListBox::mousePressEvent" href="q3listbox.html#mousePressEvent" location="q3listbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="Q3ListBox::mouseReleaseEvent" href="q3listbox.html#mouseReleaseEvent" location="q3listbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseDoubleClickEvent" fullname="Q3ListBox::mouseDoubleClickEvent" href="q3listbox.html#mouseDoubleClickEvent" location="q3listbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseDoubleClickEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="Q3ListBox::mouseMoveEvent" href="q3listbox.html#mouseMoveEvent" location="q3listbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsContextMenuEvent" fullname="Q3ListBox::contentsContextMenuEvent" href="q3listbox.html#contentsContextMenuEvent" location="q3listbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsContextMenuEvent(QContextMenuEvent * e)">
+ <parameter left="QContextMenuEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="Q3ListBox::keyPressEvent" href="q3listbox.html#keyPressEvent" location="q3listbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="Q3ListBox::focusInEvent" href="q3listbox.html#focusInEvent" location="q3listbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * e)">
+ <parameter left="QFocusEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="Q3ListBox::focusOutEvent" href="q3listbox.html#focusOutEvent" location="q3listbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * e)">
+ <parameter left="QFocusEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="Q3ListBox::resizeEvent" href="q3listbox.html#resizeEvent" location="q3listbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="Q3ListBox::showEvent" href="q3listbox.html#showEvent" location="q3listbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * )">
+ <parameter left="QShowEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="Q3ListBox::eventFilter" href="q3listbox.html#eventFilter" location="q3listbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * o, QEvent * e)">
+ <parameter left="QObject *" right="" name="o" default=""/>
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateItem" fullname="Q3ListBox::updateItem" href="q3listbox.html#updateItem" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="updateItem(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateItem" fullname="Q3ListBox::updateItem" href="q3listbox.html#updateItem-2" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="updateItem(Q3ListBoxItem * i)">
+ <parameter left="Q3ListBoxItem *" right="" name="i" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateCellWidth" fullname="Q3ListBox::updateCellWidth" href="q3listbox.html#updateCellWidth" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="updateCellWidth()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="totalWidth" fullname="Q3ListBox::totalWidth" href="q3listbox.html#totalWidth" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="totalWidth() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="totalHeight" fullname="Q3ListBox::totalHeight" href="q3listbox.html#totalHeight" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="totalHeight() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintCell" fullname="Q3ListBox::paintCell" href="q3listbox.html#paintCell" location="q3listbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintCell(QPainter * p, int row, int col)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="toggleCurrentItem" fullname="Q3ListBox::toggleCurrentItem" href="q3listbox.html#toggleCurrentItem" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toggleCurrentItem()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="isRubberSelecting" fullname="Q3ListBox::isRubberSelecting" href="q3listbox.html#isRubberSelecting" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRubberSelecting() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="doLayout" fullname="Q3ListBox::doLayout" href="q3listbox.html#doLayout" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="doLayout() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="findItem" fullname="Q3ListBox::findItem" href="q3listbox.html#findItem-2" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="findItem(int yPos) const">
+ <parameter left="int" right="" name="yPos" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3ListBoxItem" href="q3listboxitem.html" location="q3listbox.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListBoxItem" fullname="Q3ListBoxItem::Q3ListBoxItem" href="q3listboxitem.html#Q3ListBoxItem" location="q3listbox.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3ListBoxItem(Q3ListBox * listbox)">
+ <parameter left="Q3ListBox *" right="" name="listbox" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListBoxItem" fullname="Q3ListBoxItem::Q3ListBoxItem" href="q3listboxitem.html#Q3ListBoxItem-2" location="q3listbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3ListBoxItem(Q3ListBox * listbox, Q3ListBoxItem * after)">
+ <parameter left="Q3ListBox *" right="" name="listbox" default=""/>
+ <parameter left="Q3ListBoxItem *" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3ListBoxItem" fullname="Q3ListBoxItem::~Q3ListBoxItem" href="q3listboxitem.html#dtor.Q3ListBoxItem" location="q3listbox.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3ListBoxItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="Q3ListBoxItem::text" href="q3listboxitem.html#text" location="q3listbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmap" fullname="Q3ListBoxItem::pixmap" href="q3listboxitem.html#pixmap" location="q3listbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="const QPixmap *" signature="pixmap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="Q3ListBoxItem::height" href="q3listboxitem.html#height" location="q3listbox.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="height(const Q3ListBox * lb) const">
+ <parameter left="const Q3ListBox *" right="" name="lb" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="Q3ListBoxItem::width" href="q3listboxitem.html#width" location="q3listbox.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="width(const Q3ListBox * lb) const">
+ <parameter left="const Q3ListBox *" right="" name="lb" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSelected" fullname="Q3ListBoxItem::isSelected" href="q3listboxitem.html#isSelected" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSelected() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCurrent" fullname="Q3ListBoxItem::isCurrent" href="q3listboxitem.html#isCurrent" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCurrent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selected" fullname="Q3ListBoxItem::selected" href="q3listboxitem.html#selected" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="selected() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="current" fullname="Q3ListBoxItem::current" href="q3listboxitem.html#current" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="current() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="listBox" fullname="Q3ListBoxItem::listBox" href="q3listboxitem.html#listBox" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ListBox *" signature="listBox() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectable" fullname="Q3ListBoxItem::setSelectable" href="q3listboxitem.html#setSelectable" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelectable(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSelectable" fullname="Q3ListBoxItem::isSelectable" href="q3listboxitem.html#isSelectable" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSelectable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="Q3ListBoxItem::next" href="q3listboxitem.html#next" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ListBoxItem *" signature="next() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prev" fullname="Q3ListBoxItem::prev" href="q3listboxitem.html#prev" location="q3listbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ListBoxItem *" signature="prev() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rtti" fullname="Q3ListBoxItem::rtti" href="q3listboxitem.html#rtti" location="q3listbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rtti() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="RTTI" fullname="Q3ListBoxItem::RTTI" href="q3listboxitem.html#RTTI-var" location="q3listbox.h" type="const int" static="true"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paint" fullname="Q3ListBoxItem::paint" href="q3listboxitem.html#paint" location="q3listbox.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="paint(QPainter * p)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setText" fullname="Q3ListBoxItem::setText" href="q3listboxitem.html#setText" location="q3listbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setCustomHighlighting" fullname="Q3ListBoxItem::setCustomHighlighting" href="q3listboxitem.html#setCustomHighlighting" location="q3listbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCustomHighlighting(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3ListBoxText" href="q3listboxtext.html" location="q3listbox.h" bases="Q3ListBoxItem" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListBoxText" fullname="Q3ListBoxText::Q3ListBoxText" href="q3listboxtext.html#Q3ListBoxText" location="q3listbox.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3ListBoxText(Q3ListBox * listbox, const QString &amp; text)">
+ <parameter left="Q3ListBox *" right="" name="listbox" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListBoxText" fullname="Q3ListBoxText::Q3ListBoxText" href="q3listboxtext.html#Q3ListBoxText-2" location="q3listbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3ListBoxText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListBoxText" fullname="Q3ListBoxText::Q3ListBoxText" href="q3listboxtext.html#Q3ListBoxText-3" location="q3listbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3ListBoxText(Q3ListBox * listbox, const QString &amp; text, Q3ListBoxItem * after)">
+ <parameter left="Q3ListBox *" right="" name="listbox" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="Q3ListBoxItem *" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3ListBoxText" fullname="Q3ListBoxText::~Q3ListBoxText" href="q3listboxtext.html#dtor.Q3ListBoxText" location="q3listbox.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3ListBoxText()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="Q3ListBoxText::height" href="q3listboxtext.html#height" location="q3listbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="height(const Q3ListBox * lb) const">
+ <parameter left="const Q3ListBox *" right="" name="lb" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="Q3ListBoxText::width" href="q3listboxtext.html#width" location="q3listbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="width(const Q3ListBox * lb) const">
+ <parameter left="const Q3ListBox *" right="" name="lb" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rtti" fullname="Q3ListBoxText::rtti" href="q3listboxtext.html#rtti" location="q3listbox.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rtti() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="RTTI" fullname="Q3ListBoxText::RTTI" href="q3listboxtext.html#RTTI-var" location="q3listbox.h" type="const int" static="true"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paint" fullname="Q3ListBoxText::paint" href="q3listboxtext.html#paint" location="q3listbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paint(QPainter * painter)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3ListBoxPixmap" href="q3listboxpixmap.html" location="q3listbox.h" bases="Q3ListBoxItem" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListBoxPixmap" fullname="Q3ListBoxPixmap::Q3ListBoxPixmap" href="q3listboxpixmap.html#Q3ListBoxPixmap" location="q3listbox.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3ListBoxPixmap(Q3ListBox * listbox, const QPixmap &amp; pixmap)">
+ <parameter left="Q3ListBox *" right="" name="listbox" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListBoxPixmap" fullname="Q3ListBoxPixmap::Q3ListBoxPixmap" href="q3listboxpixmap.html#Q3ListBoxPixmap-2" location="q3listbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3ListBoxPixmap(const QPixmap &amp; pixmap)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListBoxPixmap" fullname="Q3ListBoxPixmap::Q3ListBoxPixmap" href="q3listboxpixmap.html#Q3ListBoxPixmap-3" location="q3listbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3ListBoxPixmap(Q3ListBox * listbox, const QPixmap &amp; pixmap, Q3ListBoxItem * after)">
+ <parameter left="Q3ListBox *" right="" name="listbox" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="Q3ListBoxItem *" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListBoxPixmap" fullname="Q3ListBoxPixmap::Q3ListBoxPixmap" href="q3listboxpixmap.html#Q3ListBoxPixmap-4" location="q3listbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="Q3ListBoxPixmap(Q3ListBox * listbox, const QPixmap &amp; pix, const QString &amp; text)">
+ <parameter left="Q3ListBox *" right="" name="listbox" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pix" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListBoxPixmap" fullname="Q3ListBoxPixmap::Q3ListBoxPixmap" href="q3listboxpixmap.html#Q3ListBoxPixmap-5" location="q3listbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="Q3ListBoxPixmap(const QPixmap &amp; pix, const QString &amp; text)">
+ <parameter left="const QPixmap &amp;" right="" name="pix" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListBoxPixmap" fullname="Q3ListBoxPixmap::Q3ListBoxPixmap" href="q3listboxpixmap.html#Q3ListBoxPixmap-6" location="q3listbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="Q3ListBoxPixmap(Q3ListBox * listbox, const QPixmap &amp; pix, const QString &amp; text, Q3ListBoxItem * after)">
+ <parameter left="Q3ListBox *" right="" name="listbox" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pix" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="Q3ListBoxItem *" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3ListBoxPixmap" fullname="Q3ListBoxPixmap::~Q3ListBoxPixmap" href="q3listboxpixmap.html#dtor.Q3ListBoxPixmap" location="q3listbox.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3ListBoxPixmap()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmap" fullname="Q3ListBoxPixmap::pixmap" href="q3listboxpixmap.html#pixmap" location="q3listbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="const QPixmap *" signature="pixmap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="Q3ListBoxPixmap::height" href="q3listboxpixmap.html#height" location="q3listbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="height(const Q3ListBox * lb) const">
+ <parameter left="const Q3ListBox *" right="" name="lb" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="Q3ListBoxPixmap::width" href="q3listboxpixmap.html#width" location="q3listbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="width(const Q3ListBox * lb) const">
+ <parameter left="const Q3ListBox *" right="" name="lb" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rtti" fullname="Q3ListBoxPixmap::rtti" href="q3listboxpixmap.html#rtti" location="q3listbox.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rtti() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="RTTI" fullname="Q3ListBoxPixmap::RTTI" href="q3listboxpixmap.html#RTTI-var" location="q3listbox.h" type="const int" static="true"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paint" fullname="Q3ListBoxPixmap::paint" href="q3listboxpixmap.html#paint" location="q3listbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paint(QPainter * painter)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWebHistoryItem" href="qwebhistoryitem.html" location="qwebhistory.h" bases="" module="QtWebKit">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWebHistoryItem" fullname="QWebHistoryItem::QWebHistoryItem" href="qwebhistoryitem.html#QWebHistoryItem" location="qwebhistory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWebHistoryItem(const QWebHistoryItem &amp; other)">
+ <parameter left="const QWebHistoryItem &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QWebHistoryItem::operator=" href="qwebhistoryitem.html#operator=" location="qwebhistory.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QWebHistoryItem &amp;" signature="operator=(const QWebHistoryItem &amp; other)">
+ <parameter left="const QWebHistoryItem &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWebHistoryItem" fullname="QWebHistoryItem::~QWebHistoryItem" href="qwebhistoryitem.html#dtor.QWebHistoryItem" location="qwebhistory.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWebHistoryItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="originalUrl" fullname="QWebHistoryItem::originalUrl" href="qwebhistoryitem.html#originalUrl" location="qwebhistory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="originalUrl() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="url" fullname="QWebHistoryItem::url" href="qwebhistoryitem.html#url" location="qwebhistory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="url() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="title" fullname="QWebHistoryItem::title" href="qwebhistoryitem.html#title" location="qwebhistory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="title() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastVisited" fullname="QWebHistoryItem::lastVisited" href="qwebhistoryitem.html#lastVisited" location="qwebhistory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="lastVisited() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QWebHistoryItem::icon" href="qwebhistoryitem.html#icon" location="qwebhistory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="icon() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="userData" fullname="QWebHistoryItem::userData" href="qwebhistoryitem.html#userData" location="qwebhistory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="userData() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUserData" fullname="QWebHistoryItem::setUserData" href="qwebhistoryitem.html#setUserData" location="qwebhistory.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUserData(const QVariant &amp; userData)">
+ <parameter left="const QVariant &amp;" right="" name="userData" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QWebHistoryItem::isValid" href="qwebhistoryitem.html#isValid" location="qwebhistory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWebHistory" href="qwebhistory.html" location="qwebhistory.h" bases="" module="QtWebKit">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="HistoryStateVersion" fullname="QWebHistory::HistoryStateVersion" href="qwebhistory.html#HistoryStateVersion-enum" location="qwebhistory.h">
+ <value name="HistoryVersion_1" value="0"/>
+ <value name="DefaultHistoryVersion" value="HistoryVersion_1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="restoreState" fullname="QWebHistory::restoreState" href="qwebhistory.html#restoreState" location="qwebhistory.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="restoreState(const QByteArray &amp; buffer)">
+ <parameter left="const QByteArray &amp;" right="" name="buffer" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="saveState" fullname="QWebHistory::saveState" href="qwebhistory.html#saveState" location="qwebhistory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="saveState(HistoryStateVersion version) const">
+ <parameter left="HistoryStateVersion" right="" name="version" default="DefaultHistoryVersion"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QWebHistory::clear" href="qwebhistory.html#clear" location="qwebhistory.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="items" fullname="QWebHistory::items" href="qwebhistory.html#items" location="qwebhistory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QWebHistoryItem&gt;" signature="items() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="backItems" fullname="QWebHistory::backItems" href="qwebhistory.html#backItems" location="qwebhistory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QWebHistoryItem&gt;" signature="backItems(int maxItems) const">
+ <parameter left="int" right="" name="maxItems" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="forwardItems" fullname="QWebHistory::forwardItems" href="qwebhistory.html#forwardItems" location="qwebhistory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QWebHistoryItem&gt;" signature="forwardItems(int maxItems) const">
+ <parameter left="int" right="" name="maxItems" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canGoBack" fullname="QWebHistory::canGoBack" href="qwebhistory.html#canGoBack" location="qwebhistory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="canGoBack() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canGoForward" fullname="QWebHistory::canGoForward" href="qwebhistory.html#canGoForward" location="qwebhistory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="canGoForward() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="back" fullname="QWebHistory::back" href="qwebhistory.html#back" location="qwebhistory.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="back()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="forward" fullname="QWebHistory::forward" href="qwebhistory.html#forward" location="qwebhistory.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="forward()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="goToItem" fullname="QWebHistory::goToItem" href="qwebhistory.html#goToItem" location="qwebhistory.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="goToItem(const QWebHistoryItem &amp; item)">
+ <parameter left="const QWebHistoryItem &amp;" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="backItem" fullname="QWebHistory::backItem" href="qwebhistory.html#backItem" location="qwebhistory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebHistoryItem" signature="backItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentItem" fullname="QWebHistory::currentItem" href="qwebhistory.html#currentItem" location="qwebhistory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebHistoryItem" signature="currentItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="forwardItem" fullname="QWebHistory::forwardItem" href="qwebhistory.html#forwardItem" location="qwebhistory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebHistoryItem" signature="forwardItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAt" fullname="QWebHistory::itemAt" href="qwebhistory.html#itemAt" location="qwebhistory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebHistoryItem" signature="itemAt(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentItemIndex" fullname="QWebHistory::currentItemIndex" href="qwebhistory.html#currentItemIndex" location="qwebhistory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currentItemIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QWebHistory::count" href="qwebhistory.html#count" location="qwebhistory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumItemCount" fullname="QWebHistory::maximumItemCount" href="qwebhistory.html#maximumItemCount" location="qwebhistory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="maximumItemCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaximumItemCount" fullname="QWebHistory::setMaximumItemCount" href="qwebhistory.html#setMaximumItemCount" location="qwebhistory.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMaximumItemCount(int count)">
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qwebhistory.html#operator&lt;&lt;-4" location="qwebhistory.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" relates="QWebHistory" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QWebHistory &amp; history)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QWebHistory &amp;" right="" name="history" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qwebhistory.html#operator&gt;&gt;-3" location="qwebhistory.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" relates="QWebHistory" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QWebHistory &amp; history)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QWebHistory &amp;" right="" name="history" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleFactory" href="qstylefactory.html" location="qstylefactory.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QStyleFactory::keys" href="qstylefactory.html#keys" location="qstylefactory.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="keys()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QStyleFactory::create" href="qstylefactory.html#create" location="qstylefactory.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStyle *" signature="create(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QVector2D" href="qvector2d.html" location="qvector2d.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector2D" fullname="QVector2D::QVector2D" href="qvector2d.html#QVector2D" location="qvector2d.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QVector2D()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector2D" fullname="QVector2D::QVector2D" href="qvector2d.html#QVector2D-2" location="qvector2d.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QVector2D(qreal xpos, qreal ypos)">
+ <parameter left="qreal" right="" name="xpos" default=""/>
+ <parameter left="qreal" right="" name="ypos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector2D" fullname="QVector2D::QVector2D" href="qvector2d.html#QVector2D-3" location="qvector2d.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QVector2D(const QPoint &amp; point)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector2D" fullname="QVector2D::QVector2D" href="qvector2d.html#QVector2D-4" location="qvector2d.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QVector2D(const QPointF &amp; point)">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector2D" fullname="QVector2D::QVector2D" href="qvector2d.html#QVector2D-5" location="qvector2d.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QVector2D(const QVector3D &amp; vector)">
+ <parameter left="const QVector3D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector2D" fullname="QVector2D::QVector2D" href="qvector2d.html#QVector2D-6" location="qvector2d.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QVector2D(const QVector4D &amp; vector)">
+ <parameter left="const QVector4D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QVector2D::isNull" href="qvector2d.html#isNull" location="qvector2d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x" fullname="QVector2D::x" href="qvector2d.html#x" location="qvector2d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="x() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="y" fullname="QVector2D::y" href="qvector2d.html#y" location="qvector2d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="y() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setX" fullname="QVector2D::setX" href="qvector2d.html#setX" location="qvector2d.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setX(qreal x)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setY" fullname="QVector2D::setY" href="qvector2d.html#setY" location="qvector2d.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setY(qreal y)">
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="length" fullname="QVector2D::length" href="qvector2d.html#length" location="qvector2d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="length() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lengthSquared" fullname="QVector2D::lengthSquared" href="qvector2d.html#lengthSquared" location="qvector2d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="lengthSquared() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="normalized" fullname="QVector2D::normalized" href="qvector2d.html#normalized" location="qvector2d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector2D" signature="normalized() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="normalize" fullname="QVector2D::normalize" href="qvector2d.html#normalize" location="qvector2d.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="normalize()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QVector2D::operator+=" href="qvector2d.html#operator+=" location="qvector2d.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVector2D &amp;" signature="operator+=(const QVector2D &amp; vector)">
+ <parameter left="const QVector2D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QVector2D::operator-=" href="qvector2d.html#operator-=" location="qvector2d.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVector2D &amp;" signature="operator-=(const QVector2D &amp; vector)">
+ <parameter left="const QVector2D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*=" fullname="QVector2D::operator*=" href="qvector2d.html#operator*=" location="qvector2d.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVector2D &amp;" signature="operator*=(qreal factor)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*=" fullname="QVector2D::operator*=" href="qvector2d.html#operator*=-2" location="qvector2d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QVector2D &amp;" signature="operator*=(const QVector2D &amp; vector)">
+ <parameter left="const QVector2D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator/=" fullname="QVector2D::operator/=" href="qvector2d.html#operator/=" location="qvector2d.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVector2D &amp;" signature="operator/=(qreal divisor)">
+ <parameter left="qreal" right="" name="divisor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dotProduct" fullname="QVector2D::dotProduct" href="qvector2d.html#dotProduct" location="qvector2d.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="qreal" signature="dotProduct(const QVector2D &amp; v1, const QVector2D &amp; v2)">
+ <parameter left="const QVector2D &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVector2D &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toVector3D" fullname="QVector2D::toVector3D" href="qvector2d.html#toVector3D" location="qvector2d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector3D" signature="toVector3D() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toVector4D" fullname="QVector2D::toVector4D" href="qvector2d.html#toVector4D" location="qvector2d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector4D" signature="toVector4D() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPoint" fullname="QVector2D::toPoint" href="qvector2d.html#toPoint" location="qvector2d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="toPoint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPointF" fullname="QVector2D::toPointF" href="qvector2d.html#toPointF" location="qvector2d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="toPointF() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qvector2d.html#operator==" location="qvector2d.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QVector2D" type="bool" signature="operator==(const QVector2D &amp; v1, const QVector2D &amp; v2)">
+ <parameter left="const QVector2D &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVector2D &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="qvector2d.html#operator!=" location="qvector2d.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QVector2D" type="bool" signature="operator!=(const QVector2D &amp; v1, const QVector2D &amp; v2)">
+ <parameter left="const QVector2D &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVector2D &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="qvector2d.html#operator+" location="qvector2d.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QVector2D" type="const QVector2D" signature="operator+(const QVector2D &amp; v1, const QVector2D &amp; v2)">
+ <parameter left="const QVector2D &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVector2D &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" href="qvector2d.html#operator-" location="qvector2d.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QVector2D" type="const QVector2D" signature="operator-(const QVector2D &amp; v1, const QVector2D &amp; v2)">
+ <parameter left="const QVector2D &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVector2D &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qvector2d.html#operator*" location="qvector2d.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QVector2D" type="const QVector2D" signature="operator*(qreal factor, const QVector2D &amp; vector)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ <parameter left="const QVector2D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qvector2d.html#operator*-2" location="qvector2d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="QVector2D" type="const QVector2D" signature="operator*(const QVector2D &amp; vector, qreal factor)">
+ <parameter left="const QVector2D &amp;" right="" name="vector" default=""/>
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qvector2d.html#operator*-3" location="qvector2d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" relates="QVector2D" type="const QVector2D" signature="operator*(const QVector2D &amp; v1, const QVector2D &amp; v2)">
+ <parameter left="const QVector2D &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVector2D &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" href="qvector2d.html#operator--20" location="qvector2d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="20" relates="QVector2D" type="const QVector2D" signature="operator-(const QVector2D &amp; vector)">
+ <parameter left="const QVector2D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator/" href="qvector2d.html#operator/" location="qvector2d.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QVector2D" type="const QVector2D" signature="operator/(const QVector2D &amp; vector, qreal divisor)">
+ <parameter left="const QVector2D &amp;" right="" name="vector" default=""/>
+ <parameter left="qreal" right="" name="divisor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qFuzzyCompare" href="qvector2d.html#qFuzzyCompare" location="qvector2d.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QVector2D" type="bool" signature="qFuzzyCompare(const QVector2D &amp; v1, const QVector2D &amp; v2)">
+ <parameter left="const QVector2D &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVector2D &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qvector2d.html#operator&lt;&lt;-6" location="qvector2d.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" relates="QVector2D" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QVector2D &amp; vector)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QVector2D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qvector2d.html#operator&gt;&gt;-4" location="qvector2d.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" relates="QVector2D" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QVector2D &amp; vector)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QVector2D &amp;" right="" name="vector" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAbstractButton" href="qabstractbutton.html" location="qabstractbutton.h" bases="QWidget" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QAbstractButton::text" href="qabstractbutton.html#text-prop" location="qabstractbutton.h" type="QString">
+ <getter name="text"/>
+ <setter name="setText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QAbstractButton::icon" href="qabstractbutton.html#icon-prop" location="qabstractbutton.h" type="QIcon">
+ <getter name="icon"/>
+ <setter name="setIcon"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="iconSize" fullname="QAbstractButton::iconSize" href="qabstractbutton.html#iconSize-prop" location="qabstractbutton.h" type="QSize">
+ <getter name="iconSize"/>
+ <setter name="setIconSize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="shortcut" fullname="QAbstractButton::shortcut" href="qabstractbutton.html#shortcut-prop" location="qabstractbutton.h" type="QKeySequence">
+ <getter name="shortcut"/>
+ <setter name="setShortcut"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="checkable" fullname="QAbstractButton::checkable" href="qabstractbutton.html#checkable-prop" location="qabstractbutton.h" type="bool">
+ <getter name="isCheckable"/>
+ <setter name="setCheckable"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="checked" fullname="QAbstractButton::checked" href="qabstractbutton.html#checked-prop" location="qabstractbutton.h" type="bool">
+ <getter name="isChecked"/>
+ <setter name="setChecked"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoRepeat" fullname="QAbstractButton::autoRepeat" href="qabstractbutton.html#autoRepeat-prop" location="qabstractbutton.h" type="bool">
+ <getter name="autoRepeat"/>
+ <setter name="setAutoRepeat"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoExclusive" fullname="QAbstractButton::autoExclusive" href="qabstractbutton.html#autoExclusive-prop" location="qabstractbutton.h" type="bool">
+ <getter name="autoExclusive"/>
+ <setter name="setAutoExclusive"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoRepeatDelay" fullname="QAbstractButton::autoRepeatDelay" href="qabstractbutton.html#autoRepeatDelay-prop" location="qabstractbutton.h" type="int">
+ <getter name="autoRepeatDelay"/>
+ <setter name="setAutoRepeatDelay"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoRepeatInterval" fullname="QAbstractButton::autoRepeatInterval" href="qabstractbutton.html#autoRepeatInterval-prop" location="qabstractbutton.h" type="int">
+ <getter name="autoRepeatInterval"/>
+ <setter name="setAutoRepeatInterval"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="down" fullname="QAbstractButton::down" href="qabstractbutton.html#down-prop" location="qabstractbutton.h" type="bool">
+ <getter name="isDown"/>
+ <setter name="setDown"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractButton" fullname="QAbstractButton::QAbstractButton" href="qabstractbutton.html#QAbstractButton" location="qabstractbutton.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractButton(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractButton" fullname="QAbstractButton::~QAbstractButton" href="qabstractbutton.html#dtor.QAbstractButton" location="qabstractbutton.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractButton()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="QAbstractButton::setText" href="qabstractbutton.html#text-prop" location="qabstractbutton.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="text" type="void" signature="setText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QAbstractButton::text" href="qabstractbutton.html#text-prop" location="qabstractbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="text" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIcon" fullname="QAbstractButton::setIcon" href="qabstractbutton.html#icon-prop" location="qabstractbutton.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="icon" type="void" signature="setIcon(const QIcon &amp; icon)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QAbstractButton::icon" href="qabstractbutton.html#icon-prop" location="qabstractbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="icon" type="QIcon" signature="icon() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iconSize" fullname="QAbstractButton::iconSize" href="qabstractbutton.html#iconSize-prop" location="qabstractbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="iconSize" type="QSize" signature="iconSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setShortcut" fullname="QAbstractButton::setShortcut" href="qabstractbutton.html#shortcut-prop" location="qabstractbutton.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="shortcut" type="void" signature="setShortcut(const QKeySequence &amp; key)">
+ <parameter left="const QKeySequence &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shortcut" fullname="QAbstractButton::shortcut" href="qabstractbutton.html#shortcut-prop" location="qabstractbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="shortcut" type="QKeySequence" signature="shortcut() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCheckable" fullname="QAbstractButton::setCheckable" href="qabstractbutton.html#checkable-prop" location="qabstractbutton.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="checkable" type="void" signature="setCheckable(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCheckable" fullname="QAbstractButton::isCheckable" href="qabstractbutton.html#checkable-prop" location="qabstractbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="checkable" type="bool" signature="isCheckable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isChecked" fullname="QAbstractButton::isChecked" href="qabstractbutton.html#checked-prop" location="qabstractbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="checked" type="bool" signature="isChecked() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDown" fullname="QAbstractButton::setDown" href="qabstractbutton.html#down-prop" location="qabstractbutton.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="down" type="void" signature="setDown(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDown" fullname="QAbstractButton::isDown" href="qabstractbutton.html#down-prop" location="qabstractbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="down" type="bool" signature="isDown() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoRepeat" fullname="QAbstractButton::setAutoRepeat" href="qabstractbutton.html#autoRepeat-prop" location="qabstractbutton.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="autoRepeat" type="void" signature="setAutoRepeat(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoRepeat" fullname="QAbstractButton::autoRepeat" href="qabstractbutton.html#autoRepeat-prop" location="qabstractbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoRepeat" type="bool" signature="autoRepeat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoRepeatDelay" fullname="QAbstractButton::setAutoRepeatDelay" href="qabstractbutton.html#autoRepeatDelay-prop" location="qabstractbutton.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="autoRepeatDelay" type="void" signature="setAutoRepeatDelay(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoRepeatDelay" fullname="QAbstractButton::autoRepeatDelay" href="qabstractbutton.html#autoRepeatDelay-prop" location="qabstractbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoRepeatDelay" type="int" signature="autoRepeatDelay() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoRepeatInterval" fullname="QAbstractButton::setAutoRepeatInterval" href="qabstractbutton.html#autoRepeatInterval-prop" location="qabstractbutton.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="autoRepeatInterval" type="void" signature="setAutoRepeatInterval(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoRepeatInterval" fullname="QAbstractButton::autoRepeatInterval" href="qabstractbutton.html#autoRepeatInterval-prop" location="qabstractbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoRepeatInterval" type="int" signature="autoRepeatInterval() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoExclusive" fullname="QAbstractButton::setAutoExclusive" href="qabstractbutton.html#autoExclusive-prop" location="qabstractbutton.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="autoExclusive" type="void" signature="setAutoExclusive(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoExclusive" fullname="QAbstractButton::autoExclusive" href="qabstractbutton.html#autoExclusive-prop" location="qabstractbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoExclusive" type="bool" signature="autoExclusive() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="group" fullname="QAbstractButton::group" href="qabstractbutton.html#group" location="qabstractbutton.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QButtonGroup *" signature="group() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIconSize" fullname="QAbstractButton::setIconSize" href="qabstractbutton.html#iconSize-prop" location="qabstractbutton.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="iconSize" type="void" signature="setIconSize(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="animateClick" fullname="QAbstractButton::animateClick" href="qabstractbutton.html#animateClick" location="qabstractbutton.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="animateClick(int msec)">
+ <parameter left="int" right="" name="msec" default="100"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="click" fullname="QAbstractButton::click" href="qabstractbutton.html#click" location="qabstractbutton.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="click()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toggle" fullname="QAbstractButton::toggle" href="qabstractbutton.html#toggle" location="qabstractbutton.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="toggle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setChecked" fullname="QAbstractButton::setChecked" href="qabstractbutton.html#checked-prop" location="qabstractbutton.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="checked" type="void" signature="setChecked(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pressed" fullname="QAbstractButton::pressed" href="qabstractbutton.html#pressed" location="qabstractbutton.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="pressed()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="released" fullname="QAbstractButton::released" href="qabstractbutton.html#released" location="qabstractbutton.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="released()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clicked" fullname="QAbstractButton::clicked" href="qabstractbutton.html#clicked" location="qabstractbutton.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="clicked(bool checked)">
+ <parameter left="bool" right="" name="checked" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toggled" fullname="QAbstractButton::toggled" href="qabstractbutton.html#toggled" location="qabstractbutton.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="toggled(bool checked)">
+ <parameter left="bool" right="" name="checked" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QAbstractButton::paintEvent" href="qabstractbutton.html#paintEvent" location="qabstractbutton.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * e)">
+ <parameter left="QPaintEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hitButton" fullname="QAbstractButton::hitButton" href="qabstractbutton.html#hitButton" location="qabstractbutton.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hitButton(const QPoint &amp; pos) const">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="checkStateSet" fullname="QAbstractButton::checkStateSet" href="qabstractbutton.html#checkStateSet" location="qabstractbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="checkStateSet()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="nextCheckState" fullname="QAbstractButton::nextCheckState" href="qabstractbutton.html#nextCheckState" location="qabstractbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="nextCheckState()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QAbstractButton::event" href="qabstractbutton.html#event" location="qabstractbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QAbstractButton::keyPressEvent" href="qabstractbutton.html#keyPressEvent" location="qabstractbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyReleaseEvent" fullname="QAbstractButton::keyReleaseEvent" href="qabstractbutton.html#keyReleaseEvent" location="qabstractbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyReleaseEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QAbstractButton::mousePressEvent" href="qabstractbutton.html#mousePressEvent" location="qabstractbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QAbstractButton::mouseReleaseEvent" href="qabstractbutton.html#mouseReleaseEvent" location="qabstractbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QAbstractButton::mouseMoveEvent" href="qabstractbutton.html#mouseMoveEvent" location="qabstractbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="QAbstractButton::focusInEvent" href="qabstractbutton.html#focusInEvent" location="qabstractbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * e)">
+ <parameter left="QFocusEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="QAbstractButton::focusOutEvent" href="qabstractbutton.html#focusOutEvent" location="qabstractbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * e)">
+ <parameter left="QFocusEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QAbstractButton::changeEvent" href="qabstractbutton.html#changeEvent" location="qabstractbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="timerEvent" fullname="QAbstractButton::timerEvent" href="qabstractbutton.html#timerEvent" location="qabstractbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="timerEvent(QTimerEvent * e)">
+ <parameter left="QTimerEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QAbstractButton" fullname="QAbstractButton::QAbstractButton" href="qabstractbutton-qt3.html#QAbstractButton-2" location="qabstractbutton.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QAbstractButton(QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="isOn" fullname="QAbstractButton::isOn" href="qabstractbutton-qt3.html#isOn" location="qabstractbutton.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isOn() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="pixmap" fullname="QAbstractButton::pixmap" href="qabstractbutton-qt3.html#pixmap" location="qabstractbutton.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPixmap *" signature="pixmap() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setPixmap" fullname="QAbstractButton::setPixmap" href="qabstractbutton-qt3.html#setPixmap" location="qabstractbutton.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPixmap(const QPixmap &amp; p)">
+ <parameter left="const QPixmap &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="iconSet" fullname="QAbstractButton::iconSet" href="qabstractbutton-qt3.html#iconSet" location="qabstractbutton.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIcon *" signature="iconSet() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setIconSet" fullname="QAbstractButton::setIconSet" href="qabstractbutton-qt3.html#setIconSet" location="qabstractbutton.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setIconSet(const QIcon &amp; icon)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="isToggleButton" fullname="QAbstractButton::isToggleButton" href="qabstractbutton-qt3.html#isToggleButton" location="qabstractbutton.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isToggleButton() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setToggleButton" fullname="QAbstractButton::setToggleButton" href="qabstractbutton-qt3.html#setToggleButton" location="qabstractbutton.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setToggleButton(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setAccel" fullname="QAbstractButton::setAccel" href="qabstractbutton-qt3.html#setAccel" location="qabstractbutton.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAccel(const QKeySequence &amp; key)">
+ <parameter left="const QKeySequence &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="accel" fullname="QAbstractButton::accel" href="qabstractbutton-qt3.html#accel" location="qabstractbutton.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QKeySequence" signature="accel() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setOn" fullname="QAbstractButton::setOn" href="qabstractbutton-qt3.html#setOn" location="qabstractbutton.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setOn(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QVector3D" href="qvector3d.html" location="qvector3d.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector3D" fullname="QVector3D::QVector3D" href="qvector3d.html#QVector3D" location="qvector3d.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QVector3D()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector3D" fullname="QVector3D::QVector3D" href="qvector3d.html#QVector3D-2" location="qvector3d.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QVector3D(qreal xpos, qreal ypos, qreal zpos)">
+ <parameter left="qreal" right="" name="xpos" default=""/>
+ <parameter left="qreal" right="" name="ypos" default=""/>
+ <parameter left="qreal" right="" name="zpos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector3D" fullname="QVector3D::QVector3D" href="qvector3d.html#QVector3D-3" location="qvector3d.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QVector3D(const QPoint &amp; point)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector3D" fullname="QVector3D::QVector3D" href="qvector3d.html#QVector3D-4" location="qvector3d.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QVector3D(const QPointF &amp; point)">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector3D" fullname="QVector3D::QVector3D" href="qvector3d.html#QVector3D-5" location="qvector3d.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QVector3D(const QVector2D &amp; vector)">
+ <parameter left="const QVector2D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector3D" fullname="QVector3D::QVector3D" href="qvector3d.html#QVector3D-6" location="qvector3d.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QVector3D(const QVector2D &amp; vector, qreal zpos)">
+ <parameter left="const QVector2D &amp;" right="" name="vector" default=""/>
+ <parameter left="qreal" right="" name="zpos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector3D" fullname="QVector3D::QVector3D" href="qvector3d.html#QVector3D-7" location="qvector3d.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="7" type="" signature="QVector3D(const QVector4D &amp; vector)">
+ <parameter left="const QVector4D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QVector3D::isNull" href="qvector3d.html#isNull" location="qvector3d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x" fullname="QVector3D::x" href="qvector3d.html#x" location="qvector3d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="x() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="y" fullname="QVector3D::y" href="qvector3d.html#y" location="qvector3d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="y() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="z" fullname="QVector3D::z" href="qvector3d.html#z" location="qvector3d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="z() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setX" fullname="QVector3D::setX" href="qvector3d.html#setX" location="qvector3d.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setX(qreal x)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setY" fullname="QVector3D::setY" href="qvector3d.html#setY" location="qvector3d.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setY(qreal y)">
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setZ" fullname="QVector3D::setZ" href="qvector3d.html#setZ" location="qvector3d.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setZ(qreal z)">
+ <parameter left="qreal" right="" name="z" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="length" fullname="QVector3D::length" href="qvector3d.html#length" location="qvector3d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="length() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lengthSquared" fullname="QVector3D::lengthSquared" href="qvector3d.html#lengthSquared" location="qvector3d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="lengthSquared() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="normalized" fullname="QVector3D::normalized" href="qvector3d.html#normalized" location="qvector3d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector3D" signature="normalized() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="normalize" fullname="QVector3D::normalize" href="qvector3d.html#normalize" location="qvector3d.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="normalize()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QVector3D::operator+=" href="qvector3d.html#operator+=" location="qvector3d.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVector3D &amp;" signature="operator+=(const QVector3D &amp; vector)">
+ <parameter left="const QVector3D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QVector3D::operator-=" href="qvector3d.html#operator-=" location="qvector3d.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVector3D &amp;" signature="operator-=(const QVector3D &amp; vector)">
+ <parameter left="const QVector3D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*=" fullname="QVector3D::operator*=" href="qvector3d.html#operator*=" location="qvector3d.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVector3D &amp;" signature="operator*=(qreal factor)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*=" fullname="QVector3D::operator*=" href="qvector3d.html#operator*=-2" location="qvector3d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QVector3D &amp;" signature="operator*=(const QVector3D &amp; vector)">
+ <parameter left="const QVector3D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator/=" fullname="QVector3D::operator/=" href="qvector3d.html#operator/=" location="qvector3d.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVector3D &amp;" signature="operator/=(qreal divisor)">
+ <parameter left="qreal" right="" name="divisor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dotProduct" fullname="QVector3D::dotProduct" href="qvector3d.html#dotProduct" location="qvector3d.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="qreal" signature="dotProduct(const QVector3D &amp; v1, const QVector3D &amp; v2)">
+ <parameter left="const QVector3D &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="crossProduct" fullname="QVector3D::crossProduct" href="qvector3d.html#crossProduct" location="qvector3d.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QVector3D" signature="crossProduct(const QVector3D &amp; v1, const QVector3D &amp; v2)">
+ <parameter left="const QVector3D &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="normal" fullname="QVector3D::normal" href="qvector3d.html#normal" location="qvector3d.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QVector3D" signature="normal(const QVector3D &amp; v1, const QVector3D &amp; v2)">
+ <parameter left="const QVector3D &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="normal" fullname="QVector3D::normal" href="qvector3d.html#normal-2" location="qvector3d.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QVector3D" signature="normal(const QVector3D &amp; v1, const QVector3D &amp; v2, const QVector3D &amp; v3)">
+ <parameter left="const QVector3D &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="v2" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="v3" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="distanceToPlane" fullname="QVector3D::distanceToPlane" href="qvector3d.html#distanceToPlane" location="qvector3d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="distanceToPlane(const QVector3D &amp; plane, const QVector3D &amp; normal) const">
+ <parameter left="const QVector3D &amp;" right="" name="plane" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="normal" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="distanceToPlane" fullname="QVector3D::distanceToPlane" href="qvector3d.html#distanceToPlane-2" location="qvector3d.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="qreal" signature="distanceToPlane(const QVector3D &amp; plane1, const QVector3D &amp; plane2, const QVector3D &amp; plane3) const">
+ <parameter left="const QVector3D &amp;" right="" name="plane1" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="plane2" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="plane3" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="distanceToLine" fullname="QVector3D::distanceToLine" href="qvector3d.html#distanceToLine" location="qvector3d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="distanceToLine(const QVector3D &amp; point, const QVector3D &amp; direction) const">
+ <parameter left="const QVector3D &amp;" right="" name="point" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="direction" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toVector2D" fullname="QVector3D::toVector2D" href="qvector3d.html#toVector2D" location="qvector3d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector2D" signature="toVector2D() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toVector4D" fullname="QVector3D::toVector4D" href="qvector3d.html#toVector4D" location="qvector3d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector4D" signature="toVector4D() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPoint" fullname="QVector3D::toPoint" href="qvector3d.html#toPoint" location="qvector3d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="toPoint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPointF" fullname="QVector3D::toPointF" href="qvector3d.html#toPointF" location="qvector3d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="toPointF() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qvector3d.html#operator==-4" location="qvector3d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" relates="QVector3D" type="bool" signature="operator==(const QVector3D &amp; v1, const QVector3D &amp; v2)">
+ <parameter left="const QVector3D &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="qvector3d.html#operator!=-2" location="qvector3d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="QVector3D" type="bool" signature="operator!=(const QVector3D &amp; v1, const QVector3D &amp; v2)">
+ <parameter left="const QVector3D &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="qvector3d.html#operator+-2" location="qvector3d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="QVector3D" type="const QVector3D" signature="operator+(const QVector3D &amp; v1, const QVector3D &amp; v2)">
+ <parameter left="const QVector3D &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" href="qvector3d.html#operator--2" location="qvector3d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="QVector3D" type="const QVector3D" signature="operator-(const QVector3D &amp; v1, const QVector3D &amp; v2)">
+ <parameter left="const QVector3D &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qvector3d.html#operator*-4" location="qvector3d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" relates="QVector3D" type="const QVector3D" signature="operator*(qreal factor, const QVector3D &amp; vector)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qvector3d.html#operator*-5" location="qvector3d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" relates="QVector3D" type="const QVector3D" signature="operator*(const QVector3D &amp; vector, qreal factor)">
+ <parameter left="const QVector3D &amp;" right="" name="vector" default=""/>
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qvector3d.html#operator*-6" location="qvector3d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" relates="QVector3D" type="const QVector3D" signature="operator*(const QVector3D &amp; v1, const QVector3D &amp; v2)">
+ <parameter left="const QVector3D &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" href="qvector3d.html#operator--22" location="qvector3d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="22" relates="QVector3D" type="const QVector3D" signature="operator-(const QVector3D &amp; vector)">
+ <parameter left="const QVector3D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator/" href="qvector3d.html#operator/-2" location="qvector3d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="QVector3D" type="const QVector3D" signature="operator/(const QVector3D &amp; vector, qreal divisor)">
+ <parameter left="const QVector3D &amp;" right="" name="vector" default=""/>
+ <parameter left="qreal" right="" name="divisor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qFuzzyCompare" href="qvector3d.html#qFuzzyCompare-2" location="qvector3d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="QVector3D" type="bool" signature="qFuzzyCompare(const QVector3D &amp; v1, const QVector3D &amp; v2)">
+ <parameter left="const QVector3D &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qvector3d.html#operator&lt;&lt;-8" location="qvector3d.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" relates="QVector3D" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QVector3D &amp; vector)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qvector3d.html#operator&gt;&gt;-5" location="qvector3d.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" relates="QVector3D" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QVector3D &amp; vector)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QVector3D &amp;" right="" name="vector" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QVector4D" href="qvector4d.html" location="qvector4d.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector4D" fullname="QVector4D::QVector4D" href="qvector4d.html#QVector4D" location="qvector4d.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QVector4D()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector4D" fullname="QVector4D::QVector4D" href="qvector4d.html#QVector4D-2" location="qvector4d.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QVector4D(qreal xpos, qreal ypos, qreal zpos, qreal wpos)">
+ <parameter left="qreal" right="" name="xpos" default=""/>
+ <parameter left="qreal" right="" name="ypos" default=""/>
+ <parameter left="qreal" right="" name="zpos" default=""/>
+ <parameter left="qreal" right="" name="wpos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector4D" fullname="QVector4D::QVector4D" href="qvector4d.html#QVector4D-3" location="qvector4d.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QVector4D(const QPoint &amp; point)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector4D" fullname="QVector4D::QVector4D" href="qvector4d.html#QVector4D-4" location="qvector4d.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QVector4D(const QPointF &amp; point)">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector4D" fullname="QVector4D::QVector4D" href="qvector4d.html#QVector4D-5" location="qvector4d.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QVector4D(const QVector2D &amp; vector)">
+ <parameter left="const QVector2D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector4D" fullname="QVector4D::QVector4D" href="qvector4d.html#QVector4D-6" location="qvector4d.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QVector4D(const QVector2D &amp; vector, qreal zpos, qreal wpos)">
+ <parameter left="const QVector2D &amp;" right="" name="vector" default=""/>
+ <parameter left="qreal" right="" name="zpos" default=""/>
+ <parameter left="qreal" right="" name="wpos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector4D" fullname="QVector4D::QVector4D" href="qvector4d.html#QVector4D-7" location="qvector4d.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="7" type="" signature="QVector4D(const QVector3D &amp; vector)">
+ <parameter left="const QVector3D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector4D" fullname="QVector4D::QVector4D" href="qvector4d.html#QVector4D-8" location="qvector4d.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="8" type="" signature="QVector4D(const QVector3D &amp; vector, qreal wpos)">
+ <parameter left="const QVector3D &amp;" right="" name="vector" default=""/>
+ <parameter left="qreal" right="" name="wpos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QVector4D::isNull" href="qvector4d.html#isNull" location="qvector4d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x" fullname="QVector4D::x" href="qvector4d.html#x" location="qvector4d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="x() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="y" fullname="QVector4D::y" href="qvector4d.html#y" location="qvector4d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="y() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="z" fullname="QVector4D::z" href="qvector4d.html#z" location="qvector4d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="z() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="w" fullname="QVector4D::w" href="qvector4d.html#w" location="qvector4d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="w() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setX" fullname="QVector4D::setX" href="qvector4d.html#setX" location="qvector4d.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setX(qreal x)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setY" fullname="QVector4D::setY" href="qvector4d.html#setY" location="qvector4d.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setY(qreal y)">
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setZ" fullname="QVector4D::setZ" href="qvector4d.html#setZ" location="qvector4d.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setZ(qreal z)">
+ <parameter left="qreal" right="" name="z" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setW" fullname="QVector4D::setW" href="qvector4d.html#setW" location="qvector4d.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setW(qreal w)">
+ <parameter left="qreal" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="length" fullname="QVector4D::length" href="qvector4d.html#length" location="qvector4d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="length() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lengthSquared" fullname="QVector4D::lengthSquared" href="qvector4d.html#lengthSquared" location="qvector4d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="lengthSquared() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="normalized" fullname="QVector4D::normalized" href="qvector4d.html#normalized" location="qvector4d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector4D" signature="normalized() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="normalize" fullname="QVector4D::normalize" href="qvector4d.html#normalize" location="qvector4d.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="normalize()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QVector4D::operator+=" href="qvector4d.html#operator+=" location="qvector4d.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVector4D &amp;" signature="operator+=(const QVector4D &amp; vector)">
+ <parameter left="const QVector4D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QVector4D::operator-=" href="qvector4d.html#operator-=" location="qvector4d.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVector4D &amp;" signature="operator-=(const QVector4D &amp; vector)">
+ <parameter left="const QVector4D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*=" fullname="QVector4D::operator*=" href="qvector4d.html#operator*=" location="qvector4d.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVector4D &amp;" signature="operator*=(qreal factor)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*=" fullname="QVector4D::operator*=" href="qvector4d.html#operator*=-2" location="qvector4d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QVector4D &amp;" signature="operator*=(const QVector4D &amp; vector)">
+ <parameter left="const QVector4D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator/=" fullname="QVector4D::operator/=" href="qvector4d.html#operator/=" location="qvector4d.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVector4D &amp;" signature="operator/=(qreal divisor)">
+ <parameter left="qreal" right="" name="divisor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dotProduct" fullname="QVector4D::dotProduct" href="qvector4d.html#dotProduct" location="qvector4d.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="qreal" signature="dotProduct(const QVector4D &amp; v1, const QVector4D &amp; v2)">
+ <parameter left="const QVector4D &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVector4D &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toVector2D" fullname="QVector4D::toVector2D" href="qvector4d.html#toVector2D" location="qvector4d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector2D" signature="toVector2D() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toVector2DAffine" fullname="QVector4D::toVector2DAffine" href="qvector4d.html#toVector2DAffine" location="qvector4d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector2D" signature="toVector2DAffine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toVector3D" fullname="QVector4D::toVector3D" href="qvector4d.html#toVector3D" location="qvector4d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector3D" signature="toVector3D() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toVector3DAffine" fullname="QVector4D::toVector3DAffine" href="qvector4d.html#toVector3DAffine" location="qvector4d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector3D" signature="toVector3DAffine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPoint" fullname="QVector4D::toPoint" href="qvector4d.html#toPoint" location="qvector4d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="toPoint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPointF" fullname="QVector4D::toPointF" href="qvector4d.html#toPointF" location="qvector4d.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="toPointF() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qvector4d.html#operator==-5" location="qvector4d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" relates="QVector4D" type="bool" signature="operator==(const QVector4D &amp; v1, const QVector4D &amp; v2)">
+ <parameter left="const QVector4D &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVector4D &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="qvector4d.html#operator!=-3" location="qvector4d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" relates="QVector4D" type="bool" signature="operator!=(const QVector4D &amp; v1, const QVector4D &amp; v2)">
+ <parameter left="const QVector4D &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVector4D &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="qvector4d.html#operator+-3" location="qvector4d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" relates="QVector4D" type="const QVector4D" signature="operator+(const QVector4D &amp; v1, const QVector4D &amp; v2)">
+ <parameter left="const QVector4D &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVector4D &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" href="qvector4d.html#operator--3" location="qvector4d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" relates="QVector4D" type="const QVector4D" signature="operator-(const QVector4D &amp; v1, const QVector4D &amp; v2)">
+ <parameter left="const QVector4D &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVector4D &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qvector4d.html#operator*-7" location="qvector4d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" relates="QVector4D" type="const QVector4D" signature="operator*(qreal factor, const QVector4D &amp; vector)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ <parameter left="const QVector4D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qvector4d.html#operator*-8" location="qvector4d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" relates="QVector4D" type="const QVector4D" signature="operator*(const QVector4D &amp; vector, qreal factor)">
+ <parameter left="const QVector4D &amp;" right="" name="vector" default=""/>
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qvector4d.html#operator*-9" location="qvector4d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" relates="QVector4D" type="const QVector4D" signature="operator*(const QVector4D &amp; v1, const QVector4D &amp; v2)">
+ <parameter left="const QVector4D &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVector4D &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" href="qvector4d.html#operator--24" location="qvector4d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="24" relates="QVector4D" type="const QVector4D" signature="operator-(const QVector4D &amp; vector)">
+ <parameter left="const QVector4D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator/" href="qvector4d.html#operator/-3" location="qvector4d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" relates="QVector4D" type="const QVector4D" signature="operator/(const QVector4D &amp; vector, qreal divisor)">
+ <parameter left="const QVector4D &amp;" right="" name="vector" default=""/>
+ <parameter left="qreal" right="" name="divisor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qFuzzyCompare" href="qvector4d.html#qFuzzyCompare-3" location="qvector4d.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" relates="QVector4D" type="bool" signature="qFuzzyCompare(const QVector4D &amp; v1, const QVector4D &amp; v2)">
+ <parameter left="const QVector4D &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVector4D &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qvector4d.html#operator&lt;&lt;-10" location="qvector4d.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="10" relates="QVector4D" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QVector4D &amp; vector)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QVector4D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qvector4d.html#operator&gt;&gt;-6" location="qvector4d.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" relates="QVector4D" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QVector4D &amp; vector)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QVector4D &amp;" right="" name="vector" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QUndoView" href="qundoview.html" location="qundoview.h" bases="QListView" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="emptyLabel" fullname="QUndoView::emptyLabel" href="qundoview.html#emptyLabel-prop" location="qundoview.h" type="QString">
+ <getter name="emptyLabel"/>
+ <setter name="setEmptyLabel"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="cleanIcon" fullname="QUndoView::cleanIcon" href="qundoview.html#cleanIcon-prop" location="qundoview.h" type="QIcon">
+ <getter name="cleanIcon"/>
+ <setter name="setCleanIcon"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QUndoView" fullname="QUndoView::QUndoView" href="qundoview.html#QUndoView" location="qundoview.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QUndoView(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QUndoView" fullname="QUndoView::QUndoView" href="qundoview.html#QUndoView-2" location="qundoview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QUndoView(QUndoStack * stack, QWidget * parent)">
+ <parameter left="QUndoStack *" right="" name="stack" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QUndoView" fullname="QUndoView::QUndoView" href="qundoview.html#QUndoView-3" location="qundoview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QUndoView(QUndoGroup * group, QWidget * parent)">
+ <parameter left="QUndoGroup *" right="" name="group" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QUndoView" fullname="QUndoView::~QUndoView" href="qundoview.html#dtor.QUndoView" location="qundoview.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QUndoView()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stack" fullname="QUndoView::stack" href="qundoview.html#stack" location="qundoview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUndoStack *" signature="stack() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="group" fullname="QUndoView::group" href="qundoview.html#group" location="qundoview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUndoGroup *" signature="group() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEmptyLabel" fullname="QUndoView::setEmptyLabel" href="qundoview.html#emptyLabel-prop" location="qundoview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="emptyLabel" type="void" signature="setEmptyLabel(const QString &amp; label)">
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="emptyLabel" fullname="QUndoView::emptyLabel" href="qundoview.html#emptyLabel-prop" location="qundoview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="emptyLabel" type="QString" signature="emptyLabel() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCleanIcon" fullname="QUndoView::setCleanIcon" href="qundoview.html#cleanIcon-prop" location="qundoview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="cleanIcon" type="void" signature="setCleanIcon(const QIcon &amp; icon)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cleanIcon" fullname="QUndoView::cleanIcon" href="qundoview.html#cleanIcon-prop" location="qundoview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="cleanIcon" type="QIcon" signature="cleanIcon() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStack" fullname="QUndoView::setStack" href="qundoview.html#setStack" location="qundoview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setStack(QUndoStack * stack)">
+ <parameter left="QUndoStack *" right="" name="stack" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGroup" fullname="QUndoView::setGroup" href="qundoview.html#setGroup" location="qundoview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setGroup(QUndoGroup * group)">
+ <parameter left="QUndoGroup *" right="" name="group" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QApplication" href="qapplication.html" location="qapplication.h" bases="QCoreApplication" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="layoutDirection" fullname="QApplication::layoutDirection" href="qapplication.html#layoutDirection-prop" location="qapplication.h" type="Qt::LayoutDirection">
+ <getter name="layoutDirection"/>
+ <setter name="setLayoutDirection"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="windowIcon" fullname="QApplication::windowIcon" href="qapplication.html#windowIcon-prop" location="qapplication.h" type="QIcon">
+ <getter name="windowIcon"/>
+ <setter name="setWindowIcon"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="cursorFlashTime" fullname="QApplication::cursorFlashTime" href="qapplication.html#cursorFlashTime-prop" location="qapplication.h" type="int">
+ <getter name="cursorFlashTime"/>
+ <setter name="setCursorFlashTime"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="doubleClickInterval" fullname="QApplication::doubleClickInterval" href="qapplication.html#doubleClickInterval-prop" location="qapplication.h" type="int">
+ <getter name="doubleClickInterval"/>
+ <setter name="setDoubleClickInterval"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="keyboardInputInterval" fullname="QApplication::keyboardInputInterval" href="qapplication.html#keyboardInputInterval-prop" location="qapplication.h" type="int">
+ <getter name="keyboardInputInterval"/>
+ <setter name="setKeyboardInputInterval"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="wheelScrollLines" fullname="QApplication::wheelScrollLines" href="qapplication.html#wheelScrollLines-prop" location="qapplication.h" type="int">
+ <getter name="wheelScrollLines"/>
+ <setter name="setWheelScrollLines"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="globalStrut" fullname="QApplication::globalStrut" href="qapplication.html#globalStrut-prop" location="qapplication.h" type="QSize">
+ <getter name="globalStrut"/>
+ <setter name="setGlobalStrut"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="startDragTime" fullname="QApplication::startDragTime" href="qapplication.html#startDragTime-prop" location="qapplication.h" type="int">
+ <getter name="startDragTime"/>
+ <setter name="setStartDragTime"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="startDragDistance" fullname="QApplication::startDragDistance" href="qapplication.html#startDragDistance-prop" location="qapplication.h" type="int">
+ <getter name="startDragDistance"/>
+ <setter name="setStartDragDistance"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="quitOnLastWindowClosed" fullname="QApplication::quitOnLastWindowClosed" href="qapplication.html#quitOnLastWindowClosed-prop" location="qapplication.h" type="bool">
+ <getter name="quitOnLastWindowClosed"/>
+ <setter name="setQuitOnLastWindowClosed"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="styleSheet" fullname="QApplication::styleSheet" href="qapplication.html#styleSheet-prop" location="qapplication.h" type="QString">
+ <getter name="styleSheet"/>
+ <setter name="setStyleSheet"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoMaximizeThreshold" fullname="QApplication::autoMaximizeThreshold" href="qapplication.html#autoMaximizeThreshold-prop" location="qapplication.h" type="int">
+ <getter name="autoMaximizeThreshold"/>
+ <setter name="setAutoMaximizeThreshold"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoSipEnabled" fullname="QApplication::autoSipEnabled" href="qapplication.html#autoSipEnabled-prop" location="qapplication.h" type="bool">
+ <getter name="autoSipEnabled"/>
+ <setter name="setAutoSipEnabled"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QApplication::Type" href="qapplication.html#Type-enum" location="qapplication.h">
+ <value name="Tty" value="0"/>
+ <value name="GuiClient" value="1"/>
+ <value name="GuiServer" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QApplication" fullname="QApplication::~QApplication" href="qapplication.html#dtor.QApplication" location="qapplication.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QApplication()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QApplication::type" href="qapplication.html#type" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="Type" signature="type()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="style" fullname="QApplication::style" href="qapplication.html#style" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStyle *" signature="style()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStyle" fullname="QApplication::setStyle" href="qapplication.html#setStyle" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setStyle(QStyle * style)">
+ <parameter left="QStyle *" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStyle" fullname="QApplication::setStyle" href="qapplication.html#setStyle-2" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QStyle *" signature="setStyle(const QString &amp; style)">
+ <parameter left="const QString &amp;" right="" name="style" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ColorSpec" fullname="QApplication::ColorSpec" href="qapplication.html#ColorSpec-enum" location="qapplication.h">
+ <value name="NormalColor" value="0"/>
+ <value name="CustomColor" value="1"/>
+ <value name="ManyColor" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="colorSpec" fullname="QApplication::colorSpec" href="qapplication.html#colorSpec" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="colorSpec()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColorSpec" fullname="QApplication::setColorSpec" href="qapplication.html#setColorSpec" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setColorSpec(int spec)">
+ <parameter left="int" right="" name="spec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGraphicsSystem" fullname="QApplication::setGraphicsSystem" href="qapplication.html#setGraphicsSystem" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setGraphicsSystem(const QString &amp; system)">
+ <parameter left="const QString &amp;" right="" name="system" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="overrideCursor" fullname="QApplication::overrideCursor" href="qapplication.html#overrideCursor" location="qapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QCursor *" signature="overrideCursor()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOverrideCursor" fullname="QApplication::setOverrideCursor" href="qapplication.html#setOverrideCursor" location="qapplication_mac.mm" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setOverrideCursor(const QCursor &amp; cursor)">
+ <parameter left="const QCursor &amp;" right="" name="cursor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="changeOverrideCursor" fullname="QApplication::changeOverrideCursor" href="qapplication.html#changeOverrideCursor" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="changeOverrideCursor(const QCursor &amp; cursor)">
+ <parameter left="const QCursor &amp;" right="" name="cursor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="restoreOverrideCursor" fullname="QApplication::restoreOverrideCursor" href="qapplication.html#restoreOverrideCursor" location="qapplication_mac.mm" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="restoreOverrideCursor()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="palette" fullname="QApplication::palette" href="qapplication.html#palette" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QPalette" signature="palette()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="palette" fullname="QApplication::palette" href="qapplication.html#palette-2" location="qapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QPalette" signature="palette(const QWidget * widget)">
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="palette" fullname="QApplication::palette" href="qapplication.html#palette-3" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="QPalette" signature="palette(const char * className)">
+ <parameter left="const char *" right="" name="className" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPalette" fullname="QApplication::setPalette" href="qapplication.html#setPalette" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setPalette(const QPalette &amp; palette, const char * className)">
+ <parameter left="const QPalette &amp;" right="" name="palette" default=""/>
+ <parameter left="const char *" right="" name="className" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QApplication::font" href="qapplication.html#font" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QFont" signature="font()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QApplication::font" href="qapplication.html#font-2" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QFont" signature="font(const QWidget * widget)">
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QApplication::font" href="qapplication.html#font-3" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="QFont" signature="font(const char * className)">
+ <parameter left="const char *" right="" name="className" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFont" fullname="QApplication::setFont" href="qapplication.html#setFont" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setFont(const QFont &amp; font, const char * className)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ <parameter left="const char *" right="" name="className" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontMetrics" fullname="QApplication::fontMetrics" href="qapplication.html#fontMetrics" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QFontMetrics" signature="fontMetrics()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWindowIcon" fullname="QApplication::setWindowIcon" href="qapplication.html#windowIcon-prop" location="qapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="windowIcon" type="void" signature="setWindowIcon(const QIcon &amp; icon)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowIcon" fullname="QApplication::windowIcon" href="qapplication.html#windowIcon-prop" location="qapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="windowIcon" type="QIcon" signature="windowIcon()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="mainWidget" fullname="QApplication::mainWidget" href="qapplication-qt3.html#mainWidget" location="qapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QWidget *" signature="mainWidget()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setMainWidget" fullname="QApplication::setMainWidget" href="qapplication-qt3.html#setMainWidget" location="qapplication_mac.mm" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setMainWidget(QWidget * mainWidget)">
+ <parameter left="QWidget *" right="" name="mainWidget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="allWidgets" fullname="QApplication::allWidgets" href="qapplication.html#allWidgets" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QWidgetList" signature="allWidgets()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="topLevelWidgets" fullname="QApplication::topLevelWidgets" href="qapplication.html#topLevelWidgets" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QWidgetList" signature="topLevelWidgets()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="desktop" fullname="QApplication::desktop" href="qapplication.html#desktop" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QDesktopWidget *" signature="desktop()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activePopupWidget" fullname="QApplication::activePopupWidget" href="qapplication.html#activePopupWidget" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QWidget *" signature="activePopupWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activeModalWidget" fullname="QApplication::activeModalWidget" href="qapplication.html#activeModalWidget" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QWidget *" signature="activeModalWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clipboard" fullname="QApplication::clipboard" href="qapplication.html#clipboard" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QClipboard *" signature="clipboard()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="focusWidget" fullname="QApplication::focusWidget" href="qapplication.html#focusWidget" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QWidget *" signature="focusWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activeWindow" fullname="QApplication::activeWindow" href="qapplication.html#activeWindow" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QWidget *" signature="activeWindow()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setActiveWindow" fullname="QApplication::setActiveWindow" href="qapplication.html#setActiveWindow" location="qapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setActiveWindow(QWidget * active)">
+ <parameter left="QWidget *" right="" name="active" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widgetAt" fullname="QApplication::widgetAt" href="qapplication.html#widgetAt" location="qapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QWidget *" signature="widgetAt(const QPoint &amp; point)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widgetAt" fullname="QApplication::widgetAt" href="qapplication.html#widgetAt-4" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="4" type="QWidget *" signature="widgetAt(int x, int y)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="topLevelAt" fullname="QApplication::topLevelAt" href="qapplication.html#topLevelAt" location="qapplication_mac.mm" virtual="non" meta="plain" const="false" static="true" overload="false" type="QWidget *" signature="topLevelAt(const QPoint &amp; point)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="topLevelAt" fullname="QApplication::topLevelAt" href="qapplication.html#topLevelAt-2" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QWidget *" signature="topLevelAt(int x, int y)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="syncX" fullname="QApplication::syncX" href="qapplication.html#syncX" location="qapplication_x11.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="syncX()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beep" fullname="QApplication::beep" href="qapplication.html#beep" location="qapplication_mac.mm" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="beep()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alert" fullname="QApplication::alert" href="qapplication.html#alert" location="qapplication_mac.mm" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="alert(QWidget * widget, int msec)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="int" right="" name="msec" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyboardModifiers" fullname="QApplication::keyboardModifiers" href="qapplication.html#keyboardModifiers" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="Qt::KeyboardModifiers" signature="keyboardModifiers()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mouseButtons" fullname="QApplication::mouseButtons" href="qapplication.html#mouseButtons" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="Qt::MouseButtons" signature="mouseButtons()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDesktopSettingsAware" fullname="QApplication::setDesktopSettingsAware" href="qapplication.html#setDesktopSettingsAware" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setDesktopSettingsAware(bool on)">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="desktopSettingsAware" fullname="QApplication::desktopSettingsAware" href="qapplication.html#desktopSettingsAware" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="desktopSettingsAware()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCursorFlashTime" fullname="QApplication::setCursorFlashTime" href="qapplication.html#cursorFlashTime-prop" location="qapplication_mac.mm" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="cursorFlashTime" type="void" signature="setCursorFlashTime(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorFlashTime" fullname="QApplication::cursorFlashTime" href="qapplication.html#cursorFlashTime-prop" location="qapplication_mac.mm" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="cursorFlashTime" type="int" signature="cursorFlashTime()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDoubleClickInterval" fullname="QApplication::setDoubleClickInterval" href="qapplication.html#doubleClickInterval-prop" location="qapplication_mac.mm" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="doubleClickInterval" type="void" signature="setDoubleClickInterval(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doubleClickInterval" fullname="QApplication::doubleClickInterval" href="qapplication.html#doubleClickInterval-prop" location="qapplication_mac.mm" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="doubleClickInterval" type="int" signature="doubleClickInterval()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setKeyboardInputInterval" fullname="QApplication::setKeyboardInputInterval" href="qapplication.html#keyboardInputInterval-prop" location="qapplication_mac.mm" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="keyboardInputInterval" type="void" signature="setKeyboardInputInterval(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyboardInputInterval" fullname="QApplication::keyboardInputInterval" href="qapplication.html#keyboardInputInterval-prop" location="qapplication_mac.mm" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="keyboardInputInterval" type="int" signature="keyboardInputInterval()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWheelScrollLines" fullname="QApplication::setWheelScrollLines" href="qapplication.html#wheelScrollLines-prop" location="qapplication_mac.mm" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="wheelScrollLines" type="void" signature="setWheelScrollLines(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wheelScrollLines" fullname="QApplication::wheelScrollLines" href="qapplication.html#wheelScrollLines-prop" location="qapplication_mac.mm" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="wheelScrollLines" type="int" signature="wheelScrollLines()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGlobalStrut" fullname="QApplication::setGlobalStrut" href="qapplication.html#globalStrut-prop" location="qapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="globalStrut" type="void" signature="setGlobalStrut(const QSize &amp; )">
+ <parameter left="const QSize &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="globalStrut" fullname="QApplication::globalStrut" href="qapplication.html#globalStrut-prop" location="qapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="globalStrut" type="QSize" signature="globalStrut()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStartDragTime" fullname="QApplication::setStartDragTime" href="qapplication.html#startDragTime-prop" location="qapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="startDragTime" type="void" signature="setStartDragTime(int ms)">
+ <parameter left="int" right="" name="ms" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startDragTime" fullname="QApplication::startDragTime" href="qapplication.html#startDragTime-prop" location="qapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="startDragTime" type="int" signature="startDragTime()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStartDragDistance" fullname="QApplication::setStartDragDistance" href="qapplication.html#startDragDistance-prop" location="qapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="startDragDistance" type="void" signature="setStartDragDistance(int l)">
+ <parameter left="int" right="" name="l" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startDragDistance" fullname="QApplication::startDragDistance" href="qapplication.html#startDragDistance-prop" location="qapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="startDragDistance" type="int" signature="startDragDistance()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLayoutDirection" fullname="QApplication::setLayoutDirection" href="qapplication.html#layoutDirection-prop" location="qapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="layoutDirection" type="void" signature="setLayoutDirection(Qt::LayoutDirection direction)">
+ <parameter left="Qt::LayoutDirection" right="" name="direction" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="layoutDirection" fullname="QApplication::layoutDirection" href="qapplication.html#layoutDirection-prop" location="qapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="layoutDirection" type="Qt::LayoutDirection" signature="layoutDirection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRightToLeft" fullname="QApplication::isRightToLeft" href="qapplication.html#isRightToLeft" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isRightToLeft()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isLeftToRight" fullname="QApplication::isLeftToRight" href="qapplication.html#isLeftToRight" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isLeftToRight()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEffectEnabled" fullname="QApplication::isEffectEnabled" href="qapplication.html#isEffectEnabled" location="qapplication_mac.mm" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isEffectEnabled(Qt::UIEffect effect)">
+ <parameter left="Qt::UIEffect" right="" name="effect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEffectEnabled" fullname="QApplication::setEffectEnabled" href="qapplication.html#setEffectEnabled" location="qapplication_mac.mm" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setEffectEnabled(Qt::UIEffect effect, bool enable)">
+ <parameter left="Qt::UIEffect" right="" name="effect" default=""/>
+ <parameter left="bool" right="" name="enable" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="macEventFilter" fullname="QApplication::macEventFilter" href="qapplication.html#macEventFilter" location="qapplication_mac.mm" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="macEventFilter(EventHandlerCallRef caller, EventRef event)">
+ <parameter left="EventHandlerCallRef" right="" name="caller" default=""/>
+ <parameter left="EventRef" right="" name="event" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x11EventFilter" fullname="QApplication::x11EventFilter" href="qapplication.html#x11EventFilter" location="qapplication_x11.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="x11EventFilter(XEvent * event)">
+ <parameter left="XEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x11ProcessEvent" fullname="QApplication::x11ProcessEvent" href="qapplication.html#x11ProcessEvent" location="qapplication_x11.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="x11ProcessEvent(XEvent * event)">
+ <parameter left="XEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qwsEventFilter" fullname="QApplication::qwsEventFilter" href="qapplication.html#qwsEventFilter" location="qapplication_qws.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="qwsEventFilter(QWSEvent * event)">
+ <parameter left="QWSEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qwsSetCustomColors" fullname="QApplication::qwsSetCustomColors" href="qapplication.html#qwsSetCustomColors" location="qapplication_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="qwsSetCustomColors(QRgb * colorTable, int start, int numColors)">
+ <parameter left="QRgb *" right="" name="colorTable" default=""/>
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="numColors" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qwsDecoration" fullname="QApplication::qwsDecoration" href="qapplication.html#qwsDecoration" location="qapplication_qws.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QDecoration &amp;" signature="qwsDecoration()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qwsSetDecoration" fullname="QApplication::qwsSetDecoration" href="qapplication.html#qwsSetDecoration" location="qapplication_qws.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="qwsSetDecoration(QDecoration * decoration)">
+ <parameter left="QDecoration *" right="" name="decoration" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qwsSetDecoration" fullname="QApplication::qwsSetDecoration" href="qapplication.html#qwsSetDecoration-2" location="qapplication_qws.cpp" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QDecoration *" signature="qwsSetDecoration(const QString &amp; decoration)">
+ <parameter left="const QString &amp;" right="" name="decoration" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSessionRestored" fullname="QApplication::isSessionRestored" href="qapplication.html#isSessionRestored" location="qapplication.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSessionRestored() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sessionId" fullname="QApplication::sessionId" href="qapplication.html#sessionId" location="qapplication.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="sessionId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sessionKey" fullname="QApplication::sessionKey" href="qapplication.html#sessionKey" location="qapplication.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="sessionKey() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="commitData" fullname="QApplication::commitData" href="qapplication.html#commitData" location="qapplication.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="commitData(QSessionManager &amp; manager)">
+ <parameter left="QSessionManager &amp;" right="" name="manager" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="saveState" fullname="QApplication::saveState" href="qapplication.html#saveState" location="qapplication.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="saveState(QSessionManager &amp; manager)">
+ <parameter left="QSessionManager &amp;" right="" name="manager" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setInputContext" fullname="QApplication::setInputContext" href="qapplication.html#setInputContext" location="qapplication.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setInputContext(QInputContext * inputContext)">
+ <parameter left="QInputContext *" right="" name="inputContext" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inputContext" fullname="QApplication::inputContext" href="qapplication.html#inputContext" location="qapplication.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QInputContext *" signature="inputContext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyboardInputLocale" fullname="QApplication::keyboardInputLocale" href="qapplication.html#keyboardInputLocale" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QLocale" signature="keyboardInputLocale()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyboardInputDirection" fullname="QApplication::keyboardInputDirection" href="qapplication.html#keyboardInputDirection" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="Qt::LayoutDirection" signature="keyboardInputDirection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exec" fullname="QApplication::exec" href="qapplication.html#exec" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="exec()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="notify" fullname="QApplication::notify" href="qapplication.html#notify" location="qapplication.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="notify(QObject * receiver, QEvent * e)">
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setQuitOnLastWindowClosed" fullname="QApplication::setQuitOnLastWindowClosed" href="qapplication.html#quitOnLastWindowClosed-prop" location="qapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="quitOnLastWindowClosed" type="void" signature="setQuitOnLastWindowClosed(bool quit)">
+ <parameter left="bool" right="" name="quit" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="quitOnLastWindowClosed" fullname="QApplication::quitOnLastWindowClosed" href="qapplication.html#quitOnLastWindowClosed-prop" location="qapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="quitOnLastWindowClosed" type="bool" signature="quitOnLastWindowClosed()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setKeypadNavigationEnabled" fullname="QApplication::setKeypadNavigationEnabled" href="qapplication.html#setKeypadNavigationEnabled" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setKeypadNavigationEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keypadNavigationEnabled" fullname="QApplication::keypadNavigationEnabled" href="qapplication.html#keypadNavigationEnabled" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="keypadNavigationEnabled()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastWindowClosed" fullname="QApplication::lastWindowClosed" href="qapplication.html#lastWindowClosed" location="qapplication.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="lastWindowClosed()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="focusChanged" fullname="QApplication::focusChanged" href="qapplication.html#focusChanged" location="qapplication.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="focusChanged(QWidget * old, QWidget * now)">
+ <parameter left="QWidget *" right="" name="old" default=""/>
+ <parameter left="QWidget *" right="" name="now" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontDatabaseChanged" fullname="QApplication::fontDatabaseChanged" href="qapplication.html#fontDatabaseChanged" location="qapplication.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="fontDatabaseChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="commitDataRequest" fullname="QApplication::commitDataRequest" href="qapplication.html#commitDataRequest" location="qapplication.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="commitDataRequest(QSessionManager &amp; manager)">
+ <parameter left="QSessionManager &amp;" right="" name="manager" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="saveStateRequest" fullname="QApplication::saveStateRequest" href="qapplication.html#saveStateRequest" location="qapplication.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="saveStateRequest(QSessionManager &amp; manager)">
+ <parameter left="QSessionManager &amp;" right="" name="manager" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="styleSheet" fullname="QApplication::styleSheet" href="qapplication.html#styleSheet-prop" location="qapplication.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="styleSheet" type="QString" signature="styleSheet() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStyleSheet" fullname="QApplication::setStyleSheet" href="qapplication.html#styleSheet-prop" location="qapplication.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="styleSheet" type="void" signature="setStyleSheet(const QString &amp; sheet)">
+ <parameter left="const QString &amp;" right="" name="sheet" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoMaximizeThreshold" fullname="QApplication::setAutoMaximizeThreshold" href="qapplication.html#autoMaximizeThreshold-prop" location="qapplication.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="autoMaximizeThreshold" type="void" signature="setAutoMaximizeThreshold(const int threshold)">
+ <parameter left="const int" right="" name="threshold" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoMaximizeThreshold" fullname="QApplication::autoMaximizeThreshold" href="qapplication.html#autoMaximizeThreshold-prop" location="qapplication.cpp" virtual="non" meta="slot" const="true" static="false" overload="false" associated-property="autoMaximizeThreshold" type="int" signature="autoMaximizeThreshold() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoSipEnabled" fullname="QApplication::setAutoSipEnabled" href="qapplication.html#autoSipEnabled-prop" location="qapplication.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="autoSipEnabled" type="void" signature="setAutoSipEnabled(const bool enabled)">
+ <parameter left="const bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoSipEnabled" fullname="QApplication::autoSipEnabled" href="qapplication.html#autoSipEnabled-prop" location="qapplication.cpp" virtual="non" meta="slot" const="true" static="false" overload="false" associated-property="autoSipEnabled" type="bool" signature="autoSipEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="closeAllWindows" fullname="QApplication::closeAllWindows" href="qapplication.html#closeAllWindows" location="qapplication.h" virtual="non" meta="slot" const="false" static="true" overload="false" type="void" signature="closeAllWindows()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="aboutQt" fullname="QApplication::aboutQt" href="qapplication.html#aboutQt" location="qapplication.h" virtual="non" meta="slot" const="false" static="true" overload="false" type="void" signature="aboutQt()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QApplication::event" href="qapplication.html#event" location="qapplication.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setReverseLayout" fullname="QApplication::setReverseLayout" href="qapplication-qt3.html#setReverseLayout" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setReverseLayout(bool reverse)">
+ <parameter left="bool" right="" name="reverse" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="reverseLayout" fullname="QApplication::reverseLayout" href="qapplication-qt3.html#reverseLayout" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="reverseLayout()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="horizontalAlignment" fullname="QApplication::horizontalAlignment" href="qapplication-qt3.html#horizontalAlignment" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="Qt::Alignment" signature="horizontalAlignment(QFlags&lt;Qt::AlignmentFlag&gt; align)">
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="align" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="compat" name="ColorMode" fullname="QApplication::ColorMode" href="qapplication-qt3.html#ColorMode-typedef" location="qapplication.h"/>
+ <variable access="public" threadsafety="unspecified" status="compat" name="NormalColors" fullname="QApplication::NormalColors" href="qapplication-qt3.html#NormalColors-var" location="qapplication.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="compat" name="CustomColors" fullname="QApplication::CustomColors" href="qapplication-qt3.html#CustomColors-var" location="qapplication.h" type="const int" static="true"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="colorMode" fullname="QApplication::colorMode" href="qapplication-qt3.html#colorMode" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="ColorMode" signature="colorMode()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setColorMode" fullname="QApplication::setColorMode" href="qapplication-qt3.html#setColorMode" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setColorMode(ColorMode mode)">
+ <parameter left="ColorMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="winVersion" fullname="QApplication::winVersion" href="qapplication-qt3.html#winVersion" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="Qt::WindowsVersion" signature="winVersion()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="macVersion" fullname="QApplication::macVersion" href="qapplication-qt3.html#macVersion" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="Qt::MacintoshVersion" signature="macVersion()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setOverrideCursor" fullname="QApplication::setOverrideCursor" href="qapplication-qt3.html#setOverrideCursor-2" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="void" signature="setOverrideCursor(const QCursor &amp; cursor, bool replace)">
+ <parameter left="const QCursor &amp;" right="" name="cursor" default=""/>
+ <parameter left="bool" right="" name="replace" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="hasGlobalMouseTracking" fullname="QApplication::hasGlobalMouseTracking" href="qapplication-qt3.html#hasGlobalMouseTracking" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="hasGlobalMouseTracking()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setGlobalMouseTracking" fullname="QApplication::setGlobalMouseTracking" href="qapplication-qt3.html#setGlobalMouseTracking" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setGlobalMouseTracking(bool dummy)">
+ <parameter left="bool" right="" name="dummy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="flushX" fullname="QApplication::flushX" href="qapplication-qt3.html#flushX" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="flushX()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setWinStyleHighlightColor" fullname="QApplication::setWinStyleHighlightColor" href="qapplication-qt3.html#setWinStyleHighlightColor" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setWinStyleHighlightColor(const QColor &amp; c)">
+ <parameter left="const QColor &amp;" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="winStyleHighlightColor" fullname="QApplication::winStyleHighlightColor" href="qapplication-qt3.html#winStyleHighlightColor" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="const QColor &amp;" signature="winStyleHighlightColor()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setPalette" fullname="QApplication::setPalette" href="qapplication-qt3.html#setPalette-2" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="void" signature="setPalette(const QPalette &amp; pal, bool b, const char * className)">
+ <parameter left="const QPalette &amp;" right="" name="pal" default=""/>
+ <parameter left="bool" right="" name="b" default=""/>
+ <parameter left="const char *" right="" name="className" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setFont" fullname="QApplication::setFont" href="qapplication-qt3.html#setFont-2" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="void" signature="setFont(const QFont &amp; font, bool b, const char * className)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ <parameter left="bool" right="" name="b" default=""/>
+ <parameter left="const char *" right="" name="className" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="widgetAt" fullname="QApplication::widgetAt" href="qapplication-qt3.html#widgetAt-2" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QWidget *" signature="widgetAt(int x, int y, bool child)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="bool" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="widgetAt" fullname="QApplication::widgetAt" href="qapplication-qt3.html#widgetAt-3" location="qapplication.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="QWidget *" signature="widgetAt(const QPoint &amp; point, bool child)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ <parameter left="bool" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QApplication" fullname="QApplication::QApplication" href="qapplication.html#QApplication" location="qapplication.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QApplication(int &amp; argc, char ** argv)">
+ <parameter left="int &amp;" right="" name="argc" default=""/>
+ <parameter left="char **" right="" name="argv" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QApplication" fullname="QApplication::QApplication" href="qapplication.html#QApplication-2" location="qapplication.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QApplication(int &amp; argc, char ** argv, bool GUIenabled)">
+ <parameter left="int &amp;" right="" name="argc" default=""/>
+ <parameter left="char **" right="" name="argv" default=""/>
+ <parameter left="bool" right="" name="GUIenabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QApplication" fullname="QApplication::QApplication" href="qapplication.html#QApplication-3" location="qapplication.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QApplication(int &amp; argc, char ** argv, Type type)">
+ <parameter left="int &amp;" right="" name="argc" default=""/>
+ <parameter left="char **" right="" name="argv" default=""/>
+ <parameter left="Type" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QApplication" fullname="QApplication::QApplication" href="qapplication.html#QApplication-4" location="qapplication.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QApplication(Display * display, Qt::HANDLE visual, Qt::HANDLE colormap)">
+ <parameter left="Display *" right="" name="display" default=""/>
+ <parameter left="Qt::HANDLE" right="" name="visual" default="0"/>
+ <parameter left="Qt::HANDLE" right="" name="colormap" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QApplication" fullname="QApplication::QApplication" href="qapplication.html#QApplication-5" location="qapplication.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QApplication(Display * display, int &amp; argc, char ** argv, Qt::HANDLE visual, Qt::HANDLE colormap)">
+ <parameter left="Display *" right="" name="display" default=""/>
+ <parameter left="int &amp;" right="" name="argc" default=""/>
+ <parameter left="char **" right="" name="argv" default=""/>
+ <parameter left="Qt::HANDLE" right="" name="visual" default="0"/>
+ <parameter left="Qt::HANDLE" right="" name="colormap" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QFxView" href="qfxview.html" location="qfxview.h" bases="QGraphicsView" module="QtDeclarative">
+ <property access="public" threadsafety="unspecified" status="commendable" name="contentResizable" fullname="QFxView::contentResizable" href="qfxview.html#contentResizable-prop" location="qfxview.h" type="bool">
+ <getter name="contentResizable"/>
+ <setter name="setContentResizable"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFxView" fullname="QFxView::QFxView" href="qfxview.html#QFxView" location="qfxview.cpp" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFxView(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFxView" fullname="QFxView::~QFxView" href="qfxview.html#dtor.QFxView" location="qfxview.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFxView()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUrl" fullname="QFxView::setUrl" href="qfxview.html#setUrl" location="qfxview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUrl(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setQml" fullname="QFxView::setQml" href="qfxview.html#setQml" location="qfxview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setQml(const QString &amp; qml, const QString &amp; filename)">
+ <parameter left="const QString &amp;" right="" name="qml" default=""/>
+ <parameter left="const QString &amp;" right="" name="filename" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qml" fullname="QFxView::qml" href="qfxview.html#qml" location="qfxview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="qml() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="engine" fullname="QFxView::engine" href="qfxview.html#engine" location="qfxview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QmlEngine *" signature="engine()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rootContext" fullname="QFxView::rootContext" href="qfxview.html#rootContext" location="qfxview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QmlContext *" signature="rootContext()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="execute" fullname="QFxView::execute" href="qfxview.html#execute" location="qfxview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="execute()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="QFxView::reset" href="qfxview.html#reset" location="qfxview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addItem" fullname="QFxView::addItem" href="qfxview.html#addItem" location="qfxview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QFxItem *" signature="addItem(const QString &amp; qml, QFxItem * parent)">
+ <parameter left="const QString &amp;" right="" name="qml" default=""/>
+ <parameter left="QFxItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearItems" fullname="QFxView::clearItems" href="qfxview.html#clearItems" location="qfxview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clearItems()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="root" fullname="QFxView::root" href="qfxview.html#root" location="qfxview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QFxItem *" signature="root() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContentResizable" fullname="QFxView::setContentResizable" href="qfxview.html#contentResizable-prop" location="qfxview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="contentResizable" type="void" signature="setContentResizable(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentResizable" fullname="QFxView::contentResizable" href="qfxview.html#contentResizable-prop" location="qfxview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="contentResizable" type="bool" signature="contentResizable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QFxView::sizeHint" href="qfxview.html#sizeHint" location="qfxview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sceneResized" fullname="QFxView::sceneResized" href="qfxview.html#sceneResized" location="qfxview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="sceneResized(QSize size)">
+ <parameter left="QSize" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errors" fullname="QFxView::errors" href="qfxview.html#errors" location="qfxview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="errors(const QList&lt;QmlError&gt; &amp; errors)">
+ <parameter left="const QList&lt;QmlError&gt; &amp;" right="" name="errors" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QFxView::resizeEvent" href="qfxview.html#resizeEvent" location="qfxview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QFxView::paintEvent" href="qfxview.html#paintEvent" location="qfxview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * event)">
+ <parameter left="QPaintEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="QFxView::focusInEvent" href="qfxview.html#focusInEvent" location="qfxview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * e)">
+ <parameter left="QFocusEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="QFxView::focusOutEvent" href="qfxview.html#focusOutEvent" location="qfxview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * e)">
+ <parameter left="QFocusEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="timerEvent" fullname="QFxView::timerEvent" href="qfxview.html#timerEvent" location="qfxview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="timerEvent(QTimerEvent * e)">
+ <parameter left="QTimerEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QHelpSearchResultWidget" href="qhelpsearchresultwidget.html" location="qhelpsearchresultwidget.h" bases="QWidget" module="QtHelp">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QHelpSearchResultWidget" fullname="QHelpSearchResultWidget::~QHelpSearchResultWidget" href="qhelpsearchresultwidget.html#dtor.QHelpSearchResultWidget" location="qhelpsearchresultwidget.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QHelpSearchResultWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="linkAt" fullname="QHelpSearchResultWidget::linkAt" href="qhelpsearchresultwidget.html#linkAt" location="qhelpsearchresultwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QUrl" signature="linkAt(const QPoint &amp; point)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="requestShowLink" fullname="QHelpSearchResultWidget::requestShowLink" href="qhelpsearchresultwidget.html#requestShowLink" location="qhelpsearchresultwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="requestShowLink(const QUrl &amp; link)">
+ <parameter left="const QUrl &amp;" right="" name="link" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3DockArea" href="q3dockarea.html" location="q3dockarea.h" bases="QWidget" module="Qt3SupportLight">
+ <target name="lines"/>
+ <contents name="lines" title="Lines." level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="Q3DockArea::orientation" href="q3dockarea.html#orientation-prop" location="q3dockarea.h" type="Qt::Orientation">
+ <getter name="orientation"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3DockArea::count" href="q3dockarea.html#count-prop" location="q3dockarea.h" type="int">
+ <getter name="count"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="empty" fullname="Q3DockArea::empty" href="q3dockarea.html#empty-prop" location="q3dockarea.h" type="bool">
+ <getter name="isEmpty"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="handlePosition" fullname="Q3DockArea::handlePosition" href="q3dockarea.html#handlePosition-prop" location="q3dockarea.h" type="HandlePosition">
+ <getter name="handlePosition"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="HandlePosition" fullname="Q3DockArea::HandlePosition" href="q3dockarea.html#HandlePosition-enum" location="q3dockarea.h">
+ <value name="Normal" value="0"/>
+ <value name="Reverse" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3DockArea" fullname="Q3DockArea::Q3DockArea" href="q3dockarea.html#Q3DockArea" location="q3dockarea.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3DockArea(Qt::Orientation o, HandlePosition h, QWidget * parent, const char * name)">
+ <parameter left="Qt::Orientation" right="" name="o" default=""/>
+ <parameter left="HandlePosition" right="" name="h" default="Normal"/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3DockArea" fullname="Q3DockArea::~Q3DockArea" href="q3dockarea.html#dtor.Q3DockArea" location="q3dockarea.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3DockArea()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveDockWindow" fullname="Q3DockArea::moveDockWindow" href="q3dockarea.html#moveDockWindow-2" location="q3dockarea.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="moveDockWindow(Q3DockWindow * w, const QPoint &amp; p, const QRect &amp; r, bool swap)">
+ <parameter left="Q3DockWindow *" right="" name="w" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ <parameter left="bool" right="" name="swap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeDockWindow" fullname="Q3DockArea::removeDockWindow" href="q3dockarea.html#removeDockWindow" location="q3dockarea.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeDockWindow(Q3DockWindow * w, bool makeFloating, bool swap, bool fixNewLines)">
+ <parameter left="Q3DockWindow *" right="" name="w" default=""/>
+ <parameter left="bool" right="" name="makeFloating" default=""/>
+ <parameter left="bool" right="" name="swap" default=""/>
+ <parameter left="bool" right="" name="fixNewLines" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveDockWindow" fullname="Q3DockArea::moveDockWindow" href="q3dockarea.html#moveDockWindow" location="q3dockarea.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveDockWindow(Q3DockWindow * w, int index)">
+ <parameter left="Q3DockWindow *" right="" name="w" default=""/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasDockWindow" fullname="Q3DockArea::hasDockWindow" href="q3dockarea.html#hasDockWindow" location="q3dockarea.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="hasDockWindow(Q3DockWindow * w, int * index)">
+ <parameter left="Q3DockWindow *" right="" name="w" default=""/>
+ <parameter left="int *" right="" name="index" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="Q3DockArea::orientation" href="q3dockarea.html#orientation-prop" location="q3dockarea.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="orientation" type="Qt::Orientation" signature="orientation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="handlePosition" fullname="Q3DockArea::handlePosition" href="q3dockarea.html#handlePosition-prop" location="q3dockarea.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="handlePosition" type="HandlePosition" signature="handlePosition() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="Q3DockArea::eventFilter" href="q3dockarea.html#eventFilter" location="q3dockarea.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * o, QEvent * e)">
+ <parameter left="QObject *" right="" name="o" default=""/>
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="Q3DockArea::isEmpty" href="q3dockarea.html#empty-prop" location="q3dockarea.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="empty" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3DockArea::count" href="q3dockarea.html#count-prop" location="q3dockarea.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="count" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dockWindowList" fullname="Q3DockArea::dockWindowList" href="q3dockarea.html#dockWindowList" location="q3dockarea.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;Q3DockWindow *&gt;" signature="dockWindowList() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDockWindowAccepted" fullname="Q3DockArea::isDockWindowAccepted" href="q3dockarea.html#isDockWindowAccepted" location="q3dockarea.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="isDockWindowAccepted(Q3DockWindow * dw)">
+ <parameter left="Q3DockWindow *" right="" name="dw" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAcceptDockWindow" fullname="Q3DockArea::setAcceptDockWindow" href="q3dockarea.html#setAcceptDockWindow" location="q3dockarea.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAcceptDockWindow(Q3DockWindow * dw, bool accept)">
+ <parameter left="Q3DockWindow *" right="" name="dw" default=""/>
+ <parameter left="bool" right="" name="accept" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineUp" fullname="Q3DockArea::lineUp" href="q3dockarea.html#lineUp" location="q3dockarea.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="lineUp(bool keepNewLines)">
+ <parameter left="bool" right="" name="keepNewLines" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="q3dockarea.html#operator&lt;&lt;-11" location="q3dockarea.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="11" relates="Q3DockArea" type="QTextStream &amp;" signature="operator&lt;&lt;(QTextStream &amp; ts, const Q3DockArea &amp; dockArea)">
+ <parameter left="QTextStream &amp;" right="" name="ts" default=""/>
+ <parameter left="const Q3DockArea &amp;" right="" name="dockArea" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="q3dockarea.html#operator&gt;&gt;-7" location="q3dockarea.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" relates="Q3DockArea" type="QTextStream &amp;" signature="operator&gt;&gt;(QTextStream &amp; ts, Q3DockArea &amp; dockArea)">
+ <parameter left="QTextStream &amp;" right="" name="ts" default=""/>
+ <parameter left="Q3DockArea &amp;" right="" name="dockArea" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSqlQuery" href="qsqlquery.html" location="qsqlquery.h" bases="" module="QtSql">
+ <target name="qsqlquery-examples"/>
+ <contents name="approaches-to-binding-values" title="Approaches to Binding Values" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSqlQuery" fullname="QSqlQuery::QSqlQuery" href="qsqlquery.html#QSqlQuery" location="qsqlquery.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSqlQuery(QSqlResult * result)">
+ <parameter left="QSqlResult *" right="" name="result" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSqlQuery" fullname="QSqlQuery::QSqlQuery" href="qsqlquery.html#QSqlQuery-2" location="qsqlquery.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSqlQuery(const QString &amp; query, QSqlDatabase db)">
+ <parameter left="const QString &amp;" right="" name="query" default="QString()"/>
+ <parameter left="QSqlDatabase" right="" name="db" default="QSqlDatabase()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSqlQuery" fullname="QSqlQuery::QSqlQuery" href="qsqlquery.html#QSqlQuery-3" location="qsqlquery.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QSqlQuery(QSqlDatabase db)">
+ <parameter left="QSqlDatabase" right="" name="db" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSqlQuery" fullname="QSqlQuery::QSqlQuery" href="qsqlquery.html#QSqlQuery-4" location="qsqlquery.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QSqlQuery(const QSqlQuery &amp; other)">
+ <parameter left="const QSqlQuery &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QSqlQuery::operator=" href="qsqlquery.html#operator=" location="qsqlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSqlQuery &amp;" signature="operator=(const QSqlQuery &amp; other)">
+ <parameter left="const QSqlQuery &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSqlQuery" fullname="QSqlQuery::~QSqlQuery" href="qsqlquery.html#dtor.QSqlQuery" location="qsqlquery.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSqlQuery()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QSqlQuery::isValid" href="qsqlquery.html#isValid" location="qsqlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isActive" fullname="QSqlQuery::isActive" href="qsqlquery.html#isActive" location="qsqlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isActive() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QSqlQuery::isNull" href="qsqlquery.html#isNull" location="qsqlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull(int field) const">
+ <parameter left="int" right="" name="field" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="at" fullname="QSqlQuery::at" href="qsqlquery.html#at" location="qsqlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="at() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastQuery" fullname="QSqlQuery::lastQuery" href="qsqlquery.html#lastQuery" location="qsqlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="lastQuery() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numRowsAffected" fullname="QSqlQuery::numRowsAffected" href="qsqlquery.html#numRowsAffected" location="qsqlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="numRowsAffected() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastError" fullname="QSqlQuery::lastError" href="qsqlquery.html#lastError" location="qsqlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSqlError" signature="lastError() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSelect" fullname="QSqlQuery::isSelect" href="qsqlquery.html#isSelect" location="qsqlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSelect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QSqlQuery::size" href="qsqlquery.html#size" location="qsqlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="driver" fullname="QSqlQuery::driver" href="qsqlquery.html#driver" location="qsqlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QSqlDriver *" signature="driver() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="result" fullname="QSqlQuery::result" href="qsqlquery.html#result" location="qsqlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QSqlResult *" signature="result() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isForwardOnly" fullname="QSqlQuery::isForwardOnly" href="qsqlquery.html#isForwardOnly" location="qsqlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isForwardOnly() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="record" fullname="QSqlQuery::record" href="qsqlquery.html#record" location="qsqlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSqlRecord" signature="record() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setForwardOnly" fullname="QSqlQuery::setForwardOnly" href="qsqlquery.html#setForwardOnly" location="qsqlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setForwardOnly(bool forward)">
+ <parameter left="bool" right="" name="forward" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exec" fullname="QSqlQuery::exec" href="qsqlquery.html#exec" location="qsqlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="exec(const QString &amp; query)">
+ <parameter left="const QString &amp;" right="" name="query" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QSqlQuery::value" href="qsqlquery.html#value" location="qsqlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="value(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNumericalPrecisionPolicy" fullname="QSqlQuery::setNumericalPrecisionPolicy" href="qsqlquery.html#setNumericalPrecisionPolicy" location="qsqlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNumericalPrecisionPolicy(QSql::NumericalPrecisionPolicy precisionPolicy)">
+ <parameter left="QSql::NumericalPrecisionPolicy" right="" name="precisionPolicy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numericalPrecisionPolicy" fullname="QSqlQuery::numericalPrecisionPolicy" href="qsqlquery.html#numericalPrecisionPolicy" location="qsqlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSql::NumericalPrecisionPolicy" signature="numericalPrecisionPolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="seek" fullname="QSqlQuery::seek" href="qsqlquery.html#seek" location="qsqlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="seek(int index, bool relative)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="bool" right="" name="relative" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="QSqlQuery::next" href="qsqlquery.html#next" location="qsqlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="next()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previous" fullname="QSqlQuery::previous" href="qsqlquery.html#previous" location="qsqlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="previous()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="prev" fullname="QSqlQuery::prev" href="qsqlquery-qt3.html#prev" location="qsqlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="prev()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="first" fullname="QSqlQuery::first" href="qsqlquery.html#first" location="qsqlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="first()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="last" fullname="QSqlQuery::last" href="qsqlquery.html#last" location="qsqlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="last()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QSqlQuery::clear" href="qsqlquery.html#clear" location="qsqlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exec" fullname="QSqlQuery::exec" href="qsqlquery.html#exec-2" location="qsqlquery.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="exec()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="BatchExecutionMode" fullname="QSqlQuery::BatchExecutionMode" href="qsqlquery.html#BatchExecutionMode-enum" location="qsqlquery.h">
+ <value name="ValuesAsRows" value="0"/>
+ <value name="ValuesAsColumns" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="execBatch" fullname="QSqlQuery::execBatch" href="qsqlquery.html#execBatch" location="qsqlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="execBatch(BatchExecutionMode mode)">
+ <parameter left="BatchExecutionMode" right="" name="mode" default="ValuesAsRows"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prepare" fullname="QSqlQuery::prepare" href="qsqlquery.html#prepare" location="qsqlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="prepare(const QString &amp; query)">
+ <parameter left="const QString &amp;" right="" name="query" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bindValue" fullname="QSqlQuery::bindValue" href="qsqlquery.html#bindValue" location="qsqlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="bindValue(const QString &amp; placeholder, const QVariant &amp; val, QFlags&lt;QSql::ParamTypeFlag&gt; paramType)">
+ <parameter left="const QString &amp;" right="" name="placeholder" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="val" default=""/>
+ <parameter left="QFlags&lt;QSql::ParamTypeFlag&gt;" right="" name="paramType" default="QSql::In"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bindValue" fullname="QSqlQuery::bindValue" href="qsqlquery.html#bindValue-2" location="qsqlquery.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="bindValue(int pos, const QVariant &amp; val, QFlags&lt;QSql::ParamTypeFlag&gt; paramType)">
+ <parameter left="int" right="" name="pos" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="val" default=""/>
+ <parameter left="QFlags&lt;QSql::ParamTypeFlag&gt;" right="" name="paramType" default="QSql::In"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addBindValue" fullname="QSqlQuery::addBindValue" href="qsqlquery.html#addBindValue" location="qsqlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addBindValue(const QVariant &amp; val, QFlags&lt;QSql::ParamTypeFlag&gt; paramType)">
+ <parameter left="const QVariant &amp;" right="" name="val" default=""/>
+ <parameter left="QFlags&lt;QSql::ParamTypeFlag&gt;" right="" name="paramType" default="QSql::In"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundValue" fullname="QSqlQuery::boundValue" href="qsqlquery.html#boundValue" location="qsqlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="boundValue(const QString &amp; placeholder) const">
+ <parameter left="const QString &amp;" right="" name="placeholder" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundValue" fullname="QSqlQuery::boundValue" href="qsqlquery.html#boundValue-2" location="qsqlquery.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QVariant" signature="boundValue(int pos) const">
+ <parameter left="int" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundValues" fullname="QSqlQuery::boundValues" href="qsqlquery.html#boundValues" location="qsqlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMap&lt;QString, QVariant&gt;" signature="boundValues() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="executedQuery" fullname="QSqlQuery::executedQuery" href="qsqlquery.html#executedQuery" location="qsqlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="executedQuery() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastInsertId" fullname="QSqlQuery::lastInsertId" href="qsqlquery.html#lastInsertId" location="qsqlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="lastInsertId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="finish" fullname="QSqlQuery::finish" href="qsqlquery.html#finish" location="qsqlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="finish()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nextResult" fullname="QSqlQuery::nextResult" href="qsqlquery.html#nextResult" location="qsqlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="nextResult()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPushButton" href="qpushbutton.html" location="qpushbutton.h" bases="QAbstractButton" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoDefault" fullname="QPushButton::autoDefault" href="qpushbutton.html#autoDefault-prop" location="qpushbutton.h" type="bool">
+ <getter name="autoDefault"/>
+ <setter name="setAutoDefault"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="default" fullname="QPushButton::default" href="qpushbutton.html#default-prop" location="qpushbutton.h" type="bool">
+ <getter name="isDefault"/>
+ <setter name="setDefault"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="flat" fullname="QPushButton::flat" href="qpushbutton.html#flat-prop" location="qpushbutton.h" type="bool">
+ <getter name="isFlat"/>
+ <setter name="setFlat"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPushButton" fullname="QPushButton::QPushButton" href="qpushbutton.html#QPushButton" location="qpushbutton.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPushButton(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPushButton" fullname="QPushButton::QPushButton" href="qpushbutton.html#QPushButton-2" location="qpushbutton.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QPushButton(const QString &amp; text, QWidget * parent)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPushButton" fullname="QPushButton::QPushButton" href="qpushbutton.html#QPushButton-3" location="qpushbutton.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QPushButton(const QIcon &amp; icon, const QString &amp; text, QWidget * parent)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPushButton" fullname="QPushButton::~QPushButton" href="qpushbutton.html#dtor.QPushButton" location="qpushbutton.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPushButton()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QPushButton::sizeHint" href="qpushbutton.html#sizeHint" location="qpushbutton.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="QPushButton::minimumSizeHint" href="qpushbutton.html#minimumSizeHint" location="qpushbutton.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoDefault" fullname="QPushButton::autoDefault" href="qpushbutton.html#autoDefault-prop" location="qpushbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoDefault" type="bool" signature="autoDefault() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoDefault" fullname="QPushButton::setAutoDefault" href="qpushbutton.html#autoDefault-prop" location="qpushbutton.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="autoDefault" type="void" signature="setAutoDefault(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDefault" fullname="QPushButton::isDefault" href="qpushbutton.html#default-prop" location="qpushbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="default" type="bool" signature="isDefault() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefault" fullname="QPushButton::setDefault" href="qpushbutton.html#default-prop" location="qpushbutton.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="default" type="void" signature="setDefault(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMenu" fullname="QPushButton::setMenu" href="qpushbutton.html#setMenu" location="qpushbutton.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMenu(QMenu * menu)">
+ <parameter left="QMenu *" right="" name="menu" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="menu" fullname="QPushButton::menu" href="qpushbutton.html#menu" location="qpushbutton.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMenu *" signature="menu() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFlat" fullname="QPushButton::setFlat" href="qpushbutton.html#flat-prop" location="qpushbutton.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="flat" type="void" signature="setFlat(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFlat" fullname="QPushButton::isFlat" href="qpushbutton.html#flat-prop" location="qpushbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="flat" type="bool" signature="isFlat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showMenu" fullname="QPushButton::showMenu" href="qpushbutton.html#showMenu" location="qpushbutton.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="showMenu()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QPushButton::event" href="qpushbutton.html#event" location="qpushbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QPushButton::paintEvent" href="qpushbutton.html#paintEvent" location="qpushbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * )">
+ <parameter left="QPaintEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QPushButton::keyPressEvent" href="qpushbutton.html#keyPressEvent" location="qpushbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="QPushButton::focusInEvent" href="qpushbutton.html#focusInEvent" location="qpushbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * e)">
+ <parameter left="QFocusEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="QPushButton::focusOutEvent" href="qpushbutton.html#focusOutEvent" location="qpushbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * e)">
+ <parameter left="QFocusEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initStyleOption" fullname="QPushButton::initStyleOption" href="qpushbutton.html#initStyleOption" location="qpushbutton.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="initStyleOption(QStyleOptionButton * option) const">
+ <parameter left="QStyleOptionButton *" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QPushButton" fullname="QPushButton::QPushButton" href="qpushbutton-qt3.html#QPushButton-5" location="qpushbutton.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QPushButton(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QPushButton" fullname="QPushButton::QPushButton" href="qpushbutton-qt3.html#QPushButton-6" location="qpushbutton.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QPushButton(const QString &amp; text, QWidget * parent, const char * name)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QPushButton" fullname="QPushButton::QPushButton" href="qpushbutton-qt3.html#QPushButton-7" location="qpushbutton.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="7" type="" signature="QPushButton(const QIcon &amp; icon, const QString &amp; text, QWidget * parent, const char * name)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="openPopup" fullname="QPushButton::openPopup" href="qpushbutton-qt3.html#openPopup" location="qpushbutton.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="openPopup()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="isMenuButton" fullname="QPushButton::isMenuButton" href="qpushbutton-qt3.html#isMenuButton" location="qpushbutton.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isMenuButton() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setPopup" fullname="QPushButton::setPopup" href="qpushbutton-qt3.html#setPopup" location="qpushbutton.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPopup(QMenu * popup)">
+ <parameter left="QMenu *" right="" name="popup" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="popup" fullname="QPushButton::popup" href="qpushbutton-qt3.html#popup" location="qpushbutton.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMenu *" signature="popup() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPanGesture" href="qpangesture.html" location="qstandardgestures.h" bases="QGesture" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="totalOffset" fullname="QPanGesture::totalOffset" href="qpangesture.html#totalOffset-prop" location="qstandardgestures.h" type="QSize">
+ <getter name="totalOffset"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="lastOffset" fullname="QPanGesture::lastOffset" href="qpangesture.html#lastOffset-prop" location="qstandardgestures.h" type="QSize">
+ <getter name="lastOffset"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPanGesture" fullname="QPanGesture::QPanGesture" href="qpangesture.html#QPanGesture" location="qstandardgestures.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPanGesture(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="totalOffset" fullname="QPanGesture::totalOffset" href="qpangesture.html#totalOffset-prop" location="qstandardgestures.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="totalOffset" type="QSize" signature="totalOffset() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastOffset" fullname="QPanGesture::lastOffset" href="qpangesture.html#lastOffset-prop" location="qstandardgestures.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="lastOffset" type="QSize" signature="lastOffset() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPinchGesture" href="qpinchgesture.html" location="qstandardgestures.h" bases="QGesture" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="scaleFactor" fullname="QPinchGesture::scaleFactor" href="qpinchgesture.html#scaleFactor-prop" location="qstandardgestures.h" type="qreal">
+ <getter name="scaleFactor"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="lastScaleFactor" fullname="QPinchGesture::lastScaleFactor" href="qpinchgesture.html#lastScaleFactor-prop" location="qstandardgestures.h" type="qreal">
+ <getter name="lastScaleFactor"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="rotationAngle" fullname="QPinchGesture::rotationAngle" href="qpinchgesture.html#rotationAngle-prop" location="qstandardgestures.h" type="qreal">
+ <getter name="rotationAngle"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="lastRotationAngle" fullname="QPinchGesture::lastRotationAngle" href="qpinchgesture.html#lastRotationAngle-prop" location="qstandardgestures.h" type="qreal">
+ <getter name="lastRotationAngle"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="startCenterPoint" fullname="QPinchGesture::startCenterPoint" href="qpinchgesture.html#startCenterPoint-prop" location="qstandardgestures.h" type="QPoint">
+ <getter name="startCenterPoint"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="lastCenterPoint" fullname="QPinchGesture::lastCenterPoint" href="qpinchgesture.html#lastCenterPoint-prop" location="qstandardgestures.h" type="QPoint">
+ <getter name="lastCenterPoint"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="centerPoint" fullname="QPinchGesture::centerPoint" href="qpinchgesture.html#centerPoint-prop" location="qstandardgestures.h" type="QPoint">
+ <getter name="centerPoint"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPinchGesture" fullname="QPinchGesture::QPinchGesture" href="qpinchgesture.html#QPinchGesture" location="qstandardgestures.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPinchGesture(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startCenterPoint" fullname="QPinchGesture::startCenterPoint" href="qpinchgesture.html#startCenterPoint-prop" location="qstandardgestures.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="startCenterPoint" type="QPoint" signature="startCenterPoint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastCenterPoint" fullname="QPinchGesture::lastCenterPoint" href="qpinchgesture.html#lastCenterPoint-prop" location="qstandardgestures.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="lastCenterPoint" type="QPoint" signature="lastCenterPoint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="centerPoint" fullname="QPinchGesture::centerPoint" href="qpinchgesture.html#centerPoint-prop" location="qstandardgestures.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="centerPoint" type="QPoint" signature="centerPoint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scaleFactor" fullname="QPinchGesture::scaleFactor" href="qpinchgesture.html#scaleFactor-prop" location="qstandardgestures.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="scaleFactor" type="qreal" signature="scaleFactor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastScaleFactor" fullname="QPinchGesture::lastScaleFactor" href="qpinchgesture.html#lastScaleFactor-prop" location="qstandardgestures.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="lastScaleFactor" type="qreal" signature="lastScaleFactor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rotationAngle" fullname="QPinchGesture::rotationAngle" href="qpinchgesture.html#rotationAngle-prop" location="qstandardgestures.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="rotationAngle" type="qreal" signature="rotationAngle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastRotationAngle" fullname="QPinchGesture::lastRotationAngle" href="qpinchgesture.html#lastRotationAngle-prop" location="qstandardgestures.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="lastRotationAngle" type="qreal" signature="lastRotationAngle() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QAbstractFileEngine" href="qabstractfileengine.html" location="qabstractfileengine.h" bases="" module="QtCore">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FileFlag" fullname="QAbstractFileEngine::FileFlag" href="qabstractfileengine.html#FileFlag-enum" location="qabstractfileengine.h" typedef="QAbstractFileEngine::FileFlags">
+ <value name="ReadOwnerPerm" value="0x4000"/>
+ <value name="WriteOwnerPerm" value="0x2000"/>
+ <value name="ExeOwnerPerm" value="0x1000"/>
+ <value name="ReadUserPerm" value="0x0400"/>
+ <value name="WriteUserPerm" value="0x0200"/>
+ <value name="ExeUserPerm" value="0x0100"/>
+ <value name="ReadGroupPerm" value="0x0040"/>
+ <value name="WriteGroupPerm" value="0x0020"/>
+ <value name="ExeGroupPerm" value="0x0010"/>
+ <value name="ReadOtherPerm" value="0x0004"/>
+ <value name="WriteOtherPerm" value="0x0002"/>
+ <value name="ExeOtherPerm" value="0x0001"/>
+ <value name="LinkType" value="0x10000"/>
+ <value name="FileType" value="0x20000"/>
+ <value name="DirectoryType" value="0x40000"/>
+ <value name="BundleType" value="0x80000"/>
+ <value name="HiddenFlag" value="0x0100000"/>
+ <value name="LocalDiskFlag" value="0x0200000"/>
+ <value name="ExistsFlag" value="0x0400000"/>
+ <value name="RootFlag" value="0x0800000"/>
+ <value name="Refresh" value="0x1000000"/>
+ <value name="PermsMask" value="0x0000FFFF"/>
+ <value name="TypesMask" value="0x000F0000"/>
+ <value name="FlagsMask" value="0x0FF00000"/>
+ <value name="FileInfoAll" value="FlagsMask | PermsMask | TypesMask"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="FileFlags" fullname="QAbstractFileEngine::FileFlags" href="qabstractfileengine.html#FileFlags-typedef" location="qabstractfileengine.h" enum="QAbstractFileEngine::FileFlag"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FileName" fullname="QAbstractFileEngine::FileName" href="qabstractfileengine.html#FileName-enum" location="qabstractfileengine.h">
+ <value name="DefaultName" value="0"/>
+ <value name="BaseName" value="1"/>
+ <value name="PathName" value="2"/>
+ <value name="AbsoluteName" value="3"/>
+ <value name="AbsolutePathName" value="4"/>
+ <value name="LinkName" value="5"/>
+ <value name="CanonicalName" value="6"/>
+ <value name="CanonicalPathName" value="7"/>
+ <value name="BundleName" value="8"/>
+ <value name="NFileNames" value="9"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FileOwner" fullname="QAbstractFileEngine::FileOwner" href="qabstractfileengine.html#FileOwner-enum" location="qabstractfileengine.h">
+ <value name="OwnerUser" value="0"/>
+ <value name="OwnerGroup" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FileTime" fullname="QAbstractFileEngine::FileTime" href="qabstractfileengine.html#FileTime-enum" location="qabstractfileengine.h">
+ <value name="CreationTime" value="0"/>
+ <value name="ModificationTime" value="1"/>
+ <value name="AccessTime" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractFileEngine" fullname="QAbstractFileEngine::~QAbstractFileEngine" href="qabstractfileengine.html#dtor.QAbstractFileEngine" location="qabstractfileengine.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractFileEngine()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QAbstractFileEngine::open" href="qabstractfileengine.html#open" location="qabstractfileengine.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="open(QFlags&lt;QIODevice::OpenModeFlag&gt; mode)">
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="close" fullname="QAbstractFileEngine::close" href="qabstractfileengine.html#close" location="qabstractfileengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="close()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flush" fullname="QAbstractFileEngine::flush" href="qabstractfileengine.html#flush" location="qabstractfileengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="flush()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QAbstractFileEngine::size" href="qabstractfileengine.html#size" location="qabstractfileengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QAbstractFileEngine::pos" href="qabstractfileengine.html#pos" location="qabstractfileengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="seek" fullname="QAbstractFileEngine::seek" href="qabstractfileengine.html#seek" location="qabstractfileengine.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="seek(qint64 offset)">
+ <parameter left="qint64" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSequential" fullname="QAbstractFileEngine::isSequential" href="qabstractfileengine.html#isSequential" location="qabstractfileengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSequential() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QAbstractFileEngine::remove" href="qabstractfileengine.html#remove" location="qabstractfileengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="remove()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="copy" fullname="QAbstractFileEngine::copy" href="qabstractfileengine.html#copy" location="qabstractfileengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="copy(const QString &amp; newName)">
+ <parameter left="const QString &amp;" right="" name="newName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rename" fullname="QAbstractFileEngine::rename" href="qabstractfileengine.html#rename" location="qabstractfileengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="rename(const QString &amp; newName)">
+ <parameter left="const QString &amp;" right="" name="newName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="link" fullname="QAbstractFileEngine::link" href="qabstractfileengine.html#link" location="qabstractfileengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="link(const QString &amp; newName)">
+ <parameter left="const QString &amp;" right="" name="newName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mkdir" fullname="QAbstractFileEngine::mkdir" href="qabstractfileengine.html#mkdir" location="qabstractfileengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="mkdir(const QString &amp; dirName, bool createParentDirectories) const">
+ <parameter left="const QString &amp;" right="" name="dirName" default=""/>
+ <parameter left="bool" right="" name="createParentDirectories" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rmdir" fullname="QAbstractFileEngine::rmdir" href="qabstractfileengine.html#rmdir" location="qabstractfileengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="rmdir(const QString &amp; dirName, bool recurseParentDirectories) const">
+ <parameter left="const QString &amp;" right="" name="dirName" default=""/>
+ <parameter left="bool" right="" name="recurseParentDirectories" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSize" fullname="QAbstractFileEngine::setSize" href="qabstractfileengine.html#setSize" location="qabstractfileengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="setSize(qint64 size)">
+ <parameter left="qint64" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="caseSensitive" fullname="QAbstractFileEngine::caseSensitive" href="qabstractfileengine.html#caseSensitive" location="qabstractfileengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="caseSensitive() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRelativePath" fullname="QAbstractFileEngine::isRelativePath" href="qabstractfileengine.html#isRelativePath" location="qabstractfileengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRelativePath() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="entryList" fullname="QAbstractFileEngine::entryList" href="qabstractfileengine.html#entryList" location="qabstractfileengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="entryList(QFlags&lt;QDir::Filter&gt; filters, const QStringList &amp; filterNames) const">
+ <parameter left="QFlags&lt;QDir::Filter&gt;" right="" name="filters" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="filterNames" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileFlags" fullname="QAbstractFileEngine::fileFlags" href="qabstractfileengine.html#fileFlags" location="qabstractfileengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="FileFlags" signature="fileFlags(QFlags&lt;QAbstractFileEngine::FileFlag&gt; type) const">
+ <parameter left="QFlags&lt;QAbstractFileEngine::FileFlag&gt;" right="" name="type" default="FileInfoAll"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPermissions" fullname="QAbstractFileEngine::setPermissions" href="qabstractfileengine.html#setPermissions" location="qabstractfileengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="setPermissions(uint perms)">
+ <parameter left="uint" right="" name="perms" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QAbstractFileEngine::fileName" href="qabstractfileengine.html#fileName" location="qabstractfileengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="fileName(FileName file) const">
+ <parameter left="FileName" right="" name="file" default="DefaultName"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ownerId" fullname="QAbstractFileEngine::ownerId" href="qabstractfileengine.html#ownerId" location="qabstractfileengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="uint" signature="ownerId(FileOwner owner) const">
+ <parameter left="FileOwner" right="" name="owner" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="owner" fullname="QAbstractFileEngine::owner" href="qabstractfileengine.html#owner" location="qabstractfileengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="owner(FileOwner owner) const">
+ <parameter left="FileOwner" right="" name="owner" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileTime" fullname="QAbstractFileEngine::fileTime" href="qabstractfileengine.html#fileTime" location="qabstractfileengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="fileTime(FileTime time) const">
+ <parameter left="FileTime" right="" name="time" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFileName" fullname="QAbstractFileEngine::setFileName" href="qabstractfileengine.html#setFileName" location="qabstractfileengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setFileName(const QString &amp; file)">
+ <parameter left="const QString &amp;" right="" name="file" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="handle" fullname="QAbstractFileEngine::handle" href="qabstractfileengine.html#handle" location="qabstractfileengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="handle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atEnd" fullname="QAbstractFileEngine::atEnd" href="qabstractfileengine.html#atEnd" location="qabstractfileengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="atEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QAbstractFileEngine::map" href="qabstractfileengine.html#map" location="qabstractfileengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="uchar *" signature="map(qint64 offset, qint64 size, QFile::MemoryMapFlags flags)">
+ <parameter left="qint64" right="" name="offset" default=""/>
+ <parameter left="qint64" right="" name="size" default=""/>
+ <parameter left="QFile::MemoryMapFlags" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unmap" fullname="QAbstractFileEngine::unmap" href="qabstractfileengine.html#unmap" location="qabstractfileengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="unmap(uchar * address)">
+ <parameter left="uchar *" right="" name="address" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Iterator" fullname="QAbstractFileEngine::Iterator" href="qabstractfileengine.html#Iterator-typedef" location="qabstractfileengine.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beginEntryList" fullname="QAbstractFileEngine::beginEntryList" href="qabstractfileengine.html#beginEntryList" location="qabstractfileengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="Iterator *" signature="beginEntryList(QFlags&lt;QDir::Filter&gt; filters, const QStringList &amp; filterNames)">
+ <parameter left="QFlags&lt;QDir::Filter&gt;" right="" name="filters" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="filterNames" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="read" fullname="QAbstractFileEngine::read" href="qabstractfileengine.html#read" location="qabstractfileengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="read(char * data, qint64 maxlen)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="maxlen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readLine" fullname="QAbstractFileEngine::readLine" href="qabstractfileengine.html#readLine" location="qabstractfileengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="readLine(char * data, qint64 maxlen)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="maxlen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="write" fullname="QAbstractFileEngine::write" href="qabstractfileengine.html#write" location="qabstractfileengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="write(const char * data, qint64 len)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QAbstractFileEngine::error" href="qabstractfileengine.html#error" location="qabstractfileengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFile::FileError" signature="error() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QAbstractFileEngine::errorString" href="qabstractfileengine.html#errorString" location="qabstractfileengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Extension" fullname="QAbstractFileEngine::Extension" href="qabstractfileengine.html#Extension-enum" location="qabstractfileengine.h">
+ <value name="AtEndExtension" value="0"/>
+ <value name="FastReadLineExtension" value="1"/>
+ <value name="MapExtension" value="2"/>
+ <value name="UnMapExtension" value="3"/>
+ </enum>
+ <class access="public" threadsafety="unspecified" status="commendable" name="ExtensionOption" fullname="QAbstractFileEngine::ExtensionOption" href="qabstractfileengine-extensionoption.html" location="qabstractfileengine.h" bases="" module="QtCore"/>
+ <class access="public" threadsafety="unspecified" status="commendable" name="ExtensionReturn" fullname="QAbstractFileEngine::ExtensionReturn" href="qabstractfileengine-extensionreturn.html" location="qabstractfileengine.h" bases="" module="QtCore"/>
+ <class access="public" threadsafety="unspecified" status="commendable" name="MapExtensionOption" fullname="QAbstractFileEngine::MapExtensionOption" href="qabstractfileengine-mapextensionoption.html" location="qabstractfileengine.h" bases="" module="QtCore">
+ <variable access="public" threadsafety="unspecified" status="commendable" name="offset" fullname="QAbstractFileEngine::MapExtensionOption::offset" href="qabstractfileengine-mapextensionoption.html#offset-var" location="qabstractfileengine.h" type="qint64" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QAbstractFileEngine::MapExtensionOption::size" href="qabstractfileengine-mapextensionoption.html#size-var" location="qabstractfileengine.h" type="qint64" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="flags" fullname="QAbstractFileEngine::MapExtensionOption::flags" href="qabstractfileengine-mapextensionoption.html#flags-var" location="qabstractfileengine.h" type="QFile::MemoryMapFlags" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="MapExtensionReturn" fullname="QAbstractFileEngine::MapExtensionReturn" href="qabstractfileengine-mapextensionreturn.html" location="qabstractfileengine.h" bases="" module="QtCore">
+ <variable access="public" threadsafety="unspecified" status="commendable" name="address" fullname="QAbstractFileEngine::MapExtensionReturn::address" href="qabstractfileengine-mapextensionreturn.html#address-var" location="qabstractfileengine.h" type="uchar *" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="UnMapExtensionOption" fullname="QAbstractFileEngine::UnMapExtensionOption" href="qabstractfileengine-unmapextensionoption.html" location="qabstractfileengine.h" bases="" module="QtCore">
+ <variable access="public" threadsafety="unspecified" status="commendable" name="address" fullname="QAbstractFileEngine::UnMapExtensionOption::address" href="qabstractfileengine-unmapextensionoption.html#address-var" location="qabstractfileengine.h" type="uchar *" static="false"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="extension" fullname="QAbstractFileEngine::extension" href="qabstractfileengine.html#extension" location="qabstractfileengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="extension(Extension extension, const ExtensionOption * option, ExtensionReturn * output)">
+ <parameter left="Extension" right="" name="extension" default=""/>
+ <parameter left="const ExtensionOption *" right="" name="option" default="0"/>
+ <parameter left="ExtensionReturn *" right="" name="output" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportsExtension" fullname="QAbstractFileEngine::supportsExtension" href="qabstractfileengine.html#supportsExtension" location="qabstractfileengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="supportsExtension(Extension extension) const">
+ <parameter left="Extension" right="" name="extension" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QAbstractFileEngine::create" href="qabstractfileengine.html#create" location="qabstractfileengine.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QAbstractFileEngine *" signature="create(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setError" fullname="QAbstractFileEngine::setError" href="qabstractfileengine.html#setError" location="qabstractfileengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setError(QFile::FileError error, const QString &amp; errorString)">
+ <parameter left="QFile::FileError" right="" name="error" default=""/>
+ <parameter left="const QString &amp;" right="" name="errorString" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="QAbstractFileEngine" fullname="QAbstractFileEngine::QAbstractFileEngine" href="qabstractfileengine.html#QAbstractFileEngine" location="qabstractfileengine.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractFileEngine()"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d_ptr" fullname="QAbstractFileEngine::d_ptr" href="qabstractfileengine.html#d_ptr-var" location="qabstractfileengine.h" type="QAbstractFileEnginePrivate *" static="false"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QAbstractFileEngineHandler" href="qabstractfileenginehandler.html" location="qabstractfileengine.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractFileEngineHandler" fullname="QAbstractFileEngineHandler::QAbstractFileEngineHandler" href="qabstractfileenginehandler.html#QAbstractFileEngineHandler" location="qabstractfileengine.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractFileEngineHandler()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractFileEngineHandler" fullname="QAbstractFileEngineHandler::~QAbstractFileEngineHandler" href="qabstractfileenginehandler.html#dtor.QAbstractFileEngineHandler" location="qabstractfileengine.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractFileEngineHandler()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QAbstractFileEngineHandler::create" href="qabstractfileenginehandler.html#create" location="qabstractfileengine.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QAbstractFileEngine *" signature="create(const QString &amp; fileName) const">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAbstractFileEngineIterator" href="qabstractfileengineiterator.html" location="qabstractfileengine.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractFileEngineIterator" fullname="QAbstractFileEngineIterator::QAbstractFileEngineIterator" href="qabstractfileengineiterator.html#QAbstractFileEngineIterator" location="qabstractfileengine.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractFileEngineIterator(QFlags&lt;QDir::Filter&gt; filters, const QStringList &amp; nameFilters)">
+ <parameter left="QFlags&lt;QDir::Filter&gt;" right="" name="filters" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="nameFilters" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractFileEngineIterator" fullname="QAbstractFileEngineIterator::~QAbstractFileEngineIterator" href="qabstractfileengineiterator.html#dtor.QAbstractFileEngineIterator" location="qabstractfileengine.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractFileEngineIterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="QAbstractFileEngineIterator::next" href="qabstractfileengineiterator.html#next" location="qabstractfileengine.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QString" signature="next()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasNext" fullname="QAbstractFileEngineIterator::hasNext" href="qabstractfileengineiterator.html#hasNext" location="qabstractfileengine.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="path" fullname="QAbstractFileEngineIterator::path" href="qabstractfileengineiterator.html#path" location="qabstractfileengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="path() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nameFilters" fullname="QAbstractFileEngineIterator::nameFilters" href="qabstractfileengineiterator.html#nameFilters" location="qabstractfileengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="nameFilters() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filters" fullname="QAbstractFileEngineIterator::filters" href="qabstractfileengineiterator.html#filters" location="qabstractfileengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDir::Filters" signature="filters() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentFileName" fullname="QAbstractFileEngineIterator::currentFileName" href="qabstractfileengineiterator.html#currentFileName" location="qabstractfileengine.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="currentFileName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentFileInfo" fullname="QAbstractFileEngineIterator::currentFileInfo" href="qabstractfileengineiterator.html#currentFileInfo" location="qabstractfileengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QFileInfo" signature="currentFileInfo() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentFilePath" fullname="QAbstractFileEngineIterator::currentFilePath" href="qabstractfileengineiterator.html#currentFilePath" location="qabstractfileengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="currentFilePath() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAxObject" href="qaxobject.html" location="qaxobject.h" bases="QObject,QAxBase" module="QAxContainer">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAxObject" fullname="QAxObject::QAxObject" href="qaxobject.html#QAxObject" location="qaxobject.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAxObject(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAxObject" fullname="QAxObject::QAxObject" href="qaxobject.html#QAxObject-2" location="qaxobject.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QAxObject(const QString &amp; c, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="c" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAxObject" fullname="QAxObject::QAxObject" href="qaxobject.html#QAxObject-3" location="qaxobject.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QAxObject(IUnknown * iface, QObject * parent)">
+ <parameter left="IUnknown *" right="" name="iface" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAxObject" fullname="QAxObject::~QAxObject" href="qaxobject.html#dtor.QAxObject" location="qaxobject.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAxObject()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doVerb" fullname="QAxObject::doVerb" href="qaxobject.html#doVerb" location="qaxobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="doVerb(const QString &amp; verb)">
+ <parameter left="const QString &amp;" right="" name="verb" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="connectNotify" fullname="QAxObject::connectNotify" href="qaxobject.html#connectNotify" location="qaxobject.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="connectNotify(const char * signal)">
+ <parameter left="const char *" right="" name="signal" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDrag" href="qdrag.html" location="qdrag.h" bases="QObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDrag" fullname="QDrag::QDrag" href="qdrag.html#QDrag" location="qdrag.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDrag(QWidget * dragSource)">
+ <parameter left="QWidget *" right="" name="dragSource" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDrag" fullname="QDrag::~QDrag" href="qdrag.html#dtor.QDrag" location="qdrag.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDrag()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMimeData" fullname="QDrag::setMimeData" href="qdrag.html#setMimeData" location="qdrag.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMimeData(QMimeData * data)">
+ <parameter left="QMimeData *" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mimeData" fullname="QDrag::mimeData" href="qdrag.html#mimeData" location="qdrag.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMimeData *" signature="mimeData() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPixmap" fullname="QDrag::setPixmap" href="qdrag.html#setPixmap" location="qdrag.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPixmap(const QPixmap &amp; pixmap)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmap" fullname="QDrag::pixmap" href="qdrag.html#pixmap" location="qdrag.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="pixmap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHotSpot" fullname="QDrag::setHotSpot" href="qdrag.html#setHotSpot" location="qdrag.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHotSpot(const QPoint &amp; hotspot)">
+ <parameter left="const QPoint &amp;" right="" name="hotspot" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hotSpot" fullname="QDrag::hotSpot" href="qdrag.html#hotSpot" location="qdrag.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="hotSpot() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="source" fullname="QDrag::source" href="qdrag.html#source" location="qdrag.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="source() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="target" fullname="QDrag::target" href="qdrag.html#target" location="qdrag.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="target() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="start" fullname="QDrag::start" href="qdrag-obsolete.html#start" location="qdrag.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Qt::DropAction" signature="start(QFlags&lt;Qt::DropAction&gt; request)">
+ <parameter left="QFlags&lt;Qt::DropAction&gt;" right="" name="request" default="Qt::CopyAction"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exec" fullname="QDrag::exec" href="qdrag.html#exec" location="qdrag.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Qt::DropAction" signature="exec(QFlags&lt;Qt::DropAction&gt; supportedActions)">
+ <parameter left="QFlags&lt;Qt::DropAction&gt;" right="" name="supportedActions" default="Qt::MoveAction"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exec" fullname="QDrag::exec" href="qdrag.html#exec-2" location="qdrag.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="Qt::DropAction" signature="exec(QFlags&lt;Qt::DropAction&gt; supportedActions, Qt::DropAction defaultDropAction)">
+ <parameter left="QFlags&lt;Qt::DropAction&gt;" right="" name="supportedActions" default=""/>
+ <parameter left="Qt::DropAction" right="" name="defaultDropAction" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDragCursor" fullname="QDrag::setDragCursor" href="qdrag.html#setDragCursor" location="qdrag.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDragCursor(const QPixmap &amp; cursor, Qt::DropAction action)">
+ <parameter left="const QPixmap &amp;" right="" name="cursor" default=""/>
+ <parameter left="Qt::DropAction" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionChanged" fullname="QDrag::actionChanged" href="qdrag.html#actionChanged" location="qdrag.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="actionChanged(Qt::DropAction action)">
+ <parameter left="Qt::DropAction" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="targetChanged" fullname="QDrag::targetChanged" href="qdrag.html#targetChanged" location="qdrag.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="targetChanged(QWidget * newTarget)">
+ <parameter left="QWidget *" right="" name="newTarget" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWidgetAction" href="qwidgetaction.html" location="qwidgetaction.h" bases="QAction" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWidgetAction" fullname="QWidgetAction::QWidgetAction" href="qwidgetaction.html#QWidgetAction" location="qwidgetaction.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWidgetAction(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWidgetAction" fullname="QWidgetAction::~QWidgetAction" href="qwidgetaction.html#dtor.QWidgetAction" location="qwidgetaction.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWidgetAction()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultWidget" fullname="QWidgetAction::setDefaultWidget" href="qwidgetaction.html#setDefaultWidget" location="qwidgetaction.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDefaultWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultWidget" fullname="QWidgetAction::defaultWidget" href="qwidgetaction.html#defaultWidget" location="qwidgetaction.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="defaultWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="requestWidget" fullname="QWidgetAction::requestWidget" href="qwidgetaction.html#requestWidget" location="qwidgetaction.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QWidget *" signature="requestWidget(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="releaseWidget" fullname="QWidgetAction::releaseWidget" href="qwidgetaction.html#releaseWidget" location="qwidgetaction.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="releaseWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QWidgetAction::event" href="qwidgetaction.html#event" location="qwidgetaction.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="QWidgetAction::eventFilter" href="qwidgetaction.html#eventFilter" location="qwidgetaction.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * obj, QEvent * event)">
+ <parameter left="QObject *" right="" name="obj" default=""/>
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="createWidget" fullname="QWidgetAction::createWidget" href="qwidgetaction.html#createWidget" location="qwidgetaction.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QWidget *" signature="createWidget(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="deleteWidget" fullname="QWidgetAction::deleteWidget" href="qwidgetaction.html#deleteWidget" location="qwidgetaction.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="deleteWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="createdWidgets" fullname="QWidgetAction::createdWidgets" href="qwidgetaction.html#createdWidgets" location="qwidgetaction.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QWidget *&gt;" signature="createdWidgets() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="compat" name="Q3CString" href="q3cstring.html" location="q3cstring.h" bases="QByteArray" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CString" fullname="Q3CString::Q3CString" href="q3cstring.html#Q3CString" location="q3cstring.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3CString()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CString" fullname="Q3CString::Q3CString" href="q3cstring.html#Q3CString-2" location="q3cstring.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3CString(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CString" fullname="Q3CString::Q3CString" href="q3cstring.html#Q3CString-3" location="q3cstring.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3CString(const Q3CString &amp; s)">
+ <parameter left="const Q3CString &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CString" fullname="Q3CString::Q3CString" href="q3cstring.html#Q3CString-4" location="q3cstring.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="Q3CString(const QByteArray &amp; ba)">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CString" fullname="Q3CString::Q3CString" href="q3cstring.html#Q3CString-5" location="q3cstring.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="Q3CString(const char * str)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CString" fullname="Q3CString::Q3CString" href="q3cstring.html#Q3CString-6" location="q3cstring.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="Q3CString(const char * str, uint maxsize)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ <parameter left="uint" right="" name="maxsize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3CString::operator=" href="q3cstring.html#operator=" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3CString &amp;" signature="operator=(const Q3CString &amp; s)">
+ <parameter left="const Q3CString &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3CString::operator=" href="q3cstring.html#operator=-3" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="Q3CString &amp;" signature="operator=(const char * str)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3CString::operator=" href="q3cstring.html#operator=-2" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="Q3CString &amp;" signature="operator=(const QByteArray &amp; ba)">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="copy" fullname="Q3CString::copy" href="q3cstring.html#copy" location="q3cstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3CString" signature="copy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sprintf" fullname="Q3CString::sprintf" href="q3cstring.html#sprintf" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3CString &amp;" signature="sprintf(const char * format, ... )">
+ <parameter left="const char *" right="" name="format" default=""/>
+ <parameter left="..." right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="leftJustify" fullname="Q3CString::leftJustify" href="q3cstring.html#leftJustify" location="q3cstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3CString" signature="leftJustify(uint width, char fill, bool truncate) const">
+ <parameter left="uint" right="" name="width" default=""/>
+ <parameter left="char" right="" name="fill" default="' '"/>
+ <parameter left="bool" right="" name="truncate" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rightJustify" fullname="Q3CString::rightJustify" href="q3cstring.html#rightJustify" location="q3cstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3CString" signature="rightJustify(uint width, char fill, bool truncate) const">
+ <parameter left="uint" right="" name="width" default=""/>
+ <parameter left="char" right="" name="fill" default="' '"/>
+ <parameter left="bool" right="" name="truncate" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lower" fullname="Q3CString::lower" href="q3cstring.html#lower" location="q3cstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3CString" signature="lower() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="upper" fullname="Q3CString::upper" href="q3cstring.html#upper" location="q3cstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3CString" signature="upper() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stripWhiteSpace" fullname="Q3CString::stripWhiteSpace" href="q3cstring.html#stripWhiteSpace" location="q3cstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3CString" signature="stripWhiteSpace() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="simplifyWhiteSpace" fullname="Q3CString::simplifyWhiteSpace" href="q3cstring.html#simplifyWhiteSpace" location="q3cstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3CString" signature="simplifyWhiteSpace() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="Q3CString::append" href="q3cstring.html#append" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3CString &amp;" signature="append(const char * str)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toShort" fullname="Q3CString::toShort" href="q3cstring.html#toShort" location="q3cstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="short" signature="toShort(bool * ok) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUShort" fullname="Q3CString::toUShort" href="q3cstring.html#toUShort" location="q3cstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ushort" signature="toUShort(bool * ok) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toInt" fullname="Q3CString::toInt" href="q3cstring.html#toInt" location="q3cstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="toInt(bool * ok) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUInt" fullname="Q3CString::toUInt" href="q3cstring.html#toUInt" location="q3cstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="toUInt(bool * ok) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLong" fullname="Q3CString::toLong" href="q3cstring.html#toLong" location="q3cstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="long" signature="toLong(bool * ok) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toULong" fullname="Q3CString::toULong" href="q3cstring.html#toULong" location="q3cstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ulong" signature="toULong(bool * ok) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFloat" fullname="Q3CString::toFloat" href="q3cstring.html#toFloat" location="q3cstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="float" signature="toFloat(bool * ok) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toDouble" fullname="Q3CString::toDouble" href="q3cstring.html#toDouble" location="q3cstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="double" signature="toDouble(bool * ok) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStr" fullname="Q3CString::setStr" href="q3cstring.html#setStr" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3CString &amp;" signature="setStr(const char * str)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="Q3CString::setNum" href="q3cstring.html#setNum-6" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="Q3CString &amp;" signature="setNum(short n)">
+ <parameter left="short" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="Q3CString::setNum" href="q3cstring.html#setNum-7" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="Q3CString &amp;" signature="setNum(ushort n)">
+ <parameter left="ushort" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="Q3CString::setNum" href="q3cstring.html#setNum-4" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="Q3CString &amp;" signature="setNum(int n)">
+ <parameter left="int" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="Q3CString::setNum" href="q3cstring.html#setNum-5" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="Q3CString &amp;" signature="setNum(uint n)">
+ <parameter left="uint" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="Q3CString::setNum" href="q3cstring.html#setNum-2" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="Q3CString &amp;" signature="setNum(long n)">
+ <parameter left="long" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="Q3CString::setNum" href="q3cstring.html#setNum-3" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="Q3CString &amp;" signature="setNum(ulong n)">
+ <parameter left="ulong" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="Q3CString::setNum" href="q3cstring.html#setNum-8" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="Q3CString &amp;" signature="setNum(float n, char f, int prec)">
+ <parameter left="float" right="" name="n" default=""/>
+ <parameter left="char" right="" name="f" default="'g'"/>
+ <parameter left="int" right="" name="prec" default="6"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="Q3CString::setNum" href="q3cstring.html#setNum" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3CString &amp;" signature="setNum(double n, char f, int prec)">
+ <parameter left="double" right="" name="n" default=""/>
+ <parameter left="char" right="" name="f" default="'g'"/>
+ <parameter left="int" right="" name="prec" default="6"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setExpand" fullname="Q3CString::setExpand" href="q3cstring.html#setExpand" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="setExpand(uint index, char c)">
+ <parameter left="uint" right="" name="index" default=""/>
+ <parameter left="char" right="" name="c" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="q3cstring.html#operator&lt;&lt;-15" location="q3cstring.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="15" relates="Q3CString" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; s, const Q3CString &amp; str)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="const Q3CString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="q3cstring.html#operator&gt;&gt;-11" location="q3cstring.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="11" relates="Q3CString" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; s, Q3CString &amp; str)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="Q3CString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="q3cstring.html#operator==-6" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" relates="Q3CString" type="bool" signature="operator==(const Q3CString &amp; s1, const Q3CString &amp; s2)">
+ <parameter left="const Q3CString &amp;" right="" name="s1" default=""/>
+ <parameter left="const Q3CString &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="q3cstring.html#operator==-82" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="82" relates="Q3CString" type="bool" signature="operator==(const Q3CString &amp; s1, const char * s2)">
+ <parameter left="const Q3CString &amp;" right="" name="s1" default=""/>
+ <parameter left="const char *" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="q3cstring.html#operator==-83" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="83" relates="Q3CString" type="bool" signature="operator==(const char * s1, const Q3CString &amp; s2)">
+ <parameter left="const char *" right="" name="s1" default=""/>
+ <parameter left="const Q3CString &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="q3cstring.html#operator!=-4" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" relates="Q3CString" type="bool" signature="operator!=(const Q3CString &amp; s1, const Q3CString &amp; s2)">
+ <parameter left="const Q3CString &amp;" right="" name="s1" default=""/>
+ <parameter left="const Q3CString &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="q3cstring.html#operator!=-59" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="59" relates="Q3CString" type="bool" signature="operator!=(const Q3CString &amp; s1, const char * s2)">
+ <parameter left="const Q3CString &amp;" right="" name="s1" default=""/>
+ <parameter left="const char *" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="q3cstring.html#operator!=-60" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="60" relates="Q3CString" type="bool" signature="operator!=(const char * s1, const Q3CString &amp; s2)">
+ <parameter left="const char *" right="" name="s1" default=""/>
+ <parameter left="const Q3CString &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" href="q3cstring.html#operator&lt;" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="Q3CString" type="bool" signature="operator&lt;(const Q3CString &amp; s1, const char * s2)">
+ <parameter left="const Q3CString &amp;" right="" name="s1" default=""/>
+ <parameter left="const char *" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" href="q3cstring.html#operator&lt;-21" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="21" relates="Q3CString" type="bool" signature="operator&lt;(const char * s1, const Q3CString &amp; s2)">
+ <parameter left="const char *" right="" name="s1" default=""/>
+ <parameter left="const Q3CString &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;=" href="q3cstring.html#operator&lt;=" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="Q3CString" type="bool" signature="operator&lt;=(const Q3CString &amp; s1, const char * s2)">
+ <parameter left="const Q3CString &amp;" right="" name="s1" default=""/>
+ <parameter left="const char *" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;=" href="q3cstring.html#operator&lt;=-16" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="16" relates="Q3CString" type="bool" signature="operator&lt;=(const char * s1, const Q3CString &amp; s2)">
+ <parameter left="const char *" right="" name="s1" default=""/>
+ <parameter left="const Q3CString &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" href="q3cstring.html#operator&gt;" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="Q3CString" type="bool" signature="operator&gt;(const Q3CString &amp; s1, const char * s2)">
+ <parameter left="const Q3CString &amp;" right="" name="s1" default=""/>
+ <parameter left="const char *" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" href="q3cstring.html#operator&gt;-16" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="16" relates="Q3CString" type="bool" signature="operator&gt;(const char * s1, const Q3CString &amp; s2)">
+ <parameter left="const char *" right="" name="s1" default=""/>
+ <parameter left="const Q3CString &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;=" href="q3cstring.html#operator&gt;=" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="Q3CString" type="bool" signature="operator&gt;=(const Q3CString &amp; s1, const char * s2)">
+ <parameter left="const Q3CString &amp;" right="" name="s1" default=""/>
+ <parameter left="const char *" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;=" href="q3cstring.html#operator&gt;=-16" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="16" relates="Q3CString" type="bool" signature="operator&gt;=(const char * s1, const Q3CString &amp; s2)">
+ <parameter left="const char *" right="" name="s1" default=""/>
+ <parameter left="const Q3CString &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="q3cstring.html#operator+-4" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" relates="Q3CString" type="const Q3CString" signature="operator+(const Q3CString &amp; s1, const Q3CString &amp; s2)">
+ <parameter left="const Q3CString &amp;" right="" name="s1" default=""/>
+ <parameter left="const Q3CString &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="q3cstring.html#operator+-44" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="44" relates="Q3CString" type="const Q3CString" signature="operator+(const Q3CString &amp; s1, const char * s2)">
+ <parameter left="const Q3CString &amp;" right="" name="s1" default=""/>
+ <parameter left="const char *" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="q3cstring.html#operator+-45" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="45" relates="Q3CString" type="const Q3CString" signature="operator+(const char * s1, const Q3CString &amp; s2)">
+ <parameter left="const char *" right="" name="s1" default=""/>
+ <parameter left="const Q3CString &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="q3cstring.html#operator+-46" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="46" relates="Q3CString" type="const Q3CString" signature="operator+(const Q3CString &amp; s, char c)">
+ <parameter left="const Q3CString &amp;" right="" name="s" default=""/>
+ <parameter left="char" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="q3cstring.html#operator+-47" location="q3cstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="47" relates="Q3CString" type="const Q3CString" signature="operator+(char c, const Q3CString &amp; s)">
+ <parameter left="char" right="" name="c" default=""/>
+ <parameter left="const Q3CString &amp;" right="" name="s" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDBusAbstractInterface" href="qdbusabstractinterface.html" location="qdbusabstractinterface.h" bases="QObject" module="QtDBus">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDBusAbstractInterface" fullname="QDBusAbstractInterface::~QDBusAbstractInterface" href="qdbusabstractinterface.html#dtor.QDBusAbstractInterface" location="qdbusabstractinterface.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDBusAbstractInterface()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QDBusAbstractInterface::isValid" href="qdbusabstractinterface.html#isValid" location="qdbusabstractinterface.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connection" fullname="QDBusAbstractInterface::connection" href="qdbusabstractinterface.html#connection" location="qdbusabstractinterface.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDBusConnection" signature="connection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="service" fullname="QDBusAbstractInterface::service" href="qdbusabstractinterface.html#service" location="qdbusabstractinterface.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="service() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="path" fullname="QDBusAbstractInterface::path" href="qdbusabstractinterface.html#path" location="qdbusabstractinterface.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="path() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="interface" fullname="QDBusAbstractInterface::interface" href="qdbusabstractinterface.html#interface" location="qdbusabstractinterface.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="interface() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastError" fullname="QDBusAbstractInterface::lastError" href="qdbusabstractinterface.html#lastError" location="qdbusabstractinterface.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDBusError" signature="lastError() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="call" fullname="QDBusAbstractInterface::call" href="qdbusabstractinterface.html#call" location="qdbusabstractinterface.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDBusMessage" signature="call(const QString &amp; method, const QVariant &amp; arg1, const QVariant &amp; arg2, const QVariant &amp; arg3, const QVariant &amp; arg4, const QVariant &amp; arg5, const QVariant &amp; arg6, const QVariant &amp; arg7, const QVariant &amp; arg8)">
+ <parameter left="const QString &amp;" right="" name="method" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="arg1" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="arg2" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="arg3" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="arg4" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="arg5" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="arg6" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="arg7" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="arg8" default="QVariant()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="call" fullname="QDBusAbstractInterface::call" href="qdbusabstractinterface.html#call-2" location="qdbusabstractinterface.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QDBusMessage" signature="call(QDBus::CallMode mode, const QString &amp; method, const QVariant &amp; arg1, const QVariant &amp; arg2, const QVariant &amp; arg3, const QVariant &amp; arg4, const QVariant &amp; arg5, const QVariant &amp; arg6, const QVariant &amp; arg7, const QVariant &amp; arg8)">
+ <parameter left="QDBus::CallMode" right="" name="mode" default=""/>
+ <parameter left="const QString &amp;" right="" name="method" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="arg1" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="arg2" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="arg3" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="arg4" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="arg5" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="arg6" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="arg7" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="arg8" default="QVariant()"/>
+ </function>
+ <function access="public" threadsafety="thread safe" status="commendable" name="callWithArgumentList" fullname="QDBusAbstractInterface::callWithArgumentList" href="qdbusabstractinterface.html#callWithArgumentList" location="qdbusabstractinterface.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDBusMessage" signature="callWithArgumentList(QDBus::CallMode mode, const QString &amp; method, const QList&lt;QVariant&gt; &amp; args)">
+ <parameter left="QDBus::CallMode" right="" name="mode" default=""/>
+ <parameter left="const QString &amp;" right="" name="method" default=""/>
+ <parameter left="const QList&lt;QVariant&gt; &amp;" right="" name="args" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="callWithCallback" fullname="QDBusAbstractInterface::callWithCallback" href="qdbusabstractinterface.html#callWithCallback" location="qdbusabstractinterface.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="callWithCallback(const QString &amp; method, const QList&lt;QVariant&gt; &amp; args, QObject * receiver, const char * returnMethod, const char * errorMethod)">
+ <parameter left="const QString &amp;" right="" name="method" default=""/>
+ <parameter left="const QList&lt;QVariant&gt; &amp;" right="" name="args" default=""/>
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="returnMethod" default=""/>
+ <parameter left="const char *" right="" name="errorMethod" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="callWithCallback" fullname="QDBusAbstractInterface::callWithCallback" href="qdbusabstractinterface.html#callWithCallback-2" location="qdbusabstractinterface.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="callWithCallback(const QString &amp; method, const QList&lt;QVariant&gt; &amp; args, QObject * receiver, const char * slot)">
+ <parameter left="const QString &amp;" right="" name="method" default=""/>
+ <parameter left="const QList&lt;QVariant&gt; &amp;" right="" name="args" default=""/>
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="slot" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="asyncCall" fullname="QDBusAbstractInterface::asyncCall" href="qdbusabstractinterface.html#asyncCall" location="qdbusabstractinterface.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDBusPendingCall" signature="asyncCall(const QString &amp; method, const QVariant &amp; arg1, const QVariant &amp; arg2, const QVariant &amp; arg3, const QVariant &amp; arg4, const QVariant &amp; arg5, const QVariant &amp; arg6, const QVariant &amp; arg7, const QVariant &amp; arg8)">
+ <parameter left="const QString &amp;" right="" name="method" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="arg1" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="arg2" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="arg3" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="arg4" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="arg5" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="arg6" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="arg7" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="arg8" default="QVariant()"/>
+ </function>
+ <function access="public" threadsafety="thread safe" status="commendable" name="asyncCallWithArgumentList" fullname="QDBusAbstractInterface::asyncCallWithArgumentList" href="qdbusabstractinterface.html#asyncCallWithArgumentList" location="qdbusabstractinterface.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDBusPendingCall" signature="asyncCallWithArgumentList(const QString &amp; method, const QList&lt;QVariant&gt; &amp; args)">
+ <parameter left="const QString &amp;" right="" name="method" default=""/>
+ <parameter left="const QList&lt;QVariant&gt; &amp;" right="" name="args" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3FileIconProvider" href="q3fileiconprovider.html" location="q3filedialog.h" bases="QObject" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3FileIconProvider" fullname="Q3FileIconProvider::Q3FileIconProvider" href="q3fileiconprovider.html#Q3FileIconProvider" location="q3filedialog.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3FileIconProvider(QObject * parent, const char * name)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmap" fullname="Q3FileIconProvider::pixmap" href="q3fileiconprovider.html#pixmap" location="q3filedialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="const QPixmap *" signature="pixmap(const QFileInfo &amp; info)">
+ <parameter left="const QFileInfo &amp;" right="" name="info" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3FilePreview" href="q3filepreview.html" location="q3filedialog.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3FilePreview" fullname="Q3FilePreview::Q3FilePreview" href="q3filepreview.html#Q3FilePreview" location="q3filedialog.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3FilePreview()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3FilePreview" fullname="Q3FilePreview::~Q3FilePreview" href="q3filepreview.html#dtor.Q3FilePreview" location="q3filedialog.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3FilePreview()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previewUrl" fullname="Q3FilePreview::previewUrl" href="q3filepreview.html#previewUrl" location="q3filedialog.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="previewUrl(const Q3Url &amp; url)">
+ <parameter left="const Q3Url &amp;" right="" name="url" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3FileDialog" href="q3filedialog.html" location="q3filedialog.h" bases="QDialog" module="Qt3SupportLight">
+ <contents name="creating-and-using-preview-widgets" title="Creating and using preview widgets" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="selectedFile" fullname="Q3FileDialog::selectedFile" href="q3filedialog.html#selectedFile-prop" location="q3filedialog.h" type="QString">
+ <getter name="selectedFile"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="selectedFilter" fullname="Q3FileDialog::selectedFilter" href="q3filedialog.html#selectedFilter-prop" location="q3filedialog.h" type="QString">
+ <getter name="selectedFilter"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="selectedFiles" fullname="Q3FileDialog::selectedFiles" href="q3filedialog.html#selectedFiles-prop" location="q3filedialog.h" type="QStringList">
+ <getter name="selectedFiles"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="dirPath" fullname="Q3FileDialog::dirPath" href="q3filedialog.html#dirPath-prop" location="q3filedialog.h" type="QString">
+ <getter name="dirPath"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="showHiddenFiles" fullname="Q3FileDialog::showHiddenFiles" href="q3filedialog.html#showHiddenFiles-prop" location="q3filedialog.h" type="bool">
+ <getter name="showHiddenFiles"/>
+ <setter name="setShowHiddenFiles"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="mode" fullname="Q3FileDialog::mode" href="q3filedialog.html#mode-prop" location="q3filedialog.h" type="Mode">
+ <getter name="mode"/>
+ <setter name="setMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="viewMode" fullname="Q3FileDialog::viewMode" href="q3filedialog.html#viewMode-prop" location="q3filedialog.h" type="ViewMode">
+ <getter name="viewMode"/>
+ <setter name="setViewMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="previewMode" fullname="Q3FileDialog::previewMode" href="q3filedialog.html#previewMode-prop" location="q3filedialog.h" type="PreviewMode">
+ <getter name="previewMode"/>
+ <setter name="setPreviewMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="infoPreview" fullname="Q3FileDialog::infoPreview" href="q3filedialog.html#infoPreview-prop" location="q3filedialog.h" type="bool">
+ <getter name="isInfoPreviewEnabled"/>
+ <setter name="setInfoPreviewEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="contentsPreview" fullname="Q3FileDialog::contentsPreview" href="q3filedialog.html#contentsPreview-prop" location="q3filedialog.h" type="bool">
+ <getter name="isContentsPreviewEnabled"/>
+ <setter name="setContentsPreviewEnabled"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3FileDialog" fullname="Q3FileDialog::Q3FileDialog" href="q3filedialog.html#Q3FileDialog" location="q3filedialog.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3FileDialog(const QString &amp; dirName, const QString &amp; filter, QWidget * parent, const char * name, bool modal)">
+ <parameter left="const QString &amp;" right="" name="dirName" default=""/>
+ <parameter left="const QString &amp;" right="" name="filter" default="QString()"/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="bool" right="" name="modal" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3FileDialog" fullname="Q3FileDialog::Q3FileDialog" href="q3filedialog.html#Q3FileDialog-2" location="q3filedialog.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3FileDialog(QWidget * parent, const char * name, bool modal)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="bool" right="" name="modal" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3FileDialog" fullname="Q3FileDialog::~Q3FileDialog" href="q3filedialog.html#dtor.Q3FileDialog" location="q3filedialog.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3FileDialog()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getOpenFileName" fullname="Q3FileDialog::getOpenFileName" href="q3filedialog.html#getOpenFileName" location="q3filedialog.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="getOpenFileName(const QString &amp; startWith, const QString &amp; filter, QWidget * parent, const char * name, const QString &amp; caption, QString * selectedFilter, bool resolveSymlinks)">
+ <parameter left="const QString &amp;" right="" name="startWith" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="filter" default="QString()"/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="const QString &amp;" right="" name="caption" default="QString()"/>
+ <parameter left="QString *" right="" name="selectedFilter" default="0"/>
+ <parameter left="bool" right="" name="resolveSymlinks" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getSaveFileName" fullname="Q3FileDialog::getSaveFileName" href="q3filedialog.html#getSaveFileName" location="q3filedialog.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="getSaveFileName(const QString &amp; startWith, const QString &amp; filter, QWidget * parent, const char * name, const QString &amp; caption, QString * selectedFilter, bool resolveSymlinks)">
+ <parameter left="const QString &amp;" right="" name="startWith" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="filter" default="QString()"/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="const QString &amp;" right="" name="caption" default="QString()"/>
+ <parameter left="QString *" right="" name="selectedFilter" default="0"/>
+ <parameter left="bool" right="" name="resolveSymlinks" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getExistingDirectory" fullname="Q3FileDialog::getExistingDirectory" href="q3filedialog.html#getExistingDirectory" location="q3filedialog.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="getExistingDirectory(const QString &amp; dir, QWidget * parent, const char * name, const QString &amp; caption, bool dirOnly, bool resolveSymlinks)">
+ <parameter left="const QString &amp;" right="" name="dir" default="QString()"/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="const QString &amp;" right="" name="caption" default="QString()"/>
+ <parameter left="bool" right="" name="dirOnly" default="true"/>
+ <parameter left="bool" right="" name="resolveSymlinks" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getOpenFileNames" fullname="Q3FileDialog::getOpenFileNames" href="q3filedialog.html#getOpenFileNames" location="q3filedialog.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="getOpenFileNames(const QString &amp; filter, const QString &amp; dir, QWidget * parent, const char * name, const QString &amp; caption, QString * selectedFilter, bool resolveSymlinks)">
+ <parameter left="const QString &amp;" right="" name="filter" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="dir" default="QString()"/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="const QString &amp;" right="" name="caption" default="QString()"/>
+ <parameter left="QString *" right="" name="selectedFilter" default="0"/>
+ <parameter left="bool" right="" name="resolveSymlinks" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIconProvider" fullname="Q3FileDialog::setIconProvider" href="q3filedialog.html#setIconProvider" location="q3filedialog.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setIconProvider(Q3FileIconProvider * provider)">
+ <parameter left="Q3FileIconProvider *" right="" name="provider" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iconProvider" fullname="Q3FileDialog::iconProvider" href="q3filedialog.html#iconProvider" location="q3filedialog.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="Q3FileIconProvider *" signature="iconProvider()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedFile" fullname="Q3FileDialog::selectedFile" href="q3filedialog.html#selectedFile-prop" location="q3filedialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="selectedFile" type="QString" signature="selectedFile() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedFilter" fullname="Q3FileDialog::selectedFilter" href="q3filedialog.html#selectedFilter-prop" location="q3filedialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="selectedFilter" type="QString" signature="selectedFilter() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectedFilter" fullname="Q3FileDialog::setSelectedFilter" href="q3filedialog.html#setSelectedFilter" location="q3filedialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelectedFilter(const QString &amp; mask)">
+ <parameter left="const QString &amp;" right="" name="mask" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectedFilter" fullname="Q3FileDialog::setSelectedFilter" href="q3filedialog.html#setSelectedFilter-2" location="q3filedialog.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setSelectedFilter(int n)">
+ <parameter left="int" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelection" fullname="Q3FileDialog::setSelection" href="q3filedialog.html#setSelection" location="q3filedialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelection(const QString &amp; filename)">
+ <parameter left="const QString &amp;" right="" name="filename" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectAll" fullname="Q3FileDialog::selectAll" href="q3filedialog.html#selectAll" location="q3filedialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="selectAll(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedFiles" fullname="Q3FileDialog::selectedFiles" href="q3filedialog.html#selectedFiles-prop" location="q3filedialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="selectedFiles" type="QStringList" signature="selectedFiles() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dirPath" fullname="Q3FileDialog::dirPath" href="q3filedialog.html#dirPath-prop" location="q3filedialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="dirPath" type="QString" signature="dirPath() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDir" fullname="Q3FileDialog::setDir" href="q3filedialog.html#setDir" location="q3filedialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDir(const QDir &amp; dir)">
+ <parameter left="const QDir &amp;" right="" name="dir" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dir" fullname="Q3FileDialog::dir" href="q3filedialog.html#dir" location="q3filedialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QDir *" signature="dir() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setShowHiddenFiles" fullname="Q3FileDialog::setShowHiddenFiles" href="q3filedialog.html#showHiddenFiles-prop" location="q3filedialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="showHiddenFiles" type="void" signature="setShowHiddenFiles(bool s)">
+ <parameter left="bool" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showHiddenFiles" fullname="Q3FileDialog::showHiddenFiles" href="q3filedialog.html#showHiddenFiles-prop" location="q3filedialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="showHiddenFiles" type="bool" signature="showHiddenFiles() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rereadDir" fullname="Q3FileDialog::rereadDir" href="q3filedialog.html#rereadDir" location="q3filedialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="rereadDir()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resortDir" fullname="Q3FileDialog::resortDir" href="q3filedialog.html#resortDir" location="q3filedialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resortDir()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Mode" fullname="Q3FileDialog::Mode" href="q3filedialog.html#Mode-enum" location="q3filedialog.h">
+ <value name="AnyFile" value="0"/>
+ <value name="ExistingFile" value="1"/>
+ <value name="Directory" value="2"/>
+ <value name="ExistingFiles" value="3"/>
+ <value name="DirectoryOnly" value="4"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMode" fullname="Q3FileDialog::setMode" href="q3filedialog.html#mode-prop" location="q3filedialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="mode" type="void" signature="setMode(Mode )">
+ <parameter left="Mode" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mode" fullname="Q3FileDialog::mode" href="q3filedialog.html#mode-prop" location="q3filedialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="mode" type="Mode" signature="mode() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ViewMode" fullname="Q3FileDialog::ViewMode" href="q3filedialog.html#ViewMode-enum" location="q3filedialog.h">
+ <value name="Detail" value="0"/>
+ <value name="List" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PreviewMode" fullname="Q3FileDialog::PreviewMode" href="q3filedialog.html#PreviewMode-enum" location="q3filedialog.h">
+ <value name="NoPreview" value="0"/>
+ <value name="Contents" value="1"/>
+ <value name="Info" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setViewMode" fullname="Q3FileDialog::setViewMode" href="q3filedialog.html#viewMode-prop" location="q3filedialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="viewMode" type="void" signature="setViewMode(ViewMode m)">
+ <parameter left="ViewMode" right="" name="m" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="viewMode" fullname="Q3FileDialog::viewMode" href="q3filedialog.html#viewMode-prop" location="q3filedialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="viewMode" type="ViewMode" signature="viewMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPreviewMode" fullname="Q3FileDialog::setPreviewMode" href="q3filedialog.html#previewMode-prop" location="q3filedialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="previewMode" type="void" signature="setPreviewMode(PreviewMode m)">
+ <parameter left="PreviewMode" right="" name="m" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previewMode" fullname="Q3FileDialog::previewMode" href="q3filedialog.html#previewMode-prop" location="q3filedialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="previewMode" type="PreviewMode" signature="previewMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="Q3FileDialog::eventFilter" href="q3filedialog.html#eventFilter" location="q3filedialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * o, QEvent * e)">
+ <parameter left="QObject *" right="" name="o" default=""/>
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isInfoPreviewEnabled" fullname="Q3FileDialog::isInfoPreviewEnabled" href="q3filedialog.html#infoPreview-prop" location="q3filedialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="infoPreview" type="bool" signature="isInfoPreviewEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isContentsPreviewEnabled" fullname="Q3FileDialog::isContentsPreviewEnabled" href="q3filedialog.html#contentsPreview-prop" location="q3filedialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="contentsPreview" type="bool" signature="isContentsPreviewEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setInfoPreviewEnabled" fullname="Q3FileDialog::setInfoPreviewEnabled" href="q3filedialog.html#infoPreview-prop" location="q3filedialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="infoPreview" type="void" signature="setInfoPreviewEnabled(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContentsPreviewEnabled" fullname="Q3FileDialog::setContentsPreviewEnabled" href="q3filedialog.html#contentsPreview-prop" location="q3filedialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="contentsPreview" type="void" signature="setContentsPreviewEnabled(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setInfoPreview" fullname="Q3FileDialog::setInfoPreview" href="q3filedialog.html#setInfoPreview" location="q3filedialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setInfoPreview(QWidget * w, Q3FilePreview * preview)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ <parameter left="Q3FilePreview *" right="" name="preview" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContentsPreview" fullname="Q3FileDialog::setContentsPreview" href="q3filedialog.html#setContentsPreview" location="q3filedialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setContentsPreview(QWidget * w, Q3FilePreview * preview)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ <parameter left="Q3FilePreview *" right="" name="preview" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="url" fullname="Q3FileDialog::url" href="q3filedialog.html#url" location="q3filedialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3Url" signature="url() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addFilter" fullname="Q3FileDialog::addFilter" href="q3filedialog.html#addFilter" location="q3filedialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addFilter(const QString &amp; filter)">
+ <parameter left="const QString &amp;" right="" name="filter" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="done" fullname="Q3FileDialog::done" href="q3filedialog.html#done" location="q3filedialog.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="done(int i)">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDir" fullname="Q3FileDialog::setDir" href="q3filedialog.html#setDir-2" location="q3filedialog.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="setDir(const QString &amp; pathstr)">
+ <parameter left="const QString &amp;" right="" name="pathstr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUrl" fullname="Q3FileDialog::setUrl" href="q3filedialog.html#setUrl" location="q3filedialog.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setUrl(const Q3UrlOperator &amp; url)">
+ <parameter left="const Q3UrlOperator &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFilter" fullname="Q3FileDialog::setFilter" href="q3filedialog.html#setFilter" location="q3filedialog.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setFilter(const QString &amp; newFilter)">
+ <parameter left="const QString &amp;" right="" name="newFilter" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFilters" fullname="Q3FileDialog::setFilters" href="q3filedialog.html#setFilters" location="q3filedialog.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setFilters(const QString &amp; filters)">
+ <parameter left="const QString &amp;" right="" name="filters" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFilters" fullname="Q3FileDialog::setFilters" href="q3filedialog.html#setFilters-2" location="q3filedialog.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="setFilters(const char ** types)">
+ <parameter left="const char **" right="" name="types" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFilters" fullname="Q3FileDialog::setFilters" href="q3filedialog.html#setFilters-3" location="q3filedialog.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="3" type="void" signature="setFilters(const QStringList &amp; types)">
+ <parameter left="const QStringList &amp;" right="" name="types" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="Q3FileDialog::resizeEvent" href="q3filedialog.html#resizeEvent" location="q3filedialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="Q3FileDialog::keyPressEvent" href="q3filedialog.html#keyPressEvent" location="q3filedialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * ke)">
+ <parameter left="QKeyEvent *" right="" name="ke" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="addWidgets" fullname="Q3FileDialog::addWidgets" href="q3filedialog.html#addWidgets" location="q3filedialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addWidgets(QLabel * l, QWidget * w, QPushButton * b)">
+ <parameter left="QLabel *" right="" name="l" default=""/>
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ <parameter left="QPushButton *" right="" name="b" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="addToolButton" fullname="Q3FileDialog::addToolButton" href="q3filedialog.html#addToolButton" location="q3filedialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addToolButton(QAbstractButton * b, bool separator)">
+ <parameter left="QAbstractButton *" right="" name="b" default=""/>
+ <parameter left="bool" right="" name="separator" default="false"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="addLeftWidget" fullname="Q3FileDialog::addLeftWidget" href="q3filedialog.html#addLeftWidget" location="q3filedialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addLeftWidget(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="addRightWidget" fullname="Q3FileDialog::addRightWidget" href="q3filedialog.html#addRightWidget" location="q3filedialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addRightWidget(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileHighlighted" fullname="Q3FileDialog::fileHighlighted" href="q3filedialog.html#fileHighlighted" location="q3filedialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="fileHighlighted(const QString &amp; file)">
+ <parameter left="const QString &amp;" right="" name="file" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileSelected" fullname="Q3FileDialog::fileSelected" href="q3filedialog.html#fileSelected" location="q3filedialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="fileSelected(const QString &amp; file)">
+ <parameter left="const QString &amp;" right="" name="file" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filesSelected" fullname="Q3FileDialog::filesSelected" href="q3filedialog.html#filesSelected" location="q3filedialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="filesSelected(const QStringList &amp; files)">
+ <parameter left="const QStringList &amp;" right="" name="files" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dirEntered" fullname="Q3FileDialog::dirEntered" href="q3filedialog.html#dirEntered" location="q3filedialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="dirEntered(const QString &amp; directory)">
+ <parameter left="const QString &amp;" right="" name="directory" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filterSelected" fullname="Q3FileDialog::filterSelected" href="q3filedialog.html#filterSelected" location="q3filedialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="filterSelected(const QString &amp; filter)">
+ <parameter left="const QString &amp;" right="" name="filter" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAudioOutput" href="qaudiooutput.html" location="qaudiooutput.h" bases="QObject" module="QtMultimedia">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAudioOutput" fullname="QAudioOutput::QAudioOutput" href="qaudiooutput.html#QAudioOutput" location="qaudiooutput.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAudioOutput(const QAudioFormat &amp; format, QObject * parent)">
+ <parameter left="const QAudioFormat &amp;" right="" name="format" default="QAudioFormat()"/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAudioOutput" fullname="QAudioOutput::QAudioOutput" href="qaudiooutput.html#QAudioOutput-2" location="qaudiooutput.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QAudioOutput(const QAudioDeviceId &amp; id, const QAudioFormat &amp; format, QObject * parent)">
+ <parameter left="const QAudioDeviceId &amp;" right="" name="id" default=""/>
+ <parameter left="const QAudioFormat &amp;" right="" name="format" default="QAudioFormat()"/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAudioOutput" fullname="QAudioOutput::~QAudioOutput" href="qaudiooutput.html#dtor.QAudioOutput" location="qaudiooutput.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAudioOutput()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QAudioOutput::format" href="qaudiooutput.html#format" location="qaudiooutput.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAudioFormat" signature="format() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="start" fullname="QAudioOutput::start" href="qaudiooutput.html#start" location="qaudiooutput.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QIODevice *" signature="start(QIODevice * device)">
+ <parameter left="QIODevice *" right="" name="device" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stop" fullname="QAudioOutput::stop" href="qaudiooutput.html#stop" location="qaudiooutput.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="stop()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="QAudioOutput::reset" href="qaudiooutput.html#reset" location="qaudiooutput.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="suspend" fullname="QAudioOutput::suspend" href="qaudiooutput.html#suspend" location="qaudiooutput.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="suspend()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resume" fullname="QAudioOutput::resume" href="qaudiooutput.html#resume" location="qaudiooutput.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resume()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBufferSize" fullname="QAudioOutput::setBufferSize" href="qaudiooutput.html#setBufferSize" location="qaudiooutput.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBufferSize(int value)">
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bufferSize" fullname="QAudioOutput::bufferSize" href="qaudiooutput.html#bufferSize" location="qaudiooutput.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="bufferSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bytesFree" fullname="QAudioOutput::bytesFree" href="qaudiooutput.html#bytesFree" location="qaudiooutput.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="bytesFree() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="periodSize" fullname="QAudioOutput::periodSize" href="qaudiooutput.html#periodSize" location="qaudiooutput.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="periodSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNotifyInterval" fullname="QAudioOutput::setNotifyInterval" href="qaudiooutput.html#setNotifyInterval" location="qaudiooutput.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNotifyInterval(int ms)">
+ <parameter left="int" right="" name="ms" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="notifyInterval" fullname="QAudioOutput::notifyInterval" href="qaudiooutput.html#notifyInterval" location="qaudiooutput.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="notifyInterval() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="totalTime" fullname="QAudioOutput::totalTime" href="qaudiooutput.html#totalTime" location="qaudiooutput.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="totalTime() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clock" fullname="QAudioOutput::clock" href="qaudiooutput.html#clock" location="qaudiooutput.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="clock() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QAudioOutput::error" href="qaudiooutput.html#error" location="qaudiooutput.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAudio::Error" signature="error() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QAudioOutput::state" href="qaudiooutput.html#state" location="qaudiooutput.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAudio::State" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stateChanged" fullname="QAudioOutput::stateChanged" href="qaudiooutput.html#stateChanged" location="qaudiooutput.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="stateChanged(QAudio::State state)">
+ <parameter left="QAudio::State" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="notify" fullname="QAudioOutput::notify" href="qaudiooutput.html#notify" location="qaudiooutput.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="notify()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDesignerContainerExtension" href="qdesignercontainerextension.html" location="container.h" bases="" module="QtDesigner">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDesignerContainerExtension" fullname="QDesignerContainerExtension::~QDesignerContainerExtension" href="qdesignercontainerextension.html#dtor.QDesignerContainerExtension" location="container.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDesignerContainerExtension()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QDesignerContainerExtension::count" href="qdesignercontainerextension.html#count" location="container.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widget" fullname="QDesignerContainerExtension::widget" href="qdesignercontainerextension.html#widget" location="container.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="widget(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentIndex" fullname="QDesignerContainerExtension::currentIndex" href="qdesignercontainerextension.html#currentIndex" location="container.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="currentIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentIndex" fullname="QDesignerContainerExtension::setCurrentIndex" href="qdesignercontainerextension.html#setCurrentIndex" location="container.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setCurrentIndex(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addWidget" fullname="QDesignerContainerExtension::addWidget" href="qdesignercontainerextension.html#addWidget" location="container.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="addWidget(QWidget * page)">
+ <parameter left="QWidget *" right="" name="page" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertWidget" fullname="QDesignerContainerExtension::insertWidget" href="qdesignercontainerextension.html#insertWidget" location="container.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="insertWidget(int index, QWidget * page)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="QWidget *" right="" name="page" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QDesignerContainerExtension::remove" href="qdesignercontainerextension.html#remove" location="container.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="remove(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWSPointerCalibrationData" href="qwspointercalibrationdata.html" location="qmouse_qws.h" bases="" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Location" fullname="QWSPointerCalibrationData::Location" href="qwspointercalibrationdata.html#Location-enum" location="qmouse_qws.h">
+ <value name="TopLeft" value="0"/>
+ <value name="BottomLeft" value="1"/>
+ <value name="BottomRight" value="2"/>
+ <value name="TopRight" value="3"/>
+ <value name="Center" value="4"/>
+ <value name="LastLocation" value="Center"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="devPoints" fullname="QWSPointerCalibrationData::devPoints" href="qwspointercalibrationdata.html#devPoints-var" location="qmouse_qws.h" type="QPoint[5]" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="screenPoints" fullname="QWSPointerCalibrationData::screenPoints" href="qwspointercalibrationdata.html#screenPoints-var" location="qmouse_qws.h" type="QPoint[5]" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWSMouseHandler" href="qwsmousehandler.html" location="qmouse_qws.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWSMouseHandler" fullname="QWSMouseHandler::QWSMouseHandler" href="qwsmousehandler.html#QWSMouseHandler" location="qmouse_qws.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWSMouseHandler(const QString &amp; driver, const QString &amp; device)">
+ <parameter left="const QString &amp;" right="" name="driver" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="device" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWSMouseHandler" fullname="QWSMouseHandler::~QWSMouseHandler" href="qwsmousehandler.html#dtor.QWSMouseHandler" location="qmouse_qws.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWSMouseHandler()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearCalibration" fullname="QWSMouseHandler::clearCalibration" href="qwsmousehandler.html#clearCalibration" location="qmouse_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clearCalibration()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="calibrate" fullname="QWSMouseHandler::calibrate" href="qwsmousehandler.html#calibrate" location="qmouse_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="calibrate(const QWSPointerCalibrationData * data)">
+ <parameter left="const QWSPointerCalibrationData *" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getCalibration" fullname="QWSMouseHandler::getCalibration" href="qwsmousehandler.html#getCalibration" location="qmouse_qws.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="getCalibration(QWSPointerCalibrationData * data) const">
+ <parameter left="QWSPointerCalibrationData *" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resume" fullname="QWSMouseHandler::resume" href="qwsmousehandler.html#resume" location="qmouse_qws.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="resume()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="suspend" fullname="QWSMouseHandler::suspend" href="qwsmousehandler.html#suspend" location="qmouse_qws.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="suspend()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="limitToScreen" fullname="QWSMouseHandler::limitToScreen" href="qwsmousehandler.html#limitToScreen" location="qmouse_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="limitToScreen(QPoint &amp; position)">
+ <parameter left="QPoint &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mouseChanged" fullname="QWSMouseHandler::mouseChanged" href="qwsmousehandler.html#mouseChanged" location="qmouse_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseChanged(const QPoint &amp; position, int state, int wheel)">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ <parameter left="int" right="" name="state" default=""/>
+ <parameter left="int" right="" name="wheel" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QWSMouseHandler::pos" href="qwsmousehandler.html#pos" location="qmouse_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPoint &amp;" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScreen" fullname="QWSMouseHandler::setScreen" href="qwsmousehandler.html#setScreen" location="qmouse_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setScreen(const QScreen * screen)">
+ <parameter left="const QScreen *" right="" name="screen" default=""/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="mousePos" fullname="QWSMouseHandler::mousePos" href="qwsmousehandler.html#mousePos-var" location="qmouse_qws.h" type="QPoint &amp;" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d_ptr" fullname="QWSMouseHandler::d_ptr" href="qwsmousehandler.html#d_ptr-var" location="qmouse_qws.h" type="QWSMouseHandlerPrivate *" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWSCalibratedMouseHandler" href="qwscalibratedmousehandler.html" location="qmouse_qws.h" bases="QWSMouseHandler" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearCalibration" fullname="QWSCalibratedMouseHandler::clearCalibration" href="qwscalibratedmousehandler.html#clearCalibration" location="qmouse_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clearCalibration()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="calibrate" fullname="QWSCalibratedMouseHandler::calibrate" href="qwscalibratedmousehandler.html#calibrate" location="qmouse_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="calibrate(const QWSPointerCalibrationData * data)">
+ <parameter left="const QWSPointerCalibrationData *" right="" name="data" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sendFiltered" fullname="QWSCalibratedMouseHandler::sendFiltered" href="qwscalibratedmousehandler.html#sendFiltered" location="qmouse_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="sendFiltered(const QPoint &amp; position, int state)">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ <parameter left="int" right="" name="state" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="transform" fullname="QWSCalibratedMouseHandler::transform" href="qwscalibratedmousehandler.html#transform" location="qmouse_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPoint" signature="transform(const QPoint &amp; position)">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="readCalibration" fullname="QWSCalibratedMouseHandler::readCalibration" href="qwscalibratedmousehandler.html#readCalibration" location="qmouse_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="readCalibration()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="writeCalibration" fullname="QWSCalibratedMouseHandler::writeCalibration" href="qwscalibratedmousehandler.html#writeCalibration" location="qmouse_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="writeCalibration()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setFilterSize" fullname="QWSCalibratedMouseHandler::setFilterSize" href="qwscalibratedmousehandler.html#setFilterSize" location="qmouse_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFilterSize(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QVector" href="qvector.html" location="qvector.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector" fullname="QVector::QVector" href="qvector.html#QVector" location="qvector.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QVector()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector" fullname="QVector::QVector" href="qvector.html#QVector-2" location="qvector.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QVector(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector" fullname="QVector::QVector" href="qvector.html#QVector-3" location="qvector.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QVector(int size, const T &amp; value)">
+ <parameter left="int" right="" name="size" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVector" fullname="QVector::QVector" href="qvector.html#QVector-4" location="qvector.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QVector(const QVector&lt;T&gt; &amp; other)">
+ <parameter left="const QVector&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QVector" fullname="QVector::~QVector" href="qvector.html#dtor.QVector" location="qvector.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QVector()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QVector::operator=" href="qvector.html#operator=" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVector&lt;T&gt; &amp;" signature="operator=(const QVector&lt;T&gt; &amp; other)">
+ <parameter left="const QVector&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QVector::operator==" href="qvector.html#operator==" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QVector&lt;T&gt; &amp; other) const">
+ <parameter left="const QVector&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QVector::operator!=" href="qvector.html#operator!=" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QVector&lt;T&gt; &amp; other) const">
+ <parameter left="const QVector&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QVector::size" href="qvector.html#size" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QVector::isEmpty" href="qvector.html#isEmpty" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resize" fullname="QVector::resize" href="qvector.html#resize" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resize(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="capacity" fullname="QVector::capacity" href="qvector.html#capacity" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="capacity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reserve" fullname="QVector::reserve" href="qvector.html#reserve" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reserve(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="squeeze" fullname="QVector::squeeze" href="qvector.html#squeeze" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="squeeze()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QVector::data" href="qvector.html#data" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T *" signature="data()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QVector::data" href="qvector.html#data-2" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T *" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constData" fullname="QVector::constData" href="qvector.html#constData" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T *" signature="constData() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QVector::clear" href="qvector.html#clear" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="at" fullname="QVector::at" href="qvector.html#at" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="at(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QVector::operator[]" href="qvector.html#operator[]" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="operator[](int i)">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QVector::operator[]" href="qvector.html#operator[]-2" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T &amp;" signature="operator[](int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QVector::append" href="qvector.html#append" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="append(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prepend" fullname="QVector::prepend" href="qvector.html#prepend" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="prepend(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QVector::insert" href="qvector.html#insert" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insert(int i, const T &amp; value)">
+ <parameter left="int" right="" name="i" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QVector::insert" href="qvector.html#insert-3" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="insert(int i, int count, const T &amp; value)">
+ <parameter left="int" right="" name="i" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QVector::replace" href="qvector.html#replace" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="replace(int i, const T &amp; value)">
+ <parameter left="int" right="" name="i" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QVector::remove" href="qvector.html#remove" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="remove(int i)">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QVector::remove" href="qvector.html#remove-2" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="remove(int i, int count)">
+ <parameter left="int" right="" name="i" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fill" fullname="QVector::fill" href="qvector.html#fill" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVector&lt;T&gt; &amp;" signature="fill(const T &amp; value, int size)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="size" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="QVector::indexOf" href="qvector.html#indexOf" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOf(const T &amp; value, int from) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="from" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastIndexOf" fullname="QVector::lastIndexOf" href="qvector.html#lastIndexOf" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="lastIndexOf(const T &amp; value, int from) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="from" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QVector::contains" href="qvector.html#contains" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const T &amp; value) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QVector::count" href="qvector.html#count" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count(const T &amp; value) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="iterator" fullname="QVector::iterator" href="qvector.html#iterator-typedef" location="qvector.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="const_iterator" fullname="QVector::const_iterator" href="qvector.html#const_iterator-typedef" location="qvector.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="QVector::begin" href="qvector.html#begin" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="begin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="QVector::begin" href="qvector.html#begin-2" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const_iterator" signature="begin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constBegin" fullname="QVector::constBegin" href="qvector.html#constBegin" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="constBegin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="QVector::end" href="qvector.html#end" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="end()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="QVector::end" href="qvector.html#end-2" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const_iterator" signature="end() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constEnd" fullname="QVector::constEnd" href="qvector.html#constEnd" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="constEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QVector::insert" href="qvector.html#insert-2" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="insert(iterator before, int count, const T &amp; value)">
+ <parameter left="iterator" right="" name="before" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QVector::insert" href="qvector.html#insert-4" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="iterator" signature="insert(iterator before, const T &amp; value)">
+ <parameter left="iterator" right="" name="before" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="erase" fullname="QVector::erase" href="qvector.html#erase-2" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="erase(iterator begin, iterator end)">
+ <parameter left="iterator" right="" name="begin" default=""/>
+ <parameter left="iterator" right="" name="end" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="erase" fullname="QVector::erase" href="qvector.html#erase" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="erase(iterator pos)">
+ <parameter left="iterator" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QVector::count" href="qvector.html#count-2" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="first" fullname="QVector::first" href="qvector.html#first" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="first()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="first" fullname="QVector::first" href="qvector.html#first-2" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T &amp;" signature="first() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="last" fullname="QVector::last" href="qvector.html#last" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="last()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="last" fullname="QVector::last" href="qvector.html#last-2" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T &amp;" signature="last() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startsWith" fullname="QVector::startsWith" href="qvector.html#startsWith" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="startsWith(const T &amp; value) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endsWith" fullname="QVector::endsWith" href="qvector.html#endsWith" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="endsWith(const T &amp; value) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mid" fullname="QVector::mid" href="qvector.html#mid" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector&lt;T&gt;" signature="mid(int pos, int length) const">
+ <parameter left="int" right="" name="pos" default=""/>
+ <parameter left="int" right="" name="length" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QVector::value" href="qvector.html#value" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T" signature="value(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QVector::value" href="qvector.html#value-2" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="T" signature="value(int i, const T &amp; defaultValue) const">
+ <parameter left="int" right="" name="i" default=""/>
+ <parameter left="const T &amp;" right="" name="defaultValue" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="value_type" fullname="QVector::value_type" href="qvector.html#value_type-typedef" location="qvector.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="pointer" fullname="QVector::pointer" href="qvector.html#pointer-typedef" location="qvector.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="const_pointer" fullname="QVector::const_pointer" href="qvector.html#const_pointer-typedef" location="qvector.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="reference" fullname="QVector::reference" href="qvector.html#reference-typedef" location="qvector.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="const_reference" fullname="QVector::const_reference" href="qvector.html#const_reference-typedef" location="qvector.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="difference_type" fullname="QVector::difference_type" href="qvector.html#difference_type-typedef" location="qvector.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Iterator" fullname="QVector::Iterator" href="qvector.html#Iterator-typedef" location="qvector.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ConstIterator" fullname="QVector::ConstIterator" href="qvector.html#ConstIterator-typedef" location="qvector.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="size_type" fullname="QVector::size_type" href="qvector.html#size_type-typedef" location="qvector.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="push_back" fullname="QVector::push_back" href="qvector.html#push_back" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="push_back(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="push_front" fullname="QVector::push_front" href="qvector.html#push_front" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="push_front(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pop_back" fullname="QVector::pop_back" href="qvector.html#pop_back" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="pop_back()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pop_front" fullname="QVector::pop_front" href="qvector.html#pop_front" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="pop_front()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="empty" fullname="QVector::empty" href="qvector.html#empty" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="empty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="front" fullname="QVector::front" href="qvector.html#front" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="front()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="front" fullname="QVector::front" href="qvector.html#front-2" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const_reference" signature="front() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="back" fullname="QVector::back" href="qvector.html#back" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="reference" signature="back()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="back" fullname="QVector::back" href="qvector.html#back-2" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const_reference" signature="back() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QVector::operator+=" href="qvector.html#operator+=" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVector&lt;T&gt; &amp;" signature="operator+=(const QVector&lt;T&gt; &amp; other)">
+ <parameter left="const QVector&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" fullname="QVector::operator+" href="qvector.html#operator+" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector&lt;T&gt;" signature="operator+(const QVector&lt;T&gt; &amp; other) const">
+ <parameter left="const QVector&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QVector::operator+=" href="qvector.html#operator+=-2" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QVector&lt;T&gt; &amp;" signature="operator+=(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QVector::operator&lt;&lt;" href="qvector.html#operator&lt;&lt;" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVector&lt;T&gt; &amp;" signature="operator&lt;&lt;(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QVector::operator&lt;&lt;" href="qvector.html#operator&lt;&lt;-2" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QVector&lt;T&gt; &amp;" signature="operator&lt;&lt;(const QVector&lt;T&gt; &amp; other)">
+ <parameter left="const QVector&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toList" fullname="QVector::toList" href="qvector.html#toList" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;T&gt;" signature="toList() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromList" fullname="QVector::fromList" href="qvector.html#fromList" location="qvector.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QVector&lt;T&gt;" signature="fromList(const QList&lt;T&gt; &amp; list)">
+ <parameter left="const QList&lt;T&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromStdVector" fullname="QVector::fromStdVector" href="qvector.html#fromStdVector" location="qvector.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QVector&lt;T&gt;" signature="fromStdVector(const std::vector&lt;T&gt; &amp; vector)">
+ <parameter left="const std::vector&lt;T&gt; &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toStdVector" fullname="QVector::toStdVector" href="qvector.html#toStdVector" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="std::vector&lt;T&gt;" signature="toStdVector() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QImageReader" href="qimagereader.html" location="qimagereader.h" bases="" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ImageReaderError" fullname="QImageReader::ImageReaderError" href="qimagereader.html#ImageReaderError-enum" location="qimagereader.h">
+ <value name="UnknownError" value="0"/>
+ <value name="FileNotFoundError" value="1"/>
+ <value name="DeviceError" value="2"/>
+ <value name="UnsupportedFormatError" value="3"/>
+ <value name="InvalidDataError" value="4"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QImageReader" fullname="QImageReader::QImageReader" href="qimagereader.html#QImageReader" location="qimagereader.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QImageReader()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QImageReader" fullname="QImageReader::QImageReader" href="qimagereader.html#QImageReader-2" location="qimagereader.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QImageReader(QIODevice * device, const QByteArray &amp; format)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="format" default="QByteArray()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QImageReader" fullname="QImageReader::QImageReader" href="qimagereader.html#QImageReader-3" location="qimagereader.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QImageReader(const QString &amp; fileName, const QByteArray &amp; format)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="format" default="QByteArray()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QImageReader" fullname="QImageReader::~QImageReader" href="qimagereader.html#dtor.QImageReader" location="qimagereader.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QImageReader()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFormat" fullname="QImageReader::setFormat" href="qimagereader.html#setFormat" location="qimagereader.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFormat(const QByteArray &amp; format)">
+ <parameter left="const QByteArray &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QImageReader::format" href="qimagereader.html#format" location="qimagereader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="format() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoDetectImageFormat" fullname="QImageReader::setAutoDetectImageFormat" href="qimagereader.html#setAutoDetectImageFormat" location="qimagereader.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAutoDetectImageFormat(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoDetectImageFormat" fullname="QImageReader::autoDetectImageFormat" href="qimagereader.html#autoDetectImageFormat" location="qimagereader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="autoDetectImageFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDevice" fullname="QImageReader::setDevice" href="qimagereader.html#setDevice" location="qimagereader.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDevice(QIODevice * device)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="device" fullname="QImageReader::device" href="qimagereader.html#device" location="qimagereader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIODevice *" signature="device() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFileName" fullname="QImageReader::setFileName" href="qimagereader.html#setFileName" location="qimagereader.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFileName(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QImageReader::fileName" href="qimagereader.html#fileName" location="qimagereader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fileName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QImageReader::size" href="qimagereader.html#size" location="qimagereader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="imageFormat" fullname="QImageReader::imageFormat" href="qimagereader.html#imageFormat" location="qimagereader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage::Format" signature="imageFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textKeys" fullname="QImageReader::textKeys" href="qimagereader.html#textKeys" location="qimagereader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="textKeys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QImageReader::text" href="qimagereader.html#text" location="qimagereader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setClipRect" fullname="QImageReader::setClipRect" href="qimagereader.html#setClipRect" location="qimagereader.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setClipRect(const QRect &amp; rect)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clipRect" fullname="QImageReader::clipRect" href="qimagereader.html#clipRect" location="qimagereader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="clipRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScaledSize" fullname="QImageReader::setScaledSize" href="qimagereader.html#setScaledSize" location="qimagereader.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setScaledSize(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scaledSize" fullname="QImageReader::scaledSize" href="qimagereader.html#scaledSize" location="qimagereader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="scaledSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setQuality" fullname="QImageReader::setQuality" href="qimagereader.html#setQuality" location="qimagereader.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setQuality(int quality)">
+ <parameter left="int" right="" name="quality" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="quality" fullname="QImageReader::quality" href="qimagereader.html#quality" location="qimagereader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="quality() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScaledClipRect" fullname="QImageReader::setScaledClipRect" href="qimagereader.html#setScaledClipRect" location="qimagereader.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setScaledClipRect(const QRect &amp; rect)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scaledClipRect" fullname="QImageReader::scaledClipRect" href="qimagereader.html#scaledClipRect" location="qimagereader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="scaledClipRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBackgroundColor" fullname="QImageReader::setBackgroundColor" href="qimagereader.html#setBackgroundColor" location="qimagereader.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBackgroundColor(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="backgroundColor" fullname="QImageReader::backgroundColor" href="qimagereader.html#backgroundColor" location="qimagereader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="backgroundColor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportsAnimation" fullname="QImageReader::supportsAnimation" href="qimagereader.html#supportsAnimation" location="qimagereader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="supportsAnimation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canRead" fullname="QImageReader::canRead" href="qimagereader.html#canRead" location="qimagereader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="canRead() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="read" fullname="QImageReader::read" href="qimagereader.html#read" location="qimagereader.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QImage" signature="read()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="read" fullname="QImageReader::read" href="qimagereader.html#read-2" location="qimagereader.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="read(QImage * image)">
+ <parameter left="QImage *" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="jumpToNextImage" fullname="QImageReader::jumpToNextImage" href="qimagereader.html#jumpToNextImage" location="qimagereader.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="jumpToNextImage()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="jumpToImage" fullname="QImageReader::jumpToImage" href="qimagereader.html#jumpToImage" location="qimagereader.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="jumpToImage(int imageNumber)">
+ <parameter left="int" right="" name="imageNumber" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loopCount" fullname="QImageReader::loopCount" href="qimagereader.html#loopCount" location="qimagereader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="loopCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="imageCount" fullname="QImageReader::imageCount" href="qimagereader.html#imageCount" location="qimagereader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="imageCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nextImageDelay" fullname="QImageReader::nextImageDelay" href="qimagereader.html#nextImageDelay" location="qimagereader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="nextImageDelay() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentImageNumber" fullname="QImageReader::currentImageNumber" href="qimagereader.html#currentImageNumber" location="qimagereader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currentImageNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentImageRect" fullname="QImageReader::currentImageRect" href="qimagereader.html#currentImageRect" location="qimagereader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="currentImageRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QImageReader::error" href="qimagereader.html#error" location="qimagereader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ImageReaderError" signature="error() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QImageReader::errorString" href="qimagereader.html#errorString" location="qimagereader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportsOption" fullname="QImageReader::supportsOption" href="qimagereader.html#supportsOption" location="qimagereader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="supportsOption(QImageIOHandler::ImageOption option) const">
+ <parameter left="QImageIOHandler::ImageOption" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="imageFormat" fullname="QImageReader::imageFormat" href="qimagereader.html#imageFormat-2" location="qimagereader.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QByteArray" signature="imageFormat(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="imageFormat" fullname="QImageReader::imageFormat" href="qimagereader.html#imageFormat-3" location="qimagereader.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="QByteArray" signature="imageFormat(QIODevice * device)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedImageFormats" fullname="QImageReader::supportedImageFormats" href="qimagereader.html#supportedImageFormats" location="qimagereader.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QByteArray&gt;" signature="supportedImageFormats()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QExtensionFactory" href="qextensionfactory.html" location="default_extensionfactory.h" bases="QObject,QAbstractExtensionFactory" module="QtDesigner">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QExtensionFactory" fullname="QExtensionFactory::QExtensionFactory" href="qextensionfactory.html#QExtensionFactory" location="default_extensionfactory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QExtensionFactory(QExtensionManager * parent)">
+ <parameter left="QExtensionManager *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="extension" fullname="QExtensionFactory::extension" href="qextensionfactory.html#extension" location="default_extensionfactory.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QObject *" signature="extension(QObject * object, const QString &amp; iid) const">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="const QString &amp;" right="" name="iid" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="extensionManager" fullname="QExtensionFactory::extensionManager" href="qextensionfactory.html#extensionManager" location="default_extensionfactory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QExtensionManager *" signature="extensionManager() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="createExtension" fullname="QExtensionFactory::createExtension" href="qextensionfactory.html#createExtension" location="default_extensionfactory.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QObject *" signature="createExtension(QObject * object, const QString &amp; iid, QObject * parent) const">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="const QString &amp;" right="" name="iid" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsWidget" href="qgraphicswidget.html" location="qgraphicswidget.h" bases="QGraphicsObject,QGraphicsLayoutItem" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="palette" fullname="QGraphicsWidget::palette" href="qgraphicswidget.html#palette-prop" location="qgraphicswidget.h" type="QPalette">
+ <getter name="palette"/>
+ <setter name="setPalette"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QGraphicsWidget::font" href="qgraphicswidget.html#font-prop" location="qgraphicswidget.h" type="QFont">
+ <getter name="font"/>
+ <setter name="setFont"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="layoutDirection" fullname="QGraphicsWidget::layoutDirection" href="qgraphicswidget.html#layoutDirection-prop" location="qgraphicswidget.h" type="Qt::LayoutDirection">
+ <getter name="layoutDirection"/>
+ <setter name="setLayoutDirection"/>
+ <resetter name="unsetLayoutDirection"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QGraphicsWidget::size" href="qgraphicswidget.html#size-prop" location="qgraphicswidget.h" type="QSizeF">
+ <getter name="size"/>
+ <setter name="resize"/>
+ <setter name="resize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="focusPolicy" fullname="QGraphicsWidget::focusPolicy" href="qgraphicswidget.html#focusPolicy-prop" location="qgraphicswidget.h" type="Qt::FocusPolicy">
+ <getter name="focusPolicy"/>
+ <setter name="setFocusPolicy"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="windowFlags" fullname="QGraphicsWidget::windowFlags" href="qgraphicswidget.html#windowFlags-prop" location="qgraphicswidget.h" type="Qt::WindowFlags">
+ <getter name="windowFlags"/>
+ <setter name="setWindowFlags"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="windowTitle" fullname="QGraphicsWidget::windowTitle" href="qgraphicswidget.html#windowTitle-prop" location="qgraphicswidget.h" type="QString">
+ <getter name="windowTitle"/>
+ <setter name="setWindowTitle"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="geometry" fullname="QGraphicsWidget::geometry" href="qgraphicswidget.html#geometry-prop" location="qgraphicswidget.h" type="QRectF">
+ <setter name="setGeometry"/>
+ <setter name="setGeometry"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsWidget" fullname="QGraphicsWidget::QGraphicsWidget" href="qgraphicswidget.html#QGraphicsWidget" location="qgraphicswidget.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsWidget(QGraphicsItem * parent, QFlags&lt;Qt::WindowType&gt; wFlags)">
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="wFlags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsWidget" fullname="QGraphicsWidget::~QGraphicsWidget" href="qgraphicswidget.html#dtor.QGraphicsWidget" location="qgraphicswidget.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="layout" fullname="QGraphicsWidget::layout" href="qgraphicswidget.html#layout" location="qgraphicswidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsLayout *" signature="layout() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLayout" fullname="QGraphicsWidget::setLayout" href="qgraphicswidget.html#setLayout" location="qgraphicswidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLayout(QGraphicsLayout * layout)">
+ <parameter left="QGraphicsLayout *" right="" name="layout" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="adjustSize" fullname="QGraphicsWidget::adjustSize" href="qgraphicswidget.html#adjustSize" location="qgraphicswidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="adjustSize()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="layoutDirection" fullname="QGraphicsWidget::layoutDirection" href="qgraphicswidget.html#layoutDirection-prop" location="qgraphicswidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="layoutDirection" type="Qt::LayoutDirection" signature="layoutDirection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLayoutDirection" fullname="QGraphicsWidget::setLayoutDirection" href="qgraphicswidget.html#layoutDirection-prop" location="qgraphicswidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="layoutDirection" type="void" signature="setLayoutDirection(Qt::LayoutDirection direction)">
+ <parameter left="Qt::LayoutDirection" right="" name="direction" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unsetLayoutDirection" fullname="QGraphicsWidget::unsetLayoutDirection" href="qgraphicswidget.html#layoutDirection-prop" location="qgraphicswidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="layoutDirection" type="void" signature="unsetLayoutDirection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="style" fullname="QGraphicsWidget::style" href="qgraphicswidget.html#style" location="qgraphicswidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStyle *" signature="style() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStyle" fullname="QGraphicsWidget::setStyle" href="qgraphicswidget.html#setStyle" location="qgraphicswidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStyle(QStyle * style)">
+ <parameter left="QStyle *" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QGraphicsWidget::font" href="qgraphicswidget.html#font-prop" location="qgraphicswidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="font" type="QFont" signature="font() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFont" fullname="QGraphicsWidget::setFont" href="qgraphicswidget.html#font-prop" location="qgraphicswidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="font" type="void" signature="setFont(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="palette" fullname="QGraphicsWidget::palette" href="qgraphicswidget.html#palette-prop" location="qgraphicswidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="palette" type="QPalette" signature="palette() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPalette" fullname="QGraphicsWidget::setPalette" href="qgraphicswidget.html#palette-prop" location="qgraphicswidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="palette" type="void" signature="setPalette(const QPalette &amp; palette)">
+ <parameter left="const QPalette &amp;" right="" name="palette" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resize" fullname="QGraphicsWidget::resize" href="qgraphicswidget.html#size-prop" location="qgraphicswidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="size" type="void" signature="resize(const QSizeF &amp; size)">
+ <parameter left="const QSizeF &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resize" fullname="QGraphicsWidget::resize" href="qgraphicswidget.html#size-prop" location="qgraphicswidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" associated-property="size" type="void" signature="resize(qreal w, qreal h)">
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QGraphicsWidget::size" href="qgraphicswidget.html#size-prop" location="qgraphicswidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="size" type="QSizeF" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGeometry" fullname="QGraphicsWidget::setGeometry" href="qgraphicswidget.html#geometry-prop" location="qgraphicswidget.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="geometry" type="void" signature="setGeometry(const QRectF &amp; rect)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGeometry" fullname="QGraphicsWidget::setGeometry" href="qgraphicswidget.html#geometry-prop" location="qgraphicswidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" associated-property="geometry" type="void" signature="setGeometry(qreal x, qreal y, qreal w, qreal h)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rect" fullname="QGraphicsWidget::rect" href="qgraphicswidget.html#rect" location="qgraphicswidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="rect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContentsMargins" fullname="QGraphicsWidget::setContentsMargins" href="qgraphicswidget.html#setContentsMargins" location="qgraphicswidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setContentsMargins(qreal left, qreal top, qreal right, qreal bottom)">
+ <parameter left="qreal" right="" name="left" default=""/>
+ <parameter left="qreal" right="" name="top" default=""/>
+ <parameter left="qreal" right="" name="right" default=""/>
+ <parameter left="qreal" right="" name="bottom" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getContentsMargins" fullname="QGraphicsWidget::getContentsMargins" href="qgraphicswidget.html#getContentsMargins" location="qgraphicswidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="getContentsMargins(qreal * left, qreal * top, qreal * right, qreal * bottom) const">
+ <parameter left="qreal *" right="" name="left" default=""/>
+ <parameter left="qreal *" right="" name="top" default=""/>
+ <parameter left="qreal *" right="" name="right" default=""/>
+ <parameter left="qreal *" right="" name="bottom" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWindowFrameMargins" fullname="QGraphicsWidget::setWindowFrameMargins" href="qgraphicswidget.html#setWindowFrameMargins" location="qgraphicswidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWindowFrameMargins(qreal left, qreal top, qreal right, qreal bottom)">
+ <parameter left="qreal" right="" name="left" default=""/>
+ <parameter left="qreal" right="" name="top" default=""/>
+ <parameter left="qreal" right="" name="right" default=""/>
+ <parameter left="qreal" right="" name="bottom" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getWindowFrameMargins" fullname="QGraphicsWidget::getWindowFrameMargins" href="qgraphicswidget.html#getWindowFrameMargins" location="qgraphicswidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="getWindowFrameMargins(qreal * left, qreal * top, qreal * right, qreal * bottom) const">
+ <parameter left="qreal *" right="" name="left" default=""/>
+ <parameter left="qreal *" right="" name="top" default=""/>
+ <parameter left="qreal *" right="" name="right" default=""/>
+ <parameter left="qreal *" right="" name="bottom" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unsetWindowFrameMargins" fullname="QGraphicsWidget::unsetWindowFrameMargins" href="qgraphicswidget.html#unsetWindowFrameMargins" location="qgraphicswidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="unsetWindowFrameMargins()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowFrameGeometry" fullname="QGraphicsWidget::windowFrameGeometry" href="qgraphicswidget.html#windowFrameGeometry" location="qgraphicswidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="windowFrameGeometry() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowFrameRect" fullname="QGraphicsWidget::windowFrameRect" href="qgraphicswidget.html#windowFrameRect" location="qgraphicswidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="windowFrameRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowFlags" fullname="QGraphicsWidget::windowFlags" href="qgraphicswidget.html#windowFlags-prop" location="qgraphicswidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="windowFlags" type="Qt::WindowFlags" signature="windowFlags() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowType" fullname="QGraphicsWidget::windowType" href="qgraphicswidget.html#windowType" location="qgraphicswidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::WindowType" signature="windowType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWindowFlags" fullname="QGraphicsWidget::setWindowFlags" href="qgraphicswidget.html#windowFlags-prop" location="qgraphicswidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="windowFlags" type="void" signature="setWindowFlags(QFlags&lt;Qt::WindowType&gt; wFlags)">
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="wFlags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isActiveWindow" fullname="QGraphicsWidget::isActiveWindow" href="qgraphicswidget.html#isActiveWindow" location="qgraphicswidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isActiveWindow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWindowTitle" fullname="QGraphicsWidget::setWindowTitle" href="qgraphicswidget.html#windowTitle-prop" location="qgraphicswidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="windowTitle" type="void" signature="setWindowTitle(const QString &amp; title)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowTitle" fullname="QGraphicsWidget::windowTitle" href="qgraphicswidget.html#windowTitle-prop" location="qgraphicswidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="windowTitle" type="QString" signature="windowTitle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="focusPolicy" fullname="QGraphicsWidget::focusPolicy" href="qgraphicswidget.html#focusPolicy-prop" location="qgraphicswidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="focusPolicy" type="Qt::FocusPolicy" signature="focusPolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFocusPolicy" fullname="QGraphicsWidget::setFocusPolicy" href="qgraphicswidget.html#focusPolicy-prop" location="qgraphicswidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="focusPolicy" type="void" signature="setFocusPolicy(Qt::FocusPolicy policy)">
+ <parameter left="Qt::FocusPolicy" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabOrder" fullname="QGraphicsWidget::setTabOrder" href="qgraphicswidget.html#setTabOrder" location="qgraphicswidget.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setTabOrder(QGraphicsWidget * first, QGraphicsWidget * second)">
+ <parameter left="QGraphicsWidget *" right="" name="first" default=""/>
+ <parameter left="QGraphicsWidget *" right="" name="second" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="focusWidget" fullname="QGraphicsWidget::focusWidget" href="qgraphicswidget.html#focusWidget" location="qgraphicswidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsWidget *" signature="focusWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="grabShortcut" fullname="QGraphicsWidget::grabShortcut" href="qgraphicswidget.html#grabShortcut" location="qgraphicswidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="grabShortcut(const QKeySequence &amp; sequence, Qt::ShortcutContext context)">
+ <parameter left="const QKeySequence &amp;" right="" name="sequence" default=""/>
+ <parameter left="Qt::ShortcutContext" right="" name="context" default="Qt::WindowShortcut"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="releaseShortcut" fullname="QGraphicsWidget::releaseShortcut" href="qgraphicswidget.html#releaseShortcut" location="qgraphicswidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="releaseShortcut(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setShortcutEnabled" fullname="QGraphicsWidget::setShortcutEnabled" href="qgraphicswidget.html#setShortcutEnabled" location="qgraphicswidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setShortcutEnabled(int id, bool enabled)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="bool" right="" name="enabled" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setShortcutAutoRepeat" fullname="QGraphicsWidget::setShortcutAutoRepeat" href="qgraphicswidget.html#setShortcutAutoRepeat" location="qgraphicswidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setShortcutAutoRepeat(int id, bool enabled)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="bool" right="" name="enabled" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addAction" fullname="QGraphicsWidget::addAction" href="qgraphicswidget.html#addAction" location="qgraphicswidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addAction(QAction * action)">
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addActions" fullname="QGraphicsWidget::addActions" href="qgraphicswidget.html#addActions" location="qgraphicswidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addActions(QList&lt;QAction *&gt; actions)">
+ <parameter left="QList&lt;QAction *&gt;" right="" name="actions" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertAction" fullname="QGraphicsWidget::insertAction" href="qgraphicswidget.html#insertAction" location="qgraphicswidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertAction(QAction * before, QAction * action)">
+ <parameter left="QAction *" right="" name="before" default=""/>
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertActions" fullname="QGraphicsWidget::insertActions" href="qgraphicswidget.html#insertActions" location="qgraphicswidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertActions(QAction * before, QList&lt;QAction *&gt; actions)">
+ <parameter left="QAction *" right="" name="before" default=""/>
+ <parameter left="QList&lt;QAction *&gt;" right="" name="actions" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeAction" fullname="QGraphicsWidget::removeAction" href="qgraphicswidget.html#removeAction" location="qgraphicswidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeAction(QAction * action)">
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actions" fullname="QGraphicsWidget::actions" href="qgraphicswidget.html#actions" location="qgraphicswidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QAction *&gt;" signature="actions() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttribute" fullname="QGraphicsWidget::setAttribute" href="qgraphicswidget.html#setAttribute" location="qgraphicswidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAttribute(Qt::WidgetAttribute attribute, bool on)">
+ <parameter left="Qt::WidgetAttribute" right="" name="attribute" default=""/>
+ <parameter left="bool" right="" name="on" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testAttribute" fullname="QGraphicsWidget::testAttribute" href="qgraphicswidget.html#testAttribute" location="qgraphicswidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="testAttribute(Qt::WidgetAttribute attribute) const">
+ <parameter left="Qt::WidgetAttribute" right="" name="attribute" default=""/>
+ </function>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QGraphicsWidget::Type" href="qgraphicswidget.html#Type-var" location="qgraphicswidget.h" type="const int" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QGraphicsWidget::type" href="qgraphicswidget.html#type" location="qgraphicswidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="QGraphicsWidget::paint" href="qgraphicswidget.html#paint" location="qgraphicswidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QStyleOptionGraphicsItem *" right="" name="option" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paintWindowFrame" fullname="QGraphicsWidget::paintWindowFrame" href="qgraphicswidget.html#paintWindowFrame" location="qgraphicswidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintWindowFrame(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QStyleOptionGraphicsItem *" right="" name="option" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QGraphicsWidget::boundingRect" href="qgraphicswidget.html#boundingRect" location="qgraphicswidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shape" fullname="QGraphicsWidget::shape" href="qgraphicswidget.html#shape" location="qgraphicswidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="shape() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="close" fullname="QGraphicsWidget::close" href="qgraphicswidget.html#close" location="qgraphicswidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="bool" signature="close()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initStyleOption" fullname="QGraphicsWidget::initStyleOption" href="qgraphicswidget.html#initStyleOption" location="qgraphicswidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="initStyleOption(QStyleOption * option) const">
+ <parameter left="QStyleOption *" right="" name="option" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QGraphicsWidget::sizeHint" href="qgraphicswidget.html#sizeHint" location="qgraphicswidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSizeF" signature="sizeHint(Qt::SizeHint which, const QSizeF &amp; constraint) const">
+ <parameter left="Qt::SizeHint" right="" name="which" default=""/>
+ <parameter left="const QSizeF &amp;" right="" name="constraint" default="QSizeF()"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateGeometry" fullname="QGraphicsWidget::updateGeometry" href="qgraphicswidget.html#updateGeometry" location="qgraphicswidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateGeometry()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="itemChange" fullname="QGraphicsWidget::itemChange" href="qgraphicswidget.html#itemChange" location="qgraphicswidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QVariant" signature="itemChange(GraphicsItemChange change, const QVariant &amp; value)">
+ <parameter left="GraphicsItemChange" right="" name="change" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sceneEvent" fullname="QGraphicsWidget::sceneEvent" href="qgraphicswidget.html#sceneEvent" location="qgraphicswidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="sceneEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="windowFrameEvent" fullname="QGraphicsWidget::windowFrameEvent" href="qgraphicswidget.html#windowFrameEvent" location="qgraphicswidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="windowFrameEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="windowFrameSectionAt" fullname="QGraphicsWidget::windowFrameSectionAt" href="qgraphicswidget.html#windowFrameSectionAt" location="qgraphicswidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::WindowFrameSection" signature="windowFrameSectionAt(const QPointF &amp; pos) const">
+ <parameter left="const QPointF &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QGraphicsWidget::event" href="qgraphicswidget.html#event" location="qgraphicswidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QGraphicsWidget::changeEvent" href="qgraphicswidget.html#changeEvent" location="qgraphicswidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="closeEvent" fullname="QGraphicsWidget::closeEvent" href="qgraphicswidget.html#closeEvent" location="qgraphicswidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="closeEvent(QCloseEvent * event)">
+ <parameter left="QCloseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="QGraphicsWidget::focusInEvent" href="qgraphicswidget.html#focusInEvent" location="qgraphicswidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * event)">
+ <parameter left="QFocusEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusNextPrevChild" fullname="QGraphicsWidget::focusNextPrevChild" href="qgraphicswidget.html#focusNextPrevChild" location="qgraphicswidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="focusNextPrevChild(bool next)">
+ <parameter left="bool" right="" name="next" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="QGraphicsWidget::focusOutEvent" href="qgraphicswidget.html#focusOutEvent" location="qgraphicswidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * event)">
+ <parameter left="QFocusEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hideEvent" fullname="QGraphicsWidget::hideEvent" href="qgraphicswidget.html#hideEvent" location="qgraphicswidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hideEvent(QHideEvent * event)">
+ <parameter left="QHideEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="moveEvent" fullname="QGraphicsWidget::moveEvent" href="qgraphicswidget.html#moveEvent" location="qgraphicswidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="moveEvent(QGraphicsSceneMoveEvent * event)">
+ <parameter left="QGraphicsSceneMoveEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="polishEvent" fullname="QGraphicsWidget::polishEvent" href="qgraphicswidget.html#polishEvent" location="qgraphicswidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="polishEvent()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QGraphicsWidget::resizeEvent" href="qgraphicswidget.html#resizeEvent" location="qgraphicswidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QGraphicsSceneResizeEvent * event)">
+ <parameter left="QGraphicsSceneResizeEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="QGraphicsWidget::showEvent" href="qgraphicswidget.html#showEvent" location="qgraphicswidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * event)">
+ <parameter left="QShowEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hoverMoveEvent" fullname="QGraphicsWidget::hoverMoveEvent" href="qgraphicswidget.html#hoverMoveEvent" location="qgraphicswidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hoverMoveEvent(QGraphicsSceneHoverEvent * event)">
+ <parameter left="QGraphicsSceneHoverEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hoverLeaveEvent" fullname="QGraphicsWidget::hoverLeaveEvent" href="qgraphicswidget.html#hoverLeaveEvent" location="qgraphicswidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hoverLeaveEvent(QGraphicsSceneHoverEvent * event)">
+ <parameter left="QGraphicsSceneHoverEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="grabMouseEvent" fullname="QGraphicsWidget::grabMouseEvent" href="qgraphicswidget.html#grabMouseEvent" location="qgraphicswidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="grabMouseEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="ungrabMouseEvent" fullname="QGraphicsWidget::ungrabMouseEvent" href="qgraphicswidget.html#ungrabMouseEvent" location="qgraphicswidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="ungrabMouseEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="grabKeyboardEvent" fullname="QGraphicsWidget::grabKeyboardEvent" href="qgraphicswidget.html#grabKeyboardEvent" location="qgraphicswidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="grabKeyboardEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="ungrabKeyboardEvent" fullname="QGraphicsWidget::ungrabKeyboardEvent" href="qgraphicswidget.html#ungrabKeyboardEvent" location="qgraphicswidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="ungrabKeyboardEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="preliminary" name="QFontEngineInfo" href="qfontengineinfo.html" location="qabstractfontengine_qws.h" bases="" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="family" fullname="QFontEngineInfo::family" href="qfontengineinfo.html#family-prop" location="qabstractfontengine_qws.h" type="QString">
+ <getter name="family"/>
+ <setter name="setFamily"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="pixelSize" fullname="QFontEngineInfo::pixelSize" href="qfontengineinfo.html#pixelSize-prop" location="qabstractfontengine_qws.h" type="qreal">
+ <getter name="pixelSize"/>
+ <setter name="setPixelSize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="weight" fullname="QFontEngineInfo::weight" href="qfontengineinfo.html#weight-prop" location="qabstractfontengine_qws.h" type="int">
+ <getter name="weight"/>
+ <setter name="setWeight"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="style" fullname="QFontEngineInfo::style" href="qfontengineinfo.html#style-prop" location="qabstractfontengine_qws.h" type="QFont::Style">
+ <getter name="style"/>
+ <setter name="setStyle"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="writingSystems" fullname="QFontEngineInfo::writingSystems" href="qfontengineinfo.html#writingSystems-prop" location="qabstractfontengine_qws.h" type="QList&lt;QFontDatabase::WritingSystem&gt;">
+ <getter name="writingSystems"/>
+ <setter name="setWritingSystems"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFontEngineInfo" fullname="QFontEngineInfo::QFontEngineInfo" href="qfontengineinfo.html#QFontEngineInfo" location="qabstractfontengine_qws.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFontEngineInfo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFontEngineInfo" fullname="QFontEngineInfo::QFontEngineInfo" href="qfontengineinfo.html#QFontEngineInfo-2" location="qabstractfontengine_qws.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QFontEngineInfo(const QString &amp; family)">
+ <parameter left="const QString &amp;" right="" name="family" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFontEngineInfo" fullname="QFontEngineInfo::QFontEngineInfo" href="qfontengineinfo.html#QFontEngineInfo-3" location="qabstractfontengine_qws.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QFontEngineInfo(const QFontEngineInfo &amp; other)">
+ <parameter left="const QFontEngineInfo &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QFontEngineInfo::operator=" href="qfontengineinfo.html#operator=" location="qabstractfontengine_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QFontEngineInfo &amp;" signature="operator=(const QFontEngineInfo &amp; other)">
+ <parameter left="const QFontEngineInfo &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFontEngineInfo" fullname="QFontEngineInfo::~QFontEngineInfo" href="qfontengineinfo.html#dtor.QFontEngineInfo" location="qabstractfontengine_qws.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFontEngineInfo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFamily" fullname="QFontEngineInfo::setFamily" href="qfontengineinfo.html#family-prop" location="qabstractfontengine_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="family" type="void" signature="setFamily(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="family" fullname="QFontEngineInfo::family" href="qfontengineinfo.html#family-prop" location="qabstractfontengine_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="family" type="QString" signature="family() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPixelSize" fullname="QFontEngineInfo::setPixelSize" href="qfontengineinfo.html#pixelSize-prop" location="qabstractfontengine_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="pixelSize" type="void" signature="setPixelSize(qreal size)">
+ <parameter left="qreal" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixelSize" fullname="QFontEngineInfo::pixelSize" href="qfontengineinfo.html#pixelSize-prop" location="qabstractfontengine_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="pixelSize" type="qreal" signature="pixelSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWeight" fullname="QFontEngineInfo::setWeight" href="qfontengineinfo.html#weight-prop" location="qabstractfontengine_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="weight" type="void" signature="setWeight(int weight)">
+ <parameter left="int" right="" name="weight" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="weight" fullname="QFontEngineInfo::weight" href="qfontengineinfo.html#weight-prop" location="qabstractfontengine_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="weight" type="int" signature="weight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStyle" fullname="QFontEngineInfo::setStyle" href="qfontengineinfo.html#style-prop" location="qabstractfontengine_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="style" type="void" signature="setStyle(QFont::Style style)">
+ <parameter left="QFont::Style" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="style" fullname="QFontEngineInfo::style" href="qfontengineinfo.html#style-prop" location="qabstractfontengine_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="style" type="QFont::Style" signature="style() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writingSystems" fullname="QFontEngineInfo::writingSystems" href="qfontengineinfo.html#writingSystems-prop" location="qabstractfontengine_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="writingSystems" type="QList&lt;QFontDatabase::WritingSystem&gt;" signature="writingSystems() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWritingSystems" fullname="QFontEngineInfo::setWritingSystems" href="qfontengineinfo.html#writingSystems-prop" location="qabstractfontengine_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="writingSystems" type="void" signature="setWritingSystems(const QList&lt;QFontDatabase::WritingSystem&gt; &amp; writingSystems)">
+ <parameter left="const QList&lt;QFontDatabase::WritingSystem&gt; &amp;" right="" name="writingSystems" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="preliminary" name="QFontEnginePlugin" href="qfontengineplugin.html" location="qabstractfontengine_qws.h" bases="QObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFontEnginePlugin" fullname="QFontEnginePlugin::QFontEnginePlugin" href="qfontengineplugin.html#QFontEnginePlugin" location="qabstractfontengine_qws.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFontEnginePlugin(const QString &amp; foundry, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="foundry" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFontEnginePlugin" fullname="QFontEnginePlugin::~QFontEnginePlugin" href="qfontengineplugin.html#dtor.QFontEnginePlugin" location="qabstractfontengine_qws.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFontEnginePlugin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QFontEnginePlugin::keys" href="qfontengineplugin.html#keys" location="qabstractfontengine_qws.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="keys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QFontEnginePlugin::create" href="qfontengineplugin.html#create" location="qabstractfontengine_qws.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QAbstractFontEngine *" signature="create(const QFontEngineInfo &amp; info)">
+ <parameter left="const QFontEngineInfo &amp;" right="" name="info" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="availableFontEngines" fullname="QFontEnginePlugin::availableFontEngines" href="qfontengineplugin.html#availableFontEngines" location="qabstractfontengine_qws.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QList&lt;QFontEngineInfo&gt;" signature="availableFontEngines() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="preliminary" name="QAbstractFontEngine" href="qabstractfontengine.html" location="qabstractfontengine_qws.h" bases="QObject" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Capability" fullname="QAbstractFontEngine::Capability" href="qabstractfontengine.html#Capability-enum" location="qabstractfontengine_qws.h" typedef="QAbstractFontEngine::Capabilities">
+ <value name="CanOutlineGlyphs" value="1"/>
+ <value name="CanRenderGlyphs_Mono" value="2"/>
+ <value name="CanRenderGlyphs_Gray" value="4"/>
+ <value name="CanRenderGlyphs" value="CanRenderGlyphs_Mono | CanRenderGlyphs_Gray"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Capabilities" fullname="QAbstractFontEngine::Capabilities" href="qabstractfontengine.html#Capabilities-typedef" location="qabstractfontengine_qws.h" enum="QAbstractFontEngine::Capability"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractFontEngine" fullname="QAbstractFontEngine::QAbstractFontEngine" href="qabstractfontengine.html#QAbstractFontEngine" location="qabstractfontengine_qws.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractFontEngine(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractFontEngine" fullname="QAbstractFontEngine::~QAbstractFontEngine" href="qabstractfontengine.html#dtor.QAbstractFontEngine" location="qabstractfontengine_qws.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractFontEngine()"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Fixed" fullname="QAbstractFontEngine::Fixed" href="qabstractfontengine.html#Fixed-typedef" location="qabstractfontengine_qws.h"/>
+ <class access="public" threadsafety="unspecified" status="preliminary" name="FixedPoint" fullname="QAbstractFontEngine::FixedPoint" href="qabstractfontengine-fixedpoint.html" location="qabstractfontengine_qws.h" bases="" module="QtGui">
+ <variable access="public" threadsafety="unspecified" status="commendable" name="x" fullname="QAbstractFontEngine::FixedPoint::x" href="qabstractfontengine-fixedpoint.html#x-var" location="qabstractfontengine_qws.h" type="Fixed" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="y" fullname="QAbstractFontEngine::FixedPoint::y" href="qabstractfontengine-fixedpoint.html#y-var" location="qabstractfontengine_qws.h" type="Fixed" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="preliminary" name="GlyphMetrics" fullname="QAbstractFontEngine::GlyphMetrics" href="qabstractfontengine-glyphmetrics.html" location="qabstractfontengine_qws.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="GlyphMetrics" fullname="QAbstractFontEngine::GlyphMetrics::GlyphMetrics" href="qabstractfontengine-glyphmetrics.html#GlyphMetrics" location="qabstractfontengine_qws.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="GlyphMetrics()"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="x" fullname="QAbstractFontEngine::GlyphMetrics::x" href="qabstractfontengine-glyphmetrics.html#x-var" location="qabstractfontengine_qws.h" type="Fixed" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="y" fullname="QAbstractFontEngine::GlyphMetrics::y" href="qabstractfontengine-glyphmetrics.html#y-var" location="qabstractfontengine_qws.h" type="Fixed" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QAbstractFontEngine::GlyphMetrics::width" href="qabstractfontengine-glyphmetrics.html#width-var" location="qabstractfontengine_qws.h" type="Fixed" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="height" fullname="QAbstractFontEngine::GlyphMetrics::height" href="qabstractfontengine-glyphmetrics.html#height-var" location="qabstractfontengine_qws.h" type="Fixed" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="advance" fullname="QAbstractFontEngine::GlyphMetrics::advance" href="qabstractfontengine-glyphmetrics.html#advance-var" location="qabstractfontengine_qws.h" type="Fixed" static="false"/>
+ </class>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FontProperty" fullname="QAbstractFontEngine::FontProperty" href="qabstractfontengine.html#FontProperty-enum" location="qabstractfontengine_qws.h">
+ <value name="Ascent" value="0"/>
+ <value name="Descent" value="1"/>
+ <value name="Leading" value="2"/>
+ <value name="XHeight" value="3"/>
+ <value name="AverageCharWidth" value="4"/>
+ <value name="LineThickness" value="5"/>
+ <value name="UnderlinePosition" value="6"/>
+ <value name="MaxCharWidth" value="7"/>
+ <value name="MinLeftBearing" value="8"/>
+ <value name="MinRightBearing" value="9"/>
+ <value name="GlyphCount" value="10"/>
+ <value name="CacheGlyphsHint" value="11"/>
+ <value name="OutlineGlyphsHint" value="12"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="TextShapingFlag" fullname="QAbstractFontEngine::TextShapingFlag" href="qabstractfontengine.html#TextShapingFlag-enum" location="qabstractfontengine_qws.h" typedef="QAbstractFontEngine::TextShapingFlags">
+ <value name="RightToLeft" value="0x0001"/>
+ <value name="ReturnDesignMetrics" value="0x0002"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="TextShapingFlags" fullname="QAbstractFontEngine::TextShapingFlags" href="qabstractfontengine.html#TextShapingFlags-typedef" location="qabstractfontengine_qws.h" enum="QAbstractFontEngine::TextShapingFlag"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="capabilities" fullname="QAbstractFontEngine::capabilities" href="qabstractfontengine.html#capabilities" location="qabstractfontengine_qws.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="Capabilities" signature="capabilities() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontProperty" fullname="QAbstractFontEngine::fontProperty" href="qabstractfontengine.html#fontProperty" location="qabstractfontengine_qws.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="fontProperty(FontProperty property) const">
+ <parameter left="FontProperty" right="" name="property" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="convertStringToGlyphIndices" fullname="QAbstractFontEngine::convertStringToGlyphIndices" href="qabstractfontengine.html#convertStringToGlyphIndices" location="qabstractfontengine_qws.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="convertStringToGlyphIndices(const QChar * string, int length, uint * glyphs, int * numGlyphs, QFlags&lt;QAbstractFontEngine::TextShapingFlag&gt; flags) const">
+ <parameter left="const QChar *" right="" name="string" default=""/>
+ <parameter left="int" right="" name="length" default=""/>
+ <parameter left="uint *" right="" name="glyphs" default=""/>
+ <parameter left="int *" right="" name="numGlyphs" default=""/>
+ <parameter left="QFlags&lt;QAbstractFontEngine::TextShapingFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getGlyphAdvances" fullname="QAbstractFontEngine::getGlyphAdvances" href="qabstractfontengine.html#getGlyphAdvances" location="qabstractfontengine_qws.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="void" signature="getGlyphAdvances(const uint * glyphs, int numGlyphs, Fixed * advances, QFlags&lt;QAbstractFontEngine::TextShapingFlag&gt; flags) const">
+ <parameter left="const uint *" right="" name="glyphs" default=""/>
+ <parameter left="int" right="" name="numGlyphs" default=""/>
+ <parameter left="Fixed *" right="" name="advances" default=""/>
+ <parameter left="QFlags&lt;QAbstractFontEngine::TextShapingFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="glyphMetrics" fullname="QAbstractFontEngine::glyphMetrics" href="qabstractfontengine.html#glyphMetrics" location="qabstractfontengine_qws.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="GlyphMetrics" signature="glyphMetrics(uint glyph) const">
+ <parameter left="uint" right="" name="glyph" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="renderGlyph" fullname="QAbstractFontEngine::renderGlyph" href="qabstractfontengine.html#renderGlyph" location="qabstractfontengine_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="renderGlyph(uint glyph, int depth, int bytesPerLine, int height, uchar * buffer)">
+ <parameter left="uint" right="" name="glyph" default=""/>
+ <parameter left="int" right="" name="depth" default=""/>
+ <parameter left="int" right="" name="bytesPerLine" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="uchar *" right="" name="buffer" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addGlyphOutlinesToPath" fullname="QAbstractFontEngine::addGlyphOutlinesToPath" href="qabstractfontengine.html#addGlyphOutlinesToPath" location="qabstractfontengine_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="addGlyphOutlinesToPath(uint * glyphs, int numGlyphs, FixedPoint * positions, QPainterPath * path)">
+ <parameter left="uint *" right="" name="glyphs" default=""/>
+ <parameter left="int" right="" name="numGlyphs" default=""/>
+ <parameter left="FixedPoint *" right="" name="positions" default=""/>
+ <parameter left="QPainterPath *" right="" name="path" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QFtp" href="qftp.html" location="qftp.h" bases="QObject" module="QtNetwork">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFtp" fullname="QFtp::QFtp" href="qftp.html#QFtp" location="qftp.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFtp(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFtp" fullname="QFtp::~QFtp" href="qftp.html#dtor.QFtp" location="qftp.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFtp()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="State" fullname="QFtp::State" href="qftp.html#State-enum" location="qftp.h">
+ <value name="Unconnected" value="0"/>
+ <value name="HostLookup" value="1"/>
+ <value name="Connecting" value="2"/>
+ <value name="Connected" value="3"/>
+ <value name="LoggedIn" value="4"/>
+ <value name="Closing" value="5"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Error" fullname="QFtp::Error" href="qftp.html#Error-enum" location="qftp.h">
+ <value name="NoError" value="0"/>
+ <value name="UnknownError" value="1"/>
+ <value name="HostNotFound" value="2"/>
+ <value name="ConnectionRefused" value="3"/>
+ <value name="NotConnected" value="4"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Command" fullname="QFtp::Command" href="qftp.html#Command-enum" location="qftp.h">
+ <value name="None" value="0"/>
+ <value name="SetTransferMode" value="1"/>
+ <value name="SetProxy" value="2"/>
+ <value name="ConnectToHost" value="3"/>
+ <value name="Login" value="4"/>
+ <value name="Close" value="5"/>
+ <value name="List" value="6"/>
+ <value name="Cd" value="7"/>
+ <value name="Get" value="8"/>
+ <value name="Put" value="9"/>
+ <value name="Remove" value="10"/>
+ <value name="Mkdir" value="11"/>
+ <value name="Rmdir" value="12"/>
+ <value name="Rename" value="13"/>
+ <value name="RawCommand" value="14"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="TransferMode" fullname="QFtp::TransferMode" href="qftp.html#TransferMode-enum" location="qftp.h">
+ <value name="Active" value="0"/>
+ <value name="Passive" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="TransferType" fullname="QFtp::TransferType" href="qftp.html#TransferType-enum" location="qftp.h">
+ <value name="Binary" value="0"/>
+ <value name="Ascii" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProxy" fullname="QFtp::setProxy" href="qftp.html#setProxy" location="qftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="setProxy(const QString &amp; host, quint16 port)">
+ <parameter left="const QString &amp;" right="" name="host" default=""/>
+ <parameter left="quint16" right="" name="port" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connectToHost" fullname="QFtp::connectToHost" href="qftp.html#connectToHost" location="qftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="connectToHost(const QString &amp; host, quint16 port)">
+ <parameter left="const QString &amp;" right="" name="host" default=""/>
+ <parameter left="quint16" right="" name="port" default="21"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="login" fullname="QFtp::login" href="qftp.html#login" location="qftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="login(const QString &amp; user, const QString &amp; password)">
+ <parameter left="const QString &amp;" right="" name="user" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="password" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="close" fullname="QFtp::close" href="qftp.html#close" location="qftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="close()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTransferMode" fullname="QFtp::setTransferMode" href="qftp.html#setTransferMode" location="qftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="setTransferMode(TransferMode mode)">
+ <parameter left="TransferMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="list" fullname="QFtp::list" href="qftp.html#list" location="qftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="list(const QString &amp; dir)">
+ <parameter left="const QString &amp;" right="" name="dir" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cd" fullname="QFtp::cd" href="qftp.html#cd" location="qftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="cd(const QString &amp; dir)">
+ <parameter left="const QString &amp;" right="" name="dir" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="get" fullname="QFtp::get" href="qftp.html#get" location="qftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="get(const QString &amp; file, QIODevice * dev, TransferType type)">
+ <parameter left="const QString &amp;" right="" name="file" default=""/>
+ <parameter left="QIODevice *" right="" name="dev" default="0"/>
+ <parameter left="TransferType" right="" name="type" default="Binary"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="put" fullname="QFtp::put" href="qftp.html#put-2" location="qftp.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="put(const QByteArray &amp; data, const QString &amp; file, TransferType type)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ <parameter left="const QString &amp;" right="" name="file" default=""/>
+ <parameter left="TransferType" right="" name="type" default="Binary"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="put" fullname="QFtp::put" href="qftp.html#put" location="qftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="put(QIODevice * dev, const QString &amp; file, TransferType type)">
+ <parameter left="QIODevice *" right="" name="dev" default=""/>
+ <parameter left="const QString &amp;" right="" name="file" default=""/>
+ <parameter left="TransferType" right="" name="type" default="Binary"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QFtp::remove" href="qftp.html#remove" location="qftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="remove(const QString &amp; file)">
+ <parameter left="const QString &amp;" right="" name="file" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mkdir" fullname="QFtp::mkdir" href="qftp.html#mkdir" location="qftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="mkdir(const QString &amp; dir)">
+ <parameter left="const QString &amp;" right="" name="dir" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rmdir" fullname="QFtp::rmdir" href="qftp.html#rmdir" location="qftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="rmdir(const QString &amp; dir)">
+ <parameter left="const QString &amp;" right="" name="dir" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rename" fullname="QFtp::rename" href="qftp.html#rename" location="qftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="rename(const QString &amp; oldname, const QString &amp; newname)">
+ <parameter left="const QString &amp;" right="" name="oldname" default=""/>
+ <parameter left="const QString &amp;" right="" name="newname" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rawCommand" fullname="QFtp::rawCommand" href="qftp.html#rawCommand" location="qftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="rawCommand(const QString &amp; command)">
+ <parameter left="const QString &amp;" right="" name="command" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bytesAvailable" fullname="QFtp::bytesAvailable" href="qftp.html#bytesAvailable" location="qftp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="bytesAvailable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="read" fullname="QFtp::read" href="qftp.html#read" location="qftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="qint64" signature="read(char * data, qint64 maxlen)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="maxlen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="readBlock" fullname="QFtp::readBlock" href="qftp-qt3.html#readBlock" location="qftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="qint64" signature="readBlock(char * data, quint64 maxlen)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="quint64" right="" name="maxlen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readAll" fullname="QFtp::readAll" href="qftp.html#readAll" location="qftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QByteArray" signature="readAll()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentId" fullname="QFtp::currentId" href="qftp.html#currentId" location="qftp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currentId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentDevice" fullname="QFtp::currentDevice" href="qftp.html#currentDevice" location="qftp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIODevice *" signature="currentDevice() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentCommand" fullname="QFtp::currentCommand" href="qftp.html#currentCommand" location="qftp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Command" signature="currentCommand() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPendingCommands" fullname="QFtp::hasPendingCommands" href="qftp.html#hasPendingCommands" location="qftp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPendingCommands() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearPendingCommands" fullname="QFtp::clearPendingCommands" href="qftp.html#clearPendingCommands" location="qftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearPendingCommands()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QFtp::state" href="qftp.html#state" location="qftp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="State" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QFtp::error" href="qftp.html#error" location="qftp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Error" signature="error() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QFtp::errorString" href="qftp.html#errorString" location="qftp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="abort" fullname="QFtp::abort" href="qftp.html#abort" location="qftp.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="abort()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stateChanged" fullname="QFtp::stateChanged" href="qftp.html#stateChanged" location="qftp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="stateChanged(int state)">
+ <parameter left="int" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="listInfo" fullname="QFtp::listInfo" href="qftp.html#listInfo" location="qftp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="listInfo(const QUrlInfo &amp; i)">
+ <parameter left="const QUrlInfo &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readyRead" fullname="QFtp::readyRead" href="qftp.html#readyRead" location="qftp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="readyRead()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dataTransferProgress" fullname="QFtp::dataTransferProgress" href="qftp.html#dataTransferProgress" location="qftp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="dataTransferProgress(qint64 done, qint64 total)">
+ <parameter left="qint64" right="" name="done" default=""/>
+ <parameter left="qint64" right="" name="total" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rawCommandReply" fullname="QFtp::rawCommandReply" href="qftp.html#rawCommandReply" location="qftp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="rawCommandReply(int replyCode, const QString &amp; detail)">
+ <parameter left="int" right="" name="replyCode" default=""/>
+ <parameter left="const QString &amp;" right="" name="detail" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="commandStarted" fullname="QFtp::commandStarted" href="qftp.html#commandStarted" location="qftp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="commandStarted(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="commandFinished" fullname="QFtp::commandFinished" href="qftp.html#commandFinished" location="qftp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="commandFinished(int id, bool error)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="bool" right="" name="error" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="done" fullname="QFtp::done" href="qftp.html#done" location="qftp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="done(bool error)">
+ <parameter left="bool" right="" name="error" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QFtp" fullname="QFtp::QFtp" href="qftp-qt3.html#QFtp-2" location="qftp.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QFtp(QObject * parent, const char * name)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="thread safe" status="commendable" name="QThreadPool" href="qthreadpool.html" location="qthreadpool.h" bases="QObject" module="QtCore">
+ <property access="public" threadsafety="unspecified" status="commendable" name="expiryTimeout" fullname="QThreadPool::expiryTimeout" href="qthreadpool.html#expiryTimeout-prop" location="qthreadpool.h" type="int">
+ <getter name="expiryTimeout"/>
+ <setter name="setExpiryTimeout"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maxThreadCount" fullname="QThreadPool::maxThreadCount" href="qthreadpool.html#maxThreadCount-prop" location="qthreadpool.h" type="int">
+ <getter name="maxThreadCount"/>
+ <setter name="setMaxThreadCount"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="activeThreadCount" fullname="QThreadPool::activeThreadCount" href="qthreadpool.html#activeThreadCount-prop" location="qthreadpool.h" type="int">
+ <getter name="activeThreadCount"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QThreadPool" fullname="QThreadPool::QThreadPool" href="qthreadpool.html#QThreadPool" location="qthreadpool.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QThreadPool(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QThreadPool" fullname="QThreadPool::~QThreadPool" href="qthreadpool.html#dtor.QThreadPool" location="qthreadpool.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QThreadPool()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="globalInstance" fullname="QThreadPool::globalInstance" href="qthreadpool.html#globalInstance" location="qthreadpool.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QThreadPool *" signature="globalInstance()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="start" fullname="QThreadPool::start" href="qthreadpool.html#start" location="qthreadpool.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="start(QRunnable * runnable, int priority)">
+ <parameter left="QRunnable *" right="" name="runnable" default=""/>
+ <parameter left="int" right="" name="priority" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tryStart" fullname="QThreadPool::tryStart" href="qthreadpool.html#tryStart" location="qthreadpool.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="tryStart(QRunnable * runnable)">
+ <parameter left="QRunnable *" right="" name="runnable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expiryTimeout" fullname="QThreadPool::expiryTimeout" href="qthreadpool.html#expiryTimeout-prop" location="qthreadpool.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="expiryTimeout" type="int" signature="expiryTimeout() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setExpiryTimeout" fullname="QThreadPool::setExpiryTimeout" href="qthreadpool.html#expiryTimeout-prop" location="qthreadpool.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="expiryTimeout" type="void" signature="setExpiryTimeout(int expiryTimeout)">
+ <parameter left="int" right="" name="expiryTimeout" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maxThreadCount" fullname="QThreadPool::maxThreadCount" href="qthreadpool.html#maxThreadCount-prop" location="qthreadpool.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maxThreadCount" type="int" signature="maxThreadCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaxThreadCount" fullname="QThreadPool::setMaxThreadCount" href="qthreadpool.html#maxThreadCount-prop" location="qthreadpool.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="maxThreadCount" type="void" signature="setMaxThreadCount(int maxThreadCount)">
+ <parameter left="int" right="" name="maxThreadCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activeThreadCount" fullname="QThreadPool::activeThreadCount" href="qthreadpool.html#activeThreadCount-prop" location="qthreadpool.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="activeThreadCount" type="int" signature="activeThreadCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reserveThread" fullname="QThreadPool::reserveThread" href="qthreadpool.html#reserveThread" location="qthreadpool.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reserveThread()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="releaseThread" fullname="QThreadPool::releaseThread" href="qthreadpool.html#releaseThread" location="qthreadpool.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="releaseThread()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForDone" fullname="QThreadPool::waitForDone" href="qthreadpool.html#waitForDone" location="qthreadpool.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="waitForDone()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3SyntaxHighlighter" href="q3syntaxhighlighter.html" location="q3syntaxhighlighter.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3SyntaxHighlighter" fullname="Q3SyntaxHighlighter::Q3SyntaxHighlighter" href="q3syntaxhighlighter.html#Q3SyntaxHighlighter" location="q3syntaxhighlighter.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3SyntaxHighlighter(Q3TextEdit * textEdit)">
+ <parameter left="Q3TextEdit *" right="" name="textEdit" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3SyntaxHighlighter" fullname="Q3SyntaxHighlighter::~Q3SyntaxHighlighter" href="q3syntaxhighlighter.html#dtor.Q3SyntaxHighlighter" location="q3syntaxhighlighter.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3SyntaxHighlighter()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="highlightParagraph" fullname="Q3SyntaxHighlighter::highlightParagraph" href="q3syntaxhighlighter.html#highlightParagraph" location="q3syntaxhighlighter.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="int" signature="highlightParagraph(const QString &amp; text, int endStateOfLastPara)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="endStateOfLastPara" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFormat" fullname="Q3SyntaxHighlighter::setFormat" href="q3syntaxhighlighter.html#setFormat" location="q3syntaxhighlighter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFormat(int start, int count, const QFont &amp; font, const QColor &amp; color)">
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFormat" fullname="Q3SyntaxHighlighter::setFormat" href="q3syntaxhighlighter.html#setFormat-2" location="q3syntaxhighlighter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setFormat(int start, int count, const QColor &amp; color)">
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFormat" fullname="Q3SyntaxHighlighter::setFormat" href="q3syntaxhighlighter.html#setFormat-3" location="q3syntaxhighlighter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="setFormat(int start, int count, const QFont &amp; font)">
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textEdit" fullname="Q3SyntaxHighlighter::textEdit" href="q3syntaxhighlighter.html#textEdit" location="q3syntaxhighlighter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3TextEdit *" signature="textEdit() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rehighlight" fullname="Q3SyntaxHighlighter::rehighlight" href="q3syntaxhighlighter.html#rehighlight" location="q3syntaxhighlighter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="rehighlight()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentParagraph" fullname="Q3SyntaxHighlighter::currentParagraph" href="q3syntaxhighlighter.html#currentParagraph" location="q3syntaxhighlighter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currentParagraph() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3ScrollView" href="q3scrollview.html" location="q3scrollview.h" bases="Q3Frame" module="Qt3SupportLight">
+ <target name="allviews"/>
+ <contents name="using-one-big-widget" title="Using One Big Widget" level="1"/>
+ <contents name="using-a-very-big-view-with-some-widgets" title="Using a Very Big View with Some Widgets" level="1"/>
+ <contents name="using-a-very-big-view-with-many-widgets" title="Using a Very Big View with Many Widgets" level="1"/>
+ <contents name="details-relevant-for-all-views" title="Details Relevant for All Views" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="resizePolicy" fullname="Q3ScrollView::resizePolicy" href="q3scrollview.html#resizePolicy-prop" location="q3scrollview.h" type="ResizePolicy">
+ <getter name="resizePolicy"/>
+ <setter name="setResizePolicy"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="vScrollBarMode" fullname="Q3ScrollView::vScrollBarMode" href="q3scrollview.html#vScrollBarMode-prop" location="q3scrollview.h" type="ScrollBarMode">
+ <getter name="vScrollBarMode"/>
+ <setter name="setVScrollBarMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="hScrollBarMode" fullname="Q3ScrollView::hScrollBarMode" href="q3scrollview.html#hScrollBarMode-prop" location="q3scrollview.h" type="ScrollBarMode">
+ <getter name="hScrollBarMode"/>
+ <setter name="setHScrollBarMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="visibleWidth" fullname="Q3ScrollView::visibleWidth" href="q3scrollview.html#visibleWidth-prop" location="q3scrollview.h" type="int">
+ <getter name="visibleWidth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="visibleHeight" fullname="Q3ScrollView::visibleHeight" href="q3scrollview.html#visibleHeight-prop" location="q3scrollview.h" type="int">
+ <getter name="visibleHeight"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="contentsWidth" fullname="Q3ScrollView::contentsWidth" href="q3scrollview.html#contentsWidth-prop" location="q3scrollview.h" type="int">
+ <getter name="contentsWidth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="contentsHeight" fullname="Q3ScrollView::contentsHeight" href="q3scrollview.html#contentsHeight-prop" location="q3scrollview.h" type="int">
+ <getter name="contentsHeight"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="contentsX" fullname="Q3ScrollView::contentsX" href="q3scrollview.html#contentsX-prop" location="q3scrollview.h" type="int">
+ <getter name="contentsX"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="contentsY" fullname="Q3ScrollView::contentsY" href="q3scrollview.html#contentsY-prop" location="q3scrollview.h" type="int">
+ <getter name="contentsY"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="dragAutoScroll" fullname="Q3ScrollView::dragAutoScroll" href="q3scrollview.html#dragAutoScroll-prop" location="q3scrollview.h" type="bool">
+ <getter name="dragAutoScroll"/>
+ <setter name="setDragAutoScroll"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ScrollView" fullname="Q3ScrollView::Q3ScrollView" href="q3scrollview.html#Q3ScrollView" location="q3scrollview.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3ScrollView(QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3ScrollView" fullname="Q3ScrollView::~Q3ScrollView" href="q3scrollview.html#dtor.Q3ScrollView" location="q3scrollview.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3ScrollView()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ResizePolicy" fullname="Q3ScrollView::ResizePolicy" href="q3scrollview.html#ResizePolicy-enum" location="q3scrollview.h">
+ <value name="Default" value="0"/>
+ <value name="Manual" value="1"/>
+ <value name="AutoOne" value="2"/>
+ <value name="AutoOneFit" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setResizePolicy" fullname="Q3ScrollView::setResizePolicy" href="q3scrollview.html#resizePolicy-prop" location="q3scrollview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="resizePolicy" type="void" signature="setResizePolicy(ResizePolicy )">
+ <parameter left="ResizePolicy" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resizePolicy" fullname="Q3ScrollView::resizePolicy" href="q3scrollview.html#resizePolicy-prop" location="q3scrollview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="resizePolicy" type="ResizePolicy" signature="resizePolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeChild" fullname="Q3ScrollView::removeChild" href="q3scrollview.html#removeChild" location="q3scrollview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeChild(QWidget * child)">
+ <parameter left="QWidget *" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addChild" fullname="Q3ScrollView::addChild" href="q3scrollview.html#addChild" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="addChild(QWidget * child, int x, int y)">
+ <parameter left="QWidget *" right="" name="child" default=""/>
+ <parameter left="int" right="" name="x" default="0"/>
+ <parameter left="int" right="" name="y" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveChild" fullname="Q3ScrollView::moveChild" href="q3scrollview.html#moveChild" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="moveChild(QWidget * child, int x, int y)">
+ <parameter left="QWidget *" right="" name="child" default=""/>
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childX" fullname="Q3ScrollView::childX" href="q3scrollview.html#childX" location="q3scrollview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="childX(QWidget * child)">
+ <parameter left="QWidget *" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childY" fullname="Q3ScrollView::childY" href="q3scrollview.html#childY" location="q3scrollview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="childY(QWidget * child)">
+ <parameter left="QWidget *" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="childIsVisible" fullname="Q3ScrollView::childIsVisible" href="q3scrollview-obsolete.html#childIsVisible" location="q3scrollview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="childIsVisible(QWidget * child)">
+ <parameter left="QWidget *" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="showChild" fullname="Q3ScrollView::showChild" href="q3scrollview-obsolete.html#showChild" location="q3scrollview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="showChild(QWidget * child, bool y)">
+ <parameter left="QWidget *" right="" name="child" default=""/>
+ <parameter left="bool" right="" name="y" default="true"/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ScrollBarMode" fullname="Q3ScrollView::ScrollBarMode" href="q3scrollview.html#ScrollBarMode-enum" location="q3scrollview.h">
+ <value name="Auto" value="0"/>
+ <value name="AlwaysOff" value="1"/>
+ <value name="AlwaysOn" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="vScrollBarMode" fullname="Q3ScrollView::vScrollBarMode" href="q3scrollview.html#vScrollBarMode-prop" location="q3scrollview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="vScrollBarMode" type="ScrollBarMode" signature="vScrollBarMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVScrollBarMode" fullname="Q3ScrollView::setVScrollBarMode" href="q3scrollview.html#vScrollBarMode-prop" location="q3scrollview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="vScrollBarMode" type="void" signature="setVScrollBarMode(ScrollBarMode )">
+ <parameter left="ScrollBarMode" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hScrollBarMode" fullname="Q3ScrollView::hScrollBarMode" href="q3scrollview.html#hScrollBarMode-prop" location="q3scrollview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="hScrollBarMode" type="ScrollBarMode" signature="hScrollBarMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHScrollBarMode" fullname="Q3ScrollView::setHScrollBarMode" href="q3scrollview.html#hScrollBarMode-prop" location="q3scrollview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="hScrollBarMode" type="void" signature="setHScrollBarMode(ScrollBarMode )">
+ <parameter left="ScrollBarMode" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cornerWidget" fullname="Q3ScrollView::cornerWidget" href="q3scrollview.html#cornerWidget" location="q3scrollview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="cornerWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCornerWidget" fullname="Q3ScrollView::setCornerWidget" href="q3scrollview.html#setCornerWidget" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setCornerWidget(QWidget * corner)">
+ <parameter left="QWidget *" right="" name="corner" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="horizontalScrollBar" fullname="Q3ScrollView::horizontalScrollBar" href="q3scrollview.html#horizontalScrollBar" location="q3scrollview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScrollBar *" signature="horizontalScrollBar() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="verticalScrollBar" fullname="Q3ScrollView::verticalScrollBar" href="q3scrollview.html#verticalScrollBar" location="q3scrollview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScrollBar *" signature="verticalScrollBar() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="viewport" fullname="Q3ScrollView::viewport" href="q3scrollview.html#viewport" location="q3scrollview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="viewport() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clipper" fullname="Q3ScrollView::clipper" href="q3scrollview.html#clipper" location="q3scrollview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="clipper() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="visibleWidth" fullname="Q3ScrollView::visibleWidth" href="q3scrollview.html#visibleWidth-prop" location="q3scrollview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="visibleWidth" type="int" signature="visibleWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="visibleHeight" fullname="Q3ScrollView::visibleHeight" href="q3scrollview.html#visibleHeight-prop" location="q3scrollview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="visibleHeight" type="int" signature="visibleHeight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentsWidth" fullname="Q3ScrollView::contentsWidth" href="q3scrollview.html#contentsWidth-prop" location="q3scrollview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="contentsWidth" type="int" signature="contentsWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentsHeight" fullname="Q3ScrollView::contentsHeight" href="q3scrollview.html#contentsHeight-prop" location="q3scrollview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="contentsHeight" type="int" signature="contentsHeight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentsX" fullname="Q3ScrollView::contentsX" href="q3scrollview.html#contentsX-prop" location="q3scrollview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="contentsX" type="int" signature="contentsX() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentsY" fullname="Q3ScrollView::contentsY" href="q3scrollview.html#contentsY-prop" location="q3scrollview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="contentsY" type="int" signature="contentsY() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="Q3ScrollView::setVisible" href="q3scrollview.html#setVisible" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateContents" fullname="Q3ScrollView::updateContents" href="q3scrollview.html#updateContents" location="q3scrollview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="updateContents(int x, int y, int w, int h)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateContents" fullname="Q3ScrollView::updateContents" href="q3scrollview.html#updateContents-2" location="q3scrollview.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="updateContents(const QRect &amp; r)">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateContents" fullname="Q3ScrollView::updateContents" href="q3scrollview.html#updateContents-3" location="q3scrollview.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="updateContents()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="repaintContents" fullname="Q3ScrollView::repaintContents" href="q3scrollview.html#repaintContents" location="q3scrollview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="repaintContents(int x, int y, int w, int h, bool erase)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="bool" right="" name="erase" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="repaintContents" fullname="Q3ScrollView::repaintContents" href="q3scrollview.html#repaintContents-2" location="q3scrollview.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="repaintContents(const QRect &amp; r, bool erase)">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ <parameter left="bool" right="" name="erase" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="repaintContents" fullname="Q3ScrollView::repaintContents" href="q3scrollview.html#repaintContents-3" location="q3scrollview.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="repaintContents(bool erase)">
+ <parameter left="bool" right="" name="erase" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentsToViewport" fullname="Q3ScrollView::contentsToViewport" href="q3scrollview.html#contentsToViewport" location="q3scrollview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="contentsToViewport(int x, int y, int &amp; vx, int &amp; vy) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int &amp;" right="" name="vx" default=""/>
+ <parameter left="int &amp;" right="" name="vy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="viewportToContents" fullname="Q3ScrollView::viewportToContents" href="q3scrollview.html#viewportToContents" location="q3scrollview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="viewportToContents(int vx, int vy, int &amp; x, int &amp; y) const">
+ <parameter left="int" right="" name="vx" default=""/>
+ <parameter left="int" right="" name="vy" default=""/>
+ <parameter left="int &amp;" right="" name="x" default=""/>
+ <parameter left="int &amp;" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentsToViewport" fullname="Q3ScrollView::contentsToViewport" href="q3scrollview.html#contentsToViewport-2" location="q3scrollview.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPoint" signature="contentsToViewport(const QPoint &amp; p) const">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="viewportToContents" fullname="Q3ScrollView::viewportToContents" href="q3scrollview.html#viewportToContents-2" location="q3scrollview.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPoint" signature="viewportToContents(const QPoint &amp; vp) const">
+ <parameter left="const QPoint &amp;" right="" name="vp" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="enableClipper" fullname="Q3ScrollView::enableClipper" href="q3scrollview.html#enableClipper" location="q3scrollview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="enableClipper(bool y)">
+ <parameter left="bool" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStaticBackground" fullname="Q3ScrollView::setStaticBackground" href="q3scrollview.html#setStaticBackground" location="q3scrollview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStaticBackground(bool y)">
+ <parameter left="bool" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasStaticBackground" fullname="Q3ScrollView::hasStaticBackground" href="q3scrollview.html#hasStaticBackground" location="q3scrollview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasStaticBackground() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="viewportSize" fullname="Q3ScrollView::viewportSize" href="q3scrollview.html#viewportSize" location="q3scrollview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="viewportSize(int x, int y) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="Q3ScrollView::sizeHint" href="q3scrollview.html#sizeHint" location="q3scrollview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="Q3ScrollView::minimumSizeHint" href="q3scrollview.html#minimumSizeHint" location="q3scrollview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isHorizontalSliderPressed" fullname="Q3ScrollView::isHorizontalSliderPressed" href="q3scrollview.html#isHorizontalSliderPressed" location="q3scrollview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="isHorizontalSliderPressed()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isVerticalSliderPressed" fullname="Q3ScrollView::isVerticalSliderPressed" href="q3scrollview.html#isVerticalSliderPressed" location="q3scrollview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="isVerticalSliderPressed()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDragAutoScroll" fullname="Q3ScrollView::setDragAutoScroll" href="q3scrollview.html#dragAutoScroll-prop" location="q3scrollview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="dragAutoScroll" type="void" signature="setDragAutoScroll(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dragAutoScroll" fullname="Q3ScrollView::dragAutoScroll" href="q3scrollview.html#dragAutoScroll-prop" location="q3scrollview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="dragAutoScroll" type="bool" signature="dragAutoScroll() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentsMoving" fullname="Q3ScrollView::contentsMoving" href="q3scrollview.html#contentsMoving" location="q3scrollview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="contentsMoving(int x, int y)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="horizontalSliderPressed" fullname="Q3ScrollView::horizontalSliderPressed" href="q3scrollview.html#horizontalSliderPressed" location="q3scrollview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="horizontalSliderPressed()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="horizontalSliderReleased" fullname="Q3ScrollView::horizontalSliderReleased" href="q3scrollview.html#horizontalSliderReleased" location="q3scrollview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="horizontalSliderReleased()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="verticalSliderPressed" fullname="Q3ScrollView::verticalSliderPressed" href="q3scrollview.html#verticalSliderPressed" location="q3scrollview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="verticalSliderPressed()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="verticalSliderReleased" fullname="Q3ScrollView::verticalSliderReleased" href="q3scrollview.html#verticalSliderReleased" location="q3scrollview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="verticalSliderReleased()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resizeContents" fullname="Q3ScrollView::resizeContents" href="q3scrollview.html#resizeContents" location="q3scrollview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="resizeContents(int w, int h)">
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scrollBy" fullname="Q3ScrollView::scrollBy" href="q3scrollview.html#scrollBy" location="q3scrollview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="scrollBy(int dx, int dy)">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContentsPos" fullname="Q3ScrollView::setContentsPos" href="q3scrollview.html#setContentsPos" location="q3scrollview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setContentsPos(int x, int y)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ensureVisible" fullname="Q3ScrollView::ensureVisible" href="q3scrollview.html#ensureVisible" location="q3scrollview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="ensureVisible(int x, int y)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ensureVisible" fullname="Q3ScrollView::ensureVisible" href="q3scrollview.html#ensureVisible-2" location="q3scrollview.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="ensureVisible(int x, int y, int xmargin, int ymargin)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="xmargin" default=""/>
+ <parameter left="int" right="" name="ymargin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="center" fullname="Q3ScrollView::center" href="q3scrollview.html#center" location="q3scrollview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="center(int x, int y)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="center" fullname="Q3ScrollView::center" href="q3scrollview.html#center-2" location="q3scrollview.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="center(int x, int y, float xmargin, float ymargin)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="float" right="" name="xmargin" default=""/>
+ <parameter left="float" right="" name="ymargin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateScrollBars" fullname="Q3ScrollView::updateScrollBars" href="q3scrollview.html#updateScrollBars" location="q3scrollview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="updateScrollBars()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawContents" fullname="Q3ScrollView::drawContents" href="q3scrollview.html#drawContents" location="q3scrollview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawContents(QPainter * p, int clipx, int clipy, int clipw, int cliph)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="int" right="" name="clipx" default=""/>
+ <parameter left="int" right="" name="clipy" default=""/>
+ <parameter left="int" right="" name="clipw" default=""/>
+ <parameter left="int" right="" name="cliph" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawContentsOffset" fullname="Q3ScrollView::drawContentsOffset" href="q3scrollview.html#drawContentsOffset" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawContentsOffset(QPainter * p, int offsetx, int offsety, int clipx, int clipy, int clipw, int cliph)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="int" right="" name="offsetx" default=""/>
+ <parameter left="int" right="" name="offsety" default=""/>
+ <parameter left="int" right="" name="clipx" default=""/>
+ <parameter left="int" right="" name="clipy" default=""/>
+ <parameter left="int" right="" name="clipw" default=""/>
+ <parameter left="int" right="" name="cliph" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsMousePressEvent" fullname="Q3ScrollView::contentsMousePressEvent" href="q3scrollview.html#contentsMousePressEvent" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsMousePressEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsMouseReleaseEvent" fullname="Q3ScrollView::contentsMouseReleaseEvent" href="q3scrollview.html#contentsMouseReleaseEvent" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsMouseReleaseEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsMouseDoubleClickEvent" fullname="Q3ScrollView::contentsMouseDoubleClickEvent" href="q3scrollview.html#contentsMouseDoubleClickEvent" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsMouseDoubleClickEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsMouseMoveEvent" fullname="Q3ScrollView::contentsMouseMoveEvent" href="q3scrollview.html#contentsMouseMoveEvent" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsMouseMoveEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsDragEnterEvent" fullname="Q3ScrollView::contentsDragEnterEvent" href="q3scrollview.html#contentsDragEnterEvent" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsDragEnterEvent(QDragEnterEvent * event)">
+ <parameter left="QDragEnterEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsDragMoveEvent" fullname="Q3ScrollView::contentsDragMoveEvent" href="q3scrollview.html#contentsDragMoveEvent" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsDragMoveEvent(QDragMoveEvent * event)">
+ <parameter left="QDragMoveEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsDragLeaveEvent" fullname="Q3ScrollView::contentsDragLeaveEvent" href="q3scrollview.html#contentsDragLeaveEvent" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsDragLeaveEvent(QDragLeaveEvent * event)">
+ <parameter left="QDragLeaveEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsDropEvent" fullname="Q3ScrollView::contentsDropEvent" href="q3scrollview.html#contentsDropEvent" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsDropEvent(QDropEvent * event)">
+ <parameter left="QDropEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsWheelEvent" fullname="Q3ScrollView::contentsWheelEvent" href="q3scrollview.html#contentsWheelEvent" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsWheelEvent(QWheelEvent * e)">
+ <parameter left="QWheelEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsContextMenuEvent" fullname="Q3ScrollView::contentsContextMenuEvent" href="q3scrollview.html#contentsContextMenuEvent" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsContextMenuEvent(QContextMenuEvent * e)">
+ <parameter left="QContextMenuEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="viewportPaintEvent" fullname="Q3ScrollView::viewportPaintEvent" href="q3scrollview.html#viewportPaintEvent" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="viewportPaintEvent(QPaintEvent * pe)">
+ <parameter left="QPaintEvent *" right="" name="pe" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="viewportResizeEvent" fullname="Q3ScrollView::viewportResizeEvent" href="q3scrollview.html#viewportResizeEvent" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="viewportResizeEvent(QResizeEvent * event)">
+ <parameter left="QResizeEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="frameChanged" fullname="Q3ScrollView::frameChanged" href="q3scrollview.html#frameChanged" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="frameChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMargins" fullname="Q3ScrollView::setMargins" href="q3scrollview.html#setMargins" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setMargins(int left, int top, int right, int bottom)">
+ <parameter left="int" right="" name="left" default=""/>
+ <parameter left="int" right="" name="top" default=""/>
+ <parameter left="int" right="" name="right" default=""/>
+ <parameter left="int" right="" name="bottom" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="leftMargin" fullname="Q3ScrollView::leftMargin" href="q3scrollview.html#leftMargin" location="q3scrollview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="leftMargin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="topMargin" fullname="Q3ScrollView::topMargin" href="q3scrollview.html#topMargin" location="q3scrollview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="topMargin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rightMargin" fullname="Q3ScrollView::rightMargin" href="q3scrollview.html#rightMargin" location="q3scrollview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="rightMargin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bottomMargin" fullname="Q3ScrollView::bottomMargin" href="q3scrollview.html#bottomMargin" location="q3scrollview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="bottomMargin() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusNextPrevChild" fullname="Q3ScrollView::focusNextPrevChild" href="q3scrollview.html#focusNextPrevChild" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="focusNextPrevChild(bool next)">
+ <parameter left="bool" right="" name="next" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setHBarGeometry" fullname="Q3ScrollView::setHBarGeometry" href="q3scrollview.html#setHBarGeometry" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setHBarGeometry(QScrollBar &amp; hbar, int x, int y, int w, int h)">
+ <parameter left="QScrollBar &amp;" right="" name="hbar" default=""/>
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setVBarGeometry" fullname="Q3ScrollView::setVBarGeometry" href="q3scrollview.html#setVBarGeometry" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setVBarGeometry(QScrollBar &amp; vbar, int x, int y, int w, int h)">
+ <parameter left="QScrollBar &amp;" right="" name="vbar" default=""/>
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="Q3ScrollView::resizeEvent" href="q3scrollview.html#resizeEvent" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * event)">
+ <parameter left="QResizeEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="Q3ScrollView::mousePressEvent" href="q3scrollview.html#mousePressEvent" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="Q3ScrollView::mouseReleaseEvent" href="q3scrollview.html#mouseReleaseEvent" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseDoubleClickEvent" fullname="Q3ScrollView::mouseDoubleClickEvent" href="q3scrollview.html#mouseDoubleClickEvent" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseDoubleClickEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="Q3ScrollView::mouseMoveEvent" href="q3scrollview.html#mouseMoveEvent" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="wheelEvent" fullname="Q3ScrollView::wheelEvent" href="q3scrollview.html#wheelEvent" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="wheelEvent(QWheelEvent * e)">
+ <parameter left="QWheelEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contextMenuEvent" fullname="Q3ScrollView::contextMenuEvent" href="q3scrollview.html#contextMenuEvent" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contextMenuEvent(QContextMenuEvent * e)">
+ <parameter left="QContextMenuEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="Q3ScrollView::eventFilter" href="q3scrollview.html#eventFilter" location="q3scrollview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * obj, QEvent * e)">
+ <parameter left="QObject *" right="" name="obj" default=""/>
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSqlIndex" href="qsqlindex.html" location="qsqlindex.h" bases="QSqlRecord" module="QtSql">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSqlIndex" fullname="QSqlIndex::QSqlIndex" href="qsqlindex.html#QSqlIndex" location="qsqlindex.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSqlIndex(const QString &amp; cursorname, const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="cursorname" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="name" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSqlIndex" fullname="QSqlIndex::QSqlIndex" href="qsqlindex.html#QSqlIndex-2" location="qsqlindex.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSqlIndex(const QSqlIndex &amp; other)">
+ <parameter left="const QSqlIndex &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSqlIndex" fullname="QSqlIndex::~QSqlIndex" href="qsqlindex.html#dtor.QSqlIndex" location="qsqlindex.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSqlIndex()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QSqlIndex::operator=" href="qsqlindex.html#operator=" location="qsqlindex.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSqlIndex &amp;" signature="operator=(const QSqlIndex &amp; other)">
+ <parameter left="const QSqlIndex &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCursorName" fullname="QSqlIndex::setCursorName" href="qsqlindex.html#setCursorName" location="qsqlindex.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCursorName(const QString &amp; cursorName)">
+ <parameter left="const QString &amp;" right="" name="cursorName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorName" fullname="QSqlIndex::cursorName" href="qsqlindex.html#cursorName" location="qsqlindex.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="cursorName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setName" fullname="QSqlIndex::setName" href="qsqlindex.html#setName" location="qsqlindex.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setName(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QSqlIndex::name" href="qsqlindex.html#name" location="qsqlindex.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QSqlIndex::append" href="qsqlindex.html#append" location="qsqlindex.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="append(const QSqlField &amp; field)">
+ <parameter left="const QSqlField &amp;" right="" name="field" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QSqlIndex::append" href="qsqlindex.html#append-2" location="qsqlindex.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="append(const QSqlField &amp; field, bool desc)">
+ <parameter left="const QSqlField &amp;" right="" name="field" default=""/>
+ <parameter left="bool" right="" name="desc" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDescending" fullname="QSqlIndex::isDescending" href="qsqlindex.html#isDescending" location="qsqlindex.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDescending(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDescending" fullname="QSqlIndex::setDescending" href="qsqlindex.html#setDescending" location="qsqlindex.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDescending(int i, bool desc)">
+ <parameter left="int" right="" name="i" default=""/>
+ <parameter left="bool" right="" name="desc" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="toString" fullname="QSqlIndex::toString" href="qsqlindex-qt3.html#toString" location="qsqlindex.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString(const QString &amp; prefix, const QString &amp; sep, bool verbose) const">
+ <parameter left="const QString &amp;" right="" name="prefix" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="sep" default="QLatin1String( &quot;,&quot; )"/>
+ <parameter left="bool" right="" name="verbose" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="toStringList" fullname="QSqlIndex::toStringList" href="qsqlindex-qt3.html#toStringList" location="qsqlindex.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="toStringList(const QString &amp; prefix, bool verbose) const">
+ <parameter left="const QString &amp;" right="" name="prefix" default="QString()"/>
+ <parameter left="bool" right="" name="verbose" default="true"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTranslator" href="qtranslator.html" location="qtranslator.h" bases="QObject" module="QtCore">
+ <contents name="looking-up-translations" title="Looking up Translations" level="1"/>
+ <contents name="using-multiple-translations" title="Using Multiple Translations" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTranslator" fullname="QTranslator::QTranslator" href="qtranslator.html#QTranslator" location="qtranslator.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTranslator(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QTranslator" fullname="QTranslator::QTranslator" href="qtranslator-qt3.html#QTranslator-2" location="qtranslator.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTranslator(QObject * parent, const char * name)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTranslator" fullname="QTranslator::~QTranslator" href="qtranslator.html#dtor.QTranslator" location="qtranslator.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTranslator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QTranslator::translate" href="qtranslator.html#translate" location="qtranslator.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="translate(const char * context, const char * sourceText, const char * disambiguation) const">
+ <parameter left="const char *" right="" name="context" default=""/>
+ <parameter left="const char *" right="" name="sourceText" default=""/>
+ <parameter left="const char *" right="" name="disambiguation" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QTranslator::translate" href="qtranslator.html#translate-2" location="qtranslator.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QString" signature="translate(const char * context, const char * sourceText, const char * disambiguation, int n) const">
+ <parameter left="const char *" right="" name="context" default=""/>
+ <parameter left="const char *" right="" name="sourceText" default=""/>
+ <parameter left="const char *" right="" name="disambiguation" default=""/>
+ <parameter left="int" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QTranslator::isEmpty" href="qtranslator.html#isEmpty" location="qtranslator.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QTranslator::load" href="qtranslator.html#load" location="qtranslator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="load(const QString &amp; filename, const QString &amp; directory, const QString &amp; search_delimiters, const QString &amp; suffix)">
+ <parameter left="const QString &amp;" right="" name="filename" default=""/>
+ <parameter left="const QString &amp;" right="" name="directory" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="search_delimiters" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="suffix" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QTranslator::load" href="qtranslator.html#load-2" location="qtranslator.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="load(const uchar * data, int len)">
+ <parameter left="const uchar *" right="" name="data" default=""/>
+ <parameter left="int" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="find" fullname="QTranslator::find" href="qtranslator-qt3.html#find" location="qtranslator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="find(const char * context, const char * sourceText, const char * comment) const">
+ <parameter left="const char *" right="" name="context" default=""/>
+ <parameter left="const char *" right="" name="sourceText" default=""/>
+ <parameter left="const char *" right="" name="comment" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDBusInterface" href="qdbusinterface.html" location="qdbusinterface.h" bases="QDBusAbstractInterface" module="QtDBus">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusInterface" fullname="QDBusInterface::QDBusInterface" href="qdbusinterface.html#QDBusInterface" location="qdbusinterface.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDBusInterface(const QString &amp; service, const QString &amp; path, const QString &amp; interface, const QDBusConnection &amp; connection, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="service" default=""/>
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="const QString &amp;" right="" name="interface" default="QString()"/>
+ <parameter left="const QDBusConnection &amp;" right="" name="connection" default="QDBusConnection::sessionBus()"/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDBusInterface" fullname="QDBusInterface::~QDBusInterface" href="qdbusinterface.html#dtor.QDBusInterface" location="qdbusinterface.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDBusInterface()"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextStream" href="qtextstream.html" location="qtextstream.h" bases="" module="QtCore">
+ <keyword name="qtextstream-manipulators"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="RealNumberNotation" fullname="QTextStream::RealNumberNotation" href="qtextstream.html#RealNumberNotation-enum" location="qtextstream.h">
+ <value name="SmartNotation" value="0"/>
+ <value name="FixedNotation" value="1"/>
+ <value name="ScientificNotation" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FieldAlignment" fullname="QTextStream::FieldAlignment" href="qtextstream.html#FieldAlignment-enum" location="qtextstream.h">
+ <value name="AlignLeft" value="0"/>
+ <value name="AlignRight" value="1"/>
+ <value name="AlignCenter" value="2"/>
+ <value name="AlignAccountingStyle" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Status" fullname="QTextStream::Status" href="qtextstream.html#Status-enum" location="qtextstream.h">
+ <value name="Ok" value="0"/>
+ <value name="ReadPastEnd" value="1"/>
+ <value name="ReadCorruptData" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="NumberFlag" fullname="QTextStream::NumberFlag" href="qtextstream.html#NumberFlag-enum" location="qtextstream.h" typedef="QTextStream::NumberFlags">
+ <value name="ShowBase" value="0x1"/>
+ <value name="ForcePoint" value="0x2"/>
+ <value name="ForceSign" value="0x4"/>
+ <value name="UppercaseBase" value="0x8"/>
+ <value name="UppercaseDigits" value="0x10"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="NumberFlags" fullname="QTextStream::NumberFlags" href="qtextstream.html#NumberFlags-typedef" location="qtextstream.h" enum="QTextStream::NumberFlag"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextStream" fullname="QTextStream::QTextStream" href="qtextstream.html#QTextStream" location="qtextstream.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextStream()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextStream" fullname="QTextStream::QTextStream" href="qtextstream.html#QTextStream-2" location="qtextstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTextStream(QIODevice * device)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextStream" fullname="QTextStream::QTextStream" href="qtextstream.html#QTextStream-3" location="qtextstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QTextStream(FILE * fileHandle, QFlags&lt;QIODevice::OpenModeFlag&gt; openMode)">
+ <parameter left="FILE *" right="" name="fileHandle" default=""/>
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="openMode" default="QIODevice::ReadWrite"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextStream" fullname="QTextStream::QTextStream" href="qtextstream.html#QTextStream-4" location="qtextstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QTextStream(QString * string, QFlags&lt;QIODevice::OpenModeFlag&gt; openMode)">
+ <parameter left="QString *" right="" name="string" default=""/>
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="openMode" default="QIODevice::ReadWrite"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextStream" fullname="QTextStream::QTextStream" href="qtextstream.html#QTextStream-5" location="qtextstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QTextStream(QByteArray * array, QFlags&lt;QIODevice::OpenModeFlag&gt; openMode)">
+ <parameter left="QByteArray *" right="" name="array" default=""/>
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="openMode" default="QIODevice::ReadWrite"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextStream" fullname="QTextStream::QTextStream" href="qtextstream.html#QTextStream-6" location="qtextstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QTextStream(const QByteArray &amp; array, QFlags&lt;QIODevice::OpenModeFlag&gt; openMode)">
+ <parameter left="const QByteArray &amp;" right="" name="array" default=""/>
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="openMode" default="QIODevice::ReadOnly"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTextStream" fullname="QTextStream::~QTextStream" href="qtextstream.html#dtor.QTextStream" location="qtextstream.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTextStream()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCodec" fullname="QTextStream::setCodec" href="qtextstream.html#setCodec" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCodec(QTextCodec * codec)">
+ <parameter left="QTextCodec *" right="" name="codec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCodec" fullname="QTextStream::setCodec" href="qtextstream.html#setCodec-2" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setCodec(const char * codecName)">
+ <parameter left="const char *" right="" name="codecName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="codec" fullname="QTextStream::codec" href="qtextstream.html#codec" location="qtextstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCodec *" signature="codec() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoDetectUnicode" fullname="QTextStream::setAutoDetectUnicode" href="qtextstream.html#setAutoDetectUnicode" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAutoDetectUnicode(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoDetectUnicode" fullname="QTextStream::autoDetectUnicode" href="qtextstream.html#autoDetectUnicode" location="qtextstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="autoDetectUnicode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGenerateByteOrderMark" fullname="QTextStream::setGenerateByteOrderMark" href="qtextstream.html#setGenerateByteOrderMark" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setGenerateByteOrderMark(bool generate)">
+ <parameter left="bool" right="" name="generate" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="generateByteOrderMark" fullname="QTextStream::generateByteOrderMark" href="qtextstream.html#generateByteOrderMark" location="qtextstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="generateByteOrderMark() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLocale" fullname="QTextStream::setLocale" href="qtextstream.html#setLocale" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLocale(const QLocale &amp; locale)">
+ <parameter left="const QLocale &amp;" right="" name="locale" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="locale" fullname="QTextStream::locale" href="qtextstream.html#locale" location="qtextstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QLocale" signature="locale() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDevice" fullname="QTextStream::setDevice" href="qtextstream.html#setDevice" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDevice(QIODevice * device)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="device" fullname="QTextStream::device" href="qtextstream.html#device" location="qtextstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIODevice *" signature="device() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setString" fullname="QTextStream::setString" href="qtextstream.html#setString" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setString(QString * string, QFlags&lt;QIODevice::OpenModeFlag&gt; openMode)">
+ <parameter left="QString *" right="" name="string" default=""/>
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="openMode" default="QIODevice::ReadWrite"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="string" fullname="QTextStream::string" href="qtextstream.html#string" location="qtextstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString *" signature="string() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="status" fullname="QTextStream::status" href="qtextstream.html#status" location="qtextstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Status" signature="status() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStatus" fullname="QTextStream::setStatus" href="qtextstream.html#setStatus" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStatus(Status status)">
+ <parameter left="Status" right="" name="status" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resetStatus" fullname="QTextStream::resetStatus" href="qtextstream.html#resetStatus" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resetStatus()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atEnd" fullname="QTextStream::atEnd" href="qtextstream.html#atEnd" location="qtextstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="atEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="QTextStream::reset" href="qtextstream.html#reset" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flush" fullname="QTextStream::flush" href="qtextstream.html#flush" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="flush()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="seek" fullname="QTextStream::seek" href="qtextstream.html#seek" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="seek(qint64 pos)">
+ <parameter left="qint64" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QTextStream::pos" href="qtextstream.html#pos" location="qtextstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="skipWhiteSpace" fullname="QTextStream::skipWhiteSpace" href="qtextstream.html#skipWhiteSpace" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="skipWhiteSpace()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readLine" fullname="QTextStream::readLine" href="qtextstream.html#readLine" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString" signature="readLine(qint64 maxlen)">
+ <parameter left="qint64" right="" name="maxlen" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readAll" fullname="QTextStream::readAll" href="qtextstream.html#readAll" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString" signature="readAll()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="read" fullname="QTextStream::read" href="qtextstream.html#read" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString" signature="read(qint64 maxlen)">
+ <parameter left="qint64" right="" name="maxlen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFieldAlignment" fullname="QTextStream::setFieldAlignment" href="qtextstream.html#setFieldAlignment" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFieldAlignment(FieldAlignment mode)">
+ <parameter left="FieldAlignment" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fieldAlignment" fullname="QTextStream::fieldAlignment" href="qtextstream.html#fieldAlignment" location="qtextstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="FieldAlignment" signature="fieldAlignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPadChar" fullname="QTextStream::setPadChar" href="qtextstream.html#setPadChar" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPadChar(QChar ch)">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="padChar" fullname="QTextStream::padChar" href="qtextstream.html#padChar" location="qtextstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QChar" signature="padChar() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFieldWidth" fullname="QTextStream::setFieldWidth" href="qtextstream.html#setFieldWidth" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFieldWidth(int width)">
+ <parameter left="int" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fieldWidth" fullname="QTextStream::fieldWidth" href="qtextstream.html#fieldWidth" location="qtextstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="fieldWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNumberFlags" fullname="QTextStream::setNumberFlags" href="qtextstream.html#setNumberFlags" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNumberFlags(QFlags&lt;QTextStream::NumberFlag&gt; flags)">
+ <parameter left="QFlags&lt;QTextStream::NumberFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numberFlags" fullname="QTextStream::numberFlags" href="qtextstream.html#numberFlags" location="qtextstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="NumberFlags" signature="numberFlags() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIntegerBase" fullname="QTextStream::setIntegerBase" href="qtextstream.html#setIntegerBase" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setIntegerBase(int base)">
+ <parameter left="int" right="" name="base" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="integerBase" fullname="QTextStream::integerBase" href="qtextstream.html#integerBase" location="qtextstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="integerBase() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRealNumberNotation" fullname="QTextStream::setRealNumberNotation" href="qtextstream.html#setRealNumberNotation" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRealNumberNotation(RealNumberNotation notation)">
+ <parameter left="RealNumberNotation" right="" name="notation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="realNumberNotation" fullname="QTextStream::realNumberNotation" href="qtextstream.html#realNumberNotation" location="qtextstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="RealNumberNotation" signature="realNumberNotation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRealNumberPrecision" fullname="QTextStream::setRealNumberPrecision" href="qtextstream.html#setRealNumberPrecision" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRealNumberPrecision(int precision)">
+ <parameter left="int" right="" name="precision" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="realNumberPrecision" fullname="QTextStream::realNumberPrecision" href="qtextstream.html#realNumberPrecision" location="qtextstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="realNumberPrecision() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QTextStream::operator&gt;&gt;" href="qtextstream.html#operator&gt;&gt;" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTextStream &amp;" signature="operator&gt;&gt;(QChar &amp; c)">
+ <parameter left="QChar &amp;" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QTextStream::operator&gt;&gt;" href="qtextstream.html#operator&gt;&gt;-5" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="QTextStream &amp;" signature="operator&gt;&gt;(char &amp; c)">
+ <parameter left="char &amp;" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QTextStream::operator&gt;&gt;" href="qtextstream.html#operator&gt;&gt;-2" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QTextStream &amp;" signature="operator&gt;&gt;(signed short &amp; i)">
+ <parameter left="signed short &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QTextStream::operator&gt;&gt;" href="qtextstream.html#operator&gt;&gt;-6" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="QTextStream &amp;" signature="operator&gt;&gt;(unsigned short &amp; i)">
+ <parameter left="unsigned short &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QTextStream::operator&gt;&gt;" href="qtextstream.html#operator&gt;&gt;-7" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="QTextStream &amp;" signature="operator&gt;&gt;(signed int &amp; i)">
+ <parameter left="signed int &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QTextStream::operator&gt;&gt;" href="qtextstream.html#operator&gt;&gt;-8" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="QTextStream &amp;" signature="operator&gt;&gt;(unsigned int &amp; i)">
+ <parameter left="unsigned int &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QTextStream::operator&gt;&gt;" href="qtextstream.html#operator&gt;&gt;-9" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" type="QTextStream &amp;" signature="operator&gt;&gt;(signed long &amp; i)">
+ <parameter left="signed long &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QTextStream::operator&gt;&gt;" href="qtextstream.html#operator&gt;&gt;-10" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="10" type="QTextStream &amp;" signature="operator&gt;&gt;(unsigned long &amp; i)">
+ <parameter left="unsigned long &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QTextStream::operator&gt;&gt;" href="qtextstream.html#operator&gt;&gt;-11" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="11" type="QTextStream &amp;" signature="operator&gt;&gt;(qlonglong &amp; i)">
+ <parameter left="qlonglong &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QTextStream::operator&gt;&gt;" href="qtextstream.html#operator&gt;&gt;-12" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" type="QTextStream &amp;" signature="operator&gt;&gt;(qulonglong &amp; i)">
+ <parameter left="qulonglong &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QTextStream::operator&gt;&gt;" href="qtextstream.html#operator&gt;&gt;-3" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QTextStream &amp;" signature="operator&gt;&gt;(float &amp; f)">
+ <parameter left="float &amp;" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QTextStream::operator&gt;&gt;" href="qtextstream.html#operator&gt;&gt;-13" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="13" type="QTextStream &amp;" signature="operator&gt;&gt;(double &amp; f)">
+ <parameter left="double &amp;" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QTextStream::operator&gt;&gt;" href="qtextstream.html#operator&gt;&gt;-4" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="QTextStream &amp;" signature="operator&gt;&gt;(QString &amp; str)">
+ <parameter left="QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QTextStream::operator&gt;&gt;" href="qtextstream.html#operator&gt;&gt;-14" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="14" type="QTextStream &amp;" signature="operator&gt;&gt;(QByteArray &amp; array)">
+ <parameter left="QByteArray &amp;" right="" name="array" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QTextStream::operator&gt;&gt;" href="qtextstream.html#operator&gt;&gt;-15" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="15" type="QTextStream &amp;" signature="operator&gt;&gt;(char * c)">
+ <parameter left="char *" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QTextStream::operator&lt;&lt;" href="qtextstream.html#operator&lt;&lt;" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTextStream &amp;" signature="operator&lt;&lt;(QChar c)">
+ <parameter left="QChar" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QTextStream::operator&lt;&lt;" href="qtextstream.html#operator&lt;&lt;-6" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="QTextStream &amp;" signature="operator&lt;&lt;(char c)">
+ <parameter left="char" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QTextStream::operator&lt;&lt;" href="qtextstream.html#operator&lt;&lt;-2" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QTextStream &amp;" signature="operator&lt;&lt;(signed short i)">
+ <parameter left="signed short" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QTextStream::operator&lt;&lt;" href="qtextstream.html#operator&lt;&lt;-7" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="QTextStream &amp;" signature="operator&lt;&lt;(unsigned short i)">
+ <parameter left="unsigned short" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QTextStream::operator&lt;&lt;" href="qtextstream.html#operator&lt;&lt;-8" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="QTextStream &amp;" signature="operator&lt;&lt;(signed int i)">
+ <parameter left="signed int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QTextStream::operator&lt;&lt;" href="qtextstream.html#operator&lt;&lt;-9" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" type="QTextStream &amp;" signature="operator&lt;&lt;(unsigned int i)">
+ <parameter left="unsigned int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QTextStream::operator&lt;&lt;" href="qtextstream.html#operator&lt;&lt;-10" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="10" type="QTextStream &amp;" signature="operator&lt;&lt;(signed long i)">
+ <parameter left="signed long" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QTextStream::operator&lt;&lt;" href="qtextstream.html#operator&lt;&lt;-11" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="11" type="QTextStream &amp;" signature="operator&lt;&lt;(unsigned long i)">
+ <parameter left="unsigned long" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QTextStream::operator&lt;&lt;" href="qtextstream.html#operator&lt;&lt;-12" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" type="QTextStream &amp;" signature="operator&lt;&lt;(qlonglong i)">
+ <parameter left="qlonglong" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QTextStream::operator&lt;&lt;" href="qtextstream.html#operator&lt;&lt;-13" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="13" type="QTextStream &amp;" signature="operator&lt;&lt;(qulonglong i)">
+ <parameter left="qulonglong" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QTextStream::operator&lt;&lt;" href="qtextstream.html#operator&lt;&lt;-3" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QTextStream &amp;" signature="operator&lt;&lt;(float f)">
+ <parameter left="float" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QTextStream::operator&lt;&lt;" href="qtextstream.html#operator&lt;&lt;-14" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="14" type="QTextStream &amp;" signature="operator&lt;&lt;(double f)">
+ <parameter left="double" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QTextStream::operator&lt;&lt;" href="qtextstream.html#operator&lt;&lt;-4" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="QTextStream &amp;" signature="operator&lt;&lt;(const QString &amp; string)">
+ <parameter left="const QString &amp;" right="" name="string" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QTextStream::operator&lt;&lt;" href="qtextstream.html#operator&lt;&lt;-15" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="15" type="QTextStream &amp;" signature="operator&lt;&lt;(const QByteArray &amp; array)">
+ <parameter left="const QByteArray &amp;" right="" name="array" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QTextStream::operator&lt;&lt;" href="qtextstream.html#operator&lt;&lt;-16" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="16" type="QTextStream &amp;" signature="operator&lt;&lt;(const char * string)">
+ <parameter left="const char *" right="" name="string" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QTextStream::operator&lt;&lt;" href="qtextstream.html#operator&lt;&lt;-17" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="17" type="QTextStream &amp;" signature="operator&lt;&lt;(const void * ptr)">
+ <parameter left="const void *" right="" name="ptr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="flags" fullname="QTextStream::flags" href="qtextstream-qt3.html#flags" location="qtextstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="flags() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="flags" fullname="QTextStream::flags" href="qtextstream-qt3.html#flags-2" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="flags(int f)">
+ <parameter left="int" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setf" fullname="QTextStream::setf" href="qtextstream-qt3.html#setf" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="setf(int bits)">
+ <parameter left="int" right="" name="bits" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setf" fullname="QTextStream::setf" href="qtextstream-qt3.html#setf-2" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="setf(int bits, int mask)">
+ <parameter left="int" right="" name="bits" default=""/>
+ <parameter left="int" right="" name="mask" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="unsetf" fullname="QTextStream::unsetf" href="qtextstream-qt3.html#unsetf" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="unsetf(int bits)">
+ <parameter left="int" right="" name="bits" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="width" fullname="QTextStream::width" href="qtextstream-qt3.html#width" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="width(int w)">
+ <parameter left="int" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="fill" fullname="QTextStream::fill" href="qtextstream-qt3.html#fill" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="fill(int f)">
+ <parameter left="int" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="precision" fullname="QTextStream::precision" href="qtextstream-qt3.html#precision" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="precision(int p)">
+ <parameter left="int" right="" name="p" default=""/>
+ </function>
+ <variable access="public" threadsafety="unspecified" status="compat" name="skipws" fullname="QTextStream::skipws" href="qtextstream-qt3.html#skipws-var" location="qtextstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="compat" name="left" fullname="QTextStream::left" href="qtextstream-qt3.html#left-var" location="qtextstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="compat" name="right" fullname="QTextStream::right" href="qtextstream-qt3.html#right-var" location="qtextstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="compat" name="internal" fullname="QTextStream::internal" href="qtextstream-qt3.html#internal-var" location="qtextstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="compat" name="bin" fullname="QTextStream::bin" href="qtextstream-qt3.html#bin-var" location="qtextstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="compat" name="oct" fullname="QTextStream::oct" href="qtextstream-qt3.html#oct-var" location="qtextstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="compat" name="dec" fullname="QTextStream::dec" href="qtextstream-qt3.html#dec-var" location="qtextstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="compat" name="hex" fullname="QTextStream::hex" href="qtextstream-qt3.html#hex-var" location="qtextstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="compat" name="showbase" fullname="QTextStream::showbase" href="qtextstream-qt3.html#showbase-var" location="qtextstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="compat" name="showpoint" fullname="QTextStream::showpoint" href="qtextstream-qt3.html#showpoint-var" location="qtextstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="compat" name="uppercase" fullname="QTextStream::uppercase" href="qtextstream-qt3.html#uppercase-var" location="qtextstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="compat" name="showpos" fullname="QTextStream::showpos" href="qtextstream-qt3.html#showpos-var" location="qtextstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="compat" name="scientific" fullname="QTextStream::scientific" href="qtextstream-qt3.html#scientific-var" location="qtextstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="compat" name="fixed" fullname="QTextStream::fixed" href="qtextstream-qt3.html#fixed-var" location="qtextstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="compat" name="basefield" fullname="QTextStream::basefield" href="qtextstream-qt3.html#basefield-var" location="qtextstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="compat" name="adjustfield" fullname="QTextStream::adjustfield" href="qtextstream-qt3.html#adjustfield-var" location="qtextstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="compat" name="floatfield" fullname="QTextStream::floatfield" href="qtextstream-qt3.html#floatfield-var" location="qtextstream.h" type="const int" static="true"/>
+ <enum access="public" threadsafety="unspecified" status="compat" name="Encoding" fullname="QTextStream::Encoding" href="qtextstream-qt3.html#Encoding-enum" location="qtextstream.h">
+ <value name="Locale" value="0"/>
+ <value name="Latin1" value="1"/>
+ <value name="Unicode" value="2"/>
+ <value name="UnicodeNetworkOrder" value="3"/>
+ <value name="UnicodeReverse" value="4"/>
+ <value name="RawUnicode" value="5"/>
+ <value name="UnicodeUTF8" value="6"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="compat" name="setEncoding" fullname="QTextStream::setEncoding" href="qtextstream-qt3.html#setEncoding" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEncoding(Encoding encoding)">
+ <parameter left="Encoding" right="" name="encoding" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="read" fullname="QTextStream::read" href="qtextstream-qt3.html#read-2" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QString" signature="read()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="unsetDevice" fullname="QTextStream::unsetDevice" href="qtextstream-qt3.html#unsetDevice" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="unsetDevice()"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bin" href="qtextstream.html#bin" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStream &amp;" signature="bin(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="oct" href="qtextstream.html#oct" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStream &amp;" signature="oct(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dec" href="qtextstream.html#dec" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStream &amp;" signature="dec(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hex" href="qtextstream.html#hex" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStream &amp;" signature="hex(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showbase" href="qtextstream.html#showbase" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStream &amp;" signature="showbase(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="forcesign" href="qtextstream.html#forcesign" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStream &amp;" signature="forcesign(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="forcepoint" href="qtextstream.html#forcepoint" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStream &amp;" signature="forcepoint(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="noshowbase" href="qtextstream.html#noshowbase" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStream &amp;" signature="noshowbase(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="noforcesign" href="qtextstream.html#noforcesign" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStream &amp;" signature="noforcesign(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="noforcepoint" href="qtextstream.html#noforcepoint" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStream &amp;" signature="noforcepoint(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="uppercasebase" href="qtextstream.html#uppercasebase" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStream &amp;" signature="uppercasebase(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="uppercasedigits" href="qtextstream.html#uppercasedigits" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStream &amp;" signature="uppercasedigits(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lowercasebase" href="qtextstream.html#lowercasebase" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStream &amp;" signature="lowercasebase(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lowercasedigits" href="qtextstream.html#lowercasedigits" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStream &amp;" signature="lowercasedigits(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fixed" href="qtextstream.html#fixed" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStream &amp;" signature="fixed(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scientific" href="qtextstream.html#scientific" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStream &amp;" signature="scientific(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="left" href="qtextstream.html#left" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStream &amp;" signature="left(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="right" href="qtextstream.html#right" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStream &amp;" signature="right(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="center" href="qtextstream.html#center" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStream &amp;" signature="center(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endl" href="qtextstream.html#endl" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStream &amp;" signature="endl(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flush" href="qtextstream.html#flush" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStream &amp;" signature="flush(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" href="qtextstream.html#reset" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStream &amp;" signature="reset(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bom" href="qtextstream.html#bom" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStream &amp;" signature="bom(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ws" href="qtextstream.html#ws" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStream &amp;" signature="ws(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qSetFieldWidth" href="qtextstream.html#qSetFieldWidth" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStreamManipulator" signature="qSetFieldWidth(int width)">
+ <parameter left="int" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qSetPadChar" href="qtextstream.html#qSetPadChar" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStreamManipulator" signature="qSetPadChar(QChar ch)">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qSetRealNumberPrecision" href="qtextstream.html#qSetRealNumberPrecision" location="qtextstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QTextStream" type="QTextStreamManipulator" signature="qSetRealNumberPrecision(int precision)">
+ <parameter left="int" right="" name="precision" default=""/>
+ </function>
+ <class access="public" threadsafety="reentrant" status="compat" name="QTextIStream" href="qtextistream.html" location="qtextstream.h" bases="QTextStream" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextIStream" fullname="QTextIStream::QTextIStream" href="qtextistream.html#QTextIStream" location="qtextstream.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextIStream(const QString * string)">
+ <parameter left="const QString *" right="" name="string" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextIStream" fullname="QTextIStream::QTextIStream" href="qtextistream.html#QTextIStream-2" location="qtextstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTextIStream(QByteArray * byteArray)">
+ <parameter left="QByteArray *" right="" name="byteArray" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextIStream" fullname="QTextIStream::QTextIStream" href="qtextistream.html#QTextIStream-3" location="qtextstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QTextIStream(FILE * file)">
+ <parameter left="FILE *" right="" name="file" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="compat" name="QTextOStream" href="qtextostream.html" location="qtextstream.h" bases="QTextStream" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextOStream" fullname="QTextOStream::QTextOStream" href="qtextostream.html#QTextOStream" location="qtextstream.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextOStream(QString * string)">
+ <parameter left="QString *" right="" name="string" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextOStream" fullname="QTextOStream::QTextOStream" href="qtextostream.html#QTextOStream-2" location="qtextstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTextOStream(QByteArray * byteArray)">
+ <parameter left="QByteArray *" right="" name="byteArray" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextOStream" fullname="QTextOStream::QTextOStream" href="qtextostream.html#QTextOStream-3" location="qtextstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QTextOStream(FILE * file)">
+ <parameter left="FILE *" right="" name="file" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QDate" href="qdate.html" location="qdatetime.h" bases="" module="QtCore">
+ <target name="qdate-g-and-j"/>
+ <contents name="use-of-gregorian-and-julian-calendars" title="Use of Gregorian and Julian Calendars" level="1"/>
+ <contents name="use-of-gregorian-and-julian-calendars" title="Use of Gregorian and Julian Calendars" level="2"/>
+ <contents name="no-year-0" title="No Year 0" level="2"/>
+ <contents name="range-of-valid-dates" title="Range of Valid Dates" level="2"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="MonthNameType" fullname="QDate::MonthNameType" href="qdate.html#MonthNameType-enum" location="qdatetime.h">
+ <value name="DateFormat" value="0"/>
+ <value name="StandaloneFormat" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDate" fullname="QDate::QDate" href="qdate.html#QDate" location="qdatetime.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDate" fullname="QDate::QDate" href="qdate.html#QDate-2" location="qdatetime.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDate(int y, int m, int d)">
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="m" default=""/>
+ <parameter left="int" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QDate::isNull" href="qdate.html#isNull" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QDate::isValid" href="qdate.html#isValid" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="year" fullname="QDate::year" href="qdate.html#year" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="year() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="month" fullname="QDate::month" href="qdate.html#month" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="month() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="day" fullname="QDate::day" href="qdate.html#day" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="day() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dayOfWeek" fullname="QDate::dayOfWeek" href="qdate.html#dayOfWeek" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="dayOfWeek() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dayOfYear" fullname="QDate::dayOfYear" href="qdate.html#dayOfYear" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="dayOfYear() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="daysInMonth" fullname="QDate::daysInMonth" href="qdate.html#daysInMonth" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="daysInMonth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="daysInYear" fullname="QDate::daysInYear" href="qdate.html#daysInYear" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="daysInYear() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="weekNumber" fullname="QDate::weekNumber" href="qdate.html#weekNumber" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="weekNumber(int * yearNumber) const">
+ <parameter left="int *" right="" name="yearNumber" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="monthName" fullname="QDate::monthName" href="qdate-qt3.html#monthName" location="qdatetime.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="monthName(int month)">
+ <parameter left="int" right="" name="month" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="dayName" fullname="QDate::dayName" href="qdate-qt3.html#dayName" location="qdatetime.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="dayName(int weekday)">
+ <parameter left="int" right="" name="weekday" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shortMonthName" fullname="QDate::shortMonthName" href="qdate.html#shortMonthName" location="qdatetime.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="shortMonthName(int month)">
+ <parameter left="int" right="" name="month" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shortMonthName" fullname="QDate::shortMonthName" href="qdate.html#shortMonthName-2" location="qdatetime.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QString" signature="shortMonthName(int month, MonthNameType type)">
+ <parameter left="int" right="" name="month" default=""/>
+ <parameter left="MonthNameType" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shortDayName" fullname="QDate::shortDayName" href="qdate.html#shortDayName" location="qdatetime.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="shortDayName(int weekday)">
+ <parameter left="int" right="" name="weekday" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shortDayName" fullname="QDate::shortDayName" href="qdate.html#shortDayName-2" location="qdatetime.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QString" signature="shortDayName(int weekday, MonthNameType type)">
+ <parameter left="int" right="" name="weekday" default=""/>
+ <parameter left="MonthNameType" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="longMonthName" fullname="QDate::longMonthName" href="qdate.html#longMonthName" location="qdatetime.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="longMonthName(int month)">
+ <parameter left="int" right="" name="month" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="longMonthName" fullname="QDate::longMonthName" href="qdate.html#longMonthName-2" location="qdatetime.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QString" signature="longMonthName(int month, MonthNameType type)">
+ <parameter left="int" right="" name="month" default=""/>
+ <parameter left="MonthNameType" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="longDayName" fullname="QDate::longDayName" href="qdate.html#longDayName" location="qdatetime.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="longDayName(int weekday)">
+ <parameter left="int" right="" name="weekday" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="longDayName" fullname="QDate::longDayName" href="qdate.html#longDayName-2" location="qdatetime.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QString" signature="longDayName(int weekday, MonthNameType type)">
+ <parameter left="int" right="" name="weekday" default=""/>
+ <parameter left="MonthNameType" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QDate::toString" href="qdate.html#toString-2" location="qdatetime.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QString" signature="toString(Qt::DateFormat format) const">
+ <parameter left="Qt::DateFormat" right="" name="format" default="Qt::TextDate"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QDate::toString" href="qdate.html#toString" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString(const QString &amp; format) const">
+ <parameter left="const QString &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setYMD" fullname="QDate::setYMD" href="qdate-obsolete.html#setYMD" location="qdatetime.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="setYMD(int y, int m, int d)">
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="m" default=""/>
+ <parameter left="int" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDate" fullname="QDate::setDate" href="qdate.html#setDate" location="qdatetime.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="setDate(int year, int month, int day)">
+ <parameter left="int" right="" name="year" default=""/>
+ <parameter left="int" right="" name="month" default=""/>
+ <parameter left="int" right="" name="day" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getDate" fullname="QDate::getDate" href="qdate.html#getDate" location="qdatetime.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="getDate(int * year, int * month, int * day)">
+ <parameter left="int *" right="" name="year" default=""/>
+ <parameter left="int *" right="" name="month" default=""/>
+ <parameter left="int *" right="" name="day" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addDays" fullname="QDate::addDays" href="qdate.html#addDays" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDate" signature="addDays(int ndays) const">
+ <parameter left="int" right="" name="ndays" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addMonths" fullname="QDate::addMonths" href="qdate.html#addMonths" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDate" signature="addMonths(int nmonths) const">
+ <parameter left="int" right="" name="nmonths" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addYears" fullname="QDate::addYears" href="qdate.html#addYears" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDate" signature="addYears(int nyears) const">
+ <parameter left="int" right="" name="nyears" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="daysTo" fullname="QDate::daysTo" href="qdate.html#daysTo" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="daysTo(const QDate &amp; d) const">
+ <parameter left="const QDate &amp;" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QDate::operator==" href="qdate.html#operator==" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QDate &amp; d) const">
+ <parameter left="const QDate &amp;" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QDate::operator!=" href="qdate.html#operator!=" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QDate &amp; d) const">
+ <parameter left="const QDate &amp;" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QDate::operator&lt;" href="qdate.html#operator&lt;" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;(const QDate &amp; d) const">
+ <parameter left="const QDate &amp;" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;=" fullname="QDate::operator&lt;=" href="qdate.html#operator&lt;=" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;=(const QDate &amp; d) const">
+ <parameter left="const QDate &amp;" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" fullname="QDate::operator&gt;" href="qdate.html#operator&gt;" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&gt;(const QDate &amp; d) const">
+ <parameter left="const QDate &amp;" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;=" fullname="QDate::operator&gt;=" href="qdate.html#operator&gt;=" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&gt;=(const QDate &amp; d) const">
+ <parameter left="const QDate &amp;" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentDate" fullname="QDate::currentDate" href="qdate.html#currentDate" location="qdatetime.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QDate" signature="currentDate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromString" fullname="QDate::fromString" href="qdate.html#fromString" location="qdatetime.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QDate" signature="fromString(const QString &amp; string, Qt::DateFormat format)">
+ <parameter left="const QString &amp;" right="" name="string" default=""/>
+ <parameter left="Qt::DateFormat" right="" name="format" default="Qt::TextDate"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromString" fullname="QDate::fromString" href="qdate.html#fromString-2" location="qdatetime.cpp" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QDate" signature="fromString(const QString &amp; string, const QString &amp; format)">
+ <parameter left="const QString &amp;" right="" name="string" default=""/>
+ <parameter left="const QString &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QDate::isValid" href="qdate.html#isValid-2" location="qdatetime.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="bool" signature="isValid(int year, int month, int day)">
+ <parameter left="int" right="" name="year" default=""/>
+ <parameter left="int" right="" name="month" default=""/>
+ <parameter left="int" right="" name="day" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isLeapYear" fullname="QDate::isLeapYear" href="qdate.html#isLeapYear" location="qdatetime.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isLeapYear(int year)">
+ <parameter left="int" right="" name="year" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="leapYear" fullname="QDate::leapYear" href="qdate-qt3.html#leapYear" location="qdatetime.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="leapYear(int year)">
+ <parameter left="int" right="" name="year" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="currentDate" fullname="QDate::currentDate" href="qdate-qt3.html#currentDate-2" location="qdatetime.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QDate" signature="currentDate(Qt::TimeSpec spec)">
+ <parameter left="Qt::TimeSpec" right="" name="spec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromJulianDay" fullname="QDate::fromJulianDay" href="qdate.html#fromJulianDay" location="qdatetime.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QDate" signature="fromJulianDay(int jd)">
+ <parameter left="int" right="" name="jd" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toJulianDay" fullname="QDate::toJulianDay" href="qdate.html#toJulianDay" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="toJulianDay() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTime" href="qtime.html" location="qdatetime.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTime" fullname="QTime::QTime" href="qtime.html#QTime" location="qdatetime.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTime()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTime" fullname="QTime::QTime" href="qtime.html#QTime-2" location="qdatetime.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTime(int h, int m, int s, int ms)">
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="int" right="" name="m" default=""/>
+ <parameter left="int" right="" name="s" default="0"/>
+ <parameter left="int" right="" name="ms" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QTime::isNull" href="qtime.html#isNull" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QTime::isValid" href="qtime.html#isValid" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hour" fullname="QTime::hour" href="qtime.html#hour" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="hour() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minute" fullname="QTime::minute" href="qtime.html#minute" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="minute() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="second" fullname="QTime::second" href="qtime.html#second" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="second() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="msec" fullname="QTime::msec" href="qtime.html#msec" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="msec() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QTime::toString" href="qtime.html#toString-2" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QString" signature="toString(Qt::DateFormat format) const">
+ <parameter left="Qt::DateFormat" right="" name="format" default="Qt::TextDate"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QTime::toString" href="qtime.html#toString" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString(const QString &amp; format) const">
+ <parameter left="const QString &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHMS" fullname="QTime::setHMS" href="qtime.html#setHMS" location="qdatetime.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="setHMS(int h, int m, int s, int ms)">
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="int" right="" name="m" default=""/>
+ <parameter left="int" right="" name="s" default=""/>
+ <parameter left="int" right="" name="ms" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addSecs" fullname="QTime::addSecs" href="qtime.html#addSecs" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTime" signature="addSecs(int s) const">
+ <parameter left="int" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="secsTo" fullname="QTime::secsTo" href="qtime.html#secsTo" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="secsTo(const QTime &amp; t) const">
+ <parameter left="const QTime &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addMSecs" fullname="QTime::addMSecs" href="qtime.html#addMSecs" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTime" signature="addMSecs(int ms) const">
+ <parameter left="int" right="" name="ms" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="msecsTo" fullname="QTime::msecsTo" href="qtime.html#msecsTo" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="msecsTo(const QTime &amp; t) const">
+ <parameter left="const QTime &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QTime::operator==" href="qtime.html#operator==" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QTime &amp; t) const">
+ <parameter left="const QTime &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QTime::operator!=" href="qtime.html#operator!=" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QTime &amp; t) const">
+ <parameter left="const QTime &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QTime::operator&lt;" href="qtime.html#operator&lt;" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;(const QTime &amp; t) const">
+ <parameter left="const QTime &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;=" fullname="QTime::operator&lt;=" href="qtime.html#operator&lt;=" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;=(const QTime &amp; t) const">
+ <parameter left="const QTime &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" fullname="QTime::operator&gt;" href="qtime.html#operator&gt;" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&gt;(const QTime &amp; t) const">
+ <parameter left="const QTime &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;=" fullname="QTime::operator&gt;=" href="qtime.html#operator&gt;=" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&gt;=(const QTime &amp; t) const">
+ <parameter left="const QTime &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentTime" fullname="QTime::currentTime" href="qtime.html#currentTime" location="qdatetime.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QTime" signature="currentTime()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromString" fullname="QTime::fromString" href="qtime.html#fromString" location="qdatetime.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QTime" signature="fromString(const QString &amp; string, Qt::DateFormat format)">
+ <parameter left="const QString &amp;" right="" name="string" default=""/>
+ <parameter left="Qt::DateFormat" right="" name="format" default="Qt::TextDate"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromString" fullname="QTime::fromString" href="qtime.html#fromString-2" location="qdatetime.cpp" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QTime" signature="fromString(const QString &amp; string, const QString &amp; format)">
+ <parameter left="const QString &amp;" right="" name="string" default=""/>
+ <parameter left="const QString &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QTime::isValid" href="qtime.html#isValid-2" location="qdatetime.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="bool" signature="isValid(int h, int m, int s, int ms)">
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="int" right="" name="m" default=""/>
+ <parameter left="int" right="" name="s" default=""/>
+ <parameter left="int" right="" name="ms" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="currentTime" fullname="QTime::currentTime" href="qtime-qt3.html#currentTime-2" location="qdatetime.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QTime" signature="currentTime(Qt::TimeSpec specification)">
+ <parameter left="Qt::TimeSpec" right="" name="specification" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="start" fullname="QTime::start" href="qtime.html#start" location="qdatetime.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="start()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="restart" fullname="QTime::restart" href="qtime.html#restart" location="qdatetime.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="restart()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="elapsed" fullname="QTime::elapsed" href="qtime.html#elapsed" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="elapsed() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QDateTime" href="qdatetime.html" location="qdatetime.h" bases="" module="QtCore">
+ <target name="qdatetime-g-and-j"/>
+ <contents name="use-of-gregorian-and-julian-calendars" title="Use of Gregorian and Julian Calendars" level="1"/>
+ <contents name="use-of-gregorian-and-julian-calendars" title="Use of Gregorian and Julian Calendars" level="2"/>
+ <contents name="no-year-0" title="No Year 0" level="2"/>
+ <contents name="range-of-valid-dates" title="Range of Valid Dates" level="2"/>
+ <contents name="use-of-system-timezone" title="Use of System Timezone" level="2"/>
+ <contents name="daylight-savings-time-dst" title="Daylight Savings Time (DST)" level="2"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDateTime" fullname="QDateTime::QDateTime" href="qdatetime.html#QDateTime" location="qdatetime.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDateTime()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDateTime" fullname="QDateTime::QDateTime" href="qdatetime.html#QDateTime-2" location="qdatetime.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDateTime(const QDate &amp; date)">
+ <parameter left="const QDate &amp;" right="" name="date" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDateTime" fullname="QDateTime::QDateTime" href="qdatetime.html#QDateTime-3" location="qdatetime.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QDateTime(const QDate &amp; date, const QTime &amp; time, Qt::TimeSpec spec)">
+ <parameter left="const QDate &amp;" right="" name="date" default=""/>
+ <parameter left="const QTime &amp;" right="" name="time" default=""/>
+ <parameter left="Qt::TimeSpec" right="" name="spec" default="Qt::LocalTime"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDateTime" fullname="QDateTime::QDateTime" href="qdatetime.html#QDateTime-4" location="qdatetime.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QDateTime(const QDateTime &amp; other)">
+ <parameter left="const QDateTime &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDateTime" fullname="QDateTime::~QDateTime" href="qdatetime.html#dtor.QDateTime" location="qdatetime.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDateTime()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDateTime::operator=" href="qdatetime.html#operator=" location="qdatetime.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDateTime &amp;" signature="operator=(const QDateTime &amp; other)">
+ <parameter left="const QDateTime &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QDateTime::isNull" href="qdatetime.html#isNull" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QDateTime::isValid" href="qdatetime.html#isValid" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="date" fullname="QDateTime::date" href="qdatetime.html#date" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDate" signature="date() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="time" fullname="QDateTime::time" href="qdatetime.html#time" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTime" signature="time() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="timeSpec" fullname="QDateTime::timeSpec" href="qdatetime.html#timeSpec" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::TimeSpec" signature="timeSpec() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toTime_t" fullname="QDateTime::toTime_t" href="qdatetime.html#toTime_t" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="toTime_t() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDate" fullname="QDateTime::setDate" href="qdatetime.html#setDate" location="qdatetime.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDate(const QDate &amp; date)">
+ <parameter left="const QDate &amp;" right="" name="date" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTime" fullname="QDateTime::setTime" href="qdatetime.html#setTime" location="qdatetime.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTime(const QTime &amp; time)">
+ <parameter left="const QTime &amp;" right="" name="time" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTimeSpec" fullname="QDateTime::setTimeSpec" href="qdatetime.html#setTimeSpec" location="qdatetime.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTimeSpec(Qt::TimeSpec spec)">
+ <parameter left="Qt::TimeSpec" right="" name="spec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTime_t" fullname="QDateTime::setTime_t" href="qdatetime.html#setTime_t" location="qdatetime.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTime_t(uint seconds)">
+ <parameter left="uint" right="" name="seconds" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QDateTime::toString" href="qdatetime.html#toString-2" location="qdatetime.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QString" signature="toString(Qt::DateFormat format) const">
+ <parameter left="Qt::DateFormat" right="" name="format" default="Qt::TextDate"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QDateTime::toString" href="qdatetime.html#toString" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString(const QString &amp; format) const">
+ <parameter left="const QString &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addDays" fullname="QDateTime::addDays" href="qdatetime.html#addDays" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="addDays(int ndays) const">
+ <parameter left="int" right="" name="ndays" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addMonths" fullname="QDateTime::addMonths" href="qdatetime.html#addMonths" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="addMonths(int nmonths) const">
+ <parameter left="int" right="" name="nmonths" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addYears" fullname="QDateTime::addYears" href="qdatetime.html#addYears" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="addYears(int nyears) const">
+ <parameter left="int" right="" name="nyears" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addSecs" fullname="QDateTime::addSecs" href="qdatetime.html#addSecs" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="addSecs(int s) const">
+ <parameter left="int" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addMSecs" fullname="QDateTime::addMSecs" href="qdatetime.html#addMSecs" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="addMSecs(qint64 msecs) const">
+ <parameter left="qint64" right="" name="msecs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toTimeSpec" fullname="QDateTime::toTimeSpec" href="qdatetime.html#toTimeSpec" location="qdatetime.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="toTimeSpec(Qt::TimeSpec specification) const">
+ <parameter left="Qt::TimeSpec" right="" name="specification" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLocalTime" fullname="QDateTime::toLocalTime" href="qdatetime.html#toLocalTime" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="toLocalTime() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUTC" fullname="QDateTime::toUTC" href="qdatetime.html#toUTC" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="toUTC() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="daysTo" fullname="QDateTime::daysTo" href="qdatetime.html#daysTo" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="daysTo(const QDateTime &amp; other) const">
+ <parameter left="const QDateTime &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="secsTo" fullname="QDateTime::secsTo" href="qdatetime.html#secsTo" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="secsTo(const QDateTime &amp; other) const">
+ <parameter left="const QDateTime &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QDateTime::operator==" href="qdatetime.html#operator==" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QDateTime &amp; other) const">
+ <parameter left="const QDateTime &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QDateTime::operator!=" href="qdatetime.html#operator!=" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QDateTime &amp; other) const">
+ <parameter left="const QDateTime &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QDateTime::operator&lt;" href="qdatetime.html#operator&lt;" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;(const QDateTime &amp; other) const">
+ <parameter left="const QDateTime &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;=" fullname="QDateTime::operator&lt;=" href="qdatetime.html#operator&lt;=" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;=(const QDateTime &amp; other) const">
+ <parameter left="const QDateTime &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" fullname="QDateTime::operator&gt;" href="qdatetime.html#operator&gt;" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&gt;(const QDateTime &amp; other) const">
+ <parameter left="const QDateTime &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;=" fullname="QDateTime::operator&gt;=" href="qdatetime.html#operator&gt;=" location="qdatetime.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&gt;=(const QDateTime &amp; other) const">
+ <parameter left="const QDateTime &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentDateTime" fullname="QDateTime::currentDateTime" href="qdatetime.html#currentDateTime" location="qdatetime.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QDateTime" signature="currentDateTime()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromString" fullname="QDateTime::fromString" href="qdatetime.html#fromString" location="qdatetime.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QDateTime" signature="fromString(const QString &amp; string, Qt::DateFormat format)">
+ <parameter left="const QString &amp;" right="" name="string" default=""/>
+ <parameter left="Qt::DateFormat" right="" name="format" default="Qt::TextDate"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromString" fullname="QDateTime::fromString" href="qdatetime.html#fromString-2" location="qdatetime.cpp" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QDateTime" signature="fromString(const QString &amp; string, const QString &amp; format)">
+ <parameter left="const QString &amp;" right="" name="string" default=""/>
+ <parameter left="const QString &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromTime_t" fullname="QDateTime::fromTime_t" href="qdatetime.html#fromTime_t" location="qdatetime.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QDateTime" signature="fromTime_t(uint seconds)">
+ <parameter left="uint" right="" name="seconds" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setTime_t" fullname="QDateTime::setTime_t" href="qdatetime-qt3.html#setTime_t-2" location="qdatetime.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setTime_t(uint secsSince1Jan1970UTC, Qt::TimeSpec spec)">
+ <parameter left="uint" right="" name="secsSince1Jan1970UTC" default=""/>
+ <parameter left="Qt::TimeSpec" right="" name="spec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="currentDateTime" fullname="QDateTime::currentDateTime" href="qdatetime-qt3.html#currentDateTime-2" location="qdatetime.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QDateTime" signature="currentDateTime(Qt::TimeSpec spec)">
+ <parameter left="Qt::TimeSpec" right="" name="spec" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qdate.html#operator&lt;&lt;-18" location="qdatetime.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="18" relates="QDate" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; out, const QDate &amp; date)">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ <parameter left="const QDate &amp;" right="" name="date" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qdate.html#operator&gt;&gt;-13" location="qdatetime.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="13" relates="QDate" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; in, QDate &amp; date)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ <parameter left="QDate &amp;" right="" name="date" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qtime.html#operator&lt;&lt;-19" location="qdatetime.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="19" relates="QTime" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; out, const QTime &amp; time)">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ <parameter left="const QTime &amp;" right="" name="time" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qtime.html#operator&gt;&gt;-14" location="qdatetime.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="14" relates="QTime" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; in, QTime &amp; time)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ <parameter left="QTime &amp;" right="" name="time" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qdatetime.html#operator&lt;&lt;-20" location="qdatetime.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="20" relates="QDateTime" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; out, const QDateTime &amp; dateTime)">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ <parameter left="const QDateTime &amp;" right="" name="dateTime" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qdatetime.html#operator&gt;&gt;-15" location="qdatetime.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="15" relates="QDateTime" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; in, QDateTime &amp; dateTime)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ <parameter left="QDateTime &amp;" right="" name="dateTime" default=""/>
+ </function>
+ <class access="public" threadsafety="reentrant" status="compat" name="Q3TextStream" href="q3textstream.html" location="q3textstream.h" bases="" module="Qt3SupportLight">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Encoding" fullname="Q3TextStream::Encoding" href="q3textstream.html#Encoding-enum" location="q3textstream.h">
+ <value name="Locale" value="0"/>
+ <value name="Latin1" value="1"/>
+ <value name="Unicode" value="2"/>
+ <value name="UnicodeNetworkOrder" value="3"/>
+ <value name="UnicodeReverse" value="4"/>
+ <value name="RawUnicode" value="5"/>
+ <value name="UnicodeUTF8" value="6"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEncoding" fullname="Q3TextStream::setEncoding" href="q3textstream.html#setEncoding" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEncoding(Encoding e)">
+ <parameter left="Encoding" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCodec" fullname="Q3TextStream::setCodec" href="q3textstream.html#setCodec" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCodec(QTextCodec * codec)">
+ <parameter left="QTextCodec *" right="" name="codec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="codec" fullname="Q3TextStream::codec" href="q3textstream.html#codec" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTextCodec *" signature="codec()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3TextStream" fullname="Q3TextStream::Q3TextStream" href="q3textstream.html#Q3TextStream" location="q3textstream.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3TextStream()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3TextStream" fullname="Q3TextStream::Q3TextStream" href="q3textstream.html#Q3TextStream-2" location="q3textstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3TextStream(QIODevice * iod)">
+ <parameter left="QIODevice *" right="" name="iod" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3TextStream" fullname="Q3TextStream::Q3TextStream" href="q3textstream.html#Q3TextStream-3" location="q3textstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3TextStream(QString * str, int filemode)">
+ <parameter left="QString *" right="" name="str" default=""/>
+ <parameter left="int" right="" name="filemode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="Q3TextStream" fullname="Q3TextStream::Q3TextStream" href="q3textstream-obsolete.html#Q3TextStream-4" location="q3textstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="Q3TextStream(QString &amp; str, int filemode)">
+ <parameter left="QString &amp;" right="" name="str" default=""/>
+ <parameter left="int" right="" name="filemode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3TextStream" fullname="Q3TextStream::Q3TextStream" href="q3textstream.html#Q3TextStream-5" location="q3textstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="Q3TextStream(QByteArray &amp; a, int mode)">
+ <parameter left="QByteArray &amp;" right="" name="a" default=""/>
+ <parameter left="int" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3TextStream" fullname="Q3TextStream::Q3TextStream" href="q3textstream.html#Q3TextStream-6" location="q3textstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="Q3TextStream(FILE * fh, int mode)">
+ <parameter left="FILE *" right="" name="fh" default=""/>
+ <parameter left="int" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3TextStream" fullname="Q3TextStream::~Q3TextStream" href="q3textstream.html#dtor.Q3TextStream" location="q3textstream.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3TextStream()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="device" fullname="Q3TextStream::device" href="q3textstream.html#device" location="q3textstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIODevice *" signature="device() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDevice" fullname="Q3TextStream::setDevice" href="q3textstream.html#setDevice" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDevice(QIODevice * iod)">
+ <parameter left="QIODevice *" right="" name="iod" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unsetDevice" fullname="Q3TextStream::unsetDevice" href="q3textstream.html#unsetDevice" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="unsetDevice()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atEnd" fullname="Q3TextStream::atEnd" href="q3textstream.html#atEnd" location="q3textstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="atEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="eof" fullname="Q3TextStream::eof" href="q3textstream-obsolete.html#eof" location="q3textstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="eof() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="Q3TextStream::operator&gt;&gt;" href="q3textstream.html#operator&gt;&gt;" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3TextStream &amp;" signature="operator&gt;&gt;(QChar &amp; c)">
+ <parameter left="QChar &amp;" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="Q3TextStream::operator&gt;&gt;" href="q3textstream.html#operator&gt;&gt;-2" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="Q3TextStream &amp;" signature="operator&gt;&gt;(char &amp; c)">
+ <parameter left="char &amp;" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="Q3TextStream::operator&gt;&gt;" href="q3textstream.html#operator&gt;&gt;-3" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="Q3TextStream &amp;" signature="operator&gt;&gt;(signed short &amp; i)">
+ <parameter left="signed short &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="Q3TextStream::operator&gt;&gt;" href="q3textstream.html#operator&gt;&gt;-4" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="Q3TextStream &amp;" signature="operator&gt;&gt;(unsigned short &amp; i)">
+ <parameter left="unsigned short &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="Q3TextStream::operator&gt;&gt;" href="q3textstream.html#operator&gt;&gt;-5" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="Q3TextStream &amp;" signature="operator&gt;&gt;(signed int &amp; i)">
+ <parameter left="signed int &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="Q3TextStream::operator&gt;&gt;" href="q3textstream.html#operator&gt;&gt;-6" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="Q3TextStream &amp;" signature="operator&gt;&gt;(unsigned int &amp; i)">
+ <parameter left="unsigned int &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="Q3TextStream::operator&gt;&gt;" href="q3textstream.html#operator&gt;&gt;-7" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="Q3TextStream &amp;" signature="operator&gt;&gt;(signed long &amp; i)">
+ <parameter left="signed long &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="Q3TextStream::operator&gt;&gt;" href="q3textstream.html#operator&gt;&gt;-8" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="Q3TextStream &amp;" signature="operator&gt;&gt;(unsigned long &amp; i)">
+ <parameter left="unsigned long &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="Q3TextStream::operator&gt;&gt;" href="q3textstream.html#operator&gt;&gt;-9" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" type="Q3TextStream &amp;" signature="operator&gt;&gt;(float &amp; f)">
+ <parameter left="float &amp;" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="Q3TextStream::operator&gt;&gt;" href="q3textstream.html#operator&gt;&gt;-10" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="10" type="Q3TextStream &amp;" signature="operator&gt;&gt;(double &amp; f)">
+ <parameter left="double &amp;" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="Q3TextStream::operator&gt;&gt;" href="q3textstream.html#operator&gt;&gt;-11" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="11" type="Q3TextStream &amp;" signature="operator&gt;&gt;(char * s)">
+ <parameter left="char *" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="Q3TextStream::operator&gt;&gt;" href="q3textstream.html#operator&gt;&gt;-12" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" type="Q3TextStream &amp;" signature="operator&gt;&gt;(QString &amp; str)">
+ <parameter left="QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="Q3TextStream::operator&gt;&gt;" href="q3textstream.html#operator&gt;&gt;-13" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="13" type="Q3TextStream &amp;" signature="operator&gt;&gt;(Q3CString &amp; str)">
+ <parameter left="Q3CString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="Q3TextStream::operator&lt;&lt;" href="q3textstream.html#operator&lt;&lt;" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3TextStream &amp;" signature="operator&lt;&lt;(QChar c)">
+ <parameter left="QChar" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="Q3TextStream::operator&lt;&lt;" href="q3textstream.html#operator&lt;&lt;-2" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="Q3TextStream &amp;" signature="operator&lt;&lt;(char c)">
+ <parameter left="char" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="Q3TextStream::operator&lt;&lt;" href="q3textstream.html#operator&lt;&lt;-3" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="Q3TextStream &amp;" signature="operator&lt;&lt;(signed short i)">
+ <parameter left="signed short" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="Q3TextStream::operator&lt;&lt;" href="q3textstream.html#operator&lt;&lt;-4" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="Q3TextStream &amp;" signature="operator&lt;&lt;(unsigned short i)">
+ <parameter left="unsigned short" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="Q3TextStream::operator&lt;&lt;" href="q3textstream.html#operator&lt;&lt;-5" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="Q3TextStream &amp;" signature="operator&lt;&lt;(signed int i)">
+ <parameter left="signed int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="Q3TextStream::operator&lt;&lt;" href="q3textstream.html#operator&lt;&lt;-6" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="Q3TextStream &amp;" signature="operator&lt;&lt;(unsigned int i)">
+ <parameter left="unsigned int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="Q3TextStream::operator&lt;&lt;" href="q3textstream.html#operator&lt;&lt;-7" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="Q3TextStream &amp;" signature="operator&lt;&lt;(signed long i)">
+ <parameter left="signed long" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="Q3TextStream::operator&lt;&lt;" href="q3textstream.html#operator&lt;&lt;-8" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="Q3TextStream &amp;" signature="operator&lt;&lt;(unsigned long i)">
+ <parameter left="unsigned long" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="Q3TextStream::operator&lt;&lt;" href="q3textstream.html#operator&lt;&lt;-9" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" type="Q3TextStream &amp;" signature="operator&lt;&lt;(float f)">
+ <parameter left="float" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="Q3TextStream::operator&lt;&lt;" href="q3textstream.html#operator&lt;&lt;-10" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="10" type="Q3TextStream &amp;" signature="operator&lt;&lt;(double f)">
+ <parameter left="double" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="Q3TextStream::operator&lt;&lt;" href="q3textstream.html#operator&lt;&lt;-11" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="11" type="Q3TextStream &amp;" signature="operator&lt;&lt;(const char * s)">
+ <parameter left="const char *" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="Q3TextStream::operator&lt;&lt;" href="q3textstream.html#operator&lt;&lt;-13" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="13" type="Q3TextStream &amp;" signature="operator&lt;&lt;(const QString &amp; s)">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="Q3TextStream::operator&lt;&lt;" href="q3textstream.html#operator&lt;&lt;-12" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" type="Q3TextStream &amp;" signature="operator&lt;&lt;(const Q3CString &amp; s)">
+ <parameter left="const Q3CString &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="Q3TextStream::operator&lt;&lt;" href="q3textstream.html#operator&lt;&lt;-14" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="14" type="Q3TextStream &amp;" signature="operator&lt;&lt;(void * ptr)">
+ <parameter left="void *" right="" name="ptr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readRawBytes" fullname="Q3TextStream::readRawBytes" href="q3textstream.html#readRawBytes" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3TextStream &amp;" signature="readRawBytes(char * s, uint len)">
+ <parameter left="char *" right="" name="s" default=""/>
+ <parameter left="uint" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeRawBytes" fullname="Q3TextStream::writeRawBytes" href="q3textstream.html#writeRawBytes" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3TextStream &amp;" signature="writeRawBytes(const char * s, uint len)">
+ <parameter left="const char *" right="" name="s" default=""/>
+ <parameter left="uint" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readLine" fullname="Q3TextStream::readLine" href="q3textstream.html#readLine" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString" signature="readLine()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="read" fullname="Q3TextStream::read" href="q3textstream.html#read" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString" signature="read()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="skipWhiteSpace" fullname="Q3TextStream::skipWhiteSpace" href="q3textstream.html#skipWhiteSpace" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="skipWhiteSpace()"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="skipws" fullname="Q3TextStream::skipws" href="q3textstream.html#skipws-var" location="q3textstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="left" fullname="Q3TextStream::left" href="q3textstream.html#left-var" location="q3textstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="right" fullname="Q3TextStream::right" href="q3textstream.html#right-var" location="q3textstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="internal" fullname="Q3TextStream::internal" href="q3textstream.html#internal-var" location="q3textstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="bin" fullname="Q3TextStream::bin" href="q3textstream.html#bin-var" location="q3textstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="oct" fullname="Q3TextStream::oct" href="q3textstream.html#oct-var" location="q3textstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="dec" fullname="Q3TextStream::dec" href="q3textstream.html#dec-var" location="q3textstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="hex" fullname="Q3TextStream::hex" href="q3textstream.html#hex-var" location="q3textstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="showbase" fullname="Q3TextStream::showbase" href="q3textstream.html#showbase-var" location="q3textstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="showpoint" fullname="Q3TextStream::showpoint" href="q3textstream.html#showpoint-var" location="q3textstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="uppercase" fullname="Q3TextStream::uppercase" href="q3textstream.html#uppercase-var" location="q3textstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="showpos" fullname="Q3TextStream::showpos" href="q3textstream.html#showpos-var" location="q3textstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="scientific" fullname="Q3TextStream::scientific" href="q3textstream.html#scientific-var" location="q3textstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="fixed" fullname="Q3TextStream::fixed" href="q3textstream.html#fixed-var" location="q3textstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="basefield" fullname="Q3TextStream::basefield" href="q3textstream.html#basefield-var" location="q3textstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="adjustfield" fullname="Q3TextStream::adjustfield" href="q3textstream.html#adjustfield-var" location="q3textstream.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="floatfield" fullname="Q3TextStream::floatfield" href="q3textstream.html#floatfield-var" location="q3textstream.h" type="const int" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flags" fullname="Q3TextStream::flags" href="q3textstream.html#flags" location="q3textstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="flags() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flags" fullname="Q3TextStream::flags" href="q3textstream.html#flags-2" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="flags(int f)">
+ <parameter left="int" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setf" fullname="Q3TextStream::setf" href="q3textstream.html#setf" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="setf(int bits)">
+ <parameter left="int" right="" name="bits" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setf" fullname="Q3TextStream::setf" href="q3textstream.html#setf-2" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="setf(int bits, int mask)">
+ <parameter left="int" right="" name="bits" default=""/>
+ <parameter left="int" right="" name="mask" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unsetf" fullname="Q3TextStream::unsetf" href="q3textstream.html#unsetf" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="unsetf(int bits)">
+ <parameter left="int" right="" name="bits" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="Q3TextStream::reset" href="q3textstream.html#reset" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="Q3TextStream::width" href="q3textstream.html#width" location="q3textstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="Q3TextStream::width" href="q3textstream.html#width-2" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="width(int w)">
+ <parameter left="int" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fill" fullname="Q3TextStream::fill" href="q3textstream.html#fill" location="q3textstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="fill() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fill" fullname="Q3TextStream::fill" href="q3textstream.html#fill-2" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="fill(int f)">
+ <parameter left="int" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="precision" fullname="Q3TextStream::precision" href="q3textstream.html#precision" location="q3textstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="precision() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="precision" fullname="Q3TextStream::precision" href="q3textstream.html#precision-2" location="q3textstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="precision(int p)">
+ <parameter left="int" right="" name="p" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QCommonStyle" href="qcommonstyle.html" location="qcommonstyle.h" bases="QStyle" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCommonStyle" fullname="QCommonStyle::QCommonStyle" href="qcommonstyle.html#QCommonStyle" location="qcommonstyle.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QCommonStyle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QCommonStyle" fullname="QCommonStyle::~QCommonStyle" href="qcommonstyle.html#dtor.QCommonStyle" location="qcommonstyle.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QCommonStyle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPrimitive" fullname="QCommonStyle::drawPrimitive" href="qcommonstyle.html#drawPrimitive" location="qcommonstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawPrimitive(PrimitiveElement pe, const QStyleOption * opt, QPainter * p, const QWidget * widget) const">
+ <parameter left="PrimitiveElement" right="" name="pe" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawControl" fullname="QCommonStyle::drawControl" href="qcommonstyle.html#drawControl" location="qcommonstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawControl(ControlElement element, const QStyleOption * opt, QPainter * p, const QWidget * widget) const">
+ <parameter left="ControlElement" right="" name="element" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subElementRect" fullname="QCommonStyle::subElementRect" href="qcommonstyle.html#subElementRect" location="qcommonstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="subElementRect(SubElement sr, const QStyleOption * opt, const QWidget * widget) const">
+ <parameter left="SubElement" right="" name="sr" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawComplexControl" fullname="QCommonStyle::drawComplexControl" href="qcommonstyle.html#drawComplexControl" location="qcommonstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawComplexControl(ComplexControl cc, const QStyleOptionComplex * opt, QPainter * p, const QWidget * widget) const">
+ <parameter left="ComplexControl" right="" name="cc" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="opt" default=""/>
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hitTestComplexControl" fullname="QCommonStyle::hitTestComplexControl" href="qcommonstyle.html#hitTestComplexControl" location="qcommonstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="SubControl" signature="hitTestComplexControl(ComplexControl cc, const QStyleOptionComplex * opt, const QPoint &amp; pt, const QWidget * widget) const">
+ <parameter left="ComplexControl" right="" name="cc" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="opt" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pt" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subControlRect" fullname="QCommonStyle::subControlRect" href="qcommonstyle.html#subControlRect" location="qcommonstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="subControlRect(ComplexControl cc, const QStyleOptionComplex * opt, SubControl sc, const QWidget * widget) const">
+ <parameter left="ComplexControl" right="" name="cc" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="opt" default=""/>
+ <parameter left="SubControl" right="" name="sc" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeFromContents" fullname="QCommonStyle::sizeFromContents" href="qcommonstyle.html#sizeFromContents" location="qcommonstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeFromContents(ContentsType ct, const QStyleOption * opt, const QSize &amp; csz, const QWidget * widget) const">
+ <parameter left="ContentsType" right="" name="ct" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="const QSize &amp;" right="" name="csz" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixelMetric" fullname="QCommonStyle::pixelMetric" href="qcommonstyle.html#pixelMetric" location="qcommonstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="pixelMetric(PixelMetric m, const QStyleOption * opt, const QWidget * widget) const">
+ <parameter left="PixelMetric" right="" name="m" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="styleHint" fullname="QCommonStyle::styleHint" href="qcommonstyle.html#styleHint" location="qcommonstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="styleHint(StyleHint sh, const QStyleOption * opt, const QWidget * widget, QStyleHintReturn * hret) const">
+ <parameter left="StyleHint" right="" name="sh" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ <parameter left="QStyleHintReturn *" right="" name="hret" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardPixmap" fullname="QCommonStyle::standardPixmap" href="qcommonstyle.html#standardPixmap" location="qcommonstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="standardPixmap(StandardPixmap sp, const QStyleOption * option, const QWidget * widget) const">
+ <parameter left="StandardPixmap" right="" name="sp" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="generatedIconPixmap" fullname="QCommonStyle::generatedIconPixmap" href="qcommonstyle.html#generatedIconPixmap" location="qcommonstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="generatedIconPixmap(QIcon::Mode iconMode, const QPixmap &amp; pixmap, const QStyleOption * opt) const">
+ <parameter left="QIcon::Mode" right="" name="iconMode" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QCommonStyle::polish" href="qcommonstyle.html#polish" location="qcommonstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="polish(QPalette &amp; pal)">
+ <parameter left="QPalette &amp;" right="" name="pal" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QCommonStyle::polish" href="qcommonstyle.html#polish-2" location="qcommonstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="polish(QApplication * app)">
+ <parameter left="QApplication *" right="" name="app" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QCommonStyle::polish" href="qcommonstyle.html#polish-3" location="qcommonstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="polish(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unpolish" fullname="QCommonStyle::unpolish" href="qcommonstyle.html#unpolish" location="qcommonstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="unpolish(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unpolish" fullname="QCommonStyle::unpolish" href="qcommonstyle.html#unpolish-2" location="qcommonstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="unpolish(QApplication * application)">
+ <parameter left="QApplication *" right="" name="application" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QBindableMap" href="qbindablemap.html" location="qbindablemap.h" bases="QObject" module="QtDeclarative">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBindableMap" fullname="QBindableMap::QBindableMap" href="qbindablemap.html#QBindableMap" location="qbindablemap.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QBindableMap(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QBindableMap" fullname="QBindableMap::~QBindableMap" href="qbindablemap.html#dtor.QBindableMap" location="qbindablemap.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QBindableMap()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QBindableMap::value" href="qbindablemap.html#value" location="qbindablemap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="value(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QBindableMap::setValue" href="qbindablemap.html#setValue" location="qbindablemap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setValue(const QString &amp; key, QVariant value)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="QVariant" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearValue" fullname="QBindableMap::clearValue" href="qbindablemap.html#clearValue" location="qbindablemap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearValue(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="changed" fullname="QBindableMap::changed" href="qbindablemap.html#changed" location="qbindablemap.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="changed(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QBasicTimer" href="qbasictimer.html" location="qbasictimer.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBasicTimer" fullname="QBasicTimer::QBasicTimer" href="qbasictimer.html#QBasicTimer" location="qbasictimer.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QBasicTimer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QBasicTimer" fullname="QBasicTimer::~QBasicTimer" href="qbasictimer.html#dtor.QBasicTimer" location="qbasictimer.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QBasicTimer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isActive" fullname="QBasicTimer::isActive" href="qbasictimer.html#isActive" location="qbasictimer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isActive() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="timerId" fullname="QBasicTimer::timerId" href="qbasictimer.html#timerId" location="qbasictimer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="timerId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="start" fullname="QBasicTimer::start" href="qbasictimer.html#start" location="qbasictimer.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="start(int msec, QObject * object)">
+ <parameter left="int" right="" name="msec" default=""/>
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stop" fullname="QBasicTimer::stop" href="qbasictimer.html#stop" location="qbasictimer.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="stop()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTextDocumentWriter" href="qtextdocumentwriter.html" location="qtextdocumentwriter.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextDocumentWriter" fullname="QTextDocumentWriter::QTextDocumentWriter" href="qtextdocumentwriter.html#QTextDocumentWriter" location="qtextdocumentwriter.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextDocumentWriter()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextDocumentWriter" fullname="QTextDocumentWriter::QTextDocumentWriter" href="qtextdocumentwriter.html#QTextDocumentWriter-2" location="qtextdocumentwriter.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTextDocumentWriter(QIODevice * device, const QByteArray &amp; format)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextDocumentWriter" fullname="QTextDocumentWriter::QTextDocumentWriter" href="qtextdocumentwriter.html#QTextDocumentWriter-3" location="qtextdocumentwriter.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QTextDocumentWriter(const QString &amp; fileName, const QByteArray &amp; format)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="format" default="QByteArray()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTextDocumentWriter" fullname="QTextDocumentWriter::~QTextDocumentWriter" href="qtextdocumentwriter.html#dtor.QTextDocumentWriter" location="qtextdocumentwriter.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTextDocumentWriter()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFormat" fullname="QTextDocumentWriter::setFormat" href="qtextdocumentwriter.html#setFormat" location="qtextdocumentwriter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFormat(const QByteArray &amp; format)">
+ <parameter left="const QByteArray &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QTextDocumentWriter::format" href="qtextdocumentwriter.html#format" location="qtextdocumentwriter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="format() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDevice" fullname="QTextDocumentWriter::setDevice" href="qtextdocumentwriter.html#setDevice" location="qtextdocumentwriter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDevice(QIODevice * device)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="device" fullname="QTextDocumentWriter::device" href="qtextdocumentwriter.html#device" location="qtextdocumentwriter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIODevice *" signature="device() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFileName" fullname="QTextDocumentWriter::setFileName" href="qtextdocumentwriter.html#setFileName" location="qtextdocumentwriter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFileName(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QTextDocumentWriter::fileName" href="qtextdocumentwriter.html#fileName" location="qtextdocumentwriter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fileName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="write" fullname="QTextDocumentWriter::write" href="qtextdocumentwriter.html#write" location="qtextdocumentwriter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="write(const QTextDocument * document)">
+ <parameter left="const QTextDocument *" right="" name="document" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="write" fullname="QTextDocumentWriter::write" href="qtextdocumentwriter.html#write-2" location="qtextdocumentwriter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="write(const QTextDocumentFragment &amp; fragment)">
+ <parameter left="const QTextDocumentFragment &amp;" right="" name="fragment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCodec" fullname="QTextDocumentWriter::setCodec" href="qtextdocumentwriter.html#setCodec" location="qtextdocumentwriter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCodec(QTextCodec * codec)">
+ <parameter left="QTextCodec *" right="" name="codec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="codec" fullname="QTextDocumentWriter::codec" href="qtextdocumentwriter.html#codec" location="qtextdocumentwriter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCodec *" signature="codec() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedDocumentFormats" fullname="QTextDocumentWriter::supportedDocumentFormats" href="qtextdocumentwriter.html#supportedDocumentFormats" location="qtextdocumentwriter.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QByteArray&gt;" signature="supportedDocumentFormats()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3SimpleRichText" href="q3simplerichtext.html" location="q3simplerichtext.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3SimpleRichText" fullname="Q3SimpleRichText::Q3SimpleRichText" href="q3simplerichtext.html#Q3SimpleRichText" location="q3simplerichtext.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3SimpleRichText(const QString &amp; text, const QFont &amp; fnt, const QString &amp; context, const Q3StyleSheet * sheet)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QFont &amp;" right="" name="fnt" default=""/>
+ <parameter left="const QString &amp;" right="" name="context" default="QString()"/>
+ <parameter left="const Q3StyleSheet *" right="" name="sheet" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3SimpleRichText" fullname="Q3SimpleRichText::Q3SimpleRichText" href="q3simplerichtext.html#Q3SimpleRichText-2" location="q3simplerichtext.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3SimpleRichText(const QString &amp; text, const QFont &amp; fnt, const QString &amp; context, const Q3StyleSheet * sheet, const Q3MimeSourceFactory * factory, int pageBreak, const QColor &amp; linkColor, bool linkUnderline)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QFont &amp;" right="" name="fnt" default=""/>
+ <parameter left="const QString &amp;" right="" name="context" default=""/>
+ <parameter left="const Q3StyleSheet *" right="" name="sheet" default=""/>
+ <parameter left="const Q3MimeSourceFactory *" right="" name="factory" default=""/>
+ <parameter left="int" right="" name="pageBreak" default="-1"/>
+ <parameter left="const QColor &amp;" right="" name="linkColor" default="Qt::blue"/>
+ <parameter left="bool" right="" name="linkUnderline" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3SimpleRichText" fullname="Q3SimpleRichText::~Q3SimpleRichText" href="q3simplerichtext.html#dtor.Q3SimpleRichText" location="q3simplerichtext.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3SimpleRichText()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidth" fullname="Q3SimpleRichText::setWidth" href="q3simplerichtext.html#setWidth-2" location="q3simplerichtext.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setWidth(int w)">
+ <parameter left="int" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidth" fullname="Q3SimpleRichText::setWidth" href="q3simplerichtext.html#setWidth" location="q3simplerichtext.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWidth(QPainter * p, int w)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultFont" fullname="Q3SimpleRichText::setDefaultFont" href="q3simplerichtext.html#setDefaultFont" location="q3simplerichtext.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDefaultFont(const QFont &amp; f)">
+ <parameter left="const QFont &amp;" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="Q3SimpleRichText::width" href="q3simplerichtext.html#width" location="q3simplerichtext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widthUsed" fullname="Q3SimpleRichText::widthUsed" href="q3simplerichtext.html#widthUsed" location="q3simplerichtext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="widthUsed() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="Q3SimpleRichText::height" href="q3simplerichtext.html#height" location="q3simplerichtext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="adjustSize" fullname="Q3SimpleRichText::adjustSize" href="q3simplerichtext.html#adjustSize" location="q3simplerichtext.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="adjustSize()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="draw" fullname="Q3SimpleRichText::draw" href="q3simplerichtext.html#draw" location="q3simplerichtext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="draw(QPainter * p, int x, int y, const QRect &amp; clipRect, const QColorGroup &amp; cg, const QBrush * paper) const">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="const QRect &amp;" right="" name="clipRect" default=""/>
+ <parameter left="const QColorGroup &amp;" right="" name="cg" default=""/>
+ <parameter left="const QBrush *" right="" name="paper" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="draw" fullname="Q3SimpleRichText::draw" href="q3simplerichtext.html#draw-2" location="q3simplerichtext.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="void" signature="draw(QPainter * p, int x, int y, const QRegion &amp; clipRegion, const QColorGroup &amp; cg, const QBrush * paper) const">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="const QRegion &amp;" right="" name="clipRegion" default=""/>
+ <parameter left="const QColorGroup &amp;" right="" name="cg" default=""/>
+ <parameter left="const QBrush *" right="" name="paper" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="context" fullname="Q3SimpleRichText::context" href="q3simplerichtext.html#context" location="q3simplerichtext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="context() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="anchorAt" fullname="Q3SimpleRichText::anchorAt" href="q3simplerichtext.html#anchorAt" location="q3simplerichtext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="anchorAt(const QPoint &amp; pos) const">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inText" fullname="Q3SimpleRichText::inText" href="q3simplerichtext.html#inText" location="q3simplerichtext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="inText(const QPoint &amp; pos) const">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QResource" href="qresource.html" location="qresource.h" bases="" module="QtCore">
+ <contents name="dynamic-resource-loading" title="Dynamic Resource Loading" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QResource" fullname="QResource::QResource" href="qresource.html#QResource" location="qresource.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QResource(const QString &amp; file, const QLocale &amp; locale)">
+ <parameter left="const QString &amp;" right="" name="file" default="QString()"/>
+ <parameter left="const QLocale &amp;" right="" name="locale" default="QLocale()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QResource" fullname="QResource::~QResource" href="qresource.html#dtor.QResource" location="qresource.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QResource()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFileName" fullname="QResource::setFileName" href="qresource.html#setFileName" location="qresource.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFileName(const QString &amp; file)">
+ <parameter left="const QString &amp;" right="" name="file" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QResource::fileName" href="qresource.html#fileName" location="qresource.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fileName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="absoluteFilePath" fullname="QResource::absoluteFilePath" href="qresource.html#absoluteFilePath" location="qresource.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="absoluteFilePath() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLocale" fullname="QResource::setLocale" href="qresource.html#setLocale" location="qresource.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLocale(const QLocale &amp; locale)">
+ <parameter left="const QLocale &amp;" right="" name="locale" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="locale" fullname="QResource::locale" href="qresource.html#locale" location="qresource.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QLocale" signature="locale() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QResource::isValid" href="qresource.html#isValid" location="qresource.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCompressed" fullname="QResource::isCompressed" href="qresource.html#isCompressed" location="qresource.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCompressed() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QResource::size" href="qresource.html#size" location="qresource.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QResource::data" href="qresource.html#data" location="qresource.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const uchar *" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="addSearchPath" fullname="QResource::addSearchPath" href="qresource-obsolete.html#addSearchPath" location="qresource.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="addSearchPath(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="searchPaths" fullname="QResource::searchPaths" href="qresource.html#searchPaths" location="qresource.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="searchPaths()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="registerResource" fullname="QResource::registerResource" href="qresource.html#registerResource" location="qresource.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="registerResource(const QString &amp; rccFileName, const QString &amp; mapRoot)">
+ <parameter left="const QString &amp;" right="" name="rccFileName" default=""/>
+ <parameter left="const QString &amp;" right="" name="mapRoot" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unregisterResource" fullname="QResource::unregisterResource" href="qresource.html#unregisterResource" location="qresource.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="unregisterResource(const QString &amp; rccFileName, const QString &amp; mapRoot)">
+ <parameter left="const QString &amp;" right="" name="rccFileName" default=""/>
+ <parameter left="const QString &amp;" right="" name="mapRoot" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="registerResource" fullname="QResource::registerResource" href="qresource.html#registerResource-2" location="qresource.cpp" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="bool" signature="registerResource(const uchar * rccData, const QString &amp; mapRoot)">
+ <parameter left="const uchar *" right="" name="rccData" default=""/>
+ <parameter left="const QString &amp;" right="" name="mapRoot" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unregisterResource" fullname="QResource::unregisterResource" href="qresource.html#unregisterResource-2" location="qresource.cpp" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="bool" signature="unregisterResource(const uchar * rccData, const QString &amp; mapRoot)">
+ <parameter left="const uchar *" right="" name="rccData" default=""/>
+ <parameter left="const QString &amp;" right="" name="mapRoot" default="QString()"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="isDir" fullname="QResource::isDir" href="qresource.html#isDir" location="qresource.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDir() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="isFile" fullname="QResource::isFile" href="qresource.html#isFile" location="qresource.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isFile() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="children" fullname="QResource::children" href="qresource.html#children" location="qresource.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="children() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d_ptr" fullname="QResource::d_ptr" href="qresource.html#d_ptr-var" location="qresource.h" type="QResourcePrivate *" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QCalendarWidget" href="qcalendarwidget.html" location="qcalendarwidget.h" bases="QWidget" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="selectedDate" fullname="QCalendarWidget::selectedDate" href="qcalendarwidget.html#selectedDate-prop" location="qcalendarwidget.h" type="QDate">
+ <getter name="selectedDate"/>
+ <setter name="setSelectedDate"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="minimumDate" fullname="QCalendarWidget::minimumDate" href="qcalendarwidget.html#minimumDate-prop" location="qcalendarwidget.h" type="QDate">
+ <getter name="minimumDate"/>
+ <setter name="setMinimumDate"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maximumDate" fullname="QCalendarWidget::maximumDate" href="qcalendarwidget.html#maximumDate-prop" location="qcalendarwidget.h" type="QDate">
+ <getter name="maximumDate"/>
+ <setter name="setMaximumDate"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="firstDayOfWeek" fullname="QCalendarWidget::firstDayOfWeek" href="qcalendarwidget.html#firstDayOfWeek-prop" location="qcalendarwidget.h" type="Qt::DayOfWeek">
+ <getter name="firstDayOfWeek"/>
+ <setter name="setFirstDayOfWeek"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="gridVisible" fullname="QCalendarWidget::gridVisible" href="qcalendarwidget.html#gridVisible-prop" location="qcalendarwidget.h" type="bool">
+ <getter name="isGridVisible"/>
+ <setter name="setGridVisible"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="selectionMode" fullname="QCalendarWidget::selectionMode" href="qcalendarwidget.html#selectionMode-prop" location="qcalendarwidget.h" type="SelectionMode">
+ <getter name="selectionMode"/>
+ <setter name="setSelectionMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="horizontalHeaderFormat" fullname="QCalendarWidget::horizontalHeaderFormat" href="qcalendarwidget.html#horizontalHeaderFormat-prop" location="qcalendarwidget.h" type="HorizontalHeaderFormat">
+ <getter name="horizontalHeaderFormat"/>
+ <setter name="setHorizontalHeaderFormat"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="verticalHeaderFormat" fullname="QCalendarWidget::verticalHeaderFormat" href="qcalendarwidget.html#verticalHeaderFormat-prop" location="qcalendarwidget.h" type="VerticalHeaderFormat">
+ <getter name="verticalHeaderFormat"/>
+ <setter name="setVerticalHeaderFormat"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="obsolete" name="headerVisible" fullname="QCalendarWidget::headerVisible" href="qcalendarwidget-obsolete.html#headerVisible-prop" location="qcalendarwidget.h" type="bool">
+ <getter name="isHeaderVisible"/>
+ <setter name="setHeaderVisible"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="navigationBarVisible" fullname="QCalendarWidget::navigationBarVisible" href="qcalendarwidget.html#navigationBarVisible-prop" location="qcalendarwidget.h" type="bool">
+ <getter name="isNavigationBarVisible"/>
+ <setter name="setNavigationBarVisible"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="dateEditEnabled" fullname="QCalendarWidget::dateEditEnabled" href="qcalendarwidget.html#dateEditEnabled-prop" location="qcalendarwidget.h" type="bool">
+ <getter name="isDateEditEnabled"/>
+ <setter name="setDateEditEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="dateEditAcceptDelay" fullname="QCalendarWidget::dateEditAcceptDelay" href="qcalendarwidget.html#dateEditAcceptDelay-prop" location="qcalendarwidget.h" type="int">
+ <getter name="dateEditAcceptDelay"/>
+ <setter name="setDateEditAcceptDelay"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="HorizontalHeaderFormat" fullname="QCalendarWidget::HorizontalHeaderFormat" href="qcalendarwidget.html#HorizontalHeaderFormat-enum" location="qcalendarwidget.h">
+ <value name="NoHorizontalHeader" value="0"/>
+ <value name="SingleLetterDayNames" value="1"/>
+ <value name="ShortDayNames" value="2"/>
+ <value name="LongDayNames" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="VerticalHeaderFormat" fullname="QCalendarWidget::VerticalHeaderFormat" href="qcalendarwidget.html#VerticalHeaderFormat-enum" location="qcalendarwidget.h">
+ <value name="NoVerticalHeader" value="0"/>
+ <value name="ISOWeekNumbers" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SelectionMode" fullname="QCalendarWidget::SelectionMode" href="qcalendarwidget.html#SelectionMode-enum" location="qcalendarwidget.h">
+ <value name="NoSelection" value="0"/>
+ <value name="SingleSelection" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCalendarWidget" fullname="QCalendarWidget::QCalendarWidget" href="qcalendarwidget.html#QCalendarWidget" location="qcalendarwidget.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QCalendarWidget(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QCalendarWidget" fullname="QCalendarWidget::~QCalendarWidget" href="qcalendarwidget.html#dtor.QCalendarWidget" location="qcalendarwidget.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QCalendarWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QCalendarWidget::sizeHint" href="qcalendarwidget.html#sizeHint" location="qcalendarwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="QCalendarWidget::minimumSizeHint" href="qcalendarwidget.html#minimumSizeHint" location="qcalendarwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedDate" fullname="QCalendarWidget::selectedDate" href="qcalendarwidget.html#selectedDate-prop" location="qcalendarwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="selectedDate" type="QDate" signature="selectedDate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="yearShown" fullname="QCalendarWidget::yearShown" href="qcalendarwidget.html#yearShown" location="qcalendarwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="yearShown() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="monthShown" fullname="QCalendarWidget::monthShown" href="qcalendarwidget.html#monthShown" location="qcalendarwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="monthShown() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumDate" fullname="QCalendarWidget::minimumDate" href="qcalendarwidget.html#minimumDate-prop" location="qcalendarwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="minimumDate" type="QDate" signature="minimumDate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinimumDate" fullname="QCalendarWidget::setMinimumDate" href="qcalendarwidget.html#minimumDate-prop" location="qcalendarwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="minimumDate" type="void" signature="setMinimumDate(const QDate &amp; date)">
+ <parameter left="const QDate &amp;" right="" name="date" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumDate" fullname="QCalendarWidget::maximumDate" href="qcalendarwidget.html#maximumDate-prop" location="qcalendarwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maximumDate" type="QDate" signature="maximumDate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaximumDate" fullname="QCalendarWidget::setMaximumDate" href="qcalendarwidget.html#maximumDate-prop" location="qcalendarwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="maximumDate" type="void" signature="setMaximumDate(const QDate &amp; date)">
+ <parameter left="const QDate &amp;" right="" name="date" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="firstDayOfWeek" fullname="QCalendarWidget::firstDayOfWeek" href="qcalendarwidget.html#firstDayOfWeek-prop" location="qcalendarwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="firstDayOfWeek" type="Qt::DayOfWeek" signature="firstDayOfWeek() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFirstDayOfWeek" fullname="QCalendarWidget::setFirstDayOfWeek" href="qcalendarwidget.html#firstDayOfWeek-prop" location="qcalendarwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="firstDayOfWeek" type="void" signature="setFirstDayOfWeek(Qt::DayOfWeek dayOfWeek)">
+ <parameter left="Qt::DayOfWeek" right="" name="dayOfWeek" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="isHeaderVisible" fullname="QCalendarWidget::isHeaderVisible" href="qcalendarwidget-obsolete.html#headerVisible-prop" location="qcalendarwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="headerVisible" type="bool" signature="isHeaderVisible() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setHeaderVisible" fullname="QCalendarWidget::setHeaderVisible" href="qcalendarwidget-obsolete.html#headerVisible-prop" location="qcalendarwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="headerVisible" type="void" signature="setHeaderVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNavigationBarVisible" fullname="QCalendarWidget::isNavigationBarVisible" href="qcalendarwidget.html#navigationBarVisible-prop" location="qcalendarwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="navigationBarVisible" type="bool" signature="isNavigationBarVisible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isGridVisible" fullname="QCalendarWidget::isGridVisible" href="qcalendarwidget.html#gridVisible-prop" location="qcalendarwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="gridVisible" type="bool" signature="isGridVisible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionMode" fullname="QCalendarWidget::selectionMode" href="qcalendarwidget.html#selectionMode-prop" location="qcalendarwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="selectionMode" type="SelectionMode" signature="selectionMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectionMode" fullname="QCalendarWidget::setSelectionMode" href="qcalendarwidget.html#selectionMode-prop" location="qcalendarwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="selectionMode" type="void" signature="setSelectionMode(SelectionMode mode)">
+ <parameter left="SelectionMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="horizontalHeaderFormat" fullname="QCalendarWidget::horizontalHeaderFormat" href="qcalendarwidget.html#horizontalHeaderFormat-prop" location="qcalendarwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="horizontalHeaderFormat" type="HorizontalHeaderFormat" signature="horizontalHeaderFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHorizontalHeaderFormat" fullname="QCalendarWidget::setHorizontalHeaderFormat" href="qcalendarwidget.html#horizontalHeaderFormat-prop" location="qcalendarwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="horizontalHeaderFormat" type="void" signature="setHorizontalHeaderFormat(HorizontalHeaderFormat format)">
+ <parameter left="HorizontalHeaderFormat" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="verticalHeaderFormat" fullname="QCalendarWidget::verticalHeaderFormat" href="qcalendarwidget.html#verticalHeaderFormat-prop" location="qcalendarwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="verticalHeaderFormat" type="VerticalHeaderFormat" signature="verticalHeaderFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVerticalHeaderFormat" fullname="QCalendarWidget::setVerticalHeaderFormat" href="qcalendarwidget.html#verticalHeaderFormat-prop" location="qcalendarwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="verticalHeaderFormat" type="void" signature="setVerticalHeaderFormat(VerticalHeaderFormat format)">
+ <parameter left="VerticalHeaderFormat" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="headerTextFormat" fullname="QCalendarWidget::headerTextFormat" href="qcalendarwidget.html#headerTextFormat" location="qcalendarwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCharFormat" signature="headerTextFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHeaderTextFormat" fullname="QCalendarWidget::setHeaderTextFormat" href="qcalendarwidget.html#setHeaderTextFormat" location="qcalendarwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHeaderTextFormat(const QTextCharFormat &amp; format)">
+ <parameter left="const QTextCharFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="weekdayTextFormat" fullname="QCalendarWidget::weekdayTextFormat" href="qcalendarwidget.html#weekdayTextFormat" location="qcalendarwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCharFormat" signature="weekdayTextFormat(Qt::DayOfWeek dayOfWeek) const">
+ <parameter left="Qt::DayOfWeek" right="" name="dayOfWeek" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWeekdayTextFormat" fullname="QCalendarWidget::setWeekdayTextFormat" href="qcalendarwidget.html#setWeekdayTextFormat" location="qcalendarwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWeekdayTextFormat(Qt::DayOfWeek dayOfWeek, const QTextCharFormat &amp; format)">
+ <parameter left="Qt::DayOfWeek" right="" name="dayOfWeek" default=""/>
+ <parameter left="const QTextCharFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dateTextFormat" fullname="QCalendarWidget::dateTextFormat" href="qcalendarwidget.html#dateTextFormat" location="qcalendarwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMap&lt;QDate, QTextCharFormat&gt;" signature="dateTextFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dateTextFormat" fullname="QCalendarWidget::dateTextFormat" href="qcalendarwidget.html#dateTextFormat-2" location="qcalendarwidget.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QTextCharFormat" signature="dateTextFormat(const QDate &amp; date) const">
+ <parameter left="const QDate &amp;" right="" name="date" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDateTextFormat" fullname="QCalendarWidget::setDateTextFormat" href="qcalendarwidget.html#setDateTextFormat" location="qcalendarwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDateTextFormat(const QDate &amp; date, const QTextCharFormat &amp; format)">
+ <parameter left="const QDate &amp;" right="" name="date" default=""/>
+ <parameter left="const QTextCharFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDateEditEnabled" fullname="QCalendarWidget::isDateEditEnabled" href="qcalendarwidget.html#dateEditEnabled-prop" location="qcalendarwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="dateEditEnabled" type="bool" signature="isDateEditEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDateEditEnabled" fullname="QCalendarWidget::setDateEditEnabled" href="qcalendarwidget.html#dateEditEnabled-prop" location="qcalendarwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="dateEditEnabled" type="void" signature="setDateEditEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dateEditAcceptDelay" fullname="QCalendarWidget::dateEditAcceptDelay" href="qcalendarwidget.html#dateEditAcceptDelay-prop" location="qcalendarwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="dateEditAcceptDelay" type="int" signature="dateEditAcceptDelay() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDateEditAcceptDelay" fullname="QCalendarWidget::setDateEditAcceptDelay" href="qcalendarwidget.html#dateEditAcceptDelay-prop" location="qcalendarwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="dateEditAcceptDelay" type="void" signature="setDateEditAcceptDelay(int delay)">
+ <parameter left="int" right="" name="delay" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QCalendarWidget::event" href="qcalendarwidget.html#event" location="qcalendarwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="QCalendarWidget::eventFilter" href="qcalendarwidget.html#eventFilter" location="qcalendarwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * watched, QEvent * event)">
+ <parameter left="QObject *" right="" name="watched" default=""/>
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QCalendarWidget::mousePressEvent" href="qcalendarwidget.html#mousePressEvent" location="qcalendarwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QCalendarWidget::resizeEvent" href="qcalendarwidget.html#resizeEvent" location="qcalendarwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * event)">
+ <parameter left="QResizeEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QCalendarWidget::keyPressEvent" href="qcalendarwidget.html#keyPressEvent" location="qcalendarwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * event)">
+ <parameter left="QKeyEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintCell" fullname="QCalendarWidget::paintCell" href="qcalendarwidget.html#paintCell" location="qcalendarwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="paintCell(QPainter * painter, const QRect &amp; rect, const QDate &amp; date) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="const QDate &amp;" right="" name="date" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateCell" fullname="QCalendarWidget::updateCell" href="qcalendarwidget.html#updateCell" location="qcalendarwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="updateCell(const QDate &amp; date)">
+ <parameter left="const QDate &amp;" right="" name="date" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateCells" fullname="QCalendarWidget::updateCells" href="qcalendarwidget.html#updateCells" location="qcalendarwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="updateCells()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectedDate" fullname="QCalendarWidget::setSelectedDate" href="qcalendarwidget.html#selectedDate-prop" location="qcalendarwidget.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="selectedDate" type="void" signature="setSelectedDate(const QDate &amp; date)">
+ <parameter left="const QDate &amp;" right="" name="date" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDateRange" fullname="QCalendarWidget::setDateRange" href="qcalendarwidget.html#setDateRange" location="qcalendarwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setDateRange(const QDate &amp; min, const QDate &amp; max)">
+ <parameter left="const QDate &amp;" right="" name="min" default=""/>
+ <parameter left="const QDate &amp;" right="" name="max" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentPage" fullname="QCalendarWidget::setCurrentPage" href="qcalendarwidget.html#setCurrentPage" location="qcalendarwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setCurrentPage(int year, int month)">
+ <parameter left="int" right="" name="year" default=""/>
+ <parameter left="int" right="" name="month" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGridVisible" fullname="QCalendarWidget::setGridVisible" href="qcalendarwidget.html#gridVisible-prop" location="qcalendarwidget.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="gridVisible" type="void" signature="setGridVisible(bool show)">
+ <parameter left="bool" right="" name="show" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNavigationBarVisible" fullname="QCalendarWidget::setNavigationBarVisible" href="qcalendarwidget.html#navigationBarVisible-prop" location="qcalendarwidget.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="navigationBarVisible" type="void" signature="setNavigationBarVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showNextMonth" fullname="QCalendarWidget::showNextMonth" href="qcalendarwidget.html#showNextMonth" location="qcalendarwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="showNextMonth()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showPreviousMonth" fullname="QCalendarWidget::showPreviousMonth" href="qcalendarwidget.html#showPreviousMonth" location="qcalendarwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="showPreviousMonth()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showNextYear" fullname="QCalendarWidget::showNextYear" href="qcalendarwidget.html#showNextYear" location="qcalendarwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="showNextYear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showPreviousYear" fullname="QCalendarWidget::showPreviousYear" href="qcalendarwidget.html#showPreviousYear" location="qcalendarwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="showPreviousYear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showSelectedDate" fullname="QCalendarWidget::showSelectedDate" href="qcalendarwidget.html#showSelectedDate" location="qcalendarwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="showSelectedDate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showToday" fullname="QCalendarWidget::showToday" href="qcalendarwidget.html#showToday" location="qcalendarwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="showToday()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionChanged" fullname="QCalendarWidget::selectionChanged" href="qcalendarwidget.html#selectionChanged" location="qcalendarwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="selectionChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clicked" fullname="QCalendarWidget::clicked" href="qcalendarwidget.html#clicked" location="qcalendarwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="clicked(const QDate &amp; date)">
+ <parameter left="const QDate &amp;" right="" name="date" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activated" fullname="QCalendarWidget::activated" href="qcalendarwidget.html#activated" location="qcalendarwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="activated(const QDate &amp; date)">
+ <parameter left="const QDate &amp;" right="" name="date" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentPageChanged" fullname="QCalendarWidget::currentPageChanged" href="qcalendarwidget.html#currentPageChanged" location="qcalendarwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentPageChanged(int year, int month)">
+ <parameter left="int" right="" name="year" default=""/>
+ <parameter left="int" right="" name="month" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3WidgetStack" href="q3widgetstack.html" location="q3widgetstack.h" bases="Q3Frame" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3WidgetStack" fullname="Q3WidgetStack::Q3WidgetStack" href="q3widgetstack.html#Q3WidgetStack" location="q3widgetstack.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3WidgetStack(QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3WidgetStack" fullname="Q3WidgetStack::~Q3WidgetStack" href="q3widgetstack.html#dtor.Q3WidgetStack" location="q3widgetstack.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3WidgetStack()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addWidget" fullname="Q3WidgetStack::addWidget" href="q3widgetstack.html#addWidget" location="q3widgetstack.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="addWidget(QWidget * w, int id)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ <parameter left="int" right="" name="id" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeWidget" fullname="Q3WidgetStack::removeWidget" href="q3widgetstack.html#removeWidget" location="q3widgetstack.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeWidget(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="Q3WidgetStack::sizeHint" href="q3widgetstack.html#sizeHint" location="q3widgetstack.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="Q3WidgetStack::minimumSizeHint" href="q3widgetstack.html#minimumSizeHint" location="q3widgetstack.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="Q3WidgetStack::setVisible" href="q3widgetstack.html#setVisible" location="q3widgetstack.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widget" fullname="Q3WidgetStack::widget" href="q3widgetstack.html#widget" location="q3widgetstack.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="widget(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="id" fullname="Q3WidgetStack::id" href="q3widgetstack.html#id" location="q3widgetstack.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="id(QWidget * widget) const">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="visibleWidget" fullname="Q3WidgetStack::visibleWidget" href="q3widgetstack.html#visibleWidget" location="q3widgetstack.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="visibleWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="aboutToShow" fullname="Q3WidgetStack::aboutToShow" href="q3widgetstack.html#aboutToShow" location="q3widgetstack.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="aboutToShow(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="aboutToShow" fullname="Q3WidgetStack::aboutToShow" href="q3widgetstack.html#aboutToShow-2" location="q3widgetstack.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="aboutToShow(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="raiseWidget" fullname="Q3WidgetStack::raiseWidget" href="q3widgetstack.html#raiseWidget" location="q3widgetstack.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="raiseWidget(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="raiseWidget" fullname="Q3WidgetStack::raiseWidget" href="q3widgetstack.html#raiseWidget-2" location="q3widgetstack.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="raiseWidget(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="frameChanged" fullname="Q3WidgetStack::frameChanged" href="q3widgetstack.html#frameChanged" location="q3widgetstack.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="frameChanged()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="Q3WidgetStack::resizeEvent" href="q3widgetstack.html#resizeEvent" location="q3widgetstack.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="Q3WidgetStack::event" href="q3widgetstack.html#event" location="q3widgetstack.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setChildGeometries" fullname="Q3WidgetStack::setChildGeometries" href="q3widgetstack.html#setChildGeometries" location="q3widgetstack.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setChildGeometries()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="childEvent" fullname="Q3WidgetStack::childEvent" href="q3widgetstack.html#childEvent" location="q3widgetstack.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="childEvent(QChildEvent * e)">
+ <parameter left="QChildEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QQuaternion" href="qquaternion.html" location="qquaternion.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QQuaternion" fullname="QQuaternion::QQuaternion" href="qquaternion.html#QQuaternion" location="qquaternion.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QQuaternion()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QQuaternion" fullname="QQuaternion::QQuaternion" href="qquaternion.html#QQuaternion-2" location="qquaternion.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QQuaternion(qreal scalar, qreal xpos, qreal ypos, qreal zpos)">
+ <parameter left="qreal" right="" name="scalar" default=""/>
+ <parameter left="qreal" right="" name="xpos" default=""/>
+ <parameter left="qreal" right="" name="ypos" default=""/>
+ <parameter left="qreal" right="" name="zpos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QQuaternion" fullname="QQuaternion::QQuaternion" href="qquaternion.html#QQuaternion-3" location="qquaternion.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QQuaternion(qreal scalar, const QVector3D &amp; vector)">
+ <parameter left="qreal" right="" name="scalar" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QQuaternion" fullname="QQuaternion::QQuaternion" href="qquaternion.html#QQuaternion-4" location="qquaternion.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QQuaternion(const QVector4D &amp; vector)">
+ <parameter left="const QVector4D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QQuaternion::isNull" href="qquaternion.html#isNull" location="qquaternion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isIdentity" fullname="QQuaternion::isIdentity" href="qquaternion.html#isIdentity" location="qquaternion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isIdentity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="vector" fullname="QQuaternion::vector" href="qquaternion.html#vector" location="qquaternion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector3D" signature="vector() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVector" fullname="QQuaternion::setVector" href="qquaternion.html#setVector" location="qquaternion.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setVector(const QVector3D &amp; vector)">
+ <parameter left="const QVector3D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVector" fullname="QQuaternion::setVector" href="qquaternion.html#setVector-2" location="qquaternion.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setVector(qreal x, qreal y, qreal z)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="z" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x" fullname="QQuaternion::x" href="qquaternion.html#x" location="qquaternion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="x() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="y" fullname="QQuaternion::y" href="qquaternion.html#y" location="qquaternion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="y() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="z" fullname="QQuaternion::z" href="qquaternion.html#z" location="qquaternion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="z() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scalar" fullname="QQuaternion::scalar" href="qquaternion.html#scalar" location="qquaternion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="scalar() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setX" fullname="QQuaternion::setX" href="qquaternion.html#setX" location="qquaternion.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setX(qreal x)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setY" fullname="QQuaternion::setY" href="qquaternion.html#setY" location="qquaternion.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setY(qreal y)">
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setZ" fullname="QQuaternion::setZ" href="qquaternion.html#setZ" location="qquaternion.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setZ(qreal z)">
+ <parameter left="qreal" right="" name="z" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScalar" fullname="QQuaternion::setScalar" href="qquaternion.html#setScalar" location="qquaternion.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setScalar(qreal scalar)">
+ <parameter left="qreal" right="" name="scalar" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="length" fullname="QQuaternion::length" href="qquaternion.html#length" location="qquaternion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="length() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lengthSquared" fullname="QQuaternion::lengthSquared" href="qquaternion.html#lengthSquared" location="qquaternion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="lengthSquared() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="normalized" fullname="QQuaternion::normalized" href="qquaternion.html#normalized" location="qquaternion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QQuaternion" signature="normalized() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="normalize" fullname="QQuaternion::normalize" href="qquaternion.html#normalize" location="qquaternion.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="normalize()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="conjugate" fullname="QQuaternion::conjugate" href="qquaternion.html#conjugate" location="qquaternion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QQuaternion" signature="conjugate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rotateVector" fullname="QQuaternion::rotateVector" href="qquaternion.html#rotateVector" location="qquaternion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector3D" signature="rotateVector(const QVector3D &amp; vector) const">
+ <parameter left="const QVector3D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QQuaternion::operator+=" href="qquaternion.html#operator+=" location="qquaternion.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QQuaternion &amp;" signature="operator+=(const QQuaternion &amp; quaternion)">
+ <parameter left="const QQuaternion &amp;" right="" name="quaternion" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QQuaternion::operator-=" href="qquaternion.html#operator-=" location="qquaternion.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QQuaternion &amp;" signature="operator-=(const QQuaternion &amp; quaternion)">
+ <parameter left="const QQuaternion &amp;" right="" name="quaternion" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*=" fullname="QQuaternion::operator*=" href="qquaternion.html#operator*=" location="qquaternion.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QQuaternion &amp;" signature="operator*=(qreal factor)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*=" fullname="QQuaternion::operator*=" href="qquaternion.html#operator*=-2" location="qquaternion.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QQuaternion &amp;" signature="operator*=(const QQuaternion &amp; quaternion)">
+ <parameter left="const QQuaternion &amp;" right="" name="quaternion" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator/=" fullname="QQuaternion::operator/=" href="qquaternion.html#operator/=" location="qquaternion.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QQuaternion &amp;" signature="operator/=(qreal divisor)">
+ <parameter left="qreal" right="" name="divisor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toVector4D" fullname="QQuaternion::toVector4D" href="qquaternion.html#toVector4D" location="qquaternion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector4D" signature="toVector4D() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromAxisAndAngle" fullname="QQuaternion::fromAxisAndAngle" href="qquaternion.html#fromAxisAndAngle" location="qquaternion.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QQuaternion" signature="fromAxisAndAngle(const QVector3D &amp; axis, qreal angle)">
+ <parameter left="const QVector3D &amp;" right="" name="axis" default=""/>
+ <parameter left="qreal" right="" name="angle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromAxisAndAngle" fullname="QQuaternion::fromAxisAndAngle" href="qquaternion.html#fromAxisAndAngle-2" location="qquaternion.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QQuaternion" signature="fromAxisAndAngle(qreal x, qreal y, qreal z, qreal angle)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="z" default=""/>
+ <parameter left="qreal" right="" name="angle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="slerp" fullname="QQuaternion::slerp" href="qquaternion.html#slerp" location="qquaternion.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QQuaternion" signature="slerp(const QQuaternion &amp; q1, const QQuaternion &amp; q2, qreal t)">
+ <parameter left="const QQuaternion &amp;" right="" name="q1" default=""/>
+ <parameter left="const QQuaternion &amp;" right="" name="q2" default=""/>
+ <parameter left="qreal" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nlerp" fullname="QQuaternion::nlerp" href="qquaternion.html#nlerp" location="qquaternion.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QQuaternion" signature="nlerp(const QQuaternion &amp; q1, const QQuaternion &amp; q2, qreal t)">
+ <parameter left="const QQuaternion &amp;" right="" name="q1" default=""/>
+ <parameter left="const QQuaternion &amp;" right="" name="q2" default=""/>
+ <parameter left="qreal" right="" name="t" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qquaternion.html#operator*-10" location="qquaternion.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="10" relates="QQuaternion" type="const QQuaternion" signature="operator*(const QQuaternion &amp; q1, const QQuaternion &amp; q2)">
+ <parameter left="const QQuaternion &amp;" right="" name="q1" default=""/>
+ <parameter left="const QQuaternion &amp;" right="" name="q2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qquaternion.html#operator==-9" location="qquaternion.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" relates="QQuaternion" type="bool" signature="operator==(const QQuaternion &amp; q1, const QQuaternion &amp; q2)">
+ <parameter left="const QQuaternion &amp;" right="" name="q1" default=""/>
+ <parameter left="const QQuaternion &amp;" right="" name="q2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="qquaternion.html#operator!=-5" location="qquaternion.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" relates="QQuaternion" type="bool" signature="operator!=(const QQuaternion &amp; q1, const QQuaternion &amp; q2)">
+ <parameter left="const QQuaternion &amp;" right="" name="q1" default=""/>
+ <parameter left="const QQuaternion &amp;" right="" name="q2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="qquaternion.html#operator+-7" location="qquaternion.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" relates="QQuaternion" type="const QQuaternion" signature="operator+(const QQuaternion &amp; q1, const QQuaternion &amp; q2)">
+ <parameter left="const QQuaternion &amp;" right="" name="q1" default=""/>
+ <parameter left="const QQuaternion &amp;" right="" name="q2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" href="qquaternion.html#operator--4" location="qquaternion.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" relates="QQuaternion" type="const QQuaternion" signature="operator-(const QQuaternion &amp; q1, const QQuaternion &amp; q2)">
+ <parameter left="const QQuaternion &amp;" right="" name="q1" default=""/>
+ <parameter left="const QQuaternion &amp;" right="" name="q2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qquaternion.html#operator*-11" location="qquaternion.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="11" relates="QQuaternion" type="const QQuaternion" signature="operator*(qreal factor, const QQuaternion &amp; quaternion)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ <parameter left="const QQuaternion &amp;" right="" name="quaternion" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qquaternion.html#operator*-12" location="qquaternion.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" relates="QQuaternion" type="const QQuaternion" signature="operator*(const QQuaternion &amp; quaternion, qreal factor)">
+ <parameter left="const QQuaternion &amp;" right="" name="quaternion" default=""/>
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" href="qquaternion.html#operator--21" location="qquaternion.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="21" relates="QQuaternion" type="const QQuaternion" signature="operator-(const QQuaternion &amp; quaternion)">
+ <parameter left="const QQuaternion &amp;" right="" name="quaternion" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator/" href="qquaternion.html#operator/-4" location="qquaternion.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" relates="QQuaternion" type="const QQuaternion" signature="operator/(const QQuaternion &amp; quaternion, qreal divisor)">
+ <parameter left="const QQuaternion &amp;" right="" name="quaternion" default=""/>
+ <parameter left="qreal" right="" name="divisor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qFuzzyCompare" href="qquaternion.html#qFuzzyCompare-4" location="qquaternion.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" relates="QQuaternion" type="bool" signature="qFuzzyCompare(const QQuaternion &amp; q1, const QQuaternion &amp; q2)">
+ <parameter left="const QQuaternion &amp;" right="" name="q1" default=""/>
+ <parameter left="const QQuaternion &amp;" right="" name="q2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qquaternion.html#operator&lt;&lt;-27" location="qquaternion.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="27" relates="QQuaternion" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QQuaternion &amp; quaternion)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QQuaternion &amp;" right="" name="quaternion" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qquaternion.html#operator&gt;&gt;-17" location="qquaternion.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="17" relates="QQuaternion" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QQuaternion &amp; quaternion)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QQuaternion &amp;" right="" name="quaternion" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3ListViewItem" href="q3listviewitem.html" location="q3listview.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListViewItem" fullname="Q3ListViewItem::Q3ListViewItem" href="q3listviewitem.html#Q3ListViewItem" location="q3listview.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3ListViewItem(Q3ListView * parent)">
+ <parameter left="Q3ListView *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListViewItem" fullname="Q3ListViewItem::Q3ListViewItem" href="q3listviewitem.html#Q3ListViewItem-2" location="q3listview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3ListViewItem(Q3ListViewItem * parent)">
+ <parameter left="Q3ListViewItem *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListViewItem" fullname="Q3ListViewItem::Q3ListViewItem" href="q3listviewitem.html#Q3ListViewItem-3" location="q3listview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3ListViewItem(Q3ListView * parent, Q3ListViewItem * after)">
+ <parameter left="Q3ListView *" right="" name="parent" default=""/>
+ <parameter left="Q3ListViewItem *" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListViewItem" fullname="Q3ListViewItem::Q3ListViewItem" href="q3listviewitem.html#Q3ListViewItem-4" location="q3listview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="Q3ListViewItem(Q3ListViewItem * parent, Q3ListViewItem * after)">
+ <parameter left="Q3ListViewItem *" right="" name="parent" default=""/>
+ <parameter left="Q3ListViewItem *" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListViewItem" fullname="Q3ListViewItem::Q3ListViewItem" href="q3listviewitem.html#Q3ListViewItem-5" location="q3listview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="Q3ListViewItem(Q3ListView * parent, const QString &amp; label1, const QString &amp; label2, const QString &amp; label3, const QString &amp; label4, const QString &amp; label5, const QString &amp; label6, const QString &amp; label7, const QString &amp; label8)">
+ <parameter left="Q3ListView *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="label1" default=""/>
+ <parameter left="const QString &amp;" right="" name="label2" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="label3" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="label4" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="label5" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="label6" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="label7" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="label8" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListViewItem" fullname="Q3ListViewItem::Q3ListViewItem" href="q3listviewitem.html#Q3ListViewItem-6" location="q3listview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="Q3ListViewItem(Q3ListViewItem * parent, const QString &amp; label1, const QString &amp; label2, const QString &amp; label3, const QString &amp; label4, const QString &amp; label5, const QString &amp; label6, const QString &amp; label7, const QString &amp; label8)">
+ <parameter left="Q3ListViewItem *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="label1" default=""/>
+ <parameter left="const QString &amp;" right="" name="label2" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="label3" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="label4" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="label5" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="label6" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="label7" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="label8" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListViewItem" fullname="Q3ListViewItem::Q3ListViewItem" href="q3listviewitem.html#Q3ListViewItem-7" location="q3listview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="7" type="" signature="Q3ListViewItem(Q3ListView * parent, Q3ListViewItem * after, const QString &amp; label1, const QString &amp; label2, const QString &amp; label3, const QString &amp; label4, const QString &amp; label5, const QString &amp; label6, const QString &amp; label7, const QString &amp; label8)">
+ <parameter left="Q3ListView *" right="" name="parent" default=""/>
+ <parameter left="Q3ListViewItem *" right="" name="after" default=""/>
+ <parameter left="const QString &amp;" right="" name="label1" default=""/>
+ <parameter left="const QString &amp;" right="" name="label2" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="label3" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="label4" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="label5" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="label6" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="label7" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="label8" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListViewItem" fullname="Q3ListViewItem::Q3ListViewItem" href="q3listviewitem.html#Q3ListViewItem-8" location="q3listview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="8" type="" signature="Q3ListViewItem(Q3ListViewItem * parent, Q3ListViewItem * after, const QString &amp; label1, const QString &amp; label2, const QString &amp; label3, const QString &amp; label4, const QString &amp; label5, const QString &amp; label6, const QString &amp; label7, const QString &amp; label8)">
+ <parameter left="Q3ListViewItem *" right="" name="parent" default=""/>
+ <parameter left="Q3ListViewItem *" right="" name="after" default=""/>
+ <parameter left="const QString &amp;" right="" name="label1" default=""/>
+ <parameter left="const QString &amp;" right="" name="label2" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="label3" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="label4" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="label5" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="label6" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="label7" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="label8" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3ListViewItem" fullname="Q3ListViewItem::~Q3ListViewItem" href="q3listviewitem.html#dtor.Q3ListViewItem" location="q3listview.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3ListViewItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertItem" fullname="Q3ListViewItem::insertItem" href="q3listviewitem.html#insertItem" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="insertItem(Q3ListViewItem * newChild)">
+ <parameter left="Q3ListViewItem *" right="" name="newChild" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeItem" fullname="Q3ListViewItem::takeItem" href="q3listviewitem.html#takeItem" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="takeItem(Q3ListViewItem * item)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeItem" fullname="Q3ListViewItem::removeItem" href="q3listviewitem.html#removeItem" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="removeItem(Q3ListViewItem * item)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="Q3ListViewItem::height" href="q3listviewitem.html#height" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invalidateHeight" fullname="Q3ListViewItem::invalidateHeight" href="q3listviewitem.html#invalidateHeight" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="invalidateHeight()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="totalHeight" fullname="Q3ListViewItem::totalHeight" href="q3listviewitem.html#totalHeight" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="totalHeight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="Q3ListViewItem::width" href="q3listviewitem.html#width" location="q3listview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="width(const QFontMetrics &amp; fm, const Q3ListView * lv, int c) const">
+ <parameter left="const QFontMetrics &amp;" right="" name="fm" default=""/>
+ <parameter left="const Q3ListView *" right="" name="lv" default=""/>
+ <parameter left="int" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widthChanged" fullname="Q3ListViewItem::widthChanged" href="q3listviewitem.html#widthChanged" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="widthChanged(int c) const">
+ <parameter left="int" right="" name="c" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="depth" fullname="Q3ListViewItem::depth" href="q3listviewitem.html#depth" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="depth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="Q3ListViewItem::setText" href="q3listviewitem.html#setText" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setText(int column, const QString &amp; text)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="Q3ListViewItem::text" href="q3listviewitem.html#text" location="q3listview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="text(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPixmap" fullname="Q3ListViewItem::setPixmap" href="q3listviewitem.html#setPixmap" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setPixmap(int column, const QPixmap &amp; pm)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pm" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmap" fullname="Q3ListViewItem::pixmap" href="q3listviewitem.html#pixmap" location="q3listview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="const QPixmap *" signature="pixmap(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="Q3ListViewItem::key" href="q3listviewitem.html#key" location="q3listview.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="key(int column, bool ascending) const">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="bool" right="" name="ascending" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compare" fullname="Q3ListViewItem::compare" href="q3listviewitem.html#compare" location="q3listview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="compare(Q3ListViewItem * i, int col, bool ascending) const">
+ <parameter left="Q3ListViewItem *" right="" name="i" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="bool" right="" name="ascending" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortChildItems" fullname="Q3ListViewItem::sortChildItems" href="q3listviewitem.html#sortChildItems" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="sortChildItems(int column, bool ascending)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="bool" right="" name="ascending" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childCount" fullname="Q3ListViewItem::childCount" href="q3listviewitem.html#childCount" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="childCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isOpen" fullname="Q3ListViewItem::isOpen" href="q3listviewitem.html#isOpen" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isOpen() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOpen" fullname="Q3ListViewItem::setOpen" href="q3listviewitem.html#setOpen" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setOpen(bool o)">
+ <parameter left="bool" right="" name="o" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setup" fullname="Q3ListViewItem::setup" href="q3listviewitem.html#setup" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setup()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelected" fullname="Q3ListViewItem::setSelected" href="q3listviewitem.html#setSelected" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelected(bool s)">
+ <parameter left="bool" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSelected" fullname="Q3ListViewItem::isSelected" href="q3listviewitem.html#isSelected" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSelected() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paintCell" fullname="Q3ListViewItem::paintCell" href="q3listviewitem.html#paintCell" location="q3listview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintCell(QPainter * painter, const QColorGroup &amp; cg, int column, int width, int align)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QColorGroup &amp;" right="" name="cg" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="align" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paintBranches" fullname="Q3ListViewItem::paintBranches" href="q3listviewitem.html#paintBranches" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintBranches(QPainter * p, const QColorGroup &amp; cg, int w, int y, int h)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QColorGroup &amp;" right="" name="cg" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paintFocus" fullname="Q3ListViewItem::paintFocus" href="q3listviewitem.html#paintFocus" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintFocus(QPainter * p, const QColorGroup &amp; cg, const QRect &amp; r)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QColorGroup &amp;" right="" name="cg" default=""/>
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="firstChild" fullname="Q3ListViewItem::firstChild" href="q3listviewitem.html#firstChild" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ListViewItem *" signature="firstChild() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nextSibling" fullname="Q3ListViewItem::nextSibling" href="q3listviewitem.html#nextSibling" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ListViewItem *" signature="nextSibling() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parent" fullname="Q3ListViewItem::parent" href="q3listviewitem.html#parent" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ListViewItem *" signature="parent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAbove" fullname="Q3ListViewItem::itemAbove" href="q3listviewitem.html#itemAbove" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ListViewItem *" signature="itemAbove() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemBelow" fullname="Q3ListViewItem::itemBelow" href="q3listviewitem.html#itemBelow" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ListViewItem *" signature="itemBelow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemPos" fullname="Q3ListViewItem::itemPos" href="q3listviewitem.html#itemPos" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="itemPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="listView" fullname="Q3ListViewItem::listView" href="q3listviewitem.html#listView" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ListView *" signature="listView() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectable" fullname="Q3ListViewItem::setSelectable" href="q3listviewitem.html#setSelectable" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelectable(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSelectable" fullname="Q3ListViewItem::isSelectable" href="q3listviewitem.html#isSelectable" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSelectable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setExpandable" fullname="Q3ListViewItem::setExpandable" href="q3listviewitem.html#setExpandable" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setExpandable(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isExpandable" fullname="Q3ListViewItem::isExpandable" href="q3listviewitem.html#isExpandable" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isExpandable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="repaint" fullname="Q3ListViewItem::repaint" href="q3listviewitem.html#repaint" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="repaint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sort" fullname="Q3ListViewItem::sort" href="q3listviewitem.html#sort" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="sort()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveItem" fullname="Q3ListViewItem::moveItem" href="q3listviewitem.html#moveItem" location="q3listview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveItem(Q3ListViewItem * after)">
+ <parameter left="Q3ListViewItem *" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDragEnabled" fullname="Q3ListViewItem::setDragEnabled" href="q3listviewitem.html#setDragEnabled" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setDragEnabled(bool allow)">
+ <parameter left="bool" right="" name="allow" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDropEnabled" fullname="Q3ListViewItem::setDropEnabled" href="q3listviewitem.html#setDropEnabled" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setDropEnabled(bool allow)">
+ <parameter left="bool" right="" name="allow" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dragEnabled" fullname="Q3ListViewItem::dragEnabled" href="q3listviewitem.html#dragEnabled" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="dragEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dropEnabled" fullname="Q3ListViewItem::dropEnabled" href="q3listviewitem.html#dropEnabled" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="dropEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="acceptDrop" fullname="Q3ListViewItem::acceptDrop" href="q3listviewitem.html#acceptDrop" location="q3listview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="acceptDrop(const QMimeSource * mime) const">
+ <parameter left="const QMimeSource *" right="" name="mime" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="Q3ListViewItem::setVisible" href="q3listviewitem.html#setVisible" location="q3listview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisible(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isVisible" fullname="Q3ListViewItem::isVisible" href="q3listviewitem.html#isVisible" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isVisible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRenameEnabled" fullname="Q3ListViewItem::setRenameEnabled" href="q3listviewitem.html#setRenameEnabled" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setRenameEnabled(int col, bool b)">
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="renameEnabled" fullname="Q3ListViewItem::renameEnabled" href="q3listviewitem.html#renameEnabled" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="renameEnabled(int col) const">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startRename" fullname="Q3ListViewItem::startRename" href="q3listviewitem.html#startRename" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="startRename(int col)">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEnabled" fullname="Q3ListViewItem::setEnabled" href="q3listviewitem.html#setEnabled" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setEnabled(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEnabled" fullname="Q3ListViewItem::isEnabled" href="q3listviewitem.html#isEnabled" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rtti" fullname="Q3ListViewItem::rtti" href="q3listviewitem.html#rtti" location="q3listview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rtti() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="RTTI" fullname="Q3ListViewItem::RTTI" href="q3listviewitem.html#RTTI-var" location="q3listview.h" type="const int" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMultiLinesEnabled" fullname="Q3ListViewItem::setMultiLinesEnabled" href="q3listviewitem.html#setMultiLinesEnabled" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setMultiLinesEnabled(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="multiLinesEnabled" fullname="Q3ListViewItem::multiLinesEnabled" href="q3listviewitem.html#multiLinesEnabled" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="multiLinesEnabled() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="enforceSortOrder" fullname="Q3ListViewItem::enforceSortOrder" href="q3listviewitem.html#enforceSortOrder" location="q3listview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="enforceSortOrder() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setHeight" fullname="Q3ListViewItem::setHeight" href="q3listviewitem.html#setHeight" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setHeight(int height)">
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="activate" fullname="Q3ListViewItem::activate" href="q3listviewitem.html#activate" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="activate()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="activatedPos" fullname="Q3ListViewItem::activatedPos" href="q3listviewitem.html#activatedPos" location="q3listview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="activatedPos(QPoint &amp; pos)">
+ <parameter left="QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dropped" fullname="Q3ListViewItem::dropped" href="q3listviewitem.html#dropped" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dropped(QDropEvent * e)">
+ <parameter left="QDropEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragEntered" fullname="Q3ListViewItem::dragEntered" href="q3listviewitem.html#dragEntered" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragEntered()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragLeft" fullname="Q3ListViewItem::dragLeft" href="q3listviewitem.html#dragLeft" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragLeft()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="okRename" fullname="Q3ListViewItem::okRename" href="q3listviewitem.html#okRename" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="okRename(int col)">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="cancelRename" fullname="Q3ListViewItem::cancelRename" href="q3listviewitem.html#cancelRename" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="cancelRename(int col)">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3ListView" href="q3listview.html" location="q3listview.h" bases="Q3ScrollView" module="Qt3SupportLight">
+ <property access="public" threadsafety="unspecified" status="commendable" name="columns" fullname="Q3ListView::columns" href="q3listview.html#columns-prop" location="q3listview.h" type="int">
+ <getter name="columns"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="multiSelection" fullname="Q3ListView::multiSelection" href="q3listview.html#multiSelection-prop" location="q3listview.h" type="bool">
+ <getter name="isMultiSelection"/>
+ <setter name="setMultiSelection"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="selectionMode" fullname="Q3ListView::selectionMode" href="q3listview.html#selectionMode-prop" location="q3listview.h" type="SelectionMode">
+ <getter name="selectionMode"/>
+ <setter name="setSelectionMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="childCount" fullname="Q3ListView::childCount" href="q3listview.html#childCount-prop" location="q3listview.h" type="int">
+ <getter name="childCount"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="allColumnsShowFocus" fullname="Q3ListView::allColumnsShowFocus" href="q3listview.html#allColumnsShowFocus-prop" location="q3listview.h" type="bool">
+ <getter name="allColumnsShowFocus"/>
+ <setter name="setAllColumnsShowFocus"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="showSortIndicator" fullname="Q3ListView::showSortIndicator" href="q3listview.html#showSortIndicator-prop" location="q3listview.h" type="bool">
+ <getter name="showSortIndicator"/>
+ <setter name="setShowSortIndicator"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="itemMargin" fullname="Q3ListView::itemMargin" href="q3listview.html#itemMargin-prop" location="q3listview.h" type="int">
+ <getter name="itemMargin"/>
+ <setter name="setItemMargin"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="rootIsDecorated" fullname="Q3ListView::rootIsDecorated" href="q3listview.html#rootIsDecorated-prop" location="q3listview.h" type="bool">
+ <getter name="rootIsDecorated"/>
+ <setter name="setRootIsDecorated"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="showToolTips" fullname="Q3ListView::showToolTips" href="q3listview.html#showToolTips-prop" location="q3listview.h" type="bool">
+ <getter name="showToolTips"/>
+ <setter name="setShowToolTips"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="resizeMode" fullname="Q3ListView::resizeMode" href="q3listview.html#resizeMode-prop" location="q3listview.h" type="ResizeMode">
+ <getter name="resizeMode"/>
+ <setter name="setResizeMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="treeStepSize" fullname="Q3ListView::treeStepSize" href="q3listview.html#treeStepSize-prop" location="q3listview.h" type="int">
+ <getter name="treeStepSize"/>
+ <setter name="setTreeStepSize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="defaultRenameAction" fullname="Q3ListView::defaultRenameAction" href="q3listview.html#defaultRenameAction-prop" location="q3listview.h" type="RenameAction">
+ <getter name="defaultRenameAction"/>
+ <setter name="setDefaultRenameAction"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListView" fullname="Q3ListView::Q3ListView" href="q3listview.html#Q3ListView" location="q3listview.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3ListView(QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3ListView" fullname="Q3ListView::~Q3ListView" href="q3listview.html#dtor.Q3ListView" location="q3listview.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3ListView()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="treeStepSize" fullname="Q3ListView::treeStepSize" href="q3listview.html#treeStepSize-prop" location="q3listview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="treeStepSize" type="int" signature="treeStepSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTreeStepSize" fullname="Q3ListView::setTreeStepSize" href="q3listview.html#treeStepSize-prop" location="q3listview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="treeStepSize" type="void" signature="setTreeStepSize(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertItem" fullname="Q3ListView::insertItem" href="q3listview.html#insertItem" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="insertItem(Q3ListViewItem * i)">
+ <parameter left="Q3ListViewItem *" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeItem" fullname="Q3ListView::takeItem" href="q3listview.html#takeItem" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="takeItem(Q3ListViewItem * i)">
+ <parameter left="Q3ListViewItem *" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeItem" fullname="Q3ListView::removeItem" href="q3listview.html#removeItem" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="removeItem(Q3ListViewItem * item)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="header" fullname="Q3ListView::header" href="q3listview.html#header" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3Header *" signature="header() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addColumn" fullname="Q3ListView::addColumn" href="q3listview.html#addColumn" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="int" signature="addColumn(const QString &amp; label, int width)">
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ <parameter left="int" right="" name="width" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addColumn" fullname="Q3ListView::addColumn" href="q3listview.html#addColumn-2" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="addColumn(const QIcon &amp; icon, const QString &amp; label, int width)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ <parameter left="int" right="" name="width" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeColumn" fullname="Q3ListView::removeColumn" href="q3listview.html#removeColumn" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="removeColumn(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnText" fullname="Q3ListView::setColumnText" href="q3listview.html#setColumnText" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumnText(int column, const QString &amp; label)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnText" fullname="Q3ListView::setColumnText" href="q3listview.html#setColumnText-2" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setColumnText(int column, const QIcon &amp; icon, const QString &amp; label)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnText" fullname="Q3ListView::columnText" href="q3listview.html#columnText" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="columnText(int c) const">
+ <parameter left="int" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnWidth" fullname="Q3ListView::setColumnWidth" href="q3listview.html#setColumnWidth" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumnWidth(int column, int w)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnWidth" fullname="Q3ListView::columnWidth" href="q3listview.html#columnWidth" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columnWidth(int c) const">
+ <parameter left="int" right="" name="c" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WidthMode" fullname="Q3ListView::WidthMode" href="q3listview.html#WidthMode-enum" location="q3listview.h">
+ <value name="Manual" value="0"/>
+ <value name="Maximum" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnWidthMode" fullname="Q3ListView::setColumnWidthMode" href="q3listview.html#setColumnWidthMode" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumnWidthMode(int c, WidthMode mode)">
+ <parameter left="int" right="" name="c" default=""/>
+ <parameter left="WidthMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnWidthMode" fullname="Q3ListView::columnWidthMode" href="q3listview.html#columnWidthMode" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="WidthMode" signature="columnWidthMode(int c) const">
+ <parameter left="int" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columns" fullname="Q3ListView::columns" href="q3listview.html#columns-prop" location="q3listview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="columns" type="int" signature="columns() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnAlignment" fullname="Q3ListView::setColumnAlignment" href="q3listview.html#setColumnAlignment" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumnAlignment(int column, int align)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="align" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnAlignment" fullname="Q3ListView::columnAlignment" href="q3listview.html#columnAlignment" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columnAlignment(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inputMethodQuery" fullname="Q3ListView::inputMethodQuery" href="q3listview.html#inputMethodQuery" location="q3listview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="inputMethodQuery(Qt::InputMethodQuery query) const">
+ <parameter left="Qt::InputMethodQuery" right="" name="query" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAt" fullname="Q3ListView::itemAt" href="q3listview.html#itemAt" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ListViewItem *" signature="itemAt(const QPoint &amp; viewPos) const">
+ <parameter left="const QPoint &amp;" right="" name="viewPos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemRect" fullname="Q3ListView::itemRect" href="q3listview.html#itemRect" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="itemRect(const Q3ListViewItem * item) const">
+ <parameter left="const Q3ListViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemPos" fullname="Q3ListView::itemPos" href="q3listview.html#itemPos" location="q3listview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="itemPos(const Q3ListViewItem * item)">
+ <parameter left="const Q3ListViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ensureItemVisible" fullname="Q3ListView::ensureItemVisible" href="q3listview.html#ensureItemVisible" location="q3listview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="ensureItemVisible(const Q3ListViewItem * i)">
+ <parameter left="const Q3ListViewItem *" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="repaintItem" fullname="Q3ListView::repaintItem" href="q3listview.html#repaintItem" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="repaintItem(const Q3ListViewItem * item) const">
+ <parameter left="const Q3ListViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMultiSelection" fullname="Q3ListView::setMultiSelection" href="q3listview.html#multiSelection-prop" location="q3listview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="multiSelection" type="void" signature="setMultiSelection(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isMultiSelection" fullname="Q3ListView::isMultiSelection" href="q3listview.html#multiSelection-prop" location="q3listview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="multiSelection" type="bool" signature="isMultiSelection() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SelectionMode" fullname="Q3ListView::SelectionMode" href="q3listview.html#SelectionMode-enum" location="q3listview.h">
+ <value name="Single" value="0"/>
+ <value name="Multi" value="1"/>
+ <value name="Extended" value="2"/>
+ <value name="NoSelection" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectionMode" fullname="Q3ListView::setSelectionMode" href="q3listview.html#selectionMode-prop" location="q3listview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="selectionMode" type="void" signature="setSelectionMode(SelectionMode mode)">
+ <parameter left="SelectionMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionMode" fullname="Q3ListView::selectionMode" href="q3listview.html#selectionMode-prop" location="q3listview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="selectionMode" type="SelectionMode" signature="selectionMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearSelection" fullname="Q3ListView::clearSelection" href="q3listview.html#clearSelection" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clearSelection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelected" fullname="Q3ListView::setSelected" href="q3listview.html#setSelected" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelected(Q3ListViewItem * item, bool selected)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ <parameter left="bool" right="" name="selected" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectionAnchor" fullname="Q3ListView::setSelectionAnchor" href="q3listview.html#setSelectionAnchor" location="q3listview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelectionAnchor(Q3ListViewItem * item)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSelected" fullname="Q3ListView::isSelected" href="q3listview.html#isSelected" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSelected(const Q3ListViewItem * i) const">
+ <parameter left="const Q3ListViewItem *" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedItem" fullname="Q3ListView::selectedItem" href="q3listview.html#selectedItem" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ListViewItem *" signature="selectedItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOpen" fullname="Q3ListView::setOpen" href="q3listview.html#setOpen" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setOpen(Q3ListViewItem * item, bool open)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ <parameter left="bool" right="" name="open" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isOpen" fullname="Q3ListView::isOpen" href="q3listview.html#isOpen" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isOpen(const Q3ListViewItem * item) const">
+ <parameter left="const Q3ListViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentItem" fullname="Q3ListView::setCurrentItem" href="q3listview.html#setCurrentItem" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setCurrentItem(Q3ListViewItem * i)">
+ <parameter left="Q3ListViewItem *" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentItem" fullname="Q3ListView::currentItem" href="q3listview.html#currentItem" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ListViewItem *" signature="currentItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="firstChild" fullname="Q3ListView::firstChild" href="q3listview.html#firstChild" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ListViewItem *" signature="firstChild() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastItem" fullname="Q3ListView::lastItem" href="q3listview.html#lastItem" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ListViewItem *" signature="lastItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childCount" fullname="Q3ListView::childCount" href="q3listview.html#childCount-prop" location="q3listview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="childCount" type="int" signature="childCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAllColumnsShowFocus" fullname="Q3ListView::setAllColumnsShowFocus" href="q3listview.html#allColumnsShowFocus-prop" location="q3listview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="allColumnsShowFocus" type="void" signature="setAllColumnsShowFocus(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="allColumnsShowFocus" fullname="Q3ListView::allColumnsShowFocus" href="q3listview.html#allColumnsShowFocus-prop" location="q3listview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="allColumnsShowFocus" type="bool" signature="allColumnsShowFocus() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemMargin" fullname="Q3ListView::setItemMargin" href="q3listview.html#itemMargin-prop" location="q3listview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="itemMargin" type="void" signature="setItemMargin(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemMargin" fullname="Q3ListView::itemMargin" href="q3listview.html#itemMargin-prop" location="q3listview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="itemMargin" type="int" signature="itemMargin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRootIsDecorated" fullname="Q3ListView::setRootIsDecorated" href="q3listview.html#rootIsDecorated-prop" location="q3listview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="rootIsDecorated" type="void" signature="setRootIsDecorated(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rootIsDecorated" fullname="Q3ListView::rootIsDecorated" href="q3listview.html#rootIsDecorated-prop" location="q3listview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="rootIsDecorated" type="bool" signature="rootIsDecorated() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSorting" fullname="Q3ListView::setSorting" href="q3listview.html#setSorting" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSorting(int column, bool ascending)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="bool" right="" name="ascending" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortColumn" fullname="Q3ListView::sortColumn" href="q3listview.html#sortColumn" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="sortColumn() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSortColumn" fullname="Q3ListView::setSortColumn" href="q3listview.html#setSortColumn" location="q3listview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSortColumn(int column)">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortOrder" fullname="Q3ListView::sortOrder" href="q3listview.html#sortOrder" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::SortOrder" signature="sortOrder() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSortOrder" fullname="Q3ListView::setSortOrder" href="q3listview.html#setSortOrder" location="q3listview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSortOrder(Qt::SortOrder order)">
+ <parameter left="Qt::SortOrder" right="" name="order" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sort" fullname="Q3ListView::sort" href="q3listview.html#sort" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="sort()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="Q3ListView::eventFilter" href="q3listview.html#eventFilter" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * o, QEvent * e)">
+ <parameter left="QObject *" right="" name="o" default=""/>
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="Q3ListView::sizeHint" href="q3listview.html#sizeHint" location="q3listview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="Q3ListView::minimumSizeHint" href="q3listview.html#minimumSizeHint" location="q3listview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setShowSortIndicator" fullname="Q3ListView::setShowSortIndicator" href="q3listview.html#showSortIndicator-prop" location="q3listview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="showSortIndicator" type="void" signature="setShowSortIndicator(bool show)">
+ <parameter left="bool" right="" name="show" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showSortIndicator" fullname="Q3ListView::showSortIndicator" href="q3listview.html#showSortIndicator-prop" location="q3listview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="showSortIndicator" type="bool" signature="showSortIndicator() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setShowToolTips" fullname="Q3ListView::setShowToolTips" href="q3listview.html#showToolTips-prop" location="q3listview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="showToolTips" type="void" signature="setShowToolTips(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showToolTips" fullname="Q3ListView::showToolTips" href="q3listview.html#showToolTips-prop" location="q3listview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="showToolTips" type="bool" signature="showToolTips() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ResizeMode" fullname="Q3ListView::ResizeMode" href="q3listview.html#ResizeMode-enum" location="q3listview.h">
+ <value name="NoColumn" value="0"/>
+ <value name="AllColumns" value="1"/>
+ <value name="LastColumn" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setResizeMode" fullname="Q3ListView::setResizeMode" href="q3listview.html#resizeMode-prop" location="q3listview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="resizeMode" type="void" signature="setResizeMode(ResizeMode m)">
+ <parameter left="ResizeMode" right="" name="m" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resizeMode" fullname="Q3ListView::resizeMode" href="q3listview.html#resizeMode-prop" location="q3listview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="resizeMode" type="ResizeMode" signature="resizeMode() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StringComparisonMode" fullname="Q3ListView::StringComparisonMode" href="q3listview.html#StringComparisonMode-enum" location="q3listview.h">
+ <value name="CaseSensitive" value="0x00001"/>
+ <value name="BeginsWith" value="0x00002"/>
+ <value name="EndsWith" value="0x00004"/>
+ <value name="Contains" value="0x00008"/>
+ <value name="ExactMatch" value="0x00010"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ComparisonFlags" fullname="Q3ListView::ComparisonFlags" href="q3listview.html#ComparisonFlags-typedef" location="q3listview.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findItem" fullname="Q3ListView::findItem" href="q3listview.html#findItem" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ListViewItem *" signature="findItem(const QString &amp; text, int column, ComparisonFlags compare) const">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="ComparisonFlags" right="" name="compare" default="ExactMatch | Qt::CaseSensitive"/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="RenameAction" fullname="Q3ListView::RenameAction" href="q3listview.html#RenameAction-enum" location="q3listview.h">
+ <value name="Accept" value="0"/>
+ <value name="Reject" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultRenameAction" fullname="Q3ListView::setDefaultRenameAction" href="q3listview.html#defaultRenameAction-prop" location="q3listview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="defaultRenameAction" type="void" signature="setDefaultRenameAction(RenameAction a)">
+ <parameter left="RenameAction" right="" name="a" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultRenameAction" fullname="Q3ListView::defaultRenameAction" href="q3listview.html#defaultRenameAction-prop" location="q3listview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="defaultRenameAction" type="RenameAction" signature="defaultRenameAction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRenaming" fullname="Q3ListView::isRenaming" href="q3listview.html#isRenaming" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRenaming() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hideColumn" fullname="Q3ListView::hideColumn" href="q3listview.html#hideColumn" location="q3listview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="hideColumn(int column)">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="Q3ListView::clear" href="q3listview.html#clear" location="q3listview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invertSelection" fullname="Q3ListView::invertSelection" href="q3listview.html#invertSelection" location="q3listview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="invertSelection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectAll" fullname="Q3ListView::selectAll" href="q3listview.html#selectAll" location="q3listview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="selectAll(bool select)">
+ <parameter left="bool" right="" name="select" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="triggerUpdate" fullname="Q3ListView::triggerUpdate" href="q3listview.html#triggerUpdate" location="q3listview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="triggerUpdate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContentsPos" fullname="Q3ListView::setContentsPos" href="q3listview.html#setContentsPos" location="q3listview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setContentsPos(int x, int y)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="adjustColumn" fullname="Q3ListView::adjustColumn" href="q3listview.html#adjustColumn" location="q3listview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="adjustColumn(int col)">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionChanged" fullname="Q3ListView::selectionChanged" href="q3listview.html#selectionChanged" location="q3listview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="selectionChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionChanged" fullname="Q3ListView::selectionChanged" href="q3listview.html#selectionChanged-2" location="q3listview.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="selectionChanged(Q3ListViewItem * item)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentChanged" fullname="Q3ListView::currentChanged" href="q3listview.html#currentChanged" location="q3listview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentChanged(Q3ListViewItem * item)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clicked" fullname="Q3ListView::clicked" href="q3listview.html#clicked" location="q3listview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="clicked(Q3ListViewItem * item)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clicked" fullname="Q3ListView::clicked" href="q3listview.html#clicked-2" location="q3listview.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="clicked(Q3ListViewItem * item, const QPoint &amp; pnt, int c)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pnt" default=""/>
+ <parameter left="int" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pressed" fullname="Q3ListView::pressed" href="q3listview.html#pressed" location="q3listview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="pressed(Q3ListViewItem * item)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pressed" fullname="Q3ListView::pressed" href="q3listview.html#pressed-2" location="q3listview.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="pressed(Q3ListViewItem * item, const QPoint &amp; pnt, int c)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pnt" default=""/>
+ <parameter left="int" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doubleClicked" fullname="Q3ListView::doubleClicked" href="q3listview.html#doubleClicked" location="q3listview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="doubleClicked(Q3ListViewItem * item)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doubleClicked" fullname="Q3ListView::doubleClicked" href="q3listview.html#doubleClicked-2" location="q3listview.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="doubleClicked(Q3ListViewItem * item, const QPoint &amp; point, int column)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="returnPressed" fullname="Q3ListView::returnPressed" href="q3listview.html#returnPressed" location="q3listview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="returnPressed(Q3ListViewItem * item)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="spacePressed" fullname="Q3ListView::spacePressed" href="q3listview.html#spacePressed" location="q3listview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="spacePressed(Q3ListViewItem * item)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rightButtonClicked" fullname="Q3ListView::rightButtonClicked" href="q3listview.html#rightButtonClicked" location="q3listview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="rightButtonClicked(Q3ListViewItem * item, const QPoint &amp; point, int column)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rightButtonPressed" fullname="Q3ListView::rightButtonPressed" href="q3listview.html#rightButtonPressed" location="q3listview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="rightButtonPressed(Q3ListViewItem * item, const QPoint &amp; point, int column)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mouseButtonPressed" fullname="Q3ListView::mouseButtonPressed" href="q3listview.html#mouseButtonPressed" location="q3listview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="mouseButtonPressed(int button, Q3ListViewItem * item, const QPoint &amp; pos, int c)">
+ <parameter left="int" right="" name="button" default=""/>
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="int" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mouseButtonClicked" fullname="Q3ListView::mouseButtonClicked" href="q3listview.html#mouseButtonClicked" location="q3listview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="mouseButtonClicked(int button, Q3ListViewItem * item, const QPoint &amp; pos, int c)">
+ <parameter left="int" right="" name="button" default=""/>
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="int" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contextMenuRequested" fullname="Q3ListView::contextMenuRequested" href="q3listview.html#contextMenuRequested" location="q3listview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="contextMenuRequested(Q3ListViewItem * item, const QPoint &amp; pos, int col)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="onItem" fullname="Q3ListView::onItem" href="q3listview.html#onItem" location="q3listview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="onItem(Q3ListViewItem * i)">
+ <parameter left="Q3ListViewItem *" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="onViewport" fullname="Q3ListView::onViewport" href="q3listview.html#onViewport" location="q3listview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="onViewport()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expanded" fullname="Q3ListView::expanded" href="q3listview.html#expanded" location="q3listview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="expanded(Q3ListViewItem * item)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="collapsed" fullname="Q3ListView::collapsed" href="q3listview.html#collapsed" location="q3listview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="collapsed(Q3ListViewItem * item)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dropped" fullname="Q3ListView::dropped" href="q3listview.html#dropped" location="q3listview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="dropped(QDropEvent * e)">
+ <parameter left="QDropEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemRenamed" fullname="Q3ListView::itemRenamed" href="q3listview.html#itemRenamed" location="q3listview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemRenamed(Q3ListViewItem * item, int col, const QString &amp; text)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemRenamed" fullname="Q3ListView::itemRenamed" href="q3listview.html#itemRenamed-2" location="q3listview.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="itemRenamed(Q3ListViewItem * item, int col)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsMousePressEvent" fullname="Q3ListView::contentsMousePressEvent" href="q3listview.html#contentsMousePressEvent" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsMousePressEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsMouseReleaseEvent" fullname="Q3ListView::contentsMouseReleaseEvent" href="q3listview.html#contentsMouseReleaseEvent" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsMouseReleaseEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsMouseMoveEvent" fullname="Q3ListView::contentsMouseMoveEvent" href="q3listview.html#contentsMouseMoveEvent" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsMouseMoveEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsMouseDoubleClickEvent" fullname="Q3ListView::contentsMouseDoubleClickEvent" href="q3listview.html#contentsMouseDoubleClickEvent" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsMouseDoubleClickEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsContextMenuEvent" fullname="Q3ListView::contentsContextMenuEvent" href="q3listview.html#contentsContextMenuEvent" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsContextMenuEvent(QContextMenuEvent * e)">
+ <parameter left="QContextMenuEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsDragEnterEvent" fullname="Q3ListView::contentsDragEnterEvent" href="q3listview.html#contentsDragEnterEvent" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsDragEnterEvent(QDragEnterEvent * e)">
+ <parameter left="QDragEnterEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsDragMoveEvent" fullname="Q3ListView::contentsDragMoveEvent" href="q3listview.html#contentsDragMoveEvent" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsDragMoveEvent(QDragMoveEvent * e)">
+ <parameter left="QDragMoveEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsDragLeaveEvent" fullname="Q3ListView::contentsDragLeaveEvent" href="q3listview.html#contentsDragLeaveEvent" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsDragLeaveEvent(QDragLeaveEvent * e)">
+ <parameter left="QDragLeaveEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsDropEvent" fullname="Q3ListView::contentsDropEvent" href="q3listview.html#contentsDropEvent" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsDropEvent(QDropEvent * e)">
+ <parameter left="QDropEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragObject" fullname="Q3ListView::dragObject" href="q3listview.html#dragObject" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="Q3DragObject *" signature="dragObject()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="startDrag" fullname="Q3ListView::startDrag" href="q3listview.html#startDrag" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="startDrag()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="Q3ListView::focusInEvent" href="q3listview.html#focusInEvent" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * e)">
+ <parameter left="QFocusEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="Q3ListView::focusOutEvent" href="q3listview.html#focusOutEvent" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * e)">
+ <parameter left="QFocusEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="Q3ListView::keyPressEvent" href="q3listview.html#keyPressEvent" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="Q3ListView::resizeEvent" href="q3listview.html#resizeEvent" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="viewportResizeEvent" fullname="Q3ListView::viewportResizeEvent" href="q3listview.html#viewportResizeEvent" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="viewportResizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="Q3ListView::showEvent" href="q3listview.html#showEvent" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * )">
+ <parameter left="QShowEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawContentsOffset" fullname="Q3ListView::drawContentsOffset" href="q3listview.html#drawContentsOffset" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawContentsOffset(QPainter * p, int ox, int oy, int cx, int cy, int cw, int ch)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="int" right="" name="ox" default=""/>
+ <parameter left="int" right="" name="oy" default=""/>
+ <parameter left="int" right="" name="cx" default=""/>
+ <parameter left="int" right="" name="cy" default=""/>
+ <parameter left="int" right="" name="cw" default=""/>
+ <parameter left="int" right="" name="ch" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEmptyArea" fullname="Q3ListView::paintEmptyArea" href="q3listview.html#paintEmptyArea" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEmptyArea(QPainter * p, const QRect &amp; rect)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="Q3ListView::changeEvent" href="q3listview.html#changeEvent" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * ev)">
+ <parameter left="QEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateContents" fullname="Q3ListView::updateContents" href="q3listview.html#updateContents" location="q3listview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="updateContents()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="doAutoScroll" fullname="Q3ListView::doAutoScroll" href="q3listview.html#doAutoScroll" location="q3listview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="doAutoScroll()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3CheckListItem" href="q3checklistitem.html" location="q3listview.h" bases="Q3ListViewItem" module="Qt3SupportLight">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="Q3CheckListItem::Type" href="q3checklistitem.html#Type-enum" location="q3listview.h">
+ <value name="RadioButton" value="0"/>
+ <value name="CheckBox" value="1"/>
+ <value name="Controller" value="2"/>
+ <value name="RadioButtonController" value="Controller"/>
+ <value name="CheckBoxController" value=""/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ToggleState" fullname="Q3CheckListItem::ToggleState" href="q3checklistitem.html#ToggleState-enum" location="q3listview.h">
+ <value name="Off" value="0"/>
+ <value name="NoChange" value="1"/>
+ <value name="On" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CheckListItem" fullname="Q3CheckListItem::Q3CheckListItem" href="q3checklistitem.html#Q3CheckListItem" location="q3listview.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3CheckListItem(Q3CheckListItem * parent, const QString &amp; text, Type tt)">
+ <parameter left="Q3CheckListItem *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="Type" right="" name="tt" default="RadioButtonController"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CheckListItem" fullname="Q3CheckListItem::Q3CheckListItem" href="q3checklistitem.html#Q3CheckListItem-2" location="q3listview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3CheckListItem(Q3CheckListItem * parent, Q3ListViewItem * after, const QString &amp; text, Type tt)">
+ <parameter left="Q3CheckListItem *" right="" name="parent" default=""/>
+ <parameter left="Q3ListViewItem *" right="" name="after" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="Type" right="" name="tt" default="RadioButtonController"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CheckListItem" fullname="Q3CheckListItem::Q3CheckListItem" href="q3checklistitem.html#Q3CheckListItem-3" location="q3listview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3CheckListItem(Q3ListViewItem * parent, const QString &amp; text, Type tt)">
+ <parameter left="Q3ListViewItem *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="Type" right="" name="tt" default="RadioButtonController"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CheckListItem" fullname="Q3CheckListItem::Q3CheckListItem" href="q3checklistitem.html#Q3CheckListItem-4" location="q3listview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="Q3CheckListItem(Q3ListViewItem * parent, Q3ListViewItem * after, const QString &amp; text, Type tt)">
+ <parameter left="Q3ListViewItem *" right="" name="parent" default=""/>
+ <parameter left="Q3ListViewItem *" right="" name="after" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="Type" right="" name="tt" default="RadioButtonController"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CheckListItem" fullname="Q3CheckListItem::Q3CheckListItem" href="q3checklistitem.html#Q3CheckListItem-5" location="q3listview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="Q3CheckListItem(Q3ListView * parent, const QString &amp; text, Type tt)">
+ <parameter left="Q3ListView *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="Type" right="" name="tt" default="RadioButtonController"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CheckListItem" fullname="Q3CheckListItem::Q3CheckListItem" href="q3checklistitem.html#Q3CheckListItem-6" location="q3listview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="Q3CheckListItem(Q3ListView * parent, Q3ListViewItem * after, const QString &amp; text, Type tt)">
+ <parameter left="Q3ListView *" right="" name="parent" default=""/>
+ <parameter left="Q3ListViewItem *" right="" name="after" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="Type" right="" name="tt" default="RadioButtonController"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CheckListItem" fullname="Q3CheckListItem::Q3CheckListItem" href="q3checklistitem.html#Q3CheckListItem-7" location="q3listview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="7" type="" signature="Q3CheckListItem(Q3ListViewItem * parent, const QString &amp; text, const QPixmap &amp; p)">
+ <parameter left="Q3ListViewItem *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CheckListItem" fullname="Q3CheckListItem::Q3CheckListItem" href="q3checklistitem.html#Q3CheckListItem-8" location="q3listview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="8" type="" signature="Q3CheckListItem(Q3ListView * parent, const QString &amp; text, const QPixmap &amp; p)">
+ <parameter left="Q3ListView *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3CheckListItem" fullname="Q3CheckListItem::~Q3CheckListItem" href="q3checklistitem.html#dtor.Q3CheckListItem" location="q3listview.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3CheckListItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paintCell" fullname="Q3CheckListItem::paintCell" href="q3checklistitem.html#paintCell" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintCell(QPainter * p, const QColorGroup &amp; cg, int column, int width, int align)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QColorGroup &amp;" right="" name="cg" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="align" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paintFocus" fullname="Q3CheckListItem::paintFocus" href="q3checklistitem.html#paintFocus" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintFocus(QPainter * p, const QColorGroup &amp; cg, const QRect &amp; r)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QColorGroup &amp;" right="" name="cg" default=""/>
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="Q3CheckListItem::width" href="q3checklistitem.html#width" location="q3listview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="width(const QFontMetrics &amp; fm, const Q3ListView * lv, int column) const">
+ <parameter left="const QFontMetrics &amp;" right="" name="fm" default=""/>
+ <parameter left="const Q3ListView *" right="" name="lv" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setup" fullname="Q3CheckListItem::setup" href="q3checklistitem.html#setup" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setup()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOn" fullname="Q3CheckListItem::setOn" href="q3checklistitem.html#setOn" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setOn(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isOn" fullname="Q3CheckListItem::isOn" href="q3checklistitem.html#isOn" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isOn() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="Q3CheckListItem::type" href="q3checklistitem.html#type" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Type" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="Q3CheckListItem::text" href="q3checklistitem.html#text" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="Q3CheckListItem::text" href="q3checklistitem.html#text-2" location="q3listview.h" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QString" signature="text(int n) const">
+ <parameter left="int" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTristate" fullname="Q3CheckListItem::setTristate" href="q3checklistitem.html#setTristate" location="q3listview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTristate(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isTristate" fullname="Q3CheckListItem::isTristate" href="q3checklistitem.html#isTristate" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isTristate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="Q3CheckListItem::state" href="q3checklistitem.html#state" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ToggleState" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setState" fullname="Q3CheckListItem::setState" href="q3checklistitem.html#setState" location="q3listview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setState(ToggleState s)">
+ <parameter left="ToggleState" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rtti" fullname="Q3CheckListItem::rtti" href="q3checklistitem.html#rtti" location="q3listview.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rtti() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="RTTI" fullname="Q3CheckListItem::RTTI" href="q3checklistitem.html#RTTI-var" location="q3listview.h" type="const int" static="true"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="activate" fullname="Q3CheckListItem::activate" href="q3checklistitem.html#activate" location="q3listview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="activate()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="turnOffChild" fullname="Q3CheckListItem::turnOffChild" href="q3checklistitem.html#turnOffChild" location="q3listview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="turnOffChild()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="stateChange" fullname="Q3CheckListItem::stateChange" href="q3checklistitem.html#stateChange" location="q3listview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="stateChange(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3ListViewItemIterator" href="q3listviewitemiterator.html" location="q3listview.h" bases="" module="Qt3SupportLight">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="IteratorFlag" fullname="Q3ListViewItemIterator::IteratorFlag" href="q3listviewitemiterator.html#IteratorFlag-enum" location="q3listview.h">
+ <value name="Visible" value="0x00000001"/>
+ <value name="Invisible" value="0x00000002"/>
+ <value name="Selected" value="0x00000004"/>
+ <value name="Unselected" value="0x00000008"/>
+ <value name="Selectable" value="0x00000010"/>
+ <value name="NotSelectable" value="0x00000020"/>
+ <value name="DragEnabled" value="0x00000040"/>
+ <value name="DragDisabled" value="0x00000080"/>
+ <value name="DropEnabled" value="0x00000100"/>
+ <value name="DropDisabled" value="0x00000200"/>
+ <value name="Expandable" value="0x00000400"/>
+ <value name="NotExpandable" value="0x00000800"/>
+ <value name="Checked" value="0x00001000"/>
+ <value name="NotChecked" value="0x00002000"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListViewItemIterator" fullname="Q3ListViewItemIterator::Q3ListViewItemIterator" href="q3listviewitemiterator.html#Q3ListViewItemIterator" location="q3listview.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3ListViewItemIterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListViewItemIterator" fullname="Q3ListViewItemIterator::Q3ListViewItemIterator" href="q3listviewitemiterator.html#Q3ListViewItemIterator-2" location="q3listview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3ListViewItemIterator(Q3ListViewItem * item)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListViewItemIterator" fullname="Q3ListViewItemIterator::Q3ListViewItemIterator" href="q3listviewitemiterator.html#Q3ListViewItemIterator-3" location="q3listview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3ListViewItemIterator(Q3ListViewItem * item, int iteratorFlags)">
+ <parameter left="Q3ListViewItem *" right="" name="item" default=""/>
+ <parameter left="int" right="" name="iteratorFlags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListViewItemIterator" fullname="Q3ListViewItemIterator::Q3ListViewItemIterator" href="q3listviewitemiterator.html#Q3ListViewItemIterator-4" location="q3listview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="Q3ListViewItemIterator(const Q3ListViewItemIterator &amp; it)">
+ <parameter left="const Q3ListViewItemIterator &amp;" right="" name="it" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListViewItemIterator" fullname="Q3ListViewItemIterator::Q3ListViewItemIterator" href="q3listviewitemiterator.html#Q3ListViewItemIterator-5" location="q3listview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="Q3ListViewItemIterator(Q3ListView * lv)">
+ <parameter left="Q3ListView *" right="" name="lv" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ListViewItemIterator" fullname="Q3ListViewItemIterator::Q3ListViewItemIterator" href="q3listviewitemiterator.html#Q3ListViewItemIterator-6" location="q3listview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="Q3ListViewItemIterator(Q3ListView * lv, int iteratorFlags)">
+ <parameter left="Q3ListView *" right="" name="lv" default=""/>
+ <parameter left="int" right="" name="iteratorFlags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3ListViewItemIterator::operator=" href="q3listviewitemiterator.html#operator=" location="q3listview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3ListViewItemIterator &amp;" signature="operator=(const Q3ListViewItemIterator &amp; it)">
+ <parameter left="const Q3ListViewItemIterator &amp;" right="" name="it" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3ListViewItemIterator" fullname="Q3ListViewItemIterator::~Q3ListViewItemIterator" href="q3listviewitemiterator.html#dtor.Q3ListViewItemIterator" location="q3listview.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3ListViewItemIterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="Q3ListViewItemIterator::operator++" href="q3listviewitemiterator.html#operator++" location="q3listview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3ListViewItemIterator &amp;" signature="operator++()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="Q3ListViewItemIterator::operator++" href="q3listviewitemiterator.html#operator++-2" location="q3listview.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="const Q3ListViewItemIterator" signature="operator++(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="Q3ListViewItemIterator::operator+=" href="q3listviewitemiterator.html#operator+=" location="q3listview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3ListViewItemIterator &amp;" signature="operator+=(int j)">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="Q3ListViewItemIterator::operator--" href="q3listviewitemiterator.html#operator--" location="q3listview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3ListViewItemIterator &amp;" signature="operator--()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="Q3ListViewItemIterator::operator--" href="q3listviewitemiterator.html#operator---2" location="q3listview.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="const Q3ListViewItemIterator" signature="operator--(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="Q3ListViewItemIterator::operator-=" href="q3listviewitemiterator.html#operator-=" location="q3listview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3ListViewItemIterator &amp;" signature="operator-=(int j)">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" fullname="Q3ListViewItemIterator::operator*" href="q3listviewitemiterator.html#operator*" location="q3listview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3ListViewItem *" signature="operator*()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="current" fullname="Q3ListViewItemIterator::current" href="q3listviewitemiterator.html#current" location="q3listview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ListViewItem *" signature="current() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDataWidgetMapper" href="qdatawidgetmapper.html" location="qdatawidgetmapper.h" bases="QObject" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentIndex" fullname="QDataWidgetMapper::currentIndex" href="qdatawidgetmapper.html#currentIndex-prop" location="qdatawidgetmapper.h" type="int">
+ <getter name="currentIndex"/>
+ <setter name="setCurrentIndex"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="QDataWidgetMapper::orientation" href="qdatawidgetmapper.html#orientation-prop" location="qdatawidgetmapper.h" type="Qt::Orientation">
+ <getter name="orientation"/>
+ <setter name="setOrientation"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="submitPolicy" fullname="QDataWidgetMapper::submitPolicy" href="qdatawidgetmapper.html#submitPolicy-prop" location="qdatawidgetmapper.h" type="SubmitPolicy">
+ <getter name="submitPolicy"/>
+ <setter name="setSubmitPolicy"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDataWidgetMapper" fullname="QDataWidgetMapper::QDataWidgetMapper" href="qdatawidgetmapper.html#QDataWidgetMapper" location="qdatawidgetmapper.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDataWidgetMapper(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDataWidgetMapper" fullname="QDataWidgetMapper::~QDataWidgetMapper" href="qdatawidgetmapper.html#dtor.QDataWidgetMapper" location="qdatawidgetmapper.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDataWidgetMapper()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setModel" fullname="QDataWidgetMapper::setModel" href="qdatawidgetmapper.html#setModel" location="qdatawidgetmapper.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setModel(QAbstractItemModel * model)">
+ <parameter left="QAbstractItemModel *" right="" name="model" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="model" fullname="QDataWidgetMapper::model" href="qdatawidgetmapper.html#model" location="qdatawidgetmapper.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractItemModel *" signature="model() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemDelegate" fullname="QDataWidgetMapper::setItemDelegate" href="qdatawidgetmapper.html#setItemDelegate" location="qdatawidgetmapper.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemDelegate(QAbstractItemDelegate * delegate)">
+ <parameter left="QAbstractItemDelegate *" right="" name="delegate" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemDelegate" fullname="QDataWidgetMapper::itemDelegate" href="qdatawidgetmapper.html#itemDelegate" location="qdatawidgetmapper.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractItemDelegate *" signature="itemDelegate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRootIndex" fullname="QDataWidgetMapper::setRootIndex" href="qdatawidgetmapper.html#setRootIndex" location="qdatawidgetmapper.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRootIndex(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rootIndex" fullname="QDataWidgetMapper::rootIndex" href="qdatawidgetmapper.html#rootIndex" location="qdatawidgetmapper.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="rootIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOrientation" fullname="QDataWidgetMapper::setOrientation" href="qdatawidgetmapper.html#orientation-prop" location="qdatawidgetmapper.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="orientation" type="void" signature="setOrientation(Qt::Orientation aOrientation)">
+ <parameter left="Qt::Orientation" right="" name="aOrientation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="QDataWidgetMapper::orientation" href="qdatawidgetmapper.html#orientation-prop" location="qdatawidgetmapper.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="orientation" type="Qt::Orientation" signature="orientation() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SubmitPolicy" fullname="QDataWidgetMapper::SubmitPolicy" href="qdatawidgetmapper.html#SubmitPolicy-enum" location="qdatawidgetmapper.h">
+ <value name="AutoSubmit" value="0"/>
+ <value name="ManualSubmit" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSubmitPolicy" fullname="QDataWidgetMapper::setSubmitPolicy" href="qdatawidgetmapper.html#submitPolicy-prop" location="qdatawidgetmapper.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="submitPolicy" type="void" signature="setSubmitPolicy(SubmitPolicy policy)">
+ <parameter left="SubmitPolicy" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="submitPolicy" fullname="QDataWidgetMapper::submitPolicy" href="qdatawidgetmapper.html#submitPolicy-prop" location="qdatawidgetmapper.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="submitPolicy" type="SubmitPolicy" signature="submitPolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addMapping" fullname="QDataWidgetMapper::addMapping" href="qdatawidgetmapper.html#addMapping" location="qdatawidgetmapper.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addMapping(QWidget * widget, int section)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="int" right="" name="section" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addMapping" fullname="QDataWidgetMapper::addMapping" href="qdatawidgetmapper.html#addMapping-2" location="qdatawidgetmapper.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addMapping(QWidget * widget, int section, const QByteArray &amp; propertyName)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="propertyName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeMapping" fullname="QDataWidgetMapper::removeMapping" href="qdatawidgetmapper.html#removeMapping" location="qdatawidgetmapper.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeMapping(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mappedSection" fullname="QDataWidgetMapper::mappedSection" href="qdatawidgetmapper.html#mappedSection" location="qdatawidgetmapper.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="mappedSection(QWidget * widget) const">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mappedPropertyName" fullname="QDataWidgetMapper::mappedPropertyName" href="qdatawidgetmapper.html#mappedPropertyName" location="qdatawidgetmapper.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="mappedPropertyName(QWidget * widget) const">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mappedWidgetAt" fullname="QDataWidgetMapper::mappedWidgetAt" href="qdatawidgetmapper.html#mappedWidgetAt" location="qdatawidgetmapper.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="mappedWidgetAt(int section) const">
+ <parameter left="int" right="" name="section" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearMapping" fullname="QDataWidgetMapper::clearMapping" href="qdatawidgetmapper.html#clearMapping" location="qdatawidgetmapper.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearMapping()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentIndex" fullname="QDataWidgetMapper::currentIndex" href="qdatawidgetmapper.html#currentIndex-prop" location="qdatawidgetmapper.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentIndex" type="int" signature="currentIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="revert" fullname="QDataWidgetMapper::revert" href="qdatawidgetmapper.html#revert" location="qdatawidgetmapper.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="revert()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="submit" fullname="QDataWidgetMapper::submit" href="qdatawidgetmapper.html#submit" location="qdatawidgetmapper.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="bool" signature="submit()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFirst" fullname="QDataWidgetMapper::toFirst" href="qdatawidgetmapper.html#toFirst" location="qdatawidgetmapper.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="toFirst()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLast" fullname="QDataWidgetMapper::toLast" href="qdatawidgetmapper.html#toLast" location="qdatawidgetmapper.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="toLast()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toNext" fullname="QDataWidgetMapper::toNext" href="qdatawidgetmapper.html#toNext" location="qdatawidgetmapper.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="toNext()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPrevious" fullname="QDataWidgetMapper::toPrevious" href="qdatawidgetmapper.html#toPrevious" location="qdatawidgetmapper.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="toPrevious()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentIndex" fullname="QDataWidgetMapper::setCurrentIndex" href="qdatawidgetmapper.html#currentIndex-prop" location="qdatawidgetmapper.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="currentIndex" type="void" signature="setCurrentIndex(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentModelIndex" fullname="QDataWidgetMapper::setCurrentModelIndex" href="qdatawidgetmapper.html#setCurrentModelIndex" location="qdatawidgetmapper.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setCurrentModelIndex(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentIndexChanged" fullname="QDataWidgetMapper::currentIndexChanged" href="qdatawidgetmapper.html#currentIndexChanged" location="qdatawidgetmapper.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentIndexChanged(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDesignerMemberSheetExtension" href="qdesignermembersheetextension.html" location="membersheet.h" bases="" module="QtDesigner">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDesignerMemberSheetExtension" fullname="QDesignerMemberSheetExtension::~QDesignerMemberSheetExtension" href="qdesignermembersheetextension.html#dtor.QDesignerMemberSheetExtension" location="membersheet.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDesignerMemberSheetExtension()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QDesignerMemberSheetExtension::count" href="qdesignermembersheetextension.html#count" location="membersheet.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="QDesignerMemberSheetExtension::indexOf" href="qdesignermembersheetextension.html#indexOf" location="membersheet.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOf(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="memberName" fullname="QDesignerMemberSheetExtension::memberName" href="qdesignermembersheetextension.html#memberName" location="membersheet.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="memberName(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="memberGroup" fullname="QDesignerMemberSheetExtension::memberGroup" href="qdesignermembersheetextension.html#memberGroup" location="membersheet.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="memberGroup(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMemberGroup" fullname="QDesignerMemberSheetExtension::setMemberGroup" href="qdesignermembersheetextension.html#setMemberGroup" location="membersheet.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setMemberGroup(int index, const QString &amp; group)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QString &amp;" right="" name="group" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isVisible" fullname="QDesignerMemberSheetExtension::isVisible" href="qdesignermembersheetextension.html#isVisible" location="membersheet.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isVisible(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="QDesignerMemberSheetExtension::setVisible" href="qdesignermembersheetextension.html#setVisible" location="membersheet.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisible(int index, bool visible)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSignal" fullname="QDesignerMemberSheetExtension::isSignal" href="qdesignermembersheetextension.html#isSignal" location="membersheet.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSignal(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSlot" fullname="QDesignerMemberSheetExtension::isSlot" href="qdesignermembersheetextension.html#isSlot" location="membersheet.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSlot(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inheritedFromWidget" fullname="QDesignerMemberSheetExtension::inheritedFromWidget" href="qdesignermembersheetextension.html#inheritedFromWidget" location="membersheet.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="inheritedFromWidget(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="declaredInClass" fullname="QDesignerMemberSheetExtension::declaredInClass" href="qdesignermembersheetextension.html#declaredInClass" location="membersheet.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="declaredInClass(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="signature" fullname="QDesignerMemberSheetExtension::signature" href="qdesignermembersheetextension.html#signature" location="membersheet.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="signature(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parameterTypes" fullname="QDesignerMemberSheetExtension::parameterTypes" href="qdesignermembersheetextension.html#parameterTypes" location="membersheet.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QList&lt;QByteArray&gt;" signature="parameterTypes(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parameterNames" fullname="QDesignerMemberSheetExtension::parameterNames" href="qdesignermembersheetextension.html#parameterNames" location="membersheet.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QList&lt;QByteArray&gt;" signature="parameterNames(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMatrix4x4" href="qmatrix4x4.html" location="qmatrix4x4.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMatrix4x4" fullname="QMatrix4x4::QMatrix4x4" href="qmatrix4x4.html#QMatrix4x4" location="qmatrix4x4.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMatrix4x4()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMatrix4x4" fullname="QMatrix4x4::QMatrix4x4" href="qmatrix4x4.html#QMatrix4x4-2" location="qmatrix4x4.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QMatrix4x4(const qreal * values)">
+ <parameter left="const qreal *" right="" name="values" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMatrix4x4" fullname="QMatrix4x4::QMatrix4x4" href="qmatrix4x4.html#QMatrix4x4-3" location="qmatrix4x4.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QMatrix4x4(qreal m11, qreal m12, qreal m13, qreal m14, qreal m21, qreal m22, qreal m23, qreal m24, qreal m31, qreal m32, qreal m33, qreal m34, qreal m41, qreal m42, qreal m43, qreal m44)">
+ <parameter left="qreal" right="" name="m11" default=""/>
+ <parameter left="qreal" right="" name="m12" default=""/>
+ <parameter left="qreal" right="" name="m13" default=""/>
+ <parameter left="qreal" right="" name="m14" default=""/>
+ <parameter left="qreal" right="" name="m21" default=""/>
+ <parameter left="qreal" right="" name="m22" default=""/>
+ <parameter left="qreal" right="" name="m23" default=""/>
+ <parameter left="qreal" right="" name="m24" default=""/>
+ <parameter left="qreal" right="" name="m31" default=""/>
+ <parameter left="qreal" right="" name="m32" default=""/>
+ <parameter left="qreal" right="" name="m33" default=""/>
+ <parameter left="qreal" right="" name="m34" default=""/>
+ <parameter left="qreal" right="" name="m41" default=""/>
+ <parameter left="qreal" right="" name="m42" default=""/>
+ <parameter left="qreal" right="" name="m43" default=""/>
+ <parameter left="qreal" right="" name="m44" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMatrix4x4" fullname="QMatrix4x4::QMatrix4x4" href="qmatrix4x4.html#QMatrix4x4-4" location="qmatrix4x4.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QMatrix4x4(const QGenericMatrix&lt;N, M, qreal, float&gt; &amp; matrix)">
+ <parameter left="const QGenericMatrix&lt;N, M, qreal, float&gt; &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMatrix4x4" fullname="QMatrix4x4::QMatrix4x4" href="qmatrix4x4.html#QMatrix4x4-6" location="qmatrix4x4.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QMatrix4x4(const QTransform &amp; transform)">
+ <parameter left="const QTransform &amp;" right="" name="transform" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMatrix4x4" fullname="QMatrix4x4::QMatrix4x4" href="qmatrix4x4.html#QMatrix4x4-7" location="qmatrix4x4.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="7" type="" signature="QMatrix4x4(const QMatrix &amp; matrix)">
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator()" fullname="QMatrix4x4::operator()" href="qmatrix4x4.html#operator()" location="qmatrix4x4.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="operator()(int row, int column) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator()" fullname="QMatrix4x4::operator()" href="qmatrix4x4.html#operator()-2" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="float &amp;" signature="operator()(int row, int column)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="column" fullname="QMatrix4x4::column" href="qmatrix4x4.html#column" location="qmatrix4x4.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector4D" signature="column(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumn" fullname="QMatrix4x4::setColumn" href="qmatrix4x4.html#setColumn" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumn(int index, const QVector4D &amp; value)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QVector4D &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="row" fullname="QMatrix4x4::row" href="qmatrix4x4.html#row" location="qmatrix4x4.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector4D" signature="row(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRow" fullname="QMatrix4x4::setRow" href="qmatrix4x4.html#setRow" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRow(int index, const QVector4D &amp; value)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QVector4D &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isIdentity" fullname="QMatrix4x4::isIdentity" href="qmatrix4x4.html#isIdentity" location="qmatrix4x4.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isIdentity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIdentity" fullname="QMatrix4x4::setIdentity" href="qmatrix4x4.html#setIdentity" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setIdentity()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fill" fullname="QMatrix4x4::fill" href="qmatrix4x4.html#fill" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="fill(qreal value)">
+ <parameter left="qreal" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="determinant" fullname="QMatrix4x4::determinant" href="qmatrix4x4.html#determinant" location="qmatrix4x4.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="determinant() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inverted" fullname="QMatrix4x4::inverted" href="qmatrix4x4.html#inverted" location="qmatrix4x4.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMatrix4x4" signature="inverted(bool * invertible) const">
+ <parameter left="bool *" right="" name="invertible" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transposed" fullname="QMatrix4x4::transposed" href="qmatrix4x4.html#transposed" location="qmatrix4x4.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMatrix4x4" signature="transposed() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="normalMatrix" fullname="QMatrix4x4::normalMatrix" href="qmatrix4x4.html#normalMatrix" location="qmatrix4x4.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMatrix3x3" signature="normalMatrix() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QMatrix4x4::operator+=" href="qmatrix4x4.html#operator+=" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMatrix4x4 &amp;" signature="operator+=(const QMatrix4x4 &amp; other)">
+ <parameter left="const QMatrix4x4 &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QMatrix4x4::operator-=" href="qmatrix4x4.html#operator-=" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMatrix4x4 &amp;" signature="operator-=(const QMatrix4x4 &amp; other)">
+ <parameter left="const QMatrix4x4 &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*=" fullname="QMatrix4x4::operator*=" href="qmatrix4x4.html#operator*=" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMatrix4x4 &amp;" signature="operator*=(const QMatrix4x4 &amp; other)">
+ <parameter left="const QMatrix4x4 &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*=" fullname="QMatrix4x4::operator*=" href="qmatrix4x4.html#operator*=-2" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QMatrix4x4 &amp;" signature="operator*=(qreal factor)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator/=" fullname="QMatrix4x4::operator/=" href="qmatrix4x4.html#operator/=" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMatrix4x4 &amp;" signature="operator/=(qreal divisor)">
+ <parameter left="qreal" right="" name="divisor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QMatrix4x4::operator==" href="qmatrix4x4.html#operator==" location="qmatrix4x4.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QMatrix4x4 &amp; other) const">
+ <parameter left="const QMatrix4x4 &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QMatrix4x4::operator!=" href="qmatrix4x4.html#operator!=" location="qmatrix4x4.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QMatrix4x4 &amp; other) const">
+ <parameter left="const QMatrix4x4 &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scale" fullname="QMatrix4x4::scale" href="qmatrix4x4.html#scale" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMatrix4x4 &amp;" signature="scale(const QVector3D &amp; vector)">
+ <parameter left="const QVector3D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QMatrix4x4::translate" href="qmatrix4x4.html#translate" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMatrix4x4 &amp;" signature="translate(const QVector3D &amp; vector)">
+ <parameter left="const QVector3D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rotate" fullname="QMatrix4x4::rotate" href="qmatrix4x4.html#rotate" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMatrix4x4 &amp;" signature="rotate(qreal angle, const QVector3D &amp; vector)">
+ <parameter left="qreal" right="" name="angle" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scale" fullname="QMatrix4x4::scale" href="qmatrix4x4.html#scale-2" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QMatrix4x4 &amp;" signature="scale(qreal x, qreal y)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scale" fullname="QMatrix4x4::scale" href="qmatrix4x4.html#scale-3" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QMatrix4x4 &amp;" signature="scale(qreal x, qreal y, qreal z)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="z" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scale" fullname="QMatrix4x4::scale" href="qmatrix4x4.html#scale-4" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="QMatrix4x4 &amp;" signature="scale(qreal factor)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QMatrix4x4::translate" href="qmatrix4x4.html#translate-2" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QMatrix4x4 &amp;" signature="translate(qreal x, qreal y)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QMatrix4x4::translate" href="qmatrix4x4.html#translate-3" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QMatrix4x4 &amp;" signature="translate(qreal x, qreal y, qreal z)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="z" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rotate" fullname="QMatrix4x4::rotate" href="qmatrix4x4.html#rotate-3" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QMatrix4x4 &amp;" signature="rotate(qreal angle, qreal x, qreal y, qreal z)">
+ <parameter left="qreal" right="" name="angle" default=""/>
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="z" default="0.0f"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rotate" fullname="QMatrix4x4::rotate" href="qmatrix4x4.html#rotate-2" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QMatrix4x4 &amp;" signature="rotate(const QQuaternion &amp; quaternion)">
+ <parameter left="const QQuaternion &amp;" right="" name="quaternion" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="extractAxisRotation" fullname="QMatrix4x4::extractAxisRotation" href="qmatrix4x4.html#extractAxisRotation" location="qmatrix4x4.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="extractAxisRotation(qreal &amp; angle, QVector3D &amp; axis) const">
+ <parameter left="qreal &amp;" right="" name="angle" default=""/>
+ <parameter left="QVector3D &amp;" right="" name="axis" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="extractTranslation" fullname="QMatrix4x4::extractTranslation" href="qmatrix4x4.html#extractTranslation" location="qmatrix4x4.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector3D" signature="extractTranslation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ortho" fullname="QMatrix4x4::ortho" href="qmatrix4x4.html#ortho-2" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QMatrix4x4 &amp;" signature="ortho(const QRect &amp; rect)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ortho" fullname="QMatrix4x4::ortho" href="qmatrix4x4.html#ortho-3" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QMatrix4x4 &amp;" signature="ortho(const QRectF &amp; rect)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ortho" fullname="QMatrix4x4::ortho" href="qmatrix4x4.html#ortho" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMatrix4x4 &amp;" signature="ortho(qreal left, qreal right, qreal bottom, qreal top, qreal nearPlane, qreal farPlane)">
+ <parameter left="qreal" right="" name="left" default=""/>
+ <parameter left="qreal" right="" name="right" default=""/>
+ <parameter left="qreal" right="" name="bottom" default=""/>
+ <parameter left="qreal" right="" name="top" default=""/>
+ <parameter left="qreal" right="" name="nearPlane" default=""/>
+ <parameter left="qreal" right="" name="farPlane" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frustum" fullname="QMatrix4x4::frustum" href="qmatrix4x4.html#frustum" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMatrix4x4 &amp;" signature="frustum(qreal left, qreal right, qreal bottom, qreal top, qreal nearPlane, qreal farPlane)">
+ <parameter left="qreal" right="" name="left" default=""/>
+ <parameter left="qreal" right="" name="right" default=""/>
+ <parameter left="qreal" right="" name="bottom" default=""/>
+ <parameter left="qreal" right="" name="top" default=""/>
+ <parameter left="qreal" right="" name="nearPlane" default=""/>
+ <parameter left="qreal" right="" name="farPlane" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="perspective" fullname="QMatrix4x4::perspective" href="qmatrix4x4.html#perspective" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMatrix4x4 &amp;" signature="perspective(qreal angle, qreal aspect, qreal nearPlane, qreal farPlane)">
+ <parameter left="qreal" right="" name="angle" default=""/>
+ <parameter left="qreal" right="" name="aspect" default=""/>
+ <parameter left="qreal" right="" name="nearPlane" default=""/>
+ <parameter left="qreal" right="" name="farPlane" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lookAt" fullname="QMatrix4x4::lookAt" href="qmatrix4x4.html#lookAt" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMatrix4x4 &amp;" signature="lookAt(const QVector3D &amp; eye, const QVector3D &amp; center, const QVector3D &amp; up)">
+ <parameter left="const QVector3D &amp;" right="" name="eye" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="center" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="up" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flipCoordinates" fullname="QMatrix4x4::flipCoordinates" href="qmatrix4x4.html#flipCoordinates" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMatrix4x4 &amp;" signature="flipCoordinates()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toValueArray" fullname="QMatrix4x4::toValueArray" href="qmatrix4x4.html#toValueArray" location="qmatrix4x4.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="toValueArray(qreal * values) const">
+ <parameter left="qreal *" right="" name="values" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toAffine" fullname="QMatrix4x4::toAffine" href="qmatrix4x4.html#toAffine" location="qmatrix4x4.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMatrix" signature="toAffine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toTransform" fullname="QMatrix4x4::toTransform" href="qmatrix4x4.html#toTransform" location="qmatrix4x4.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTransform" signature="toTransform(qreal distanceToPlane) const">
+ <parameter left="qreal" right="" name="distanceToPlane" default="1024.0f"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QMatrix4x4::map" href="qmatrix4x4.html#map" location="qmatrix4x4.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="map(const QPoint &amp; point) const">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QMatrix4x4::map" href="qmatrix4x4.html#map-2" location="qmatrix4x4.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPointF" signature="map(const QPointF &amp; point) const">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QMatrix4x4::map" href="qmatrix4x4.html#map-3" location="qmatrix4x4.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QVector3D" signature="map(const QVector3D &amp; point) const">
+ <parameter left="const QVector3D &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QMatrix4x4::map" href="qmatrix4x4.html#map-4" location="qmatrix4x4.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QVector4D" signature="map(const QVector4D &amp; point) const">
+ <parameter left="const QVector4D &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapRect" fullname="QMatrix4x4::mapRect" href="qmatrix4x4.html#mapRect" location="qmatrix4x4.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="mapRect(const QRect &amp; rect) const">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapRect" fullname="QMatrix4x4::mapRect" href="qmatrix4x4.html#mapRect-2" location="qmatrix4x4.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRectF" signature="mapRect(const QRectF &amp; rect) const">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toGenericMatrix" fullname="QMatrix4x4::toGenericMatrix" href="qmatrix4x4.html#toGenericMatrix" location="qmatrix4x4.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGenericMatrix&lt;N, M, qreal, float&gt;" signature="toGenericMatrix() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QMatrix4x4::data" href="qmatrix4x4.html#data" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="float *" signature="data()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QMatrix4x4::data" href="qmatrix4x4.html#data-2" location="qmatrix4x4.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const float *" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constData" fullname="QMatrix4x4::constData" href="qmatrix4x4.html#constData" location="qmatrix4x4.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const float *" signature="constData() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inferSpecialType" fullname="QMatrix4x4::inferSpecialType" href="qmatrix4x4.html#inferSpecialType" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="inferSpecialType()"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator/" href="qmatrix4x4.html#operator/-5" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" relates="QMatrix4x4" type="QMatrix4x4" signature="operator/(const QMatrix4x4 &amp; matrix, qreal divisor)">
+ <parameter left="const QMatrix4x4 &amp;" right="" name="matrix" default=""/>
+ <parameter left="qreal" right="" name="divisor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="qmatrix4x4.html#operator+-8" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" relates="QMatrix4x4" type="QMatrix4x4" signature="operator+(const QMatrix4x4 &amp; m1, const QMatrix4x4 &amp; m2)">
+ <parameter left="const QMatrix4x4 &amp;" right="" name="m1" default=""/>
+ <parameter left="const QMatrix4x4 &amp;" right="" name="m2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" href="qmatrix4x4.html#operator--5" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" relates="QMatrix4x4" type="QMatrix4x4" signature="operator-(const QMatrix4x4 &amp; m1, const QMatrix4x4 &amp; m2)">
+ <parameter left="const QMatrix4x4 &amp;" right="" name="m1" default=""/>
+ <parameter left="const QMatrix4x4 &amp;" right="" name="m2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qmatrix4x4.html#operator*-13" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="13" relates="QMatrix4x4" type="QMatrix4x4" signature="operator*(const QMatrix4x4 &amp; m1, const QMatrix4x4 &amp; m2)">
+ <parameter left="const QMatrix4x4 &amp;" right="" name="m1" default=""/>
+ <parameter left="const QMatrix4x4 &amp;" right="" name="m2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qmatrix4x4.html#operator*-14" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="14" relates="QMatrix4x4" type="QVector3D" signature="operator*(const QVector3D &amp; vector, const QMatrix4x4 &amp; matrix)">
+ <parameter left="const QVector3D &amp;" right="" name="vector" default=""/>
+ <parameter left="const QMatrix4x4 &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qmatrix4x4.html#operator*-15" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="15" relates="QMatrix4x4" type="QVector3D" signature="operator*(const QMatrix4x4 &amp; matrix, const QVector3D &amp; vector)">
+ <parameter left="const QMatrix4x4 &amp;" right="" name="matrix" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qmatrix4x4.html#operator*-16" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="16" relates="QMatrix4x4" type="QVector4D" signature="operator*(const QVector4D &amp; vector, const QMatrix4x4 &amp; matrix)">
+ <parameter left="const QVector4D &amp;" right="" name="vector" default=""/>
+ <parameter left="const QMatrix4x4 &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qmatrix4x4.html#operator*-17" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="17" relates="QMatrix4x4" type="QVector4D" signature="operator*(const QMatrix4x4 &amp; matrix, const QVector4D &amp; vector)">
+ <parameter left="const QMatrix4x4 &amp;" right="" name="matrix" default=""/>
+ <parameter left="const QVector4D &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qmatrix4x4.html#operator*-18" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="18" relates="QMatrix4x4" type="QPoint" signature="operator*(const QPoint &amp; point, const QMatrix4x4 &amp; matrix)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ <parameter left="const QMatrix4x4 &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qmatrix4x4.html#operator*-19" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="19" relates="QMatrix4x4" type="QPointF" signature="operator*(const QPointF &amp; point, const QMatrix4x4 &amp; matrix)">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ <parameter left="const QMatrix4x4 &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qmatrix4x4.html#operator*-20" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="20" relates="QMatrix4x4" type="QPoint" signature="operator*(const QMatrix4x4 &amp; matrix, const QPoint &amp; point)">
+ <parameter left="const QMatrix4x4 &amp;" right="" name="matrix" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qmatrix4x4.html#operator*-21" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="21" relates="QMatrix4x4" type="QPointF" signature="operator*(const QMatrix4x4 &amp; matrix, const QPointF &amp; point)">
+ <parameter left="const QMatrix4x4 &amp;" right="" name="matrix" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" href="qmatrix4x4.html#operator--23" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="23" relates="QMatrix4x4" type="QMatrix4x4" signature="operator-(const QMatrix4x4 &amp; matrix)">
+ <parameter left="const QMatrix4x4 &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qmatrix4x4.html#operator*-22" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="22" relates="QMatrix4x4" type="QMatrix4x4" signature="operator*(qreal factor, const QMatrix4x4 &amp; matrix)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ <parameter left="const QMatrix4x4 &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qmatrix4x4.html#operator*-23" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="23" relates="QMatrix4x4" type="QMatrix4x4" signature="operator*(const QMatrix4x4 &amp; matrix, qreal factor)">
+ <parameter left="const QMatrix4x4 &amp;" right="" name="matrix" default=""/>
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qFuzzyCompare" href="qmatrix4x4.html#qFuzzyCompare-5" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" relates="QMatrix4x4" type="bool" signature="qFuzzyCompare(const QMatrix4x4 &amp; m1, const QMatrix4x4 &amp; m2)">
+ <parameter left="const QMatrix4x4 &amp;" right="" name="m1" default=""/>
+ <parameter left="const QMatrix4x4 &amp;" right="" name="m2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qmatrix4x4.html#operator&lt;&lt;-29" location="qmatrix4x4.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="29" relates="QMatrix4x4" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QMatrix4x4 &amp; matrix)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QMatrix4x4 &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qmatrix4x4.html#operator&gt;&gt;-18" location="qmatrix4x4.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="18" relates="QMatrix4x4" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QMatrix4x4 &amp; matrix)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QMatrix4x4 &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qGenericMatrixToMatrix4x4" href="qmatrix4x4.html#qGenericMatrixToMatrix4x4" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QMatrix4x4" type="QMatrix4x4" signature="qGenericMatrixToMatrix4x4(const QGenericMatrix&lt;N, M, qreal, float&gt; &amp; matrix)">
+ <parameter left="const QGenericMatrix&lt;N, M, qreal, float&gt; &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qGenericMatrixFromMatrix4x4" href="qmatrix4x4.html#qGenericMatrixFromMatrix4x4" location="qmatrix4x4.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QMatrix4x4" type="QGenericMatrix&lt;N, M, qreal, float&gt;" signature="qGenericMatrixFromMatrix4x4(const QMatrix4x4 &amp; matrix)">
+ <parameter left="const QMatrix4x4 &amp;" right="" name="matrix" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMacCocoaViewContainer" href="qmaccocoaviewcontainer.html" location="qmaccocoaviewcontainer_mac.h" bases="QWidget" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMacCocoaViewContainer" fullname="QMacCocoaViewContainer::QMacCocoaViewContainer" href="qmaccocoaviewcontainer.html#QMacCocoaViewContainer" location="qmaccocoaviewcontainer_mac.mm" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMacCocoaViewContainer(void * cocoaViewToWrap, QWidget * parent)">
+ <parameter left="void *" right="" name="cocoaViewToWrap" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMacCocoaViewContainer" fullname="QMacCocoaViewContainer::~QMacCocoaViewContainer" href="qmaccocoaviewcontainer.html#dtor.QMacCocoaViewContainer" location="qmaccocoaviewcontainer_mac.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMacCocoaViewContainer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCocoaView" fullname="QMacCocoaViewContainer::setCocoaView" href="qmaccocoaviewcontainer.html#setCocoaView" location="qmaccocoaviewcontainer_mac.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCocoaView(void * cocoaViewToWrap)">
+ <parameter left="void *" right="" name="cocoaViewToWrap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cocoaView" fullname="QMacCocoaViewContainer::cocoaView" href="qmaccocoaviewcontainer.html#cocoaView" location="qmaccocoaviewcontainer_mac.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void *" signature="cocoaView() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMacStyle" href="qmacstyle.html" location="qmacstyle_mac.h" bases="QWindowsStyle" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMacStyle" fullname="QMacStyle::QMacStyle" href="qmacstyle.html#QMacStyle" location="qmacstyle_mac.mm" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMacStyle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMacStyle" fullname="QMacStyle::~QMacStyle" href="qmacstyle.html#dtor.QMacStyle" location="qmacstyle_mac.mm" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMacStyle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QMacStyle::polish" href="qmacstyle.html#polish" location="qmacstyle_mac.mm" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="polish(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unpolish" fullname="QMacStyle::unpolish" href="qmacstyle.html#unpolish" location="qmacstyle_mac.mm" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="unpolish(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QMacStyle::polish" href="qmacstyle.html#polish-2" location="qmacstyle_mac.mm" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="polish(QApplication * )">
+ <parameter left="QApplication *" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unpolish" fullname="QMacStyle::unpolish" href="qmacstyle.html#unpolish-2" location="qmacstyle_mac.mm" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="unpolish(QApplication * )">
+ <parameter left="QApplication *" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QMacStyle::polish" href="qmacstyle.html#polish-3" location="qmacstyle_mac.mm" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="polish(QPalette &amp; pal)">
+ <parameter left="QPalette &amp;" right="" name="pal" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPrimitive" fullname="QMacStyle::drawPrimitive" href="qmacstyle.html#drawPrimitive" location="qmacstyle_mac.mm" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawPrimitive(PrimitiveElement pe, const QStyleOption * opt, QPainter * p, const QWidget * w) const">
+ <parameter left="PrimitiveElement" right="" name="pe" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QWidget *" right="" name="w" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawControl" fullname="QMacStyle::drawControl" href="qmacstyle.html#drawControl" location="qmacstyle_mac.mm" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawControl(ControlElement ce, const QStyleOption * opt, QPainter * p, const QWidget * w) const">
+ <parameter left="ControlElement" right="" name="ce" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QWidget *" right="" name="w" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subElementRect" fullname="QMacStyle::subElementRect" href="qmacstyle.html#subElementRect" location="qmacstyle_mac.mm" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="subElementRect(SubElement sr, const QStyleOption * opt, const QWidget * widget) const">
+ <parameter left="SubElement" right="" name="sr" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawComplexControl" fullname="QMacStyle::drawComplexControl" href="qmacstyle.html#drawComplexControl" location="qmacstyle_mac.mm" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawComplexControl(ComplexControl cc, const QStyleOptionComplex * opt, QPainter * p, const QWidget * widget) const">
+ <parameter left="ComplexControl" right="" name="cc" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="opt" default=""/>
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hitTestComplexControl" fullname="QMacStyle::hitTestComplexControl" href="qmacstyle.html#hitTestComplexControl" location="qmacstyle_mac.mm" virtual="impure" meta="plain" const="true" static="false" overload="false" type="SubControl" signature="hitTestComplexControl(ComplexControl cc, const QStyleOptionComplex * opt, const QPoint &amp; pt, const QWidget * widget) const">
+ <parameter left="ComplexControl" right="" name="cc" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="opt" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pt" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subControlRect" fullname="QMacStyle::subControlRect" href="qmacstyle.html#subControlRect" location="qmacstyle_mac.mm" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="subControlRect(ComplexControl cc, const QStyleOptionComplex * opt, SubControl sc, const QWidget * widget) const">
+ <parameter left="ComplexControl" right="" name="cc" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="opt" default=""/>
+ <parameter left="SubControl" right="" name="sc" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeFromContents" fullname="QMacStyle::sizeFromContents" href="qmacstyle.html#sizeFromContents" location="qmacstyle_mac.mm" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeFromContents(ContentsType ct, const QStyleOption * opt, const QSize &amp; csz, const QWidget * widget) const">
+ <parameter left="ContentsType" right="" name="ct" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="const QSize &amp;" right="" name="csz" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixelMetric" fullname="QMacStyle::pixelMetric" href="qmacstyle.html#pixelMetric" location="qmacstyle_mac.mm" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="pixelMetric(PixelMetric metric, const QStyleOption * opt, const QWidget * widget) const">
+ <parameter left="PixelMetric" right="" name="metric" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardPalette" fullname="QMacStyle::standardPalette" href="qmacstyle.html#standardPalette" location="qmacstyle_mac.mm" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPalette" signature="standardPalette() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="styleHint" fullname="QMacStyle::styleHint" href="qmacstyle.html#styleHint" location="qmacstyle_mac.mm" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="styleHint(StyleHint sh, const QStyleOption * opt, const QWidget * w, QStyleHintReturn * hret) const">
+ <parameter left="StyleHint" right="" name="sh" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default="0"/>
+ <parameter left="const QWidget *" right="" name="w" default="0"/>
+ <parameter left="QStyleHintReturn *" right="" name="hret" default="0"/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FocusRectPolicy" fullname="QMacStyle::FocusRectPolicy" href="qmacstyle.html#FocusRectPolicy-enum" location="qmacstyle_mac.h">
+ <value name="FocusEnabled" value="0"/>
+ <value name="FocusDisabled" value="1"/>
+ <value name="FocusDefault" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setFocusRectPolicy" fullname="QMacStyle::setFocusRectPolicy" href="qmacstyle-obsolete.html#setFocusRectPolicy" location="qmacstyle_mac.mm" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setFocusRectPolicy(QWidget * w, FocusRectPolicy policy)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ <parameter left="FocusRectPolicy" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="focusRectPolicy" fullname="QMacStyle::focusRectPolicy" href="qmacstyle-obsolete.html#focusRectPolicy" location="qmacstyle_mac.mm" virtual="non" meta="plain" const="false" static="true" overload="false" type="FocusRectPolicy" signature="focusRectPolicy(const QWidget * w)">
+ <parameter left="const QWidget *" right="" name="w" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WidgetSizePolicy" fullname="QMacStyle::WidgetSizePolicy" href="qmacstyle.html#WidgetSizePolicy-enum" location="qmacstyle_mac.h">
+ <value name="SizeSmall" value="0"/>
+ <value name="SizeLarge" value="1"/>
+ <value name="SizeMini" value="2"/>
+ <value name="SizeDefault" value="3"/>
+ <value name="SizeNone" value="SizeDefault"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setWidgetSizePolicy" fullname="QMacStyle::setWidgetSizePolicy" href="qmacstyle-obsolete.html#setWidgetSizePolicy" location="qmacstyle_mac.mm" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setWidgetSizePolicy(const QWidget * widget, WidgetSizePolicy policy)">
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ <parameter left="WidgetSizePolicy" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="widgetSizePolicy" fullname="QMacStyle::widgetSizePolicy" href="qmacstyle-obsolete.html#widgetSizePolicy" location="qmacstyle_mac.mm" virtual="non" meta="plain" const="false" static="true" overload="false" type="WidgetSizePolicy" signature="widgetSizePolicy(const QWidget * widget)">
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardPixmap" fullname="QMacStyle::standardPixmap" href="qmacstyle.html#standardPixmap" location="qmacstyle_mac.mm" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="standardPixmap(StandardPixmap standardPixmap, const QStyleOption * opt, const QWidget * widget) const">
+ <parameter left="StandardPixmap" right="" name="standardPixmap" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="generatedIconPixmap" fullname="QMacStyle::generatedIconPixmap" href="qmacstyle.html#generatedIconPixmap" location="qmacstyle_mac.mm" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="generatedIconPixmap(QIcon::Mode iconMode, const QPixmap &amp; pixmap, const QStyleOption * opt) const">
+ <parameter left="QIcon::Mode" right="" name="iconMode" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawItemText" fullname="QMacStyle::drawItemText" href="qmacstyle.html#drawItemText" location="qmacstyle_mac.mm" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawItemText(QPainter * p, const QRect &amp; r, int flags, const QPalette &amp; pal, bool enabled, const QString &amp; text, QPalette::ColorRole textRole) const">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="const QPalette &amp;" right="" name="pal" default=""/>
+ <parameter left="bool" right="" name="enabled" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QPalette::ColorRole" right="" name="textRole" default="QPalette::NoRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="event" fullname="QMacStyle::event" href="qmacstyle.html#event" location="qmacstyle_mac.mm" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qscriptdebuggervalue.html#operator&lt;&lt;-30" location="qscriptdebuggervalue.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="30" relates="QScriptDebuggerValue" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QScriptDebuggerValue &amp; value)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QScriptDebuggerValue &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qscriptdebuggervalue.html#operator&gt;&gt;-19" location="qscriptdebuggervalue.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="19" relates="QScriptDebuggerValue" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QScriptDebuggerValue &amp; value)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QScriptDebuggerValue &amp;" right="" name="value" default=""/>
+ </function>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlStreamAttribute" href="qxmlstreamattribute.html" location="qxmlstream.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlStreamAttribute" fullname="QXmlStreamAttribute::QXmlStreamAttribute" href="qxmlstreamattribute.html#QXmlStreamAttribute" location="qxmlstream.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QXmlStreamAttribute()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlStreamAttribute" fullname="QXmlStreamAttribute::QXmlStreamAttribute" href="qxmlstreamattribute.html#QXmlStreamAttribute-2" location="qxmlstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QXmlStreamAttribute(const QString &amp; qualifiedName, const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="qualifiedName" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlStreamAttribute" fullname="QXmlStreamAttribute::QXmlStreamAttribute" href="qxmlstreamattribute.html#QXmlStreamAttribute-3" location="qxmlstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QXmlStreamAttribute(const QString &amp; namespaceUri, const QString &amp; name, const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="namespaceUri" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlStreamAttribute" fullname="QXmlStreamAttribute::QXmlStreamAttribute" href="qxmlstreamattribute.html#QXmlStreamAttribute-4" location="qxmlstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QXmlStreamAttribute(const QXmlStreamAttribute &amp; other)">
+ <parameter left="const QXmlStreamAttribute &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QXmlStreamAttribute::operator=" href="qxmlstreamattribute.html#operator=" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QXmlStreamAttribute &amp;" signature="operator=(const QXmlStreamAttribute &amp; other)">
+ <parameter left="const QXmlStreamAttribute &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlStreamAttribute" fullname="QXmlStreamAttribute::~QXmlStreamAttribute" href="qxmlstreamattribute.html#dtor.QXmlStreamAttribute" location="qxmlstream.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlStreamAttribute()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="namespaceUri" fullname="QXmlStreamAttribute::namespaceUri" href="qxmlstreamattribute.html#namespaceUri" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="namespaceUri() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QXmlStreamAttribute::name" href="qxmlstreamattribute.html#name" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qualifiedName" fullname="QXmlStreamAttribute::qualifiedName" href="qxmlstreamattribute.html#qualifiedName" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="qualifiedName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prefix" fullname="QXmlStreamAttribute::prefix" href="qxmlstreamattribute.html#prefix" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="prefix() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QXmlStreamAttribute::value" href="qxmlstreamattribute.html#value" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDefault" fullname="QXmlStreamAttribute::isDefault" href="qxmlstreamattribute.html#isDefault" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDefault() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QXmlStreamAttribute::operator==" href="qxmlstreamattribute.html#operator==" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QXmlStreamAttribute &amp; other) const">
+ <parameter left="const QXmlStreamAttribute &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QXmlStreamAttribute::operator!=" href="qxmlstreamattribute.html#operator!=" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QXmlStreamAttribute &amp; other) const">
+ <parameter left="const QXmlStreamAttribute &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlStreamAttributes" href="qxmlstreamattributes.html" location="qxmlstream.h" bases="QVector" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QXmlStreamAttributes::value" href="qxmlstreamattributes.html#value" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="value(const QString &amp; namespaceUri, const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="namespaceUri" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QXmlStreamAttributes::value" href="qxmlstreamattributes.html#value-2" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QStringRef" signature="value(const QString &amp; namespaceUri, const QLatin1String &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="namespaceUri" default=""/>
+ <parameter left="const QLatin1String &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QXmlStreamAttributes::value" href="qxmlstreamattributes.html#value-3" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QStringRef" signature="value(const QLatin1String &amp; namespaceUri, const QLatin1String &amp; name) const">
+ <parameter left="const QLatin1String &amp;" right="" name="namespaceUri" default=""/>
+ <parameter left="const QLatin1String &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QXmlStreamAttributes::value" href="qxmlstreamattributes.html#value-4" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QStringRef" signature="value(const QString &amp; qualifiedName) const">
+ <parameter left="const QString &amp;" right="" name="qualifiedName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QXmlStreamAttributes::value" href="qxmlstreamattributes.html#value-5" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="5" type="QStringRef" signature="value(const QLatin1String &amp; qualifiedName) const">
+ <parameter left="const QLatin1String &amp;" right="" name="qualifiedName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QXmlStreamAttributes::append" href="qxmlstreamattributes.html#append" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="append(const QString &amp; namespaceUri, const QString &amp; name, const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="namespaceUri" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QXmlStreamAttributes::append" href="qxmlstreamattributes.html#append-3" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="append(const QString &amp; qualifiedName, const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="qualifiedName" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasAttribute" fullname="QXmlStreamAttributes::hasAttribute" href="qxmlstreamattributes.html#hasAttribute" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasAttribute(const QString &amp; qualifiedName) const">
+ <parameter left="const QString &amp;" right="" name="qualifiedName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasAttribute" fullname="QXmlStreamAttributes::hasAttribute" href="qxmlstreamattributes.html#hasAttribute-2" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="hasAttribute(const QLatin1String &amp; qualifiedName) const">
+ <parameter left="const QLatin1String &amp;" right="" name="qualifiedName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasAttribute" fullname="QXmlStreamAttributes::hasAttribute" href="qxmlstreamattributes.html#hasAttribute-3" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="bool" signature="hasAttribute(const QString &amp; namespaceUri, const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="namespaceUri" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QXmlStreamAttributes::append" href="qxmlstreamattributes.html#append-2" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="append(const QXmlStreamAttribute &amp; attribute)">
+ <parameter left="const QXmlStreamAttribute &amp;" right="" name="attribute" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlStreamNamespaceDeclaration" href="qxmlstreamnamespacedeclaration.html" location="qxmlstream.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlStreamNamespaceDeclaration" fullname="QXmlStreamNamespaceDeclaration::QXmlStreamNamespaceDeclaration" href="qxmlstreamnamespacedeclaration.html#QXmlStreamNamespaceDeclaration" location="qxmlstream.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QXmlStreamNamespaceDeclaration()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlStreamNamespaceDeclaration" fullname="QXmlStreamNamespaceDeclaration::QXmlStreamNamespaceDeclaration" href="qxmlstreamnamespacedeclaration.html#QXmlStreamNamespaceDeclaration-2" location="qxmlstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QXmlStreamNamespaceDeclaration(const QXmlStreamNamespaceDeclaration &amp; other)">
+ <parameter left="const QXmlStreamNamespaceDeclaration &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlStreamNamespaceDeclaration" fullname="QXmlStreamNamespaceDeclaration::QXmlStreamNamespaceDeclaration" href="qxmlstreamnamespacedeclaration.html#QXmlStreamNamespaceDeclaration-3" location="qxmlstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QXmlStreamNamespaceDeclaration(const QString &amp; prefix, const QString &amp; namespaceUri)">
+ <parameter left="const QString &amp;" right="" name="prefix" default=""/>
+ <parameter left="const QString &amp;" right="" name="namespaceUri" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlStreamNamespaceDeclaration" fullname="QXmlStreamNamespaceDeclaration::~QXmlStreamNamespaceDeclaration" href="qxmlstreamnamespacedeclaration.html#dtor.QXmlStreamNamespaceDeclaration" location="qxmlstream.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlStreamNamespaceDeclaration()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QXmlStreamNamespaceDeclaration::operator=" href="qxmlstreamnamespacedeclaration.html#operator=" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QXmlStreamNamespaceDeclaration &amp;" signature="operator=(const QXmlStreamNamespaceDeclaration &amp; other)">
+ <parameter left="const QXmlStreamNamespaceDeclaration &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prefix" fullname="QXmlStreamNamespaceDeclaration::prefix" href="qxmlstreamnamespacedeclaration.html#prefix" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="prefix() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="namespaceUri" fullname="QXmlStreamNamespaceDeclaration::namespaceUri" href="qxmlstreamnamespacedeclaration.html#namespaceUri" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="namespaceUri() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QXmlStreamNamespaceDeclaration::operator==" href="qxmlstreamnamespacedeclaration.html#operator==" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QXmlStreamNamespaceDeclaration &amp; other) const">
+ <parameter left="const QXmlStreamNamespaceDeclaration &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QXmlStreamNamespaceDeclaration::operator!=" href="qxmlstreamnamespacedeclaration.html#operator!=" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QXmlStreamNamespaceDeclaration &amp; other) const">
+ <parameter left="const QXmlStreamNamespaceDeclaration &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="QXmlStreamNamespaceDeclarations" href="qxmlstreamnamespacedeclaration.html#QXmlStreamNamespaceDeclarations-typedef" location="qxmlstream.h"/>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlStreamNotationDeclaration" href="qxmlstreamnotationdeclaration.html" location="qxmlstream.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlStreamNotationDeclaration" fullname="QXmlStreamNotationDeclaration::QXmlStreamNotationDeclaration" href="qxmlstreamnotationdeclaration.html#QXmlStreamNotationDeclaration" location="qxmlstream.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QXmlStreamNotationDeclaration()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlStreamNotationDeclaration" fullname="QXmlStreamNotationDeclaration::~QXmlStreamNotationDeclaration" href="qxmlstreamnotationdeclaration.html#dtor.QXmlStreamNotationDeclaration" location="qxmlstream.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlStreamNotationDeclaration()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlStreamNotationDeclaration" fullname="QXmlStreamNotationDeclaration::QXmlStreamNotationDeclaration" href="qxmlstreamnotationdeclaration.html#QXmlStreamNotationDeclaration-2" location="qxmlstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QXmlStreamNotationDeclaration(const QXmlStreamNotationDeclaration &amp; other)">
+ <parameter left="const QXmlStreamNotationDeclaration &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QXmlStreamNotationDeclaration::operator=" href="qxmlstreamnotationdeclaration.html#operator=" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QXmlStreamNotationDeclaration &amp;" signature="operator=(const QXmlStreamNotationDeclaration &amp; other)">
+ <parameter left="const QXmlStreamNotationDeclaration &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QXmlStreamNotationDeclaration::name" href="qxmlstreamnotationdeclaration.html#name" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="systemId" fullname="QXmlStreamNotationDeclaration::systemId" href="qxmlstreamnotationdeclaration.html#systemId" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="systemId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="publicId" fullname="QXmlStreamNotationDeclaration::publicId" href="qxmlstreamnotationdeclaration.html#publicId" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="publicId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QXmlStreamNotationDeclaration::operator==" href="qxmlstreamnotationdeclaration.html#operator==" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QXmlStreamNotationDeclaration &amp; other) const">
+ <parameter left="const QXmlStreamNotationDeclaration &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QXmlStreamNotationDeclaration::operator!=" href="qxmlstreamnotationdeclaration.html#operator!=" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QXmlStreamNotationDeclaration &amp; other) const">
+ <parameter left="const QXmlStreamNotationDeclaration &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="QXmlStreamNotationDeclarations" href="qxmlstreamnotationdeclaration.html#QXmlStreamNotationDeclarations-typedef" location="qxmlstream.h"/>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlStreamEntityDeclaration" href="qxmlstreamentitydeclaration.html" location="qxmlstream.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlStreamEntityDeclaration" fullname="QXmlStreamEntityDeclaration::QXmlStreamEntityDeclaration" href="qxmlstreamentitydeclaration.html#QXmlStreamEntityDeclaration" location="qxmlstream.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QXmlStreamEntityDeclaration()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlStreamEntityDeclaration" fullname="QXmlStreamEntityDeclaration::~QXmlStreamEntityDeclaration" href="qxmlstreamentitydeclaration.html#dtor.QXmlStreamEntityDeclaration" location="qxmlstream.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlStreamEntityDeclaration()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlStreamEntityDeclaration" fullname="QXmlStreamEntityDeclaration::QXmlStreamEntityDeclaration" href="qxmlstreamentitydeclaration.html#QXmlStreamEntityDeclaration-2" location="qxmlstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QXmlStreamEntityDeclaration(const QXmlStreamEntityDeclaration &amp; other)">
+ <parameter left="const QXmlStreamEntityDeclaration &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QXmlStreamEntityDeclaration::operator=" href="qxmlstreamentitydeclaration.html#operator=" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QXmlStreamEntityDeclaration &amp;" signature="operator=(const QXmlStreamEntityDeclaration &amp; other)">
+ <parameter left="const QXmlStreamEntityDeclaration &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QXmlStreamEntityDeclaration::name" href="qxmlstreamentitydeclaration.html#name" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="notationName" fullname="QXmlStreamEntityDeclaration::notationName" href="qxmlstreamentitydeclaration.html#notationName" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="notationName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="systemId" fullname="QXmlStreamEntityDeclaration::systemId" href="qxmlstreamentitydeclaration.html#systemId" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="systemId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="publicId" fullname="QXmlStreamEntityDeclaration::publicId" href="qxmlstreamentitydeclaration.html#publicId" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="publicId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QXmlStreamEntityDeclaration::value" href="qxmlstreamentitydeclaration.html#value" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QXmlStreamEntityDeclaration::operator==" href="qxmlstreamentitydeclaration.html#operator==" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QXmlStreamEntityDeclaration &amp; other) const">
+ <parameter left="const QXmlStreamEntityDeclaration &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QXmlStreamEntityDeclaration::operator!=" href="qxmlstreamentitydeclaration.html#operator!=" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QXmlStreamEntityDeclaration &amp; other) const">
+ <parameter left="const QXmlStreamEntityDeclaration &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="QXmlStreamEntityDeclarations" href="qxmlstreamentitydeclaration.html#QXmlStreamEntityDeclarations-typedef" location="qxmlstream.h"/>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlStreamEntityResolver" href="qxmlstreamentityresolver.html" location="qxmlstream.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlStreamEntityResolver" fullname="QXmlStreamEntityResolver::~QXmlStreamEntityResolver" href="qxmlstreamentityresolver.html#dtor.QXmlStreamEntityResolver" location="qxmlstream.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlStreamEntityResolver()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resolveUndeclaredEntity" fullname="QXmlStreamEntityResolver::resolveUndeclaredEntity" href="qxmlstreamentityresolver.html#resolveUndeclaredEntity" location="qxmlstream.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QString" signature="resolveUndeclaredEntity(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlStreamReader" href="qxmlstreamreader.html" location="qxmlstream.h" bases="" module="QtCore">
+ <contents name="namespaces" title="Namespaces" level="1"/>
+ <contents name="incremental-parsing" title="Incremental parsing" level="1"/>
+ <contents name="performance-and-memory-consumption" title="Performance and memory consumption" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="namespaceProcessing" fullname="QXmlStreamReader::namespaceProcessing" href="qxmlstreamreader.html#namespaceProcessing-prop" location="qxmlstream.h" type="bool">
+ <getter name="namespaceProcessing"/>
+ <setter name="setNamespaceProcessing"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="TokenType" fullname="QXmlStreamReader::TokenType" href="qxmlstreamreader.html#TokenType-enum" location="qxmlstream.h">
+ <value name="NoToken" value="0"/>
+ <value name="Invalid" value="1"/>
+ <value name="StartDocument" value="2"/>
+ <value name="EndDocument" value="3"/>
+ <value name="StartElement" value="4"/>
+ <value name="EndElement" value="5"/>
+ <value name="Characters" value="6"/>
+ <value name="Comment" value="7"/>
+ <value name="DTD" value="8"/>
+ <value name="EntityReference" value="9"/>
+ <value name="ProcessingInstruction" value="10"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlStreamReader" fullname="QXmlStreamReader::QXmlStreamReader" href="qxmlstreamreader.html#QXmlStreamReader" location="qxmlstream.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QXmlStreamReader()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlStreamReader" fullname="QXmlStreamReader::QXmlStreamReader" href="qxmlstreamreader.html#QXmlStreamReader-2" location="qxmlstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QXmlStreamReader(QIODevice * device)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlStreamReader" fullname="QXmlStreamReader::QXmlStreamReader" href="qxmlstreamreader.html#QXmlStreamReader-3" location="qxmlstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QXmlStreamReader(const QByteArray &amp; data)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlStreamReader" fullname="QXmlStreamReader::QXmlStreamReader" href="qxmlstreamreader.html#QXmlStreamReader-4" location="qxmlstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QXmlStreamReader(const QString &amp; data)">
+ <parameter left="const QString &amp;" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlStreamReader" fullname="QXmlStreamReader::QXmlStreamReader" href="qxmlstreamreader.html#QXmlStreamReader-5" location="qxmlstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QXmlStreamReader(const char * data)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlStreamReader" fullname="QXmlStreamReader::~QXmlStreamReader" href="qxmlstreamreader.html#dtor.QXmlStreamReader" location="qxmlstream.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlStreamReader()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDevice" fullname="QXmlStreamReader::setDevice" href="qxmlstreamreader.html#setDevice" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDevice(QIODevice * device)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="device" fullname="QXmlStreamReader::device" href="qxmlstreamreader.html#device" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIODevice *" signature="device() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addData" fullname="QXmlStreamReader::addData" href="qxmlstreamreader.html#addData" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addData(const QByteArray &amp; data)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addData" fullname="QXmlStreamReader::addData" href="qxmlstreamreader.html#addData-2" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addData(const QString &amp; data)">
+ <parameter left="const QString &amp;" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addData" fullname="QXmlStreamReader::addData" href="qxmlstreamreader.html#addData-3" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="addData(const char * data)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QXmlStreamReader::clear" href="qxmlstreamreader.html#clear" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atEnd" fullname="QXmlStreamReader::atEnd" href="qxmlstreamreader.html#atEnd" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="atEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readNext" fullname="QXmlStreamReader::readNext" href="qxmlstreamreader.html#readNext" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="TokenType" signature="readNext()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readNextStartElement" fullname="QXmlStreamReader::readNextStartElement" href="qxmlstreamreader.html#readNextStartElement" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="readNextStartElement()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="skipCurrentElement" fullname="QXmlStreamReader::skipCurrentElement" href="qxmlstreamreader.html#skipCurrentElement" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="skipCurrentElement()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tokenType" fullname="QXmlStreamReader::tokenType" href="qxmlstreamreader.html#tokenType" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="TokenType" signature="tokenType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tokenString" fullname="QXmlStreamReader::tokenString" href="qxmlstreamreader.html#tokenString" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="tokenString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNamespaceProcessing" fullname="QXmlStreamReader::setNamespaceProcessing" href="qxmlstreamreader.html#namespaceProcessing-prop" location="qxmlstream.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="namespaceProcessing" type="void" signature="setNamespaceProcessing(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="namespaceProcessing" fullname="QXmlStreamReader::namespaceProcessing" href="qxmlstreamreader.html#namespaceProcessing-prop" location="qxmlstream.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="namespaceProcessing" type="bool" signature="namespaceProcessing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isStartDocument" fullname="QXmlStreamReader::isStartDocument" href="qxmlstreamreader.html#isStartDocument" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isStartDocument() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEndDocument" fullname="QXmlStreamReader::isEndDocument" href="qxmlstreamreader.html#isEndDocument" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEndDocument() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isStartElement" fullname="QXmlStreamReader::isStartElement" href="qxmlstreamreader.html#isStartElement" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isStartElement() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEndElement" fullname="QXmlStreamReader::isEndElement" href="qxmlstreamreader.html#isEndElement" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEndElement() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCharacters" fullname="QXmlStreamReader::isCharacters" href="qxmlstreamreader.html#isCharacters" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCharacters() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isWhitespace" fullname="QXmlStreamReader::isWhitespace" href="qxmlstreamreader.html#isWhitespace" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isWhitespace() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCDATA" fullname="QXmlStreamReader::isCDATA" href="qxmlstreamreader.html#isCDATA" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCDATA() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isComment" fullname="QXmlStreamReader::isComment" href="qxmlstreamreader.html#isComment" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isComment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDTD" fullname="QXmlStreamReader::isDTD" href="qxmlstreamreader.html#isDTD" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDTD() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEntityReference" fullname="QXmlStreamReader::isEntityReference" href="qxmlstreamreader.html#isEntityReference" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEntityReference() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isProcessingInstruction" fullname="QXmlStreamReader::isProcessingInstruction" href="qxmlstreamreader.html#isProcessingInstruction" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isProcessingInstruction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isStandaloneDocument" fullname="QXmlStreamReader::isStandaloneDocument" href="qxmlstreamreader.html#isStandaloneDocument" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isStandaloneDocument() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="documentVersion" fullname="QXmlStreamReader::documentVersion" href="qxmlstreamreader.html#documentVersion" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="documentVersion() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="documentEncoding" fullname="QXmlStreamReader::documentEncoding" href="qxmlstreamreader.html#documentEncoding" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="documentEncoding() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineNumber" fullname="QXmlStreamReader::lineNumber" href="qxmlstreamreader.html#lineNumber" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="lineNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnNumber" fullname="QXmlStreamReader::columnNumber" href="qxmlstreamreader.html#columnNumber" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="columnNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="characterOffset" fullname="QXmlStreamReader::characterOffset" href="qxmlstreamreader.html#characterOffset" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="characterOffset() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attributes" fullname="QXmlStreamReader::attributes" href="qxmlstreamreader.html#attributes" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QXmlStreamAttributes" signature="attributes() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ReadElementTextBehaviour" fullname="QXmlStreamReader::ReadElementTextBehaviour" href="qxmlstreamreader.html#ReadElementTextBehaviour-enum" location="qxmlstream.h">
+ <value name="ErrorOnUnexpectedElement" value="0"/>
+ <value name="IncludeChildElements" value="1"/>
+ <value name="SkipChildElements" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readElementText" fullname="QXmlStreamReader::readElementText" href="qxmlstreamreader.html#readElementText" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString" signature="readElementText(ReadElementTextBehaviour behaviour)">
+ <parameter left="ReadElementTextBehaviour" right="" name="behaviour" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readElementText" fullname="QXmlStreamReader::readElementText" href="qxmlstreamreader.html#readElementText-2" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QString" signature="readElementText()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QXmlStreamReader::name" href="qxmlstreamreader.html#name" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="namespaceUri" fullname="QXmlStreamReader::namespaceUri" href="qxmlstreamreader.html#namespaceUri" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="namespaceUri() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qualifiedName" fullname="QXmlStreamReader::qualifiedName" href="qxmlstreamreader.html#qualifiedName" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="qualifiedName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prefix" fullname="QXmlStreamReader::prefix" href="qxmlstreamreader.html#prefix" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="prefix() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="processingInstructionTarget" fullname="QXmlStreamReader::processingInstructionTarget" href="qxmlstreamreader.html#processingInstructionTarget" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="processingInstructionTarget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="processingInstructionData" fullname="QXmlStreamReader::processingInstructionData" href="qxmlstreamreader.html#processingInstructionData" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="processingInstructionData() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QXmlStreamReader::text" href="qxmlstreamreader.html#text" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="namespaceDeclarations" fullname="QXmlStreamReader::namespaceDeclarations" href="qxmlstreamreader.html#namespaceDeclarations" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QXmlStreamNamespaceDeclarations" signature="namespaceDeclarations() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addExtraNamespaceDeclaration" fullname="QXmlStreamReader::addExtraNamespaceDeclaration" href="qxmlstreamreader.html#addExtraNamespaceDeclaration" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addExtraNamespaceDeclaration(const QXmlStreamNamespaceDeclaration &amp; extraNamespaceDeclaration)">
+ <parameter left="const QXmlStreamNamespaceDeclaration &amp;" right="" name="extraNamespaceDeclaration" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addExtraNamespaceDeclarations" fullname="QXmlStreamReader::addExtraNamespaceDeclarations" href="qxmlstreamreader.html#addExtraNamespaceDeclarations" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addExtraNamespaceDeclarations(const QXmlStreamNamespaceDeclarations &amp; extraNamespaceDeclarations)">
+ <parameter left="const QXmlStreamNamespaceDeclarations &amp;" right="" name="extraNamespaceDeclarations" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="notationDeclarations" fullname="QXmlStreamReader::notationDeclarations" href="qxmlstreamreader.html#notationDeclarations" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QXmlStreamNotationDeclarations" signature="notationDeclarations() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="entityDeclarations" fullname="QXmlStreamReader::entityDeclarations" href="qxmlstreamreader.html#entityDeclarations" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QXmlStreamEntityDeclarations" signature="entityDeclarations() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dtdName" fullname="QXmlStreamReader::dtdName" href="qxmlstreamreader.html#dtdName" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="dtdName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dtdPublicId" fullname="QXmlStreamReader::dtdPublicId" href="qxmlstreamreader.html#dtdPublicId" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="dtdPublicId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dtdSystemId" fullname="QXmlStreamReader::dtdSystemId" href="qxmlstreamreader.html#dtdSystemId" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="dtdSystemId() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Error" fullname="QXmlStreamReader::Error" href="qxmlstreamreader.html#Error-enum" location="qxmlstream.h">
+ <value name="NoError" value="0"/>
+ <value name="UnexpectedElementError" value="1"/>
+ <value name="CustomError" value="2"/>
+ <value name="NotWellFormedError" value="3"/>
+ <value name="PrematureEndOfDocumentError" value="4"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="raiseError" fullname="QXmlStreamReader::raiseError" href="qxmlstreamreader.html#raiseError" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="raiseError(const QString &amp; message)">
+ <parameter left="const QString &amp;" right="" name="message" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QXmlStreamReader::errorString" href="qxmlstreamreader.html#errorString" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QXmlStreamReader::error" href="qxmlstreamreader.html#error" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Error" signature="error() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasError" fullname="QXmlStreamReader::hasError" href="qxmlstreamreader.html#hasError" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasError() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEntityResolver" fullname="QXmlStreamReader::setEntityResolver" href="qxmlstreamreader.html#setEntityResolver" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEntityResolver(QXmlStreamEntityResolver * resolver)">
+ <parameter left="QXmlStreamEntityResolver *" right="" name="resolver" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="entityResolver" fullname="QXmlStreamReader::entityResolver" href="qxmlstreamreader.html#entityResolver" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QXmlStreamEntityResolver *" signature="entityResolver() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlStreamWriter" href="qxmlstreamwriter.html" location="qxmlstream.h" bases="" module="QtXml">
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoFormatting" fullname="QXmlStreamWriter::autoFormatting" href="qxmlstreamwriter.html#autoFormatting-prop" location="qxmlstream.h" type="bool">
+ <getter name="autoFormatting"/>
+ <setter name="setAutoFormatting"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoFormattingIndent" fullname="QXmlStreamWriter::autoFormattingIndent" href="qxmlstreamwriter.html#autoFormattingIndent-prop" location="qxmlstream.h" type="int">
+ <getter name="autoFormattingIndent"/>
+ <setter name="setAutoFormattingIndent"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlStreamWriter" fullname="QXmlStreamWriter::QXmlStreamWriter" href="qxmlstreamwriter.html#QXmlStreamWriter" location="qxmlstream.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QXmlStreamWriter()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlStreamWriter" fullname="QXmlStreamWriter::QXmlStreamWriter" href="qxmlstreamwriter.html#QXmlStreamWriter-2" location="qxmlstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QXmlStreamWriter(QIODevice * device)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlStreamWriter" fullname="QXmlStreamWriter::QXmlStreamWriter" href="qxmlstreamwriter.html#QXmlStreamWriter-3" location="qxmlstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QXmlStreamWriter(QByteArray * array)">
+ <parameter left="QByteArray *" right="" name="array" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlStreamWriter" fullname="QXmlStreamWriter::QXmlStreamWriter" href="qxmlstreamwriter.html#QXmlStreamWriter-4" location="qxmlstream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QXmlStreamWriter(QString * string)">
+ <parameter left="QString *" right="" name="string" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlStreamWriter" fullname="QXmlStreamWriter::~QXmlStreamWriter" href="qxmlstreamwriter.html#dtor.QXmlStreamWriter" location="qxmlstream.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlStreamWriter()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDevice" fullname="QXmlStreamWriter::setDevice" href="qxmlstreamwriter.html#setDevice" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDevice(QIODevice * device)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="device" fullname="QXmlStreamWriter::device" href="qxmlstreamwriter.html#device" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIODevice *" signature="device() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCodec" fullname="QXmlStreamWriter::setCodec" href="qxmlstreamwriter.html#setCodec" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCodec(QTextCodec * codec)">
+ <parameter left="QTextCodec *" right="" name="codec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCodec" fullname="QXmlStreamWriter::setCodec" href="qxmlstreamwriter.html#setCodec-2" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setCodec(const char * codecName)">
+ <parameter left="const char *" right="" name="codecName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="codec" fullname="QXmlStreamWriter::codec" href="qxmlstreamwriter.html#codec" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCodec *" signature="codec() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoFormatting" fullname="QXmlStreamWriter::setAutoFormatting" href="qxmlstreamwriter.html#autoFormatting-prop" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="autoFormatting" type="void" signature="setAutoFormatting(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoFormatting" fullname="QXmlStreamWriter::autoFormatting" href="qxmlstreamwriter.html#autoFormatting-prop" location="qxmlstream.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoFormatting" type="bool" signature="autoFormatting() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoFormattingIndent" fullname="QXmlStreamWriter::setAutoFormattingIndent" href="qxmlstreamwriter.html#autoFormattingIndent-prop" location="qxmlstream.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="autoFormattingIndent" type="void" signature="setAutoFormattingIndent(int spacesOrTabs)">
+ <parameter left="int" right="" name="spacesOrTabs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoFormattingIndent" fullname="QXmlStreamWriter::autoFormattingIndent" href="qxmlstreamwriter.html#autoFormattingIndent-prop" location="qxmlstream.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoFormattingIndent" type="int" signature="autoFormattingIndent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeAttribute" fullname="QXmlStreamWriter::writeAttribute" href="qxmlstreamwriter.html#writeAttribute-2" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="writeAttribute(const QString &amp; qualifiedName, const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="qualifiedName" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeAttribute" fullname="QXmlStreamWriter::writeAttribute" href="qxmlstreamwriter.html#writeAttribute" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="writeAttribute(const QString &amp; namespaceUri, const QString &amp; name, const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="namespaceUri" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeAttribute" fullname="QXmlStreamWriter::writeAttribute" href="qxmlstreamwriter.html#writeAttribute-3" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="writeAttribute(const QXmlStreamAttribute &amp; attribute)">
+ <parameter left="const QXmlStreamAttribute &amp;" right="" name="attribute" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeAttributes" fullname="QXmlStreamWriter::writeAttributes" href="qxmlstreamwriter.html#writeAttributes" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="writeAttributes(const QXmlStreamAttributes &amp; attributes)">
+ <parameter left="const QXmlStreamAttributes &amp;" right="" name="attributes" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeCDATA" fullname="QXmlStreamWriter::writeCDATA" href="qxmlstreamwriter.html#writeCDATA" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="writeCDATA(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeCharacters" fullname="QXmlStreamWriter::writeCharacters" href="qxmlstreamwriter.html#writeCharacters" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="writeCharacters(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeComment" fullname="QXmlStreamWriter::writeComment" href="qxmlstreamwriter.html#writeComment" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="writeComment(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeDTD" fullname="QXmlStreamWriter::writeDTD" href="qxmlstreamwriter.html#writeDTD" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="writeDTD(const QString &amp; dtd)">
+ <parameter left="const QString &amp;" right="" name="dtd" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeEmptyElement" fullname="QXmlStreamWriter::writeEmptyElement" href="qxmlstreamwriter.html#writeEmptyElement-2" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="writeEmptyElement(const QString &amp; qualifiedName)">
+ <parameter left="const QString &amp;" right="" name="qualifiedName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeEmptyElement" fullname="QXmlStreamWriter::writeEmptyElement" href="qxmlstreamwriter.html#writeEmptyElement" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="writeEmptyElement(const QString &amp; namespaceUri, const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="namespaceUri" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeTextElement" fullname="QXmlStreamWriter::writeTextElement" href="qxmlstreamwriter.html#writeTextElement-2" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="writeTextElement(const QString &amp; qualifiedName, const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="qualifiedName" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeTextElement" fullname="QXmlStreamWriter::writeTextElement" href="qxmlstreamwriter.html#writeTextElement" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="writeTextElement(const QString &amp; namespaceUri, const QString &amp; name, const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="namespaceUri" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeEndDocument" fullname="QXmlStreamWriter::writeEndDocument" href="qxmlstreamwriter.html#writeEndDocument" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="writeEndDocument()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeEndElement" fullname="QXmlStreamWriter::writeEndElement" href="qxmlstreamwriter.html#writeEndElement" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="writeEndElement()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeEntityReference" fullname="QXmlStreamWriter::writeEntityReference" href="qxmlstreamwriter.html#writeEntityReference" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="writeEntityReference(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeNamespace" fullname="QXmlStreamWriter::writeNamespace" href="qxmlstreamwriter.html#writeNamespace" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="writeNamespace(const QString &amp; namespaceUri, const QString &amp; prefix)">
+ <parameter left="const QString &amp;" right="" name="namespaceUri" default=""/>
+ <parameter left="const QString &amp;" right="" name="prefix" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeDefaultNamespace" fullname="QXmlStreamWriter::writeDefaultNamespace" href="qxmlstreamwriter.html#writeDefaultNamespace" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="writeDefaultNamespace(const QString &amp; namespaceUri)">
+ <parameter left="const QString &amp;" right="" name="namespaceUri" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeProcessingInstruction" fullname="QXmlStreamWriter::writeProcessingInstruction" href="qxmlstreamwriter.html#writeProcessingInstruction" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="writeProcessingInstruction(const QString &amp; target, const QString &amp; data)">
+ <parameter left="const QString &amp;" right="" name="target" default=""/>
+ <parameter left="const QString &amp;" right="" name="data" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeStartDocument" fullname="QXmlStreamWriter::writeStartDocument" href="qxmlstreamwriter.html#writeStartDocument-3" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="writeStartDocument()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeStartDocument" fullname="QXmlStreamWriter::writeStartDocument" href="qxmlstreamwriter.html#writeStartDocument" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="writeStartDocument(const QString &amp; version)">
+ <parameter left="const QString &amp;" right="" name="version" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeStartDocument" fullname="QXmlStreamWriter::writeStartDocument" href="qxmlstreamwriter.html#writeStartDocument-2" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="writeStartDocument(const QString &amp; version, bool standalone)">
+ <parameter left="const QString &amp;" right="" name="version" default=""/>
+ <parameter left="bool" right="" name="standalone" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeStartElement" fullname="QXmlStreamWriter::writeStartElement" href="qxmlstreamwriter.html#writeStartElement-2" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="writeStartElement(const QString &amp; qualifiedName)">
+ <parameter left="const QString &amp;" right="" name="qualifiedName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeStartElement" fullname="QXmlStreamWriter::writeStartElement" href="qxmlstreamwriter.html#writeStartElement" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="writeStartElement(const QString &amp; namespaceUri, const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="namespaceUri" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeCurrentToken" fullname="QXmlStreamWriter::writeCurrentToken" href="qxmlstreamwriter.html#writeCurrentToken" location="qxmlstream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="writeCurrentToken(const QXmlStreamReader &amp; reader)">
+ <parameter left="const QXmlStreamReader &amp;" right="" name="reader" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAccessible" href="qaccessible.html" location="qaccessible.h" bases="" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Event" fullname="QAccessible::Event" href="qaccessible.html#Event-enum" location="qaccessible.h">
+ <value name="SoundPlayed" value="0x0001"/>
+ <value name="Alert" value="0x0002"/>
+ <value name="ForegroundChanged" value="0x0003"/>
+ <value name="MenuStart" value="0x0004"/>
+ <value name="MenuEnd" value="0x0005"/>
+ <value name="PopupMenuStart" value="0x0006"/>
+ <value name="PopupMenuEnd" value="0x0007"/>
+ <value name="ContextHelpStart" value="0x000C"/>
+ <value name="ContextHelpEnd" value="0x000D"/>
+ <value name="DragDropStart" value="0x000E"/>
+ <value name="DragDropEnd" value="0x000F"/>
+ <value name="DialogStart" value="0x0010"/>
+ <value name="DialogEnd" value="0x0011"/>
+ <value name="ScrollingStart" value="0x0012"/>
+ <value name="ScrollingEnd" value="0x0013"/>
+ <value name="MenuCommand" value="0x0018"/>
+ <value name="ObjectCreated" value="0x8000"/>
+ <value name="ObjectDestroyed" value="0x8001"/>
+ <value name="ObjectShow" value="0x8002"/>
+ <value name="ObjectHide" value="0x8003"/>
+ <value name="ObjectReorder" value="0x8004"/>
+ <value name="Focus" value="0x8005"/>
+ <value name="Selection" value="0x8006"/>
+ <value name="SelectionAdd" value="0x8007"/>
+ <value name="SelectionRemove" value="0x8008"/>
+ <value name="SelectionWithin" value="0x8009"/>
+ <value name="StateChanged" value="0x800A"/>
+ <value name="LocationChanged" value="0x800B"/>
+ <value name="NameChanged" value="0x800C"/>
+ <value name="DescriptionChanged" value="0x800D"/>
+ <value name="ValueChanged" value="0x800E"/>
+ <value name="ParentChanged" value="0x800F"/>
+ <value name="HelpChanged" value="0x80A0"/>
+ <value name="DefaultActionChanged" value="0x80B0"/>
+ <value name="AcceleratorChanged" value="0x80C0"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StateFlag" fullname="QAccessible::StateFlag" href="qaccessible.html#StateFlag-enum" location="qaccessible.h" typedef="QAccessible::State">
+ <value name="Normal" value="0x00000000"/>
+ <value name="Unavailable" value="0x00000001"/>
+ <value name="Selected" value="0x00000002"/>
+ <value name="Focused" value="0x00000004"/>
+ <value name="Pressed" value="0x00000008"/>
+ <value name="Checked" value="0x00000010"/>
+ <value name="Mixed" value="0x00000020"/>
+ <value name="ReadOnly" value="0x00000040"/>
+ <value name="HotTracked" value="0x00000080"/>
+ <value name="DefaultButton" value="0x00000100"/>
+ <value name="Expanded" value="0x00000200"/>
+ <value name="Collapsed" value="0x00000400"/>
+ <value name="Busy" value="0x00000800"/>
+ <value name="Marqueed" value="0x00002000"/>
+ <value name="Animated" value="0x00004000"/>
+ <value name="Invisible" value="0x00008000"/>
+ <value name="Offscreen" value="0x00010000"/>
+ <value name="Sizeable" value="0x00020000"/>
+ <value name="Movable" value="0x00040000"/>
+ <value name="Moveable" value="Movable"/>
+ <value name="SelfVoicing" value="0x00080000"/>
+ <value name="Focusable" value="0x00100000"/>
+ <value name="Selectable" value="0x00200000"/>
+ <value name="Linked" value="0x00400000"/>
+ <value name="Traversed" value="0x00800000"/>
+ <value name="MultiSelectable" value="0x01000000"/>
+ <value name="ExtSelectable" value="0x02000000"/>
+ <value name="Protected" value="0x20000000"/>
+ <value name="HasPopup" value="0x40000000"/>
+ <value name="Modal" value="0x80000000"/>
+ <value name="HasInvokeExtension" value="0x10000000"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="State" fullname="QAccessible::State" href="qaccessible.html#State-typedef" location="qaccessible.h" enum="QAccessible::StateFlag"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Role" fullname="QAccessible::Role" href="qaccessible.html#Role-enum" location="qaccessible.h">
+ <value name="NoRole" value="0x00000000"/>
+ <value name="TitleBar" value="0x00000001"/>
+ <value name="MenuBar" value="0x00000002"/>
+ <value name="ScrollBar" value="0x00000003"/>
+ <value name="Grip" value="0x00000004"/>
+ <value name="Sound" value="0x00000005"/>
+ <value name="Cursor" value="0x00000006"/>
+ <value name="Caret" value="0x00000007"/>
+ <value name="AlertMessage" value="0x00000008"/>
+ <value name="Window" value="0x00000009"/>
+ <value name="Client" value="0x0000000A"/>
+ <value name="PopupMenu" value="0x0000000B"/>
+ <value name="MenuItem" value="0x0000000C"/>
+ <value name="ToolTip" value="0x0000000D"/>
+ <value name="Application" value="0x0000000E"/>
+ <value name="Document" value="0x0000000F"/>
+ <value name="Pane" value="0x00000010"/>
+ <value name="Chart" value="0x00000011"/>
+ <value name="Dialog" value="0x00000012"/>
+ <value name="Border" value="0x00000013"/>
+ <value name="Grouping" value="0x00000014"/>
+ <value name="Separator" value="0x00000015"/>
+ <value name="ToolBar" value="0x00000016"/>
+ <value name="StatusBar" value="0x00000017"/>
+ <value name="Table" value="0x00000018"/>
+ <value name="ColumnHeader" value="0x00000019"/>
+ <value name="RowHeader" value="0x0000001A"/>
+ <value name="Column" value="0x0000001B"/>
+ <value name="Row" value="0x0000001C"/>
+ <value name="Cell" value="0x0000001D"/>
+ <value name="Link" value="0x0000001E"/>
+ <value name="HelpBalloon" value="0x0000001F"/>
+ <value name="Assistant" value="0x00000020"/>
+ <value name="List" value="0x00000021"/>
+ <value name="ListItem" value="0x00000022"/>
+ <value name="Tree" value="0x00000023"/>
+ <value name="TreeItem" value="0x00000024"/>
+ <value name="PageTab" value="0x00000025"/>
+ <value name="PropertyPage" value="0x00000026"/>
+ <value name="Indicator" value="0x00000027"/>
+ <value name="Graphic" value="0x00000028"/>
+ <value name="StaticText" value="0x00000029"/>
+ <value name="EditableText" value="0x0000002A"/>
+ <value name="PushButton" value="0x0000002B"/>
+ <value name="CheckBox" value="0x0000002C"/>
+ <value name="RadioButton" value="0x0000002D"/>
+ <value name="ComboBox" value="0x0000002E"/>
+ <value name="ProgressBar" value="0x00000030"/>
+ <value name="Dial" value="0x00000031"/>
+ <value name="HotkeyField" value="0x00000032"/>
+ <value name="Slider" value="0x00000033"/>
+ <value name="SpinBox" value="0x00000034"/>
+ <value name="Canvas" value="0x00000035"/>
+ <value name="Animation" value="0x00000036"/>
+ <value name="Equation" value="0x00000037"/>
+ <value name="ButtonDropDown" value="0x00000038"/>
+ <value name="ButtonMenu" value="0x00000039"/>
+ <value name="ButtonDropGrid" value="0x0000003A"/>
+ <value name="Whitespace" value="0x0000003B"/>
+ <value name="PageTabList" value="0x0000003C"/>
+ <value name="Clock" value="0x0000003D"/>
+ <value name="Splitter" value="0x0000003E"/>
+ <value name="LayeredPane" value="0x0000003F"/>
+ <value name="UserRole" value="0x0000ffff"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Text" fullname="QAccessible::Text" href="qaccessible.html#Text-enum" location="qaccessible.h">
+ <value name="Name" value="0"/>
+ <value name="Description" value="1"/>
+ <value name="Value" value="2"/>
+ <value name="Help" value="3"/>
+ <value name="Accelerator" value="4"/>
+ <value name="UserText" value="0x0000ffff"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="RelationFlag" fullname="QAccessible::RelationFlag" href="qaccessible.html#RelationFlag-enum" location="qaccessible.h" typedef="QAccessible::Relation">
+ <value name="Unrelated" value="0x00000000"/>
+ <value name="Self" value="0x00000001"/>
+ <value name="Ancestor" value="0x00000002"/>
+ <value name="Child" value="0x00000004"/>
+ <value name="Descendent" value="0x00000008"/>
+ <value name="Sibling" value="0x00000010"/>
+ <value name="HierarchyMask" value="0x000000ff"/>
+ <value name="Up" value="0x00000100"/>
+ <value name="Down" value="0x00000200"/>
+ <value name="Left" value="0x00000400"/>
+ <value name="Right" value="0x00000800"/>
+ <value name="Covers" value="0x00001000"/>
+ <value name="Covered" value="0x00002000"/>
+ <value name="GeometryMask" value="0x0000ff00"/>
+ <value name="FocusChild" value="0x00010000"/>
+ <value name="Label" value="0x00020000"/>
+ <value name="Labelled" value="0x00040000"/>
+ <value name="Controller" value="0x00080000"/>
+ <value name="Controlled" value="0x00100000"/>
+ <value name="LogicalMask" value="0x00ff0000"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Relation" fullname="QAccessible::Relation" href="qaccessible.html#Relation-typedef" location="qaccessible.h" enum="QAccessible::RelationFlag"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Action" fullname="QAccessible::Action" href="qaccessible.html#Action-enum" location="qaccessible.h">
+ <value name="DefaultAction" value="0"/>
+ <value name="Press" value="-1"/>
+ <value name="FirstStandardAction" value="Press"/>
+ <value name="SetFocus" value="-2"/>
+ <value name="Increase" value="-3"/>
+ <value name="Decrease" value="-4"/>
+ <value name="Accept" value="-5"/>
+ <value name="Cancel" value="-6"/>
+ <value name="Select" value="-7"/>
+ <value name="ClearSelection" value="-8"/>
+ <value name="RemoveSelection" value="-9"/>
+ <value name="ExtendSelection" value="-10"/>
+ <value name="AddToSelection" value="-11"/>
+ <value name="LastStandardAction" value="AddToSelection"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Method" fullname="QAccessible::Method" href="qaccessible.html#Method-enum" location="qaccessible.h">
+ <value name="ListSupportedMethods" value="0"/>
+ <value name="SetCursorPosition" value="1"/>
+ <value name="GetCursorPosition" value="2"/>
+ <value name="ForegroundColor" value="3"/>
+ <value name="BackgroundColor" value="4"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="InterfaceFactory" fullname="QAccessible::InterfaceFactory" href="qaccessible.html#InterfaceFactory-typedef" location="qaccessible.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="installFactory" fullname="QAccessible::installFactory" href="qaccessible.html#installFactory" location="qaccessible.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="installFactory(InterfaceFactory factory)">
+ <parameter left="InterfaceFactory" right="" name="factory" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeFactory" fullname="QAccessible::removeFactory" href="qaccessible.html#removeFactory" location="qaccessible.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="removeFactory(InterfaceFactory factory)">
+ <parameter left="InterfaceFactory" right="" name="factory" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="installRootObjectHandler" fullname="QAccessible::installRootObjectHandler" href="qaccessible.html#installRootObjectHandler" location="qaccessible.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="RootObjectHandler" signature="installRootObjectHandler(RootObjectHandler handler)">
+ <parameter left="RootObjectHandler" right="" name="handler" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="queryAccessibleInterface" fullname="QAccessible::queryAccessibleInterface" href="qaccessible.html#queryAccessibleInterface" location="qaccessible.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QAccessibleInterface *" signature="queryAccessibleInterface(QObject * object)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateAccessibility" fullname="QAccessible::updateAccessibility" href="qaccessible.html#updateAccessibility" location="qaccessible_mac.mm" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="updateAccessibility(QObject * object, int child, Event reason)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="int" right="" name="child" default=""/>
+ <parameter left="Event" right="" name="reason" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isActive" fullname="QAccessible::isActive" href="qaccessible.html#isActive" location="qaccessible.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isActive()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRootObject" fullname="QAccessible::setRootObject" href="qaccessible.html#setRootObject" location="qaccessible_mac.mm" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setRootObject(QObject * object)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAccessibleInterface" href="qaccessibleinterface.html" location="qaccessible.h" bases="QAccessible" module="QtGui">
+ <contents name="relationships-and-navigation" title="Relationships and Navigation" level="1"/>
+ <contents name="properties" title="Properties" level="1"/>
+ <contents name="actions-and-selection" title="Actions and Selection" level="1"/>
+ <contents name="objects-and-children" title="Objects and children" level="2"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAccessibleInterface" fullname="QAccessibleInterface::~QAccessibleInterface" href="qaccessibleinterface.html#dtor.QAccessibleInterface" location="qaccessible.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAccessibleInterface()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QAccessibleInterface::isValid" href="qaccessibleinterface.html#isValid" location="qaccessible.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="object" fullname="QAccessibleInterface::object" href="qaccessibleinterface.html#object" location="qaccessible.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QObject *" signature="object() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childCount" fullname="QAccessibleInterface::childCount" href="qaccessibleinterface.html#childCount" location="qaccessible.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="childCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOfChild" fullname="QAccessibleInterface::indexOfChild" href="qaccessibleinterface.html#indexOfChild" location="qaccessible.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOfChild(const QAccessibleInterface * child) const">
+ <parameter left="const QAccessibleInterface *" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="relationTo" fullname="QAccessibleInterface::relationTo" href="qaccessibleinterface.html#relationTo" location="qaccessible.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="Relation" signature="relationTo(int child, const QAccessibleInterface * other, int otherChild) const">
+ <parameter left="int" right="" name="child" default=""/>
+ <parameter left="const QAccessibleInterface *" right="" name="other" default=""/>
+ <parameter left="int" right="" name="otherChild" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childAt" fullname="QAccessibleInterface::childAt" href="qaccessibleinterface.html#childAt" location="qaccessible.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="childAt(int x, int y) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="navigate" fullname="QAccessibleInterface::navigate" href="qaccessibleinterface.html#navigate" location="qaccessible.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="navigate(RelationFlag relation, int entry, QAccessibleInterface ** target) const">
+ <parameter left="RelationFlag" right="" name="relation" default=""/>
+ <parameter left="int" right="" name="entry" default=""/>
+ <parameter left="QAccessibleInterface **" right="" name="target" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QAccessibleInterface::text" href="qaccessibleinterface.html#text" location="qaccessible.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="text(Text t, int child) const">
+ <parameter left="Text" right="" name="t" default=""/>
+ <parameter left="int" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="QAccessibleInterface::setText" href="qaccessibleinterface.html#setText" location="qaccessible.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setText(Text t, int child, const QString &amp; text)">
+ <parameter left="Text" right="" name="t" default=""/>
+ <parameter left="int" right="" name="child" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rect" fullname="QAccessibleInterface::rect" href="qaccessibleinterface.html#rect" location="qaccessible.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="rect(int child) const">
+ <parameter left="int" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="role" fullname="QAccessibleInterface::role" href="qaccessibleinterface.html#role" location="qaccessible.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="Role" signature="role(int child) const">
+ <parameter left="int" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QAccessibleInterface::state" href="qaccessibleinterface.html#state" location="qaccessible.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="State" signature="state(int child) const">
+ <parameter left="int" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="userActionCount" fullname="QAccessibleInterface::userActionCount" href="qaccessibleinterface.html#userActionCount" location="qaccessible.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="userActionCount(int child) const">
+ <parameter left="int" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionText" fullname="QAccessibleInterface::actionText" href="qaccessibleinterface.html#actionText" location="qaccessible.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="actionText(int action, Text t, int child) const">
+ <parameter left="int" right="" name="action" default=""/>
+ <parameter left="Text" right="" name="t" default=""/>
+ <parameter left="int" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doAction" fullname="QAccessibleInterface::doAction" href="qaccessibleinterface.html#doAction" location="qaccessible.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="doAction(int action, int child, const QVariantList &amp; params)">
+ <parameter left="int" right="" name="action" default=""/>
+ <parameter left="int" right="" name="child" default=""/>
+ <parameter left="const QVariantList &amp;" right="" name="params" default="QVariantList()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invokeMethod" fullname="QAccessibleInterface::invokeMethod" href="qaccessibleinterface.html#invokeMethod" location="qaccessible.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVariant" signature="invokeMethod(Method method, int child, const QVariantList &amp; params)">
+ <parameter left="Method" right="" name="method" default=""/>
+ <parameter left="int" right="" name="child" default="0"/>
+ <parameter left="const QVariantList &amp;" right="" name="params" default="QVariantList()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedMethods" fullname="QAccessibleInterface::supportedMethods" href="qaccessibleinterface.html#supportedMethods" location="qaccessible.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSet&lt;Method&gt;" signature="supportedMethods()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAccessibleEvent" href="qaccessibleevent.html" location="qaccessible.h" bases="QEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAccessibleEvent" fullname="QAccessibleEvent::QAccessibleEvent" href="qaccessibleevent.html#QAccessibleEvent" location="qaccessible.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAccessibleEvent(Type type, int child)">
+ <parameter left="Type" right="" name="type" default=""/>
+ <parameter left="int" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="child" fullname="QAccessibleEvent::child" href="qaccessibleevent.html#child" location="qaccessible.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="child() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QAccessibleEvent::value" href="qaccessibleevent.html#value" location="qaccessible.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QAccessibleEvent::setValue" href="qaccessibleevent.html#setValue" location="qaccessible.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setValue(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QmlInfo" href="qmlinfo.html" location="qmlinfo.h" bases="QDebug" module="QtDeclarative">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QmlInfo" fullname="QmlInfo::QmlInfo" href="qmlinfo.html#QmlInfo" location="qmlinfo.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QmlInfo(QObject * object)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QmlInfo" fullname="QmlInfo::~QmlInfo" href="qmlinfo.html#dtor.QmlInfo" location="qmlinfo.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QmlInfo()"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qmlInfo" href="qmlinfo.html#qmlInfo" location="qmlinfo.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QmlInfo" type="QmlInfo" signature="qmlInfo(QObject * me)">
+ <parameter left="QObject *" right="" name="me" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDialogButtonBox" href="qdialogbuttonbox.html" location="qdialogbuttonbox.h" bases="QWidget" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="QDialogButtonBox::orientation" href="qdialogbuttonbox.html#orientation-prop" location="qdialogbuttonbox.h" type="Qt::Orientation">
+ <getter name="orientation"/>
+ <setter name="setOrientation"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="standardButtons" fullname="QDialogButtonBox::standardButtons" href="qdialogbuttonbox.html#standardButtons-prop" location="qdialogbuttonbox.h" type="StandardButtons">
+ <getter name="standardButtons"/>
+ <setter name="setStandardButtons"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="centerButtons" fullname="QDialogButtonBox::centerButtons" href="qdialogbuttonbox.html#centerButtons-prop" location="qdialogbuttonbox.h" type="bool">
+ <getter name="centerButtons"/>
+ <setter name="setCenterButtons"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ButtonRole" fullname="QDialogButtonBox::ButtonRole" href="qdialogbuttonbox.html#ButtonRole-enum" location="qdialogbuttonbox.h">
+ <value name="InvalidRole" value="-1"/>
+ <value name="AcceptRole" value="0"/>
+ <value name="RejectRole" value="1"/>
+ <value name="DestructiveRole" value="2"/>
+ <value name="ActionRole" value="3"/>
+ <value name="HelpRole" value="4"/>
+ <value name="YesRole" value="5"/>
+ <value name="NoRole" value="6"/>
+ <value name="ResetRole" value="7"/>
+ <value name="ApplyRole" value="8"/>
+ <value name="NRoles" value="9"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StandardButton" fullname="QDialogButtonBox::StandardButton" href="qdialogbuttonbox.html#StandardButton-enum" location="qdialogbuttonbox.h" typedef="QDialogButtonBox::StandardButtons">
+ <value name="NoButton" value="0x00000000"/>
+ <value name="Ok" value="0x00000400"/>
+ <value name="Save" value="0x00000800"/>
+ <value name="SaveAll" value="0x00001000"/>
+ <value name="Open" value="0x00002000"/>
+ <value name="Yes" value="0x00004000"/>
+ <value name="YesToAll" value="0x00008000"/>
+ <value name="No" value="0x00010000"/>
+ <value name="NoToAll" value="0x00020000"/>
+ <value name="Abort" value="0x00040000"/>
+ <value name="Retry" value="0x00080000"/>
+ <value name="Ignore" value="0x00100000"/>
+ <value name="Close" value="0x00200000"/>
+ <value name="Cancel" value="0x00400000"/>
+ <value name="Discard" value="0x00800000"/>
+ <value name="Help" value="0x01000000"/>
+ <value name="Apply" value="0x02000000"/>
+ <value name="Reset" value="0x04000000"/>
+ <value name="RestoreDefaults" value="0x08000000"/>
+ <value name="FirstButton" value="Ok"/>
+ <value name="LastButton" value="RestoreDefaults"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="StandardButtons" fullname="QDialogButtonBox::StandardButtons" href="qdialogbuttonbox.html#StandardButtons-typedef" location="qdialogbuttonbox.h" enum="QDialogButtonBox::StandardButton"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ButtonLayout" fullname="QDialogButtonBox::ButtonLayout" href="qdialogbuttonbox.html#ButtonLayout-enum" location="qdialogbuttonbox.h">
+ <value name="WinLayout" value="0"/>
+ <value name="MacLayout" value="1"/>
+ <value name="KdeLayout" value="2"/>
+ <value name="GnomeLayout" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDialogButtonBox" fullname="QDialogButtonBox::QDialogButtonBox" href="qdialogbuttonbox.html#QDialogButtonBox" location="qdialogbuttonbox.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDialogButtonBox(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDialogButtonBox" fullname="QDialogButtonBox::QDialogButtonBox" href="qdialogbuttonbox.html#QDialogButtonBox-2" location="qdialogbuttonbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDialogButtonBox(Qt::Orientation orientation, QWidget * parent)">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDialogButtonBox" fullname="QDialogButtonBox::QDialogButtonBox" href="qdialogbuttonbox.html#QDialogButtonBox-3" location="qdialogbuttonbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QDialogButtonBox(QFlags&lt;QDialogButtonBox::StandardButton&gt; buttons, Qt::Orientation orientation, QWidget * parent)">
+ <parameter left="QFlags&lt;QDialogButtonBox::StandardButton&gt;" right="" name="buttons" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default="Qt::Horizontal"/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDialogButtonBox" fullname="QDialogButtonBox::~QDialogButtonBox" href="qdialogbuttonbox.html#dtor.QDialogButtonBox" location="qdialogbuttonbox.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDialogButtonBox()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOrientation" fullname="QDialogButtonBox::setOrientation" href="qdialogbuttonbox.html#orientation-prop" location="qdialogbuttonbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="orientation" type="void" signature="setOrientation(Qt::Orientation orientation)">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="QDialogButtonBox::orientation" href="qdialogbuttonbox.html#orientation-prop" location="qdialogbuttonbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="orientation" type="Qt::Orientation" signature="orientation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addButton" fullname="QDialogButtonBox::addButton" href="qdialogbuttonbox.html#addButton" location="qdialogbuttonbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addButton(QAbstractButton * button, ButtonRole role)">
+ <parameter left="QAbstractButton *" right="" name="button" default=""/>
+ <parameter left="ButtonRole" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addButton" fullname="QDialogButtonBox::addButton" href="qdialogbuttonbox.html#addButton-2" location="qdialogbuttonbox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QPushButton *" signature="addButton(const QString &amp; text, ButtonRole role)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="ButtonRole" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addButton" fullname="QDialogButtonBox::addButton" href="qdialogbuttonbox.html#addButton-3" location="qdialogbuttonbox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QPushButton *" signature="addButton(StandardButton button)">
+ <parameter left="StandardButton" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeButton" fullname="QDialogButtonBox::removeButton" href="qdialogbuttonbox.html#removeButton" location="qdialogbuttonbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeButton(QAbstractButton * button)">
+ <parameter left="QAbstractButton *" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QDialogButtonBox::clear" href="qdialogbuttonbox.html#clear" location="qdialogbuttonbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buttons" fullname="QDialogButtonBox::buttons" href="qdialogbuttonbox.html#buttons" location="qdialogbuttonbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QAbstractButton *&gt;" signature="buttons() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buttonRole" fullname="QDialogButtonBox::buttonRole" href="qdialogbuttonbox.html#buttonRole" location="qdialogbuttonbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ButtonRole" signature="buttonRole(QAbstractButton * button) const">
+ <parameter left="QAbstractButton *" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStandardButtons" fullname="QDialogButtonBox::setStandardButtons" href="qdialogbuttonbox.html#standardButtons-prop" location="qdialogbuttonbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="standardButtons" type="void" signature="setStandardButtons(QFlags&lt;QDialogButtonBox::StandardButton&gt; buttons)">
+ <parameter left="QFlags&lt;QDialogButtonBox::StandardButton&gt;" right="" name="buttons" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardButtons" fullname="QDialogButtonBox::standardButtons" href="qdialogbuttonbox.html#standardButtons-prop" location="qdialogbuttonbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="standardButtons" type="StandardButtons" signature="standardButtons() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardButton" fullname="QDialogButtonBox::standardButton" href="qdialogbuttonbox.html#standardButton" location="qdialogbuttonbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="StandardButton" signature="standardButton(QAbstractButton * button) const">
+ <parameter left="QAbstractButton *" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="button" fullname="QDialogButtonBox::button" href="qdialogbuttonbox.html#button" location="qdialogbuttonbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPushButton *" signature="button(StandardButton which) const">
+ <parameter left="StandardButton" right="" name="which" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCenterButtons" fullname="QDialogButtonBox::setCenterButtons" href="qdialogbuttonbox.html#centerButtons-prop" location="qdialogbuttonbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="centerButtons" type="void" signature="setCenterButtons(bool center)">
+ <parameter left="bool" right="" name="center" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="centerButtons" fullname="QDialogButtonBox::centerButtons" href="qdialogbuttonbox.html#centerButtons-prop" location="qdialogbuttonbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="centerButtons" type="bool" signature="centerButtons() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clicked" fullname="QDialogButtonBox::clicked" href="qdialogbuttonbox.html#clicked" location="qdialogbuttonbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="clicked(QAbstractButton * button)">
+ <parameter left="QAbstractButton *" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="accepted" fullname="QDialogButtonBox::accepted" href="qdialogbuttonbox.html#accepted" location="qdialogbuttonbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="accepted()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="helpRequested" fullname="QDialogButtonBox::helpRequested" href="qdialogbuttonbox.html#helpRequested" location="qdialogbuttonbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="helpRequested()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rejected" fullname="QDialogButtonBox::rejected" href="qdialogbuttonbox.html#rejected" location="qdialogbuttonbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="rejected()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QDialogButtonBox::changeEvent" href="qdialogbuttonbox.html#changeEvent" location="qdialogbuttonbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QDialogButtonBox::event" href="qdialogbuttonbox.html#event" location="qdialogbuttonbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsGridLayout" href="qgraphicsgridlayout.html" location="qgraphicsgridlayout.h" bases="QGraphicsLayout" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsGridLayout" fullname="QGraphicsGridLayout::QGraphicsGridLayout" href="qgraphicsgridlayout.html#QGraphicsGridLayout" location="qgraphicsgridlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsGridLayout(QGraphicsLayoutItem * parent)">
+ <parameter left="QGraphicsLayoutItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsGridLayout" fullname="QGraphicsGridLayout::~QGraphicsGridLayout" href="qgraphicsgridlayout.html#dtor.QGraphicsGridLayout" location="qgraphicsgridlayout.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsGridLayout()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addItem" fullname="QGraphicsGridLayout::addItem" href="qgraphicsgridlayout.html#addItem" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addItem(QGraphicsLayoutItem * item, int row, int column, int rowSpan, int columnSpan, QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QGraphicsLayoutItem *" right="" name="item" default=""/>
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="rowSpan" default=""/>
+ <parameter left="int" right="" name="columnSpan" default=""/>
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addItem" fullname="QGraphicsGridLayout::addItem" href="qgraphicsgridlayout.html#addItem-2" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addItem(QGraphicsLayoutItem * item, int row, int column, QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QGraphicsLayoutItem *" right="" name="item" default=""/>
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHorizontalSpacing" fullname="QGraphicsGridLayout::setHorizontalSpacing" href="qgraphicsgridlayout.html#setHorizontalSpacing" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHorizontalSpacing(qreal spacing)">
+ <parameter left="qreal" right="" name="spacing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="horizontalSpacing" fullname="QGraphicsGridLayout::horizontalSpacing" href="qgraphicsgridlayout.html#horizontalSpacing" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="horizontalSpacing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVerticalSpacing" fullname="QGraphicsGridLayout::setVerticalSpacing" href="qgraphicsgridlayout.html#setVerticalSpacing" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setVerticalSpacing(qreal spacing)">
+ <parameter left="qreal" right="" name="spacing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="verticalSpacing" fullname="QGraphicsGridLayout::verticalSpacing" href="qgraphicsgridlayout.html#verticalSpacing" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="verticalSpacing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSpacing" fullname="QGraphicsGridLayout::setSpacing" href="qgraphicsgridlayout.html#setSpacing" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSpacing(qreal spacing)">
+ <parameter left="qreal" right="" name="spacing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRowSpacing" fullname="QGraphicsGridLayout::setRowSpacing" href="qgraphicsgridlayout.html#setRowSpacing" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRowSpacing(int row, qreal spacing)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="qreal" right="" name="spacing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowSpacing" fullname="QGraphicsGridLayout::rowSpacing" href="qgraphicsgridlayout.html#rowSpacing" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="rowSpacing(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnSpacing" fullname="QGraphicsGridLayout::setColumnSpacing" href="qgraphicsgridlayout.html#setColumnSpacing" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumnSpacing(int column, qreal spacing)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="qreal" right="" name="spacing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnSpacing" fullname="QGraphicsGridLayout::columnSpacing" href="qgraphicsgridlayout.html#columnSpacing" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="columnSpacing(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRowStretchFactor" fullname="QGraphicsGridLayout::setRowStretchFactor" href="qgraphicsgridlayout.html#setRowStretchFactor" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRowStretchFactor(int row, int stretch)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="stretch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowStretchFactor" fullname="QGraphicsGridLayout::rowStretchFactor" href="qgraphicsgridlayout.html#rowStretchFactor" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="rowStretchFactor(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnStretchFactor" fullname="QGraphicsGridLayout::setColumnStretchFactor" href="qgraphicsgridlayout.html#setColumnStretchFactor" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumnStretchFactor(int column, int stretch)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="stretch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnStretchFactor" fullname="QGraphicsGridLayout::columnStretchFactor" href="qgraphicsgridlayout.html#columnStretchFactor" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columnStretchFactor(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRowMinimumHeight" fullname="QGraphicsGridLayout::setRowMinimumHeight" href="qgraphicsgridlayout.html#setRowMinimumHeight" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRowMinimumHeight(int row, qreal height)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="qreal" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowMinimumHeight" fullname="QGraphicsGridLayout::rowMinimumHeight" href="qgraphicsgridlayout.html#rowMinimumHeight" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="rowMinimumHeight(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRowPreferredHeight" fullname="QGraphicsGridLayout::setRowPreferredHeight" href="qgraphicsgridlayout.html#setRowPreferredHeight" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRowPreferredHeight(int row, qreal height)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="qreal" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowPreferredHeight" fullname="QGraphicsGridLayout::rowPreferredHeight" href="qgraphicsgridlayout.html#rowPreferredHeight" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="rowPreferredHeight(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRowMaximumHeight" fullname="QGraphicsGridLayout::setRowMaximumHeight" href="qgraphicsgridlayout.html#setRowMaximumHeight" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRowMaximumHeight(int row, qreal height)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="qreal" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowMaximumHeight" fullname="QGraphicsGridLayout::rowMaximumHeight" href="qgraphicsgridlayout.html#rowMaximumHeight" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="rowMaximumHeight(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRowFixedHeight" fullname="QGraphicsGridLayout::setRowFixedHeight" href="qgraphicsgridlayout.html#setRowFixedHeight" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRowFixedHeight(int row, qreal height)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="qreal" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnMinimumWidth" fullname="QGraphicsGridLayout::setColumnMinimumWidth" href="qgraphicsgridlayout.html#setColumnMinimumWidth" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumnMinimumWidth(int column, qreal width)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="qreal" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnMinimumWidth" fullname="QGraphicsGridLayout::columnMinimumWidth" href="qgraphicsgridlayout.html#columnMinimumWidth" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="columnMinimumWidth(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnPreferredWidth" fullname="QGraphicsGridLayout::setColumnPreferredWidth" href="qgraphicsgridlayout.html#setColumnPreferredWidth" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumnPreferredWidth(int column, qreal width)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="qreal" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnPreferredWidth" fullname="QGraphicsGridLayout::columnPreferredWidth" href="qgraphicsgridlayout.html#columnPreferredWidth" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="columnPreferredWidth(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnMaximumWidth" fullname="QGraphicsGridLayout::setColumnMaximumWidth" href="qgraphicsgridlayout.html#setColumnMaximumWidth" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumnMaximumWidth(int column, qreal width)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="qreal" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnMaximumWidth" fullname="QGraphicsGridLayout::columnMaximumWidth" href="qgraphicsgridlayout.html#columnMaximumWidth" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="columnMaximumWidth(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnFixedWidth" fullname="QGraphicsGridLayout::setColumnFixedWidth" href="qgraphicsgridlayout.html#setColumnFixedWidth" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumnFixedWidth(int column, qreal width)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="qreal" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRowAlignment" fullname="QGraphicsGridLayout::setRowAlignment" href="qgraphicsgridlayout.html#setRowAlignment" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRowAlignment(int row, QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowAlignment" fullname="QGraphicsGridLayout::rowAlignment" href="qgraphicsgridlayout.html#rowAlignment" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::Alignment" signature="rowAlignment(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnAlignment" fullname="QGraphicsGridLayout::setColumnAlignment" href="qgraphicsgridlayout.html#setColumnAlignment" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumnAlignment(int column, QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnAlignment" fullname="QGraphicsGridLayout::columnAlignment" href="qgraphicsgridlayout.html#columnAlignment" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::Alignment" signature="columnAlignment(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlignment" fullname="QGraphicsGridLayout::setAlignment" href="qgraphicsgridlayout.html#setAlignment" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAlignment(QGraphicsLayoutItem * item, QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QGraphicsLayoutItem *" right="" name="item" default=""/>
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="QGraphicsGridLayout::alignment" href="qgraphicsgridlayout.html#alignment" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::Alignment" signature="alignment(QGraphicsLayoutItem * item) const">
+ <parameter left="QGraphicsLayoutItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowCount" fullname="QGraphicsGridLayout::rowCount" href="qgraphicsgridlayout.html#rowCount" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="rowCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnCount" fullname="QGraphicsGridLayout::columnCount" href="qgraphicsgridlayout.html#columnCount" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columnCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAt" fullname="QGraphicsGridLayout::itemAt" href="qgraphicsgridlayout.html#itemAt" location="qgraphicsgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsLayoutItem *" signature="itemAt(int row, int column) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QGraphicsGridLayout::count" href="qgraphicsgridlayout.html#count" location="qgraphicsgridlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAt" fullname="QGraphicsGridLayout::itemAt" href="qgraphicsgridlayout.html#itemAt-2" location="qgraphicsgridlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QGraphicsLayoutItem *" signature="itemAt(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeAt" fullname="QGraphicsGridLayout::removeAt" href="qgraphicsgridlayout.html#removeAt" location="qgraphicsgridlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="removeAt(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invalidate" fullname="QGraphicsGridLayout::invalidate" href="qgraphicsgridlayout.html#invalidate" location="qgraphicsgridlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="invalidate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGeometry" fullname="QGraphicsGridLayout::setGeometry" href="qgraphicsgridlayout.html#setGeometry" location="qgraphicsgridlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setGeometry(const QRectF &amp; rect)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QGraphicsGridLayout::sizeHint" href="qgraphicsgridlayout.html#sizeHint" location="qgraphicsgridlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSizeF" signature="sizeHint(Qt::SizeHint which, const QSizeF &amp; constraint) const">
+ <parameter left="Qt::SizeHint" right="" name="which" default=""/>
+ <parameter left="const QSizeF &amp;" right="" name="constraint" default="QSizeF()"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QSvgGenerator" href="qsvggenerator.html" location="qsvggenerator.h" bases="QPaintDevice" module="QtSvg">
+ <property access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QSvgGenerator::size" href="qsvggenerator.html#size-prop" location="qsvggenerator.h" type="QSize">
+ <getter name="size"/>
+ <setter name="setSize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="viewBox" fullname="QSvgGenerator::viewBox" href="qsvggenerator.html#viewBox-prop" location="qsvggenerator.h" type="QRectF">
+ <getter name="viewBoxF"/>
+ <setter name="setViewBox"/>
+ <setter name="setViewBox"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="title" fullname="QSvgGenerator::title" href="qsvggenerator.html#title-prop" location="qsvggenerator.h" type="QString">
+ <getter name="title"/>
+ <setter name="setTitle"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="description" fullname="QSvgGenerator::description" href="qsvggenerator.html#description-prop" location="qsvggenerator.h" type="QString">
+ <getter name="description"/>
+ <setter name="setDescription"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QSvgGenerator::fileName" href="qsvggenerator.html#fileName-prop" location="qsvggenerator.h" type="QString">
+ <getter name="fileName"/>
+ <setter name="setFileName"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="outputDevice" fullname="QSvgGenerator::outputDevice" href="qsvggenerator.html#outputDevice-prop" location="qsvggenerator.h" type="QIODevice *">
+ <getter name="outputDevice"/>
+ <setter name="setOutputDevice"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="resolution" fullname="QSvgGenerator::resolution" href="qsvggenerator.html#resolution-prop" location="qsvggenerator.h" type="int">
+ <getter name="resolution"/>
+ <setter name="setResolution"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSvgGenerator" fullname="QSvgGenerator::QSvgGenerator" href="qsvggenerator.html#QSvgGenerator" location="qsvggenerator.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSvgGenerator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSvgGenerator" fullname="QSvgGenerator::~QSvgGenerator" href="qsvggenerator.html#dtor.QSvgGenerator" location="qsvggenerator.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSvgGenerator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="title" fullname="QSvgGenerator::title" href="qsvggenerator.html#title-prop" location="qsvggenerator.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="title" type="QString" signature="title() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTitle" fullname="QSvgGenerator::setTitle" href="qsvggenerator.html#title-prop" location="qsvggenerator.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="title" type="void" signature="setTitle(const QString &amp; title)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="description" fullname="QSvgGenerator::description" href="qsvggenerator.html#description-prop" location="qsvggenerator.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="description" type="QString" signature="description() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDescription" fullname="QSvgGenerator::setDescription" href="qsvggenerator.html#description-prop" location="qsvggenerator.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="description" type="void" signature="setDescription(const QString &amp; description)">
+ <parameter left="const QString &amp;" right="" name="description" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QSvgGenerator::size" href="qsvggenerator.html#size-prop" location="qsvggenerator.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="size" type="QSize" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSize" fullname="QSvgGenerator::setSize" href="qsvggenerator.html#size-prop" location="qsvggenerator.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="size" type="void" signature="setSize(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="viewBox" fullname="QSvgGenerator::viewBox" href="qsvggenerator.html#viewBox" location="qsvggenerator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="viewBox() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="viewBoxF" fullname="QSvgGenerator::viewBoxF" href="qsvggenerator.html#viewBox-prop" location="qsvggenerator.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="viewBox" type="QRectF" signature="viewBoxF() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setViewBox" fullname="QSvgGenerator::setViewBox" href="qsvggenerator.html#viewBox-prop" location="qsvggenerator.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="viewBox" type="void" signature="setViewBox(const QRect &amp; viewBox)">
+ <parameter left="const QRect &amp;" right="" name="viewBox" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setViewBox" fullname="QSvgGenerator::setViewBox" href="qsvggenerator.html#viewBox-prop" location="qsvggenerator.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" associated-property="viewBox" type="void" signature="setViewBox(const QRectF &amp; viewBox)">
+ <parameter left="const QRectF &amp;" right="" name="viewBox" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QSvgGenerator::fileName" href="qsvggenerator.html#fileName-prop" location="qsvggenerator.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="fileName" type="QString" signature="fileName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFileName" fullname="QSvgGenerator::setFileName" href="qsvggenerator.html#fileName-prop" location="qsvggenerator.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="fileName" type="void" signature="setFileName(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="outputDevice" fullname="QSvgGenerator::outputDevice" href="qsvggenerator.html#outputDevice-prop" location="qsvggenerator.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="outputDevice" type="QIODevice *" signature="outputDevice() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOutputDevice" fullname="QSvgGenerator::setOutputDevice" href="qsvggenerator.html#outputDevice-prop" location="qsvggenerator.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="outputDevice" type="void" signature="setOutputDevice(QIODevice * outputDevice)">
+ <parameter left="QIODevice *" right="" name="outputDevice" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setResolution" fullname="QSvgGenerator::setResolution" href="qsvggenerator.html#resolution-prop" location="qsvggenerator.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="resolution" type="void" signature="setResolution(int dpi)">
+ <parameter left="int" right="" name="dpi" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resolution" fullname="QSvgGenerator::resolution" href="qsvggenerator.html#resolution-prop" location="qsvggenerator.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="resolution" type="int" signature="resolution() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEngine" fullname="QSvgGenerator::paintEngine" href="qsvggenerator.html#paintEngine" location="qsvggenerator.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPaintEngine *" signature="paintEngine() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="metric" fullname="QSvgGenerator::metric" href="qsvggenerator.html#metric" location="qsvggenerator.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="metric(QPaintDevice::PaintDeviceMetric metric) const">
+ <parameter left="QPaintDevice::PaintDeviceMetric" right="" name="metric" default=""/>
+ </function>
+ </class>
+ <namespace access="public" threadsafety="unspecified" status="commendable" name="QtConcurrent" href="qtconcurrent.html" location="qtconcurrentfilter.h" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="filter" fullname="QtConcurrent::filter" href="qtconcurrentfilter.html#filter" location="qtconcurrentfilter.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtConcurrentFilter&gt;" type="QFuture&lt;void&gt;" signature="filter(Sequence &amp; sequence, FilterFunction filterFunction)">
+ <parameter left="Sequence &amp;" right="" name="sequence" default=""/>
+ <parameter left="FilterFunction" right="" name="filterFunction" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filtered" fullname="QtConcurrent::filtered" href="qtconcurrentfilter.html#filtered" location="qtconcurrentfilter.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtConcurrentFilter&gt;" type="QFuture&lt;T&gt;" signature="filtered(const Sequence &amp; sequence, FilterFunction filterFunction)">
+ <parameter left="const Sequence &amp;" right="" name="sequence" default=""/>
+ <parameter left="FilterFunction" right="" name="filterFunction" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filtered" fullname="QtConcurrent::filtered" href="qtconcurrentfilter.html#filtered-2" location="qtconcurrentfilter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="&lt;QtConcurrentFilter&gt;" type="QFuture&lt;T&gt;" signature="filtered(ConstIterator begin, ConstIterator end, FilterFunction filterFunction)">
+ <parameter left="ConstIterator" right="" name="begin" default=""/>
+ <parameter left="ConstIterator" right="" name="end" default=""/>
+ <parameter left="FilterFunction" right="" name="filterFunction" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filteredReduced" fullname="QtConcurrent::filteredReduced" href="qtconcurrentfilter.html#filteredReduced" location="qtconcurrentfilter.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtConcurrentFilter&gt;" type="QFuture&lt;T&gt;" signature="filteredReduced(const Sequence &amp; sequence, FilterFunction filterFunction, ReduceFunction reduceFunction, QFlags&lt;QtConcurrent::ReduceOption&gt; reduceOptions)">
+ <parameter left="const Sequence &amp;" right="" name="sequence" default=""/>
+ <parameter left="FilterFunction" right="" name="filterFunction" default=""/>
+ <parameter left="ReduceFunction" right="" name="reduceFunction" default=""/>
+ <parameter left="QFlags&lt;QtConcurrent::ReduceOption&gt;" right="" name="reduceOptions" default="UnorderedReduce | SequentialReduce"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filteredReduced" fullname="QtConcurrent::filteredReduced" href="qtconcurrentfilter.html#filteredReduced-2" location="qtconcurrentfilter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="&lt;QtConcurrentFilter&gt;" type="QFuture&lt;T&gt;" signature="filteredReduced(ConstIterator begin, ConstIterator end, FilterFunction filterFunction, ReduceFunction reduceFunction, QFlags&lt;QtConcurrent::ReduceOption&gt; reduceOptions)">
+ <parameter left="ConstIterator" right="" name="begin" default=""/>
+ <parameter left="ConstIterator" right="" name="end" default=""/>
+ <parameter left="FilterFunction" right="" name="filterFunction" default=""/>
+ <parameter left="ReduceFunction" right="" name="reduceFunction" default=""/>
+ <parameter left="QFlags&lt;QtConcurrent::ReduceOption&gt;" right="" name="reduceOptions" default="UnorderedReduce | SequentialReduce"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blockingFilter" fullname="QtConcurrent::blockingFilter" href="qtconcurrent.html#blockingFilter" location="qtconcurrentfilter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="blockingFilter(Sequence &amp; sequence, FilterFunction filterFunction)">
+ <parameter left="Sequence &amp;" right="" name="sequence" default=""/>
+ <parameter left="FilterFunction" right="" name="filterFunction" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blockingFiltered" fullname="QtConcurrent::blockingFiltered" href="qtconcurrent.html#blockingFiltered" location="qtconcurrentfilter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Sequence" signature="blockingFiltered(const Sequence &amp; sequence, FilterFunction filterFunction)">
+ <parameter left="const Sequence &amp;" right="" name="sequence" default=""/>
+ <parameter left="FilterFunction" right="" name="filterFunction" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blockingFiltered" fullname="QtConcurrent::blockingFiltered" href="qtconcurrent.html#blockingFiltered-2" location="qtconcurrentfilter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="Sequence" signature="blockingFiltered(ConstIterator begin, ConstIterator end, FilterFunction filterFunction)">
+ <parameter left="ConstIterator" right="" name="begin" default=""/>
+ <parameter left="ConstIterator" right="" name="end" default=""/>
+ <parameter left="FilterFunction" right="" name="filterFunction" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blockingFilteredReduced" fullname="QtConcurrent::blockingFilteredReduced" href="qtconcurrent.html#blockingFilteredReduced" location="qtconcurrentfilter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T" signature="blockingFilteredReduced(const Sequence &amp; sequence, FilterFunction filterFunction, ReduceFunction reduceFunction, QFlags&lt;QtConcurrent::ReduceOption&gt; reduceOptions)">
+ <parameter left="const Sequence &amp;" right="" name="sequence" default=""/>
+ <parameter left="FilterFunction" right="" name="filterFunction" default=""/>
+ <parameter left="ReduceFunction" right="" name="reduceFunction" default=""/>
+ <parameter left="QFlags&lt;QtConcurrent::ReduceOption&gt;" right="" name="reduceOptions" default="UnorderedReduce | SequentialReduce"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blockingFilteredReduced" fullname="QtConcurrent::blockingFilteredReduced" href="qtconcurrent.html#blockingFilteredReduced-2" location="qtconcurrentfilter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="T" signature="blockingFilteredReduced(ConstIterator begin, ConstIterator end, FilterFunction filterFunction, ReduceFunction reduceFunction, QFlags&lt;QtConcurrent::ReduceOption&gt; reduceOptions)">
+ <parameter left="ConstIterator" right="" name="begin" default=""/>
+ <parameter left="ConstIterator" right="" name="end" default=""/>
+ <parameter left="FilterFunction" right="" name="filterFunction" default=""/>
+ <parameter left="ReduceFunction" right="" name="reduceFunction" default=""/>
+ <parameter left="QFlags&lt;QtConcurrent::ReduceOption&gt;" right="" name="reduceOptions" default="UnorderedReduce | SequentialReduce"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QtConcurrent::map" href="qtconcurrentmap.html#map" location="qtconcurrentmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtConcurrentMap&gt;" type="QFuture&lt;void&gt;" signature="map(Sequence &amp; sequence, MapFunction function)">
+ <parameter left="Sequence &amp;" right="" name="sequence" default=""/>
+ <parameter left="MapFunction" right="" name="function" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QtConcurrent::map" href="qtconcurrentmap.html#map-2" location="qtconcurrentmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="&lt;QtConcurrentMap&gt;" type="QFuture&lt;void&gt;" signature="map(Iterator begin, Iterator end, MapFunction function)">
+ <parameter left="Iterator" right="" name="begin" default=""/>
+ <parameter left="Iterator" right="" name="end" default=""/>
+ <parameter left="MapFunction" right="" name="function" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapped" fullname="QtConcurrent::mapped" href="qtconcurrentmap.html#mapped" location="qtconcurrentmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtConcurrentMap&gt;" type="QFuture&lt;T&gt;" signature="mapped(const Sequence &amp; sequence, MapFunction function)">
+ <parameter left="const Sequence &amp;" right="" name="sequence" default=""/>
+ <parameter left="MapFunction" right="" name="function" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapped" fullname="QtConcurrent::mapped" href="qtconcurrentmap.html#mapped-2" location="qtconcurrentmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="&lt;QtConcurrentMap&gt;" type="QFuture&lt;T&gt;" signature="mapped(ConstIterator begin, ConstIterator end, MapFunction function)">
+ <parameter left="ConstIterator" right="" name="begin" default=""/>
+ <parameter left="ConstIterator" right="" name="end" default=""/>
+ <parameter left="MapFunction" right="" name="function" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mappedReduced" fullname="QtConcurrent::mappedReduced" href="qtconcurrentmap.html#mappedReduced" location="qtconcurrentmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtConcurrentMap&gt;" type="QFuture&lt;T&gt;" signature="mappedReduced(const Sequence &amp; sequence, MapFunction mapFunction, ReduceFunction reduceFunction, QFlags&lt;QtConcurrent::ReduceOption&gt; reduceOptions)">
+ <parameter left="const Sequence &amp;" right="" name="sequence" default=""/>
+ <parameter left="MapFunction" right="" name="mapFunction" default=""/>
+ <parameter left="ReduceFunction" right="" name="reduceFunction" default=""/>
+ <parameter left="QFlags&lt;QtConcurrent::ReduceOption&gt;" right="" name="reduceOptions" default="UnorderedReduce | SequentialReduce"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mappedReduced" fullname="QtConcurrent::mappedReduced" href="qtconcurrentmap.html#mappedReduced-2" location="qtconcurrentmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="&lt;QtConcurrentMap&gt;" type="QFuture&lt;T&gt;" signature="mappedReduced(ConstIterator begin, ConstIterator end, MapFunction mapFunction, ReduceFunction reduceFunction, QFlags&lt;QtConcurrent::ReduceOption&gt; reduceOptions)">
+ <parameter left="ConstIterator" right="" name="begin" default=""/>
+ <parameter left="ConstIterator" right="" name="end" default=""/>
+ <parameter left="MapFunction" right="" name="mapFunction" default=""/>
+ <parameter left="ReduceFunction" right="" name="reduceFunction" default=""/>
+ <parameter left="QFlags&lt;QtConcurrent::ReduceOption&gt;" right="" name="reduceOptions" default="UnorderedReduce | SequentialReduce"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blockingMap" fullname="QtConcurrent::blockingMap" href="qtconcurrent.html#blockingMap" location="qtconcurrentmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="blockingMap(Sequence &amp; sequence, MapFunction function)">
+ <parameter left="Sequence &amp;" right="" name="sequence" default=""/>
+ <parameter left="MapFunction" right="" name="function" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blockingMap" fullname="QtConcurrent::blockingMap" href="qtconcurrent.html#blockingMap-2" location="qtconcurrentmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="blockingMap(Iterator begin, Iterator end, MapFunction function)">
+ <parameter left="Iterator" right="" name="begin" default=""/>
+ <parameter left="Iterator" right="" name="end" default=""/>
+ <parameter left="MapFunction" right="" name="function" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blockingMapped" fullname="QtConcurrent::blockingMapped" href="qtconcurrent.html#blockingMapped" location="qtconcurrentmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T" signature="blockingMapped(const Sequence &amp; sequence, MapFunction function)">
+ <parameter left="const Sequence &amp;" right="" name="sequence" default=""/>
+ <parameter left="MapFunction" right="" name="function" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blockingMapped" fullname="QtConcurrent::blockingMapped" href="qtconcurrent.html#blockingMapped-2" location="qtconcurrentmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="T" signature="blockingMapped(ConstIterator begin, ConstIterator end, MapFunction function)">
+ <parameter left="ConstIterator" right="" name="begin" default=""/>
+ <parameter left="ConstIterator" right="" name="end" default=""/>
+ <parameter left="MapFunction" right="" name="function" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blockingMappedReduced" fullname="QtConcurrent::blockingMappedReduced" href="qtconcurrentmap.html#blockingMappedReduced" location="qtconcurrentmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtConcurrentMap&gt;" type="T" signature="blockingMappedReduced(const Sequence &amp; sequence, MapFunction mapFunction, ReduceFunction reduceFunction, QFlags&lt;QtConcurrent::ReduceOption&gt; reduceOptions)">
+ <parameter left="const Sequence &amp;" right="" name="sequence" default=""/>
+ <parameter left="MapFunction" right="" name="mapFunction" default=""/>
+ <parameter left="ReduceFunction" right="" name="reduceFunction" default=""/>
+ <parameter left="QFlags&lt;QtConcurrent::ReduceOption&gt;" right="" name="reduceOptions" default="UnorderedReduce | SequentialReduce"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blockingMappedReduced" fullname="QtConcurrent::blockingMappedReduced" href="qtconcurrentmap.html#blockingMappedReduced-2" location="qtconcurrentmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="&lt;QtConcurrentMap&gt;" type="T" signature="blockingMappedReduced(ConstIterator begin, ConstIterator end, MapFunction mapFunction, ReduceFunction reduceFunction, QFlags&lt;QtConcurrent::ReduceOption&gt; reduceOptions)">
+ <parameter left="ConstIterator" right="" name="begin" default=""/>
+ <parameter left="ConstIterator" right="" name="end" default=""/>
+ <parameter left="MapFunction" right="" name="mapFunction" default=""/>
+ <parameter left="ReduceFunction" right="" name="reduceFunction" default=""/>
+ <parameter left="QFlags&lt;QtConcurrent::ReduceOption&gt;" right="" name="reduceOptions" default="UnorderedReduce | SequentialReduce"/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="Exception" fullname="QtConcurrent::Exception" href="qtconcurrent-exception.html" location="qtconcurrentexception.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="raise" fullname="QtConcurrent::Exception::raise" href="qtconcurrent-exception.html#raise" location="qtconcurrentexception.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="raise() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clone" fullname="QtConcurrent::Exception::clone" href="qtconcurrent-exception.html#clone" location="qtconcurrentexception.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Exception *" signature="clone() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="UnhandledException" fullname="QtConcurrent::UnhandledException" href="qtconcurrent-unhandledexception.html" location="qtconcurrentexception.h" bases="Exception" module="QtCore"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="run" fullname="QtConcurrent::run" href="qtconcurrentrun.html#run" location="qtconcurrentrun.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtConcurrentRun&gt;" type="QFuture&lt;T&gt;" signature="run(Function function, ... )">
+ <parameter left="Function" right="" name="function" default=""/>
+ <parameter left="..." right="" name="" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ReduceOption" fullname="QtConcurrent::ReduceOption" href="qtconcurrent.html#ReduceOption-enum" location="qtconcurrentreducekernel.h" typedef="QtConcurrent::ReduceOptions">
+ <value name="UnorderedReduce" value="0x1"/>
+ <value name="OrderedReduce" value="0x2"/>
+ <value name="SequentialReduce" value="0x4"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ReduceOptions" fullname="QtConcurrent::ReduceOptions" href="qtconcurrent.html#ReduceOptions-typedef" location="qtconcurrentreducekernel.h" enum="QtConcurrent::ReduceOption"/>
+ </namespace>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSignalTransition" href="qsignaltransition.html" location="qsignaltransition.h" bases="QAbstractTransition" module="QtCore">
+ <property access="public" threadsafety="unspecified" status="commendable" name="senderObject" fullname="QSignalTransition::senderObject" href="qsignaltransition.html#senderObject-prop" location="qsignaltransition.h" type="QObject *">
+ <getter name="senderObject"/>
+ <setter name="setSenderObject"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="signal" fullname="QSignalTransition::signal" href="qsignaltransition.html#signal-prop" location="qsignaltransition.h" type="QByteArray">
+ <getter name="signal"/>
+ <setter name="setSignal"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSignalTransition" fullname="QSignalTransition::QSignalTransition" href="qsignaltransition.html#QSignalTransition" location="qsignaltransition.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSignalTransition(QState * sourceState)">
+ <parameter left="QState *" right="" name="sourceState" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSignalTransition" fullname="QSignalTransition::QSignalTransition" href="qsignaltransition.html#QSignalTransition-2" location="qsignaltransition.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSignalTransition(QObject * sender, const char * signal, QState * sourceState)">
+ <parameter left="QObject *" right="" name="sender" default=""/>
+ <parameter left="const char *" right="" name="signal" default=""/>
+ <parameter left="QState *" right="" name="sourceState" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSignalTransition" fullname="QSignalTransition::~QSignalTransition" href="qsignaltransition.html#dtor.QSignalTransition" location="qsignaltransition.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSignalTransition()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="senderObject" fullname="QSignalTransition::senderObject" href="qsignaltransition.html#senderObject-prop" location="qsignaltransition.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="senderObject" type="QObject *" signature="senderObject() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSenderObject" fullname="QSignalTransition::setSenderObject" href="qsignaltransition.html#senderObject-prop" location="qsignaltransition.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="senderObject" type="void" signature="setSenderObject(QObject * sender)">
+ <parameter left="QObject *" right="" name="sender" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="signal" fullname="QSignalTransition::signal" href="qsignaltransition.html#signal-prop" location="qsignaltransition.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="signal" type="QByteArray" signature="signal() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSignal" fullname="QSignalTransition::setSignal" href="qsignaltransition.html#signal-prop" location="qsignaltransition.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="signal" type="void" signature="setSignal(const QByteArray &amp; signal)">
+ <parameter left="const QByteArray &amp;" right="" name="signal" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventTest" fullname="QSignalTransition::eventTest" href="qsignaltransition.html#eventTest" location="qsignaltransition.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventTest(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="onTransition" fullname="QSignalTransition::onTransition" href="qsignaltransition.html#onTransition" location="qsignaltransition.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="onTransition(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QSignalTransition::event" href="qsignaltransition.html#event" location="qsignaltransition.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDBusError" href="qdbuserror.html" location="qdbuserror.h" bases="" module="QtDBus">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ErrorType" fullname="QDBusError::ErrorType" href="qdbuserror.html#ErrorType-enum" location="qdbuserror.h">
+ <value name="NoError" value="0"/>
+ <value name="Other" value="1"/>
+ <value name="Failed" value="2"/>
+ <value name="NoMemory" value="3"/>
+ <value name="ServiceUnknown" value="4"/>
+ <value name="NoReply" value="5"/>
+ <value name="BadAddress" value="6"/>
+ <value name="NotSupported" value="7"/>
+ <value name="LimitsExceeded" value="8"/>
+ <value name="AccessDenied" value="9"/>
+ <value name="NoServer" value="10"/>
+ <value name="Timeout" value="11"/>
+ <value name="NoNetwork" value="12"/>
+ <value name="AddressInUse" value="13"/>
+ <value name="Disconnected" value="14"/>
+ <value name="InvalidArgs" value="15"/>
+ <value name="UnknownMethod" value="16"/>
+ <value name="TimedOut" value="17"/>
+ <value name="InvalidSignature" value="18"/>
+ <value name="UnknownInterface" value="19"/>
+ <value name="InternalError" value="20"/>
+ <value name="UnknownObject" value="21"/>
+ <value name="InvalidService" value="22"/>
+ <value name="InvalidObjectPath" value="23"/>
+ <value name="InvalidInterface" value="24"/>
+ <value name="InvalidMember" value="25"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QDBusError::type" href="qdbuserror.html#type" location="qdbuserror.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ErrorType" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QDBusError::name" href="qdbuserror.html#name" location="qdbuserror.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="message" fullname="QDBusError::message" href="qdbuserror.html#message" location="qdbuserror.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="message() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QDBusError::isValid" href="qdbuserror.html#isValid" location="qdbuserror.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QDBusError::errorString" href="qdbuserror.html#errorString" location="qdbuserror.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="errorString(ErrorType error)">
+ <parameter left="ErrorType" right="" name="error" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3Ftp" href="q3ftp.html" location="q3ftp.h" bases="Q3NetworkProtocol" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Ftp" fullname="Q3Ftp::Q3Ftp" href="q3ftp.html#Q3Ftp" location="q3ftp.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3Ftp()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Ftp" fullname="Q3Ftp::Q3Ftp" href="q3ftp.html#Q3Ftp-2" location="q3ftp.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3Ftp(QObject * parent, const char * name)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3Ftp" fullname="Q3Ftp::~Q3Ftp" href="q3ftp.html#dtor.Q3Ftp" location="q3ftp.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3Ftp()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedOperations" fullname="Q3Ftp::supportedOperations" href="q3ftp.html#supportedOperations" location="q3ftp.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="supportedOperations() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="State" fullname="Q3Ftp::State" href="q3ftp.html#State-enum" location="q3ftp.h">
+ <value name="Unconnected" value="0"/>
+ <value name="HostLookup" value="1"/>
+ <value name="Connecting" value="2"/>
+ <value name="Connected" value="3"/>
+ <value name="LoggedIn" value="4"/>
+ <value name="Closing" value="5"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Error" fullname="Q3Ftp::Error" href="q3ftp.html#Error-enum" location="q3ftp.h">
+ <value name="NoError" value="0"/>
+ <value name="UnknownError" value="1"/>
+ <value name="HostNotFound" value="2"/>
+ <value name="ConnectionRefused" value="3"/>
+ <value name="NotConnected" value="4"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Command" fullname="Q3Ftp::Command" href="q3ftp.html#Command-enum" location="q3ftp.h">
+ <value name="None" value="0"/>
+ <value name="ConnectToHost" value="1"/>
+ <value name="Login" value="2"/>
+ <value name="Close" value="3"/>
+ <value name="List" value="4"/>
+ <value name="Cd" value="5"/>
+ <value name="Get" value="6"/>
+ <value name="Put" value="7"/>
+ <value name="Remove" value="8"/>
+ <value name="Mkdir" value="9"/>
+ <value name="Rmdir" value="10"/>
+ <value name="Rename" value="11"/>
+ <value name="RawCommand" value="12"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connectToHost" fullname="Q3Ftp::connectToHost" href="q3ftp.html#connectToHost" location="q3ftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="connectToHost(const QString &amp; host, Q_UINT16 port)">
+ <parameter left="const QString &amp;" right="" name="host" default=""/>
+ <parameter left="Q_UINT16" right="" name="port" default="21"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="login" fullname="Q3Ftp::login" href="q3ftp.html#login" location="q3ftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="login(const QString &amp; user, const QString &amp; password)">
+ <parameter left="const QString &amp;" right="" name="user" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="password" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="close" fullname="Q3Ftp::close" href="q3ftp.html#close" location="q3ftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="close()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="list" fullname="Q3Ftp::list" href="q3ftp.html#list" location="q3ftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="list(const QString &amp; dir)">
+ <parameter left="const QString &amp;" right="" name="dir" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cd" fullname="Q3Ftp::cd" href="q3ftp.html#cd" location="q3ftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="cd(const QString &amp; dir)">
+ <parameter left="const QString &amp;" right="" name="dir" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="get" fullname="Q3Ftp::get" href="q3ftp.html#get" location="q3ftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="get(const QString &amp; file, QIODevice * dev)">
+ <parameter left="const QString &amp;" right="" name="file" default=""/>
+ <parameter left="QIODevice *" right="" name="dev" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="put" fullname="Q3Ftp::put" href="q3ftp.html#put-2" location="q3ftp.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="put(const QByteArray &amp; data, const QString &amp; file)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ <parameter left="const QString &amp;" right="" name="file" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="put" fullname="Q3Ftp::put" href="q3ftp.html#put" location="q3ftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="put(QIODevice * dev, const QString &amp; file)">
+ <parameter left="QIODevice *" right="" name="dev" default=""/>
+ <parameter left="const QString &amp;" right="" name="file" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="Q3Ftp::remove" href="q3ftp.html#remove" location="q3ftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="remove(const QString &amp; file)">
+ <parameter left="const QString &amp;" right="" name="file" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mkdir" fullname="Q3Ftp::mkdir" href="q3ftp.html#mkdir" location="q3ftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="mkdir(const QString &amp; dir)">
+ <parameter left="const QString &amp;" right="" name="dir" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rmdir" fullname="Q3Ftp::rmdir" href="q3ftp.html#rmdir" location="q3ftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="rmdir(const QString &amp; dir)">
+ <parameter left="const QString &amp;" right="" name="dir" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rename" fullname="Q3Ftp::rename" href="q3ftp.html#rename" location="q3ftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="rename(const QString &amp; oldname, const QString &amp; newname)">
+ <parameter left="const QString &amp;" right="" name="oldname" default=""/>
+ <parameter left="const QString &amp;" right="" name="newname" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rawCommand" fullname="Q3Ftp::rawCommand" href="q3ftp.html#rawCommand" location="q3ftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="rawCommand(const QString &amp; command)">
+ <parameter left="const QString &amp;" right="" name="command" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bytesAvailable" fullname="Q3Ftp::bytesAvailable" href="q3ftp.html#bytesAvailable" location="q3ftp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q_ULONG" signature="bytesAvailable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readBlock" fullname="Q3Ftp::readBlock" href="q3ftp.html#readBlock" location="q3ftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q_LONG" signature="readBlock(char * data, Q_ULONG maxlen)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="Q_ULONG" right="" name="maxlen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readAll" fullname="Q3Ftp::readAll" href="q3ftp.html#readAll" location="q3ftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QByteArray" signature="readAll()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentId" fullname="Q3Ftp::currentId" href="q3ftp.html#currentId" location="q3ftp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currentId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentDevice" fullname="Q3Ftp::currentDevice" href="q3ftp.html#currentDevice" location="q3ftp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIODevice *" signature="currentDevice() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentCommand" fullname="Q3Ftp::currentCommand" href="q3ftp.html#currentCommand" location="q3ftp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Command" signature="currentCommand() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPendingCommands" fullname="Q3Ftp::hasPendingCommands" href="q3ftp.html#hasPendingCommands" location="q3ftp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPendingCommands() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearPendingCommands" fullname="Q3Ftp::clearPendingCommands" href="q3ftp.html#clearPendingCommands" location="q3ftp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearPendingCommands()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="Q3Ftp::state" href="q3ftp.html#state" location="q3ftp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="State" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="Q3Ftp::error" href="q3ftp.html#error" location="q3ftp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Error" signature="error() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="Q3Ftp::errorString" href="q3ftp.html#errorString" location="q3ftp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="abort" fullname="Q3Ftp::abort" href="q3ftp.html#abort" location="q3ftp.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="abort()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stateChanged" fullname="Q3Ftp::stateChanged" href="q3ftp.html#stateChanged" location="q3ftp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="stateChanged(int state)">
+ <parameter left="int" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="listInfo" fullname="Q3Ftp::listInfo" href="q3ftp.html#listInfo" location="q3ftp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="listInfo(const QUrlInfo &amp; i)">
+ <parameter left="const QUrlInfo &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readyRead" fullname="Q3Ftp::readyRead" href="q3ftp.html#readyRead" location="q3ftp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="readyRead()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dataTransferProgress" fullname="Q3Ftp::dataTransferProgress" href="q3ftp.html#dataTransferProgress" location="q3ftp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="dataTransferProgress(int done, int total)">
+ <parameter left="int" right="" name="done" default=""/>
+ <parameter left="int" right="" name="total" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rawCommandReply" fullname="Q3Ftp::rawCommandReply" href="q3ftp.html#rawCommandReply" location="q3ftp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="rawCommandReply(int replyCode, const QString &amp; detail)">
+ <parameter left="int" right="" name="replyCode" default=""/>
+ <parameter left="const QString &amp;" right="" name="detail" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="commandStarted" fullname="Q3Ftp::commandStarted" href="q3ftp.html#commandStarted" location="q3ftp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="commandStarted(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="commandFinished" fullname="Q3Ftp::commandFinished" href="q3ftp.html#commandFinished" location="q3ftp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="commandFinished(int id, bool error)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="bool" right="" name="error" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="done" fullname="Q3Ftp::done" href="q3ftp.html#done" location="q3ftp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="done(bool error)">
+ <parameter left="bool" right="" name="error" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="operationListChildren" fullname="Q3Ftp::operationListChildren" href="q3ftp.html#operationListChildren" location="q3ftp.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="operationListChildren(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="operationMkDir" fullname="Q3Ftp::operationMkDir" href="q3ftp.html#operationMkDir" location="q3ftp.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="operationMkDir(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="operationRemove" fullname="Q3Ftp::operationRemove" href="q3ftp.html#operationRemove" location="q3ftp.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="operationRemove(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="operationRename" fullname="Q3Ftp::operationRename" href="q3ftp.html#operationRename" location="q3ftp.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="operationRename(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="operationGet" fullname="Q3Ftp::operationGet" href="q3ftp.html#operationGet" location="q3ftp.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="operationGet(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="operationPut" fullname="Q3Ftp::operationPut" href="q3ftp.html#operationPut" location="q3ftp.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="operationPut(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="startGetOnFail" fullname="Q3Ftp::startGetOnFail" href="q3ftp.html#startGetOnFail-var" location="q3ftp.h" type="bool" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="errorInListChildren" fullname="Q3Ftp::errorInListChildren" href="q3ftp.html#errorInListChildren-var" location="q3ftp.h" type="bool" static="false"/>
+ </class>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="WId" href="qwidget.html#WId-typedef" location="qwindowdefs_win.h"/>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDBusReply" href="qdbusreply.html" location="qdbusreply.h" bases="" module="QtDBus">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusReply" fullname="QDBusReply::QDBusReply" href="qdbusreply.html#QDBusReply" location="qdbusreply.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDBusReply(const QDBusMessage &amp; reply)">
+ <parameter left="const QDBusMessage &amp;" right="" name="reply" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDBusReply::operator=" href="qdbusreply.html#operator=" location="qdbusreply.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDBusReply &amp;" signature="operator=(const QDBusMessage &amp; message)">
+ <parameter left="const QDBusMessage &amp;" right="" name="message" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusReply" fullname="QDBusReply::QDBusReply" href="qdbusreply.html#QDBusReply-2" location="qdbusreply.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDBusReply(const QDBusPendingCall &amp; pcall)">
+ <parameter left="const QDBusPendingCall &amp;" right="" name="pcall" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDBusReply::operator=" href="qdbusreply.html#operator=-2" location="qdbusreply.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QDBusReply &amp;" signature="operator=(const QDBusPendingCall &amp; pcall)">
+ <parameter left="const QDBusPendingCall &amp;" right="" name="pcall" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusReply" fullname="QDBusReply::QDBusReply" href="qdbusreply.html#QDBusReply-3" location="qdbusreply.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QDBusReply(const QDBusPendingReply&lt;T&gt; &amp; reply)">
+ <parameter left="const QDBusPendingReply&lt;T&gt; &amp;" right="" name="reply" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusReply" fullname="QDBusReply::QDBusReply" href="qdbusreply.html#QDBusReply-4" location="qdbusreply.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QDBusReply(const QDBusError &amp; error)">
+ <parameter left="const QDBusError &amp;" right="" name="error" default="QDBusError()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDBusReply::operator=" href="qdbusreply.html#operator=-3" location="qdbusreply.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QDBusReply &amp;" signature="operator=(const QDBusError &amp; error)">
+ <parameter left="const QDBusError &amp;" right="" name="error" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDBusReply::operator=" href="qdbusreply.html#operator=-4" location="qdbusreply.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="QDBusReply &amp;" signature="operator=(const QDBusReply &amp; other)">
+ <parameter left="const QDBusReply &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QDBusReply::isValid" href="qdbusreply.html#isValid" location="qdbusreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QDBusReply::error" href="qdbusreply.html#error" location="qdbusreply.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const QDBusError &amp;" signature="error()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QDBusReply::value" href="qdbusreply.html#value" location="qdbusreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Type" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator Type" fullname="QDBusReply::operator Type" href="qdbusreply.html#operator Type" location="qdbusreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator Type() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3PtrStack" href="q3ptrstack.html" location="q3ptrstack.h" bases="Q3PtrCollection" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3PtrStack" fullname="Q3PtrStack::Q3PtrStack" href="q3ptrstack.html#Q3PtrStack" location="q3ptrstack.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3PtrStack()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3PtrStack" fullname="Q3PtrStack::Q3PtrStack" href="q3ptrstack.html#Q3PtrStack-2" location="q3ptrstack.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3PtrStack(const Q3PtrStack&lt;type&gt; &amp; s)">
+ <parameter left="const Q3PtrStack&lt;type&gt; &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3PtrStack" fullname="Q3PtrStack::~Q3PtrStack" href="q3ptrstack.html#dtor.Q3PtrStack" location="q3ptrstack.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3PtrStack()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3PtrStack::operator=" href="q3ptrstack.html#operator=" location="q3ptrstack.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3PtrStack&lt;type&gt; &amp;" signature="operator=(const Q3PtrStack&lt;type&gt; &amp; s)">
+ <parameter left="const Q3PtrStack&lt;type&gt; &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoDelete" fullname="Q3PtrStack::autoDelete" href="q3ptrstack.html#autoDelete" location="q3ptrstack.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="autoDelete() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoDelete" fullname="Q3PtrStack::setAutoDelete" href="q3ptrstack.html#setAutoDelete" location="q3ptrstack.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAutoDelete(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3PtrStack::count" href="q3ptrstack.html#count" location="q3ptrstack.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="Q3PtrStack::isEmpty" href="q3ptrstack.html#isEmpty" location="q3ptrstack.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="push" fullname="Q3PtrStack::push" href="q3ptrstack.html#push" location="q3ptrstack.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="push(const type * d)">
+ <parameter left="const type *" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pop" fullname="Q3PtrStack::pop" href="q3ptrstack.html#pop" location="q3ptrstack.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="pop()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="Q3PtrStack::remove" href="q3ptrstack.html#remove" location="q3ptrstack.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="remove()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="Q3PtrStack::clear" href="q3ptrstack.html#clear" location="q3ptrstack.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="top" fullname="Q3PtrStack::top" href="q3ptrstack.html#top" location="q3ptrstack.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="top() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator type *" fullname="Q3PtrStack::operator type *" href="q3ptrstack.html#operator type *" location="q3ptrstack.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator type *() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="current" fullname="Q3PtrStack::current" href="q3ptrstack.html#current" location="q3ptrstack.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="current() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="read" fullname="Q3PtrStack::read" href="q3ptrstack.html#read" location="q3ptrstack.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QDataStream &amp;" signature="read(QDataStream &amp; s, Q3PtrCollection::Item &amp; item)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="Q3PtrCollection::Item &amp;" right="" name="item" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="write" fullname="Q3PtrStack::write" href="q3ptrstack.html#write" location="q3ptrstack.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QDataStream &amp;" signature="write(QDataStream &amp; s, Q3PtrCollection::Item item) const">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="Q3PtrCollection::Item" right="" name="item" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QHelpSearchQueryWidget" href="qhelpsearchquerywidget.html" location="qhelpsearchquerywidget.h" bases="QWidget" module="QtHelp">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHelpSearchQueryWidget" fullname="QHelpSearchQueryWidget::QHelpSearchQueryWidget" href="qhelpsearchquerywidget.html#QHelpSearchQueryWidget" location="qhelpsearchquerywidget.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QHelpSearchQueryWidget(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QHelpSearchQueryWidget" fullname="QHelpSearchQueryWidget::~QHelpSearchQueryWidget" href="qhelpsearchquerywidget.html#dtor.QHelpSearchQueryWidget" location="qhelpsearchquerywidget.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QHelpSearchQueryWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="query" fullname="QHelpSearchQueryWidget::query" href="qhelpsearchquerywidget.html#query" location="qhelpsearchquerywidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QHelpSearchQuery&gt;" signature="query() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="search" fullname="QHelpSearchQueryWidget::search" href="qhelpsearchquerywidget.html#search" location="qhelpsearchquerywidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="search()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAbstractSlider" href="qabstractslider.html" location="qabstractslider.h" bases="QWidget" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="minimum" fullname="QAbstractSlider::minimum" href="qabstractslider.html#minimum-prop" location="qabstractslider.h" type="int">
+ <getter name="minimum"/>
+ <setter name="setMinimum"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maximum" fullname="QAbstractSlider::maximum" href="qabstractslider.html#maximum-prop" location="qabstractslider.h" type="int">
+ <getter name="maximum"/>
+ <setter name="setMaximum"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="singleStep" fullname="QAbstractSlider::singleStep" href="qabstractslider.html#singleStep-prop" location="qabstractslider.h" type="int">
+ <getter name="singleStep"/>
+ <setter name="setSingleStep"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="pageStep" fullname="QAbstractSlider::pageStep" href="qabstractslider.html#pageStep-prop" location="qabstractslider.h" type="int">
+ <getter name="pageStep"/>
+ <setter name="setPageStep"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QAbstractSlider::value" href="qabstractslider.html#value-prop" location="qabstractslider.h" type="int">
+ <getter name="value"/>
+ <setter name="setValue"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="sliderPosition" fullname="QAbstractSlider::sliderPosition" href="qabstractslider.html#sliderPosition-prop" location="qabstractslider.h" type="int">
+ <getter name="sliderPosition"/>
+ <setter name="setSliderPosition"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="tracking" fullname="QAbstractSlider::tracking" href="qabstractslider.html#tracking-prop" location="qabstractslider.h" type="bool">
+ <getter name="hasTracking"/>
+ <setter name="setTracking"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="QAbstractSlider::orientation" href="qabstractslider.html#orientation-prop" location="qabstractslider.h" type="Qt::Orientation">
+ <getter name="orientation"/>
+ <setter name="setOrientation"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="invertedAppearance" fullname="QAbstractSlider::invertedAppearance" href="qabstractslider.html#invertedAppearance-prop" location="qabstractslider.h" type="bool">
+ <getter name="invertedAppearance"/>
+ <setter name="setInvertedAppearance"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="invertedControls" fullname="QAbstractSlider::invertedControls" href="qabstractslider.html#invertedControls-prop" location="qabstractslider.h" type="bool">
+ <getter name="invertedControls"/>
+ <setter name="setInvertedControls"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="sliderDown" fullname="QAbstractSlider::sliderDown" href="qabstractslider.html#sliderDown-prop" location="qabstractslider.h" type="bool">
+ <getter name="isSliderDown"/>
+ <setter name="setSliderDown"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractSlider" fullname="QAbstractSlider::QAbstractSlider" href="qabstractslider.html#QAbstractSlider" location="qabstractslider.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractSlider(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractSlider" fullname="QAbstractSlider::~QAbstractSlider" href="qabstractslider.html#dtor.QAbstractSlider" location="qabstractslider.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractSlider()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="QAbstractSlider::orientation" href="qabstractslider.html#orientation-prop" location="qabstractslider.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="orientation" type="Qt::Orientation" signature="orientation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinimum" fullname="QAbstractSlider::setMinimum" href="qabstractslider.html#minimum-prop" location="qabstractslider.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="minimum" type="void" signature="setMinimum(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimum" fullname="QAbstractSlider::minimum" href="qabstractslider.html#minimum-prop" location="qabstractslider.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="minimum" type="int" signature="minimum() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaximum" fullname="QAbstractSlider::setMaximum" href="qabstractslider.html#maximum-prop" location="qabstractslider.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="maximum" type="void" signature="setMaximum(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximum" fullname="QAbstractSlider::maximum" href="qabstractslider.html#maximum-prop" location="qabstractslider.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maximum" type="int" signature="maximum() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRange" fullname="QAbstractSlider::setRange" href="qabstractslider.html#setRange" location="qabstractslider.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRange(int min, int max)">
+ <parameter left="int" right="" name="min" default=""/>
+ <parameter left="int" right="" name="max" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSingleStep" fullname="QAbstractSlider::setSingleStep" href="qabstractslider.html#singleStep-prop" location="qabstractslider.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="singleStep" type="void" signature="setSingleStep(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="singleStep" fullname="QAbstractSlider::singleStep" href="qabstractslider.html#singleStep-prop" location="qabstractslider.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="singleStep" type="int" signature="singleStep() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPageStep" fullname="QAbstractSlider::setPageStep" href="qabstractslider.html#pageStep-prop" location="qabstractslider.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="pageStep" type="void" signature="setPageStep(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pageStep" fullname="QAbstractSlider::pageStep" href="qabstractslider.html#pageStep-prop" location="qabstractslider.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="pageStep" type="int" signature="pageStep() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTracking" fullname="QAbstractSlider::setTracking" href="qabstractslider.html#tracking-prop" location="qabstractslider.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="tracking" type="void" signature="setTracking(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasTracking" fullname="QAbstractSlider::hasTracking" href="qabstractslider.html#tracking-prop" location="qabstractslider.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="tracking" type="bool" signature="hasTracking() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSliderDown" fullname="QAbstractSlider::setSliderDown" href="qabstractslider.html#sliderDown-prop" location="qabstractslider.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="sliderDown" type="void" signature="setSliderDown(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSliderDown" fullname="QAbstractSlider::isSliderDown" href="qabstractslider.html#sliderDown-prop" location="qabstractslider.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sliderDown" type="bool" signature="isSliderDown() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSliderPosition" fullname="QAbstractSlider::setSliderPosition" href="qabstractslider.html#sliderPosition-prop" location="qabstractslider.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="sliderPosition" type="void" signature="setSliderPosition(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sliderPosition" fullname="QAbstractSlider::sliderPosition" href="qabstractslider.html#sliderPosition-prop" location="qabstractslider.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sliderPosition" type="int" signature="sliderPosition() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setInvertedAppearance" fullname="QAbstractSlider::setInvertedAppearance" href="qabstractslider.html#invertedAppearance-prop" location="qabstractslider.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="invertedAppearance" type="void" signature="setInvertedAppearance(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invertedAppearance" fullname="QAbstractSlider::invertedAppearance" href="qabstractslider.html#invertedAppearance-prop" location="qabstractslider.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="invertedAppearance" type="bool" signature="invertedAppearance() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setInvertedControls" fullname="QAbstractSlider::setInvertedControls" href="qabstractslider.html#invertedControls-prop" location="qabstractslider.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="invertedControls" type="void" signature="setInvertedControls(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invertedControls" fullname="QAbstractSlider::invertedControls" href="qabstractslider.html#invertedControls-prop" location="qabstractslider.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="invertedControls" type="bool" signature="invertedControls() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SliderAction" fullname="QAbstractSlider::SliderAction" href="qabstractslider.html#SliderAction-enum" location="qabstractslider.h">
+ <value name="SliderNoAction" value="0"/>
+ <value name="SliderSingleStepAdd" value="1"/>
+ <value name="SliderSingleStepSub" value="2"/>
+ <value name="SliderPageStepAdd" value="3"/>
+ <value name="SliderPageStepSub" value="4"/>
+ <value name="SliderToMinimum" value="5"/>
+ <value name="SliderToMaximum" value="6"/>
+ <value name="SliderMove" value="7"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QAbstractSlider::value" href="qabstractslider.html#value-prop" location="qabstractslider.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="value" type="int" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="triggerAction" fullname="QAbstractSlider::triggerAction" href="qabstractslider.html#triggerAction" location="qabstractslider.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="triggerAction(SliderAction action)">
+ <parameter left="SliderAction" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QAbstractSlider::setValue" href="qabstractslider.html#value-prop" location="qabstractslider.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="value" type="void" signature="setValue(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOrientation" fullname="QAbstractSlider::setOrientation" href="qabstractslider.html#orientation-prop" location="qabstractslider.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="orientation" type="void" signature="setOrientation(Qt::Orientation )">
+ <parameter left="Qt::Orientation" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QAbstractSlider::valueChanged" href="qabstractslider.html#valueChanged" location="qabstractslider.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(int value)">
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sliderPressed" fullname="QAbstractSlider::sliderPressed" href="qabstractslider.html#sliderPressed" location="qabstractslider.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="sliderPressed()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sliderMoved" fullname="QAbstractSlider::sliderMoved" href="qabstractslider.html#sliderMoved" location="qabstractslider.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="sliderMoved(int value)">
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sliderReleased" fullname="QAbstractSlider::sliderReleased" href="qabstractslider.html#sliderReleased" location="qabstractslider.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="sliderReleased()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rangeChanged" fullname="QAbstractSlider::rangeChanged" href="qabstractslider.html#rangeChanged" location="qabstractslider.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="rangeChanged(int min, int max)">
+ <parameter left="int" right="" name="min" default=""/>
+ <parameter left="int" right="" name="max" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionTriggered" fullname="QAbstractSlider::actionTriggered" href="qabstractslider.html#actionTriggered" location="qabstractslider.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="actionTriggered(int action)">
+ <parameter left="int" right="" name="action" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QAbstractSlider::event" href="qabstractslider.html#event" location="qabstractslider.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setRepeatAction" fullname="QAbstractSlider::setRepeatAction" href="qabstractslider.html#setRepeatAction" location="qabstractslider.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRepeatAction(SliderAction action, int thresholdTime, int repeatTime)">
+ <parameter left="SliderAction" right="" name="action" default=""/>
+ <parameter left="int" right="" name="thresholdTime" default="500"/>
+ <parameter left="int" right="" name="repeatTime" default="50"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="repeatAction" fullname="QAbstractSlider::repeatAction" href="qabstractslider.html#repeatAction" location="qabstractslider.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="SliderAction" signature="repeatAction() const"/>
+ <enum access="protected" threadsafety="unspecified" status="commendable" name="SliderChange" fullname="QAbstractSlider::SliderChange" href="qabstractslider.html#SliderChange-enum" location="qabstractslider.h">
+ <value name="SliderRangeChange" value="0"/>
+ <value name="SliderOrientationChange" value="1"/>
+ <value name="SliderStepsChange" value="2"/>
+ <value name="SliderValueChange" value="3"/>
+ </enum>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sliderChange" fullname="QAbstractSlider::sliderChange" href="qabstractslider.html#sliderChange" location="qabstractslider.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="sliderChange(SliderChange change)">
+ <parameter left="SliderChange" right="" name="change" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QAbstractSlider::keyPressEvent" href="qabstractslider.html#keyPressEvent" location="qabstractslider.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * ev)">
+ <parameter left="QKeyEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="timerEvent" fullname="QAbstractSlider::timerEvent" href="qabstractslider.html#timerEvent" location="qabstractslider.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="timerEvent(QTimerEvent * e)">
+ <parameter left="QTimerEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="wheelEvent" fullname="QAbstractSlider::wheelEvent" href="qabstractslider.html#wheelEvent" location="qabstractslider.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="wheelEvent(QWheelEvent * e)">
+ <parameter left="QWheelEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QAbstractSlider::changeEvent" href="qabstractslider.html#changeEvent" location="qabstractslider.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * ev)">
+ <parameter left="QEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="minValue" fullname="QAbstractSlider::minValue" href="qabstractslider-qt3.html#minValue" location="qabstractslider.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="minValue() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="maxValue" fullname="QAbstractSlider::maxValue" href="qabstractslider-qt3.html#maxValue" location="qabstractslider.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="maxValue() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="lineStep" fullname="QAbstractSlider::lineStep" href="qabstractslider-qt3.html#lineStep" location="qabstractslider.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="lineStep() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setMinValue" fullname="QAbstractSlider::setMinValue" href="qabstractslider-qt3.html#setMinValue" location="qabstractslider.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMinValue(int v)">
+ <parameter left="int" right="" name="v" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setMaxValue" fullname="QAbstractSlider::setMaxValue" href="qabstractslider-qt3.html#setMaxValue" location="qabstractslider.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMaxValue(int v)">
+ <parameter left="int" right="" name="v" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setLineStep" fullname="QAbstractSlider::setLineStep" href="qabstractslider-qt3.html#setLineStep" location="qabstractslider.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLineStep(int v)">
+ <parameter left="int" right="" name="v" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setSteps" fullname="QAbstractSlider::setSteps" href="qabstractslider-qt3.html#setSteps" location="qabstractslider.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSteps(int single, int page)">
+ <parameter left="int" right="" name="single" default=""/>
+ <parameter left="int" right="" name="page" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="addPage" fullname="QAbstractSlider::addPage" href="qabstractslider-qt3.html#addPage" location="qabstractslider.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addPage()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="subtractPage" fullname="QAbstractSlider::subtractPage" href="qabstractslider-qt3.html#subtractPage" location="qabstractslider.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="subtractPage()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="addLine" fullname="QAbstractSlider::addLine" href="qabstractslider-qt3.html#addLine" location="qabstractslider.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addLine()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="subtractLine" fullname="QAbstractSlider::subtractLine" href="qabstractslider-qt3.html#subtractLine" location="qabstractslider.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="subtractLine()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSqlTableModel" href="qsqltablemodel.html" location="qsqltablemodel.h" bases="QSqlQueryModel" module="QtSql">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="EditStrategy" fullname="QSqlTableModel::EditStrategy" href="qsqltablemodel.html#EditStrategy-enum" location="qsqltablemodel.h">
+ <value name="OnFieldChange" value="0"/>
+ <value name="OnRowChange" value="1"/>
+ <value name="OnManualSubmit" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSqlTableModel" fullname="QSqlTableModel::QSqlTableModel" href="qsqltablemodel.html#QSqlTableModel" location="qsqltablemodel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSqlTableModel(QObject * parent, QSqlDatabase db)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ <parameter left="QSqlDatabase" right="" name="db" default="QSqlDatabase()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSqlTableModel" fullname="QSqlTableModel::~QSqlTableModel" href="qsqltablemodel.html#dtor.QSqlTableModel" location="qsqltablemodel.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSqlTableModel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="select" fullname="QSqlTableModel::select" href="qsqltablemodel.html#select" location="qsqltablemodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="select()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTable" fullname="QSqlTableModel::setTable" href="qsqltablemodel.html#setTable" location="qsqltablemodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setTable(const QString &amp; tableName)">
+ <parameter left="const QString &amp;" right="" name="tableName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tableName" fullname="QSqlTableModel::tableName" href="qsqltablemodel.html#tableName" location="qsqltablemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="tableName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flags" fullname="QSqlTableModel::flags" href="qsqltablemodel.html#flags" location="qsqltablemodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::ItemFlags" signature="flags(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QSqlTableModel::data" href="qsqltablemodel.html#data" location="qsqltablemodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="data(const QModelIndex &amp; index, int role) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::DisplayRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QSqlTableModel::setData" href="qsqltablemodel.html#setData" location="qsqltablemodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="setData(const QModelIndex &amp; index, const QVariant &amp; value, int role)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::EditRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="headerData" fullname="QSqlTableModel::headerData" href="qsqltablemodel.html#headerData" location="qsqltablemodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="headerData(int section, Qt::Orientation orientation, int role) const">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::DisplayRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDirty" fullname="QSqlTableModel::isDirty" href="qsqltablemodel.html#isDirty" location="qsqltablemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDirty(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QSqlTableModel::clear" href="qsqltablemodel.html#clear" location="qsqltablemodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEditStrategy" fullname="QSqlTableModel::setEditStrategy" href="qsqltablemodel.html#setEditStrategy" location="qsqltablemodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setEditStrategy(EditStrategy strategy)">
+ <parameter left="EditStrategy" right="" name="strategy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="editStrategy" fullname="QSqlTableModel::editStrategy" href="qsqltablemodel.html#editStrategy" location="qsqltablemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="EditStrategy" signature="editStrategy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="primaryKey" fullname="QSqlTableModel::primaryKey" href="qsqltablemodel.html#primaryKey" location="qsqltablemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSqlIndex" signature="primaryKey() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="database" fullname="QSqlTableModel::database" href="qsqltablemodel.html#database" location="qsqltablemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSqlDatabase" signature="database() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fieldIndex" fullname="QSqlTableModel::fieldIndex" href="qsqltablemodel.html#fieldIndex" location="qsqltablemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="fieldIndex(const QString &amp; fieldName) const">
+ <parameter left="const QString &amp;" right="" name="fieldName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sort" fullname="QSqlTableModel::sort" href="qsqltablemodel.html#sort" location="qsqltablemodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="sort(int column, Qt::SortOrder order)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="Qt::SortOrder" right="" name="order" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSort" fullname="QSqlTableModel::setSort" href="qsqltablemodel.html#setSort" location="qsqltablemodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSort(int column, Qt::SortOrder order)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="Qt::SortOrder" right="" name="order" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filter" fullname="QSqlTableModel::filter" href="qsqltablemodel.html#filter" location="qsqltablemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="filter() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFilter" fullname="QSqlTableModel::setFilter" href="qsqltablemodel.html#setFilter" location="qsqltablemodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setFilter(const QString &amp; filter)">
+ <parameter left="const QString &amp;" right="" name="filter" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowCount" fullname="QSqlTableModel::rowCount" href="qsqltablemodel.html#rowCount" location="qsqltablemodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rowCount(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeColumns" fullname="QSqlTableModel::removeColumns" href="qsqltablemodel.html#removeColumns" location="qsqltablemodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeColumns(int column, int count, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeRows" fullname="QSqlTableModel::removeRows" href="qsqltablemodel.html#removeRows" location="qsqltablemodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeRows(int row, int count, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertRows" fullname="QSqlTableModel::insertRows" href="qsqltablemodel.html#insertRows" location="qsqltablemodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="insertRows(int row, int count, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertRecord" fullname="QSqlTableModel::insertRecord" href="qsqltablemodel.html#insertRecord" location="qsqltablemodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="insertRecord(int row, const QSqlRecord &amp; record)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="const QSqlRecord &amp;" right="" name="record" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRecord" fullname="QSqlTableModel::setRecord" href="qsqltablemodel.html#setRecord" location="qsqltablemodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="setRecord(int row, const QSqlRecord &amp; record)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="const QSqlRecord &amp;" right="" name="record" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="revertRow" fullname="QSqlTableModel::revertRow" href="qsqltablemodel.html#revertRow" location="qsqltablemodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="revertRow(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="submit" fullname="QSqlTableModel::submit" href="qsqltablemodel.html#submit" location="qsqltablemodel.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="bool" signature="submit()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="revert" fullname="QSqlTableModel::revert" href="qsqltablemodel.html#revert" location="qsqltablemodel.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="revert()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="submitAll" fullname="QSqlTableModel::submitAll" href="qsqltablemodel.html#submitAll" location="qsqltablemodel.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="bool" signature="submitAll()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="revertAll" fullname="QSqlTableModel::revertAll" href="qsqltablemodel.html#revertAll" location="qsqltablemodel.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="revertAll()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="primeInsert" fullname="QSqlTableModel::primeInsert" href="qsqltablemodel.html#primeInsert" location="qsqltablemodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="primeInsert(int row, QSqlRecord &amp; record)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="QSqlRecord &amp;" right="" name="record" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beforeInsert" fullname="QSqlTableModel::beforeInsert" href="qsqltablemodel.html#beforeInsert" location="qsqltablemodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="beforeInsert(QSqlRecord &amp; record)">
+ <parameter left="QSqlRecord &amp;" right="" name="record" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beforeUpdate" fullname="QSqlTableModel::beforeUpdate" href="qsqltablemodel.html#beforeUpdate" location="qsqltablemodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="beforeUpdate(int row, QSqlRecord &amp; record)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="QSqlRecord &amp;" right="" name="record" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beforeDelete" fullname="QSqlTableModel::beforeDelete" href="qsqltablemodel.html#beforeDelete" location="qsqltablemodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="beforeDelete(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateRowInTable" fullname="QSqlTableModel::updateRowInTable" href="qsqltablemodel.html#updateRowInTable" location="qsqltablemodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="updateRowInTable(int row, const QSqlRecord &amp; values)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="const QSqlRecord &amp;" right="" name="values" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="insertRowIntoTable" fullname="QSqlTableModel::insertRowIntoTable" href="qsqltablemodel.html#insertRowIntoTable" location="qsqltablemodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="insertRowIntoTable(const QSqlRecord &amp; values)">
+ <parameter left="const QSqlRecord &amp;" right="" name="values" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="deleteRowFromTable" fullname="QSqlTableModel::deleteRowFromTable" href="qsqltablemodel.html#deleteRowFromTable" location="qsqltablemodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="deleteRowFromTable(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="orderByClause" fullname="QSqlTableModel::orderByClause" href="qsqltablemodel.html#orderByClause" location="qsqltablemodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="orderByClause() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="selectStatement" fullname="QSqlTableModel::selectStatement" href="qsqltablemodel.html#selectStatement" location="qsqltablemodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="selectStatement() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setPrimaryKey" fullname="QSqlTableModel::setPrimaryKey" href="qsqltablemodel.html#setPrimaryKey" location="qsqltablemodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPrimaryKey(const QSqlIndex &amp; key)">
+ <parameter left="const QSqlIndex &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setQuery" fullname="QSqlTableModel::setQuery" href="qsqltablemodel.html#setQuery" location="qsqltablemodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setQuery(const QSqlQuery &amp; query)">
+ <parameter left="const QSqlQuery &amp;" right="" name="query" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="indexInQuery" fullname="QSqlTableModel::indexInQuery" href="qsqltablemodel.html#indexInQuery" location="qsqltablemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="indexInQuery(const QModelIndex &amp; item) const">
+ <parameter left="const QModelIndex &amp;" right="" name="item" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QInputContextFactory" href="qinputcontextfactory.html" location="qinputcontextfactory.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QInputContextFactory::keys" href="qinputcontextfactory.html#keys" location="qinputcontextfactory.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="keys()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QInputContextFactory::create" href="qinputcontextfactory.html#create" location="qinputcontextfactory.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QInputContext *" signature="create(const QString &amp; key, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="languages" fullname="QInputContextFactory::languages" href="qinputcontextfactory.html#languages" location="qinputcontextfactory.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="languages(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="displayName" fullname="QInputContextFactory::displayName" href="qinputcontextfactory.html#displayName" location="qinputcontextfactory.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="displayName(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="description" fullname="QInputContextFactory::description" href="qinputcontextfactory.html#description" location="qinputcontextfactory.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="description(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QScriptEngineAgent" href="qscriptengineagent.html" location="qscriptengineagent.h" bases="" module="QtScript">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Extension" fullname="QScriptEngineAgent::Extension" href="qscriptengineagent.html#Extension-enum" location="qscriptengineagent.h">
+ <value name="DebuggerInvocationRequest" value="0"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScriptEngineAgent" fullname="QScriptEngineAgent::QScriptEngineAgent" href="qscriptengineagent.html#QScriptEngineAgent" location="qscriptengineagent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QScriptEngineAgent(QScriptEngine * engine)">
+ <parameter left="QScriptEngine *" right="" name="engine" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QScriptEngineAgent" fullname="QScriptEngineAgent::~QScriptEngineAgent" href="qscriptengineagent.html#dtor.QScriptEngineAgent" location="qscriptengineagent.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QScriptEngineAgent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scriptLoad" fullname="QScriptEngineAgent::scriptLoad" href="qscriptengineagent.html#scriptLoad" location="qscriptengineagent.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="scriptLoad(qint64 id, const QString &amp; program, const QString &amp; fileName, int baseLineNumber)">
+ <parameter left="qint64" right="" name="id" default=""/>
+ <parameter left="const QString &amp;" right="" name="program" default=""/>
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="int" right="" name="baseLineNumber" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scriptUnload" fullname="QScriptEngineAgent::scriptUnload" href="qscriptengineagent.html#scriptUnload" location="qscriptengineagent.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="scriptUnload(qint64 id)">
+ <parameter left="qint64" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contextPush" fullname="QScriptEngineAgent::contextPush" href="qscriptengineagent.html#contextPush" location="qscriptengineagent.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contextPush()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contextPop" fullname="QScriptEngineAgent::contextPop" href="qscriptengineagent.html#contextPop" location="qscriptengineagent.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contextPop()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="functionEntry" fullname="QScriptEngineAgent::functionEntry" href="qscriptengineagent.html#functionEntry" location="qscriptengineagent.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="functionEntry(qint64 scriptId)">
+ <parameter left="qint64" right="" name="scriptId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="functionExit" fullname="QScriptEngineAgent::functionExit" href="qscriptengineagent.html#functionExit" location="qscriptengineagent.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="functionExit(qint64 scriptId, const QScriptValue &amp; returnValue)">
+ <parameter left="qint64" right="" name="scriptId" default=""/>
+ <parameter left="const QScriptValue &amp;" right="" name="returnValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="positionChange" fullname="QScriptEngineAgent::positionChange" href="qscriptengineagent.html#positionChange" location="qscriptengineagent.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="positionChange(qint64 scriptId, int lineNumber, int columnNumber)">
+ <parameter left="qint64" right="" name="scriptId" default=""/>
+ <parameter left="int" right="" name="lineNumber" default=""/>
+ <parameter left="int" right="" name="columnNumber" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exceptionThrow" fullname="QScriptEngineAgent::exceptionThrow" href="qscriptengineagent.html#exceptionThrow" location="qscriptengineagent.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="exceptionThrow(qint64 scriptId, const QScriptValue &amp; exception, bool hasHandler)">
+ <parameter left="qint64" right="" name="scriptId" default=""/>
+ <parameter left="const QScriptValue &amp;" right="" name="exception" default=""/>
+ <parameter left="bool" right="" name="hasHandler" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exceptionCatch" fullname="QScriptEngineAgent::exceptionCatch" href="qscriptengineagent.html#exceptionCatch" location="qscriptengineagent.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="exceptionCatch(qint64 scriptId, const QScriptValue &amp; exception)">
+ <parameter left="qint64" right="" name="scriptId" default=""/>
+ <parameter left="const QScriptValue &amp;" right="" name="exception" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportsExtension" fullname="QScriptEngineAgent::supportsExtension" href="qscriptengineagent.html#supportsExtension" location="qscriptengineagent.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="supportsExtension(Extension extension) const">
+ <parameter left="Extension" right="" name="extension" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="extension" fullname="QScriptEngineAgent::extension" href="qscriptengineagent.html#extension" location="qscriptengineagent.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QVariant" signature="extension(Extension extension, const QVariant &amp; argument)">
+ <parameter left="Extension" right="" name="extension" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="argument" default="QVariant()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="engine" fullname="QScriptEngineAgent::engine" href="qscriptengineagent.html#engine" location="qscriptengineagent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptEngine *" signature="engine() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d_ptr" fullname="QScriptEngineAgent::d_ptr" href="qscriptengineagent.html#d_ptr-var" location="qscriptengineagent.h" type="QScriptEngineAgentPrivate *" static="false"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qscriptbreakpointdata.html#operator&lt;&lt;-32" location="qscriptbreakpointdata.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="32" relates="QScriptBreakpointData" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QScriptBreakpointData &amp; data)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QScriptBreakpointData &amp;" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qscriptbreakpointdata.html#operator&gt;&gt;-20" location="qscriptbreakpointdata.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="20" relates="QScriptBreakpointData" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QScriptBreakpointData &amp; data)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QScriptBreakpointData &amp;" right="" name="data" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QFxPaintedItem" href="qfxpainteditem.html" location="qfxpainteditem.h" bases="QFxItem" module="QtDeclarative">
+ <property access="public" threadsafety="unspecified" status="commendable" name="contentsSize" fullname="QFxPaintedItem::contentsSize" href="qfxpainteditem.html#contentsSize-prop" location="qfxpainteditem.h" type="QSize">
+ <getter name="contentsSize"/>
+ <setter name="setContentsSize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="fillColor" fullname="QFxPaintedItem::fillColor" href="qfxpainteditem.html#fillColor-prop" location="qfxpainteditem.h" type="QColor">
+ <getter name="fillColor"/>
+ <setter name="setFillColor"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="cacheSize" fullname="QFxPaintedItem::cacheSize" href="qfxpainteditem.html#cacheSize-prop" location="qfxpainteditem.h" type="int">
+ <getter name="cacheSize"/>
+ <setter name="setCacheSize"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFxPaintedItem" fullname="QFxPaintedItem::QFxPaintedItem" href="qfxpainteditem.html#QFxPaintedItem" location="qfxpainteditem.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFxPaintedItem(QFxItem * parent)">
+ <parameter left="QFxItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFxPaintedItem" fullname="QFxPaintedItem::~QFxPaintedItem" href="qfxpainteditem.html#dtor.QFxPaintedItem" location="qfxpainteditem.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFxPaintedItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentsSize" fullname="QFxPaintedItem::contentsSize" href="qfxpainteditem.html#contentsSize-prop" location="qfxpainteditem.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="contentsSize" type="QSize" signature="contentsSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContentsSize" fullname="QFxPaintedItem::setContentsSize" href="qfxpainteditem.html#contentsSize-prop" location="qfxpainteditem.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="contentsSize" type="void" signature="setContentsSize(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cacheSize" fullname="QFxPaintedItem::cacheSize" href="qfxpainteditem.html#cacheSize-prop" location="qfxpainteditem.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="cacheSize" type="int" signature="cacheSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCacheSize" fullname="QFxPaintedItem::setCacheSize" href="qfxpainteditem.html#cacheSize-prop" location="qfxpainteditem.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="cacheSize" type="void" signature="setCacheSize(int pixels)">
+ <parameter left="int" right="" name="pixels" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fillColor" fullname="QFxPaintedItem::fillColor" href="qfxpainteditem.html#fillColor-prop" location="qfxpainteditem.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="fillColor" type="QColor" signature="fillColor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFillColor" fullname="QFxPaintedItem::setFillColor" href="qfxpainteditem.html#fillColor-prop" location="qfxpainteditem.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="fillColor" type="void" signature="setFillColor(const QColor &amp; )">
+ <parameter left="const QColor &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="QFxPaintedItem::paint" href="qfxpainteditem.html#paint" location="qfxpainteditem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paint(QPainter * p, const QStyleOptionGraphicsItem * , QWidget * )">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QStyleOptionGraphicsItem *" right="" name="" default=""/>
+ <parameter left="QWidget *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawContents" fullname="QFxPaintedItem::drawContents" href="qfxpainteditem.html#drawContents" location="qfxpainteditem.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawContents(QPainter * painter, const QRect &amp; rect)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fillColorChanged" fullname="QFxPaintedItem::fillColorChanged" href="qfxpainteditem.html#fillColorChanged" location="qfxpainteditem.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="fillColorChanged()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dirtyCache" fullname="QFxPaintedItem::dirtyCache" href="qfxpainteditem.html#dirtyCache" location="qfxpainteditem.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="dirtyCache(const QRect &amp; rect)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="clearCache" fullname="QFxPaintedItem::clearCache" href="qfxpainteditem.html#clearCache" location="qfxpainteditem.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clearCache()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3SqlSelectCursor" href="q3sqlselectcursor.html" location="q3sqlselectcursor.h" bases="Q3SqlCursor" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3SqlSelectCursor" fullname="Q3SqlSelectCursor::Q3SqlSelectCursor" href="q3sqlselectcursor.html#Q3SqlSelectCursor" location="q3sqlselectcursor.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3SqlSelectCursor(const QString &amp; query, QSqlDatabase db)">
+ <parameter left="const QString &amp;" right="" name="query" default="QString()"/>
+ <parameter left="QSqlDatabase" right="" name="db" default="QSqlDatabase()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3SqlSelectCursor" fullname="Q3SqlSelectCursor::Q3SqlSelectCursor" href="q3sqlselectcursor.html#Q3SqlSelectCursor-2" location="q3sqlselectcursor.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3SqlSelectCursor(const Q3SqlSelectCursor &amp; other)">
+ <parameter left="const Q3SqlSelectCursor &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3SqlSelectCursor" fullname="Q3SqlSelectCursor::~Q3SqlSelectCursor" href="q3sqlselectcursor.html#dtor.Q3SqlSelectCursor" location="q3sqlselectcursor.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3SqlSelectCursor()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="update" fullname="Q3SqlSelectCursor::update" href="q3sqlselectcursor.html#update" location="q3sqlselectcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="int" signature="update(const QString &amp; filter, bool invalidate)">
+ <parameter left="const QString &amp;" right="" name="filter" default=""/>
+ <parameter left="bool" right="" name="invalidate" default="true"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QVariantAnimation" href="qvariantanimation.html" location="qvariantanimation.h" bases="QAbstractAnimation" module="QtCore">
+ <property access="public" threadsafety="unspecified" status="commendable" name="startValue" fullname="QVariantAnimation::startValue" href="qvariantanimation.html#startValue-prop" location="qvariantanimation.h" type="QVariant">
+ <getter name="startValue"/>
+ <setter name="setStartValue"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="endValue" fullname="QVariantAnimation::endValue" href="qvariantanimation.html#endValue-prop" location="qvariantanimation.h" type="QVariant">
+ <getter name="endValue"/>
+ <setter name="setEndValue"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentValue" fullname="QVariantAnimation::currentValue" href="qvariantanimation.html#currentValue-prop" location="qvariantanimation.h" type="QVariant">
+ <getter name="currentValue"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="duration" fullname="QVariantAnimation::duration" href="qvariantanimation.html#duration-prop" location="qvariantanimation.h" type="int">
+ <getter name="duration"/>
+ <setter name="setDuration"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="easingCurve" fullname="QVariantAnimation::easingCurve" href="qvariantanimation.html#easingCurve-prop" location="qvariantanimation.h" type="QEasingCurve">
+ <getter name="easingCurve"/>
+ <setter name="setEasingCurve"/>
+ </property>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="KeyValue" fullname="QVariantAnimation::KeyValue" href="qvariantanimation.html#KeyValue-typedef" location="qvariantanimation.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="KeyValues" fullname="QVariantAnimation::KeyValues" href="qvariantanimation.html#KeyValues-typedef" location="qvariantanimation.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariantAnimation" fullname="QVariantAnimation::QVariantAnimation" href="qvariantanimation.html#QVariantAnimation" location="qvariantanimation.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QVariantAnimation(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QVariantAnimation" fullname="QVariantAnimation::~QVariantAnimation" href="qvariantanimation.html#dtor.QVariantAnimation" location="qvariantanimation.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QVariantAnimation()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startValue" fullname="QVariantAnimation::startValue" href="qvariantanimation.html#startValue-prop" location="qvariantanimation.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="startValue" type="QVariant" signature="startValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStartValue" fullname="QVariantAnimation::setStartValue" href="qvariantanimation.html#startValue-prop" location="qvariantanimation.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="startValue" type="void" signature="setStartValue(const QVariant &amp; value)">
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endValue" fullname="QVariantAnimation::endValue" href="qvariantanimation.html#endValue-prop" location="qvariantanimation.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="endValue" type="QVariant" signature="endValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEndValue" fullname="QVariantAnimation::setEndValue" href="qvariantanimation.html#endValue-prop" location="qvariantanimation.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="endValue" type="void" signature="setEndValue(const QVariant &amp; value)">
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyValueAt" fullname="QVariantAnimation::keyValueAt" href="qvariantanimation.html#keyValueAt" location="qvariantanimation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="keyValueAt(qreal step) const">
+ <parameter left="qreal" right="" name="step" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setKeyValueAt" fullname="QVariantAnimation::setKeyValueAt" href="qvariantanimation.html#setKeyValueAt" location="qvariantanimation.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setKeyValueAt(qreal step, const QVariant &amp; value)">
+ <parameter left="qreal" right="" name="step" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyValues" fullname="QVariantAnimation::keyValues" href="qvariantanimation.html#keyValues" location="qvariantanimation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="KeyValues" signature="keyValues() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setKeyValues" fullname="QVariantAnimation::setKeyValues" href="qvariantanimation.html#setKeyValues" location="qvariantanimation.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setKeyValues(const KeyValues &amp; keyValues)">
+ <parameter left="const KeyValues &amp;" right="" name="keyValues" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentValue" fullname="QVariantAnimation::currentValue" href="qvariantanimation.html#currentValue-prop" location="qvariantanimation.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentValue" type="QVariant" signature="currentValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="duration" fullname="QVariantAnimation::duration" href="qvariantanimation.html#duration-prop" location="qvariantanimation.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" associated-property="duration" type="int" signature="duration() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDuration" fullname="QVariantAnimation::setDuration" href="qvariantanimation.html#duration-prop" location="qvariantanimation.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="duration" type="void" signature="setDuration(int msecs)">
+ <parameter left="int" right="" name="msecs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="easingCurve" fullname="QVariantAnimation::easingCurve" href="qvariantanimation.html#easingCurve-prop" location="qvariantanimation.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="easingCurve" type="QEasingCurve" signature="easingCurve() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEasingCurve" fullname="QVariantAnimation::setEasingCurve" href="qvariantanimation.html#easingCurve-prop" location="qvariantanimation.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="easingCurve" type="void" signature="setEasingCurve(const QEasingCurve &amp; easing)">
+ <parameter left="const QEasingCurve &amp;" right="" name="easing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QVariantAnimation::valueChanged" href="qvariantanimation.html#valueChanged" location="qvariantanimation.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(const QVariant &amp; value)">
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QVariantAnimation::event" href="qvariantanimation.html#event" location="qvariantanimation.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateCurrentTime" fullname="QVariantAnimation::updateCurrentTime" href="qvariantanimation.html#updateCurrentTime" location="qvariantanimation.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateCurrentTime(int msecs)">
+ <parameter left="int" right="" name="msecs" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateState" fullname="QVariantAnimation::updateState" href="qvariantanimation.html#updateState" location="qvariantanimation.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateState(QAbstractAnimation::State oldState, QAbstractAnimation::State newState)">
+ <parameter left="QAbstractAnimation::State" right="" name="oldState" default=""/>
+ <parameter left="QAbstractAnimation::State" right="" name="newState" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateCurrentValue" fullname="QVariantAnimation::updateCurrentValue" href="qvariantanimation.html#updateCurrentValue" location="qvariantanimation.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateCurrentValue(const QVariant &amp; value)">
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="interpolated" fullname="QVariantAnimation::interpolated" href="qvariantanimation.html#interpolated" location="qvariantanimation.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="interpolated(const QVariant &amp; from, const QVariant &amp; to, qreal progress) const">
+ <parameter left="const QVariant &amp;" right="" name="from" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="to" default=""/>
+ <parameter left="qreal" right="" name="progress" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="thread safe" status="commendable" name="qRegisterAnimationInterpolator" href="qvariantanimation.html#qRegisterAnimationInterpolator" location="qvariantanimation.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QVariantAnimation" type="void" signature="qRegisterAnimationInterpolator(QVariant(* ) ( const T &amp; from, const T &amp; to, qreal progress ) func)">
+ <parameter left="QVariant(* ) ( const T &amp; from, const T &amp; to, qreal progress )" right="" name="func" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPointer" href="qpointer.html" location="qpointer.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPointer" fullname="QPointer::QPointer" href="qpointer.html#QPointer" location="qpointer.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPointer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPointer" fullname="QPointer::QPointer" href="qpointer.html#QPointer-2" location="qpointer.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QPointer(T * p)">
+ <parameter left="T *" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPointer" fullname="QPointer::QPointer" href="qpointer.html#QPointer-3" location="qpointer.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QPointer(const QPointer&lt;T&gt; &amp; p)">
+ <parameter left="const QPointer&lt;T&gt; &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPointer" fullname="QPointer::~QPointer" href="qpointer.html#dtor.QPointer" location="qpointer.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPointer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QPointer::operator=" href="qpointer.html#operator=" location="qpointer.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPointer&lt;T&gt; &amp;" signature="operator=(const QPointer&lt;T&gt; &amp; p)">
+ <parameter left="const QPointer&lt;T&gt; &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QPointer::operator=" href="qpointer.html#operator=-2" location="qpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QPointer&lt;T&gt; &amp;" signature="operator=(T * p)">
+ <parameter left="T *" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QPointer::isNull" href="qpointer.html#isNull" location="qpointer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-&gt;" fullname="QPointer::operator-&gt;" href="qpointer.html#operator-&gt;" location="qpointer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T *" signature="operator-&gt;() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" fullname="QPointer::operator*" href="qpointer.html#operator*" location="qpointer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T &amp;" signature="operator*() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator T *" fullname="QPointer::operator T *" href="qpointer.html#operator T *" location="qpointer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator T *() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QPointer::data" href="qpointer.html#data" location="qpointer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T *" signature="data() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="#operator==-11" location="qpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="11" type="bool" signature="operator==(const T * o, const QPointer&lt;T&gt; &amp; p)">
+ <parameter left="const T *" right="" name="o" default=""/>
+ <parameter left="const QPointer&lt;T&gt; &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="#operator==-12" location="qpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" type="bool" signature="operator==(const QPointer&lt;T&gt; &amp; p, const T * o)">
+ <parameter left="const QPointer&lt;T&gt; &amp;" right="" name="p" default=""/>
+ <parameter left="const T *" right="" name="o" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="#operator==-13" location="qpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="13" type="bool" signature="operator==(T * o, const QPointer&lt;T&gt; &amp; p)">
+ <parameter left="T *" right="" name="o" default=""/>
+ <parameter left="const QPointer&lt;T&gt; &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="#operator==-14" location="qpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="14" type="bool" signature="operator==(const QPointer&lt;T&gt; &amp; p, T * o)">
+ <parameter left="const QPointer&lt;T&gt; &amp;" right="" name="p" default=""/>
+ <parameter left="T *" right="" name="o" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="#operator==-15" location="qpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="15" type="bool" signature="operator==(const QPointer&lt;T&gt; &amp; p1, const QPointer&lt;T&gt; &amp; p2)">
+ <parameter left="const QPointer&lt;T&gt; &amp;" right="" name="p1" default=""/>
+ <parameter left="const QPointer&lt;T&gt; &amp;" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="#operator!=-7" location="qpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="bool" signature="operator!=(const T * o, const QPointer&lt;T&gt; &amp; p)">
+ <parameter left="const T *" right="" name="o" default=""/>
+ <parameter left="const QPointer&lt;T&gt; &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="#operator!=-8" location="qpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="bool" signature="operator!=(const QPointer&lt;T&gt; &amp; p, const T * o)">
+ <parameter left="const QPointer&lt;T&gt; &amp;" right="" name="p" default=""/>
+ <parameter left="const T *" right="" name="o" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="#operator!=-9" location="qpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" type="bool" signature="operator!=(T * o, const QPointer&lt;T&gt; &amp; p)">
+ <parameter left="T *" right="" name="o" default=""/>
+ <parameter left="const QPointer&lt;T&gt; &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="#operator!=-10" location="qpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="10" type="bool" signature="operator!=(const QPointer&lt;T&gt; &amp; p, T * o)">
+ <parameter left="const QPointer&lt;T&gt; &amp;" right="" name="p" default=""/>
+ <parameter left="T *" right="" name="o" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="#operator!=-11" location="qpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="11" type="bool" signature="operator!=(const QPointer&lt;T&gt; &amp; p1, const QPointer&lt;T&gt; &amp; p2)">
+ <parameter left="const QPointer&lt;T&gt; &amp;" right="" name="p1" default=""/>
+ <parameter left="const QPointer&lt;T&gt; &amp;" right="" name="p2" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3AsciiCache" href="q3asciicache.html" location="q3asciicache.h" bases="Q3PtrCollection" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3AsciiCache" fullname="Q3AsciiCache::Q3AsciiCache" href="q3asciicache.html#Q3AsciiCache" location="q3asciicache.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3AsciiCache(int maxCost, int size, bool caseSensitive, bool copyKeys)">
+ <parameter left="int" right="" name="maxCost" default="100"/>
+ <parameter left="int" right="" name="size" default="17"/>
+ <parameter left="bool" right="" name="caseSensitive" default="true"/>
+ <parameter left="bool" right="" name="copyKeys" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3AsciiCache" fullname="Q3AsciiCache::~Q3AsciiCache" href="q3asciicache.html#dtor.Q3AsciiCache" location="q3asciicache.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3AsciiCache()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maxCost" fullname="Q3AsciiCache::maxCost" href="q3asciicache.html#maxCost" location="q3asciicache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="maxCost() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="totalCost" fullname="Q3AsciiCache::totalCost" href="q3asciicache.html#totalCost" location="q3asciicache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="totalCost() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaxCost" fullname="Q3AsciiCache::setMaxCost" href="q3asciicache.html#setMaxCost" location="q3asciicache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMaxCost(int m)">
+ <parameter left="int" right="" name="m" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3AsciiCache::count" href="q3asciicache.html#count" location="q3asciicache.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="Q3AsciiCache::size" href="q3asciicache.html#size" location="q3asciicache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="Q3AsciiCache::isEmpty" href="q3asciicache.html#isEmpty" location="q3asciicache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="Q3AsciiCache::clear" href="q3asciicache.html#clear" location="q3asciicache.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="Q3AsciiCache::insert" href="q3asciicache.html#insert" location="q3asciicache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="insert(const char * k, const type * d, int c, int p)">
+ <parameter left="const char *" right="" name="k" default=""/>
+ <parameter left="const type *" right="" name="d" default=""/>
+ <parameter left="int" right="" name="c" default="1"/>
+ <parameter left="int" right="" name="p" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="Q3AsciiCache::remove" href="q3asciicache.html#remove" location="q3asciicache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="remove(const char * k)">
+ <parameter left="const char *" right="" name="k" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="take" fullname="Q3AsciiCache::take" href="q3asciicache.html#take" location="q3asciicache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="take(const char * k)">
+ <parameter left="const char *" right="" name="k" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="Q3AsciiCache::find" href="q3asciicache.html#find" location="q3asciicache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="find(const char * k, bool ref) const">
+ <parameter left="const char *" right="" name="k" default=""/>
+ <parameter left="bool" right="" name="ref" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="Q3AsciiCache::operator[]" href="q3asciicache.html#operator[]" location="q3asciicache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="operator[](const char * k) const">
+ <parameter left="const char *" right="" name="k" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="statistics" fullname="Q3AsciiCache::statistics" href="q3asciicache.html#statistics" location="q3asciicache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="statistics() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3AsciiCacheIterator" href="q3asciicacheiterator.html" location="q3asciicache.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3AsciiCacheIterator" fullname="Q3AsciiCacheIterator::Q3AsciiCacheIterator" href="q3asciicacheiterator.html#Q3AsciiCacheIterator" location="q3asciicache.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3AsciiCacheIterator(const Q3AsciiCache&lt;type&gt; &amp; cache)">
+ <parameter left="const Q3AsciiCache&lt;type&gt; &amp;" right="" name="cache" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3AsciiCacheIterator" fullname="Q3AsciiCacheIterator::Q3AsciiCacheIterator" href="q3asciicacheiterator.html#Q3AsciiCacheIterator-2" location="q3asciicache.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3AsciiCacheIterator(const Q3AsciiCacheIterator&lt;type&gt; &amp; ci)">
+ <parameter left="const Q3AsciiCacheIterator&lt;type&gt; &amp;" right="" name="ci" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3AsciiCacheIterator::operator=" href="q3asciicacheiterator.html#operator=" location="q3asciicache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3AsciiCacheIterator&lt;type&gt; &amp;" signature="operator=(const Q3AsciiCacheIterator&lt;type&gt; &amp; ci)">
+ <parameter left="const Q3AsciiCacheIterator&lt;type&gt; &amp;" right="" name="ci" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3AsciiCacheIterator::count" href="q3asciicacheiterator.html#count" location="q3asciicache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="Q3AsciiCacheIterator::isEmpty" href="q3asciicacheiterator.html#isEmpty" location="q3asciicache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atFirst" fullname="Q3AsciiCacheIterator::atFirst" href="q3asciicacheiterator.html#atFirst" location="q3asciicache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="atFirst() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atLast" fullname="Q3AsciiCacheIterator::atLast" href="q3asciicacheiterator.html#atLast" location="q3asciicache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="atLast() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFirst" fullname="Q3AsciiCacheIterator::toFirst" href="q3asciicacheiterator.html#toFirst" location="q3asciicache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="toFirst()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLast" fullname="Q3AsciiCacheIterator::toLast" href="q3asciicacheiterator.html#toLast" location="q3asciicache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="toLast()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator type *" fullname="Q3AsciiCacheIterator::operator type *" href="q3asciicacheiterator.html#operator type *" location="q3asciicache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator type *() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="current" fullname="Q3AsciiCacheIterator::current" href="q3asciicacheiterator.html#current" location="q3asciicache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="current() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentKey" fullname="Q3AsciiCacheIterator::currentKey" href="q3asciicacheiterator.html#currentKey" location="q3asciicache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="currentKey() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator()" fullname="Q3AsciiCacheIterator::operator()" href="q3asciicacheiterator.html#operator()" location="q3asciicache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator()()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="Q3AsciiCacheIterator::operator++" href="q3asciicacheiterator.html#operator++" location="q3asciicache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator++()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="Q3AsciiCacheIterator::operator+=" href="q3asciicacheiterator.html#operator+=" location="q3asciicache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator+=(uint jump)">
+ <parameter left="uint" right="" name="jump" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="Q3AsciiCacheIterator::operator--" href="q3asciicacheiterator.html#operator--" location="q3asciicache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator--()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="Q3AsciiCacheIterator::operator-=" href="q3asciicacheiterator.html#operator-=" location="q3asciicache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator-=(uint jump)">
+ <parameter left="uint" right="" name="jump" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QFileSystemModel" href="qfilesystemmodel.html" location="qfilesystemmodel.h" bases="QAbstractItemModel" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="resolveSymlinks" fullname="QFileSystemModel::resolveSymlinks" href="qfilesystemmodel.html#resolveSymlinks-prop" location="qfilesystemmodel.h" type="bool">
+ <getter name="resolveSymlinks"/>
+ <setter name="setResolveSymlinks"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="readOnly" fullname="QFileSystemModel::readOnly" href="qfilesystemmodel.html#readOnly-prop" location="qfilesystemmodel.h" type="bool">
+ <getter name="isReadOnly"/>
+ <setter name="setReadOnly"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="nameFilterDisables" fullname="QFileSystemModel::nameFilterDisables" href="qfilesystemmodel.html#nameFilterDisables-prop" location="qfilesystemmodel.h" type="bool">
+ <getter name="nameFilterDisables"/>
+ <setter name="setNameFilterDisables"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rootPathChanged" fullname="QFileSystemModel::rootPathChanged" href="qfilesystemmodel.html#rootPathChanged" location="qfilesystemmodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="rootPathChanged(const QString &amp; newPath)">
+ <parameter left="const QString &amp;" right="" name="newPath" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileRenamed" fullname="QFileSystemModel::fileRenamed" href="qfilesystemmodel.html#fileRenamed" location="qfilesystemmodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="fileRenamed(const QString &amp; path, const QString &amp; oldName, const QString &amp; newName)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="const QString &amp;" right="" name="oldName" default=""/>
+ <parameter left="const QString &amp;" right="" name="newName" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Roles" fullname="QFileSystemModel::Roles" href="qfilesystemmodel.html#Roles-enum" location="qfilesystemmodel.h">
+ <value name="FileIconRole" value="Qt::DecorationRole"/>
+ <value name="FilePathRole" value="Qt::UserRole + 1"/>
+ <value name="FileNameRole" value="Qt::UserRole + 2"/>
+ <value name="FilePermissions" value="Qt::UserRole + 3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFileSystemModel" fullname="QFileSystemModel::QFileSystemModel" href="qfilesystemmodel.html#QFileSystemModel" location="qfilesystemmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFileSystemModel(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFileSystemModel" fullname="QFileSystemModel::~QFileSystemModel" href="qfilesystemmodel.html#dtor.QFileSystemModel" location="qfilesystemmodel.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFileSystemModel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="index" fullname="QFileSystemModel::index" href="qfilesystemmodel.html#index" location="qfilesystemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="index(int row, int column, const QModelIndex &amp; parent) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="index" fullname="QFileSystemModel::index" href="qfilesystemmodel.html#index-2" location="qfilesystemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QModelIndex" signature="index(const QString &amp; path, int column) const">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="int" right="" name="column" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parent" fullname="QFileSystemModel::parent" href="qfilesystemmodel.html#parent" location="qfilesystemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="parent(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasChildren" fullname="QFileSystemModel::hasChildren" href="qfilesystemmodel.html#hasChildren" location="qfilesystemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasChildren(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canFetchMore" fullname="QFileSystemModel::canFetchMore" href="qfilesystemmodel.html#canFetchMore" location="qfilesystemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="canFetchMore(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fetchMore" fullname="QFileSystemModel::fetchMore" href="qfilesystemmodel.html#fetchMore" location="qfilesystemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="fetchMore(const QModelIndex &amp; parent)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowCount" fullname="QFileSystemModel::rowCount" href="qfilesystemmodel.html#rowCount" location="qfilesystemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rowCount(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnCount" fullname="QFileSystemModel::columnCount" href="qfilesystemmodel.html#columnCount" location="qfilesystemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="columnCount(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="myComputer" fullname="QFileSystemModel::myComputer" href="qfilesystemmodel.html#myComputer" location="qfilesystemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="myComputer(int role) const">
+ <parameter left="int" right="" name="role" default="Qt::DisplayRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QFileSystemModel::data" href="qfilesystemmodel.html#data" location="qfilesystemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="data(const QModelIndex &amp; index, int role) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::DisplayRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QFileSystemModel::setData" href="qfilesystemmodel.html#setData" location="qfilesystemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="setData(const QModelIndex &amp; idx, const QVariant &amp; value, int role)">
+ <parameter left="const QModelIndex &amp;" right="" name="idx" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::EditRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="headerData" fullname="QFileSystemModel::headerData" href="qfilesystemmodel.html#headerData" location="qfilesystemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="headerData(int section, Qt::Orientation orientation, int role) const">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::DisplayRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flags" fullname="QFileSystemModel::flags" href="qfilesystemmodel.html#flags" location="qfilesystemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::ItemFlags" signature="flags(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sort" fullname="QFileSystemModel::sort" href="qfilesystemmodel.html#sort" location="qfilesystemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="sort(int column, Qt::SortOrder order)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="Qt::SortOrder" right="" name="order" default="Qt::AscendingOrder"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mimeTypes" fullname="QFileSystemModel::mimeTypes" href="qfilesystemmodel.html#mimeTypes" location="qfilesystemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="mimeTypes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mimeData" fullname="QFileSystemModel::mimeData" href="qfilesystemmodel.html#mimeData" location="qfilesystemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QMimeData *" signature="mimeData(const QModelIndexList &amp; indexes) const">
+ <parameter left="const QModelIndexList &amp;" right="" name="indexes" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dropMimeData" fullname="QFileSystemModel::dropMimeData" href="qfilesystemmodel.html#dropMimeData" location="qfilesystemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="dropMimeData(const QMimeData * data, Qt::DropAction action, int row, int column, const QModelIndex &amp; parent)">
+ <parameter left="const QMimeData *" right="" name="data" default=""/>
+ <parameter left="Qt::DropAction" right="" name="action" default=""/>
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedDropActions" fullname="QFileSystemModel::supportedDropActions" href="qfilesystemmodel.html#supportedDropActions" location="qfilesystemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::DropActions" signature="supportedDropActions() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRootPath" fullname="QFileSystemModel::setRootPath" href="qfilesystemmodel.html#setRootPath" location="qfilesystemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QModelIndex" signature="setRootPath(const QString &amp; newPath)">
+ <parameter left="const QString &amp;" right="" name="newPath" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rootPath" fullname="QFileSystemModel::rootPath" href="qfilesystemmodel.html#rootPath" location="qfilesystemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="rootPath() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rootDirectory" fullname="QFileSystemModel::rootDirectory" href="qfilesystemmodel.html#rootDirectory" location="qfilesystemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDir" signature="rootDirectory() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIconProvider" fullname="QFileSystemModel::setIconProvider" href="qfilesystemmodel.html#setIconProvider" location="qfilesystemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setIconProvider(QFileIconProvider * provider)">
+ <parameter left="QFileIconProvider *" right="" name="provider" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iconProvider" fullname="QFileSystemModel::iconProvider" href="qfilesystemmodel.html#iconProvider" location="qfilesystemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFileIconProvider *" signature="iconProvider() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFilter" fullname="QFileSystemModel::setFilter" href="qfilesystemmodel.html#setFilter" location="qfilesystemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFilter(QFlags&lt;QDir::Filter&gt; filters)">
+ <parameter left="QFlags&lt;QDir::Filter&gt;" right="" name="filters" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filter" fullname="QFileSystemModel::filter" href="qfilesystemmodel.html#filter" location="qfilesystemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDir::Filters" signature="filter() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setResolveSymlinks" fullname="QFileSystemModel::setResolveSymlinks" href="qfilesystemmodel.html#resolveSymlinks-prop" location="qfilesystemmodel.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="resolveSymlinks" type="void" signature="setResolveSymlinks(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resolveSymlinks" fullname="QFileSystemModel::resolveSymlinks" href="qfilesystemmodel.html#resolveSymlinks-prop" location="qfilesystemmodel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="resolveSymlinks" type="bool" signature="resolveSymlinks() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setReadOnly" fullname="QFileSystemModel::setReadOnly" href="qfilesystemmodel.html#readOnly-prop" location="qfilesystemmodel.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="readOnly" type="void" signature="setReadOnly(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isReadOnly" fullname="QFileSystemModel::isReadOnly" href="qfilesystemmodel.html#readOnly-prop" location="qfilesystemmodel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="readOnly" type="bool" signature="isReadOnly() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNameFilterDisables" fullname="QFileSystemModel::setNameFilterDisables" href="qfilesystemmodel.html#nameFilterDisables-prop" location="qfilesystemmodel.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="nameFilterDisables" type="void" signature="setNameFilterDisables(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nameFilterDisables" fullname="QFileSystemModel::nameFilterDisables" href="qfilesystemmodel.html#nameFilterDisables-prop" location="qfilesystemmodel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="nameFilterDisables" type="bool" signature="nameFilterDisables() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNameFilters" fullname="QFileSystemModel::setNameFilters" href="qfilesystemmodel.html#setNameFilters" location="qfilesystemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNameFilters(const QStringList &amp; filters)">
+ <parameter left="const QStringList &amp;" right="" name="filters" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nameFilters" fullname="QFileSystemModel::nameFilters" href="qfilesystemmodel.html#nameFilters" location="qfilesystemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="nameFilters() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filePath" fullname="QFileSystemModel::filePath" href="qfilesystemmodel.html#filePath" location="qfilesystemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="filePath(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDir" fullname="QFileSystemModel::isDir" href="qfilesystemmodel.html#isDir" location="qfilesystemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDir(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QFileSystemModel::size" href="qfilesystemmodel.html#size" location="qfilesystemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="size(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QFileSystemModel::type" href="qfilesystemmodel.html#type" location="qfilesystemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="type(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastModified" fullname="QFileSystemModel::lastModified" href="qfilesystemmodel.html#lastModified" location="qfilesystemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="lastModified(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mkdir" fullname="QFileSystemModel::mkdir" href="qfilesystemmodel.html#mkdir" location="qfilesystemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QModelIndex" signature="mkdir(const QModelIndex &amp; parent, const QString &amp; name)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rmdir" fullname="QFileSystemModel::rmdir" href="qfilesystemmodel.html#rmdir" location="qfilesystemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="rmdir(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QFileSystemModel::fileName" href="qfilesystemmodel.html#fileName" location="qfilesystemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fileName(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileIcon" fullname="QFileSystemModel::fileIcon" href="qfilesystemmodel.html#fileIcon" location="qfilesystemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="fileIcon(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="permissions" fullname="QFileSystemModel::permissions" href="qfilesystemmodel.html#permissions" location="qfilesystemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFile::Permissions" signature="permissions(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileInfo" fullname="QFileSystemModel::fileInfo" href="qfilesystemmodel.html#fileInfo" location="qfilesystemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFileInfo" signature="fileInfo(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QFileSystemModel::remove" href="qfilesystemmodel.html#remove" location="qfilesystemmodel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="remove(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="timerEvent" fullname="QFileSystemModel::timerEvent" href="qfilesystemmodel.html#timerEvent" location="qfilesystemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="timerEvent(QTimerEvent * event)">
+ <parameter left="QTimerEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QFileSystemModel::event" href="qfilesystemmodel.html#event" location="qfilesystemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSqlRecord" href="qsqlrecord.html" location="qsqlrecord.h" bases="" module="QtSql">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSqlRecord" fullname="QSqlRecord::QSqlRecord" href="qsqlrecord.html#QSqlRecord" location="qsqlrecord.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSqlRecord()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSqlRecord" fullname="QSqlRecord::QSqlRecord" href="qsqlrecord.html#QSqlRecord-2" location="qsqlrecord.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSqlRecord(const QSqlRecord &amp; other)">
+ <parameter left="const QSqlRecord &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QSqlRecord::operator=" href="qsqlrecord.html#operator=" location="qsqlrecord.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSqlRecord &amp;" signature="operator=(const QSqlRecord &amp; other)">
+ <parameter left="const QSqlRecord &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSqlRecord" fullname="QSqlRecord::~QSqlRecord" href="qsqlrecord.html#dtor.QSqlRecord" location="qsqlrecord.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSqlRecord()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QSqlRecord::operator==" href="qsqlrecord.html#operator==" location="qsqlrecord.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QSqlRecord &amp; other) const">
+ <parameter left="const QSqlRecord &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QSqlRecord::operator!=" href="qsqlrecord.html#operator!=" location="qsqlrecord.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QSqlRecord &amp; other) const">
+ <parameter left="const QSqlRecord &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QSqlRecord::value" href="qsqlrecord.html#value" location="qsqlrecord.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="value(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QSqlRecord::value" href="qsqlrecord.html#value-2" location="qsqlrecord.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QVariant" signature="value(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QSqlRecord::setValue" href="qsqlrecord.html#setValue" location="qsqlrecord.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setValue(int index, const QVariant &amp; val)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QSqlRecord::setValue" href="qsqlrecord.html#setValue-2" location="qsqlrecord.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setValue(const QString &amp; name, const QVariant &amp; val)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNull" fullname="QSqlRecord::setNull" href="qsqlrecord.html#setNull" location="qsqlrecord.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNull(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNull" fullname="QSqlRecord::setNull" href="qsqlrecord.html#setNull-2" location="qsqlrecord.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setNull(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QSqlRecord::isNull" href="qsqlrecord.html#isNull-2" location="qsqlrecord.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="isNull(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QSqlRecord::isNull" href="qsqlrecord.html#isNull" location="qsqlrecord.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="QSqlRecord::indexOf" href="qsqlrecord.html#indexOf" location="qsqlrecord.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOf(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fieldName" fullname="QSqlRecord::fieldName" href="qsqlrecord.html#fieldName" location="qsqlrecord.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fieldName(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="field" fullname="QSqlRecord::field" href="qsqlrecord.html#field" location="qsqlrecord.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSqlField" signature="field(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="field" fullname="QSqlRecord::field" href="qsqlrecord.html#field-2" location="qsqlrecord.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QSqlField" signature="field(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isGenerated" fullname="QSqlRecord::isGenerated" href="qsqlrecord.html#isGenerated-2" location="qsqlrecord.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="isGenerated(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isGenerated" fullname="QSqlRecord::isGenerated" href="qsqlrecord.html#isGenerated" location="qsqlrecord.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isGenerated(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGenerated" fullname="QSqlRecord::setGenerated" href="qsqlrecord.html#setGenerated" location="qsqlrecord.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setGenerated(const QString &amp; name, bool generated)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="bool" right="" name="generated" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGenerated" fullname="QSqlRecord::setGenerated" href="qsqlrecord.html#setGenerated-2" location="qsqlrecord.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setGenerated(int index, bool generated)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="bool" right="" name="generated" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="fieldPtr" fullname="QSqlRecord::fieldPtr" href="qsqlrecord-qt3.html#fieldPtr" location="qsqlrecord.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QSqlField *" signature="fieldPtr(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="fieldPtr" fullname="QSqlRecord::fieldPtr" href="qsqlrecord-qt3.html#fieldPtr-2" location="qsqlrecord.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const QSqlField *" signature="fieldPtr(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="position" fullname="QSqlRecord::position" href="qsqlrecord-qt3.html#position" location="qsqlrecord.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="position(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="toString" fullname="QSqlRecord::toString" href="qsqlrecord-qt3.html#toString" location="qsqlrecord.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString(const QString &amp; prefix, const QString &amp; sep) const">
+ <parameter left="const QString &amp;" right="" name="prefix" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="sep" default="QLatin1String( &quot;,&quot; )"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="toStringList" fullname="QSqlRecord::toStringList" href="qsqlrecord-qt3.html#toStringList" location="qsqlrecord.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="toStringList(const QString &amp; prefix) const">
+ <parameter left="const QString &amp;" right="" name="prefix" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QSqlRecord::append" href="qsqlrecord.html#append" location="qsqlrecord.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="append(const QSqlField &amp; field)">
+ <parameter left="const QSqlField &amp;" right="" name="field" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QSqlRecord::replace" href="qsqlrecord.html#replace" location="qsqlrecord.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="replace(int pos, const QSqlField &amp; field)">
+ <parameter left="int" right="" name="pos" default=""/>
+ <parameter left="const QSqlField &amp;" right="" name="field" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QSqlRecord::insert" href="qsqlrecord.html#insert" location="qsqlrecord.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insert(int pos, const QSqlField &amp; field)">
+ <parameter left="int" right="" name="pos" default=""/>
+ <parameter left="const QSqlField &amp;" right="" name="field" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QSqlRecord::remove" href="qsqlrecord.html#remove" location="qsqlrecord.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="remove(int pos)">
+ <parameter left="int" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QSqlRecord::isEmpty" href="qsqlrecord.html#isEmpty" location="qsqlrecord.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QSqlRecord::contains" href="qsqlrecord.html#contains" location="qsqlrecord.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QSqlRecord::clear" href="qsqlrecord.html#clear" location="qsqlrecord.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearValues" fullname="QSqlRecord::clearValues" href="qsqlrecord.html#clearValues" location="qsqlrecord.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearValues()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QSqlRecord::count" href="qsqlrecord.html#count" location="qsqlrecord.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ </class>
+ <class access="public" threadsafety="thread safe" status="commendable" name="QSemaphore" href="qsemaphore.html" location="qsemaphore.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSemaphore" fullname="QSemaphore::QSemaphore" href="qsemaphore.html#QSemaphore" location="qsemaphore.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSemaphore(int n)">
+ <parameter left="int" right="" name="n" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSemaphore" fullname="QSemaphore::~QSemaphore" href="qsemaphore.html#dtor.QSemaphore" location="qsemaphore.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSemaphore()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="acquire" fullname="QSemaphore::acquire" href="qsemaphore.html#acquire" location="qsemaphore.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="acquire(int n)">
+ <parameter left="int" right="" name="n" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tryAcquire" fullname="QSemaphore::tryAcquire" href="qsemaphore.html#tryAcquire" location="qsemaphore.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="tryAcquire(int n)">
+ <parameter left="int" right="" name="n" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tryAcquire" fullname="QSemaphore::tryAcquire" href="qsemaphore.html#tryAcquire-2" location="qsemaphore.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="tryAcquire(int n, int timeout)">
+ <parameter left="int" right="" name="n" default=""/>
+ <parameter left="int" right="" name="timeout" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="release" fullname="QSemaphore::release" href="qsemaphore.html#release" location="qsemaphore.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="release(int n)">
+ <parameter left="int" right="" name="n" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="available" fullname="QSemaphore::available" href="qsemaphore.html#available" location="qsemaphore.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="available() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QNetworkAccessManager" href="qnetworkaccessmanager.html" location="qnetworkaccessmanager.h" bases="QObject" module="QtNetwork">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Operation" fullname="QNetworkAccessManager::Operation" href="qnetworkaccessmanager.html#Operation-enum" location="qnetworkaccessmanager.h">
+ <value name="HeadOperation" value="1"/>
+ <value name="GetOperation" value="2"/>
+ <value name="PutOperation" value="3"/>
+ <value name="PostOperation" value="4"/>
+ <value name="DeleteOperation" value="5"/>
+ <value name="UnknownOperation" value="0"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QNetworkAccessManager" fullname="QNetworkAccessManager::QNetworkAccessManager" href="qnetworkaccessmanager.html#QNetworkAccessManager" location="qnetworkaccessmanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QNetworkAccessManager(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QNetworkAccessManager" fullname="QNetworkAccessManager::~QNetworkAccessManager" href="qnetworkaccessmanager.html#dtor.QNetworkAccessManager" location="qnetworkaccessmanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QNetworkAccessManager()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="proxy" fullname="QNetworkAccessManager::proxy" href="qnetworkaccessmanager.html#proxy" location="qnetworkaccessmanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QNetworkProxy" signature="proxy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProxy" fullname="QNetworkAccessManager::setProxy" href="qnetworkaccessmanager.html#setProxy" location="qnetworkaccessmanager.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setProxy(const QNetworkProxy &amp; proxy)">
+ <parameter left="const QNetworkProxy &amp;" right="" name="proxy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="proxyFactory" fullname="QNetworkAccessManager::proxyFactory" href="qnetworkaccessmanager.html#proxyFactory" location="qnetworkaccessmanager.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QNetworkProxyFactory *" signature="proxyFactory() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProxyFactory" fullname="QNetworkAccessManager::setProxyFactory" href="qnetworkaccessmanager.html#setProxyFactory" location="qnetworkaccessmanager.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setProxyFactory(QNetworkProxyFactory * factory)">
+ <parameter left="QNetworkProxyFactory *" right="" name="factory" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cache" fullname="QNetworkAccessManager::cache" href="qnetworkaccessmanager.html#cache" location="qnetworkaccessmanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractNetworkCache *" signature="cache() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCache" fullname="QNetworkAccessManager::setCache" href="qnetworkaccessmanager.html#setCache" location="qnetworkaccessmanager.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCache(QAbstractNetworkCache * cache)">
+ <parameter left="QAbstractNetworkCache *" right="" name="cache" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cookieJar" fullname="QNetworkAccessManager::cookieJar" href="qnetworkaccessmanager.html#cookieJar" location="qnetworkaccessmanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QNetworkCookieJar *" signature="cookieJar() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCookieJar" fullname="QNetworkAccessManager::setCookieJar" href="qnetworkaccessmanager.html#setCookieJar" location="qnetworkaccessmanager.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCookieJar(QNetworkCookieJar * cookieJar)">
+ <parameter left="QNetworkCookieJar *" right="" name="cookieJar" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="head" fullname="QNetworkAccessManager::head" href="qnetworkaccessmanager.html#head" location="qnetworkaccessmanager.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QNetworkReply *" signature="head(const QNetworkRequest &amp; request)">
+ <parameter left="const QNetworkRequest &amp;" right="" name="request" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="get" fullname="QNetworkAccessManager::get" href="qnetworkaccessmanager.html#get" location="qnetworkaccessmanager.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QNetworkReply *" signature="get(const QNetworkRequest &amp; request)">
+ <parameter left="const QNetworkRequest &amp;" right="" name="request" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="post" fullname="QNetworkAccessManager::post" href="qnetworkaccessmanager.html#post" location="qnetworkaccessmanager.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QNetworkReply *" signature="post(const QNetworkRequest &amp; request, QIODevice * data)">
+ <parameter left="const QNetworkRequest &amp;" right="" name="request" default=""/>
+ <parameter left="QIODevice *" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="post" fullname="QNetworkAccessManager::post" href="qnetworkaccessmanager.html#post-2" location="qnetworkaccessmanager.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QNetworkReply *" signature="post(const QNetworkRequest &amp; request, const QByteArray &amp; data)">
+ <parameter left="const QNetworkRequest &amp;" right="" name="request" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="put" fullname="QNetworkAccessManager::put" href="qnetworkaccessmanager.html#put" location="qnetworkaccessmanager.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QNetworkReply *" signature="put(const QNetworkRequest &amp; request, QIODevice * data)">
+ <parameter left="const QNetworkRequest &amp;" right="" name="request" default=""/>
+ <parameter left="QIODevice *" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="put" fullname="QNetworkAccessManager::put" href="qnetworkaccessmanager.html#put-2" location="qnetworkaccessmanager.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QNetworkReply *" signature="put(const QNetworkRequest &amp; request, const QByteArray &amp; data)">
+ <parameter left="const QNetworkRequest &amp;" right="" name="request" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="deleteResource" fullname="QNetworkAccessManager::deleteResource" href="qnetworkaccessmanager.html#deleteResource" location="qnetworkaccessmanager.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QNetworkReply *" signature="deleteResource(const QNetworkRequest &amp; request)">
+ <parameter left="const QNetworkRequest &amp;" right="" name="request" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="proxyAuthenticationRequired" fullname="QNetworkAccessManager::proxyAuthenticationRequired" href="qnetworkaccessmanager.html#proxyAuthenticationRequired" location="qnetworkaccessmanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="proxyAuthenticationRequired(const QNetworkProxy &amp; proxy, QAuthenticator * authenticator)">
+ <parameter left="const QNetworkProxy &amp;" right="" name="proxy" default=""/>
+ <parameter left="QAuthenticator *" right="" name="authenticator" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="authenticationRequired" fullname="QNetworkAccessManager::authenticationRequired" href="qnetworkaccessmanager.html#authenticationRequired" location="qnetworkaccessmanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="authenticationRequired(QNetworkReply * reply, QAuthenticator * authenticator)">
+ <parameter left="QNetworkReply *" right="" name="reply" default=""/>
+ <parameter left="QAuthenticator *" right="" name="authenticator" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="finished" fullname="QNetworkAccessManager::finished" href="qnetworkaccessmanager.html#finished" location="qnetworkaccessmanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="finished(QNetworkReply * reply)">
+ <parameter left="QNetworkReply *" right="" name="reply" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sslErrors" fullname="QNetworkAccessManager::sslErrors" href="qnetworkaccessmanager.html#sslErrors" location="qnetworkaccessmanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="sslErrors(QNetworkReply * reply, const QList&lt;QSslError&gt; &amp; errors)">
+ <parameter left="QNetworkReply *" right="" name="reply" default=""/>
+ <parameter left="const QList&lt;QSslError&gt; &amp;" right="" name="errors" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="createRequest" fullname="QNetworkAccessManager::createRequest" href="qnetworkaccessmanager.html#createRequest" location="qnetworkaccessmanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QNetworkReply *" signature="createRequest(Operation op, const QNetworkRequest &amp; req, QIODevice * outgoingData)">
+ <parameter left="Operation" right="" name="op" default=""/>
+ <parameter left="const QNetworkRequest &amp;" right="" name="req" default=""/>
+ <parameter left="QIODevice *" right="" name="outgoingData" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSharedMemory" href="qsharedmemory.html" location="qsharedmemory.h" bases="QObject" module="QtCore">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="AccessMode" fullname="QSharedMemory::AccessMode" href="qsharedmemory.html#AccessMode-enum" location="qsharedmemory.h">
+ <value name="ReadOnly" value="0"/>
+ <value name="ReadWrite" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SharedMemoryError" fullname="QSharedMemory::SharedMemoryError" href="qsharedmemory.html#SharedMemoryError-enum" location="qsharedmemory.h">
+ <value name="NoError" value="0"/>
+ <value name="PermissionDenied" value="1"/>
+ <value name="InvalidSize" value="2"/>
+ <value name="KeyError" value="3"/>
+ <value name="AlreadyExists" value="4"/>
+ <value name="NotFound" value="5"/>
+ <value name="LockError" value="6"/>
+ <value name="OutOfResources" value="7"/>
+ <value name="UnknownError" value="8"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSharedMemory" fullname="QSharedMemory::QSharedMemory" href="qsharedmemory.html#QSharedMemory-2" location="qsharedmemory.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSharedMemory(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSharedMemory" fullname="QSharedMemory::QSharedMemory" href="qsharedmemory.html#QSharedMemory" location="qsharedmemory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSharedMemory(const QString &amp; key, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSharedMemory" fullname="QSharedMemory::~QSharedMemory" href="qsharedmemory.html#dtor.QSharedMemory" location="qsharedmemory.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSharedMemory()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setKey" fullname="QSharedMemory::setKey" href="qsharedmemory.html#setKey" location="qsharedmemory.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setKey(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="QSharedMemory::key" href="qsharedmemory.html#key" location="qsharedmemory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="key() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QSharedMemory::create" href="qsharedmemory.html#create" location="qsharedmemory.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="create(int size, AccessMode mode)">
+ <parameter left="int" right="" name="size" default=""/>
+ <parameter left="AccessMode" right="" name="mode" default="ReadWrite"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QSharedMemory::size" href="qsharedmemory.html#size" location="qsharedmemory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attach" fullname="QSharedMemory::attach" href="qsharedmemory.html#attach" location="qsharedmemory.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="attach(AccessMode mode)">
+ <parameter left="AccessMode" right="" name="mode" default="ReadWrite"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isAttached" fullname="QSharedMemory::isAttached" href="qsharedmemory.html#isAttached" location="qsharedmemory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isAttached() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="detach" fullname="QSharedMemory::detach" href="qsharedmemory.html#detach" location="qsharedmemory.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="detach()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QSharedMemory::data" href="qsharedmemory.html#data" location="qsharedmemory.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void *" signature="data()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constData" fullname="QSharedMemory::constData" href="qsharedmemory.html#constData" location="qsharedmemory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const void *" signature="constData() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QSharedMemory::data" href="qsharedmemory.html#data-2" location="qsharedmemory.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const void *" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lock" fullname="QSharedMemory::lock" href="qsharedmemory.html#lock" location="qsharedmemory.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="lock()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unlock" fullname="QSharedMemory::unlock" href="qsharedmemory.html#unlock" location="qsharedmemory.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="unlock()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QSharedMemory::error" href="qsharedmemory.html#error" location="qsharedmemory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="SharedMemoryError" signature="error() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QSharedMemory::errorString" href="qsharedmemory.html#errorString" location="qsharedmemory.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QQueue" href="qqueue.html" location="qqueue.h" bases="QList" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QQueue" fullname="QQueue::QQueue" href="qqueue.html#QQueue" location="qqueue.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QQueue()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QQueue" fullname="QQueue::~QQueue" href="qqueue.html#dtor.QQueue" location="qqueue.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QQueue()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="enqueue" fullname="QQueue::enqueue" href="qqueue.html#enqueue" location="qqueue.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="enqueue(const T &amp; t)">
+ <parameter left="const T &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dequeue" fullname="QQueue::dequeue" href="qqueue.html#dequeue" location="qqueue.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T" signature="dequeue()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="head" fullname="QQueue::head" href="qqueue.html#head" location="qqueue.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="head()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="head" fullname="QQueue::head" href="qqueue.html#head-2" location="qqueue.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T &amp;" signature="head() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QHelpContentItem" href="qhelpcontentitem.html" location="qhelpcontentwidget.h" bases="" module="QtHelp">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QHelpContentItem" fullname="QHelpContentItem::~QHelpContentItem" href="qhelpcontentitem.html#dtor.QHelpContentItem" location="qhelpcontentwidget.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QHelpContentItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="child" fullname="QHelpContentItem::child" href="qhelpcontentitem.html#child" location="qhelpcontentwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QHelpContentItem *" signature="child(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childCount" fullname="QHelpContentItem::childCount" href="qhelpcontentitem.html#childCount" location="qhelpcontentwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="childCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="title" fullname="QHelpContentItem::title" href="qhelpcontentitem.html#title" location="qhelpcontentwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="title() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="url" fullname="QHelpContentItem::url" href="qhelpcontentitem.html#url" location="qhelpcontentwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="url() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="row" fullname="QHelpContentItem::row" href="qhelpcontentitem.html#row" location="qhelpcontentwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="row() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parent" fullname="QHelpContentItem::parent" href="qhelpcontentitem.html#parent" location="qhelpcontentwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QHelpContentItem *" signature="parent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childPosition" fullname="QHelpContentItem::childPosition" href="qhelpcontentitem.html#childPosition" location="qhelpcontentwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="childPosition(QHelpContentItem * child) const">
+ <parameter left="QHelpContentItem *" right="" name="child" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QHelpContentModel" href="qhelpcontentmodel.html" location="qhelpcontentwidget.h" bases="QAbstractItemModel" module="QtHelp">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QHelpContentModel" fullname="QHelpContentModel::~QHelpContentModel" href="qhelpcontentmodel.html#dtor.QHelpContentModel" location="qhelpcontentwidget.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QHelpContentModel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createContents" fullname="QHelpContentModel::createContents" href="qhelpcontentmodel.html#createContents" location="qhelpcontentwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="createContents(const QString &amp; customFilterName)">
+ <parameter left="const QString &amp;" right="" name="customFilterName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentItemAt" fullname="QHelpContentModel::contentItemAt" href="qhelpcontentmodel.html#contentItemAt" location="qhelpcontentwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QHelpContentItem *" signature="contentItemAt(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QHelpContentModel::data" href="qhelpcontentmodel.html#data" location="qhelpcontentwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="data(const QModelIndex &amp; index, int role) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="int" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="index" fullname="QHelpContentModel::index" href="qhelpcontentmodel.html#index" location="qhelpcontentwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="index(int row, int column, const QModelIndex &amp; parent) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parent" fullname="QHelpContentModel::parent" href="qhelpcontentmodel.html#parent" location="qhelpcontentwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="parent(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowCount" fullname="QHelpContentModel::rowCount" href="qhelpcontentmodel.html#rowCount" location="qhelpcontentwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rowCount(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnCount" fullname="QHelpContentModel::columnCount" href="qhelpcontentmodel.html#columnCount" location="qhelpcontentwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="columnCount(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCreatingContents" fullname="QHelpContentModel::isCreatingContents" href="qhelpcontentmodel.html#isCreatingContents" location="qhelpcontentwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCreatingContents() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentsCreationStarted" fullname="QHelpContentModel::contentsCreationStarted" href="qhelpcontentmodel.html#contentsCreationStarted" location="qhelpcontentwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="contentsCreationStarted()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentsCreated" fullname="QHelpContentModel::contentsCreated" href="qhelpcontentmodel.html#contentsCreated" location="qhelpcontentwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="contentsCreated()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QHelpContentWidget" href="qhelpcontentwidget.html" location="qhelpcontentwidget.h" bases="QTreeView" module="QtHelp">
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="QHelpContentWidget::indexOf" href="qhelpcontentwidget.html#indexOf" location="qhelpcontentwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QModelIndex" signature="indexOf(const QUrl &amp; link)">
+ <parameter left="const QUrl &amp;" right="" name="link" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="linkActivated" fullname="QHelpContentWidget::linkActivated" href="qhelpcontentwidget.html#linkActivated" location="qhelpcontentwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="linkActivated(const QUrl &amp; link)">
+ <parameter left="const QUrl &amp;" right="" name="link" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAbstractAnimation" href="qabstractanimation.html" location="qabstractanimation.h" bases="QObject" module="QtCore">
+ <property access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QAbstractAnimation::state" href="qabstractanimation.html#state-prop" location="qabstractanimation.h" type="State">
+ <getter name="state"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="loopCount" fullname="QAbstractAnimation::loopCount" href="qabstractanimation.html#loopCount-prop" location="qabstractanimation.h" type="int">
+ <getter name="loopCount"/>
+ <setter name="setLoopCount"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentTime" fullname="QAbstractAnimation::currentTime" href="qabstractanimation.html#currentTime-prop" location="qabstractanimation.h" type="int">
+ <getter name="currentTime"/>
+ <setter name="setCurrentTime"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentLoop" fullname="QAbstractAnimation::currentLoop" href="qabstractanimation.html#currentLoop-prop" location="qabstractanimation.h" type="int">
+ <getter name="currentLoop"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="direction" fullname="QAbstractAnimation::direction" href="qabstractanimation.html#direction-prop" location="qabstractanimation.h" type="Direction">
+ <getter name="direction"/>
+ <setter name="setDirection"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="duration" fullname="QAbstractAnimation::duration" href="qabstractanimation.html#duration-prop" location="qabstractanimation.h" type="int">
+ <getter name="duration"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Direction" fullname="QAbstractAnimation::Direction" href="qabstractanimation.html#Direction-enum" location="qabstractanimation.h">
+ <value name="Forward" value="0"/>
+ <value name="Backward" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="State" fullname="QAbstractAnimation::State" href="qabstractanimation.html#State-enum" location="qabstractanimation.h">
+ <value name="Stopped" value="0"/>
+ <value name="Paused" value="1"/>
+ <value name="Running" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DeletionPolicy" fullname="QAbstractAnimation::DeletionPolicy" href="qabstractanimation.html#DeletionPolicy-enum" location="qabstractanimation.h">
+ <value name="KeepWhenStopped" value="0"/>
+ <value name="DeleteWhenStopped" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractAnimation" fullname="QAbstractAnimation::QAbstractAnimation" href="qabstractanimation.html#QAbstractAnimation" location="qabstractanimation.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractAnimation(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractAnimation" fullname="QAbstractAnimation::~QAbstractAnimation" href="qabstractanimation.html#dtor.QAbstractAnimation" location="qabstractanimation.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractAnimation()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QAbstractAnimation::state" href="qabstractanimation.html#state-prop" location="qabstractanimation.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="state" type="State" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="group" fullname="QAbstractAnimation::group" href="qabstractanimation.html#group" location="qabstractanimation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAnimationGroup *" signature="group() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="direction" fullname="QAbstractAnimation::direction" href="qabstractanimation.html#direction-prop" location="qabstractanimation.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="direction" type="Direction" signature="direction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDirection" fullname="QAbstractAnimation::setDirection" href="qabstractanimation.html#direction-prop" location="qabstractanimation.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="direction" type="void" signature="setDirection(Direction direction)">
+ <parameter left="Direction" right="" name="direction" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loopCount" fullname="QAbstractAnimation::loopCount" href="qabstractanimation.html#loopCount-prop" location="qabstractanimation.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="loopCount" type="int" signature="loopCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLoopCount" fullname="QAbstractAnimation::setLoopCount" href="qabstractanimation.html#loopCount-prop" location="qabstractanimation.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="loopCount" type="void" signature="setLoopCount(int loopCount)">
+ <parameter left="int" right="" name="loopCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentLoop" fullname="QAbstractAnimation::currentLoop" href="qabstractanimation.html#currentLoop-prop" location="qabstractanimation.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentLoop" type="int" signature="currentLoop() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="duration" fullname="QAbstractAnimation::duration" href="qabstractanimation.html#duration-prop" location="qabstractanimation.h" virtual="pure" meta="plain" const="true" static="false" overload="false" associated-property="duration" type="int" signature="duration() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="totalDuration" fullname="QAbstractAnimation::totalDuration" href="qabstractanimation.html#totalDuration" location="qabstractanimation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="totalDuration() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentTime" fullname="QAbstractAnimation::currentTime" href="qabstractanimation.html#currentTime-prop" location="qabstractanimation.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentTime" type="int" signature="currentTime() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="finished" fullname="QAbstractAnimation::finished" href="qabstractanimation.html#finished" location="qabstractanimation.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="finished()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stateChanged" fullname="QAbstractAnimation::stateChanged" href="qabstractanimation.html#stateChanged" location="qabstractanimation.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="stateChanged(QAbstractAnimation::State oldState, QAbstractAnimation::State newState)">
+ <parameter left="QAbstractAnimation::State" right="" name="oldState" default=""/>
+ <parameter left="QAbstractAnimation::State" right="" name="newState" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentLoopChanged" fullname="QAbstractAnimation::currentLoopChanged" href="qabstractanimation.html#currentLoopChanged" location="qabstractanimation.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentLoopChanged(int currentLoop)">
+ <parameter left="int" right="" name="currentLoop" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="directionChanged" fullname="QAbstractAnimation::directionChanged" href="qabstractanimation.html#directionChanged" location="qabstractanimation.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="directionChanged(QAbstractAnimation::Direction newDirection)">
+ <parameter left="QAbstractAnimation::Direction" right="" name="newDirection" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="start" fullname="QAbstractAnimation::start" href="qabstractanimation.html#start" location="qabstractanimation.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="start(QAbstractAnimation::DeletionPolicy policy)">
+ <parameter left="QAbstractAnimation::DeletionPolicy" right="" name="policy" default="KeepWhenStopped"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pause" fullname="QAbstractAnimation::pause" href="qabstractanimation.html#pause" location="qabstractanimation.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="pause()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resume" fullname="QAbstractAnimation::resume" href="qabstractanimation.html#resume" location="qabstractanimation.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="resume()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stop" fullname="QAbstractAnimation::stop" href="qabstractanimation.html#stop" location="qabstractanimation.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="stop()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentTime" fullname="QAbstractAnimation::setCurrentTime" href="qabstractanimation.html#currentTime-prop" location="qabstractanimation.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="currentTime" type="void" signature="setCurrentTime(int msecs)">
+ <parameter left="int" right="" name="msecs" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QAbstractAnimation::event" href="qabstractanimation.html#event" location="qabstractanimation.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateCurrentTime" fullname="QAbstractAnimation::updateCurrentTime" href="qabstractanimation.html#updateCurrentTime" location="qabstractanimation.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateCurrentTime(int msecs)">
+ <parameter left="int" right="" name="msecs" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateState" fullname="QAbstractAnimation::updateState" href="qabstractanimation.html#updateState" location="qabstractanimation.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateState(QAbstractAnimation::State oldState, QAbstractAnimation::State newState)">
+ <parameter left="QAbstractAnimation::State" right="" name="oldState" default=""/>
+ <parameter left="QAbstractAnimation::State" right="" name="newState" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateDirection" fullname="QAbstractAnimation::updateDirection" href="qabstractanimation.html#updateDirection" location="qabstractanimation.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateDirection(QAbstractAnimation::Direction direction)">
+ <parameter left="QAbstractAnimation::Direction" right="" name="direction" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsScene" href="qgraphicsscene.html" location="qgraphicsscene.h" bases="QObject" module="QtGui">
+ <contents name="event-handling-and-propagation" title="Event Handling and Propagation" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="backgroundBrush" fullname="QGraphicsScene::backgroundBrush" href="qgraphicsscene.html#backgroundBrush-prop" location="qgraphicsscene.h" type="QBrush">
+ <getter name="backgroundBrush"/>
+ <setter name="setBackgroundBrush"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="foregroundBrush" fullname="QGraphicsScene::foregroundBrush" href="qgraphicsscene.html#foregroundBrush-prop" location="qgraphicsscene.h" type="QBrush">
+ <getter name="foregroundBrush"/>
+ <setter name="setForegroundBrush"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="itemIndexMethod" fullname="QGraphicsScene::itemIndexMethod" href="qgraphicsscene.html#itemIndexMethod-prop" location="qgraphicsscene.h" type="ItemIndexMethod">
+ <getter name="itemIndexMethod"/>
+ <setter name="setItemIndexMethod"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="sceneRect" fullname="QGraphicsScene::sceneRect" href="qgraphicsscene.html#sceneRect-prop" location="qgraphicsscene.h" type="QRectF">
+ <getter name="sceneRect"/>
+ <setter name="setSceneRect"/>
+ <setter name="setSceneRect"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="bspTreeDepth" fullname="QGraphicsScene::bspTreeDepth" href="qgraphicsscene.html#bspTreeDepth-prop" location="qgraphicsscene.h" type="int">
+ <getter name="bspTreeDepth"/>
+ <setter name="setBspTreeDepth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="palette" fullname="QGraphicsScene::palette" href="qgraphicsscene.html#palette-prop" location="qgraphicsscene.h" type="QPalette">
+ <getter name="palette"/>
+ <setter name="setPalette"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QGraphicsScene::font" href="qgraphicsscene.html#font-prop" location="qgraphicsscene.h" type="QFont">
+ <getter name="font"/>
+ <setter name="setFont"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="obsolete" name="sortCacheEnabled" fullname="QGraphicsScene::sortCacheEnabled" href="qgraphicsscene-obsolete.html#sortCacheEnabled-prop" location="qgraphicsscene.h" type="bool">
+ <getter name="isSortCacheEnabled"/>
+ <setter name="setSortCacheEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="stickyFocus" fullname="QGraphicsScene::stickyFocus" href="qgraphicsscene.html#stickyFocus-prop" location="qgraphicsscene.h" type="bool">
+ <getter name="stickyFocus"/>
+ <setter name="setStickyFocus"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ItemIndexMethod" fullname="QGraphicsScene::ItemIndexMethod" href="qgraphicsscene.html#ItemIndexMethod-enum" location="qgraphicsscene.h">
+ <value name="BspTreeIndex" value="0"/>
+ <value name="NoIndex" value="-1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SceneLayer" fullname="QGraphicsScene::SceneLayer" href="qgraphicsscene.html#SceneLayer-enum" location="qgraphicsscene.h" typedef="QGraphicsScene::SceneLayers">
+ <value name="ItemLayer" value="0x1"/>
+ <value name="BackgroundLayer" value="0x2"/>
+ <value name="ForegroundLayer" value="0x4"/>
+ <value name="AllLayers" value="0xffff"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="SceneLayers" fullname="QGraphicsScene::SceneLayers" href="qgraphicsscene.html#SceneLayers-typedef" location="qgraphicsscene.h" enum="QGraphicsScene::SceneLayer"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsScene" fullname="QGraphicsScene::QGraphicsScene" href="qgraphicsscene.html#QGraphicsScene" location="qgraphicsscene.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsScene(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsScene" fullname="QGraphicsScene::QGraphicsScene" href="qgraphicsscene.html#QGraphicsScene-2" location="qgraphicsscene.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QGraphicsScene(const QRectF &amp; sceneRect, QObject * parent)">
+ <parameter left="const QRectF &amp;" right="" name="sceneRect" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsScene" fullname="QGraphicsScene::QGraphicsScene" href="qgraphicsscene.html#QGraphicsScene-3" location="qgraphicsscene.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QGraphicsScene(qreal x, qreal y, qreal width, qreal height, QObject * parent)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="width" default=""/>
+ <parameter left="qreal" right="" name="height" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsScene" fullname="QGraphicsScene::~QGraphicsScene" href="qgraphicsscene.html#dtor.QGraphicsScene" location="qgraphicsscene.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsScene()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sceneRect" fullname="QGraphicsScene::sceneRect" href="qgraphicsscene.html#sceneRect-prop" location="qgraphicsscene.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sceneRect" type="QRectF" signature="sceneRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QGraphicsScene::width" href="qgraphicsscene.html#width" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="QGraphicsScene::height" href="qgraphicsscene.html#height" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSceneRect" fullname="QGraphicsScene::setSceneRect" href="qgraphicsscene.html#sceneRect-prop" location="qgraphicsscene.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="sceneRect" type="void" signature="setSceneRect(const QRectF &amp; rect)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSceneRect" fullname="QGraphicsScene::setSceneRect" href="qgraphicsscene.html#sceneRect-prop" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" associated-property="sceneRect" type="void" signature="setSceneRect(qreal x, qreal y, qreal w, qreal h)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="render" fullname="QGraphicsScene::render" href="qgraphicsscene.html#render" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="render(QPainter * painter, const QRectF &amp; target, const QRectF &amp; source, Qt::AspectRatioMode aspectRatioMode)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="target" default="QRectF()"/>
+ <parameter left="const QRectF &amp;" right="" name="source" default="QRectF()"/>
+ <parameter left="Qt::AspectRatioMode" right="" name="aspectRatioMode" default="Qt::KeepAspectRatio"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemIndexMethod" fullname="QGraphicsScene::itemIndexMethod" href="qgraphicsscene.html#itemIndexMethod-prop" location="qgraphicsscene.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="itemIndexMethod" type="ItemIndexMethod" signature="itemIndexMethod() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemIndexMethod" fullname="QGraphicsScene::setItemIndexMethod" href="qgraphicsscene.html#itemIndexMethod-prop" location="qgraphicsscene.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="itemIndexMethod" type="void" signature="setItemIndexMethod(ItemIndexMethod method)">
+ <parameter left="ItemIndexMethod" right="" name="method" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSortCacheEnabled" fullname="QGraphicsScene::isSortCacheEnabled" href="qgraphicsscene-obsolete.html#sortCacheEnabled-prop" location="qgraphicsscene.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sortCacheEnabled" type="bool" signature="isSortCacheEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSortCacheEnabled" fullname="QGraphicsScene::setSortCacheEnabled" href="qgraphicsscene-obsolete.html#sortCacheEnabled-prop" location="qgraphicsscene.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="sortCacheEnabled" type="void" signature="setSortCacheEnabled(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bspTreeDepth" fullname="QGraphicsScene::bspTreeDepth" href="qgraphicsscene.html#bspTreeDepth-prop" location="qgraphicsscene.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="bspTreeDepth" type="int" signature="bspTreeDepth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBspTreeDepth" fullname="QGraphicsScene::setBspTreeDepth" href="qgraphicsscene.html#bspTreeDepth-prop" location="qgraphicsscene.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="bspTreeDepth" type="void" signature="setBspTreeDepth(int depth)">
+ <parameter left="int" right="" name="depth" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemsBoundingRect" fullname="QGraphicsScene::itemsBoundingRect" href="qgraphicsscene.html#itemsBoundingRect" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="itemsBoundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="items" fullname="QGraphicsScene::items" href="qgraphicsscene.html#items" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QGraphicsItem *&gt;" signature="items() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="items" fullname="QGraphicsScene::items" href="qgraphicsscene.html#items-2" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QList&lt;QGraphicsItem *&gt;" signature="items(Qt::SortOrder order) const">
+ <parameter left="Qt::SortOrder" right="" name="order" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="items" fullname="QGraphicsScene::items" href="qgraphicsscene.html#items-3" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QList&lt;QGraphicsItem *&gt;" signature="items(const QPointF &amp; pos, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &amp; deviceTransform) const">
+ <parameter left="const QPointF &amp;" right="" name="pos" default=""/>
+ <parameter left="Qt::ItemSelectionMode" right="" name="mode" default=""/>
+ <parameter left="Qt::SortOrder" right="" name="order" default=""/>
+ <parameter left="const QTransform &amp;" right="" name="deviceTransform" default="QTransform()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="items" fullname="QGraphicsScene::items" href="qgraphicsscene.html#items-10" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="10" type="QList&lt;QGraphicsItem *&gt;" signature="items(const QRectF &amp; rect, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &amp; deviceTransform) const">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ <parameter left="Qt::ItemSelectionMode" right="" name="mode" default=""/>
+ <parameter left="Qt::SortOrder" right="" name="order" default=""/>
+ <parameter left="const QTransform &amp;" right="" name="deviceTransform" default="QTransform()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="items" fullname="QGraphicsScene::items" href="qgraphicsscene.html#items-11" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="11" type="QList&lt;QGraphicsItem *&gt;" signature="items(const QPolygonF &amp; polygon, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &amp; deviceTransform) const">
+ <parameter left="const QPolygonF &amp;" right="" name="polygon" default=""/>
+ <parameter left="Qt::ItemSelectionMode" right="" name="mode" default=""/>
+ <parameter left="Qt::SortOrder" right="" name="order" default=""/>
+ <parameter left="const QTransform &amp;" right="" name="deviceTransform" default="QTransform()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="items" fullname="QGraphicsScene::items" href="qgraphicsscene.html#items-12" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="12" type="QList&lt;QGraphicsItem *&gt;" signature="items(const QPainterPath &amp; path, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &amp; deviceTransform) const">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ <parameter left="Qt::ItemSelectionMode" right="" name="mode" default=""/>
+ <parameter left="Qt::SortOrder" right="" name="order" default=""/>
+ <parameter left="const QTransform &amp;" right="" name="deviceTransform" default="QTransform()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="items" fullname="QGraphicsScene::items" href="qgraphicsscene-obsolete.html#items-4" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QList&lt;QGraphicsItem *&gt;" signature="items(const QPointF &amp; pos) const">
+ <parameter left="const QPointF &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="items" fullname="QGraphicsScene::items" href="qgraphicsscene-obsolete.html#items-6" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="6" type="QList&lt;QGraphicsItem *&gt;" signature="items(const QRectF &amp; rectangle, Qt::ItemSelectionMode mode) const">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ <parameter left="Qt::ItemSelectionMode" right="" name="mode" default="Qt::IntersectsItemShape"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="items" fullname="QGraphicsScene::items" href="qgraphicsscene-obsolete.html#items-8" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="8" type="QList&lt;QGraphicsItem *&gt;" signature="items(const QPolygonF &amp; polygon, Qt::ItemSelectionMode mode) const">
+ <parameter left="const QPolygonF &amp;" right="" name="polygon" default=""/>
+ <parameter left="Qt::ItemSelectionMode" right="" name="mode" default="Qt::IntersectsItemShape"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="items" fullname="QGraphicsScene::items" href="qgraphicsscene-obsolete.html#items-9" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="9" type="QList&lt;QGraphicsItem *&gt;" signature="items(const QPainterPath &amp; path, Qt::ItemSelectionMode mode) const">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ <parameter left="Qt::ItemSelectionMode" right="" name="mode" default="Qt::IntersectsItemShape"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="collidingItems" fullname="QGraphicsScene::collidingItems" href="qgraphicsscene.html#collidingItems" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QGraphicsItem *&gt;" signature="collidingItems(const QGraphicsItem * item, Qt::ItemSelectionMode mode) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ <parameter left="Qt::ItemSelectionMode" right="" name="mode" default="Qt::IntersectsItemShape"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="itemAt" fullname="QGraphicsScene::itemAt" href="qgraphicsscene-obsolete.html#itemAt-2" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QGraphicsItem *" signature="itemAt(const QPointF &amp; position) const">
+ <parameter left="const QPointF &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAt" fullname="QGraphicsScene::itemAt" href="qgraphicsscene.html#itemAt" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsItem *" signature="itemAt(const QPointF &amp; position, const QTransform &amp; deviceTransform) const">
+ <parameter left="const QPointF &amp;" right="" name="position" default=""/>
+ <parameter left="const QTransform &amp;" right="" name="deviceTransform" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="items" fullname="QGraphicsScene::items" href="qgraphicsscene-obsolete.html#items-5" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="5" type="QList&lt;QGraphicsItem *&gt;" signature="items(qreal x, qreal y, qreal w, qreal h, Qt::ItemSelectionMode mode) const">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ <parameter left="Qt::ItemSelectionMode" right="" name="mode" default="Qt::IntersectsItemShape"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="items" fullname="QGraphicsScene::items" href="qgraphicsscene.html#items-7" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="7" type="QList&lt;QGraphicsItem *&gt;" signature="items(qreal x, qreal y, qreal w, qreal h, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &amp; deviceTransform) const">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ <parameter left="Qt::ItemSelectionMode" right="" name="mode" default=""/>
+ <parameter left="Qt::SortOrder" right="" name="order" default=""/>
+ <parameter left="const QTransform &amp;" right="" name="deviceTransform" default="QTransform()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="itemAt" fullname="QGraphicsScene::itemAt" href="qgraphicsscene-obsolete.html#itemAt-4" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QGraphicsItem *" signature="itemAt(qreal x, qreal y) const">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAt" fullname="QGraphicsScene::itemAt" href="qgraphicsscene.html#itemAt-3" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QGraphicsItem *" signature="itemAt(qreal x, qreal y, const QTransform &amp; deviceTransform) const">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="const QTransform &amp;" right="" name="deviceTransform" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedItems" fullname="QGraphicsScene::selectedItems" href="qgraphicsscene.html#selectedItems" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QGraphicsItem *&gt;" signature="selectedItems() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionArea" fullname="QGraphicsScene::selectionArea" href="qgraphicsscene.html#selectionArea" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="selectionArea() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setSelectionArea" fullname="QGraphicsScene::setSelectionArea" href="qgraphicsscene-obsolete.html#setSelectionArea-2" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setSelectionArea(const QPainterPath &amp; path)">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectionArea" fullname="QGraphicsScene::setSelectionArea" href="qgraphicsscene.html#setSelectionArea" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelectionArea(const QPainterPath &amp; path, const QTransform &amp; deviceTransform)">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ <parameter left="const QTransform &amp;" right="" name="deviceTransform" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setSelectionArea" fullname="QGraphicsScene::setSelectionArea" href="qgraphicsscene-obsolete.html#setSelectionArea-3" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="setSelectionArea(const QPainterPath &amp; path, Qt::ItemSelectionMode mode)">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ <parameter left="Qt::ItemSelectionMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectionArea" fullname="QGraphicsScene::setSelectionArea" href="qgraphicsscene.html#setSelectionArea-4" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="setSelectionArea(const QPainterPath &amp; path, Qt::ItemSelectionMode mode, const QTransform &amp; deviceTransform)">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ <parameter left="Qt::ItemSelectionMode" right="" name="mode" default=""/>
+ <parameter left="const QTransform &amp;" right="" name="deviceTransform" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createItemGroup" fullname="QGraphicsScene::createItemGroup" href="qgraphicsscene.html#createItemGroup" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QGraphicsItemGroup *" signature="createItemGroup(const QList&lt;QGraphicsItem *&gt; &amp; items)">
+ <parameter left="const QList&lt;QGraphicsItem *&gt; &amp;" right="" name="items" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="destroyItemGroup" fullname="QGraphicsScene::destroyItemGroup" href="qgraphicsscene.html#destroyItemGroup" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="destroyItemGroup(QGraphicsItemGroup * group)">
+ <parameter left="QGraphicsItemGroup *" right="" name="group" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addItem" fullname="QGraphicsScene::addItem" href="qgraphicsscene.html#addItem" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addItem(QGraphicsItem * item)">
+ <parameter left="QGraphicsItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addEllipse" fullname="QGraphicsScene::addEllipse" href="qgraphicsscene.html#addEllipse" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QGraphicsEllipseItem *" signature="addEllipse(const QRectF &amp; rect, const QPen &amp; pen, const QBrush &amp; brush)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ <parameter left="const QPen &amp;" right="" name="pen" default="QPen()"/>
+ <parameter left="const QBrush &amp;" right="" name="brush" default="QBrush()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addLine" fullname="QGraphicsScene::addLine" href="qgraphicsscene.html#addLine" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QGraphicsLineItem *" signature="addLine(const QLineF &amp; line, const QPen &amp; pen)">
+ <parameter left="const QLineF &amp;" right="" name="line" default=""/>
+ <parameter left="const QPen &amp;" right="" name="pen" default="QPen()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addPath" fullname="QGraphicsScene::addPath" href="qgraphicsscene.html#addPath" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QGraphicsPathItem *" signature="addPath(const QPainterPath &amp; path, const QPen &amp; pen, const QBrush &amp; brush)">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ <parameter left="const QPen &amp;" right="" name="pen" default="QPen()"/>
+ <parameter left="const QBrush &amp;" right="" name="brush" default="QBrush()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addPixmap" fullname="QGraphicsScene::addPixmap" href="qgraphicsscene.html#addPixmap" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QGraphicsPixmapItem *" signature="addPixmap(const QPixmap &amp; pixmap)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addPolygon" fullname="QGraphicsScene::addPolygon" href="qgraphicsscene.html#addPolygon" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QGraphicsPolygonItem *" signature="addPolygon(const QPolygonF &amp; polygon, const QPen &amp; pen, const QBrush &amp; brush)">
+ <parameter left="const QPolygonF &amp;" right="" name="polygon" default=""/>
+ <parameter left="const QPen &amp;" right="" name="pen" default="QPen()"/>
+ <parameter left="const QBrush &amp;" right="" name="brush" default="QBrush()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addRect" fullname="QGraphicsScene::addRect" href="qgraphicsscene.html#addRect" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QGraphicsRectItem *" signature="addRect(const QRectF &amp; rect, const QPen &amp; pen, const QBrush &amp; brush)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ <parameter left="const QPen &amp;" right="" name="pen" default="QPen()"/>
+ <parameter left="const QBrush &amp;" right="" name="brush" default="QBrush()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addText" fullname="QGraphicsScene::addText" href="qgraphicsscene.html#addText" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QGraphicsTextItem *" signature="addText(const QString &amp; text, const QFont &amp; font)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QFont &amp;" right="" name="font" default="QFont()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addSimpleText" fullname="QGraphicsScene::addSimpleText" href="qgraphicsscene.html#addSimpleText" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QGraphicsSimpleTextItem *" signature="addSimpleText(const QString &amp; text, const QFont &amp; font)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QFont &amp;" right="" name="font" default="QFont()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addWidget" fullname="QGraphicsScene::addWidget" href="qgraphicsscene.html#addWidget" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QGraphicsProxyWidget *" signature="addWidget(QWidget * widget, QFlags&lt;Qt::WindowType&gt; wFlags)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="wFlags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addEllipse" fullname="QGraphicsScene::addEllipse" href="qgraphicsscene.html#addEllipse-2" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QGraphicsEllipseItem *" signature="addEllipse(qreal x, qreal y, qreal w, qreal h, const QPen &amp; pen, const QBrush &amp; brush)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ <parameter left="const QPen &amp;" right="" name="pen" default="QPen()"/>
+ <parameter left="const QBrush &amp;" right="" name="brush" default="QBrush()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addLine" fullname="QGraphicsScene::addLine" href="qgraphicsscene.html#addLine-2" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QGraphicsLineItem *" signature="addLine(qreal x1, qreal y1, qreal x2, qreal y2, const QPen &amp; pen)">
+ <parameter left="qreal" right="" name="x1" default=""/>
+ <parameter left="qreal" right="" name="y1" default=""/>
+ <parameter left="qreal" right="" name="x2" default=""/>
+ <parameter left="qreal" right="" name="y2" default=""/>
+ <parameter left="const QPen &amp;" right="" name="pen" default="QPen()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addRect" fullname="QGraphicsScene::addRect" href="qgraphicsscene.html#addRect-2" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QGraphicsRectItem *" signature="addRect(qreal x, qreal y, qreal w, qreal h, const QPen &amp; pen, const QBrush &amp; brush)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ <parameter left="const QPen &amp;" right="" name="pen" default="QPen()"/>
+ <parameter left="const QBrush &amp;" right="" name="brush" default="QBrush()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeItem" fullname="QGraphicsScene::removeItem" href="qgraphicsscene.html#removeItem" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeItem(QGraphicsItem * item)">
+ <parameter left="QGraphicsItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="focusItem" fullname="QGraphicsScene::focusItem" href="qgraphicsscene.html#focusItem" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsItem *" signature="focusItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFocusItem" fullname="QGraphicsScene::setFocusItem" href="qgraphicsscene.html#setFocusItem" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFocusItem(QGraphicsItem * item, Qt::FocusReason focusReason)">
+ <parameter left="QGraphicsItem *" right="" name="item" default=""/>
+ <parameter left="Qt::FocusReason" right="" name="focusReason" default="Qt::OtherFocusReason"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasFocus" fullname="QGraphicsScene::hasFocus" href="qgraphicsscene.html#hasFocus" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasFocus() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFocus" fullname="QGraphicsScene::setFocus" href="qgraphicsscene.html#setFocus" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFocus(Qt::FocusReason focusReason)">
+ <parameter left="Qt::FocusReason" right="" name="focusReason" default="Qt::OtherFocusReason"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearFocus" fullname="QGraphicsScene::clearFocus" href="qgraphicsscene.html#clearFocus" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearFocus()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStickyFocus" fullname="QGraphicsScene::setStickyFocus" href="qgraphicsscene.html#stickyFocus-prop" location="qgraphicsscene.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="stickyFocus" type="void" signature="setStickyFocus(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stickyFocus" fullname="QGraphicsScene::stickyFocus" href="qgraphicsscene.html#stickyFocus-prop" location="qgraphicsscene.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="stickyFocus" type="bool" signature="stickyFocus() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mouseGrabberItem" fullname="QGraphicsScene::mouseGrabberItem" href="qgraphicsscene.html#mouseGrabberItem" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsItem *" signature="mouseGrabberItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="backgroundBrush" fullname="QGraphicsScene::backgroundBrush" href="qgraphicsscene.html#backgroundBrush-prop" location="qgraphicsscene.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="backgroundBrush" type="QBrush" signature="backgroundBrush() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBackgroundBrush" fullname="QGraphicsScene::setBackgroundBrush" href="qgraphicsscene.html#backgroundBrush-prop" location="qgraphicsscene.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="backgroundBrush" type="void" signature="setBackgroundBrush(const QBrush &amp; brush)">
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="foregroundBrush" fullname="QGraphicsScene::foregroundBrush" href="qgraphicsscene.html#foregroundBrush-prop" location="qgraphicsscene.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="foregroundBrush" type="QBrush" signature="foregroundBrush() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setForegroundBrush" fullname="QGraphicsScene::setForegroundBrush" href="qgraphicsscene.html#foregroundBrush-prop" location="qgraphicsscene.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="foregroundBrush" type="void" signature="setForegroundBrush(const QBrush &amp; brush)">
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inputMethodQuery" fullname="QGraphicsScene::inputMethodQuery" href="qgraphicsscene.html#inputMethodQuery" location="qgraphicsscene.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="inputMethodQuery(Qt::InputMethodQuery query) const">
+ <parameter left="Qt::InputMethodQuery" right="" name="query" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="views" fullname="QGraphicsScene::views" href="qgraphicsscene.html#views" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QGraphicsView *&gt;" signature="views() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="update" fullname="QGraphicsScene::update" href="qgraphicsscene.html#update-2" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="update(qreal x, qreal y, qreal w, qreal h)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invalidate" fullname="QGraphicsScene::invalidate" href="qgraphicsscene.html#invalidate-2" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="invalidate(qreal x, qreal y, qreal w, qreal h, QFlags&lt;QGraphicsScene::SceneLayer&gt; layers)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ <parameter left="QFlags&lt;QGraphicsScene::SceneLayer&gt;" right="" name="layers" default="AllLayers"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="style" fullname="QGraphicsScene::style" href="qgraphicsscene.html#style" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStyle *" signature="style() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStyle" fullname="QGraphicsScene::setStyle" href="qgraphicsscene.html#setStyle" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStyle(QStyle * style)">
+ <parameter left="QStyle *" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QGraphicsScene::font" href="qgraphicsscene.html#font-prop" location="qgraphicsscene.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="font" type="QFont" signature="font() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFont" fullname="QGraphicsScene::setFont" href="qgraphicsscene.html#font-prop" location="qgraphicsscene.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="font" type="void" signature="setFont(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="palette" fullname="QGraphicsScene::palette" href="qgraphicsscene.html#palette-prop" location="qgraphicsscene.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="palette" type="QPalette" signature="palette() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPalette" fullname="QGraphicsScene::setPalette" href="qgraphicsscene.html#palette-prop" location="qgraphicsscene.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="palette" type="void" signature="setPalette(const QPalette &amp; palette)">
+ <parameter left="const QPalette &amp;" right="" name="palette" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activeWindow" fullname="QGraphicsScene::activeWindow" href="qgraphicsscene.html#activeWindow" location="qgraphicsscene.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsWidget *" signature="activeWindow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setActiveWindow" fullname="QGraphicsScene::setActiveWindow" href="qgraphicsscene.html#setActiveWindow" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setActiveWindow(QGraphicsWidget * widget)">
+ <parameter left="QGraphicsWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sendEvent" fullname="QGraphicsScene::sendEvent" href="qgraphicsscene.html#sendEvent" location="qgraphicsscene.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="sendEvent(QGraphicsItem * item, QEvent * event)">
+ <parameter left="QGraphicsItem *" right="" name="item" default=""/>
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="update" fullname="QGraphicsScene::update" href="qgraphicsscene.html#update" location="qgraphicsscene.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="update(const QRectF &amp; rect)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default="QRectF()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invalidate" fullname="QGraphicsScene::invalidate" href="qgraphicsscene.html#invalidate" location="qgraphicsscene.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="invalidate(const QRectF &amp; rect, QFlags&lt;QGraphicsScene::SceneLayer&gt; layers)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default="QRectF()"/>
+ <parameter left="QFlags&lt;QGraphicsScene::SceneLayer&gt;" right="" name="layers" default="AllLayers"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="advance" fullname="QGraphicsScene::advance" href="qgraphicsscene.html#advance" location="qgraphicsscene.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="advance()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearSelection" fullname="QGraphicsScene::clearSelection" href="qgraphicsscene.html#clearSelection" location="qgraphicsscene.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clearSelection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QGraphicsScene::clear" href="qgraphicsscene.html#clear" location="qgraphicsscene.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QGraphicsScene::event" href="qgraphicsscene.html#event" location="qgraphicsscene.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="QGraphicsScene::eventFilter" href="qgraphicsscene.html#eventFilter" location="qgraphicsscene.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * watched, QEvent * event)">
+ <parameter left="QObject *" right="" name="watched" default=""/>
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contextMenuEvent" fullname="QGraphicsScene::contextMenuEvent" href="qgraphicsscene.html#contextMenuEvent" location="qgraphicsscene.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contextMenuEvent(QGraphicsSceneContextMenuEvent * contextMenuEvent)">
+ <parameter left="QGraphicsSceneContextMenuEvent *" right="" name="contextMenuEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragEnterEvent" fullname="QGraphicsScene::dragEnterEvent" href="qgraphicsscene.html#dragEnterEvent" location="qgraphicsscene.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragEnterEvent(QGraphicsSceneDragDropEvent * event)">
+ <parameter left="QGraphicsSceneDragDropEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragMoveEvent" fullname="QGraphicsScene::dragMoveEvent" href="qgraphicsscene.html#dragMoveEvent" location="qgraphicsscene.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragMoveEvent(QGraphicsSceneDragDropEvent * event)">
+ <parameter left="QGraphicsSceneDragDropEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragLeaveEvent" fullname="QGraphicsScene::dragLeaveEvent" href="qgraphicsscene.html#dragLeaveEvent" location="qgraphicsscene.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragLeaveEvent(QGraphicsSceneDragDropEvent * event)">
+ <parameter left="QGraphicsSceneDragDropEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dropEvent" fullname="QGraphicsScene::dropEvent" href="qgraphicsscene.html#dropEvent" location="qgraphicsscene.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dropEvent(QGraphicsSceneDragDropEvent * event)">
+ <parameter left="QGraphicsSceneDragDropEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="QGraphicsScene::focusInEvent" href="qgraphicsscene.html#focusInEvent" location="qgraphicsscene.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * focusEvent)">
+ <parameter left="QFocusEvent *" right="" name="focusEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="QGraphicsScene::focusOutEvent" href="qgraphicsscene.html#focusOutEvent" location="qgraphicsscene.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * focusEvent)">
+ <parameter left="QFocusEvent *" right="" name="focusEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="helpEvent" fullname="QGraphicsScene::helpEvent" href="qgraphicsscene.html#helpEvent" location="qgraphicsscene.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="helpEvent(QGraphicsSceneHelpEvent * helpEvent)">
+ <parameter left="QGraphicsSceneHelpEvent *" right="" name="helpEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QGraphicsScene::keyPressEvent" href="qgraphicsscene.html#keyPressEvent" location="qgraphicsscene.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * keyEvent)">
+ <parameter left="QKeyEvent *" right="" name="keyEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyReleaseEvent" fullname="QGraphicsScene::keyReleaseEvent" href="qgraphicsscene.html#keyReleaseEvent" location="qgraphicsscene.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyReleaseEvent(QKeyEvent * keyEvent)">
+ <parameter left="QKeyEvent *" right="" name="keyEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QGraphicsScene::mousePressEvent" href="qgraphicsscene.html#mousePressEvent" location="qgraphicsscene.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QGraphicsSceneMouseEvent * mouseEvent)">
+ <parameter left="QGraphicsSceneMouseEvent *" right="" name="mouseEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QGraphicsScene::mouseMoveEvent" href="qgraphicsscene.html#mouseMoveEvent" location="qgraphicsscene.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QGraphicsSceneMouseEvent * mouseEvent)">
+ <parameter left="QGraphicsSceneMouseEvent *" right="" name="mouseEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QGraphicsScene::mouseReleaseEvent" href="qgraphicsscene.html#mouseReleaseEvent" location="qgraphicsscene.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QGraphicsSceneMouseEvent * mouseEvent)">
+ <parameter left="QGraphicsSceneMouseEvent *" right="" name="mouseEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseDoubleClickEvent" fullname="QGraphicsScene::mouseDoubleClickEvent" href="qgraphicsscene.html#mouseDoubleClickEvent" location="qgraphicsscene.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseDoubleClickEvent(QGraphicsSceneMouseEvent * mouseEvent)">
+ <parameter left="QGraphicsSceneMouseEvent *" right="" name="mouseEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="wheelEvent" fullname="QGraphicsScene::wheelEvent" href="qgraphicsscene.html#wheelEvent" location="qgraphicsscene.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="wheelEvent(QGraphicsSceneWheelEvent * wheelEvent)">
+ <parameter left="QGraphicsSceneWheelEvent *" right="" name="wheelEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="inputMethodEvent" fullname="QGraphicsScene::inputMethodEvent" href="qgraphicsscene.html#inputMethodEvent" location="qgraphicsscene.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="inputMethodEvent(QInputMethodEvent * event)">
+ <parameter left="QInputMethodEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawBackground" fullname="QGraphicsScene::drawBackground" href="qgraphicsscene.html#drawBackground" location="qgraphicsscene.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawBackground(QPainter * painter, const QRectF &amp; rect)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawForeground" fullname="QGraphicsScene::drawForeground" href="qgraphicsscene.html#drawForeground" location="qgraphicsscene.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawForeground(QPainter * painter, const QRectF &amp; rect)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawItems" fullname="QGraphicsScene::drawItems" href="qgraphicsscene.html#drawItems" location="qgraphicsscene.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawItems(QPainter * painter, int numItems, QGraphicsItem *[] items, const QStyleOptionGraphicsItem[] options, QWidget * widget)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="int" right="" name="numItems" default=""/>
+ <parameter left="QGraphicsItem *[]" right="" name="items" default=""/>
+ <parameter left="const QStyleOptionGraphicsItem[]" right="" name="options" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusNextPrevChild" fullname="QGraphicsScene::focusNextPrevChild" href="qgraphicsscene.html#focusNextPrevChild" location="qgraphicsscene.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="bool" signature="focusNextPrevChild(bool next)">
+ <parameter left="bool" right="" name="next" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="changed" fullname="QGraphicsScene::changed" href="qgraphicsscene.html#changed" location="qgraphicsscene.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="changed(const QList&lt;QRectF&gt; &amp; region)">
+ <parameter left="const QList&lt;QRectF&gt; &amp;" right="" name="region" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sceneRectChanged" fullname="QGraphicsScene::sceneRectChanged" href="qgraphicsscene.html#sceneRectChanged" location="qgraphicsscene.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="sceneRectChanged(const QRectF &amp; rect)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionChanged" fullname="QGraphicsScene::selectionChanged" href="qgraphicsscene.html#selectionChanged" location="qgraphicsscene.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="selectionChanged()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QLocalSocket" href="qlocalsocket.html" location="qlocalsocket.h" bases="QIODevice" module="QtNetwork">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="LocalSocketError" fullname="QLocalSocket::LocalSocketError" href="qlocalsocket.html#LocalSocketError-enum" location="qlocalsocket.h">
+ <value name="ConnectionRefusedError" value="QAbstractSocket::ConnectionRefusedError"/>
+ <value name="PeerClosedError" value="QAbstractSocket::RemoteHostClosedError"/>
+ <value name="ServerNotFoundError" value="QAbstractSocket::HostNotFoundError"/>
+ <value name="SocketAccessError" value="QAbstractSocket::SocketAccessError"/>
+ <value name="SocketResourceError" value="QAbstractSocket::SocketResourceError"/>
+ <value name="SocketTimeoutError" value="QAbstractSocket::SocketTimeoutError"/>
+ <value name="DatagramTooLargeError" value="QAbstractSocket::DatagramTooLargeError"/>
+ <value name="ConnectionError" value="QAbstractSocket::NetworkError"/>
+ <value name="UnsupportedSocketOperationError" value="QAbstractSocket::UnsupportedSocketOperationError"/>
+ <value name="UnknownSocketError" value="QAbstractSocket::UnknownSocketError"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="LocalSocketState" fullname="QLocalSocket::LocalSocketState" href="qlocalsocket.html#LocalSocketState-enum" location="qlocalsocket.h">
+ <value name="UnconnectedState" value="QAbstractSocket::UnconnectedState"/>
+ <value name="ConnectingState" value="QAbstractSocket::ConnectingState"/>
+ <value name="ConnectedState" value="QAbstractSocket::ConnectedState"/>
+ <value name="ClosingState" value="QAbstractSocket::ClosingState"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLocalSocket" fullname="QLocalSocket::QLocalSocket" href="qlocalsocket.html#QLocalSocket" location="qlocalsocket.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QLocalSocket(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QLocalSocket" fullname="QLocalSocket::~QLocalSocket" href="qlocalsocket.html#dtor.QLocalSocket" location="qlocalsocket.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QLocalSocket()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connectToServer" fullname="QLocalSocket::connectToServer" href="qlocalsocket.html#connectToServer" location="qlocalsocket_tcp.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="connectToServer(const QString &amp; name, QFlags&lt;QIODevice::OpenModeFlag&gt; openMode)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="openMode" default="ReadWrite"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="disconnectFromServer" fullname="QLocalSocket::disconnectFromServer" href="qlocalsocket.html#disconnectFromServer" location="qlocalsocket_tcp.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="disconnectFromServer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="serverName" fullname="QLocalSocket::serverName" href="qlocalsocket.html#serverName" location="qlocalsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="serverName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fullServerName" fullname="QLocalSocket::fullServerName" href="qlocalsocket.html#fullServerName" location="qlocalsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fullServerName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="abort" fullname="QLocalSocket::abort" href="qlocalsocket.html#abort" location="qlocalsocket_tcp.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="abort()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSequential" fullname="QLocalSocket::isSequential" href="qlocalsocket.html#isSequential" location="qlocalsocket.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSequential() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bytesAvailable" fullname="QLocalSocket::bytesAvailable" href="qlocalsocket.html#bytesAvailable" location="qlocalsocket_tcp.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="bytesAvailable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bytesToWrite" fullname="QLocalSocket::bytesToWrite" href="qlocalsocket.html#bytesToWrite" location="qlocalsocket_tcp.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="bytesToWrite() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canReadLine" fullname="QLocalSocket::canReadLine" href="qlocalsocket.html#canReadLine" location="qlocalsocket_tcp.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="canReadLine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="close" fullname="QLocalSocket::close" href="qlocalsocket.html#close" location="qlocalsocket_tcp.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="close()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QLocalSocket::error" href="qlocalsocket.html#error" location="qlocalsocket_tcp.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="LocalSocketError" signature="error() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flush" fullname="QLocalSocket::flush" href="qlocalsocket.html#flush" location="qlocalsocket_tcp.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="flush()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QLocalSocket::isValid" href="qlocalsocket.html#isValid" location="qlocalsocket_tcp.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readBufferSize" fullname="QLocalSocket::readBufferSize" href="qlocalsocket.html#readBufferSize" location="qlocalsocket_tcp.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="readBufferSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setReadBufferSize" fullname="QLocalSocket::setReadBufferSize" href="qlocalsocket.html#setReadBufferSize" location="qlocalsocket_tcp.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setReadBufferSize(qint64 size)">
+ <parameter left="qint64" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSocketDescriptor" fullname="QLocalSocket::setSocketDescriptor" href="qlocalsocket.html#setSocketDescriptor" location="qlocalsocket_tcp.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="setSocketDescriptor(quintptr socketDescriptor, LocalSocketState socketState, QFlags&lt;QIODevice::OpenModeFlag&gt; openMode)">
+ <parameter left="quintptr" right="" name="socketDescriptor" default=""/>
+ <parameter left="LocalSocketState" right="" name="socketState" default="ConnectedState"/>
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="openMode" default="ReadWrite"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="socketDescriptor" fullname="QLocalSocket::socketDescriptor" href="qlocalsocket.html#socketDescriptor" location="qlocalsocket_tcp.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="quintptr" signature="socketDescriptor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QLocalSocket::state" href="qlocalsocket.html#state" location="qlocalsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="LocalSocketState" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForBytesWritten" fullname="QLocalSocket::waitForBytesWritten" href="qlocalsocket.html#waitForBytesWritten" location="qlocalsocket_tcp.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="waitForBytesWritten(int msecs)">
+ <parameter left="int" right="" name="msecs" default="30000"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForConnected" fullname="QLocalSocket::waitForConnected" href="qlocalsocket.html#waitForConnected" location="qlocalsocket_tcp.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="waitForConnected(int msecs)">
+ <parameter left="int" right="" name="msecs" default="30000"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForDisconnected" fullname="QLocalSocket::waitForDisconnected" href="qlocalsocket.html#waitForDisconnected" location="qlocalsocket_tcp.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="waitForDisconnected(int msecs)">
+ <parameter left="int" right="" name="msecs" default="30000"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForReadyRead" fullname="QLocalSocket::waitForReadyRead" href="qlocalsocket.html#waitForReadyRead" location="qlocalsocket_tcp.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="waitForReadyRead(int msecs)">
+ <parameter left="int" right="" name="msecs" default="30000"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connected" fullname="QLocalSocket::connected" href="qlocalsocket.html#connected" location="qlocalsocket.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="connected()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="disconnected" fullname="QLocalSocket::disconnected" href="qlocalsocket.html#disconnected" location="qlocalsocket.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="disconnected()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QLocalSocket::error" href="qlocalsocket.html#error-2" location="qlocalsocket.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="error(QLocalSocket::LocalSocketError socketError)">
+ <parameter left="QLocalSocket::LocalSocketError" right="" name="socketError" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stateChanged" fullname="QLocalSocket::stateChanged" href="qlocalsocket.html#stateChanged" location="qlocalsocket.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="stateChanged(QLocalSocket::LocalSocketState socketState)">
+ <parameter left="QLocalSocket::LocalSocketState" right="" name="socketState" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="readData" fullname="QLocalSocket::readData" href="qlocalsocket.html#readData" location="qlocalsocket_tcp.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="readData(char * data, qint64 c)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="c" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="writeData" fullname="QLocalSocket::writeData" href="qlocalsocket.html#writeData" location="qlocalsocket_tcp.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="writeData(const char * data, qint64 c)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="c" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGroupBox" href="qgroupbox.html" location="qgroupbox.h" bases="QWidget" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="title" fullname="QGroupBox::title" href="qgroupbox.html#title-prop" location="qgroupbox.h" type="QString">
+ <getter name="title"/>
+ <setter name="setTitle"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="QGroupBox::alignment" href="qgroupbox.html#alignment-prop" location="qgroupbox.h" type="Qt::Alignment">
+ <getter name="alignment"/>
+ <setter name="setAlignment"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="flat" fullname="QGroupBox::flat" href="qgroupbox.html#flat-prop" location="qgroupbox.h" type="bool">
+ <getter name="isFlat"/>
+ <setter name="setFlat"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="checkable" fullname="QGroupBox::checkable" href="qgroupbox.html#checkable-prop" location="qgroupbox.h" type="bool">
+ <getter name="isCheckable"/>
+ <setter name="setCheckable"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="checked" fullname="QGroupBox::checked" href="qgroupbox.html#checked-prop" location="qgroupbox.h" type="bool">
+ <getter name="isChecked"/>
+ <setter name="setChecked"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGroupBox" fullname="QGroupBox::QGroupBox" href="qgroupbox.html#QGroupBox" location="qgroupbox.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGroupBox(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGroupBox" fullname="QGroupBox::QGroupBox" href="qgroupbox.html#QGroupBox-2" location="qgroupbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QGroupBox(const QString &amp; title, QWidget * parent)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGroupBox" fullname="QGroupBox::~QGroupBox" href="qgroupbox.html#dtor.QGroupBox" location="qgroupbox.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGroupBox()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="title" fullname="QGroupBox::title" href="qgroupbox.html#title-prop" location="qgroupbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="title" type="QString" signature="title() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTitle" fullname="QGroupBox::setTitle" href="qgroupbox.html#title-prop" location="qgroupbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="title" type="void" signature="setTitle(const QString &amp; title)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="QGroupBox::alignment" href="qgroupbox.html#alignment-prop" location="qgroupbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="alignment" type="Qt::Alignment" signature="alignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlignment" fullname="QGroupBox::setAlignment" href="qgroupbox.html#alignment-prop" location="qgroupbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="alignment" type="void" signature="setAlignment(int alignment)">
+ <parameter left="int" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="QGroupBox::minimumSizeHint" href="qgroupbox.html#minimumSizeHint" location="qgroupbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFlat" fullname="QGroupBox::isFlat" href="qgroupbox.html#flat-prop" location="qgroupbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="flat" type="bool" signature="isFlat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFlat" fullname="QGroupBox::setFlat" href="qgroupbox.html#flat-prop" location="qgroupbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="flat" type="void" signature="setFlat(bool flat)">
+ <parameter left="bool" right="" name="flat" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCheckable" fullname="QGroupBox::isCheckable" href="qgroupbox.html#checkable-prop" location="qgroupbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="checkable" type="bool" signature="isCheckable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCheckable" fullname="QGroupBox::setCheckable" href="qgroupbox.html#checkable-prop" location="qgroupbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="checkable" type="void" signature="setCheckable(bool checkable)">
+ <parameter left="bool" right="" name="checkable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isChecked" fullname="QGroupBox::isChecked" href="qgroupbox.html#checked-prop" location="qgroupbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="checked" type="bool" signature="isChecked() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setChecked" fullname="QGroupBox::setChecked" href="qgroupbox.html#checked-prop" location="qgroupbox.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="checked" type="void" signature="setChecked(bool checked)">
+ <parameter left="bool" right="" name="checked" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clicked" fullname="QGroupBox::clicked" href="qgroupbox.html#clicked" location="qgroupbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="clicked(bool checked)">
+ <parameter left="bool" right="" name="checked" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toggled" fullname="QGroupBox::toggled" href="qgroupbox.html#toggled" location="qgroupbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="toggled(bool on)">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QGroupBox::event" href="qgroupbox.html#event" location="qgroupbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="childEvent" fullname="QGroupBox::childEvent" href="qgroupbox.html#childEvent" location="qgroupbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="childEvent(QChildEvent * c)">
+ <parameter left="QChildEvent *" right="" name="c" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QGroupBox::resizeEvent" href="qgroupbox.html#resizeEvent" location="qgroupbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QGroupBox::paintEvent" href="qgroupbox.html#paintEvent" location="qgroupbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * event)">
+ <parameter left="QPaintEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="QGroupBox::focusInEvent" href="qgroupbox.html#focusInEvent" location="qgroupbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * fe)">
+ <parameter left="QFocusEvent *" right="" name="fe" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QGroupBox::changeEvent" href="qgroupbox.html#changeEvent" location="qgroupbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * ev)">
+ <parameter left="QEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QGroupBox::mousePressEvent" href="qgroupbox.html#mousePressEvent" location="qgroupbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QGroupBox::mouseMoveEvent" href="qgroupbox.html#mouseMoveEvent" location="qgroupbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QGroupBox::mouseReleaseEvent" href="qgroupbox.html#mouseReleaseEvent" location="qgroupbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initStyleOption" fullname="QGroupBox::initStyleOption" href="qgroupbox.html#initStyleOption" location="qgroupbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="initStyleOption(QStyleOptionGroupBox * option) const">
+ <parameter left="QStyleOptionGroupBox *" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QGroupBox" fullname="QGroupBox::QGroupBox" href="qgroupbox-qt3.html#QGroupBox-3" location="qgroupbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QGroupBox(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QGroupBox" fullname="QGroupBox::QGroupBox" href="qgroupbox-qt3.html#QGroupBox-4" location="qgroupbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QGroupBox(const QString &amp; title, QWidget * parent, const char * name)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSignalEvent" href="qsignalevent.html" location="qsignalevent.h" bases="QEvent" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSignalEvent" fullname="QSignalEvent::~QSignalEvent" href="qsignalevent.html#dtor.QSignalEvent" location="qsignalevent.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSignalEvent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sender" fullname="QSignalEvent::sender" href="qsignalevent.html#sender" location="qsignalevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QObject *" signature="sender() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="signalIndex" fullname="QSignalEvent::signalIndex" href="qsignalevent.html#signalIndex" location="qsignalevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="signalIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arguments" fullname="QSignalEvent::arguments" href="qsignalevent.html#arguments" location="qsignalevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QVariant&gt;" signature="arguments() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyledItemDelegate" href="qstyleditemdelegate.html" location="qstyleditemdelegate.h" bases="QAbstractItemDelegate" module="QtGui">
+ <contents name="subclassing-qstyleditemdelegate" title="Subclassing QStyledItemDelegate" level="1"/>
+ <contents name="qstyleditemdelegate-vs-qitemdelegate" title="QStyledItemDelegate vs. QItemDelegate" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyledItemDelegate" fullname="QStyledItemDelegate::QStyledItemDelegate" href="qstyleditemdelegate.html#QStyledItemDelegate" location="qstyleditemdelegate.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyledItemDelegate(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QStyledItemDelegate" fullname="QStyledItemDelegate::~QStyledItemDelegate" href="qstyleditemdelegate.html#dtor.QStyledItemDelegate" location="qstyleditemdelegate.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QStyledItemDelegate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="QStyledItemDelegate::paint" href="qstyleditemdelegate.html#paint" location="qstyleditemdelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="paint(QPainter * painter, const QStyleOptionViewItem &amp; option, const QModelIndex &amp; index) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="option" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QStyledItemDelegate::sizeHint" href="qstyleditemdelegate.html#sizeHint" location="qstyleditemdelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint(const QStyleOptionViewItem &amp; option, const QModelIndex &amp; index) const">
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="option" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createEditor" fullname="QStyledItemDelegate::createEditor" href="qstyleditemdelegate.html#createEditor" location="qstyleditemdelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="createEditor(QWidget * parent, const QStyleOptionViewItem &amp; option, const QModelIndex &amp; index) const">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="option" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEditorData" fullname="QStyledItemDelegate::setEditorData" href="qstyleditemdelegate.html#setEditorData" location="qstyleditemdelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="setEditorData(QWidget * editor, const QModelIndex &amp; index) const">
+ <parameter left="QWidget *" right="" name="editor" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setModelData" fullname="QStyledItemDelegate::setModelData" href="qstyleditemdelegate.html#setModelData" location="qstyleditemdelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="setModelData(QWidget * editor, QAbstractItemModel * model, const QModelIndex &amp; index) const">
+ <parameter left="QWidget *" right="" name="editor" default=""/>
+ <parameter left="QAbstractItemModel *" right="" name="model" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateEditorGeometry" fullname="QStyledItemDelegate::updateEditorGeometry" href="qstyleditemdelegate.html#updateEditorGeometry" location="qstyleditemdelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="updateEditorGeometry(QWidget * editor, const QStyleOptionViewItem &amp; option, const QModelIndex &amp; index) const">
+ <parameter left="QWidget *" right="" name="editor" default=""/>
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="option" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemEditorFactory" fullname="QStyledItemDelegate::itemEditorFactory" href="qstyleditemdelegate.html#itemEditorFactory" location="qstyleditemdelegate.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QItemEditorFactory *" signature="itemEditorFactory() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemEditorFactory" fullname="QStyledItemDelegate::setItemEditorFactory" href="qstyleditemdelegate.html#setItemEditorFactory" location="qstyleditemdelegate.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemEditorFactory(QItemEditorFactory * factory)">
+ <parameter left="QItemEditorFactory *" right="" name="factory" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="displayText" fullname="QStyledItemDelegate::displayText" href="qstyleditemdelegate.html#displayText" location="qstyleditemdelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="displayText(const QVariant &amp; value, const QLocale &amp; locale) const">
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ <parameter left="const QLocale &amp;" right="" name="locale" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initStyleOption" fullname="QStyledItemDelegate::initStyleOption" href="qstyleditemdelegate.html#initStyleOption" location="qstyleditemdelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="initStyleOption(QStyleOptionViewItem * option, const QModelIndex &amp; index) const">
+ <parameter left="QStyleOptionViewItem *" right="" name="option" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="QStyledItemDelegate::eventFilter" href="qstyleditemdelegate.html#eventFilter" location="qstyleditemdelegate.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * editor, QEvent * event)">
+ <parameter left="QObject *" right="" name="editor" default=""/>
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="editorEvent" fullname="QStyledItemDelegate::editorEvent" href="qstyleditemdelegate.html#editorEvent" location="qstyleditemdelegate.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="editorEvent(QEvent * event, QAbstractItemModel * model, const QStyleOptionViewItem &amp; option, const QModelIndex &amp; index)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ <parameter left="QAbstractItemModel *" right="" name="model" default=""/>
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="option" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QSharedData" href="qshareddata.html" location="qshareddata.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSharedData" fullname="QSharedData::QSharedData" href="qshareddata.html#QSharedData" location="qshareddata.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSharedData()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSharedData" fullname="QSharedData::QSharedData" href="qshareddata.html#QSharedData-2" location="qshareddata.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSharedData(const QSharedData &amp; other)">
+ <parameter left="const QSharedData &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QSharedDataPointer" href="qshareddatapointer.html" location="qshareddata.h" bases="" module="QtCore">
+ <target name="employee-example"/>
+ <target name="implicit-vs-explicit-sharing"/>
+ <contents name="implicit-vs-explicit-sharing" title="Implicit vs Explicit Sharing" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="detach" fullname="QSharedDataPointer::detach" href="qshareddatapointer.html#detach" location="qnetworkproxy.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="detach()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" fullname="QSharedDataPointer::operator*" href="qshareddatapointer.html#operator*" location="qshareddata.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="operator*()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" fullname="QSharedDataPointer::operator*" href="qshareddatapointer.html#operator*-2" location="qshareddata.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T &amp;" signature="operator*() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-&gt;" fullname="QSharedDataPointer::operator-&gt;" href="qshareddatapointer.html#operator-&gt;" location="qshareddata.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T *" signature="operator-&gt;()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-&gt;" fullname="QSharedDataPointer::operator-&gt;" href="qshareddatapointer.html#operator-&gt;-2" location="qshareddata.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T *" signature="operator-&gt;() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator T *" fullname="QSharedDataPointer::operator T *" href="qshareddatapointer.html#operator T *" location="qshareddata.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="" signature="operator T *()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator const T *" fullname="QSharedDataPointer::operator const T *" href="qshareddatapointer.html#operator const T *" location="qshareddata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator const T *() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QSharedDataPointer::data" href="qshareddatapointer.html#data" location="qshareddata.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T *" signature="data()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QSharedDataPointer::data" href="qshareddatapointer.html#data-2" location="qshareddata.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T *" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constData" fullname="QSharedDataPointer::constData" href="qshareddatapointer.html#constData" location="qshareddata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T *" signature="constData() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QSharedDataPointer::operator==" href="qshareddatapointer.html#operator==" location="qshareddata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QSharedDataPointer&lt;T&gt; &amp; other) const">
+ <parameter left="const QSharedDataPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QSharedDataPointer::operator!=" href="qshareddatapointer.html#operator!=" location="qshareddata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QSharedDataPointer&lt;T&gt; &amp; other) const">
+ <parameter left="const QSharedDataPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSharedDataPointer" fullname="QSharedDataPointer::QSharedDataPointer" href="qshareddatapointer.html#QSharedDataPointer" location="qshareddata.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSharedDataPointer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSharedDataPointer" fullname="QSharedDataPointer::~QSharedDataPointer" href="qshareddatapointer.html#dtor.QSharedDataPointer" location="qshareddata.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSharedDataPointer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSharedDataPointer" fullname="QSharedDataPointer::QSharedDataPointer" href="qshareddatapointer.html#QSharedDataPointer-2" location="qshareddata.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSharedDataPointer(T * sharedData)">
+ <parameter left="T *" right="" name="sharedData" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSharedDataPointer" fullname="QSharedDataPointer::QSharedDataPointer" href="qshareddatapointer.html#QSharedDataPointer-3" location="qshareddata.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QSharedDataPointer(const QSharedDataPointer&lt;T&gt; &amp; other)">
+ <parameter left="const QSharedDataPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QSharedDataPointer::operator=" href="qshareddatapointer.html#operator=" location="qshareddata.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSharedDataPointer&lt;T&gt; &amp;" signature="operator=(const QSharedDataPointer&lt;T&gt; &amp; other)">
+ <parameter left="const QSharedDataPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QSharedDataPointer::operator=" href="qshareddatapointer.html#operator=-2" location="qshareddata.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QSharedDataPointer &amp;" signature="operator=(T * sharedData)">
+ <parameter left="T *" right="" name="sharedData" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!" fullname="QSharedDataPointer::operator!" href="qshareddatapointer.html#operator!" location="qshareddata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="swap" fullname="QSharedDataPointer::swap" href="qshareddatapointer.html#swap" location="qshareddata.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="swap(QSharedDataPointer &amp; other)">
+ <parameter left="QSharedDataPointer &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="clone" fullname="QSharedDataPointer::clone" href="qshareddatapointer.html#clone" location="qshareddata.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T *" signature="clone()"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QExplicitlySharedDataPointer" href="qexplicitlyshareddatapointer.html" location="qshareddata.h" bases="" module="QtCore">
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QExplicitlySharedDataPointer::Type" href="qexplicitlyshareddatapointer.html#Type-typedef" location="qshareddata.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" fullname="QExplicitlySharedDataPointer::operator*" href="qexplicitlyshareddatapointer.html#operator*" location="qshareddata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T &amp;" signature="operator*() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-&gt;" fullname="QExplicitlySharedDataPointer::operator-&gt;" href="qexplicitlyshareddatapointer.html#operator-&gt;" location="qshareddata.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T *" signature="operator-&gt;()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-&gt;" fullname="QExplicitlySharedDataPointer::operator-&gt;" href="qexplicitlyshareddatapointer.html#operator-&gt;-2" location="qshareddata.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="T *" signature="operator-&gt;() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QExplicitlySharedDataPointer::data" href="qexplicitlyshareddatapointer.html#data" location="qshareddata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T *" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constData" fullname="QExplicitlySharedDataPointer::constData" href="qexplicitlyshareddatapointer.html#constData" location="qshareddata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T *" signature="constData() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="detach" fullname="QExplicitlySharedDataPointer::detach" href="qexplicitlyshareddatapointer.html#detach" location="qshareddata.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="detach()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="QExplicitlySharedDataPointer::reset" href="qexplicitlyshareddatapointer.html#reset" location="qshareddata.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator bool" fullname="QExplicitlySharedDataPointer::operator bool" href="qexplicitlyshareddatapointer.html#operator bool" location="qshareddata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator bool() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QExplicitlySharedDataPointer::operator==" href="qexplicitlyshareddatapointer.html#operator==" location="qshareddata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QExplicitlySharedDataPointer&lt;T&gt; &amp; other) const">
+ <parameter left="const QExplicitlySharedDataPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QExplicitlySharedDataPointer::operator!=" href="qexplicitlyshareddatapointer.html#operator!=" location="qshareddata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QExplicitlySharedDataPointer&lt;T&gt; &amp; other) const">
+ <parameter left="const QExplicitlySharedDataPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QExplicitlySharedDataPointer::operator==" href="qexplicitlyshareddatapointer.html#operator==-2" location="qshareddata.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator==(const T * ptr) const">
+ <parameter left="const T *" right="" name="ptr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QExplicitlySharedDataPointer::operator!=" href="qexplicitlyshareddatapointer.html#operator!=-2" location="qshareddata.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator!=(const T * ptr) const">
+ <parameter left="const T *" right="" name="ptr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QExplicitlySharedDataPointer" fullname="QExplicitlySharedDataPointer::QExplicitlySharedDataPointer" href="qexplicitlyshareddatapointer.html#QExplicitlySharedDataPointer" location="qshareddata.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QExplicitlySharedDataPointer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QExplicitlySharedDataPointer" fullname="QExplicitlySharedDataPointer::~QExplicitlySharedDataPointer" href="qexplicitlyshareddatapointer.html#dtor.QExplicitlySharedDataPointer" location="qshareddata.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QExplicitlySharedDataPointer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QExplicitlySharedDataPointer" fullname="QExplicitlySharedDataPointer::QExplicitlySharedDataPointer" href="qexplicitlyshareddatapointer.html#QExplicitlySharedDataPointer-2" location="qshareddata.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QExplicitlySharedDataPointer(T * sharedData)">
+ <parameter left="T *" right="" name="sharedData" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QExplicitlySharedDataPointer" fullname="QExplicitlySharedDataPointer::QExplicitlySharedDataPointer" href="qexplicitlyshareddatapointer.html#QExplicitlySharedDataPointer-3" location="qshareddata.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QExplicitlySharedDataPointer(const QExplicitlySharedDataPointer&lt;T&gt; &amp; other)">
+ <parameter left="const QExplicitlySharedDataPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QExplicitlySharedDataPointer" fullname="QExplicitlySharedDataPointer::QExplicitlySharedDataPointer" href="qexplicitlyshareddatapointer.html#QExplicitlySharedDataPointer-4" location="qshareddata.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QExplicitlySharedDataPointer(const QExplicitlySharedDataPointer&lt;X&gt; &amp; other)">
+ <parameter left="const QExplicitlySharedDataPointer&lt;X&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QExplicitlySharedDataPointer::operator=" href="qexplicitlyshareddatapointer.html#operator=" location="qshareddata.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QExplicitlySharedDataPointer&lt;T&gt; &amp;" signature="operator=(const QExplicitlySharedDataPointer&lt;T&gt; &amp; other)">
+ <parameter left="const QExplicitlySharedDataPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QExplicitlySharedDataPointer::operator=" href="qexplicitlyshareddatapointer.html#operator=-2" location="qshareddata.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QExplicitlySharedDataPointer &amp;" signature="operator=(T * sharedData)">
+ <parameter left="T *" right="" name="sharedData" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!" fullname="QExplicitlySharedDataPointer::operator!" href="qexplicitlyshareddatapointer.html#operator!" location="qshareddata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="swap" fullname="QExplicitlySharedDataPointer::swap" href="qexplicitlyshareddatapointer.html#swap" location="qshareddata.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="swap(QExplicitlySharedDataPointer &amp; other)">
+ <parameter left="QExplicitlySharedDataPointer &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="clone" fullname="QExplicitlySharedDataPointer::clone" href="qexplicitlyshareddatapointer.html#clone" location="qshareddata.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T *" signature="clone()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3IntDict" href="q3intdict.html" location="q3intdict.h" bases="Q3PtrCollection" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3IntDict" fullname="Q3IntDict::Q3IntDict" href="q3intdict.html#Q3IntDict" location="q3intdict.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3IntDict(int size)">
+ <parameter left="int" right="" name="size" default="17"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3IntDict" fullname="Q3IntDict::Q3IntDict" href="q3intdict.html#Q3IntDict-2" location="q3intdict.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3IntDict(const Q3IntDict&lt;type&gt; &amp; dict)">
+ <parameter left="const Q3IntDict&lt;type&gt; &amp;" right="" name="dict" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3IntDict" fullname="Q3IntDict::~Q3IntDict" href="q3intdict.html#dtor.Q3IntDict" location="q3intdict.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3IntDict()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3IntDict::operator=" href="q3intdict.html#operator=" location="q3intdict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3IntDict&lt;type&gt; &amp;" signature="operator=(const Q3IntDict&lt;type&gt; &amp; dict)">
+ <parameter left="const Q3IntDict&lt;type&gt; &amp;" right="" name="dict" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3IntDict::count" href="q3intdict.html#count" location="q3intdict.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="Q3IntDict::size" href="q3intdict.html#size" location="q3intdict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="Q3IntDict::isEmpty" href="q3intdict.html#isEmpty" location="q3intdict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="Q3IntDict::insert" href="q3intdict.html#insert" location="q3intdict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insert(long key, const type * item)">
+ <parameter left="long" right="" name="key" default=""/>
+ <parameter left="const type *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="Q3IntDict::replace" href="q3intdict.html#replace" location="q3intdict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="replace(long key, const type * item)">
+ <parameter left="long" right="" name="key" default=""/>
+ <parameter left="const type *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="Q3IntDict::remove" href="q3intdict.html#remove" location="q3intdict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="remove(long key)">
+ <parameter left="long" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="take" fullname="Q3IntDict::take" href="q3intdict.html#take" location="q3intdict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="take(long key)">
+ <parameter left="long" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="Q3IntDict::find" href="q3intdict.html#find" location="q3intdict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="find(long key) const">
+ <parameter left="long" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="Q3IntDict::operator[]" href="q3intdict.html#operator[]" location="q3intdict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="operator[](long key) const">
+ <parameter left="long" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="Q3IntDict::clear" href="q3intdict.html#clear" location="q3intdict.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resize" fullname="Q3IntDict::resize" href="q3intdict.html#resize" location="q3intdict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resize(uint newsize)">
+ <parameter left="uint" right="" name="newsize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="statistics" fullname="Q3IntDict::statistics" href="q3intdict.html#statistics" location="q3intdict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="statistics() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="read" fullname="Q3IntDict::read" href="q3intdict.html#read" location="q3intdict.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QDataStream &amp;" signature="read(QDataStream &amp; s, Q3PtrCollection::Item &amp; item)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="Q3PtrCollection::Item &amp;" right="" name="item" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="write" fullname="Q3IntDict::write" href="q3intdict.html#write" location="q3intdict.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QDataStream &amp;" signature="write(QDataStream &amp; s, Q3PtrCollection::Item item) const">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="Q3PtrCollection::Item" right="" name="item" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3IntDictIterator" href="q3intdictiterator.html" location="q3intdict.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3IntDictIterator" fullname="Q3IntDictIterator::Q3IntDictIterator" href="q3intdictiterator.html#Q3IntDictIterator" location="q3intdict.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3IntDictIterator(const Q3IntDict&lt;type&gt; &amp; dict)">
+ <parameter left="const Q3IntDict&lt;type&gt; &amp;" right="" name="dict" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3IntDictIterator" fullname="Q3IntDictIterator::~Q3IntDictIterator" href="q3intdictiterator.html#dtor.Q3IntDictIterator" location="q3intdict.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3IntDictIterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3IntDictIterator::count" href="q3intdictiterator.html#count" location="q3intdict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="Q3IntDictIterator::isEmpty" href="q3intdictiterator.html#isEmpty" location="q3intdict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFirst" fullname="Q3IntDictIterator::toFirst" href="q3intdictiterator.html#toFirst" location="q3intdict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="toFirst()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator type *" fullname="Q3IntDictIterator::operator type *" href="q3intdictiterator.html#operator type *" location="q3intdict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator type *() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="current" fullname="Q3IntDictIterator::current" href="q3intdictiterator.html#current" location="q3intdict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="current() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentKey" fullname="Q3IntDictIterator::currentKey" href="q3intdictiterator.html#currentKey" location="q3intdict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="long" signature="currentKey() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator()" fullname="Q3IntDictIterator::operator()" href="q3intdictiterator.html#operator()" location="q3intdict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator()()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="Q3IntDictIterator::operator++" href="q3intdictiterator.html#operator++" location="q3intdict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator++()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="Q3IntDictIterator::operator+=" href="q3intdictiterator.html#operator+=" location="q3intdict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator+=(uint jump)">
+ <parameter left="uint" right="" name="jump" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGtkStyle" href="qgtkstyle.html" location="qgtkstyle.h" bases="QCleanlooksStyle" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGtkStyle" fullname="QGtkStyle::QGtkStyle" href="qgtkstyle.html#QGtkStyle" location="qgtkstyle.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGtkStyle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGtkStyle" fullname="QGtkStyle::~QGtkStyle" href="qgtkstyle.html#dtor.QGtkStyle" location="qgtkstyle.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGtkStyle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardPalette" fullname="QGtkStyle::standardPalette" href="qgtkstyle.html#standardPalette" location="qgtkstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPalette" signature="standardPalette() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPrimitive" fullname="QGtkStyle::drawPrimitive" href="qgtkstyle.html#drawPrimitive" location="qgtkstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawPrimitive(PrimitiveElement element, const QStyleOption * option, QPainter * painter, const QWidget * widget) const">
+ <parameter left="PrimitiveElement" right="" name="element" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawControl" fullname="QGtkStyle::drawControl" href="qgtkstyle.html#drawControl" location="qgtkstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawControl(ControlElement element, const QStyleOption * option, QPainter * painter, const QWidget * widget) const">
+ <parameter left="ControlElement" right="" name="element" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawComplexControl" fullname="QGtkStyle::drawComplexControl" href="qgtkstyle.html#drawComplexControl" location="qgtkstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawComplexControl(ComplexControl control, const QStyleOptionComplex * option, QPainter * painter, const QWidget * widget) const">
+ <parameter left="ComplexControl" right="" name="control" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="option" default=""/>
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawItemPixmap" fullname="QGtkStyle::drawItemPixmap" href="qgtkstyle.html#drawItemPixmap" location="qgtkstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawItemPixmap(QPainter * painter, const QRect &amp; rect, int alignment, const QPixmap &amp; pixmap) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="int" right="" name="alignment" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawItemText" fullname="QGtkStyle::drawItemText" href="qgtkstyle.html#drawItemText" location="qgtkstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawItemText(QPainter * painter, const QRect &amp; rect, int alignment, const QPalette &amp; pal, bool enabled, const QString &amp; text, QPalette::ColorRole textRole) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="int" right="" name="alignment" default=""/>
+ <parameter left="const QPalette &amp;" right="" name="pal" default=""/>
+ <parameter left="bool" right="" name="enabled" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QPalette::ColorRole" right="" name="textRole" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixelMetric" fullname="QGtkStyle::pixelMetric" href="qgtkstyle.html#pixelMetric" location="qgtkstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="pixelMetric(PixelMetric metric, const QStyleOption * option, const QWidget * widget) const">
+ <parameter left="PixelMetric" right="" name="metric" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="styleHint" fullname="QGtkStyle::styleHint" href="qgtkstyle.html#styleHint" location="qgtkstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="styleHint(StyleHint hint, const QStyleOption * option, const QWidget * widget, QStyleHintReturn * returnData) const">
+ <parameter left="StyleHint" right="" name="hint" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ <parameter left="QStyleHintReturn *" right="" name="returnData" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hitTestComplexControl" fullname="QGtkStyle::hitTestComplexControl" href="qgtkstyle.html#hitTestComplexControl" location="qgtkstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QStyle::SubControl" signature="hitTestComplexControl(ComplexControl cc, const QStyleOptionComplex * opt, const QPoint &amp; pt, const QWidget * w) const">
+ <parameter left="ComplexControl" right="" name="cc" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="opt" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pt" default=""/>
+ <parameter left="const QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subControlRect" fullname="QGtkStyle::subControlRect" href="qgtkstyle.html#subControlRect" location="qgtkstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="subControlRect(ComplexControl control, const QStyleOptionComplex * option, SubControl subControl, const QWidget * widget) const">
+ <parameter left="ComplexControl" right="" name="control" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="option" default=""/>
+ <parameter left="SubControl" right="" name="subControl" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subElementRect" fullname="QGtkStyle::subElementRect" href="qgtkstyle.html#subElementRect" location="qgtkstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="subElementRect(SubElement element, const QStyleOption * option, const QWidget * widget) const">
+ <parameter left="SubElement" right="" name="element" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemPixmapRect" fullname="QGtkStyle::itemPixmapRect" href="qgtkstyle.html#itemPixmapRect" location="qgtkstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="itemPixmapRect(const QRect &amp; r, int flags, const QPixmap &amp; pixmap) const">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeFromContents" fullname="QGtkStyle::sizeFromContents" href="qgtkstyle.html#sizeFromContents" location="qgtkstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeFromContents(ContentsType type, const QStyleOption * option, const QSize &amp; size, const QWidget * widget) const">
+ <parameter left="ContentsType" right="" name="type" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardPixmap" fullname="QGtkStyle::standardPixmap" href="qgtkstyle.html#standardPixmap" location="qgtkstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="standardPixmap(StandardPixmap sp, const QStyleOption * option, const QWidget * widget) const">
+ <parameter left="StandardPixmap" right="" name="sp" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="generatedIconPixmap" fullname="QGtkStyle::generatedIconPixmap" href="qgtkstyle.html#generatedIconPixmap" location="qgtkstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="generatedIconPixmap(QIcon::Mode iconMode, const QPixmap &amp; pixmap, const QStyleOption * opt) const">
+ <parameter left="QIcon::Mode" right="" name="iconMode" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QGtkStyle::polish" href="qgtkstyle.html#polish" location="qgtkstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="polish(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QGtkStyle::polish" href="qgtkstyle.html#polish-2" location="qgtkstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="polish(QApplication * app)">
+ <parameter left="QApplication *" right="" name="app" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QGtkStyle::polish" href="qgtkstyle.html#polish-3" location="qgtkstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="polish(QPalette &amp; palette)">
+ <parameter left="QPalette &amp;" right="" name="palette" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unpolish" fullname="QGtkStyle::unpolish" href="qgtkstyle.html#unpolish" location="qgtkstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="unpolish(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unpolish" fullname="QGtkStyle::unpolish" href="qgtkstyle.html#unpolish-2" location="qgtkstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="unpolish(QApplication * app)">
+ <parameter left="QApplication *" right="" name="app" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDesignerCustomWidgetInterface" href="qdesignercustomwidgetinterface.html" location="customwidget.h" bases="" module="QtDesigner">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDesignerCustomWidgetInterface" fullname="QDesignerCustomWidgetInterface::~QDesignerCustomWidgetInterface" href="qdesignercustomwidgetinterface.html#dtor.QDesignerCustomWidgetInterface" location="customwidget.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDesignerCustomWidgetInterface()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QDesignerCustomWidgetInterface::name" href="qdesignercustomwidgetinterface.html#name" location="customwidget.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="group" fullname="QDesignerCustomWidgetInterface::group" href="qdesignercustomwidgetinterface.html#group" location="customwidget.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="group() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toolTip" fullname="QDesignerCustomWidgetInterface::toolTip" href="qdesignercustomwidgetinterface.html#toolTip" location="customwidget.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="toolTip() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="whatsThis" fullname="QDesignerCustomWidgetInterface::whatsThis" href="qdesignercustomwidgetinterface.html#whatsThis" location="customwidget.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="whatsThis() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="includeFile" fullname="QDesignerCustomWidgetInterface::includeFile" href="qdesignercustomwidgetinterface.html#includeFile" location="customwidget.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="includeFile() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QDesignerCustomWidgetInterface::icon" href="qdesignercustomwidgetinterface.html#icon" location="customwidget.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="icon() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isContainer" fullname="QDesignerCustomWidgetInterface::isContainer" href="qdesignercustomwidgetinterface.html#isContainer" location="customwidget.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isContainer() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createWidget" fullname="QDesignerCustomWidgetInterface::createWidget" href="qdesignercustomwidgetinterface.html#createWidget" location="customwidget.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QWidget *" signature="createWidget(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isInitialized" fullname="QDesignerCustomWidgetInterface::isInitialized" href="qdesignercustomwidgetinterface.html#isInitialized" location="customwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isInitialized() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="initialize" fullname="QDesignerCustomWidgetInterface::initialize" href="qdesignercustomwidgetinterface.html#initialize" location="customwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initialize(QDesignerFormEditorInterface * formEditor)">
+ <parameter left="QDesignerFormEditorInterface *" right="" name="formEditor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="domXml" fullname="QDesignerCustomWidgetInterface::domXml" href="qdesignercustomwidgetinterface.html#domXml" location="customwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="domXml() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="codeTemplate" fullname="QDesignerCustomWidgetInterface::codeTemplate" href="qdesignercustomwidgetinterface.html#codeTemplate" location="customwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="codeTemplate() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDesignerCustomWidgetCollectionInterface" href="qdesignercustomwidgetcollectioninterface.html" location="customwidget.h" bases="" module="QtDesigner">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDesignerCustomWidgetCollectionInterface" fullname="QDesignerCustomWidgetCollectionInterface::~QDesignerCustomWidgetCollectionInterface" href="qdesignercustomwidgetcollectioninterface.html#dtor.QDesignerCustomWidgetCollectionInterface" location="customwidget.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDesignerCustomWidgetCollectionInterface()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="customWidgets" fullname="QDesignerCustomWidgetCollectionInterface::customWidgets" href="qdesignercustomwidgetcollectioninterface.html#customWidgets" location="customwidget.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QList&lt;QDesignerCustomWidgetInterface *&gt;" signature="customWidgets() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QNetworkReply" href="qnetworkreply.html" location="qnetworkreply.h" bases="QIODevice" module="QtNetwork">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="NetworkError" fullname="QNetworkReply::NetworkError" href="qnetworkreply.html#NetworkError-enum" location="qnetworkreply.h">
+ <value name="NoError" value="0"/>
+ <value name="ConnectionRefusedError" value="1"/>
+ <value name="RemoteHostClosedError" value="2"/>
+ <value name="HostNotFoundError" value="3"/>
+ <value name="TimeoutError" value="4"/>
+ <value name="OperationCanceledError" value="5"/>
+ <value name="SslHandshakeFailedError" value="6"/>
+ <value name="UnknownNetworkError" value="99"/>
+ <value name="ProxyConnectionRefusedError" value="101"/>
+ <value name="ProxyConnectionClosedError" value="102"/>
+ <value name="ProxyNotFoundError" value="103"/>
+ <value name="ProxyTimeoutError" value="104"/>
+ <value name="ProxyAuthenticationRequiredError" value="105"/>
+ <value name="UnknownProxyError" value="199"/>
+ <value name="ContentAccessDenied" value="201"/>
+ <value name="ContentOperationNotPermittedError" value="202"/>
+ <value name="ContentNotFoundError" value="203"/>
+ <value name="AuthenticationRequiredError" value="204"/>
+ <value name="ContentReSendError" value="205"/>
+ <value name="UnknownContentError" value="299"/>
+ <value name="ProtocolUnknownError" value="301"/>
+ <value name="ProtocolInvalidOperationError" value="302"/>
+ <value name="ProtocolFailure" value="399"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QNetworkReply" fullname="QNetworkReply::~QNetworkReply" href="qnetworkreply.html#dtor.QNetworkReply" location="qnetworkreply.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QNetworkReply()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="abort" fullname="QNetworkReply::abort" href="qnetworkreply.html#abort" location="qnetworkreply.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="abort()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="close" fullname="QNetworkReply::close" href="qnetworkreply.html#close" location="qnetworkreply.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="close()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readBufferSize" fullname="QNetworkReply::readBufferSize" href="qnetworkreply.html#readBufferSize" location="qnetworkreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="readBufferSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setReadBufferSize" fullname="QNetworkReply::setReadBufferSize" href="qnetworkreply.html#setReadBufferSize" location="qnetworkreply.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setReadBufferSize(qint64 size)">
+ <parameter left="qint64" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="manager" fullname="QNetworkReply::manager" href="qnetworkreply.html#manager" location="qnetworkreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QNetworkAccessManager *" signature="manager() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operation" fullname="QNetworkReply::operation" href="qnetworkreply.html#operation" location="qnetworkreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QNetworkAccessManager::Operation" signature="operation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="request" fullname="QNetworkReply::request" href="qnetworkreply.html#request" location="qnetworkreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QNetworkRequest" signature="request() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QNetworkReply::error" href="qnetworkreply.html#error" location="qnetworkreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="NetworkError" signature="error() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFinished" fullname="QNetworkReply::isFinished" href="qnetworkreply.html#isFinished" location="qnetworkreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isFinished() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRunning" fullname="QNetworkReply::isRunning" href="qnetworkreply.html#isRunning" location="qnetworkreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRunning() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="url" fullname="QNetworkReply::url" href="qnetworkreply.html#url" location="qnetworkreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="url() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="header" fullname="QNetworkReply::header" href="qnetworkreply.html#header" location="qnetworkreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="header(QNetworkRequest::KnownHeaders header) const">
+ <parameter left="QNetworkRequest::KnownHeaders" right="" name="header" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasRawHeader" fullname="QNetworkReply::hasRawHeader" href="qnetworkreply.html#hasRawHeader" location="qnetworkreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasRawHeader(const QByteArray &amp; headerName) const">
+ <parameter left="const QByteArray &amp;" right="" name="headerName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rawHeaderList" fullname="QNetworkReply::rawHeaderList" href="qnetworkreply.html#rawHeaderList" location="qnetworkreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QByteArray&gt;" signature="rawHeaderList() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rawHeader" fullname="QNetworkReply::rawHeader" href="qnetworkreply.html#rawHeader" location="qnetworkreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="rawHeader(const QByteArray &amp; headerName) const">
+ <parameter left="const QByteArray &amp;" right="" name="headerName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attribute" fullname="QNetworkReply::attribute" href="qnetworkreply.html#attribute" location="qnetworkreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="attribute(QNetworkRequest::Attribute code) const">
+ <parameter left="QNetworkRequest::Attribute" right="" name="code" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sslConfiguration" fullname="QNetworkReply::sslConfiguration" href="qnetworkreply.html#sslConfiguration" location="qnetworkreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSslConfiguration" signature="sslConfiguration() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSslConfiguration" fullname="QNetworkReply::setSslConfiguration" href="qnetworkreply.html#setSslConfiguration" location="qnetworkreply.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSslConfiguration(const QSslConfiguration &amp; config)">
+ <parameter left="const QSslConfiguration &amp;" right="" name="config" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ignoreSslErrors" fullname="QNetworkReply::ignoreSslErrors" href="qnetworkreply.html#ignoreSslErrors-2" location="qnetworkreply.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="ignoreSslErrors(const QList&lt;QSslError&gt; &amp; errors)">
+ <parameter left="const QList&lt;QSslError&gt; &amp;" right="" name="errors" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ignoreSslErrors" fullname="QNetworkReply::ignoreSslErrors" href="qnetworkreply.html#ignoreSslErrors" location="qnetworkreply.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="ignoreSslErrors()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="metaDataChanged" fullname="QNetworkReply::metaDataChanged" href="qnetworkreply.html#metaDataChanged" location="qnetworkreply.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="metaDataChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="finished" fullname="QNetworkReply::finished" href="qnetworkreply.html#finished" location="qnetworkreply.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="finished()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QNetworkReply::error" href="qnetworkreply.html#error-2" location="qnetworkreply.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="error(QNetworkReply::NetworkError code)">
+ <parameter left="QNetworkReply::NetworkError" right="" name="code" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sslErrors" fullname="QNetworkReply::sslErrors" href="qnetworkreply.html#sslErrors" location="qnetworkreply.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="sslErrors(const QList&lt;QSslError&gt; &amp; errors)">
+ <parameter left="const QList&lt;QSslError&gt; &amp;" right="" name="errors" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="uploadProgress" fullname="QNetworkReply::uploadProgress" href="qnetworkreply.html#uploadProgress" location="qnetworkreply.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="uploadProgress(qint64 bytesSent, qint64 bytesTotal)">
+ <parameter left="qint64" right="" name="bytesSent" default=""/>
+ <parameter left="qint64" right="" name="bytesTotal" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="downloadProgress" fullname="QNetworkReply::downloadProgress" href="qnetworkreply.html#downloadProgress" location="qnetworkreply.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="downloadProgress(qint64 bytesReceived, qint64 bytesTotal)">
+ <parameter left="qint64" right="" name="bytesReceived" default=""/>
+ <parameter left="qint64" right="" name="bytesTotal" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="QNetworkReply" fullname="QNetworkReply::QNetworkReply" href="qnetworkreply.html#QNetworkReply" location="qnetworkreply.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QNetworkReply(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setOperation" fullname="QNetworkReply::setOperation" href="qnetworkreply.html#setOperation" location="qnetworkreply.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOperation(QNetworkAccessManager::Operation operation)">
+ <parameter left="QNetworkAccessManager::Operation" right="" name="operation" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setRequest" fullname="QNetworkReply::setRequest" href="qnetworkreply.html#setRequest" location="qnetworkreply.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRequest(const QNetworkRequest &amp; request)">
+ <parameter left="const QNetworkRequest &amp;" right="" name="request" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setError" fullname="QNetworkReply::setError" href="qnetworkreply.html#setError" location="qnetworkreply.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setError(NetworkError errorCode, const QString &amp; errorString)">
+ <parameter left="NetworkError" right="" name="errorCode" default=""/>
+ <parameter left="const QString &amp;" right="" name="errorString" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setUrl" fullname="QNetworkReply::setUrl" href="qnetworkreply.html#setUrl" location="qnetworkreply.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUrl(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setHeader" fullname="QNetworkReply::setHeader" href="qnetworkreply.html#setHeader" location="qnetworkreply.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHeader(QNetworkRequest::KnownHeaders header, const QVariant &amp; value)">
+ <parameter left="QNetworkRequest::KnownHeaders" right="" name="header" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setRawHeader" fullname="QNetworkReply::setRawHeader" href="qnetworkreply.html#setRawHeader" location="qnetworkreply.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRawHeader(const QByteArray &amp; headerName, const QByteArray &amp; value)">
+ <parameter left="const QByteArray &amp;" right="" name="headerName" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setAttribute" fullname="QNetworkReply::setAttribute" href="qnetworkreply.html#setAttribute" location="qnetworkreply.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAttribute(QNetworkRequest::Attribute code, const QVariant &amp; value)">
+ <parameter left="QNetworkRequest::Attribute" right="" name="code" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3TextEdit" href="q3textedit.html" location="q3textedit.h" bases="Q3ScrollView" module="Qt3SupportLight">
+ <target name="logtextmode"/>
+ <contents name="introduction-and-concepts" title="Introduction and Concepts" level="1"/>
+ <contents name="using-q3textedit-as-a-display-widget" title="Using Q3TextEdit as a Display Widget" level="1"/>
+ <contents name="read-only-key-bindings" title="Read-only key bindings" level="2"/>
+ <contents name="using-q3textedit-in-qt-logtext-mode" title="Using Q3TextEdit in Qt::LogText Mode" level="2"/>
+ <contents name="using-q3textedit-as-an-editor" title="Using Q3TextEdit as an Editor" level="1"/>
+ <contents name="editing-key-bindings" title="Editing key bindings" level="2"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="textFormat" fullname="Q3TextEdit::textFormat" href="q3textedit.html#textFormat-prop" location="q3textedit.h" type="Qt::TextFormat">
+ <getter name="textFormat"/>
+ <setter name="setTextFormat"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="text" fullname="Q3TextEdit::text" href="q3textedit.html#text-prop" location="q3textedit.h" type="QString">
+ <getter name="text"/>
+ <getter name="text"/>
+ <setter name="setText"/>
+ <setter name="setText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="paper" fullname="Q3TextEdit::paper" href="q3textedit.html#paper-prop" location="q3textedit.h" type="QBrush">
+ <getter name="paper"/>
+ <setter name="setPaper"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="linkUnderline" fullname="Q3TextEdit::linkUnderline" href="q3textedit.html#linkUnderline-prop" location="q3textedit.h" type="bool">
+ <getter name="linkUnderline"/>
+ <setter name="setLinkUnderline"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="documentTitle" fullname="Q3TextEdit::documentTitle" href="q3textedit.html#documentTitle-prop" location="q3textedit.h" type="QString">
+ <getter name="documentTitle"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="length" fullname="Q3TextEdit::length" href="q3textedit.html#length-prop" location="q3textedit.h" type="int">
+ <getter name="length"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="wordWrap" fullname="Q3TextEdit::wordWrap" href="q3textedit.html#wordWrap-prop" location="q3textedit.h" type="WordWrap">
+ <getter name="wordWrap"/>
+ <setter name="setWordWrap"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="wrapColumnOrWidth" fullname="Q3TextEdit::wrapColumnOrWidth" href="q3textedit.html#wrapColumnOrWidth-prop" location="q3textedit.h" type="int">
+ <getter name="wrapColumnOrWidth"/>
+ <setter name="setWrapColumnOrWidth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="wrapPolicy" fullname="Q3TextEdit::wrapPolicy" href="q3textedit.html#wrapPolicy-prop" location="q3textedit.h" type="WrapPolicy">
+ <getter name="wrapPolicy"/>
+ <setter name="setWrapPolicy"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="hasSelectedText" fullname="Q3TextEdit::hasSelectedText" href="q3textedit.html#hasSelectedText-prop" location="q3textedit.h" type="bool">
+ <getter name="hasSelectedText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="selectedText" fullname="Q3TextEdit::selectedText" href="q3textedit.html#selectedText-prop" location="q3textedit.h" type="QString">
+ <getter name="selectedText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="undoDepth" fullname="Q3TextEdit::undoDepth" href="q3textedit.html#undoDepth-prop" location="q3textedit.h" type="int">
+ <getter name="undoDepth"/>
+ <setter name="setUndoDepth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="overwriteMode" fullname="Q3TextEdit::overwriteMode" href="q3textedit.html#overwriteMode-prop" location="q3textedit.h" type="bool">
+ <getter name="isOverwriteMode"/>
+ <setter name="setOverwriteMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="modified" fullname="Q3TextEdit::modified" href="q3textedit.html#modified-prop" location="q3textedit.h" type="bool">
+ <getter name="isModified"/>
+ <setter name="setModified"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="readOnly" fullname="Q3TextEdit::readOnly" href="q3textedit.html#readOnly-prop" location="q3textedit.h" type="bool">
+ <getter name="isReadOnly"/>
+ <setter name="setReadOnly"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="undoRedoEnabled" fullname="Q3TextEdit::undoRedoEnabled" href="q3textedit.html#undoRedoEnabled-prop" location="q3textedit.h" type="bool">
+ <getter name="isUndoRedoEnabled"/>
+ <setter name="setUndoRedoEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="tabStopWidth" fullname="Q3TextEdit::tabStopWidth" href="q3textedit.html#tabStopWidth-prop" location="q3textedit.h" type="int">
+ <getter name="tabStopWidth"/>
+ <setter name="setTabStopWidth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="tabChangesFocus" fullname="Q3TextEdit::tabChangesFocus" href="q3textedit.html#tabChangesFocus-prop" location="q3textedit.h" type="bool">
+ <getter name="tabChangesFocus"/>
+ <setter name="setTabChangesFocus"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoFormatting" fullname="Q3TextEdit::autoFormatting" href="q3textedit.html#autoFormatting-prop" location="q3textedit.h" type="AutoFormattingFlag">
+ <getter name="autoFormatting"/>
+ <setter name="setAutoFormatting"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WordWrap" fullname="Q3TextEdit::WordWrap" href="q3textedit.html#WordWrap-enum" location="q3textedit.h">
+ <value name="NoWrap" value="0"/>
+ <value name="WidgetWidth" value="1"/>
+ <value name="FixedPixelWidth" value="2"/>
+ <value name="FixedColumnWidth" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WrapPolicy" fullname="Q3TextEdit::WrapPolicy" href="q3textedit.html#WrapPolicy-enum" location="q3textedit.h">
+ <value name="AtWordBoundary" value="0"/>
+ <value name="AtWhiteSpace" value="AtWordBoundary"/>
+ <value name="Anywhere" value=""/>
+ <value name="AtWordOrDocumentBoundary" value=""/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="AutoFormattingFlag" fullname="Q3TextEdit::AutoFormattingFlag" href="q3textedit.html#AutoFormattingFlag-enum" location="q3textedit.h" typedef="Q3TextEdit::AutoFormatting">
+ <value name="AutoNone" value="0"/>
+ <value name="AutoBulletList" value="0x00000001"/>
+ <value name="AutoAll" value="0xffffffff"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="AutoFormatting" fullname="Q3TextEdit::AutoFormatting" href="q3textedit.html#AutoFormatting-typedef" location="q3textedit.h" enum="Q3TextEdit::AutoFormattingFlag"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="KeyboardAction" fullname="Q3TextEdit::KeyboardAction" href="q3textedit.html#KeyboardAction-enum" location="q3textedit.h">
+ <value name="ActionBackspace" value="0"/>
+ <value name="ActionDelete" value="1"/>
+ <value name="ActionReturn" value="2"/>
+ <value name="ActionKill" value="3"/>
+ <value name="ActionWordBackspace" value="4"/>
+ <value name="ActionWordDelete" value="5"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="CursorAction" fullname="Q3TextEdit::CursorAction" href="q3textedit.html#CursorAction-enum" location="q3textedit.h">
+ <value name="MoveBackward" value="0"/>
+ <value name="MoveForward" value="1"/>
+ <value name="MoveWordBackward" value="2"/>
+ <value name="MoveWordForward" value="3"/>
+ <value name="MoveUp" value="4"/>
+ <value name="MoveDown" value="5"/>
+ <value name="MoveLineStart" value="6"/>
+ <value name="MoveLineEnd" value="7"/>
+ <value name="MoveHome" value="8"/>
+ <value name="MoveEnd" value="9"/>
+ <value name="MovePgUp" value="10"/>
+ <value name="MovePgDown" value="11"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="VerticalAlignment" fullname="Q3TextEdit::VerticalAlignment" href="q3textedit.html#VerticalAlignment-enum" location="q3textedit.h">
+ <value name="AlignNormal" value="0"/>
+ <value name="AlignSuperScript" value="1"/>
+ <value name="AlignSubScript" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3TextEdit" fullname="Q3TextEdit::Q3TextEdit" href="q3textedit.html#Q3TextEdit" location="q3textedit.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3TextEdit(const QString &amp; text, const QString &amp; context, QWidget * parent, const char * name)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QString &amp;" right="" name="context" default="QString()"/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3TextEdit" fullname="Q3TextEdit::Q3TextEdit" href="q3textedit.html#Q3TextEdit-2" location="q3textedit.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3TextEdit(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3TextEdit" fullname="Q3TextEdit::~Q3TextEdit" href="q3textedit.html#dtor.Q3TextEdit" location="q3textedit.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3TextEdit()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="Q3TextEdit::text" href="q3textedit.html#text-prop" location="q3textedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="text" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="Q3TextEdit::text" href="q3textedit.html#text-prop" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" associated-property="text" type="QString" signature="text(int para) const">
+ <parameter left="int" right="" name="para" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textFormat" fullname="Q3TextEdit::textFormat" href="q3textedit.html#textFormat-prop" location="q3textedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="textFormat" type="Qt::TextFormat" signature="textFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="context" fullname="Q3TextEdit::context" href="q3textedit.html#context" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="context() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="documentTitle" fullname="Q3TextEdit::documentTitle" href="q3textedit.html#documentTitle-prop" location="q3textedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="documentTitle" type="QString" signature="documentTitle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getSelection" fullname="Q3TextEdit::getSelection" href="q3textedit.html#getSelection" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="getSelection(int * paraFrom, int * indexFrom, int * paraTo, int * indexTo, int selNum) const">
+ <parameter left="int *" right="" name="paraFrom" default=""/>
+ <parameter left="int *" right="" name="indexFrom" default=""/>
+ <parameter left="int *" right="" name="paraTo" default=""/>
+ <parameter left="int *" right="" name="indexTo" default=""/>
+ <parameter left="int" right="" name="selNum" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="Q3TextEdit::find" href="q3textedit.html#find" location="q3textedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="find(const QString &amp; expr, bool cs, bool wo, bool forward, int * para, int * index)">
+ <parameter left="const QString &amp;" right="" name="expr" default=""/>
+ <parameter left="bool" right="" name="cs" default=""/>
+ <parameter left="bool" right="" name="wo" default=""/>
+ <parameter left="bool" right="" name="forward" default="true"/>
+ <parameter left="int *" right="" name="para" default="0"/>
+ <parameter left="int *" right="" name="index" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paragraphs" fullname="Q3TextEdit::paragraphs" href="q3textedit.html#paragraphs" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="paragraphs() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lines" fullname="Q3TextEdit::lines" href="q3textedit.html#lines" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="lines() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="linesOfParagraph" fullname="Q3TextEdit::linesOfParagraph" href="q3textedit.html#linesOfParagraph" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="linesOfParagraph(int para) const">
+ <parameter left="int" right="" name="para" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineOfChar" fullname="Q3TextEdit::lineOfChar" href="q3textedit.html#lineOfChar" location="q3textedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="lineOfChar(int para, int index)">
+ <parameter left="int" right="" name="para" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="length" fullname="Q3TextEdit::length" href="q3textedit.html#length-prop" location="q3textedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="length" type="int" signature="length() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paragraphRect" fullname="Q3TextEdit::paragraphRect" href="q3textedit.html#paragraphRect" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="paragraphRect(int para) const">
+ <parameter left="int" right="" name="para" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paragraphAt" fullname="Q3TextEdit::paragraphAt" href="q3textedit.html#paragraphAt" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="paragraphAt(const QPoint &amp; pos) const">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="charAt" fullname="Q3TextEdit::charAt" href="q3textedit.html#charAt" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="charAt(const QPoint &amp; pos, int * para) const">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="int *" right="" name="para" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paragraphLength" fullname="Q3TextEdit::paragraphLength" href="q3textedit.html#paragraphLength" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="paragraphLength(int para) const">
+ <parameter left="int" right="" name="para" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="styleSheet" fullname="Q3TextEdit::styleSheet" href="q3textedit.html#styleSheet" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3StyleSheet *" signature="styleSheet() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mimeSourceFactory" fullname="Q3TextEdit::mimeSourceFactory" href="q3textedit.html#mimeSourceFactory" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3MimeSourceFactory *" signature="mimeSourceFactory() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paper" fullname="Q3TextEdit::paper" href="q3textedit.html#paper-prop" location="q3textedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="paper" type="QBrush" signature="paper() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="linkUnderline" fullname="Q3TextEdit::linkUnderline" href="q3textedit.html#linkUnderline-prop" location="q3textedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="linkUnderline" type="bool" signature="linkUnderline() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="heightForWidth" fullname="Q3TextEdit::heightForWidth" href="q3textedit.html#heightForWidth" location="q3textedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="heightForWidth(int w) const">
+ <parameter left="int" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasSelectedText" fullname="Q3TextEdit::hasSelectedText" href="q3textedit.html#hasSelectedText-prop" location="q3textedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="hasSelectedText" type="bool" signature="hasSelectedText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedText" fullname="Q3TextEdit::selectedText" href="q3textedit.html#selectedText-prop" location="q3textedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="selectedText" type="QString" signature="selectedText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isUndoAvailable" fullname="Q3TextEdit::isUndoAvailable" href="q3textedit.html#isUndoAvailable" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isUndoAvailable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRedoAvailable" fullname="Q3TextEdit::isRedoAvailable" href="q3textedit.html#isRedoAvailable" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRedoAvailable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wordWrap" fullname="Q3TextEdit::wordWrap" href="q3textedit.html#wordWrap-prop" location="q3textedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="wordWrap" type="WordWrap" signature="wordWrap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wrapColumnOrWidth" fullname="Q3TextEdit::wrapColumnOrWidth" href="q3textedit.html#wrapColumnOrWidth-prop" location="q3textedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="wrapColumnOrWidth" type="int" signature="wrapColumnOrWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wrapPolicy" fullname="Q3TextEdit::wrapPolicy" href="q3textedit.html#wrapPolicy-prop" location="q3textedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="wrapPolicy" type="WrapPolicy" signature="wrapPolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabStopWidth" fullname="Q3TextEdit::tabStopWidth" href="q3textedit.html#tabStopWidth-prop" location="q3textedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="tabStopWidth" type="int" signature="tabStopWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="anchorAt" fullname="Q3TextEdit::anchorAt" href="q3textedit.html#anchorAt" location="q3textedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString" signature="anchorAt(const QPoint &amp; pos, Qt::AnchorAttribute attr)">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="Qt::AnchorAttribute" right="" name="attr" default="Qt::AnchorHref"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="Q3TextEdit::sizeHint" href="q3textedit.html#sizeHint" location="q3textedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isReadOnly" fullname="Q3TextEdit::isReadOnly" href="q3textedit.html#readOnly-prop" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="readOnly" type="bool" signature="isReadOnly() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getCursorPosition" fullname="Q3TextEdit::getCursorPosition" href="q3textedit.html#getCursorPosition" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="getCursorPosition(int * para, int * index) const">
+ <parameter left="int *" right="" name="para" default=""/>
+ <parameter left="int *" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isModified" fullname="Q3TextEdit::isModified" href="q3textedit.html#modified-prop" location="q3textedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="modified" type="bool" signature="isModified() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="italic" fullname="Q3TextEdit::italic" href="q3textedit.html#italic" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="italic() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bold" fullname="Q3TextEdit::bold" href="q3textedit.html#bold" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="bold() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="underline" fullname="Q3TextEdit::underline" href="q3textedit.html#underline" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="underline() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="family" fullname="Q3TextEdit::family" href="q3textedit.html#family" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="family() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pointSize" fullname="Q3TextEdit::pointSize" href="q3textedit.html#pointSize" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="pointSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="color" fullname="Q3TextEdit::color" href="q3textedit.html#color" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="color() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="font" fullname="Q3TextEdit::font" href="q3textedit.html#font" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFont" signature="font() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentFont" fullname="Q3TextEdit::currentFont" href="q3textedit.html#currentFont" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFont" signature="currentFont() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="Q3TextEdit::alignment" href="q3textedit.html#alignment" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="alignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="verticalAlignment" fullname="Q3TextEdit::verticalAlignment" href="q3textedit.html#verticalAlignment" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="VerticalAlignment" signature="verticalAlignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="undoDepth" fullname="Q3TextEdit::undoDepth" href="q3textedit.html#undoDepth-prop" location="q3textedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="undoDepth" type="int" signature="undoDepth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isOverwriteMode" fullname="Q3TextEdit::isOverwriteMode" href="q3textedit.html#overwriteMode-prop" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="overwriteMode" type="bool" signature="isOverwriteMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paragraphBackgroundColor" fullname="Q3TextEdit::paragraphBackgroundColor" href="q3textedit.html#paragraphBackgroundColor" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="paragraphBackgroundColor(int para) const">
+ <parameter left="int" right="" name="para" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isUndoRedoEnabled" fullname="Q3TextEdit::isUndoRedoEnabled" href="q3textedit.html#undoRedoEnabled-prop" location="q3textedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="undoRedoEnabled" type="bool" signature="isUndoRedoEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="Q3TextEdit::eventFilter" href="q3textedit.html#eventFilter" location="q3textedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * o, QEvent * e)">
+ <parameter left="QObject *" right="" name="o" default=""/>
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabChangesFocus" fullname="Q3TextEdit::tabChangesFocus" href="q3textedit.html#tabChangesFocus-prop" location="q3textedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="tabChangesFocus" type="bool" signature="tabChangesFocus() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoFormatting" fullname="Q3TextEdit::setAutoFormatting" href="q3textedit.html#autoFormatting-prop" location="q3textedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="autoFormatting" type="void" signature="setAutoFormatting(QFlags&lt;Q3TextEdit::AutoFormattingFlag&gt; )">
+ <parameter left="QFlags&lt;Q3TextEdit::AutoFormattingFlag&gt;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoFormatting" fullname="Q3TextEdit::autoFormatting" href="q3textedit.html#autoFormatting-prop" location="q3textedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoFormatting" type="AutoFormatting" signature="autoFormatting() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="syntaxHighlighter" fullname="Q3TextEdit::syntaxHighlighter" href="q3textedit.html#syntaxHighlighter" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3SyntaxHighlighter *" signature="syntaxHighlighter() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMimeSourceFactory" fullname="Q3TextEdit::setMimeSourceFactory" href="q3textedit.html#setMimeSourceFactory" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setMimeSourceFactory(Q3MimeSourceFactory * factory)">
+ <parameter left="Q3MimeSourceFactory *" right="" name="factory" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStyleSheet" fullname="Q3TextEdit::setStyleSheet" href="q3textedit.html#setStyleSheet" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setStyleSheet(Q3StyleSheet * styleSheet)">
+ <parameter left="Q3StyleSheet *" right="" name="styleSheet" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scrollToAnchor" fullname="Q3TextEdit::scrollToAnchor" href="q3textedit.html#scrollToAnchor" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="scrollToAnchor(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPaper" fullname="Q3TextEdit::setPaper" href="q3textedit.html#paper-prop" location="q3textedit.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="paper" type="void" signature="setPaper(const QBrush &amp; pap)">
+ <parameter left="const QBrush &amp;" right="" name="pap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLinkUnderline" fullname="Q3TextEdit::setLinkUnderline" href="q3textedit.html#linkUnderline-prop" location="q3textedit.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="linkUnderline" type="void" signature="setLinkUnderline(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWordWrap" fullname="Q3TextEdit::setWordWrap" href="q3textedit.html#wordWrap-prop" location="q3textedit.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="wordWrap" type="void" signature="setWordWrap(Q3TextEdit::WordWrap mode)">
+ <parameter left="Q3TextEdit::WordWrap" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWrapColumnOrWidth" fullname="Q3TextEdit::setWrapColumnOrWidth" href="q3textedit.html#wrapColumnOrWidth-prop" location="q3textedit.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="wrapColumnOrWidth" type="void" signature="setWrapColumnOrWidth(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWrapPolicy" fullname="Q3TextEdit::setWrapPolicy" href="q3textedit.html#wrapPolicy-prop" location="q3textedit.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="wrapPolicy" type="void" signature="setWrapPolicy(Q3TextEdit::WrapPolicy policy)">
+ <parameter left="Q3TextEdit::WrapPolicy" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="copy" fullname="Q3TextEdit::copy" href="q3textedit.html#copy" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="copy()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="Q3TextEdit::append" href="q3textedit.html#append" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="append(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="Q3TextEdit::setText" href="q3textedit.html#text-prop" location="q3textedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="text" type="void" signature="setText(const QString &amp; txt)">
+ <parameter left="const QString &amp;" right="" name="txt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="Q3TextEdit::setText" href="q3textedit.html#text-prop" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="true" overload-number="2" associated-property="text" type="void" signature="setText(const QString &amp; text, const QString &amp; context)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QString &amp;" right="" name="context" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextFormat" fullname="Q3TextEdit::setTextFormat" href="q3textedit.html#textFormat-prop" location="q3textedit.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="textFormat" type="void" signature="setTextFormat(Qt::TextFormat f)">
+ <parameter left="Qt::TextFormat" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectAll" fullname="Q3TextEdit::selectAll" href="q3textedit.html#selectAll" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="selectAll(bool select)">
+ <parameter left="bool" right="" name="select" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabStopWidth" fullname="Q3TextEdit::setTabStopWidth" href="q3textedit.html#tabStopWidth-prop" location="q3textedit.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="tabStopWidth" type="void" signature="setTabStopWidth(int ts)">
+ <parameter left="int" right="" name="ts" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="zoomIn" fullname="Q3TextEdit::zoomIn" href="q3textedit.html#zoomIn" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="zoomIn(int range)">
+ <parameter left="int" right="" name="range" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="zoomIn" fullname="Q3TextEdit::zoomIn" href="q3textedit.html#zoomIn-2" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="zoomIn()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="zoomOut" fullname="Q3TextEdit::zoomOut" href="q3textedit.html#zoomOut" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="zoomOut(int range)">
+ <parameter left="int" right="" name="range" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="zoomOut" fullname="Q3TextEdit::zoomOut" href="q3textedit.html#zoomOut-2" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="zoomOut()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="zoomTo" fullname="Q3TextEdit::zoomTo" href="q3textedit.html#zoomTo" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="zoomTo(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sync" fullname="Q3TextEdit::sync" href="q3textedit.html#sync" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="sync()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setReadOnly" fullname="Q3TextEdit::setReadOnly" href="q3textedit.html#readOnly-prop" location="q3textedit.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="readOnly" type="void" signature="setReadOnly(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="undo" fullname="Q3TextEdit::undo" href="q3textedit.html#undo" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="undo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="redo" fullname="Q3TextEdit::redo" href="q3textedit.html#redo" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="redo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cut" fullname="Q3TextEdit::cut" href="q3textedit.html#cut" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="cut()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paste" fullname="Q3TextEdit::paste" href="q3textedit.html#paste" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="paste()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pasteSubType" fullname="Q3TextEdit::pasteSubType" href="q3textedit.html#pasteSubType" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="pasteSubType(const QByteArray &amp; subtype)">
+ <parameter left="const QByteArray &amp;" right="" name="subtype" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="Q3TextEdit::clear" href="q3textedit.html#clear" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="del" fullname="Q3TextEdit::del" href="q3textedit.html#del" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="del()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItalic" fullname="Q3TextEdit::setItalic" href="q3textedit.html#setItalic" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setItalic(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBold" fullname="Q3TextEdit::setBold" href="q3textedit.html#setBold" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setBold(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUnderline" fullname="Q3TextEdit::setUnderline" href="q3textedit.html#setUnderline" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setUnderline(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFamily" fullname="Q3TextEdit::setFamily" href="q3textedit.html#setFamily" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setFamily(const QString &amp; fontFamily)">
+ <parameter left="const QString &amp;" right="" name="fontFamily" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPointSize" fullname="Q3TextEdit::setPointSize" href="q3textedit.html#setPointSize" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setPointSize(int s)">
+ <parameter left="int" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColor" fullname="Q3TextEdit::setColor" href="q3textedit.html#setColor" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setColor(const QColor &amp; c)">
+ <parameter left="const QColor &amp;" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVerticalAlignment" fullname="Q3TextEdit::setVerticalAlignment" href="q3textedit.html#setVerticalAlignment" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setVerticalAlignment(Q3TextEdit::VerticalAlignment a)">
+ <parameter left="Q3TextEdit::VerticalAlignment" right="" name="a" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlignment" fullname="Q3TextEdit::setAlignment" href="q3textedit.html#setAlignment" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setAlignment(int a)">
+ <parameter left="int" right="" name="a" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCursorPosition" fullname="Q3TextEdit::setCursorPosition" href="q3textedit.html#setCursorPosition" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setCursorPosition(int para, int index)">
+ <parameter left="int" right="" name="para" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelection" fullname="Q3TextEdit::setSelection" href="q3textedit.html#setSelection" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setSelection(int paraFrom, int indexFrom, int paraTo, int indexTo, int selNum)">
+ <parameter left="int" right="" name="paraFrom" default=""/>
+ <parameter left="int" right="" name="indexFrom" default=""/>
+ <parameter left="int" right="" name="paraTo" default=""/>
+ <parameter left="int" right="" name="indexTo" default=""/>
+ <parameter left="int" right="" name="selNum" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectionAttributes" fullname="Q3TextEdit::setSelectionAttributes" href="q3textedit.html#setSelectionAttributes" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setSelectionAttributes(int selNum, const QColor &amp; back, bool invertText)">
+ <parameter left="int" right="" name="selNum" default=""/>
+ <parameter left="const QColor &amp;" right="" name="back" default=""/>
+ <parameter left="bool" right="" name="invertText" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setModified" fullname="Q3TextEdit::setModified" href="q3textedit.html#modified-prop" location="q3textedit.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="modified" type="void" signature="setModified(bool m)">
+ <parameter left="bool" right="" name="m" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUndoDepth" fullname="Q3TextEdit::setUndoDepth" href="q3textedit.html#undoDepth-prop" location="q3textedit.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="undoDepth" type="void" signature="setUndoDepth(int d)">
+ <parameter left="int" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ensureCursorVisible" fullname="Q3TextEdit::ensureCursorVisible" href="q3textedit.html#ensureCursorVisible" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="ensureCursorVisible()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="placeCursor" fullname="Q3TextEdit::placeCursor" href="q3textedit.html#placeCursor" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="placeCursor(const QPoint &amp; pos, Q3TextCursor * c)">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="Q3TextCursor *" right="" name="c" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveCursor" fullname="Q3TextEdit::moveCursor" href="q3textedit.html#moveCursor" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="moveCursor(Q3TextEdit::CursorAction action, bool select)">
+ <parameter left="Q3TextEdit::CursorAction" right="" name="action" default=""/>
+ <parameter left="bool" right="" name="select" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doKeyboardAction" fullname="Q3TextEdit::doKeyboardAction" href="q3textedit.html#doKeyboardAction" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="doKeyboardAction(Q3TextEdit::KeyboardAction action)">
+ <parameter left="Q3TextEdit::KeyboardAction" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeSelectedText" fullname="Q3TextEdit::removeSelectedText" href="q3textedit.html#removeSelectedText" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="removeSelectedText(int selNum)">
+ <parameter left="int" right="" name="selNum" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeSelection" fullname="Q3TextEdit::removeSelection" href="q3textedit.html#removeSelection" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="removeSelection(int selNum)">
+ <parameter left="int" right="" name="selNum" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentFont" fullname="Q3TextEdit::setCurrentFont" href="q3textedit.html#setCurrentFont" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setCurrentFont(const QFont &amp; f)">
+ <parameter left="const QFont &amp;" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOverwriteMode" fullname="Q3TextEdit::setOverwriteMode" href="q3textedit.html#overwriteMode-prop" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="overwriteMode" type="void" signature="setOverwriteMode(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scrollToBottom" fullname="Q3TextEdit::scrollToBottom" href="q3textedit.html#scrollToBottom" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="scrollToBottom()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="Q3TextEdit::insert" href="q3textedit.html#insert" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="insert(const QString &amp; text, uint insertionFlags)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="uint" right="" name="insertionFlags" default="CheckNewLines | RemoveSelected"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="Q3TextEdit::insert" href="q3textedit.html#insert-2" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="insert(const QString &amp; text, bool indent, bool checkNewLine, bool removeSelected)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="bool" right="" name="indent" default=""/>
+ <parameter left="bool" right="" name="checkNewLine" default="true"/>
+ <parameter left="bool" right="" name="removeSelected" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertAt" fullname="Q3TextEdit::insertAt" href="q3textedit.html#insertAt" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="insertAt(const QString &amp; text, int para, int index)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="para" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeParagraph" fullname="Q3TextEdit::removeParagraph" href="q3textedit.html#removeParagraph" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="removeParagraph(int para)">
+ <parameter left="int" right="" name="para" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertParagraph" fullname="Q3TextEdit::insertParagraph" href="q3textedit.html#insertParagraph" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="insertParagraph(const QString &amp; text, int para)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="para" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setParagraphBackgroundColor" fullname="Q3TextEdit::setParagraphBackgroundColor" href="q3textedit.html#setParagraphBackgroundColor" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setParagraphBackgroundColor(int para, const QColor &amp; bg)">
+ <parameter left="int" right="" name="para" default=""/>
+ <parameter left="const QColor &amp;" right="" name="bg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearParagraphBackground" fullname="Q3TextEdit::clearParagraphBackground" href="q3textedit.html#clearParagraphBackground" location="q3textedit.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="clearParagraphBackground(int para)">
+ <parameter left="int" right="" name="para" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUndoRedoEnabled" fullname="Q3TextEdit::setUndoRedoEnabled" href="q3textedit.html#undoRedoEnabled-prop" location="q3textedit.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="undoRedoEnabled" type="void" signature="setUndoRedoEnabled(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabChangesFocus" fullname="Q3TextEdit::setTabChangesFocus" href="q3textedit.html#tabChangesFocus-prop" location="q3textedit.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="tabChangesFocus" type="void" signature="setTabChangesFocus(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textChanged" fullname="Q3TextEdit::textChanged" href="q3textedit.html#textChanged" location="q3textedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="textChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionChanged" fullname="Q3TextEdit::selectionChanged" href="q3textedit.html#selectionChanged" location="q3textedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="selectionChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="copyAvailable" fullname="Q3TextEdit::copyAvailable" href="q3textedit.html#copyAvailable" location="q3textedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="copyAvailable(bool yes)">
+ <parameter left="bool" right="" name="yes" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="undoAvailable" fullname="Q3TextEdit::undoAvailable" href="q3textedit.html#undoAvailable" location="q3textedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="undoAvailable(bool yes)">
+ <parameter left="bool" right="" name="yes" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="redoAvailable" fullname="Q3TextEdit::redoAvailable" href="q3textedit.html#redoAvailable" location="q3textedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="redoAvailable(bool yes)">
+ <parameter left="bool" right="" name="yes" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentFontChanged" fullname="Q3TextEdit::currentFontChanged" href="q3textedit.html#currentFontChanged" location="q3textedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentFontChanged(const QFont &amp; f)">
+ <parameter left="const QFont &amp;" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentColorChanged" fullname="Q3TextEdit::currentColorChanged" href="q3textedit.html#currentColorChanged" location="q3textedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentColorChanged(const QColor &amp; c)">
+ <parameter left="const QColor &amp;" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentAlignmentChanged" fullname="Q3TextEdit::currentAlignmentChanged" href="q3textedit.html#currentAlignmentChanged" location="q3textedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentAlignmentChanged(int a)">
+ <parameter left="int" right="" name="a" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentVerticalAlignmentChanged" fullname="Q3TextEdit::currentVerticalAlignmentChanged" href="q3textedit.html#currentVerticalAlignmentChanged" location="q3textedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentVerticalAlignmentChanged(Q3TextEdit::VerticalAlignment a)">
+ <parameter left="Q3TextEdit::VerticalAlignment" right="" name="a" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorPositionChanged" fullname="Q3TextEdit::cursorPositionChanged" href="q3textedit.html#cursorPositionChanged" location="q3textedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="cursorPositionChanged(int para, int pos)">
+ <parameter left="int" right="" name="para" default=""/>
+ <parameter left="int" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="returnPressed" fullname="Q3TextEdit::returnPressed" href="q3textedit.html#returnPressed" location="q3textedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="returnPressed()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="modificationChanged" fullname="Q3TextEdit::modificationChanged" href="q3textedit.html#modificationChanged" location="q3textedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="modificationChanged(bool m)">
+ <parameter left="bool" right="" name="m" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clicked" fullname="Q3TextEdit::clicked" href="q3textedit.html#clicked" location="q3textedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="clicked(int para, int pos)">
+ <parameter left="int" right="" name="para" default=""/>
+ <parameter left="int" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doubleClicked" fullname="Q3TextEdit::doubleClicked" href="q3textedit.html#doubleClicked" location="q3textedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="doubleClicked(int para, int pos)">
+ <parameter left="int" right="" name="para" default=""/>
+ <parameter left="int" right="" name="pos" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="repaintChanged" fullname="Q3TextEdit::repaintChanged" href="q3textedit.html#repaintChanged" location="q3textedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="repaintChanged()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawContents" fullname="Q3TextEdit::drawContents" href="q3textedit.html#drawContents" location="q3textedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawContents(QPainter * p, int cx, int cy, int cw, int ch)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="int" right="" name="cx" default=""/>
+ <parameter left="int" right="" name="cy" default=""/>
+ <parameter left="int" right="" name="cw" default=""/>
+ <parameter left="int" right="" name="ch" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="Q3TextEdit::event" href="q3textedit.html#event" location="q3textedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="Q3TextEdit::changeEvent" href="q3textedit.html#changeEvent" location="q3textedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * ev)">
+ <parameter left="QEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="Q3TextEdit::keyPressEvent" href="q3textedit.html#keyPressEvent" location="q3textedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="Q3TextEdit::resizeEvent" href="q3textedit.html#resizeEvent" location="q3textedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="viewportResizeEvent" fullname="Q3TextEdit::viewportResizeEvent" href="q3textedit.html#viewportResizeEvent" location="q3textedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="viewportResizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsMousePressEvent" fullname="Q3TextEdit::contentsMousePressEvent" href="q3textedit.html#contentsMousePressEvent" location="q3textedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsMousePressEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsMouseMoveEvent" fullname="Q3TextEdit::contentsMouseMoveEvent" href="q3textedit.html#contentsMouseMoveEvent" location="q3textedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsMouseMoveEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsMouseReleaseEvent" fullname="Q3TextEdit::contentsMouseReleaseEvent" href="q3textedit.html#contentsMouseReleaseEvent" location="q3textedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsMouseReleaseEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsMouseDoubleClickEvent" fullname="Q3TextEdit::contentsMouseDoubleClickEvent" href="q3textedit.html#contentsMouseDoubleClickEvent" location="q3textedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsMouseDoubleClickEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsWheelEvent" fullname="Q3TextEdit::contentsWheelEvent" href="q3textedit.html#contentsWheelEvent" location="q3textedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsWheelEvent(QWheelEvent * e)">
+ <parameter left="QWheelEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="inputMethodEvent" fullname="Q3TextEdit::inputMethodEvent" href="q3textedit.html#inputMethodEvent" location="q3textedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="inputMethodEvent(QInputMethodEvent * e)">
+ <parameter left="QInputMethodEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsDragEnterEvent" fullname="Q3TextEdit::contentsDragEnterEvent" href="q3textedit.html#contentsDragEnterEvent" location="q3textedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsDragEnterEvent(QDragEnterEvent * e)">
+ <parameter left="QDragEnterEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsDragMoveEvent" fullname="Q3TextEdit::contentsDragMoveEvent" href="q3textedit.html#contentsDragMoveEvent" location="q3textedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsDragMoveEvent(QDragMoveEvent * e)">
+ <parameter left="QDragMoveEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsDragLeaveEvent" fullname="Q3TextEdit::contentsDragLeaveEvent" href="q3textedit.html#contentsDragLeaveEvent" location="q3textedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsDragLeaveEvent(QDragLeaveEvent * e)">
+ <parameter left="QDragLeaveEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsDropEvent" fullname="Q3TextEdit::contentsDropEvent" href="q3textedit.html#contentsDropEvent" location="q3textedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsDropEvent(QDropEvent * e)">
+ <parameter left="QDropEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsContextMenuEvent" fullname="Q3TextEdit::contentsContextMenuEvent" href="q3textedit.html#contentsContextMenuEvent" location="q3textedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsContextMenuEvent(QContextMenuEvent * e)">
+ <parameter left="QContextMenuEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusNextPrevChild" fullname="Q3TextEdit::focusNextPrevChild" href="q3textedit.html#focusNextPrevChild" location="q3textedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="focusNextPrevChild(bool n)">
+ <parameter left="bool" right="" name="n" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="textCursor" fullname="Q3TextEdit::textCursor" href="q3textedit.html#textCursor" location="q3textedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3TextCursor *" signature="textCursor() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="createPopupMenu" fullname="Q3TextEdit::createPopupMenu" href="q3textedit.html#createPopupMenu" location="q3textedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="Q3PopupMenu *" signature="createPopupMenu(const QPoint &amp; pos)">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="createPopupMenu" fullname="Q3TextEdit::createPopupMenu" href="q3textedit.html#createPopupMenu-2" location="q3textedit.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="Q3PopupMenu *" signature="createPopupMenu()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3HBox" href="q3hbox.html" location="q3hbox.h" bases="Q3Frame" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3HBox" fullname="Q3HBox::Q3HBox" href="q3hbox.html#Q3HBox" location="q3hbox.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3HBox(QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSpacing" fullname="Q3HBox::setSpacing" href="q3hbox.html#setSpacing" location="q3hbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSpacing(int space)">
+ <parameter left="int" right="" name="space" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStretchFactor" fullname="Q3HBox::setStretchFactor" href="q3hbox.html#setStretchFactor" location="q3hbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="setStretchFactor(QWidget * w, int stretch)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ <parameter left="int" right="" name="stretch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="Q3HBox::sizeHint" href="q3hbox.html#sizeHint" location="q3hbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="Q3HBox" fullname="Q3HBox::Q3HBox" href="q3hbox.html#Q3HBox-2" location="q3hbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3HBox(bool horizontal, QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="bool" right="" name="horizontal" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="frameChanged" fullname="Q3HBox::frameChanged" href="q3hbox.html#frameChanged" location="q3hbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="frameChanged()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="obsolete" name="QMimeSource" href="qmimesource.html" location="qmime.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMimeSource" fullname="QMimeSource::~QMimeSource" href="qmimesource.html#dtor.QMimeSource" location="qmime.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMimeSource()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QMimeSource::format" href="qmimesource.html#format" location="qmime.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="const char *" signature="format(int i) const">
+ <parameter left="int" right="" name="i" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="provides" fullname="QMimeSource::provides" href="qmimesource.html#provides" location="qmime.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="provides(const char * mimeType) const">
+ <parameter left="const char *" right="" name="mimeType" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encodedData" fullname="QMimeSource::encodedData" href="qmimesource.html#encodedData" location="qmime.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="encodedData(const char * format) const">
+ <parameter left="const char *" right="" name="format" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWindowsMime" href="qwindowsmime.html" location="qmime.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWindowsMime" fullname="QWindowsMime::QWindowsMime" href="qwindowsmime.html#QWindowsMime" location="qmime.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWindowsMime()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWindowsMime" fullname="QWindowsMime::~QWindowsMime" href="qwindowsmime.html#dtor.QWindowsMime" location="qmime.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWindowsMime()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canConvertFromMime" fullname="QWindowsMime::canConvertFromMime" href="qwindowsmime.html#canConvertFromMime" location="qmime.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="canConvertFromMime(const FORMATETC &amp; formatetc, const QMimeData * mimeData) const">
+ <parameter left="const FORMATETC &amp;" right="" name="formatetc" default=""/>
+ <parameter left="const QMimeData *" right="" name="mimeData" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="convertFromMime" fullname="QWindowsMime::convertFromMime" href="qwindowsmime.html#convertFromMime" location="qmime.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="convertFromMime(const FORMATETC &amp; formatetc, const QMimeData * mimeData, STGMEDIUM * pmedium) const">
+ <parameter left="const FORMATETC &amp;" right="" name="formatetc" default=""/>
+ <parameter left="const QMimeData *" right="" name="mimeData" default=""/>
+ <parameter left="STGMEDIUM *" right="" name="pmedium" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="formatsForMime" fullname="QWindowsMime::formatsForMime" href="qwindowsmime.html#formatsForMime" location="qmime.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QVector&lt;FORMATETC&gt;" signature="formatsForMime(const QString &amp; mimeType, const QMimeData * mimeData) const">
+ <parameter left="const QString &amp;" right="" name="mimeType" default=""/>
+ <parameter left="const QMimeData *" right="" name="mimeData" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canConvertToMime" fullname="QWindowsMime::canConvertToMime" href="qwindowsmime.html#canConvertToMime" location="qmime.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="canConvertToMime(const QString &amp; mimeType, IDataObject * pDataObj) const">
+ <parameter left="const QString &amp;" right="" name="mimeType" default=""/>
+ <parameter left="IDataObject *" right="" name="pDataObj" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="convertToMime" fullname="QWindowsMime::convertToMime" href="qwindowsmime.html#convertToMime" location="qmime.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="convertToMime(const QString &amp; mimeType, IDataObject * pDataObj, QVariant::Type preferredType) const">
+ <parameter left="const QString &amp;" right="" name="mimeType" default=""/>
+ <parameter left="IDataObject *" right="" name="pDataObj" default=""/>
+ <parameter left="QVariant::Type" right="" name="preferredType" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mimeForFormat" fullname="QWindowsMime::mimeForFormat" href="qwindowsmime.html#mimeForFormat" location="qmime.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="mimeForFormat(const FORMATETC &amp; formatetc) const">
+ <parameter left="const FORMATETC &amp;" right="" name="formatetc" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="registerMimeType" fullname="QWindowsMime::registerMimeType" href="qwindowsmime.html#registerMimeType" location="qmime.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="registerMimeType(const QString &amp; mime)">
+ <parameter left="const QString &amp;" right="" name="mime" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMacPasteboardMime" href="qmacpasteboardmime.html" location="qmime.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMacPasteboardMime" fullname="QMacPasteboardMime::QMacPasteboardMime" href="qmacpasteboardmime.html#QMacPasteboardMime" location="qmime.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMacPasteboardMime(char t)">
+ <parameter left="char" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMacPasteboardMime" fullname="QMacPasteboardMime::~QMacPasteboardMime" href="qmacpasteboardmime.html#dtor.QMacPasteboardMime" location="qmime.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMacPasteboardMime()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="all" fullname="QMacPasteboardMime::all" href="qmacpasteboardmime.html#all" location="qmime.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QMacPasteboardMime *&gt;" signature="all(uchar t)">
+ <parameter left="uchar" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="convertor" fullname="QMacPasteboardMime::convertor" href="qmacpasteboardmime.html#convertor" location="qmime.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QMacPasteboardMime *" signature="convertor(uchar t, const QString &amp; mime, QString flav)">
+ <parameter left="uchar" right="" name="t" default=""/>
+ <parameter left="const QString &amp;" right="" name="mime" default=""/>
+ <parameter left="QString" right="" name="flav" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flavorToMime" fullname="QMacPasteboardMime::flavorToMime" href="qmacpasteboardmime.html#flavorToMime" location="qmime.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="flavorToMime(uchar t, QString flav)">
+ <parameter left="uchar" right="" name="t" default=""/>
+ <parameter left="QString" right="" name="flav" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="convertorName" fullname="QMacPasteboardMime::convertorName" href="qmacpasteboardmime.html#convertorName" location="qmime.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QString" signature="convertorName()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canConvert" fullname="QMacPasteboardMime::canConvert" href="qmacpasteboardmime.html#canConvert" location="qmime.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="canConvert(const QString &amp; mime, QString flav)">
+ <parameter left="const QString &amp;" right="" name="mime" default=""/>
+ <parameter left="QString" right="" name="flav" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mimeFor" fullname="QMacPasteboardMime::mimeFor" href="qmacpasteboardmime.html#mimeFor" location="qmime.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QString" signature="mimeFor(QString flav)">
+ <parameter left="QString" right="" name="flav" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flavorFor" fullname="QMacPasteboardMime::flavorFor" href="qmacpasteboardmime.html#flavorFor" location="qmime.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QString" signature="flavorFor(const QString &amp; mime)">
+ <parameter left="const QString &amp;" right="" name="mime" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="convertToMime" fullname="QMacPasteboardMime::convertToMime" href="qmacpasteboardmime.html#convertToMime" location="qmime.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QVariant" signature="convertToMime(const QString &amp; mime, QList&lt;QByteArray&gt; data, QString flav)">
+ <parameter left="const QString &amp;" right="" name="mime" default=""/>
+ <parameter left="QList&lt;QByteArray&gt;" right="" name="data" default=""/>
+ <parameter left="QString" right="" name="flav" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="convertFromMime" fullname="QMacPasteboardMime::convertFromMime" href="qmacpasteboardmime.html#convertFromMime" location="qmime.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QList&lt;QByteArray&gt;" signature="convertFromMime(const QString &amp; mime, QVariant data, QString flav)">
+ <parameter left="const QString &amp;" right="" name="mime" default=""/>
+ <parameter left="QVariant" right="" name="data" default=""/>
+ <parameter left="QString" right="" name="flav" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qRegisterDraggedTypes" href="qmacpasteboardmime.html#qRegisterDraggedTypes" location="qmime_mac.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QMacPasteboardMime" type="void" signature="qRegisterDraggedTypes(const QStringList &amp; types)">
+ <parameter left="const QStringList &amp;" right="" name="types" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDockWidget" href="qdockwidget.html" location="qdockwidget.h" bases="QWidget" module="QtGui">
+ <contents name="appearance" title="Appearance" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="floating" fullname="QDockWidget::floating" href="qdockwidget.html#floating-prop" location="qdockwidget.h" type="bool">
+ <getter name="isFloating"/>
+ <setter name="setFloating"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="features" fullname="QDockWidget::features" href="qdockwidget.html#features-prop" location="qdockwidget.h" type="DockWidgetFeatures">
+ <getter name="features"/>
+ <setter name="setFeatures"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="allowedAreas" fullname="QDockWidget::allowedAreas" href="qdockwidget.html#allowedAreas-prop" location="qdockwidget.h" type="Qt::DockWidgetAreas">
+ <getter name="allowedAreas"/>
+ <setter name="setAllowedAreas"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDockWidget" fullname="QDockWidget::QDockWidget" href="qdockwidget.html#QDockWidget" location="qdockwidget.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDockWidget(const QString &amp; title, QWidget * parent, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDockWidget" fullname="QDockWidget::QDockWidget" href="qdockwidget.html#QDockWidget-2" location="qdockwidget.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDockWidget(QWidget * parent, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDockWidget" fullname="QDockWidget::~QDockWidget" href="qdockwidget.html#dtor.QDockWidget" location="qdockwidget.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDockWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widget" fullname="QDockWidget::widget" href="qdockwidget.html#widget" location="qdockwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="widget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidget" fullname="QDockWidget::setWidget" href="qdockwidget.html#setWidget" location="qdockwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DockWidgetFeature" fullname="QDockWidget::DockWidgetFeature" href="qdockwidget.html#DockWidgetFeature-enum" location="qdockwidget.h" typedef="QDockWidget::DockWidgetFeatures">
+ <value name="DockWidgetClosable" value="0x01"/>
+ <value name="DockWidgetMovable" value="0x02"/>
+ <value name="DockWidgetFloatable" value="0x04"/>
+ <value name="DockWidgetVerticalTitleBar" value="0x08"/>
+ <value name="DockWidgetFeatureMask" value="0x0f"/>
+ <value name="AllDockWidgetFeatures" value="DockWidgetClosable | DockWidgetMovable | DockWidgetFloatable"/>
+ <value name="NoDockWidgetFeatures" value="0x00"/>
+ <value name="Reserved" value="0xff"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="DockWidgetFeatures" fullname="QDockWidget::DockWidgetFeatures" href="qdockwidget.html#DockWidgetFeatures-typedef" location="qdockwidget.h" enum="QDockWidget::DockWidgetFeature"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFeatures" fullname="QDockWidget::setFeatures" href="qdockwidget.html#features-prop" location="qdockwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="features" type="void" signature="setFeatures(QFlags&lt;QDockWidget::DockWidgetFeature&gt; features)">
+ <parameter left="QFlags&lt;QDockWidget::DockWidgetFeature&gt;" right="" name="features" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="features" fullname="QDockWidget::features" href="qdockwidget.html#features-prop" location="qdockwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="features" type="DockWidgetFeatures" signature="features() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFloating" fullname="QDockWidget::setFloating" href="qdockwidget.html#floating-prop" location="qdockwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="floating" type="void" signature="setFloating(bool floating)">
+ <parameter left="bool" right="" name="floating" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFloating" fullname="QDockWidget::isFloating" href="qdockwidget.html#floating-prop" location="qdockwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="floating" type="bool" signature="isFloating() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAllowedAreas" fullname="QDockWidget::setAllowedAreas" href="qdockwidget.html#allowedAreas-prop" location="qdockwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="allowedAreas" type="void" signature="setAllowedAreas(QFlags&lt;Qt::DockWidgetArea&gt; areas)">
+ <parameter left="QFlags&lt;Qt::DockWidgetArea&gt;" right="" name="areas" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="allowedAreas" fullname="QDockWidget::allowedAreas" href="qdockwidget.html#allowedAreas-prop" location="qdockwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="allowedAreas" type="Qt::DockWidgetAreas" signature="allowedAreas() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTitleBarWidget" fullname="QDockWidget::setTitleBarWidget" href="qdockwidget.html#setTitleBarWidget" location="qdockwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTitleBarWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="titleBarWidget" fullname="QDockWidget::titleBarWidget" href="qdockwidget.html#titleBarWidget" location="qdockwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="titleBarWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isAreaAllowed" fullname="QDockWidget::isAreaAllowed" href="qdockwidget.html#isAreaAllowed" location="qdockwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isAreaAllowed(Qt::DockWidgetArea area) const">
+ <parameter left="Qt::DockWidgetArea" right="" name="area" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toggleViewAction" fullname="QDockWidget::toggleViewAction" href="qdockwidget.html#toggleViewAction" location="qdockwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="toggleViewAction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="featuresChanged" fullname="QDockWidget::featuresChanged" href="qdockwidget.html#featuresChanged" location="qdockwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="featuresChanged(QFlags&lt;QDockWidget::DockWidgetFeature&gt; features)">
+ <parameter left="QFlags&lt;QDockWidget::DockWidgetFeature&gt;" right="" name="features" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="topLevelChanged" fullname="QDockWidget::topLevelChanged" href="qdockwidget.html#topLevelChanged" location="qdockwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="topLevelChanged(bool topLevel)">
+ <parameter left="bool" right="" name="topLevel" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="allowedAreasChanged" fullname="QDockWidget::allowedAreasChanged" href="qdockwidget.html#allowedAreasChanged" location="qdockwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="allowedAreasChanged(QFlags&lt;Qt::DockWidgetArea&gt; allowedAreas)">
+ <parameter left="QFlags&lt;Qt::DockWidgetArea&gt;" right="" name="allowedAreas" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="visibilityChanged" fullname="QDockWidget::visibilityChanged" href="qdockwidget.html#visibilityChanged" location="qdockwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="visibilityChanged(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dockLocationChanged" fullname="QDockWidget::dockLocationChanged" href="qdockwidget.html#dockLocationChanged" location="qdockwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="dockLocationChanged(Qt::DockWidgetArea area)">
+ <parameter left="Qt::DockWidgetArea" right="" name="area" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QDockWidget::changeEvent" href="qdockwidget.html#changeEvent" location="qdockwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="closeEvent" fullname="QDockWidget::closeEvent" href="qdockwidget.html#closeEvent" location="qdockwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="closeEvent(QCloseEvent * event)">
+ <parameter left="QCloseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QDockWidget::paintEvent" href="qdockwidget.html#paintEvent" location="qdockwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * event)">
+ <parameter left="QPaintEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QDockWidget::event" href="qdockwidget.html#event" location="qdockwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initStyleOption" fullname="QDockWidget::initStyleOption" href="qdockwidget.html#initStyleOption" location="qdockwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="initStyleOption(QStyleOptionDockWidget * option) const">
+ <parameter left="QStyleOptionDockWidget *" right="" name="option" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QScriptValue" href="qscriptvalue.html" location="qscriptvalue.h" bases="" module="QtScript">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ResolveFlag" fullname="QScriptValue::ResolveFlag" href="qscriptvalue.html#ResolveFlag-enum" location="qscriptvalue.h" typedef="QScriptValue::ResolveFlags">
+ <value name="ResolveLocal" value="0x00"/>
+ <value name="ResolvePrototype" value="0x01"/>
+ <value name="ResolveScope" value="0x02"/>
+ <value name="ResolveFull" value="ResolvePrototype | ResolveScope"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ResolveFlags" fullname="QScriptValue::ResolveFlags" href="qscriptvalue.html#ResolveFlags-typedef" location="qscriptvalue.h" enum="QScriptValue::ResolveFlag"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PropertyFlag" fullname="QScriptValue::PropertyFlag" href="qscriptvalue.html#PropertyFlag-enum" location="qscriptvalue.h" typedef="QScriptValue::PropertyFlags">
+ <value name="ReadOnly" value="0x00000001"/>
+ <value name="Undeletable" value="0x00000002"/>
+ <value name="SkipInEnumeration" value="0x00000004"/>
+ <value name="PropertyGetter" value="0x00000008"/>
+ <value name="PropertySetter" value="0x00000010"/>
+ <value name="QObjectMember" value="0x00000020"/>
+ <value name="KeepExistingFlags" value="0x00000800"/>
+ <value name="UserRange" value="0xff000000"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="PropertyFlags" fullname="QScriptValue::PropertyFlags" href="qscriptvalue.html#PropertyFlags-typedef" location="qscriptvalue.h" enum="QScriptValue::PropertyFlag"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SpecialValue" fullname="QScriptValue::SpecialValue" href="qscriptvalue.html#SpecialValue-enum" location="qscriptvalue.h">
+ <value name="NullValue" value="0"/>
+ <value name="UndefinedValue" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScriptValue" fullname="QScriptValue::QScriptValue" href="qscriptvalue.html#QScriptValue" location="qscriptvalue.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QScriptValue()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QScriptValue" fullname="QScriptValue::~QScriptValue" href="qscriptvalue.html#dtor.QScriptValue" location="qscriptvalue.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QScriptValue()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScriptValue" fullname="QScriptValue::QScriptValue" href="qscriptvalue.html#QScriptValue-2" location="qscriptvalue.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QScriptValue(const QScriptValue &amp; other)">
+ <parameter left="const QScriptValue &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="QScriptValue" fullname="QScriptValue::QScriptValue" href="qscriptvalue-obsolete.html#QScriptValue-3" location="qscriptvalue.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QScriptValue(QScriptEngine * engine, SpecialValue value)">
+ <parameter left="QScriptEngine *" right="" name="engine" default=""/>
+ <parameter left="SpecialValue" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="QScriptValue" fullname="QScriptValue::QScriptValue" href="qscriptvalue-obsolete.html#QScriptValue-4" location="qscriptvalue.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QScriptValue(QScriptEngine * engine, bool value)">
+ <parameter left="QScriptEngine *" right="" name="engine" default=""/>
+ <parameter left="bool" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="QScriptValue" fullname="QScriptValue::QScriptValue" href="qscriptvalue-obsolete.html#QScriptValue-5" location="qscriptvalue.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QScriptValue(QScriptEngine * engine, int value)">
+ <parameter left="QScriptEngine *" right="" name="engine" default=""/>
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="QScriptValue" fullname="QScriptValue::QScriptValue" href="qscriptvalue-obsolete.html#QScriptValue-6" location="qscriptvalue.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QScriptValue(QScriptEngine * engine, uint value)">
+ <parameter left="QScriptEngine *" right="" name="engine" default=""/>
+ <parameter left="uint" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="QScriptValue" fullname="QScriptValue::QScriptValue" href="qscriptvalue-obsolete.html#QScriptValue-7" location="qscriptvalue.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="7" type="" signature="QScriptValue(QScriptEngine * engine, qsreal value)">
+ <parameter left="QScriptEngine *" right="" name="engine" default=""/>
+ <parameter left="qsreal" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="QScriptValue" fullname="QScriptValue::QScriptValue" href="qscriptvalue-obsolete.html#QScriptValue-8" location="qscriptvalue.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="8" type="" signature="QScriptValue(QScriptEngine * engine, const QString &amp; value)">
+ <parameter left="QScriptEngine *" right="" name="engine" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="QScriptValue" fullname="QScriptValue::QScriptValue" href="qscriptvalue-obsolete.html#QScriptValue-9" location="qscriptvalue.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="9" type="" signature="QScriptValue(QScriptEngine * engine, const char * value)">
+ <parameter left="QScriptEngine *" right="" name="engine" default=""/>
+ <parameter left="const char *" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScriptValue" fullname="QScriptValue::QScriptValue" href="qscriptvalue.html#QScriptValue-10" location="qscriptvalue.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="10" type="" signature="QScriptValue(SpecialValue value)">
+ <parameter left="SpecialValue" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScriptValue" fullname="QScriptValue::QScriptValue" href="qscriptvalue.html#QScriptValue-11" location="qscriptvalue.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="11" type="" signature="QScriptValue(bool value)">
+ <parameter left="bool" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScriptValue" fullname="QScriptValue::QScriptValue" href="qscriptvalue.html#QScriptValue-12" location="qscriptvalue.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="12" type="" signature="QScriptValue(int value)">
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScriptValue" fullname="QScriptValue::QScriptValue" href="qscriptvalue.html#QScriptValue-13" location="qscriptvalue.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="13" type="" signature="QScriptValue(uint value)">
+ <parameter left="uint" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScriptValue" fullname="QScriptValue::QScriptValue" href="qscriptvalue.html#QScriptValue-14" location="qscriptvalue.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="14" type="" signature="QScriptValue(qsreal value)">
+ <parameter left="qsreal" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScriptValue" fullname="QScriptValue::QScriptValue" href="qscriptvalue.html#QScriptValue-15" location="qscriptvalue.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="15" type="" signature="QScriptValue(const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScriptValue" fullname="QScriptValue::QScriptValue" href="qscriptvalue.html#QScriptValue-16" location="qscriptvalue.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="16" type="" signature="QScriptValue(const QLatin1String &amp; value)">
+ <parameter left="const QLatin1String &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScriptValue" fullname="QScriptValue::QScriptValue" href="qscriptvalue.html#QScriptValue-17" location="qscriptvalue.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="17" type="" signature="QScriptValue(const char * value)">
+ <parameter left="const char *" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QScriptValue::operator=" href="qscriptvalue.html#operator=" location="qscriptvalue.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptValue &amp;" signature="operator=(const QScriptValue &amp; other)">
+ <parameter left="const QScriptValue &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="engine" fullname="QScriptValue::engine" href="qscriptvalue.html#engine" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptEngine *" signature="engine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QScriptValue::isValid" href="qscriptvalue.html#isValid" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isBool" fullname="QScriptValue::isBool" href="qscriptvalue.html#isBool" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isBool() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="isBoolean" fullname="QScriptValue::isBoolean" href="qscriptvalue-obsolete.html#isBoolean" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isBoolean() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNumber" fullname="QScriptValue::isNumber" href="qscriptvalue.html#isNumber" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFunction" fullname="QScriptValue::isFunction" href="qscriptvalue.html#isFunction" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isFunction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QScriptValue::isNull" href="qscriptvalue.html#isNull" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isString" fullname="QScriptValue::isString" href="qscriptvalue.html#isString" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isUndefined" fullname="QScriptValue::isUndefined" href="qscriptvalue.html#isUndefined" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isUndefined() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isVariant" fullname="QScriptValue::isVariant" href="qscriptvalue.html#isVariant" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isVariant() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isQObject" fullname="QScriptValue::isQObject" href="qscriptvalue.html#isQObject" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isQObject() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isQMetaObject" fullname="QScriptValue::isQMetaObject" href="qscriptvalue.html#isQMetaObject" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isQMetaObject() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isObject" fullname="QScriptValue::isObject" href="qscriptvalue.html#isObject" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isObject() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDate" fullname="QScriptValue::isDate" href="qscriptvalue.html#isDate" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRegExp" fullname="QScriptValue::isRegExp" href="qscriptvalue.html#isRegExp" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRegExp() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isArray" fullname="QScriptValue::isArray" href="qscriptvalue.html#isArray" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isArray() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isError" fullname="QScriptValue::isError" href="qscriptvalue.html#isError" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isError() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QScriptValue::toString" href="qscriptvalue.html#toString" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toNumber" fullname="QScriptValue::toNumber" href="qscriptvalue.html#toNumber" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qsreal" signature="toNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toBool" fullname="QScriptValue::toBool" href="qscriptvalue.html#toBool" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="toBool() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="toBoolean" fullname="QScriptValue::toBoolean" href="qscriptvalue-obsolete.html#toBoolean" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="toBoolean() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toInteger" fullname="QScriptValue::toInteger" href="qscriptvalue.html#toInteger" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qsreal" signature="toInteger() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toInt32" fullname="QScriptValue::toInt32" href="qscriptvalue.html#toInt32" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint32" signature="toInt32() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUInt32" fullname="QScriptValue::toUInt32" href="qscriptvalue.html#toUInt32" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="quint32" signature="toUInt32() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUInt16" fullname="QScriptValue::toUInt16" href="qscriptvalue.html#toUInt16" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="quint16" signature="toUInt16() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toVariant" fullname="QScriptValue::toVariant" href="qscriptvalue.html#toVariant" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="toVariant() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toQObject" fullname="QScriptValue::toQObject" href="qscriptvalue.html#toQObject" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QObject *" signature="toQObject() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toQMetaObject" fullname="QScriptValue::toQMetaObject" href="qscriptvalue.html#toQMetaObject" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QMetaObject *" signature="toQMetaObject() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="toObject" fullname="QScriptValue::toObject" href="qscriptvalue-obsolete.html#toObject" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptValue" signature="toObject() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toDateTime" fullname="QScriptValue::toDateTime" href="qscriptvalue.html#toDateTime" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="toDateTime() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toRegExp" fullname="QScriptValue::toRegExp" href="qscriptvalue.html#toRegExp" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRegExp" signature="toRegExp() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="instanceOf" fullname="QScriptValue::instanceOf" href="qscriptvalue.html#instanceOf" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="instanceOf(const QScriptValue &amp; other) const">
+ <parameter left="const QScriptValue &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lessThan" fullname="QScriptValue::lessThan" href="qscriptvalue.html#lessThan" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="lessThan(const QScriptValue &amp; other) const">
+ <parameter left="const QScriptValue &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="equals" fullname="QScriptValue::equals" href="qscriptvalue.html#equals" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="equals(const QScriptValue &amp; other) const">
+ <parameter left="const QScriptValue &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="strictlyEquals" fullname="QScriptValue::strictlyEquals" href="qscriptvalue.html#strictlyEquals" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="strictlyEquals(const QScriptValue &amp; other) const">
+ <parameter left="const QScriptValue &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prototype" fullname="QScriptValue::prototype" href="qscriptvalue.html#prototype" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptValue" signature="prototype() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPrototype" fullname="QScriptValue::setPrototype" href="qscriptvalue.html#setPrototype" location="qscriptvalue.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPrototype(const QScriptValue &amp; prototype)">
+ <parameter left="const QScriptValue &amp;" right="" name="prototype" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scope" fullname="QScriptValue::scope" href="qscriptvalue.html#scope" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptValue" signature="scope() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScope" fullname="QScriptValue::setScope" href="qscriptvalue.html#setScope" location="qscriptvalue.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setScope(const QScriptValue &amp; scope)">
+ <parameter left="const QScriptValue &amp;" right="" name="scope" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="property" fullname="QScriptValue::property" href="qscriptvalue.html#property" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptValue" signature="property(const QString &amp; name, const ResolveFlags &amp; mode) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const ResolveFlags &amp;" right="" name="mode" default="ResolvePrototype"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProperty" fullname="QScriptValue::setProperty" href="qscriptvalue.html#setProperty" location="qscriptvalue.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setProperty(const QString &amp; name, const QScriptValue &amp; value, const PropertyFlags &amp; flags)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QScriptValue &amp;" right="" name="value" default=""/>
+ <parameter left="const PropertyFlags &amp;" right="" name="flags" default="KeepExistingFlags"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="property" fullname="QScriptValue::property" href="qscriptvalue.html#property-3" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QScriptValue" signature="property(quint32 arrayIndex, const ResolveFlags &amp; mode) const">
+ <parameter left="quint32" right="" name="arrayIndex" default=""/>
+ <parameter left="const ResolveFlags &amp;" right="" name="mode" default="ResolvePrototype"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProperty" fullname="QScriptValue::setProperty" href="qscriptvalue.html#setProperty-3" location="qscriptvalue.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="setProperty(quint32 arrayIndex, const QScriptValue &amp; value, const PropertyFlags &amp; flags)">
+ <parameter left="quint32" right="" name="arrayIndex" default=""/>
+ <parameter left="const QScriptValue &amp;" right="" name="value" default=""/>
+ <parameter left="const PropertyFlags &amp;" right="" name="flags" default="KeepExistingFlags"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="property" fullname="QScriptValue::property" href="qscriptvalue.html#property-2" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QScriptValue" signature="property(const QScriptString &amp; name, const ResolveFlags &amp; mode) const">
+ <parameter left="const QScriptString &amp;" right="" name="name" default=""/>
+ <parameter left="const ResolveFlags &amp;" right="" name="mode" default="ResolvePrototype"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProperty" fullname="QScriptValue::setProperty" href="qscriptvalue.html#setProperty-2" location="qscriptvalue.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setProperty(const QScriptString &amp; name, const QScriptValue &amp; value, const PropertyFlags &amp; flags)">
+ <parameter left="const QScriptString &amp;" right="" name="name" default=""/>
+ <parameter left="const QScriptValue &amp;" right="" name="value" default=""/>
+ <parameter left="const PropertyFlags &amp;" right="" name="flags" default="KeepExistingFlags"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="propertyFlags" fullname="QScriptValue::propertyFlags" href="qscriptvalue.html#propertyFlags" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptValue::PropertyFlags" signature="propertyFlags(const QString &amp; name, const ResolveFlags &amp; mode) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const ResolveFlags &amp;" right="" name="mode" default="ResolvePrototype"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="propertyFlags" fullname="QScriptValue::propertyFlags" href="qscriptvalue.html#propertyFlags-2" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QScriptValue::PropertyFlags" signature="propertyFlags(const QScriptString &amp; name, const ResolveFlags &amp; mode) const">
+ <parameter left="const QScriptString &amp;" right="" name="name" default=""/>
+ <parameter left="const ResolveFlags &amp;" right="" name="mode" default="ResolvePrototype"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="call" fullname="QScriptValue::call" href="qscriptvalue.html#call" location="qscriptvalue.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptValue" signature="call(const QScriptValue &amp; thisObject, const QScriptValueList &amp; args)">
+ <parameter left="const QScriptValue &amp;" right="" name="thisObject" default="QScriptValue()"/>
+ <parameter left="const QScriptValueList &amp;" right="" name="args" default="QScriptValueList()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="call" fullname="QScriptValue::call" href="qscriptvalue.html#call-2" location="qscriptvalue.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QScriptValue" signature="call(const QScriptValue &amp; thisObject, const QScriptValue &amp; arguments)">
+ <parameter left="const QScriptValue &amp;" right="" name="thisObject" default=""/>
+ <parameter left="const QScriptValue &amp;" right="" name="arguments" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="construct" fullname="QScriptValue::construct" href="qscriptvalue.html#construct" location="qscriptvalue.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptValue" signature="construct(const QScriptValueList &amp; args)">
+ <parameter left="const QScriptValueList &amp;" right="" name="args" default="QScriptValueList()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="construct" fullname="QScriptValue::construct" href="qscriptvalue.html#construct-2" location="qscriptvalue.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QScriptValue" signature="construct(const QScriptValue &amp; arguments)">
+ <parameter left="const QScriptValue &amp;" right="" name="arguments" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QScriptValue::data" href="qscriptvalue.html#data" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptValue" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QScriptValue::setData" href="qscriptvalue.html#setData" location="qscriptvalue.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setData(const QScriptValue &amp; data)">
+ <parameter left="const QScriptValue &amp;" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scriptClass" fullname="QScriptValue::scriptClass" href="qscriptvalue.html#scriptClass" location="qscriptvalue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptClass *" signature="scriptClass() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScriptClass" fullname="QScriptValue::setScriptClass" href="qscriptvalue.html#setScriptClass" location="qscriptvalue.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setScriptClass(QScriptClass * scriptClass)">
+ <parameter left="QScriptClass *" right="" name="scriptClass" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAction" href="qaction.html" location="qaction.h" bases="QObject" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="checkable" fullname="QAction::checkable" href="qaction.html#checkable-prop" location="qaction.h" type="bool">
+ <getter name="isCheckable"/>
+ <setter name="setCheckable"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="checked" fullname="QAction::checked" href="qaction.html#checked-prop" location="qaction.h" type="bool">
+ <getter name="isChecked"/>
+ <setter name="setChecked"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="enabled" fullname="QAction::enabled" href="qaction.html#enabled-prop" location="qaction.h" type="bool">
+ <getter name="isEnabled"/>
+ <setter name="setEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QAction::icon" href="qaction.html#icon-prop" location="qaction.h" type="QIcon">
+ <getter name="icon"/>
+ <setter name="setIcon"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QAction::text" href="qaction.html#text-prop" location="qaction.h" type="QString">
+ <getter name="text"/>
+ <setter name="setText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="iconText" fullname="QAction::iconText" href="qaction.html#iconText-prop" location="qaction.h" type="QString">
+ <getter name="iconText"/>
+ <setter name="setIconText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="toolTip" fullname="QAction::toolTip" href="qaction.html#toolTip-prop" location="qaction.h" type="QString">
+ <getter name="toolTip"/>
+ <setter name="setToolTip"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="statusTip" fullname="QAction::statusTip" href="qaction.html#statusTip-prop" location="qaction.h" type="QString">
+ <getter name="statusTip"/>
+ <setter name="setStatusTip"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="whatsThis" fullname="QAction::whatsThis" href="qaction.html#whatsThis-prop" location="qaction.h" type="QString">
+ <getter name="whatsThis"/>
+ <setter name="setWhatsThis"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QAction::font" href="qaction.html#font-prop" location="qaction.h" type="QFont">
+ <getter name="font"/>
+ <setter name="setFont"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="shortcut" fullname="QAction::shortcut" href="qaction.html#shortcut-prop" location="qaction.h" type="QKeySequence">
+ <getter name="shortcut"/>
+ <setter name="setShortcut"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="shortcutContext" fullname="QAction::shortcutContext" href="qaction.html#shortcutContext-prop" location="qaction.h" type="Qt::ShortcutContext">
+ <getter name="shortcutContext"/>
+ <setter name="setShortcutContext"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoRepeat" fullname="QAction::autoRepeat" href="qaction.html#autoRepeat-prop" location="qaction.h" type="bool">
+ <getter name="autoRepeat"/>
+ <setter name="setAutoRepeat"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="visible" fullname="QAction::visible" href="qaction.html#visible-prop" location="qaction.h" type="bool">
+ <getter name="isVisible"/>
+ <setter name="setVisible"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="menuRole" fullname="QAction::menuRole" href="qaction.html#menuRole-prop" location="qaction.h" type="MenuRole">
+ <getter name="menuRole"/>
+ <setter name="setMenuRole"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="iconVisibleInMenu" fullname="QAction::iconVisibleInMenu" href="qaction.html#iconVisibleInMenu-prop" location="qaction.h" type="bool">
+ <getter name="isIconVisibleInMenu"/>
+ <setter name="setIconVisibleInMenu"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="priority" fullname="QAction::priority" href="qaction.html#priority-prop" location="qaction.h" type="Priority">
+ <getter name="priority"/>
+ <setter name="setPriority"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="MenuRole" fullname="QAction::MenuRole" href="qaction.html#MenuRole-enum" location="qaction.h">
+ <value name="NoRole" value="0"/>
+ <value name="TextHeuristicRole" value="1"/>
+ <value name="ApplicationSpecificRole" value="2"/>
+ <value name="AboutQtRole" value="3"/>
+ <value name="AboutRole" value="4"/>
+ <value name="PreferencesRole" value="5"/>
+ <value name="QuitRole" value="6"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Priority" fullname="QAction::Priority" href="qaction.html#Priority-enum" location="qaction.h">
+ <value name="LowPriority" value="0"/>
+ <value name="NormalPriority" value="128"/>
+ <value name="HighPriority" value="256"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAction" fullname="QAction::QAction" href="qaction.html#QAction" location="qaction.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAction(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAction" fullname="QAction::QAction" href="qaction.html#QAction-2" location="qaction.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QAction(const QString &amp; text, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAction" fullname="QAction::QAction" href="qaction.html#QAction-3" location="qaction.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QAction(const QIcon &amp; icon, const QString &amp; text, QObject * parent)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QAction" fullname="QAction::QAction" href="qaction-qt3.html#QAction-4" location="qaction.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QAction(QObject * parent, const char * name)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QAction" fullname="QAction::QAction" href="qaction-qt3.html#QAction-5" location="qaction.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QAction(const QString &amp; text, const QKeySequence &amp; shortcut, QObject * parent, const char * name)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QKeySequence &amp;" right="" name="shortcut" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QAction" fullname="QAction::QAction" href="qaction-qt3.html#QAction-6" location="qaction.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QAction(const QIcon &amp; icon, const QString &amp; text, const QKeySequence &amp; shortcut, QObject * parent, const char * name)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QKeySequence &amp;" right="" name="shortcut" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAction" fullname="QAction::~QAction" href="qaction.html#dtor.QAction" location="qaction.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAction()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setActionGroup" fullname="QAction::setActionGroup" href="qaction.html#setActionGroup" location="qaction.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setActionGroup(QActionGroup * group)">
+ <parameter left="QActionGroup *" right="" name="group" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionGroup" fullname="QAction::actionGroup" href="qaction.html#actionGroup" location="qaction.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QActionGroup *" signature="actionGroup() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIcon" fullname="QAction::setIcon" href="qaction.html#icon-prop" location="qaction.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="icon" type="void" signature="setIcon(const QIcon &amp; icon)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QAction::icon" href="qaction.html#icon-prop" location="qaction.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="icon" type="QIcon" signature="icon() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="QAction::setText" href="qaction.html#text-prop" location="qaction.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="text" type="void" signature="setText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QAction::text" href="qaction.html#text-prop" location="qaction.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="text" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIconText" fullname="QAction::setIconText" href="qaction.html#iconText-prop" location="qaction.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="iconText" type="void" signature="setIconText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iconText" fullname="QAction::iconText" href="qaction.html#iconText-prop" location="qaction.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="iconText" type="QString" signature="iconText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setToolTip" fullname="QAction::setToolTip" href="qaction.html#toolTip-prop" location="qaction.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="toolTip" type="void" signature="setToolTip(const QString &amp; tip)">
+ <parameter left="const QString &amp;" right="" name="tip" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toolTip" fullname="QAction::toolTip" href="qaction.html#toolTip-prop" location="qaction.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="toolTip" type="QString" signature="toolTip() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStatusTip" fullname="QAction::setStatusTip" href="qaction.html#statusTip-prop" location="qaction.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="statusTip" type="void" signature="setStatusTip(const QString &amp; statusTip)">
+ <parameter left="const QString &amp;" right="" name="statusTip" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="statusTip" fullname="QAction::statusTip" href="qaction.html#statusTip-prop" location="qaction.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="statusTip" type="QString" signature="statusTip() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWhatsThis" fullname="QAction::setWhatsThis" href="qaction.html#whatsThis-prop" location="qaction.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="whatsThis" type="void" signature="setWhatsThis(const QString &amp; what)">
+ <parameter left="const QString &amp;" right="" name="what" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="whatsThis" fullname="QAction::whatsThis" href="qaction.html#whatsThis-prop" location="qaction.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="whatsThis" type="QString" signature="whatsThis() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPriority" fullname="QAction::setPriority" href="qaction.html#priority-prop" location="qaction.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="priority" type="void" signature="setPriority(Priority priority)">
+ <parameter left="Priority" right="" name="priority" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="priority" fullname="QAction::priority" href="qaction.html#priority-prop" location="qaction.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="priority" type="Priority" signature="priority() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="menu" fullname="QAction::menu" href="qaction.html#menu" location="qaction.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMenu *" signature="menu() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMenu" fullname="QAction::setMenu" href="qaction.html#setMenu" location="qaction.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMenu(QMenu * menu)">
+ <parameter left="QMenu *" right="" name="menu" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSeparator" fullname="QAction::setSeparator" href="qaction.html#setSeparator" location="qaction.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSeparator(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSeparator" fullname="QAction::isSeparator" href="qaction.html#isSeparator" location="qaction.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSeparator() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setShortcut" fullname="QAction::setShortcut" href="qaction.html#shortcut-prop" location="qaction.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="shortcut" type="void" signature="setShortcut(const QKeySequence &amp; shortcut)">
+ <parameter left="const QKeySequence &amp;" right="" name="shortcut" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shortcut" fullname="QAction::shortcut" href="qaction.html#shortcut-prop" location="qaction.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="shortcut" type="QKeySequence" signature="shortcut() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setShortcuts" fullname="QAction::setShortcuts" href="qaction.html#setShortcuts" location="qaction.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setShortcuts(const QList&lt;QKeySequence&gt; &amp; shortcuts)">
+ <parameter left="const QList&lt;QKeySequence&gt; &amp;" right="" name="shortcuts" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setShortcuts" fullname="QAction::setShortcuts" href="qaction.html#setShortcuts-2" location="qaction.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setShortcuts(QKeySequence::StandardKey key)">
+ <parameter left="QKeySequence::StandardKey" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shortcuts" fullname="QAction::shortcuts" href="qaction.html#shortcuts" location="qaction.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QKeySequence&gt;" signature="shortcuts() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setShortcutContext" fullname="QAction::setShortcutContext" href="qaction.html#shortcutContext-prop" location="qaction.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="shortcutContext" type="void" signature="setShortcutContext(Qt::ShortcutContext context)">
+ <parameter left="Qt::ShortcutContext" right="" name="context" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shortcutContext" fullname="QAction::shortcutContext" href="qaction.html#shortcutContext-prop" location="qaction.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="shortcutContext" type="Qt::ShortcutContext" signature="shortcutContext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoRepeat" fullname="QAction::setAutoRepeat" href="qaction.html#autoRepeat-prop" location="qaction.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="autoRepeat" type="void" signature="setAutoRepeat(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoRepeat" fullname="QAction::autoRepeat" href="qaction.html#autoRepeat-prop" location="qaction.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoRepeat" type="bool" signature="autoRepeat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFont" fullname="QAction::setFont" href="qaction.html#font-prop" location="qaction.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="font" type="void" signature="setFont(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QAction::font" href="qaction.html#font-prop" location="qaction.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="font" type="QFont" signature="font() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCheckable" fullname="QAction::setCheckable" href="qaction.html#checkable-prop" location="qaction.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="checkable" type="void" signature="setCheckable(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCheckable" fullname="QAction::isCheckable" href="qaction.html#checkable-prop" location="qaction.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="checkable" type="bool" signature="isCheckable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QAction::data" href="qaction.html#data" location="qaction.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QAction::setData" href="qaction.html#setData" location="qaction.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setData(const QVariant &amp; userData)">
+ <parameter left="const QVariant &amp;" right="" name="userData" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isChecked" fullname="QAction::isChecked" href="qaction.html#checked-prop" location="qaction.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="checked" type="bool" signature="isChecked() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEnabled" fullname="QAction::isEnabled" href="qaction.html#enabled-prop" location="qaction.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="enabled" type="bool" signature="isEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isVisible" fullname="QAction::isVisible" href="qaction.html#visible-prop" location="qaction.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="visible" type="bool" signature="isVisible() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ActionEvent" fullname="QAction::ActionEvent" href="qaction.html#ActionEvent-enum" location="qaction.h">
+ <value name="Trigger" value="0"/>
+ <value name="Hover" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activate" fullname="QAction::activate" href="qaction.html#activate" location="qaction.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="activate(ActionEvent event)">
+ <parameter left="ActionEvent" right="" name="event" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showStatusText" fullname="QAction::showStatusText" href="qaction.html#showStatusText" location="qaction.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="showStatusText(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMenuRole" fullname="QAction::setMenuRole" href="qaction.html#menuRole-prop" location="qaction.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="menuRole" type="void" signature="setMenuRole(MenuRole menuRole)">
+ <parameter left="MenuRole" right="" name="menuRole" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="menuRole" fullname="QAction::menuRole" href="qaction.html#menuRole-prop" location="qaction.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="menuRole" type="MenuRole" signature="menuRole() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIconVisibleInMenu" fullname="QAction::setIconVisibleInMenu" href="qaction.html#iconVisibleInMenu-prop" location="qaction.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="iconVisibleInMenu" type="void" signature="setIconVisibleInMenu(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isIconVisibleInMenu" fullname="QAction::isIconVisibleInMenu" href="qaction.html#iconVisibleInMenu-prop" location="qaction.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="iconVisibleInMenu" type="bool" signature="isIconVisibleInMenu() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setMenuText" fullname="QAction::setMenuText" href="qaction-qt3.html#setMenuText" location="qaction.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMenuText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="menuText" fullname="QAction::menuText" href="qaction-qt3.html#menuText" location="qaction.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="menuText() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="isOn" fullname="QAction::isOn" href="qaction-qt3.html#isOn" location="qaction.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isOn() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="isToggleAction" fullname="QAction::isToggleAction" href="qaction-qt3.html#isToggleAction" location="qaction.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isToggleAction() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setToggleAction" fullname="QAction::setToggleAction" href="qaction-qt3.html#setToggleAction" location="qaction.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setToggleAction(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setIconSet" fullname="QAction::setIconSet" href="qaction-qt3.html#setIconSet" location="qaction.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setIconSet(const QIcon &amp; i)">
+ <parameter left="const QIcon &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="iconSet" fullname="QAction::iconSet" href="qaction-qt3.html#iconSet" location="qaction.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="iconSet() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="addTo" fullname="QAction::addTo" href="qaction-qt3.html#addTo" location="qaction.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="addTo(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="removeFrom" fullname="QAction::removeFrom" href="qaction-qt3.html#removeFrom" location="qaction.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeFrom(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setAccel" fullname="QAction::setAccel" href="qaction-qt3.html#setAccel" location="qaction.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAccel(const QKeySequence &amp; shortcut)">
+ <parameter left="const QKeySequence &amp;" right="" name="shortcut" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="accel" fullname="QAction::accel" href="qaction-qt3.html#accel" location="qaction.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QKeySequence" signature="accel() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parentWidget" fullname="QAction::parentWidget" href="qaction.html#parentWidget" location="qaction.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="parentWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="associatedWidgets" fullname="QAction::associatedWidgets" href="qaction.html#associatedWidgets" location="qaction.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QWidget *&gt;" signature="associatedWidgets() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="associatedGraphicsWidgets" fullname="QAction::associatedGraphicsWidgets" href="qaction.html#associatedGraphicsWidgets" location="qaction.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QGraphicsWidget *&gt;" signature="associatedGraphicsWidgets() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QAction::event" href="qaction.html#event" location="qaction.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setOn" fullname="QAction::setOn" href="qaction-qt3.html#setOn" location="qaction.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setOn(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="trigger" fullname="QAction::trigger" href="qaction.html#trigger" location="qaction.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="trigger()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hover" fullname="QAction::hover" href="qaction.html#hover" location="qaction.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="hover()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setChecked" fullname="QAction::setChecked" href="qaction.html#checked-prop" location="qaction.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="checked" type="void" signature="setChecked(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toggle" fullname="QAction::toggle" href="qaction.html#toggle" location="qaction.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="toggle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEnabled" fullname="QAction::setEnabled" href="qaction.html#enabled-prop" location="qaction.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="enabled" type="void" signature="setEnabled(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDisabled" fullname="QAction::setDisabled" href="qaction.html#setDisabled" location="qaction.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setDisabled(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="QAction::setVisible" href="qaction.html#visible-prop" location="qaction.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="visible" type="void" signature="setVisible(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="changed" fullname="QAction::changed" href="qaction.html#changed" location="qaction.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="changed()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="triggered" fullname="QAction::triggered" href="qaction.html#triggered" location="qaction.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="triggered(bool checked)">
+ <parameter left="bool" right="" name="checked" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hovered" fullname="QAction::hovered" href="qaction.html#hovered" location="qaction.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="hovered()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toggled" fullname="QAction::toggled" href="qaction.html#toggled" location="qaction.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="toggled(bool checked)">
+ <parameter left="bool" right="" name="checked" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="activated" fullname="QAction::activated" href="qaction-qt3.html#activated" location="qaction.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="activated(int i)">
+ <parameter left="int" right="" name="i" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3ToolBar" href="q3toolbar.html" location="q3toolbar.h" bases="Q3DockWindow" module="Qt3SupportLight">
+ <property access="public" threadsafety="unspecified" status="commendable" name="label" fullname="Q3ToolBar::label" href="q3toolbar.html#label-prop" location="q3toolbar.h" type="QString">
+ <getter name="label"/>
+ <setter name="setLabel"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ToolBar" fullname="Q3ToolBar::Q3ToolBar" href="q3toolbar.html#Q3ToolBar" location="q3toolbar.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3ToolBar(const QString &amp; label, Q3MainWindow * parent, Qt::ToolBarDock dock, bool newLine, const char * name)">
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ <parameter left="Q3MainWindow *" right="" name="parent" default=""/>
+ <parameter left="Qt::ToolBarDock" right="" name="dock" default="Qt::DockTop"/>
+ <parameter left="bool" right="" name="newLine" default="false"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ToolBar" fullname="Q3ToolBar::Q3ToolBar" href="q3toolbar.html#Q3ToolBar-2" location="q3toolbar.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3ToolBar(const QString &amp; label, Q3MainWindow * mainWindow, QWidget * parent, bool newLine, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ <parameter left="Q3MainWindow *" right="" name="mainWindow" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="bool" right="" name="newLine" default="false"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ToolBar" fullname="Q3ToolBar::Q3ToolBar" href="q3toolbar.html#Q3ToolBar-3" location="q3toolbar.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3ToolBar(Q3MainWindow * parent, const char * name)">
+ <parameter left="Q3MainWindow *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3ToolBar" fullname="Q3ToolBar::~Q3ToolBar" href="q3toolbar.html#dtor.Q3ToolBar" location="q3toolbar.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3ToolBar()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addSeparator" fullname="Q3ToolBar::addSeparator" href="q3toolbar.html#addSeparator" location="q3toolbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addSeparator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="Q3ToolBar::setVisible" href="q3toolbar.html#setVisible" location="q3toolbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mainWindow" fullname="Q3ToolBar::mainWindow" href="q3toolbar.html#mainWindow" location="q3toolbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3MainWindow *" signature="mainWindow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStretchableWidget" fullname="Q3ToolBar::setStretchableWidget" href="q3toolbar.html#setStretchableWidget" location="q3toolbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setStretchableWidget(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="event" fullname="Q3ToolBar::event" href="q3toolbar.html#event" location="q3toolbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLabel" fullname="Q3ToolBar::setLabel" href="q3toolbar.html#label-prop" location="q3toolbar.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="label" type="void" signature="setLabel(const QString &amp; )">
+ <parameter left="const QString &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="label" fullname="Q3ToolBar::label" href="q3toolbar.html#label-prop" location="q3toolbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="label" type="QString" signature="label() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="Q3ToolBar::clear" href="q3toolbar.html#clear" location="q3toolbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="Q3ToolBar::minimumSizeHint" href="q3toolbar.html#minimumSizeHint" location="q3toolbar.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOrientation" fullname="Q3ToolBar::setOrientation" href="q3toolbar.html#setOrientation" location="q3toolbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setOrientation(Qt::Orientation o)">
+ <parameter left="Qt::Orientation" right="" name="o" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="Q3ToolBar::resizeEvent" href="q3toolbar.html#resizeEvent" location="q3toolbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="styleChange" fullname="Q3ToolBar::styleChange" href="q3toolbar.html#styleChange" location="q3toolbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="styleChange(QStyle &amp; oldStyle)">
+ <parameter left="QStyle &amp;" right="" name="oldStyle" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTemporaryFile" href="qtemporaryfile.html" location="qtemporaryfile.h" bases="QFile" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTemporaryFile" fullname="QTemporaryFile::QTemporaryFile" href="qtemporaryfile.html#QTemporaryFile" location="qtemporaryfile.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTemporaryFile()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTemporaryFile" fullname="QTemporaryFile::QTemporaryFile" href="qtemporaryfile.html#QTemporaryFile-2" location="qtemporaryfile.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTemporaryFile(const QString &amp; templateName)">
+ <parameter left="const QString &amp;" right="" name="templateName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTemporaryFile" fullname="QTemporaryFile::QTemporaryFile" href="qtemporaryfile.html#QTemporaryFile-3" location="qtemporaryfile.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QTemporaryFile(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTemporaryFile" fullname="QTemporaryFile::QTemporaryFile" href="qtemporaryfile.html#QTemporaryFile-4" location="qtemporaryfile.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QTemporaryFile(const QString &amp; templateName, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="templateName" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTemporaryFile" fullname="QTemporaryFile::~QTemporaryFile" href="qtemporaryfile.html#dtor.QTemporaryFile" location="qtemporaryfile.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTemporaryFile()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoRemove" fullname="QTemporaryFile::autoRemove" href="qtemporaryfile.html#autoRemove" location="qtemporaryfile.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="autoRemove() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoRemove" fullname="QTemporaryFile::setAutoRemove" href="qtemporaryfile.html#setAutoRemove" location="qtemporaryfile.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAutoRemove(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QTemporaryFile::open" href="qtemporaryfile.html#open" location="qtemporaryfile.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="open()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QTemporaryFile::fileName" href="qtemporaryfile.html#fileName" location="qtemporaryfile.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fileName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileTemplate" fullname="QTemporaryFile::fileTemplate" href="qtemporaryfile.html#fileTemplate" location="qtemporaryfile.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fileTemplate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFileTemplate" fullname="QTemporaryFile::setFileTemplate" href="qtemporaryfile.html#setFileTemplate" location="qtemporaryfile.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFileTemplate(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createLocalFile" fullname="QTemporaryFile::createLocalFile" href="qtemporaryfile.html#createLocalFile-2" location="qtemporaryfile.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QTemporaryFile *" signature="createLocalFile(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createLocalFile" fullname="QTemporaryFile::createLocalFile" href="qtemporaryfile.html#createLocalFile" location="qtemporaryfile.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QTemporaryFile *" signature="createLocalFile(QFile &amp; file)">
+ <parameter left="QFile &amp;" right="" name="file" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="open" fullname="QTemporaryFile::open" href="qtemporaryfile.html#open-2" location="qtemporaryfile.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="open(QFlags&lt;QIODevice::OpenModeFlag&gt; flags)">
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QNetworkCookieJar" href="qnetworkcookiejar.html" location="qnetworkcookiejar.h" bases="QObject" module="QtNetwork">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QNetworkCookieJar" fullname="QNetworkCookieJar::QNetworkCookieJar" href="qnetworkcookiejar.html#QNetworkCookieJar" location="qnetworkcookiejar.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QNetworkCookieJar(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QNetworkCookieJar" fullname="QNetworkCookieJar::~QNetworkCookieJar" href="qnetworkcookiejar.html#dtor.QNetworkCookieJar" location="qnetworkcookiejar.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QNetworkCookieJar()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cookiesForUrl" fullname="QNetworkCookieJar::cookiesForUrl" href="qnetworkcookiejar.html#cookiesForUrl" location="qnetworkcookiejar.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QList&lt;QNetworkCookie&gt;" signature="cookiesForUrl(const QUrl &amp; url) const">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCookiesFromUrl" fullname="QNetworkCookieJar::setCookiesFromUrl" href="qnetworkcookiejar.html#setCookiesFromUrl" location="qnetworkcookiejar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="setCookiesFromUrl(const QList&lt;QNetworkCookie&gt; &amp; cookieList, const QUrl &amp; url)">
+ <parameter left="const QList&lt;QNetworkCookie&gt; &amp;" right="" name="cookieList" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="allCookies" fullname="QNetworkCookieJar::allCookies" href="qnetworkcookiejar.html#allCookies" location="qnetworkcookiejar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QNetworkCookie&gt;" signature="allCookies() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setAllCookies" fullname="QNetworkCookieJar::setAllCookies" href="qnetworkcookiejar.html#setAllCookies" location="qnetworkcookiejar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAllCookies(const QList&lt;QNetworkCookie&gt; &amp; cookieList)">
+ <parameter left="const QList&lt;QNetworkCookie&gt; &amp;" right="" name="cookieList" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDesktopServices" href="qdesktopservices.html" location="qdesktopservices.h" bases="" module="QtGui">
+ <contents name="url-handlers" title="URL Handlers" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="openUrl" fullname="QDesktopServices::openUrl" href="qdesktopservices.html#openUrl" location="qdesktopservices.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="openUrl(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUrlHandler" fullname="QDesktopServices::setUrlHandler" href="qdesktopservices.html#setUrlHandler" location="qdesktopservices.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setUrlHandler(const QString &amp; scheme, QObject * receiver, const char * method)">
+ <parameter left="const QString &amp;" right="" name="scheme" default=""/>
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="method" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unsetUrlHandler" fullname="QDesktopServices::unsetUrlHandler" href="qdesktopservices.html#unsetUrlHandler" location="qdesktopservices.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="unsetUrlHandler(const QString &amp; scheme)">
+ <parameter left="const QString &amp;" right="" name="scheme" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StandardLocation" fullname="QDesktopServices::StandardLocation" href="qdesktopservices.html#StandardLocation-enum" location="qdesktopservices.h">
+ <value name="DesktopLocation" value="0"/>
+ <value name="DocumentsLocation" value="1"/>
+ <value name="FontsLocation" value="2"/>
+ <value name="ApplicationsLocation" value="3"/>
+ <value name="MusicLocation" value="4"/>
+ <value name="MoviesLocation" value="5"/>
+ <value name="PicturesLocation" value="6"/>
+ <value name="TempLocation" value="7"/>
+ <value name="HomeLocation" value="8"/>
+ <value name="DataLocation" value="9"/>
+ <value name="CacheLocation" value="10"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="storageLocation" fullname="QDesktopServices::storageLocation" href="qdesktopservices.html#storageLocation" location="qdesktopservices_x11.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="storageLocation(StandardLocation type)">
+ <parameter left="StandardLocation" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="displayName" fullname="QDesktopServices::displayName" href="qdesktopservices.html#displayName" location="qdesktopservices_x11.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="displayName(StandardLocation type)">
+ <parameter left="StandardLocation" right="" name="type" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QObjectCleanupHandler" href="qobjectcleanuphandler.html" location="qobjectcleanuphandler.h" bases="QObject" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QObjectCleanupHandler" fullname="QObjectCleanupHandler::QObjectCleanupHandler" href="qobjectcleanuphandler.html#QObjectCleanupHandler" location="qobjectcleanuphandler.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QObjectCleanupHandler()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QObjectCleanupHandler" fullname="QObjectCleanupHandler::~QObjectCleanupHandler" href="qobjectcleanuphandler.html#dtor.QObjectCleanupHandler" location="qobjectcleanuphandler.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QObjectCleanupHandler()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="add" fullname="QObjectCleanupHandler::add" href="qobjectcleanuphandler.html#add" location="qobjectcleanuphandler.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QObject *" signature="add(QObject * object)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QObjectCleanupHandler::remove" href="qobjectcleanuphandler.html#remove" location="qobjectcleanuphandler.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="remove(QObject * object)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QObjectCleanupHandler::isEmpty" href="qobjectcleanuphandler.html#isEmpty" location="qobjectcleanuphandler.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QObjectCleanupHandler::clear" href="qobjectcleanuphandler.html#clear" location="qobjectcleanuphandler.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QLine" href="qline.html" location="qline.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLine" fullname="QLine::QLine" href="qline.html#QLine" location="qline.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QLine()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLine" fullname="QLine::QLine" href="qline.html#QLine-2" location="qline.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QLine(const QPoint &amp; p1, const QPoint &amp; p2)">
+ <parameter left="const QPoint &amp;" right="" name="p1" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLine" fullname="QLine::QLine" href="qline.html#QLine-3" location="qline.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QLine(int x1, int y1, int x2, int y2)">
+ <parameter left="int" right="" name="x1" default=""/>
+ <parameter left="int" right="" name="y1" default=""/>
+ <parameter left="int" right="" name="x2" default=""/>
+ <parameter left="int" right="" name="y2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QLine::isNull" href="qline.html#isNull" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="p1" fullname="QLine::p1" href="qline.html#p1" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="p1() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="p2" fullname="QLine::p2" href="qline.html#p2" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="p2() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x1" fullname="QLine::x1" href="qline.html#x1" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="x1() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="y1" fullname="QLine::y1" href="qline.html#y1" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="y1() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x2" fullname="QLine::x2" href="qline.html#x2" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="x2() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="y2" fullname="QLine::y2" href="qline.html#y2" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="y2() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dx" fullname="QLine::dx" href="qline.html#dx" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="dx() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dy" fullname="QLine::dy" href="qline.html#dy" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="dy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QLine::translate" href="qline.html#translate" location="qline.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="translate(const QPoint &amp; offset)">
+ <parameter left="const QPoint &amp;" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QLine::translate" href="qline.html#translate-2" location="qline.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="translate(int dx, int dy)">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translated" fullname="QLine::translated" href="qline.html#translated" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QLine" signature="translated(const QPoint &amp; offset) const">
+ <parameter left="const QPoint &amp;" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translated" fullname="QLine::translated" href="qline.html#translated-2" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QLine" signature="translated(int dx, int dy) const">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setP1" fullname="QLine::setP1" href="qline.html#setP1" location="qline.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setP1(const QPoint &amp; p1)">
+ <parameter left="const QPoint &amp;" right="" name="p1" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setP2" fullname="QLine::setP2" href="qline.html#setP2" location="qline.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setP2(const QPoint &amp; p2)">
+ <parameter left="const QPoint &amp;" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPoints" fullname="QLine::setPoints" href="qline.html#setPoints" location="qline.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPoints(const QPoint &amp; p1, const QPoint &amp; p2)">
+ <parameter left="const QPoint &amp;" right="" name="p1" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLine" fullname="QLine::setLine" href="qline.html#setLine" location="qline.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLine(int x1, int y1, int x2, int y2)">
+ <parameter left="int" right="" name="x1" default=""/>
+ <parameter left="int" right="" name="y1" default=""/>
+ <parameter left="int" right="" name="x2" default=""/>
+ <parameter left="int" right="" name="y2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QLine::operator==" href="qline.html#operator==" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QLine &amp; line) const">
+ <parameter left="const QLine &amp;" right="" name="line" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QLine::operator!=" href="qline.html#operator!=" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QLine &amp; line) const">
+ <parameter left="const QLine &amp;" right="" name="line" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qline.html#operator&lt;&lt;-38" location="qline.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="38" relates="QLine" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QLine &amp; line)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QLine &amp;" right="" name="line" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qline.html#operator&gt;&gt;-21" location="qline.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="21" relates="QLine" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QLine &amp; line)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QLine &amp;" right="" name="line" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QLineF" href="qlinef.html" location="qline.h" bases="" module="QtCore">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="IntersectType" fullname="QLineF::IntersectType" href="qlinef.html#IntersectType-enum" location="qline.h">
+ <value name="NoIntersection" value="0"/>
+ <value name="BoundedIntersection" value="1"/>
+ <value name="UnboundedIntersection" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLineF" fullname="QLineF::QLineF" href="qlinef.html#QLineF" location="qline.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QLineF()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLineF" fullname="QLineF::QLineF" href="qlinef.html#QLineF-2" location="qline.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QLineF(const QPointF &amp; p1, const QPointF &amp; p2)">
+ <parameter left="const QPointF &amp;" right="" name="p1" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLineF" fullname="QLineF::QLineF" href="qlinef.html#QLineF-3" location="qline.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QLineF(qreal x1, qreal y1, qreal x2, qreal y2)">
+ <parameter left="qreal" right="" name="x1" default=""/>
+ <parameter left="qreal" right="" name="y1" default=""/>
+ <parameter left="qreal" right="" name="x2" default=""/>
+ <parameter left="qreal" right="" name="y2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLineF" fullname="QLineF::QLineF" href="qlinef.html#QLineF-4" location="qline.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QLineF(const QLine &amp; line)">
+ <parameter left="const QLine &amp;" right="" name="line" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromPolar" fullname="QLineF::fromPolar" href="qlinef.html#fromPolar" location="qline.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QLineF" signature="fromPolar(qreal length, qreal angle)">
+ <parameter left="qreal" right="" name="length" default=""/>
+ <parameter left="qreal" right="" name="angle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QLineF::isNull" href="qlinef.html#isNull" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="p1" fullname="QLineF::p1" href="qlinef.html#p1" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="p1() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="p2" fullname="QLineF::p2" href="qlinef.html#p2" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="p2() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x1" fullname="QLineF::x1" href="qlinef.html#x1" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="x1() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="y1" fullname="QLineF::y1" href="qlinef.html#y1" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="y1() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x2" fullname="QLineF::x2" href="qlinef.html#x2" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="x2() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="y2" fullname="QLineF::y2" href="qlinef.html#y2" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="y2() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dx" fullname="QLineF::dx" href="qlinef.html#dx" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="dx() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dy" fullname="QLineF::dy" href="qlinef.html#dy" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="dy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="length" fullname="QLineF::length" href="qlinef.html#length" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="length() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLength" fullname="QLineF::setLength" href="qlinef.html#setLength" location="qline.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLength(qreal length)">
+ <parameter left="qreal" right="" name="length" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="angle" fullname="QLineF::angle" href="qlinef.html#angle" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="angle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAngle" fullname="QLineF::setAngle" href="qlinef.html#setAngle" location="qline.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAngle(qreal angle)">
+ <parameter left="qreal" right="" name="angle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="angleTo" fullname="QLineF::angleTo" href="qlinef.html#angleTo" location="qline.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="angleTo(const QLineF &amp; line) const">
+ <parameter left="const QLineF &amp;" right="" name="line" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unitVector" fullname="QLineF::unitVector" href="qlinef.html#unitVector" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QLineF" signature="unitVector() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="normalVector" fullname="QLineF::normalVector" href="qlinef.html#normalVector" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QLineF" signature="normalVector() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intersect" fullname="QLineF::intersect" href="qlinef.html#intersect" location="qline.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="IntersectType" signature="intersect(const QLineF &amp; line, QPointF * intersectionPoint) const">
+ <parameter left="const QLineF &amp;" right="" name="line" default=""/>
+ <parameter left="QPointF *" right="" name="intersectionPoint" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="angle" fullname="QLineF::angle" href="qlinef-obsolete.html#angle-2" location="qline.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="qreal" signature="angle(const QLineF &amp; line) const">
+ <parameter left="const QLineF &amp;" right="" name="line" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pointAt" fullname="QLineF::pointAt" href="qlinef.html#pointAt" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="pointAt(qreal t) const">
+ <parameter left="qreal" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QLineF::translate" href="qlinef.html#translate" location="qline.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="translate(const QPointF &amp; offset)">
+ <parameter left="const QPointF &amp;" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QLineF::translate" href="qlinef.html#translate-2" location="qline.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="translate(qreal dx, qreal dy)">
+ <parameter left="qreal" right="" name="dx" default=""/>
+ <parameter left="qreal" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translated" fullname="QLineF::translated" href="qlinef.html#translated" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QLineF" signature="translated(const QPointF &amp; offset) const">
+ <parameter left="const QPointF &amp;" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translated" fullname="QLineF::translated" href="qlinef.html#translated-2" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QLineF" signature="translated(qreal dx, qreal dy) const">
+ <parameter left="qreal" right="" name="dx" default=""/>
+ <parameter left="qreal" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setP1" fullname="QLineF::setP1" href="qlinef.html#setP1" location="qline.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setP1(const QPointF &amp; p1)">
+ <parameter left="const QPointF &amp;" right="" name="p1" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setP2" fullname="QLineF::setP2" href="qlinef.html#setP2" location="qline.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setP2(const QPointF &amp; p2)">
+ <parameter left="const QPointF &amp;" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPoints" fullname="QLineF::setPoints" href="qlinef.html#setPoints" location="qline.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPoints(const QPointF &amp; p1, const QPointF &amp; p2)">
+ <parameter left="const QPointF &amp;" right="" name="p1" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLine" fullname="QLineF::setLine" href="qlinef.html#setLine" location="qline.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLine(qreal x1, qreal y1, qreal x2, qreal y2)">
+ <parameter left="qreal" right="" name="x1" default=""/>
+ <parameter left="qreal" right="" name="y1" default=""/>
+ <parameter left="qreal" right="" name="x2" default=""/>
+ <parameter left="qreal" right="" name="y2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QLineF::operator==" href="qlinef.html#operator==" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QLineF &amp; line) const">
+ <parameter left="const QLineF &amp;" right="" name="line" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QLineF::operator!=" href="qlinef.html#operator!=" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QLineF &amp; line) const">
+ <parameter left="const QLineF &amp;" right="" name="line" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLine" fullname="QLineF::toLine" href="qlinef.html#toLine" location="qline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QLine" signature="toLine() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qlinef.html#operator&lt;&lt;-40" location="qline.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="40" relates="QLineF" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QLineF &amp; line)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QLineF &amp;" right="" name="line" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qlinef.html#operator&gt;&gt;-22" location="qline.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="22" relates="QLineF" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QLineF &amp; line)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QLineF &amp;" right="" name="line" default=""/>
+ </function>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlFormatter" href="qxmlformatter.html" location="qxmlformatter.h" bases="QXmlSerializer" module="QtXmlPatterns">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlFormatter" fullname="QXmlFormatter::QXmlFormatter" href="qxmlformatter.html#QXmlFormatter" location="qxmlformatter.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QXmlFormatter(const QXmlQuery &amp; query, QIODevice * outputDevice)">
+ <parameter left="const QXmlQuery &amp;" right="" name="query" default=""/>
+ <parameter left="QIODevice *" right="" name="outputDevice" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="characters" fullname="QXmlFormatter::characters" href="qxmlformatter.html#characters" location="qxmlformatter.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="characters(const QStringRef &amp; value)">
+ <parameter left="const QStringRef &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="comment" fullname="QXmlFormatter::comment" href="qxmlformatter.html#comment" location="qxmlformatter.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="comment(const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startElement" fullname="QXmlFormatter::startElement" href="qxmlformatter.html#startElement" location="qxmlformatter.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="startElement(const QXmlName &amp; name)">
+ <parameter left="const QXmlName &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endElement" fullname="QXmlFormatter::endElement" href="qxmlformatter.html#endElement" location="qxmlformatter.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="endElement()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attribute" fullname="QXmlFormatter::attribute" href="qxmlformatter.html#attribute" location="qxmlformatter.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="attribute(const QXmlName &amp; name, const QStringRef &amp; value)">
+ <parameter left="const QXmlName &amp;" right="" name="name" default=""/>
+ <parameter left="const QStringRef &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="processingInstruction" fullname="QXmlFormatter::processingInstruction" href="qxmlformatter.html#processingInstruction" location="qxmlformatter.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="processingInstruction(const QXmlName &amp; name, const QString &amp; value)">
+ <parameter left="const QXmlName &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atomicValue" fullname="QXmlFormatter::atomicValue" href="qxmlformatter.html#atomicValue" location="qxmlformatter.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="atomicValue(const QVariant &amp; value)">
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startDocument" fullname="QXmlFormatter::startDocument" href="qxmlformatter.html#startDocument" location="qxmlformatter.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="startDocument()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endDocument" fullname="QXmlFormatter::endDocument" href="qxmlformatter.html#endDocument" location="qxmlformatter.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="endDocument()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startOfSequence" fullname="QXmlFormatter::startOfSequence" href="qxmlformatter.html#startOfSequence" location="qxmlformatter.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="startOfSequence()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endOfSequence" fullname="QXmlFormatter::endOfSequence" href="qxmlformatter.html#endOfSequence" location="qxmlformatter.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="endOfSequence()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indentationDepth" fullname="QXmlFormatter::indentationDepth" href="qxmlformatter.html#indentationDepth" location="qxmlformatter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indentationDepth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIndentationDepth" fullname="QXmlFormatter::setIndentationDepth" href="qxmlformatter.html#setIndentationDepth" location="qxmlformatter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setIndentationDepth(int depth)">
+ <parameter left="int" right="" name="depth" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QStateMachine" href="qstatemachine.html" location="qstatemachine.h" bases="QState" module="QtCore">
+ <property access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QStateMachine::errorString" href="qstatemachine.html#errorString-prop" location="qstatemachine.h" type="QString">
+ <getter name="errorString"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="globalRestorePolicy" fullname="QStateMachine::globalRestorePolicy" href="qstatemachine.html#globalRestorePolicy-prop" location="qstatemachine.h" type="RestorePolicy">
+ <getter name="globalRestorePolicy"/>
+ <setter name="setGlobalRestorePolicy"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="animationsEnabled" fullname="QStateMachine::animationsEnabled" href="qstatemachine.html#animationsEnabled-prop" location="qstatemachine.h" type="bool">
+ <getter name="animationsEnabled"/>
+ <setter name="setAnimationsEnabled"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="RestorePolicy" fullname="QStateMachine::RestorePolicy" href="qstatemachine.html#RestorePolicy-enum" location="qstatemachine.h">
+ <value name="DoNotRestoreProperties" value="0"/>
+ <value name="RestoreProperties" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Error" fullname="QStateMachine::Error" href="qstatemachine.html#Error-enum" location="qstatemachine.h">
+ <value name="NoError" value="0"/>
+ <value name="NoInitialStateError" value="1"/>
+ <value name="NoDefaultStateInHistoryStateError" value="2"/>
+ <value name="NoCommonAncestorForTransitionError" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStateMachine" fullname="QStateMachine::QStateMachine" href="qstatemachine.html#QStateMachine" location="qstatemachine.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStateMachine(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QStateMachine" fullname="QStateMachine::~QStateMachine" href="qstatemachine.html#dtor.QStateMachine" location="qstatemachine.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QStateMachine()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addState" fullname="QStateMachine::addState" href="qstatemachine.html#addState" location="qstatemachine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addState(QAbstractState * state)">
+ <parameter left="QAbstractState *" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeState" fullname="QStateMachine::removeState" href="qstatemachine.html#removeState" location="qstatemachine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeState(QAbstractState * state)">
+ <parameter left="QAbstractState *" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QStateMachine::error" href="qstatemachine.html#error" location="qstatemachine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Error" signature="error() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QStateMachine::errorString" href="qstatemachine.html#errorString-prop" location="qstatemachine.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="errorString" type="QString" signature="errorString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearError" fullname="QStateMachine::clearError" href="qstatemachine.html#clearError" location="qstatemachine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearError()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRunning" fullname="QStateMachine::isRunning" href="qstatemachine.html#isRunning" location="qstatemachine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRunning() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="animationsEnabled" fullname="QStateMachine::animationsEnabled" href="qstatemachine.html#animationsEnabled-prop" location="qstatemachine.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="animationsEnabled" type="bool" signature="animationsEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAnimationsEnabled" fullname="QStateMachine::setAnimationsEnabled" href="qstatemachine.html#animationsEnabled-prop" location="qstatemachine.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="animationsEnabled" type="void" signature="setAnimationsEnabled(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addDefaultAnimation" fullname="QStateMachine::addDefaultAnimation" href="qstatemachine.html#addDefaultAnimation" location="qstatemachine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addDefaultAnimation(QAbstractAnimation * animation)">
+ <parameter left="QAbstractAnimation *" right="" name="animation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultAnimations" fullname="QStateMachine::defaultAnimations" href="qstatemachine.html#defaultAnimations" location="qstatemachine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QAbstractAnimation *&gt;" signature="defaultAnimations() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeDefaultAnimation" fullname="QStateMachine::removeDefaultAnimation" href="qstatemachine.html#removeDefaultAnimation" location="qstatemachine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeDefaultAnimation(QAbstractAnimation * animation)">
+ <parameter left="QAbstractAnimation *" right="" name="animation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="globalRestorePolicy" fullname="QStateMachine::globalRestorePolicy" href="qstatemachine.html#globalRestorePolicy-prop" location="qstatemachine.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="globalRestorePolicy" type="QStateMachine::RestorePolicy" signature="globalRestorePolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGlobalRestorePolicy" fullname="QStateMachine::setGlobalRestorePolicy" href="qstatemachine.html#globalRestorePolicy-prop" location="qstatemachine.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="globalRestorePolicy" type="void" signature="setGlobalRestorePolicy(QStateMachine::RestorePolicy restorePolicy)">
+ <parameter left="QStateMachine::RestorePolicy" right="" name="restorePolicy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="postEvent" fullname="QStateMachine::postEvent" href="qstatemachine.html#postEvent" location="qstatemachine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="postEvent(QEvent * event, int delay)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ <parameter left="int" right="" name="delay" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="QStateMachine::eventFilter" href="qstatemachine.html#eventFilter" location="qstatemachine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * watched, QEvent * event)">
+ <parameter left="QObject *" right="" name="watched" default=""/>
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="start" fullname="QStateMachine::start" href="qstatemachine.html#start" location="qstatemachine.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="start()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stop" fullname="QStateMachine::stop" href="qstatemachine.html#stop" location="qstatemachine.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="stop()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="started" fullname="QStateMachine::started" href="qstatemachine.html#started" location="qstatemachine.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="started()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stopped" fullname="QStateMachine::stopped" href="qstatemachine.html#stopped" location="qstatemachine.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="stopped()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="onEntry" fullname="QStateMachine::onEntry" href="qstatemachine.html#onEntry" location="qstatemachine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="onEntry(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="onExit" fullname="QStateMachine::onExit" href="qstatemachine.html#onExit" location="qstatemachine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="onExit(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QStateMachine::event" href="qstatemachine.html#event" location="qstatemachine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDBusConnectionInterface" href="qdbusconnectioninterface.html" location="qdbusconnectioninterface.h" bases="QDBusAbstractInterface" module="QtDBus">
+ <property access="public" threadsafety="unspecified" status="commendable" name="registeredServiceNames" fullname="QDBusConnectionInterface::registeredServiceNames" href="qdbusconnectioninterface.html#registeredServiceNames-prop" location="qdbusconnectioninterface.h" type="QDBusReply&lt;QStringList&gt;">
+ <getter name="registeredServiceNames"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ServiceQueueOptions" fullname="QDBusConnectionInterface::ServiceQueueOptions" href="qdbusconnectioninterface.html#ServiceQueueOptions-enum" location="qdbusconnectioninterface.h">
+ <value name="DontQueueService" value="0"/>
+ <value name="QueueService" value="1"/>
+ <value name="ReplaceExistingService" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ServiceReplacementOptions" fullname="QDBusConnectionInterface::ServiceReplacementOptions" href="qdbusconnectioninterface.html#ServiceReplacementOptions-enum" location="qdbusconnectioninterface.h">
+ <value name="DontAllowReplacement" value="0"/>
+ <value name="AllowReplacement" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="RegisterServiceReply" fullname="QDBusConnectionInterface::RegisterServiceReply" href="qdbusconnectioninterface.html#RegisterServiceReply-enum" location="qdbusconnectioninterface.h">
+ <value name="ServiceNotRegistered" value="0"/>
+ <value name="ServiceRegistered" value="1"/>
+ <value name="ServiceQueued" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="registeredServiceNames" fullname="QDBusConnectionInterface::registeredServiceNames" href="qdbusconnectioninterface.html#registeredServiceNames-prop" location="qdbusconnectioninterface.cpp" virtual="non" meta="slot" const="true" static="false" overload="false" associated-property="registeredServiceNames" type="QDBusReply&lt;QStringList&gt;" signature="registeredServiceNames() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isServiceRegistered" fullname="QDBusConnectionInterface::isServiceRegistered" href="qdbusconnectioninterface.html#isServiceRegistered" location="qdbusconnectioninterface.h" virtual="non" meta="slot" const="true" static="false" overload="false" type="QDBusReply&lt;bool&gt;" signature="isServiceRegistered(const QString &amp; serviceName) const">
+ <parameter left="const QString &amp;" right="" name="serviceName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="serviceOwner" fullname="QDBusConnectionInterface::serviceOwner" href="qdbusconnectioninterface.html#serviceOwner" location="qdbusconnectioninterface.h" virtual="non" meta="slot" const="true" static="false" overload="false" type="QDBusReply&lt;QString&gt;" signature="serviceOwner(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unregisterService" fullname="QDBusConnectionInterface::unregisterService" href="qdbusconnectioninterface.html#unregisterService" location="qdbusconnectioninterface.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="QDBusReply&lt;bool&gt;" signature="unregisterService(const QString &amp; serviceName)">
+ <parameter left="const QString &amp;" right="" name="serviceName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="registerService" fullname="QDBusConnectionInterface::registerService" href="qdbusconnectioninterface.html#registerService" location="qdbusconnectioninterface.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="QDBusReply&lt;QDBusConnectionInterface::RegisterServiceReply&gt;" signature="registerService(const QString &amp; serviceName, ServiceQueueOptions qoption, ServiceReplacementOptions roption)">
+ <parameter left="const QString &amp;" right="" name="serviceName" default=""/>
+ <parameter left="ServiceQueueOptions" right="" name="qoption" default="DontQueueService"/>
+ <parameter left="ServiceReplacementOptions" right="" name="roption" default="DontAllowReplacement"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="servicePid" fullname="QDBusConnectionInterface::servicePid" href="qdbusconnectioninterface.html#servicePid" location="qdbusconnectioninterface.h" virtual="non" meta="slot" const="true" static="false" overload="false" type="QDBusReply&lt;uint&gt;" signature="servicePid(const QString &amp; serviceName) const">
+ <parameter left="const QString &amp;" right="" name="serviceName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="serviceUid" fullname="QDBusConnectionInterface::serviceUid" href="qdbusconnectioninterface.html#serviceUid" location="qdbusconnectioninterface.h" virtual="non" meta="slot" const="true" static="false" overload="false" type="QDBusReply&lt;uint&gt;" signature="serviceUid(const QString &amp; serviceName) const">
+ <parameter left="const QString &amp;" right="" name="serviceName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startService" fullname="QDBusConnectionInterface::startService" href="qdbusconnectioninterface.html#startService" location="qdbusconnectioninterface.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="QDBusReply&lt;void&gt;" signature="startService(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="serviceRegistered" fullname="QDBusConnectionInterface::serviceRegistered" href="qdbusconnectioninterface.html#serviceRegistered" location="qdbusconnectioninterface.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="serviceRegistered(const QString &amp; serviceName)">
+ <parameter left="const QString &amp;" right="" name="serviceName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="serviceUnregistered" fullname="QDBusConnectionInterface::serviceUnregistered" href="qdbusconnectioninterface.html#serviceUnregistered" location="qdbusconnectioninterface.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="serviceUnregistered(const QString &amp; serviceName)">
+ <parameter left="const QString &amp;" right="" name="serviceName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="serviceOwnerChanged" fullname="QDBusConnectionInterface::serviceOwnerChanged" href="qdbusconnectioninterface.html#serviceOwnerChanged" location="qdbusconnectioninterface.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="serviceOwnerChanged(const QString &amp; name, const QString &amp; oldOwner, const QString &amp; newOwner)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="oldOwner" default=""/>
+ <parameter left="const QString &amp;" right="" name="newOwner" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="callWithCallbackFailed" fullname="QDBusConnectionInterface::callWithCallbackFailed" href="qdbusconnectioninterface.html#callWithCallbackFailed" location="qdbusconnectioninterface.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="callWithCallbackFailed(const QDBusError &amp; error, const QDBusMessage &amp; call)">
+ <parameter left="const QDBusError &amp;" right="" name="error" default=""/>
+ <parameter left="const QDBusMessage &amp;" right="" name="call" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QUndoGroup" href="qundogroup.html" location="qundogroup.h" bases="QObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QUndoGroup" fullname="QUndoGroup::QUndoGroup" href="qundogroup.html#QUndoGroup" location="qundogroup.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QUndoGroup(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QUndoGroup" fullname="QUndoGroup::~QUndoGroup" href="qundogroup.html#dtor.QUndoGroup" location="qundogroup.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QUndoGroup()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addStack" fullname="QUndoGroup::addStack" href="qundogroup.html#addStack" location="qundogroup.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addStack(QUndoStack * stack)">
+ <parameter left="QUndoStack *" right="" name="stack" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeStack" fullname="QUndoGroup::removeStack" href="qundogroup.html#removeStack" location="qundogroup.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeStack(QUndoStack * stack)">
+ <parameter left="QUndoStack *" right="" name="stack" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stacks" fullname="QUndoGroup::stacks" href="qundogroup.html#stacks" location="qundogroup.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QUndoStack *&gt;" signature="stacks() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activeStack" fullname="QUndoGroup::activeStack" href="qundogroup.html#activeStack" location="qundogroup.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUndoStack *" signature="activeStack() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createUndoAction" fullname="QUndoGroup::createUndoAction" href="qundogroup.html#createUndoAction" location="qundogroup.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="createUndoAction(QObject * parent, const QString &amp; prefix) const">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="prefix" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createRedoAction" fullname="QUndoGroup::createRedoAction" href="qundogroup.html#createRedoAction" location="qundogroup.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="createRedoAction(QObject * parent, const QString &amp; prefix) const">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="prefix" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canUndo" fullname="QUndoGroup::canUndo" href="qundogroup.html#canUndo" location="qundogroup.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="canUndo() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canRedo" fullname="QUndoGroup::canRedo" href="qundogroup.html#canRedo" location="qundogroup.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="canRedo() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="undoText" fullname="QUndoGroup::undoText" href="qundogroup.html#undoText" location="qundogroup.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="undoText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="redoText" fullname="QUndoGroup::redoText" href="qundogroup.html#redoText" location="qundogroup.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="redoText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isClean" fullname="QUndoGroup::isClean" href="qundogroup.html#isClean" location="qundogroup.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isClean() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="undo" fullname="QUndoGroup::undo" href="qundogroup.html#undo" location="qundogroup.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="undo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="redo" fullname="QUndoGroup::redo" href="qundogroup.html#redo" location="qundogroup.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="redo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setActiveStack" fullname="QUndoGroup::setActiveStack" href="qundogroup.html#setActiveStack" location="qundogroup.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setActiveStack(QUndoStack * stack)">
+ <parameter left="QUndoStack *" right="" name="stack" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activeStackChanged" fullname="QUndoGroup::activeStackChanged" href="qundogroup.html#activeStackChanged" location="qundogroup.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="activeStackChanged(QUndoStack * stack)">
+ <parameter left="QUndoStack *" right="" name="stack" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexChanged" fullname="QUndoGroup::indexChanged" href="qundogroup.html#indexChanged" location="qundogroup.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="indexChanged(int idx)">
+ <parameter left="int" right="" name="idx" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cleanChanged" fullname="QUndoGroup::cleanChanged" href="qundogroup.html#cleanChanged" location="qundogroup.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="cleanChanged(bool clean)">
+ <parameter left="bool" right="" name="clean" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canUndoChanged" fullname="QUndoGroup::canUndoChanged" href="qundogroup.html#canUndoChanged" location="qundogroup.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="canUndoChanged(bool canUndo)">
+ <parameter left="bool" right="" name="canUndo" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canRedoChanged" fullname="QUndoGroup::canRedoChanged" href="qundogroup.html#canRedoChanged" location="qundogroup.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="canRedoChanged(bool canRedo)">
+ <parameter left="bool" right="" name="canRedo" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="undoTextChanged" fullname="QUndoGroup::undoTextChanged" href="qundogroup.html#undoTextChanged" location="qundogroup.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="undoTextChanged(const QString &amp; undoText)">
+ <parameter left="const QString &amp;" right="" name="undoText" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="redoTextChanged" fullname="QUndoGroup::redoTextChanged" href="qundogroup.html#redoTextChanged" location="qundogroup.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="redoTextChanged(const QString &amp; redoText)">
+ <parameter left="const QString &amp;" right="" name="redoText" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="thread safe" status="compat" name="Q3Semaphore" href="q3semaphore.html" location="q3semaphore.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Semaphore" fullname="Q3Semaphore::Q3Semaphore" href="q3semaphore.html#Q3Semaphore" location="q3semaphore.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3Semaphore(int maxcount)">
+ <parameter left="int" right="" name="maxcount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3Semaphore" fullname="Q3Semaphore::~Q3Semaphore" href="q3semaphore.html#dtor.Q3Semaphore" location="q3semaphore.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3Semaphore()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="available" fullname="Q3Semaphore::available" href="q3semaphore.html#available" location="q3semaphore.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="available() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="total" fullname="Q3Semaphore::total" href="q3semaphore.html#total" location="q3semaphore.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="total() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="Q3Semaphore::operator++" href="q3semaphore.html#operator++" location="q3semaphore.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="operator++(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="Q3Semaphore::operator--" href="q3semaphore.html#operator--" location="q3semaphore.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="operator--(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="Q3Semaphore::operator+=" href="q3semaphore.html#operator+=" location="q3semaphore.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="operator+=(int n)">
+ <parameter left="int" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="Q3Semaphore::operator-=" href="q3semaphore.html#operator-=" location="q3semaphore.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="operator-=(int n)">
+ <parameter left="int" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tryAccess" fullname="Q3Semaphore::tryAccess" href="q3semaphore.html#tryAccess" location="q3semaphore.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="tryAccess(int n)">
+ <parameter left="int" right="" name="n" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3WhatsThis" href="q3whatsthis.html" location="q3whatsthis.h" bases="QObject" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3WhatsThis" fullname="Q3WhatsThis::Q3WhatsThis" href="q3whatsthis.html#Q3WhatsThis" location="q3whatsthis.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3WhatsThis(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3WhatsThis" fullname="Q3WhatsThis::~Q3WhatsThis" href="q3whatsthis.html#dtor.Q3WhatsThis" location="q3whatsthis.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3WhatsThis()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="enterWhatsThisMode" fullname="Q3WhatsThis::enterWhatsThisMode" href="q3whatsthis.html#enterWhatsThisMode" location="q3whatsthis.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="enterWhatsThisMode()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inWhatsThisMode" fullname="Q3WhatsThis::inWhatsThisMode" href="q3whatsthis.html#inWhatsThisMode" location="q3whatsthis.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="inWhatsThisMode()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="add" fullname="Q3WhatsThis::add" href="q3whatsthis.html#add" location="q3whatsthis.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="add(QWidget * widget, const QString &amp; text)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="Q3WhatsThis::remove" href="q3whatsthis.html#remove" location="q3whatsthis.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="remove(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="whatsThisButton" fullname="Q3WhatsThis::whatsThisButton" href="q3whatsthis.html#whatsThisButton" location="q3whatsthis.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QToolButton *" signature="whatsThisButton(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="leaveWhatsThisMode" fullname="Q3WhatsThis::leaveWhatsThisMode" href="q3whatsthis.html#leaveWhatsThisMode" location="q3whatsthis.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="leaveWhatsThisMode(const QString &amp; text, const QPoint &amp; pos, QWidget * widget)">
+ <parameter left="const QString &amp;" right="" name="text" default="QString()"/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default="QCursor::pos()"/>
+ <parameter left="QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="display" fullname="Q3WhatsThis::display" href="q3whatsthis.html#display" location="q3whatsthis.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="display(const QString &amp; text, const QPoint &amp; pos, QWidget * widget)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default="QCursor::pos()"/>
+ <parameter left="QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="Q3WhatsThis::text" href="q3whatsthis.html#text" location="q3whatsthis.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QString" signature="text(const QPoint &amp; pos)">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clicked" fullname="Q3WhatsThis::clicked" href="q3whatsthis.html#clicked" location="q3whatsthis.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="clicked(const QString &amp; href)">
+ <parameter left="const QString &amp;" right="" name="href" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWebView" href="qwebview.html" location="qwebview.h" bases="QWidget" module="QtWebKit">
+ <contents name="elements-of-qwebview" title="Elements of QWebView" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="title" fullname="QWebView::title" href="qwebview.html#title-prop" location="qwebview.h" type="QString">
+ <getter name="title"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="url" fullname="QWebView::url" href="qwebview.html#url-prop" location="qwebview.h" type="QUrl">
+ <getter name="url"/>
+ <setter name="setUrl"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QWebView::icon" href="qwebview.html#icon-prop" location="qwebview.h" type="QIcon">
+ <getter name="icon"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="selectedText" fullname="QWebView::selectedText" href="qwebview.html#selectedText-prop" location="qwebview.h" type="QString">
+ <getter name="selectedText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="modified" fullname="QWebView::modified" href="qwebview.html#modified-prop" location="qwebview.h" type="bool">
+ <getter name="isModified"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="obsolete" name="textSizeMultiplier" fullname="QWebView::textSizeMultiplier" href="qwebview-obsolete.html#textSizeMultiplier-prop" location="qwebview.h" type="qreal"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="zoomFactor" fullname="QWebView::zoomFactor" href="qwebview.html#zoomFactor-prop" location="qwebview.h" type="qreal">
+ <getter name="zoomFactor"/>
+ <setter name="setZoomFactor"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="renderHints" fullname="QWebView::renderHints" href="qwebview.html#renderHints-prop" location="qwebview.h" type="QPainter::RenderHints">
+ <getter name="renderHints"/>
+ <setter name="setRenderHints"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWebView" fullname="QWebView::QWebView" href="qwebview.html#QWebView" location="qwebview.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWebView(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWebView" fullname="QWebView::~QWebView" href="qwebview.html#dtor.QWebView" location="qwebview.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWebView()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="page" fullname="QWebView::page" href="qwebview.html#page" location="qwebview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebPage *" signature="page() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPage" fullname="QWebView::setPage" href="qwebview.html#setPage" location="qwebview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPage(QWebPage * page)">
+ <parameter left="QWebPage *" right="" name="page" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="guessUrlFromString" fullname="QWebView::guessUrlFromString" href="qwebview.html#guessUrlFromString" location="qwebview.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QUrl" signature="guessUrlFromString(const QString &amp; string)">
+ <parameter left="const QString &amp;" right="" name="string" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QWebView::load" href="qwebview.html#load" location="qwebview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="load(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QWebView::load" href="qwebview.html#load-2" location="qwebview.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="load(const QNetworkRequest &amp; request, QNetworkAccessManager::Operation operation, const QByteArray &amp; body)">
+ <parameter left="const QNetworkRequest &amp;" right="" name="request" default=""/>
+ <parameter left="QNetworkAccessManager::Operation" right="" name="operation" default="QNetworkAccessManager::GetOperation"/>
+ <parameter left="const QByteArray &amp;" right="" name="body" default="QByteArray()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHtml" fullname="QWebView::setHtml" href="qwebview.html#setHtml" location="qwebview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHtml(const QString &amp; html, const QUrl &amp; baseUrl)">
+ <parameter left="const QString &amp;" right="" name="html" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="baseUrl" default="QUrl()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContent" fullname="QWebView::setContent" href="qwebview.html#setContent" location="qwebview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setContent(const QByteArray &amp; data, const QString &amp; mimeType, const QUrl &amp; baseUrl)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ <parameter left="const QString &amp;" right="" name="mimeType" default="QString()"/>
+ <parameter left="const QUrl &amp;" right="" name="baseUrl" default="QUrl()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="history" fullname="QWebView::history" href="qwebview.html#history" location="qwebview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebHistory *" signature="history() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="settings" fullname="QWebView::settings" href="qwebview.html#settings" location="qwebview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebSettings *" signature="settings() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="title" fullname="QWebView::title" href="qwebview.html#title-prop" location="qwebview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="title" type="QString" signature="title() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUrl" fullname="QWebView::setUrl" href="qwebview.html#url-prop" location="qwebview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="url" type="void" signature="setUrl(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="url" fullname="QWebView::url" href="qwebview.html#url-prop" location="qwebview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="url" type="QUrl" signature="url() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QWebView::icon" href="qwebview.html#icon-prop" location="qwebview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="icon" type="QIcon" signature="icon() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedText" fullname="QWebView::selectedText" href="qwebview.html#selectedText-prop" location="qwebview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="selectedText" type="QString" signature="selectedText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pageAction" fullname="QWebView::pageAction" href="qwebview.html#pageAction" location="qwebview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="pageAction(QWebPage::WebAction action) const">
+ <parameter left="QWebPage::WebAction" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="triggerPageAction" fullname="QWebView::triggerPageAction" href="qwebview.html#triggerPageAction" location="qwebview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="triggerPageAction(QWebPage::WebAction action, bool checked)">
+ <parameter left="QWebPage::WebAction" right="" name="action" default=""/>
+ <parameter left="bool" right="" name="checked" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isModified" fullname="QWebView::isModified" href="qwebview.html#modified-prop" location="qwebview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="modified" type="bool" signature="isModified() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inputMethodQuery" fullname="QWebView::inputMethodQuery" href="qwebview.html#inputMethodQuery" location="qwebview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="inputMethodQuery(Qt::InputMethodQuery property) const">
+ <parameter left="Qt::InputMethodQuery" right="" name="property" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QWebView::sizeHint" href="qwebview.html#sizeHint" location="qwebview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="zoomFactor" fullname="QWebView::zoomFactor" href="qwebview.html#zoomFactor-prop" location="qwebview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="zoomFactor" type="qreal" signature="zoomFactor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setZoomFactor" fullname="QWebView::setZoomFactor" href="qwebview.html#zoomFactor-prop" location="qwebview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="zoomFactor" type="void" signature="setZoomFactor(qreal factor)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextSizeMultiplier" fullname="QWebView::setTextSizeMultiplier" href="qwebview.html#setTextSizeMultiplier" location="qwebview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextSizeMultiplier(qreal factor)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textSizeMultiplier" fullname="QWebView::textSizeMultiplier" href="qwebview.html#textSizeMultiplier" location="qwebview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="textSizeMultiplier() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="renderHints" fullname="QWebView::renderHints" href="qwebview.html#renderHints-prop" location="qwebview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="renderHints" type="QPainter::RenderHints" signature="renderHints() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRenderHints" fullname="QWebView::setRenderHints" href="qwebview.html#renderHints-prop" location="qwebview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="renderHints" type="void" signature="setRenderHints(QFlags&lt;QPainter::RenderHint&gt; hints)">
+ <parameter left="QFlags&lt;QPainter::RenderHint&gt;" right="" name="hints" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRenderHint" fullname="QWebView::setRenderHint" href="qwebview.html#setRenderHint" location="qwebview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRenderHint(QPainter::RenderHint hint, bool enabled)">
+ <parameter left="QPainter::RenderHint" right="" name="hint" default=""/>
+ <parameter left="bool" right="" name="enabled" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findText" fullname="QWebView::findText" href="qwebview.html#findText" location="qwebview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findText(const QString &amp; subString, QFlags&lt;QWebPage::FindFlag&gt; options)">
+ <parameter left="const QString &amp;" right="" name="subString" default=""/>
+ <parameter left="QFlags&lt;QWebPage::FindFlag&gt;" right="" name="options" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="event" fullname="QWebView::event" href="qwebview.html#event" location="qwebview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stop" fullname="QWebView::stop" href="qwebview.html#stop" location="qwebview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="stop()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="back" fullname="QWebView::back" href="qwebview.html#back" location="qwebview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="back()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="forward" fullname="QWebView::forward" href="qwebview.html#forward" location="qwebview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="forward()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reload" fullname="QWebView::reload" href="qwebview.html#reload" location="qwebview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="reload()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="print" fullname="QWebView::print" href="qwebview.html#print" location="qwebview.h" virtual="non" meta="slot" const="true" static="false" overload="false" type="void" signature="print(QPrinter * printer) const">
+ <parameter left="QPrinter *" right="" name="printer" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loadStarted" fullname="QWebView::loadStarted" href="qwebview.html#loadStarted" location="qwebview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="loadStarted()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loadProgress" fullname="QWebView::loadProgress" href="qwebview.html#loadProgress" location="qwebview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="loadProgress(int progress)">
+ <parameter left="int" right="" name="progress" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loadFinished" fullname="QWebView::loadFinished" href="qwebview.html#loadFinished" location="qwebview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="loadFinished(bool ok)">
+ <parameter left="bool" right="" name="ok" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="titleChanged" fullname="QWebView::titleChanged" href="qwebview.html#titleChanged" location="qwebview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="titleChanged(const QString &amp; title)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="statusBarMessage" fullname="QWebView::statusBarMessage" href="qwebview.html#statusBarMessage" location="qwebview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="statusBarMessage(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="linkClicked" fullname="QWebView::linkClicked" href="qwebview.html#linkClicked" location="qwebview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="linkClicked(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionChanged" fullname="QWebView::selectionChanged" href="qwebview.html#selectionChanged" location="qwebview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="selectionChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iconChanged" fullname="QWebView::iconChanged" href="qwebview.html#iconChanged" location="qwebview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="iconChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="urlChanged" fullname="QWebView::urlChanged" href="qwebview.html#urlChanged" location="qwebview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="urlChanged(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QWebView::resizeEvent" href="qwebview.html#resizeEvent" location="qwebview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QWebView::paintEvent" href="qwebview.html#paintEvent" location="qwebview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * ev)">
+ <parameter left="QPaintEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="createWindow" fullname="QWebView::createWindow" href="qwebview.html#createWindow" location="qwebview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QWebView *" signature="createWindow(QWebPage::WebWindowType type)">
+ <parameter left="QWebPage::WebWindowType" right="" name="type" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QWebView::changeEvent" href="qwebview.html#changeEvent" location="qwebview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QWebView::mouseMoveEvent" href="qwebview.html#mouseMoveEvent" location="qwebview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * ev)">
+ <parameter left="QMouseEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QWebView::mousePressEvent" href="qwebview.html#mousePressEvent" location="qwebview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * ev)">
+ <parameter left="QMouseEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseDoubleClickEvent" fullname="QWebView::mouseDoubleClickEvent" href="qwebview.html#mouseDoubleClickEvent" location="qwebview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseDoubleClickEvent(QMouseEvent * ev)">
+ <parameter left="QMouseEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QWebView::mouseReleaseEvent" href="qwebview.html#mouseReleaseEvent" location="qwebview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * ev)">
+ <parameter left="QMouseEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contextMenuEvent" fullname="QWebView::contextMenuEvent" href="qwebview.html#contextMenuEvent" location="qwebview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contextMenuEvent(QContextMenuEvent * ev)">
+ <parameter left="QContextMenuEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="wheelEvent" fullname="QWebView::wheelEvent" href="qwebview.html#wheelEvent" location="qwebview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="wheelEvent(QWheelEvent * ev)">
+ <parameter left="QWheelEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QWebView::keyPressEvent" href="qwebview.html#keyPressEvent" location="qwebview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * ev)">
+ <parameter left="QKeyEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyReleaseEvent" fullname="QWebView::keyReleaseEvent" href="qwebview.html#keyReleaseEvent" location="qwebview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyReleaseEvent(QKeyEvent * ev)">
+ <parameter left="QKeyEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragEnterEvent" fullname="QWebView::dragEnterEvent" href="qwebview.html#dragEnterEvent" location="qwebview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragEnterEvent(QDragEnterEvent * ev)">
+ <parameter left="QDragEnterEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragLeaveEvent" fullname="QWebView::dragLeaveEvent" href="qwebview.html#dragLeaveEvent" location="qwebview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragLeaveEvent(QDragLeaveEvent * ev)">
+ <parameter left="QDragLeaveEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragMoveEvent" fullname="QWebView::dragMoveEvent" href="qwebview.html#dragMoveEvent" location="qwebview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragMoveEvent(QDragMoveEvent * ev)">
+ <parameter left="QDragMoveEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dropEvent" fullname="QWebView::dropEvent" href="qwebview.html#dropEvent" location="qwebview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dropEvent(QDropEvent * ev)">
+ <parameter left="QDropEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="QWebView::focusInEvent" href="qwebview.html#focusInEvent" location="qwebview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * ev)">
+ <parameter left="QFocusEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="QWebView::focusOutEvent" href="qwebview.html#focusOutEvent" location="qwebview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * ev)">
+ <parameter left="QFocusEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="inputMethodEvent" fullname="QWebView::inputMethodEvent" href="qwebview.html#inputMethodEvent" location="qwebview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="inputMethodEvent(QInputMethodEvent * e)">
+ <parameter left="QInputMethodEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusNextPrevChild" fullname="QWebView::focusNextPrevChild" href="qwebview.html#focusNextPrevChild" location="qwebview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="focusNextPrevChild(bool next)">
+ <parameter left="bool" right="" name="next" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QLineEdit" href="qlineedit.html" location="qlineedit.h" bases="QWidget" module="QtGui">
+ <target name="desc"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="inputMask" fullname="QLineEdit::inputMask" href="qlineedit.html#inputMask-prop" location="qlineedit.h" type="QString">
+ <getter name="inputMask"/>
+ <setter name="setInputMask"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QLineEdit::text" href="qlineedit.html#text-prop" location="qlineedit.h" type="QString">
+ <getter name="text"/>
+ <setter name="setText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maxLength" fullname="QLineEdit::maxLength" href="qlineedit.html#maxLength-prop" location="qlineedit.h" type="int">
+ <getter name="maxLength"/>
+ <setter name="setMaxLength"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="frame" fullname="QLineEdit::frame" href="qlineedit.html#frame-prop" location="qlineedit.h" type="bool">
+ <getter name="hasFrame"/>
+ <setter name="setFrame"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="echoMode" fullname="QLineEdit::echoMode" href="qlineedit.html#echoMode-prop" location="qlineedit.h" type="EchoMode">
+ <getter name="echoMode"/>
+ <setter name="setEchoMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="displayText" fullname="QLineEdit::displayText" href="qlineedit.html#displayText-prop" location="qlineedit.h" type="QString">
+ <getter name="displayText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="cursorPosition" fullname="QLineEdit::cursorPosition" href="qlineedit.html#cursorPosition-prop" location="qlineedit.h" type="int">
+ <getter name="cursorPosition"/>
+ <setter name="setCursorPosition"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="QLineEdit::alignment" href="qlineedit.html#alignment-prop" location="qlineedit.h" type="Qt::Alignment">
+ <getter name="alignment"/>
+ <setter name="setAlignment"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="modified" fullname="QLineEdit::modified" href="qlineedit.html#modified-prop" location="qlineedit.h" type="bool">
+ <getter name="isModified"/>
+ <setter name="setModified"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="hasSelectedText" fullname="QLineEdit::hasSelectedText" href="qlineedit.html#hasSelectedText-prop" location="qlineedit.h" type="bool">
+ <getter name="hasSelectedText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="selectedText" fullname="QLineEdit::selectedText" href="qlineedit.html#selectedText-prop" location="qlineedit.h" type="QString">
+ <getter name="selectedText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="dragEnabled" fullname="QLineEdit::dragEnabled" href="qlineedit.html#dragEnabled-prop" location="qlineedit.h" type="bool">
+ <getter name="dragEnabled"/>
+ <setter name="setDragEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="readOnly" fullname="QLineEdit::readOnly" href="qlineedit.html#readOnly-prop" location="qlineedit.h" type="bool">
+ <getter name="isReadOnly"/>
+ <setter name="setReadOnly"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="undoAvailable" fullname="QLineEdit::undoAvailable" href="qlineedit.html#undoAvailable-prop" location="qlineedit.h" type="bool">
+ <getter name="isUndoAvailable"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="redoAvailable" fullname="QLineEdit::redoAvailable" href="qlineedit.html#redoAvailable-prop" location="qlineedit.h" type="bool">
+ <getter name="isRedoAvailable"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="acceptableInput" fullname="QLineEdit::acceptableInput" href="qlineedit.html#acceptableInput-prop" location="qlineedit.h" type="bool">
+ <getter name="hasAcceptableInput"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLineEdit" fullname="QLineEdit::QLineEdit" href="qlineedit.html#QLineEdit" location="qlineedit.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QLineEdit(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLineEdit" fullname="QLineEdit::QLineEdit" href="qlineedit.html#QLineEdit-2" location="qlineedit.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QLineEdit(const QString &amp; contents, QWidget * parent)">
+ <parameter left="const QString &amp;" right="" name="contents" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QLineEdit" fullname="QLineEdit::QLineEdit" href="qlineedit-qt3.html#QLineEdit-3" location="qlineedit.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QLineEdit(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QLineEdit" fullname="QLineEdit::QLineEdit" href="qlineedit-qt3.html#QLineEdit-4" location="qlineedit.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QLineEdit(const QString &amp; contents, QWidget * parent, const char * name)">
+ <parameter left="const QString &amp;" right="" name="contents" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QLineEdit" fullname="QLineEdit::QLineEdit" href="qlineedit-qt3.html#QLineEdit-5" location="qlineedit.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QLineEdit(const QString &amp; contents, const QString &amp; inputMask, QWidget * parent, const char * name)">
+ <parameter left="const QString &amp;" right="" name="contents" default=""/>
+ <parameter left="const QString &amp;" right="" name="inputMask" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QLineEdit" fullname="QLineEdit::~QLineEdit" href="qlineedit.html#dtor.QLineEdit" location="qlineedit.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QLineEdit()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QLineEdit::text" href="qlineedit.html#text-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="text" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="displayText" fullname="QLineEdit::displayText" href="qlineedit.html#displayText-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="displayText" type="QString" signature="displayText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maxLength" fullname="QLineEdit::maxLength" href="qlineedit.html#maxLength-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maxLength" type="int" signature="maxLength() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaxLength" fullname="QLineEdit::setMaxLength" href="qlineedit.html#maxLength-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="maxLength" type="void" signature="setMaxLength(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFrame" fullname="QLineEdit::setFrame" href="qlineedit.html#frame-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="frame" type="void" signature="setFrame(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasFrame" fullname="QLineEdit::hasFrame" href="qlineedit.html#frame-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="frame" type="bool" signature="hasFrame() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="EchoMode" fullname="QLineEdit::EchoMode" href="qlineedit.html#EchoMode-enum" location="qlineedit.h">
+ <value name="Normal" value="0"/>
+ <value name="NoEcho" value="1"/>
+ <value name="Password" value="2"/>
+ <value name="PasswordEchoOnEdit" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="echoMode" fullname="QLineEdit::echoMode" href="qlineedit.html#echoMode-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="echoMode" type="EchoMode" signature="echoMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEchoMode" fullname="QLineEdit::setEchoMode" href="qlineedit.html#echoMode-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="echoMode" type="void" signature="setEchoMode(EchoMode )">
+ <parameter left="EchoMode" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isReadOnly" fullname="QLineEdit::isReadOnly" href="qlineedit.html#readOnly-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="readOnly" type="bool" signature="isReadOnly() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setReadOnly" fullname="QLineEdit::setReadOnly" href="qlineedit.html#readOnly-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="readOnly" type="void" signature="setReadOnly(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValidator" fullname="QLineEdit::setValidator" href="qlineedit.html#setValidator" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setValidator(const QValidator * v)">
+ <parameter left="const QValidator *" right="" name="v" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="validator" fullname="QLineEdit::validator" href="qlineedit.html#validator" location="qlineedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QValidator *" signature="validator() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCompleter" fullname="QLineEdit::setCompleter" href="qlineedit.html#setCompleter" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCompleter(QCompleter * c)">
+ <parameter left="QCompleter *" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="completer" fullname="QLineEdit::completer" href="qlineedit.html#completer" location="qlineedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QCompleter *" signature="completer() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QLineEdit::sizeHint" href="qlineedit.html#sizeHint" location="qlineedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="QLineEdit::minimumSizeHint" href="qlineedit.html#minimumSizeHint" location="qlineedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorPosition" fullname="QLineEdit::cursorPosition" href="qlineedit.html#cursorPosition-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="cursorPosition" type="int" signature="cursorPosition() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCursorPosition" fullname="QLineEdit::setCursorPosition" href="qlineedit.html#cursorPosition-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="cursorPosition" type="void" signature="setCursorPosition(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorPositionAt" fullname="QLineEdit::cursorPositionAt" href="qlineedit.html#cursorPositionAt" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="cursorPositionAt(const QPoint &amp; pos)">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlignment" fullname="QLineEdit::setAlignment" href="qlineedit.html#alignment-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="alignment" type="void" signature="setAlignment(QFlags&lt;Qt::AlignmentFlag&gt; flag)">
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="flag" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="QLineEdit::alignment" href="qlineedit.html#alignment-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="alignment" type="Qt::Alignment" signature="alignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorForward" fullname="QLineEdit::cursorForward" href="qlineedit.html#cursorForward" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="cursorForward(bool mark, int steps)">
+ <parameter left="bool" right="" name="mark" default=""/>
+ <parameter left="int" right="" name="steps" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorBackward" fullname="QLineEdit::cursorBackward" href="qlineedit.html#cursorBackward" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="cursorBackward(bool mark, int steps)">
+ <parameter left="bool" right="" name="mark" default=""/>
+ <parameter left="int" right="" name="steps" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorWordForward" fullname="QLineEdit::cursorWordForward" href="qlineedit.html#cursorWordForward" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="cursorWordForward(bool mark)">
+ <parameter left="bool" right="" name="mark" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorWordBackward" fullname="QLineEdit::cursorWordBackward" href="qlineedit.html#cursorWordBackward" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="cursorWordBackward(bool mark)">
+ <parameter left="bool" right="" name="mark" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="backspace" fullname="QLineEdit::backspace" href="qlineedit.html#backspace" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="backspace()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="del" fullname="QLineEdit::del" href="qlineedit.html#del" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="del()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="home" fullname="QLineEdit::home" href="qlineedit.html#home" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="home(bool mark)">
+ <parameter left="bool" right="" name="mark" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="QLineEdit::end" href="qlineedit.html#end" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="end(bool mark)">
+ <parameter left="bool" right="" name="mark" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isModified" fullname="QLineEdit::isModified" href="qlineedit.html#modified-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="modified" type="bool" signature="isModified() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setModified" fullname="QLineEdit::setModified" href="qlineedit.html#modified-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="modified" type="void" signature="setModified(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelection" fullname="QLineEdit::setSelection" href="qlineedit.html#setSelection" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelection(int start, int length)">
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="length" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasSelectedText" fullname="QLineEdit::hasSelectedText" href="qlineedit.html#hasSelectedText-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="hasSelectedText" type="bool" signature="hasSelectedText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedText" fullname="QLineEdit::selectedText" href="qlineedit.html#selectedText-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="selectedText" type="QString" signature="selectedText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionStart" fullname="QLineEdit::selectionStart" href="qlineedit.html#selectionStart" location="qlineedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="selectionStart() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isUndoAvailable" fullname="QLineEdit::isUndoAvailable" href="qlineedit.html#undoAvailable-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="undoAvailable" type="bool" signature="isUndoAvailable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRedoAvailable" fullname="QLineEdit::isRedoAvailable" href="qlineedit.html#redoAvailable-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="redoAvailable" type="bool" signature="isRedoAvailable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDragEnabled" fullname="QLineEdit::setDragEnabled" href="qlineedit.html#dragEnabled-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="dragEnabled" type="void" signature="setDragEnabled(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dragEnabled" fullname="QLineEdit::dragEnabled" href="qlineedit.html#dragEnabled-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="dragEnabled" type="bool" signature="dragEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inputMask" fullname="QLineEdit::inputMask" href="qlineedit.html#inputMask-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="inputMask" type="QString" signature="inputMask() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setInputMask" fullname="QLineEdit::setInputMask" href="qlineedit.html#inputMask-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="inputMask" type="void" signature="setInputMask(const QString &amp; inputMask)">
+ <parameter left="const QString &amp;" right="" name="inputMask" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasAcceptableInput" fullname="QLineEdit::hasAcceptableInput" href="qlineedit.html#acceptableInput-prop" location="qlineedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="acceptableInput" type="bool" signature="hasAcceptableInput() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextMargins" fullname="QLineEdit::setTextMargins" href="qlineedit.html#setTextMargins" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextMargins(int left, int top, int right, int bottom)">
+ <parameter left="int" right="" name="left" default=""/>
+ <parameter left="int" right="" name="top" default=""/>
+ <parameter left="int" right="" name="right" default=""/>
+ <parameter left="int" right="" name="bottom" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getTextMargins" fullname="QLineEdit::getTextMargins" href="qlineedit.html#getTextMargins" location="qlineedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="getTextMargins(int * left, int * top, int * right, int * bottom) const">
+ <parameter left="int *" right="" name="left" default=""/>
+ <parameter left="int *" right="" name="top" default=""/>
+ <parameter left="int *" right="" name="right" default=""/>
+ <parameter left="int *" right="" name="bottom" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="QLineEdit::setText" href="qlineedit.html#text-prop" location="qlineedit.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="text" type="void" signature="setText(const QString &amp; )">
+ <parameter left="const QString &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QLineEdit::clear" href="qlineedit.html#clear" location="qlineedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectAll" fullname="QLineEdit::selectAll" href="qlineedit.html#selectAll" location="qlineedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="selectAll()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="undo" fullname="QLineEdit::undo" href="qlineedit.html#undo" location="qlineedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="undo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="redo" fullname="QLineEdit::redo" href="qlineedit.html#redo" location="qlineedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="redo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cut" fullname="QLineEdit::cut" href="qlineedit.html#cut" location="qlineedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="cut()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="copy" fullname="QLineEdit::copy" href="qlineedit.html#copy" location="qlineedit.h" virtual="non" meta="slot" const="true" static="false" overload="false" type="void" signature="copy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paste" fullname="QLineEdit::paste" href="qlineedit.html#paste" location="qlineedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="paste()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="deselect" fullname="QLineEdit::deselect" href="qlineedit.html#deselect" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="deselect()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QLineEdit::insert" href="qlineedit.html#insert" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insert(const QString &amp; newText)">
+ <parameter left="const QString &amp;" right="" name="newText" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createStandardContextMenu" fullname="QLineEdit::createStandardContextMenu" href="qlineedit.html#createStandardContextMenu" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMenu *" signature="createStandardContextMenu()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textChanged" fullname="QLineEdit::textChanged" href="qlineedit.html#textChanged" location="qlineedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="textChanged(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textEdited" fullname="QLineEdit::textEdited" href="qlineedit.html#textEdited" location="qlineedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="textEdited(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorPositionChanged" fullname="QLineEdit::cursorPositionChanged" href="qlineedit.html#cursorPositionChanged" location="qlineedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="cursorPositionChanged(int old, int new)">
+ <parameter left="int" right="" name="old" default=""/>
+ <parameter left="int" right="" name="new" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="returnPressed" fullname="QLineEdit::returnPressed" href="qlineedit.html#returnPressed" location="qlineedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="returnPressed()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="editingFinished" fullname="QLineEdit::editingFinished" href="qlineedit.html#editingFinished" location="qlineedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="editingFinished()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionChanged" fullname="QLineEdit::selectionChanged" href="qlineedit.html#selectionChanged" location="qlineedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="selectionChanged()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QLineEdit::mousePressEvent" href="qlineedit.html#mousePressEvent" location="qlineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QLineEdit::mouseMoveEvent" href="qlineedit.html#mouseMoveEvent" location="qlineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QLineEdit::mouseReleaseEvent" href="qlineedit.html#mouseReleaseEvent" location="qlineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseDoubleClickEvent" fullname="QLineEdit::mouseDoubleClickEvent" href="qlineedit.html#mouseDoubleClickEvent" location="qlineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseDoubleClickEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QLineEdit::keyPressEvent" href="qlineedit.html#keyPressEvent" location="qlineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * event)">
+ <parameter left="QKeyEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="QLineEdit::focusInEvent" href="qlineedit.html#focusInEvent" location="qlineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * e)">
+ <parameter left="QFocusEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="QLineEdit::focusOutEvent" href="qlineedit.html#focusOutEvent" location="qlineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * e)">
+ <parameter left="QFocusEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QLineEdit::paintEvent" href="qlineedit.html#paintEvent" location="qlineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * )">
+ <parameter left="QPaintEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragEnterEvent" fullname="QLineEdit::dragEnterEvent" href="qlineedit.html#dragEnterEvent" location="qlineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragEnterEvent(QDragEnterEvent * e)">
+ <parameter left="QDragEnterEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragMoveEvent" fullname="QLineEdit::dragMoveEvent" href="qlineedit.html#dragMoveEvent" location="qlineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragMoveEvent(QDragMoveEvent * e)">
+ <parameter left="QDragMoveEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragLeaveEvent" fullname="QLineEdit::dragLeaveEvent" href="qlineedit.html#dragLeaveEvent" location="qlineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragLeaveEvent(QDragLeaveEvent * e)">
+ <parameter left="QDragLeaveEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dropEvent" fullname="QLineEdit::dropEvent" href="qlineedit.html#dropEvent" location="qlineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dropEvent(QDropEvent * e)">
+ <parameter left="QDropEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QLineEdit::changeEvent" href="qlineedit.html#changeEvent" location="qlineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * ev)">
+ <parameter left="QEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contextMenuEvent" fullname="QLineEdit::contextMenuEvent" href="qlineedit.html#contextMenuEvent" location="qlineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contextMenuEvent(QContextMenuEvent * event)">
+ <parameter left="QContextMenuEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="compat" name="repaintArea" fullname="QLineEdit::repaintArea" href="qlineedit-qt3.html#repaintArea" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="repaintArea(int a, int b)">
+ <parameter left="int" right="" name="a" default=""/>
+ <parameter left="int" right="" name="b" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="inputMethodEvent" fullname="QLineEdit::inputMethodEvent" href="qlineedit.html#inputMethodEvent" location="qlineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="inputMethodEvent(QInputMethodEvent * e)">
+ <parameter left="QInputMethodEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initStyleOption" fullname="QLineEdit::initStyleOption" href="qlineedit.html#initStyleOption" location="qlineedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="initStyleOption(QStyleOptionFrame * option) const">
+ <parameter left="QStyleOptionFrame *" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inputMethodQuery" fullname="QLineEdit::inputMethodQuery" href="qlineedit.html#inputMethodQuery" location="qlineedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="inputMethodQuery(Qt::InputMethodQuery property) const">
+ <parameter left="Qt::InputMethodQuery" right="" name="property" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="event" fullname="QLineEdit::event" href="qlineedit.html#event" location="qlineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="cursorRect" fullname="QLineEdit::cursorRect" href="qlineedit.html#cursorRect" location="qlineedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="cursorRect() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="clearModified" fullname="QLineEdit::clearModified" href="qlineedit-qt3.html#clearModified" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearModified()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="cursorLeft" fullname="QLineEdit::cursorLeft" href="qlineedit-qt3.html#cursorLeft" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="cursorLeft(bool mark, int steps)">
+ <parameter left="bool" right="" name="mark" default=""/>
+ <parameter left="int" right="" name="steps" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="cursorRight" fullname="QLineEdit::cursorRight" href="qlineedit-qt3.html#cursorRight" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="cursorRight(bool mark, int steps)">
+ <parameter left="bool" right="" name="mark" default=""/>
+ <parameter left="int" right="" name="steps" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="validateAndSet" fullname="QLineEdit::validateAndSet" href="qlineedit-qt3.html#validateAndSet" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="validateAndSet(const QString &amp; newText, int newPos, int newMarkAnchor, int newMarkDrag)">
+ <parameter left="const QString &amp;" right="" name="newText" default=""/>
+ <parameter left="int" right="" name="newPos" default=""/>
+ <parameter left="int" right="" name="newMarkAnchor" default=""/>
+ <parameter left="int" right="" name="newMarkDrag" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="frame" fullname="QLineEdit::frame" href="qlineedit-qt3.html#frame" location="qlineedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="frame() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="clearValidator" fullname="QLineEdit::clearValidator" href="qlineedit-qt3.html#clearValidator" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearValidator()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="hasMarkedText" fullname="QLineEdit::hasMarkedText" href="qlineedit-qt3.html#hasMarkedText" location="qlineedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasMarkedText() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="markedText" fullname="QLineEdit::markedText" href="qlineedit-qt3.html#markedText" location="qlineedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="markedText() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="edited" fullname="QLineEdit::edited" href="qlineedit-qt3.html#edited" location="qlineedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="edited() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setEdited" fullname="QLineEdit::setEdited" href="qlineedit-qt3.html#setEdited" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEdited(bool on)">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="characterAt" fullname="QLineEdit::characterAt" href="qlineedit-qt3.html#characterAt" location="qlineedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="characterAt(int xpos, QChar * chr) const">
+ <parameter left="int" right="" name="xpos" default=""/>
+ <parameter left="QChar *" right="" name="chr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="getSelection" fullname="QLineEdit::getSelection" href="qlineedit-qt3.html#getSelection" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="getSelection(int * start, int * end)">
+ <parameter left="int *" right="" name="start" default=""/>
+ <parameter left="int *" right="" name="end" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setMargin" fullname="QLineEdit::setMargin" href="qlineedit-qt3.html#setMargin" location="qlineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMargin(int margin)">
+ <parameter left="int" right="" name="margin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="margin" fullname="QLineEdit::margin" href="qlineedit-qt3.html#margin" location="qlineedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="margin() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="lostFocus" fullname="QLineEdit::lostFocus" href="qlineedit-qt3.html#lostFocus" location="qlineedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="lostFocus()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QScreenDriverFactory" href="qscreendriverfactory.html" location="qscreendriverfactory_qws.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QScreenDriverFactory::keys" href="qscreendriverfactory.html#keys" location="qscreendriverfactory_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="keys()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QScreenDriverFactory::create" href="qscreendriverfactory.html#create" location="qscreendriverfactory_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QScreen *" signature="create(const QString &amp; key, int displayId)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="int" right="" name="displayId" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QToolButton" href="qtoolbutton.html" location="qtoolbutton.h" bases="QAbstractButton" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="popupMode" fullname="QToolButton::popupMode" href="qtoolbutton.html#popupMode-prop" location="qtoolbutton.h" type="ToolButtonPopupMode">
+ <getter name="popupMode"/>
+ <setter name="setPopupMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="toolButtonStyle" fullname="QToolButton::toolButtonStyle" href="qtoolbutton.html#toolButtonStyle-prop" location="qtoolbutton.h" type="Qt::ToolButtonStyle">
+ <getter name="toolButtonStyle"/>
+ <setter name="setToolButtonStyle"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoRaise" fullname="QToolButton::autoRaise" href="qtoolbutton.html#autoRaise-prop" location="qtoolbutton.h" type="bool">
+ <getter name="autoRaise"/>
+ <setter name="setAutoRaise"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="arrowType" fullname="QToolButton::arrowType" href="qtoolbutton.html#arrowType-prop" location="qtoolbutton.h" type="Qt::ArrowType">
+ <getter name="arrowType"/>
+ <setter name="setArrowType"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ToolButtonPopupMode" fullname="QToolButton::ToolButtonPopupMode" href="qtoolbutton.html#ToolButtonPopupMode-enum" location="qtoolbutton.h">
+ <value name="DelayedPopup" value="0"/>
+ <value name="MenuButtonPopup" value="1"/>
+ <value name="InstantPopup" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QToolButton" fullname="QToolButton::QToolButton" href="qtoolbutton.html#QToolButton" location="qtoolbutton.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QToolButton(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QToolButton" fullname="QToolButton::~QToolButton" href="qtoolbutton.html#dtor.QToolButton" location="qtoolbutton.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QToolButton()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QToolButton::sizeHint" href="qtoolbutton.html#sizeHint" location="qtoolbutton.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="QToolButton::minimumSizeHint" href="qtoolbutton.html#minimumSizeHint" location="qtoolbutton.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toolButtonStyle" fullname="QToolButton::toolButtonStyle" href="qtoolbutton.html#toolButtonStyle-prop" location="qtoolbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="toolButtonStyle" type="Qt::ToolButtonStyle" signature="toolButtonStyle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arrowType" fullname="QToolButton::arrowType" href="qtoolbutton.html#arrowType-prop" location="qtoolbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="arrowType" type="Qt::ArrowType" signature="arrowType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setArrowType" fullname="QToolButton::setArrowType" href="qtoolbutton.html#arrowType-prop" location="qtoolbutton.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="arrowType" type="void" signature="setArrowType(Qt::ArrowType type)">
+ <parameter left="Qt::ArrowType" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMenu" fullname="QToolButton::setMenu" href="qtoolbutton.html#setMenu" location="qtoolbutton.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMenu(QMenu * menu)">
+ <parameter left="QMenu *" right="" name="menu" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="menu" fullname="QToolButton::menu" href="qtoolbutton.html#menu" location="qtoolbutton.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMenu *" signature="menu() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPopupMode" fullname="QToolButton::setPopupMode" href="qtoolbutton.html#popupMode-prop" location="qtoolbutton.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="popupMode" type="void" signature="setPopupMode(ToolButtonPopupMode mode)">
+ <parameter left="ToolButtonPopupMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="popupMode" fullname="QToolButton::popupMode" href="qtoolbutton.html#popupMode-prop" location="qtoolbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="popupMode" type="ToolButtonPopupMode" signature="popupMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultAction" fullname="QToolButton::defaultAction" href="qtoolbutton.html#defaultAction" location="qtoolbutton.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="defaultAction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoRaise" fullname="QToolButton::setAutoRaise" href="qtoolbutton.html#autoRaise-prop" location="qtoolbutton.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="autoRaise" type="void" signature="setAutoRaise(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoRaise" fullname="QToolButton::autoRaise" href="qtoolbutton.html#autoRaise-prop" location="qtoolbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoRaise" type="bool" signature="autoRaise() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showMenu" fullname="QToolButton::showMenu" href="qtoolbutton.html#showMenu" location="qtoolbutton.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="showMenu()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setToolButtonStyle" fullname="QToolButton::setToolButtonStyle" href="qtoolbutton.html#toolButtonStyle-prop" location="qtoolbutton.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="toolButtonStyle" type="void" signature="setToolButtonStyle(Qt::ToolButtonStyle style)">
+ <parameter left="Qt::ToolButtonStyle" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultAction" fullname="QToolButton::setDefaultAction" href="qtoolbutton.html#setDefaultAction" location="qtoolbutton.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setDefaultAction(QAction * action)">
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="triggered" fullname="QToolButton::triggered" href="qtoolbutton.html#triggered" location="qtoolbutton.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="triggered(QAction * action)">
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QToolButton::event" href="qtoolbutton.html#event" location="qtoolbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QToolButton::mousePressEvent" href="qtoolbutton.html#mousePressEvent" location="qtoolbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QToolButton::mouseReleaseEvent" href="qtoolbutton.html#mouseReleaseEvent" location="qtoolbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QToolButton::paintEvent" href="qtoolbutton.html#paintEvent" location="qtoolbutton.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * event)">
+ <parameter left="QPaintEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="actionEvent" fullname="QToolButton::actionEvent" href="qtoolbutton.html#actionEvent" location="qtoolbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="actionEvent(QActionEvent * event)">
+ <parameter left="QActionEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="enterEvent" fullname="QToolButton::enterEvent" href="qtoolbutton.html#enterEvent" location="qtoolbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="enterEvent(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="leaveEvent" fullname="QToolButton::leaveEvent" href="qtoolbutton.html#leaveEvent" location="qtoolbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="leaveEvent(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="timerEvent" fullname="QToolButton::timerEvent" href="qtoolbutton.html#timerEvent" location="qtoolbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="timerEvent(QTimerEvent * e)">
+ <parameter left="QTimerEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QToolButton::changeEvent" href="qtoolbutton.html#changeEvent" location="qtoolbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hitButton" fullname="QToolButton::hitButton" href="qtoolbutton.html#hitButton" location="qtoolbutton.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hitButton(const QPoint &amp; pos) const">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="nextCheckState" fullname="QToolButton::nextCheckState" href="qtoolbutton.html#nextCheckState" location="qtoolbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="nextCheckState()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initStyleOption" fullname="QToolButton::initStyleOption" href="qtoolbutton.html#initStyleOption" location="qtoolbutton.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="initStyleOption(QStyleOptionToolButton * option) const">
+ <parameter left="QStyleOptionToolButton *" right="" name="option" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="compat" name="TextPosition" fullname="QToolButton::TextPosition" href="qtoolbutton-qt3.html#TextPosition-enum" location="qtoolbutton.h">
+ <value name="BesideIcon" value="0"/>
+ <value name="BelowIcon" value="1"/>
+ <value name="Right" value="BesideIcon"/>
+ <value name="Under" value="BelowIcon"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="compat" name="QToolButton" fullname="QToolButton::QToolButton" href="qtoolbutton-qt3.html#QToolButton-3" location="qtoolbutton.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QToolButton(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QToolButton" fullname="QToolButton::QToolButton" href="qtoolbutton-qt3.html#QToolButton-4" location="qtoolbutton.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QToolButton(Qt::ArrowType type, QWidget * parent, const char * name)">
+ <parameter left="Qt::ArrowType" right="" name="type" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QToolButton" fullname="QToolButton::QToolButton" href="qtoolbutton-qt3.html#QToolButton-5" location="qtoolbutton.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QToolButton(const QIcon &amp; icon, const QString &amp; textLabel, const QString &amp; statusTip, QObject * receiver, const char * slot, QWidget * parent, const char * name)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="textLabel" default=""/>
+ <parameter left="const QString &amp;" right="" name="statusTip" default=""/>
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="slot" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setPixmap" fullname="QToolButton::setPixmap" href="qtoolbutton-qt3.html#setPixmap" location="qtoolbutton.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPixmap(const QPixmap &amp; pixmap)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setOnIconSet" fullname="QToolButton::setOnIconSet" href="qtoolbutton-qt3.html#setOnIconSet" location="qtoolbutton.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOnIconSet(const QIcon &amp; set)">
+ <parameter left="const QIcon &amp;" right="" name="set" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setOffIconSet" fullname="QToolButton::setOffIconSet" href="qtoolbutton-qt3.html#setOffIconSet" location="qtoolbutton.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOffIconSet(const QIcon &amp; set)">
+ <parameter left="const QIcon &amp;" right="" name="set" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setIconSet" fullname="QToolButton::setIconSet" href="qtoolbutton-qt3.html#setIconSet" location="qtoolbutton.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setIconSet(const QIcon &amp; icon)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setIconSet" fullname="QToolButton::setIconSet" href="qtoolbutton-qt3.html#setIconSet-2" location="qtoolbutton.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setIconSet(const QIcon &amp; set, bool on)">
+ <parameter left="const QIcon &amp;" right="" name="set" default=""/>
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setTextLabel" fullname="QToolButton::setTextLabel" href="qtoolbutton-qt3.html#setTextLabel" location="qtoolbutton.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextLabel(const QString &amp; text, bool tooltip)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="bool" right="" name="tooltip" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="textLabel" fullname="QToolButton::textLabel" href="qtoolbutton-qt3.html#textLabel" location="qtoolbutton.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="textLabel() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="onIconSet" fullname="QToolButton::onIconSet" href="qtoolbutton-qt3.html#onIconSet" location="qtoolbutton.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="onIconSet() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="offIconSet" fullname="QToolButton::offIconSet" href="qtoolbutton-qt3.html#offIconSet" location="qtoolbutton.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="offIconSet() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="iconSet" fullname="QToolButton::iconSet" href="qtoolbutton-qt3.html#iconSet-2" location="qtoolbutton.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QIcon" signature="iconSet(bool on) const">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="iconSet" fullname="QToolButton::iconSet" href="qtoolbutton-qt3.html#iconSet" location="qtoolbutton.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="iconSet() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="openPopup" fullname="QToolButton::openPopup" href="qtoolbutton-qt3.html#openPopup" location="qtoolbutton.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="openPopup()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setPopup" fullname="QToolButton::setPopup" href="qtoolbutton-qt3.html#setPopup" location="qtoolbutton.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPopup(QMenu * popup)">
+ <parameter left="QMenu *" right="" name="popup" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="popup" fullname="QToolButton::popup" href="qtoolbutton-qt3.html#popup" location="qtoolbutton.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMenu *" signature="popup() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="usesBigPixmap" fullname="QToolButton::usesBigPixmap" href="qtoolbutton-qt3.html#usesBigPixmap" location="qtoolbutton.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="usesBigPixmap() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="usesTextLabel" fullname="QToolButton::usesTextLabel" href="qtoolbutton-qt3.html#usesTextLabel" location="qtoolbutton.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="usesTextLabel() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="textPosition" fullname="QToolButton::textPosition" href="qtoolbutton-qt3.html#textPosition" location="qtoolbutton.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="TextPosition" signature="textPosition() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setPopupDelay" fullname="QToolButton::setPopupDelay" href="qtoolbutton-qt3.html#setPopupDelay" location="qtoolbutton.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPopupDelay(int delay)">
+ <parameter left="int" right="" name="delay" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="popupDelay" fullname="QToolButton::popupDelay" href="qtoolbutton-qt3.html#popupDelay" location="qtoolbutton.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="popupDelay() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setUsesBigPixmap" fullname="QToolButton::setUsesBigPixmap" href="qtoolbutton-qt3.html#setUsesBigPixmap" location="qtoolbutton.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setUsesBigPixmap(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setUsesTextLabel" fullname="QToolButton::setUsesTextLabel" href="qtoolbutton-qt3.html#setUsesTextLabel" location="qtoolbutton.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setUsesTextLabel(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setTextPosition" fullname="QToolButton::setTextPosition" href="qtoolbutton-qt3.html#setTextPosition" location="qtoolbutton.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setTextPosition(QToolButton::TextPosition pos)">
+ <parameter left="QToolButton::TextPosition" right="" name="pos" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="compat" name="Q3PtrCollection" href="q3ptrcollection.html" location="q3ptrcollection.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoDelete" fullname="Q3PtrCollection::autoDelete" href="q3ptrcollection.html#autoDelete" location="q3ptrcollection.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="autoDelete() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoDelete" fullname="Q3PtrCollection::setAutoDelete" href="q3ptrcollection.html#setAutoDelete" location="q3ptrcollection.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAutoDelete(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3PtrCollection::count" href="q3ptrcollection.html#count" location="q3ptrcollection.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="Q3PtrCollection::clear" href="q3ptrcollection.html#clear" location="q3ptrcollection.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Item" fullname="Q3PtrCollection::Item" href="q3ptrcollection.html#Item-typedef" location="q3ptrcollection.h"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="Q3PtrCollection" fullname="Q3PtrCollection::Q3PtrCollection" href="q3ptrcollection.html#Q3PtrCollection" location="q3ptrcollection.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3PtrCollection()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="Q3PtrCollection" fullname="Q3PtrCollection::Q3PtrCollection" href="q3ptrcollection.html#Q3PtrCollection-2" location="q3ptrcollection.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3PtrCollection(const Q3PtrCollection &amp; source)">
+ <parameter left="const Q3PtrCollection &amp;" right="" name="source" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="~Q3PtrCollection" fullname="Q3PtrCollection::~Q3PtrCollection" href="q3ptrcollection.html#dtor.Q3PtrCollection" location="q3ptrcollection.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3PtrCollection()"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="del_item" fullname="Q3PtrCollection::del_item" href="q3ptrcollection.html#del_item-var" location="q3ptrcollection.h" type="bool" static="false"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="newItem" fullname="Q3PtrCollection::newItem" href="q3ptrcollection.html#newItem" location="q3ptrcollection.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="Item" signature="newItem(Item d)">
+ <parameter left="Item" right="" name="d" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="deleteItem" fullname="Q3PtrCollection::deleteItem" href="q3ptrcollection.html#deleteItem" location="q3ptrcollection.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="deleteItem(Item d)">
+ <parameter left="Item" right="" name="d" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3ComboBox" href="q3combobox.html" location="q3combobox.h" bases="QWidget" module="Qt3SupportLight">
+ <property access="public" threadsafety="unspecified" status="commendable" name="editable" fullname="Q3ComboBox::editable" href="q3combobox.html#editable-prop" location="q3combobox.h" type="bool">
+ <getter name="editable"/>
+ <setter name="setEditable"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3ComboBox::count" href="q3combobox.html#count-prop" location="q3combobox.h" type="int">
+ <getter name="count"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentText" fullname="Q3ComboBox::currentText" href="q3combobox.html#currentText-prop" location="q3combobox.h" type="QString">
+ <getter name="currentText"/>
+ <setter name="setCurrentText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentItem" fullname="Q3ComboBox::currentItem" href="q3combobox.html#currentItem-prop" location="q3combobox.h" type="int">
+ <getter name="currentItem"/>
+ <setter name="setCurrentItem"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="obsolete" name="autoResize" fullname="Q3ComboBox::autoResize" href="q3combobox-obsolete.html#autoResize-prop" location="q3combobox.h" type="bool"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="sizeLimit" fullname="Q3ComboBox::sizeLimit" href="q3combobox.html#sizeLimit-prop" location="q3combobox.h" type="int">
+ <getter name="sizeLimit"/>
+ <setter name="setSizeLimit"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maxCount" fullname="Q3ComboBox::maxCount" href="q3combobox.html#maxCount-prop" location="q3combobox.h" type="int">
+ <getter name="maxCount"/>
+ <setter name="setMaxCount"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="insertionPolicy" fullname="Q3ComboBox::insertionPolicy" href="q3combobox.html#insertionPolicy-prop" location="q3combobox.h" type="Policy">
+ <getter name="insertionPolicy"/>
+ <setter name="setInsertionPolicy"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoCompletion" fullname="Q3ComboBox::autoCompletion" href="q3combobox.html#autoCompletion-prop" location="q3combobox.h" type="bool">
+ <getter name="autoCompletion"/>
+ <setter name="setAutoCompletion"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="duplicatesEnabled" fullname="Q3ComboBox::duplicatesEnabled" href="q3combobox.html#duplicatesEnabled-prop" location="q3combobox.h" type="bool">
+ <getter name="duplicatesEnabled"/>
+ <setter name="setDuplicatesEnabled"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ComboBox" fullname="Q3ComboBox::Q3ComboBox" href="q3combobox.html#Q3ComboBox" location="q3combobox.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3ComboBox(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ComboBox" fullname="Q3ComboBox::Q3ComboBox" href="q3combobox.html#Q3ComboBox-2" location="q3combobox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3ComboBox(bool rw, QWidget * parent, const char * name)">
+ <parameter left="bool" right="" name="rw" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3ComboBox" fullname="Q3ComboBox::~Q3ComboBox" href="q3combobox.html#dtor.Q3ComboBox" location="q3combobox.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3ComboBox()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3ComboBox::count" href="q3combobox.html#count-prop" location="q3combobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="count" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertStringList" fullname="Q3ComboBox::insertStringList" href="q3combobox.html#insertStringList" location="q3combobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertStringList(const QStringList &amp; list, int index)">
+ <parameter left="const QStringList &amp;" right="" name="list" default=""/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertStrList" fullname="Q3ComboBox::insertStrList" href="q3combobox.html#insertStrList-2" location="q3combobox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="insertStrList(const Q3StrList &amp; list, int index)">
+ <parameter left="const Q3StrList &amp;" right="" name="list" default=""/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertStrList" fullname="Q3ComboBox::insertStrList" href="q3combobox.html#insertStrList-3" location="q3combobox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="insertStrList(const Q3StrList * list, int index)">
+ <parameter left="const Q3StrList *" right="" name="list" default=""/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertStrList" fullname="Q3ComboBox::insertStrList" href="q3combobox.html#insertStrList" location="q3combobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertStrList(const char ** strings, int numStrings, int index)">
+ <parameter left="const char **" right="" name="strings" default=""/>
+ <parameter left="int" right="" name="numStrings" default="-1"/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertItem" fullname="Q3ComboBox::insertItem" href="q3combobox.html#insertItem" location="q3combobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertItem(const QString &amp; t, int index)">
+ <parameter left="const QString &amp;" right="" name="t" default=""/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertItem" fullname="Q3ComboBox::insertItem" href="q3combobox.html#insertItem-2" location="q3combobox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="insertItem(const QPixmap &amp; pixmap, int index)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertItem" fullname="Q3ComboBox::insertItem" href="q3combobox.html#insertItem-3" location="q3combobox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="insertItem(const QPixmap &amp; pixmap, const QString &amp; text, int index)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeItem" fullname="Q3ComboBox::removeItem" href="q3combobox.html#removeItem" location="q3combobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeItem(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentItem" fullname="Q3ComboBox::currentItem" href="q3combobox.html#currentItem-prop" location="q3combobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentItem" type="int" signature="currentItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentItem" fullname="Q3ComboBox::setCurrentItem" href="q3combobox.html#currentItem-prop" location="q3combobox.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="currentItem" type="void" signature="setCurrentItem(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentText" fullname="Q3ComboBox::currentText" href="q3combobox.html#currentText-prop" location="q3combobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentText" type="QString" signature="currentText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentText" fullname="Q3ComboBox::setCurrentText" href="q3combobox.html#currentText-prop" location="q3combobox.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="currentText" type="void" signature="setCurrentText(const QString &amp; )">
+ <parameter left="const QString &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="Q3ComboBox::text" href="q3combobox.html#text" location="q3combobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmap" fullname="Q3ComboBox::pixmap" href="q3combobox.html#pixmap" location="q3combobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPixmap *" signature="pixmap(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="changeItem" fullname="Q3ComboBox::changeItem" href="q3combobox.html#changeItem" location="q3combobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="changeItem(const QString &amp; t, int index)">
+ <parameter left="const QString &amp;" right="" name="t" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="changeItem" fullname="Q3ComboBox::changeItem" href="q3combobox.html#changeItem-2" location="q3combobox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="changeItem(const QPixmap &amp; im, int index)">
+ <parameter left="const QPixmap &amp;" right="" name="im" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="changeItem" fullname="Q3ComboBox::changeItem" href="q3combobox.html#changeItem-3" location="q3combobox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="changeItem(const QPixmap &amp; im, const QString &amp; t, int index)">
+ <parameter left="const QPixmap &amp;" right="" name="im" default=""/>
+ <parameter left="const QString &amp;" right="" name="t" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoResize" fullname="Q3ComboBox::autoResize" href="q3combobox.html#autoResize" location="q3combobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="autoResize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoResize" fullname="Q3ComboBox::setAutoResize" href="q3combobox.html#setAutoResize" location="q3combobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setAutoResize(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="Q3ComboBox::sizeHint" href="q3combobox.html#sizeHint" location="q3combobox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPalette" fullname="Q3ComboBox::setPalette" href="q3combobox.html#setPalette" location="q3combobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPalette(const QPalette &amp; palette)">
+ <parameter left="const QPalette &amp;" right="" name="palette" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFont" fullname="Q3ComboBox::setFont" href="q3combobox.html#setFont" location="q3combobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFont(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEnabled" fullname="Q3ComboBox::setEnabled" href="q3combobox.html#setEnabled" location="q3combobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSizeLimit" fullname="Q3ComboBox::setSizeLimit" href="q3combobox.html#sizeLimit-prop" location="q3combobox.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="sizeLimit" type="void" signature="setSizeLimit(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeLimit" fullname="Q3ComboBox::sizeLimit" href="q3combobox.html#sizeLimit-prop" location="q3combobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sizeLimit" type="int" signature="sizeLimit() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaxCount" fullname="Q3ComboBox::setMaxCount" href="q3combobox.html#maxCount-prop" location="q3combobox.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="maxCount" type="void" signature="setMaxCount(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maxCount" fullname="Q3ComboBox::maxCount" href="q3combobox.html#maxCount-prop" location="q3combobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maxCount" type="int" signature="maxCount() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Policy" fullname="Q3ComboBox::Policy" href="q3combobox.html#Policy-enum" location="q3combobox.h">
+ <value name="NoInsertion" value="0"/>
+ <value name="AtTop" value="1"/>
+ <value name="AtCurrent" value="2"/>
+ <value name="AtBottom" value="3"/>
+ <value name="AfterCurrent" value="4"/>
+ <value name="BeforeCurrent" value="5"/>
+ <value name="NoInsert" value="NoInsertion"/>
+ <value name="InsertAtTop" value="AtTop"/>
+ <value name="InsertAtCurrent" value="AtCurrent"/>
+ <value name="InsertAtBottom" value="AtBottom"/>
+ <value name="InsertAfterCurrent" value="AfterCurrent"/>
+ <value name="InsertBeforeCurrent" value="BeforeCurrent"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setInsertionPolicy" fullname="Q3ComboBox::setInsertionPolicy" href="q3combobox.html#insertionPolicy-prop" location="q3combobox.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="insertionPolicy" type="void" signature="setInsertionPolicy(Policy policy)">
+ <parameter left="Policy" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertionPolicy" fullname="Q3ComboBox::insertionPolicy" href="q3combobox.html#insertionPolicy-prop" location="q3combobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="insertionPolicy" type="Policy" signature="insertionPolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValidator" fullname="Q3ComboBox::setValidator" href="q3combobox.html#setValidator" location="q3combobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setValidator(const QValidator * v)">
+ <parameter left="const QValidator *" right="" name="v" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="validator" fullname="Q3ComboBox::validator" href="q3combobox.html#validator" location="q3combobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QValidator *" signature="validator() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setListBox" fullname="Q3ComboBox::setListBox" href="q3combobox.html#setListBox" location="q3combobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setListBox(Q3ListBox * newListBox)">
+ <parameter left="Q3ListBox *" right="" name="newListBox" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="listBox" fullname="Q3ComboBox::listBox" href="q3combobox.html#listBox" location="q3combobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ListBox *" signature="listBox() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLineEdit" fullname="Q3ComboBox::setLineEdit" href="q3combobox.html#setLineEdit" location="q3combobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setLineEdit(QLineEdit * edit)">
+ <parameter left="QLineEdit *" right="" name="edit" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineEdit" fullname="Q3ComboBox::lineEdit" href="q3combobox.html#lineEdit" location="q3combobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QLineEdit *" signature="lineEdit() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoCompletion" fullname="Q3ComboBox::setAutoCompletion" href="q3combobox.html#autoCompletion-prop" location="q3combobox.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="autoCompletion" type="void" signature="setAutoCompletion(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoCompletion" fullname="Q3ComboBox::autoCompletion" href="q3combobox.html#autoCompletion-prop" location="q3combobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoCompletion" type="bool" signature="autoCompletion() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDuplicatesEnabled" fullname="Q3ComboBox::setDuplicatesEnabled" href="q3combobox.html#duplicatesEnabled-prop" location="q3combobox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="duplicatesEnabled" type="void" signature="setDuplicatesEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="duplicatesEnabled" fullname="Q3ComboBox::duplicatesEnabled" href="q3combobox.html#duplicatesEnabled-prop" location="q3combobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="duplicatesEnabled" type="bool" signature="duplicatesEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="editable" fullname="Q3ComboBox::editable" href="q3combobox.html#editable-prop" location="q3combobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="editable" type="bool" signature="editable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEditable" fullname="Q3ComboBox::setEditable" href="q3combobox.html#editable-prop" location="q3combobox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="editable" type="void" signature="setEditable(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="popup" fullname="Q3ComboBox::popup" href="q3combobox.html#popup" location="q3combobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="popup()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hide" fullname="Q3ComboBox::hide" href="q3combobox.html#hide" location="q3combobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="hide()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="Q3ComboBox::clear" href="q3combobox.html#clear" location="q3combobox.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearValidator" fullname="Q3ComboBox::clearValidator" href="q3combobox.html#clearValidator" location="q3combobox.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clearValidator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearEdit" fullname="Q3ComboBox::clearEdit" href="q3combobox.html#clearEdit" location="q3combobox.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clearEdit()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEditText" fullname="Q3ComboBox::setEditText" href="q3combobox.html#setEditText" location="q3combobox.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setEditText(const QString &amp; newText)">
+ <parameter left="const QString &amp;" right="" name="newText" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activated" fullname="Q3ComboBox::activated" href="q3combobox.html#activated" location="q3combobox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="activated(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="highlighted" fullname="Q3ComboBox::highlighted" href="q3combobox.html#highlighted" location="q3combobox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="highlighted(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activated" fullname="Q3ComboBox::activated" href="q3combobox.html#activated-2" location="q3combobox.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="activated(const QString &amp; string)">
+ <parameter left="const QString &amp;" right="" name="string" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="highlighted" fullname="Q3ComboBox::highlighted" href="q3combobox.html#highlighted-2" location="q3combobox.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="highlighted(const QString &amp; string)">
+ <parameter left="const QString &amp;" right="" name="string" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textChanged" fullname="Q3ComboBox::textChanged" href="q3combobox.html#textChanged" location="q3combobox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="textChanged(const QString &amp; string)">
+ <parameter left="const QString &amp;" right="" name="string" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="Q3ComboBox::paintEvent" href="q3combobox.html#paintEvent" location="q3combobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * )">
+ <parameter left="QPaintEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="Q3ComboBox::resizeEvent" href="q3combobox.html#resizeEvent" location="q3combobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="Q3ComboBox::mousePressEvent" href="q3combobox.html#mousePressEvent" location="q3combobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="Q3ComboBox::mouseMoveEvent" href="q3combobox.html#mouseMoveEvent" location="q3combobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * )">
+ <parameter left="QMouseEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="Q3ComboBox::mouseReleaseEvent" href="q3combobox.html#mouseReleaseEvent" location="q3combobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * )">
+ <parameter left="QMouseEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseDoubleClickEvent" fullname="Q3ComboBox::mouseDoubleClickEvent" href="q3combobox.html#mouseDoubleClickEvent" location="q3combobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseDoubleClickEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="Q3ComboBox::keyPressEvent" href="q3combobox.html#keyPressEvent" location="q3combobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="Q3ComboBox::focusInEvent" href="q3combobox.html#focusInEvent" location="q3combobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * e)">
+ <parameter left="QFocusEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="Q3ComboBox::focusOutEvent" href="q3combobox.html#focusOutEvent" location="q3combobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * e)">
+ <parameter left="QFocusEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="wheelEvent" fullname="Q3ComboBox::wheelEvent" href="q3combobox.html#wheelEvent" location="q3combobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="wheelEvent(QWheelEvent * e)">
+ <parameter left="QWheelEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="styleChange" fullname="Q3ComboBox::styleChange" href="q3combobox.html#styleChange" location="q3combobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="styleChange(QStyle &amp; s)">
+ <parameter left="QStyle &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateMask" fullname="Q3ComboBox::updateMask" href="q3combobox.html#updateMask" location="q3combobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="updateMask()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QScriptEngineDebugger" href="qscriptenginedebugger.html" location="qscriptenginedebugger.h" bases="QObject" module="QtScriptTools">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DebuggerWidget" fullname="QScriptEngineDebugger::DebuggerWidget" href="qscriptenginedebugger.html#DebuggerWidget-enum" location="qscriptenginedebugger.h">
+ <value name="ConsoleWidget" value="0"/>
+ <value name="StackWidget" value="1"/>
+ <value name="ScriptsWidget" value="2"/>
+ <value name="LocalsWidget" value="3"/>
+ <value name="CodeWidget" value="4"/>
+ <value name="CodeFinderWidget" value="5"/>
+ <value name="BreakpointsWidget" value="6"/>
+ <value name="DebugOutputWidget" value="7"/>
+ <value name="ErrorLogWidget" value="8"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DebuggerAction" fullname="QScriptEngineDebugger::DebuggerAction" href="qscriptenginedebugger.html#DebuggerAction-enum" location="qscriptenginedebugger.h">
+ <value name="InterruptAction" value="0"/>
+ <value name="ContinueAction" value="1"/>
+ <value name="StepIntoAction" value="2"/>
+ <value name="StepOverAction" value="3"/>
+ <value name="StepOutAction" value="4"/>
+ <value name="RunToCursorAction" value="5"/>
+ <value name="RunToNewScriptAction" value="6"/>
+ <value name="ToggleBreakpointAction" value="7"/>
+ <value name="ClearDebugOutputAction" value="8"/>
+ <value name="ClearErrorLogAction" value="9"/>
+ <value name="ClearConsoleAction" value="10"/>
+ <value name="FindInScriptAction" value="11"/>
+ <value name="FindNextInScriptAction" value="12"/>
+ <value name="FindPreviousInScriptAction" value="13"/>
+ <value name="GoToLineAction" value="14"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DebuggerState" fullname="QScriptEngineDebugger::DebuggerState" href="qscriptenginedebugger.html#DebuggerState-enum" location="qscriptenginedebugger.h">
+ <value name="RunningState" value="0"/>
+ <value name="SuspendedState" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScriptEngineDebugger" fullname="QScriptEngineDebugger::QScriptEngineDebugger" href="qscriptenginedebugger.html#QScriptEngineDebugger" location="qscriptenginedebugger.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QScriptEngineDebugger(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QScriptEngineDebugger" fullname="QScriptEngineDebugger::~QScriptEngineDebugger" href="qscriptenginedebugger.html#dtor.QScriptEngineDebugger" location="qscriptenginedebugger.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QScriptEngineDebugger()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attachTo" fullname="QScriptEngineDebugger::attachTo" href="qscriptenginedebugger.html#attachTo" location="qscriptenginedebugger.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="attachTo(QScriptEngine * engine)">
+ <parameter left="QScriptEngine *" right="" name="engine" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="detach" fullname="QScriptEngineDebugger::detach" href="qscriptenginedebugger.html#detach" location="qscriptenginedebugger.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="detach()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoShowStandardWindow" fullname="QScriptEngineDebugger::autoShowStandardWindow" href="qscriptenginedebugger.html#autoShowStandardWindow" location="qscriptenginedebugger.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="autoShowStandardWindow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoShowStandardWindow" fullname="QScriptEngineDebugger::setAutoShowStandardWindow" href="qscriptenginedebugger.html#setAutoShowStandardWindow" location="qscriptenginedebugger.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAutoShowStandardWindow(bool autoShow)">
+ <parameter left="bool" right="" name="autoShow" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardWindow" fullname="QScriptEngineDebugger::standardWindow" href="qscriptenginedebugger.html#standardWindow" location="qscriptenginedebugger.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMainWindow *" signature="standardWindow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createStandardToolBar" fullname="QScriptEngineDebugger::createStandardToolBar" href="qscriptenginedebugger.html#createStandardToolBar" location="qscriptenginedebugger.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QToolBar *" signature="createStandardToolBar(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createStandardMenu" fullname="QScriptEngineDebugger::createStandardMenu" href="qscriptenginedebugger.html#createStandardMenu" location="qscriptenginedebugger.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMenu *" signature="createStandardMenu(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widget" fullname="QScriptEngineDebugger::widget" href="qscriptenginedebugger.html#widget" location="qscriptenginedebugger.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="widget(DebuggerWidget widget) const">
+ <parameter left="DebuggerWidget" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="action" fullname="QScriptEngineDebugger::action" href="qscriptenginedebugger.html#action" location="qscriptenginedebugger.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="action(DebuggerAction action) const">
+ <parameter left="DebuggerAction" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QScriptEngineDebugger::state" href="qscriptenginedebugger.html#state" location="qscriptenginedebugger.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="DebuggerState" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="evaluationSuspended" fullname="QScriptEngineDebugger::evaluationSuspended" href="qscriptenginedebugger.html#evaluationSuspended" location="qscriptenginedebugger.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="evaluationSuspended()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="evaluationResumed" fullname="QScriptEngineDebugger::evaluationResumed" href="qscriptenginedebugger.html#evaluationResumed" location="qscriptenginedebugger.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="evaluationResumed()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDecorationFactory" href="qdecorationfactory.html" location="qdecorationfactory_qws.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QDecorationFactory::keys" href="qdecorationfactory.html#keys" location="qdecorationfactory_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="keys()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QDecorationFactory::create" href="qdecorationfactory.html#create" location="qdecorationfactory_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QDecoration *" signature="create(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3SqlForm" href="q3sqlform.html" location="q3sqlform.h" bases="QObject" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3SqlForm" fullname="Q3SqlForm::Q3SqlForm" href="q3sqlform.html#Q3SqlForm" location="q3sqlform.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3SqlForm(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3SqlForm" fullname="Q3SqlForm::~Q3SqlForm" href="q3sqlform.html#dtor.Q3SqlForm" location="q3sqlform.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3SqlForm()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="Q3SqlForm::insert" href="q3sqlform.html#insert" location="q3sqlform.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="insert(QWidget * widget, const QString &amp; field)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="const QString &amp;" right="" name="field" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="Q3SqlForm::remove" href="q3sqlform.html#remove-2" location="q3sqlform.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="remove(const QString &amp; field)">
+ <parameter left="const QString &amp;" right="" name="field" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3SqlForm::count" href="q3sqlform.html#count" location="q3sqlform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widget" fullname="Q3SqlForm::widget" href="q3sqlform.html#widget" location="q3sqlform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="widget(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widgetToField" fullname="Q3SqlForm::widgetToField" href="q3sqlform.html#widgetToField" location="q3sqlform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSqlField *" signature="widgetToField(QWidget * widget) const">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fieldToWidget" fullname="Q3SqlForm::fieldToWidget" href="q3sqlform.html#fieldToWidget" location="q3sqlform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="fieldToWidget(QSqlField * field) const">
+ <parameter left="QSqlField *" right="" name="field" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="installPropertyMap" fullname="Q3SqlForm::installPropertyMap" href="q3sqlform.html#installPropertyMap" location="q3sqlform.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="installPropertyMap(Q3SqlPropertyMap * pmap)">
+ <parameter left="Q3SqlPropertyMap *" right="" name="pmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRecord" fullname="Q3SqlForm::setRecord" href="q3sqlform.html#setRecord" location="q3sqlform.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setRecord(QSqlRecord * buf)">
+ <parameter left="QSqlRecord *" right="" name="buf" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readField" fullname="Q3SqlForm::readField" href="q3sqlform.html#readField" location="q3sqlform.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="readField(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeField" fullname="Q3SqlForm::writeField" href="q3sqlform.html#writeField" location="q3sqlform.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="writeField(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readFields" fullname="Q3SqlForm::readFields" href="q3sqlform.html#readFields" location="q3sqlform.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="readFields()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeFields" fullname="Q3SqlForm::writeFields" href="q3sqlform.html#writeFields" location="q3sqlform.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="writeFields()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="Q3SqlForm::clear" href="q3sqlform.html#clear" location="q3sqlform.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearValues" fullname="Q3SqlForm::clearValues" href="q3sqlform.html#clearValues" location="q3sqlform.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="clearValues()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="insert" fullname="Q3SqlForm::insert" href="q3sqlform.html#insert-2" location="q3sqlform.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="insert(QWidget * widget, QSqlField * field)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="QSqlField *" right="" name="field" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="remove" fullname="Q3SqlForm::remove" href="q3sqlform.html#remove" location="q3sqlform.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="remove(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QCDEStyle" href="qcdestyle.html" location="qcdestyle.h" bases="QMotifStyle" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCDEStyle" fullname="QCDEStyle::QCDEStyle" href="qcdestyle.html#QCDEStyle" location="qcdestyle.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QCDEStyle(bool useHighlightCols)">
+ <parameter left="bool" right="" name="useHighlightCols" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QCDEStyle" fullname="QCDEStyle::~QCDEStyle" href="qcdestyle.html#dtor.QCDEStyle" location="qcdestyle.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QCDEStyle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixelMetric" fullname="QCDEStyle::pixelMetric" href="qcdestyle.html#pixelMetric" location="qcdestyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="pixelMetric(PixelMetric metric, const QStyleOption * option, const QWidget * widget) const">
+ <parameter left="PixelMetric" right="" name="metric" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawControl" fullname="QCDEStyle::drawControl" href="qcdestyle.html#drawControl" location="qcdestyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawControl(ControlElement element, const QStyleOption * opt, QPainter * p, const QWidget * widget) const">
+ <parameter left="ControlElement" right="" name="element" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPrimitive" fullname="QCDEStyle::drawPrimitive" href="qcdestyle.html#drawPrimitive" location="qcdestyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawPrimitive(PrimitiveElement pe, const QStyleOption * opt, QPainter * p, const QWidget * widget) const">
+ <parameter left="PrimitiveElement" right="" name="pe" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardPalette" fullname="QCDEStyle::standardPalette" href="qcdestyle.html#standardPalette" location="qcdestyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPalette" signature="standardPalette() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSound" href="qsound.html" location="qsound.h" bases="QObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="isAvailable" fullname="QSound::isAvailable" href="qsound.html#isAvailable" location="qsound.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isAvailable()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="play" fullname="QSound::play" href="qsound.html#play" location="qsound.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="play(const QString &amp; filename)">
+ <parameter left="const QString &amp;" right="" name="filename" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSound" fullname="QSound::QSound" href="qsound.html#QSound" location="qsound.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSound(const QString &amp; filename, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="filename" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSound" fullname="QSound::~QSound" href="qsound.html#dtor.QSound" location="qsound.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSound()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loops" fullname="QSound::loops" href="qsound.html#loops" location="qsound.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="loops() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loopsRemaining" fullname="QSound::loopsRemaining" href="qsound.html#loopsRemaining" location="qsound.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="loopsRemaining() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLoops" fullname="QSound::setLoops" href="qsound.html#setLoops" location="qsound.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLoops(int number)">
+ <parameter left="int" right="" name="number" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QSound::fileName" href="qsound.html#fileName" location="qsound.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fileName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFinished" fullname="QSound::isFinished" href="qsound.html#isFinished" location="qsound.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isFinished() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="play" fullname="QSound::play" href="qsound.html#play-2" location="qsound.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="play()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stop" fullname="QSound::stop" href="qsound.html#stop" location="qsound.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="stop()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="QSound" fullname="QSound::QSound" href="qsound-qt3.html#QSound-2" location="qsound.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSound(const QString &amp; filename, QObject * parent, const char * name)">
+ <parameter left="const QString &amp;" right="" name="filename" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="available" fullname="QSound::available" href="qsound-qt3.html#available" location="qsound.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="available()"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QUrl" href="qurl.html" location="qurl.h" bases="" module="QtCore">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ParsingMode" fullname="QUrl::ParsingMode" href="qurl.html#ParsingMode-enum" location="qurl.h">
+ <value name="TolerantMode" value="0"/>
+ <value name="StrictMode" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FormattingOption" fullname="QUrl::FormattingOption" href="qurl.html#FormattingOption-enum" location="qurl.h" typedef="QUrl::FormattingOptions">
+ <value name="None" value="0x0"/>
+ <value name="RemoveScheme" value="0x1"/>
+ <value name="RemovePassword" value="0x2"/>
+ <value name="RemoveUserInfo" value="RemovePassword | 0x4"/>
+ <value name="RemovePort" value="0x8"/>
+ <value name="RemoveAuthority" value="RemoveUserInfo | RemovePort | 0x10"/>
+ <value name="RemovePath" value="0x20"/>
+ <value name="RemoveQuery" value="0x40"/>
+ <value name="RemoveFragment" value="0x80"/>
+ <value name="StripTrailingSlash" value="0x10000"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="FormattingOptions" fullname="QUrl::FormattingOptions" href="qurl.html#FormattingOptions-typedef" location="qurl.h" enum="QUrl::FormattingOption"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QUrl" fullname="QUrl::QUrl" href="qurl.html#QUrl" location="qurl.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QUrl()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QUrl" fullname="QUrl::QUrl" href="qurl.html#QUrl-2" location="qurl.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QUrl(const QString &amp; url)">
+ <parameter left="const QString &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QUrl" fullname="QUrl::QUrl" href="qurl.html#QUrl-4" location="qurl.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QUrl(const QString &amp; url, ParsingMode parsingMode)">
+ <parameter left="const QString &amp;" right="" name="url" default=""/>
+ <parameter left="ParsingMode" right="" name="parsingMode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QUrl" fullname="QUrl::QUrl" href="qurl.html#QUrl-3" location="qurl.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QUrl(const QUrl &amp; other)">
+ <parameter left="const QUrl &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QUrl::operator=" href="qurl.html#operator=" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QUrl &amp;" signature="operator=(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QUrl::operator=" href="qurl.html#operator=-2" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QUrl &amp;" signature="operator=(const QString &amp; url)">
+ <parameter left="const QString &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QUrl" fullname="QUrl::~QUrl" href="qurl.html#dtor.QUrl" location="qurl.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QUrl()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUrl" fullname="QUrl::setUrl" href="qurl.html#setUrl" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUrl(const QString &amp; url)">
+ <parameter left="const QString &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUrl" fullname="QUrl::setUrl" href="qurl.html#setUrl-2" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setUrl(const QString &amp; url, ParsingMode parsingMode)">
+ <parameter left="const QString &amp;" right="" name="url" default=""/>
+ <parameter left="ParsingMode" right="" name="parsingMode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEncodedUrl" fullname="QUrl::setEncodedUrl" href="qurl.html#setEncodedUrl" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEncodedUrl(const QByteArray &amp; encodedUrl)">
+ <parameter left="const QByteArray &amp;" right="" name="encodedUrl" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEncodedUrl" fullname="QUrl::setEncodedUrl" href="qurl.html#setEncodedUrl-2" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setEncodedUrl(const QByteArray &amp; encodedUrl, ParsingMode parsingMode)">
+ <parameter left="const QByteArray &amp;" right="" name="encodedUrl" default=""/>
+ <parameter left="ParsingMode" right="" name="parsingMode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QUrl::isValid" href="qurl.html#isValid" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QUrl::isEmpty" href="qurl.html#isEmpty" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QUrl::clear" href="qurl.html#clear" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScheme" fullname="QUrl::setScheme" href="qurl.html#setScheme" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setScheme(const QString &amp; scheme)">
+ <parameter left="const QString &amp;" right="" name="scheme" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scheme" fullname="QUrl::scheme" href="qurl.html#scheme" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="scheme() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAuthority" fullname="QUrl::setAuthority" href="qurl.html#setAuthority" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAuthority(const QString &amp; authority)">
+ <parameter left="const QString &amp;" right="" name="authority" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="authority" fullname="QUrl::authority" href="qurl.html#authority" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="authority() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUserInfo" fullname="QUrl::setUserInfo" href="qurl.html#setUserInfo" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUserInfo(const QString &amp; userInfo)">
+ <parameter left="const QString &amp;" right="" name="userInfo" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="userInfo" fullname="QUrl::userInfo" href="qurl.html#userInfo" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="userInfo() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUserName" fullname="QUrl::setUserName" href="qurl.html#setUserName" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUserName(const QString &amp; userName)">
+ <parameter left="const QString &amp;" right="" name="userName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="userName" fullname="QUrl::userName" href="qurl.html#userName" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="userName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEncodedUserName" fullname="QUrl::setEncodedUserName" href="qurl.html#setEncodedUserName" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEncodedUserName(const QByteArray &amp; userName)">
+ <parameter left="const QByteArray &amp;" right="" name="userName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encodedUserName" fullname="QUrl::encodedUserName" href="qurl.html#encodedUserName" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="encodedUserName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPassword" fullname="QUrl::setPassword" href="qurl.html#setPassword" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPassword(const QString &amp; password)">
+ <parameter left="const QString &amp;" right="" name="password" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="password" fullname="QUrl::password" href="qurl.html#password" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="password() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEncodedPassword" fullname="QUrl::setEncodedPassword" href="qurl.html#setEncodedPassword" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEncodedPassword(const QByteArray &amp; password)">
+ <parameter left="const QByteArray &amp;" right="" name="password" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encodedPassword" fullname="QUrl::encodedPassword" href="qurl.html#encodedPassword" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="encodedPassword() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHost" fullname="QUrl::setHost" href="qurl.html#setHost" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHost(const QString &amp; host)">
+ <parameter left="const QString &amp;" right="" name="host" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="host" fullname="QUrl::host" href="qurl.html#host" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="host() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEncodedHost" fullname="QUrl::setEncodedHost" href="qurl.html#setEncodedHost" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEncodedHost(const QByteArray &amp; host)">
+ <parameter left="const QByteArray &amp;" right="" name="host" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encodedHost" fullname="QUrl::encodedHost" href="qurl.html#encodedHost" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="encodedHost() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPort" fullname="QUrl::setPort" href="qurl.html#setPort" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPort(int port)">
+ <parameter left="int" right="" name="port" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="port" fullname="QUrl::port" href="qurl.html#port" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="port() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="port" fullname="QUrl::port" href="qurl.html#port-2" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="port(int defaultPort) const">
+ <parameter left="int" right="" name="defaultPort" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPath" fullname="QUrl::setPath" href="qurl.html#setPath" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPath(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="path" fullname="QUrl::path" href="qurl.html#path" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="path() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEncodedPath" fullname="QUrl::setEncodedPath" href="qurl.html#setEncodedPath" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEncodedPath(const QByteArray &amp; path)">
+ <parameter left="const QByteArray &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encodedPath" fullname="QUrl::encodedPath" href="qurl.html#encodedPath" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="encodedPath() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasQuery" fullname="QUrl::hasQuery" href="qurl.html#hasQuery" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasQuery() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEncodedQuery" fullname="QUrl::setEncodedQuery" href="qurl.html#setEncodedQuery" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEncodedQuery(const QByteArray &amp; query)">
+ <parameter left="const QByteArray &amp;" right="" name="query" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encodedQuery" fullname="QUrl::encodedQuery" href="qurl.html#encodedQuery" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="encodedQuery() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setQueryDelimiters" fullname="QUrl::setQueryDelimiters" href="qurl.html#setQueryDelimiters" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setQueryDelimiters(char valueDelimiter, char pairDelimiter)">
+ <parameter left="char" right="" name="valueDelimiter" default=""/>
+ <parameter left="char" right="" name="pairDelimiter" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="queryValueDelimiter" fullname="QUrl::queryValueDelimiter" href="qurl.html#queryValueDelimiter" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="char" signature="queryValueDelimiter() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="queryPairDelimiter" fullname="QUrl::queryPairDelimiter" href="qurl.html#queryPairDelimiter" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="char" signature="queryPairDelimiter() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setQueryItems" fullname="QUrl::setQueryItems" href="qurl.html#setQueryItems" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setQueryItems(const QList&lt;QPair&lt;QString, QString&gt; &gt; &amp; query)">
+ <parameter left="const QList&lt;QPair&lt;QString, QString&gt; &gt; &amp;" right="" name="query" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addQueryItem" fullname="QUrl::addQueryItem" href="qurl.html#addQueryItem" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addQueryItem(const QString &amp; key, const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="queryItems" fullname="QUrl::queryItems" href="qurl.html#queryItems" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QPair&lt;QString, QString&gt; &gt;" signature="queryItems() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasQueryItem" fullname="QUrl::hasQueryItem" href="qurl.html#hasQueryItem" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasQueryItem(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="queryItemValue" fullname="QUrl::queryItemValue" href="qurl.html#queryItemValue" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="queryItemValue(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="allQueryItemValues" fullname="QUrl::allQueryItemValues" href="qurl.html#allQueryItemValues" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="allQueryItemValues(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeQueryItem" fullname="QUrl::removeQueryItem" href="qurl.html#removeQueryItem" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeQueryItem(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeAllQueryItems" fullname="QUrl::removeAllQueryItems" href="qurl.html#removeAllQueryItems" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeAllQueryItems(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEncodedQueryItems" fullname="QUrl::setEncodedQueryItems" href="qurl.html#setEncodedQueryItems" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEncodedQueryItems(const QList&lt;QPair&lt;QByteArray, QByteArray&gt; &gt; &amp; query)">
+ <parameter left="const QList&lt;QPair&lt;QByteArray, QByteArray&gt; &gt; &amp;" right="" name="query" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addEncodedQueryItem" fullname="QUrl::addEncodedQueryItem" href="qurl.html#addEncodedQueryItem" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addEncodedQueryItem(const QByteArray &amp; key, const QByteArray &amp; value)">
+ <parameter left="const QByteArray &amp;" right="" name="key" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encodedQueryItems" fullname="QUrl::encodedQueryItems" href="qurl.html#encodedQueryItems" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QPair&lt;QByteArray, QByteArray&gt; &gt;" signature="encodedQueryItems() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasEncodedQueryItem" fullname="QUrl::hasEncodedQueryItem" href="qurl.html#hasEncodedQueryItem" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasEncodedQueryItem(const QByteArray &amp; key) const">
+ <parameter left="const QByteArray &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encodedQueryItemValue" fullname="QUrl::encodedQueryItemValue" href="qurl.html#encodedQueryItemValue" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="encodedQueryItemValue(const QByteArray &amp; key) const">
+ <parameter left="const QByteArray &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="allEncodedQueryItemValues" fullname="QUrl::allEncodedQueryItemValues" href="qurl.html#allEncodedQueryItemValues" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QByteArray&gt;" signature="allEncodedQueryItemValues(const QByteArray &amp; key) const">
+ <parameter left="const QByteArray &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeEncodedQueryItem" fullname="QUrl::removeEncodedQueryItem" href="qurl.html#removeEncodedQueryItem" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeEncodedQueryItem(const QByteArray &amp; key)">
+ <parameter left="const QByteArray &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeAllEncodedQueryItems" fullname="QUrl::removeAllEncodedQueryItems" href="qurl.html#removeAllEncodedQueryItems" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeAllEncodedQueryItems(const QByteArray &amp; key)">
+ <parameter left="const QByteArray &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFragment" fullname="QUrl::setFragment" href="qurl.html#setFragment" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFragment(const QString &amp; fragment)">
+ <parameter left="const QString &amp;" right="" name="fragment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fragment" fullname="QUrl::fragment" href="qurl.html#fragment" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fragment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEncodedFragment" fullname="QUrl::setEncodedFragment" href="qurl.html#setEncodedFragment" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEncodedFragment(const QByteArray &amp; fragment)">
+ <parameter left="const QByteArray &amp;" right="" name="fragment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encodedFragment" fullname="QUrl::encodedFragment" href="qurl.html#encodedFragment" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="encodedFragment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasFragment" fullname="QUrl::hasFragment" href="qurl.html#hasFragment" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasFragment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resolved" fullname="QUrl::resolved" href="qurl.html#resolved" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="resolved(const QUrl &amp; relative) const">
+ <parameter left="const QUrl &amp;" right="" name="relative" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRelative" fullname="QUrl::isRelative" href="qurl.html#isRelative" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRelative() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isParentOf" fullname="QUrl::isParentOf" href="qurl.html#isParentOf" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isParentOf(const QUrl &amp; childUrl) const">
+ <parameter left="const QUrl &amp;" right="" name="childUrl" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromLocalFile" fullname="QUrl::fromLocalFile" href="qurl.html#fromLocalFile" location="qurl.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QUrl" signature="fromLocalFile(const QString &amp; localFile)">
+ <parameter left="const QString &amp;" right="" name="localFile" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLocalFile" fullname="QUrl::toLocalFile" href="qurl.html#toLocalFile" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toLocalFile() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QUrl::toString" href="qurl.html#toString" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString(QFlags&lt;QUrl::FormattingOption&gt; options) const">
+ <parameter left="QFlags&lt;QUrl::FormattingOption&gt;" right="" name="options" default="None"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toEncoded" fullname="QUrl::toEncoded" href="qurl.html#toEncoded" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="toEncoded(QFlags&lt;QUrl::FormattingOption&gt; options) const">
+ <parameter left="QFlags&lt;QUrl::FormattingOption&gt;" right="" name="options" default="None"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromEncoded" fullname="QUrl::fromEncoded" href="qurl.html#fromEncoded" location="qurl.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QUrl" signature="fromEncoded(const QByteArray &amp; input)">
+ <parameter left="const QByteArray &amp;" right="" name="input" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromEncoded" fullname="QUrl::fromEncoded" href="qurl.html#fromEncoded-2" location="qurl.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QUrl" signature="fromEncoded(const QByteArray &amp; input, ParsingMode parsingMode)">
+ <parameter left="const QByteArray &amp;" right="" name="input" default=""/>
+ <parameter left="ParsingMode" right="" name="parsingMode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QUrl::operator==" href="qurl.html#operator==" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QUrl &amp; url) const">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QUrl::operator!=" href="qurl.html#operator!=" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QUrl &amp; url) const">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromPercentEncoding" fullname="QUrl::fromPercentEncoding" href="qurl.html#fromPercentEncoding" location="qurl.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="fromPercentEncoding(const QByteArray &amp; input)">
+ <parameter left="const QByteArray &amp;" right="" name="input" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPercentEncoding" fullname="QUrl::toPercentEncoding" href="qurl.html#toPercentEncoding" location="qurl.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QByteArray" signature="toPercentEncoding(const QString &amp; input, const QByteArray &amp; exclude, const QByteArray &amp; include)">
+ <parameter left="const QString &amp;" right="" name="input" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="exclude" default="QByteArray()"/>
+ <parameter left="const QByteArray &amp;" right="" name="include" default="QByteArray()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="fromPunycode" fullname="QUrl::fromPunycode" href="qurl-obsolete.html#fromPunycode" location="qurl.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="fromPunycode(const QByteArray &amp; pc)">
+ <parameter left="const QByteArray &amp;" right="" name="pc" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="toPunycode" fullname="QUrl::toPunycode" href="qurl-obsolete.html#toPunycode" location="qurl.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QByteArray" signature="toPunycode(const QString &amp; uc)">
+ <parameter left="const QString &amp;" right="" name="uc" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromAce" fullname="QUrl::fromAce" href="qurl.html#fromAce" location="qurl.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="fromAce(const QByteArray &amp; domain)">
+ <parameter left="const QByteArray &amp;" right="" name="domain" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toAce" fullname="QUrl::toAce" href="qurl.html#toAce" location="qurl.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QByteArray" signature="toAce(const QString &amp; domain)">
+ <parameter left="const QString &amp;" right="" name="domain" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="idnWhitelist" fullname="QUrl::idnWhitelist" href="qurl.html#idnWhitelist" location="qurl.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="idnWhitelist()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIdnWhitelist" fullname="QUrl::setIdnWhitelist" href="qurl.html#setIdnWhitelist" location="qurl.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setIdnWhitelist(const QStringList &amp; list)">
+ <parameter left="const QStringList &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="protocol" fullname="QUrl::protocol" href="qurl-qt3.html#protocol" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="protocol() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setProtocol" fullname="QUrl::setProtocol" href="qurl-qt3.html#setProtocol" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setProtocol(const QString &amp; s)">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setUser" fullname="QUrl::setUser" href="qurl-qt3.html#setUser" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUser(const QString &amp; s)">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="user" fullname="QUrl::user" href="qurl-qt3.html#user" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="user() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="hasUser" fullname="QUrl::hasUser" href="qurl-qt3.html#hasUser" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasUser() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="hasPassword" fullname="QUrl::hasPassword" href="qurl-qt3.html#hasPassword" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPassword() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="hasHost" fullname="QUrl::hasHost" href="qurl-qt3.html#hasHost" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasHost() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="hasPort" fullname="QUrl::hasPort" href="qurl-qt3.html#hasPort" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPort() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="hasPath" fullname="QUrl::hasPath" href="qurl-qt3.html#hasPath" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPath() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setQuery" fullname="QUrl::setQuery" href="qurl-qt3.html#setQuery" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setQuery(const QString &amp; txt)">
+ <parameter left="const QString &amp;" right="" name="txt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="query" fullname="QUrl::query" href="qurl-qt3.html#query" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="query() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="ref" fullname="QUrl::ref" href="qurl-qt3.html#ref" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="ref() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setRef" fullname="QUrl::setRef" href="qurl-qt3.html#setRef" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRef(const QString &amp; txt)">
+ <parameter left="const QString &amp;" right="" name="txt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="hasRef" fullname="QUrl::hasRef" href="qurl-qt3.html#hasRef" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasRef() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="addPath" fullname="QUrl::addPath" href="qurl-qt3.html#addPath" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addPath(const QString &amp; p)">
+ <parameter left="const QString &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setFileName" fullname="QUrl::setFileName" href="qurl-qt3.html#setFileName" location="qurl.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFileName(const QString &amp; txt)">
+ <parameter left="const QString &amp;" right="" name="txt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="fileName" fullname="QUrl::fileName" href="qurl-qt3.html#fileName" location="qurl.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fileName() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="dirPath" fullname="QUrl::dirPath" href="qurl-qt3.html#dirPath" location="qurl.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="dirPath() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="decode" fullname="QUrl::decode" href="qurl-qt3.html#decode" location="qurl.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="decode(QString &amp; url)">
+ <parameter left="QString &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="encode" fullname="QUrl::encode" href="qurl-qt3.html#encode" location="qurl.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="encode(QString &amp; url)">
+ <parameter left="QString &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="operator QString" fullname="QUrl::operator QString" href="qurl-qt3.html#operator QString" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QString() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="cdUp" fullname="QUrl::cdUp" href="qurl-qt3.html#cdUp" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="cdUp()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="isRelativeUrl" fullname="QUrl::isRelativeUrl" href="qurl-qt3.html#isRelativeUrl" location="qurl.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isRelativeUrl(const QString &amp; url)">
+ <parameter left="const QString &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QUrl::errorString" href="qurl.html#errorString" location="qurl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ <function access="protected" threadsafety="unspecified" status="compat" name="reset" fullname="QUrl::reset" href="qurl-qt3.html#reset" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qurl.html#operator&lt;&lt;-41" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="41" relates="QUrl" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; out, const QUrl &amp; url)">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qurl.html#operator&gt;&gt;-23" location="qurl.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="23" relates="QUrl" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; in, QUrl &amp; url)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ <parameter left="QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QLibrary" href="qlibrary.html" location="qlibrary.h" bases="QObject" module="QtCore">
+ <property access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QLibrary::fileName" href="qlibrary.html#fileName-prop" location="qlibrary.h" type="QString">
+ <getter name="fileName"/>
+ <setter name="setFileName"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="loadHints" fullname="QLibrary::loadHints" href="qlibrary.html#loadHints-prop" location="qlibrary.h" type="LoadHints">
+ <getter name="loadHints"/>
+ <setter name="setLoadHints"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="LoadHint" fullname="QLibrary::LoadHint" href="qlibrary.html#LoadHint-enum" location="qlibrary.h" typedef="QLibrary::LoadHints">
+ <value name="ResolveAllSymbolsHint" value="0x01"/>
+ <value name="ExportExternalSymbolsHint" value="0x02"/>
+ <value name="LoadArchiveMemberHint" value="0x04"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="LoadHints" fullname="QLibrary::LoadHints" href="qlibrary.html#LoadHints-typedef" location="qlibrary.h" enum="QLibrary::LoadHint"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLibrary" fullname="QLibrary::QLibrary" href="qlibrary.html#QLibrary" location="qlibrary.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QLibrary(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLibrary" fullname="QLibrary::QLibrary" href="qlibrary.html#QLibrary-2" location="qlibrary.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QLibrary(const QString &amp; fileName, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLibrary" fullname="QLibrary::QLibrary" href="qlibrary.html#QLibrary-3" location="qlibrary.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QLibrary(const QString &amp; fileName, int verNum, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="int" right="" name="verNum" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLibrary" fullname="QLibrary::QLibrary" href="qlibrary.html#QLibrary-4" location="qlibrary.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QLibrary(const QString &amp; fileName, const QString &amp; version, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const QString &amp;" right="" name="version" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QLibrary" fullname="QLibrary::~QLibrary" href="qlibrary.html#dtor.QLibrary" location="qlibrary.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QLibrary()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resolve" fullname="QLibrary::resolve" href="qlibrary.html#resolve" location="qlibrary.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void *" signature="resolve(const char * symbol)">
+ <parameter left="const char *" right="" name="symbol" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resolve" fullname="QLibrary::resolve" href="qlibrary.html#resolve-2" location="qlibrary.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="void *" signature="resolve(const QString &amp; fileName, const char * symbol)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const char *" right="" name="symbol" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resolve" fullname="QLibrary::resolve" href="qlibrary.html#resolve-3" location="qlibrary.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="void *" signature="resolve(const QString &amp; fileName, int verNum, const char * symbol)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="int" right="" name="verNum" default=""/>
+ <parameter left="const char *" right="" name="symbol" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resolve" fullname="QLibrary::resolve" href="qlibrary.html#resolve-4" location="qlibrary.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="4" type="void *" signature="resolve(const QString &amp; fileName, const QString &amp; version, const char * symbol)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const QString &amp;" right="" name="version" default=""/>
+ <parameter left="const char *" right="" name="symbol" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QLibrary::load" href="qlibrary.html#load" location="qlibrary.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="load()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unload" fullname="QLibrary::unload" href="qlibrary.html#unload" location="qlibrary.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="unload()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isLoaded" fullname="QLibrary::isLoaded" href="qlibrary.html#isLoaded" location="qlibrary.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isLoaded() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isLibrary" fullname="QLibrary::isLibrary" href="qlibrary.html#isLibrary" location="qlibrary.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isLibrary(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFileName" fullname="QLibrary::setFileName" href="qlibrary.html#fileName-prop" location="qlibrary.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="fileName" type="void" signature="setFileName(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QLibrary::fileName" href="qlibrary.html#fileName-prop" location="qlibrary.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="fileName" type="QString" signature="fileName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFileNameAndVersion" fullname="QLibrary::setFileNameAndVersion" href="qlibrary.html#setFileNameAndVersion" location="qlibrary.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFileNameAndVersion(const QString &amp; fileName, int versionNumber)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="int" right="" name="versionNumber" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFileNameAndVersion" fullname="QLibrary::setFileNameAndVersion" href="qlibrary.html#setFileNameAndVersion-2" location="qlibrary.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setFileNameAndVersion(const QString &amp; fileName, const QString &amp; version)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const QString &amp;" right="" name="version" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QLibrary::errorString" href="qlibrary.html#errorString" location="qlibrary.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLoadHints" fullname="QLibrary::setLoadHints" href="qlibrary.html#loadHints-prop" location="qlibrary.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="loadHints" type="void" signature="setLoadHints(QFlags&lt;QLibrary::LoadHint&gt; hints)">
+ <parameter left="QFlags&lt;QLibrary::LoadHint&gt;" right="" name="hints" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loadHints" fullname="QLibrary::loadHints" href="qlibrary.html#loadHints-prop" location="qlibrary.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="loadHints" type="LoadHints" signature="loadHints() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="library" fullname="QLibrary::library" href="qlibrary-qt3.html#library" location="qlibrary.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="library() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setAutoUnload" fullname="QLibrary::setAutoUnload" href="qlibrary-qt3.html#setAutoUnload" location="qlibrary.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAutoUnload(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWebSettings" href="qwebsettings.html" location="qwebsettings.h" bases="" module="QtWebKit">
+ <contents name="enabling-plugins" title="Enabling Plugins" level="1"/>
+ <contents name="web-application-support" title="Web Application Support" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FontFamily" fullname="QWebSettings::FontFamily" href="qwebsettings.html#FontFamily-enum" location="qwebsettings.h">
+ <value name="StandardFont" value="0"/>
+ <value name="FixedFont" value="1"/>
+ <value name="SerifFont" value="2"/>
+ <value name="SansSerifFont" value="3"/>
+ <value name="CursiveFont" value="4"/>
+ <value name="FantasyFont" value="5"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WebAttribute" fullname="QWebSettings::WebAttribute" href="qwebsettings.html#WebAttribute-enum" location="qwebsettings.h">
+ <value name="AutoLoadImages" value="0"/>
+ <value name="JavascriptEnabled" value="1"/>
+ <value name="JavaEnabled" value="2"/>
+ <value name="PluginsEnabled" value="3"/>
+ <value name="PrivateBrowsingEnabled" value="4"/>
+ <value name="JavascriptCanOpenWindows" value="5"/>
+ <value name="JavascriptCanAccessClipboard" value="6"/>
+ <value name="DeveloperExtrasEnabled" value="7"/>
+ <value name="LinksIncludedInFocusChain" value="8"/>
+ <value name="ZoomTextOnly" value="9"/>
+ <value name="PrintElementBackgrounds" value="10"/>
+ <value name="OfflineStorageDatabaseEnabled" value="11"/>
+ <value name="OfflineWebApplicationCacheEnabled" value="12"/>
+ <value name="LocalStorageDatabaseEnabled" value="13"/>
+ <value name="LocalContentCanAccessRemoteUrls" value="14"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WebGraphic" fullname="QWebSettings::WebGraphic" href="qwebsettings.html#WebGraphic-enum" location="qwebsettings.h">
+ <value name="MissingImageGraphic" value="0"/>
+ <value name="MissingPluginGraphic" value="1"/>
+ <value name="DefaultFrameIconGraphic" value="2"/>
+ <value name="TextAreaSizeGripCornerGraphic" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FontSize" fullname="QWebSettings::FontSize" href="qwebsettings.html#FontSize-enum" location="qwebsettings.h">
+ <value name="MinimumFontSize" value="0"/>
+ <value name="MinimumLogicalFontSize" value="1"/>
+ <value name="DefaultFontSize" value="2"/>
+ <value name="DefaultFixedFontSize" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="globalSettings" fullname="QWebSettings::globalSettings" href="qwebsettings.html#globalSettings" location="qwebsettings.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QWebSettings *" signature="globalSettings()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontFamily" fullname="QWebSettings::setFontFamily" href="qwebsettings.html#setFontFamily" location="qwebsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFontFamily(FontFamily which, const QString &amp; family)">
+ <parameter left="FontFamily" right="" name="which" default=""/>
+ <parameter left="const QString &amp;" right="" name="family" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontFamily" fullname="QWebSettings::fontFamily" href="qwebsettings.html#fontFamily" location="qwebsettings.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fontFamily(FontFamily which) const">
+ <parameter left="FontFamily" right="" name="which" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resetFontFamily" fullname="QWebSettings::resetFontFamily" href="qwebsettings.html#resetFontFamily" location="qwebsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resetFontFamily(FontFamily which)">
+ <parameter left="FontFamily" right="" name="which" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontSize" fullname="QWebSettings::setFontSize" href="qwebsettings.html#setFontSize" location="qwebsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFontSize(FontSize type, int size)">
+ <parameter left="FontSize" right="" name="type" default=""/>
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontSize" fullname="QWebSettings::fontSize" href="qwebsettings.html#fontSize" location="qwebsettings.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="fontSize(FontSize type) const">
+ <parameter left="FontSize" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resetFontSize" fullname="QWebSettings::resetFontSize" href="qwebsettings.html#resetFontSize" location="qwebsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resetFontSize(FontSize type)">
+ <parameter left="FontSize" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttribute" fullname="QWebSettings::setAttribute" href="qwebsettings.html#setAttribute" location="qwebsettings.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAttribute(WebAttribute attribute, bool on)">
+ <parameter left="WebAttribute" right="" name="attribute" default=""/>
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testAttribute" fullname="QWebSettings::testAttribute" href="qwebsettings.html#testAttribute" location="qwebsettings.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="testAttribute(WebAttribute attribute) const">
+ <parameter left="WebAttribute" right="" name="attribute" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resetAttribute" fullname="QWebSettings::resetAttribute" href="qwebsettings.html#resetAttribute" location="qwebsettings.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resetAttribute(WebAttribute attribute)">
+ <parameter left="WebAttribute" right="" name="attribute" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUserStyleSheetUrl" fullname="QWebSettings::setUserStyleSheetUrl" href="qwebsettings.html#setUserStyleSheetUrl" location="qwebsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUserStyleSheetUrl(const QUrl &amp; location)">
+ <parameter left="const QUrl &amp;" right="" name="location" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="userStyleSheetUrl" fullname="QWebSettings::userStyleSheetUrl" href="qwebsettings.html#userStyleSheetUrl" location="qwebsettings.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="userStyleSheetUrl() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultTextEncoding" fullname="QWebSettings::setDefaultTextEncoding" href="qwebsettings.html#setDefaultTextEncoding" location="qwebsettings.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDefaultTextEncoding(const QString &amp; encoding)">
+ <parameter left="const QString &amp;" right="" name="encoding" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultTextEncoding" fullname="QWebSettings::defaultTextEncoding" href="qwebsettings.html#defaultTextEncoding" location="qwebsettings.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="defaultTextEncoding() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIconDatabasePath" fullname="QWebSettings::setIconDatabasePath" href="qwebsettings.html#setIconDatabasePath" location="qwebsettings.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setIconDatabasePath(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iconDatabasePath" fullname="QWebSettings::iconDatabasePath" href="qwebsettings.html#iconDatabasePath" location="qwebsettings.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="iconDatabasePath()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearIconDatabase" fullname="QWebSettings::clearIconDatabase" href="qwebsettings.html#clearIconDatabase" location="qwebsettings.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="clearIconDatabase()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iconForUrl" fullname="QWebSettings::iconForUrl" href="qwebsettings.html#iconForUrl" location="qwebsettings.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QIcon" signature="iconForUrl(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWebGraphic" fullname="QWebSettings::setWebGraphic" href="qwebsettings.html#setWebGraphic" location="qwebsettings.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setWebGraphic(WebGraphic type, const QPixmap &amp; graphic)">
+ <parameter left="WebGraphic" right="" name="type" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="graphic" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="webGraphic" fullname="QWebSettings::webGraphic" href="qwebsettings.html#webGraphic" location="qwebsettings.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QPixmap" signature="webGraphic(WebGraphic type)">
+ <parameter left="WebGraphic" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaximumPagesInCache" fullname="QWebSettings::setMaximumPagesInCache" href="qwebsettings.html#setMaximumPagesInCache" location="qwebsettings.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setMaximumPagesInCache(int pages)">
+ <parameter left="int" right="" name="pages" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumPagesInCache" fullname="QWebSettings::maximumPagesInCache" href="qwebsettings.html#maximumPagesInCache" location="qwebsettings.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="maximumPagesInCache()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setObjectCacheCapacities" fullname="QWebSettings::setObjectCacheCapacities" href="qwebsettings.html#setObjectCacheCapacities" location="qwebsettings.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setObjectCacheCapacities(int cacheMinDeadCapacity, int cacheMaxDead, int totalCapacity)">
+ <parameter left="int" right="" name="cacheMinDeadCapacity" default=""/>
+ <parameter left="int" right="" name="cacheMaxDead" default=""/>
+ <parameter left="int" right="" name="totalCapacity" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOfflineStoragePath" fullname="QWebSettings::setOfflineStoragePath" href="qwebsettings.html#setOfflineStoragePath" location="qwebsettings.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setOfflineStoragePath(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="offlineStoragePath" fullname="QWebSettings::offlineStoragePath" href="qwebsettings.html#offlineStoragePath" location="qwebsettings.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="offlineStoragePath()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOfflineStorageDefaultQuota" fullname="QWebSettings::setOfflineStorageDefaultQuota" href="qwebsettings.html#setOfflineStorageDefaultQuota" location="qwebsettings.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setOfflineStorageDefaultQuota(qint64 maximumSize)">
+ <parameter left="qint64" right="" name="maximumSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="offlineStorageDefaultQuota" fullname="QWebSettings::offlineStorageDefaultQuota" href="qwebsettings.html#offlineStorageDefaultQuota" location="qwebsettings.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="qint64" signature="offlineStorageDefaultQuota()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearMemoryCaches" fullname="QWebSettings::clearMemoryCaches" href="qwebsettings.html#clearMemoryCaches" location="qwebsettings.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="clearMemoryCaches()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QEvent" href="qevent.html" location="qcoreevent.h" bases="" module="QtCore">
+ <property access="public" threadsafety="unspecified" status="commendable" name="accepted" fullname="QEvent::accepted" href="qevent.html#accepted-prop" location="qcoreevent.h" type="bool">
+ <getter name="isAccepted"/>
+ <setter name="setAccepted"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QEvent::Type" href="qevent.html#Type-enum" location="qcoreevent.h">
+ <value name="None" value="0"/>
+ <value name="Timer" value="1"/>
+ <value name="MouseButtonPress" value="2"/>
+ <value name="MouseButtonRelease" value="3"/>
+ <value name="MouseButtonDblClick" value="4"/>
+ <value name="MouseMove" value="5"/>
+ <value name="KeyPress" value="6"/>
+ <value name="KeyRelease" value="7"/>
+ <value name="FocusIn" value="8"/>
+ <value name="FocusOut" value="9"/>
+ <value name="Enter" value="10"/>
+ <value name="Leave" value="11"/>
+ <value name="Paint" value="12"/>
+ <value name="Move" value="13"/>
+ <value name="Resize" value="14"/>
+ <value name="Create" value="15"/>
+ <value name="Destroy" value="16"/>
+ <value name="Show" value="17"/>
+ <value name="Hide" value="18"/>
+ <value name="Close" value="19"/>
+ <value name="Quit" value="20"/>
+ <value name="ParentChange" value="21"/>
+ <value name="ParentAboutToChange" value="131"/>
+ <value name="Reparent" value="ParentChange"/>
+ <value name="ThreadChange" value="22"/>
+ <value name="WindowActivate" value="24"/>
+ <value name="WindowDeactivate" value="25"/>
+ <value name="ShowToParent" value="26"/>
+ <value name="HideToParent" value="27"/>
+ <value name="Wheel" value="31"/>
+ <value name="WindowTitleChange" value="33"/>
+ <value name="WindowIconChange" value="34"/>
+ <value name="ApplicationWindowIconChange" value="35"/>
+ <value name="ApplicationFontChange" value="36"/>
+ <value name="ApplicationLayoutDirectionChange" value="37"/>
+ <value name="ApplicationPaletteChange" value="38"/>
+ <value name="PaletteChange" value="39"/>
+ <value name="Clipboard" value="40"/>
+ <value name="Speech" value="42"/>
+ <value name="MetaCall" value="43"/>
+ <value name="SockAct" value="50"/>
+ <value name="WinEventAct" value="132"/>
+ <value name="DeferredDelete" value="52"/>
+ <value name="DragEnter" value="60"/>
+ <value name="DragMove" value="61"/>
+ <value name="DragLeave" value="62"/>
+ <value name="Drop" value="63"/>
+ <value name="DragResponse" value="64"/>
+ <value name="ChildAdded" value="68"/>
+ <value name="ChildPolished" value="69"/>
+ <value name="ChildInsertedRequest" value="67"/>
+ <value name="ChildInserted" value="70"/>
+ <value name="LayoutHint" value="72"/>
+ <value name="ChildRemoved" value="71"/>
+ <value name="ShowWindowRequest" value="73"/>
+ <value name="PolishRequest" value="74"/>
+ <value name="Polish" value="75"/>
+ <value name="LayoutRequest" value="76"/>
+ <value name="UpdateRequest" value="77"/>
+ <value name="UpdateLater" value="78"/>
+ <value name="EmbeddingControl" value="79"/>
+ <value name="ActivateControl" value="80"/>
+ <value name="DeactivateControl" value="81"/>
+ <value name="ContextMenu" value="82"/>
+ <value name="InputMethod" value="83"/>
+ <value name="AccessibilityPrepare" value="86"/>
+ <value name="TabletMove" value="87"/>
+ <value name="LocaleChange" value="88"/>
+ <value name="LanguageChange" value="89"/>
+ <value name="LayoutDirectionChange" value="90"/>
+ <value name="Style" value="91"/>
+ <value name="TabletPress" value="92"/>
+ <value name="TabletRelease" value="93"/>
+ <value name="OkRequest" value="94"/>
+ <value name="HelpRequest" value="95"/>
+ <value name="IconDrag" value="96"/>
+ <value name="FontChange" value="97"/>
+ <value name="EnabledChange" value="98"/>
+ <value name="ActivationChange" value="99"/>
+ <value name="StyleChange" value="100"/>
+ <value name="IconTextChange" value="101"/>
+ <value name="ModifiedChange" value="102"/>
+ <value name="MouseTrackingChange" value="109"/>
+ <value name="WindowBlocked" value="103"/>
+ <value name="WindowUnblocked" value="104"/>
+ <value name="WindowStateChange" value="105"/>
+ <value name="ToolTip" value="110"/>
+ <value name="WhatsThis" value="111"/>
+ <value name="StatusTip" value="112"/>
+ <value name="ActionChanged" value="113"/>
+ <value name="ActionAdded" value="114"/>
+ <value name="ActionRemoved" value="115"/>
+ <value name="FileOpen" value="116"/>
+ <value name="Shortcut" value="117"/>
+ <value name="ShortcutOverride" value="51"/>
+ <value name="Accel" value="30"/>
+ <value name="AccelAvailable" value="32"/>
+ <value name="AccelOverride" value="ShortcutOverride"/>
+ <value name="WhatsThisClicked" value="118"/>
+ <value name="CaptionChange" value="WindowTitleChange"/>
+ <value name="IconChange" value="WindowIconChange"/>
+ <value name="ToolBarChange" value="120"/>
+ <value name="ApplicationActivate" value="121"/>
+ <value name="ApplicationActivated" value="ApplicationActivate"/>
+ <value name="ApplicationDeactivate" value="122"/>
+ <value name="ApplicationDeactivated" value="ApplicationDeactivate"/>
+ <value name="QueryWhatsThis" value="123"/>
+ <value name="EnterWhatsThisMode" value="124"/>
+ <value name="LeaveWhatsThisMode" value="125"/>
+ <value name="ZOrderChange" value="126"/>
+ <value name="HoverEnter" value="127"/>
+ <value name="HoverLeave" value="128"/>
+ <value name="HoverMove" value="129"/>
+ <value name="AccessibilityHelp" value="119"/>
+ <value name="AccessibilityDescription" value="130"/>
+ <value name="EnterEditFocus" value="150"/>
+ <value name="LeaveEditFocus" value="151"/>
+ <value name="AcceptDropsChange" value="152"/>
+ <value name="MenubarUpdated" value="153"/>
+ <value name="ZeroTimerEvent" value="154"/>
+ <value name="GraphicsSceneMouseMove" value="155"/>
+ <value name="GraphicsSceneMousePress" value="156"/>
+ <value name="GraphicsSceneMouseRelease" value="157"/>
+ <value name="GraphicsSceneMouseDoubleClick" value="158"/>
+ <value name="GraphicsSceneContextMenu" value="159"/>
+ <value name="GraphicsSceneHoverEnter" value="160"/>
+ <value name="GraphicsSceneHoverMove" value="161"/>
+ <value name="GraphicsSceneHoverLeave" value="162"/>
+ <value name="GraphicsSceneHelp" value="163"/>
+ <value name="GraphicsSceneDragEnter" value="164"/>
+ <value name="GraphicsSceneDragMove" value="165"/>
+ <value name="GraphicsSceneDragLeave" value="166"/>
+ <value name="GraphicsSceneDrop" value="167"/>
+ <value name="GraphicsSceneWheel" value="168"/>
+ <value name="KeyboardLayoutChange" value="169"/>
+ <value name="DynamicPropertyChange" value="170"/>
+ <value name="TabletEnterProximity" value="171"/>
+ <value name="TabletLeaveProximity" value="172"/>
+ <value name="NonClientAreaMouseMove" value="173"/>
+ <value name="NonClientAreaMouseButtonPress" value="174"/>
+ <value name="NonClientAreaMouseButtonRelease" value="175"/>
+ <value name="NonClientAreaMouseButtonDblClick" value="176"/>
+ <value name="MacSizeChange" value="177"/>
+ <value name="ContentsRectChange" value="178"/>
+ <value name="MacGLWindowChange" value="179"/>
+ <value name="FutureCallOut" value="180"/>
+ <value name="GraphicsSceneResize" value="181"/>
+ <value name="GraphicsSceneMove" value="182"/>
+ <value name="CursorChange" value="183"/>
+ <value name="ToolTipChange" value="184"/>
+ <value name="NetworkReplyUpdated" value="185"/>
+ <value name="GrabMouse" value="186"/>
+ <value name="UngrabMouse" value="187"/>
+ <value name="GrabKeyboard" value="188"/>
+ <value name="UngrabKeyboard" value="189"/>
+ <value name="CocoaRequestModal" value="190"/>
+ <value name="MacGLClearDrawable" value="191"/>
+ <value name="Signal" value="192"/>
+ <value name="Wrapped" value="193"/>
+ <value name="TouchBegin" value="194"/>
+ <value name="TouchUpdate" value="195"/>
+ <value name="TouchEnd" value="196"/>
+ <value name="NativeGesture" value="197"/>
+ <value name="User" value="1000"/>
+ <value name="MaxUser" value="65535"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QEvent" fullname="QEvent::QEvent" href="qevent.html#QEvent" location="qcoreevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QEvent(Type type)">
+ <parameter left="Type" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QEvent" fullname="QEvent::~QEvent" href="qevent.html#dtor.QEvent" location="qcoreevent.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QEvent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QEvent::type" href="qevent.html#type" location="qcoreevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Type" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="spontaneous" fullname="QEvent::spontaneous" href="qevent.html#spontaneous" location="qcoreevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="spontaneous() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAccepted" fullname="QEvent::setAccepted" href="qevent.html#accepted-prop" location="qcoreevent.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="accepted" type="void" signature="setAccepted(bool accepted)">
+ <parameter left="bool" right="" name="accepted" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isAccepted" fullname="QEvent::isAccepted" href="qevent.html#accepted-prop" location="qcoreevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="accepted" type="bool" signature="isAccepted() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="accept" fullname="QEvent::accept" href="qevent.html#accept" location="qcoreevent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="accept()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ignore" fullname="QEvent::ignore" href="qevent.html#ignore" location="qcoreevent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="ignore()"/>
+ <function access="public" threadsafety="thread safe" status="commendable" name="registerEventType" fullname="QEvent::registerEventType" href="qevent.html#registerEventType" location="qcoreevent.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="registerEventType(int hint)">
+ <parameter left="int" right="" name="hint" default="-1"/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d" fullname="QEvent::d" href="qevent.html#d-var" location="qcoreevent.h" type="QEventPrivate *" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="t" fullname="QEvent::t" href="qevent.html#t-var" location="qcoreevent.h" type="ushort" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTimerEvent" href="qtimerevent.html" location="qcoreevent.h" bases="QEvent" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTimerEvent" fullname="QTimerEvent::QTimerEvent" href="qtimerevent.html#QTimerEvent" location="qcoreevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTimerEvent(int timerId)">
+ <parameter left="int" right="" name="timerId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="timerId" fullname="QTimerEvent::timerId" href="qtimerevent.html#timerId" location="qcoreevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="timerId() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="id" fullname="QTimerEvent::id" href="qtimerevent.html#id-var" location="qcoreevent.h" type="int" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QChildEvent" href="qchildevent.html" location="qcoreevent.h" bases="QEvent" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QChildEvent" fullname="QChildEvent::QChildEvent" href="qchildevent.html#QChildEvent" location="qcoreevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QChildEvent(Type type, QObject * child)">
+ <parameter left="Type" right="" name="type" default=""/>
+ <parameter left="QObject *" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="child" fullname="QChildEvent::child" href="qchildevent.html#child" location="qcoreevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QObject *" signature="child() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="added" fullname="QChildEvent::added" href="qchildevent.html#added" location="qcoreevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="added() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="inserted" fullname="QChildEvent::inserted" href="qchildevent-qt3.html#inserted" location="qcoreevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="inserted() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polished" fullname="QChildEvent::polished" href="qchildevent.html#polished" location="qcoreevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="polished() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removed" fullname="QChildEvent::removed" href="qchildevent.html#removed" location="qcoreevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="removed() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="c" fullname="QChildEvent::c" href="qchildevent.html#c-var" location="qcoreevent.h" type="QObject *" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="QCustomEvent" href="qcustomevent.html" location="qcoreevent.h" bases="QEvent" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="compat" name="QCustomEvent" fullname="QCustomEvent::QCustomEvent" href="qcustomevent-qt3.html#QCustomEvent" location="qcoreevent.cpp" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QCustomEvent(int type, void * data)">
+ <parameter left="int" right="" name="type" default=""/>
+ <parameter left="void *" right="" name="data" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="data" fullname="QCustomEvent::data" href="qcustomevent-qt3.html#data" location="qcoreevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void *" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setData" fullname="QCustomEvent::setData" href="qcustomevent-qt3.html#setData" location="qcoreevent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setData(void * data)">
+ <parameter left="void *" right="" name="data" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDynamicPropertyChangeEvent" href="qdynamicpropertychangeevent.html" location="qcoreevent.h" bases="QEvent" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDynamicPropertyChangeEvent" fullname="QDynamicPropertyChangeEvent::QDynamicPropertyChangeEvent" href="qdynamicpropertychangeevent.html#QDynamicPropertyChangeEvent" location="qcoreevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDynamicPropertyChangeEvent(const QByteArray &amp; name)">
+ <parameter left="const QByteArray &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="propertyName" fullname="QDynamicPropertyChangeEvent::propertyName" href="qdynamicpropertychangeevent.html#propertyName" location="qcoreevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="propertyName() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAccessibleWidget" href="qaccessiblewidget.html" location="qaccessiblewidget.h" bases="QAccessibleObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAccessibleWidget" fullname="QAccessibleWidget::QAccessibleWidget" href="qaccessiblewidget.html#QAccessibleWidget" location="qaccessiblewidget.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAccessibleWidget(QWidget * w, Role role, const QString &amp; name)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ <parameter left="Role" right="" name="role" default="Client"/>
+ <parameter left="const QString &amp;" right="" name="name" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childCount" fullname="QAccessibleWidget::childCount" href="qaccessiblewidget.html#childCount" location="qaccessiblewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="childCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOfChild" fullname="QAccessibleWidget::indexOfChild" href="qaccessiblewidget.html#indexOfChild" location="qaccessiblewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOfChild(const QAccessibleInterface * child) const">
+ <parameter left="const QAccessibleInterface *" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="relationTo" fullname="QAccessibleWidget::relationTo" href="qaccessiblewidget.html#relationTo" location="qaccessiblewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Relation" signature="relationTo(int child, const QAccessibleInterface * other, int otherChild) const">
+ <parameter left="int" right="" name="child" default=""/>
+ <parameter left="const QAccessibleInterface *" right="" name="other" default=""/>
+ <parameter left="int" right="" name="otherChild" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childAt" fullname="QAccessibleWidget::childAt" href="qaccessiblewidget.html#childAt" location="qaccessiblewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="childAt(int x, int y) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rect" fullname="QAccessibleWidget::rect" href="qaccessiblewidget.html#rect" location="qaccessiblewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="rect(int child) const">
+ <parameter left="int" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="navigate" fullname="QAccessibleWidget::navigate" href="qaccessiblewidget.html#navigate" location="qaccessiblewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="navigate(RelationFlag relation, int entry, QAccessibleInterface ** target) const">
+ <parameter left="RelationFlag" right="" name="relation" default=""/>
+ <parameter left="int" right="" name="entry" default=""/>
+ <parameter left="QAccessibleInterface **" right="" name="target" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QAccessibleWidget::text" href="qaccessiblewidget.html#text" location="qaccessiblewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="text(Text t, int child) const">
+ <parameter left="Text" right="" name="t" default=""/>
+ <parameter left="int" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="role" fullname="QAccessibleWidget::role" href="qaccessiblewidget.html#role" location="qaccessiblewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Role" signature="role(int child) const">
+ <parameter left="int" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QAccessibleWidget::state" href="qaccessiblewidget.html#state" location="qaccessiblewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="State" signature="state(int child) const">
+ <parameter left="int" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="userActionCount" fullname="QAccessibleWidget::userActionCount" href="qaccessiblewidget.html#userActionCount" location="qaccessiblewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="userActionCount(int child) const">
+ <parameter left="int" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionText" fullname="QAccessibleWidget::actionText" href="qaccessiblewidget.html#actionText" location="qaccessiblewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="actionText(int action, Text t, int child) const">
+ <parameter left="int" right="" name="action" default=""/>
+ <parameter left="Text" right="" name="t" default=""/>
+ <parameter left="int" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doAction" fullname="QAccessibleWidget::doAction" href="qaccessiblewidget.html#doAction" location="qaccessiblewidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="doAction(int action, int child, const QVariantList &amp; params)">
+ <parameter left="int" right="" name="action" default=""/>
+ <parameter left="int" right="" name="child" default=""/>
+ <parameter left="const QVariantList &amp;" right="" name="params" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="~QAccessibleWidget" fullname="QAccessibleWidget::~QAccessibleWidget" href="qaccessiblewidget.html#dtor.QAccessibleWidget" location="qaccessiblewidget.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAccessibleWidget()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="widget" fullname="QAccessibleWidget::widget" href="qaccessiblewidget.html#widget" location="qaccessiblewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="widget() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="parentObject" fullname="QAccessibleWidget::parentObject" href="qaccessiblewidget.html#parentObject" location="qaccessiblewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QObject *" signature="parentObject() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="addControllingSignal" fullname="QAccessibleWidget::addControllingSignal" href="qaccessiblewidget.html#addControllingSignal" location="qaccessiblewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addControllingSignal(const QString &amp; signal)">
+ <parameter left="const QString &amp;" right="" name="signal" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setValue" fullname="QAccessibleWidget::setValue" href="qaccessiblewidget.html#setValue" location="qaccessiblewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setValue(const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setDescription" fullname="QAccessibleWidget::setDescription" href="qaccessiblewidget.html#setDescription" location="qaccessiblewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDescription(const QString &amp; desc)">
+ <parameter left="const QString &amp;" right="" name="desc" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setHelp" fullname="QAccessibleWidget::setHelp" href="qaccessiblewidget.html#setHelp" location="qaccessiblewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHelp(const QString &amp; help)">
+ <parameter left="const QString &amp;" right="" name="help" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setAccelerator" fullname="QAccessibleWidget::setAccelerator" href="qaccessiblewidget.html#setAccelerator" location="qaccessiblewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAccelerator(const QString &amp; accel)">
+ <parameter left="const QString &amp;" right="" name="accel" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QImageIOHandler" href="qimageiohandler.html" location="qimageiohandler.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QImageIOHandler" fullname="QImageIOHandler::QImageIOHandler" href="qimageiohandler.html#QImageIOHandler" location="qimageiohandler.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QImageIOHandler()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QImageIOHandler" fullname="QImageIOHandler::~QImageIOHandler" href="qimageiohandler.html#dtor.QImageIOHandler" location="qimageiohandler.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QImageIOHandler()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDevice" fullname="QImageIOHandler::setDevice" href="qimageiohandler.html#setDevice" location="qimageiohandler.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDevice(QIODevice * device)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="device" fullname="QImageIOHandler::device" href="qimageiohandler.html#device" location="qimageiohandler.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIODevice *" signature="device() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFormat" fullname="QImageIOHandler::setFormat" href="qimageiohandler.html#setFormat" location="qimageiohandler.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFormat(const QByteArray &amp; format)">
+ <parameter left="const QByteArray &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFormat" fullname="QImageIOHandler::setFormat" href="qimageiohandler.html#setFormat-2" location="qimageiohandler.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="void" signature="setFormat(const QByteArray &amp; format) const">
+ <parameter left="const QByteArray &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QImageIOHandler::format" href="qimageiohandler.html#format" location="qimageiohandler.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="format() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="name" fullname="QImageIOHandler::name" href="qimageiohandler-obsolete.html#name" location="qimageiohandler.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canRead" fullname="QImageIOHandler::canRead" href="qimageiohandler.html#canRead" location="qimageiohandler.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="canRead() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="read" fullname="QImageIOHandler::read" href="qimageiohandler.html#read" location="qimageiohandler.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="read(QImage * image)">
+ <parameter left="QImage *" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="write" fullname="QImageIOHandler::write" href="qimageiohandler.html#write" location="qimageiohandler.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="write(const QImage &amp; image)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ImageOption" fullname="QImageIOHandler::ImageOption" href="qimageiohandler.html#ImageOption-enum" location="qimageiohandler.h">
+ <value name="Size" value="0"/>
+ <value name="ClipRect" value="1"/>
+ <value name="Description" value="2"/>
+ <value name="ScaledClipRect" value="3"/>
+ <value name="ScaledSize" value="4"/>
+ <value name="CompressionRatio" value="5"/>
+ <value name="Gamma" value="6"/>
+ <value name="Quality" value="7"/>
+ <value name="Name" value="8"/>
+ <value name="SubType" value="9"/>
+ <value name="IncrementalReading" value="10"/>
+ <value name="Endianness" value="11"/>
+ <value name="Animation" value="12"/>
+ <value name="BackgroundColor" value="13"/>
+ <value name="ImageFormat" value="14"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="option" fullname="QImageIOHandler::option" href="qimageiohandler.html#option" location="qimageiohandler.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="option(ImageOption option) const">
+ <parameter left="ImageOption" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOption" fullname="QImageIOHandler::setOption" href="qimageiohandler.html#setOption" location="qimageiohandler.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setOption(ImageOption option, const QVariant &amp; value)">
+ <parameter left="ImageOption" right="" name="option" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportsOption" fullname="QImageIOHandler::supportsOption" href="qimageiohandler.html#supportsOption" location="qimageiohandler.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="supportsOption(ImageOption option) const">
+ <parameter left="ImageOption" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="jumpToNextImage" fullname="QImageIOHandler::jumpToNextImage" href="qimageiohandler.html#jumpToNextImage" location="qimageiohandler.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="jumpToNextImage()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="jumpToImage" fullname="QImageIOHandler::jumpToImage" href="qimageiohandler.html#jumpToImage" location="qimageiohandler.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="jumpToImage(int imageNumber)">
+ <parameter left="int" right="" name="imageNumber" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loopCount" fullname="QImageIOHandler::loopCount" href="qimageiohandler.html#loopCount" location="qimageiohandler.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="loopCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="imageCount" fullname="QImageIOHandler::imageCount" href="qimageiohandler.html#imageCount" location="qimageiohandler.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="imageCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nextImageDelay" fullname="QImageIOHandler::nextImageDelay" href="qimageiohandler.html#nextImageDelay" location="qimageiohandler.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="nextImageDelay() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentImageNumber" fullname="QImageIOHandler::currentImageNumber" href="qimageiohandler.html#currentImageNumber" location="qimageiohandler.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="currentImageNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentImageRect" fullname="QImageIOHandler::currentImageRect" href="qimageiohandler.html#currentImageRect" location="qimageiohandler.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="currentImageRect() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d_ptr" fullname="QImageIOHandler::d_ptr" href="qimageiohandler.html#d_ptr-var" location="qimageiohandler.h" type="QImageIOHandlerPrivate *" static="false"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QImageIOPlugin" href="qimageioplugin.html" location="qimageiohandler.h" bases="QObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QImageIOPlugin" fullname="QImageIOPlugin::QImageIOPlugin" href="qimageioplugin.html#QImageIOPlugin" location="qimageiohandler.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QImageIOPlugin(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QImageIOPlugin" fullname="QImageIOPlugin::~QImageIOPlugin" href="qimageioplugin.html#dtor.QImageIOPlugin" location="qimageiohandler.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QImageIOPlugin()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Capability" fullname="QImageIOPlugin::Capability" href="qimageioplugin.html#Capability-enum" location="qimageiohandler.h" typedef="QImageIOPlugin::Capabilities">
+ <value name="CanRead" value="0x1"/>
+ <value name="CanWrite" value="0x2"/>
+ <value name="CanReadIncremental" value="0x4"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Capabilities" fullname="QImageIOPlugin::Capabilities" href="qimageioplugin.html#Capabilities-typedef" location="qimageiohandler.h" enum="QImageIOPlugin::Capability"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="capabilities" fullname="QImageIOPlugin::capabilities" href="qimageioplugin.html#capabilities" location="qimageiohandler.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="Capabilities" signature="capabilities(QIODevice * device, const QByteArray &amp; format) const">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QImageIOPlugin::keys" href="qimageioplugin.html#keys" location="qimageiohandler.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="keys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QImageIOPlugin::create" href="qimageioplugin.html#create" location="qimageiohandler.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QImageIOHandler *" signature="create(QIODevice * device, const QByteArray &amp; format) const">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="format" default="QByteArray()"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QFont" href="qfont.html" location="qfont.h" bases="" module="QtGui">
+ <target name="fontmatching"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleHint" fullname="QFont::StyleHint" href="qfont.html#StyleHint-enum" location="qfont.h">
+ <value name="Helvetica" value="0"/>
+ <value name="SansSerif" value="Helvetica"/>
+ <value name="Times" value=""/>
+ <value name="Serif" value="Times"/>
+ <value name="Courier" value=""/>
+ <value name="TypeWriter" value="Courier"/>
+ <value name="OldEnglish" value=""/>
+ <value name="Decorative" value="OldEnglish"/>
+ <value name="System" value=""/>
+ <value name="AnyStyle" value=""/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleStrategy" fullname="QFont::StyleStrategy" href="qfont.html#StyleStrategy-enum" location="qfont.h">
+ <value name="PreferDefault" value="0x0001"/>
+ <value name="PreferBitmap" value="0x0002"/>
+ <value name="PreferDevice" value="0x0004"/>
+ <value name="PreferOutline" value="0x0008"/>
+ <value name="ForceOutline" value="0x0010"/>
+ <value name="PreferMatch" value="0x0020"/>
+ <value name="PreferQuality" value="0x0040"/>
+ <value name="PreferAntialias" value="0x0080"/>
+ <value name="NoAntialias" value="0x0100"/>
+ <value name="OpenGLCompatible" value="0x0200"/>
+ <value name="NoFontMerging" value="0x8000"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Weight" fullname="QFont::Weight" href="qfont.html#Weight-enum" location="qfont.h">
+ <value name="Light" value="25"/>
+ <value name="Normal" value="50"/>
+ <value name="DemiBold" value="63"/>
+ <value name="Bold" value="75"/>
+ <value name="Black" value="87"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Style" fullname="QFont::Style" href="qfont.html#Style-enum" location="qfont.h">
+ <value name="StyleNormal" value="0"/>
+ <value name="StyleItalic" value="1"/>
+ <value name="StyleOblique" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Stretch" fullname="QFont::Stretch" href="qfont.html#Stretch-enum" location="qfont.h">
+ <value name="UltraCondensed" value="50"/>
+ <value name="ExtraCondensed" value="62"/>
+ <value name="Condensed" value="75"/>
+ <value name="SemiCondensed" value="87"/>
+ <value name="Unstretched" value="100"/>
+ <value name="SemiExpanded" value="112"/>
+ <value name="Expanded" value="125"/>
+ <value name="ExtraExpanded" value="150"/>
+ <value name="UltraExpanded" value="200"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Capitalization" fullname="QFont::Capitalization" href="qfont.html#Capitalization-enum" location="qfont.h">
+ <value name="MixedCase" value="0"/>
+ <value name="AllUppercase" value="1"/>
+ <value name="AllLowercase" value="2"/>
+ <value name="SmallCaps" value="3"/>
+ <value name="Capitalize" value="4"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SpacingType" fullname="QFont::SpacingType" href="qfont.html#SpacingType-enum" location="qfont.h">
+ <value name="PercentageSpacing" value="0"/>
+ <value name="AbsoluteSpacing" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFont" fullname="QFont::QFont" href="qfont.html#QFont" location="qfont.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFont()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFont" fullname="QFont::QFont" href="qfont.html#QFont-2" location="qfont.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QFont(const QString &amp; family, int pointSize, int weight, bool italic)">
+ <parameter left="const QString &amp;" right="" name="family" default=""/>
+ <parameter left="int" right="" name="pointSize" default="-1"/>
+ <parameter left="int" right="" name="weight" default="-1"/>
+ <parameter left="bool" right="" name="italic" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFont" fullname="QFont::QFont" href="qfont.html#QFont-3" location="qfont.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QFont(const QFont &amp; font, QPaintDevice * pd)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ <parameter left="QPaintDevice *" right="" name="pd" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFont" fullname="QFont::QFont" href="qfont.html#QFont-4" location="qfont.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QFont(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFont" fullname="QFont::~QFont" href="qfont.html#dtor.QFont" location="qfont.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFont()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="family" fullname="QFont::family" href="qfont.html#family" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="family() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFamily" fullname="QFont::setFamily" href="qfont.html#setFamily" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFamily(const QString &amp; family)">
+ <parameter left="const QString &amp;" right="" name="family" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pointSize" fullname="QFont::pointSize" href="qfont.html#pointSize" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="pointSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPointSize" fullname="QFont::setPointSize" href="qfont.html#setPointSize" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPointSize(int pointSize)">
+ <parameter left="int" right="" name="pointSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pointSizeF" fullname="QFont::pointSizeF" href="qfont.html#pointSizeF" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="pointSizeF() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPointSizeF" fullname="QFont::setPointSizeF" href="qfont.html#setPointSizeF" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPointSizeF(qreal pointSize)">
+ <parameter left="qreal" right="" name="pointSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixelSize" fullname="QFont::pixelSize" href="qfont.html#pixelSize" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="pixelSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPixelSize" fullname="QFont::setPixelSize" href="qfont.html#setPixelSize" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPixelSize(int pixelSize)">
+ <parameter left="int" right="" name="pixelSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="weight" fullname="QFont::weight" href="qfont.html#weight" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="weight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWeight" fullname="QFont::setWeight" href="qfont.html#setWeight" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWeight(int weight)">
+ <parameter left="int" right="" name="weight" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bold" fullname="QFont::bold" href="qfont.html#bold" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="bold() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBold" fullname="QFont::setBold" href="qfont.html#setBold" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBold(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStyle" fullname="QFont::setStyle" href="qfont.html#setStyle" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStyle(Style style)">
+ <parameter left="Style" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="style" fullname="QFont::style" href="qfont.html#style" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Style" signature="style() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="italic" fullname="QFont::italic" href="qfont.html#italic" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="italic() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItalic" fullname="QFont::setItalic" href="qfont.html#setItalic" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItalic(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="underline" fullname="QFont::underline" href="qfont.html#underline" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="underline() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUnderline" fullname="QFont::setUnderline" href="qfont.html#setUnderline" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUnderline(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="overline" fullname="QFont::overline" href="qfont.html#overline" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="overline() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOverline" fullname="QFont::setOverline" href="qfont.html#setOverline" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOverline(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="strikeOut" fullname="QFont::strikeOut" href="qfont.html#strikeOut" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="strikeOut() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStrikeOut" fullname="QFont::setStrikeOut" href="qfont.html#setStrikeOut" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStrikeOut(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fixedPitch" fullname="QFont::fixedPitch" href="qfont.html#fixedPitch" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="fixedPitch() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFixedPitch" fullname="QFont::setFixedPitch" href="qfont.html#setFixedPitch" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFixedPitch(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="kerning" fullname="QFont::kerning" href="qfont.html#kerning" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="kerning() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setKerning" fullname="QFont::setKerning" href="qfont.html#setKerning" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setKerning(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="styleHint" fullname="QFont::styleHint" href="qfont.html#styleHint" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="StyleHint" signature="styleHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="styleStrategy" fullname="QFont::styleStrategy" href="qfont.html#styleStrategy" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="StyleStrategy" signature="styleStrategy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStyleHint" fullname="QFont::setStyleHint" href="qfont.html#setStyleHint" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStyleHint(StyleHint hint, StyleStrategy strategy)">
+ <parameter left="StyleHint" right="" name="hint" default=""/>
+ <parameter left="StyleStrategy" right="" name="strategy" default="PreferDefault"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStyleStrategy" fullname="QFont::setStyleStrategy" href="qfont.html#setStyleStrategy" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStyleStrategy(StyleStrategy s)">
+ <parameter left="StyleStrategy" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stretch" fullname="QFont::stretch" href="qfont.html#stretch" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="stretch() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStretch" fullname="QFont::setStretch" href="qfont.html#setStretch" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStretch(int factor)">
+ <parameter left="int" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="letterSpacing" fullname="QFont::letterSpacing" href="qfont.html#letterSpacing" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="letterSpacing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="letterSpacingType" fullname="QFont::letterSpacingType" href="qfont.html#letterSpacingType" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="SpacingType" signature="letterSpacingType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLetterSpacing" fullname="QFont::setLetterSpacing" href="qfont.html#setLetterSpacing" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLetterSpacing(SpacingType type, qreal spacing)">
+ <parameter left="SpacingType" right="" name="type" default=""/>
+ <parameter left="qreal" right="" name="spacing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wordSpacing" fullname="QFont::wordSpacing" href="qfont.html#wordSpacing" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="wordSpacing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWordSpacing" fullname="QFont::setWordSpacing" href="qfont.html#setWordSpacing" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWordSpacing(qreal spacing)">
+ <parameter left="qreal" right="" name="spacing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCapitalization" fullname="QFont::setCapitalization" href="qfont.html#setCapitalization" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCapitalization(Capitalization caps)">
+ <parameter left="Capitalization" right="" name="caps" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="capitalization" fullname="QFont::capitalization" href="qfont.html#capitalization" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Capitalization" signature="capitalization() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rawMode" fullname="QFont::rawMode" href="qfont.html#rawMode" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="rawMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRawMode" fullname="QFont::setRawMode" href="qfont.html#setRawMode" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRawMode(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exactMatch" fullname="QFont::exactMatch" href="qfont.html#exactMatch" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="exactMatch() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QFont::operator=" href="qfont.html#operator=" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QFont &amp;" signature="operator=(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QFont::operator==" href="qfont.html#operator==" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QFont &amp; f) const">
+ <parameter left="const QFont &amp;" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QFont::operator!=" href="qfont.html#operator!=" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QFont &amp; f) const">
+ <parameter left="const QFont &amp;" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QFont::operator&lt;" href="qfont.html#operator&lt;" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;(const QFont &amp; f) const">
+ <parameter left="const QFont &amp;" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QVariant" fullname="QFont::operator QVariant" href="qfont.html#operator QVariant" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QVariant() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCopyOf" fullname="QFont::isCopyOf" href="qfont.html#isCopyOf" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCopyOf(const QFont &amp; f) const">
+ <parameter left="const QFont &amp;" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="handle" fullname="QFont::handle" href="qfont.html#handle" location="qfont_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="HFONT" signature="handle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="macFontID" fullname="QFont::macFontID" href="qfont.html#macFontID" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="quint32" signature="macFontID() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="freetypeFace" fullname="QFont::freetypeFace" href="qfont.html#freetypeFace" location="qfont_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="FT_Face" signature="freetypeFace() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRawName" fullname="QFont::setRawName" href="qfont.html#setRawName" location="qfont_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRawName(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rawName" fullname="QFont::rawName" href="qfont.html#rawName" location="qfont_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="rawName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="QFont::key" href="qfont.html#key" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="key() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QFont::toString" href="qfont.html#toString" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromString" fullname="QFont::fromString" href="qfont.html#fromString" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="fromString(const QString &amp; descrip)">
+ <parameter left="const QString &amp;" right="" name="descrip" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="substitute" fullname="QFont::substitute" href="qfont.html#substitute" location="qfont.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="substitute(const QString &amp; familyName)">
+ <parameter left="const QString &amp;" right="" name="familyName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="substitutes" fullname="QFont::substitutes" href="qfont.html#substitutes" location="qfont.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="substitutes(const QString &amp; familyName)">
+ <parameter left="const QString &amp;" right="" name="familyName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="substitutions" fullname="QFont::substitutions" href="qfont.html#substitutions" location="qfont.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="substitutions()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertSubstitution" fullname="QFont::insertSubstitution" href="qfont.html#insertSubstitution" location="qfont.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="insertSubstitution(const QString &amp; familyName, const QString &amp; substituteName)">
+ <parameter left="const QString &amp;" right="" name="familyName" default=""/>
+ <parameter left="const QString &amp;" right="" name="substituteName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertSubstitutions" fullname="QFont::insertSubstitutions" href="qfont.html#insertSubstitutions" location="qfont.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="insertSubstitutions(const QString &amp; familyName, const QStringList &amp; substituteNames)">
+ <parameter left="const QString &amp;" right="" name="familyName" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="substituteNames" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeSubstitution" fullname="QFont::removeSubstitution" href="qfont.html#removeSubstitution" location="qfont.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="removeSubstitution(const QString &amp; familyName)">
+ <parameter left="const QString &amp;" right="" name="familyName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultFamily" fullname="QFont::defaultFamily" href="qfont.html#defaultFamily" location="qfont_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="defaultFamily() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastResortFamily" fullname="QFont::lastResortFamily" href="qfont.html#lastResortFamily" location="qfont_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="lastResortFamily() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastResortFont" fullname="QFont::lastResortFont" href="qfont.html#lastResortFont" location="qfont_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="lastResortFont() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resolve" fullname="QFont::resolve" href="qfont.html#resolve" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFont" signature="resolve(const QFont &amp; other) const">
+ <parameter left="const QFont &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="defaultFont" fullname="QFont::defaultFont" href="qfont-qt3.html#defaultFont" location="qfont.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QFont" signature="defaultFont()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setDefaultFont" fullname="QFont::setDefaultFont" href="qfont-qt3.html#setDefaultFont" location="qfont.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setDefaultFont(const QFont &amp; f)">
+ <parameter left="const QFont &amp;" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setPixelSizeFloat" fullname="QFont::setPixelSizeFloat" href="qfont-qt3.html#setPixelSizeFloat" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPixelSizeFloat(qreal pixelSize)">
+ <parameter left="qreal" right="" name="pixelSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="pointSizeFloat" fullname="QFont::pointSizeFloat" href="qfont-qt3.html#pointSizeFloat" location="qfont.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="pointSizeFloat() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setPointSizeFloat" fullname="QFont::setPointSizeFloat" href="qfont-qt3.html#setPointSizeFloat" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPointSizeFloat(qreal size)">
+ <parameter left="qreal" right="" name="size" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qfont.html#operator&lt;&lt;-43" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="43" relates="QFont" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; s, const QFont &amp; font)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qfont.html#operator&gt;&gt;-24" location="qfont.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="24" relates="QFont" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; s, QFont &amp; font)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qscriptdebuggerresponse.html#operator&lt;&lt;-45" location="qscriptdebuggerresponse.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="45" relates="QScriptDebuggerResponse" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QScriptDebuggerResponse &amp; response)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QScriptDebuggerResponse &amp;" right="" name="response" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qscriptdebuggerresponse.html#operator&gt;&gt;-25" location="qscriptdebuggerresponse.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="25" relates="QScriptDebuggerResponse" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QScriptDebuggerResponse &amp; response)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QScriptDebuggerResponse &amp;" right="" name="response" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QFxItem" href="qfxitem.html" location="qfxitem.h" bases="QmlParserStatus,QGraphicsObject" module="QtDeclarative">
+ <property access="public" threadsafety="unspecified" status="commendable" name="parent" fullname="QFxItem::parent" href="qfxitem.html#parent-prop" location="qfxitem.h" type="QFxItem *">
+ <getter name="parentItem"/>
+ <setter name="setParentItem"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QFxItem::data" href="qfxitem.html#data-prop" location="qfxitem.h" type="QmlList&lt;QObject *&gt; *">
+ <getter name="data"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="children" fullname="QFxItem::children" href="qfxitem.html#children-prop" location="qfxitem.h" type="QmlList&lt;QFxItem *&gt; *">
+ <getter name="children"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="resources" fullname="QFxItem::resources" href="qfxitem.html#resources-prop" location="qfxitem.h" type="QmlList&lt;QObject *&gt; *">
+ <getter name="resources"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="states" fullname="QFxItem::states" href="qfxitem.html#states-prop" location="qfxitem.h" type="QmlList&lt;QmlState *&gt; *">
+ <getter name="states"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="transitions" fullname="QFxItem::transitions" href="qfxitem.html#transitions-prop" location="qfxitem.h" type="QmlList&lt;QmlTransition *&gt; *">
+ <getter name="transitions"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QFxItem::state" href="qfxitem.html#state-prop" location="qfxitem.h" type="QString">
+ <getter name="state"/>
+ <setter name="setState"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QFxItem::width" href="qfxitem.html#width-prop" location="qfxitem.h" type="qreal">
+ <getter name="width"/>
+ <setter name="setWidth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="height" fullname="QFxItem::height" href="qfxitem.html#height-prop" location="qfxitem.h" type="qreal">
+ <getter name="height"/>
+ <setter name="setHeight"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="childrenRect" fullname="QFxItem::childrenRect" href="qfxitem.html#childrenRect-prop" location="qfxitem.h" type="QRectF">
+ <getter name="childrenRect"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="anchors" fullname="QFxItem::anchors" href="qfxitem.html#anchors-prop" location="qfxitem.h" type="QFxAnchors *">
+ <getter name="anchors"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="left" fullname="QFxItem::left" href="qfxitem.html#left-prop" location="qfxitem.h" type="QFxAnchorLine"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="right" fullname="QFxItem::right" href="qfxitem.html#right-prop" location="qfxitem.h" type="QFxAnchorLine"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="horizontalCenter" fullname="QFxItem::horizontalCenter" href="qfxitem.html#horizontalCenter-prop" location="qfxitem.h" type="QFxAnchorLine"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="top" fullname="QFxItem::top" href="qfxitem.html#top-prop" location="qfxitem.h" type="QFxAnchorLine"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="bottom" fullname="QFxItem::bottom" href="qfxitem.html#bottom-prop" location="qfxitem.h" type="QFxAnchorLine"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="verticalCenter" fullname="QFxItem::verticalCenter" href="qfxitem.html#verticalCenter-prop" location="qfxitem.h" type="QFxAnchorLine"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="baseline" fullname="QFxItem::baseline" href="qfxitem.html#baseline-prop" location="qfxitem.h" type="QFxAnchorLine"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="baselineOffset" fullname="QFxItem::baselineOffset" href="qfxitem.html#baselineOffset-prop" location="qfxitem.h" type="qreal">
+ <getter name="baselineOffset"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="clip" fullname="QFxItem::clip" href="qfxitem.html#clip-prop" location="qfxitem.h" type="bool">
+ <getter name="clip"/>
+ <setter name="setClip"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="focus" fullname="QFxItem::focus" href="qfxitem.html#focus-prop" location="qfxitem.h" type="bool">
+ <getter name="hasFocus"/>
+ <setter name="setFocus"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="activeFocus" fullname="QFxItem::activeFocus" href="qfxitem.html#activeFocus-prop" location="qfxitem.h" type="bool">
+ <getter name="hasActiveFocus"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="transform" fullname="QFxItem::transform" href="qfxitem.html#transform-prop" location="qfxitem.h" type="QmlList&lt;QGraphicsTransform *&gt; *">
+ <getter name="transform"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="transformOrigin" fullname="QFxItem::transformOrigin" href="qfxitem.html#transformOrigin-prop" location="qfxitem.h" type="TransformOrigin">
+ <getter name="transformOrigin"/>
+ <setter name="setTransformOrigin"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="smooth" fullname="QFxItem::smooth" href="qfxitem.html#smooth-prop" location="qfxitem.h" type="bool">
+ <getter name="smoothTransform"/>
+ <setter name="setSmoothTransform"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="TransformOrigin" fullname="QFxItem::TransformOrigin" href="qfxitem.html#TransformOrigin-enum" location="qfxitem.h">
+ <value name="TopLeft" value="0"/>
+ <value name="Top" value="1"/>
+ <value name="TopRight" value="2"/>
+ <value name="Left" value="3"/>
+ <value name="Center" value="4"/>
+ <value name="Right" value="5"/>
+ <value name="BottomLeft" value="6"/>
+ <value name="Bottom" value="7"/>
+ <value name="BottomRight" value="8"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFxItem" fullname="QFxItem::QFxItem" href="qfxitem.html#QFxItem" location="qfxitem.cpp" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFxItem(QFxItem * parent)">
+ <parameter left="QFxItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFxItem" fullname="QFxItem::~QFxItem" href="qfxitem.html#dtor.QFxItem" location="qfxitem.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFxItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parentItem" fullname="QFxItem::parentItem" href="qfxitem.html#parent-prop" location="qfxitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="parent" type="QFxItem *" signature="parentItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setParentItem" fullname="QFxItem::setParentItem" href="qfxitem.html#parent-prop" location="qfxitem.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="parent" type="void" signature="setParentItem(QFxItem * parent)">
+ <parameter left="QFxItem *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setParent" fullname="QFxItem::setParent" href="qfxitem.html#setParent" location="qfxitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setParent(QFxItem * parent)">
+ <parameter left="QFxItem *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QFxItem::data" href="qfxitem.html#data-prop" location="qfxitem.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="data" type="QmlList&lt;QObject *&gt; *" signature="data()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="children" fullname="QFxItem::children" href="qfxitem.html#children-prop" location="qfxitem.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="children" type="QmlList&lt;QFxItem *&gt; *" signature="children()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resources" fullname="QFxItem::resources" href="qfxitem.html#resources-prop" location="qfxitem.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="resources" type="QmlList&lt;QObject *&gt; *" signature="resources()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="anchors" fullname="QFxItem::anchors" href="qfxitem.html#anchors-prop" location="qfxitem.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="anchors" type="QFxAnchors *" signature="anchors()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childrenRect" fullname="QFxItem::childrenRect" href="qfxitem.html#childrenRect-prop" location="qfxitem.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="childrenRect" type="QRectF" signature="childrenRect()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clip" fullname="QFxItem::clip" href="qfxitem.html#clip-prop" location="qfxitem.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="clip" type="bool" signature="clip() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setClip" fullname="QFxItem::setClip" href="qfxitem.html#clip-prop" location="qfxitem.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="clip" type="void" signature="setClip(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="states" fullname="QFxItem::states" href="qfxitem.html#states-prop" location="qfxitem.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="states" type="QmlList&lt;QmlState *&gt; *" signature="states()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transitions" fullname="QFxItem::transitions" href="qfxitem.html#transitions-prop" location="qfxitem.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="transitions" type="QmlList&lt;QmlTransition *&gt; *" signature="transitions()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QFxItem::state" href="qfxitem.html#state-prop" location="qfxitem.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="state" type="QString" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setState" fullname="QFxItem::setState" href="qfxitem.html#state-prop" location="qfxitem.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="state" type="void" signature="setState(const QString &amp; )">
+ <parameter left="const QString &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="baselineOffset" fullname="QFxItem::baselineOffset" href="qfxitem.html#baselineOffset-prop" location="qfxitem.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="baselineOffset" type="qreal" signature="baselineOffset() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transform" fullname="QFxItem::transform" href="qfxitem.html#transform-prop" location="qfxitem.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="transform" type="QmlList&lt;QGraphicsTransform *&gt; *" signature="transform()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QFxItem::width" href="qfxitem.html#width-prop" location="qfxitem.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="width" type="qreal" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidth" fullname="QFxItem::setWidth" href="qfxitem.html#width-prop" location="qfxitem.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="width" type="void" signature="setWidth(qreal )">
+ <parameter left="qreal" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="QFxItem::height" href="qfxitem.html#height-prop" location="qfxitem.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="height" type="qreal" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHeight" fullname="QFxItem::setHeight" href="qfxitem.html#height-prop" location="qfxitem.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="height" type="void" signature="setHeight(qreal )">
+ <parameter left="qreal" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transformOrigin" fullname="QFxItem::transformOrigin" href="qfxitem.html#transformOrigin-prop" location="qfxitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="transformOrigin" type="TransformOrigin" signature="transformOrigin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTransformOrigin" fullname="QFxItem::setTransformOrigin" href="qfxitem.html#transformOrigin-prop" location="qfxitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="transformOrigin" type="void" signature="setTransformOrigin(TransformOrigin origin)">
+ <parameter left="TransformOrigin" right="" name="origin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="smoothTransform" fullname="QFxItem::smoothTransform" href="qfxitem.html#smooth-prop" location="qfxitem.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="smooth" type="bool" signature="smoothTransform() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSmoothTransform" fullname="QFxItem::setSmoothTransform" href="qfxitem.html#smooth-prop" location="qfxitem.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="smooth" type="void" signature="setSmoothTransform(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QFxItem::boundingRect" href="qfxitem.html#boundingRect" location="qfxitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="QFxItem::paint" href="qfxitem.html#paint" location="qfxitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paint(QPainter * , const QStyleOptionGraphicsItem * , QWidget * )">
+ <parameter left="QPainter *" right="" name="" default=""/>
+ <parameter left="const QStyleOptionGraphicsItem *" right="" name="" default=""/>
+ <parameter left="QWidget *" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasFocus" fullname="QFxItem::hasFocus" href="qfxitem.html#focus-prop" location="qfxitem.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" associated-property="focus" type="bool" signature="hasFocus() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFocus" fullname="QFxItem::setFocus" href="qfxitem.html#focus-prop" location="qfxitem.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="focus" type="void" signature="setFocus(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasActiveFocus" fullname="QFxItem::hasActiveFocus" href="qfxitem.html#activeFocus-prop" location="qfxitem.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="activeFocus" type="bool" signature="hasActiveFocus() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keepMouseGrab" fullname="QFxItem::keepMouseGrab" href="qfxitem.html#keepMouseGrab" location="qfxitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="keepMouseGrab() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setKeepMouseGrab" fullname="QFxItem::setKeepMouseGrab" href="qfxitem.html#setKeepMouseGrab" location="qfxitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setKeepMouseGrab(bool keep)">
+ <parameter left="bool" right="" name="keep" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="xChanged" fullname="QFxItem::xChanged" href="qfxitem.html#xChanged" location="qfxitem.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="xChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="yChanged" fullname="QFxItem::yChanged" href="qfxitem.html#yChanged" location="qfxitem.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="yChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widthChanged" fullname="QFxItem::widthChanged" href="qfxitem.html#widthChanged" location="qfxitem.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="widthChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="heightChanged" fullname="QFxItem::heightChanged" href="qfxitem.html#heightChanged" location="qfxitem.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="heightChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childrenRectChanged" fullname="QFxItem::childrenRectChanged" href="qfxitem.html#childrenRectChanged" location="qfxitem.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="childrenRectChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="baselineOffsetChanged" fullname="QFxItem::baselineOffsetChanged" href="qfxitem.html#baselineOffsetChanged" location="qfxitem.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="baselineOffsetChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stateChanged" fullname="QFxItem::stateChanged" href="qfxitem.html#stateChanged" location="qfxitem.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="stateChanged(const QString &amp; state)">
+ <parameter left="const QString &amp;" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="focusChanged" fullname="QFxItem::focusChanged" href="qfxitem.html#focusChanged" location="qfxitem.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="focusChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activeFocusChanged" fullname="QFxItem::activeFocusChanged" href="qfxitem.html#activeFocusChanged" location="qfxitem.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="activeFocusChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parentChanged" fullname="QFxItem::parentChanged" href="qfxitem.html#parentChanged" location="qfxitem.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="parentChanged()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="isComponentComplete" fullname="QFxItem::isComponentComplete" href="qfxitem.html#isComponentComplete" location="qfxitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isComponentComplete() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sceneEvent" fullname="QFxItem::sceneEvent" href="qfxitem.html#sceneEvent" location="qfxitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="sceneEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QFxItem::event" href="qfxitem.html#event" location="qfxitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * ev)">
+ <parameter left="QEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="itemChange" fullname="QFxItem::itemChange" href="qfxitem.html#itemChange" location="qfxitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QVariant" signature="itemChange(GraphicsItemChange change, const QVariant &amp; value)">
+ <parameter left="GraphicsItemChange" right="" name="change" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setImplicitWidth" fullname="QFxItem::setImplicitWidth" href="qfxitem.html#setImplicitWidth" location="qfxitem.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setImplicitWidth(qreal )">
+ <parameter left="qreal" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="widthValid" fullname="QFxItem::widthValid" href="qfxitem.html#widthValid" location="qfxitem.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="widthValid() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setImplicitHeight" fullname="QFxItem::setImplicitHeight" href="qfxitem.html#setImplicitHeight" location="qfxitem.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setImplicitHeight(qreal )">
+ <parameter left="qreal" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="heightValid" fullname="QFxItem::heightValid" href="qfxitem.html#heightValid" location="qfxitem.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="heightValid() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="classBegin" fullname="QFxItem::classBegin" href="qfxitem.html#classBegin" location="qfxitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="classBegin()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="componentComplete" fullname="QFxItem::componentComplete" href="qfxitem.html#componentComplete" location="qfxitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="componentComplete()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusChanged" fullname="QFxItem::focusChanged" href="qfxitem.html#focusChanged-2" location="qfxitem.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="focusChanged(bool flag)">
+ <parameter left="bool" right="" name="flag" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="activeFocusChanged" fullname="QFxItem::activeFocusChanged" href="qfxitem.html#activeFocusChanged-2" location="qfxitem.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="activeFocusChanged(bool flag)">
+ <parameter left="bool" right="" name="flag" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QFxItem::keyPressEvent" href="qfxitem.html#keyPressEvent" location="qfxitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * event)">
+ <parameter left="QKeyEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyReleaseEvent" fullname="QFxItem::keyReleaseEvent" href="qfxitem.html#keyReleaseEvent" location="qfxitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyReleaseEvent(QKeyEvent * event)">
+ <parameter left="QKeyEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="geometryChanged" fullname="QFxItem::geometryChanged" href="qfxitem.html#geometryChanged" location="qfxitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="geometryChanged(const QRectF &amp; newGeometry, const QRectF &amp; oldGeometry)">
+ <parameter left="const QRectF &amp;" right="" name="newGeometry" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="oldGeometry" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3Painter" href="q3painter.html" location="q3painter.h" bases="QPainter" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Painter" fullname="Q3Painter::Q3Painter" href="q3painter.html#Q3Painter" location="q3painter.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3Painter()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Painter" fullname="Q3Painter::Q3Painter" href="q3painter.html#Q3Painter-2" location="q3painter.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3Painter(QPaintDevice * pdev)">
+ <parameter left="QPaintDevice *" right="" name="pdev" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawRect" fullname="Q3Painter::drawRect" href="q3painter.html#drawRect" location="q3painter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawRect(const QRect &amp; r)">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawRect" fullname="Q3Painter::drawRect" href="q3painter.html#drawRect-2" location="q3painter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawRect(int x, int y, int w, int h)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawRoundRect" fullname="Q3Painter::drawRoundRect" href="q3painter.html#drawRoundRect" location="q3painter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawRoundRect(const QRect &amp; r, int xrnd, int yrnd)">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ <parameter left="int" right="" name="xrnd" default="25"/>
+ <parameter left="int" right="" name="yrnd" default="25"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawRoundRect" fullname="Q3Painter::drawRoundRect" href="q3painter.html#drawRoundRect-2" location="q3painter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawRoundRect(int x, int y, int w, int h, int xrnd, int yrnd)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="int" right="" name="xrnd" default="25"/>
+ <parameter left="int" right="" name="yrnd" default="25"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawEllipse" fullname="Q3Painter::drawEllipse" href="q3painter.html#drawEllipse" location="q3painter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawEllipse(const QRect &amp; r)">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawEllipse" fullname="Q3Painter::drawEllipse" href="q3painter.html#drawEllipse-2" location="q3painter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawEllipse(int x, int y, int width, int height)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawArc" fullname="Q3Painter::drawArc" href="q3painter.html#drawArc" location="q3painter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawArc(const QRect &amp; r, int a, int alen)">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ <parameter left="int" right="" name="a" default=""/>
+ <parameter left="int" right="" name="alen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawArc" fullname="Q3Painter::drawArc" href="q3painter.html#drawArc-2" location="q3painter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawArc(int x, int y, int w, int h, int startAngle, int spanAngle)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="int" right="" name="startAngle" default=""/>
+ <parameter left="int" right="" name="spanAngle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPie" fullname="Q3Painter::drawPie" href="q3painter.html#drawPie" location="q3painter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawPie(const QRect &amp; r, int a, int alen)">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ <parameter left="int" right="" name="a" default=""/>
+ <parameter left="int" right="" name="alen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPie" fullname="Q3Painter::drawPie" href="q3painter.html#drawPie-2" location="q3painter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawPie(int x, int y, int w, int h, int startAngle, int spanAngle)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="int" right="" name="startAngle" default=""/>
+ <parameter left="int" right="" name="spanAngle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawChord" fullname="Q3Painter::drawChord" href="q3painter.html#drawChord" location="q3painter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawChord(const QRect &amp; r, int a, int alen)">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ <parameter left="int" right="" name="a" default=""/>
+ <parameter left="int" right="" name="alen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawChord" fullname="Q3Painter::drawChord" href="q3painter.html#drawChord-2" location="q3painter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawChord(int x, int y, int w, int h, int startAngle, int spanAngle)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="int" right="" name="startAngle" default=""/>
+ <parameter left="int" right="" name="spanAngle" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPrintPreviewDialog" href="qprintpreviewdialog.html" location="qprintpreviewdialog.h" bases="QDialog" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPrintPreviewDialog" fullname="QPrintPreviewDialog::QPrintPreviewDialog" href="qprintpreviewdialog.html#QPrintPreviewDialog-2" location="qprintpreviewdialog.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QPrintPreviewDialog(QWidget * parent, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPrintPreviewDialog" fullname="QPrintPreviewDialog::QPrintPreviewDialog" href="qprintpreviewdialog.html#QPrintPreviewDialog" location="qprintpreviewdialog.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPrintPreviewDialog(QPrinter * printer, QWidget * parent, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="QPrinter *" right="" name="printer" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPrintPreviewDialog" fullname="QPrintPreviewDialog::~QPrintPreviewDialog" href="qprintpreviewdialog.html#dtor.QPrintPreviewDialog" location="qprintpreviewdialog.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPrintPreviewDialog()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QPrintPreviewDialog::open" href="qprintpreviewdialog.html#open" location="qprintpreviewdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="open(QObject * receiver, const char * member)">
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="printer" fullname="QPrintPreviewDialog::printer" href="qprintpreviewdialog.html#printer" location="qprintpreviewdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPrinter *" signature="printer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="QPrintPreviewDialog::setVisible" href="qprintpreviewdialog.html#setVisible" location="qprintpreviewdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="done" fullname="QPrintPreviewDialog::done" href="qprintpreviewdialog.html#done" location="qprintpreviewdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="done(int result)">
+ <parameter left="int" right="" name="result" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paintRequested" fullname="QPrintPreviewDialog::paintRequested" href="qprintpreviewdialog.html#paintRequested" location="qprintpreviewdialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="paintRequested(QPrinter * printer)">
+ <parameter left="QPrinter *" right="" name="printer" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QScriptValueIterator" href="qscriptvalueiterator.html" location="qscriptvalueiterator.h" bases="" module="QtScript">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScriptValueIterator" fullname="QScriptValueIterator::QScriptValueIterator" href="qscriptvalueiterator.html#QScriptValueIterator" location="qscriptvalueiterator.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QScriptValueIterator(const QScriptValue &amp; object)">
+ <parameter left="const QScriptValue &amp;" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QScriptValueIterator" fullname="QScriptValueIterator::~QScriptValueIterator" href="qscriptvalueiterator.html#dtor.QScriptValueIterator" location="qscriptvalueiterator.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QScriptValueIterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasNext" fullname="QScriptValueIterator::hasNext" href="qscriptvalueiterator.html#hasNext" location="qscriptvalueiterator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="QScriptValueIterator::next" href="qscriptvalueiterator.html#next" location="qscriptvalueiterator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="next()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPrevious" fullname="QScriptValueIterator::hasPrevious" href="qscriptvalueiterator.html#hasPrevious" location="qscriptvalueiterator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previous" fullname="QScriptValueIterator::previous" href="qscriptvalueiterator.html#previous" location="qscriptvalueiterator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="previous()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QScriptValueIterator::name" href="qscriptvalueiterator.html#name" location="qscriptvalueiterator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scriptName" fullname="QScriptValueIterator::scriptName" href="qscriptvalueiterator.html#scriptName" location="qscriptvalueiterator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptString" signature="scriptName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QScriptValueIterator::value" href="qscriptvalueiterator.html#value" location="qscriptvalueiterator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptValue" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QScriptValueIterator::setValue" href="qscriptvalueiterator.html#setValue" location="qscriptvalueiterator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setValue(const QScriptValue &amp; value)">
+ <parameter left="const QScriptValue &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flags" fullname="QScriptValueIterator::flags" href="qscriptvalueiterator.html#flags" location="qscriptvalueiterator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptValue::PropertyFlags" signature="flags() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QScriptValueIterator::remove" href="qscriptvalueiterator.html#remove" location="qscriptvalueiterator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="remove()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFront" fullname="QScriptValueIterator::toFront" href="qscriptvalueiterator.html#toFront" location="qscriptvalueiterator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toFront()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toBack" fullname="QScriptValueIterator::toBack" href="qscriptvalueiterator.html#toBack" location="qscriptvalueiterator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toBack()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QScriptValueIterator::operator=" href="qscriptvalueiterator.html#operator=" location="qscriptvalueiterator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptValueIterator &amp;" signature="operator=(QScriptValue &amp; object)">
+ <parameter left="QScriptValue &amp;" right="" name="object" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWebHistoryInterface" href="qwebhistoryinterface.html" location="qwebhistoryinterface.h" bases="QObject" module="QtWebKit">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWebHistoryInterface" fullname="QWebHistoryInterface::QWebHistoryInterface" href="qwebhistoryinterface.html#QWebHistoryInterface" location="qwebhistoryinterface.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWebHistoryInterface(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWebHistoryInterface" fullname="QWebHistoryInterface::~QWebHistoryInterface" href="qwebhistoryinterface.html#dtor.QWebHistoryInterface" location="qwebhistoryinterface.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWebHistoryInterface()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultInterface" fullname="QWebHistoryInterface::setDefaultInterface" href="qwebhistoryinterface.html#setDefaultInterface" location="qwebhistoryinterface.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setDefaultInterface(QWebHistoryInterface * defaultInterface)">
+ <parameter left="QWebHistoryInterface *" right="" name="defaultInterface" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultInterface" fullname="QWebHistoryInterface::defaultInterface" href="qwebhistoryinterface.html#defaultInterface" location="qwebhistoryinterface.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QWebHistoryInterface *" signature="defaultInterface()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="historyContains" fullname="QWebHistoryInterface::historyContains" href="qwebhistoryinterface.html#historyContains" location="qwebhistoryinterface.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="historyContains(const QString &amp; url) const">
+ <parameter left="const QString &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addHistoryEntry" fullname="QWebHistoryInterface::addHistoryEntry" href="qwebhistoryinterface.html#addHistoryEntry" location="qwebhistoryinterface.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="addHistoryEntry(const QString &amp; url)">
+ <parameter left="const QString &amp;" right="" name="url" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QCheckBox" href="qcheckbox.html" location="qcheckbox.h" bases="QAbstractButton" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="tristate" fullname="QCheckBox::tristate" href="qcheckbox.html#tristate-prop" location="qcheckbox.h" type="bool">
+ <getter name="isTristate"/>
+ <setter name="setTristate"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCheckBox" fullname="QCheckBox::QCheckBox" href="qcheckbox.html#QCheckBox" location="qcheckbox.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QCheckBox(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCheckBox" fullname="QCheckBox::QCheckBox" href="qcheckbox.html#QCheckBox-2" location="qcheckbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QCheckBox(const QString &amp; text, QWidget * parent)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QCheckBox::sizeHint" href="qcheckbox.html#sizeHint" location="qcheckbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTristate" fullname="QCheckBox::setTristate" href="qcheckbox.html#tristate-prop" location="qcheckbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="tristate" type="void" signature="setTristate(bool y)">
+ <parameter left="bool" right="" name="y" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isTristate" fullname="QCheckBox::isTristate" href="qcheckbox.html#tristate-prop" location="qcheckbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="tristate" type="bool" signature="isTristate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="checkState" fullname="QCheckBox::checkState" href="qcheckbox.html#checkState" location="qcheckbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::CheckState" signature="checkState() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCheckState" fullname="QCheckBox::setCheckState" href="qcheckbox.html#setCheckState" location="qcheckbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCheckState(Qt::CheckState state)">
+ <parameter left="Qt::CheckState" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stateChanged" fullname="QCheckBox::stateChanged" href="qcheckbox.html#stateChanged" location="qcheckbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="stateChanged(int state)">
+ <parameter left="int" right="" name="state" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QCheckBox::event" href="qcheckbox.html#event" location="qcheckbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hitButton" fullname="QCheckBox::hitButton" href="qcheckbox.html#hitButton" location="qcheckbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hitButton(const QPoint &amp; pos) const">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="checkStateSet" fullname="QCheckBox::checkStateSet" href="qcheckbox.html#checkStateSet" location="qcheckbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="checkStateSet()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="nextCheckState" fullname="QCheckBox::nextCheckState" href="qcheckbox.html#nextCheckState" location="qcheckbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="nextCheckState()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QCheckBox::paintEvent" href="qcheckbox.html#paintEvent" location="qcheckbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * )">
+ <parameter left="QPaintEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QCheckBox::mouseMoveEvent" href="qcheckbox.html#mouseMoveEvent" location="qcheckbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initStyleOption" fullname="QCheckBox::initStyleOption" href="qcheckbox.html#initStyleOption" location="qcheckbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="initStyleOption(QStyleOptionButton * option) const">
+ <parameter left="QStyleOptionButton *" right="" name="option" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="compat" name="ToggleState" fullname="QCheckBox::ToggleState" href="qcheckbox-qt3.html#ToggleState-enum" location="qcheckbox.h">
+ <value name="Off" value="Qt::Unchecked"/>
+ <value name="NoChange" value="Qt::PartiallyChecked"/>
+ <value name="On" value="Qt::Checked"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="compat" name="state" fullname="QCheckBox::state" href="qcheckbox-qt3.html#state" location="qcheckbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ToggleState" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setState" fullname="QCheckBox::setState" href="qcheckbox-qt3.html#setState" location="qcheckbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setState(ToggleState state)">
+ <parameter left="ToggleState" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setNoChange" fullname="QCheckBox::setNoChange" href="qcheckbox-qt3.html#setNoChange" location="qcheckbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNoChange()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="QCheckBox" fullname="QCheckBox::QCheckBox" href="qcheckbox-qt3.html#QCheckBox-3" location="qcheckbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QCheckBox(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QCheckBox" fullname="QCheckBox::QCheckBox" href="qcheckbox-qt3.html#QCheckBox-4" location="qcheckbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QCheckBox(const QString &amp; text, QWidget * parent, const char * name)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QAbstractTextDocumentLayout" href="qabstracttextdocumentlayout.html" location="qabstracttextdocumentlayout.h" bases="QObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractTextDocumentLayout" fullname="QAbstractTextDocumentLayout::QAbstractTextDocumentLayout" href="qabstracttextdocumentlayout.html#QAbstractTextDocumentLayout" location="qabstracttextdocumentlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractTextDocumentLayout(QTextDocument * document)">
+ <parameter left="QTextDocument *" right="" name="document" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="Selection" fullname="QAbstractTextDocumentLayout::Selection" href="qabstracttextdocumentlayout-selection.html" location="qabstracttextdocumentlayout.h" bases="" module="QtGui">
+ <variable access="public" threadsafety="unspecified" status="commendable" name="cursor" fullname="QAbstractTextDocumentLayout::Selection::cursor" href="qabstracttextdocumentlayout-selection.html#cursor-var" location="qabstracttextdocumentlayout.h" type="QTextCursor" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QAbstractTextDocumentLayout::Selection::format" href="qabstracttextdocumentlayout-selection.html#format-var" location="qabstracttextdocumentlayout.h" type="QTextCharFormat" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="PaintContext" fullname="QAbstractTextDocumentLayout::PaintContext" href="qabstracttextdocumentlayout-paintcontext.html" location="qabstracttextdocumentlayout.h" bases="" module="QtGui">
+ <variable access="public" threadsafety="unspecified" status="commendable" name="cursorPosition" fullname="QAbstractTextDocumentLayout::PaintContext::cursorPosition" href="qabstracttextdocumentlayout-paintcontext.html#cursorPosition-var" location="qabstracttextdocumentlayout.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="palette" fullname="QAbstractTextDocumentLayout::PaintContext::palette" href="qabstracttextdocumentlayout-paintcontext.html#palette-var" location="qabstracttextdocumentlayout.h" type="QPalette" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="clip" fullname="QAbstractTextDocumentLayout::PaintContext::clip" href="qabstracttextdocumentlayout-paintcontext.html#clip-var" location="qabstracttextdocumentlayout.h" type="QRectF" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="selections" fullname="QAbstractTextDocumentLayout::PaintContext::selections" href="qabstracttextdocumentlayout-paintcontext.html#selections-var" location="qabstracttextdocumentlayout.h" type="QVector&lt;Selection&gt;" static="false"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="draw" fullname="QAbstractTextDocumentLayout::draw" href="qabstracttextdocumentlayout.html#draw" location="qabstracttextdocumentlayout.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="draw(QPainter * painter, const PaintContext &amp; context)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const PaintContext &amp;" right="" name="context" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hitTest" fullname="QAbstractTextDocumentLayout::hitTest" href="qabstracttextdocumentlayout.html#hitTest" location="qabstracttextdocumentlayout.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="hitTest(const QPointF &amp; point, Qt::HitTestAccuracy accuracy) const">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ <parameter left="Qt::HitTestAccuracy" right="" name="accuracy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="anchorAt" fullname="QAbstractTextDocumentLayout::anchorAt" href="qabstracttextdocumentlayout.html#anchorAt" location="qabstracttextdocumentlayout.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="anchorAt(const QPointF &amp; position) const">
+ <parameter left="const QPointF &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pageCount" fullname="QAbstractTextDocumentLayout::pageCount" href="qabstracttextdocumentlayout.html#pageCount" location="qabstracttextdocumentlayout.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="pageCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="documentSize" fullname="QAbstractTextDocumentLayout::documentSize" href="qabstracttextdocumentlayout.html#documentSize" location="qabstracttextdocumentlayout.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QSizeF" signature="documentSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frameBoundingRect" fullname="QAbstractTextDocumentLayout::frameBoundingRect" href="qabstracttextdocumentlayout.html#frameBoundingRect" location="qabstracttextdocumentlayout.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="frameBoundingRect(QTextFrame * frame) const">
+ <parameter left="QTextFrame *" right="" name="frame" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blockBoundingRect" fullname="QAbstractTextDocumentLayout::blockBoundingRect" href="qabstracttextdocumentlayout.html#blockBoundingRect" location="qabstracttextdocumentlayout.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="blockBoundingRect(const QTextBlock &amp; block) const">
+ <parameter left="const QTextBlock &amp;" right="" name="block" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPaintDevice" fullname="QAbstractTextDocumentLayout::setPaintDevice" href="qabstracttextdocumentlayout.html#setPaintDevice" location="qabstracttextdocumentlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPaintDevice(QPaintDevice * device)">
+ <parameter left="QPaintDevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paintDevice" fullname="QAbstractTextDocumentLayout::paintDevice" href="qabstracttextdocumentlayout.html#paintDevice" location="qabstracttextdocumentlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPaintDevice *" signature="paintDevice() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="document" fullname="QAbstractTextDocumentLayout::document" href="qabstracttextdocumentlayout.html#document" location="qabstracttextdocumentlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextDocument *" signature="document() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="registerHandler" fullname="QAbstractTextDocumentLayout::registerHandler" href="qabstracttextdocumentlayout.html#registerHandler" location="qabstracttextdocumentlayout.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="registerHandler(int objectType, QObject * component)">
+ <parameter left="int" right="" name="objectType" default=""/>
+ <parameter left="QObject *" right="" name="component" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="handlerForObject" fullname="QAbstractTextDocumentLayout::handlerForObject" href="qabstracttextdocumentlayout.html#handlerForObject" location="qabstracttextdocumentlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextObjectInterface *" signature="handlerForObject(int objectType) const">
+ <parameter left="int" right="" name="objectType" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="update" fullname="QAbstractTextDocumentLayout::update" href="qabstracttextdocumentlayout.html#update" location="qabstracttextdocumentlayout.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="update(const QRectF &amp; rect)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default="QRectF( 0., 0., 1000000000., 1000000000. )"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateBlock" fullname="QAbstractTextDocumentLayout::updateBlock" href="qabstracttextdocumentlayout.html#updateBlock" location="qabstracttextdocumentlayout.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="updateBlock(const QTextBlock &amp; block)">
+ <parameter left="const QTextBlock &amp;" right="" name="block" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="documentSizeChanged" fullname="QAbstractTextDocumentLayout::documentSizeChanged" href="qabstracttextdocumentlayout.html#documentSizeChanged" location="qabstracttextdocumentlayout.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="documentSizeChanged(const QSizeF &amp; newSize)">
+ <parameter left="const QSizeF &amp;" right="" name="newSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pageCountChanged" fullname="QAbstractTextDocumentLayout::pageCountChanged" href="qabstracttextdocumentlayout.html#pageCountChanged" location="qabstracttextdocumentlayout.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="pageCountChanged(int newPages)">
+ <parameter left="int" right="" name="newPages" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="documentChanged" fullname="QAbstractTextDocumentLayout::documentChanged" href="qabstracttextdocumentlayout.html#documentChanged" location="qabstracttextdocumentlayout.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="documentChanged(int position, int charsRemoved, int charsAdded)">
+ <parameter left="int" right="" name="position" default=""/>
+ <parameter left="int" right="" name="charsRemoved" default=""/>
+ <parameter left="int" right="" name="charsAdded" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeInlineObject" fullname="QAbstractTextDocumentLayout::resizeInlineObject" href="qabstracttextdocumentlayout.html#resizeInlineObject" location="qabstracttextdocumentlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeInlineObject(QTextInlineObject item, int posInDocument, const QTextFormat &amp; format)">
+ <parameter left="QTextInlineObject" right="" name="item" default=""/>
+ <parameter left="int" right="" name="posInDocument" default=""/>
+ <parameter left="const QTextFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="positionInlineObject" fullname="QAbstractTextDocumentLayout::positionInlineObject" href="qabstracttextdocumentlayout.html#positionInlineObject" location="qabstracttextdocumentlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="positionInlineObject(QTextInlineObject item, int posInDocument, const QTextFormat &amp; format)">
+ <parameter left="QTextInlineObject" right="" name="item" default=""/>
+ <parameter left="int" right="" name="posInDocument" default=""/>
+ <parameter left="const QTextFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawInlineObject" fullname="QAbstractTextDocumentLayout::drawInlineObject" href="qabstracttextdocumentlayout.html#drawInlineObject" location="qabstracttextdocumentlayout.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawInlineObject(QPainter * painter, const QRectF &amp; rect, QTextInlineObject object, int posInDocument, const QTextFormat &amp; format)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ <parameter left="QTextInlineObject" right="" name="object" default=""/>
+ <parameter left="int" right="" name="posInDocument" default=""/>
+ <parameter left="const QTextFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="format" fullname="QAbstractTextDocumentLayout::format" href="qabstracttextdocumentlayout.html#format" location="qabstracttextdocumentlayout.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTextCharFormat" signature="format(int position)">
+ <parameter left="int" right="" name="position" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTextObjectInterface" href="qtextobjectinterface.html" location="qabstracttextdocumentlayout.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTextObjectInterface" fullname="QTextObjectInterface::~QTextObjectInterface" href="qtextobjectinterface.html#dtor.QTextObjectInterface" location="qabstracttextdocumentlayout.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTextObjectInterface()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intrinsicSize" fullname="QTextObjectInterface::intrinsicSize" href="qtextobjectinterface.html#intrinsicSize" location="qabstracttextdocumentlayout.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QSizeF" signature="intrinsicSize(QTextDocument * doc, int posInDocument, const QTextFormat &amp; format)">
+ <parameter left="QTextDocument *" right="" name="doc" default=""/>
+ <parameter left="int" right="" name="posInDocument" default=""/>
+ <parameter left="const QTextFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawObject" fullname="QTextObjectInterface::drawObject" href="qtextobjectinterface.html#drawObject" location="qabstracttextdocumentlayout.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawObject(QPainter * painter, const QRectF &amp; rect, QTextDocument * doc, int posInDocument, const QTextFormat &amp; format)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ <parameter left="QTextDocument *" right="" name="doc" default=""/>
+ <parameter left="int" right="" name="posInDocument" default=""/>
+ <parameter left="const QTextFormat &amp;" right="" name="format" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QRadioButton" href="qradiobutton.html" location="qradiobutton.h" bases="QAbstractButton" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRadioButton" fullname="QRadioButton::QRadioButton" href="qradiobutton.html#QRadioButton" location="qradiobutton.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QRadioButton(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRadioButton" fullname="QRadioButton::QRadioButton" href="qradiobutton.html#QRadioButton-2" location="qradiobutton.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QRadioButton(const QString &amp; text, QWidget * parent)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QRadioButton::sizeHint" href="qradiobutton.html#sizeHint" location="qradiobutton.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QRadioButton::event" href="qradiobutton.html#event" location="qradiobutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hitButton" fullname="QRadioButton::hitButton" href="qradiobutton.html#hitButton" location="qradiobutton.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hitButton(const QPoint &amp; pos) const">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QRadioButton::paintEvent" href="qradiobutton.html#paintEvent" location="qradiobutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * )">
+ <parameter left="QPaintEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QRadioButton::mouseMoveEvent" href="qradiobutton.html#mouseMoveEvent" location="qradiobutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initStyleOption" fullname="QRadioButton::initStyleOption" href="qradiobutton.html#initStyleOption" location="qradiobutton.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="initStyleOption(QStyleOptionButton * option) const">
+ <parameter left="QStyleOptionButton *" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QRadioButton" fullname="QRadioButton::QRadioButton" href="qradiobutton-qt3.html#QRadioButton-3" location="qradiobutton.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QRadioButton(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QRadioButton" fullname="QRadioButton::QRadioButton" href="qradiobutton-qt3.html#QRadioButton-4" location="qradiobutton.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QRadioButton(const QString &amp; text, QWidget * parent, const char * name)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOption" href="qstyleoption.html" location="qstyleoption.h" bases="" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="OptionType" fullname="QStyleOption::OptionType" href="qstyleoption.html#OptionType-enum" location="qstyleoption.h">
+ <value name="SO_Default" value="0"/>
+ <value name="SO_FocusRect" value="1"/>
+ <value name="SO_Button" value="2"/>
+ <value name="SO_Tab" value="3"/>
+ <value name="SO_MenuItem" value="4"/>
+ <value name="SO_Frame" value="5"/>
+ <value name="SO_ProgressBar" value="6"/>
+ <value name="SO_ToolBox" value="7"/>
+ <value name="SO_Header" value="8"/>
+ <value name="SO_Q3DockWindow" value="9"/>
+ <value name="SO_DockWidget" value="10"/>
+ <value name="SO_Q3ListViewItem" value="11"/>
+ <value name="SO_ViewItem" value="12"/>
+ <value name="SO_TabWidgetFrame" value="13"/>
+ <value name="SO_TabBarBase" value="14"/>
+ <value name="SO_RubberBand" value="15"/>
+ <value name="SO_ToolBar" value="16"/>
+ <value name="SO_GraphicsItem" value="17"/>
+ <value name="SO_Complex" value="0xf0000"/>
+ <value name="SO_Slider" value=""/>
+ <value name="SO_SpinBox" value=""/>
+ <value name="SO_ToolButton" value=""/>
+ <value name="SO_ComboBox" value=""/>
+ <value name="SO_Q3ListView" value=""/>
+ <value name="SO_TitleBar" value=""/>
+ <value name="SO_GroupBox" value=""/>
+ <value name="SO_SizeGrip" value=""/>
+ <value name="SO_CustomBase" value="0xf00"/>
+ <value name="SO_ComplexCustomBase" value="0xf000000"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOption::StyleOptionType" href="qstyleoption.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_Default"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOption::StyleOptionVersion" href="qstyleoption.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="version" fullname="QStyleOption::version" href="qstyleoption.html#version-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QStyleOption::type" href="qstyleoption.html#type-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QStyleOption::state" href="qstyleoption.html#state-var" location="qstyleoption.h" type="QStyle::State" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="direction" fullname="QStyleOption::direction" href="qstyleoption.html#direction-var" location="qstyleoption.h" type="Qt::LayoutDirection" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="rect" fullname="QStyleOption::rect" href="qstyleoption.html#rect-var" location="qstyleoption.h" type="QRect" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="fontMetrics" fullname="QStyleOption::fontMetrics" href="qstyleoption.html#fontMetrics-var" location="qstyleoption.h" type="QFontMetrics" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="palette" fullname="QStyleOption::palette" href="qstyleoption.html#palette-var" location="qstyleoption.h" type="QPalette" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOption" fullname="QStyleOption::QStyleOption" href="qstyleoption.html#QStyleOption" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOption(int version, int type)">
+ <parameter left="int" right="" name="version" default="QStyleOption::Version"/>
+ <parameter left="int" right="" name="type" default="SO_Default"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOption" fullname="QStyleOption::QStyleOption" href="qstyleoption.html#QStyleOption-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOption(const QStyleOption &amp; other)">
+ <parameter left="const QStyleOption &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QStyleOption" fullname="QStyleOption::~QStyleOption" href="qstyleoption.html#dtor.QStyleOption" location="qstyleoption.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QStyleOption()"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="init" fullname="QStyleOption::init" href="qstyleoption-obsolete.html#init" location="qstyleoption.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="init(const QWidget * widget)">
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="initFrom" fullname="QStyleOption::initFrom" href="qstyleoption.html#initFrom" location="qstyleoption.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="initFrom(const QWidget * widget)">
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QStyleOption::operator=" href="qstyleoption.html#operator=" location="qstyleoption.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QStyleOption &amp;" signature="operator=(const QStyleOption &amp; other)">
+ <parameter left="const QStyleOption &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionFocusRect" href="qstyleoptionfocusrect.html" location="qstyleoption.h" bases="QStyleOption" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionFocusRect::StyleOptionType" href="qstyleoptionfocusrect.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_FocusRect"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionFocusRect::StyleOptionVersion" href="qstyleoptionfocusrect.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="backgroundColor" fullname="QStyleOptionFocusRect::backgroundColor" href="qstyleoptionfocusrect.html#backgroundColor-var" location="qstyleoption.h" type="QColor" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionFocusRect" fullname="QStyleOptionFocusRect::QStyleOptionFocusRect" href="qstyleoptionfocusrect.html#QStyleOptionFocusRect" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionFocusRect()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionFocusRect" fullname="QStyleOptionFocusRect::QStyleOptionFocusRect" href="qstyleoptionfocusrect.html#QStyleOptionFocusRect-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionFocusRect(const QStyleOptionFocusRect &amp; other)">
+ <parameter left="const QStyleOptionFocusRect &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionFrame" href="qstyleoptionframe.html" location="qstyleoption.h" bases="QStyleOption" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionFrame::StyleOptionType" href="qstyleoptionframe.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_Frame"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionFrame::StyleOptionVersion" href="qstyleoptionframe.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="lineWidth" fullname="QStyleOptionFrame::lineWidth" href="qstyleoptionframe.html#lineWidth-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="midLineWidth" fullname="QStyleOptionFrame::midLineWidth" href="qstyleoptionframe.html#midLineWidth-var" location="qstyleoption.h" type="int" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionFrame" fullname="QStyleOptionFrame::QStyleOptionFrame" href="qstyleoptionframe.html#QStyleOptionFrame" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionFrame()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionFrame" fullname="QStyleOptionFrame::QStyleOptionFrame" href="qstyleoptionframe.html#QStyleOptionFrame-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionFrame(const QStyleOptionFrame &amp; other)">
+ <parameter left="const QStyleOptionFrame &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionFrameV2" href="qstyleoptionframev2.html" location="qstyleoption.h" bases="QStyleOptionFrame" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionFrameV2::StyleOptionVersion" href="qstyleoptionframev2.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FrameFeature" fullname="QStyleOptionFrameV2::FrameFeature" href="qstyleoptionframev2.html#FrameFeature-enum" location="qstyleoption.h" typedef="QStyleOptionFrameV2::FrameFeatures">
+ <value name="None" value="0x00"/>
+ <value name="Flat" value="0x01"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="FrameFeatures" fullname="QStyleOptionFrameV2::FrameFeatures" href="qstyleoptionframev2.html#FrameFeatures-typedef" location="qstyleoption.h" enum="QStyleOptionFrameV2::FrameFeature"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="features" fullname="QStyleOptionFrameV2::features" href="qstyleoptionframev2.html#features-var" location="qstyleoption.h" type="FrameFeatures" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionFrameV2" fullname="QStyleOptionFrameV2::QStyleOptionFrameV2" href="qstyleoptionframev2.html#QStyleOptionFrameV2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionFrameV2()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionFrameV2" fullname="QStyleOptionFrameV2::QStyleOptionFrameV2" href="qstyleoptionframev2.html#QStyleOptionFrameV2-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionFrameV2(const QStyleOptionFrameV2 &amp; other)">
+ <parameter left="const QStyleOptionFrameV2 &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionFrameV2" fullname="QStyleOptionFrameV2::QStyleOptionFrameV2" href="qstyleoptionframev2.html#QStyleOptionFrameV2-3" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QStyleOptionFrameV2(const QStyleOptionFrame &amp; other)">
+ <parameter left="const QStyleOptionFrame &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QStyleOptionFrameV2::operator=" href="qstyleoptionframev2.html#operator=" location="qstyleoption.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QStyleOptionFrameV2 &amp;" signature="operator=(const QStyleOptionFrame &amp; other)">
+ <parameter left="const QStyleOptionFrame &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionFrameV3" href="qstyleoptionframev3.html" location="qstyleoption.h" bases="QStyleOptionFrameV2" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionFrameV3::StyleOptionVersion" href="qstyleoptionframev3.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="3"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="frameShape" fullname="QStyleOptionFrameV3::frameShape" href="qstyleoptionframev3.html#frameShape-var" location="qstyleoption.h" type="QFrame::Shape:4" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="unused" fullname="QStyleOptionFrameV3::unused" href="qstyleoptionframev3.html#unused-var" location="qstyleoption.h" type="uint:28" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionFrameV3" fullname="QStyleOptionFrameV3::QStyleOptionFrameV3" href="qstyleoptionframev3.html#QStyleOptionFrameV3" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionFrameV3()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionFrameV3" fullname="QStyleOptionFrameV3::QStyleOptionFrameV3" href="qstyleoptionframev3.html#QStyleOptionFrameV3-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionFrameV3(const QStyleOptionFrameV3 &amp; other)">
+ <parameter left="const QStyleOptionFrameV3 &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionFrameV3" fullname="QStyleOptionFrameV3::QStyleOptionFrameV3" href="qstyleoptionframev3.html#QStyleOptionFrameV3-3" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QStyleOptionFrameV3(const QStyleOptionFrame &amp; other)">
+ <parameter left="const QStyleOptionFrame &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QStyleOptionFrameV3::operator=" href="qstyleoptionframev3.html#operator=" location="qstyleoption.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QStyleOptionFrameV3 &amp;" signature="operator=(const QStyleOptionFrame &amp; other)">
+ <parameter left="const QStyleOptionFrame &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTabWidgetFrame" href="qstyleoptiontabwidgetframe.html" location="qstyleoption.h" bases="QStyleOption" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionTabWidgetFrame::StyleOptionType" href="qstyleoptiontabwidgetframe.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_TabWidgetFrame"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionTabWidgetFrame::StyleOptionVersion" href="qstyleoptiontabwidgetframe.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="lineWidth" fullname="QStyleOptionTabWidgetFrame::lineWidth" href="qstyleoptiontabwidgetframe.html#lineWidth-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="midLineWidth" fullname="QStyleOptionTabWidgetFrame::midLineWidth" href="qstyleoptiontabwidgetframe.html#midLineWidth-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="shape" fullname="QStyleOptionTabWidgetFrame::shape" href="qstyleoptiontabwidgetframe.html#shape-var" location="qstyleoption.h" type="QTabBar::Shape" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="tabBarSize" fullname="QStyleOptionTabWidgetFrame::tabBarSize" href="qstyleoptiontabwidgetframe.html#tabBarSize-var" location="qstyleoption.h" type="QSize" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="rightCornerWidgetSize" fullname="QStyleOptionTabWidgetFrame::rightCornerWidgetSize" href="qstyleoptiontabwidgetframe.html#rightCornerWidgetSize-var" location="qstyleoption.h" type="QSize" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="leftCornerWidgetSize" fullname="QStyleOptionTabWidgetFrame::leftCornerWidgetSize" href="qstyleoptiontabwidgetframe.html#leftCornerWidgetSize-var" location="qstyleoption.h" type="QSize" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTabWidgetFrame" fullname="QStyleOptionTabWidgetFrame::QStyleOptionTabWidgetFrame" href="qstyleoptiontabwidgetframe.html#QStyleOptionTabWidgetFrame" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionTabWidgetFrame()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTabWidgetFrame" fullname="QStyleOptionTabWidgetFrame::QStyleOptionTabWidgetFrame" href="qstyleoptiontabwidgetframe.html#QStyleOptionTabWidgetFrame-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionTabWidgetFrame(const QStyleOptionTabWidgetFrame &amp; other)">
+ <parameter left="const QStyleOptionTabWidgetFrame &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTabBarBase" href="qstyleoptiontabbarbase.html" location="qstyleoption.h" bases="QStyleOption" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionTabBarBase::StyleOptionType" href="qstyleoptiontabbarbase.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_TabBarBase"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionTabBarBase::StyleOptionVersion" href="qstyleoptiontabbarbase.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="shape" fullname="QStyleOptionTabBarBase::shape" href="qstyleoptiontabbarbase.html#shape-var" location="qstyleoption.h" type="QTabBar::Shape" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="tabBarRect" fullname="QStyleOptionTabBarBase::tabBarRect" href="qstyleoptiontabbarbase.html#tabBarRect-var" location="qstyleoption.h" type="QRect" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="selectedTabRect" fullname="QStyleOptionTabBarBase::selectedTabRect" href="qstyleoptiontabbarbase.html#selectedTabRect-var" location="qstyleoption.h" type="QRect" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTabBarBase" fullname="QStyleOptionTabBarBase::QStyleOptionTabBarBase" href="qstyleoptiontabbarbase.html#QStyleOptionTabBarBase" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionTabBarBase()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTabBarBase" fullname="QStyleOptionTabBarBase::QStyleOptionTabBarBase" href="qstyleoptiontabbarbase.html#QStyleOptionTabBarBase-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionTabBarBase(const QStyleOptionTabBarBase &amp; other)">
+ <parameter left="const QStyleOptionTabBarBase &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTabBarBaseV2" href="qstyleoptiontabbarbasev2.html" location="qstyleoption.h" bases="QStyleOptionTabBarBase" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionTabBarBaseV2::StyleOptionVersion" href="qstyleoptiontabbarbasev2.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="2"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="documentMode" fullname="QStyleOptionTabBarBaseV2::documentMode" href="qstyleoptiontabbarbasev2.html#documentMode-var" location="qstyleoption.h" type="bool" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTabBarBaseV2" fullname="QStyleOptionTabBarBaseV2::QStyleOptionTabBarBaseV2" href="qstyleoptiontabbarbasev2.html#QStyleOptionTabBarBaseV2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionTabBarBaseV2()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTabBarBaseV2" fullname="QStyleOptionTabBarBaseV2::QStyleOptionTabBarBaseV2" href="qstyleoptiontabbarbasev2.html#QStyleOptionTabBarBaseV2-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionTabBarBaseV2(const QStyleOptionTabBarBaseV2 &amp; other)">
+ <parameter left="const QStyleOptionTabBarBaseV2 &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTabBarBaseV2" fullname="QStyleOptionTabBarBaseV2::QStyleOptionTabBarBaseV2" href="qstyleoptiontabbarbasev2.html#QStyleOptionTabBarBaseV2-3" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QStyleOptionTabBarBaseV2(const QStyleOptionTabBarBase &amp; other)">
+ <parameter left="const QStyleOptionTabBarBase &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QStyleOptionTabBarBaseV2::operator=" href="qstyleoptiontabbarbasev2.html#operator=" location="qstyleoption.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QStyleOptionTabBarBaseV2 &amp;" signature="operator=(const QStyleOptionTabBarBase &amp; other)">
+ <parameter left="const QStyleOptionTabBarBase &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionHeader" href="qstyleoptionheader.html" location="qstyleoption.h" bases="QStyleOption" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionHeader::StyleOptionType" href="qstyleoptionheader.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_Header"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionHeader::StyleOptionVersion" href="qstyleoptionheader.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SectionPosition" fullname="QStyleOptionHeader::SectionPosition" href="qstyleoptionheader.html#SectionPosition-enum" location="qstyleoption.h">
+ <value name="Beginning" value="0"/>
+ <value name="Middle" value="1"/>
+ <value name="End" value="2"/>
+ <value name="OnlyOneSection" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SelectedPosition" fullname="QStyleOptionHeader::SelectedPosition" href="qstyleoptionheader.html#SelectedPosition-enum" location="qstyleoption.h">
+ <value name="NotAdjacent" value="0"/>
+ <value name="NextIsSelected" value="1"/>
+ <value name="PreviousIsSelected" value="2"/>
+ <value name="NextAndPreviousAreSelected" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SortIndicator" fullname="QStyleOptionHeader::SortIndicator" href="qstyleoptionheader.html#SortIndicator-enum" location="qstyleoption.h">
+ <value name="None" value="0"/>
+ <value name="SortUp" value="1"/>
+ <value name="SortDown" value="2"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="section" fullname="QStyleOptionHeader::section" href="qstyleoptionheader.html#section-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QStyleOptionHeader::text" href="qstyleoptionheader.html#text-var" location="qstyleoption.h" type="QString" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="textAlignment" fullname="QStyleOptionHeader::textAlignment" href="qstyleoptionheader.html#textAlignment-var" location="qstyleoption.h" type="Qt::Alignment" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QStyleOptionHeader::icon" href="qstyleoptionheader.html#icon-var" location="qstyleoption.h" type="QIcon" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="iconAlignment" fullname="QStyleOptionHeader::iconAlignment" href="qstyleoptionheader.html#iconAlignment-var" location="qstyleoption.h" type="Qt::Alignment" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="position" fullname="QStyleOptionHeader::position" href="qstyleoptionheader.html#position-var" location="qstyleoption.h" type="SectionPosition" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="selectedPosition" fullname="QStyleOptionHeader::selectedPosition" href="qstyleoptionheader.html#selectedPosition-var" location="qstyleoption.h" type="SelectedPosition" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="sortIndicator" fullname="QStyleOptionHeader::sortIndicator" href="qstyleoptionheader.html#sortIndicator-var" location="qstyleoption.h" type="SortIndicator" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="QStyleOptionHeader::orientation" href="qstyleoptionheader.html#orientation-var" location="qstyleoption.h" type="Qt::Orientation" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionHeader" fullname="QStyleOptionHeader::QStyleOptionHeader" href="qstyleoptionheader.html#QStyleOptionHeader" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionHeader()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionHeader" fullname="QStyleOptionHeader::QStyleOptionHeader" href="qstyleoptionheader.html#QStyleOptionHeader-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionHeader(const QStyleOptionHeader &amp; other)">
+ <parameter left="const QStyleOptionHeader &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionButton" href="qstyleoptionbutton.html" location="qstyleoption.h" bases="QStyleOption" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionButton::StyleOptionType" href="qstyleoptionbutton.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_Button"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionButton::StyleOptionVersion" href="qstyleoptionbutton.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ButtonFeature" fullname="QStyleOptionButton::ButtonFeature" href="qstyleoptionbutton.html#ButtonFeature-enum" location="qstyleoption.h" typedef="QStyleOptionButton::ButtonFeatures">
+ <value name="None" value="0x00"/>
+ <value name="Flat" value="0x01"/>
+ <value name="HasMenu" value="0x02"/>
+ <value name="DefaultButton" value="0x04"/>
+ <value name="AutoDefaultButton" value="0x08"/>
+ <value name="CommandLinkButton" value="0x10"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ButtonFeatures" fullname="QStyleOptionButton::ButtonFeatures" href="qstyleoptionbutton.html#ButtonFeatures-typedef" location="qstyleoption.h" enum="QStyleOptionButton::ButtonFeature"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="features" fullname="QStyleOptionButton::features" href="qstyleoptionbutton.html#features-var" location="qstyleoption.h" type="ButtonFeatures" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QStyleOptionButton::text" href="qstyleoptionbutton.html#text-var" location="qstyleoption.h" type="QString" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QStyleOptionButton::icon" href="qstyleoptionbutton.html#icon-var" location="qstyleoption.h" type="QIcon" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="iconSize" fullname="QStyleOptionButton::iconSize" href="qstyleoptionbutton.html#iconSize-var" location="qstyleoption.h" type="QSize" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionButton" fullname="QStyleOptionButton::QStyleOptionButton" href="qstyleoptionbutton.html#QStyleOptionButton" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionButton()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionButton" fullname="QStyleOptionButton::QStyleOptionButton" href="qstyleoptionbutton.html#QStyleOptionButton-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionButton(const QStyleOptionButton &amp; other)">
+ <parameter left="const QStyleOptionButton &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTab" href="qstyleoptiontab.html" location="qstyleoption.h" bases="QStyleOption" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionTab::StyleOptionType" href="qstyleoptiontab.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_Tab"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionTab::StyleOptionVersion" href="qstyleoptiontab.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="TabPosition" fullname="QStyleOptionTab::TabPosition" href="qstyleoptiontab.html#TabPosition-enum" location="qstyleoption.h">
+ <value name="Beginning" value="0"/>
+ <value name="Middle" value="1"/>
+ <value name="End" value="2"/>
+ <value name="OnlyOneTab" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SelectedPosition" fullname="QStyleOptionTab::SelectedPosition" href="qstyleoptiontab.html#SelectedPosition-enum" location="qstyleoption.h">
+ <value name="NotAdjacent" value="0"/>
+ <value name="NextIsSelected" value="1"/>
+ <value name="PreviousIsSelected" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="CornerWidget" fullname="QStyleOptionTab::CornerWidget" href="qstyleoptiontab.html#CornerWidget-enum" location="qstyleoption.h" typedef="QStyleOptionTab::CornerWidgets">
+ <value name="NoCornerWidgets" value="0x00"/>
+ <value name="LeftCornerWidget" value="0x01"/>
+ <value name="RightCornerWidget" value="0x02"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="CornerWidgets" fullname="QStyleOptionTab::CornerWidgets" href="qstyleoptiontab.html#CornerWidgets-typedef" location="qstyleoption.h" enum="QStyleOptionTab::CornerWidget"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="shape" fullname="QStyleOptionTab::shape" href="qstyleoptiontab.html#shape-var" location="qstyleoption.h" type="QTabBar::Shape" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QStyleOptionTab::text" href="qstyleoptiontab.html#text-var" location="qstyleoption.h" type="QString" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QStyleOptionTab::icon" href="qstyleoptiontab.html#icon-var" location="qstyleoption.h" type="QIcon" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="row" fullname="QStyleOptionTab::row" href="qstyleoptiontab.html#row-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="position" fullname="QStyleOptionTab::position" href="qstyleoptiontab.html#position-var" location="qstyleoption.h" type="TabPosition" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="selectedPosition" fullname="QStyleOptionTab::selectedPosition" href="qstyleoptiontab.html#selectedPosition-var" location="qstyleoption.h" type="SelectedPosition" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="cornerWidgets" fullname="QStyleOptionTab::cornerWidgets" href="qstyleoptiontab.html#cornerWidgets-var" location="qstyleoption.h" type="CornerWidgets" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTab" fullname="QStyleOptionTab::QStyleOptionTab" href="qstyleoptiontab.html#QStyleOptionTab" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionTab()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTab" fullname="QStyleOptionTab::QStyleOptionTab" href="qstyleoptiontab.html#QStyleOptionTab-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionTab(const QStyleOptionTab &amp; other)">
+ <parameter left="const QStyleOptionTab &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTabV2" href="qstyleoptiontabv2.html" location="qstyleoption.h" bases="QStyleOptionTab" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionTabV2::StyleOptionVersion" href="qstyleoptiontabv2.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="2"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="iconSize" fullname="QStyleOptionTabV2::iconSize" href="qstyleoptiontabv2.html#iconSize-var" location="qstyleoption.h" type="QSize" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTabV2" fullname="QStyleOptionTabV2::QStyleOptionTabV2" href="qstyleoptiontabv2.html#QStyleOptionTabV2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionTabV2()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTabV2" fullname="QStyleOptionTabV2::QStyleOptionTabV2" href="qstyleoptiontabv2.html#QStyleOptionTabV2-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionTabV2(const QStyleOptionTabV2 &amp; other)">
+ <parameter left="const QStyleOptionTabV2 &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTabV2" fullname="QStyleOptionTabV2::QStyleOptionTabV2" href="qstyleoptiontabv2.html#QStyleOptionTabV2-3" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QStyleOptionTabV2(const QStyleOptionTab &amp; other)">
+ <parameter left="const QStyleOptionTab &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QStyleOptionTabV2::operator=" href="qstyleoptiontabv2.html#operator=" location="qstyleoption.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QStyleOptionTabV2 &amp;" signature="operator=(const QStyleOptionTab &amp; other)">
+ <parameter left="const QStyleOptionTab &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTabV3" href="qstyleoptiontabv3.html" location="qstyleoption.h" bases="QStyleOptionTabV2" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionTabV3::StyleOptionVersion" href="qstyleoptiontabv3.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="3"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="documentMode" fullname="QStyleOptionTabV3::documentMode" href="qstyleoptiontabv3.html#documentMode-var" location="qstyleoption.h" type="bool" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="leftButtonSize" fullname="QStyleOptionTabV3::leftButtonSize" href="qstyleoptiontabv3.html#leftButtonSize-var" location="qstyleoption.h" type="QSize" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="rightButtonSize" fullname="QStyleOptionTabV3::rightButtonSize" href="qstyleoptiontabv3.html#rightButtonSize-var" location="qstyleoption.h" type="QSize" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTabV3" fullname="QStyleOptionTabV3::QStyleOptionTabV3" href="qstyleoptiontabv3.html#QStyleOptionTabV3" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionTabV3()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTabV3" fullname="QStyleOptionTabV3::QStyleOptionTabV3" href="qstyleoptiontabv3.html#QStyleOptionTabV3-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionTabV3(const QStyleOptionTabV3 &amp; other)">
+ <parameter left="const QStyleOptionTabV3 &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTabV3" fullname="QStyleOptionTabV3::QStyleOptionTabV3" href="qstyleoptiontabv3.html#QStyleOptionTabV3-3" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QStyleOptionTabV3(const QStyleOptionTabV2 &amp; other)">
+ <parameter left="const QStyleOptionTabV2 &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTabV3" fullname="QStyleOptionTabV3::QStyleOptionTabV3" href="qstyleoptiontabv3.html#QStyleOptionTabV3-4" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QStyleOptionTabV3(const QStyleOptionTab &amp; other)">
+ <parameter left="const QStyleOptionTab &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QStyleOptionTabV3::operator=" href="qstyleoptiontabv3.html#operator=" location="qstyleoption.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QStyleOptionTabV3 &amp;" signature="operator=(const QStyleOptionTab &amp; other)">
+ <parameter left="const QStyleOptionTab &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionToolBar" href="qstyleoptiontoolbar.html" location="qstyleoption.h" bases="QStyleOption" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionToolBar::StyleOptionType" href="qstyleoptiontoolbar.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_ToolBar"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionToolBar::StyleOptionVersion" href="qstyleoptiontoolbar.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ToolBarPosition" fullname="QStyleOptionToolBar::ToolBarPosition" href="qstyleoptiontoolbar.html#ToolBarPosition-enum" location="qstyleoption.h">
+ <value name="Beginning" value="0"/>
+ <value name="Middle" value="1"/>
+ <value name="End" value="2"/>
+ <value name="OnlyOne" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ToolBarFeature" fullname="QStyleOptionToolBar::ToolBarFeature" href="qstyleoptiontoolbar.html#ToolBarFeature-enum" location="qstyleoption.h" typedef="QStyleOptionToolBar::ToolBarFeatures">
+ <value name="None" value="0x0"/>
+ <value name="Movable" value="0x1"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ToolBarFeatures" fullname="QStyleOptionToolBar::ToolBarFeatures" href="qstyleoptiontoolbar.html#ToolBarFeatures-typedef" location="qstyleoption.h" enum="QStyleOptionToolBar::ToolBarFeature"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="positionOfLine" fullname="QStyleOptionToolBar::positionOfLine" href="qstyleoptiontoolbar.html#positionOfLine-var" location="qstyleoption.h" type="ToolBarPosition" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="positionWithinLine" fullname="QStyleOptionToolBar::positionWithinLine" href="qstyleoptiontoolbar.html#positionWithinLine-var" location="qstyleoption.h" type="ToolBarPosition" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="toolBarArea" fullname="QStyleOptionToolBar::toolBarArea" href="qstyleoptiontoolbar.html#toolBarArea-var" location="qstyleoption.h" type="Qt::ToolBarArea" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="features" fullname="QStyleOptionToolBar::features" href="qstyleoptiontoolbar.html#features-var" location="qstyleoption.h" type="ToolBarFeatures" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="lineWidth" fullname="QStyleOptionToolBar::lineWidth" href="qstyleoptiontoolbar.html#lineWidth-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="midLineWidth" fullname="QStyleOptionToolBar::midLineWidth" href="qstyleoptiontoolbar.html#midLineWidth-var" location="qstyleoption.h" type="int" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionToolBar" fullname="QStyleOptionToolBar::QStyleOptionToolBar" href="qstyleoptiontoolbar.html#QStyleOptionToolBar" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionToolBar()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionToolBar" fullname="QStyleOptionToolBar::QStyleOptionToolBar" href="qstyleoptiontoolbar.html#QStyleOptionToolBar-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionToolBar(const QStyleOptionToolBar &amp; other)">
+ <parameter left="const QStyleOptionToolBar &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionProgressBar" href="qstyleoptionprogressbar.html" location="qstyleoption.h" bases="QStyleOption" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionProgressBar::StyleOptionType" href="qstyleoptionprogressbar.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_ProgressBar"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionProgressBar::StyleOptionVersion" href="qstyleoptionprogressbar.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="minimum" fullname="QStyleOptionProgressBar::minimum" href="qstyleoptionprogressbar.html#minimum-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="maximum" fullname="QStyleOptionProgressBar::maximum" href="qstyleoptionprogressbar.html#maximum-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="progress" fullname="QStyleOptionProgressBar::progress" href="qstyleoptionprogressbar.html#progress-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QStyleOptionProgressBar::text" href="qstyleoptionprogressbar.html#text-var" location="qstyleoption.h" type="QString" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="textAlignment" fullname="QStyleOptionProgressBar::textAlignment" href="qstyleoptionprogressbar.html#textAlignment-var" location="qstyleoption.h" type="Qt::Alignment" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="textVisible" fullname="QStyleOptionProgressBar::textVisible" href="qstyleoptionprogressbar.html#textVisible-var" location="qstyleoption.h" type="bool" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionProgressBar" fullname="QStyleOptionProgressBar::QStyleOptionProgressBar" href="qstyleoptionprogressbar.html#QStyleOptionProgressBar" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionProgressBar()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionProgressBar" fullname="QStyleOptionProgressBar::QStyleOptionProgressBar" href="qstyleoptionprogressbar.html#QStyleOptionProgressBar-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionProgressBar(const QStyleOptionProgressBar &amp; other)">
+ <parameter left="const QStyleOptionProgressBar &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionProgressBarV2" href="qstyleoptionprogressbarv2.html" location="qstyleoption.h" bases="QStyleOptionProgressBar" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionProgressBarV2::StyleOptionType" href="qstyleoptionprogressbarv2.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_ProgressBar"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionProgressBarV2::StyleOptionVersion" href="qstyleoptionprogressbarv2.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="2"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="QStyleOptionProgressBarV2::orientation" href="qstyleoptionprogressbarv2.html#orientation-var" location="qstyleoption.h" type="Qt::Orientation" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="invertedAppearance" fullname="QStyleOptionProgressBarV2::invertedAppearance" href="qstyleoptionprogressbarv2.html#invertedAppearance-var" location="qstyleoption.h" type="bool" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="bottomToTop" fullname="QStyleOptionProgressBarV2::bottomToTop" href="qstyleoptionprogressbarv2.html#bottomToTop-var" location="qstyleoption.h" type="bool" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionProgressBarV2" fullname="QStyleOptionProgressBarV2::QStyleOptionProgressBarV2" href="qstyleoptionprogressbarv2.html#QStyleOptionProgressBarV2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionProgressBarV2()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionProgressBarV2" fullname="QStyleOptionProgressBarV2::QStyleOptionProgressBarV2" href="qstyleoptionprogressbarv2.html#QStyleOptionProgressBarV2-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionProgressBarV2(const QStyleOptionProgressBar &amp; other)">
+ <parameter left="const QStyleOptionProgressBar &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionProgressBarV2" fullname="QStyleOptionProgressBarV2::QStyleOptionProgressBarV2" href="qstyleoptionprogressbarv2.html#QStyleOptionProgressBarV2-3" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QStyleOptionProgressBarV2(const QStyleOptionProgressBarV2 &amp; other)">
+ <parameter left="const QStyleOptionProgressBarV2 &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QStyleOptionProgressBarV2::operator=" href="qstyleoptionprogressbarv2.html#operator=" location="qstyleoption.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QStyleOptionProgressBarV2 &amp;" signature="operator=(const QStyleOptionProgressBar &amp; other)">
+ <parameter left="const QStyleOptionProgressBar &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionMenuItem" href="qstyleoptionmenuitem.html" location="qstyleoption.h" bases="QStyleOption" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionMenuItem::StyleOptionType" href="qstyleoptionmenuitem.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_MenuItem"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionMenuItem::StyleOptionVersion" href="qstyleoptionmenuitem.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="MenuItemType" fullname="QStyleOptionMenuItem::MenuItemType" href="qstyleoptionmenuitem.html#MenuItemType-enum" location="qstyleoption.h">
+ <value name="Normal" value="0"/>
+ <value name="DefaultItem" value="1"/>
+ <value name="Separator" value="2"/>
+ <value name="SubMenu" value="3"/>
+ <value name="Scroller" value="4"/>
+ <value name="TearOff" value="5"/>
+ <value name="Margin" value="6"/>
+ <value name="EmptyArea" value="7"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="CheckType" fullname="QStyleOptionMenuItem::CheckType" href="qstyleoptionmenuitem.html#CheckType-enum" location="qstyleoption.h">
+ <value name="NotCheckable" value="0"/>
+ <value name="Exclusive" value="1"/>
+ <value name="NonExclusive" value="2"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="menuItemType" fullname="QStyleOptionMenuItem::menuItemType" href="qstyleoptionmenuitem.html#menuItemType-var" location="qstyleoption.h" type="MenuItemType" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="checkType" fullname="QStyleOptionMenuItem::checkType" href="qstyleoptionmenuitem.html#checkType-var" location="qstyleoption.h" type="CheckType" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="checked" fullname="QStyleOptionMenuItem::checked" href="qstyleoptionmenuitem.html#checked-var" location="qstyleoption.h" type="bool" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="menuHasCheckableItems" fullname="QStyleOptionMenuItem::menuHasCheckableItems" href="qstyleoptionmenuitem.html#menuHasCheckableItems-var" location="qstyleoption.h" type="bool" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="menuRect" fullname="QStyleOptionMenuItem::menuRect" href="qstyleoptionmenuitem.html#menuRect-var" location="qstyleoption.h" type="QRect" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QStyleOptionMenuItem::text" href="qstyleoptionmenuitem.html#text-var" location="qstyleoption.h" type="QString" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QStyleOptionMenuItem::icon" href="qstyleoptionmenuitem.html#icon-var" location="qstyleoption.h" type="QIcon" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="maxIconWidth" fullname="QStyleOptionMenuItem::maxIconWidth" href="qstyleoptionmenuitem.html#maxIconWidth-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="tabWidth" fullname="QStyleOptionMenuItem::tabWidth" href="qstyleoptionmenuitem.html#tabWidth-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QStyleOptionMenuItem::font" href="qstyleoptionmenuitem.html#font-var" location="qstyleoption.h" type="QFont" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionMenuItem" fullname="QStyleOptionMenuItem::QStyleOptionMenuItem" href="qstyleoptionmenuitem.html#QStyleOptionMenuItem" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionMenuItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionMenuItem" fullname="QStyleOptionMenuItem::QStyleOptionMenuItem" href="qstyleoptionmenuitem.html#QStyleOptionMenuItem-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionMenuItem(const QStyleOptionMenuItem &amp; other)">
+ <parameter left="const QStyleOptionMenuItem &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionQ3ListViewItem" href="qstyleoptionq3listviewitem.html" location="qstyleoption.h" bases="QStyleOption" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionQ3ListViewItem::StyleOptionType" href="qstyleoptionq3listviewitem.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_Q3ListViewItem"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionQ3ListViewItem::StyleOptionVersion" href="qstyleoptionq3listviewitem.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Q3ListViewItemFeature" fullname="QStyleOptionQ3ListViewItem::Q3ListViewItemFeature" href="qstyleoptionq3listviewitem.html#Q3ListViewItemFeature-enum" location="qstyleoption.h" typedef="QStyleOptionQ3ListViewItem::Q3ListViewItemFeatures">
+ <value name="None" value="0x00"/>
+ <value name="Expandable" value="0x01"/>
+ <value name="MultiLine" value="0x02"/>
+ <value name="Visible" value="0x04"/>
+ <value name="ParentControl" value="0x08"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Q3ListViewItemFeatures" fullname="QStyleOptionQ3ListViewItem::Q3ListViewItemFeatures" href="qstyleoptionq3listviewitem.html#Q3ListViewItemFeatures-typedef" location="qstyleoption.h" enum="QStyleOptionQ3ListViewItem::Q3ListViewItemFeature"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="features" fullname="QStyleOptionQ3ListViewItem::features" href="qstyleoptionq3listviewitem.html#features-var" location="qstyleoption.h" type="Q3ListViewItemFeatures" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="height" fullname="QStyleOptionQ3ListViewItem::height" href="qstyleoptionq3listviewitem.html#height-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="totalHeight" fullname="QStyleOptionQ3ListViewItem::totalHeight" href="qstyleoptionq3listviewitem.html#totalHeight-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="itemY" fullname="QStyleOptionQ3ListViewItem::itemY" href="qstyleoptionq3listviewitem.html#itemY-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="childCount" fullname="QStyleOptionQ3ListViewItem::childCount" href="qstyleoptionq3listviewitem.html#childCount-var" location="qstyleoption.h" type="int" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionQ3ListViewItem" fullname="QStyleOptionQ3ListViewItem::QStyleOptionQ3ListViewItem" href="qstyleoptionq3listviewitem.html#QStyleOptionQ3ListViewItem" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionQ3ListViewItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionQ3ListViewItem" fullname="QStyleOptionQ3ListViewItem::QStyleOptionQ3ListViewItem" href="qstyleoptionq3listviewitem.html#QStyleOptionQ3ListViewItem-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionQ3ListViewItem(const QStyleOptionQ3ListViewItem &amp; other)">
+ <parameter left="const QStyleOptionQ3ListViewItem &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionQ3DockWindow" href="qstyleoptionq3dockwindow.html" location="qstyleoption.h" bases="QStyleOption" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionQ3DockWindow::StyleOptionType" href="qstyleoptionq3dockwindow.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_Q3DockWindow"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionQ3DockWindow::StyleOptionVersion" href="qstyleoptionq3dockwindow.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="docked" fullname="QStyleOptionQ3DockWindow::docked" href="qstyleoptionq3dockwindow.html#docked-var" location="qstyleoption.h" type="bool" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="closeEnabled" fullname="QStyleOptionQ3DockWindow::closeEnabled" href="qstyleoptionq3dockwindow.html#closeEnabled-var" location="qstyleoption.h" type="bool" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionQ3DockWindow" fullname="QStyleOptionQ3DockWindow::QStyleOptionQ3DockWindow" href="qstyleoptionq3dockwindow.html#QStyleOptionQ3DockWindow" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionQ3DockWindow()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionQ3DockWindow" fullname="QStyleOptionQ3DockWindow::QStyleOptionQ3DockWindow" href="qstyleoptionq3dockwindow.html#QStyleOptionQ3DockWindow-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionQ3DockWindow(const QStyleOptionQ3DockWindow &amp; other)">
+ <parameter left="const QStyleOptionQ3DockWindow &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionDockWidget" href="qstyleoptiondockwidget.html" location="qstyleoption.h" bases="QStyleOption" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionDockWidget::StyleOptionType" href="qstyleoptiondockwidget.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_DockWidget"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionDockWidget::StyleOptionVersion" href="qstyleoptiondockwidget.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="title" fullname="QStyleOptionDockWidget::title" href="qstyleoptiondockwidget.html#title-var" location="qstyleoption.h" type="QString" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="closable" fullname="QStyleOptionDockWidget::closable" href="qstyleoptiondockwidget.html#closable-var" location="qstyleoption.h" type="bool" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="movable" fullname="QStyleOptionDockWidget::movable" href="qstyleoptiondockwidget.html#movable-var" location="qstyleoption.h" type="bool" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="floatable" fullname="QStyleOptionDockWidget::floatable" href="qstyleoptiondockwidget.html#floatable-var" location="qstyleoption.h" type="bool" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionDockWidget" fullname="QStyleOptionDockWidget::QStyleOptionDockWidget" href="qstyleoptiondockwidget.html#QStyleOptionDockWidget" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionDockWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionDockWidget" fullname="QStyleOptionDockWidget::QStyleOptionDockWidget" href="qstyleoptiondockwidget.html#QStyleOptionDockWidget-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionDockWidget(const QStyleOptionDockWidget &amp; other)">
+ <parameter left="const QStyleOptionDockWidget &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionViewItem" href="qstyleoptionviewitem.html" location="qstyleoption.h" bases="QStyleOption" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionViewItem::StyleOptionType" href="qstyleoptionviewitem.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_ViewItem"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionViewItem::StyleOptionVersion" href="qstyleoptionviewitem.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Position" fullname="QStyleOptionViewItem::Position" href="qstyleoptionviewitem.html#Position-enum" location="qstyleoption.h">
+ <value name="Left" value="0"/>
+ <value name="Right" value="1"/>
+ <value name="Top" value="2"/>
+ <value name="Bottom" value="3"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="displayAlignment" fullname="QStyleOptionViewItem::displayAlignment" href="qstyleoptionviewitem.html#displayAlignment-var" location="qstyleoption.h" type="Qt::Alignment" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="decorationAlignment" fullname="QStyleOptionViewItem::decorationAlignment" href="qstyleoptionviewitem.html#decorationAlignment-var" location="qstyleoption.h" type="Qt::Alignment" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="textElideMode" fullname="QStyleOptionViewItem::textElideMode" href="qstyleoptionviewitem.html#textElideMode-var" location="qstyleoption.h" type="Qt::TextElideMode" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="decorationPosition" fullname="QStyleOptionViewItem::decorationPosition" href="qstyleoptionviewitem.html#decorationPosition-var" location="qstyleoption.h" type="Position" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="decorationSize" fullname="QStyleOptionViewItem::decorationSize" href="qstyleoptionviewitem.html#decorationSize-var" location="qstyleoption.h" type="QSize" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QStyleOptionViewItem::font" href="qstyleoptionviewitem.html#font-var" location="qstyleoption.h" type="QFont" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="showDecorationSelected" fullname="QStyleOptionViewItem::showDecorationSelected" href="qstyleoptionviewitem.html#showDecorationSelected-var" location="qstyleoption.h" type="bool" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionViewItem" fullname="QStyleOptionViewItem::QStyleOptionViewItem" href="qstyleoptionviewitem.html#QStyleOptionViewItem" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionViewItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionViewItem" fullname="QStyleOptionViewItem::QStyleOptionViewItem" href="qstyleoptionviewitem.html#QStyleOptionViewItem-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionViewItem(const QStyleOptionViewItem &amp; other)">
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionViewItemV2" href="qstyleoptionviewitemv2.html" location="qstyleoption.h" bases="QStyleOptionViewItem" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionViewItemV2::StyleOptionVersion" href="qstyleoptionviewitemv2.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ViewItemFeature" fullname="QStyleOptionViewItemV2::ViewItemFeature" href="qstyleoptionviewitemv2.html#ViewItemFeature-enum" location="qstyleoption.h" typedef="QStyleOptionViewItemV2::ViewItemFeatures">
+ <value name="None" value="0x00"/>
+ <value name="WrapText" value="0x01"/>
+ <value name="Alternate" value="0x02"/>
+ <value name="HasCheckIndicator" value="0x04"/>
+ <value name="HasDisplay" value="0x08"/>
+ <value name="HasDecoration" value="0x10"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ViewItemFeatures" fullname="QStyleOptionViewItemV2::ViewItemFeatures" href="qstyleoptionviewitemv2.html#ViewItemFeatures-typedef" location="qstyleoption.h" enum="QStyleOptionViewItemV2::ViewItemFeature"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="features" fullname="QStyleOptionViewItemV2::features" href="qstyleoptionviewitemv2.html#features-var" location="qstyleoption.h" type="ViewItemFeatures" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionViewItemV2" fullname="QStyleOptionViewItemV2::QStyleOptionViewItemV2" href="qstyleoptionviewitemv2.html#QStyleOptionViewItemV2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionViewItemV2()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionViewItemV2" fullname="QStyleOptionViewItemV2::QStyleOptionViewItemV2" href="qstyleoptionviewitemv2.html#QStyleOptionViewItemV2-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionViewItemV2(const QStyleOptionViewItemV2 &amp; other)">
+ <parameter left="const QStyleOptionViewItemV2 &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionViewItemV2" fullname="QStyleOptionViewItemV2::QStyleOptionViewItemV2" href="qstyleoptionviewitemv2.html#QStyleOptionViewItemV2-3" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QStyleOptionViewItemV2(const QStyleOptionViewItem &amp; other)">
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QStyleOptionViewItemV2::operator=" href="qstyleoptionviewitemv2.html#operator=" location="qstyleoption.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QStyleOptionViewItemV2 &amp;" signature="operator=(const QStyleOptionViewItem &amp; other)">
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionViewItemV3" href="qstyleoptionviewitemv3.html" location="qstyleoption.h" bases="QStyleOptionViewItemV2" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionViewItemV3::StyleOptionVersion" href="qstyleoptionviewitemv3.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="3"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="locale" fullname="QStyleOptionViewItemV3::locale" href="qstyleoptionviewitemv3.html#locale-var" location="qstyleoption.h" type="QLocale" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="widget" fullname="QStyleOptionViewItemV3::widget" href="qstyleoptionviewitemv3.html#widget-var" location="qstyleoption.h" type="const QWidget *" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionViewItemV3" fullname="QStyleOptionViewItemV3::QStyleOptionViewItemV3" href="qstyleoptionviewitemv3.html#QStyleOptionViewItemV3" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionViewItemV3()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionViewItemV3" fullname="QStyleOptionViewItemV3::QStyleOptionViewItemV3" href="qstyleoptionviewitemv3.html#QStyleOptionViewItemV3-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionViewItemV3(const QStyleOptionViewItemV3 &amp; other)">
+ <parameter left="const QStyleOptionViewItemV3 &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionViewItemV3" fullname="QStyleOptionViewItemV3::QStyleOptionViewItemV3" href="qstyleoptionviewitemv3.html#QStyleOptionViewItemV3-3" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QStyleOptionViewItemV3(const QStyleOptionViewItem &amp; other)">
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QStyleOptionViewItemV3::operator=" href="qstyleoptionviewitemv3.html#operator=" location="qstyleoption.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QStyleOptionViewItemV3 &amp;" signature="operator=(const QStyleOptionViewItem &amp; other)">
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionViewItemV4" href="qstyleoptionviewitemv4.html" location="qstyleoption.h" bases="QStyleOptionViewItemV3" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionViewItemV4::StyleOptionVersion" href="qstyleoptionviewitemv4.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="4"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ViewItemPosition" fullname="QStyleOptionViewItemV4::ViewItemPosition" href="qstyleoptionviewitemv4.html#ViewItemPosition-enum" location="qstyleoption.h">
+ <value name="Invalid" value="0"/>
+ <value name="Beginning" value="1"/>
+ <value name="Middle" value="2"/>
+ <value name="End" value="3"/>
+ <value name="OnlyOne" value="4"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="index" fullname="QStyleOptionViewItemV4::index" href="qstyleoptionviewitemv4.html#index-var" location="qstyleoption.h" type="QModelIndex" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="checkState" fullname="QStyleOptionViewItemV4::checkState" href="qstyleoptionviewitemv4.html#checkState-var" location="qstyleoption.h" type="Qt::CheckState" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QStyleOptionViewItemV4::icon" href="qstyleoptionviewitemv4.html#icon-var" location="qstyleoption.h" type="QIcon" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QStyleOptionViewItemV4::text" href="qstyleoptionviewitemv4.html#text-var" location="qstyleoption.h" type="QString" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="viewItemPosition" fullname="QStyleOptionViewItemV4::viewItemPosition" href="qstyleoptionviewitemv4.html#viewItemPosition-var" location="qstyleoption.h" type="ViewItemPosition" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="backgroundBrush" fullname="QStyleOptionViewItemV4::backgroundBrush" href="qstyleoptionviewitemv4.html#backgroundBrush-var" location="qstyleoption.h" type="QBrush" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionViewItemV4" fullname="QStyleOptionViewItemV4::QStyleOptionViewItemV4" href="qstyleoptionviewitemv4.html#QStyleOptionViewItemV4" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionViewItemV4()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionViewItemV4" fullname="QStyleOptionViewItemV4::QStyleOptionViewItemV4" href="qstyleoptionviewitemv4.html#QStyleOptionViewItemV4-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionViewItemV4(const QStyleOptionViewItemV4 &amp; other)">
+ <parameter left="const QStyleOptionViewItemV4 &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionViewItemV4" fullname="QStyleOptionViewItemV4::QStyleOptionViewItemV4" href="qstyleoptionviewitemv4.html#QStyleOptionViewItemV4-3" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QStyleOptionViewItemV4(const QStyleOptionViewItem &amp; other)">
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QStyleOptionViewItemV4::operator=" href="qstyleoptionviewitemv4.html#operator=" location="qstyleoption.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QStyleOptionViewItemV4 &amp;" signature="operator=(const QStyleOptionViewItem &amp; other)">
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionToolBox" href="qstyleoptiontoolbox.html" location="qstyleoption.h" bases="QStyleOption" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionToolBox::StyleOptionType" href="qstyleoptiontoolbox.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_ToolBox"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionToolBox::StyleOptionVersion" href="qstyleoptiontoolbox.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QStyleOptionToolBox::text" href="qstyleoptiontoolbox.html#text-var" location="qstyleoption.h" type="QString" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QStyleOptionToolBox::icon" href="qstyleoptiontoolbox.html#icon-var" location="qstyleoption.h" type="QIcon" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionToolBox" fullname="QStyleOptionToolBox::QStyleOptionToolBox" href="qstyleoptiontoolbox.html#QStyleOptionToolBox" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionToolBox()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionToolBox" fullname="QStyleOptionToolBox::QStyleOptionToolBox" href="qstyleoptiontoolbox.html#QStyleOptionToolBox-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionToolBox(const QStyleOptionToolBox &amp; other)">
+ <parameter left="const QStyleOptionToolBox &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionToolBoxV2" href="qstyleoptiontoolboxv2.html" location="qstyleoption.h" bases="QStyleOptionToolBox" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionToolBoxV2::StyleOptionVersion" href="qstyleoptiontoolboxv2.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="TabPosition" fullname="QStyleOptionToolBoxV2::TabPosition" href="qstyleoptiontoolboxv2.html#TabPosition-enum" location="qstyleoption.h">
+ <value name="Beginning" value="0"/>
+ <value name="Middle" value="1"/>
+ <value name="End" value="2"/>
+ <value name="OnlyOneTab" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SelectedPosition" fullname="QStyleOptionToolBoxV2::SelectedPosition" href="qstyleoptiontoolboxv2.html#SelectedPosition-enum" location="qstyleoption.h">
+ <value name="NotAdjacent" value="0"/>
+ <value name="NextIsSelected" value="1"/>
+ <value name="PreviousIsSelected" value="2"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="position" fullname="QStyleOptionToolBoxV2::position" href="qstyleoptiontoolboxv2.html#position-var" location="qstyleoption.h" type="TabPosition" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="selectedPosition" fullname="QStyleOptionToolBoxV2::selectedPosition" href="qstyleoptiontoolboxv2.html#selectedPosition-var" location="qstyleoption.h" type="SelectedPosition" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionToolBoxV2" fullname="QStyleOptionToolBoxV2::QStyleOptionToolBoxV2" href="qstyleoptiontoolboxv2.html#QStyleOptionToolBoxV2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionToolBoxV2()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionToolBoxV2" fullname="QStyleOptionToolBoxV2::QStyleOptionToolBoxV2" href="qstyleoptiontoolboxv2.html#QStyleOptionToolBoxV2-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionToolBoxV2(const QStyleOptionToolBoxV2 &amp; other)">
+ <parameter left="const QStyleOptionToolBoxV2 &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionToolBoxV2" fullname="QStyleOptionToolBoxV2::QStyleOptionToolBoxV2" href="qstyleoptiontoolboxv2.html#QStyleOptionToolBoxV2-3" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QStyleOptionToolBoxV2(const QStyleOptionToolBox &amp; other)">
+ <parameter left="const QStyleOptionToolBox &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QStyleOptionToolBoxV2::operator=" href="qstyleoptiontoolboxv2.html#operator=" location="qstyleoption.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QStyleOptionToolBoxV2 &amp;" signature="operator=(const QStyleOptionToolBox &amp; other)">
+ <parameter left="const QStyleOptionToolBox &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionRubberBand" href="qstyleoptionrubberband.html" location="qstyleoption.h" bases="QStyleOption" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionRubberBand::StyleOptionType" href="qstyleoptionrubberband.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_RubberBand"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionRubberBand::StyleOptionVersion" href="qstyleoptionrubberband.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="shape" fullname="QStyleOptionRubberBand::shape" href="qstyleoptionrubberband.html#shape-var" location="qstyleoption.h" type="QRubberBand::Shape" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="opaque" fullname="QStyleOptionRubberBand::opaque" href="qstyleoptionrubberband.html#opaque-var" location="qstyleoption.h" type="bool" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionRubberBand" fullname="QStyleOptionRubberBand::QStyleOptionRubberBand" href="qstyleoptionrubberband.html#QStyleOptionRubberBand" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionRubberBand()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionRubberBand" fullname="QStyleOptionRubberBand::QStyleOptionRubberBand" href="qstyleoptionrubberband.html#QStyleOptionRubberBand-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionRubberBand(const QStyleOptionRubberBand &amp; other)">
+ <parameter left="const QStyleOptionRubberBand &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionComplex" href="qstyleoptioncomplex.html" location="qstyleoption.h" bases="QStyleOption" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionComplex::StyleOptionType" href="qstyleoptioncomplex.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_Complex"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionComplex::StyleOptionVersion" href="qstyleoptioncomplex.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="subControls" fullname="QStyleOptionComplex::subControls" href="qstyleoptioncomplex.html#subControls-var" location="qstyleoption.h" type="QStyle::SubControls" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="activeSubControls" fullname="QStyleOptionComplex::activeSubControls" href="qstyleoptioncomplex.html#activeSubControls-var" location="qstyleoption.h" type="QStyle::SubControls" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionComplex" fullname="QStyleOptionComplex::QStyleOptionComplex" href="qstyleoptioncomplex.html#QStyleOptionComplex" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionComplex(int version, int type)">
+ <parameter left="int" right="" name="version" default="QStyleOptionComplex::Version"/>
+ <parameter left="int" right="" name="type" default="SO_Complex"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionComplex" fullname="QStyleOptionComplex::QStyleOptionComplex" href="qstyleoptioncomplex.html#QStyleOptionComplex-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionComplex(const QStyleOptionComplex &amp; other)">
+ <parameter left="const QStyleOptionComplex &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionSlider" href="qstyleoptionslider.html" location="qstyleoption.h" bases="QStyleOptionComplex" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionSlider::StyleOptionType" href="qstyleoptionslider.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_Slider"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionSlider::StyleOptionVersion" href="qstyleoptionslider.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="QStyleOptionSlider::orientation" href="qstyleoptionslider.html#orientation-var" location="qstyleoption.h" type="Qt::Orientation" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="minimum" fullname="QStyleOptionSlider::minimum" href="qstyleoptionslider.html#minimum-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="maximum" fullname="QStyleOptionSlider::maximum" href="qstyleoptionslider.html#maximum-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="tickPosition" fullname="QStyleOptionSlider::tickPosition" href="qstyleoptionslider.html#tickPosition-var" location="qstyleoption.h" type="QSlider::TickPosition" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="tickInterval" fullname="QStyleOptionSlider::tickInterval" href="qstyleoptionslider.html#tickInterval-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="upsideDown" fullname="QStyleOptionSlider::upsideDown" href="qstyleoptionslider.html#upsideDown-var" location="qstyleoption.h" type="bool" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="sliderPosition" fullname="QStyleOptionSlider::sliderPosition" href="qstyleoptionslider.html#sliderPosition-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="sliderValue" fullname="QStyleOptionSlider::sliderValue" href="qstyleoptionslider.html#sliderValue-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="singleStep" fullname="QStyleOptionSlider::singleStep" href="qstyleoptionslider.html#singleStep-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="pageStep" fullname="QStyleOptionSlider::pageStep" href="qstyleoptionslider.html#pageStep-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="notchTarget" fullname="QStyleOptionSlider::notchTarget" href="qstyleoptionslider.html#notchTarget-var" location="qstyleoption.h" type="qreal" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="dialWrapping" fullname="QStyleOptionSlider::dialWrapping" href="qstyleoptionslider.html#dialWrapping-var" location="qstyleoption.h" type="bool" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionSlider" fullname="QStyleOptionSlider::QStyleOptionSlider" href="qstyleoptionslider.html#QStyleOptionSlider" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionSlider()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionSlider" fullname="QStyleOptionSlider::QStyleOptionSlider" href="qstyleoptionslider.html#QStyleOptionSlider-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionSlider(const QStyleOptionSlider &amp; other)">
+ <parameter left="const QStyleOptionSlider &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionSpinBox" href="qstyleoptionspinbox.html" location="qstyleoption.h" bases="QStyleOptionComplex" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionSpinBox::StyleOptionType" href="qstyleoptionspinbox.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_SpinBox"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionSpinBox::StyleOptionVersion" href="qstyleoptionspinbox.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="buttonSymbols" fullname="QStyleOptionSpinBox::buttonSymbols" href="qstyleoptionspinbox.html#buttonSymbols-var" location="qstyleoption.h" type="QAbstractSpinBox::ButtonSymbols" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="stepEnabled" fullname="QStyleOptionSpinBox::stepEnabled" href="qstyleoptionspinbox.html#stepEnabled-var" location="qstyleoption.h" type="QAbstractSpinBox::StepEnabled" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="frame" fullname="QStyleOptionSpinBox::frame" href="qstyleoptionspinbox.html#frame-var" location="qstyleoption.h" type="bool" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionSpinBox" fullname="QStyleOptionSpinBox::QStyleOptionSpinBox" href="qstyleoptionspinbox.html#QStyleOptionSpinBox" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionSpinBox()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionSpinBox" fullname="QStyleOptionSpinBox::QStyleOptionSpinBox" href="qstyleoptionspinbox.html#QStyleOptionSpinBox-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionSpinBox(const QStyleOptionSpinBox &amp; other)">
+ <parameter left="const QStyleOptionSpinBox &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionQ3ListView" href="qstyleoptionq3listview.html" location="qstyleoption.h" bases="QStyleOptionComplex" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionQ3ListView::StyleOptionType" href="qstyleoptionq3listview.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_Q3ListView"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionQ3ListView::StyleOptionVersion" href="qstyleoptionq3listview.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="items" fullname="QStyleOptionQ3ListView::items" href="qstyleoptionq3listview.html#items-var" location="qstyleoption.h" type="QList&lt;QStyleOptionQ3ListViewItem&gt;" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="viewportPalette" fullname="QStyleOptionQ3ListView::viewportPalette" href="qstyleoptionq3listview.html#viewportPalette-var" location="qstyleoption.h" type="QPalette" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="viewportBGRole" fullname="QStyleOptionQ3ListView::viewportBGRole" href="qstyleoptionq3listview.html#viewportBGRole-var" location="qstyleoption.h" type="QPalette::ColorRole" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="sortColumn" fullname="QStyleOptionQ3ListView::sortColumn" href="qstyleoptionq3listview.html#sortColumn-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="itemMargin" fullname="QStyleOptionQ3ListView::itemMargin" href="qstyleoptionq3listview.html#itemMargin-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="treeStepSize" fullname="QStyleOptionQ3ListView::treeStepSize" href="qstyleoptionq3listview.html#treeStepSize-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="rootIsDecorated" fullname="QStyleOptionQ3ListView::rootIsDecorated" href="qstyleoptionq3listview.html#rootIsDecorated-var" location="qstyleoption.h" type="bool" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionQ3ListView" fullname="QStyleOptionQ3ListView::QStyleOptionQ3ListView" href="qstyleoptionq3listview.html#QStyleOptionQ3ListView" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionQ3ListView()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionQ3ListView" fullname="QStyleOptionQ3ListView::QStyleOptionQ3ListView" href="qstyleoptionq3listview.html#QStyleOptionQ3ListView-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionQ3ListView(const QStyleOptionQ3ListView &amp; other)">
+ <parameter left="const QStyleOptionQ3ListView &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionToolButton" href="qstyleoptiontoolbutton.html" location="qstyleoption.h" bases="QStyleOptionComplex" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionToolButton::StyleOptionType" href="qstyleoptiontoolbutton.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_ToolButton"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionToolButton::StyleOptionVersion" href="qstyleoptiontoolbutton.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ToolButtonFeature" fullname="QStyleOptionToolButton::ToolButtonFeature" href="qstyleoptiontoolbutton.html#ToolButtonFeature-enum" location="qstyleoption.h" typedef="QStyleOptionToolButton::ToolButtonFeatures">
+ <value name="None" value="0x00"/>
+ <value name="Arrow" value="0x01"/>
+ <value name="Menu" value="0x04"/>
+ <value name="MenuButtonPopup" value="Menu"/>
+ <value name="PopupDelay" value="0x08"/>
+ <value name="HasMenu" value="0x10"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ToolButtonFeatures" fullname="QStyleOptionToolButton::ToolButtonFeatures" href="qstyleoptiontoolbutton.html#ToolButtonFeatures-typedef" location="qstyleoption.h" enum="QStyleOptionToolButton::ToolButtonFeature"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="features" fullname="QStyleOptionToolButton::features" href="qstyleoptiontoolbutton.html#features-var" location="qstyleoption.h" type="ToolButtonFeatures" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QStyleOptionToolButton::icon" href="qstyleoptiontoolbutton.html#icon-var" location="qstyleoption.h" type="QIcon" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="iconSize" fullname="QStyleOptionToolButton::iconSize" href="qstyleoptiontoolbutton.html#iconSize-var" location="qstyleoption.h" type="QSize" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QStyleOptionToolButton::text" href="qstyleoptiontoolbutton.html#text-var" location="qstyleoption.h" type="QString" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="arrowType" fullname="QStyleOptionToolButton::arrowType" href="qstyleoptiontoolbutton.html#arrowType-var" location="qstyleoption.h" type="Qt::ArrowType" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="toolButtonStyle" fullname="QStyleOptionToolButton::toolButtonStyle" href="qstyleoptiontoolbutton.html#toolButtonStyle-var" location="qstyleoption.h" type="Qt::ToolButtonStyle" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QStyleOptionToolButton::pos" href="qstyleoptiontoolbutton.html#pos-var" location="qstyleoption.h" type="QPoint" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QStyleOptionToolButton::font" href="qstyleoptiontoolbutton.html#font-var" location="qstyleoption.h" type="QFont" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionToolButton" fullname="QStyleOptionToolButton::QStyleOptionToolButton" href="qstyleoptiontoolbutton.html#QStyleOptionToolButton" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionToolButton()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionToolButton" fullname="QStyleOptionToolButton::QStyleOptionToolButton" href="qstyleoptiontoolbutton.html#QStyleOptionToolButton-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionToolButton(const QStyleOptionToolButton &amp; other)">
+ <parameter left="const QStyleOptionToolButton &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionComboBox" href="qstyleoptioncombobox.html" location="qstyleoption.h" bases="QStyleOptionComplex" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionComboBox::StyleOptionType" href="qstyleoptioncombobox.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_ComboBox"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionComboBox::StyleOptionVersion" href="qstyleoptioncombobox.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="editable" fullname="QStyleOptionComboBox::editable" href="qstyleoptioncombobox.html#editable-var" location="qstyleoption.h" type="bool" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="popupRect" fullname="QStyleOptionComboBox::popupRect" href="qstyleoptioncombobox.html#popupRect-var" location="qstyleoption.h" type="QRect" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="frame" fullname="QStyleOptionComboBox::frame" href="qstyleoptioncombobox.html#frame-var" location="qstyleoption.h" type="bool" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="currentText" fullname="QStyleOptionComboBox::currentText" href="qstyleoptioncombobox.html#currentText-var" location="qstyleoption.h" type="QString" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="currentIcon" fullname="QStyleOptionComboBox::currentIcon" href="qstyleoptioncombobox.html#currentIcon-var" location="qstyleoption.h" type="QIcon" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="iconSize" fullname="QStyleOptionComboBox::iconSize" href="qstyleoptioncombobox.html#iconSize-var" location="qstyleoption.h" type="QSize" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionComboBox" fullname="QStyleOptionComboBox::QStyleOptionComboBox" href="qstyleoptioncombobox.html#QStyleOptionComboBox" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionComboBox()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionComboBox" fullname="QStyleOptionComboBox::QStyleOptionComboBox" href="qstyleoptioncombobox.html#QStyleOptionComboBox-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionComboBox(const QStyleOptionComboBox &amp; other)">
+ <parameter left="const QStyleOptionComboBox &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTitleBar" href="qstyleoptiontitlebar.html" location="qstyleoption.h" bases="QStyleOptionComplex" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionTitleBar::StyleOptionType" href="qstyleoptiontitlebar.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_TitleBar"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionTitleBar::StyleOptionVersion" href="qstyleoptiontitlebar.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QStyleOptionTitleBar::text" href="qstyleoptiontitlebar.html#text-var" location="qstyleoption.h" type="QString" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QStyleOptionTitleBar::icon" href="qstyleoptiontitlebar.html#icon-var" location="qstyleoption.h" type="QIcon" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="titleBarState" fullname="QStyleOptionTitleBar::titleBarState" href="qstyleoptiontitlebar.html#titleBarState-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="titleBarFlags" fullname="QStyleOptionTitleBar::titleBarFlags" href="qstyleoptiontitlebar.html#titleBarFlags-var" location="qstyleoption.h" type="Qt::WindowFlags" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTitleBar" fullname="QStyleOptionTitleBar::QStyleOptionTitleBar" href="qstyleoptiontitlebar.html#QStyleOptionTitleBar" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionTitleBar()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionTitleBar" fullname="QStyleOptionTitleBar::QStyleOptionTitleBar" href="qstyleoptiontitlebar.html#QStyleOptionTitleBar-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionTitleBar(const QStyleOptionTitleBar &amp; other)">
+ <parameter left="const QStyleOptionTitleBar &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionGroupBox" href="qstyleoptiongroupbox.html" location="qstyleoption.h" bases="QStyleOptionComplex" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionGroupBox::StyleOptionType" href="qstyleoptiongroupbox.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_GroupBox"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionGroupBox::StyleOptionVersion" href="qstyleoptiongroupbox.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="features" fullname="QStyleOptionGroupBox::features" href="qstyleoptiongroupbox.html#features-var" location="qstyleoption.h" type="QStyleOptionFrameV2::FrameFeatures" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QStyleOptionGroupBox::text" href="qstyleoptiongroupbox.html#text-var" location="qstyleoption.h" type="QString" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="textAlignment" fullname="QStyleOptionGroupBox::textAlignment" href="qstyleoptiongroupbox.html#textAlignment-var" location="qstyleoption.h" type="Qt::Alignment" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="textColor" fullname="QStyleOptionGroupBox::textColor" href="qstyleoptiongroupbox.html#textColor-var" location="qstyleoption.h" type="QColor" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="lineWidth" fullname="QStyleOptionGroupBox::lineWidth" href="qstyleoptiongroupbox.html#lineWidth-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="midLineWidth" fullname="QStyleOptionGroupBox::midLineWidth" href="qstyleoptiongroupbox.html#midLineWidth-var" location="qstyleoption.h" type="int" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionGroupBox" fullname="QStyleOptionGroupBox::QStyleOptionGroupBox" href="qstyleoptiongroupbox.html#QStyleOptionGroupBox" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionGroupBox()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionGroupBox" fullname="QStyleOptionGroupBox::QStyleOptionGroupBox" href="qstyleoptiongroupbox.html#QStyleOptionGroupBox-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionGroupBox(const QStyleOptionGroupBox &amp; other)">
+ <parameter left="const QStyleOptionGroupBox &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionSizeGrip" href="qstyleoptionsizegrip.html" location="qstyleoption.h" bases="QStyleOptionComplex" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionSizeGrip::StyleOptionType" href="qstyleoptionsizegrip.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_SizeGrip"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionSizeGrip::StyleOptionVersion" href="qstyleoptionsizegrip.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="corner" fullname="QStyleOptionSizeGrip::corner" href="qstyleoptionsizegrip.html#corner-var" location="qstyleoption.h" type="Qt::Corner" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionSizeGrip" fullname="QStyleOptionSizeGrip::QStyleOptionSizeGrip" href="qstyleoptionsizegrip.html#QStyleOptionSizeGrip" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionSizeGrip()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionSizeGrip" fullname="QStyleOptionSizeGrip::QStyleOptionSizeGrip" href="qstyleoptionsizegrip.html#QStyleOptionSizeGrip-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionSizeGrip(const QStyleOptionSizeGrip &amp; other)">
+ <parameter left="const QStyleOptionSizeGrip &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionGraphicsItem" href="qstyleoptiongraphicsitem.html" location="qstyleoption.h" bases="QStyleOption" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleOptionGraphicsItem::StyleOptionType" href="qstyleoptiongraphicsitem.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SO_GraphicsItem"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleOptionGraphicsItem::StyleOptionVersion" href="qstyleoptiongraphicsitem.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="exposedRect" fullname="QStyleOptionGraphicsItem::exposedRect" href="qstyleoptiongraphicsitem.html#exposedRect-var" location="qstyleoption.h" type="QRectF" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="obsolete" name="matrix" fullname="QStyleOptionGraphicsItem::matrix" href="qstyleoptiongraphicsitem-obsolete.html#matrix-var" location="qstyleoption.h" type="QMatrix" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="obsolete" name="levelOfDetail" fullname="QStyleOptionGraphicsItem::levelOfDetail" href="qstyleoptiongraphicsitem-obsolete.html#levelOfDetail-var" location="qstyleoption.h" type="qreal" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionGraphicsItem" fullname="QStyleOptionGraphicsItem::QStyleOptionGraphicsItem" href="qstyleoptiongraphicsitem.html#QStyleOptionGraphicsItem" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleOptionGraphicsItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleOptionGraphicsItem" fullname="QStyleOptionGraphicsItem::QStyleOptionGraphicsItem" href="qstyleoptiongraphicsitem.html#QStyleOptionGraphicsItem-2" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStyleOptionGraphicsItem(const QStyleOptionGraphicsItem &amp; other)">
+ <parameter left="const QStyleOptionGraphicsItem &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="levelOfDetailFromTransform" fullname="QStyleOptionGraphicsItem::levelOfDetailFromTransform" href="qstyleoptiongraphicsitem.html#levelOfDetailFromTransform" location="qstyleoption.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="qreal" signature="levelOfDetailFromTransform(const QTransform &amp; worldTransform)">
+ <parameter left="const QTransform &amp;" right="" name="worldTransform" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qstyleoption_cast" href="qstyleoption.html#qstyleoption_cast" location="qstyleoption.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QStyleOption" type="T" signature="qstyleoption_cast(const QStyleOption * option)">
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qstyleoption_cast" href="qstyleoption.html#qstyleoption_cast-3" location="qstyleoption.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" relates="QStyleOption" type="T" signature="qstyleoption_cast(QStyleOption * option)">
+ <parameter left="QStyleOption *" right="" name="option" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleHintReturn" href="qstylehintreturn.html" location="qstyleoption.h" bases="" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="HintReturnType" fullname="QStyleHintReturn::HintReturnType" href="qstylehintreturn.html#HintReturnType-enum" location="qstyleoption.h">
+ <value name="SH_Default" value="0xf000"/>
+ <value name="SH_Mask" value=""/>
+ <value name="SH_Variant" value=""/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleHintReturn::StyleOptionType" href="qstylehintreturn.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SH_Default"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleHintReturn::StyleOptionVersion" href="qstylehintreturn.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleHintReturn" fullname="QStyleHintReturn::QStyleHintReturn" href="qstylehintreturn.html#QStyleHintReturn" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleHintReturn(int version, int type)">
+ <parameter left="int" right="" name="version" default="QStyleOption::Version"/>
+ <parameter left="int" right="" name="type" default="SH_Default"/>
+ </function>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="version" fullname="QStyleHintReturn::version" href="qstylehintreturn.html#version-var" location="qstyleoption.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QStyleHintReturn::type" href="qstylehintreturn.html#type-var" location="qstyleoption.h" type="int" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleHintReturnMask" href="qstylehintreturnmask.html" location="qstyleoption.h" bases="QStyleHintReturn" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleHintReturnMask::StyleOptionType" href="qstylehintreturnmask.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SH_Mask"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleHintReturnMask::StyleOptionVersion" href="qstylehintreturnmask.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleHintReturnMask" fullname="QStyleHintReturnMask::QStyleHintReturnMask" href="qstylehintreturnmask.html#QStyleHintReturnMask" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleHintReturnMask()"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="region" fullname="QStyleHintReturnMask::region" href="qstylehintreturnmask.html#region-var" location="qstyleoption.h" type="QRegion" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyleHintReturnVariant" href="qstylehintreturnvariant.html" location="qstyleoption.h" bases="QStyleHintReturn" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionType" fullname="QStyleHintReturnVariant::StyleOptionType" href="qstylehintreturnvariant.html#StyleOptionType-enum" location="qstyleoption.h">
+ <value name="Type" value="SH_Variant"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleOptionVersion" fullname="QStyleHintReturnVariant::StyleOptionVersion" href="qstylehintreturnvariant.html#StyleOptionVersion-enum" location="qstyleoption.h">
+ <value name="Version" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyleHintReturnVariant" fullname="QStyleHintReturnVariant::QStyleHintReturnVariant" href="qstylehintreturnvariant.html#QStyleHintReturnVariant" location="qstyleoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyleHintReturnVariant()"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="variant" fullname="QStyleHintReturnVariant::variant" href="qstylehintreturnvariant.html#variant-var" location="qstyleoption.h" type="QVariant" static="false"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qstyleoption_cast" href="qstylehintreturn.html#qstyleoption_cast-2" location="qstyleoption.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="QStyleHintReturn" type="T" signature="qstyleoption_cast(const QStyleHintReturn * hint)">
+ <parameter left="const QStyleHintReturn *" right="" name="hint" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qstyleoption_cast" href="qstylehintreturn.html#qstyleoption_cast-4" location="qstyleoption.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" relates="QStyleHintReturn" type="T" signature="qstyleoption_cast(QStyleHintReturn * hint)">
+ <parameter left="QStyleHintReturn *" right="" name="hint" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QShortcut" href="qshortcut.html" location="qshortcut.h" bases="QObject" module="QtGui">
+ <target name="mnemonic"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="key" fullname="QShortcut::key" href="qshortcut.html#key-prop" location="qshortcut.h" type="QKeySequence">
+ <getter name="key"/>
+ <setter name="setKey"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="whatsThis" fullname="QShortcut::whatsThis" href="qshortcut.html#whatsThis-prop" location="qshortcut.h" type="QString">
+ <getter name="whatsThis"/>
+ <setter name="setWhatsThis"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="enabled" fullname="QShortcut::enabled" href="qshortcut.html#enabled-prop" location="qshortcut.h" type="bool">
+ <getter name="isEnabled"/>
+ <setter name="setEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoRepeat" fullname="QShortcut::autoRepeat" href="qshortcut.html#autoRepeat-prop" location="qshortcut.h" type="bool">
+ <getter name="autoRepeat"/>
+ <setter name="setAutoRepeat"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="context" fullname="QShortcut::context" href="qshortcut.html#context-prop" location="qshortcut.h" type="Qt::ShortcutContext">
+ <getter name="context"/>
+ <setter name="setContext"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QShortcut" fullname="QShortcut::QShortcut" href="qshortcut.html#QShortcut" location="qshortcut.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QShortcut(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QShortcut" fullname="QShortcut::QShortcut" href="qshortcut.html#QShortcut-2" location="qshortcut.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QShortcut(const QKeySequence &amp; key, QWidget * parent, const char * member, const char * ambiguousMember, Qt::ShortcutContext context)">
+ <parameter left="const QKeySequence &amp;" right="" name="key" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="member" default="0"/>
+ <parameter left="const char *" right="" name="ambiguousMember" default="0"/>
+ <parameter left="Qt::ShortcutContext" right="" name="context" default="Qt::WindowShortcut"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QShortcut" fullname="QShortcut::~QShortcut" href="qshortcut.html#dtor.QShortcut" location="qshortcut.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QShortcut()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setKey" fullname="QShortcut::setKey" href="qshortcut.html#key-prop" location="qshortcut.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="key" type="void" signature="setKey(const QKeySequence &amp; key)">
+ <parameter left="const QKeySequence &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="QShortcut::key" href="qshortcut.html#key-prop" location="qshortcut.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="key" type="QKeySequence" signature="key() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEnabled" fullname="QShortcut::setEnabled" href="qshortcut.html#enabled-prop" location="qshortcut.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="enabled" type="void" signature="setEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEnabled" fullname="QShortcut::isEnabled" href="qshortcut.html#enabled-prop" location="qshortcut.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="enabled" type="bool" signature="isEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContext" fullname="QShortcut::setContext" href="qshortcut.html#context-prop" location="qshortcut.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="context" type="void" signature="setContext(Qt::ShortcutContext context)">
+ <parameter left="Qt::ShortcutContext" right="" name="context" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="context" fullname="QShortcut::context" href="qshortcut.html#context-prop" location="qshortcut.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="context" type="Qt::ShortcutContext" signature="context()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWhatsThis" fullname="QShortcut::setWhatsThis" href="qshortcut.html#whatsThis-prop" location="qshortcut.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="whatsThis" type="void" signature="setWhatsThis(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="whatsThis" fullname="QShortcut::whatsThis" href="qshortcut.html#whatsThis-prop" location="qshortcut.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="whatsThis" type="QString" signature="whatsThis() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoRepeat" fullname="QShortcut::setAutoRepeat" href="qshortcut.html#autoRepeat-prop" location="qshortcut.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="autoRepeat" type="void" signature="setAutoRepeat(bool on)">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoRepeat" fullname="QShortcut::autoRepeat" href="qshortcut.html#autoRepeat-prop" location="qshortcut.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoRepeat" type="bool" signature="autoRepeat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="id" fullname="QShortcut::id" href="qshortcut.html#id" location="qshortcut.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="id() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parentWidget" fullname="QShortcut::parentWidget" href="qshortcut.html#parentWidget" location="qshortcut.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="parentWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activated" fullname="QShortcut::activated" href="qshortcut.html#activated" location="qshortcut.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="activated()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activatedAmbiguously" fullname="QShortcut::activatedAmbiguously" href="qshortcut.html#activatedAmbiguously" location="qshortcut.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="activatedAmbiguously()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMainWindow" href="qmainwindow.html" location="qmainwindow.h" bases="QWidget" module="QtGui">
+ <contents name="qt-main-window-framework" title="Qt Main Window Framework" level="1"/>
+ <contents name="creating-main-window-components" title="Creating Main Window Components" level="1"/>
+ <contents name="creating-menus" title="Creating Menus" level="2"/>
+ <contents name="creating-toolbars" title="Creating Toolbars" level="2"/>
+ <contents name="creating-dock-widgets" title="Creating Dock Widgets" level="2"/>
+ <contents name="the-status-bar" title="The Status Bar" level="2"/>
+ <contents name="storing-state" title="Storing State" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="iconSize" fullname="QMainWindow::iconSize" href="qmainwindow.html#iconSize-prop" location="qmainwindow.h" type="QSize">
+ <getter name="iconSize"/>
+ <setter name="setIconSize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="toolButtonStyle" fullname="QMainWindow::toolButtonStyle" href="qmainwindow.html#toolButtonStyle-prop" location="qmainwindow.h" type="Qt::ToolButtonStyle">
+ <getter name="toolButtonStyle"/>
+ <setter name="setToolButtonStyle"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="animated" fullname="QMainWindow::animated" href="qmainwindow.html#animated-prop" location="qmainwindow.h" type="bool">
+ <getter name="isAnimated"/>
+ <setter name="setAnimated"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="documentMode" fullname="QMainWindow::documentMode" href="qmainwindow.html#documentMode-prop" location="qmainwindow.h" type="bool">
+ <getter name="documentMode"/>
+ <setter name="setDocumentMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="tabShape" fullname="QMainWindow::tabShape" href="qmainwindow.html#tabShape-prop" location="qmainwindow.h" type="QTabWidget::TabShape">
+ <getter name="tabShape"/>
+ <setter name="setTabShape"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="dockNestingEnabled" fullname="QMainWindow::dockNestingEnabled" href="qmainwindow.html#dockNestingEnabled-prop" location="qmainwindow.h" type="bool">
+ <getter name="isDockNestingEnabled"/>
+ <setter name="setDockNestingEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="dockOptions" fullname="QMainWindow::dockOptions" href="qmainwindow.html#dockOptions-prop" location="qmainwindow.h" type="DockOptions">
+ <getter name="dockOptions"/>
+ <setter name="setDockOptions"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="unifiedTitleAndToolBarOnMac" fullname="QMainWindow::unifiedTitleAndToolBarOnMac" href="qmainwindow.html#unifiedTitleAndToolBarOnMac-prop" location="qmainwindow.h" type="bool">
+ <getter name="unifiedTitleAndToolBarOnMac"/>
+ <setter name="setUnifiedTitleAndToolBarOnMac"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DockOption" fullname="QMainWindow::DockOption" href="qmainwindow.html#DockOption-enum" location="qmainwindow.h" typedef="QMainWindow::DockOptions">
+ <value name="AnimatedDocks" value="0x01"/>
+ <value name="AllowNestedDocks" value="0x02"/>
+ <value name="AllowTabbedDocks" value="0x04"/>
+ <value name="ForceTabbedDocks" value="0x08"/>
+ <value name="VerticalTabs" value="0x10"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="DockOptions" fullname="QMainWindow::DockOptions" href="qmainwindow.html#DockOptions-typedef" location="qmainwindow.h" enum="QMainWindow::DockOption"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMainWindow" fullname="QMainWindow::QMainWindow" href="qmainwindow.html#QMainWindow" location="qmainwindow.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMainWindow(QWidget * parent, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMainWindow" fullname="QMainWindow::~QMainWindow" href="qmainwindow.html#dtor.QMainWindow" location="qmainwindow.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMainWindow()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iconSize" fullname="QMainWindow::iconSize" href="qmainwindow.html#iconSize-prop" location="qmainwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="iconSize" type="QSize" signature="iconSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIconSize" fullname="QMainWindow::setIconSize" href="qmainwindow.html#iconSize-prop" location="qmainwindow.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="iconSize" type="void" signature="setIconSize(const QSize &amp; iconSize)">
+ <parameter left="const QSize &amp;" right="" name="iconSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toolButtonStyle" fullname="QMainWindow::toolButtonStyle" href="qmainwindow.html#toolButtonStyle-prop" location="qmainwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="toolButtonStyle" type="Qt::ToolButtonStyle" signature="toolButtonStyle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setToolButtonStyle" fullname="QMainWindow::setToolButtonStyle" href="qmainwindow.html#toolButtonStyle-prop" location="qmainwindow.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="toolButtonStyle" type="void" signature="setToolButtonStyle(Qt::ToolButtonStyle toolButtonStyle)">
+ <parameter left="Qt::ToolButtonStyle" right="" name="toolButtonStyle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isAnimated" fullname="QMainWindow::isAnimated" href="qmainwindow.html#animated-prop" location="qmainwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="animated" type="bool" signature="isAnimated() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDockNestingEnabled" fullname="QMainWindow::isDockNestingEnabled" href="qmainwindow.html#dockNestingEnabled-prop" location="qmainwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="dockNestingEnabled" type="bool" signature="isDockNestingEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="documentMode" fullname="QMainWindow::documentMode" href="qmainwindow.html#documentMode-prop" location="qmainwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="documentMode" type="bool" signature="documentMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDocumentMode" fullname="QMainWindow::setDocumentMode" href="qmainwindow.html#documentMode-prop" location="qmainwindow.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="documentMode" type="void" signature="setDocumentMode(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabShape" fullname="QMainWindow::tabShape" href="qmainwindow.html#tabShape-prop" location="qmainwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="tabShape" type="QTabWidget::TabShape" signature="tabShape() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabShape" fullname="QMainWindow::setTabShape" href="qmainwindow.html#tabShape-prop" location="qmainwindow.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="tabShape" type="void" signature="setTabShape(QTabWidget::TabShape tabShape)">
+ <parameter left="QTabWidget::TabShape" right="" name="tabShape" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabPosition" fullname="QMainWindow::tabPosition" href="qmainwindow.html#tabPosition" location="qmainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTabWidget::TabPosition" signature="tabPosition(Qt::DockWidgetArea area) const">
+ <parameter left="Qt::DockWidgetArea" right="" name="area" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabPosition" fullname="QMainWindow::setTabPosition" href="qmainwindow.html#setTabPosition" location="qmainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTabPosition(QFlags&lt;Qt::DockWidgetArea&gt; areas, QTabWidget::TabPosition tabPosition)">
+ <parameter left="QFlags&lt;Qt::DockWidgetArea&gt;" right="" name="areas" default=""/>
+ <parameter left="QTabWidget::TabPosition" right="" name="tabPosition" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDockOptions" fullname="QMainWindow::setDockOptions" href="qmainwindow.html#dockOptions-prop" location="qmainwindow.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="dockOptions" type="void" signature="setDockOptions(QFlags&lt;QMainWindow::DockOption&gt; options)">
+ <parameter left="QFlags&lt;QMainWindow::DockOption&gt;" right="" name="options" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dockOptions" fullname="QMainWindow::dockOptions" href="qmainwindow.html#dockOptions-prop" location="qmainwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="dockOptions" type="DockOptions" signature="dockOptions() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="menuBar" fullname="QMainWindow::menuBar" href="qmainwindow.html#menuBar" location="qmainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMenuBar *" signature="menuBar() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMenuBar" fullname="QMainWindow::setMenuBar" href="qmainwindow.html#setMenuBar" location="qmainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMenuBar(QMenuBar * menuBar)">
+ <parameter left="QMenuBar *" right="" name="menuBar" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="menuWidget" fullname="QMainWindow::menuWidget" href="qmainwindow.html#menuWidget" location="qmainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="menuWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMenuWidget" fullname="QMainWindow::setMenuWidget" href="qmainwindow.html#setMenuWidget" location="qmainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMenuWidget(QWidget * menuBar)">
+ <parameter left="QWidget *" right="" name="menuBar" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="statusBar" fullname="QMainWindow::statusBar" href="qmainwindow.html#statusBar" location="qmainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStatusBar *" signature="statusBar() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStatusBar" fullname="QMainWindow::setStatusBar" href="qmainwindow.html#setStatusBar" location="qmainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStatusBar(QStatusBar * statusbar)">
+ <parameter left="QStatusBar *" right="" name="statusbar" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="centralWidget" fullname="QMainWindow::centralWidget" href="qmainwindow.html#centralWidget" location="qmainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="centralWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCentralWidget" fullname="QMainWindow::setCentralWidget" href="qmainwindow.html#setCentralWidget" location="qmainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCentralWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCorner" fullname="QMainWindow::setCorner" href="qmainwindow.html#setCorner" location="qmainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCorner(Qt::Corner corner, Qt::DockWidgetArea area)">
+ <parameter left="Qt::Corner" right="" name="corner" default=""/>
+ <parameter left="Qt::DockWidgetArea" right="" name="area" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="corner" fullname="QMainWindow::corner" href="qmainwindow.html#corner" location="qmainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::DockWidgetArea" signature="corner(Qt::Corner corner) const">
+ <parameter left="Qt::Corner" right="" name="corner" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addToolBarBreak" fullname="QMainWindow::addToolBarBreak" href="qmainwindow.html#addToolBarBreak" location="qmainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addToolBarBreak(Qt::ToolBarArea area)">
+ <parameter left="Qt::ToolBarArea" right="" name="area" default="Qt::TopToolBarArea"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertToolBarBreak" fullname="QMainWindow::insertToolBarBreak" href="qmainwindow.html#insertToolBarBreak" location="qmainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertToolBarBreak(QToolBar * before)">
+ <parameter left="QToolBar *" right="" name="before" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addToolBar" fullname="QMainWindow::addToolBar" href="qmainwindow.html#addToolBar" location="qmainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addToolBar(Qt::ToolBarArea area, QToolBar * toolbar)">
+ <parameter left="Qt::ToolBarArea" right="" name="area" default=""/>
+ <parameter left="QToolBar *" right="" name="toolbar" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addToolBar" fullname="QMainWindow::addToolBar" href="qmainwindow.html#addToolBar-2" location="qmainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addToolBar(QToolBar * toolbar)">
+ <parameter left="QToolBar *" right="" name="toolbar" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addToolBar" fullname="QMainWindow::addToolBar" href="qmainwindow.html#addToolBar-3" location="qmainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QToolBar *" signature="addToolBar(const QString &amp; title)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertToolBar" fullname="QMainWindow::insertToolBar" href="qmainwindow.html#insertToolBar" location="qmainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertToolBar(QToolBar * before, QToolBar * toolbar)">
+ <parameter left="QToolBar *" right="" name="before" default=""/>
+ <parameter left="QToolBar *" right="" name="toolbar" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeToolBar" fullname="QMainWindow::removeToolBar" href="qmainwindow.html#removeToolBar" location="qmainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeToolBar(QToolBar * toolbar)">
+ <parameter left="QToolBar *" right="" name="toolbar" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeToolBarBreak" fullname="QMainWindow::removeToolBarBreak" href="qmainwindow.html#removeToolBarBreak" location="qmainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeToolBarBreak(QToolBar * before)">
+ <parameter left="QToolBar *" right="" name="before" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUnifiedTitleAndToolBarOnMac" fullname="QMainWindow::setUnifiedTitleAndToolBarOnMac" href="qmainwindow.html#unifiedTitleAndToolBarOnMac-prop" location="qmainwindow.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="unifiedTitleAndToolBarOnMac" type="void" signature="setUnifiedTitleAndToolBarOnMac(bool set)">
+ <parameter left="bool" right="" name="set" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unifiedTitleAndToolBarOnMac" fullname="QMainWindow::unifiedTitleAndToolBarOnMac" href="qmainwindow.html#unifiedTitleAndToolBarOnMac-prop" location="qmainwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="unifiedTitleAndToolBarOnMac" type="bool" signature="unifiedTitleAndToolBarOnMac() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toolBarArea" fullname="QMainWindow::toolBarArea" href="qmainwindow.html#toolBarArea" location="qmainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::ToolBarArea" signature="toolBarArea(QToolBar * toolbar) const">
+ <parameter left="QToolBar *" right="" name="toolbar" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toolBarBreak" fullname="QMainWindow::toolBarBreak" href="qmainwindow.html#toolBarBreak" location="qmainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="toolBarBreak(QToolBar * toolbar) const">
+ <parameter left="QToolBar *" right="" name="toolbar" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addDockWidget" fullname="QMainWindow::addDockWidget" href="qmainwindow.html#addDockWidget" location="qmainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addDockWidget(Qt::DockWidgetArea area, QDockWidget * dockwidget)">
+ <parameter left="Qt::DockWidgetArea" right="" name="area" default=""/>
+ <parameter left="QDockWidget *" right="" name="dockwidget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addDockWidget" fullname="QMainWindow::addDockWidget" href="qmainwindow.html#addDockWidget-2" location="qmainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addDockWidget(Qt::DockWidgetArea area, QDockWidget * dockwidget, Qt::Orientation orientation)">
+ <parameter left="Qt::DockWidgetArea" right="" name="area" default=""/>
+ <parameter left="QDockWidget *" right="" name="dockwidget" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="splitDockWidget" fullname="QMainWindow::splitDockWidget" href="qmainwindow.html#splitDockWidget" location="qmainwindow.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="splitDockWidget(QDockWidget * first, QDockWidget * second, Qt::Orientation orientation)">
+ <parameter left="QDockWidget *" right="" name="first" default=""/>
+ <parameter left="QDockWidget *" right="" name="second" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabifyDockWidget" fullname="QMainWindow::tabifyDockWidget" href="qmainwindow.html#tabifyDockWidget" location="qmainwindow.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="tabifyDockWidget(QDockWidget * first, QDockWidget * second)">
+ <parameter left="QDockWidget *" right="" name="first" default=""/>
+ <parameter left="QDockWidget *" right="" name="second" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabifiedDockWidgets" fullname="QMainWindow::tabifiedDockWidgets" href="qmainwindow.html#tabifiedDockWidgets" location="qmainwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QDockWidget *&gt;" signature="tabifiedDockWidgets(QDockWidget * dockwidget) const">
+ <parameter left="QDockWidget *" right="" name="dockwidget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeDockWidget" fullname="QMainWindow::removeDockWidget" href="qmainwindow.html#removeDockWidget" location="qmainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeDockWidget(QDockWidget * dockwidget)">
+ <parameter left="QDockWidget *" right="" name="dockwidget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="restoreDockWidget" fullname="QMainWindow::restoreDockWidget" href="qmainwindow.html#restoreDockWidget" location="qmainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="restoreDockWidget(QDockWidget * dockwidget)">
+ <parameter left="QDockWidget *" right="" name="dockwidget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dockWidgetArea" fullname="QMainWindow::dockWidgetArea" href="qmainwindow.html#dockWidgetArea" location="qmainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::DockWidgetArea" signature="dockWidgetArea(QDockWidget * dockwidget) const">
+ <parameter left="QDockWidget *" right="" name="dockwidget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="saveState" fullname="QMainWindow::saveState" href="qmainwindow.html#saveState" location="qmainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="saveState(int version) const">
+ <parameter left="int" right="" name="version" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="restoreState" fullname="QMainWindow::restoreState" href="qmainwindow.html#restoreState" location="qmainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="restoreState(const QByteArray &amp; state, int version)">
+ <parameter left="const QByteArray &amp;" right="" name="state" default=""/>
+ <parameter left="int" right="" name="version" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createPopupMenu" fullname="QMainWindow::createPopupMenu" href="qmainwindow.html#createPopupMenu" location="qmainwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QMenu *" signature="createPopupMenu()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="QMainWindow" fullname="QMainWindow::QMainWindow" href="qmainwindow-qt3.html#QMainWindow-2" location="qmainwindow.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QMainWindow(QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAnimated" fullname="QMainWindow::setAnimated" href="qmainwindow.html#animated-prop" location="qmainwindow.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="animated" type="void" signature="setAnimated(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDockNestingEnabled" fullname="QMainWindow::setDockNestingEnabled" href="qmainwindow.html#dockNestingEnabled-prop" location="qmainwindow.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="dockNestingEnabled" type="void" signature="setDockNestingEnabled(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iconSizeChanged" fullname="QMainWindow::iconSizeChanged" href="qmainwindow.html#iconSizeChanged" location="qmainwindow.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="iconSizeChanged(const QSize &amp; iconSize)">
+ <parameter left="const QSize &amp;" right="" name="iconSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toolButtonStyleChanged" fullname="QMainWindow::toolButtonStyleChanged" href="qmainwindow.html#toolButtonStyleChanged" location="qmainwindow.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="toolButtonStyleChanged(Qt::ToolButtonStyle toolButtonStyle)">
+ <parameter left="Qt::ToolButtonStyle" right="" name="toolButtonStyle" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contextMenuEvent" fullname="QMainWindow::contextMenuEvent" href="qmainwindow.html#contextMenuEvent" location="qmainwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contextMenuEvent(QContextMenuEvent * event)">
+ <parameter left="QContextMenuEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QMainWindow::event" href="qmainwindow.html#event" location="qmainwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qscriptdebuggerevent.html#operator&lt;&lt;-49" location="qscriptdebuggerevent.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="49" relates="QScriptDebuggerEvent" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QScriptDebuggerEvent &amp; event)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QScriptDebuggerEvent &amp;" right="" name="event" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qscriptdebuggerevent.html#operator&gt;&gt;-26" location="qscriptdebuggerevent.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="26" relates="QScriptDebuggerEvent" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QScriptDebuggerEvent &amp; event)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QScriptDebuggerEvent &amp;" right="" name="event" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QInputDialog" href="qinputdialog.html" location="qinputdialog.h" bases="QDialog" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="inputMode" fullname="QInputDialog::inputMode" href="qinputdialog.html#inputMode-prop" location="qinputdialog.h" type="InputMode">
+ <getter name="inputMode"/>
+ <setter name="setInputMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="labelText" fullname="QInputDialog::labelText" href="qinputdialog.html#labelText-prop" location="qinputdialog.h" type="QString">
+ <getter name="labelText"/>
+ <setter name="setLabelText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="options" fullname="QInputDialog::options" href="qinputdialog.html#options-prop" location="qinputdialog.h" type="InputDialogOptions">
+ <getter name="options"/>
+ <setter name="setOptions"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="textValue" fullname="QInputDialog::textValue" href="qinputdialog.html#textValue-prop" location="qinputdialog.h" type="QString">
+ <getter name="textValue"/>
+ <setter name="setTextValue"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="intValue" fullname="QInputDialog::intValue" href="qinputdialog.html#intValue-prop" location="qinputdialog.h" type="int">
+ <getter name="intValue"/>
+ <setter name="setIntValue"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="doubleValue" fullname="QInputDialog::doubleValue" href="qinputdialog.html#doubleValue-prop" location="qinputdialog.h" type="int">
+ <getter name="doubleValue"/>
+ <setter name="setDoubleValue"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="textEchoMode" fullname="QInputDialog::textEchoMode" href="qinputdialog.html#textEchoMode-prop" location="qinputdialog.h" type="QLineEdit::EchoMode">
+ <getter name="textEchoMode"/>
+ <setter name="setTextEchoMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="comboBoxEditable" fullname="QInputDialog::comboBoxEditable" href="qinputdialog.html#comboBoxEditable-prop" location="qinputdialog.h" type="bool">
+ <getter name="isComboBoxEditable"/>
+ <setter name="setComboBoxEditable"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="comboBoxItems" fullname="QInputDialog::comboBoxItems" href="qinputdialog.html#comboBoxItems-prop" location="qinputdialog.h" type="QStringList">
+ <getter name="comboBoxItems"/>
+ <setter name="setComboBoxItems"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="intMinimum" fullname="QInputDialog::intMinimum" href="qinputdialog.html#intMinimum-prop" location="qinputdialog.h" type="int">
+ <getter name="intMinimum"/>
+ <setter name="setIntMinimum"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="intMaximum" fullname="QInputDialog::intMaximum" href="qinputdialog.html#intMaximum-prop" location="qinputdialog.h" type="int">
+ <getter name="intMaximum"/>
+ <setter name="setIntMaximum"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="intStep" fullname="QInputDialog::intStep" href="qinputdialog.html#intStep-prop" location="qinputdialog.h" type="int">
+ <getter name="intStep"/>
+ <setter name="setIntStep"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="doubleMinimum" fullname="QInputDialog::doubleMinimum" href="qinputdialog.html#doubleMinimum-prop" location="qinputdialog.h" type="double">
+ <getter name="doubleMinimum"/>
+ <setter name="setDoubleMinimum"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="doubleMaximum" fullname="QInputDialog::doubleMaximum" href="qinputdialog.html#doubleMaximum-prop" location="qinputdialog.h" type="double">
+ <getter name="doubleMaximum"/>
+ <setter name="setDoubleMaximum"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="doubleDecimals" fullname="QInputDialog::doubleDecimals" href="qinputdialog.html#doubleDecimals-prop" location="qinputdialog.h" type="int">
+ <getter name="doubleDecimals"/>
+ <setter name="setDoubleDecimals"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="okButtonText" fullname="QInputDialog::okButtonText" href="qinputdialog.html#okButtonText-prop" location="qinputdialog.h" type="QString">
+ <getter name="okButtonText"/>
+ <setter name="setOkButtonText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="cancelButtonText" fullname="QInputDialog::cancelButtonText" href="qinputdialog.html#cancelButtonText-prop" location="qinputdialog.h" type="QString">
+ <getter name="cancelButtonText"/>
+ <setter name="setCancelButtonText"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="InputDialogOption" fullname="QInputDialog::InputDialogOption" href="qinputdialog.html#InputDialogOption-enum" location="qinputdialog.h" typedef="QInputDialog::InputDialogOptions">
+ <value name="NoButtons" value="0x00000001"/>
+ <value name="UseListViewForComboBoxItems" value="0x00000002"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="InputDialogOptions" fullname="QInputDialog::InputDialogOptions" href="qinputdialog.html#InputDialogOptions-typedef" location="qinputdialog.h" enum="QInputDialog::InputDialogOption"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="InputMode" fullname="QInputDialog::InputMode" href="qinputdialog.html#InputMode-enum" location="qinputdialog.h">
+ <value name="TextInput" value="0"/>
+ <value name="IntInput" value="1"/>
+ <value name="DoubleInput" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QInputDialog" fullname="QInputDialog::QInputDialog" href="qinputdialog.html#QInputDialog" location="qinputdialog.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QInputDialog(QWidget * parent, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QInputDialog" fullname="QInputDialog::~QInputDialog" href="qinputdialog.html#dtor.QInputDialog" location="qinputdialog.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QInputDialog()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setInputMode" fullname="QInputDialog::setInputMode" href="qinputdialog.html#inputMode-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="inputMode" type="void" signature="setInputMode(InputMode mode)">
+ <parameter left="InputMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inputMode" fullname="QInputDialog::inputMode" href="qinputdialog.html#inputMode-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="inputMode" type="InputMode" signature="inputMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLabelText" fullname="QInputDialog::setLabelText" href="qinputdialog.html#labelText-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="labelText" type="void" signature="setLabelText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="labelText" fullname="QInputDialog::labelText" href="qinputdialog.html#labelText-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="labelText" type="QString" signature="labelText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOption" fullname="QInputDialog::setOption" href="qinputdialog.html#setOption" location="qinputdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOption(InputDialogOption option, bool on)">
+ <parameter left="InputDialogOption" right="" name="option" default=""/>
+ <parameter left="bool" right="" name="on" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testOption" fullname="QInputDialog::testOption" href="qinputdialog.html#testOption" location="qinputdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="testOption(InputDialogOption option) const">
+ <parameter left="InputDialogOption" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOptions" fullname="QInputDialog::setOptions" href="qinputdialog.html#options-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="options" type="void" signature="setOptions(QFlags&lt;QInputDialog::InputDialogOption&gt; options)">
+ <parameter left="QFlags&lt;QInputDialog::InputDialogOption&gt;" right="" name="options" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="options" fullname="QInputDialog::options" href="qinputdialog.html#options-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="options" type="InputDialogOptions" signature="options() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextValue" fullname="QInputDialog::setTextValue" href="qinputdialog.html#textValue-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="textValue" type="void" signature="setTextValue(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textValue" fullname="QInputDialog::textValue" href="qinputdialog.html#textValue-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="textValue" type="QString" signature="textValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextEchoMode" fullname="QInputDialog::setTextEchoMode" href="qinputdialog.html#textEchoMode-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="textEchoMode" type="void" signature="setTextEchoMode(QLineEdit::EchoMode mode)">
+ <parameter left="QLineEdit::EchoMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textEchoMode" fullname="QInputDialog::textEchoMode" href="qinputdialog.html#textEchoMode-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="textEchoMode" type="QLineEdit::EchoMode" signature="textEchoMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setComboBoxEditable" fullname="QInputDialog::setComboBoxEditable" href="qinputdialog.html#comboBoxEditable-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="comboBoxEditable" type="void" signature="setComboBoxEditable(bool editable)">
+ <parameter left="bool" right="" name="editable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isComboBoxEditable" fullname="QInputDialog::isComboBoxEditable" href="qinputdialog.html#comboBoxEditable-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="comboBoxEditable" type="bool" signature="isComboBoxEditable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setComboBoxItems" fullname="QInputDialog::setComboBoxItems" href="qinputdialog.html#comboBoxItems-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="comboBoxItems" type="void" signature="setComboBoxItems(const QStringList &amp; items)">
+ <parameter left="const QStringList &amp;" right="" name="items" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="comboBoxItems" fullname="QInputDialog::comboBoxItems" href="qinputdialog.html#comboBoxItems-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="comboBoxItems" type="QStringList" signature="comboBoxItems() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIntValue" fullname="QInputDialog::setIntValue" href="qinputdialog.html#intValue-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="intValue" type="void" signature="setIntValue(int value)">
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intValue" fullname="QInputDialog::intValue" href="qinputdialog.html#intValue-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="intValue" type="int" signature="intValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIntMinimum" fullname="QInputDialog::setIntMinimum" href="qinputdialog.html#intMinimum-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="intMinimum" type="void" signature="setIntMinimum(int min)">
+ <parameter left="int" right="" name="min" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intMinimum" fullname="QInputDialog::intMinimum" href="qinputdialog.html#intMinimum-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="intMinimum" type="int" signature="intMinimum() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIntMaximum" fullname="QInputDialog::setIntMaximum" href="qinputdialog.html#intMaximum-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="intMaximum" type="void" signature="setIntMaximum(int max)">
+ <parameter left="int" right="" name="max" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intMaximum" fullname="QInputDialog::intMaximum" href="qinputdialog.html#intMaximum-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="intMaximum" type="int" signature="intMaximum() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIntRange" fullname="QInputDialog::setIntRange" href="qinputdialog.html#setIntRange" location="qinputdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setIntRange(int min, int max)">
+ <parameter left="int" right="" name="min" default=""/>
+ <parameter left="int" right="" name="max" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIntStep" fullname="QInputDialog::setIntStep" href="qinputdialog.html#intStep-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="intStep" type="void" signature="setIntStep(int step)">
+ <parameter left="int" right="" name="step" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intStep" fullname="QInputDialog::intStep" href="qinputdialog.html#intStep-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="intStep" type="int" signature="intStep() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDoubleValue" fullname="QInputDialog::setDoubleValue" href="qinputdialog.html#doubleValue-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="doubleValue" type="void" signature="setDoubleValue(double value)">
+ <parameter left="double" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doubleValue" fullname="QInputDialog::doubleValue" href="qinputdialog.html#doubleValue-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="doubleValue" type="double" signature="doubleValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDoubleMinimum" fullname="QInputDialog::setDoubleMinimum" href="qinputdialog.html#doubleMinimum-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="doubleMinimum" type="void" signature="setDoubleMinimum(double min)">
+ <parameter left="double" right="" name="min" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doubleMinimum" fullname="QInputDialog::doubleMinimum" href="qinputdialog.html#doubleMinimum-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="doubleMinimum" type="double" signature="doubleMinimum() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDoubleMaximum" fullname="QInputDialog::setDoubleMaximum" href="qinputdialog.html#doubleMaximum-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="doubleMaximum" type="void" signature="setDoubleMaximum(double max)">
+ <parameter left="double" right="" name="max" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doubleMaximum" fullname="QInputDialog::doubleMaximum" href="qinputdialog.html#doubleMaximum-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="doubleMaximum" type="double" signature="doubleMaximum() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDoubleRange" fullname="QInputDialog::setDoubleRange" href="qinputdialog.html#setDoubleRange" location="qinputdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDoubleRange(double min, double max)">
+ <parameter left="double" right="" name="min" default=""/>
+ <parameter left="double" right="" name="max" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDoubleDecimals" fullname="QInputDialog::setDoubleDecimals" href="qinputdialog.html#doubleDecimals-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="doubleDecimals" type="void" signature="setDoubleDecimals(int decimals)">
+ <parameter left="int" right="" name="decimals" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doubleDecimals" fullname="QInputDialog::doubleDecimals" href="qinputdialog.html#doubleDecimals-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="doubleDecimals" type="int" signature="doubleDecimals() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOkButtonText" fullname="QInputDialog::setOkButtonText" href="qinputdialog.html#okButtonText-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="okButtonText" type="void" signature="setOkButtonText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="okButtonText" fullname="QInputDialog::okButtonText" href="qinputdialog.html#okButtonText-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="okButtonText" type="QString" signature="okButtonText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCancelButtonText" fullname="QInputDialog::setCancelButtonText" href="qinputdialog.html#cancelButtonText-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="cancelButtonText" type="void" signature="setCancelButtonText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cancelButtonText" fullname="QInputDialog::cancelButtonText" href="qinputdialog.html#cancelButtonText-prop" location="qinputdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="cancelButtonText" type="QString" signature="cancelButtonText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QInputDialog::open" href="qinputdialog.html#open" location="qinputdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="open(QObject * receiver, const char * member)">
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="QInputDialog::minimumSizeHint" href="qinputdialog.html#minimumSizeHint" location="qinputdialog.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QInputDialog::sizeHint" href="qinputdialog.html#sizeHint" location="qinputdialog.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="QInputDialog::setVisible" href="qinputdialog.html#setVisible" location="qinputdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getText" fullname="QInputDialog::getText" href="qinputdialog.html#getText" location="qinputdialog.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="getText(QWidget * parent, const QString &amp; title, const QString &amp; label, QLineEdit::EchoMode mode, const QString &amp; text, bool * ok, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ <parameter left="QLineEdit::EchoMode" right="" name="mode" default="QLineEdit::Normal"/>
+ <parameter left="const QString &amp;" right="" name="text" default="QString()"/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getInt" fullname="QInputDialog::getInt" href="qinputdialog.html#getInt" location="qinputdialog.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="getInt(QWidget * parent, const QString &amp; title, const QString &amp; label, int value, int min, int max, int step, bool * ok, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ <parameter left="int" right="" name="value" default="0"/>
+ <parameter left="int" right="" name="min" default="-2147483647"/>
+ <parameter left="int" right="" name="max" default="2147483647"/>
+ <parameter left="int" right="" name="step" default="1"/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getDouble" fullname="QInputDialog::getDouble" href="qinputdialog.html#getDouble" location="qinputdialog.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="double" signature="getDouble(QWidget * parent, const QString &amp; title, const QString &amp; label, double value, double min, double max, int decimals, bool * ok, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ <parameter left="double" right="" name="value" default="0"/>
+ <parameter left="double" right="" name="min" default="-2147483647"/>
+ <parameter left="double" right="" name="max" default="2147483647"/>
+ <parameter left="int" right="" name="decimals" default="1"/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getItem" fullname="QInputDialog::getItem" href="qinputdialog.html#getItem" location="qinputdialog.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="getItem(QWidget * parent, const QString &amp; title, const QString &amp; label, const QStringList &amp; items, int current, bool editable, bool * ok, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="items" default=""/>
+ <parameter left="int" right="" name="current" default="0"/>
+ <parameter left="bool" right="" name="editable" default="true"/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="getInteger" fullname="QInputDialog::getInteger" href="qinputdialog-obsolete.html#getInteger" location="qinputdialog.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="getInteger(QWidget * parent, const QString &amp; title, const QString &amp; label, int value, int min, int max, int step, bool * ok, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ <parameter left="int" right="" name="value" default="0"/>
+ <parameter left="int" right="" name="min" default="-2147483647"/>
+ <parameter left="int" right="" name="max" default="2147483647"/>
+ <parameter left="int" right="" name="step" default="1"/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="getText" fullname="QInputDialog::getText" href="qinputdialog-qt3.html#getText-2" location="qinputdialog.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QString" signature="getText(const QString &amp; title, const QString &amp; label, QLineEdit::EchoMode echo, const QString &amp; text, bool * ok, QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ <parameter left="QLineEdit::EchoMode" right="" name="echo" default="QLineEdit::Normal"/>
+ <parameter left="const QString &amp;" right="" name="text" default="QString()"/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="getInteger" fullname="QInputDialog::getInteger" href="qinputdialog-qt3.html#getInteger-2" location="qinputdialog.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="int" signature="getInteger(const QString &amp; title, const QString &amp; label, int value, int min, int max, int step, bool * ok, QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ <parameter left="int" right="" name="value" default="0"/>
+ <parameter left="int" right="" name="min" default="-2147483647"/>
+ <parameter left="int" right="" name="max" default="2147483647"/>
+ <parameter left="int" right="" name="step" default="1"/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="getDouble" fullname="QInputDialog::getDouble" href="qinputdialog-qt3.html#getDouble-2" location="qinputdialog.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="double" signature="getDouble(const QString &amp; title, const QString &amp; label, double value, double min, double max, int decimals, bool * ok, QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ <parameter left="double" right="" name="value" default="0"/>
+ <parameter left="double" right="" name="min" default="-2147483647"/>
+ <parameter left="double" right="" name="max" default="2147483647"/>
+ <parameter left="int" right="" name="decimals" default="1"/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="getItem" fullname="QInputDialog::getItem" href="qinputdialog-qt3.html#getItem-2" location="qinputdialog.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QString" signature="getItem(const QString &amp; title, const QString &amp; label, const QStringList &amp; list, int current, bool editable, bool * ok, QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="list" default=""/>
+ <parameter left="int" right="" name="current" default="0"/>
+ <parameter left="bool" right="" name="editable" default="true"/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textValueChanged" fullname="QInputDialog::textValueChanged" href="qinputdialog.html#textValueChanged" location="qinputdialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="textValueChanged(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textValueSelected" fullname="QInputDialog::textValueSelected" href="qinputdialog.html#textValueSelected" location="qinputdialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="textValueSelected(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intValueChanged" fullname="QInputDialog::intValueChanged" href="qinputdialog.html#intValueChanged" location="qinputdialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="intValueChanged(int value)">
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intValueSelected" fullname="QInputDialog::intValueSelected" href="qinputdialog.html#intValueSelected" location="qinputdialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="intValueSelected(int value)">
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doubleValueChanged" fullname="QInputDialog::doubleValueChanged" href="qinputdialog.html#doubleValueChanged" location="qinputdialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="doubleValueChanged(double value)">
+ <parameter left="double" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doubleValueSelected" fullname="QInputDialog::doubleValueSelected" href="qinputdialog.html#doubleValueSelected" location="qinputdialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="doubleValueSelected(double value)">
+ <parameter left="double" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="done" fullname="QInputDialog::done" href="qinputdialog.html#done" location="qinputdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="done(int result)">
+ <parameter left="int" right="" name="result" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QHelpSearchQuery" href="qhelpsearchquery.html" location="qhelpsearchengine.h" bases="" module="QtHelp">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FieldName" fullname="QHelpSearchQuery::FieldName" href="qhelpsearchquery.html#FieldName-enum" location="qhelpsearchengine.h">
+ <value name="DEFAULT" value="0"/>
+ <value name="FUZZY" value="1"/>
+ <value name="WITHOUT" value="2"/>
+ <value name="PHRASE" value="3"/>
+ <value name="ALL" value="4"/>
+ <value name="ATLEAST" value="5"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHelpSearchQuery" fullname="QHelpSearchQuery::QHelpSearchQuery" href="qhelpsearchquery.html#QHelpSearchQuery" location="qhelpsearchengine.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QHelpSearchQuery()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHelpSearchQuery" fullname="QHelpSearchQuery::QHelpSearchQuery" href="qhelpsearchquery.html#QHelpSearchQuery-2" location="qhelpsearchengine.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QHelpSearchQuery(FieldName field, const QStringList &amp; wordList)">
+ <parameter left="FieldName" right="" name="field" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="wordList" default=""/>
+ </function>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="fieldName" fullname="QHelpSearchQuery::fieldName" href="qhelpsearchquery.html#fieldName-var" location="qhelpsearchengine.h" type="FieldName" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="wordList" fullname="QHelpSearchQuery::wordList" href="qhelpsearchquery.html#wordList-var" location="qhelpsearchengine.h" type="QStringList" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QHelpSearchEngine" href="qhelpsearchengine.html" location="qhelpsearchengine.h" bases="QObject" module="QtHelp">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHelpSearchEngine" fullname="QHelpSearchEngine::QHelpSearchEngine" href="qhelpsearchengine.html#QHelpSearchEngine" location="qhelpsearchengine.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QHelpSearchEngine(QHelpEngineCore * helpEngine, QObject * parent)">
+ <parameter left="QHelpEngineCore *" right="" name="helpEngine" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QHelpSearchEngine" fullname="QHelpSearchEngine::~QHelpSearchEngine" href="qhelpsearchengine.html#dtor.QHelpSearchEngine" location="qhelpsearchengine.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QHelpSearchEngine()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="queryWidget" fullname="QHelpSearchEngine::queryWidget" href="qhelpsearchengine.html#queryWidget" location="qhelpsearchengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QHelpSearchQueryWidget *" signature="queryWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resultWidget" fullname="QHelpSearchEngine::resultWidget" href="qhelpsearchengine.html#resultWidget" location="qhelpsearchengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QHelpSearchResultWidget *" signature="resultWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hitsCount" fullname="QHelpSearchEngine::hitsCount" href="qhelpsearchengine.html#hitsCount" location="qhelpsearchengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="hitsCount() const"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="SearchHit" fullname="QHelpSearchEngine::SearchHit" href="qhelpsearchengine.html#SearchHit-typedef" location="qhelpsearchengine.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hits" fullname="QHelpSearchEngine::hits" href="qhelpsearchengine.html#hits" location="qhelpsearchengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;SearchHit&gt;" signature="hits(int start, int end) const">
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="end" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="query" fullname="QHelpSearchEngine::query" href="qhelpsearchengine.html#query" location="qhelpsearchengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QHelpSearchQuery&gt;" signature="query() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reindexDocumentation" fullname="QHelpSearchEngine::reindexDocumentation" href="qhelpsearchengine.html#reindexDocumentation" location="qhelpsearchengine.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="reindexDocumentation()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cancelIndexing" fullname="QHelpSearchEngine::cancelIndexing" href="qhelpsearchengine.html#cancelIndexing" location="qhelpsearchengine.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="cancelIndexing()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="search" fullname="QHelpSearchEngine::search" href="qhelpsearchengine.html#search" location="qhelpsearchengine.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="search(const QList&lt;QHelpSearchQuery&gt; &amp; queryList)">
+ <parameter left="const QList&lt;QHelpSearchQuery&gt; &amp;" right="" name="queryList" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cancelSearching" fullname="QHelpSearchEngine::cancelSearching" href="qhelpsearchengine.html#cancelSearching" location="qhelpsearchengine.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="cancelSearching()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexingStarted" fullname="QHelpSearchEngine::indexingStarted" href="qhelpsearchengine.html#indexingStarted" location="qhelpsearchengine.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="indexingStarted()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexingFinished" fullname="QHelpSearchEngine::indexingFinished" href="qhelpsearchengine.html#indexingFinished" location="qhelpsearchengine.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="indexingFinished()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="searchingStarted" fullname="QHelpSearchEngine::searchingStarted" href="qhelpsearchengine.html#searchingStarted" location="qhelpsearchengine.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="searchingStarted()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="searchingFinished" fullname="QHelpSearchEngine::searchingFinished" href="qhelpsearchengine.html#searchingFinished" location="qhelpsearchengine.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="searchingFinished(int hits)">
+ <parameter left="int" right="" name="hits" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3PtrQueue" href="q3ptrqueue.html" location="q3ptrqueue.h" bases="Q3PtrCollection" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3PtrQueue" fullname="Q3PtrQueue::Q3PtrQueue" href="q3ptrqueue.html#Q3PtrQueue" location="q3ptrqueue.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3PtrQueue()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3PtrQueue" fullname="Q3PtrQueue::Q3PtrQueue" href="q3ptrqueue.html#Q3PtrQueue-2" location="q3ptrqueue.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3PtrQueue(const Q3PtrQueue&lt;type&gt; &amp; queue)">
+ <parameter left="const Q3PtrQueue&lt;type&gt; &amp;" right="" name="queue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3PtrQueue" fullname="Q3PtrQueue::~Q3PtrQueue" href="q3ptrqueue.html#dtor.Q3PtrQueue" location="q3ptrqueue.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3PtrQueue()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3PtrQueue::operator=" href="q3ptrqueue.html#operator=" location="q3ptrqueue.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3PtrQueue&lt;type&gt; &amp;" signature="operator=(const Q3PtrQueue&lt;type&gt; &amp; queue)">
+ <parameter left="const Q3PtrQueue&lt;type&gt; &amp;" right="" name="queue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoDelete" fullname="Q3PtrQueue::autoDelete" href="q3ptrqueue.html#autoDelete" location="q3ptrqueue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="autoDelete() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoDelete" fullname="Q3PtrQueue::setAutoDelete" href="q3ptrqueue.html#setAutoDelete" location="q3ptrqueue.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAutoDelete(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3PtrQueue::count" href="q3ptrqueue.html#count" location="q3ptrqueue.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="Q3PtrQueue::isEmpty" href="q3ptrqueue.html#isEmpty" location="q3ptrqueue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="enqueue" fullname="Q3PtrQueue::enqueue" href="q3ptrqueue.html#enqueue" location="q3ptrqueue.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="enqueue(const type * d)">
+ <parameter left="const type *" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dequeue" fullname="Q3PtrQueue::dequeue" href="q3ptrqueue.html#dequeue" location="q3ptrqueue.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="dequeue()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="Q3PtrQueue::remove" href="q3ptrqueue.html#remove" location="q3ptrqueue.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="remove()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="Q3PtrQueue::clear" href="q3ptrqueue.html#clear" location="q3ptrqueue.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="head" fullname="Q3PtrQueue::head" href="q3ptrqueue.html#head" location="q3ptrqueue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="head() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator type *" fullname="Q3PtrQueue::operator type *" href="q3ptrqueue.html#operator type *" location="q3ptrqueue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator type *() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="current" fullname="Q3PtrQueue::current" href="q3ptrqueue.html#current" location="q3ptrqueue.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="current() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="read" fullname="Q3PtrQueue::read" href="q3ptrqueue.html#read" location="q3ptrqueue.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QDataStream &amp;" signature="read(QDataStream &amp; s, Q3PtrCollection::Item &amp; item)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="Q3PtrCollection::Item &amp;" right="" name="item" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="write" fullname="Q3PtrQueue::write" href="q3ptrqueue.html#write" location="q3ptrqueue.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QDataStream &amp;" signature="write(QDataStream &amp; s, Q3PtrCollection::Item item) const">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="Q3PtrCollection::Item" right="" name="item" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3Cache" href="q3cache.html" location="q3cache.h" bases="Q3PtrCollection" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Cache" fullname="Q3Cache::Q3Cache" href="q3cache.html#Q3Cache" location="q3cache.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3Cache(int maxCost, int size, bool caseSensitive)">
+ <parameter left="int" right="" name="maxCost" default="100"/>
+ <parameter left="int" right="" name="size" default="17"/>
+ <parameter left="bool" right="" name="caseSensitive" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3Cache" fullname="Q3Cache::~Q3Cache" href="q3cache.html#dtor.Q3Cache" location="q3cache.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3Cache()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maxCost" fullname="Q3Cache::maxCost" href="q3cache.html#maxCost" location="q3cache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="maxCost() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="totalCost" fullname="Q3Cache::totalCost" href="q3cache.html#totalCost" location="q3cache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="totalCost() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaxCost" fullname="Q3Cache::setMaxCost" href="q3cache.html#setMaxCost" location="q3cache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMaxCost(int m)">
+ <parameter left="int" right="" name="m" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3Cache::count" href="q3cache.html#count" location="q3cache.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="Q3Cache::size" href="q3cache.html#size" location="q3cache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="Q3Cache::isEmpty" href="q3cache.html#isEmpty" location="q3cache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="Q3Cache::clear" href="q3cache.html#clear" location="q3cache.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="Q3Cache::insert" href="q3cache.html#insert" location="q3cache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="insert(const QString &amp; k, const type * d, int c, int p)">
+ <parameter left="const QString &amp;" right="" name="k" default=""/>
+ <parameter left="const type *" right="" name="d" default=""/>
+ <parameter left="int" right="" name="c" default="1"/>
+ <parameter left="int" right="" name="p" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="Q3Cache::remove" href="q3cache.html#remove" location="q3cache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="remove(const QString &amp; k)">
+ <parameter left="const QString &amp;" right="" name="k" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="take" fullname="Q3Cache::take" href="q3cache.html#take" location="q3cache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="take(const QString &amp; k)">
+ <parameter left="const QString &amp;" right="" name="k" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="Q3Cache::find" href="q3cache.html#find" location="q3cache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="find(const QString &amp; k, bool ref) const">
+ <parameter left="const QString &amp;" right="" name="k" default=""/>
+ <parameter left="bool" right="" name="ref" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="Q3Cache::operator[]" href="q3cache.html#operator[]" location="q3cache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="operator[](const QString &amp; k) const">
+ <parameter left="const QString &amp;" right="" name="k" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="statistics" fullname="Q3Cache::statistics" href="q3cache.html#statistics" location="q3cache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="statistics() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3CacheIterator" href="q3cacheiterator.html" location="q3cache.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CacheIterator" fullname="Q3CacheIterator::Q3CacheIterator" href="q3cacheiterator.html#Q3CacheIterator" location="q3cache.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3CacheIterator(const Q3Cache&lt;type&gt; &amp; cache)">
+ <parameter left="const Q3Cache&lt;type&gt; &amp;" right="" name="cache" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CacheIterator" fullname="Q3CacheIterator::Q3CacheIterator" href="q3cacheiterator.html#Q3CacheIterator-2" location="q3cache.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3CacheIterator(const Q3CacheIterator&lt;type&gt; &amp; ci)">
+ <parameter left="const Q3CacheIterator&lt;type&gt; &amp;" right="" name="ci" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3CacheIterator::operator=" href="q3cacheiterator.html#operator=" location="q3cache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3CacheIterator&lt;type&gt; &amp;" signature="operator=(const Q3CacheIterator&lt;type&gt; &amp; ci)">
+ <parameter left="const Q3CacheIterator&lt;type&gt; &amp;" right="" name="ci" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3CacheIterator::count" href="q3cacheiterator.html#count" location="q3cache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="Q3CacheIterator::isEmpty" href="q3cacheiterator.html#isEmpty" location="q3cache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atFirst" fullname="Q3CacheIterator::atFirst" href="q3cacheiterator.html#atFirst" location="q3cache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="atFirst() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atLast" fullname="Q3CacheIterator::atLast" href="q3cacheiterator.html#atLast" location="q3cache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="atLast() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFirst" fullname="Q3CacheIterator::toFirst" href="q3cacheiterator.html#toFirst" location="q3cache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="toFirst()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLast" fullname="Q3CacheIterator::toLast" href="q3cacheiterator.html#toLast" location="q3cache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="toLast()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator type *" fullname="Q3CacheIterator::operator type *" href="q3cacheiterator.html#operator type *" location="q3cache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator type *() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="current" fullname="Q3CacheIterator::current" href="q3cacheiterator.html#current" location="q3cache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="current() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentKey" fullname="Q3CacheIterator::currentKey" href="q3cacheiterator.html#currentKey" location="q3cache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="currentKey() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator()" fullname="Q3CacheIterator::operator()" href="q3cacheiterator.html#operator()" location="q3cache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator()()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="Q3CacheIterator::operator++" href="q3cacheiterator.html#operator++" location="q3cache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator++()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="Q3CacheIterator::operator+=" href="q3cacheiterator.html#operator+=" location="q3cache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator+=(uint jump)">
+ <parameter left="uint" right="" name="jump" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="Q3CacheIterator::operator--" href="q3cacheiterator.html#operator--" location="q3cache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator--()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="Q3CacheIterator::operator-=" href="q3cacheiterator.html#operator-=" location="q3cache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator-=(uint jump)">
+ <parameter left="uint" right="" name="jump" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3IntCache" href="q3intcache.html" location="q3intcache.h" bases="Q3PtrCollection" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3IntCache" fullname="Q3IntCache::Q3IntCache" href="q3intcache.html#Q3IntCache" location="q3intcache.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3IntCache(int maxCost, int size)">
+ <parameter left="int" right="" name="maxCost" default="100"/>
+ <parameter left="int" right="" name="size" default="17"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3IntCache" fullname="Q3IntCache::~Q3IntCache" href="q3intcache.html#dtor.Q3IntCache" location="q3intcache.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3IntCache()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maxCost" fullname="Q3IntCache::maxCost" href="q3intcache.html#maxCost" location="q3intcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="maxCost() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="totalCost" fullname="Q3IntCache::totalCost" href="q3intcache.html#totalCost" location="q3intcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="totalCost() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaxCost" fullname="Q3IntCache::setMaxCost" href="q3intcache.html#setMaxCost" location="q3intcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMaxCost(int m)">
+ <parameter left="int" right="" name="m" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3IntCache::count" href="q3intcache.html#count" location="q3intcache.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="Q3IntCache::size" href="q3intcache.html#size" location="q3intcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="Q3IntCache::isEmpty" href="q3intcache.html#isEmpty" location="q3intcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="Q3IntCache::insert" href="q3intcache.html#insert" location="q3intcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="insert(long k, const type * d, int c, int p)">
+ <parameter left="long" right="" name="k" default=""/>
+ <parameter left="const type *" right="" name="d" default=""/>
+ <parameter left="int" right="" name="c" default="1"/>
+ <parameter left="int" right="" name="p" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="Q3IntCache::remove" href="q3intcache.html#remove" location="q3intcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="remove(long k)">
+ <parameter left="long" right="" name="k" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="take" fullname="Q3IntCache::take" href="q3intcache.html#take" location="q3intcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="take(long k)">
+ <parameter left="long" right="" name="k" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="Q3IntCache::clear" href="q3intcache.html#clear" location="q3intcache.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="Q3IntCache::find" href="q3intcache.html#find" location="q3intcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="find(long k, bool ref) const">
+ <parameter left="long" right="" name="k" default=""/>
+ <parameter left="bool" right="" name="ref" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="Q3IntCache::operator[]" href="q3intcache.html#operator[]" location="q3intcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="operator[](long k) const">
+ <parameter left="long" right="" name="k" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="statistics" fullname="Q3IntCache::statistics" href="q3intcache.html#statistics" location="q3intcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="statistics() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3IntCacheIterator" href="q3intcacheiterator.html" location="q3intcache.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3IntCacheIterator" fullname="Q3IntCacheIterator::Q3IntCacheIterator" href="q3intcacheiterator.html#Q3IntCacheIterator" location="q3intcache.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3IntCacheIterator(const Q3IntCache&lt;type&gt; &amp; cache)">
+ <parameter left="const Q3IntCache&lt;type&gt; &amp;" right="" name="cache" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3IntCacheIterator" fullname="Q3IntCacheIterator::Q3IntCacheIterator" href="q3intcacheiterator.html#Q3IntCacheIterator-2" location="q3intcache.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3IntCacheIterator(const Q3IntCacheIterator&lt;type&gt; &amp; ci)">
+ <parameter left="const Q3IntCacheIterator&lt;type&gt; &amp;" right="" name="ci" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3IntCacheIterator::operator=" href="q3intcacheiterator.html#operator=" location="q3intcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3IntCacheIterator&lt;type&gt; &amp;" signature="operator=(const Q3IntCacheIterator&lt;type&gt; &amp; ci)">
+ <parameter left="const Q3IntCacheIterator&lt;type&gt; &amp;" right="" name="ci" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3IntCacheIterator::count" href="q3intcacheiterator.html#count" location="q3intcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="Q3IntCacheIterator::isEmpty" href="q3intcacheiterator.html#isEmpty" location="q3intcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atFirst" fullname="Q3IntCacheIterator::atFirst" href="q3intcacheiterator.html#atFirst" location="q3intcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="atFirst() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atLast" fullname="Q3IntCacheIterator::atLast" href="q3intcacheiterator.html#atLast" location="q3intcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="atLast() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFirst" fullname="Q3IntCacheIterator::toFirst" href="q3intcacheiterator.html#toFirst" location="q3intcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="toFirst()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLast" fullname="Q3IntCacheIterator::toLast" href="q3intcacheiterator.html#toLast" location="q3intcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="toLast()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator type *" fullname="Q3IntCacheIterator::operator type *" href="q3intcacheiterator.html#operator type *" location="q3intcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator type *() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="current" fullname="Q3IntCacheIterator::current" href="q3intcacheiterator.html#current" location="q3intcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="current() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentKey" fullname="Q3IntCacheIterator::currentKey" href="q3intcacheiterator.html#currentKey" location="q3intcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="long" signature="currentKey() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator()" fullname="Q3IntCacheIterator::operator()" href="q3intcacheiterator.html#operator()" location="q3intcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator()()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="Q3IntCacheIterator::operator++" href="q3intcacheiterator.html#operator++" location="q3intcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator++()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="Q3IntCacheIterator::operator+=" href="q3intcacheiterator.html#operator+=" location="q3intcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator+=(uint jump)">
+ <parameter left="uint" right="" name="jump" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="Q3IntCacheIterator::operator--" href="q3intcacheiterator.html#operator--" location="q3intcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator--()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="Q3IntCacheIterator::operator-=" href="q3intcacheiterator.html#operator-=" location="q3intcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator-=(uint jump)">
+ <parameter left="uint" right="" name="jump" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QFileInfo" href="qfileinfo.html" location="qfileinfo.h" bases="" module="QtCore">
+ <contents name="performance-issues" title="Performance Issues" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFileInfo" fullname="QFileInfo::QFileInfo" href="qfileinfo.html#QFileInfo" location="qfileinfo.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFileInfo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFileInfo" fullname="QFileInfo::QFileInfo" href="qfileinfo.html#QFileInfo-2" location="qfileinfo.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QFileInfo(const QString &amp; file)">
+ <parameter left="const QString &amp;" right="" name="file" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFileInfo" fullname="QFileInfo::QFileInfo" href="qfileinfo.html#QFileInfo-3" location="qfileinfo.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QFileInfo(const QFile &amp; file)">
+ <parameter left="const QFile &amp;" right="" name="file" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFileInfo" fullname="QFileInfo::QFileInfo" href="qfileinfo.html#QFileInfo-4" location="qfileinfo.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QFileInfo(const QDir &amp; dir, const QString &amp; file)">
+ <parameter left="const QDir &amp;" right="" name="dir" default=""/>
+ <parameter left="const QString &amp;" right="" name="file" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFileInfo" fullname="QFileInfo::QFileInfo" href="qfileinfo.html#QFileInfo-5" location="qfileinfo.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QFileInfo(const QFileInfo &amp; fileinfo)">
+ <parameter left="const QFileInfo &amp;" right="" name="fileinfo" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFileInfo" fullname="QFileInfo::~QFileInfo" href="qfileinfo.html#dtor.QFileInfo" location="qfileinfo.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFileInfo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QFileInfo::operator=" href="qfileinfo.html#operator=" location="qfileinfo.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QFileInfo &amp;" signature="operator=(const QFileInfo &amp; fileinfo)">
+ <parameter left="const QFileInfo &amp;" right="" name="fileinfo" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QFileInfo::operator==" href="qfileinfo.html#operator==" location="qfileinfo.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="operator==(const QFileInfo &amp; fileinfo)">
+ <parameter left="const QFileInfo &amp;" right="" name="fileinfo" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QFileInfo::operator==" href="qfileinfo.html#operator==-2" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator==(const QFileInfo &amp; fileinfo) const">
+ <parameter left="const QFileInfo &amp;" right="" name="fileinfo" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QFileInfo::operator!=" href="qfileinfo.html#operator!=" location="qfileinfo.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="operator!=(const QFileInfo &amp; fileinfo)">
+ <parameter left="const QFileInfo &amp;" right="" name="fileinfo" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QFileInfo::operator!=" href="qfileinfo.html#operator!=-2" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator!=(const QFileInfo &amp; fileinfo) const">
+ <parameter left="const QFileInfo &amp;" right="" name="fileinfo" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFile" fullname="QFileInfo::setFile" href="qfileinfo.html#setFile" location="qfileinfo.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFile(const QString &amp; file)">
+ <parameter left="const QString &amp;" right="" name="file" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFile" fullname="QFileInfo::setFile" href="qfileinfo.html#setFile-2" location="qfileinfo.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setFile(const QFile &amp; file)">
+ <parameter left="const QFile &amp;" right="" name="file" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFile" fullname="QFileInfo::setFile" href="qfileinfo.html#setFile-3" location="qfileinfo.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="setFile(const QDir &amp; dir, const QString &amp; file)">
+ <parameter left="const QDir &amp;" right="" name="dir" default=""/>
+ <parameter left="const QString &amp;" right="" name="file" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exists" fullname="QFileInfo::exists" href="qfileinfo.html#exists" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="exists() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="refresh" fullname="QFileInfo::refresh" href="qfileinfo.html#refresh" location="qfileinfo.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="refresh()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filePath" fullname="QFileInfo::filePath" href="qfileinfo.html#filePath" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="filePath() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="absoluteFilePath" fullname="QFileInfo::absoluteFilePath" href="qfileinfo.html#absoluteFilePath" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="absoluteFilePath() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canonicalFilePath" fullname="QFileInfo::canonicalFilePath" href="qfileinfo.html#canonicalFilePath" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="canonicalFilePath() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QFileInfo::fileName" href="qfileinfo.html#fileName" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fileName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="baseName" fullname="QFileInfo::baseName" href="qfileinfo.html#baseName" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="baseName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="completeBaseName" fullname="QFileInfo::completeBaseName" href="qfileinfo.html#completeBaseName" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="completeBaseName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="suffix" fullname="QFileInfo::suffix" href="qfileinfo.html#suffix" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="suffix() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bundleName" fullname="QFileInfo::bundleName" href="qfileinfo.html#bundleName" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="bundleName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="completeSuffix" fullname="QFileInfo::completeSuffix" href="qfileinfo.html#completeSuffix" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="completeSuffix() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="path" fullname="QFileInfo::path" href="qfileinfo.html#path" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="path() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="absolutePath" fullname="QFileInfo::absolutePath" href="qfileinfo.html#absolutePath" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="absolutePath() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canonicalPath" fullname="QFileInfo::canonicalPath" href="qfileinfo.html#canonicalPath" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="canonicalPath() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dir" fullname="QFileInfo::dir" href="qfileinfo.html#dir" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDir" signature="dir() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="absoluteDir" fullname="QFileInfo::absoluteDir" href="qfileinfo.html#absoluteDir" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDir" signature="absoluteDir() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isReadable" fullname="QFileInfo::isReadable" href="qfileinfo.html#isReadable" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isReadable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isWritable" fullname="QFileInfo::isWritable" href="qfileinfo.html#isWritable" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isWritable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isExecutable" fullname="QFileInfo::isExecutable" href="qfileinfo.html#isExecutable" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isExecutable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isHidden" fullname="QFileInfo::isHidden" href="qfileinfo.html#isHidden" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isHidden() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRelative" fullname="QFileInfo::isRelative" href="qfileinfo.html#isRelative" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRelative() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isAbsolute" fullname="QFileInfo::isAbsolute" href="qfileinfo.html#isAbsolute" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isAbsolute() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="makeAbsolute" fullname="QFileInfo::makeAbsolute" href="qfileinfo.html#makeAbsolute" location="qfileinfo.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="makeAbsolute()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFile" fullname="QFileInfo::isFile" href="qfileinfo.html#isFile" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isFile() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDir" fullname="QFileInfo::isDir" href="qfileinfo.html#isDir" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDir() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSymLink" fullname="QFileInfo::isSymLink" href="qfileinfo.html#isSymLink" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSymLink() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRoot" fullname="QFileInfo::isRoot" href="qfileinfo.html#isRoot" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRoot() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isBundle" fullname="QFileInfo::isBundle" href="qfileinfo.html#isBundle" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isBundle() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="readLink" fullname="QFileInfo::readLink" href="qfileinfo-obsolete.html#readLink" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="readLink() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="symLinkTarget" fullname="QFileInfo::symLinkTarget" href="qfileinfo.html#symLinkTarget" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="symLinkTarget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="owner" fullname="QFileInfo::owner" href="qfileinfo.html#owner" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="owner() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ownerId" fullname="QFileInfo::ownerId" href="qfileinfo.html#ownerId" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="ownerId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="group" fullname="QFileInfo::group" href="qfileinfo.html#group" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="group() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="groupId" fullname="QFileInfo::groupId" href="qfileinfo.html#groupId" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="groupId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="permission" fullname="QFileInfo::permission" href="qfileinfo.html#permission" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="permission(QFlags&lt;QFile::Permission&gt; permissions) const">
+ <parameter left="QFlags&lt;QFile::Permission&gt;" right="" name="permissions" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="permissions" fullname="QFileInfo::permissions" href="qfileinfo.html#permissions" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFile::Permissions" signature="permissions() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QFileInfo::size" href="qfileinfo.html#size" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="created" fullname="QFileInfo::created" href="qfileinfo.html#created" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="created() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastModified" fullname="QFileInfo::lastModified" href="qfileinfo.html#lastModified" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="lastModified() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastRead" fullname="QFileInfo::lastRead" href="qfileinfo.html#lastRead" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="lastRead() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="caching" fullname="QFileInfo::caching" href="qfileinfo.html#caching" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="caching() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCaching" fullname="QFileInfo::setCaching" href="qfileinfo.html#setCaching" location="qfileinfo.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCaching(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="compat" name="Permission" fullname="QFileInfo::Permission" href="qfileinfo-qt3.html#Permission-enum" location="qfileinfo.h" typedef="QFileInfo::PermissionSpec">
+ <value name="ReadOwner" value="QFile::ReadOwner"/>
+ <value name="WriteOwner" value="QFile::WriteOwner"/>
+ <value name="ExeOwner" value="QFile::ExeOwner"/>
+ <value name="ReadUser" value="QFile::ReadUser"/>
+ <value name="WriteUser" value="QFile::WriteUser"/>
+ <value name="ExeUser" value="QFile::ExeUser"/>
+ <value name="ReadGroup" value="QFile::ReadGroup"/>
+ <value name="WriteGroup" value="QFile::WriteGroup"/>
+ <value name="ExeGroup" value="QFile::ExeGroup"/>
+ <value name="ReadOther" value="QFile::ReadOther"/>
+ <value name="WriteOther" value="QFile::WriteOther"/>
+ <value name="ExeOther" value="QFile::ExeOther"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="PermissionSpec" fullname="QFileInfo::PermissionSpec" href="qfileinfo.html#PermissionSpec-typedef" location="qfileinfo.h" enum="QFileInfo::Permission"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="baseName" fullname="QFileInfo::baseName" href="qfileinfo-qt3.html#baseName-2" location="qfileinfo.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QString" signature="baseName(bool complete)">
+ <parameter left="bool" right="" name="complete" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="extension" fullname="QFileInfo::extension" href="qfileinfo-qt3.html#extension" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="extension(bool complete) const">
+ <parameter left="bool" right="" name="complete" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="absFilePath" fullname="QFileInfo::absFilePath" href="qfileinfo-qt3.html#absFilePath" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="absFilePath() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="dirPath" fullname="QFileInfo::dirPath" href="qfileinfo-qt3.html#dirPath" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="dirPath(bool absPath) const">
+ <parameter left="bool" right="" name="absPath" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="dir" fullname="QFileInfo::dir" href="qfileinfo-qt3.html#dir-2" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QDir" signature="dir(bool absPath) const">
+ <parameter left="bool" right="" name="absPath" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="convertToAbs" fullname="QFileInfo::convertToAbs" href="qfileinfo-qt3.html#convertToAbs" location="qfileinfo.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="convertToAbs()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="permission" fullname="QFileInfo::permission" href="qfileinfo-qt3.html#permission-2" location="qfileinfo.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="permission(QFlags&lt;QFileInfo::Permission&gt; permissions) const">
+ <parameter left="QFlags&lt;QFileInfo::Permission&gt;" right="" name="permissions" default=""/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d_ptr" fullname="QFileInfo::d_ptr" href="qfileinfo.html#d_ptr-var" location="qfileinfo.h" type="QFileInfoPrivate *" static="false"/>
+ </class>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="QFileInfoList" href="qfileinfo.html#QFileInfoList-typedef" location="qfileinfo.h"/>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QScriptClass" href="qscriptclass.html" location="qscriptclass.h" bases="" module="QtScript">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="QueryFlag" fullname="QScriptClass::QueryFlag" href="qscriptclass.html#QueryFlag-enum" location="qscriptclass.h" typedef="QScriptClass::QueryFlags">
+ <value name="HandlesReadAccess" value="0x01"/>
+ <value name="HandlesWriteAccess" value="0x02"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="QueryFlags" fullname="QScriptClass::QueryFlags" href="qscriptclass.html#QueryFlags-typedef" location="qscriptclass.h" enum="QScriptClass::QueryFlag"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Extension" fullname="QScriptClass::Extension" href="qscriptclass.html#Extension-enum" location="qscriptclass.h">
+ <value name="Callable" value="0"/>
+ <value name="HasInstance" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScriptClass" fullname="QScriptClass::QScriptClass" href="qscriptclass.html#QScriptClass" location="qscriptclass.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QScriptClass(QScriptEngine * engine)">
+ <parameter left="QScriptEngine *" right="" name="engine" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QScriptClass" fullname="QScriptClass::~QScriptClass" href="qscriptclass.html#dtor.QScriptClass" location="qscriptclass.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QScriptClass()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="engine" fullname="QScriptClass::engine" href="qscriptclass.html#engine" location="qscriptclass.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptEngine *" signature="engine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="queryProperty" fullname="QScriptClass::queryProperty" href="qscriptclass.html#queryProperty" location="qscriptclass.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QueryFlags" signature="queryProperty(const QScriptValue &amp; object, const QScriptString &amp; name, QFlags&lt;QScriptClass::QueryFlag&gt; flags, uint * id)">
+ <parameter left="const QScriptValue &amp;" right="" name="object" default=""/>
+ <parameter left="const QScriptString &amp;" right="" name="name" default=""/>
+ <parameter left="QFlags&lt;QScriptClass::QueryFlag&gt;" right="" name="flags" default=""/>
+ <parameter left="uint *" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="property" fullname="QScriptClass::property" href="qscriptclass.html#property" location="qscriptclass.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QScriptValue" signature="property(const QScriptValue &amp; object, const QScriptString &amp; name, uint id)">
+ <parameter left="const QScriptValue &amp;" right="" name="object" default=""/>
+ <parameter left="const QScriptString &amp;" right="" name="name" default=""/>
+ <parameter left="uint" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProperty" fullname="QScriptClass::setProperty" href="qscriptclass.html#setProperty" location="qscriptclass.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setProperty(QScriptValue &amp; object, const QScriptString &amp; name, uint id, const QScriptValue &amp; value)">
+ <parameter left="QScriptValue &amp;" right="" name="object" default=""/>
+ <parameter left="const QScriptString &amp;" right="" name="name" default=""/>
+ <parameter left="uint" right="" name="id" default=""/>
+ <parameter left="const QScriptValue &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="propertyFlags" fullname="QScriptClass::propertyFlags" href="qscriptclass.html#propertyFlags" location="qscriptclass.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QScriptValue::PropertyFlags" signature="propertyFlags(const QScriptValue &amp; object, const QScriptString &amp; name, uint id)">
+ <parameter left="const QScriptValue &amp;" right="" name="object" default=""/>
+ <parameter left="const QScriptString &amp;" right="" name="name" default=""/>
+ <parameter left="uint" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newIterator" fullname="QScriptClass::newIterator" href="qscriptclass.html#newIterator" location="qscriptclass.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QScriptClassPropertyIterator *" signature="newIterator(const QScriptValue &amp; object)">
+ <parameter left="const QScriptValue &amp;" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prototype" fullname="QScriptClass::prototype" href="qscriptclass.html#prototype" location="qscriptclass.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QScriptValue" signature="prototype() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QScriptClass::name" href="qscriptclass.html#name" location="qscriptclass.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportsExtension" fullname="QScriptClass::supportsExtension" href="qscriptclass.html#supportsExtension" location="qscriptclass.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="supportsExtension(Extension extension) const">
+ <parameter left="Extension" right="" name="extension" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="extension" fullname="QScriptClass::extension" href="qscriptclass.html#extension" location="qscriptclass.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QVariant" signature="extension(Extension extension, const QVariant &amp; argument)">
+ <parameter left="Extension" right="" name="extension" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="argument" default="QVariant()"/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d_ptr" fullname="QScriptClass::d_ptr" href="qscriptclass.html#d_ptr-var" location="qscriptclass.h" type="QScriptClassPrivate *" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMotifStyle" href="qmotifstyle.html" location="qmotifstyle.h" bases="QCommonStyle" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMotifStyle" fullname="QMotifStyle::QMotifStyle" href="qmotifstyle.html#QMotifStyle" location="qmotifstyle.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMotifStyle(bool useHighlightCols)">
+ <parameter left="bool" right="" name="useHighlightCols" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMotifStyle" fullname="QMotifStyle::~QMotifStyle" href="qmotifstyle.html#dtor.QMotifStyle" location="qmotifstyle.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMotifStyle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUseHighlightColors" fullname="QMotifStyle::setUseHighlightColors" href="qmotifstyle.html#setUseHighlightColors" location="qmotifstyle.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUseHighlightColors(bool arg)">
+ <parameter left="bool" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="useHighlightColors" fullname="QMotifStyle::useHighlightColors" href="qmotifstyle.html#useHighlightColors" location="qmotifstyle.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="useHighlightColors() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QMotifStyle::polish" href="qmotifstyle.html#polish" location="qmotifstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="polish(QPalette &amp; pal)">
+ <parameter left="QPalette &amp;" right="" name="pal" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPrimitive" fullname="QMotifStyle::drawPrimitive" href="qmotifstyle.html#drawPrimitive" location="qmotifstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawPrimitive(PrimitiveElement pe, const QStyleOption * opt, QPainter * p, const QWidget * w) const">
+ <parameter left="PrimitiveElement" right="" name="pe" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QWidget *" right="" name="w" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawControl" fullname="QMotifStyle::drawControl" href="qmotifstyle.html#drawControl" location="qmotifstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawControl(ControlElement element, const QStyleOption * opt, QPainter * p, const QWidget * widget) const">
+ <parameter left="ControlElement" right="" name="element" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawComplexControl" fullname="QMotifStyle::drawComplexControl" href="qmotifstyle.html#drawComplexControl" location="qmotifstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawComplexControl(ComplexControl cc, const QStyleOptionComplex * opt, QPainter * p, const QWidget * widget) const">
+ <parameter left="ComplexControl" right="" name="cc" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="opt" default=""/>
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subControlRect" fullname="QMotifStyle::subControlRect" href="qmotifstyle.html#subControlRect" location="qmotifstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="subControlRect(ComplexControl cc, const QStyleOptionComplex * opt, SubControl sc, const QWidget * widget) const">
+ <parameter left="ComplexControl" right="" name="cc" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="opt" default=""/>
+ <parameter left="SubControl" right="" name="sc" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixelMetric" fullname="QMotifStyle::pixelMetric" href="qmotifstyle.html#pixelMetric" location="qmotifstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="pixelMetric(PixelMetric pm, const QStyleOption * opt, const QWidget * widget) const">
+ <parameter left="PixelMetric" right="" name="pm" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeFromContents" fullname="QMotifStyle::sizeFromContents" href="qmotifstyle.html#sizeFromContents" location="qmotifstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeFromContents(ContentsType ct, const QStyleOption * opt, const QSize &amp; contentsSize, const QWidget * widget) const">
+ <parameter left="ContentsType" right="" name="ct" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="const QSize &amp;" right="" name="contentsSize" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subElementRect" fullname="QMotifStyle::subElementRect" href="qmotifstyle.html#subElementRect" location="qmotifstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="subElementRect(SubElement sr, const QStyleOption * opt, const QWidget * widget) const">
+ <parameter left="SubElement" right="" name="sr" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardPixmap" fullname="QMotifStyle::standardPixmap" href="qmotifstyle.html#standardPixmap" location="qmotifstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="standardPixmap(StandardPixmap standardPixmap, const QStyleOption * opt, const QWidget * widget) const">
+ <parameter left="StandardPixmap" right="" name="standardPixmap" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="styleHint" fullname="QMotifStyle::styleHint" href="qmotifstyle.html#styleHint" location="qmotifstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="styleHint(StyleHint hint, const QStyleOption * opt, const QWidget * widget, QStyleHintReturn * returnData) const">
+ <parameter left="StyleHint" right="" name="hint" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ <parameter left="QStyleHintReturn *" right="" name="returnData" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="event" fullname="QMotifStyle::event" href="qmotifstyle.html#event" location="qmotifstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardPalette" fullname="QMotifStyle::standardPalette" href="qmotifstyle.html#standardPalette" location="qmotifstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPalette" signature="standardPalette() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="timerEvent" fullname="QMotifStyle::timerEvent" href="qmotifstyle.html#timerEvent" location="qmotifstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="timerEvent(QTimerEvent * event)">
+ <parameter left="QTimerEvent *" right="" name="event" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qIsForwardIteratorEnd" href="qabstractxmlforwarditerator.html#qIsForwardIteratorEnd" location="qabstractxmlforwarditerator_p.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QAbstractXmlForwardIterator" type="bool" signature="qIsForwardIteratorEnd(const T &amp; unit)">
+ <parameter left="const T &amp;" right="" name="unit" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTextItem" href="qtextitem.html" location="qpaintengine.h" bases="" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="RenderFlag" fullname="QTextItem::RenderFlag" href="qtextitem.html#RenderFlag-enum" location="qpaintengine.h" typedef="QTextItem::RenderFlags">
+ <value name="RightToLeft" value="0x1"/>
+ <value name="Overline" value="0x10"/>
+ <value name="Underline" value="0x20"/>
+ <value name="StrikeOut" value="0x40"/>
+ <value name="Dummy" value="0xffffffff"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="RenderFlags" fullname="QTextItem::RenderFlags" href="qtextitem.html#RenderFlags-typedef" location="qpaintengine.h" enum="QTextItem::RenderFlag"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="descent" fullname="QTextItem::descent" href="qtextitem.html#descent" location="qpaintengine.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="descent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ascent" fullname="QTextItem::ascent" href="qtextitem.html#ascent" location="qpaintengine.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="ascent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QTextItem::width" href="qtextitem.html#width" location="qpaintengine.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="renderFlags" fullname="QTextItem::renderFlags" href="qtextitem.html#renderFlags" location="qpaintengine.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="RenderFlags" signature="renderFlags() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QTextItem::text" href="qtextitem.html#text" location="qpaintengine.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QTextItem::font" href="qtextitem.html#font" location="qpaintengine.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFont" signature="font() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPaintEngine" href="qpaintengine.html" location="qpaintengine.h" bases="" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PaintEngineFeature" fullname="QPaintEngine::PaintEngineFeature" href="qpaintengine.html#PaintEngineFeature-enum" location="qpaintengine.h" typedef="QPaintEngine::PaintEngineFeatures">
+ <value name="PrimitiveTransform" value="0x00000001"/>
+ <value name="PatternTransform" value="0x00000002"/>
+ <value name="PixmapTransform" value="0x00000004"/>
+ <value name="PatternBrush" value="0x00000008"/>
+ <value name="LinearGradientFill" value="0x00000010"/>
+ <value name="RadialGradientFill" value="0x00000020"/>
+ <value name="ConicalGradientFill" value="0x00000040"/>
+ <value name="AlphaBlend" value="0x00000080"/>
+ <value name="PorterDuff" value="0x00000100"/>
+ <value name="PainterPaths" value="0x00000200"/>
+ <value name="Antialiasing" value="0x00000400"/>
+ <value name="BrushStroke" value="0x00000800"/>
+ <value name="ConstantOpacity" value="0x00001000"/>
+ <value name="MaskedBrush" value="0x00002000"/>
+ <value name="PerspectiveTransform" value="0x00004000"/>
+ <value name="BlendModes" value="0x00008000"/>
+ <value name="ObjectBoundingModeGradients" value="0x00010000"/>
+ <value name="RasterOpModes" value="0x00020000"/>
+ <value name="PaintOutsidePaintEvent" value="0x20000000"/>
+ <value name="AllFeatures" value="0xffffffff"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="PaintEngineFeatures" fullname="QPaintEngine::PaintEngineFeatures" href="qpaintengine.html#PaintEngineFeatures-typedef" location="qpaintengine.h" enum="QPaintEngine::PaintEngineFeature"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DirtyFlag" fullname="QPaintEngine::DirtyFlag" href="qpaintengine.html#DirtyFlag-enum" location="qpaintengine.h" typedef="QPaintEngine::DirtyFlags">
+ <value name="DirtyPen" value="0x0001"/>
+ <value name="DirtyBrush" value="0x0002"/>
+ <value name="DirtyBrushOrigin" value="0x0004"/>
+ <value name="DirtyFont" value="0x0008"/>
+ <value name="DirtyBackground" value="0x0010"/>
+ <value name="DirtyBackgroundMode" value="0x0020"/>
+ <value name="DirtyTransform" value="0x0040"/>
+ <value name="DirtyClipRegion" value="0x0080"/>
+ <value name="DirtyClipPath" value="0x0100"/>
+ <value name="DirtyHints" value="0x0200"/>
+ <value name="DirtyCompositionMode" value="0x0400"/>
+ <value name="DirtyClipEnabled" value="0x0800"/>
+ <value name="DirtyOpacity" value="0x1000"/>
+ <value name="AllDirty" value="0xffff"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="DirtyFlags" fullname="QPaintEngine::DirtyFlags" href="qpaintengine.html#DirtyFlags-typedef" location="qpaintengine.h" enum="QPaintEngine::DirtyFlag"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PolygonDrawMode" fullname="QPaintEngine::PolygonDrawMode" href="qpaintengine.html#PolygonDrawMode-enum" location="qpaintengine.h">
+ <value name="OddEvenMode" value="0"/>
+ <value name="WindingMode" value="1"/>
+ <value name="ConvexMode" value="2"/>
+ <value name="PolylineMode" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPaintEngine" fullname="QPaintEngine::QPaintEngine" href="qpaintengine.html#QPaintEngine" location="qpaintengine.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPaintEngine(QFlags&lt;QPaintEngine::PaintEngineFeature&gt; caps)">
+ <parameter left="QFlags&lt;QPaintEngine::PaintEngineFeature&gt;" right="" name="caps" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPaintEngine" fullname="QPaintEngine::~QPaintEngine" href="qpaintengine.html#dtor.QPaintEngine" location="qpaintengine.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPaintEngine()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isActive" fullname="QPaintEngine::isActive" href="qpaintengine.html#isActive" location="qpaintengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isActive() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setActive" fullname="QPaintEngine::setActive" href="qpaintengine.html#setActive" location="qpaintengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setActive(bool state)">
+ <parameter left="bool" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="QPaintEngine::begin" href="qpaintengine.html#begin" location="qpaintengine.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="begin(QPaintDevice * pdev)">
+ <parameter left="QPaintDevice *" right="" name="pdev" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="QPaintEngine::end" href="qpaintengine.html#end" location="qpaintengine.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="end()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateState" fullname="QPaintEngine::updateState" href="qpaintengine.html#updateState" location="qpaintengine.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateState(const QPaintEngineState &amp; state)">
+ <parameter left="const QPaintEngineState &amp;" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawRects" fullname="QPaintEngine::drawRects" href="qpaintengine.html#drawRects-2" location="qpaintengine.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawRects(const QRect * rects, int rectCount)">
+ <parameter left="const QRect *" right="" name="rects" default=""/>
+ <parameter left="int" right="" name="rectCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawRects" fullname="QPaintEngine::drawRects" href="qpaintengine.html#drawRects" location="qpaintengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawRects(const QRectF * rects, int rectCount)">
+ <parameter left="const QRectF *" right="" name="rects" default=""/>
+ <parameter left="int" right="" name="rectCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawLines" fullname="QPaintEngine::drawLines" href="qpaintengine.html#drawLines-2" location="qpaintengine.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawLines(const QLine * lines, int lineCount)">
+ <parameter left="const QLine *" right="" name="lines" default=""/>
+ <parameter left="int" right="" name="lineCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawLines" fullname="QPaintEngine::drawLines" href="qpaintengine.html#drawLines" location="qpaintengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawLines(const QLineF * lines, int lineCount)">
+ <parameter left="const QLineF *" right="" name="lines" default=""/>
+ <parameter left="int" right="" name="lineCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawEllipse" fullname="QPaintEngine::drawEllipse" href="qpaintengine.html#drawEllipse" location="qpaintengine.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawEllipse(const QRectF &amp; rect)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawEllipse" fullname="QPaintEngine::drawEllipse" href="qpaintengine.html#drawEllipse-2" location="qpaintengine.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawEllipse(const QRect &amp; rect)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPath" fullname="QPaintEngine::drawPath" href="qpaintengine.html#drawPath" location="qpaintengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawPath(const QPainterPath &amp; path)">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPoints" fullname="QPaintEngine::drawPoints" href="qpaintengine.html#drawPoints" location="qpaintengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawPoints(const QPointF * points, int pointCount)">
+ <parameter left="const QPointF *" right="" name="points" default=""/>
+ <parameter left="int" right="" name="pointCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPoints" fullname="QPaintEngine::drawPoints" href="qpaintengine.html#drawPoints-2" location="qpaintengine.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawPoints(const QPoint * points, int pointCount)">
+ <parameter left="const QPoint *" right="" name="points" default=""/>
+ <parameter left="int" right="" name="pointCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPolygon" fullname="QPaintEngine::drawPolygon" href="qpaintengine.html#drawPolygon" location="qpaintengine.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawPolygon(const QPointF * points, int pointCount, PolygonDrawMode mode)">
+ <parameter left="const QPointF *" right="" name="points" default=""/>
+ <parameter left="int" right="" name="pointCount" default=""/>
+ <parameter left="PolygonDrawMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPolygon" fullname="QPaintEngine::drawPolygon" href="qpaintengine.html#drawPolygon-2" location="qpaintengine.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawPolygon(const QPoint * points, int pointCount, PolygonDrawMode mode)">
+ <parameter left="const QPoint *" right="" name="points" default=""/>
+ <parameter left="int" right="" name="pointCount" default=""/>
+ <parameter left="PolygonDrawMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPixmap" fullname="QPaintEngine::drawPixmap" href="qpaintengine.html#drawPixmap" location="qpaintengine.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawPixmap(const QRectF &amp; r, const QPixmap &amp; pm, const QRectF &amp; sr)">
+ <parameter left="const QRectF &amp;" right="" name="r" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pm" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="sr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawTextItem" fullname="QPaintEngine::drawTextItem" href="qpaintengine.html#drawTextItem" location="qpaintengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawTextItem(const QPointF &amp; p, const QTextItem &amp; textItem)">
+ <parameter left="const QPointF &amp;" right="" name="p" default=""/>
+ <parameter left="const QTextItem &amp;" right="" name="textItem" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawTiledPixmap" fullname="QPaintEngine::drawTiledPixmap" href="qpaintengine.html#drawTiledPixmap" location="qpaintengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawTiledPixmap(const QRectF &amp; rect, const QPixmap &amp; pixmap, const QPointF &amp; p)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawImage" fullname="QPaintEngine::drawImage" href="qpaintengine.html#drawImage" location="qpaintengine.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawImage(const QRectF &amp; rectangle, const QImage &amp; image, const QRectF &amp; sr, QFlags&lt;Qt::ImageConversionFlag&gt; flags)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="sr" default=""/>
+ <parameter left="QFlags&lt;Qt::ImageConversionFlag&gt;" right="" name="flags" default="Qt::AutoColor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paintDevice" fullname="QPaintEngine::paintDevice" href="qpaintengine.html#paintDevice" location="qpaintengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPaintDevice *" signature="paintDevice() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QPaintEngine::Type" href="qpaintengine.html#Type-enum" location="qpaintengine.h">
+ <value name="X11" value="0"/>
+ <value name="Windows" value="1"/>
+ <value name="QuickDraw" value="2"/>
+ <value name="CoreGraphics" value="3"/>
+ <value name="MacPrinter" value="4"/>
+ <value name="QWindowSystem" value="5"/>
+ <value name="PostScript" value="6"/>
+ <value name="OpenGL" value="7"/>
+ <value name="Picture" value="8"/>
+ <value name="SVG" value="9"/>
+ <value name="Raster" value="10"/>
+ <value name="Direct3D" value="11"/>
+ <value name="Pdf" value="12"/>
+ <value name="OpenVG" value="13"/>
+ <value name="User" value="50"/>
+ <value name="MaxUser" value="100"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QPaintEngine::type" href="qpaintengine.html#type" location="qpaintengine.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="Type" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasFeature" fullname="QPaintEngine::hasFeature" href="qpaintengine.html#hasFeature" location="qpaintengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasFeature(QFlags&lt;QPaintEngine::PaintEngineFeature&gt; feature) const">
+ <parameter left="QFlags&lt;QPaintEngine::PaintEngineFeature&gt;" right="" name="feature" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="painter" fullname="QPaintEngine::painter" href="qpaintengine.html#painter" location="qpaintengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPainter *" signature="painter() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="state" fullname="QPaintEngine::state" href="qpaintengine.html#state-var" location="qpaintengine.h" type="QPaintEngineState *" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="gccaps" fullname="QPaintEngine::gccaps" href="qpaintengine.html#gccaps-var" location="qpaintengine.h" type="PaintEngineFeatures" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="active" fullname="QPaintEngine::active" href="qpaintengine.html#active-var" location="qpaintengine.h" type="uint:1" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="selfDestruct" fullname="QPaintEngine::selfDestruct" href="qpaintengine.html#selfDestruct-var" location="qpaintengine.h" type="uint:1" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="extended" fullname="QPaintEngine::extended" href="qpaintengine.html#extended-var" location="qpaintengine.h" type="uint:1" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d_ptr" fullname="QPaintEngine::d_ptr" href="qpaintengine.html#d_ptr-var" location="qpaintengine.h" type="QPaintEnginePrivate *" static="false"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QPaintEngineState" href="qpaintenginestate.html" location="qpaintengine.h" bases="" module="QtGui">
+ <target name="getfunction"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QPaintEngineState::state" href="qpaintenginestate.html#state" location="qpaintengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPaintEngine::DirtyFlags" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pen" fullname="QPaintEngineState::pen" href="qpaintenginestate.html#pen" location="qpaintengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPen" signature="pen() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="brush" fullname="QPaintEngineState::brush" href="qpaintenginestate.html#brush" location="qpaintengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QBrush" signature="brush() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="brushOrigin" fullname="QPaintEngineState::brushOrigin" href="qpaintenginestate.html#brushOrigin" location="qpaintengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="brushOrigin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="backgroundBrush" fullname="QPaintEngineState::backgroundBrush" href="qpaintenginestate.html#backgroundBrush" location="qpaintengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QBrush" signature="backgroundBrush() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="backgroundMode" fullname="QPaintEngineState::backgroundMode" href="qpaintenginestate.html#backgroundMode" location="qpaintengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::BGMode" signature="backgroundMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QPaintEngineState::font" href="qpaintenginestate.html#font" location="qpaintengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFont" signature="font() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="matrix" fullname="QPaintEngineState::matrix" href="qpaintenginestate-obsolete.html#matrix" location="qpaintengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMatrix" signature="matrix() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transform" fullname="QPaintEngineState::transform" href="qpaintenginestate.html#transform" location="qpaintengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTransform" signature="transform() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clipOperation" fullname="QPaintEngineState::clipOperation" href="qpaintenginestate.html#clipOperation" location="qpaintengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::ClipOperation" signature="clipOperation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clipRegion" fullname="QPaintEngineState::clipRegion" href="qpaintenginestate.html#clipRegion" location="qpaintengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRegion" signature="clipRegion() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clipPath" fullname="QPaintEngineState::clipPath" href="qpaintenginestate.html#clipPath" location="qpaintengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="clipPath() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isClipEnabled" fullname="QPaintEngineState::isClipEnabled" href="qpaintenginestate.html#isClipEnabled" location="qpaintengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isClipEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="renderHints" fullname="QPaintEngineState::renderHints" href="qpaintenginestate.html#renderHints" location="qpaintengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPainter::RenderHints" signature="renderHints() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compositionMode" fullname="QPaintEngineState::compositionMode" href="qpaintenginestate.html#compositionMode" location="qpaintengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPainter::CompositionMode" signature="compositionMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="opacity" fullname="QPaintEngineState::opacity" href="qpaintenginestate.html#opacity" location="qpaintengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="opacity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="painter" fullname="QPaintEngineState::painter" href="qpaintenginestate.html#painter" location="qpaintengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPainter *" signature="painter() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="brushNeedsResolving" fullname="QPaintEngineState::brushNeedsResolving" href="qpaintenginestate.html#brushNeedsResolving" location="qpaintengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="brushNeedsResolving() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="penNeedsResolving" fullname="QPaintEngineState::penNeedsResolving" href="qpaintenginestate.html#penNeedsResolving" location="qpaintengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="penNeedsResolving() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="dirtyFlags" fullname="QPaintEngineState::dirtyFlags" href="qpaintenginestate.html#dirtyFlags-var" location="qpaintengine.h" type="QPaintEngine::DirtyFlags" static="false"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QSslCipher" href="qsslcipher.html" location="qsslcipher.h" bases="" module="QtNetwork">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSslCipher" fullname="QSslCipher::QSslCipher" href="qsslcipher.html#QSslCipher" location="qsslcipher.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSslCipher()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSslCipher" fullname="QSslCipher::QSslCipher" href="qsslcipher.html#QSslCipher-2" location="qsslcipher.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSslCipher(const QString &amp; name, QSsl::SslProtocol protocol)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="QSsl::SslProtocol" right="" name="protocol" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSslCipher" fullname="QSslCipher::QSslCipher" href="qsslcipher.html#QSslCipher-3" location="qsslcipher.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QSslCipher(const QSslCipher &amp; other)">
+ <parameter left="const QSslCipher &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSslCipher" fullname="QSslCipher::~QSslCipher" href="qsslcipher.html#dtor.QSslCipher" location="qsslcipher.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSslCipher()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QSslCipher::operator=" href="qsslcipher.html#operator=" location="qsslcipher.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSslCipher &amp;" signature="operator=(const QSslCipher &amp; other)">
+ <parameter left="const QSslCipher &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QSslCipher::operator==" href="qsslcipher.html#operator==" location="qsslcipher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QSslCipher &amp; other) const">
+ <parameter left="const QSslCipher &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QSslCipher::operator!=" href="qsslcipher.html#operator!=" location="qsslcipher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QSslCipher &amp; other) const">
+ <parameter left="const QSslCipher &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QSslCipher::isNull" href="qsslcipher.html#isNull" location="qsslcipher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QSslCipher::name" href="qsslcipher.html#name" location="qsslcipher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedBits" fullname="QSslCipher::supportedBits" href="qsslcipher.html#supportedBits" location="qsslcipher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="supportedBits() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="usedBits" fullname="QSslCipher::usedBits" href="qsslcipher.html#usedBits" location="qsslcipher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="usedBits() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyExchangeMethod" fullname="QSslCipher::keyExchangeMethod" href="qsslcipher.html#keyExchangeMethod" location="qsslcipher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="keyExchangeMethod() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="authenticationMethod" fullname="QSslCipher::authenticationMethod" href="qsslcipher.html#authenticationMethod" location="qsslcipher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="authenticationMethod() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encryptionMethod" fullname="QSslCipher::encryptionMethod" href="qsslcipher.html#encryptionMethod" location="qsslcipher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="encryptionMethod() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="protocolString" fullname="QSslCipher::protocolString" href="qsslcipher.html#protocolString" location="qsslcipher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="protocolString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="protocol" fullname="QSslCipher::protocol" href="qsslcipher.html#protocol" location="qsslcipher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSsl::SslProtocol" signature="protocol() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QFxParticleMotion" href="qfxparticlemotion.html" location="qfxparticles.h" bases="QObject" module="QtDeclarative">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFxParticleMotion" fullname="QFxParticleMotion::QFxParticleMotion" href="qfxparticlemotion.html#QFxParticleMotion" location="qfxparticles.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFxParticleMotion(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="advance" fullname="QFxParticleMotion::advance" href="qfxparticlemotion.html#advance" location="qfxparticles.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="advance(QFxParticle &amp; particle, int interval)">
+ <parameter left="QFxParticle &amp;" right="" name="particle" default=""/>
+ <parameter left="int" right="" name="interval" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="created" fullname="QFxParticleMotion::created" href="qfxparticlemotion.html#created" location="qfxparticles.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="created(QFxParticle &amp; particle)">
+ <parameter left="QFxParticle &amp;" right="" name="particle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="destroy" fullname="QFxParticleMotion::destroy" href="qfxparticlemotion.html#destroy" location="qfxparticles.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="destroy(QFxParticle &amp; particle)">
+ <parameter left="QFxParticle &amp;" right="" name="particle" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDesignerTaskMenuExtension" href="qdesignertaskmenuextension.html" location="taskmenu.h" bases="" module="QtDesigner">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDesignerTaskMenuExtension" fullname="QDesignerTaskMenuExtension::~QDesignerTaskMenuExtension" href="qdesignertaskmenuextension.html#dtor.QDesignerTaskMenuExtension" location="taskmenu.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDesignerTaskMenuExtension()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="preferredEditAction" fullname="QDesignerTaskMenuExtension::preferredEditAction" href="qdesignertaskmenuextension.html#preferredEditAction" location="taskmenu.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="preferredEditAction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="taskActions" fullname="QDesignerTaskMenuExtension::taskActions" href="qdesignertaskmenuextension.html#taskActions" location="taskmenu.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QList&lt;QAction *&gt;" signature="taskActions() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAbstractTransition" href="qabstracttransition.html" location="qabstracttransition.h" bases="QObject" module="QtCore">
+ <contents name="subclassing" title="Subclassing" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="sourceState" fullname="QAbstractTransition::sourceState" href="qabstracttransition.html#sourceState-prop" location="qabstracttransition.h" type="QState *">
+ <getter name="sourceState"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="targetState" fullname="QAbstractTransition::targetState" href="qabstracttransition.html#targetState-prop" location="qabstracttransition.h" type="QAbstractState *">
+ <getter name="targetState"/>
+ <setter name="setTargetState"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="targetStates" fullname="QAbstractTransition::targetStates" href="qabstracttransition.html#targetStates-prop" location="qabstracttransition.h" type="QList&lt;QAbstractState *&gt;">
+ <getter name="targetStates"/>
+ <setter name="setTargetStates"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractTransition" fullname="QAbstractTransition::QAbstractTransition" href="qabstracttransition.html#QAbstractTransition" location="qabstracttransition.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractTransition(QState * sourceState)">
+ <parameter left="QState *" right="" name="sourceState" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractTransition" fullname="QAbstractTransition::~QAbstractTransition" href="qabstracttransition.html#dtor.QAbstractTransition" location="qabstracttransition.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractTransition()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sourceState" fullname="QAbstractTransition::sourceState" href="qabstracttransition.html#sourceState-prop" location="qabstracttransition.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sourceState" type="QState *" signature="sourceState() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="targetState" fullname="QAbstractTransition::targetState" href="qabstracttransition.html#targetState-prop" location="qabstracttransition.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="targetState" type="QAbstractState *" signature="targetState() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTargetState" fullname="QAbstractTransition::setTargetState" href="qabstracttransition.html#targetState-prop" location="qabstracttransition.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="targetState" type="void" signature="setTargetState(QAbstractState * target)">
+ <parameter left="QAbstractState *" right="" name="target" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="targetStates" fullname="QAbstractTransition::targetStates" href="qabstracttransition.html#targetStates-prop" location="qabstracttransition.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="targetStates" type="QList&lt;QAbstractState *&gt;" signature="targetStates() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTargetStates" fullname="QAbstractTransition::setTargetStates" href="qabstracttransition.html#targetStates-prop" location="qabstracttransition.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="targetStates" type="void" signature="setTargetStates(const QList&lt;QAbstractState *&gt; &amp; targets)">
+ <parameter left="const QList&lt;QAbstractState *&gt; &amp;" right="" name="targets" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="machine" fullname="QAbstractTransition::machine" href="qabstracttransition.html#machine" location="qabstracttransition.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStateMachine *" signature="machine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addAnimation" fullname="QAbstractTransition::addAnimation" href="qabstracttransition.html#addAnimation" location="qabstracttransition.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addAnimation(QAbstractAnimation * animation)">
+ <parameter left="QAbstractAnimation *" right="" name="animation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeAnimation" fullname="QAbstractTransition::removeAnimation" href="qabstracttransition.html#removeAnimation" location="qabstracttransition.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeAnimation(QAbstractAnimation * animation)">
+ <parameter left="QAbstractAnimation *" right="" name="animation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="animations" fullname="QAbstractTransition::animations" href="qabstracttransition.html#animations" location="qabstracttransition.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QAbstractAnimation *&gt;" signature="animations() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="triggered" fullname="QAbstractTransition::triggered" href="qabstracttransition.html#triggered" location="qabstracttransition.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="triggered()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventTest" fullname="QAbstractTransition::eventTest" href="qabstracttransition.html#eventTest" location="qabstracttransition.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventTest(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="onTransition" fullname="QAbstractTransition::onTransition" href="qabstracttransition.html#onTransition" location="qabstracttransition.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="onTransition(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QAbstractTransition::event" href="qabstracttransition.html#event" location="qabstracttransition.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qVariantFromValue" href="qvariant.html#qVariantFromValue" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QVariant" type="QVariant" signature="qVariantFromValue(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qVariantSetValue" href="qvariant.html#qVariantSetValue" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QVariant" type="void" signature="qVariantSetValue(QVariant &amp; variant, const T &amp; value)">
+ <parameter left="QVariant &amp;" right="" name="variant" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qVariantValue" href="qvariant.html#qVariantValue" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QVariant" type="T" signature="qVariantValue(const QVariant &amp; value)">
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qVariantCanConvert" href="qvariant.html#qVariantCanConvert" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QVariant" type="bool" signature="qVariantCanConvert(const QVariant &amp; value)">
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QVariant" href="qvariant.html" location="qvariant.h" bases="" module="QtCore">
+ <contents name="a-note-on-gui-types" title="A Note on GUI Types" level="1"/>
+ <contents name="using-canconvert-and-convert-consecutively" title="Using canConvert() and convert() Consecutively" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QVariant::Type" href="qvariant.html#Type-enum" location="qvariant.h">
+ <value name="Invalid" value="0"/>
+ <value name="Bool" value="1"/>
+ <value name="Int" value="2"/>
+ <value name="UInt" value="3"/>
+ <value name="LongLong" value="4"/>
+ <value name="ULongLong" value="5"/>
+ <value name="Double" value="6"/>
+ <value name="Char" value="7"/>
+ <value name="Map" value="8"/>
+ <value name="List" value="9"/>
+ <value name="String" value="10"/>
+ <value name="StringList" value="11"/>
+ <value name="ByteArray" value="12"/>
+ <value name="BitArray" value="13"/>
+ <value name="Date" value="14"/>
+ <value name="Time" value="15"/>
+ <value name="DateTime" value="16"/>
+ <value name="Url" value="17"/>
+ <value name="Locale" value="18"/>
+ <value name="Rect" value="19"/>
+ <value name="RectF" value="20"/>
+ <value name="Size" value="21"/>
+ <value name="SizeF" value="22"/>
+ <value name="Line" value="23"/>
+ <value name="LineF" value="24"/>
+ <value name="Point" value="25"/>
+ <value name="PointF" value="26"/>
+ <value name="RegExp" value="27"/>
+ <value name="Hash" value="28"/>
+ <value name="LastCoreType" value="Hash"/>
+ <value name="ColorGroup" value="63"/>
+ <value name="Font" value="64"/>
+ <value name="Pixmap" value="65"/>
+ <value name="Brush" value="66"/>
+ <value name="Color" value="67"/>
+ <value name="Palette" value="68"/>
+ <value name="Icon" value="69"/>
+ <value name="Image" value="70"/>
+ <value name="Polygon" value="71"/>
+ <value name="Region" value="72"/>
+ <value name="Bitmap" value="73"/>
+ <value name="Cursor" value="74"/>
+ <value name="SizePolicy" value="75"/>
+ <value name="KeySequence" value="76"/>
+ <value name="Pen" value="77"/>
+ <value name="TextLength" value="78"/>
+ <value name="TextFormat" value="79"/>
+ <value name="Matrix" value="80"/>
+ <value name="Transform" value="81"/>
+ <value name="Matrix4x4" value="82"/>
+ <value name="Vector2D" value="83"/>
+ <value name="Vector3D" value="84"/>
+ <value name="Vector4D" value="85"/>
+ <value name="Quaternion" value="86"/>
+ <value name="LastGuiType" value="Quaternion"/>
+ <value name="UserType" value="127"/>
+ <value name="IconSet" value="Icon"/>
+ <value name="CString" value="ByteArray"/>
+ <value name="PointArray" value="Polygon"/>
+ <value name="LastType" value="0xffffffff"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant" location="qvariant.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QVariant()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QVariant" fullname="QVariant::~QVariant" href="qvariant.html#dtor.QVariant" location="qvariant.cpp" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QVariant()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-2" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QVariant(Type type)">
+ <parameter left="Type" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-3" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QVariant(int typeOrUserType, const void * copy)">
+ <parameter left="int" right="" name="typeOrUserType" default=""/>
+ <parameter left="const void *" right="" name="copy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-4" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QVariant(const QVariant &amp; p)">
+ <parameter left="const QVariant &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-5" location="qvariant.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QVariant(QDataStream &amp; s)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-6" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QVariant(int val)">
+ <parameter left="int" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-7" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="7" type="" signature="QVariant(uint val)">
+ <parameter left="uint" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-8" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="8" type="" signature="QVariant(qlonglong val)">
+ <parameter left="qlonglong" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-9" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="9" type="" signature="QVariant(qulonglong val)">
+ <parameter left="qulonglong" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-10" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="10" type="" signature="QVariant(bool val)">
+ <parameter left="bool" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-11" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="11" type="" signature="QVariant(double val)">
+ <parameter left="double" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-12" location="qvariant.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="12" type="" signature="QVariant(float val)">
+ <parameter left="float" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-13" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="13" type="" signature="QVariant(const char * val)">
+ <parameter left="const char *" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-14" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="14" type="" signature="QVariant(const QByteArray &amp; val)">
+ <parameter left="const QByteArray &amp;" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-15" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="15" type="" signature="QVariant(const QBitArray &amp; val)">
+ <parameter left="const QBitArray &amp;" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-16" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="16" type="" signature="QVariant(const QString &amp; val)">
+ <parameter left="const QString &amp;" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-17" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="17" type="" signature="QVariant(const QLatin1String &amp; val)">
+ <parameter left="const QLatin1String &amp;" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-18" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="18" type="" signature="QVariant(const QStringList &amp; val)">
+ <parameter left="const QStringList &amp;" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-19" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="19" type="" signature="QVariant(const QChar &amp; c)">
+ <parameter left="const QChar &amp;" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-20" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="20" type="" signature="QVariant(const QDate &amp; val)">
+ <parameter left="const QDate &amp;" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-21" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="21" type="" signature="QVariant(const QTime &amp; val)">
+ <parameter left="const QTime &amp;" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-22" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="22" type="" signature="QVariant(const QDateTime &amp; val)">
+ <parameter left="const QDateTime &amp;" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-23" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="23" type="" signature="QVariant(const QList&lt;QVariant&gt; &amp; val)">
+ <parameter left="const QList&lt;QVariant&gt; &amp;" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-24" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="24" type="" signature="QVariant(const QMap&lt;QString, QVariant&gt; &amp; val)">
+ <parameter left="const QMap&lt;QString, QVariant&gt; &amp;" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-25" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="25" type="" signature="QVariant(const QHash&lt;QString, QVariant&gt; &amp; val)">
+ <parameter left="const QHash&lt;QString, QVariant&gt; &amp;" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-26" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="26" type="" signature="QVariant(const QSize &amp; val)">
+ <parameter left="const QSize &amp;" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-27" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="27" type="" signature="QVariant(const QSizeF &amp; val)">
+ <parameter left="const QSizeF &amp;" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-28" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="28" type="" signature="QVariant(const QPoint &amp; val)">
+ <parameter left="const QPoint &amp;" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-29" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="29" type="" signature="QVariant(const QPointF &amp; val)">
+ <parameter left="const QPointF &amp;" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-30" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="30" type="" signature="QVariant(const QLine &amp; val)">
+ <parameter left="const QLine &amp;" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-31" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="31" type="" signature="QVariant(const QLineF &amp; val)">
+ <parameter left="const QLineF &amp;" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-32" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="32" type="" signature="QVariant(const QRect &amp; val)">
+ <parameter left="const QRect &amp;" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-33" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="33" type="" signature="QVariant(const QRectF &amp; val)">
+ <parameter left="const QRectF &amp;" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-34" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="34" type="" signature="QVariant(const QUrl &amp; val)">
+ <parameter left="const QUrl &amp;" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-35" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="35" type="" signature="QVariant(const QLocale &amp; l)">
+ <parameter left="const QLocale &amp;" right="" name="l" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-36" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="36" type="" signature="QVariant(const QRegExp &amp; regExp)">
+ <parameter left="const QRegExp &amp;" right="" name="regExp" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVariant" fullname="QVariant::QVariant" href="qvariant.html#QVariant-37" location="qvariant.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="37" type="" signature="QVariant(Qt::GlobalColor color)">
+ <parameter left="Qt::GlobalColor" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QVariant::operator=" href="qvariant.html#operator=" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVariant &amp;" signature="operator=(const QVariant &amp; variant)">
+ <parameter left="const QVariant &amp;" right="" name="variant" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QVariant::type" href="qvariant.html#type" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Type" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="userType" fullname="QVariant::userType" href="qvariant.html#userType" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="userType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="typeName" fullname="QVariant::typeName" href="qvariant.html#typeName" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="typeName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canConvert" fullname="QVariant::canConvert" href="qvariant.html#canConvert" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="canConvert(Type t) const">
+ <parameter left="Type" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="convert" fullname="QVariant::convert" href="qvariant.html#convert" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="convert(Type t)">
+ <parameter left="Type" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="canCast" fullname="QVariant::canCast" href="qvariant-qt3.html#canCast" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="canCast(Type t) const">
+ <parameter left="Type" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="cast" fullname="QVariant::cast" href="qvariant-qt3.html#cast" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="cast(Type t)">
+ <parameter left="Type" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QVariant::isValid" href="qvariant.html#isValid" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QVariant::isNull" href="qvariant.html#isNull" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QVariant::clear" href="qvariant.html#clear" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toInt" fullname="QVariant::toInt" href="qvariant.html#toInt" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="toInt(bool * ok) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUInt" fullname="QVariant::toUInt" href="qvariant.html#toUInt" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="toUInt(bool * ok) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLongLong" fullname="QVariant::toLongLong" href="qvariant.html#toLongLong" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qlonglong" signature="toLongLong(bool * ok) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toULongLong" fullname="QVariant::toULongLong" href="qvariant.html#toULongLong" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qulonglong" signature="toULongLong(bool * ok) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toBool" fullname="QVariant::toBool" href="qvariant.html#toBool" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="toBool() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toDouble" fullname="QVariant::toDouble" href="qvariant.html#toDouble" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="double" signature="toDouble(bool * ok) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFloat" fullname="QVariant::toFloat" href="qvariant.html#toFloat" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="float" signature="toFloat(bool * ok) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toReal" fullname="QVariant::toReal" href="qvariant.html#toReal" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="toReal(bool * ok) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toByteArray" fullname="QVariant::toByteArray" href="qvariant.html#toByteArray" location="qvariant.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="toByteArray() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toBitArray" fullname="QVariant::toBitArray" href="qvariant.html#toBitArray" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QBitArray" signature="toBitArray() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QVariant::toString" href="qvariant.html#toString" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toStringList" fullname="QVariant::toStringList" href="qvariant.html#toStringList" location="qvariant.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="toStringList() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toChar" fullname="QVariant::toChar" href="qvariant.html#toChar" location="qvariant.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QChar" signature="toChar() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toDate" fullname="QVariant::toDate" href="qvariant.html#toDate" location="qvariant.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDate" signature="toDate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toTime" fullname="QVariant::toTime" href="qvariant.html#toTime" location="qvariant.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTime" signature="toTime() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toDateTime" fullname="QVariant::toDateTime" href="qvariant.html#toDateTime" location="qvariant.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="toDateTime() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toList" fullname="QVariant::toList" href="qvariant.html#toList" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QVariant&gt;" signature="toList() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toMap" fullname="QVariant::toMap" href="qvariant.html#toMap" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMap&lt;QString, QVariant&gt;" signature="toMap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toHash" fullname="QVariant::toHash" href="qvariant.html#toHash" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QHash&lt;QString, QVariant&gt;" signature="toHash() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPoint" fullname="QVariant::toPoint" href="qvariant.html#toPoint" location="qvariant.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="toPoint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPointF" fullname="QVariant::toPointF" href="qvariant.html#toPointF" location="qvariant.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="toPointF() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toRect" fullname="QVariant::toRect" href="qvariant.html#toRect" location="qvariant.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="toRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toSize" fullname="QVariant::toSize" href="qvariant.html#toSize" location="qvariant.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="toSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toSizeF" fullname="QVariant::toSizeF" href="qvariant.html#toSizeF" location="qvariant.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSizeF" signature="toSizeF() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLine" fullname="QVariant::toLine" href="qvariant.html#toLine" location="qvariant.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QLine" signature="toLine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLineF" fullname="QVariant::toLineF" href="qvariant.html#toLineF" location="qvariant.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QLineF" signature="toLineF() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toRectF" fullname="QVariant::toRectF" href="qvariant.html#toRectF" location="qvariant.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="toRectF() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUrl" fullname="QVariant::toUrl" href="qvariant.html#toUrl" location="qvariant.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="toUrl() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLocale" fullname="QVariant::toLocale" href="qvariant.html#toLocale" location="qvariant.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QLocale" signature="toLocale() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toRegExp" fullname="QVariant::toRegExp" href="qvariant.html#toRegExp" location="qvariant.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRegExp" signature="toRegExp() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="asInt" fullname="QVariant::asInt" href="qvariant-qt3.html#asInt" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int &amp;" signature="asInt()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="asUInt" fullname="QVariant::asUInt" href="qvariant-qt3.html#asUInt" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="uint &amp;" signature="asUInt()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="asLongLong" fullname="QVariant::asLongLong" href="qvariant-qt3.html#asLongLong" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="qlonglong &amp;" signature="asLongLong()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="asULongLong" fullname="QVariant::asULongLong" href="qvariant-qt3.html#asULongLong" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="qulonglong &amp;" signature="asULongLong()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="asBool" fullname="QVariant::asBool" href="qvariant-qt3.html#asBool" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool &amp;" signature="asBool()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="asDouble" fullname="QVariant::asDouble" href="qvariant-qt3.html#asDouble" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="double &amp;" signature="asDouble()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="asByteArray" fullname="QVariant::asByteArray" href="qvariant-qt3.html#asByteArray" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QByteArray &amp;" signature="asByteArray()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="asBitArray" fullname="QVariant::asBitArray" href="qvariant-qt3.html#asBitArray" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QBitArray &amp;" signature="asBitArray()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="asString" fullname="QVariant::asString" href="qvariant-qt3.html#asString" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString &amp;" signature="asString()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="asStringList" fullname="QVariant::asStringList" href="qvariant-qt3.html#asStringList" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QStringList &amp;" signature="asStringList()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="asDate" fullname="QVariant::asDate" href="qvariant-qt3.html#asDate" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDate &amp;" signature="asDate()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="asTime" fullname="QVariant::asTime" href="qvariant-qt3.html#asTime" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTime &amp;" signature="asTime()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="asDateTime" fullname="QVariant::asDateTime" href="qvariant-qt3.html#asDateTime" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDateTime &amp;" signature="asDateTime()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="asList" fullname="QVariant::asList" href="qvariant-qt3.html#asList" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QList&lt;QVariant&gt; &amp;" signature="asList()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="asMap" fullname="QVariant::asMap" href="qvariant-qt3.html#asMap" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMap&lt;QString, QVariant&gt; &amp;" signature="asMap()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="asPoint" fullname="QVariant::asPoint" href="qvariant-qt3.html#asPoint" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPoint &amp;" signature="asPoint()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="asRect" fullname="QVariant::asRect" href="qvariant-qt3.html#asRect" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QRect &amp;" signature="asRect()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="asSize" fullname="QVariant::asSize" href="qvariant-qt3.html#asSize" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSize &amp;" signature="asSize()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="typeToName" fullname="QVariant::typeToName" href="qvariant.html#typeToName" location="qvariant.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="const char *" signature="typeToName(Type typ)">
+ <parameter left="Type" right="" name="typ" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nameToType" fullname="QVariant::nameToType" href="qvariant.html#nameToType" location="qvariant.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="Type" signature="nameToType(const char * name)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QVariant" fullname="QVariant::QVariant" href="qvariant-qt3.html#QVariant-38" location="qvariant.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="38" type="" signature="QVariant(bool b, int dummy)">
+ <parameter left="bool" right="" name="b" default=""/>
+ <parameter left="int" right="" name="dummy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="toCString" fullname="QVariant::toCString" href="qvariant-qt3.html#toCString" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QByteArray" signature="toCString() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="asCString" fullname="QVariant::asCString" href="qvariant-qt3.html#asCString" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QByteArray &amp;" signature="asCString()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QVariant::setValue" href="qvariant.html#setValue" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setValue(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QVariant::value" href="qvariant.html#value" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromValue" fullname="QVariant::fromValue" href="qvariant.html#fromValue" location="qvariant.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QVariant" signature="fromValue(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canConvert" fullname="QVariant::canConvert" href="qvariant.html#canConvert-2" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="canConvert() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QVariant::operator==" href="qvariant.html#operator==" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QVariant &amp; v) const">
+ <parameter left="const QVariant &amp;" right="" name="v" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QVariant::operator!=" href="qvariant.html#operator!=" location="qvariant.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QVariant &amp; v) const">
+ <parameter left="const QVariant &amp;" right="" name="v" default=""/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d" fullname="QVariant::d" href="qvariant.html#d-var" location="qvariant.h" type="Private" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="handler" fullname="QVariant::handler" href="qvariant.html#handler-var" location="qvariant.h" type="const Handler *" static="true"/>
+ </class>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="QVariantList" href="qvariant.html#QVariantList-typedef" location="qvariant.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="QVariantMap" href="qvariant.html#QVariantMap-typedef" location="qvariant.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="QVariantHash" href="qvariant.html#QVariantHash-typedef" location="qvariant.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="#operator&gt;&gt;-28" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="28" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; s, QVariant &amp; p)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="QVariant &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="#operator&lt;&lt;-52" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="52" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; s, const QVariant &amp; p)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="#operator&gt;&gt;-29" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="29" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; s, QVariant::Type &amp; p)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="QVariant::Type &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="#operator&lt;&lt;-53" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="53" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; s, const QVariant::Type p)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="const QVariant::Type" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qvariant.html#operator==-19" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="19" relates="QVariant" type="bool" signature="operator==(const QVariant &amp; v1, const QVariant &amp; v2)">
+ <parameter left="const QVariant &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="qvariant.html#operator!=-12" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" relates="QVariant" type="bool" signature="operator!=(const QVariant &amp; v1, const QVariant &amp; v2)">
+ <parameter left="const QVariant &amp;" right="" name="v1" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="v2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qvariant_cast" href="qvariant.html#qvariant_cast" location="qvariant.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QVariant" type="T" signature="qvariant_cast(const QVariant &amp; value)">
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSystemSemaphore" href="qsystemsemaphore.html" location="qsystemsemaphore.h" bases="" module="QtCore">
+ <contents name="platform-specific-behavior" title="Platform-Specific Behavior" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="AccessMode" fullname="QSystemSemaphore::AccessMode" href="qsystemsemaphore.html#AccessMode-enum" location="qsystemsemaphore.h">
+ <value name="Open" value="0"/>
+ <value name="Create" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SystemSemaphoreError" fullname="QSystemSemaphore::SystemSemaphoreError" href="qsystemsemaphore.html#SystemSemaphoreError-enum" location="qsystemsemaphore.h">
+ <value name="NoError" value="0"/>
+ <value name="PermissionDenied" value="1"/>
+ <value name="KeyError" value="2"/>
+ <value name="AlreadyExists" value="3"/>
+ <value name="NotFound" value="4"/>
+ <value name="OutOfResources" value="5"/>
+ <value name="UnknownError" value="6"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSystemSemaphore" fullname="QSystemSemaphore::QSystemSemaphore" href="qsystemsemaphore.html#QSystemSemaphore" location="qsystemsemaphore.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSystemSemaphore(const QString &amp; key, int initialValue, AccessMode mode)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="int" right="" name="initialValue" default="0"/>
+ <parameter left="AccessMode" right="" name="mode" default="Open"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSystemSemaphore" fullname="QSystemSemaphore::~QSystemSemaphore" href="qsystemsemaphore.html#dtor.QSystemSemaphore" location="qsystemsemaphore.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSystemSemaphore()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setKey" fullname="QSystemSemaphore::setKey" href="qsystemsemaphore.html#setKey" location="qsystemsemaphore.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setKey(const QString &amp; key, int initialValue, AccessMode mode)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="int" right="" name="initialValue" default="0"/>
+ <parameter left="AccessMode" right="" name="mode" default="Open"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="QSystemSemaphore::key" href="qsystemsemaphore.html#key" location="qsystemsemaphore.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="key() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="acquire" fullname="QSystemSemaphore::acquire" href="qsystemsemaphore.html#acquire" location="qsystemsemaphore.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="acquire()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="release" fullname="QSystemSemaphore::release" href="qsystemsemaphore.html#release" location="qsystemsemaphore.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="release(int n)">
+ <parameter left="int" right="" name="n" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QSystemSemaphore::error" href="qsystemsemaphore.html#error" location="qsystemsemaphore.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="SystemSemaphoreError" signature="error() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QSystemSemaphore::errorString" href="qsystemsemaphore.html#errorString" location="qsystemsemaphore.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAudioDeviceInfo" href="qaudiodeviceinfo.html" location="qaudiodeviceinfo.h" bases="QObject" module="QtMultimedia">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAudioDeviceInfo" fullname="QAudioDeviceInfo::QAudioDeviceInfo" href="qaudiodeviceinfo.html#QAudioDeviceInfo" location="qaudiodeviceinfo.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAudioDeviceInfo(const QAudioDeviceId &amp; id, QObject * parent)">
+ <parameter left="const QAudioDeviceId &amp;" right="" name="id" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAudioDeviceInfo" fullname="QAudioDeviceInfo::~QAudioDeviceInfo" href="qaudiodeviceinfo.html#dtor.QAudioDeviceInfo" location="qaudiodeviceinfo.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAudioDeviceInfo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="deviceName" fullname="QAudioDeviceInfo::deviceName" href="qaudiodeviceinfo.html#deviceName" location="qaudiodeviceinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="deviceName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFormatSupported" fullname="QAudioDeviceInfo::isFormatSupported" href="qaudiodeviceinfo.html#isFormatSupported" location="qaudiodeviceinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isFormatSupported(const QAudioFormat &amp; settings) const">
+ <parameter left="const QAudioFormat &amp;" right="" name="settings" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="preferredFormat" fullname="QAudioDeviceInfo::preferredFormat" href="qaudiodeviceinfo.html#preferredFormat" location="qaudiodeviceinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAudioFormat" signature="preferredFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nearestFormat" fullname="QAudioDeviceInfo::nearestFormat" href="qaudiodeviceinfo.html#nearestFormat" location="qaudiodeviceinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAudioFormat" signature="nearestFormat(const QAudioFormat &amp; settings) const">
+ <parameter left="const QAudioFormat &amp;" right="" name="settings" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedCodecs" fullname="QAudioDeviceInfo::supportedCodecs" href="qaudiodeviceinfo.html#supportedCodecs" location="qaudiodeviceinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="supportedCodecs() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedFrequencies" fullname="QAudioDeviceInfo::supportedFrequencies" href="qaudiodeviceinfo.html#supportedFrequencies" location="qaudiodeviceinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;int&gt;" signature="supportedFrequencies() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedChannels" fullname="QAudioDeviceInfo::supportedChannels" href="qaudiodeviceinfo.html#supportedChannels" location="qaudiodeviceinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;int&gt;" signature="supportedChannels() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedSampleSizes" fullname="QAudioDeviceInfo::supportedSampleSizes" href="qaudiodeviceinfo.html#supportedSampleSizes" location="qaudiodeviceinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;int&gt;" signature="supportedSampleSizes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedByteOrders" fullname="QAudioDeviceInfo::supportedByteOrders" href="qaudiodeviceinfo.html#supportedByteOrders" location="qaudiodeviceinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QAudioFormat::Endian&gt;" signature="supportedByteOrders() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedSampleTypes" fullname="QAudioDeviceInfo::supportedSampleTypes" href="qaudiodeviceinfo.html#supportedSampleTypes" location="qaudiodeviceinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QAudioFormat::SampleType&gt;" signature="supportedSampleTypes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultInputDevice" fullname="QAudioDeviceInfo::defaultInputDevice" href="qaudiodeviceinfo.html#defaultInputDevice" location="qaudiodeviceinfo.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QAudioDeviceId" signature="defaultInputDevice()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultOutputDevice" fullname="QAudioDeviceInfo::defaultOutputDevice" href="qaudiodeviceinfo.html#defaultOutputDevice" location="qaudiodeviceinfo.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QAudioDeviceId" signature="defaultOutputDevice()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="deviceList" fullname="QAudioDeviceInfo::deviceList" href="qaudiodeviceinfo.html#deviceList" location="qaudiodeviceinfo.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QAudioDeviceId&gt;" signature="deviceList(QAudio::Mode mode)">
+ <parameter left="QAudio::Mode" right="" name="mode" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStackedLayout" href="qstackedlayout.html" location="qstackedlayout.h" bases="QLayout" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentIndex" fullname="QStackedLayout::currentIndex" href="qstackedlayout.html#currentIndex-prop" location="qstackedlayout.h" type="int">
+ <getter name="currentIndex"/>
+ <setter name="setCurrentIndex"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="stackingMode" fullname="QStackedLayout::stackingMode" href="qstackedlayout.html#stackingMode-prop" location="qstackedlayout.h" type="StackingMode">
+ <getter name="stackingMode"/>
+ <setter name="setStackingMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QStackedLayout::count" href="qstackedlayout.html#count-prop" location="qstackedlayout.h" type="int">
+ <getter name="count"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StackingMode" fullname="QStackedLayout::StackingMode" href="qstackedlayout.html#StackingMode-enum" location="qstackedlayout.h">
+ <value name="StackOne" value="0"/>
+ <value name="StackAll" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStackedLayout" fullname="QStackedLayout::QStackedLayout" href="qstackedlayout.html#QStackedLayout" location="qstackedlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStackedLayout()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStackedLayout" fullname="QStackedLayout::QStackedLayout" href="qstackedlayout.html#QStackedLayout-2" location="qstackedlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStackedLayout(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStackedLayout" fullname="QStackedLayout::QStackedLayout" href="qstackedlayout.html#QStackedLayout-3" location="qstackedlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QStackedLayout(QLayout * parentLayout)">
+ <parameter left="QLayout *" right="" name="parentLayout" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QStackedLayout" fullname="QStackedLayout::~QStackedLayout" href="qstackedlayout.html#dtor.QStackedLayout" location="qstackedlayout.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QStackedLayout()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addWidget" fullname="QStackedLayout::addWidget" href="qstackedlayout.html#addWidget" location="qstackedlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="addWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertWidget" fullname="QStackedLayout::insertWidget" href="qstackedlayout.html#insertWidget" location="qstackedlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="insertWidget(int index, QWidget * widget)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentWidget" fullname="QStackedLayout::currentWidget" href="qstackedlayout.html#currentWidget" location="qstackedlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="currentWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentIndex" fullname="QStackedLayout::currentIndex" href="qstackedlayout.html#currentIndex-prop" location="qstackedlayout.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentIndex" type="int" signature="currentIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widget" fullname="QStackedLayout::widget" href="qstackedlayout.html#widget" location="qstackedlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="widget(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QStackedLayout::count" href="qstackedlayout.html#count-prop" location="qstackedlayout.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" associated-property="count" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stackingMode" fullname="QStackedLayout::stackingMode" href="qstackedlayout.html#stackingMode-prop" location="qstackedlayout.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="stackingMode" type="StackingMode" signature="stackingMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStackingMode" fullname="QStackedLayout::setStackingMode" href="qstackedlayout.html#stackingMode-prop" location="qstackedlayout.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="stackingMode" type="void" signature="setStackingMode(StackingMode stackingMode)">
+ <parameter left="StackingMode" right="" name="stackingMode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addItem" fullname="QStackedLayout::addItem" href="qstackedlayout.html#addItem" location="qstackedlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="addItem(QLayoutItem * item)">
+ <parameter left="QLayoutItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QStackedLayout::sizeHint" href="qstackedlayout.html#sizeHint" location="qstackedlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSize" fullname="QStackedLayout::minimumSize" href="qstackedlayout.html#minimumSize" location="qstackedlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAt" fullname="QStackedLayout::itemAt" href="qstackedlayout.html#itemAt" location="qstackedlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QLayoutItem *" signature="itemAt(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeAt" fullname="QStackedLayout::takeAt" href="qstackedlayout.html#takeAt" location="qstackedlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QLayoutItem *" signature="takeAt(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGeometry" fullname="QStackedLayout::setGeometry" href="qstackedlayout.html#setGeometry" location="qstackedlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setGeometry(const QRect &amp; rect)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widgetRemoved" fullname="QStackedLayout::widgetRemoved" href="qstackedlayout.html#widgetRemoved" location="qstackedlayout.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="widgetRemoved(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentChanged" fullname="QStackedLayout::currentChanged" href="qstackedlayout.html#currentChanged" location="qstackedlayout.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentChanged(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentIndex" fullname="QStackedLayout::setCurrentIndex" href="qstackedlayout.html#currentIndex-prop" location="qstackedlayout.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="currentIndex" type="void" signature="setCurrentIndex(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentWidget" fullname="QStackedLayout::setCurrentWidget" href="qstackedlayout.html#setCurrentWidget" location="qstackedlayout.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setCurrentWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3MainWindow" href="q3mainwindow.html" location="q3mainwindow.h" bases="QWidget" module="Qt3SupportLight">
+ <target name="dwm"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="rightJustification" fullname="Q3MainWindow::rightJustification" href="q3mainwindow.html#rightJustification-prop" location="q3mainwindow.h" type="bool">
+ <getter name="rightJustification"/>
+ <setter name="setRightJustification"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="usesBigPixmaps" fullname="Q3MainWindow::usesBigPixmaps" href="q3mainwindow.html#usesBigPixmaps-prop" location="q3mainwindow.h" type="bool">
+ <getter name="usesBigPixmaps"/>
+ <setter name="setUsesBigPixmaps"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="usesTextLabel" fullname="Q3MainWindow::usesTextLabel" href="q3mainwindow.html#usesTextLabel-prop" location="q3mainwindow.h" type="bool">
+ <getter name="usesTextLabel"/>
+ <setter name="setUsesTextLabel"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="dockWindowsMovable" fullname="Q3MainWindow::dockWindowsMovable" href="q3mainwindow.html#dockWindowsMovable-prop" location="q3mainwindow.h" type="bool">
+ <getter name="dockWindowsMovable"/>
+ <setter name="setDockWindowsMovable"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="opaqueMoving" fullname="Q3MainWindow::opaqueMoving" href="q3mainwindow.html#opaqueMoving-prop" location="q3mainwindow.h" type="bool">
+ <getter name="opaqueMoving"/>
+ <setter name="setOpaqueMoving"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3MainWindow" fullname="Q3MainWindow::Q3MainWindow" href="q3mainwindow.html#Q3MainWindow" location="q3mainwindow.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3MainWindow(QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="Qt::WType_TopLevel"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3MainWindow" fullname="Q3MainWindow::~Q3MainWindow" href="q3mainwindow.html#dtor.Q3MainWindow" location="q3mainwindow.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3MainWindow()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="menuBar" fullname="Q3MainWindow::menuBar" href="q3mainwindow.html#menuBar" location="q3mainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMenuBar *" signature="menuBar() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="statusBar" fullname="Q3MainWindow::statusBar" href="q3mainwindow.html#statusBar" location="q3mainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStatusBar *" signature="statusBar() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCentralWidget" fullname="Q3MainWindow::setCentralWidget" href="q3mainwindow.html#setCentralWidget" location="q3mainwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setCentralWidget(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="centralWidget" fullname="Q3MainWindow::centralWidget" href="q3mainwindow.html#centralWidget" location="q3mainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="centralWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDockEnabled" fullname="Q3MainWindow::setDockEnabled" href="q3mainwindow.html#setDockEnabled" location="q3mainwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setDockEnabled(Qt::Dock dock, bool enable)">
+ <parameter left="Qt::Dock" right="" name="dock" default=""/>
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDockEnabled" fullname="Q3MainWindow::isDockEnabled" href="q3mainwindow.html#isDockEnabled" location="q3mainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDockEnabled(Qt::Dock dock) const">
+ <parameter left="Qt::Dock" right="" name="dock" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDockEnabled" fullname="Q3MainWindow::isDockEnabled" href="q3mainwindow.html#isDockEnabled-2" location="q3mainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="isDockEnabled(Q3DockArea * area) const">
+ <parameter left="Q3DockArea *" right="" name="area" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDockEnabled" fullname="Q3MainWindow::setDockEnabled" href="q3mainwindow.html#setDockEnabled-2" location="q3mainwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setDockEnabled(Q3DockWindow * dw, Qt::Dock dock, bool enable)">
+ <parameter left="Q3DockWindow *" right="" name="dw" default=""/>
+ <parameter left="Qt::Dock" right="" name="dock" default=""/>
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDockEnabled" fullname="Q3MainWindow::isDockEnabled" href="q3mainwindow.html#isDockEnabled-4" location="q3mainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="bool" signature="isDockEnabled(Q3DockWindow * tb, Qt::Dock dock) const">
+ <parameter left="Q3DockWindow *" right="" name="tb" default=""/>
+ <parameter left="Qt::Dock" right="" name="dock" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDockEnabled" fullname="Q3MainWindow::isDockEnabled" href="q3mainwindow.html#isDockEnabled-3" location="q3mainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="bool" signature="isDockEnabled(Q3DockWindow * dw, Q3DockArea * area) const">
+ <parameter left="Q3DockWindow *" right="" name="dw" default=""/>
+ <parameter left="Q3DockArea *" right="" name="area" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addDockWindow" fullname="Q3MainWindow::addDockWindow" href="q3mainwindow.html#addDockWindow" location="q3mainwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="addDockWindow(Q3DockWindow * dockWindow, Qt::Dock edge, bool newLine)">
+ <parameter left="Q3DockWindow *" right="" name="dockWindow" default=""/>
+ <parameter left="Qt::Dock" right="" name="edge" default="Qt::DockTop"/>
+ <parameter left="bool" right="" name="newLine" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addDockWindow" fullname="Q3MainWindow::addDockWindow" href="q3mainwindow.html#addDockWindow-2" location="q3mainwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addDockWindow(Q3DockWindow * dockWindow, const QString &amp; label, Qt::Dock edge, bool newLine)">
+ <parameter left="Q3DockWindow *" right="" name="dockWindow" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ <parameter left="Qt::Dock" right="" name="edge" default="Qt::DockTop"/>
+ <parameter left="bool" right="" name="newLine" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveDockWindow" fullname="Q3MainWindow::moveDockWindow" href="q3mainwindow.html#moveDockWindow" location="q3mainwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="moveDockWindow(Q3DockWindow * dockWindow, Qt::Dock edge)">
+ <parameter left="Q3DockWindow *" right="" name="dockWindow" default=""/>
+ <parameter left="Qt::Dock" right="" name="edge" default="Qt::DockTop"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveDockWindow" fullname="Q3MainWindow::moveDockWindow" href="q3mainwindow.html#moveDockWindow-2" location="q3mainwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="moveDockWindow(Q3DockWindow * dockWindow, Qt::Dock edge, bool nl, int index, int extraOffset)">
+ <parameter left="Q3DockWindow *" right="" name="dockWindow" default=""/>
+ <parameter left="Qt::Dock" right="" name="edge" default=""/>
+ <parameter left="bool" right="" name="nl" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int" right="" name="extraOffset" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeDockWindow" fullname="Q3MainWindow::removeDockWindow" href="q3mainwindow.html#removeDockWindow" location="q3mainwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="removeDockWindow(Q3DockWindow * dockWindow)">
+ <parameter left="Q3DockWindow *" right="" name="dockWindow" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="Q3MainWindow::setVisible" href="q3mainwindow.html#setVisible" location="q3mainwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="Q3MainWindow::sizeHint" href="q3mainwindow.html#sizeHint" location="q3mainwindow.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="Q3MainWindow::minimumSizeHint" href="q3mainwindow.html#minimumSizeHint" location="q3mainwindow.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rightJustification" fullname="Q3MainWindow::rightJustification" href="q3mainwindow.html#rightJustification-prop" location="q3mainwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="rightJustification" type="bool" signature="rightJustification() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="usesBigPixmaps" fullname="Q3MainWindow::usesBigPixmaps" href="q3mainwindow.html#usesBigPixmaps-prop" location="q3mainwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="usesBigPixmaps" type="bool" signature="usesBigPixmaps() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="usesTextLabel" fullname="Q3MainWindow::usesTextLabel" href="q3mainwindow.html#usesTextLabel-prop" location="q3mainwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="usesTextLabel" type="bool" signature="usesTextLabel() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dockWindowsMovable" fullname="Q3MainWindow::dockWindowsMovable" href="q3mainwindow.html#dockWindowsMovable-prop" location="q3mainwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="dockWindowsMovable" type="bool" signature="dockWindowsMovable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="opaqueMoving" fullname="Q3MainWindow::opaqueMoving" href="q3mainwindow.html#opaqueMoving-prop" location="q3mainwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="opaqueMoving" type="bool" signature="opaqueMoving() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="Q3MainWindow::eventFilter" href="q3mainwindow.html#eventFilter" location="q3mainwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * o, QEvent * e)">
+ <parameter left="QObject *" right="" name="o" default=""/>
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getLocation" fullname="Q3MainWindow::getLocation" href="q3mainwindow.html#getLocation" location="q3mainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="getLocation(Q3DockWindow * dw, Qt::Dock &amp; dock, int &amp; index, bool &amp; nl, int &amp; extraOffset) const">
+ <parameter left="Q3DockWindow *" right="" name="dw" default=""/>
+ <parameter left="Qt::Dock &amp;" right="" name="dock" default=""/>
+ <parameter left="int &amp;" right="" name="index" default=""/>
+ <parameter left="bool &amp;" right="" name="nl" default=""/>
+ <parameter left="int &amp;" right="" name="extraOffset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dockWindows" fullname="Q3MainWindow::dockWindows" href="q3mainwindow.html#dockWindows" location="q3mainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;Q3DockWindow *&gt;" signature="dockWindows(Qt::Dock dock) const">
+ <parameter left="Qt::Dock" right="" name="dock" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dockWindows" fullname="Q3MainWindow::dockWindows" href="q3mainwindow.html#dockWindows-2" location="q3mainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QList&lt;Q3DockWindow *&gt;" signature="dockWindows() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineUpDockWindows" fullname="Q3MainWindow::lineUpDockWindows" href="q3mainwindow.html#lineUpDockWindows" location="q3mainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="lineUpDockWindows(bool keepNewLines)">
+ <parameter left="bool" right="" name="keepNewLines" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDockMenuEnabled" fullname="Q3MainWindow::isDockMenuEnabled" href="q3mainwindow.html#isDockMenuEnabled" location="q3mainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDockMenuEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasDockWindow" fullname="Q3MainWindow::hasDockWindow" href="q3mainwindow.html#hasDockWindow" location="q3mainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="hasDockWindow(Q3DockWindow * dw)">
+ <parameter left="Q3DockWindow *" right="" name="dw" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addToolBar" fullname="Q3MainWindow::addToolBar" href="q3mainwindow.html#addToolBar" location="q3mainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addToolBar(Q3DockWindow * dockWindow, Qt::Dock position, bool newLine)">
+ <parameter left="Q3DockWindow *" right="" name="dockWindow" default=""/>
+ <parameter left="Qt::Dock" right="" name="position" default="Qt::DockTop"/>
+ <parameter left="bool" right="" name="newLine" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addToolBar" fullname="Q3MainWindow::addToolBar" href="q3mainwindow.html#addToolBar-2" location="q3mainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addToolBar(Q3DockWindow * dockWindow, const QString &amp; label, Qt::Dock position, bool newLine)">
+ <parameter left="Q3DockWindow *" right="" name="dockWindow" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ <parameter left="Qt::Dock" right="" name="position" default="Qt::DockTop"/>
+ <parameter left="bool" right="" name="newLine" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveToolBar" fullname="Q3MainWindow::moveToolBar" href="q3mainwindow.html#moveToolBar" location="q3mainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveToolBar(Q3DockWindow * dockWindow, Qt::Dock position)">
+ <parameter left="Q3DockWindow *" right="" name="dockWindow" default=""/>
+ <parameter left="Qt::Dock" right="" name="position" default="Qt::DockTop"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveToolBar" fullname="Q3MainWindow::moveToolBar" href="q3mainwindow.html#moveToolBar-2" location="q3mainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="moveToolBar(Q3DockWindow * dockWindow, Qt::Dock position, bool nl, int index, int extraOffset)">
+ <parameter left="Q3DockWindow *" right="" name="dockWindow" default=""/>
+ <parameter left="Qt::Dock" right="" name="position" default=""/>
+ <parameter left="bool" right="" name="nl" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int" right="" name="extraOffset" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeToolBar" fullname="Q3MainWindow::removeToolBar" href="q3mainwindow.html#removeToolBar" location="q3mainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeToolBar(Q3DockWindow * dockWindow)">
+ <parameter left="Q3DockWindow *" right="" name="dockWindow" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toolBarsMovable" fullname="Q3MainWindow::toolBarsMovable" href="q3mainwindow.html#toolBarsMovable" location="q3mainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="toolBarsMovable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toolBars" fullname="Q3MainWindow::toolBars" href="q3mainwindow.html#toolBars" location="q3mainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;Q3ToolBar *&gt;" signature="toolBars(Qt::Dock dock) const">
+ <parameter left="Qt::Dock" right="" name="dock" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineUpToolBars" fullname="Q3MainWindow::lineUpToolBars" href="q3mainwindow.html#lineUpToolBars" location="q3mainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="lineUpToolBars(bool keepNewLines)">
+ <parameter left="bool" right="" name="keepNewLines" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="leftDock" fullname="Q3MainWindow::leftDock" href="q3mainwindow.html#leftDock" location="q3mainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3DockArea *" signature="leftDock() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rightDock" fullname="Q3MainWindow::rightDock" href="q3mainwindow.html#rightDock" location="q3mainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3DockArea *" signature="rightDock() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="topDock" fullname="Q3MainWindow::topDock" href="q3mainwindow.html#topDock" location="q3mainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3DockArea *" signature="topDock() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bottomDock" fullname="Q3MainWindow::bottomDock" href="q3mainwindow.html#bottomDock" location="q3mainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3DockArea *" signature="bottomDock() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCustomizable" fullname="Q3MainWindow::isCustomizable" href="q3mainwindow.html#isCustomizable" location="q3mainwindow.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCustomizable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appropriate" fullname="Q3MainWindow::appropriate" href="q3mainwindow.html#appropriate" location="q3mainwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="appropriate(Q3DockWindow * dw) const">
+ <parameter left="Q3DockWindow *" right="" name="dw" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DockWindows" fullname="Q3MainWindow::DockWindows" href="q3mainwindow.html#DockWindows-enum" location="q3mainwindow.h">
+ <value name="OnlyToolBars" value="0"/>
+ <value name="NoToolBars" value="1"/>
+ <value name="AllDockWindows" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createDockWindowMenu" fullname="Q3MainWindow::createDockWindowMenu" href="q3mainwindow.html#createDockWindowMenu" location="q3mainwindow.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Q3PopupMenu *" signature="createDockWindowMenu(DockWindows dockWindows) const">
+ <parameter left="DockWindows" right="" name="dockWindows" default="AllDockWindows"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRightJustification" fullname="Q3MainWindow::setRightJustification" href="q3mainwindow.html#rightJustification-prop" location="q3mainwindow.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="rightJustification" type="void" signature="setRightJustification(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUsesBigPixmaps" fullname="Q3MainWindow::setUsesBigPixmaps" href="q3mainwindow.html#usesBigPixmaps-prop" location="q3mainwindow.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="usesBigPixmaps" type="void" signature="setUsesBigPixmaps(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUsesTextLabel" fullname="Q3MainWindow::setUsesTextLabel" href="q3mainwindow.html#usesTextLabel-prop" location="q3mainwindow.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="usesTextLabel" type="void" signature="setUsesTextLabel(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDockWindowsMovable" fullname="Q3MainWindow::setDockWindowsMovable" href="q3mainwindow.html#dockWindowsMovable-prop" location="q3mainwindow.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="dockWindowsMovable" type="void" signature="setDockWindowsMovable(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOpaqueMoving" fullname="Q3MainWindow::setOpaqueMoving" href="q3mainwindow.html#opaqueMoving-prop" location="q3mainwindow.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="opaqueMoving" type="void" signature="setOpaqueMoving(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDockMenuEnabled" fullname="Q3MainWindow::setDockMenuEnabled" href="q3mainwindow.html#setDockMenuEnabled" location="q3mainwindow.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setDockMenuEnabled(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="whatsThis" fullname="Q3MainWindow::whatsThis" href="q3mainwindow.html#whatsThis" location="q3mainwindow.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="whatsThis()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAppropriate" fullname="Q3MainWindow::setAppropriate" href="q3mainwindow.html#setAppropriate" location="q3mainwindow.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setAppropriate(Q3DockWindow * dw, bool a)">
+ <parameter left="Q3DockWindow *" right="" name="dw" default=""/>
+ <parameter left="bool" right="" name="a" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="customize" fullname="Q3MainWindow::customize" href="q3mainwindow.html#customize" location="q3mainwindow.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="customize()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setToolBarsMovable" fullname="Q3MainWindow::setToolBarsMovable" href="q3mainwindow.html#setToolBarsMovable" location="q3mainwindow.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setToolBarsMovable(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmapSizeChanged" fullname="Q3MainWindow::pixmapSizeChanged" href="q3mainwindow.html#pixmapSizeChanged" location="q3mainwindow.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="pixmapSizeChanged(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="usesTextLabelChanged" fullname="Q3MainWindow::usesTextLabelChanged" href="q3mainwindow.html#usesTextLabelChanged" location="q3mainwindow.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="usesTextLabelChanged(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dockWindowPositionChanged" fullname="Q3MainWindow::dockWindowPositionChanged" href="q3mainwindow.html#dockWindowPositionChanged" location="q3mainwindow.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="dockWindowPositionChanged(Q3DockWindow * dockWindow)">
+ <parameter left="Q3DockWindow *" right="" name="dockWindow" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toolBarPositionChanged" fullname="Q3MainWindow::toolBarPositionChanged" href="q3mainwindow.html#toolBarPositionChanged" location="q3mainwindow.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="toolBarPositionChanged(Q3ToolBar * toolbar)">
+ <parameter left="Q3ToolBar *" right="" name="toolbar" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setUpLayout" fullname="Q3MainWindow::setUpLayout" href="q3mainwindow.html#setUpLayout" location="q3mainwindow.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setUpLayout()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showDockMenu" fullname="Q3MainWindow::showDockMenu" href="q3mainwindow.html#showDockMenu" location="q3mainwindow.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="bool" signature="showDockMenu(const QPoint &amp; globalPos)">
+ <parameter left="const QPoint &amp;" right="" name="globalPos" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="menuAboutToShow" fullname="Q3MainWindow::menuAboutToShow" href="q3mainwindow.html#menuAboutToShow" location="q3mainwindow.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="menuAboutToShow()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="Q3MainWindow::paintEvent" href="q3mainwindow.html#paintEvent" location="q3mainwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * )">
+ <parameter left="QPaintEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="childEvent" fullname="Q3MainWindow::childEvent" href="q3mainwindow.html#childEvent" location="q3mainwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="childEvent(QChildEvent * e)">
+ <parameter left="QChildEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="Q3MainWindow::event" href="q3mainwindow.html#event" location="q3mainwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="q3mainwindow.html#operator&lt;&lt;-56" location="q3mainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="56" relates="Q3MainWindow" type="QTextStream &amp;" signature="operator&lt;&lt;(QTextStream &amp; ts, const Q3MainWindow &amp; mainWindow)">
+ <parameter left="QTextStream &amp;" right="" name="ts" default=""/>
+ <parameter left="const Q3MainWindow &amp;" right="" name="mainWindow" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="q3mainwindow.html#operator&gt;&gt;-30" location="q3mainwindow.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="30" relates="Q3MainWindow" type="QTextStream &amp;" signature="operator&gt;&gt;(QTextStream &amp; ts, Q3MainWindow &amp; mainWindow)">
+ <parameter left="QTextStream &amp;" right="" name="ts" default=""/>
+ <parameter left="Q3MainWindow &amp;" right="" name="mainWindow" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qpen.html#operator&lt;&lt;-57" location="qpen.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="57" relates="QPen" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QPen &amp; pen)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QPen &amp;" right="" name="pen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qpen.html#operator&gt;&gt;-31" location="qpen.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="31" relates="QPen" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QPen &amp; pen)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QPen &amp;" right="" name="pen" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPen" href="qpen.html" location="qpen.h" bases="" module="QtGui">
+ <contents name="pen-style" title="Pen Style" level="1"/>
+ <contents name="cap-style" title="Cap Style" level="1"/>
+ <contents name="join-style" title="Join Style" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPen" fullname="QPen::QPen" href="qpen.html#QPen" location="qpen.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPen()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPen" fullname="QPen::QPen" href="qpen.html#QPen-2" location="qpen.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QPen(Qt::PenStyle style)">
+ <parameter left="Qt::PenStyle" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPen" fullname="QPen::QPen" href="qpen.html#QPen-3" location="qpen.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QPen(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPen" fullname="QPen::QPen" href="qpen.html#QPen-4" location="qpen.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QPen(const QBrush &amp; brush, qreal width, Qt::PenStyle style, Qt::PenCapStyle cap, Qt::PenJoinStyle join)">
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ <parameter left="qreal" right="" name="width" default=""/>
+ <parameter left="Qt::PenStyle" right="" name="style" default="Qt::SolidLine"/>
+ <parameter left="Qt::PenCapStyle" right="" name="cap" default="Qt::SquareCap"/>
+ <parameter left="Qt::PenJoinStyle" right="" name="join" default="Qt::BevelJoin"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPen" fullname="QPen::QPen" href="qpen.html#QPen-5" location="qpen.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QPen(const QPen &amp; pen)">
+ <parameter left="const QPen &amp;" right="" name="pen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPen" fullname="QPen::~QPen" href="qpen.html#dtor.QPen" location="qpen.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPen()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QPen::operator=" href="qpen.html#operator=" location="qpen.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPen &amp;" signature="operator=(const QPen &amp; pen)">
+ <parameter left="const QPen &amp;" right="" name="pen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="style" fullname="QPen::style" href="qpen.html#style" location="qpen.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::PenStyle" signature="style() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStyle" fullname="QPen::setStyle" href="qpen.html#setStyle" location="qpen.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStyle(Qt::PenStyle style)">
+ <parameter left="Qt::PenStyle" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dashPattern" fullname="QPen::dashPattern" href="qpen.html#dashPattern" location="qpen.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector&lt;qreal&gt;" signature="dashPattern() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDashPattern" fullname="QPen::setDashPattern" href="qpen.html#setDashPattern" location="qpen.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDashPattern(const QVector&lt;qreal&gt; &amp; pattern)">
+ <parameter left="const QVector&lt;qreal&gt; &amp;" right="" name="pattern" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dashOffset" fullname="QPen::dashOffset" href="qpen.html#dashOffset" location="qpen.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="dashOffset() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDashOffset" fullname="QPen::setDashOffset" href="qpen.html#setDashOffset" location="qpen.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDashOffset(qreal offset)">
+ <parameter left="qreal" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="miterLimit" fullname="QPen::miterLimit" href="qpen.html#miterLimit" location="qpen.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="miterLimit() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMiterLimit" fullname="QPen::setMiterLimit" href="qpen.html#setMiterLimit" location="qpen.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMiterLimit(qreal limit)">
+ <parameter left="qreal" right="" name="limit" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widthF" fullname="QPen::widthF" href="qpen.html#widthF" location="qpen.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="widthF() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidthF" fullname="QPen::setWidthF" href="qpen.html#setWidthF" location="qpen.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWidthF(qreal width)">
+ <parameter left="qreal" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QPen::width" href="qpen.html#width" location="qpen.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidth" fullname="QPen::setWidth" href="qpen.html#setWidth" location="qpen.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWidth(int width)">
+ <parameter left="int" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="color" fullname="QPen::color" href="qpen.html#color" location="qpen.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="color() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColor" fullname="QPen::setColor" href="qpen.html#setColor" location="qpen.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColor(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="brush" fullname="QPen::brush" href="qpen.html#brush" location="qpen.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QBrush" signature="brush() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBrush" fullname="QPen::setBrush" href="qpen.html#setBrush" location="qpen.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBrush(const QBrush &amp; brush)">
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSolid" fullname="QPen::isSolid" href="qpen.html#isSolid" location="qpen.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSolid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="capStyle" fullname="QPen::capStyle" href="qpen.html#capStyle" location="qpen.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::PenCapStyle" signature="capStyle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCapStyle" fullname="QPen::setCapStyle" href="qpen.html#setCapStyle" location="qpen.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCapStyle(Qt::PenCapStyle style)">
+ <parameter left="Qt::PenCapStyle" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="joinStyle" fullname="QPen::joinStyle" href="qpen.html#joinStyle" location="qpen.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::PenJoinStyle" signature="joinStyle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setJoinStyle" fullname="QPen::setJoinStyle" href="qpen.html#setJoinStyle" location="qpen.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setJoinStyle(Qt::PenJoinStyle style)">
+ <parameter left="Qt::PenJoinStyle" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCosmetic" fullname="QPen::isCosmetic" href="qpen.html#isCosmetic" location="qpen.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCosmetic() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCosmetic" fullname="QPen::setCosmetic" href="qpen.html#setCosmetic" location="qpen.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCosmetic(bool cosmetic)">
+ <parameter left="bool" right="" name="cosmetic" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QPen::operator==" href="qpen.html#operator==" location="qpen.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QPen &amp; pen) const">
+ <parameter left="const QPen &amp;" right="" name="pen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QPen::operator!=" href="qpen.html#operator!=" location="qpen.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QPen &amp; pen) const">
+ <parameter left="const QPen &amp;" right="" name="pen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QVariant" fullname="QPen::operator QVariant" href="qpen.html#operator QVariant" location="qpen.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QVariant() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3MemArray" href="q3memarray.html" location="q3memarray.h" bases="" module="Qt3SupportLight">
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Iterator" fullname="Q3MemArray::Iterator" href="q3memarray.html#Iterator-typedef" location="q3memarray.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ConstIterator" fullname="Q3MemArray::ConstIterator" href="q3memarray.html#ConstIterator-typedef" location="q3memarray.h"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="Q3MemArray" fullname="Q3MemArray::Q3MemArray" href="q3memarray.html#Q3MemArray" location="q3memarray.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3MemArray(int arg1, int arg2)">
+ <parameter left="int" right="" name="arg1" default=""/>
+ <parameter left="int" right="" name="arg2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3MemArray" fullname="Q3MemArray::Q3MemArray" href="q3memarray.html#Q3MemArray-2" location="q3memarray.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3MemArray()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3MemArray" fullname="Q3MemArray::Q3MemArray" href="q3memarray.html#Q3MemArray-3" location="q3memarray.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3MemArray(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3MemArray" fullname="Q3MemArray::Q3MemArray" href="q3memarray.html#Q3MemArray-4" location="q3memarray.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="Q3MemArray(const Q3MemArray&lt;type&gt; &amp; a)">
+ <parameter left="const Q3MemArray&lt;type&gt; &amp;" right="" name="a" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3MemArray" fullname="Q3MemArray::Q3MemArray" href="q3memarray.html#Q3MemArray-5" location="q3memarray.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="Q3MemArray(const QVector&lt;type&gt; &amp; vector)">
+ <parameter left="const QVector&lt;type&gt; &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3MemArray" fullname="Q3MemArray::~Q3MemArray" href="q3memarray.html#dtor.Q3MemArray" location="q3memarray.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3MemArray()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3MemArray::operator=" href="q3memarray.html#operator=" location="q3memarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3MemArray&lt;type&gt; &amp;" signature="operator=(const Q3MemArray&lt;type&gt; &amp; a)">
+ <parameter left="const Q3MemArray&lt;type&gt; &amp;" right="" name="a" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="Q3MemArray::data" href="q3memarray.html#data" location="q3memarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nrefs" fullname="Q3MemArray::nrefs" href="q3memarray.html#nrefs" location="q3memarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="nrefs() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="Q3MemArray::size" href="q3memarray.html#size" location="q3memarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3MemArray::count" href="q3memarray.html#count" location="q3memarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="Q3MemArray::isEmpty" href="q3memarray.html#isEmpty" location="q3memarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="Q3MemArray::isNull" href="q3memarray.html#isNull" location="q3memarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resize" fullname="Q3MemArray::resize" href="q3memarray.html#resize-2" location="q3memarray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="resize(uint size)">
+ <parameter left="uint" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resize" fullname="Q3MemArray::resize" href="q3memarray.html#resize" location="q3memarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="resize(uint size, Optimization optim)">
+ <parameter left="uint" right="" name="size" default=""/>
+ <parameter left="Optimization" right="" name="optim" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="truncate" fullname="Q3MemArray::truncate" href="q3memarray.html#truncate" location="q3memarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="truncate(uint pos)">
+ <parameter left="uint" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fill" fullname="Q3MemArray::fill" href="q3memarray.html#fill" location="q3memarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="fill(const type &amp; v, int size)">
+ <parameter left="const type &amp;" right="" name="v" default=""/>
+ <parameter left="int" right="" name="size" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="detach" fullname="Q3MemArray::detach" href="q3memarray.html#detach" location="q3memarray.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="detach()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="copy" fullname="Q3MemArray::copy" href="q3memarray.html#copy" location="q3memarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3MemArray&lt;type&gt;" signature="copy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="assign" fullname="Q3MemArray::assign" href="q3memarray.html#assign" location="q3memarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3MemArray&lt;type&gt; &amp;" signature="assign(const Q3MemArray&lt;type&gt; &amp; a)">
+ <parameter left="const Q3MemArray&lt;type&gt; &amp;" right="" name="a" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="assign" fullname="Q3MemArray::assign" href="q3memarray.html#assign-2" location="q3memarray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="Q3MemArray&lt;type&gt; &amp;" signature="assign(const type * data, uint size)">
+ <parameter left="const type *" right="" name="data" default=""/>
+ <parameter left="uint" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="duplicate" fullname="Q3MemArray::duplicate" href="q3memarray.html#duplicate" location="q3memarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3MemArray&lt;type&gt; &amp;" signature="duplicate(const Q3MemArray&lt;type&gt; &amp; a)">
+ <parameter left="const Q3MemArray&lt;type&gt; &amp;" right="" name="a" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="duplicate" fullname="Q3MemArray::duplicate" href="q3memarray.html#duplicate-2" location="q3memarray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="Q3MemArray&lt;type&gt; &amp;" signature="duplicate(const type * data, uint size)">
+ <parameter left="const type *" right="" name="data" default=""/>
+ <parameter left="uint" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRawData" fullname="Q3MemArray::setRawData" href="q3memarray.html#setRawData" location="q3memarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3MemArray&lt;type&gt; &amp;" signature="setRawData(const type * data, uint size)">
+ <parameter left="const type *" right="" name="data" default=""/>
+ <parameter left="uint" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resetRawData" fullname="Q3MemArray::resetRawData" href="q3memarray.html#resetRawData" location="q3memarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resetRawData(const type * data, uint size)">
+ <parameter left="const type *" right="" name="data" default=""/>
+ <parameter left="uint" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="Q3MemArray::find" href="q3memarray.html#find" location="q3memarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="find(const type &amp; v, uint index) const">
+ <parameter left="const type &amp;" right="" name="v" default=""/>
+ <parameter left="uint" right="" name="index" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="Q3MemArray::contains" href="q3memarray.html#contains" location="q3memarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="contains(const type &amp; v) const">
+ <parameter left="const type &amp;" right="" name="v" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sort" fullname="Q3MemArray::sort" href="q3memarray.html#sort" location="q3memarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="sort()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bsearch" fullname="Q3MemArray::bsearch" href="q3memarray.html#bsearch" location="q3memarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="bsearch(const type &amp; v) const">
+ <parameter left="const type &amp;" right="" name="v" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="Q3MemArray::operator[]" href="q3memarray.html#operator[]" location="q3memarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type &amp;" signature="operator[](int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="at" fullname="Q3MemArray::at" href="q3memarray.html#at" location="q3memarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type &amp;" signature="at(uint index) const">
+ <parameter left="uint" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator const type *" fullname="Q3MemArray::operator const type *" href="q3memarray.html#operator const type *" location="q3memarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator const type *() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="Q3MemArray::operator==" href="q3memarray.html#operator==" location="q3memarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const Q3MemArray&lt;type&gt; &amp; a) const">
+ <parameter left="const Q3MemArray&lt;type&gt; &amp;" right="" name="a" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="Q3MemArray::operator!=" href="q3memarray.html#operator!=" location="q3memarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const Q3MemArray&lt;type&gt; &amp; a) const">
+ <parameter left="const Q3MemArray&lt;type&gt; &amp;" right="" name="a" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="Q3MemArray::begin" href="q3memarray.html#begin" location="q3memarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Iterator" signature="begin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="Q3MemArray::end" href="q3memarray.html#end" location="q3memarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Iterator" signature="end()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="Q3MemArray::begin" href="q3memarray.html#begin-2" location="q3memarray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="ConstIterator" signature="begin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="Q3MemArray::end" href="q3memarray.html#end-2" location="q3memarray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="ConstIterator" signature="end() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QVector&lt;type&gt;" fullname="Q3MemArray::operator QVector&lt;type&gt;" href="q3memarray.html#operator QVector&lt;type&gt;" location="q3memarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QVector&lt;type&gt;() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QCursor" href="qcursor.html" location="qcursor.h" bases="" module="QtGui">
+ <contents name="a-note-for-x11-users" title="A Note for X11 Users" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCursor" fullname="QCursor::QCursor" href="qcursor.html#QCursor" location="qcursor.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QCursor()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCursor" fullname="QCursor::QCursor" href="qcursor.html#QCursor-2" location="qcursor.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QCursor(Qt::CursorShape shape)">
+ <parameter left="Qt::CursorShape" right="" name="shape" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCursor" fullname="QCursor::QCursor" href="qcursor.html#QCursor-3" location="qcursor.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QCursor(const QBitmap &amp; bitmap, const QBitmap &amp; mask, int hotX, int hotY)">
+ <parameter left="const QBitmap &amp;" right="" name="bitmap" default=""/>
+ <parameter left="const QBitmap &amp;" right="" name="mask" default=""/>
+ <parameter left="int" right="" name="hotX" default="-1"/>
+ <parameter left="int" right="" name="hotY" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCursor" fullname="QCursor::QCursor" href="qcursor.html#QCursor-4" location="qcursor.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QCursor(const QPixmap &amp; pixmap, int hotX, int hotY)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="int" right="" name="hotX" default="-1"/>
+ <parameter left="int" right="" name="hotY" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCursor" fullname="QCursor::QCursor" href="qcursor.html#QCursor-5" location="qcursor.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QCursor(const QCursor &amp; c)">
+ <parameter left="const QCursor &amp;" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QCursor" fullname="QCursor::~QCursor" href="qcursor.html#dtor.QCursor" location="qcursor.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QCursor()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QCursor::operator=" href="qcursor.html#operator=" location="qcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QCursor &amp;" signature="operator=(const QCursor &amp; c)">
+ <parameter left="const QCursor &amp;" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QVariant" fullname="QCursor::operator QVariant" href="qcursor.html#operator QVariant" location="qcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QVariant() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shape" fullname="QCursor::shape" href="qcursor.html#shape" location="qcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::CursorShape" signature="shape() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setShape" fullname="QCursor::setShape" href="qcursor.html#setShape" location="qcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setShape(Qt::CursorShape shape)">
+ <parameter left="Qt::CursorShape" right="" name="shape" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bitmap" fullname="QCursor::bitmap" href="qcursor.html#bitmap" location="qcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBitmap *" signature="bitmap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mask" fullname="QCursor::mask" href="qcursor.html#mask" location="qcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBitmap *" signature="mask() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmap" fullname="QCursor::pixmap" href="qcursor.html#pixmap" location="qcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="pixmap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hotSpot" fullname="QCursor::hotSpot" href="qcursor.html#hotSpot" location="qcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="hotSpot() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QCursor::pos" href="qcursor.html#pos" location="qcursor_win.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QPoint" signature="pos()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPos" fullname="QCursor::setPos" href="qcursor.html#setPos" location="qcursor_win.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setPos(int x, int y)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPos" fullname="QCursor::setPos" href="qcursor.html#setPos-2" location="qcursor.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="void" signature="setPos(const QPoint &amp; p)">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="handle" fullname="QCursor::handle" href="qcursor.html#handle" location="qcursor_win.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="HCURSOR_or_HANDLE" signature="handle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCursor" fullname="QCursor::QCursor" href="qcursor.html#QCursor-6" location="qcursor_win.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QCursor(HCURSOR cursor)">
+ <parameter left="HCURSOR" right="" name="cursor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCursor" fullname="QCursor::QCursor" href="qcursor.html#QCursor-7" location="qcursor_x11.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="7" type="" signature="QCursor(Qt::HANDLE handle)">
+ <parameter left="Qt::HANDLE" right="" name="handle" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qcursor.html#operator&lt;&lt;-59" location="qcursor.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="59" relates="QCursor" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QCursor &amp; cursor)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QCursor &amp;" right="" name="cursor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qcursor.html#operator&gt;&gt;-32" location="qcursor.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="32" relates="QCursor" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QCursor &amp; cursor)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QCursor &amp;" right="" name="cursor" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QScriptable" href="qscriptable.html" location="qscriptable.h" bases="" module="QtScript">
+ <function access="public" threadsafety="unspecified" status="commendable" name="engine" fullname="QScriptable::engine" href="qscriptable.html#engine" location="qscriptable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptEngine *" signature="engine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="context" fullname="QScriptable::context" href="qscriptable.html#context" location="qscriptable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptContext *" signature="context() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="thisObject" fullname="QScriptable::thisObject" href="qscriptable.html#thisObject" location="qscriptable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptValue" signature="thisObject() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="argumentCount" fullname="QScriptable::argumentCount" href="qscriptable.html#argumentCount" location="qscriptable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="argumentCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="argument" fullname="QScriptable::argument" href="qscriptable.html#argument" location="qscriptable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptValue" signature="argument(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QInputEvent" href="qinputevent.html" location="qevent.h" bases="QEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="modifiers" fullname="QInputEvent::modifiers" href="qinputevent.html#modifiers" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::KeyboardModifiers" signature="modifiers() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="modState" fullname="QInputEvent::modState" href="qinputevent.html#modState-var" location="qevent.h" type="Qt::KeyboardModifiers" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMouseEvent" href="qmouseevent.html" location="qevent.h" bases="QInputEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMouseEvent" fullname="QMouseEvent::QMouseEvent" href="qmouseevent.html#QMouseEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMouseEvent(Type type, const QPoint &amp; position, Qt::MouseButton button, QFlags&lt;Qt::MouseButton&gt; buttons, QFlags&lt;Qt::KeyboardModifier&gt; modifiers)">
+ <parameter left="Type" right="" name="type" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ <parameter left="Qt::MouseButton" right="" name="button" default=""/>
+ <parameter left="QFlags&lt;Qt::MouseButton&gt;" right="" name="buttons" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMouseEvent" fullname="QMouseEvent::QMouseEvent" href="qmouseevent.html#QMouseEvent-2" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QMouseEvent(Type type, const QPoint &amp; pos, const QPoint &amp; globalPos, Qt::MouseButton button, QFlags&lt;Qt::MouseButton&gt; buttons, QFlags&lt;Qt::KeyboardModifier&gt; modifiers)">
+ <parameter left="Type" right="" name="type" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="globalPos" default=""/>
+ <parameter left="Qt::MouseButton" right="" name="button" default=""/>
+ <parameter left="QFlags&lt;Qt::MouseButton&gt;" right="" name="buttons" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QMouseEvent::pos" href="qmouseevent.html#pos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPoint &amp;" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="globalPos" fullname="QMouseEvent::globalPos" href="qmouseevent.html#globalPos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPoint &amp;" signature="globalPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x" fullname="QMouseEvent::x" href="qmouseevent.html#x" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="x() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="y" fullname="QMouseEvent::y" href="qmouseevent.html#y" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="y() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="globalX" fullname="QMouseEvent::globalX" href="qmouseevent.html#globalX" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="globalX() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="globalY" fullname="QMouseEvent::globalY" href="qmouseevent.html#globalY" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="globalY() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="button" fullname="QMouseEvent::button" href="qmouseevent.html#button" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::MouseButton" signature="button() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buttons" fullname="QMouseEvent::buttons" href="qmouseevent.html#buttons" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::MouseButtons" signature="buttons() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="posF" fullname="QMouseEvent::posF" href="qmouseevent.html#posF" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="posF() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="QMouseEvent" fullname="QMouseEvent::QMouseEvent" href="qmouseevent-qt3.html#QMouseEvent-3" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QMouseEvent(Type type, const QPoint &amp; pos, Qt::ButtonState button, int state)">
+ <parameter left="Type" right="" name="type" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="Qt::ButtonState" right="" name="button" default=""/>
+ <parameter left="int" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QMouseEvent" fullname="QMouseEvent::QMouseEvent" href="qmouseevent-qt3.html#QMouseEvent-4" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QMouseEvent(Type type, const QPoint &amp; pos, const QPoint &amp; globalPos, Qt::ButtonState button, int state)">
+ <parameter left="Type" right="" name="type" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="globalPos" default=""/>
+ <parameter left="Qt::ButtonState" right="" name="button" default=""/>
+ <parameter left="int" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="state" fullname="QMouseEvent::state" href="qmouseevent-qt3.html#state" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::ButtonState" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="stateAfter" fullname="QMouseEvent::stateAfter" href="qmouseevent-qt3.html#stateAfter" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::ButtonState" signature="stateAfter() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="b" fullname="QMouseEvent::b" href="qmouseevent.html#b-var" location="qevent.h" type="Qt::MouseButton" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="mouseState" fullname="QMouseEvent::mouseState" href="qmouseevent.html#mouseState-var" location="qevent.h" type="Qt::MouseButtons" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QHoverEvent" href="qhoverevent.html" location="qevent.h" bases="QEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHoverEvent" fullname="QHoverEvent::QHoverEvent" href="qhoverevent.html#QHoverEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QHoverEvent(Type type, const QPoint &amp; pos, const QPoint &amp; oldPos)">
+ <parameter left="Type" right="" name="type" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="oldPos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QHoverEvent::pos" href="qhoverevent.html#pos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPoint &amp;" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="oldPos" fullname="QHoverEvent::oldPos" href="qhoverevent.html#oldPos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPoint &amp;" signature="oldPos() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWheelEvent" href="qwheelevent.html" location="qevent.h" bases="QInputEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWheelEvent" fullname="QWheelEvent::QWheelEvent" href="qwheelevent.html#QWheelEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWheelEvent(const QPoint &amp; pos, int delta, QFlags&lt;Qt::MouseButton&gt; buttons, QFlags&lt;Qt::KeyboardModifier&gt; modifiers, Qt::Orientation orient)">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="int" right="" name="delta" default=""/>
+ <parameter left="QFlags&lt;Qt::MouseButton&gt;" right="" name="buttons" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orient" default="Qt::Vertical"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWheelEvent" fullname="QWheelEvent::QWheelEvent" href="qwheelevent.html#QWheelEvent-2" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QWheelEvent(const QPoint &amp; pos, const QPoint &amp; globalPos, int delta, QFlags&lt;Qt::MouseButton&gt; buttons, QFlags&lt;Qt::KeyboardModifier&gt; modifiers, Qt::Orientation orient)">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="globalPos" default=""/>
+ <parameter left="int" right="" name="delta" default=""/>
+ <parameter left="QFlags&lt;Qt::MouseButton&gt;" right="" name="buttons" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orient" default="Qt::Vertical"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="delta" fullname="QWheelEvent::delta" href="qwheelevent.html#delta" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="delta() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QWheelEvent::pos" href="qwheelevent.html#pos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPoint &amp;" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="globalPos" fullname="QWheelEvent::globalPos" href="qwheelevent.html#globalPos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPoint &amp;" signature="globalPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x" fullname="QWheelEvent::x" href="qwheelevent.html#x" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="x() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="y" fullname="QWheelEvent::y" href="qwheelevent.html#y" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="y() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="globalX" fullname="QWheelEvent::globalX" href="qwheelevent.html#globalX" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="globalX() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="globalY" fullname="QWheelEvent::globalY" href="qwheelevent.html#globalY" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="globalY() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buttons" fullname="QWheelEvent::buttons" href="qwheelevent.html#buttons" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::MouseButtons" signature="buttons() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="QWheelEvent::orientation" href="qwheelevent.html#orientation" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::Orientation" signature="orientation() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="QWheelEvent" fullname="QWheelEvent::QWheelEvent" href="qwheelevent-qt3.html#QWheelEvent-3" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QWheelEvent(const QPoint &amp; pos, int delta, int state, Qt::Orientation orient)">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="int" right="" name="delta" default=""/>
+ <parameter left="int" right="" name="state" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orient" default="Qt::Vertical"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QWheelEvent" fullname="QWheelEvent::QWheelEvent" href="qwheelevent-qt3.html#QWheelEvent-4" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QWheelEvent(const QPoint &amp; pos, const QPoint &amp; globalPos, int delta, int state, Qt::Orientation orient)">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="globalPos" default=""/>
+ <parameter left="int" right="" name="delta" default=""/>
+ <parameter left="int" right="" name="state" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orient" default="Qt::Vertical"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="state" fullname="QWheelEvent::state" href="qwheelevent-qt3.html#state" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::ButtonState" signature="state() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="p" fullname="QWheelEvent::p" href="qwheelevent.html#p-var" location="qevent.h" type="QPoint" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="g" fullname="QWheelEvent::g" href="qwheelevent.html#g-var" location="qevent.h" type="QPoint" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d" fullname="QWheelEvent::d" href="qwheelevent.html#d-var" location="qevent.h" type="int" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="mouseState" fullname="QWheelEvent::mouseState" href="qwheelevent.html#mouseState-var" location="qevent.h" type="Qt::MouseButtons" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="o" fullname="QWheelEvent::o" href="qwheelevent.html#o-var" location="qevent.h" type="Qt::Orientation" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTabletEvent" href="qtabletevent.html" location="qevent.h" bases="QInputEvent" module="QtGui">
+ <contents name="notes-for-x11-users" title="Notes for X11 Users" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="TabletDevice" fullname="QTabletEvent::TabletDevice" href="qtabletevent.html#TabletDevice-enum" location="qevent.h">
+ <value name="NoDevice" value="0"/>
+ <value name="Puck" value="1"/>
+ <value name="Stylus" value="2"/>
+ <value name="Airbrush" value="3"/>
+ <value name="FourDMouse" value="4"/>
+ <value name="XFreeEraser" value="5"/>
+ <value name="RotationStylus" value="6"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PointerType" fullname="QTabletEvent::PointerType" href="qtabletevent.html#PointerType-enum" location="qevent.h">
+ <value name="UnknownPointer" value="0"/>
+ <value name="Pen" value="1"/>
+ <value name="Cursor" value="2"/>
+ <value name="Eraser" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTabletEvent" fullname="QTabletEvent::QTabletEvent" href="qtabletevent.html#QTabletEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTabletEvent(Type type, const QPoint &amp; pos, const QPoint &amp; globalPos, const QPointF &amp; hiResGlobalPos, int device, int pointerType, qreal pressure, int xTilt, int yTilt, qreal tangentialPressure, qreal rotation, int z, QFlags&lt;Qt::KeyboardModifier&gt; keyState, qint64 uniqueID)">
+ <parameter left="Type" right="" name="type" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="globalPos" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="hiResGlobalPos" default=""/>
+ <parameter left="int" right="" name="device" default=""/>
+ <parameter left="int" right="" name="pointerType" default=""/>
+ <parameter left="qreal" right="" name="pressure" default=""/>
+ <parameter left="int" right="" name="xTilt" default=""/>
+ <parameter left="int" right="" name="yTilt" default=""/>
+ <parameter left="qreal" right="" name="tangentialPressure" default=""/>
+ <parameter left="qreal" right="" name="rotation" default=""/>
+ <parameter left="int" right="" name="z" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="keyState" default=""/>
+ <parameter left="qint64" right="" name="uniqueID" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QTabletEvent::pos" href="qtabletevent.html#pos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPoint &amp;" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="globalPos" fullname="QTabletEvent::globalPos" href="qtabletevent.html#globalPos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPoint &amp;" signature="globalPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hiResGlobalPos" fullname="QTabletEvent::hiResGlobalPos" href="qtabletevent.html#hiResGlobalPos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPointF &amp;" signature="hiResGlobalPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x" fullname="QTabletEvent::x" href="qtabletevent.html#x" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="x() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="y" fullname="QTabletEvent::y" href="qtabletevent.html#y" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="y() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="globalX" fullname="QTabletEvent::globalX" href="qtabletevent.html#globalX" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="globalX() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="globalY" fullname="QTabletEvent::globalY" href="qtabletevent.html#globalY" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="globalY() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hiResGlobalX" fullname="QTabletEvent::hiResGlobalX" href="qtabletevent.html#hiResGlobalX" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="hiResGlobalX() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hiResGlobalY" fullname="QTabletEvent::hiResGlobalY" href="qtabletevent.html#hiResGlobalY" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="hiResGlobalY() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="device" fullname="QTabletEvent::device" href="qtabletevent.html#device" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="TabletDevice" signature="device() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pointerType" fullname="QTabletEvent::pointerType" href="qtabletevent.html#pointerType" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="PointerType" signature="pointerType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="uniqueId" fullname="QTabletEvent::uniqueId" href="qtabletevent.html#uniqueId" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="uniqueId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pressure" fullname="QTabletEvent::pressure" href="qtabletevent.html#pressure" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="pressure() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="z" fullname="QTabletEvent::z" href="qtabletevent.html#z" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="z() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tangentialPressure" fullname="QTabletEvent::tangentialPressure" href="qtabletevent.html#tangentialPressure" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="tangentialPressure() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rotation" fullname="QTabletEvent::rotation" href="qtabletevent.html#rotation" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="rotation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="xTilt" fullname="QTabletEvent::xTilt" href="qtabletevent.html#xTilt" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="xTilt() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="yTilt" fullname="QTabletEvent::yTilt" href="qtabletevent.html#yTilt" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="yTilt() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="mHiResGlobalPos" fullname="QTabletEvent::mHiResGlobalPos" href="qtabletevent.html#mHiResGlobalPos-var" location="qevent.h" type="QPointF" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="mUnique" fullname="QTabletEvent::mUnique" href="qtabletevent.html#mUnique-var" location="qevent.h" type="qint64" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="mExtra" fullname="QTabletEvent::mExtra" href="qtabletevent.html#mExtra-var" location="qevent.h" type="void *" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QKeyEvent" href="qkeyevent.html" location="qevent.h" bases="QInputEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QKeyEvent" fullname="QKeyEvent::QKeyEvent" href="qkeyevent.html#QKeyEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QKeyEvent(Type type, int key, QFlags&lt;Qt::KeyboardModifier&gt; modifiers, const QString &amp; text, bool autorep, ushort count)">
+ <parameter left="Type" right="" name="type" default=""/>
+ <parameter left="int" right="" name="key" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default="QString()"/>
+ <parameter left="bool" right="" name="autorep" default="false"/>
+ <parameter left="ushort" right="" name="count" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="QKeyEvent::key" href="qkeyevent.html#key" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="key() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="matches" fullname="QKeyEvent::matches" href="qkeyevent.html#matches" location="qevent.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="matches(QKeySequence::StandardKey key) const">
+ <parameter left="QKeySequence::StandardKey" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="modifiers" fullname="QKeyEvent::modifiers" href="qkeyevent.html#modifiers" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::KeyboardModifiers" signature="modifiers() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QKeyEvent::text" href="qkeyevent.html#text" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isAutoRepeat" fullname="QKeyEvent::isAutoRepeat" href="qkeyevent.html#isAutoRepeat" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isAutoRepeat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QKeyEvent::count" href="qkeyevent.html#count" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nativeScanCode" fullname="QKeyEvent::nativeScanCode" href="qkeyevent.html#nativeScanCode" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="quint32" signature="nativeScanCode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nativeVirtualKey" fullname="QKeyEvent::nativeVirtualKey" href="qkeyevent.html#nativeVirtualKey" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="quint32" signature="nativeVirtualKey() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nativeModifiers" fullname="QKeyEvent::nativeModifiers" href="qkeyevent.html#nativeModifiers" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="quint32" signature="nativeModifiers() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="QKeyEvent" fullname="QKeyEvent::QKeyEvent" href="qkeyevent-qt3.html#QKeyEvent-2" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QKeyEvent(Type type, int key, int ascii, int modifiers, const QString &amp; text, bool autorep, ushort count)">
+ <parameter left="Type" right="" name="type" default=""/>
+ <parameter left="int" right="" name="key" default=""/>
+ <parameter left="int" right="" name="ascii" default=""/>
+ <parameter left="int" right="" name="modifiers" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default="QString()"/>
+ <parameter left="bool" right="" name="autorep" default="false"/>
+ <parameter left="ushort" right="" name="count" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="ascii" fullname="QKeyEvent::ascii" href="qkeyevent-qt3.html#ascii" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="ascii() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="state" fullname="QKeyEvent::state" href="qkeyevent-qt3.html#state" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::ButtonState" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="stateAfter" fullname="QKeyEvent::stateAfter" href="qkeyevent-qt3.html#stateAfter" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::ButtonState" signature="stateAfter() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="txt" fullname="QKeyEvent::txt" href="qkeyevent.html#txt-var" location="qevent.h" type="QString" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="k" fullname="QKeyEvent::k" href="qkeyevent.html#k-var" location="qevent.h" type="int" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="c" fullname="QKeyEvent::c" href="qkeyevent.html#c-var" location="qevent.h" type="ushort" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="autor" fullname="QKeyEvent::autor" href="qkeyevent.html#autor-var" location="qevent.h" type="uint:1" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QFocusEvent" href="qfocusevent.html" location="qevent.h" bases="QEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFocusEvent" fullname="QFocusEvent::QFocusEvent" href="qfocusevent.html#QFocusEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFocusEvent(Type type, Qt::FocusReason reason)">
+ <parameter left="Type" right="" name="type" default=""/>
+ <parameter left="Qt::FocusReason" right="" name="reason" default="Qt::OtherFocusReason"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="gotFocus" fullname="QFocusEvent::gotFocus" href="qfocusevent.html#gotFocus" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="gotFocus() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lostFocus" fullname="QFocusEvent::lostFocus" href="qfocusevent.html#lostFocus" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="lostFocus() const"/>
+ <enum access="public" threadsafety="unspecified" status="compat" name="Reason" fullname="QFocusEvent::Reason" href="qfocusevent-qt3.html#Reason-enum" location="qevent.h">
+ <value name="Mouse" value="Qt::MouseFocusReason"/>
+ <value name="Tab" value="Qt::TabFocusReason"/>
+ <value name="Backtab" value="Qt::BacktabFocusReason"/>
+ <value name="MenuBar" value="Qt::MenuBarFocusReason"/>
+ <value name="ActiveWindow" value="Qt::ActiveWindowFocusReason"/>
+ <value name="Other" value="Qt::OtherFocusReason"/>
+ <value name="Popup" value="Qt::PopupFocusReason"/>
+ <value name="Shortcut" value="Qt::ShortcutFocusReason"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reason" fullname="QFocusEvent::reason" href="qfocusevent.html#reason" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::FocusReason" signature="reason() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPaintEvent" href="qpaintevent.html" location="qevent.h" bases="QEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPaintEvent" fullname="QPaintEvent::QPaintEvent" href="qpaintevent.html#QPaintEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPaintEvent(const QRegion &amp; paintRegion)">
+ <parameter left="const QRegion &amp;" right="" name="paintRegion" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPaintEvent" fullname="QPaintEvent::QPaintEvent" href="qpaintevent.html#QPaintEvent-2" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QPaintEvent(const QRect &amp; paintRect)">
+ <parameter left="const QRect &amp;" right="" name="paintRect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rect" fullname="QPaintEvent::rect" href="qpaintevent.html#rect" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QRect &amp;" signature="rect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="region" fullname="QPaintEvent::region" href="qpaintevent.html#region" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QRegion &amp;" signature="region() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="QPaintEvent" fullname="QPaintEvent::QPaintEvent" href="qpaintevent-qt3.html#QPaintEvent-3" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QPaintEvent(const QRegion &amp; paintRegion, const QRect &amp; paintRect)">
+ <parameter left="const QRegion &amp;" right="" name="paintRegion" default=""/>
+ <parameter left="const QRect &amp;" right="" name="paintRect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="erased" fullname="QPaintEvent::erased" href="qpaintevent-qt3.html#erased" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="erased() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="m_rect" fullname="QPaintEvent::m_rect" href="qpaintevent.html#m_rect-var" location="qevent.h" type="QRect" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="m_region" fullname="QPaintEvent::m_region" href="qpaintevent.html#m_region-var" location="qevent.h" type="QRegion" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="m_erased" fullname="QPaintEvent::m_erased" href="qpaintevent.html#m_erased-var" location="qevent.h" type="bool" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMoveEvent" href="qmoveevent.html" location="qevent.h" bases="QEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMoveEvent" fullname="QMoveEvent::QMoveEvent" href="qmoveevent.html#QMoveEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMoveEvent(const QPoint &amp; pos, const QPoint &amp; oldPos)">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="oldPos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QMoveEvent::pos" href="qmoveevent.html#pos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPoint &amp;" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="oldPos" fullname="QMoveEvent::oldPos" href="qmoveevent.html#oldPos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPoint &amp;" signature="oldPos() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QResizeEvent" href="qresizeevent.html" location="qevent.h" bases="QEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QResizeEvent" fullname="QResizeEvent::QResizeEvent" href="qresizeevent.html#QResizeEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QResizeEvent(const QSize &amp; size, const QSize &amp; oldSize)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="const QSize &amp;" right="" name="oldSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QResizeEvent::size" href="qresizeevent.html#size" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QSize &amp;" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="oldSize" fullname="QResizeEvent::oldSize" href="qresizeevent.html#oldSize" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QSize &amp;" signature="oldSize() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QCloseEvent" href="qcloseevent.html" location="qevent.h" bases="QEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCloseEvent" fullname="QCloseEvent::QCloseEvent" href="qcloseevent.html#QCloseEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QCloseEvent()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QIconDragEvent" href="qicondragevent.html" location="qevent.h" bases="QEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QIconDragEvent" fullname="QIconDragEvent::QIconDragEvent" href="qicondragevent.html#QIconDragEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QIconDragEvent()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QShowEvent" href="qshowevent.html" location="qevent.h" bases="QEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QShowEvent" fullname="QShowEvent::QShowEvent" href="qshowevent.html#QShowEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QShowEvent()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QHideEvent" href="qhideevent.html" location="qevent.h" bases="QEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHideEvent" fullname="QHideEvent::QHideEvent" href="qhideevent.html#QHideEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QHideEvent()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QContextMenuEvent" href="qcontextmenuevent.html" location="qevent.h" bases="QInputEvent" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Reason" fullname="QContextMenuEvent::Reason" href="qcontextmenuevent.html#Reason-enum" location="qevent.h">
+ <value name="Mouse" value="0"/>
+ <value name="Keyboard" value="1"/>
+ <value name="Other" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QContextMenuEvent" fullname="QContextMenuEvent::QContextMenuEvent" href="qcontextmenuevent.html#QContextMenuEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QContextMenuEvent(Reason reason, const QPoint &amp; pos, const QPoint &amp; globalPos, QFlags&lt;Qt::KeyboardModifier&gt; modifiers)">
+ <parameter left="Reason" right="" name="reason" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="globalPos" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QContextMenuEvent" fullname="QContextMenuEvent::QContextMenuEvent" href="qcontextmenuevent.html#QContextMenuEvent-2" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QContextMenuEvent(Reason reason, const QPoint &amp; pos, const QPoint &amp; globalPos)">
+ <parameter left="Reason" right="" name="reason" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="globalPos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QContextMenuEvent" fullname="QContextMenuEvent::QContextMenuEvent" href="qcontextmenuevent.html#QContextMenuEvent-3" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QContextMenuEvent(Reason reason, const QPoint &amp; pos)">
+ <parameter left="Reason" right="" name="reason" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x" fullname="QContextMenuEvent::x" href="qcontextmenuevent.html#x" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="x() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="y" fullname="QContextMenuEvent::y" href="qcontextmenuevent.html#y" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="y() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="globalX" fullname="QContextMenuEvent::globalX" href="qcontextmenuevent.html#globalX" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="globalX() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="globalY" fullname="QContextMenuEvent::globalY" href="qcontextmenuevent.html#globalY" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="globalY() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QContextMenuEvent::pos" href="qcontextmenuevent.html#pos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPoint &amp;" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="globalPos" fullname="QContextMenuEvent::globalPos" href="qcontextmenuevent.html#globalPos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPoint &amp;" signature="globalPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reason" fullname="QContextMenuEvent::reason" href="qcontextmenuevent.html#reason" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Reason" signature="reason() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="QContextMenuEvent" fullname="QContextMenuEvent::QContextMenuEvent" href="qcontextmenuevent-qt3.html#QContextMenuEvent-4" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QContextMenuEvent(Reason reason, const QPoint &amp; pos, const QPoint &amp; globalPos, int dummy)">
+ <parameter left="Reason" right="" name="reason" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="globalPos" default=""/>
+ <parameter left="int" right="" name="dummy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QContextMenuEvent" fullname="QContextMenuEvent::QContextMenuEvent" href="qcontextmenuevent-qt3.html#QContextMenuEvent-5" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QContextMenuEvent(Reason reason, const QPoint &amp; pos, int dummy)">
+ <parameter left="Reason" right="" name="reason" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="int" right="" name="dummy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="state" fullname="QContextMenuEvent::state" href="qcontextmenuevent-qt3.html#state" location="qevent.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::ButtonState" signature="state() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="p" fullname="QContextMenuEvent::p" href="qcontextmenuevent.html#p-var" location="qevent.h" type="QPoint" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="gp" fullname="QContextMenuEvent::gp" href="qcontextmenuevent.html#gp-var" location="qevent.h" type="QPoint" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="reas" fullname="QContextMenuEvent::reas" href="qcontextmenuevent.html#reas-var" location="qevent.h" type="uint:8" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QInputMethodEvent" href="qinputmethodevent.html" location="qevent.h" bases="QEvent" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="AttributeType" fullname="QInputMethodEvent::AttributeType" href="qinputmethodevent.html#AttributeType-enum" location="qevent.h">
+ <value name="TextFormat" value="0"/>
+ <value name="Cursor" value="1"/>
+ <value name="Language" value="2"/>
+ <value name="Ruby" value="3"/>
+ </enum>
+ <class access="public" threadsafety="unspecified" status="commendable" name="Attribute" fullname="QInputMethodEvent::Attribute" href="qinputmethodevent-attribute.html" location="qevent.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Attribute" fullname="QInputMethodEvent::Attribute::Attribute" href="qinputmethodevent-attribute.html#Attribute" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Attribute(AttributeType type, int start, int length, QVariant value)">
+ <parameter left="AttributeType" right="" name="type" default=""/>
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="length" default=""/>
+ <parameter left="QVariant" right="" name="value" default=""/>
+ </function>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QInputMethodEvent::Attribute::type" href="qinputmethodevent-attribute.html#type-var" location="qevent.h" type="AttributeType" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="start" fullname="QInputMethodEvent::Attribute::start" href="qinputmethodevent-attribute.html#start-var" location="qevent.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="length" fullname="QInputMethodEvent::Attribute::length" href="qinputmethodevent-attribute.html#length-var" location="qevent.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QInputMethodEvent::Attribute::value" href="qinputmethodevent-attribute.html#value-var" location="qevent.h" type="QVariant" static="false"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QInputMethodEvent" fullname="QInputMethodEvent::QInputMethodEvent" href="qinputmethodevent.html#QInputMethodEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QInputMethodEvent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QInputMethodEvent" fullname="QInputMethodEvent::QInputMethodEvent" href="qinputmethodevent.html#QInputMethodEvent-2" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QInputMethodEvent(const QString &amp; preeditText, const QList&lt;Attribute&gt; &amp; attributes)">
+ <parameter left="const QString &amp;" right="" name="preeditText" default=""/>
+ <parameter left="const QList&lt;Attribute&gt; &amp;" right="" name="attributes" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCommitString" fullname="QInputMethodEvent::setCommitString" href="qinputmethodevent.html#setCommitString" location="qevent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCommitString(const QString &amp; commitString, int replaceFrom, int replaceLength)">
+ <parameter left="const QString &amp;" right="" name="commitString" default=""/>
+ <parameter left="int" right="" name="replaceFrom" default="0"/>
+ <parameter left="int" right="" name="replaceLength" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attributes" fullname="QInputMethodEvent::attributes" href="qinputmethodevent.html#attributes" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QList&lt;Attribute&gt; &amp;" signature="attributes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="preeditString" fullname="QInputMethodEvent::preeditString" href="qinputmethodevent.html#preeditString" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QString &amp;" signature="preeditString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="commitString" fullname="QInputMethodEvent::commitString" href="qinputmethodevent.html#commitString" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QString &amp;" signature="commitString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replacementStart" fullname="QInputMethodEvent::replacementStart" href="qinputmethodevent.html#replacementStart" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="replacementStart() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replacementLength" fullname="QInputMethodEvent::replacementLength" href="qinputmethodevent.html#replacementLength" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="replacementLength() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QInputMethodEvent" fullname="QInputMethodEvent::QInputMethodEvent" href="qinputmethodevent.html#QInputMethodEvent-3" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QInputMethodEvent(const QInputMethodEvent &amp; other)">
+ <parameter left="const QInputMethodEvent &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDropEvent" href="qdropevent.html" location="qevent.h" bases="QMimeSource,QEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDropEvent" fullname="QDropEvent::QDropEvent" href="qdropevent.html#QDropEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDropEvent(const QPoint &amp; pos, QFlags&lt;Qt::DropAction&gt; actions, const QMimeData * data, QFlags&lt;Qt::MouseButton&gt; buttons, QFlags&lt;Qt::KeyboardModifier&gt; modifiers, Type type)">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="QFlags&lt;Qt::DropAction&gt;" right="" name="actions" default=""/>
+ <parameter left="const QMimeData *" right="" name="data" default=""/>
+ <parameter left="QFlags&lt;Qt::MouseButton&gt;" right="" name="buttons" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default=""/>
+ <parameter left="Type" right="" name="type" default="Drop"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QDropEvent::pos" href="qdropevent.html#pos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPoint &amp;" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mouseButtons" fullname="QDropEvent::mouseButtons" href="qdropevent.html#mouseButtons" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::MouseButtons" signature="mouseButtons() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyboardModifiers" fullname="QDropEvent::keyboardModifiers" href="qdropevent.html#keyboardModifiers" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::KeyboardModifiers" signature="keyboardModifiers() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="possibleActions" fullname="QDropEvent::possibleActions" href="qdropevent.html#possibleActions" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::DropActions" signature="possibleActions() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="proposedAction" fullname="QDropEvent::proposedAction" href="qdropevent.html#proposedAction" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::DropAction" signature="proposedAction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="acceptProposedAction" fullname="QDropEvent::acceptProposedAction" href="qdropevent.html#acceptProposedAction" location="qevent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="acceptProposedAction()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dropAction" fullname="QDropEvent::dropAction" href="qdropevent.html#dropAction" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::DropAction" signature="dropAction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDropAction" fullname="QDropEvent::setDropAction" href="qdropevent.html#setDropAction" location="qevent.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDropAction(Qt::DropAction action)">
+ <parameter left="Qt::DropAction" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="source" fullname="QDropEvent::source" href="qdropevent.html#source" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="source() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mimeData" fullname="QDropEvent::mimeData" href="qdropevent.html#mimeData" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QMimeData *" signature="mimeData() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="format" fullname="QDropEvent::format" href="qdropevent-qt3.html#format" location="qevent.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="const char *" signature="format(int n) const">
+ <parameter left="int" right="" name="n" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="encodedData" fullname="QDropEvent::encodedData" href="qdropevent-qt3.html#encodedData" location="qevent.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="encodedData(const char * format) const">
+ <parameter left="const char *" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="provides" fullname="QDropEvent::provides" href="qdropevent-qt3.html#provides" location="qevent.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="provides(const char * mimeType) const">
+ <parameter left="const char *" right="" name="mimeType" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="accept" fullname="QDropEvent::accept" href="qdropevent-qt3.html#accept-2" location="qevent.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="accept(bool accept)">
+ <parameter left="bool" right="" name="accept" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="data" fullname="QDropEvent::data" href="qdropevent-qt3.html#data" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="data(const char * f) const">
+ <parameter left="const char *" right="" name="f" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="compat" name="Action" fullname="QDropEvent::Action" href="qdropevent-qt3.html#Action-enum" location="qevent.h">
+ <value name="Copy" value="0"/>
+ <value name="Link" value="1"/>
+ <value name="Move" value="2"/>
+ <value name="Private" value="3"/>
+ <value name="UserAction" value="Private"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="compat" name="action" fullname="QDropEvent::action" href="qdropevent-qt3.html#action" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Action" signature="action() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="acceptAction" fullname="QDropEvent::acceptAction" href="qdropevent-qt3.html#acceptAction" location="qevent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="acceptAction(bool accept)">
+ <parameter left="bool" right="" name="accept" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setPoint" fullname="QDropEvent::setPoint" href="qdropevent-qt3.html#setPoint" location="qevent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPoint(const QPoint &amp; point)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="p" fullname="QDropEvent::p" href="qdropevent.html#p-var" location="qevent.h" type="QPoint" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="mouseState" fullname="QDropEvent::mouseState" href="qdropevent.html#mouseState-var" location="qevent.h" type="Qt::MouseButtons" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="modState" fullname="QDropEvent::modState" href="qdropevent.html#modState-var" location="qevent.h" type="Qt::KeyboardModifiers" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="act" fullname="QDropEvent::act" href="qdropevent.html#act-var" location="qevent.h" type="Qt::DropActions" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="drop_action" fullname="QDropEvent::drop_action" href="qdropevent.html#drop_action-var" location="qevent.h" type="Qt::DropAction" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="default_action" fullname="QDropEvent::default_action" href="qdropevent.html#default_action-var" location="qevent.h" type="Qt::DropAction" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="mdata" fullname="QDropEvent::mdata" href="qdropevent.html#mdata-var" location="qevent.h" type="const QMimeData *" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDragMoveEvent" href="qdragmoveevent.html" location="qevent.h" bases="QDropEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDragMoveEvent" fullname="QDragMoveEvent::QDragMoveEvent" href="qdragmoveevent.html#QDragMoveEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDragMoveEvent(const QPoint &amp; pos, QFlags&lt;Qt::DropAction&gt; actions, const QMimeData * data, QFlags&lt;Qt::MouseButton&gt; buttons, QFlags&lt;Qt::KeyboardModifier&gt; modifiers, Type type)">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="QFlags&lt;Qt::DropAction&gt;" right="" name="actions" default=""/>
+ <parameter left="const QMimeData *" right="" name="data" default=""/>
+ <parameter left="QFlags&lt;Qt::MouseButton&gt;" right="" name="buttons" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default=""/>
+ <parameter left="Type" right="" name="type" default="DragMove"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDragMoveEvent" fullname="QDragMoveEvent::~QDragMoveEvent" href="qdragmoveevent.html#dtor.QDragMoveEvent" location="qevent.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDragMoveEvent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="answerRect" fullname="QDragMoveEvent::answerRect" href="qdragmoveevent.html#answerRect" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="answerRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="accept" fullname="QDragMoveEvent::accept" href="qdragmoveevent.html#accept-3" location="qevent.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="accept()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ignore" fullname="QDragMoveEvent::ignore" href="qdragmoveevent.html#ignore-2" location="qevent.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="ignore()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="accept" fullname="QDragMoveEvent::accept" href="qdragmoveevent.html#accept" location="qevent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="accept(const QRect &amp; rectangle)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ignore" fullname="QDragMoveEvent::ignore" href="qdragmoveevent.html#ignore" location="qevent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="ignore(const QRect &amp; rectangle)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="accept" fullname="QDragMoveEvent::accept" href="qdragmoveevent-qt3.html#accept-2" location="qevent.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="accept(bool y)">
+ <parameter left="bool" right="" name="y" default=""/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="rect" fullname="QDragMoveEvent::rect" href="qdragmoveevent.html#rect-var" location="qevent.h" type="QRect" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDragEnterEvent" href="qdragenterevent.html" location="qevent.h" bases="QDragMoveEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDragEnterEvent" fullname="QDragEnterEvent::QDragEnterEvent" href="qdragenterevent.html#QDragEnterEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDragEnterEvent(const QPoint &amp; point, QFlags&lt;Qt::DropAction&gt; actions, const QMimeData * data, QFlags&lt;Qt::MouseButton&gt; buttons, QFlags&lt;Qt::KeyboardModifier&gt; modifiers)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ <parameter left="QFlags&lt;Qt::DropAction&gt;" right="" name="actions" default=""/>
+ <parameter left="const QMimeData *" right="" name="data" default=""/>
+ <parameter left="QFlags&lt;Qt::MouseButton&gt;" right="" name="buttons" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDragLeaveEvent" href="qdragleaveevent.html" location="qevent.h" bases="QEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDragLeaveEvent" fullname="QDragLeaveEvent::QDragLeaveEvent" href="qdragleaveevent.html#QDragLeaveEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDragLeaveEvent()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QHelpEvent" href="qhelpevent.html" location="qevent.h" bases="QEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHelpEvent" fullname="QHelpEvent::QHelpEvent" href="qhelpevent.html#QHelpEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QHelpEvent(Type type, const QPoint &amp; pos, const QPoint &amp; globalPos)">
+ <parameter left="Type" right="" name="type" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="globalPos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x" fullname="QHelpEvent::x" href="qhelpevent.html#x" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="x() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="y" fullname="QHelpEvent::y" href="qhelpevent.html#y" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="y() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="globalX" fullname="QHelpEvent::globalX" href="qhelpevent.html#globalX" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="globalX() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="globalY" fullname="QHelpEvent::globalY" href="qhelpevent.html#globalY" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="globalY() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QHelpEvent::pos" href="qhelpevent.html#pos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPoint &amp;" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="globalPos" fullname="QHelpEvent::globalPos" href="qhelpevent.html#globalPos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPoint &amp;" signature="globalPos() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStatusTipEvent" href="qstatustipevent.html" location="qevent.h" bases="QEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStatusTipEvent" fullname="QStatusTipEvent::QStatusTipEvent" href="qstatustipevent.html#QStatusTipEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStatusTipEvent(const QString &amp; tip)">
+ <parameter left="const QString &amp;" right="" name="tip" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tip" fullname="QStatusTipEvent::tip" href="qstatustipevent.html#tip" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="tip() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWhatsThisClickedEvent" href="qwhatsthisclickedevent.html" location="qevent.h" bases="QEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWhatsThisClickedEvent" fullname="QWhatsThisClickedEvent::QWhatsThisClickedEvent" href="qwhatsthisclickedevent.html#QWhatsThisClickedEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWhatsThisClickedEvent(const QString &amp; href)">
+ <parameter left="const QString &amp;" right="" name="href" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="href" fullname="QWhatsThisClickedEvent::href" href="qwhatsthisclickedevent.html#href" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="href() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QActionEvent" href="qactionevent.html" location="qevent.h" bases="QEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QActionEvent" fullname="QActionEvent::QActionEvent" href="qactionevent.html#QActionEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QActionEvent(int type, QAction * action, QAction * before)">
+ <parameter left="int" right="" name="type" default=""/>
+ <parameter left="QAction *" right="" name="action" default=""/>
+ <parameter left="QAction *" right="" name="before" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="action" fullname="QActionEvent::action" href="qactionevent.html#action" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="action() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="before" fullname="QActionEvent::before" href="qactionevent.html#before" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="before() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QFileOpenEvent" href="qfileopenevent.html" location="qevent.h" bases="QEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="file" fullname="QFileOpenEvent::file" href="qfileopenevent.html#file" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="file() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QShortcutEvent" href="qshortcutevent.html" location="qevent.h" bases="QEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QShortcutEvent" fullname="QShortcutEvent::QShortcutEvent" href="qshortcutevent.html#QShortcutEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QShortcutEvent(const QKeySequence &amp; key, int id, bool ambiguous)">
+ <parameter left="const QKeySequence &amp;" right="" name="key" default=""/>
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="bool" right="" name="ambiguous" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QShortcutEvent" fullname="QShortcutEvent::~QShortcutEvent" href="qshortcutevent.html#dtor.QShortcutEvent" location="qevent.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QShortcutEvent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="QShortcutEvent::key" href="qshortcutevent.html#key" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QKeySequence &amp;" signature="key() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shortcutId" fullname="QShortcutEvent::shortcutId" href="qshortcutevent.html#shortcutId" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="shortcutId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isAmbiguous" fullname="QShortcutEvent::isAmbiguous" href="qshortcutevent.html#isAmbiguous" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isAmbiguous() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="sequence" fullname="QShortcutEvent::sequence" href="qshortcutevent.html#sequence-var" location="qevent.h" type="QKeySequence" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="ambig" fullname="QShortcutEvent::ambig" href="qshortcutevent.html#ambig-var" location="qevent.h" type="bool" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="sid" fullname="QShortcutEvent::sid" href="qshortcutevent.html#sid-var" location="qevent.h" type="int" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWindowStateChangeEvent" href="qwindowstatechangeevent.html" location="qevent.h" bases="QEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="oldState" fullname="QWindowStateChangeEvent::oldState" href="qwindowstatechangeevent.html#oldState" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::WindowStates" signature="oldState() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qkeyevent.html#operator==-20" location="qevent.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="20" relates="QKeyEvent" type="bool" signature="operator==(QKeyEvent * e, QKeySequence::StandardKey key)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ <parameter left="QKeySequence::StandardKey" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qkeyevent.html#operator==-21" location="qevent.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="21" relates="QKeyEvent" type="bool" signature="operator==(QKeySequence::StandardKey key, QKeyEvent * e)">
+ <parameter left="QKeySequence::StandardKey" right="" name="key" default=""/>
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTouchEvent" href="qtouchevent.html" location="qevent.h" bases="QInputEvent" module="QtGui">
+ <contents name="enabling-touch-events" title="Enabling Touch Events" level="1"/>
+ <contents name="event-delivery-and-propagation" title="Event Delivery and Propagation" level="1"/>
+ <contents name="touch-point-grouping" title="Touch Point Grouping" level="1"/>
+ <contents name="mouse-events-and-the-primary-touch-point" title="Mouse Events and the Primary Touch Point" level="1"/>
+ <contents name="caveats" title="Caveats" level="1"/>
+ <class access="public" threadsafety="unspecified" status="commendable" name="TouchPoint" fullname="QTouchEvent::TouchPoint" href="qtouchevent-touchpoint.html" location="qevent.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="id" fullname="QTouchEvent::TouchPoint::id" href="qtouchevent-touchpoint.html#id" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="id() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QTouchEvent::TouchPoint::state" href="qtouchevent-touchpoint.html#state" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::TouchPointState" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isPrimary" fullname="QTouchEvent::TouchPoint::isPrimary" href="qtouchevent-touchpoint.html#isPrimary" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isPrimary() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QTouchEvent::TouchPoint::pos" href="qtouchevent-touchpoint.html#pos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startPos" fullname="QTouchEvent::TouchPoint::startPos" href="qtouchevent-touchpoint.html#startPos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="startPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastPos" fullname="QTouchEvent::TouchPoint::lastPos" href="qtouchevent-touchpoint.html#lastPos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="lastPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scenePos" fullname="QTouchEvent::TouchPoint::scenePos" href="qtouchevent-touchpoint.html#scenePos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="scenePos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startScenePos" fullname="QTouchEvent::TouchPoint::startScenePos" href="qtouchevent-touchpoint.html#startScenePos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="startScenePos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastScenePos" fullname="QTouchEvent::TouchPoint::lastScenePos" href="qtouchevent-touchpoint.html#lastScenePos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="lastScenePos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screenPos" fullname="QTouchEvent::TouchPoint::screenPos" href="qtouchevent-touchpoint.html#screenPos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="screenPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startScreenPos" fullname="QTouchEvent::TouchPoint::startScreenPos" href="qtouchevent-touchpoint.html#startScreenPos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="startScreenPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastScreenPos" fullname="QTouchEvent::TouchPoint::lastScreenPos" href="qtouchevent-touchpoint.html#lastScreenPos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="lastScreenPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="normalizedPos" fullname="QTouchEvent::TouchPoint::normalizedPos" href="qtouchevent-touchpoint.html#normalizedPos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="normalizedPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startNormalizedPos" fullname="QTouchEvent::TouchPoint::startNormalizedPos" href="qtouchevent-touchpoint.html#startNormalizedPos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="startNormalizedPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastNormalizedPos" fullname="QTouchEvent::TouchPoint::lastNormalizedPos" href="qtouchevent-touchpoint.html#lastNormalizedPos" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="lastNormalizedPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rect" fullname="QTouchEvent::TouchPoint::rect" href="qtouchevent-touchpoint.html#rect" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="rect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sceneRect" fullname="QTouchEvent::TouchPoint::sceneRect" href="qtouchevent-touchpoint.html#sceneRect" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="sceneRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screenRect" fullname="QTouchEvent::TouchPoint::screenRect" href="qtouchevent-touchpoint.html#screenRect" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="screenRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pressure" fullname="QTouchEvent::TouchPoint::pressure" href="qtouchevent-touchpoint.html#pressure" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="pressure() const"/>
+ </class>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DeviceType" fullname="QTouchEvent::DeviceType" href="qtouchevent.html#DeviceType-enum" location="qevent.h">
+ <value name="TouchScreen" value="0"/>
+ <value name="TouchPad" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTouchEvent" fullname="QTouchEvent::QTouchEvent" href="qtouchevent.html#QTouchEvent" location="qevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTouchEvent(QEvent::Type eventType, QTouchEvent::DeviceType deviceType, QFlags&lt;Qt::KeyboardModifier&gt; modifiers, QFlags&lt;Qt::TouchPointState&gt; touchPointStates, const QList&lt;QTouchEvent::TouchPoint&gt; &amp; touchPoints)">
+ <parameter left="QEvent::Type" right="" name="eventType" default=""/>
+ <parameter left="QTouchEvent::DeviceType" right="" name="deviceType" default="TouchScreen"/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default="Qt::NoModifier"/>
+ <parameter left="QFlags&lt;Qt::TouchPointState&gt;" right="" name="touchPointStates" default="0"/>
+ <parameter left="const QList&lt;QTouchEvent::TouchPoint&gt; &amp;" right="" name="touchPoints" default="QList&lt;QTouchEvent::TouchPoint&gt; ()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTouchEvent" fullname="QTouchEvent::~QTouchEvent" href="qtouchevent.html#dtor.QTouchEvent" location="qevent.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTouchEvent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widget" fullname="QTouchEvent::widget" href="qtouchevent.html#widget" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="widget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="deviceType" fullname="QTouchEvent::deviceType" href="qtouchevent.html#deviceType" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTouchEvent::DeviceType" signature="deviceType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="touchPointStates" fullname="QTouchEvent::touchPointStates" href="qtouchevent.html#touchPointStates" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::TouchPointStates" signature="touchPointStates() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="touchPoints" fullname="QTouchEvent::touchPoints" href="qtouchevent.html#touchPoints" location="qevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QList&lt;QTouchEvent::TouchPoint&gt; &amp;" signature="touchPoints() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="_widget" fullname="QTouchEvent::_widget" href="qtouchevent.html#_widget-var" location="qevent.h" type="QWidget *" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="_deviceType" fullname="QTouchEvent::_deviceType" href="qtouchevent.html#_deviceType-var" location="qevent.h" type="QTouchEvent::DeviceType" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="_touchPointStates" fullname="QTouchEvent::_touchPointStates" href="qtouchevent.html#_touchPointStates-var" location="qevent.h" type="Qt::TouchPointStates" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="_touchPoints" fullname="QTouchEvent::_touchPoints" href="qtouchevent.html#_touchPoints-var" location="qevent.h" type="QList&lt;QTouchEvent::TouchPoint&gt;" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QToolBar" href="qtoolbar.html" location="qtoolbar.h" bases="QWidget" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="movable" fullname="QToolBar::movable" href="qtoolbar.html#movable-prop" location="qtoolbar.h" type="bool">
+ <getter name="isMovable"/>
+ <setter name="setMovable"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="allowedAreas" fullname="QToolBar::allowedAreas" href="qtoolbar.html#allowedAreas-prop" location="qtoolbar.h" type="Qt::ToolBarAreas">
+ <getter name="allowedAreas"/>
+ <setter name="setAllowedAreas"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="QToolBar::orientation" href="qtoolbar.html#orientation-prop" location="qtoolbar.h" type="Qt::Orientation">
+ <getter name="orientation"/>
+ <setter name="setOrientation"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="iconSize" fullname="QToolBar::iconSize" href="qtoolbar.html#iconSize-prop" location="qtoolbar.h" type="QSize">
+ <getter name="iconSize"/>
+ <setter name="setIconSize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="toolButtonStyle" fullname="QToolBar::toolButtonStyle" href="qtoolbar.html#toolButtonStyle-prop" location="qtoolbar.h" type="Qt::ToolButtonStyle">
+ <getter name="toolButtonStyle"/>
+ <setter name="setToolButtonStyle"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="floating" fullname="QToolBar::floating" href="qtoolbar.html#floating-prop" location="qtoolbar.h" type="bool">
+ <getter name="isFloating"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="floatable" fullname="QToolBar::floatable" href="qtoolbar.html#floatable-prop" location="qtoolbar.h" type="bool">
+ <getter name="isFloatable"/>
+ <setter name="setFloatable"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QToolBar" fullname="QToolBar::QToolBar" href="qtoolbar.html#QToolBar" location="qtoolbar.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QToolBar(const QString &amp; title, QWidget * parent)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QToolBar" fullname="QToolBar::QToolBar" href="qtoolbar.html#QToolBar-2" location="qtoolbar.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QToolBar(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QToolBar" fullname="QToolBar::~QToolBar" href="qtoolbar.html#dtor.QToolBar" location="qtoolbar.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QToolBar()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMovable" fullname="QToolBar::setMovable" href="qtoolbar.html#movable-prop" location="qtoolbar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="movable" type="void" signature="setMovable(bool movable)">
+ <parameter left="bool" right="" name="movable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isMovable" fullname="QToolBar::isMovable" href="qtoolbar.html#movable-prop" location="qtoolbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="movable" type="bool" signature="isMovable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAllowedAreas" fullname="QToolBar::setAllowedAreas" href="qtoolbar.html#allowedAreas-prop" location="qtoolbar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="allowedAreas" type="void" signature="setAllowedAreas(QFlags&lt;Qt::ToolBarArea&gt; areas)">
+ <parameter left="QFlags&lt;Qt::ToolBarArea&gt;" right="" name="areas" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="allowedAreas" fullname="QToolBar::allowedAreas" href="qtoolbar.html#allowedAreas-prop" location="qtoolbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="allowedAreas" type="Qt::ToolBarAreas" signature="allowedAreas() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isAreaAllowed" fullname="QToolBar::isAreaAllowed" href="qtoolbar.html#isAreaAllowed" location="qtoolbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isAreaAllowed(Qt::ToolBarArea area) const">
+ <parameter left="Qt::ToolBarArea" right="" name="area" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOrientation" fullname="QToolBar::setOrientation" href="qtoolbar.html#orientation-prop" location="qtoolbar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="orientation" type="void" signature="setOrientation(Qt::Orientation orientation)">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="QToolBar::orientation" href="qtoolbar.html#orientation-prop" location="qtoolbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="orientation" type="Qt::Orientation" signature="orientation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QToolBar::clear" href="qtoolbar.html#clear" location="qtoolbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addAction" fullname="QToolBar::addAction" href="qtoolbar.html#addAction" location="qtoolbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addAction(QAction * action)">
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addAction" fullname="QToolBar::addAction" href="qtoolbar.html#addAction-2" location="qtoolbar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QAction *" signature="addAction(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addAction" fullname="QToolBar::addAction" href="qtoolbar.html#addAction-3" location="qtoolbar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QAction *" signature="addAction(const QIcon &amp; icon, const QString &amp; text)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addAction" fullname="QToolBar::addAction" href="qtoolbar.html#addAction-4" location="qtoolbar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="QAction *" signature="addAction(const QString &amp; text, const QObject * receiver, const char * member)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addAction" fullname="QToolBar::addAction" href="qtoolbar.html#addAction-5" location="qtoolbar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="QAction *" signature="addAction(const QIcon &amp; icon, const QString &amp; text, const QObject * receiver, const char * member)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addSeparator" fullname="QToolBar::addSeparator" href="qtoolbar.html#addSeparator" location="qtoolbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAction *" signature="addSeparator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertSeparator" fullname="QToolBar::insertSeparator" href="qtoolbar.html#insertSeparator" location="qtoolbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAction *" signature="insertSeparator(QAction * before)">
+ <parameter left="QAction *" right="" name="before" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addWidget" fullname="QToolBar::addWidget" href="qtoolbar.html#addWidget" location="qtoolbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAction *" signature="addWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertWidget" fullname="QToolBar::insertWidget" href="qtoolbar.html#insertWidget" location="qtoolbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAction *" signature="insertWidget(QAction * before, QWidget * widget)">
+ <parameter left="QAction *" right="" name="before" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionAt" fullname="QToolBar::actionAt" href="qtoolbar.html#actionAt" location="qtoolbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="actionAt(const QPoint &amp; p) const">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionAt" fullname="QToolBar::actionAt" href="qtoolbar.html#actionAt-2" location="qtoolbar.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QAction *" signature="actionAt(int x, int y) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toggleViewAction" fullname="QToolBar::toggleViewAction" href="qtoolbar.html#toggleViewAction" location="qtoolbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="toggleViewAction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iconSize" fullname="QToolBar::iconSize" href="qtoolbar.html#iconSize-prop" location="qtoolbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="iconSize" type="QSize" signature="iconSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toolButtonStyle" fullname="QToolBar::toolButtonStyle" href="qtoolbar.html#toolButtonStyle-prop" location="qtoolbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="toolButtonStyle" type="Qt::ToolButtonStyle" signature="toolButtonStyle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widgetForAction" fullname="QToolBar::widgetForAction" href="qtoolbar.html#widgetForAction" location="qtoolbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="widgetForAction(QAction * action) const">
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFloatable" fullname="QToolBar::isFloatable" href="qtoolbar.html#floatable-prop" location="qtoolbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="floatable" type="bool" signature="isFloatable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFloatable" fullname="QToolBar::setFloatable" href="qtoolbar.html#floatable-prop" location="qtoolbar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="floatable" type="void" signature="setFloatable(bool floatable)">
+ <parameter left="bool" right="" name="floatable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFloating" fullname="QToolBar::isFloating" href="qtoolbar.html#floating-prop" location="qtoolbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="floating" type="bool" signature="isFloating() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIconSize" fullname="QToolBar::setIconSize" href="qtoolbar.html#iconSize-prop" location="qtoolbar.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="iconSize" type="void" signature="setIconSize(const QSize &amp; iconSize)">
+ <parameter left="const QSize &amp;" right="" name="iconSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setToolButtonStyle" fullname="QToolBar::setToolButtonStyle" href="qtoolbar.html#toolButtonStyle-prop" location="qtoolbar.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="toolButtonStyle" type="void" signature="setToolButtonStyle(Qt::ToolButtonStyle toolButtonStyle)">
+ <parameter left="Qt::ToolButtonStyle" right="" name="toolButtonStyle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionTriggered" fullname="QToolBar::actionTriggered" href="qtoolbar.html#actionTriggered" location="qtoolbar.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="actionTriggered(QAction * action)">
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="movableChanged" fullname="QToolBar::movableChanged" href="qtoolbar.html#movableChanged" location="qtoolbar.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="movableChanged(bool movable)">
+ <parameter left="bool" right="" name="movable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="allowedAreasChanged" fullname="QToolBar::allowedAreasChanged" href="qtoolbar.html#allowedAreasChanged" location="qtoolbar.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="allowedAreasChanged(QFlags&lt;Qt::ToolBarArea&gt; allowedAreas)">
+ <parameter left="QFlags&lt;Qt::ToolBarArea&gt;" right="" name="allowedAreas" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="orientationChanged" fullname="QToolBar::orientationChanged" href="qtoolbar.html#orientationChanged" location="qtoolbar.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="orientationChanged(Qt::Orientation orientation)">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iconSizeChanged" fullname="QToolBar::iconSizeChanged" href="qtoolbar.html#iconSizeChanged" location="qtoolbar.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="iconSizeChanged(const QSize &amp; iconSize)">
+ <parameter left="const QSize &amp;" right="" name="iconSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toolButtonStyleChanged" fullname="QToolBar::toolButtonStyleChanged" href="qtoolbar.html#toolButtonStyleChanged" location="qtoolbar.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="toolButtonStyleChanged(Qt::ToolButtonStyle toolButtonStyle)">
+ <parameter left="Qt::ToolButtonStyle" right="" name="toolButtonStyle" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="actionEvent" fullname="QToolBar::actionEvent" href="qtoolbar.html#actionEvent" location="qtoolbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="actionEvent(QActionEvent * event)">
+ <parameter left="QActionEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QToolBar::changeEvent" href="qtoolbar.html#changeEvent" location="qtoolbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="childEvent" fullname="QToolBar::childEvent" href="qtoolbar.html#childEvent" location="qtoolbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="childEvent(QChildEvent * event)">
+ <parameter left="QChildEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QToolBar::paintEvent" href="qtoolbar.html#paintEvent" location="qtoolbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * event)">
+ <parameter left="QPaintEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QToolBar::resizeEvent" href="qtoolbar.html#resizeEvent" location="qtoolbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * event)">
+ <parameter left="QResizeEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QToolBar::event" href="qtoolbar.html#event" location="qtoolbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QToolBar" fullname="QToolBar::QToolBar" href="qtoolbar-qt3.html#QToolBar-3" location="qtoolbar.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QToolBar(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setLabel" fullname="QToolBar::setLabel" href="qtoolbar-qt3.html#setLabel" location="qtoolbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLabel(const QString &amp; label)">
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="label" fullname="QToolBar::label" href="qtoolbar-qt3.html#label" location="qtoolbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="label() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDBusAbstractAdaptor" href="qdbusabstractadaptor.html" location="qdbusabstractadaptor.h" bases="QObject" module="QtDBus">
+ <function access="protected" threadsafety="unspecified" status="commendable" name="QDBusAbstractAdaptor" fullname="QDBusAbstractAdaptor::QDBusAbstractAdaptor" href="qdbusabstractadaptor.html#QDBusAbstractAdaptor" location="qdbusabstractadaptor.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDBusAbstractAdaptor(QObject * obj)">
+ <parameter left="QObject *" right="" name="obj" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDBusAbstractAdaptor" fullname="QDBusAbstractAdaptor::~QDBusAbstractAdaptor" href="qdbusabstractadaptor.html#dtor.QDBusAbstractAdaptor" location="qdbusabstractadaptor.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDBusAbstractAdaptor()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setAutoRelaySignals" fullname="QDBusAbstractAdaptor::setAutoRelaySignals" href="qdbusabstractadaptor.html#setAutoRelaySignals" location="qdbusabstractadaptor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAutoRelaySignals(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="autoRelaySignals" fullname="QDBusAbstractAdaptor::autoRelaySignals" href="qdbusabstractadaptor.html#autoRelaySignals" location="qdbusabstractadaptor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="autoRelaySignals() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3ButtonGroup" href="q3buttongroup.html" location="q3buttongroup.h" bases="Q3GroupBox" module="Qt3SupportLight">
+ <property access="public" threadsafety="unspecified" status="commendable" name="exclusive" fullname="Q3ButtonGroup::exclusive" href="q3buttongroup.html#exclusive-prop" location="q3buttongroup.h" type="bool">
+ <getter name="isExclusive"/>
+ <setter name="setExclusive"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="radioButtonExclusive" fullname="Q3ButtonGroup::radioButtonExclusive" href="q3buttongroup.html#radioButtonExclusive-prop" location="q3buttongroup.h" type="bool">
+ <getter name="isRadioButtonExclusive"/>
+ <setter name="setRadioButtonExclusive"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="selectedId" fullname="Q3ButtonGroup::selectedId" href="q3buttongroup.html#selectedId-prop" location="q3buttongroup.h" type="int">
+ <getter name="selectedId"/>
+ <setter name="setButton"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ButtonGroup" fullname="Q3ButtonGroup::Q3ButtonGroup" href="q3buttongroup.html#Q3ButtonGroup" location="q3buttongroup.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3ButtonGroup(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ButtonGroup" fullname="Q3ButtonGroup::Q3ButtonGroup" href="q3buttongroup.html#Q3ButtonGroup-2" location="q3buttongroup.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3ButtonGroup(const QString &amp; title, QWidget * parent, const char * name)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ButtonGroup" fullname="Q3ButtonGroup::Q3ButtonGroup" href="q3buttongroup.html#Q3ButtonGroup-3" location="q3buttongroup.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3ButtonGroup(int strips, Qt::Orientation orientation, QWidget * parent, const char * name)">
+ <parameter left="int" right="" name="strips" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ButtonGroup" fullname="Q3ButtonGroup::Q3ButtonGroup" href="q3buttongroup.html#Q3ButtonGroup-4" location="q3buttongroup.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="Q3ButtonGroup(int strips, Qt::Orientation orientation, const QString &amp; title, QWidget * parent, const char * name)">
+ <parameter left="int" right="" name="strips" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3ButtonGroup" fullname="Q3ButtonGroup::~Q3ButtonGroup" href="q3buttongroup.html#dtor.Q3ButtonGroup" location="q3buttongroup.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3ButtonGroup()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isExclusive" fullname="Q3ButtonGroup::isExclusive" href="q3buttongroup.html#exclusive-prop" location="q3buttongroup.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="exclusive" type="bool" signature="isExclusive() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRadioButtonExclusive" fullname="Q3ButtonGroup::isRadioButtonExclusive" href="q3buttongroup.html#radioButtonExclusive-prop" location="q3buttongroup.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="radioButtonExclusive" type="bool" signature="isRadioButtonExclusive() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setExclusive" fullname="Q3ButtonGroup::setExclusive" href="q3buttongroup.html#exclusive-prop" location="q3buttongroup.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="exclusive" type="void" signature="setExclusive(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRadioButtonExclusive" fullname="Q3ButtonGroup::setRadioButtonExclusive" href="q3buttongroup.html#radioButtonExclusive-prop" location="q3buttongroup.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="radioButtonExclusive" type="void" signature="setRadioButtonExclusive(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="Q3ButtonGroup::insert" href="q3buttongroup.html#insert" location="q3buttongroup.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="insert(QAbstractButton * button, int id)">
+ <parameter left="QAbstractButton *" right="" name="button" default=""/>
+ <parameter left="int" right="" name="id" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="Q3ButtonGroup::remove" href="q3buttongroup.html#remove" location="q3buttongroup.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="remove(QAbstractButton * button)">
+ <parameter left="QAbstractButton *" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="Q3ButtonGroup::find" href="q3buttongroup.html#find" location="q3buttongroup.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractButton *" signature="find(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="id" fullname="Q3ButtonGroup::id" href="q3buttongroup.html#id" location="q3buttongroup.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="id(QAbstractButton * button) const">
+ <parameter left="QAbstractButton *" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3ButtonGroup::count" href="q3buttongroup.html#count" location="q3buttongroup.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setButton" fullname="Q3ButtonGroup::setButton" href="q3buttongroup.html#selectedId-prop" location="q3buttongroup.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="selectedId" type="void" signature="setButton(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selected" fullname="Q3ButtonGroup::selected" href="q3buttongroup.html#selected" location="q3buttongroup.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractButton *" signature="selected() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedId" fullname="Q3ButtonGroup::selectedId" href="q3buttongroup.html#selectedId-prop" location="q3buttongroup.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="selectedId" type="int" signature="selectedId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pressed" fullname="Q3ButtonGroup::pressed" href="q3buttongroup.html#pressed" location="q3buttongroup.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="pressed(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="released" fullname="Q3ButtonGroup::released" href="q3buttongroup.html#released" location="q3buttongroup.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="released(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clicked" fullname="Q3ButtonGroup::clicked" href="q3buttongroup.html#clicked" location="q3buttongroup.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="clicked(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="Q3ButtonGroup::event" href="q3buttongroup.html#event" location="q3buttongroup.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3VButtonGroup" href="q3vbuttongroup.html" location="q3buttongroup.h" bases="Q3ButtonGroup" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3VButtonGroup" fullname="Q3VButtonGroup::Q3VButtonGroup" href="q3vbuttongroup.html#Q3VButtonGroup" location="q3buttongroup.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3VButtonGroup(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3VButtonGroup" fullname="Q3VButtonGroup::Q3VButtonGroup" href="q3vbuttongroup.html#Q3VButtonGroup-2" location="q3buttongroup.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3VButtonGroup(const QString &amp; title, QWidget * parent, const char * name)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3HButtonGroup" href="q3hbuttongroup.html" location="q3buttongroup.h" bases="Q3ButtonGroup" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3HButtonGroup" fullname="Q3HButtonGroup::Q3HButtonGroup" href="q3hbuttongroup.html#Q3HButtonGroup" location="q3buttongroup.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3HButtonGroup(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3HButtonGroup" fullname="Q3HButtonGroup::Q3HButtonGroup" href="q3hbuttongroup.html#Q3HButtonGroup-2" location="q3buttongroup.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3HButtonGroup(const QString &amp; title, QWidget * parent, const char * name)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSequentialAnimationGroup" href="qsequentialanimationgroup.html" location="qsequentialanimationgroup.h" bases="QAnimationGroup" module="QtCore">
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentAnimation" fullname="QSequentialAnimationGroup::currentAnimation" href="qsequentialanimationgroup.html#currentAnimation-prop" location="qsequentialanimationgroup.h" type="QAbstractAnimation *">
+ <getter name="currentAnimation"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSequentialAnimationGroup" fullname="QSequentialAnimationGroup::QSequentialAnimationGroup" href="qsequentialanimationgroup.html#QSequentialAnimationGroup" location="qsequentialanimationgroup.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSequentialAnimationGroup(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSequentialAnimationGroup" fullname="QSequentialAnimationGroup::~QSequentialAnimationGroup" href="qsequentialanimationgroup.html#dtor.QSequentialAnimationGroup" location="qsequentialanimationgroup.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSequentialAnimationGroup()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addPause" fullname="QSequentialAnimationGroup::addPause" href="qsequentialanimationgroup.html#addPause" location="qsequentialanimationgroup.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPauseAnimation *" signature="addPause(int msecs)">
+ <parameter left="int" right="" name="msecs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertPauseAt" fullname="QSequentialAnimationGroup::insertPauseAt" href="qsequentialanimationgroup.html#insertPauseAt" location="qsequentialanimationgroup.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPauseAnimation *" signature="insertPauseAt(int index, int msecs)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int" right="" name="msecs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentAnimation" fullname="QSequentialAnimationGroup::currentAnimation" href="qsequentialanimationgroup.html#currentAnimation-prop" location="qsequentialanimationgroup.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentAnimation" type="QAbstractAnimation *" signature="currentAnimation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="duration" fullname="QSequentialAnimationGroup::duration" href="qsequentialanimationgroup.html#duration" location="qsequentialanimationgroup.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="duration() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentAnimationChanged" fullname="QSequentialAnimationGroup::currentAnimationChanged" href="qsequentialanimationgroup.html#currentAnimationChanged" location="qsequentialanimationgroup.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentAnimationChanged(QAbstractAnimation * current)">
+ <parameter left="QAbstractAnimation *" right="" name="current" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QSequentialAnimationGroup::event" href="qsequentialanimationgroup.html#event" location="qsequentialanimationgroup.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateCurrentTime" fullname="QSequentialAnimationGroup::updateCurrentTime" href="qsequentialanimationgroup.html#updateCurrentTime" location="qsequentialanimationgroup.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateCurrentTime(int msecs)">
+ <parameter left="int" right="" name="msecs" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateState" fullname="QSequentialAnimationGroup::updateState" href="qsequentialanimationgroup.html#updateState" location="qsequentialanimationgroup.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateState(QAbstractAnimation::State oldState, QAbstractAnimation::State newState)">
+ <parameter left="QAbstractAnimation::State" right="" name="oldState" default=""/>
+ <parameter left="QAbstractAnimation::State" right="" name="newState" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateDirection" fullname="QSequentialAnimationGroup::updateDirection" href="qsequentialanimationgroup.html#updateDirection" location="qsequentialanimationgroup.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateDirection(QAbstractAnimation::Direction direction)">
+ <parameter left="QAbstractAnimation::Direction" right="" name="direction" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QCoreApplication" href="qcoreapplication.html" location="qcoreapplication.h" bases="QObject" module="QtCore">
+ <property access="public" threadsafety="unspecified" status="commendable" name="applicationName" fullname="QCoreApplication::applicationName" href="qcoreapplication.html#applicationName-prop" location="qcoreapplication.h" type="QString">
+ <getter name="applicationName"/>
+ <setter name="setApplicationName"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="applicationVersion" fullname="QCoreApplication::applicationVersion" href="qcoreapplication.html#applicationVersion-prop" location="qcoreapplication.h" type="QString">
+ <getter name="applicationVersion"/>
+ <setter name="setApplicationVersion"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="organizationName" fullname="QCoreApplication::organizationName" href="qcoreapplication.html#organizationName-prop" location="qcoreapplication.h" type="QString">
+ <getter name="organizationName"/>
+ <setter name="setOrganizationName"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="organizationDomain" fullname="QCoreApplication::organizationDomain" href="qcoreapplication.html#organizationDomain-prop" location="qcoreapplication.h" type="QString">
+ <getter name="organizationDomain"/>
+ <setter name="setOrganizationDomain"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCoreApplication" fullname="QCoreApplication::QCoreApplication" href="qcoreapplication.html#QCoreApplication" location="qcoreapplication.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QCoreApplication(int &amp; argc, char ** argv)">
+ <parameter left="int &amp;" right="" name="argc" default=""/>
+ <parameter left="char **" right="" name="argv" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QCoreApplication" fullname="QCoreApplication::~QCoreApplication" href="qcoreapplication.html#dtor.QCoreApplication" location="qcoreapplication.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QCoreApplication()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="argc" fullname="QCoreApplication::argc" href="qcoreapplication-qt3.html#argc" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="argc()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="argv" fullname="QCoreApplication::argv" href="qcoreapplication-qt3.html#argv" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="char **" signature="argv()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arguments" fullname="QCoreApplication::arguments" href="qcoreapplication.html#arguments" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="arguments()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttribute" fullname="QCoreApplication::setAttribute" href="qcoreapplication.html#setAttribute" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setAttribute(Qt::ApplicationAttribute attribute, bool on)">
+ <parameter left="Qt::ApplicationAttribute" right="" name="attribute" default=""/>
+ <parameter left="bool" right="" name="on" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testAttribute" fullname="QCoreApplication::testAttribute" href="qcoreapplication.html#testAttribute" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="testAttribute(Qt::ApplicationAttribute attribute)">
+ <parameter left="Qt::ApplicationAttribute" right="" name="attribute" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOrganizationDomain" fullname="QCoreApplication::setOrganizationDomain" href="qcoreapplication.html#organizationDomain-prop" location="qcoreapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="organizationDomain" type="void" signature="setOrganizationDomain(const QString &amp; orgDomain)">
+ <parameter left="const QString &amp;" right="" name="orgDomain" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="organizationDomain" fullname="QCoreApplication::organizationDomain" href="qcoreapplication.html#organizationDomain-prop" location="qcoreapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="organizationDomain" type="QString" signature="organizationDomain()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOrganizationName" fullname="QCoreApplication::setOrganizationName" href="qcoreapplication.html#organizationName-prop" location="qcoreapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="organizationName" type="void" signature="setOrganizationName(const QString &amp; orgName)">
+ <parameter left="const QString &amp;" right="" name="orgName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="organizationName" fullname="QCoreApplication::organizationName" href="qcoreapplication.html#organizationName-prop" location="qcoreapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="organizationName" type="QString" signature="organizationName()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setApplicationName" fullname="QCoreApplication::setApplicationName" href="qcoreapplication.html#applicationName-prop" location="qcoreapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="applicationName" type="void" signature="setApplicationName(const QString &amp; application)">
+ <parameter left="const QString &amp;" right="" name="application" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="applicationName" fullname="QCoreApplication::applicationName" href="qcoreapplication.html#applicationName-prop" location="qcoreapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="applicationName" type="QString" signature="applicationName()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setApplicationVersion" fullname="QCoreApplication::setApplicationVersion" href="qcoreapplication.html#applicationVersion-prop" location="qcoreapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="applicationVersion" type="void" signature="setApplicationVersion(const QString &amp; version)">
+ <parameter left="const QString &amp;" right="" name="version" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="applicationVersion" fullname="QCoreApplication::applicationVersion" href="qcoreapplication.html#applicationVersion-prop" location="qcoreapplication.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" associated-property="applicationVersion" type="QString" signature="applicationVersion()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="instance" fullname="QCoreApplication::instance" href="qcoreapplication.html#instance" location="qeventdispatcher_win.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QCoreApplication *" signature="instance()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exec" fullname="QCoreApplication::exec" href="qcoreapplication.html#exec" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="exec()"/>
+ <function access="public" threadsafety="thread safe" status="commendable" name="processEvents" fullname="QCoreApplication::processEvents" href="qcoreapplication.html#processEvents" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="processEvents(QFlags&lt;QEventLoop::ProcessEventsFlag&gt; flags)">
+ <parameter left="QFlags&lt;QEventLoop::ProcessEventsFlag&gt;" right="" name="flags" default="QEventLoop::AllEvents"/>
+ </function>
+ <function access="public" threadsafety="thread safe" status="commendable" name="processEvents" fullname="QCoreApplication::processEvents" href="qcoreapplication.html#processEvents-2" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="void" signature="processEvents(QFlags&lt;QEventLoop::ProcessEventsFlag&gt; flags, int maxtime)">
+ <parameter left="QFlags&lt;QEventLoop::ProcessEventsFlag&gt;" right="" name="flags" default=""/>
+ <parameter left="int" right="" name="maxtime" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exit" fullname="QCoreApplication::exit" href="qcoreapplication.html#exit" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="exit(int returnCode)">
+ <parameter left="int" right="" name="returnCode" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sendEvent" fullname="QCoreApplication::sendEvent" href="qcoreapplication.html#sendEvent" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="sendEvent(QObject * receiver, QEvent * event)">
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="public" threadsafety="thread safe" status="commendable" name="postEvent" fullname="QCoreApplication::postEvent" href="qcoreapplication.html#postEvent" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="postEvent(QObject * receiver, QEvent * event)">
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="public" threadsafety="thread safe" status="commendable" name="postEvent" fullname="QCoreApplication::postEvent" href="qcoreapplication.html#postEvent-2" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="void" signature="postEvent(QObject * receiver, QEvent * event, int priority)">
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ <parameter left="int" right="" name="priority" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sendPostedEvents" fullname="QCoreApplication::sendPostedEvents" href="qcoreapplication.html#sendPostedEvents" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="sendPostedEvents(QObject * receiver, int event_type)">
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="int" right="" name="event_type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sendPostedEvents" fullname="QCoreApplication::sendPostedEvents" href="qcoreapplication.html#sendPostedEvents-2" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="void" signature="sendPostedEvents()"/>
+ <function access="public" threadsafety="thread safe" status="commendable" name="removePostedEvents" fullname="QCoreApplication::removePostedEvents" href="qcoreapplication.html#removePostedEvents" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="removePostedEvents(QObject * receiver)">
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ </function>
+ <function access="public" threadsafety="thread safe" status="commendable" name="removePostedEvents" fullname="QCoreApplication::removePostedEvents" href="qcoreapplication.html#removePostedEvents-2" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="void" signature="removePostedEvents(QObject * receiver, int eventType)">
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="int" right="" name="eventType" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPendingEvents" fullname="QCoreApplication::hasPendingEvents" href="qcoreapplication.html#hasPendingEvents" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="hasPendingEvents()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="notify" fullname="QCoreApplication::notify" href="qcoreapplication.html#notify" location="qcoreapplication.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="notify(QObject * receiver, QEvent * event)">
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startingUp" fullname="QCoreApplication::startingUp" href="qcoreapplication.html#startingUp" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="startingUp()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="closingDown" fullname="QCoreApplication::closingDown" href="qcoreapplication.html#closingDown" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="closingDown()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="applicationDirPath" fullname="QCoreApplication::applicationDirPath" href="qcoreapplication.html#applicationDirPath" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="applicationDirPath()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="applicationFilePath" fullname="QCoreApplication::applicationFilePath" href="qcoreapplication.html#applicationFilePath" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="applicationFilePath()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="applicationPid" fullname="QCoreApplication::applicationPid" href="qcoreapplication.html#applicationPid" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="qint64" signature="applicationPid()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLibraryPaths" fullname="QCoreApplication::setLibraryPaths" href="qcoreapplication.html#setLibraryPaths" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setLibraryPaths(const QStringList &amp; paths)">
+ <parameter left="const QStringList &amp;" right="" name="paths" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="libraryPaths" fullname="QCoreApplication::libraryPaths" href="qcoreapplication.html#libraryPaths" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="libraryPaths()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addLibraryPath" fullname="QCoreApplication::addLibraryPath" href="qcoreapplication.html#addLibraryPath" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="addLibraryPath(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeLibraryPath" fullname="QCoreApplication::removeLibraryPath" href="qcoreapplication.html#removeLibraryPath" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="removeLibraryPath(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="installTranslator" fullname="QCoreApplication::installTranslator" href="qcoreapplication.html#installTranslator" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="installTranslator(QTranslator * translationFile)">
+ <parameter left="QTranslator *" right="" name="translationFile" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeTranslator" fullname="QCoreApplication::removeTranslator" href="qcoreapplication.html#removeTranslator" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="removeTranslator(QTranslator * translationFile)">
+ <parameter left="QTranslator *" right="" name="translationFile" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Encoding" fullname="QCoreApplication::Encoding" href="qcoreapplication.html#Encoding-enum" location="qcoreapplication.h">
+ <value name="CodecForTr" value="0"/>
+ <value name="UnicodeUTF8" value="1"/>
+ <value name="DefaultCodec" value="CodecForTr"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QCoreApplication::translate" href="qcoreapplication.html#translate-2" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QString" signature="translate(const char * context, const char * sourceText, const char * disambiguation, Encoding encoding)">
+ <parameter left="const char *" right="" name="context" default=""/>
+ <parameter left="const char *" right="" name="sourceText" default=""/>
+ <parameter left="const char *" right="" name="disambiguation" default="0"/>
+ <parameter left="Encoding" right="" name="encoding" default="CodecForTr"/>
+ </function>
+ <function access="public" threadsafety="reentrant" status="commendable" name="translate" fullname="QCoreApplication::translate" href="qcoreapplication.html#translate" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="translate(const char * context, const char * sourceText, const char * disambiguation, Encoding encoding, int n)">
+ <parameter left="const char *" right="" name="context" default=""/>
+ <parameter left="const char *" right="" name="sourceText" default=""/>
+ <parameter left="const char *" right="" name="disambiguation" default=""/>
+ <parameter left="Encoding" right="" name="encoding" default=""/>
+ <parameter left="int" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flush" fullname="QCoreApplication::flush" href="qcoreapplication.html#flush" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="flush()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="lock" fullname="QCoreApplication::lock" href="qcoreapplication-qt3.html#lock" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="lock()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="unlock" fullname="QCoreApplication::unlock" href="qcoreapplication-qt3.html#unlock" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="unlock(bool wakeUpGui)">
+ <parameter left="bool" right="" name="wakeUpGui" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="locked" fullname="QCoreApplication::locked" href="qcoreapplication-qt3.html#locked" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="locked()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="tryLock" fullname="QCoreApplication::tryLock" href="qcoreapplication-qt3.html#tryLock" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="tryLock()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="processOneEvent" fullname="QCoreApplication::processOneEvent" href="qcoreapplication-qt3.html#processOneEvent" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="processOneEvent()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="enter_loop" fullname="QCoreApplication::enter_loop" href="qcoreapplication-qt3.html#enter_loop" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="enter_loop()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="exit_loop" fullname="QCoreApplication::exit_loop" href="qcoreapplication-qt3.html#exit_loop" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="exit_loop()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="loopLevel" fullname="QCoreApplication::loopLevel" href="qcoreapplication-qt3.html#loopLevel" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="loopLevel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="winEventFilter" fullname="QCoreApplication::winEventFilter" href="qcoreapplication.html#winEventFilter" location="qcoreapplication.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="winEventFilter(MSG * msg, long * result)">
+ <parameter left="MSG *" right="" name="msg" default=""/>
+ <parameter left="long *" right="" name="result" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="EventFilter" fullname="QCoreApplication::EventFilter" href="qcoreapplication.html#EventFilter-typedef" location="qcoreapplication.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEventFilter" fullname="QCoreApplication::setEventFilter" href="qcoreapplication.html#setEventFilter" location="qcoreapplication.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="EventFilter" signature="setEventFilter(EventFilter filter)">
+ <parameter left="EventFilter" right="" name="filter" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filterEvent" fullname="QCoreApplication::filterEvent" href="qcoreapplication.html#filterEvent" location="qcoreapplication.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="filterEvent(void * message, long * result)">
+ <parameter left="void *" right="" name="message" default=""/>
+ <parameter left="long *" right="" name="result" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="quit" fullname="QCoreApplication::quit" href="qcoreapplication.html#quit" location="qcoreapplication.h" virtual="non" meta="slot" const="false" static="true" overload="false" type="void" signature="quit()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="aboutToQuit" fullname="QCoreApplication::aboutToQuit" href="qcoreapplication.html#aboutToQuit" location="qcoreapplication.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="aboutToQuit()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QCoreApplication::event" href="qcoreapplication.html#event" location="qcoreapplication.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qAddPostRoutine" href="qcoreapplication.html#qAddPostRoutine" location="qcoreapplication.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QCoreApplication" type="void" signature="qAddPostRoutine(QtCleanUpFunction ptr)">
+ <parameter left="QtCleanUpFunction" right="" name="ptr" default=""/>
+ </function>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QFontInfo" href="qfontinfo.html" location="qfontinfo.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFontInfo" fullname="QFontInfo::QFontInfo" href="qfontinfo.html#QFontInfo" location="qfontinfo.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFontInfo(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFontInfo" fullname="QFontInfo::QFontInfo" href="qfontinfo.html#QFontInfo-2" location="qfontinfo.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QFontInfo(const QFontInfo &amp; fi)">
+ <parameter left="const QFontInfo &amp;" right="" name="fi" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFontInfo" fullname="QFontInfo::~QFontInfo" href="qfontinfo.html#dtor.QFontInfo" location="qfontinfo.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFontInfo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QFontInfo::operator=" href="qfontinfo.html#operator=" location="qfontinfo.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QFontInfo &amp;" signature="operator=(const QFontInfo &amp; fi)">
+ <parameter left="const QFontInfo &amp;" right="" name="fi" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="family" fullname="QFontInfo::family" href="qfontinfo.html#family" location="qfontinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="family() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixelSize" fullname="QFontInfo::pixelSize" href="qfontinfo.html#pixelSize" location="qfontinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="pixelSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pointSize" fullname="QFontInfo::pointSize" href="qfontinfo.html#pointSize" location="qfontinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="pointSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pointSizeF" fullname="QFontInfo::pointSizeF" href="qfontinfo.html#pointSizeF" location="qfontinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="pointSizeF() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="italic" fullname="QFontInfo::italic" href="qfontinfo.html#italic" location="qfontinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="italic() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="style" fullname="QFontInfo::style" href="qfontinfo.html#style" location="qfontinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFont::Style" signature="style() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="weight" fullname="QFontInfo::weight" href="qfontinfo.html#weight" location="qfontinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="weight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bold" fullname="QFontInfo::bold" href="qfontinfo.html#bold" location="qfontinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="bold() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fixedPitch" fullname="QFontInfo::fixedPitch" href="qfontinfo.html#fixedPitch" location="qfontinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="fixedPitch() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="styleHint" fullname="QFontInfo::styleHint" href="qfontinfo.html#styleHint" location="qfontinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFont::StyleHint" signature="styleHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rawMode" fullname="QFontInfo::rawMode" href="qfontinfo.html#rawMode" location="qfontinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="rawMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exactMatch" fullname="QFontInfo::exactMatch" href="qfontinfo.html#exactMatch" location="qfontinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="exactMatch() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTreeWidgetItem" href="qtreewidgetitem.html" location="qtreewidget.h" bases="" module="QtGui">
+ <contents name="subclassing" title="Subclassing" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ItemType" fullname="QTreeWidgetItem::ItemType" href="qtreewidgetitem.html#ItemType-enum" location="qtreewidget.h">
+ <value name="Type" value="0"/>
+ <value name="UserType" value="1000"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTreeWidgetItem" fullname="QTreeWidgetItem::QTreeWidgetItem" href="qtreewidgetitem.html#QTreeWidgetItem" location="qtreewidget.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTreeWidgetItem(int type)">
+ <parameter left="int" right="" name="type" default="Type"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTreeWidgetItem" fullname="QTreeWidgetItem::QTreeWidgetItem" href="qtreewidgetitem.html#QTreeWidgetItem-2" location="qtreewidget.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTreeWidgetItem(const QStringList &amp; strings, int type)">
+ <parameter left="const QStringList &amp;" right="" name="strings" default=""/>
+ <parameter left="int" right="" name="type" default="Type"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTreeWidgetItem" fullname="QTreeWidgetItem::QTreeWidgetItem" href="qtreewidgetitem.html#QTreeWidgetItem-3" location="qtreewidget.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QTreeWidgetItem(QTreeWidget * parent, int type)">
+ <parameter left="QTreeWidget *" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="type" default="Type"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTreeWidgetItem" fullname="QTreeWidgetItem::QTreeWidgetItem" href="qtreewidgetitem.html#QTreeWidgetItem-4" location="qtreewidget.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QTreeWidgetItem(QTreeWidget * parent, const QStringList &amp; strings, int type)">
+ <parameter left="QTreeWidget *" right="" name="parent" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="strings" default=""/>
+ <parameter left="int" right="" name="type" default="Type"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTreeWidgetItem" fullname="QTreeWidgetItem::QTreeWidgetItem" href="qtreewidgetitem.html#QTreeWidgetItem-5" location="qtreewidget.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QTreeWidgetItem(QTreeWidget * parent, QTreeWidgetItem * preceding, int type)">
+ <parameter left="QTreeWidget *" right="" name="parent" default=""/>
+ <parameter left="QTreeWidgetItem *" right="" name="preceding" default=""/>
+ <parameter left="int" right="" name="type" default="Type"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTreeWidgetItem" fullname="QTreeWidgetItem::QTreeWidgetItem" href="qtreewidgetitem.html#QTreeWidgetItem-6" location="qtreewidget.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QTreeWidgetItem(QTreeWidgetItem * parent, int type)">
+ <parameter left="QTreeWidgetItem *" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="type" default="Type"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTreeWidgetItem" fullname="QTreeWidgetItem::QTreeWidgetItem" href="qtreewidgetitem.html#QTreeWidgetItem-7" location="qtreewidget.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="7" type="" signature="QTreeWidgetItem(QTreeWidgetItem * parent, const QStringList &amp; strings, int type)">
+ <parameter left="QTreeWidgetItem *" right="" name="parent" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="strings" default=""/>
+ <parameter left="int" right="" name="type" default="Type"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTreeWidgetItem" fullname="QTreeWidgetItem::QTreeWidgetItem" href="qtreewidgetitem.html#QTreeWidgetItem-8" location="qtreewidget.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="8" type="" signature="QTreeWidgetItem(QTreeWidgetItem * parent, QTreeWidgetItem * preceding, int type)">
+ <parameter left="QTreeWidgetItem *" right="" name="parent" default=""/>
+ <parameter left="QTreeWidgetItem *" right="" name="preceding" default=""/>
+ <parameter left="int" right="" name="type" default="Type"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTreeWidgetItem" fullname="QTreeWidgetItem::QTreeWidgetItem" href="qtreewidgetitem.html#QTreeWidgetItem-9" location="qtreewidget.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="9" type="" signature="QTreeWidgetItem(const QTreeWidgetItem &amp; other)">
+ <parameter left="const QTreeWidgetItem &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTreeWidgetItem" fullname="QTreeWidgetItem::~QTreeWidgetItem" href="qtreewidgetitem.html#dtor.QTreeWidgetItem" location="qtreewidget.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTreeWidgetItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clone" fullname="QTreeWidgetItem::clone" href="qtreewidgetitem.html#clone" location="qtreewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QTreeWidgetItem *" signature="clone() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="treeWidget" fullname="QTreeWidgetItem::treeWidget" href="qtreewidgetitem.html#treeWidget" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTreeWidget *" signature="treeWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelected" fullname="QTreeWidgetItem::setSelected" href="qtreewidgetitem.html#setSelected" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelected(bool select)">
+ <parameter left="bool" right="" name="select" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSelected" fullname="QTreeWidgetItem::isSelected" href="qtreewidgetitem.html#isSelected" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSelected() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHidden" fullname="QTreeWidgetItem::setHidden" href="qtreewidgetitem.html#setHidden" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHidden(bool hide)">
+ <parameter left="bool" right="" name="hide" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isHidden" fullname="QTreeWidgetItem::isHidden" href="qtreewidgetitem.html#isHidden" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isHidden() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setExpanded" fullname="QTreeWidgetItem::setExpanded" href="qtreewidgetitem.html#setExpanded" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setExpanded(bool expand)">
+ <parameter left="bool" right="" name="expand" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isExpanded" fullname="QTreeWidgetItem::isExpanded" href="qtreewidgetitem.html#isExpanded" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isExpanded() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFirstColumnSpanned" fullname="QTreeWidgetItem::setFirstColumnSpanned" href="qtreewidgetitem.html#setFirstColumnSpanned" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFirstColumnSpanned(bool span)">
+ <parameter left="bool" right="" name="span" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFirstColumnSpanned" fullname="QTreeWidgetItem::isFirstColumnSpanned" href="qtreewidgetitem.html#isFirstColumnSpanned" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isFirstColumnSpanned() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDisabled" fullname="QTreeWidgetItem::setDisabled" href="qtreewidgetitem.html#setDisabled" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDisabled(bool disabled)">
+ <parameter left="bool" right="" name="disabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDisabled" fullname="QTreeWidgetItem::isDisabled" href="qtreewidgetitem.html#isDisabled" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDisabled() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ChildIndicatorPolicy" fullname="QTreeWidgetItem::ChildIndicatorPolicy" href="qtreewidgetitem.html#ChildIndicatorPolicy-enum" location="qtreewidget.h">
+ <value name="ShowIndicator" value="0"/>
+ <value name="DontShowIndicator" value="1"/>
+ <value name="DontShowIndicatorWhenChildless" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setChildIndicatorPolicy" fullname="QTreeWidgetItem::setChildIndicatorPolicy" href="qtreewidgetitem.html#setChildIndicatorPolicy" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setChildIndicatorPolicy(QTreeWidgetItem::ChildIndicatorPolicy policy)">
+ <parameter left="QTreeWidgetItem::ChildIndicatorPolicy" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childIndicatorPolicy" fullname="QTreeWidgetItem::childIndicatorPolicy" href="qtreewidgetitem.html#childIndicatorPolicy" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTreeWidgetItem::ChildIndicatorPolicy" signature="childIndicatorPolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flags" fullname="QTreeWidgetItem::flags" href="qtreewidgetitem.html#flags" location="qtreewidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::ItemFlags" signature="flags() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFlags" fullname="QTreeWidgetItem::setFlags" href="qtreewidgetitem.html#setFlags" location="qtreewidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFlags(QFlags&lt;Qt::ItemFlag&gt; flags)">
+ <parameter left="QFlags&lt;Qt::ItemFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QTreeWidgetItem::text" href="qtreewidgetitem.html#text" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="QTreeWidgetItem::setText" href="qtreewidgetitem.html#setText" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setText(int column, const QString &amp; text)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QTreeWidgetItem::icon" href="qtreewidgetitem.html#icon" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="icon(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIcon" fullname="QTreeWidgetItem::setIcon" href="qtreewidgetitem.html#setIcon" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setIcon(int column, const QIcon &amp; icon)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="statusTip" fullname="QTreeWidgetItem::statusTip" href="qtreewidgetitem.html#statusTip" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="statusTip(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStatusTip" fullname="QTreeWidgetItem::setStatusTip" href="qtreewidgetitem.html#setStatusTip" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStatusTip(int column, const QString &amp; statusTip)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QString &amp;" right="" name="statusTip" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toolTip" fullname="QTreeWidgetItem::toolTip" href="qtreewidgetitem.html#toolTip" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toolTip(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setToolTip" fullname="QTreeWidgetItem::setToolTip" href="qtreewidgetitem.html#setToolTip" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setToolTip(int column, const QString &amp; toolTip)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QString &amp;" right="" name="toolTip" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="whatsThis" fullname="QTreeWidgetItem::whatsThis" href="qtreewidgetitem.html#whatsThis" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="whatsThis(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWhatsThis" fullname="QTreeWidgetItem::setWhatsThis" href="qtreewidgetitem.html#setWhatsThis" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWhatsThis(int column, const QString &amp; whatsThis)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QString &amp;" right="" name="whatsThis" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QTreeWidgetItem::font" href="qtreewidgetitem.html#font" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFont" signature="font(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFont" fullname="QTreeWidgetItem::setFont" href="qtreewidgetitem.html#setFont" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFont(int column, const QFont &amp; font)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textAlignment" fullname="QTreeWidgetItem::textAlignment" href="qtreewidgetitem.html#textAlignment" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="textAlignment(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextAlignment" fullname="QTreeWidgetItem::setTextAlignment" href="qtreewidgetitem.html#setTextAlignment" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextAlignment(int column, int alignment)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="backgroundColor" fullname="QTreeWidgetItem::backgroundColor" href="qtreewidgetitem-obsolete.html#backgroundColor" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="backgroundColor(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setBackgroundColor" fullname="QTreeWidgetItem::setBackgroundColor" href="qtreewidgetitem-obsolete.html#setBackgroundColor" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBackgroundColor(int column, const QColor &amp; color)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="background" fullname="QTreeWidgetItem::background" href="qtreewidgetitem.html#background" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QBrush" signature="background(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBackground" fullname="QTreeWidgetItem::setBackground" href="qtreewidgetitem.html#setBackground" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBackground(int column, const QBrush &amp; brush)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="textColor" fullname="QTreeWidgetItem::textColor" href="qtreewidgetitem-obsolete.html#textColor" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="textColor(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setTextColor" fullname="QTreeWidgetItem::setTextColor" href="qtreewidgetitem-obsolete.html#setTextColor" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextColor(int column, const QColor &amp; color)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="foreground" fullname="QTreeWidgetItem::foreground" href="qtreewidgetitem.html#foreground" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QBrush" signature="foreground(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setForeground" fullname="QTreeWidgetItem::setForeground" href="qtreewidgetitem.html#setForeground" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setForeground(int column, const QBrush &amp; brush)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="checkState" fullname="QTreeWidgetItem::checkState" href="qtreewidgetitem.html#checkState" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::CheckState" signature="checkState(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCheckState" fullname="QTreeWidgetItem::setCheckState" href="qtreewidgetitem.html#setCheckState" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCheckState(int column, Qt::CheckState state)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="Qt::CheckState" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QTreeWidgetItem::sizeHint" href="qtreewidgetitem.html#sizeHint" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSizeHint" fullname="QTreeWidgetItem::setSizeHint" href="qtreewidgetitem.html#setSizeHint" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSizeHint(int column, const QSize &amp; size)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QTreeWidgetItem::data" href="qtreewidgetitem.html#data" location="qtreewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="data(int column, int role) const">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QTreeWidgetItem::setData" href="qtreewidgetitem.html#setData" location="qtreewidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setData(int column, int role, const QVariant &amp; value)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="role" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QTreeWidgetItem::operator&lt;" href="qtreewidgetitem.html#operator&lt;" location="qtreewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;(const QTreeWidgetItem &amp; other) const">
+ <parameter left="const QTreeWidgetItem &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="read" fullname="QTreeWidgetItem::read" href="qtreewidgetitem.html#read" location="qtreewidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="read(QDataStream &amp; in)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="write" fullname="QTreeWidgetItem::write" href="qtreewidgetitem.html#write" location="qtreewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="write(QDataStream &amp; out) const">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QTreeWidgetItem::operator=" href="qtreewidgetitem.html#operator=" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTreeWidgetItem &amp;" signature="operator=(const QTreeWidgetItem &amp; other)">
+ <parameter left="const QTreeWidgetItem &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parent" fullname="QTreeWidgetItem::parent" href="qtreewidgetitem.html#parent" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTreeWidgetItem *" signature="parent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="child" fullname="QTreeWidgetItem::child" href="qtreewidgetitem.html#child" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTreeWidgetItem *" signature="child(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childCount" fullname="QTreeWidgetItem::childCount" href="qtreewidgetitem.html#childCount" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="childCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnCount" fullname="QTreeWidgetItem::columnCount" href="qtreewidgetitem.html#columnCount" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columnCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOfChild" fullname="QTreeWidgetItem::indexOfChild" href="qtreewidgetitem.html#indexOfChild" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOfChild(QTreeWidgetItem * child) const">
+ <parameter left="QTreeWidgetItem *" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addChild" fullname="QTreeWidgetItem::addChild" href="qtreewidgetitem.html#addChild" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addChild(QTreeWidgetItem * child)">
+ <parameter left="QTreeWidgetItem *" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertChild" fullname="QTreeWidgetItem::insertChild" href="qtreewidgetitem.html#insertChild" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertChild(int index, QTreeWidgetItem * child)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="QTreeWidgetItem *" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeChild" fullname="QTreeWidgetItem::removeChild" href="qtreewidgetitem.html#removeChild" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeChild(QTreeWidgetItem * child)">
+ <parameter left="QTreeWidgetItem *" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeChild" fullname="QTreeWidgetItem::takeChild" href="qtreewidgetitem.html#takeChild" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTreeWidgetItem *" signature="takeChild(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addChildren" fullname="QTreeWidgetItem::addChildren" href="qtreewidgetitem.html#addChildren" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addChildren(const QList&lt;QTreeWidgetItem *&gt; &amp; children)">
+ <parameter left="const QList&lt;QTreeWidgetItem *&gt; &amp;" right="" name="children" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertChildren" fullname="QTreeWidgetItem::insertChildren" href="qtreewidgetitem.html#insertChildren" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertChildren(int index, const QList&lt;QTreeWidgetItem *&gt; &amp; children)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QList&lt;QTreeWidgetItem *&gt; &amp;" right="" name="children" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeChildren" fullname="QTreeWidgetItem::takeChildren" href="qtreewidgetitem.html#takeChildren" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QList&lt;QTreeWidgetItem *&gt;" signature="takeChildren()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QTreeWidgetItem::type" href="qtreewidgetitem.html#type" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortChildren" fullname="QTreeWidgetItem::sortChildren" href="qtreewidgetitem.html#sortChildren" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="sortChildren(int column, Qt::SortOrder order)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="Qt::SortOrder" right="" name="order" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="emitDataChanged" fullname="QTreeWidgetItem::emitDataChanged" href="qtreewidgetitem.html#emitDataChanged" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="emitDataChanged()"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qtreewidgetitem.html#operator&lt;&lt;-63" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="63" relates="QTreeWidgetItem" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; out, const QTreeWidgetItem &amp; item)">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ <parameter left="const QTreeWidgetItem &amp;" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qtreewidgetitem.html#operator&gt;&gt;-34" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="34" relates="QTreeWidgetItem" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; in, QTreeWidgetItem &amp; item)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ <parameter left="QTreeWidgetItem &amp;" right="" name="item" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTreeWidget" href="qtreewidget.html" location="qtreewidget.h" bases="QTreeView" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="columnCount" fullname="QTreeWidget::columnCount" href="qtreewidget.html#columnCount-prop" location="qtreewidget.h" type="int">
+ <getter name="columnCount"/>
+ <setter name="setColumnCount"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="topLevelItemCount" fullname="QTreeWidget::topLevelItemCount" href="qtreewidget.html#topLevelItemCount-prop" location="qtreewidget.h" type="int">
+ <getter name="topLevelItemCount"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTreeWidget" fullname="QTreeWidget::QTreeWidget" href="qtreewidget.html#QTreeWidget" location="qtreewidget.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTreeWidget(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTreeWidget" fullname="QTreeWidget::~QTreeWidget" href="qtreewidget.html#dtor.QTreeWidget" location="qtreewidget.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTreeWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnCount" fullname="QTreeWidget::columnCount" href="qtreewidget.html#columnCount-prop" location="qtreewidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="columnCount" type="int" signature="columnCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnCount" fullname="QTreeWidget::setColumnCount" href="qtreewidget.html#columnCount-prop" location="qtreewidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="columnCount" type="void" signature="setColumnCount(int columns)">
+ <parameter left="int" right="" name="columns" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invisibleRootItem" fullname="QTreeWidget::invisibleRootItem" href="qtreewidget.html#invisibleRootItem" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTreeWidgetItem *" signature="invisibleRootItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="topLevelItem" fullname="QTreeWidget::topLevelItem" href="qtreewidget.html#topLevelItem" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTreeWidgetItem *" signature="topLevelItem(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="topLevelItemCount" fullname="QTreeWidget::topLevelItemCount" href="qtreewidget.html#topLevelItemCount-prop" location="qtreewidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="topLevelItemCount" type="int" signature="topLevelItemCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertTopLevelItem" fullname="QTreeWidget::insertTopLevelItem" href="qtreewidget.html#insertTopLevelItem" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertTopLevelItem(int index, QTreeWidgetItem * item)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addTopLevelItem" fullname="QTreeWidget::addTopLevelItem" href="qtreewidget.html#addTopLevelItem" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addTopLevelItem(QTreeWidgetItem * item)">
+ <parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeTopLevelItem" fullname="QTreeWidget::takeTopLevelItem" href="qtreewidget.html#takeTopLevelItem" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTreeWidgetItem *" signature="takeTopLevelItem(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOfTopLevelItem" fullname="QTreeWidget::indexOfTopLevelItem" href="qtreewidget.html#indexOfTopLevelItem" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOfTopLevelItem(QTreeWidgetItem * item) const">
+ <parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertTopLevelItems" fullname="QTreeWidget::insertTopLevelItems" href="qtreewidget.html#insertTopLevelItems" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertTopLevelItems(int index, const QList&lt;QTreeWidgetItem *&gt; &amp; items)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QList&lt;QTreeWidgetItem *&gt; &amp;" right="" name="items" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addTopLevelItems" fullname="QTreeWidget::addTopLevelItems" href="qtreewidget.html#addTopLevelItems" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addTopLevelItems(const QList&lt;QTreeWidgetItem *&gt; &amp; items)">
+ <parameter left="const QList&lt;QTreeWidgetItem *&gt; &amp;" right="" name="items" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="headerItem" fullname="QTreeWidget::headerItem" href="qtreewidget.html#headerItem" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTreeWidgetItem *" signature="headerItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHeaderItem" fullname="QTreeWidget::setHeaderItem" href="qtreewidget.html#setHeaderItem" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHeaderItem(QTreeWidgetItem * item)">
+ <parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHeaderLabels" fullname="QTreeWidget::setHeaderLabels" href="qtreewidget.html#setHeaderLabels" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHeaderLabels(const QStringList &amp; labels)">
+ <parameter left="const QStringList &amp;" right="" name="labels" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHeaderLabel" fullname="QTreeWidget::setHeaderLabel" href="qtreewidget.html#setHeaderLabel" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHeaderLabel(const QString &amp; label)">
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentItem" fullname="QTreeWidget::currentItem" href="qtreewidget.html#currentItem" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTreeWidgetItem *" signature="currentItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentColumn" fullname="QTreeWidget::currentColumn" href="qtreewidget.html#currentColumn" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currentColumn() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentItem" fullname="QTreeWidget::setCurrentItem" href="qtreewidget.html#setCurrentItem" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCurrentItem(QTreeWidgetItem * item)">
+ <parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentItem" fullname="QTreeWidget::setCurrentItem" href="qtreewidget.html#setCurrentItem-2" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setCurrentItem(QTreeWidgetItem * item, int column)">
+ <parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentItem" fullname="QTreeWidget::setCurrentItem" href="qtreewidget.html#setCurrentItem-3" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="setCurrentItem(QTreeWidgetItem * item, int column, QFlags&lt;QItemSelectionModel::SelectionFlag&gt; command)">
+ <parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="QFlags&lt;QItemSelectionModel::SelectionFlag&gt;" right="" name="command" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAt" fullname="QTreeWidget::itemAt" href="qtreewidget.html#itemAt" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTreeWidgetItem *" signature="itemAt(const QPoint &amp; p) const">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAt" fullname="QTreeWidget::itemAt" href="qtreewidget.html#itemAt-2" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QTreeWidgetItem *" signature="itemAt(int x, int y) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="visualItemRect" fullname="QTreeWidget::visualItemRect" href="qtreewidget.html#visualItemRect" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="visualItemRect(const QTreeWidgetItem * item) const">
+ <parameter left="const QTreeWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortColumn" fullname="QTreeWidget::sortColumn" href="qtreewidget.html#sortColumn" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="sortColumn() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortItems" fullname="QTreeWidget::sortItems" href="qtreewidget.html#sortItems" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="sortItems(int column, Qt::SortOrder order)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="Qt::SortOrder" right="" name="order" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="editItem" fullname="QTreeWidget::editItem" href="qtreewidget.html#editItem" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="editItem(QTreeWidgetItem * item, int column)">
+ <parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
+ <parameter left="int" right="" name="column" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="openPersistentEditor" fullname="QTreeWidget::openPersistentEditor" href="qtreewidget.html#openPersistentEditor" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="openPersistentEditor(QTreeWidgetItem * item, int column)">
+ <parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
+ <parameter left="int" right="" name="column" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="closePersistentEditor" fullname="QTreeWidget::closePersistentEditor" href="qtreewidget.html#closePersistentEditor" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="closePersistentEditor(QTreeWidgetItem * item, int column)">
+ <parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
+ <parameter left="int" right="" name="column" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemWidget" fullname="QTreeWidget::itemWidget" href="qtreewidget.html#itemWidget" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="itemWidget(QTreeWidgetItem * item, int column) const">
+ <parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemWidget" fullname="QTreeWidget::setItemWidget" href="qtreewidget.html#setItemWidget" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemWidget(QTreeWidgetItem * item, int column, QWidget * widget)">
+ <parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeItemWidget" fullname="QTreeWidget::removeItemWidget" href="qtreewidget.html#removeItemWidget" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeItemWidget(QTreeWidgetItem * item, int column)">
+ <parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="isItemSelected" fullname="QTreeWidget::isItemSelected" href="qtreewidget-obsolete.html#isItemSelected" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isItemSelected(const QTreeWidgetItem * item) const">
+ <parameter left="const QTreeWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setItemSelected" fullname="QTreeWidget::setItemSelected" href="qtreewidget-obsolete.html#setItemSelected" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemSelected(const QTreeWidgetItem * item, bool select)">
+ <parameter left="const QTreeWidgetItem *" right="" name="item" default=""/>
+ <parameter left="bool" right="" name="select" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedItems" fullname="QTreeWidget::selectedItems" href="qtreewidget.html#selectedItems" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QTreeWidgetItem *&gt;" signature="selectedItems() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findItems" fullname="QTreeWidget::findItems" href="qtreewidget.html#findItems" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QTreeWidgetItem *&gt;" signature="findItems(const QString &amp; text, QFlags&lt;Qt::MatchFlag&gt; flags, int column) const">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QFlags&lt;Qt::MatchFlag&gt;" right="" name="flags" default=""/>
+ <parameter left="int" right="" name="column" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="isItemHidden" fullname="QTreeWidget::isItemHidden" href="qtreewidget-obsolete.html#isItemHidden" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isItemHidden(const QTreeWidgetItem * item) const">
+ <parameter left="const QTreeWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setItemHidden" fullname="QTreeWidget::setItemHidden" href="qtreewidget-obsolete.html#setItemHidden" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemHidden(const QTreeWidgetItem * item, bool hide)">
+ <parameter left="const QTreeWidgetItem *" right="" name="item" default=""/>
+ <parameter left="bool" right="" name="hide" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="isItemExpanded" fullname="QTreeWidget::isItemExpanded" href="qtreewidget-obsolete.html#isItemExpanded" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isItemExpanded(const QTreeWidgetItem * item) const">
+ <parameter left="const QTreeWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setItemExpanded" fullname="QTreeWidget::setItemExpanded" href="qtreewidget-obsolete.html#setItemExpanded" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemExpanded(const QTreeWidgetItem * item, bool expand)">
+ <parameter left="const QTreeWidgetItem *" right="" name="item" default=""/>
+ <parameter left="bool" right="" name="expand" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFirstItemColumnSpanned" fullname="QTreeWidget::isFirstItemColumnSpanned" href="qtreewidget.html#isFirstItemColumnSpanned" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isFirstItemColumnSpanned(const QTreeWidgetItem * item) const">
+ <parameter left="const QTreeWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFirstItemColumnSpanned" fullname="QTreeWidget::setFirstItemColumnSpanned" href="qtreewidget.html#setFirstItemColumnSpanned" location="qtreewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFirstItemColumnSpanned(const QTreeWidgetItem * item, bool span)">
+ <parameter left="const QTreeWidgetItem *" right="" name="item" default=""/>
+ <parameter left="bool" right="" name="span" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAbove" fullname="QTreeWidget::itemAbove" href="qtreewidget.html#itemAbove" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTreeWidgetItem *" signature="itemAbove(const QTreeWidgetItem * item) const">
+ <parameter left="const QTreeWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemBelow" fullname="QTreeWidget::itemBelow" href="qtreewidget.html#itemBelow" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTreeWidgetItem *" signature="itemBelow(const QTreeWidgetItem * item) const">
+ <parameter left="const QTreeWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectionModel" fullname="QTreeWidget::setSelectionModel" href="qtreewidget.html#setSelectionModel" location="qtreewidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelectionModel(QItemSelectionModel * selectionModel)">
+ <parameter left="QItemSelectionModel *" right="" name="selectionModel" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scrollToItem" fullname="QTreeWidget::scrollToItem" href="qtreewidget.html#scrollToItem" location="qtreewidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="scrollToItem(const QTreeWidgetItem * item, QAbstractItemView::ScrollHint hint)">
+ <parameter left="const QTreeWidgetItem *" right="" name="item" default=""/>
+ <parameter left="QAbstractItemView::ScrollHint" right="" name="hint" default="EnsureVisible"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expandItem" fullname="QTreeWidget::expandItem" href="qtreewidget.html#expandItem" location="qtreewidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="expandItem(const QTreeWidgetItem * item)">
+ <parameter left="const QTreeWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="collapseItem" fullname="QTreeWidget::collapseItem" href="qtreewidget.html#collapseItem" location="qtreewidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="collapseItem(const QTreeWidgetItem * item)">
+ <parameter left="const QTreeWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QTreeWidget::clear" href="qtreewidget.html#clear" location="qtreewidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemPressed" fullname="QTreeWidget::itemPressed" href="qtreewidget.html#itemPressed" location="qtreewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemPressed(QTreeWidgetItem * item, int column)">
+ <parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemClicked" fullname="QTreeWidget::itemClicked" href="qtreewidget.html#itemClicked" location="qtreewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemClicked(QTreeWidgetItem * item, int column)">
+ <parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemDoubleClicked" fullname="QTreeWidget::itemDoubleClicked" href="qtreewidget.html#itemDoubleClicked" location="qtreewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemDoubleClicked(QTreeWidgetItem * item, int column)">
+ <parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemActivated" fullname="QTreeWidget::itemActivated" href="qtreewidget.html#itemActivated" location="qtreewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemActivated(QTreeWidgetItem * item, int column)">
+ <parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemEntered" fullname="QTreeWidget::itemEntered" href="qtreewidget.html#itemEntered" location="qtreewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemEntered(QTreeWidgetItem * item, int column)">
+ <parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemChanged" fullname="QTreeWidget::itemChanged" href="qtreewidget.html#itemChanged" location="qtreewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemChanged(QTreeWidgetItem * item, int column)">
+ <parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemExpanded" fullname="QTreeWidget::itemExpanded" href="qtreewidget.html#itemExpanded" location="qtreewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemExpanded(QTreeWidgetItem * item)">
+ <parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemCollapsed" fullname="QTreeWidget::itemCollapsed" href="qtreewidget.html#itemCollapsed" location="qtreewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemCollapsed(QTreeWidgetItem * item)">
+ <parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentItemChanged" fullname="QTreeWidget::currentItemChanged" href="qtreewidget.html#currentItemChanged" location="qtreewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentItemChanged(QTreeWidgetItem * current, QTreeWidgetItem * previous)">
+ <parameter left="QTreeWidgetItem *" right="" name="current" default=""/>
+ <parameter left="QTreeWidgetItem *" right="" name="previous" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemSelectionChanged" fullname="QTreeWidget::itemSelectionChanged" href="qtreewidget.html#itemSelectionChanged" location="qtreewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemSelectionChanged()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QTreeWidget::event" href="qtreewidget.html#event" location="qtreewidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mimeTypes" fullname="QTreeWidget::mimeTypes" href="qtreewidget.html#mimeTypes" location="qtreewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="mimeTypes() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mimeData" fullname="QTreeWidget::mimeData" href="qtreewidget.html#mimeData" location="qtreewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QMimeData *" signature="mimeData(const QList&lt;QTreeWidgetItem *&gt; items) const">
+ <parameter left="const QList&lt;QTreeWidgetItem *&gt;" right="" name="items" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dropMimeData" fullname="QTreeWidget::dropMimeData" href="qtreewidget.html#dropMimeData" location="qtreewidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="dropMimeData(QTreeWidgetItem * parent, int index, const QMimeData * data, Qt::DropAction action)">
+ <parameter left="QTreeWidgetItem *" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QMimeData *" right="" name="data" default=""/>
+ <parameter left="Qt::DropAction" right="" name="action" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="supportedDropActions" fullname="QTreeWidget::supportedDropActions" href="qtreewidget.html#supportedDropActions" location="qtreewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::DropActions" signature="supportedDropActions() const"/>
+ <function access="protected" threadsafety="unspecified" status="obsolete" name="items" fullname="QTreeWidget::items" href="qtreewidget-obsolete.html#items" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QTreeWidgetItem *&gt;" signature="items(const QMimeData * data) const">
+ <parameter left="const QMimeData *" right="" name="data" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="indexFromItem" fullname="QTreeWidget::indexFromItem" href="qtreewidget.html#indexFromItem" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="indexFromItem(QTreeWidgetItem * item, int column) const">
+ <parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
+ <parameter left="int" right="" name="column" default="0"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="itemFromIndex" fullname="QTreeWidget::itemFromIndex" href="qtreewidget.html#itemFromIndex" location="qtreewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTreeWidgetItem *" signature="itemFromIndex(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dropEvent" fullname="QTreeWidget::dropEvent" href="qtreewidget.html#dropEvent" location="qtreewidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dropEvent(QDropEvent * event)">
+ <parameter left="QDropEvent *" right="" name="event" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStringListModel" href="qstringlistmodel.html" location="qstringlistmodel.h" bases="QAbstractListModel" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStringListModel" fullname="QStringListModel::QStringListModel" href="qstringlistmodel.html#QStringListModel" location="qstringlistmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStringListModel(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStringListModel" fullname="QStringListModel::QStringListModel" href="qstringlistmodel.html#QStringListModel-2" location="qstringlistmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStringListModel(const QStringList &amp; strings, QObject * parent)">
+ <parameter left="const QStringList &amp;" right="" name="strings" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowCount" fullname="QStringListModel::rowCount" href="qstringlistmodel.html#rowCount" location="qstringlistmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rowCount(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QStringListModel::data" href="qstringlistmodel.html#data" location="qstringlistmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="data(const QModelIndex &amp; index, int role) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="int" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QStringListModel::setData" href="qstringlistmodel.html#setData" location="qstringlistmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="setData(const QModelIndex &amp; index, const QVariant &amp; value, int role)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::EditRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flags" fullname="QStringListModel::flags" href="qstringlistmodel.html#flags" location="qstringlistmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::ItemFlags" signature="flags(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertRows" fullname="QStringListModel::insertRows" href="qstringlistmodel.html#insertRows" location="qstringlistmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="insertRows(int row, int count, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeRows" fullname="QStringListModel::removeRows" href="qstringlistmodel.html#removeRows" location="qstringlistmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeRows(int row, int count, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sort" fullname="QStringListModel::sort" href="qstringlistmodel.html#sort" location="qstringlistmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="sort(int column, Qt::SortOrder order)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="Qt::SortOrder" right="" name="order" default="Qt::AscendingOrder"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stringList" fullname="QStringListModel::stringList" href="qstringlistmodel.html#stringList" location="qstringlistmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="stringList() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStringList" fullname="QStringListModel::setStringList" href="qstringlistmodel.html#setStringList" location="qstringlistmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStringList(const QStringList &amp; strings)">
+ <parameter left="const QStringList &amp;" right="" name="strings" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedDropActions" fullname="QStringListModel::supportedDropActions" href="qstringlistmodel.html#supportedDropActions" location="qstringlistmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::DropActions" signature="supportedDropActions() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QKbdDriverPlugin" href="qkbddriverplugin.html" location="qkbddriverplugin_qws.h" bases="QObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QKbdDriverPlugin" fullname="QKbdDriverPlugin::QKbdDriverPlugin" href="qkbddriverplugin.html#QKbdDriverPlugin" location="qkbddriverplugin_qws.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QKbdDriverPlugin(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QKbdDriverPlugin" fullname="QKbdDriverPlugin::~QKbdDriverPlugin" href="qkbddriverplugin.html#dtor.QKbdDriverPlugin" location="qkbddriverplugin_qws.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QKbdDriverPlugin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QKbdDriverPlugin::keys" href="qkbddriverplugin.html#keys" location="qkbddriverplugin_qws.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="keys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QKbdDriverPlugin::create" href="qkbddriverplugin.html#create" location="qkbddriverplugin_qws.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QWSKeyboardHandler *" signature="create(const QString &amp; key, const QString &amp; device)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="const QString &amp;" right="" name="device" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAxAggregated" href="qaxaggregated.html" location="qaxaggregated.h" bases="" module="QAxServer">
+ <function access="public" threadsafety="unspecified" status="commendable" name="queryInterface" fullname="QAxAggregated::queryInterface" href="qaxaggregated.html#queryInterface" location="qaxaggregated.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="long" signature="queryInterface(const QUuid &amp; iid, void ** iface)">
+ <parameter left="const QUuid &amp;" right="" name="iid" default=""/>
+ <parameter left="void **" right="" name="iface" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="~QAxAggregated" fullname="QAxAggregated::~QAxAggregated" href="qaxaggregated.html#dtor.QAxAggregated" location="qaxaggregated.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAxAggregated()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="controllingUnknown" fullname="QAxAggregated::controllingUnknown" href="qaxaggregated.html#controllingUnknown" location="qaxaggregated.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="IUnknown *" signature="controllingUnknown() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="widget" fullname="QAxAggregated::widget" href="qaxaggregated.html#widget" location="qaxaggregated.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="widget() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="object" fullname="QAxAggregated::object" href="qaxaggregated.html#object" location="qaxaggregated.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QObject *" signature="object() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QVarLengthArray" href="qvarlengtharray.html" location="qvarlengtharray.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVarLengthArray" fullname="QVarLengthArray::QVarLengthArray" href="qvarlengtharray.html#QVarLengthArray" location="qvarlengtharray.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QVarLengthArray(int size)">
+ <parameter left="int" right="" name="size" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVarLengthArray" fullname="QVarLengthArray::QVarLengthArray" href="qvarlengtharray.html#QVarLengthArray-2" location="qvarlengtharray.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QVarLengthArray(const QVarLengthArray&lt;T, Prealloc&gt; &amp; other)">
+ <parameter left="const QVarLengthArray&lt;T, Prealloc&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QVarLengthArray" fullname="QVarLengthArray::~QVarLengthArray" href="qvarlengtharray.html#dtor.QVarLengthArray" location="qvarlengtharray.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QVarLengthArray()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QVarLengthArray::operator=" href="qvarlengtharray.html#operator=" location="qvarlengtharray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVarLengthArray&lt;T, Prealloc&gt; &amp;" signature="operator=(const QVarLengthArray&lt;T, Prealloc&gt; &amp; other)">
+ <parameter left="const QVarLengthArray&lt;T, Prealloc&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeLast" fullname="QVarLengthArray::removeLast" href="qvarlengtharray.html#removeLast" location="qvarlengtharray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeLast()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QVarLengthArray::size" href="qvarlengtharray.html#size" location="qvarlengtharray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QVarLengthArray::count" href="qvarlengtharray.html#count" location="qvarlengtharray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QVarLengthArray::isEmpty" href="qvarlengtharray.html#isEmpty" location="qvarlengtharray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resize" fullname="QVarLengthArray::resize" href="qvarlengtharray.html#resize" location="qvarlengtharray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resize(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QVarLengthArray::clear" href="qvarlengtharray.html#clear" location="qvarlengtharray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="capacity" fullname="QVarLengthArray::capacity" href="qvarlengtharray.html#capacity" location="qvarlengtharray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="capacity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reserve" fullname="QVarLengthArray::reserve" href="qvarlengtharray.html#reserve" location="qvarlengtharray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reserve(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QVarLengthArray::operator[]" href="qvarlengtharray.html#operator[]" location="qvarlengtharray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="operator[](int i)">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QVarLengthArray::operator[]" href="qvarlengtharray.html#operator[]-2" location="qvarlengtharray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T &amp;" signature="operator[](int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QVarLengthArray::append" href="qvarlengtharray.html#append" location="qvarlengtharray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="append(const T &amp; t)">
+ <parameter left="const T &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QVarLengthArray::append" href="qvarlengtharray.html#append-2" location="qvarlengtharray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="append(const T * buf, int size)">
+ <parameter left="const T *" right="" name="buf" default=""/>
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QVarLengthArray::data" href="qvarlengtharray.html#data" location="qvarlengtharray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T *" signature="data()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QVarLengthArray::data" href="qvarlengtharray.html#data-2" location="qvarlengtharray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T *" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constData" fullname="QVarLengthArray::constData" href="qvarlengtharray.html#constData" location="qvarlengtharray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T *" signature="constData() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QPainter" href="qpainter.html" location="qpainter.h" bases="" module="QtGui">
+ <target name="composition-modes"/>
+ <target name="limitations"/>
+ <contents name="settings" title="Settings" level="1"/>
+ <contents name="drawing" title="Drawing" level="1"/>
+ <contents name="rendering-quality" title="Rendering Quality" level="1"/>
+ <contents name="coordinate-transformations" title="Coordinate Transformations" level="1"/>
+ <contents name="clipping" title="Clipping" level="1"/>
+ <contents name="composition-modes" title="Composition Modes" level="1"/>
+ <contents name="limitations" title="Limitations" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="RenderHint" fullname="QPainter::RenderHint" href="qpainter.html#RenderHint-enum" location="qpainter.h" typedef="QPainter::RenderHints">
+ <value name="Antialiasing" value="0x01"/>
+ <value name="TextAntialiasing" value="0x02"/>
+ <value name="SmoothPixmapTransform" value="0x04"/>
+ <value name="HighQualityAntialiasing" value="0x08"/>
+ <value name="NonCosmeticDefaultPen" value="0x10"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="RenderHints" fullname="QPainter::RenderHints" href="qpainter.html#RenderHints-typedef" location="qpainter.h" enum="QPainter::RenderHint"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPainter" fullname="QPainter::QPainter" href="qpainter.html#QPainter" location="qpainter.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPainter()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPainter" fullname="QPainter::QPainter" href="qpainter.html#QPainter-2" location="qpainter.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QPainter(QPaintDevice * device)">
+ <parameter left="QPaintDevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPainter" fullname="QPainter::~QPainter" href="qpainter.html#dtor.QPainter" location="qpainter.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPainter()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="device" fullname="QPainter::device" href="qpainter.html#device" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPaintDevice *" signature="device() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="QPainter::begin" href="qpainter.html#begin" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="begin(QPaintDevice * device)">
+ <parameter left="QPaintDevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="QPainter::end" href="qpainter.html#end" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="end()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isActive" fullname="QPainter::isActive" href="qpainter.html#isActive" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isActive() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="initFrom" fullname="QPainter::initFrom" href="qpainter.html#initFrom" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="initFrom(const QWidget * widget)">
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="CompositionMode" fullname="QPainter::CompositionMode" href="qpainter.html#CompositionMode-enum" location="qpainter.h">
+ <value name="CompositionMode_SourceOver" value="0"/>
+ <value name="CompositionMode_DestinationOver" value="1"/>
+ <value name="CompositionMode_Clear" value="2"/>
+ <value name="CompositionMode_Source" value="3"/>
+ <value name="CompositionMode_Destination" value="4"/>
+ <value name="CompositionMode_SourceIn" value="5"/>
+ <value name="CompositionMode_DestinationIn" value="6"/>
+ <value name="CompositionMode_SourceOut" value="7"/>
+ <value name="CompositionMode_DestinationOut" value="8"/>
+ <value name="CompositionMode_SourceAtop" value="9"/>
+ <value name="CompositionMode_DestinationAtop" value="10"/>
+ <value name="CompositionMode_Xor" value="11"/>
+ <value name="CompositionMode_Plus" value="12"/>
+ <value name="CompositionMode_Multiply" value="13"/>
+ <value name="CompositionMode_Screen" value="14"/>
+ <value name="CompositionMode_Overlay" value="15"/>
+ <value name="CompositionMode_Darken" value="16"/>
+ <value name="CompositionMode_Lighten" value="17"/>
+ <value name="CompositionMode_ColorDodge" value="18"/>
+ <value name="CompositionMode_ColorBurn" value="19"/>
+ <value name="CompositionMode_HardLight" value="20"/>
+ <value name="CompositionMode_SoftLight" value="21"/>
+ <value name="CompositionMode_Difference" value="22"/>
+ <value name="CompositionMode_Exclusion" value="23"/>
+ <value name="RasterOp_SourceOrDestination" value="24"/>
+ <value name="RasterOp_SourceAndDestination" value="25"/>
+ <value name="RasterOp_SourceXorDestination" value="26"/>
+ <value name="RasterOp_NotSourceAndNotDestination" value="27"/>
+ <value name="RasterOp_NotSourceOrNotDestination" value="28"/>
+ <value name="RasterOp_NotSourceXorDestination" value="29"/>
+ <value name="RasterOp_NotSource" value="30"/>
+ <value name="RasterOp_NotSourceAndDestination" value="31"/>
+ <value name="RasterOp_SourceAndNotDestination" value="32"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCompositionMode" fullname="QPainter::setCompositionMode" href="qpainter.html#setCompositionMode" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCompositionMode(CompositionMode mode)">
+ <parameter left="CompositionMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compositionMode" fullname="QPainter::compositionMode" href="qpainter.html#compositionMode" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="CompositionMode" signature="compositionMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QPainter::font" href="qpainter.html#font" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QFont &amp;" signature="font() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFont" fullname="QPainter::setFont" href="qpainter.html#setFont" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFont(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontMetrics" fullname="QPainter::fontMetrics" href="qpainter.html#fontMetrics" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFontMetrics" signature="fontMetrics() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontInfo" fullname="QPainter::fontInfo" href="qpainter.html#fontInfo" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFontInfo" signature="fontInfo() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPen" fullname="QPainter::setPen" href="qpainter.html#setPen-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setPen(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPen" fullname="QPainter::setPen" href="qpainter.html#setPen" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPen(const QPen &amp; pen)">
+ <parameter left="const QPen &amp;" right="" name="pen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPen" fullname="QPainter::setPen" href="qpainter.html#setPen-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="setPen(Qt::PenStyle style)">
+ <parameter left="Qt::PenStyle" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pen" fullname="QPainter::pen" href="qpainter.html#pen" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPen &amp;" signature="pen() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBrush" fullname="QPainter::setBrush" href="qpainter.html#setBrush" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBrush(const QBrush &amp; brush)">
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBrush" fullname="QPainter::setBrush" href="qpainter.html#setBrush-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setBrush(Qt::BrushStyle style)">
+ <parameter left="Qt::BrushStyle" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="brush" fullname="QPainter::brush" href="qpainter.html#brush" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="brush() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBackgroundMode" fullname="QPainter::setBackgroundMode" href="qpainter.html#setBackgroundMode" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBackgroundMode(Qt::BGMode mode)">
+ <parameter left="Qt::BGMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="backgroundMode" fullname="QPainter::backgroundMode" href="qpainter.html#backgroundMode" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::BGMode" signature="backgroundMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="brushOrigin" fullname="QPainter::brushOrigin" href="qpainter.html#brushOrigin" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="brushOrigin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBrushOrigin" fullname="QPainter::setBrushOrigin" href="qpainter.html#setBrushOrigin-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="setBrushOrigin(int x, int y)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBrushOrigin" fullname="QPainter::setBrushOrigin" href="qpainter.html#setBrushOrigin-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setBrushOrigin(const QPoint &amp; position)">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBrushOrigin" fullname="QPainter::setBrushOrigin" href="qpainter.html#setBrushOrigin" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBrushOrigin(const QPointF &amp; position)">
+ <parameter left="const QPointF &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBackground" fullname="QPainter::setBackground" href="qpainter.html#setBackground" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBackground(const QBrush &amp; brush)">
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="background" fullname="QPainter::background" href="qpainter.html#background" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="background() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="opacity" fullname="QPainter::opacity" href="qpainter.html#opacity" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="opacity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOpacity" fullname="QPainter::setOpacity" href="qpainter.html#setOpacity" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOpacity(qreal opacity)">
+ <parameter left="qreal" right="" name="opacity" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clipRegion" fullname="QPainter::clipRegion" href="qpainter.html#clipRegion" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRegion" signature="clipRegion() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clipPath" fullname="QPainter::clipPath" href="qpainter.html#clipPath" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="clipPath() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setClipRect" fullname="QPainter::setClipRect" href="qpainter.html#setClipRect" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setClipRect(const QRectF &amp; rectangle, Qt::ClipOperation operation)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ <parameter left="Qt::ClipOperation" right="" name="operation" default="Qt::ReplaceClip"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setClipRect" fullname="QPainter::setClipRect" href="qpainter.html#setClipRect-3" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="setClipRect(const QRect &amp; rectangle, Qt::ClipOperation operation)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="Qt::ClipOperation" right="" name="operation" default="Qt::ReplaceClip"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setClipRect" fullname="QPainter::setClipRect" href="qpainter.html#setClipRect-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setClipRect(int x, int y, int width, int height, Qt::ClipOperation operation)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="Qt::ClipOperation" right="" name="operation" default="Qt::ReplaceClip"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setClipRegion" fullname="QPainter::setClipRegion" href="qpainter.html#setClipRegion" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setClipRegion(const QRegion &amp; region, Qt::ClipOperation operation)">
+ <parameter left="const QRegion &amp;" right="" name="region" default=""/>
+ <parameter left="Qt::ClipOperation" right="" name="operation" default="Qt::ReplaceClip"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setClipPath" fullname="QPainter::setClipPath" href="qpainter.html#setClipPath" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setClipPath(const QPainterPath &amp; path, Qt::ClipOperation operation)">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ <parameter left="Qt::ClipOperation" right="" name="operation" default="Qt::ReplaceClip"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setClipping" fullname="QPainter::setClipping" href="qpainter.html#setClipping" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setClipping(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasClipping" fullname="QPainter::hasClipping" href="qpainter.html#hasClipping" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasClipping() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="save" fullname="QPainter::save" href="qpainter.html#save" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="save()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="restore" fullname="QPainter::restore" href="qpainter.html#restore" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="restore()"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setMatrix" fullname="QPainter::setMatrix" href="qpainter-obsolete.html#setMatrix" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMatrix(const QMatrix &amp; matrix, bool combine)">
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ <parameter left="bool" right="" name="combine" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="matrix" fullname="QPainter::matrix" href="qpainter-obsolete.html#matrix" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QMatrix &amp;" signature="matrix() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="deviceMatrix" fullname="QPainter::deviceMatrix" href="qpainter-obsolete.html#deviceMatrix" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QMatrix &amp;" signature="deviceMatrix() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="resetMatrix" fullname="QPainter::resetMatrix" href="qpainter-obsolete.html#resetMatrix" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resetMatrix()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTransform" fullname="QPainter::setTransform" href="qpainter.html#setTransform" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTransform(const QTransform &amp; transform, bool combine)">
+ <parameter left="const QTransform &amp;" right="" name="transform" default=""/>
+ <parameter left="bool" right="" name="combine" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transform" fullname="QPainter::transform" href="qpainter.html#transform" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QTransform &amp;" signature="transform() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="deviceTransform" fullname="QPainter::deviceTransform" href="qpainter.html#deviceTransform" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QTransform &amp;" signature="deviceTransform() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resetTransform" fullname="QPainter::resetTransform" href="qpainter.html#resetTransform" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resetTransform()"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setWorldMatrix" fullname="QPainter::setWorldMatrix" href="qpainter-obsolete.html#setWorldMatrix" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWorldMatrix(const QMatrix &amp; matrix, bool combine)">
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ <parameter left="bool" right="" name="combine" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="worldMatrix" fullname="QPainter::worldMatrix" href="qpainter-obsolete.html#worldMatrix" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QMatrix &amp;" signature="worldMatrix() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWorldTransform" fullname="QPainter::setWorldTransform" href="qpainter.html#setWorldTransform" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWorldTransform(const QTransform &amp; matrix, bool combine)">
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ <parameter left="bool" right="" name="combine" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="worldTransform" fullname="QPainter::worldTransform" href="qpainter.html#worldTransform" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QTransform &amp;" signature="worldTransform() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="combinedMatrix" fullname="QPainter::combinedMatrix" href="qpainter-obsolete.html#combinedMatrix" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMatrix" signature="combinedMatrix() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="combinedTransform" fullname="QPainter::combinedTransform" href="qpainter.html#combinedTransform" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTransform" signature="combinedTransform() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setMatrixEnabled" fullname="QPainter::setMatrixEnabled" href="qpainter-obsolete.html#setMatrixEnabled" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMatrixEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="matrixEnabled" fullname="QPainter::matrixEnabled" href="qpainter-obsolete.html#matrixEnabled" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="matrixEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWorldMatrixEnabled" fullname="QPainter::setWorldMatrixEnabled" href="qpainter.html#setWorldMatrixEnabled" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWorldMatrixEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="worldMatrixEnabled" fullname="QPainter::worldMatrixEnabled" href="qpainter.html#worldMatrixEnabled" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="worldMatrixEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scale" fullname="QPainter::scale" href="qpainter.html#scale" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="scale(qreal sx, qreal sy)">
+ <parameter left="qreal" right="" name="sx" default=""/>
+ <parameter left="qreal" right="" name="sy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shear" fullname="QPainter::shear" href="qpainter.html#shear" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="shear(qreal sh, qreal sv)">
+ <parameter left="qreal" right="" name="sh" default=""/>
+ <parameter left="qreal" right="" name="sv" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rotate" fullname="QPainter::rotate" href="qpainter.html#rotate" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="rotate(qreal angle)">
+ <parameter left="qreal" right="" name="angle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QPainter::translate" href="qpainter.html#translate" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="translate(const QPointF &amp; offset)">
+ <parameter left="const QPointF &amp;" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QPainter::translate" href="qpainter.html#translate-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="translate(const QPoint &amp; offset)">
+ <parameter left="const QPoint &amp;" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QPainter::translate" href="qpainter.html#translate-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="translate(qreal dx, qreal dy)">
+ <parameter left="qreal" right="" name="dx" default=""/>
+ <parameter left="qreal" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="window" fullname="QPainter::window" href="qpainter.html#window" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="window() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWindow" fullname="QPainter::setWindow" href="qpainter.html#setWindow" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWindow(const QRect &amp; rectangle)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWindow" fullname="QPainter::setWindow" href="qpainter.html#setWindow-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setWindow(int x, int y, int width, int height)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="viewport" fullname="QPainter::viewport" href="qpainter.html#viewport" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="viewport() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setViewport" fullname="QPainter::setViewport" href="qpainter.html#setViewport" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setViewport(const QRect &amp; rectangle)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setViewport" fullname="QPainter::setViewport" href="qpainter.html#setViewport-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setViewport(int x, int y, int width, int height)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setViewTransformEnabled" fullname="QPainter::setViewTransformEnabled" href="qpainter.html#setViewTransformEnabled" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setViewTransformEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="viewTransformEnabled" fullname="QPainter::viewTransformEnabled" href="qpainter.html#viewTransformEnabled" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="viewTransformEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="strokePath" fullname="QPainter::strokePath" href="qpainter.html#strokePath" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="strokePath(const QPainterPath &amp; path, const QPen &amp; pen)">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ <parameter left="const QPen &amp;" right="" name="pen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fillPath" fullname="QPainter::fillPath" href="qpainter.html#fillPath" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="fillPath(const QPainterPath &amp; path, const QBrush &amp; brush)">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPath" fullname="QPainter::drawPath" href="qpainter.html#drawPath" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawPath(const QPainterPath &amp; path)">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPoint" fullname="QPainter::drawPoint" href="qpainter.html#drawPoint" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawPoint(const QPointF &amp; position)">
+ <parameter left="const QPointF &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPoint" fullname="QPainter::drawPoint" href="qpainter.html#drawPoint-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawPoint(const QPoint &amp; position)">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPoint" fullname="QPainter::drawPoint" href="qpainter.html#drawPoint-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="drawPoint(int x, int y)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPoints" fullname="QPainter::drawPoints" href="qpainter.html#drawPoints" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawPoints(const QPointF * points, int pointCount)">
+ <parameter left="const QPointF *" right="" name="points" default=""/>
+ <parameter left="int" right="" name="pointCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPoints" fullname="QPainter::drawPoints" href="qpainter.html#drawPoints-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="drawPoints(const QPolygonF &amp; points)">
+ <parameter left="const QPolygonF &amp;" right="" name="points" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPoints" fullname="QPainter::drawPoints" href="qpainter.html#drawPoints-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawPoints(const QPoint * points, int pointCount)">
+ <parameter left="const QPoint *" right="" name="points" default=""/>
+ <parameter left="int" right="" name="pointCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPoints" fullname="QPainter::drawPoints" href="qpainter.html#drawPoints-4" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="drawPoints(const QPolygon &amp; points)">
+ <parameter left="const QPolygon &amp;" right="" name="points" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawLine" fullname="QPainter::drawLine" href="qpainter.html#drawLine" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawLine(const QLineF &amp; line)">
+ <parameter left="const QLineF &amp;" right="" name="line" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawLine" fullname="QPainter::drawLine" href="qpainter.html#drawLine-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawLine(const QLine &amp; line)">
+ <parameter left="const QLine &amp;" right="" name="line" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawLine" fullname="QPainter::drawLine" href="qpainter.html#drawLine-5" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="drawLine(int x1, int y1, int x2, int y2)">
+ <parameter left="int" right="" name="x1" default=""/>
+ <parameter left="int" right="" name="y1" default=""/>
+ <parameter left="int" right="" name="x2" default=""/>
+ <parameter left="int" right="" name="y2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawLine" fullname="QPainter::drawLine" href="qpainter.html#drawLine-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="drawLine(const QPoint &amp; p1, const QPoint &amp; p2)">
+ <parameter left="const QPoint &amp;" right="" name="p1" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawLine" fullname="QPainter::drawLine" href="qpainter.html#drawLine-4" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="drawLine(const QPointF &amp; p1, const QPointF &amp; p2)">
+ <parameter left="const QPointF &amp;" right="" name="p1" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawLines" fullname="QPainter::drawLines" href="qpainter.html#drawLines" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawLines(const QLineF * lines, int lineCount)">
+ <parameter left="const QLineF *" right="" name="lines" default=""/>
+ <parameter left="int" right="" name="lineCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawLines" fullname="QPainter::drawLines" href="qpainter.html#drawLines-7" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="void" signature="drawLines(const QVector&lt;QLineF&gt; &amp; lines)">
+ <parameter left="const QVector&lt;QLineF&gt; &amp;" right="" name="lines" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawLines" fullname="QPainter::drawLines" href="qpainter.html#drawLines-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="drawLines(const QPointF * pointPairs, int lineCount)">
+ <parameter left="const QPointF *" right="" name="pointPairs" default=""/>
+ <parameter left="int" right="" name="lineCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawLines" fullname="QPainter::drawLines" href="qpainter.html#drawLines-5" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="drawLines(const QVector&lt;QPointF&gt; &amp; pointPairs)">
+ <parameter left="const QVector&lt;QPointF&gt; &amp;" right="" name="pointPairs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawLines" fullname="QPainter::drawLines" href="qpainter.html#drawLines-2" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawLines(const QLine * lines, int lineCount)">
+ <parameter left="const QLine *" right="" name="lines" default=""/>
+ <parameter left="int" right="" name="lineCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawLines" fullname="QPainter::drawLines" href="qpainter.html#drawLines-8" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="void" signature="drawLines(const QVector&lt;QLine&gt; &amp; lines)">
+ <parameter left="const QVector&lt;QLine&gt; &amp;" right="" name="lines" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawLines" fullname="QPainter::drawLines" href="qpainter.html#drawLines-4" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="drawLines(const QPoint * pointPairs, int lineCount)">
+ <parameter left="const QPoint *" right="" name="pointPairs" default=""/>
+ <parameter left="int" right="" name="lineCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawLines" fullname="QPainter::drawLines" href="qpainter.html#drawLines-6" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="void" signature="drawLines(const QVector&lt;QPoint&gt; &amp; pointPairs)">
+ <parameter left="const QVector&lt;QPoint&gt; &amp;" right="" name="pointPairs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawRect" fullname="QPainter::drawRect" href="qpainter.html#drawRect" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawRect(const QRectF &amp; rectangle)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawRect" fullname="QPainter::drawRect" href="qpainter.html#drawRect-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="drawRect(int x, int y, int width, int height)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawRect" fullname="QPainter::drawRect" href="qpainter.html#drawRect-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawRect(const QRect &amp; rectangle)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawRects" fullname="QPainter::drawRects" href="qpainter.html#drawRects" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawRects(const QRectF * rectangles, int rectCount)">
+ <parameter left="const QRectF *" right="" name="rectangles" default=""/>
+ <parameter left="int" right="" name="rectCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawRects" fullname="QPainter::drawRects" href="qpainter.html#drawRects-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="drawRects(const QVector&lt;QRectF&gt; &amp; rectangles)">
+ <parameter left="const QVector&lt;QRectF&gt; &amp;" right="" name="rectangles" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawRects" fullname="QPainter::drawRects" href="qpainter.html#drawRects-2" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawRects(const QRect * rectangles, int rectCount)">
+ <parameter left="const QRect *" right="" name="rectangles" default=""/>
+ <parameter left="int" right="" name="rectCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawRects" fullname="QPainter::drawRects" href="qpainter.html#drawRects-4" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="drawRects(const QVector&lt;QRect&gt; &amp; rectangles)">
+ <parameter left="const QVector&lt;QRect&gt; &amp;" right="" name="rectangles" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawEllipse" fullname="QPainter::drawEllipse" href="qpainter.html#drawEllipse" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawEllipse(const QRectF &amp; rectangle)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawEllipse" fullname="QPainter::drawEllipse" href="qpainter.html#drawEllipse-2" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawEllipse(const QRect &amp; rectangle)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawEllipse" fullname="QPainter::drawEllipse" href="qpainter.html#drawEllipse-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="drawEllipse(int x, int y, int width, int height)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawEllipse" fullname="QPainter::drawEllipse" href="qpainter.html#drawEllipse-4" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="drawEllipse(const QPointF &amp; center, qreal rx, qreal ry)">
+ <parameter left="const QPointF &amp;" right="" name="center" default=""/>
+ <parameter left="qreal" right="" name="rx" default=""/>
+ <parameter left="qreal" right="" name="ry" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawEllipse" fullname="QPainter::drawEllipse" href="qpainter.html#drawEllipse-5" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="drawEllipse(const QPoint &amp; center, int rx, int ry)">
+ <parameter left="const QPoint &amp;" right="" name="center" default=""/>
+ <parameter left="int" right="" name="rx" default=""/>
+ <parameter left="int" right="" name="ry" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPolyline" fullname="QPainter::drawPolyline" href="qpainter.html#drawPolyline" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawPolyline(const QPointF * points, int pointCount)">
+ <parameter left="const QPointF *" right="" name="points" default=""/>
+ <parameter left="int" right="" name="pointCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPolyline" fullname="QPainter::drawPolyline" href="qpainter.html#drawPolyline-4" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="drawPolyline(const QPolygonF &amp; points)">
+ <parameter left="const QPolygonF &amp;" right="" name="points" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPolyline" fullname="QPainter::drawPolyline" href="qpainter.html#drawPolyline-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawPolyline(const QPoint * points, int pointCount)">
+ <parameter left="const QPoint *" right="" name="points" default=""/>
+ <parameter left="int" right="" name="pointCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPolyline" fullname="QPainter::drawPolyline" href="qpainter.html#drawPolyline-5" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="drawPolyline(const QPolygon &amp; points)">
+ <parameter left="const QPolygon &amp;" right="" name="points" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPolygon" fullname="QPainter::drawPolygon" href="qpainter.html#drawPolygon" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawPolygon(const QPointF * points, int pointCount, Qt::FillRule fillRule)">
+ <parameter left="const QPointF *" right="" name="points" default=""/>
+ <parameter left="int" right="" name="pointCount" default=""/>
+ <parameter left="Qt::FillRule" right="" name="fillRule" default="Qt::OddEvenFill"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPolygon" fullname="QPainter::drawPolygon" href="qpainter.html#drawPolygon-5" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="drawPolygon(const QPolygonF &amp; points, Qt::FillRule fillRule)">
+ <parameter left="const QPolygonF &amp;" right="" name="points" default=""/>
+ <parameter left="Qt::FillRule" right="" name="fillRule" default="Qt::OddEvenFill"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPolygon" fullname="QPainter::drawPolygon" href="qpainter.html#drawPolygon-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawPolygon(const QPoint * points, int pointCount, Qt::FillRule fillRule)">
+ <parameter left="const QPoint *" right="" name="points" default=""/>
+ <parameter left="int" right="" name="pointCount" default=""/>
+ <parameter left="Qt::FillRule" right="" name="fillRule" default="Qt::OddEvenFill"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPolygon" fullname="QPainter::drawPolygon" href="qpainter.html#drawPolygon-6" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="void" signature="drawPolygon(const QPolygon &amp; points, Qt::FillRule fillRule)">
+ <parameter left="const QPolygon &amp;" right="" name="points" default=""/>
+ <parameter left="Qt::FillRule" right="" name="fillRule" default="Qt::OddEvenFill"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawConvexPolygon" fullname="QPainter::drawConvexPolygon" href="qpainter.html#drawConvexPolygon" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawConvexPolygon(const QPointF * points, int pointCount)">
+ <parameter left="const QPointF *" right="" name="points" default=""/>
+ <parameter left="int" right="" name="pointCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawConvexPolygon" fullname="QPainter::drawConvexPolygon" href="qpainter.html#drawConvexPolygon-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="drawConvexPolygon(const QPolygonF &amp; polygon)">
+ <parameter left="const QPolygonF &amp;" right="" name="polygon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawConvexPolygon" fullname="QPainter::drawConvexPolygon" href="qpainter.html#drawConvexPolygon-2" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawConvexPolygon(const QPoint * points, int pointCount)">
+ <parameter left="const QPoint *" right="" name="points" default=""/>
+ <parameter left="int" right="" name="pointCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawConvexPolygon" fullname="QPainter::drawConvexPolygon" href="qpainter.html#drawConvexPolygon-4" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="drawConvexPolygon(const QPolygon &amp; polygon)">
+ <parameter left="const QPolygon &amp;" right="" name="polygon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawArc" fullname="QPainter::drawArc" href="qpainter.html#drawArc" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawArc(const QRectF &amp; rectangle, int startAngle, int spanAngle)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ <parameter left="int" right="" name="startAngle" default=""/>
+ <parameter left="int" right="" name="spanAngle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawArc" fullname="QPainter::drawArc" href="qpainter.html#drawArc-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawArc(const QRect &amp; rectangle, int startAngle, int spanAngle)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="int" right="" name="startAngle" default=""/>
+ <parameter left="int" right="" name="spanAngle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawArc" fullname="QPainter::drawArc" href="qpainter.html#drawArc-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="drawArc(int x, int y, int width, int height, int startAngle, int spanAngle)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="int" right="" name="startAngle" default=""/>
+ <parameter left="int" right="" name="spanAngle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPie" fullname="QPainter::drawPie" href="qpainter.html#drawPie" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawPie(const QRectF &amp; rectangle, int startAngle, int spanAngle)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ <parameter left="int" right="" name="startAngle" default=""/>
+ <parameter left="int" right="" name="spanAngle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPie" fullname="QPainter::drawPie" href="qpainter.html#drawPie-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="drawPie(int x, int y, int width, int height, int startAngle, int spanAngle)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="int" right="" name="startAngle" default=""/>
+ <parameter left="int" right="" name="spanAngle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPie" fullname="QPainter::drawPie" href="qpainter.html#drawPie-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawPie(const QRect &amp; rectangle, int startAngle, int spanAngle)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="int" right="" name="startAngle" default=""/>
+ <parameter left="int" right="" name="spanAngle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawChord" fullname="QPainter::drawChord" href="qpainter.html#drawChord" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawChord(const QRectF &amp; rectangle, int startAngle, int spanAngle)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ <parameter left="int" right="" name="startAngle" default=""/>
+ <parameter left="int" right="" name="spanAngle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawChord" fullname="QPainter::drawChord" href="qpainter.html#drawChord-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="drawChord(int x, int y, int width, int height, int startAngle, int spanAngle)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="int" right="" name="startAngle" default=""/>
+ <parameter left="int" right="" name="spanAngle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawChord" fullname="QPainter::drawChord" href="qpainter.html#drawChord-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawChord(const QRect &amp; rectangle, int startAngle, int spanAngle)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="int" right="" name="startAngle" default=""/>
+ <parameter left="int" right="" name="spanAngle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawRoundedRect" fullname="QPainter::drawRoundedRect" href="qpainter.html#drawRoundedRect" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawRoundedRect(const QRectF &amp; rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ <parameter left="qreal" right="" name="xRadius" default=""/>
+ <parameter left="qreal" right="" name="yRadius" default=""/>
+ <parameter left="Qt::SizeMode" right="" name="mode" default="Qt::AbsoluteSize"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawRoundedRect" fullname="QPainter::drawRoundedRect" href="qpainter.html#drawRoundedRect-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="drawRoundedRect(int x, int y, int w, int h, qreal xRadius, qreal yRadius, Qt::SizeMode mode)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="qreal" right="" name="xRadius" default=""/>
+ <parameter left="qreal" right="" name="yRadius" default=""/>
+ <parameter left="Qt::SizeMode" right="" name="mode" default="Qt::AbsoluteSize"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawRoundedRect" fullname="QPainter::drawRoundedRect" href="qpainter.html#drawRoundedRect-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawRoundedRect(const QRect &amp; rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="qreal" right="" name="xRadius" default=""/>
+ <parameter left="qreal" right="" name="yRadius" default=""/>
+ <parameter left="Qt::SizeMode" right="" name="mode" default="Qt::AbsoluteSize"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="drawRoundRect" fullname="QPainter::drawRoundRect" href="qpainter-obsolete.html#drawRoundRect" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawRoundRect(const QRectF &amp; r, int xRnd, int yRnd)">
+ <parameter left="const QRectF &amp;" right="" name="r" default=""/>
+ <parameter left="int" right="" name="xRnd" default="25"/>
+ <parameter left="int" right="" name="yRnd" default="25"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="drawRoundRect" fullname="QPainter::drawRoundRect" href="qpainter-obsolete.html#drawRoundRect-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="drawRoundRect(int x, int y, int w, int h, int xRnd, int yRnd)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="int" right="" name="xRnd" default="25"/>
+ <parameter left="int" right="" name="yRnd" default="25"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="drawRoundRect" fullname="QPainter::drawRoundRect" href="qpainter-obsolete.html#drawRoundRect-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawRoundRect(const QRect &amp; r, int xRnd, int yRnd)">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ <parameter left="int" right="" name="xRnd" default="25"/>
+ <parameter left="int" right="" name="yRnd" default="25"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawTiledPixmap" fullname="QPainter::drawTiledPixmap" href="qpainter.html#drawTiledPixmap" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawTiledPixmap(const QRectF &amp; rectangle, const QPixmap &amp; pixmap, const QPointF &amp; position)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="position" default="QPointF()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawTiledPixmap" fullname="QPainter::drawTiledPixmap" href="qpainter.html#drawTiledPixmap-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="drawTiledPixmap(int x, int y, int width, int height, const QPixmap &amp; pixmap, int sx, int sy)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="int" right="" name="sx" default="0"/>
+ <parameter left="int" right="" name="sy" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawTiledPixmap" fullname="QPainter::drawTiledPixmap" href="qpainter.html#drawTiledPixmap-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawTiledPixmap(const QRect &amp; rectangle, const QPixmap &amp; pixmap, const QPoint &amp; position)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="position" default="QPoint()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPicture" fullname="QPainter::drawPicture" href="qpainter.html#drawPicture" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawPicture(const QPointF &amp; point, const QPicture &amp; picture)">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ <parameter left="const QPicture &amp;" right="" name="picture" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPicture" fullname="QPainter::drawPicture" href="qpainter.html#drawPicture-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="drawPicture(int x, int y, const QPicture &amp; picture)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="const QPicture &amp;" right="" name="picture" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPicture" fullname="QPainter::drawPicture" href="qpainter.html#drawPicture-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawPicture(const QPoint &amp; point, const QPicture &amp; picture)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ <parameter left="const QPicture &amp;" right="" name="picture" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPixmap" fullname="QPainter::drawPixmap" href="qpainter.html#drawPixmap" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawPixmap(const QRectF &amp; target, const QPixmap &amp; pixmap, const QRectF &amp; source)">
+ <parameter left="const QRectF &amp;" right="" name="target" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="source" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPixmap" fullname="QPainter::drawPixmap" href="qpainter.html#drawPixmap-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawPixmap(const QRect &amp; target, const QPixmap &amp; pixmap, const QRect &amp; source)">
+ <parameter left="const QRect &amp;" right="" name="target" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="const QRect &amp;" right="" name="source" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPixmap" fullname="QPainter::drawPixmap" href="qpainter.html#drawPixmap-10" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="10" type="void" signature="drawPixmap(int x, int y, int w, int h, const QPixmap &amp; pixmap, int sx, int sy, int sw, int sh)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="int" right="" name="sx" default=""/>
+ <parameter left="int" right="" name="sy" default=""/>
+ <parameter left="int" right="" name="sw" default=""/>
+ <parameter left="int" right="" name="sh" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPixmap" fullname="QPainter::drawPixmap" href="qpainter.html#drawPixmap-11" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="11" type="void" signature="drawPixmap(int x, int y, const QPixmap &amp; pixmap, int sx, int sy, int sw, int sh)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="int" right="" name="sx" default=""/>
+ <parameter left="int" right="" name="sy" default=""/>
+ <parameter left="int" right="" name="sw" default=""/>
+ <parameter left="int" right="" name="sh" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPixmap" fullname="QPainter::drawPixmap" href="qpainter.html#drawPixmap-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="drawPixmap(const QPointF &amp; point, const QPixmap &amp; pixmap, const QRectF &amp; source)">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="source" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPixmap" fullname="QPainter::drawPixmap" href="qpainter.html#drawPixmap-4" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="drawPixmap(const QPoint &amp; point, const QPixmap &amp; pixmap, const QRect &amp; source)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="const QRect &amp;" right="" name="source" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPixmap" fullname="QPainter::drawPixmap" href="qpainter.html#drawPixmap-5" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="drawPixmap(const QPointF &amp; point, const QPixmap &amp; pixmap)">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPixmap" fullname="QPainter::drawPixmap" href="qpainter.html#drawPixmap-6" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="void" signature="drawPixmap(const QPoint &amp; point, const QPixmap &amp; pixmap)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPixmap" fullname="QPainter::drawPixmap" href="qpainter.html#drawPixmap-7" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="void" signature="drawPixmap(int x, int y, const QPixmap &amp; pixmap)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPixmap" fullname="QPainter::drawPixmap" href="qpainter.html#drawPixmap-8" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="void" signature="drawPixmap(const QRect &amp; rectangle, const QPixmap &amp; pixmap)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPixmap" fullname="QPainter::drawPixmap" href="qpainter.html#drawPixmap-9" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" type="void" signature="drawPixmap(int x, int y, int width, int height, const QPixmap &amp; pixmap)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawImage" fullname="QPainter::drawImage" href="qpainter.html#drawImage" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawImage(const QRectF &amp; target, const QImage &amp; image, const QRectF &amp; source, QFlags&lt;Qt::ImageConversionFlag&gt; flags)">
+ <parameter left="const QRectF &amp;" right="" name="target" default=""/>
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="source" default=""/>
+ <parameter left="QFlags&lt;Qt::ImageConversionFlag&gt;" right="" name="flags" default="Qt::AutoColor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawImage" fullname="QPainter::drawImage" href="qpainter.html#drawImage-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawImage(const QRect &amp; target, const QImage &amp; image, const QRect &amp; source, QFlags&lt;Qt::ImageConversionFlag&gt; flags)">
+ <parameter left="const QRect &amp;" right="" name="target" default=""/>
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ <parameter left="const QRect &amp;" right="" name="source" default=""/>
+ <parameter left="QFlags&lt;Qt::ImageConversionFlag&gt;" right="" name="flags" default="Qt::AutoColor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawImage" fullname="QPainter::drawImage" href="qpainter.html#drawImage-5" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="drawImage(const QPointF &amp; point, const QImage &amp; image, const QRectF &amp; source, QFlags&lt;Qt::ImageConversionFlag&gt; flags)">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="source" default=""/>
+ <parameter left="QFlags&lt;Qt::ImageConversionFlag&gt;" right="" name="flags" default="Qt::AutoColor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawImage" fullname="QPainter::drawImage" href="qpainter.html#drawImage-6" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="void" signature="drawImage(const QPoint &amp; point, const QImage &amp; image, const QRect &amp; source, QFlags&lt;Qt::ImageConversionFlag&gt; flags)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ <parameter left="const QRect &amp;" right="" name="source" default=""/>
+ <parameter left="QFlags&lt;Qt::ImageConversionFlag&gt;" right="" name="flags" default="Qt::AutoColor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawImage" fullname="QPainter::drawImage" href="qpainter.html#drawImage-7" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="void" signature="drawImage(const QRectF &amp; rectangle, const QImage &amp; image)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawImage" fullname="QPainter::drawImage" href="qpainter.html#drawImage-8" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="void" signature="drawImage(const QRect &amp; rectangle, const QImage &amp; image)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawImage" fullname="QPainter::drawImage" href="qpainter.html#drawImage-3" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="drawImage(const QPointF &amp; point, const QImage &amp; image)">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawImage" fullname="QPainter::drawImage" href="qpainter.html#drawImage-4" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="drawImage(const QPoint &amp; point, const QImage &amp; image)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawImage" fullname="QPainter::drawImage" href="qpainter.html#drawImage-9" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" type="void" signature="drawImage(int x, int y, const QImage &amp; image, int sx, int sy, int sw, int sh, QFlags&lt;Qt::ImageConversionFlag&gt; flags)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ <parameter left="int" right="" name="sx" default="0"/>
+ <parameter left="int" right="" name="sy" default="0"/>
+ <parameter left="int" right="" name="sw" default="-1"/>
+ <parameter left="int" right="" name="sh" default="-1"/>
+ <parameter left="QFlags&lt;Qt::ImageConversionFlag&gt;" right="" name="flags" default="Qt::AutoColor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLayoutDirection" fullname="QPainter::setLayoutDirection" href="qpainter.html#setLayoutDirection" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLayoutDirection(Qt::LayoutDirection direction)">
+ <parameter left="Qt::LayoutDirection" right="" name="direction" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="layoutDirection" fullname="QPainter::layoutDirection" href="qpainter.html#layoutDirection" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::LayoutDirection" signature="layoutDirection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawText" fullname="QPainter::drawText" href="qpainter.html#drawText" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawText(const QPointF &amp; position, const QString &amp; text)">
+ <parameter left="const QPointF &amp;" right="" name="position" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawText" fullname="QPainter::drawText" href="qpainter.html#drawText-9" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" type="void" signature="drawText(const QPoint &amp; position, const QString &amp; text)">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawText" fullname="QPainter::drawText" href="qpainter.html#drawText-12" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" type="void" signature="drawText(int x, int y, const QString &amp; text)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawText" fullname="QPainter::drawText" href="qpainter.html#drawText-10" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="10" type="void" signature="drawText(const QRectF &amp; rectangle, int flags, const QString &amp; text, QRectF * boundingRect)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QRectF *" right="" name="boundingRect" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawText" fullname="QPainter::drawText" href="qpainter.html#drawText-11" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="11" type="void" signature="drawText(const QRect &amp; rectangle, int flags, const QString &amp; text, QRect * boundingRect)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QRect *" right="" name="boundingRect" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawText" fullname="QPainter::drawText" href="qpainter.html#drawText-13" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="13" type="void" signature="drawText(int x, int y, int width, int height, int flags, const QString &amp; text, QRect * boundingRect)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QRect *" right="" name="boundingRect" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawText" fullname="QPainter::drawText" href="qpainter.html#drawText-14" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="14" type="void" signature="drawText(const QRectF &amp; rectangle, const QString &amp; text, const QTextOption &amp; option)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QTextOption &amp;" right="" name="option" default="QTextOption()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QPainter::boundingRect" href="qpainter.html#boundingRect" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QRectF" signature="boundingRect(const QRectF &amp; rectangle, int flags, const QString &amp; text)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QPainter::boundingRect" href="qpainter.html#boundingRect-4" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="QRect" signature="boundingRect(const QRect &amp; rectangle, int flags, const QString &amp; text)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QPainter::boundingRect" href="qpainter.html#boundingRect-5" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="QRect" signature="boundingRect(int x, int y, int w, int h, int flags, const QString &amp; text)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QPainter::boundingRect" href="qpainter.html#boundingRect-6" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="QRectF" signature="boundingRect(const QRectF &amp; rectangle, const QString &amp; text, const QTextOption &amp; option)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QTextOption &amp;" right="" name="option" default="QTextOption()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fillRect" fullname="QPainter::fillRect" href="qpainter.html#fillRect" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="fillRect(const QRectF &amp; rectangle, const QBrush &amp; brush)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fillRect" fullname="QPainter::fillRect" href="qpainter.html#fillRect-8" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="void" signature="fillRect(int x, int y, int width, int height, const QBrush &amp; brush)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fillRect" fullname="QPainter::fillRect" href="qpainter.html#fillRect-5" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="fillRect(const QRect &amp; rectangle, const QBrush &amp; brush)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fillRect" fullname="QPainter::fillRect" href="qpainter.html#fillRect-7" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="void" signature="fillRect(const QRectF &amp; rectangle, const QColor &amp; color)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fillRect" fullname="QPainter::fillRect" href="qpainter.html#fillRect-9" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" type="void" signature="fillRect(int x, int y, int width, int height, const QColor &amp; color)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fillRect" fullname="QPainter::fillRect" href="qpainter.html#fillRect-6" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="void" signature="fillRect(const QRect &amp; rectangle, const QColor &amp; color)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fillRect" fullname="QPainter::fillRect" href="qpainter.html#fillRect-10" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="10" type="void" signature="fillRect(int x, int y, int width, int height, Qt::GlobalColor color)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="Qt::GlobalColor" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fillRect" fullname="QPainter::fillRect" href="qpainter.html#fillRect-11" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="11" type="void" signature="fillRect(const QRect &amp; rectangle, Qt::GlobalColor color)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="Qt::GlobalColor" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fillRect" fullname="QPainter::fillRect" href="qpainter.html#fillRect-12" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" type="void" signature="fillRect(const QRectF &amp; rectangle, Qt::GlobalColor color)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ <parameter left="Qt::GlobalColor" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fillRect" fullname="QPainter::fillRect" href="qpainter.html#fillRect-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="fillRect(int x, int y, int width, int height, Qt::BrushStyle style)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="Qt::BrushStyle" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fillRect" fullname="QPainter::fillRect" href="qpainter.html#fillRect-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="fillRect(const QRect &amp; rectangle, Qt::BrushStyle style)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="Qt::BrushStyle" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fillRect" fullname="QPainter::fillRect" href="qpainter.html#fillRect-4" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="fillRect(const QRectF &amp; rectangle, Qt::BrushStyle style)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ <parameter left="Qt::BrushStyle" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="eraseRect" fullname="QPainter::eraseRect" href="qpainter.html#eraseRect" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="eraseRect(const QRectF &amp; rectangle)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="eraseRect" fullname="QPainter::eraseRect" href="qpainter.html#eraseRect-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="eraseRect(int x, int y, int width, int height)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="eraseRect" fullname="QPainter::eraseRect" href="qpainter.html#eraseRect-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="eraseRect(const QRect &amp; rectangle)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRenderHint" fullname="QPainter::setRenderHint" href="qpainter.html#setRenderHint" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRenderHint(RenderHint hint, bool on)">
+ <parameter left="RenderHint" right="" name="hint" default=""/>
+ <parameter left="bool" right="" name="on" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRenderHints" fullname="QPainter::setRenderHints" href="qpainter.html#setRenderHints" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRenderHints(QFlags&lt;QPainter::RenderHint&gt; hints, bool on)">
+ <parameter left="QFlags&lt;QPainter::RenderHint&gt;" right="" name="hints" default=""/>
+ <parameter left="bool" right="" name="on" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="renderHints" fullname="QPainter::renderHints" href="qpainter.html#renderHints" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="RenderHints" signature="renderHints() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testRenderHint" fullname="QPainter::testRenderHint" href="qpainter.html#testRenderHint" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="testRenderHint(RenderHint hint) const">
+ <parameter left="RenderHint" right="" name="hint" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paintEngine" fullname="QPainter::paintEngine" href="qpainter.html#paintEngine" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPaintEngine *" signature="paintEngine() const"/>
+ <function access="public" threadsafety="thread safe" status="commendable" name="setRedirected" fullname="QPainter::setRedirected" href="qpainter.html#setRedirected" location="qpainter.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setRedirected(const QPaintDevice * device, QPaintDevice * replacement, const QPoint &amp; offset)">
+ <parameter left="const QPaintDevice *" right="" name="device" default=""/>
+ <parameter left="QPaintDevice *" right="" name="replacement" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="offset" default="QPoint()"/>
+ </function>
+ <function access="public" threadsafety="thread safe" status="commendable" name="redirected" fullname="QPainter::redirected" href="qpainter.html#redirected" location="qpainter.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QPaintDevice *" signature="redirected(const QPaintDevice * device, QPoint * offset)">
+ <parameter left="const QPaintDevice *" right="" name="device" default=""/>
+ <parameter left="QPoint *" right="" name="offset" default="0"/>
+ </function>
+ <function access="public" threadsafety="thread safe" status="commendable" name="restoreRedirected" fullname="QPainter::restoreRedirected" href="qpainter.html#restoreRedirected" location="qpainter.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="restoreRedirected(const QPaintDevice * device)">
+ <parameter left="const QPaintDevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setBackgroundColor" fullname="QPainter::setBackgroundColor" href="qpainter-qt3.html#setBackgroundColor" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBackgroundColor(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="backgroundColor" fullname="QPainter::backgroundColor" href="qpainter-qt3.html#backgroundColor" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QColor &amp;" signature="backgroundColor() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="drawText" fullname="QPainter::drawText" href="qpainter-qt3.html#drawText-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="drawText(int x, int y, const QString &amp; text, int pos, int length)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="pos" default=""/>
+ <parameter left="int" right="" name="length" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="drawText" fullname="QPainter::drawText" href="qpainter-qt3.html#drawText-4" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="drawText(const QPoint &amp; point, const QString &amp; text, int pos, int length)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="pos" default=""/>
+ <parameter left="int" right="" name="length" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="drawText" fullname="QPainter::drawText" href="qpainter-qt3.html#drawText-5" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="drawText(int x, int y, const QString &amp; text, int length)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="length" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="drawText" fullname="QPainter::drawText" href="qpainter-qt3.html#drawText-6" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="void" signature="drawText(const QPoint &amp; point, const QString &amp; text, int length)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="length" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="drawText" fullname="QPainter::drawText" href="qpainter-qt3.html#drawText-7" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="void" signature="drawText(const QRect &amp; rectangle, int flags, const QString &amp; text, int length, QRect * br)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="length" default=""/>
+ <parameter left="QRect *" right="" name="br" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="drawText" fullname="QPainter::drawText" href="qpainter-qt3.html#drawText-8" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="void" signature="drawText(int x, int y, int width, int height, int flags, const QString &amp; text, int length, QRect * br)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="length" default=""/>
+ <parameter left="QRect *" right="" name="br" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="boundingRect" fullname="QPainter::boundingRect" href="qpainter-qt3.html#boundingRect-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QRect" signature="boundingRect(const QRect &amp; rectangle, int flags, const QString &amp; text, int length)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="length" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="boundingRect" fullname="QPainter::boundingRect" href="qpainter-qt3.html#boundingRect-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QRect" signature="boundingRect(int x, int y, int width, int height, int flags, const QString &amp; text, int length)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="length" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="begin" fullname="QPainter::begin" href="qpainter-qt3.html#begin-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="begin(QPaintDevice * device, const QWidget * init)">
+ <parameter left="QPaintDevice *" right="" name="device" default=""/>
+ <parameter left="const QWidget *" right="" name="init" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="drawPoints" fullname="QPainter::drawPoints" href="qpainter-qt3.html#drawPoints-5" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="drawPoints(const QPolygon &amp; polygon, int index, int count)">
+ <parameter left="const QPolygon &amp;" right="" name="polygon" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int" right="" name="count" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="drawCubicBezier" fullname="QPainter::drawCubicBezier" href="qpainter-qt3.html#drawCubicBezier" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawCubicBezier(const QPolygon &amp; controlPoints, int index)">
+ <parameter left="const QPolygon &amp;" right="" name="controlPoints" default=""/>
+ <parameter left="int" right="" name="index" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="drawLineSegments" fullname="QPainter::drawLineSegments" href="qpainter-qt3.html#drawLineSegments" location="qpainter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawLineSegments(const QPolygon &amp; polygon, int index, int count)">
+ <parameter left="const QPolygon &amp;" right="" name="polygon" default=""/>
+ <parameter left="int" right="" name="index" default="0"/>
+ <parameter left="int" right="" name="count" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="drawPolyline" fullname="QPainter::drawPolyline" href="qpainter-qt3.html#drawPolyline-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="drawPolyline(const QPolygon &amp; polygon, int index, int count)">
+ <parameter left="const QPolygon &amp;" right="" name="polygon" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int" right="" name="count" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="drawPolygon" fullname="QPainter::drawPolygon" href="qpainter-qt3.html#drawPolygon-4" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="drawPolygon(const QPolygon &amp; polygon, bool winding, int index, int count)">
+ <parameter left="const QPolygon &amp;" right="" name="polygon" default=""/>
+ <parameter left="bool" right="" name="winding" default=""/>
+ <parameter left="int" right="" name="index" default="0"/>
+ <parameter left="int" right="" name="count" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="drawPolygon" fullname="QPainter::drawPolygon" href="qpainter-qt3.html#drawPolygon-3" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="drawPolygon(const QPolygonF &amp; polygon, bool winding, int index, int count)">
+ <parameter left="const QPolygonF &amp;" right="" name="polygon" default=""/>
+ <parameter left="bool" right="" name="winding" default=""/>
+ <parameter left="int" right="" name="index" default="0"/>
+ <parameter left="int" right="" name="count" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="drawConvexPolygon" fullname="QPainter::drawConvexPolygon" href="qpainter-qt3.html#drawConvexPolygon-5" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="drawConvexPolygon(const QPolygonF &amp; polygon, int index, int count)">
+ <parameter left="const QPolygonF &amp;" right="" name="polygon" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int" right="" name="count" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="drawConvexPolygon" fullname="QPainter::drawConvexPolygon" href="qpainter-qt3.html#drawConvexPolygon-6" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="void" signature="drawConvexPolygon(const QPolygon &amp; polygon, int index, int count)">
+ <parameter left="const QPolygon &amp;" right="" name="polygon" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int" right="" name="count" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="redirect" fullname="QPainter::redirect" href="qpainter-qt3.html#redirect" location="qpainter.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="redirect(QPaintDevice * pdev, QPaintDevice * replacement)">
+ <parameter left="QPaintDevice *" right="" name="pdev" default=""/>
+ <parameter left="QPaintDevice *" right="" name="replacement" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="redirect" fullname="QPainter::redirect" href="qpainter-qt3.html#redirect-2" location="qpainter.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QPaintDevice *" signature="redirect(QPaintDevice * pdev)">
+ <parameter left="QPaintDevice *" right="" name="pdev" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setWorldXForm" fullname="QPainter::setWorldXForm" href="qpainter-qt3.html#setWorldXForm" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWorldXForm(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="hasWorldXForm" fullname="QPainter::hasWorldXForm" href="qpainter-qt3.html#hasWorldXForm" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasWorldXForm() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="resetXForm" fullname="QPainter::resetXForm" href="qpainter-qt3.html#resetXForm" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resetXForm()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setViewXForm" fullname="QPainter::setViewXForm" href="qpainter-qt3.html#setViewXForm" location="qpainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setViewXForm(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="hasViewXForm" fullname="QPainter::hasViewXForm" href="qpainter-qt3.html#hasViewXForm" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasViewXForm() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="xForm" fullname="QPainter::xForm" href="qpainter-qt3.html#xForm" location="qpainter.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="xForm(const QPoint &amp; point) const">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="xForm" fullname="QPainter::xForm" href="qpainter-qt3.html#xForm-2" location="qpainter.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRect" signature="xForm(const QRect &amp; rectangle) const">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="xForm" fullname="QPainter::xForm" href="qpainter-qt3.html#xForm-3" location="qpainter.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QPolygon" signature="xForm(const QPolygon &amp; polygon) const">
+ <parameter left="const QPolygon &amp;" right="" name="polygon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="xForm" fullname="QPainter::xForm" href="qpainter-qt3.html#xForm-4" location="qpainter.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QPolygon" signature="xForm(const QPolygon &amp; polygon, int index, int count) const">
+ <parameter left="const QPolygon &amp;" right="" name="polygon" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="xFormDev" fullname="QPainter::xFormDev" href="qpainter-qt3.html#xFormDev" location="qpainter.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="xFormDev(const QPoint &amp; point) const">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="xFormDev" fullname="QPainter::xFormDev" href="qpainter-qt3.html#xFormDev-2" location="qpainter.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRect" signature="xFormDev(const QRect &amp; rectangle) const">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="xFormDev" fullname="QPainter::xFormDev" href="qpainter-qt3.html#xFormDev-3" location="qpainter.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QPolygon" signature="xFormDev(const QPolygon &amp; polygon) const">
+ <parameter left="const QPolygon &amp;" right="" name="polygon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="xFormDev" fullname="QPainter::xFormDev" href="qpainter-qt3.html#xFormDev-4" location="qpainter.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QPolygon" signature="xFormDev(const QPolygon &amp; polygon, int index, int count) const">
+ <parameter left="const QPolygon &amp;" right="" name="polygon" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="translationX" fullname="QPainter::translationX" href="qpainter-qt3.html#translationX" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="translationX() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="translationY" fullname="QPainter::translationY" href="qpainter-qt3.html#translationY" location="qpainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="translationY() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QRunnable" href="qrunnable.html" location="qrunnable.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="run" fullname="QRunnable::run" href="qrunnable.html#run" location="qrunnable.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="run()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRunnable" fullname="QRunnable::QRunnable" href="qrunnable.html#QRunnable" location="qrunnable.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QRunnable()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QRunnable" fullname="QRunnable::~QRunnable" href="qrunnable.html#dtor.QRunnable" location="qrunnable.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QRunnable()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoDelete" fullname="QRunnable::autoDelete" href="qrunnable.html#autoDelete" location="qrunnable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="autoDelete() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoDelete" fullname="QRunnable::setAutoDelete" href="qrunnable.html#setAutoDelete" location="qrunnable.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAutoDelete(bool autoDelete)">
+ <parameter left="bool" right="" name="autoDelete" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3StrListIterator" href="q3strlistiterator.html" location="q3strlist.h" bases="Q3PtrListIterator" module="Qt3SupportLight"/>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3StrList" href="q3strlist.html" location="q3strlist.h" bases="Q3PtrList" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3StrList" fullname="Q3StrList::Q3StrList" href="q3strlist.html#Q3StrList" location="q3strlist.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3StrList(bool deepCopies)">
+ <parameter left="bool" right="" name="deepCopies" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3StrList" fullname="Q3StrList::Q3StrList" href="q3strlist.html#Q3StrList-2" location="q3strlist.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3StrList(const Q3StrList &amp; list)">
+ <parameter left="const Q3StrList &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3StrList" fullname="Q3StrList::~Q3StrList" href="q3strlist.html#dtor.Q3StrList" location="q3strlist.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3StrList()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3StrList::operator=" href="q3strlist.html#operator=" location="q3strlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3StrList &amp;" signature="operator=(const Q3StrList &amp; list)">
+ <parameter left="const Q3StrList &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3StrList" fullname="Q3StrList::Q3StrList" href="q3strlist.html#Q3StrList-3" location="q3strlist.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3StrList(const QList&lt;QByteArray&gt; &amp; list)">
+ <parameter left="const QList&lt;QByteArray&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3StrList::operator=" href="q3strlist.html#operator=-2" location="q3strlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="Q3StrList &amp;" signature="operator=(const QList&lt;QByteArray&gt; &amp; list)">
+ <parameter left="const QList&lt;QByteArray&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QList&lt;QByteArray&gt;" fullname="Q3StrList::operator QList&lt;QByteArray&gt;" href="q3strlist.html#operator QList&lt;QByteArray&gt;" location="q3strlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QList&lt;QByteArray&gt;() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3StrIList" href="q3strilist.html" location="q3strlist.h" bases="Q3StrList" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3StrIList" fullname="Q3StrIList::Q3StrIList" href="q3strilist.html#Q3StrIList" location="q3strlist.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3StrIList(bool deepCopies)">
+ <parameter left="bool" right="" name="deepCopies" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3StrIList" fullname="Q3StrIList::~Q3StrIList" href="q3strilist.html#dtor.Q3StrIList" location="q3strlist.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3StrIList()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QHeaderView" href="qheaderview.html" location="qheaderview.h" bases="QAbstractItemView" module="QtGui">
+ <contents name="moving-header-sections" title="Moving Header Sections" level="1"/>
+ <contents name="appearance" title="Appearance" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="showSortIndicator" fullname="QHeaderView::showSortIndicator" href="qheaderview.html#showSortIndicator-prop" location="qheaderview.h" type="bool">
+ <getter name="isSortIndicatorShown"/>
+ <setter name="setSortIndicatorShown"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="highlightSections" fullname="QHeaderView::highlightSections" href="qheaderview.html#highlightSections-prop" location="qheaderview.h" type="bool">
+ <getter name="highlightSections"/>
+ <setter name="setHighlightSections"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="stretchLastSection" fullname="QHeaderView::stretchLastSection" href="qheaderview.html#stretchLastSection-prop" location="qheaderview.h" type="bool">
+ <getter name="stretchLastSection"/>
+ <setter name="setStretchLastSection"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="cascadingSectionResizes" fullname="QHeaderView::cascadingSectionResizes" href="qheaderview.html#cascadingSectionResizes-prop" location="qheaderview.h" type="bool">
+ <getter name="cascadingSectionResizes"/>
+ <setter name="setCascadingSectionResizes"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="defaultSectionSize" fullname="QHeaderView::defaultSectionSize" href="qheaderview.html#defaultSectionSize-prop" location="qheaderview.h" type="int">
+ <getter name="defaultSectionSize"/>
+ <setter name="setDefaultSectionSize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="minimumSectionSize" fullname="QHeaderView::minimumSectionSize" href="qheaderview.html#minimumSectionSize-prop" location="qheaderview.h" type="int">
+ <getter name="minimumSectionSize"/>
+ <setter name="setMinimumSectionSize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="defaultAlignment" fullname="QHeaderView::defaultAlignment" href="qheaderview.html#defaultAlignment-prop" location="qheaderview.h" type="Qt::Alignment">
+ <getter name="defaultAlignment"/>
+ <setter name="setDefaultAlignment"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ResizeMode" fullname="QHeaderView::ResizeMode" href="qheaderview.html#ResizeMode-enum" location="qheaderview.h">
+ <value name="Interactive" value="0"/>
+ <value name="Stretch" value="1"/>
+ <value name="Fixed" value="2"/>
+ <value name="ResizeToContents" value="3"/>
+ <value name="Custom" value="Fixed"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHeaderView" fullname="QHeaderView::QHeaderView" href="qheaderview.html#QHeaderView" location="qheaderview.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QHeaderView(Qt::Orientation orientation, QWidget * parent)">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QHeaderView" fullname="QHeaderView::~QHeaderView" href="qheaderview.html#dtor.QHeaderView" location="qheaderview.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QHeaderView()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setModel" fullname="QHeaderView::setModel" href="qheaderview.html#setModel" location="qheaderview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setModel(QAbstractItemModel * model)">
+ <parameter left="QAbstractItemModel *" right="" name="model" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="QHeaderView::orientation" href="qheaderview.html#orientation" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::Orientation" signature="orientation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="offset" fullname="QHeaderView::offset" href="qheaderview.html#offset" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="offset() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="length" fullname="QHeaderView::length" href="qheaderview.html#length" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="length() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QHeaderView::sizeHint" href="qheaderview.html#sizeHint" location="qheaderview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sectionSizeHint" fullname="QHeaderView::sectionSizeHint" href="qheaderview.html#sectionSizeHint" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="sectionSizeHint(int logicalIndex) const">
+ <parameter left="int" right="" name="logicalIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="visualIndexAt" fullname="QHeaderView::visualIndexAt" href="qheaderview.html#visualIndexAt" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="visualIndexAt(int position) const">
+ <parameter left="int" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="logicalIndexAt" fullname="QHeaderView::logicalIndexAt" href="qheaderview.html#logicalIndexAt" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="logicalIndexAt(int position) const">
+ <parameter left="int" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="logicalIndexAt" fullname="QHeaderView::logicalIndexAt" href="qheaderview.html#logicalIndexAt-2" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="logicalIndexAt(int x, int y) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="logicalIndexAt" fullname="QHeaderView::logicalIndexAt" href="qheaderview.html#logicalIndexAt-3" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="int" signature="logicalIndexAt(const QPoint &amp; pos) const">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sectionSize" fullname="QHeaderView::sectionSize" href="qheaderview.html#sectionSize" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="sectionSize(int logicalIndex) const">
+ <parameter left="int" right="" name="logicalIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sectionPosition" fullname="QHeaderView::sectionPosition" href="qheaderview.html#sectionPosition" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="sectionPosition(int logicalIndex) const">
+ <parameter left="int" right="" name="logicalIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sectionViewportPosition" fullname="QHeaderView::sectionViewportPosition" href="qheaderview.html#sectionViewportPosition" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="sectionViewportPosition(int logicalIndex) const">
+ <parameter left="int" right="" name="logicalIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveSection" fullname="QHeaderView::moveSection" href="qheaderview.html#moveSection" location="qheaderview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveSection(int from, int to)">
+ <parameter left="int" right="" name="from" default=""/>
+ <parameter left="int" right="" name="to" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="swapSections" fullname="QHeaderView::swapSections" href="qheaderview.html#swapSections" location="qheaderview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="swapSections(int first, int second)">
+ <parameter left="int" right="" name="first" default=""/>
+ <parameter left="int" right="" name="second" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resizeSection" fullname="QHeaderView::resizeSection" href="qheaderview.html#resizeSection" location="qheaderview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeSection(int logicalIndex, int size)">
+ <parameter left="int" right="" name="logicalIndex" default=""/>
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resizeSections" fullname="QHeaderView::resizeSections" href="qheaderview.html#resizeSections" location="qheaderview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeSections(QHeaderView::ResizeMode mode)">
+ <parameter left="QHeaderView::ResizeMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSectionHidden" fullname="QHeaderView::isSectionHidden" href="qheaderview.html#isSectionHidden" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSectionHidden(int logicalIndex) const">
+ <parameter left="int" right="" name="logicalIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSectionHidden" fullname="QHeaderView::setSectionHidden" href="qheaderview.html#setSectionHidden" location="qheaderview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSectionHidden(int logicalIndex, bool hide)">
+ <parameter left="int" right="" name="logicalIndex" default=""/>
+ <parameter left="bool" right="" name="hide" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hiddenSectionCount" fullname="QHeaderView::hiddenSectionCount" href="qheaderview.html#hiddenSectionCount" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="hiddenSectionCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hideSection" fullname="QHeaderView::hideSection" href="qheaderview.html#hideSection" location="qheaderview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="hideSection(int logicalIndex)">
+ <parameter left="int" right="" name="logicalIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showSection" fullname="QHeaderView::showSection" href="qheaderview.html#showSection" location="qheaderview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="showSection(int logicalIndex)">
+ <parameter left="int" right="" name="logicalIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QHeaderView::count" href="qheaderview.html#count" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="visualIndex" fullname="QHeaderView::visualIndex" href="qheaderview.html#visualIndex" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="visualIndex(int logicalIndex) const">
+ <parameter left="int" right="" name="logicalIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="logicalIndex" fullname="QHeaderView::logicalIndex" href="qheaderview.html#logicalIndex" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="logicalIndex(int visualIndex) const">
+ <parameter left="int" right="" name="visualIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMovable" fullname="QHeaderView::setMovable" href="qheaderview.html#setMovable" location="qheaderview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMovable(bool movable)">
+ <parameter left="bool" right="" name="movable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isMovable" fullname="QHeaderView::isMovable" href="qheaderview.html#isMovable" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isMovable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setClickable" fullname="QHeaderView::setClickable" href="qheaderview.html#setClickable" location="qheaderview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setClickable(bool clickable)">
+ <parameter left="bool" right="" name="clickable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isClickable" fullname="QHeaderView::isClickable" href="qheaderview.html#isClickable" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isClickable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHighlightSections" fullname="QHeaderView::setHighlightSections" href="qheaderview.html#highlightSections-prop" location="qheaderview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="highlightSections" type="void" signature="setHighlightSections(bool highlight)">
+ <parameter left="bool" right="" name="highlight" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="highlightSections" fullname="QHeaderView::highlightSections" href="qheaderview.html#highlightSections-prop" location="qheaderview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="highlightSections" type="bool" signature="highlightSections() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setResizeMode" fullname="QHeaderView::setResizeMode" href="qheaderview.html#setResizeMode" location="qheaderview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setResizeMode(ResizeMode mode)">
+ <parameter left="ResizeMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setResizeMode" fullname="QHeaderView::setResizeMode" href="qheaderview.html#setResizeMode-2" location="qheaderview.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setResizeMode(int logicalIndex, ResizeMode mode)">
+ <parameter left="int" right="" name="logicalIndex" default=""/>
+ <parameter left="ResizeMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resizeMode" fullname="QHeaderView::resizeMode" href="qheaderview.html#resizeMode" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ResizeMode" signature="resizeMode(int logicalIndex) const">
+ <parameter left="int" right="" name="logicalIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stretchSectionCount" fullname="QHeaderView::stretchSectionCount" href="qheaderview.html#stretchSectionCount" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="stretchSectionCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSortIndicatorShown" fullname="QHeaderView::setSortIndicatorShown" href="qheaderview.html#showSortIndicator-prop" location="qheaderview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="showSortIndicator" type="void" signature="setSortIndicatorShown(bool show)">
+ <parameter left="bool" right="" name="show" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSortIndicatorShown" fullname="QHeaderView::isSortIndicatorShown" href="qheaderview.html#showSortIndicator-prop" location="qheaderview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="showSortIndicator" type="bool" signature="isSortIndicatorShown() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSortIndicator" fullname="QHeaderView::setSortIndicator" href="qheaderview.html#setSortIndicator" location="qheaderview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSortIndicator(int logicalIndex, Qt::SortOrder order)">
+ <parameter left="int" right="" name="logicalIndex" default=""/>
+ <parameter left="Qt::SortOrder" right="" name="order" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortIndicatorSection" fullname="QHeaderView::sortIndicatorSection" href="qheaderview.html#sortIndicatorSection" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="sortIndicatorSection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortIndicatorOrder" fullname="QHeaderView::sortIndicatorOrder" href="qheaderview.html#sortIndicatorOrder" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::SortOrder" signature="sortIndicatorOrder() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stretchLastSection" fullname="QHeaderView::stretchLastSection" href="qheaderview.html#stretchLastSection-prop" location="qheaderview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="stretchLastSection" type="bool" signature="stretchLastSection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStretchLastSection" fullname="QHeaderView::setStretchLastSection" href="qheaderview.html#stretchLastSection-prop" location="qheaderview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="stretchLastSection" type="void" signature="setStretchLastSection(bool stretch)">
+ <parameter left="bool" right="" name="stretch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cascadingSectionResizes" fullname="QHeaderView::cascadingSectionResizes" href="qheaderview.html#cascadingSectionResizes-prop" location="qheaderview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="cascadingSectionResizes" type="bool" signature="cascadingSectionResizes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCascadingSectionResizes" fullname="QHeaderView::setCascadingSectionResizes" href="qheaderview.html#cascadingSectionResizes-prop" location="qheaderview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="cascadingSectionResizes" type="void" signature="setCascadingSectionResizes(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultSectionSize" fullname="QHeaderView::defaultSectionSize" href="qheaderview.html#defaultSectionSize-prop" location="qheaderview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="defaultSectionSize" type="int" signature="defaultSectionSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultSectionSize" fullname="QHeaderView::setDefaultSectionSize" href="qheaderview.html#defaultSectionSize-prop" location="qheaderview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="defaultSectionSize" type="void" signature="setDefaultSectionSize(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSectionSize" fullname="QHeaderView::minimumSectionSize" href="qheaderview.html#minimumSectionSize-prop" location="qheaderview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="minimumSectionSize" type="int" signature="minimumSectionSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinimumSectionSize" fullname="QHeaderView::setMinimumSectionSize" href="qheaderview.html#minimumSectionSize-prop" location="qheaderview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="minimumSectionSize" type="void" signature="setMinimumSectionSize(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultAlignment" fullname="QHeaderView::defaultAlignment" href="qheaderview.html#defaultAlignment-prop" location="qheaderview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="defaultAlignment" type="Qt::Alignment" signature="defaultAlignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultAlignment" fullname="QHeaderView::setDefaultAlignment" href="qheaderview.html#defaultAlignment-prop" location="qheaderview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="defaultAlignment" type="void" signature="setDefaultAlignment(QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sectionsMoved" fullname="QHeaderView::sectionsMoved" href="qheaderview.html#sectionsMoved" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="sectionsMoved() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sectionsHidden" fullname="QHeaderView::sectionsHidden" href="qheaderview.html#sectionsHidden" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="sectionsHidden() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="saveState" fullname="QHeaderView::saveState" href="qheaderview.html#saveState" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="saveState() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="restoreState" fullname="QHeaderView::restoreState" href="qheaderview.html#restoreState" location="qheaderview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="restoreState(const QByteArray &amp; state)">
+ <parameter left="const QByteArray &amp;" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="QHeaderView::reset" href="qheaderview.html#reset" location="qheaderview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOffset" fullname="QHeaderView::setOffset" href="qheaderview.html#setOffset" location="qheaderview.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setOffset(int offset)">
+ <parameter left="int" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOffsetToSectionPosition" fullname="QHeaderView::setOffsetToSectionPosition" href="qheaderview.html#setOffsetToSectionPosition" location="qheaderview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setOffsetToSectionPosition(int visualIndex)">
+ <parameter left="int" right="" name="visualIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOffsetToLastSection" fullname="QHeaderView::setOffsetToLastSection" href="qheaderview.html#setOffsetToLastSection" location="qheaderview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setOffsetToLastSection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="headerDataChanged" fullname="QHeaderView::headerDataChanged" href="qheaderview.html#headerDataChanged" location="qheaderview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="headerDataChanged(Qt::Orientation orientation, int logicalFirst, int logicalLast)">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="int" right="" name="logicalFirst" default=""/>
+ <parameter left="int" right="" name="logicalLast" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sectionMoved" fullname="QHeaderView::sectionMoved" href="qheaderview.html#sectionMoved" location="qheaderview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="sectionMoved(int logicalIndex, int oldVisualIndex, int newVisualIndex)">
+ <parameter left="int" right="" name="logicalIndex" default=""/>
+ <parameter left="int" right="" name="oldVisualIndex" default=""/>
+ <parameter left="int" right="" name="newVisualIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sectionResized" fullname="QHeaderView::sectionResized" href="qheaderview.html#sectionResized" location="qheaderview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="sectionResized(int logicalIndex, int oldSize, int newSize)">
+ <parameter left="int" right="" name="logicalIndex" default=""/>
+ <parameter left="int" right="" name="oldSize" default=""/>
+ <parameter left="int" right="" name="newSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sectionPressed" fullname="QHeaderView::sectionPressed" href="qheaderview.html#sectionPressed" location="qheaderview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="sectionPressed(int logicalIndex)">
+ <parameter left="int" right="" name="logicalIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sectionClicked" fullname="QHeaderView::sectionClicked" href="qheaderview.html#sectionClicked" location="qheaderview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="sectionClicked(int logicalIndex)">
+ <parameter left="int" right="" name="logicalIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sectionEntered" fullname="QHeaderView::sectionEntered" href="qheaderview.html#sectionEntered" location="qheaderview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="sectionEntered(int logicalIndex)">
+ <parameter left="int" right="" name="logicalIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sectionDoubleClicked" fullname="QHeaderView::sectionDoubleClicked" href="qheaderview.html#sectionDoubleClicked" location="qheaderview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="sectionDoubleClicked(int logicalIndex)">
+ <parameter left="int" right="" name="logicalIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sectionCountChanged" fullname="QHeaderView::sectionCountChanged" href="qheaderview.html#sectionCountChanged" location="qheaderview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="sectionCountChanged(int oldCount, int newCount)">
+ <parameter left="int" right="" name="oldCount" default=""/>
+ <parameter left="int" right="" name="newCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sectionHandleDoubleClicked" fullname="QHeaderView::sectionHandleDoubleClicked" href="qheaderview.html#sectionHandleDoubleClicked" location="qheaderview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="sectionHandleDoubleClicked(int logicalIndex)">
+ <parameter left="int" right="" name="logicalIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sectionAutoResize" fullname="QHeaderView::sectionAutoResize" href="qheaderview.html#sectionAutoResize" location="qheaderview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="sectionAutoResize(int logicalIndex, QHeaderView::ResizeMode mode)">
+ <parameter left="int" right="" name="logicalIndex" default=""/>
+ <parameter left="QHeaderView::ResizeMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="geometriesChanged" fullname="QHeaderView::geometriesChanged" href="qheaderview.html#geometriesChanged" location="qheaderview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="geometriesChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortIndicatorChanged" fullname="QHeaderView::sortIndicatorChanged" href="qheaderview.html#sortIndicatorChanged" location="qheaderview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="sortIndicatorChanged(int logicalIndex, Qt::SortOrder order)">
+ <parameter left="int" right="" name="logicalIndex" default=""/>
+ <parameter left="Qt::SortOrder" right="" name="order" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeSections" fullname="QHeaderView::resizeSections" href="qheaderview.html#resizeSections-2" location="qheaderview.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="resizeSections()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sectionsInserted" fullname="QHeaderView::sectionsInserted" href="qheaderview.html#sectionsInserted" location="qheaderview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="sectionsInserted(const QModelIndex &amp; parent, int logicalFirst, int logicalLast)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="logicalFirst" default=""/>
+ <parameter left="int" right="" name="logicalLast" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sectionsAboutToBeRemoved" fullname="QHeaderView::sectionsAboutToBeRemoved" href="qheaderview.html#sectionsAboutToBeRemoved" location="qheaderview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="sectionsAboutToBeRemoved(const QModelIndex &amp; parent, int logicalFirst, int logicalLast)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="logicalFirst" default=""/>
+ <parameter left="int" right="" name="logicalLast" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="currentChanged" fullname="QHeaderView::currentChanged" href="qheaderview.html#currentChanged" location="qheaderview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="currentChanged(const QModelIndex &amp; current, const QModelIndex &amp; old)">
+ <parameter left="const QModelIndex &amp;" right="" name="current" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="old" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QHeaderView::event" href="qheaderview.html#event" location="qheaderview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QHeaderView::paintEvent" href="qheaderview.html#paintEvent" location="qheaderview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * e)">
+ <parameter left="QPaintEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QHeaderView::mousePressEvent" href="qheaderview.html#mousePressEvent" location="qheaderview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QHeaderView::mouseMoveEvent" href="qheaderview.html#mouseMoveEvent" location="qheaderview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QHeaderView::mouseReleaseEvent" href="qheaderview.html#mouseReleaseEvent" location="qheaderview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseDoubleClickEvent" fullname="QHeaderView::mouseDoubleClickEvent" href="qheaderview.html#mouseDoubleClickEvent" location="qheaderview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseDoubleClickEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="viewportEvent" fullname="QHeaderView::viewportEvent" href="qheaderview.html#viewportEvent" location="qheaderview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="viewportEvent(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintSection" fullname="QHeaderView::paintSection" href="qheaderview.html#paintSection" location="qheaderview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="paintSection(QPainter * painter, const QRect &amp; rect, int logicalIndex) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="int" right="" name="logicalIndex" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sectionSizeFromContents" fullname="QHeaderView::sectionSizeFromContents" href="qheaderview.html#sectionSizeFromContents" location="qheaderview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sectionSizeFromContents(int logicalIndex) const">
+ <parameter left="int" right="" name="logicalIndex" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="horizontalOffset" fullname="QHeaderView::horizontalOffset" href="qheaderview.html#horizontalOffset" location="qheaderview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="horizontalOffset() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="verticalOffset" fullname="QHeaderView::verticalOffset" href="qheaderview.html#verticalOffset" location="qheaderview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="verticalOffset() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setSelection" fullname="QHeaderView::setSelection" href="qheaderview.html#setSelection" location="qheaderview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelection(const QRect &amp; rect, QFlags&lt;QItemSelectionModel::SelectionFlag&gt; flags)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="QFlags&lt;QItemSelectionModel::SelectionFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initStyleOption" fullname="QHeaderView::initStyleOption" href="qheaderview.html#initStyleOption" location="qheaderview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="initStyleOption(QStyleOptionHeader * option) const">
+ <parameter left="QStyleOptionHeader *" right="" name="option" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3DragObject" href="q3dragobject.html" location="q3dragobject.h" bases="QObject,QMimeSource" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3DragObject" fullname="Q3DragObject::Q3DragObject" href="q3dragobject.html#Q3DragObject" location="q3dragobject.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3DragObject(QWidget * dragSource, const char * name)">
+ <parameter left="QWidget *" right="" name="dragSource" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3DragObject" fullname="Q3DragObject::~Q3DragObject" href="q3dragobject.html#dtor.Q3DragObject" location="q3dragobject.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3DragObject()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drag" fullname="Q3DragObject::drag" href="q3dragobject.html#drag" location="q3dragobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="drag()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dragMove" fullname="Q3DragObject::dragMove" href="q3dragobject.html#dragMove" location="q3dragobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="dragMove()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dragCopy" fullname="Q3DragObject::dragCopy" href="q3dragobject.html#dragCopy" location="q3dragobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="dragCopy()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dragLink" fullname="Q3DragObject::dragLink" href="q3dragobject.html#dragLink" location="q3dragobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="dragLink()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPixmap" fullname="Q3DragObject::setPixmap" href="q3dragobject.html#setPixmap-2" location="q3dragobject.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setPixmap(QPixmap pm)">
+ <parameter left="QPixmap" right="" name="pm" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPixmap" fullname="Q3DragObject::setPixmap" href="q3dragobject.html#setPixmap" location="q3dragobject.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setPixmap(QPixmap pm, const QPoint &amp; hotspot)">
+ <parameter left="QPixmap" right="" name="pm" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="hotspot" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmap" fullname="Q3DragObject::pixmap" href="q3dragobject.html#pixmap" location="q3dragobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="pixmap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmapHotSpot" fullname="Q3DragObject::pixmapHotSpot" href="q3dragobject.html#pixmapHotSpot" location="q3dragobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="pixmapHotSpot() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="source" fullname="Q3DragObject::source" href="q3dragobject.html#source" location="q3dragobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QWidget *" signature="source()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="target" fullname="Q3DragObject::target" href="q3dragobject.html#target" location="q3dragobject.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QWidget *" signature="target()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DragMode" fullname="Q3DragObject::DragMode" href="q3dragobject.html#DragMode-enum" location="q3dragobject.h">
+ <value name="DragDefault" value="0"/>
+ <value name="DragCopy" value="1"/>
+ <value name="DragMove" value="2"/>
+ <value name="DragLink" value="3"/>
+ <value name="DragCopyOrMove" value="4"/>
+ </enum>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drag" fullname="Q3DragObject::drag" href="q3dragobject.html#drag-2" location="q3dragobject.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="drag(DragMode mode)">
+ <parameter left="DragMode" right="" name="mode" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3StoredDrag" href="q3storeddrag.html" location="q3dragobject.h" bases="Q3DragObject" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3StoredDrag" fullname="Q3StoredDrag::Q3StoredDrag" href="q3storeddrag.html#Q3StoredDrag" location="q3dragobject.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3StoredDrag(const char * mimeType, QWidget * dragSource, const char * name)">
+ <parameter left="const char *" right="" name="mimeType" default=""/>
+ <parameter left="QWidget *" right="" name="dragSource" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3StoredDrag" fullname="Q3StoredDrag::~Q3StoredDrag" href="q3storeddrag.html#dtor.Q3StoredDrag" location="q3dragobject.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3StoredDrag()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEncodedData" fullname="Q3StoredDrag::setEncodedData" href="q3storeddrag.html#setEncodedData" location="q3dragobject.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setEncodedData(const QByteArray &amp; data)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="Q3StoredDrag::format" href="q3storeddrag.html#format" location="q3dragobject.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="const char *" signature="format(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encodedData" fullname="Q3StoredDrag::encodedData" href="q3storeddrag.html#encodedData" location="q3dragobject.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="encodedData(const char * format) const">
+ <parameter left="const char *" right="" name="format" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3TextDrag" href="q3textdrag.html" location="q3dragobject.h" bases="Q3DragObject" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3TextDrag" fullname="Q3TextDrag::Q3TextDrag" href="q3textdrag.html#Q3TextDrag" location="q3dragobject.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3TextDrag(const QString &amp; text, QWidget * dragSource, const char * name)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QWidget *" right="" name="dragSource" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3TextDrag" fullname="Q3TextDrag::Q3TextDrag" href="q3textdrag.html#Q3TextDrag-2" location="q3dragobject.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3TextDrag(QWidget * dragSource, const char * name)">
+ <parameter left="QWidget *" right="" name="dragSource" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3TextDrag" fullname="Q3TextDrag::~Q3TextDrag" href="q3textdrag.html#dtor.Q3TextDrag" location="q3dragobject.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3TextDrag()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="Q3TextDrag::setText" href="q3textdrag.html#setText" location="q3dragobject.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSubtype" fullname="Q3TextDrag::setSubtype" href="q3textdrag.html#setSubtype" location="q3dragobject.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSubtype(const QString &amp; subtype)">
+ <parameter left="const QString &amp;" right="" name="subtype" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="Q3TextDrag::format" href="q3textdrag.html#format" location="q3dragobject.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="const char *" signature="format(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encodedData" fullname="Q3TextDrag::encodedData" href="q3textdrag.html#encodedData" location="q3dragobject.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="encodedData(const char * mime) const">
+ <parameter left="const char *" right="" name="mime" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canDecode" fullname="Q3TextDrag::canDecode" href="q3textdrag.html#canDecode" location="q3dragobject.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="canDecode(const QMimeSource * source)">
+ <parameter left="const QMimeSource *" right="" name="source" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="decode" fullname="Q3TextDrag::decode" href="q3textdrag.html#decode" location="q3dragobject.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="decode(const QMimeSource * source, QString &amp; string)">
+ <parameter left="const QMimeSource *" right="" name="source" default=""/>
+ <parameter left="QString &amp;" right="" name="string" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="decode" fullname="Q3TextDrag::decode" href="q3textdrag.html#decode-2" location="q3dragobject.cpp" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="bool" signature="decode(const QMimeSource * source, QString &amp; string, QString &amp; subtype)">
+ <parameter left="const QMimeSource *" right="" name="source" default=""/>
+ <parameter left="QString &amp;" right="" name="string" default=""/>
+ <parameter left="QString &amp;" right="" name="subtype" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3ImageDrag" href="q3imagedrag.html" location="q3dragobject.h" bases="Q3DragObject" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ImageDrag" fullname="Q3ImageDrag::Q3ImageDrag" href="q3imagedrag.html#Q3ImageDrag" location="q3dragobject.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3ImageDrag(QImage image, QWidget * dragSource, const char * name)">
+ <parameter left="QImage" right="" name="image" default=""/>
+ <parameter left="QWidget *" right="" name="dragSource" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ImageDrag" fullname="Q3ImageDrag::Q3ImageDrag" href="q3imagedrag.html#Q3ImageDrag-2" location="q3dragobject.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3ImageDrag(QWidget * dragSource, const char * name)">
+ <parameter left="QWidget *" right="" name="dragSource" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3ImageDrag" fullname="Q3ImageDrag::~Q3ImageDrag" href="q3imagedrag.html#dtor.Q3ImageDrag" location="q3dragobject.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3ImageDrag()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setImage" fullname="Q3ImageDrag::setImage" href="q3imagedrag.html#setImage" location="q3dragobject.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setImage(QImage image)">
+ <parameter left="QImage" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="Q3ImageDrag::format" href="q3imagedrag.html#format" location="q3dragobject.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="const char *" signature="format(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encodedData" fullname="Q3ImageDrag::encodedData" href="q3imagedrag.html#encodedData" location="q3dragobject.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="encodedData(const char * fmt) const">
+ <parameter left="const char *" right="" name="fmt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canDecode" fullname="Q3ImageDrag::canDecode" href="q3imagedrag.html#canDecode" location="q3dragobject.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="canDecode(const QMimeSource * source)">
+ <parameter left="const QMimeSource *" right="" name="source" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="decode" fullname="Q3ImageDrag::decode" href="q3imagedrag.html#decode" location="q3dragobject.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="decode(const QMimeSource * source, QImage &amp; image)">
+ <parameter left="const QMimeSource *" right="" name="source" default=""/>
+ <parameter left="QImage &amp;" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="decode" fullname="Q3ImageDrag::decode" href="q3imagedrag.html#decode-2" location="q3dragobject.cpp" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="bool" signature="decode(const QMimeSource * source, QPixmap &amp; pixmap)">
+ <parameter left="const QMimeSource *" right="" name="source" default=""/>
+ <parameter left="QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3UriDrag" href="q3uridrag.html" location="q3dragobject.h" bases="Q3StoredDrag" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3UriDrag" fullname="Q3UriDrag::Q3UriDrag" href="q3uridrag.html#Q3UriDrag" location="q3dragobject.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3UriDrag(const Q3StrList &amp; uris, QWidget * dragSource, const char * name)">
+ <parameter left="const Q3StrList &amp;" right="" name="uris" default=""/>
+ <parameter left="QWidget *" right="" name="dragSource" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3UriDrag" fullname="Q3UriDrag::Q3UriDrag" href="q3uridrag.html#Q3UriDrag-2" location="q3dragobject.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3UriDrag(QWidget * dragSource, const char * name)">
+ <parameter left="QWidget *" right="" name="dragSource" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3UriDrag" fullname="Q3UriDrag::~Q3UriDrag" href="q3uridrag.html#dtor.Q3UriDrag" location="q3dragobject.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3UriDrag()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFileNames" fullname="Q3UriDrag::setFileNames" href="q3uridrag.html#setFileNames" location="q3dragobject.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFileNames(const QStringList &amp; filenames)">
+ <parameter left="const QStringList &amp;" right="" name="filenames" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFileNames" fullname="Q3UriDrag::setFileNames" href="q3uridrag.html#setFileNames-2" location="q3dragobject.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setFileNames(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setFilenames" fullname="Q3UriDrag::setFilenames" href="q3uridrag-obsolete.html#setFilenames-2" location="q3dragobject.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setFilenames(const QStringList &amp; list)">
+ <parameter left="const QStringList &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFilenames" fullname="Q3UriDrag::setFilenames" href="q3uridrag.html#setFilenames" location="q3dragobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFilenames(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUnicodeUris" fullname="Q3UriDrag::setUnicodeUris" href="q3uridrag.html#setUnicodeUris" location="q3dragobject.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUnicodeUris(const QStringList &amp; list)">
+ <parameter left="const QStringList &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUris" fullname="Q3UriDrag::setUris" href="q3uridrag.html#setUris" location="q3dragobject.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setUris(const QList&lt;QByteArray&gt; &amp; list)">
+ <parameter left="const QList&lt;QByteArray&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="uriToLocalFile" fullname="Q3UriDrag::uriToLocalFile" href="q3uridrag.html#uriToLocalFile" location="q3dragobject.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="uriToLocalFile(const char * string)">
+ <parameter left="const char *" right="" name="string" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="localFileToUri" fullname="Q3UriDrag::localFileToUri" href="q3uridrag.html#localFileToUri" location="q3dragobject.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QByteArray" signature="localFileToUri(const QString &amp; filename)">
+ <parameter left="const QString &amp;" right="" name="filename" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="uriToUnicodeUri" fullname="Q3UriDrag::uriToUnicodeUri" href="q3uridrag.html#uriToUnicodeUri" location="q3dragobject.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="uriToUnicodeUri(const char * string)">
+ <parameter left="const char *" right="" name="string" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unicodeUriToUri" fullname="Q3UriDrag::unicodeUriToUri" href="q3uridrag.html#unicodeUriToUri" location="q3dragobject.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QByteArray" signature="unicodeUriToUri(const QString &amp; string)">
+ <parameter left="const QString &amp;" right="" name="string" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canDecode" fullname="Q3UriDrag::canDecode" href="q3uridrag.html#canDecode" location="q3dragobject.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="canDecode(const QMimeSource * source)">
+ <parameter left="const QMimeSource *" right="" name="source" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="decode" fullname="Q3UriDrag::decode" href="q3uridrag.html#decode" location="q3dragobject.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="decode(const QMimeSource * source, Q3StrList &amp; list)">
+ <parameter left="const QMimeSource *" right="" name="source" default=""/>
+ <parameter left="Q3StrList &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="decodeToUnicodeUris" fullname="Q3UriDrag::decodeToUnicodeUris" href="q3uridrag.html#decodeToUnicodeUris" location="q3dragobject.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="decodeToUnicodeUris(const QMimeSource * source, QStringList &amp; list)">
+ <parameter left="const QMimeSource *" right="" name="source" default=""/>
+ <parameter left="QStringList &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="decodeLocalFiles" fullname="Q3UriDrag::decodeLocalFiles" href="q3uridrag.html#decodeLocalFiles" location="q3dragobject.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="decodeLocalFiles(const QMimeSource * source, QStringList &amp; list)">
+ <parameter left="const QMimeSource *" right="" name="source" default=""/>
+ <parameter left="QStringList &amp;" right="" name="list" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3ColorDrag" href="q3colordrag.html" location="q3dragobject.h" bases="Q3StoredDrag" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ColorDrag" fullname="Q3ColorDrag::Q3ColorDrag" href="q3colordrag.html#Q3ColorDrag" location="q3dragobject.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3ColorDrag(const QColor &amp; col, QWidget * dragsource, const char * name)">
+ <parameter left="const QColor &amp;" right="" name="col" default=""/>
+ <parameter left="QWidget *" right="" name="dragsource" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ColorDrag" fullname="Q3ColorDrag::Q3ColorDrag" href="q3colordrag.html#Q3ColorDrag-2" location="q3dragobject.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3ColorDrag(QWidget * dragsource, const char * name)">
+ <parameter left="QWidget *" right="" name="dragsource" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColor" fullname="Q3ColorDrag::setColor" href="q3colordrag.html#setColor" location="q3dragobject.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColor(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canDecode" fullname="Q3ColorDrag::canDecode" href="q3colordrag.html#canDecode" location="q3dragobject.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="canDecode(QMimeSource * source)">
+ <parameter left="QMimeSource *" right="" name="source" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="decode" fullname="Q3ColorDrag::decode" href="q3colordrag.html#decode" location="q3dragobject.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="decode(QMimeSource * source, QColor &amp; color)">
+ <parameter left="QMimeSource *" right="" name="source" default=""/>
+ <parameter left="QColor &amp;" right="" name="color" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3SqlRecordInfo" href="q3sqlrecordinfo.html" location="q3sqlrecordinfo.h" bases="" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3SqlRecordInfo" fullname="Q3SqlRecordInfo::Q3SqlRecordInfo" href="q3sqlrecordinfo.html#Q3SqlRecordInfo" location="q3sqlrecordinfo.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3SqlRecordInfo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3SqlRecordInfo" fullname="Q3SqlRecordInfo::Q3SqlRecordInfo" href="q3sqlrecordinfo.html#Q3SqlRecordInfo-2" location="q3sqlrecordinfo.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3SqlRecordInfo(const Q3SqlFieldInfoList &amp; other)">
+ <parameter left="const Q3SqlFieldInfoList &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3SqlRecordInfo" fullname="Q3SqlRecordInfo::Q3SqlRecordInfo" href="q3sqlrecordinfo.html#Q3SqlRecordInfo-3" location="q3sqlrecordinfo.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3SqlRecordInfo(const QSqlRecord &amp; other)">
+ <parameter left="const QSqlRecord &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="Q3SqlRecordInfo::contains" href="q3sqlrecordinfo.html#contains" location="q3sqlrecordinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="size_type" signature="contains(const QString &amp; fieldName) const">
+ <parameter left="const QString &amp;" right="" name="fieldName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="Q3SqlRecordInfo::find" href="q3sqlrecordinfo.html#find" location="q3sqlrecordinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3SqlFieldInfo" signature="find(const QString &amp; fieldName) const">
+ <parameter left="const QString &amp;" right="" name="fieldName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toRecord" fullname="Q3SqlRecordInfo::toRecord" href="q3sqlrecordinfo.html#toRecord" location="q3sqlrecordinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSqlRecord" signature="toRecord() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QBitArray" href="qbitarray.html" location="qbitarray.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBitArray" fullname="QBitArray::QBitArray" href="qbitarray.html#QBitArray" location="qbitarray.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QBitArray()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBitArray" fullname="QBitArray::QBitArray" href="qbitarray.html#QBitArray-2" location="qbitarray.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QBitArray(int size, bool value)">
+ <parameter left="int" right="" name="size" default=""/>
+ <parameter left="bool" right="" name="value" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBitArray" fullname="QBitArray::QBitArray" href="qbitarray.html#QBitArray-3" location="qbitarray.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QBitArray(const QBitArray &amp; other)">
+ <parameter left="const QBitArray &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QBitArray::operator=" href="qbitarray.html#operator=" location="qbitarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QBitArray &amp;" signature="operator=(const QBitArray &amp; other)">
+ <parameter left="const QBitArray &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QBitArray::size" href="qbitarray.html#size" location="qbitarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QBitArray::count" href="qbitarray.html#count" location="qbitarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QBitArray::count" href="qbitarray.html#count-2" location="qbitarray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="count(bool on) const">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QBitArray::isEmpty" href="qbitarray.html#isEmpty" location="qbitarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QBitArray::isNull" href="qbitarray.html#isNull" location="qbitarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resize" fullname="QBitArray::resize" href="qbitarray.html#resize" location="qbitarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resize(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QBitArray::clear" href="qbitarray.html#clear" location="qbitarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testBit" fullname="QBitArray::testBit" href="qbitarray.html#testBit" location="qbitarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="testBit(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBit" fullname="QBitArray::setBit" href="qbitarray.html#setBit" location="qbitarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBit(int i)">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBit" fullname="QBitArray::setBit" href="qbitarray.html#setBit-2" location="qbitarray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setBit(int i, bool value)">
+ <parameter left="int" right="" name="i" default=""/>
+ <parameter left="bool" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearBit" fullname="QBitArray::clearBit" href="qbitarray.html#clearBit" location="qbitarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearBit(int i)">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toggleBit" fullname="QBitArray::toggleBit" href="qbitarray.html#toggleBit" location="qbitarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="toggleBit(int i)">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="at" fullname="QBitArray::at" href="qbitarray.html#at" location="qbitarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="at(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QBitArray::operator[]" href="qbitarray.html#operator[]" location="qbitarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QBitRef" signature="operator[](int i)">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QBitArray::operator[]" href="qbitarray.html#operator[]-2" location="qbitarray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator[](int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QBitArray::operator[]" href="qbitarray.html#operator[]-3" location="qbitarray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QBitRef" signature="operator[](uint i)">
+ <parameter left="uint" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QBitArray::operator[]" href="qbitarray.html#operator[]-4" location="qbitarray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="bool" signature="operator[](uint i) const">
+ <parameter left="uint" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&amp;=" fullname="QBitArray::operator&amp;=" href="qbitarray.html#operator&amp;=" location="qbitarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QBitArray &amp;" signature="operator&amp;=(const QBitArray &amp; other)">
+ <parameter left="const QBitArray &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator|=" fullname="QBitArray::operator|=" href="qbitarray.html#operator|=" location="qbitarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QBitArray &amp;" signature="operator|=(const QBitArray &amp; other)">
+ <parameter left="const QBitArray &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator^=" fullname="QBitArray::operator^=" href="qbitarray.html#operator^=" location="qbitarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QBitArray &amp;" signature="operator^=(const QBitArray &amp; other)">
+ <parameter left="const QBitArray &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator~" fullname="QBitArray::operator~" href="qbitarray.html#operator~" location="qbitarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QBitArray" signature="operator~() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QBitArray::operator==" href="qbitarray.html#operator==" location="qbitarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QBitArray &amp; other) const">
+ <parameter left="const QBitArray &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QBitArray::operator!=" href="qbitarray.html#operator!=" location="qbitarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QBitArray &amp; other) const">
+ <parameter left="const QBitArray &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fill" fullname="QBitArray::fill" href="qbitarray.html#fill" location="qbitarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="fill(bool value, int size)">
+ <parameter left="bool" right="" name="value" default=""/>
+ <parameter left="int" right="" name="size" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fill" fullname="QBitArray::fill" href="qbitarray.html#fill-2" location="qbitarray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="fill(bool value, int begin, int end)">
+ <parameter left="bool" right="" name="value" default=""/>
+ <parameter left="int" right="" name="begin" default=""/>
+ <parameter left="int" right="" name="end" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="truncate" fullname="QBitArray::truncate" href="qbitarray.html#truncate" location="qbitarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="truncate(int pos)">
+ <parameter left="int" right="" name="pos" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&amp;" href="qbitarray.html#operator&amp;" location="qbitarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QBitArray" type="QBitArray" signature="operator&amp;(const QBitArray &amp; a1, const QBitArray &amp; a2)">
+ <parameter left="const QBitArray &amp;" right="" name="a1" default=""/>
+ <parameter left="const QBitArray &amp;" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator|" href="qbitarray.html#operator|" location="qbitarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QBitArray" type="QBitArray" signature="operator|(const QBitArray &amp; a1, const QBitArray &amp; a2)">
+ <parameter left="const QBitArray &amp;" right="" name="a1" default=""/>
+ <parameter left="const QBitArray &amp;" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator^" href="qbitarray.html#operator^" location="qbitarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QBitArray" type="QBitArray" signature="operator^(const QBitArray &amp; a1, const QBitArray &amp; a2)">
+ <parameter left="const QBitArray &amp;" right="" name="a1" default=""/>
+ <parameter left="const QBitArray &amp;" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qbitarray.html#operator&lt;&lt;-64" location="qbitarray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="64" relates="QBitArray" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; out, const QBitArray &amp; ba)">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ <parameter left="const QBitArray &amp;" right="" name="ba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qbitarray.html#operator&gt;&gt;-35" location="qbitarray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="35" relates="QBitArray" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; in, QBitArray &amp; ba)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ <parameter left="QBitArray &amp;" right="" name="ba" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPicture" href="qpicture.html" location="qpicture.h" bases="QPaintDevice" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPicture" fullname="QPicture::QPicture" href="qpicture.html#QPicture" location="qpicture.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPicture(int formatVersion)">
+ <parameter left="int" right="" name="formatVersion" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPicture" fullname="QPicture::QPicture" href="qpicture.html#QPicture-2" location="qpicture.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QPicture(const QPicture &amp; pic)">
+ <parameter left="const QPicture &amp;" right="" name="pic" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPicture" fullname="QPicture::~QPicture" href="qpicture.html#dtor.QPicture" location="qpicture.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPicture()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QPicture::isNull" href="qpicture.html#isNull" location="qpicture.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QPicture::size" href="qpicture.html#size" location="qpicture.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QPicture::data" href="qpicture.html#data" location="qpicture.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QPicture::setData" href="qpicture.html#setData" location="qpicture.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setData(const char * data, uint size)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ <parameter left="uint" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="play" fullname="QPicture::play" href="qpicture.html#play" location="qpicture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="play(QPainter * painter)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QPicture::load" href="qpicture.html#load-2" location="qpicture.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="load(QIODevice * dev, const char * format)">
+ <parameter left="QIODevice *" right="" name="dev" default=""/>
+ <parameter left="const char *" right="" name="format" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QPicture::load" href="qpicture.html#load" location="qpicture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="load(const QString &amp; fileName, const char * format)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const char *" right="" name="format" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="save" fullname="QPicture::save" href="qpicture.html#save-2" location="qpicture.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="save(QIODevice * dev, const char * format)">
+ <parameter left="QIODevice *" right="" name="dev" default=""/>
+ <parameter left="const char *" right="" name="format" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="save" fullname="QPicture::save" href="qpicture.html#save" location="qpicture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="save(const QString &amp; fileName, const char * format)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const char *" right="" name="format" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QPicture::boundingRect" href="qpicture.html#boundingRect" location="qpicture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBoundingRect" fullname="QPicture::setBoundingRect" href="qpicture.html#setBoundingRect" location="qpicture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBoundingRect(const QRect &amp; r)">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QPicture::operator=" href="qpicture.html#operator=" location="qpicture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPicture &amp;" signature="operator=(const QPicture &amp; p)">
+ <parameter left="const QPicture &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="pictureFormat" fullname="QPicture::pictureFormat" href="qpicture-obsolete.html#pictureFormat" location="qpicture.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="const char *" signature="pictureFormat(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="inputFormats" fullname="QPicture::inputFormats" href="qpicture-obsolete.html#inputFormats" location="qpicture.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QByteArray&gt;" signature="inputFormats()"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="outputFormats" fullname="QPicture::outputFormats" href="qpicture-obsolete.html#outputFormats" location="qpicture.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QByteArray&gt;" signature="outputFormats()"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="inputFormatList" fullname="QPicture::inputFormatList" href="qpicture-obsolete.html#inputFormatList" location="qpicture.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="inputFormatList()"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="outputFormatList" fullname="QPicture::outputFormatList" href="qpicture-obsolete.html#outputFormatList" location="qpicture.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="outputFormatList()"/>
+ <function access="protected" threadsafety="unspecified" status="compat" name="copy" fullname="QPicture::copy" href="qpicture-qt3.html#copy" location="qpicture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPicture" signature="copy() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="obsolete" name="QPictureIO" href="qpictureio.html" location="qpicture.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPictureIO" fullname="QPictureIO::QPictureIO" href="qpictureio.html#QPictureIO" location="qpicture.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPictureIO()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPictureIO" fullname="QPictureIO::QPictureIO" href="qpictureio.html#QPictureIO-2" location="qpicture.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QPictureIO(QIODevice * ioDevice, const char * format)">
+ <parameter left="QIODevice *" right="" name="ioDevice" default=""/>
+ <parameter left="const char *" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPictureIO" fullname="QPictureIO::QPictureIO" href="qpictureio.html#QPictureIO-3" location="qpicture.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QPictureIO(const QString &amp; fileName, const char * format)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const char *" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPictureIO" fullname="QPictureIO::~QPictureIO" href="qpictureio.html#dtor.QPictureIO" location="qpicture.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPictureIO()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="picture" fullname="QPictureIO::picture" href="qpictureio.html#picture" location="qpicture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPicture &amp;" signature="picture() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="status" fullname="QPictureIO::status" href="qpictureio.html#status" location="qpicture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="status() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QPictureIO::format" href="qpictureio.html#format" location="qpicture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="format() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ioDevice" fullname="QPictureIO::ioDevice" href="qpictureio.html#ioDevice" location="qpicture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIODevice *" signature="ioDevice() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QPictureIO::fileName" href="qpictureio.html#fileName" location="qpicture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fileName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="quality" fullname="QPictureIO::quality" href="qpictureio.html#quality" location="qpicture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="quality() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="description" fullname="QPictureIO::description" href="qpictureio.html#description" location="qpicture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="description() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parameters" fullname="QPictureIO::parameters" href="qpictureio.html#parameters" location="qpicture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="parameters() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="gamma" fullname="QPictureIO::gamma" href="qpictureio.html#gamma" location="qpicture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="float" signature="gamma() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPicture" fullname="QPictureIO::setPicture" href="qpictureio.html#setPicture" location="qpicture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPicture(const QPicture &amp; picture)">
+ <parameter left="const QPicture &amp;" right="" name="picture" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStatus" fullname="QPictureIO::setStatus" href="qpictureio.html#setStatus" location="qpicture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStatus(int status)">
+ <parameter left="int" right="" name="status" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFormat" fullname="QPictureIO::setFormat" href="qpictureio.html#setFormat" location="qpicture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFormat(const char * format)">
+ <parameter left="const char *" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIODevice" fullname="QPictureIO::setIODevice" href="qpictureio.html#setIODevice" location="qpicture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setIODevice(QIODevice * ioDevice)">
+ <parameter left="QIODevice *" right="" name="ioDevice" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFileName" fullname="QPictureIO::setFileName" href="qpictureio.html#setFileName" location="qpicture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFileName(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setQuality" fullname="QPictureIO::setQuality" href="qpictureio.html#setQuality" location="qpicture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setQuality(int q)">
+ <parameter left="int" right="" name="q" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDescription" fullname="QPictureIO::setDescription" href="qpictureio.html#setDescription" location="qpicture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDescription(const QString &amp; description)">
+ <parameter left="const QString &amp;" right="" name="description" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setParameters" fullname="QPictureIO::setParameters" href="qpictureio.html#setParameters" location="qpicture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setParameters(const char * parameters)">
+ <parameter left="const char *" right="" name="parameters" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGamma" fullname="QPictureIO::setGamma" href="qpictureio.html#setGamma" location="qpicture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setGamma(float gamma)">
+ <parameter left="float" right="" name="gamma" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="read" fullname="QPictureIO::read" href="qpictureio.html#read" location="qpicture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="read()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="write" fullname="QPictureIO::write" href="qpictureio.html#write" location="qpicture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="write()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pictureFormat" fullname="QPictureIO::pictureFormat" href="qpictureio.html#pictureFormat" location="qpicture.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QByteArray" signature="pictureFormat(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pictureFormat" fullname="QPictureIO::pictureFormat" href="qpictureio.html#pictureFormat-2" location="qpicture.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QByteArray" signature="pictureFormat(QIODevice * d)">
+ <parameter left="QIODevice *" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inputFormats" fullname="QPictureIO::inputFormats" href="qpictureio.html#inputFormats" location="qpicture.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QByteArray&gt;" signature="inputFormats()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="outputFormats" fullname="QPictureIO::outputFormats" href="qpictureio.html#outputFormats" location="qpicture.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QByteArray&gt;" signature="outputFormats()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defineIOHandler" fullname="QPictureIO::defineIOHandler" href="qpictureio.html#defineIOHandler" location="qpicture.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="defineIOHandler(const char * format, const char * header, const char * flags, picture_io_handler readPicture, picture_io_handler writePicture)">
+ <parameter left="const char *" right="" name="format" default=""/>
+ <parameter left="const char *" right="" name="header" default=""/>
+ <parameter left="const char *" right="" name="flags" default=""/>
+ <parameter left="picture_io_handler" right="" name="readPicture" default=""/>
+ <parameter left="picture_io_handler" right="" name="writePicture" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qpicture.html#operator&lt;&lt;-65" location="qpicture.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="65" relates="QPicture" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; s, const QPicture &amp; r)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="const QPicture &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qpicture.html#operator&gt;&gt;-36" location="qpicture.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="36" relates="QPicture" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; s, QPicture &amp; r)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="QPicture &amp;" right="" name="r" default=""/>
+ </function>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextCodec" href="qtextcodec.html" location="qtextcodec.h" bases="" module="QtCore">
+ <contents name="creating-your-own-codec-class" title="Creating Your Own Codec Class" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="codecForName" fullname="QTextCodec::codecForName" href="qtextcodec.html#codecForName" location="qtextcodec.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QTextCodec *" signature="codecForName(const QByteArray &amp; name)">
+ <parameter left="const QByteArray &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="codecForName" fullname="QTextCodec::codecForName" href="qtextcodec.html#codecForName-2" location="qtextcodec.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QTextCodec *" signature="codecForName(const char * name)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="codecForMib" fullname="QTextCodec::codecForMib" href="qtextcodec.html#codecForMib" location="qtextcodec.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QTextCodec *" signature="codecForMib(int mib)">
+ <parameter left="int" right="" name="mib" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="availableCodecs" fullname="QTextCodec::availableCodecs" href="qtextcodec.html#availableCodecs" location="qtextcodec.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QByteArray&gt;" signature="availableCodecs()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="availableMibs" fullname="QTextCodec::availableMibs" href="qtextcodec.html#availableMibs" location="qtextcodec.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;int&gt;" signature="availableMibs()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="codecForLocale" fullname="QTextCodec::codecForLocale" href="qtextcodec.html#codecForLocale" location="qtextcodec.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QTextCodec *" signature="codecForLocale()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCodecForLocale" fullname="QTextCodec::setCodecForLocale" href="qtextcodec.html#setCodecForLocale" location="qtextcodec.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setCodecForLocale(QTextCodec * c)">
+ <parameter left="QTextCodec *" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="codecForTr" fullname="QTextCodec::codecForTr" href="qtextcodec.html#codecForTr" location="qtextcodec.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QTextCodec *" signature="codecForTr()"/>
+ <function access="public" threadsafety="non-reentrant" status="commendable" name="setCodecForTr" fullname="QTextCodec::setCodecForTr" href="qtextcodec.html#setCodecForTr" location="qtextcodec.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setCodecForTr(QTextCodec * c)">
+ <parameter left="QTextCodec *" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="codecForCStrings" fullname="QTextCodec::codecForCStrings" href="qtextcodec.html#codecForCStrings" location="qtextcodec.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QTextCodec *" signature="codecForCStrings()"/>
+ <function access="public" threadsafety="non-reentrant" status="commendable" name="setCodecForCStrings" fullname="QTextCodec::setCodecForCStrings" href="qtextcodec.html#setCodecForCStrings" location="qtextcodec.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setCodecForCStrings(QTextCodec * codec)">
+ <parameter left="QTextCodec *" right="" name="codec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="codecForHtml" fullname="QTextCodec::codecForHtml" href="qtextcodec.html#codecForHtml-2" location="qtextcodec.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QTextCodec *" signature="codecForHtml(const QByteArray &amp; ba)">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="codecForHtml" fullname="QTextCodec::codecForHtml" href="qtextcodec.html#codecForHtml" location="qtextcodec.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QTextCodec *" signature="codecForHtml(const QByteArray &amp; ba, QTextCodec * defaultCodec)">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ <parameter left="QTextCodec *" right="" name="defaultCodec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="codecForUtfText" fullname="QTextCodec::codecForUtfText" href="qtextcodec.html#codecForUtfText-2" location="qtextcodec.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QTextCodec *" signature="codecForUtfText(const QByteArray &amp; ba)">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="codecForUtfText" fullname="QTextCodec::codecForUtfText" href="qtextcodec.html#codecForUtfText" location="qtextcodec.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QTextCodec *" signature="codecForUtfText(const QByteArray &amp; ba, QTextCodec * defaultCodec)">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ <parameter left="QTextCodec *" right="" name="defaultCodec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="makeDecoder" fullname="QTextCodec::makeDecoder" href="qtextcodec.html#makeDecoder" location="qtextcodec.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextDecoder *" signature="makeDecoder() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="makeEncoder" fullname="QTextCodec::makeEncoder" href="qtextcodec.html#makeEncoder" location="qtextcodec.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextEncoder *" signature="makeEncoder() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canEncode" fullname="QTextCodec::canEncode" href="qtextcodec.html#canEncode" location="qtextcodec.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="canEncode(QChar ch) const">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canEncode" fullname="QTextCodec::canEncode" href="qtextcodec.html#canEncode-2" location="qtextcodec.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="canEncode(const QString &amp; s) const">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUnicode" fullname="QTextCodec::toUnicode" href="qtextcodec.html#toUnicode" location="qtextcodec.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toUnicode(const QByteArray &amp; a) const">
+ <parameter left="const QByteArray &amp;" right="" name="a" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUnicode" fullname="QTextCodec::toUnicode" href="qtextcodec.html#toUnicode-4" location="qtextcodec.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QString" signature="toUnicode(const char * chars) const">
+ <parameter left="const char *" right="" name="chars" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromUnicode" fullname="QTextCodec::fromUnicode" href="qtextcodec.html#fromUnicode" location="qtextcodec.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="fromUnicode(const QString &amp; str) const">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ConversionFlag" fullname="QTextCodec::ConversionFlag" href="qtextcodec.html#ConversionFlag-enum" location="qtextcodec.h" typedef="QTextCodec::ConversionFlags">
+ <value name="DefaultConversion" value="0"/>
+ <value name="ConvertInvalidToNull" value="0x80000000"/>
+ <value name="IgnoreHeader" value="0x1"/>
+ <value name="FreeFunction" value="0x2"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ConversionFlags" fullname="QTextCodec::ConversionFlags" href="qtextcodec.html#ConversionFlags-typedef" location="qtextcodec.h" enum="QTextCodec::ConversionFlag"/>
+ <class access="public" threadsafety="unspecified" status="commendable" name="ConverterState" fullname="QTextCodec::ConverterState" href="qtextcodec-converterstate.html" location="qtextcodec.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="ConverterState" fullname="QTextCodec::ConverterState::ConverterState" href="qtextcodec-converterstate.html#ConverterState" location="qtextcodec.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="ConverterState(QFlags&lt;QTextCodec::ConversionFlag&gt; flags)">
+ <parameter left="QFlags&lt;QTextCodec::ConversionFlag&gt;" right="" name="flags" default="DefaultConversion"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~ConverterState" fullname="QTextCodec::ConverterState::~ConverterState" href="qtextcodec-converterstate.html#dtor.ConverterState" location="qtextcodec.cpp" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~ConverterState()"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="flags" fullname="QTextCodec::ConverterState::flags" href="qtextcodec-converterstate.html#flags-var" location="qtextcodec.h" type="ConversionFlags" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="remainingChars" fullname="QTextCodec::ConverterState::remainingChars" href="qtextcodec-converterstate.html#remainingChars-var" location="qtextcodec.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="invalidChars" fullname="QTextCodec::ConverterState::invalidChars" href="qtextcodec-converterstate.html#invalidChars-var" location="qtextcodec.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="state_data" fullname="QTextCodec::ConverterState::state_data" href="qtextcodec-converterstate.html#state_data-var" location="qtextcodec.h" type="uint[3]" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="d" fullname="QTextCodec::ConverterState::d" href="qtextcodec-converterstate.html#d-var" location="qtextcodec.h" type="void *" static="false"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUnicode" fullname="QTextCodec::toUnicode" href="qtextcodec.html#toUnicode-2" location="qtextcodec.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QString" signature="toUnicode(const char * input, int size, ConverterState * state) const">
+ <parameter left="const char *" right="" name="input" default=""/>
+ <parameter left="int" right="" name="size" default=""/>
+ <parameter left="ConverterState *" right="" name="state" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromUnicode" fullname="QTextCodec::fromUnicode" href="qtextcodec.html#fromUnicode-2" location="qtextcodec.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QByteArray" signature="fromUnicode(const QChar * input, int number, ConverterState * state) const">
+ <parameter left="const QChar *" right="" name="input" default=""/>
+ <parameter left="int" right="" name="number" default=""/>
+ <parameter left="ConverterState *" right="" name="state" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QTextCodec::name" href="qtextcodec.html#name" location="qtextcodec.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="aliases" fullname="QTextCodec::aliases" href="qtextcodec.html#aliases" location="qtextcodec.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QList&lt;QByteArray&gt;" signature="aliases() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mibEnum" fullname="QTextCodec::mibEnum" href="qtextcodec.html#mibEnum" location="qtextcodec.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="mibEnum() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="convertToUnicode" fullname="QTextCodec::convertToUnicode" href="qtextcodec.html#convertToUnicode" location="qtextcodec.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="convertToUnicode(const char * chars, int len, ConverterState * state) const">
+ <parameter left="const char *" right="" name="chars" default=""/>
+ <parameter left="int" right="" name="len" default=""/>
+ <parameter left="ConverterState *" right="" name="state" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="convertFromUnicode" fullname="QTextCodec::convertFromUnicode" href="qtextcodec.html#convertFromUnicode" location="qtextcodec.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="convertFromUnicode(const QChar * input, int number, ConverterState * state) const">
+ <parameter left="const QChar *" right="" name="input" default=""/>
+ <parameter left="int" right="" name="number" default=""/>
+ <parameter left="ConverterState *" right="" name="state" default=""/>
+ </function>
+ <function access="protected" threadsafety="non-reentrant" status="commendable" name="QTextCodec" fullname="QTextCodec::QTextCodec" href="qtextcodec.html#QTextCodec" location="qtextcodec.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextCodec()"/>
+ <function access="protected" threadsafety="non-reentrant" status="commendable" name="~QTextCodec" fullname="QTextCodec::~QTextCodec" href="qtextcodec.html#dtor.QTextCodec" location="qtextcodec.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTextCodec()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="codecForContent" fullname="QTextCodec::codecForContent" href="qtextcodec-qt3.html#codecForContent" location="qtextcodec.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QTextCodec *" signature="codecForContent(const char * str, int size)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="locale" fullname="QTextCodec::locale" href="qtextcodec-qt3.html#locale" location="qtextcodec.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="const char *" signature="locale()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="codecForName" fullname="QTextCodec::codecForName" href="qtextcodec-qt3.html#codecForName-3" location="qtextcodec.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="QTextCodec *" signature="codecForName(const char * hint, int accuracy)">
+ <parameter left="const char *" right="" name="hint" default=""/>
+ <parameter left="int" right="" name="accuracy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="fromUnicode" fullname="QTextCodec::fromUnicode" href="qtextcodec-qt3.html#fromUnicode-3" location="qtextcodec.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QByteArray" signature="fromUnicode(const QString &amp; uc, int &amp; lenInOut) const">
+ <parameter left="const QString &amp;" right="" name="uc" default=""/>
+ <parameter left="int &amp;" right="" name="lenInOut" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="toUnicode" fullname="QTextCodec::toUnicode" href="qtextcodec-qt3.html#toUnicode-3" location="qtextcodec.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QString" signature="toUnicode(const QByteArray &amp; a, int len) const">
+ <parameter left="const QByteArray &amp;" right="" name="a" default=""/>
+ <parameter left="int" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="mimeName" fullname="QTextCodec::mimeName" href="qtextcodec-qt3.html#mimeName" location="qtextcodec.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="mimeName() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="codecForIndex" fullname="QTextCodec::codecForIndex" href="qtextcodec-qt3.html#codecForIndex" location="qtextcodec.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QTextCodec *" signature="codecForIndex(int i)">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextEncoder" href="qtextencoder.html" location="qtextcodec.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextEncoder" fullname="QTextEncoder::QTextEncoder" href="qtextencoder.html#QTextEncoder" location="qtextcodec.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextEncoder(const QTextCodec * codec)">
+ <parameter left="const QTextCodec *" right="" name="codec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTextEncoder" fullname="QTextEncoder::~QTextEncoder" href="qtextencoder.html#dtor.QTextEncoder" location="qtextcodec.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTextEncoder()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromUnicode" fullname="QTextEncoder::fromUnicode" href="qtextencoder.html#fromUnicode" location="qtextcodec.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QByteArray" signature="fromUnicode(const QString &amp; str)">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromUnicode" fullname="QTextEncoder::fromUnicode" href="qtextencoder.html#fromUnicode-2" location="qtextcodec.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QByteArray" signature="fromUnicode(const QChar * uc, int len)">
+ <parameter left="const QChar *" right="" name="uc" default=""/>
+ <parameter left="int" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromUnicode" fullname="QTextEncoder::fromUnicode" href="qtextencoder.html#fromUnicode-3" location="qtextcodec.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QByteArray" signature="fromUnicode(const QString &amp; uc, int &amp; lenInOut)">
+ <parameter left="const QString &amp;" right="" name="uc" default=""/>
+ <parameter left="int &amp;" right="" name="lenInOut" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextDecoder" href="qtextdecoder.html" location="qtextcodec.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextDecoder" fullname="QTextDecoder::QTextDecoder" href="qtextdecoder.html#QTextDecoder" location="qtextcodec.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextDecoder(const QTextCodec * codec)">
+ <parameter left="const QTextCodec *" right="" name="codec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTextDecoder" fullname="QTextDecoder::~QTextDecoder" href="qtextdecoder.html#dtor.QTextDecoder" location="qtextcodec.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTextDecoder()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUnicode" fullname="QTextDecoder::toUnicode" href="qtextdecoder.html#toUnicode" location="qtextcodec.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString" signature="toUnicode(const char * chars, int len)">
+ <parameter left="const char *" right="" name="chars" default=""/>
+ <parameter left="int" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUnicode" fullname="QTextDecoder::toUnicode" href="qtextdecoder.html#toUnicode-3" location="qtextcodec.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QString" signature="toUnicode(const QByteArray &amp; ba)">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUnicode" fullname="QTextDecoder::toUnicode" href="qtextdecoder.html#toUnicode-2" location="qtextcodec.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="toUnicode(QString * target, const char * chars, int len)">
+ <parameter left="QString *" right="" name="target" default=""/>
+ <parameter left="const char *" right="" name="chars" default=""/>
+ <parameter left="int" right="" name="len" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QContiguousCache" href="qcontiguouscache.html" location="qcontiguouscache.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QContiguousCache" fullname="QContiguousCache::QContiguousCache" href="qcontiguouscache.html#QContiguousCache" location="qcontiguouscache.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QContiguousCache(int capacity)">
+ <parameter left="int" right="" name="capacity" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QContiguousCache" fullname="QContiguousCache::QContiguousCache" href="qcontiguouscache.html#QContiguousCache-2" location="qcontiguouscache.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QContiguousCache(const QContiguousCache&lt;T&gt; &amp; other)">
+ <parameter left="const QContiguousCache&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QContiguousCache" fullname="QContiguousCache::~QContiguousCache" href="qcontiguouscache.html#dtor.QContiguousCache" location="qcontiguouscache.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QContiguousCache()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QContiguousCache::operator=" href="qcontiguouscache.html#operator=" location="qcontiguouscache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QContiguousCache&lt;T&gt; &amp;" signature="operator=(const QContiguousCache&lt;T&gt; &amp; other)">
+ <parameter left="const QContiguousCache&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QContiguousCache::operator==" href="qcontiguouscache.html#operator==" location="qcontiguouscache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QContiguousCache&lt;T&gt; &amp; other) const">
+ <parameter left="const QContiguousCache&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QContiguousCache::operator!=" href="qcontiguouscache.html#operator!=" location="qcontiguouscache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QContiguousCache&lt;T&gt; &amp; other) const">
+ <parameter left="const QContiguousCache&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="capacity" fullname="QContiguousCache::capacity" href="qcontiguouscache.html#capacity" location="qcontiguouscache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="capacity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QContiguousCache::count" href="qcontiguouscache.html#count" location="qcontiguouscache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QContiguousCache::size" href="qcontiguouscache.html#size" location="qcontiguouscache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QContiguousCache::isEmpty" href="qcontiguouscache.html#isEmpty" location="qcontiguouscache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFull" fullname="QContiguousCache::isFull" href="qcontiguouscache.html#isFull" location="qcontiguouscache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isFull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="available" fullname="QContiguousCache::available" href="qcontiguouscache.html#available" location="qcontiguouscache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="available() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QContiguousCache::clear" href="qcontiguouscache.html#clear" location="qcontiguouscache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCapacity" fullname="QContiguousCache::setCapacity" href="qcontiguouscache.html#setCapacity" location="qcontiguouscache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCapacity(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="at" fullname="QContiguousCache::at" href="qcontiguouscache.html#at" location="qcontiguouscache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="at(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QContiguousCache::operator[]" href="qcontiguouscache.html#operator[]" location="qcontiguouscache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="operator[](int i)">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QContiguousCache::operator[]" href="qcontiguouscache.html#operator[]-2" location="qcontiguouscache.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T &amp;" signature="operator[](int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QContiguousCache::append" href="qcontiguouscache.html#append" location="qcontiguouscache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="append(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prepend" fullname="QContiguousCache::prepend" href="qcontiguouscache.html#prepend" location="qcontiguouscache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="prepend(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QContiguousCache::insert" href="qcontiguouscache.html#insert" location="qcontiguouscache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insert(int i, const T &amp; value)">
+ <parameter left="int" right="" name="i" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="containsIndex" fullname="QContiguousCache::containsIndex" href="qcontiguouscache.html#containsIndex" location="qcontiguouscache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="containsIndex(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="firstIndex" fullname="QContiguousCache::firstIndex" href="qcontiguouscache.html#firstIndex" location="qcontiguouscache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="firstIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastIndex" fullname="QContiguousCache::lastIndex" href="qcontiguouscache.html#lastIndex" location="qcontiguouscache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="lastIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="first" fullname="QContiguousCache::first" href="qcontiguouscache.html#first-2" location="qcontiguouscache.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T &amp;" signature="first() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="last" fullname="QContiguousCache::last" href="qcontiguouscache.html#last-2" location="qcontiguouscache.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T &amp;" signature="last() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="first" fullname="QContiguousCache::first" href="qcontiguouscache.html#first" location="qcontiguouscache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="first()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="last" fullname="QContiguousCache::last" href="qcontiguouscache.html#last" location="qcontiguouscache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="last()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeFirst" fullname="QContiguousCache::removeFirst" href="qcontiguouscache.html#removeFirst" location="qcontiguouscache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeFirst()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeFirst" fullname="QContiguousCache::takeFirst" href="qcontiguouscache.html#takeFirst" location="qcontiguouscache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T" signature="takeFirst()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeLast" fullname="QContiguousCache::removeLast" href="qcontiguouscache.html#removeLast" location="qcontiguouscache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeLast()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeLast" fullname="QContiguousCache::takeLast" href="qcontiguouscache.html#takeLast" location="qcontiguouscache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T" signature="takeLast()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="areIndexesValid" fullname="QContiguousCache::areIndexesValid" href="qcontiguouscache.html#areIndexesValid" location="qcontiguouscache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="areIndexesValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="normalizeIndexes" fullname="QContiguousCache::normalizeIndexes" href="qcontiguouscache.html#normalizeIndexes" location="qcontiguouscache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="normalizeIndexes()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QScreenCursor" href="qscreencursor.html" location="qscreen_qws.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScreenCursor" fullname="QScreenCursor::QScreenCursor" href="qscreencursor.html#QScreenCursor" location="qscreen_qws.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QScreenCursor()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QScreenCursor" fullname="QScreenCursor::~QScreenCursor" href="qscreencursor.html#dtor.QScreenCursor" location="qscreen_qws.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QScreenCursor()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="set" fullname="QScreenCursor::set" href="qscreencursor.html#set" location="qscreen_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="set(const QImage &amp; image, int hotx, int hoty)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ <parameter left="int" right="" name="hotx" default=""/>
+ <parameter left="int" right="" name="hoty" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="move" fullname="QScreenCursor::move" href="qscreencursor.html#move" location="qscreen_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="move(int x, int y)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="show" fullname="QScreenCursor::show" href="qscreencursor.html#show" location="qscreen_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="show()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hide" fullname="QScreenCursor::hide" href="qscreencursor.html#hide" location="qscreen_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hide()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QScreenCursor::boundingRect" href="qscreencursor.html#boundingRect" location="qscreen_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="image" fullname="QScreenCursor::image" href="qscreencursor.html#image" location="qscreen_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="image() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isVisible" fullname="QScreenCursor::isVisible" href="qscreencursor.html#isVisible" location="qscreen_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isVisible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isAccelerated" fullname="QScreenCursor::isAccelerated" href="qscreencursor.html#isAccelerated" location="qscreen_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isAccelerated() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="initSoftwareCursor" fullname="QScreenCursor::initSoftwareCursor" href="qscreencursor.html#initSoftwareCursor" location="qscreen_qws.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="initSoftwareCursor()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="instance" fullname="QScreenCursor::instance" href="qscreencursor.html#instance" location="qscreen_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QScreenCursor *" signature="instance()"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="cursor" fullname="QScreenCursor::cursor" href="qscreencursor.html#cursor-var" location="qscreen_qws.h" type="QImage" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="size" fullname="QScreenCursor::size" href="qscreencursor.html#size-var" location="qscreen_qws.h" type="QSize" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="pos" fullname="QScreenCursor::pos" href="qscreencursor.html#pos-var" location="qscreen_qws.h" type="QPoint" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="hotspot" fullname="QScreenCursor::hotspot" href="qscreencursor.html#hotspot-var" location="qscreen_qws.h" type="QPoint" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="enable" fullname="QScreenCursor::enable" href="qscreencursor.html#enable-var" location="qscreen_qws.h" type="uint:1" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="hwaccel" fullname="QScreenCursor::hwaccel" href="qscreencursor.html#hwaccel-var" location="qscreen_qws.h" type="uint:1" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="supportsAlpha" fullname="QScreenCursor::supportsAlpha" href="qscreencursor.html#supportsAlpha-var" location="qscreen_qws.h" type="uint:1" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QScreen" href="qscreen.html" location="qscreen_qws.h" bases="" module="QtGui">
+ <contents name="framebuffer-management" title="Framebuffer Management" level="1"/>
+ <contents name="palette-management" title="Palette Management" level="1"/>
+ <contents name="drawing-on-screen" title="Drawing on Screen" level="1"/>
+ <contents name="properties" title="Properties" level="1"/>
+ <contents name="subclassing-and-initial-values" title="Subclassing and Initial Values" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ClassId" fullname="QScreen::ClassId" href="qscreen.html#ClassId-enum" location="qscreen_qws.h">
+ <value name="LinuxFBClass" value="0"/>
+ <value name="TransformedClass" value="1"/>
+ <value name="VNCClass" value="2"/>
+ <value name="MultiClass" value="3"/>
+ <value name="VFbClass" value="4"/>
+ <value name="DirectFBClass" value="5"/>
+ <value name="SvgalibClass" value="6"/>
+ <value name="ProxyClass" value="7"/>
+ <value name="GLClass" value="8"/>
+ <value name="CustomClass" value="1024"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScreen" fullname="QScreen::QScreen" href="qscreen.html#QScreen" location="qscreen_qws.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QScreen(int display_id, ClassId classId)">
+ <parameter left="int" right="" name="display_id" default=""/>
+ <parameter left="ClassId" right="" name="classId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScreen" fullname="QScreen::QScreen" href="qscreen.html#QScreen-2" location="qscreen_qws.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QScreen(int displayId)">
+ <parameter left="int" right="" name="displayId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QScreen" fullname="QScreen::~QScreen" href="qscreen.html#dtor.QScreen" location="qscreen_qws.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QScreen()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="instance" fullname="QScreen::instance" href="qscreen.html#instance" location="qscreen_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QScreen *" signature="instance()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="initDevice" fullname="QScreen::initDevice" href="qscreen.html#initDevice" location="qscreen_qws.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="initDevice()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connect" fullname="QScreen::connect" href="qscreen.html#connect" location="qscreen_qws.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="connect(const QString &amp; displaySpec)">
+ <parameter left="const QString &amp;" right="" name="displaySpec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="disconnect" fullname="QScreen::disconnect" href="qscreen.html#disconnect" location="qscreen_qws.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="disconnect()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shutdownDevice" fullname="QScreen::shutdownDevice" href="qscreen.html#shutdownDevice" location="qscreen_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="shutdownDevice()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMode" fullname="QScreen::setMode" href="qscreen.html#setMode" location="qscreen_qws.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setMode(int width, int height, int depth)">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="int" right="" name="depth" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportsDepth" fullname="QScreen::supportsDepth" href="qscreen.html#supportsDepth" location="qscreen_qws.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="supportsDepth(int depth) const">
+ <parameter left="int" right="" name="depth" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="save" fullname="QScreen::save" href="qscreen.html#save" location="qscreen_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="save()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="restore" fullname="QScreen::restore" href="qscreen.html#restore" location="qscreen_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="restore()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blank" fullname="QScreen::blank" href="qscreen.html#blank" location="qscreen_qws.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="blank(bool on)">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmapOffsetAlignment" fullname="QScreen::pixmapOffsetAlignment" href="qscreen.html#pixmapOffsetAlignment" location="qscreen_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="int" signature="pixmapOffsetAlignment()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmapLinestepAlignment" fullname="QScreen::pixmapLinestepAlignment" href="qscreen.html#pixmapLinestepAlignment" location="qscreen_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="int" signature="pixmapLinestepAlignment()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="onCard" fullname="QScreen::onCard" href="qscreen.html#onCard" location="qscreen_qws.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="onCard(const unsigned char * buffer) const">
+ <parameter left="const unsigned char *" right="" name="buffer" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="onCard" fullname="QScreen::onCard" href="qscreen.html#onCard-2" location="qscreen_qws.cpp" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="onCard(const unsigned char * buffer, ulong &amp; offset) const">
+ <parameter left="const unsigned char *" right="" name="buffer" default=""/>
+ <parameter left="ulong &amp;" right="" name="offset" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PixelType" fullname="QScreen::PixelType" href="qscreen.html#PixelType-enum" location="qscreen_qws.h">
+ <value name="NormalPixel" value="0"/>
+ <value name="BGRPixel" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alloc" fullname="QScreen::alloc" href="qscreen.html#alloc" location="qscreen_qws.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="int" signature="alloc(unsigned int red, unsigned int green, unsigned int blue)">
+ <parameter left="unsigned int" right="" name="red" default=""/>
+ <parameter left="unsigned int" right="" name="green" default=""/>
+ <parameter left="unsigned int" right="" name="blue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QScreen::width" href="qscreen.html#width" location="qscreen_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="QScreen::height" href="qscreen.html#height" location="qscreen_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="depth" fullname="QScreen::depth" href="qscreen.html#depth" location="qscreen_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="depth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmapDepth" fullname="QScreen::pixmapDepth" href="qscreen.html#pixmapDepth" location="qscreen_qws.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="pixmapDepth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixelType" fullname="QScreen::pixelType" href="qscreen.html#pixelType" location="qscreen_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="PixelType" signature="pixelType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="linestep" fullname="QScreen::linestep" href="qscreen.html#linestep" location="qscreen_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="linestep() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="deviceWidth" fullname="QScreen::deviceWidth" href="qscreen.html#deviceWidth" location="qscreen_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="deviceWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="deviceHeight" fullname="QScreen::deviceHeight" href="qscreen.html#deviceHeight" location="qscreen_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="deviceHeight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="base" fullname="QScreen::base" href="qscreen.html#base" location="qscreen_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uchar *" signature="base() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixelFormat" fullname="QScreen::pixelFormat" href="qscreen.html#pixelFormat" location="qscreen_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage::Format" signature="pixelFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screenSize" fullname="QScreen::screenSize" href="qscreen.html#screenSize" location="qscreen_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="screenSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="totalSize" fullname="QScreen::totalSize" href="qscreen.html#totalSize" location="qscreen_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="totalSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clut" fullname="QScreen::clut" href="qscreen.html#clut" location="qscreen_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QRgb *" signature="clut()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numCols" fullname="QScreen::numCols" href="qscreen.html#numCols" location="qscreen_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="numCols()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToDevice" fullname="QScreen::mapToDevice" href="qscreen.html#mapToDevice" location="qscreen_qws.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="mapToDevice(const QSize &amp; size) const">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromDevice" fullname="QScreen::mapFromDevice" href="qscreen.html#mapFromDevice" location="qscreen_qws.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="mapFromDevice(const QSize &amp; size) const">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToDevice" fullname="QScreen::mapToDevice" href="qscreen.html#mapToDevice-2" location="qscreen_qws.cpp" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPoint" signature="mapToDevice(const QPoint &amp; point, const QSize &amp; screenSize) const">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ <parameter left="const QSize &amp;" right="" name="screenSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromDevice" fullname="QScreen::mapFromDevice" href="qscreen.html#mapFromDevice-2" location="qscreen_qws.cpp" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPoint" signature="mapFromDevice(const QPoint &amp; point, const QSize &amp; screenSize) const">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ <parameter left="const QSize &amp;" right="" name="screenSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToDevice" fullname="QScreen::mapToDevice" href="qscreen.html#mapToDevice-3" location="qscreen_qws.cpp" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QRect" signature="mapToDevice(const QRect &amp; rectangle, const QSize &amp; screenSize) const">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="const QSize &amp;" right="" name="screenSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromDevice" fullname="QScreen::mapFromDevice" href="qscreen.html#mapFromDevice-3" location="qscreen_qws.cpp" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QRect" signature="mapFromDevice(const QRect &amp; rectangle, const QSize &amp; screenSize) const">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="const QSize &amp;" right="" name="screenSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToDevice" fullname="QScreen::mapToDevice" href="qscreen.html#mapToDevice-4" location="qscreen_qws.cpp" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QImage" signature="mapToDevice(const QImage &amp; image) const">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromDevice" fullname="QScreen::mapFromDevice" href="qscreen.html#mapFromDevice-4" location="qscreen_qws.cpp" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QImage" signature="mapFromDevice(const QImage &amp; image) const">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToDevice" fullname="QScreen::mapToDevice" href="qscreen.html#mapToDevice-5" location="qscreen_qws.cpp" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="5" type="QRegion" signature="mapToDevice(const QRegion &amp; region, const QSize &amp; screenSize) const">
+ <parameter left="const QRegion &amp;" right="" name="region" default=""/>
+ <parameter left="const QSize &amp;" right="" name="screenSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromDevice" fullname="QScreen::mapFromDevice" href="qscreen.html#mapFromDevice-5" location="qscreen_qws.cpp" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="5" type="QRegion" signature="mapFromDevice(const QRegion &amp; region, const QSize &amp; screenSize) const">
+ <parameter left="const QRegion &amp;" right="" name="region" default=""/>
+ <parameter left="const QSize &amp;" right="" name="screenSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transformOrientation" fullname="QScreen::transformOrientation" href="qscreen.html#transformOrientation" location="qscreen_qws.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="transformOrientation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isTransformed" fullname="QScreen::isTransformed" href="qscreen.html#isTransformed" location="qscreen_qws.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isTransformed() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isInterlaced" fullname="QScreen::isInterlaced" href="qscreen.html#isInterlaced" location="qscreen_qws.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isInterlaced() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDirty" fullname="QScreen::setDirty" href="qscreen.html#setDirty" location="qscreen_qws.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setDirty(const QRect &amp; rectangle)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exposeRegion" fullname="QScreen::exposeRegion" href="qscreen.html#exposeRegion" location="qscreen_qws.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="exposeRegion(QRegion region, int windowIndex)">
+ <parameter left="QRegion" right="" name="region" default=""/>
+ <parameter left="int" right="" name="windowIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blit" fullname="QScreen::blit" href="qscreen.html#blit" location="qscreen_qws.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="blit(const QImage &amp; image, const QPoint &amp; topLeft, const QRegion &amp; region)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="topLeft" default=""/>
+ <parameter left="const QRegion &amp;" right="" name="region" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="solidFill" fullname="QScreen::solidFill" href="qscreen.html#solidFill" location="qscreen_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="solidFill(const QColor &amp; color, const QRegion &amp; region)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ <parameter left="const QRegion &amp;" right="" name="region" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createSurface" fullname="QScreen::createSurface" href="qscreen.html#createSurface-2" location="qscreen_qws.h" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QWSWindowSurface *" signature="createSurface(QWidget * widget) const">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createSurface" fullname="QScreen::createSurface" href="qscreen.html#createSurface" location="qscreen_qws.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QWSWindowSurface *" signature="createSurface(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subScreens" fullname="QScreen::subScreens" href="qscreen.html#subScreens" location="qscreen_qws.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QList&lt;QScreen *&gt;" signature="subScreens() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="region" fullname="QScreen::region" href="qscreen.html#region" location="qscreen_qws.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRegion" signature="region() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subScreenIndexAt" fullname="QScreen::subScreenIndexAt" href="qscreen.html#subScreenIndexAt" location="qscreen_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="subScreenIndexAt(const QPoint &amp; position) const">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="offset" fullname="QScreen::offset" href="qscreen.html#offset" location="qscreen_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="offset() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="physicalWidth" fullname="QScreen::physicalWidth" href="qscreen.html#physicalWidth" location="qscreen_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="physicalWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="physicalHeight" fullname="QScreen::physicalHeight" href="qscreen.html#physicalHeight" location="qscreen_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="physicalHeight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="classId" fullname="QScreen::classId" href="qscreen.html#classId" location="qscreen_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ClassId" signature="classId() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setPixelFormat" fullname="QScreen::setPixelFormat" href="qscreen.html#setPixelFormat" location="qscreen_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPixelFormat(QImage::Format format)">
+ <parameter left="QImage::Format" right="" name="format" default=""/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="screenclut" fullname="QScreen::screenclut" href="qscreen.html#screenclut-var" location="qscreen_qws.h" type="QRgb[256]" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="screencols" fullname="QScreen::screencols" href="qscreen.html#screencols-var" location="qscreen_qws.h" type="int" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="data" fullname="QScreen::data" href="qscreen.html#data-var" location="qscreen_qws.h" type="uchar *" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="entries" fullname="QScreen::entries" href="qscreen.html#entries-var" location="qscreen_qws.h" type="QPoolEntry *" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="entryp" fullname="QScreen::entryp" href="qscreen.html#entryp-var" location="qscreen_qws.h" type="int *" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="lowest" fullname="QScreen::lowest" href="qscreen.html#lowest-var" location="qscreen_qws.h" type="unsigned int *" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="w" fullname="QScreen::w" href="qscreen.html#w-var" location="qscreen_qws.h" type="int" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="lstep" fullname="QScreen::lstep" href="qscreen.html#lstep-var" location="qscreen_qws.h" type="int" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="h" fullname="QScreen::h" href="qscreen.html#h-var" location="qscreen_qws.h" type="int" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d" fullname="QScreen::d" href="qscreen.html#d-var" location="qscreen_qws.h" type="int" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="pixeltype" fullname="QScreen::pixeltype" href="qscreen.html#pixeltype-var" location="qscreen_qws.h" type="PixelType" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="grayscale" fullname="QScreen::grayscale" href="qscreen.html#grayscale-var" location="qscreen_qws.h" type="bool" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="dw" fullname="QScreen::dw" href="qscreen.html#dw-var" location="qscreen_qws.h" type="int" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="dh" fullname="QScreen::dh" href="qscreen.html#dh-var" location="qscreen_qws.h" type="int" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="size" fullname="QScreen::size" href="qscreen.html#size-var" location="qscreen_qws.h" type="int" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="mapsize" fullname="QScreen::mapsize" href="qscreen.html#mapsize-var" location="qscreen_qws.h" type="int" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="displayId" fullname="QScreen::displayId" href="qscreen.html#displayId-var" location="qscreen_qws.h" type="int" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="physWidth" fullname="QScreen::physWidth" href="qscreen.html#physWidth-var" location="qscreen_qws.h" type="int" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="physHeight" fullname="QScreen::physHeight" href="qscreen.html#physHeight-var" location="qscreen_qws.h" type="int" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="clearCacheFunc" fullname="QScreen::clearCacheFunc" href="qscreen.html#clearCacheFunc-var" location="qscreen_qws.h" type="ClearCacheFunc" static="true"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWebHitTestResult" href="qwebhittestresult.html" location="qwebframe.h" bases="" module="QtWebKit">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWebHitTestResult" fullname="QWebHitTestResult::QWebHitTestResult" href="qwebhittestresult.html#QWebHitTestResult" location="qwebframe.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWebHitTestResult()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWebHitTestResult" fullname="QWebHitTestResult::QWebHitTestResult" href="qwebhittestresult.html#QWebHitTestResult-2" location="qwebframe.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QWebHitTestResult(const QWebHitTestResult &amp; other)">
+ <parameter left="const QWebHitTestResult &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QWebHitTestResult::operator=" href="qwebhittestresult.html#operator=" location="qwebframe.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QWebHitTestResult &amp;" signature="operator=(const QWebHitTestResult &amp; other)">
+ <parameter left="const QWebHitTestResult &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWebHitTestResult" fullname="QWebHitTestResult::~QWebHitTestResult" href="qwebhittestresult.html#dtor.QWebHitTestResult" location="qwebframe.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWebHitTestResult()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QWebHitTestResult::isNull" href="qwebhittestresult.html#isNull" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QWebHitTestResult::pos" href="qwebhittestresult.html#pos" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QWebHitTestResult::boundingRect" href="qwebhittestresult.html#boundingRect" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="enclosingBlockElement" fullname="QWebHitTestResult::enclosingBlockElement" href="qwebhittestresult.html#enclosingBlockElement" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebElement" signature="enclosingBlockElement() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="title" fullname="QWebHitTestResult::title" href="qwebhittestresult.html#title" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="title() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="linkText" fullname="QWebHitTestResult::linkText" href="qwebhittestresult.html#linkText" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="linkText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="linkUrl" fullname="QWebHitTestResult::linkUrl" href="qwebhittestresult.html#linkUrl" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="linkUrl() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="linkTitle" fullname="QWebHitTestResult::linkTitle" href="qwebhittestresult.html#linkTitle" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="linkTitle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="linkTargetFrame" fullname="QWebHitTestResult::linkTargetFrame" href="qwebhittestresult.html#linkTargetFrame" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebFrame *" signature="linkTargetFrame() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="linkElement" fullname="QWebHitTestResult::linkElement" href="qwebhittestresult.html#linkElement" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebElement" signature="linkElement() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alternateText" fullname="QWebHitTestResult::alternateText" href="qwebhittestresult.html#alternateText" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="alternateText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="imageUrl" fullname="QWebHitTestResult::imageUrl" href="qwebhittestresult.html#imageUrl" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="imageUrl() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmap" fullname="QWebHitTestResult::pixmap" href="qwebhittestresult.html#pixmap" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="pixmap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isContentEditable" fullname="QWebHitTestResult::isContentEditable" href="qwebhittestresult.html#isContentEditable" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isContentEditable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isContentSelected" fullname="QWebHitTestResult::isContentSelected" href="qwebhittestresult.html#isContentSelected" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isContentSelected() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="element" fullname="QWebHitTestResult::element" href="qwebhittestresult.html#element" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebElement" signature="element() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frame" fullname="QWebHitTestResult::frame" href="qwebhittestresult.html#frame" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebFrame *" signature="frame() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWebFrame" href="qwebframe.html" location="qwebframe.h" bases="QObject" module="QtWebKit">
+ <property access="public" threadsafety="unspecified" status="obsolete" name="textSizeMultiplier" fullname="QWebFrame::textSizeMultiplier" href="qwebframe-obsolete.html#textSizeMultiplier-prop" location="qwebframe.h" type="qreal"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="zoomFactor" fullname="QWebFrame::zoomFactor" href="qwebframe.html#zoomFactor-prop" location="qwebframe.h" type="qreal">
+ <getter name="zoomFactor"/>
+ <setter name="setZoomFactor"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="title" fullname="QWebFrame::title" href="qwebframe.html#title-prop" location="qwebframe.h" type="QString">
+ <getter name="title"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="url" fullname="QWebFrame::url" href="qwebframe.html#url-prop" location="qwebframe.h" type="QUrl">
+ <getter name="url"/>
+ <setter name="setUrl"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="requestedUrl" fullname="QWebFrame::requestedUrl" href="qwebframe.html#requestedUrl-prop" location="qwebframe.h" type="QUrl">
+ <getter name="requestedUrl"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="baseUrl" fullname="QWebFrame::baseUrl" href="qwebframe.html#baseUrl-prop" location="qwebframe.h" type="QUrl">
+ <getter name="baseUrl"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QWebFrame::icon" href="qwebframe.html#icon-prop" location="qwebframe.h" type="QIcon">
+ <getter name="icon"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="contentsSize" fullname="QWebFrame::contentsSize" href="qwebframe.html#contentsSize-prop" location="qwebframe.h" type="QSize">
+ <getter name="contentsSize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="scrollPosition" fullname="QWebFrame::scrollPosition" href="qwebframe.html#scrollPosition-prop" location="qwebframe.h" type="QPoint">
+ <getter name="scrollPosition"/>
+ <setter name="setScrollPosition"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="clipRenderToViewport" fullname="QWebFrame::clipRenderToViewport" href="qwebframe.html#clipRenderToViewport-prop" location="qwebframe.h" type="bool">
+ <getter name="clipRenderToViewport"/>
+ <setter name="setClipRenderToViewport"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="focus" fullname="QWebFrame::focus" href="qwebframe.html#focus-prop" location="qwebframe.h" type="bool">
+ <getter name="hasFocus"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="page" fullname="QWebFrame::page" href="qwebframe.html#page" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebPage *" signature="page() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QWebFrame::load" href="qwebframe.html#load" location="qwebframe.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="load(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QWebFrame::load" href="qwebframe.html#load-2" location="qwebframe.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="load(const QWebNetworkRequest &amp; req)">
+ <parameter left="const QWebNetworkRequest &amp;" right="" name="req" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHtml" fullname="QWebFrame::setHtml" href="qwebframe.html#setHtml" location="qwebframe.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHtml(const QString &amp; html, const QUrl &amp; baseUrl)">
+ <parameter left="const QString &amp;" right="" name="html" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="baseUrl" default="QUrl()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContent" fullname="QWebFrame::setContent" href="qwebframe.html#setContent" location="qwebframe.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setContent(const QByteArray &amp; data, const QString &amp; mimeType, const QUrl &amp; baseUrl)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ <parameter left="const QString &amp;" right="" name="mimeType" default="QString()"/>
+ <parameter left="const QUrl &amp;" right="" name="baseUrl" default="QUrl()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addToJavaScriptWindowObject" fullname="QWebFrame::addToJavaScriptWindowObject" href="qwebframe.html#addToJavaScriptWindowObject" location="qwebframe.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addToJavaScriptWindowObject(const QString &amp; name, QObject * object)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addToJavaScriptWindowObject" fullname="QWebFrame::addToJavaScriptWindowObject" href="qwebframe.html#addToJavaScriptWindowObject-2" location="qwebframe.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addToJavaScriptWindowObject(const QString &amp; name, QObject * object, QScriptEngine::ValueOwnership own)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="QScriptEngine::ValueOwnership" right="" name="own" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toHtml" fullname="QWebFrame::toHtml" href="qwebframe.html#toHtml" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toHtml() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPlainText" fullname="QWebFrame::toPlainText" href="qwebframe.html#toPlainText" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toPlainText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="renderTreeDump" fullname="QWebFrame::renderTreeDump" href="qwebframe.html#renderTreeDump" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="renderTreeDump() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="title" fullname="QWebFrame::title" href="qwebframe.html#title-prop" location="qwebframe.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="title" type="QString" signature="title() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUrl" fullname="QWebFrame::setUrl" href="qwebframe.html#url-prop" location="qwebframe.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="url" type="void" signature="setUrl(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="url" fullname="QWebFrame::url" href="qwebframe.html#url-prop" location="qwebframe.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="url" type="QUrl" signature="url() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="requestedUrl" fullname="QWebFrame::requestedUrl" href="qwebframe.html#requestedUrl-prop" location="qwebframe.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="requestedUrl" type="QUrl" signature="requestedUrl() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="baseUrl" fullname="QWebFrame::baseUrl" href="qwebframe.html#baseUrl-prop" location="qwebframe.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="baseUrl" type="QUrl" signature="baseUrl() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QWebFrame::icon" href="qwebframe.html#icon-prop" location="qwebframe.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="icon" type="QIcon" signature="icon() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="metaData" fullname="QWebFrame::metaData" href="qwebframe.html#metaData" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMultiMap&lt;QString, QString&gt;" signature="metaData() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frameName" fullname="QWebFrame::frameName" href="qwebframe.html#frameName" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="frameName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parentFrame" fullname="QWebFrame::parentFrame" href="qwebframe.html#parentFrame" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebFrame *" signature="parentFrame() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childFrames" fullname="QWebFrame::childFrames" href="qwebframe.html#childFrames" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QWebFrame *&gt;" signature="childFrames() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scrollBarPolicy" fullname="QWebFrame::scrollBarPolicy" href="qwebframe.html#scrollBarPolicy" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::ScrollBarPolicy" signature="scrollBarPolicy(Qt::Orientation orientation) const">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScrollBarPolicy" fullname="QWebFrame::setScrollBarPolicy" href="qwebframe.html#setScrollBarPolicy" location="qwebframe.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setScrollBarPolicy(Qt::Orientation orientation, Qt::ScrollBarPolicy policy)">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="Qt::ScrollBarPolicy" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScrollBarValue" fullname="QWebFrame::setScrollBarValue" href="qwebframe.html#setScrollBarValue" location="qwebframe.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setScrollBarValue(Qt::Orientation orientation, int value)">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scrollBarValue" fullname="QWebFrame::scrollBarValue" href="qwebframe.html#scrollBarValue" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="scrollBarValue(Qt::Orientation orientation) const">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scrollBarMinimum" fullname="QWebFrame::scrollBarMinimum" href="qwebframe.html#scrollBarMinimum" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="scrollBarMinimum(Qt::Orientation orientation) const">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scrollBarMaximum" fullname="QWebFrame::scrollBarMaximum" href="qwebframe.html#scrollBarMaximum" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="scrollBarMaximum(Qt::Orientation orientation) const">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scrollBarGeometry" fullname="QWebFrame::scrollBarGeometry" href="qwebframe.html#scrollBarGeometry" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="scrollBarGeometry(Qt::Orientation orientation) const">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scroll" fullname="QWebFrame::scroll" href="qwebframe.html#scroll" location="qwebframe.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="scroll(int dx, int dy)">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scrollPosition" fullname="QWebFrame::scrollPosition" href="qwebframe.html#scrollPosition-prop" location="qwebframe.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="scrollPosition" type="QPoint" signature="scrollPosition() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScrollPosition" fullname="QWebFrame::setScrollPosition" href="qwebframe.html#scrollPosition-prop" location="qwebframe.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="scrollPosition" type="void" signature="setScrollPosition(const QPoint &amp; pos)">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="render" fullname="QWebFrame::render" href="qwebframe.html#render" location="qwebframe.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="render(QPainter * painter, const QRegion &amp; clip)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRegion &amp;" right="" name="clip" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="render" fullname="QWebFrame::render" href="qwebframe.html#render-2" location="qwebframe.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="render(QPainter * painter)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clipRenderToViewport" fullname="QWebFrame::clipRenderToViewport" href="qwebframe.html#clipRenderToViewport-prop" location="qwebframe.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="clipRenderToViewport" type="bool" signature="clipRenderToViewport() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setClipRenderToViewport" fullname="QWebFrame::setClipRenderToViewport" href="qwebframe.html#clipRenderToViewport-prop" location="qwebframe.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="clipRenderToViewport" type="void" signature="setClipRenderToViewport(bool clipRenderToViewport)">
+ <parameter left="bool" right="" name="clipRenderToViewport" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextSizeMultiplier" fullname="QWebFrame::setTextSizeMultiplier" href="qwebframe.html#setTextSizeMultiplier" location="qwebframe.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextSizeMultiplier(qreal factor)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textSizeMultiplier" fullname="QWebFrame::textSizeMultiplier" href="qwebframe.html#textSizeMultiplier" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="textSizeMultiplier() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="zoomFactor" fullname="QWebFrame::zoomFactor" href="qwebframe.html#zoomFactor-prop" location="qwebframe.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="zoomFactor" type="qreal" signature="zoomFactor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setZoomFactor" fullname="QWebFrame::setZoomFactor" href="qwebframe.html#zoomFactor-prop" location="qwebframe.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="zoomFactor" type="void" signature="setZoomFactor(qreal factor)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasFocus" fullname="QWebFrame::hasFocus" href="qwebframe.html#focus-prop" location="qwebframe.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="focus" type="bool" signature="hasFocus() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFocus" fullname="QWebFrame::setFocus" href="qwebframe.html#setFocus" location="qwebframe.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFocus()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QWebFrame::pos" href="qwebframe.html#pos" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="geometry" fullname="QWebFrame::geometry" href="qwebframe.html#geometry" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="geometry() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentsSize" fullname="QWebFrame::contentsSize" href="qwebframe.html#contentsSize-prop" location="qwebframe.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="contentsSize" type="QSize" signature="contentsSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="documentElement" fullname="QWebFrame::documentElement" href="qwebframe.html#documentElement" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebElement" signature="documentElement() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findAllElements" fullname="QWebFrame::findAllElements" href="qwebframe.html#findAllElements" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QWebElement&gt;" signature="findAllElements(const QString &amp; selectorQuery) const">
+ <parameter left="const QString &amp;" right="" name="selectorQuery" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findFirstElement" fullname="QWebFrame::findFirstElement" href="qwebframe.html#findFirstElement" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebElement" signature="findFirstElement(const QString &amp; selectorQuery) const">
+ <parameter left="const QString &amp;" right="" name="selectorQuery" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hitTestContent" fullname="QWebFrame::hitTestContent" href="qwebframe.html#hitTestContent" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebHitTestResult" signature="hitTestContent(const QPoint &amp; pos) const">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="event" fullname="QWebFrame::event" href="qwebframe.html#event" location="qwebframe.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="securityOrigin" fullname="QWebFrame::securityOrigin" href="qwebframe.html#securityOrigin" location="qwebframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebSecurityOrigin" signature="securityOrigin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="evaluateJavaScript" fullname="QWebFrame::evaluateJavaScript" href="qwebframe.html#evaluateJavaScript" location="qwebframe.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="QVariant" signature="evaluateJavaScript(const QString &amp; scriptSource)">
+ <parameter left="const QString &amp;" right="" name="scriptSource" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="print" fullname="QWebFrame::print" href="qwebframe.html#print" location="qwebframe.h" virtual="non" meta="slot" const="true" static="false" overload="false" type="void" signature="print(QPrinter * printer) const">
+ <parameter left="QPrinter *" right="" name="printer" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="javaScriptWindowObjectCleared" fullname="QWebFrame::javaScriptWindowObjectCleared" href="qwebframe.html#javaScriptWindowObjectCleared" location="qwebframe.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="javaScriptWindowObjectCleared()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="titleChanged" fullname="QWebFrame::titleChanged" href="qwebframe.html#titleChanged" location="qwebframe.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="titleChanged(const QString &amp; title)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="urlChanged" fullname="QWebFrame::urlChanged" href="qwebframe.html#urlChanged" location="qwebframe.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="urlChanged(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="initialLayoutCompleted" fullname="QWebFrame::initialLayoutCompleted" href="qwebframe.html#initialLayoutCompleted" location="qwebframe.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="initialLayoutCompleted()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iconChanged" fullname="QWebFrame::iconChanged" href="qwebframe.html#iconChanged" location="qwebframe.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="iconChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentsSizeChanged" fullname="QWebFrame::contentsSizeChanged" href="qwebframe.html#contentsSizeChanged" location="qwebframe.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="contentsSizeChanged(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loadStarted" fullname="QWebFrame::loadStarted" href="qwebframe.html#loadStarted" location="qwebframe.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="loadStarted()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loadFinished" fullname="QWebFrame::loadFinished" href="qwebframe.html#loadFinished" location="qwebframe.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="loadFinished(bool ok)">
+ <parameter left="bool" right="" name="ok" default=""/>
+ </function>
+ </class>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Q_PID" href="qprocess.html#Q_PID-typedef" location="qprocess.h"/>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QProcess" href="qprocess.html" location="qprocess.h" bases="QIODevice" module="QtCore">
+ <contents name="running-a-process" title="Running a Process" level="1"/>
+ <contents name="communicating-via-channels" title="Communicating via Channels" level="1"/>
+ <contents name="synchronous-process-api" title="Synchronous Process API" level="1"/>
+ <contents name="notes-for-windows-users" title="Notes for Windows Users" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ProcessError" fullname="QProcess::ProcessError" href="qprocess.html#ProcessError-enum" location="qprocess.h">
+ <value name="FailedToStart" value="0"/>
+ <value name="Crashed" value="1"/>
+ <value name="Timedout" value="2"/>
+ <value name="ReadError" value="3"/>
+ <value name="WriteError" value="4"/>
+ <value name="UnknownError" value="5"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ProcessState" fullname="QProcess::ProcessState" href="qprocess.html#ProcessState-enum" location="qprocess.h">
+ <value name="NotRunning" value="0"/>
+ <value name="Starting" value="1"/>
+ <value name="Running" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ProcessChannel" fullname="QProcess::ProcessChannel" href="qprocess.html#ProcessChannel-enum" location="qprocess.h">
+ <value name="StandardOutput" value="0"/>
+ <value name="StandardError" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ProcessChannelMode" fullname="QProcess::ProcessChannelMode" href="qprocess.html#ProcessChannelMode-enum" location="qprocess.h">
+ <value name="SeparateChannels" value="0"/>
+ <value name="MergedChannels" value="1"/>
+ <value name="ForwardedChannels" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ExitStatus" fullname="QProcess::ExitStatus" href="qprocess.html#ExitStatus-enum" location="qprocess.h">
+ <value name="NormalExit" value="0"/>
+ <value name="CrashExit" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QProcess" fullname="QProcess::QProcess" href="qprocess.html#QProcess" location="qprocess.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QProcess(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QProcess" fullname="QProcess::~QProcess" href="qprocess.html#dtor.QProcess" location="qprocess.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QProcess()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="start" fullname="QProcess::start" href="qprocess.html#start" location="qprocess.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="start(const QString &amp; program, const QStringList &amp; arguments, QFlags&lt;QIODevice::OpenModeFlag&gt; mode)">
+ <parameter left="const QString &amp;" right="" name="program" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="arguments" default=""/>
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="mode" default="ReadWrite"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="start" fullname="QProcess::start" href="qprocess.html#start-2" location="qprocess.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="start(const QString &amp; program, QFlags&lt;QIODevice::OpenModeFlag&gt; mode)">
+ <parameter left="const QString &amp;" right="" name="program" default=""/>
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="mode" default="ReadWrite"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="readChannelMode" fullname="QProcess::readChannelMode" href="qprocess-obsolete.html#readChannelMode" location="qprocess.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ProcessChannelMode" signature="readChannelMode() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setReadChannelMode" fullname="QProcess::setReadChannelMode" href="qprocess-obsolete.html#setReadChannelMode" location="qprocess.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setReadChannelMode(ProcessChannelMode mode)">
+ <parameter left="ProcessChannelMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="processChannelMode" fullname="QProcess::processChannelMode" href="qprocess.html#processChannelMode" location="qprocess.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ProcessChannelMode" signature="processChannelMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProcessChannelMode" fullname="QProcess::setProcessChannelMode" href="qprocess.html#setProcessChannelMode" location="qprocess.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setProcessChannelMode(ProcessChannelMode mode)">
+ <parameter left="ProcessChannelMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readChannel" fullname="QProcess::readChannel" href="qprocess.html#readChannel" location="qprocess.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ProcessChannel" signature="readChannel() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setReadChannel" fullname="QProcess::setReadChannel" href="qprocess.html#setReadChannel" location="qprocess.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setReadChannel(ProcessChannel channel)">
+ <parameter left="ProcessChannel" right="" name="channel" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="closeReadChannel" fullname="QProcess::closeReadChannel" href="qprocess.html#closeReadChannel" location="qprocess.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="closeReadChannel(ProcessChannel channel)">
+ <parameter left="ProcessChannel" right="" name="channel" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="closeWriteChannel" fullname="QProcess::closeWriteChannel" href="qprocess.html#closeWriteChannel" location="qprocess.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="closeWriteChannel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStandardInputFile" fullname="QProcess::setStandardInputFile" href="qprocess.html#setStandardInputFile" location="qprocess.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStandardInputFile(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStandardOutputFile" fullname="QProcess::setStandardOutputFile" href="qprocess.html#setStandardOutputFile" location="qprocess.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStandardOutputFile(const QString &amp; fileName, QFlags&lt;QIODevice::OpenModeFlag&gt; mode)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="mode" default="Truncate"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStandardErrorFile" fullname="QProcess::setStandardErrorFile" href="qprocess.html#setStandardErrorFile" location="qprocess.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStandardErrorFile(const QString &amp; fileName, QFlags&lt;QIODevice::OpenModeFlag&gt; mode)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="mode" default="Truncate"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStandardOutputProcess" fullname="QProcess::setStandardOutputProcess" href="qprocess.html#setStandardOutputProcess" location="qprocess.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStandardOutputProcess(QProcess * destination)">
+ <parameter left="QProcess *" right="" name="destination" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="workingDirectory" fullname="QProcess::workingDirectory" href="qprocess.html#workingDirectory" location="qprocess.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="workingDirectory() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWorkingDirectory" fullname="QProcess::setWorkingDirectory" href="qprocess.html#setWorkingDirectory" location="qprocess.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWorkingDirectory(const QString &amp; dir)">
+ <parameter left="const QString &amp;" right="" name="dir" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEnvironment" fullname="QProcess::setEnvironment" href="qprocess.html#setEnvironment" location="qprocess.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEnvironment(const QStringList &amp; environment)">
+ <parameter left="const QStringList &amp;" right="" name="environment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="environment" fullname="QProcess::environment" href="qprocess.html#environment" location="qprocess.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="environment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEnvironmentHash" fullname="QProcess::setEnvironmentHash" href="qprocess.html#setEnvironmentHash" location="qprocess.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEnvironmentHash(const QHash&lt;QString, QString&gt; &amp; environment)">
+ <parameter left="const QHash&lt;QString, QString&gt; &amp;" right="" name="environment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="environmentHash" fullname="QProcess::environmentHash" href="qprocess.html#environmentHash" location="qprocess.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QHash&lt;QString, QString&gt;" signature="environmentHash() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QProcess::error" href="qprocess.html#error" location="qprocess.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QProcess::ProcessError" signature="error() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QProcess::state" href="qprocess.html#state" location="qprocess.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QProcess::ProcessState" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pid" fullname="QProcess::pid" href="qprocess.html#pid" location="qprocess.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q_PID" signature="pid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForStarted" fullname="QProcess::waitForStarted" href="qprocess.html#waitForStarted" location="qprocess.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="waitForStarted(int msecs)">
+ <parameter left="int" right="" name="msecs" default="30000"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForReadyRead" fullname="QProcess::waitForReadyRead" href="qprocess.html#waitForReadyRead" location="qprocess.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="waitForReadyRead(int msecs)">
+ <parameter left="int" right="" name="msecs" default="30000"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForBytesWritten" fullname="QProcess::waitForBytesWritten" href="qprocess.html#waitForBytesWritten" location="qprocess.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="waitForBytesWritten(int msecs)">
+ <parameter left="int" right="" name="msecs" default="30000"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForFinished" fullname="QProcess::waitForFinished" href="qprocess.html#waitForFinished" location="qprocess.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="waitForFinished(int msecs)">
+ <parameter left="int" right="" name="msecs" default="30000"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readAllStandardOutput" fullname="QProcess::readAllStandardOutput" href="qprocess.html#readAllStandardOutput" location="qprocess.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QByteArray" signature="readAllStandardOutput()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readAllStandardError" fullname="QProcess::readAllStandardError" href="qprocess.html#readAllStandardError" location="qprocess.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QByteArray" signature="readAllStandardError()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exitCode" fullname="QProcess::exitCode" href="qprocess.html#exitCode" location="qprocess.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="exitCode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exitStatus" fullname="QProcess::exitStatus" href="qprocess.html#exitStatus" location="qprocess.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QProcess::ExitStatus" signature="exitStatus() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bytesAvailable" fullname="QProcess::bytesAvailable" href="qprocess.html#bytesAvailable" location="qprocess.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="bytesAvailable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bytesToWrite" fullname="QProcess::bytesToWrite" href="qprocess.html#bytesToWrite" location="qprocess.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="bytesToWrite() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSequential" fullname="QProcess::isSequential" href="qprocess.html#isSequential" location="qprocess.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSequential() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canReadLine" fullname="QProcess::canReadLine" href="qprocess.html#canReadLine" location="qprocess.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="canReadLine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="close" fullname="QProcess::close" href="qprocess.html#close" location="qprocess.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="close()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atEnd" fullname="QProcess::atEnd" href="qprocess.html#atEnd" location="qprocess.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="atEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="execute" fullname="QProcess::execute" href="qprocess.html#execute" location="qprocess.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="execute(const QString &amp; program, const QStringList &amp; arguments)">
+ <parameter left="const QString &amp;" right="" name="program" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="arguments" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="execute" fullname="QProcess::execute" href="qprocess.html#execute-2" location="qprocess.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="int" signature="execute(const QString &amp; program)">
+ <parameter left="const QString &amp;" right="" name="program" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startDetached" fullname="QProcess::startDetached" href="qprocess.html#startDetached" location="qprocess.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="startDetached(const QString &amp; program, const QStringList &amp; arguments, const QString &amp; workingDirectory, qint64 * pid)">
+ <parameter left="const QString &amp;" right="" name="program" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="arguments" default=""/>
+ <parameter left="const QString &amp;" right="" name="workingDirectory" default=""/>
+ <parameter left="qint64 *" right="" name="pid" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startDetached" fullname="QProcess::startDetached" href="qprocess.html#startDetached-2" location="qprocess.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="bool" signature="startDetached(const QString &amp; program, const QStringList &amp; arguments)">
+ <parameter left="const QString &amp;" right="" name="program" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="arguments" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startDetached" fullname="QProcess::startDetached" href="qprocess.html#startDetached-3" location="qprocess.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="bool" signature="startDetached(const QString &amp; program)">
+ <parameter left="const QString &amp;" right="" name="program" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="systemEnvironment" fullname="QProcess::systemEnvironment" href="qprocess.html#systemEnvironment" location="qprocess.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="systemEnvironment()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="systemEnvironmentHash" fullname="QProcess::systemEnvironmentHash" href="qprocess.html#systemEnvironmentHash" location="qprocess.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QHash&lt;QString, QString&gt;" signature="systemEnvironmentHash()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="terminate" fullname="QProcess::terminate" href="qprocess.html#terminate" location="qprocess.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="terminate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="kill" fullname="QProcess::kill" href="qprocess.html#kill" location="qprocess.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="kill()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="started" fullname="QProcess::started" href="qprocess.html#started" location="qprocess.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="started()"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="finished" fullname="QProcess::finished" href="qprocess-obsolete.html#finished-2" location="qprocess.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="finished(int exitCode)">
+ <parameter left="int" right="" name="exitCode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="finished" fullname="QProcess::finished" href="qprocess.html#finished" location="qprocess.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="finished(int exitCode, QProcess::ExitStatus exitStatus)">
+ <parameter left="int" right="" name="exitCode" default=""/>
+ <parameter left="QProcess::ExitStatus" right="" name="exitStatus" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QProcess::error" href="qprocess.html#error-2" location="qprocess.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="error(QProcess::ProcessError error)">
+ <parameter left="QProcess::ProcessError" right="" name="error" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stateChanged" fullname="QProcess::stateChanged" href="qprocess.html#stateChanged" location="qprocess.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="stateChanged(QProcess::ProcessState newState)">
+ <parameter left="QProcess::ProcessState" right="" name="newState" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readyReadStandardOutput" fullname="QProcess::readyReadStandardOutput" href="qprocess.html#readyReadStandardOutput" location="qprocess.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="readyReadStandardOutput()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readyReadStandardError" fullname="QProcess::readyReadStandardError" href="qprocess.html#readyReadStandardError" location="qprocess.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="readyReadStandardError()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setProcessState" fullname="QProcess::setProcessState" href="qprocess.html#setProcessState" location="qprocess.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setProcessState(ProcessState state)">
+ <parameter left="ProcessState" right="" name="state" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setupChildProcess" fullname="QProcess::setupChildProcess" href="qprocess.html#setupChildProcess" location="qprocess.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setupChildProcess()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="readData" fullname="QProcess::readData" href="qprocess.html#readData" location="qprocess.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="readData(char * data, qint64 maxlen)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="maxlen" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="writeData" fullname="QProcess::writeData" href="qprocess.html#writeData" location="qprocess.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="writeData(const char * data, qint64 len)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="len" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QSslCertificate" href="qsslcertificate.html" location="qsslcertificate.h" bases="" module="QtNetwork">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SubjectInfo" fullname="QSslCertificate::SubjectInfo" href="qsslcertificate.html#SubjectInfo-enum" location="qsslcertificate.h">
+ <value name="Organization" value="0"/>
+ <value name="CommonName" value="1"/>
+ <value name="LocalityName" value="2"/>
+ <value name="OrganizationalUnitName" value="3"/>
+ <value name="CountryName" value="4"/>
+ <value name="StateOrProvinceName" value="5"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSslCertificate" fullname="QSslCertificate::QSslCertificate" href="qsslcertificate.html#QSslCertificate" location="qsslcertificate.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSslCertificate(QIODevice * device, QSsl::EncodingFormat format)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ <parameter left="QSsl::EncodingFormat" right="" name="format" default="QSsl::Pem"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSslCertificate" fullname="QSslCertificate::QSslCertificate" href="qsslcertificate.html#QSslCertificate-2" location="qsslcertificate.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSslCertificate(const QByteArray &amp; data, QSsl::EncodingFormat format)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default="QByteArray()"/>
+ <parameter left="QSsl::EncodingFormat" right="" name="format" default="QSsl::Pem"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSslCertificate" fullname="QSslCertificate::QSslCertificate" href="qsslcertificate.html#QSslCertificate-3" location="qsslcertificate.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QSslCertificate(const QSslCertificate &amp; other)">
+ <parameter left="const QSslCertificate &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSslCertificate" fullname="QSslCertificate::~QSslCertificate" href="qsslcertificate.html#dtor.QSslCertificate" location="qsslcertificate.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSslCertificate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QSslCertificate::operator=" href="qsslcertificate.html#operator=" location="qsslcertificate.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSslCertificate &amp;" signature="operator=(const QSslCertificate &amp; other)">
+ <parameter left="const QSslCertificate &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QSslCertificate::operator==" href="qsslcertificate.html#operator==" location="qsslcertificate.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QSslCertificate &amp; other) const">
+ <parameter left="const QSslCertificate &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QSslCertificate::operator!=" href="qsslcertificate.html#operator!=" location="qsslcertificate.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QSslCertificate &amp; other) const">
+ <parameter left="const QSslCertificate &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QSslCertificate::isNull" href="qsslcertificate.html#isNull" location="qsslcertificate.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QSslCertificate::isValid" href="qsslcertificate.html#isValid" location="qsslcertificate.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QSslCertificate::clear" href="qsslcertificate.html#clear" location="qsslcertificate.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="version" fullname="QSslCertificate::version" href="qsslcertificate.html#version" location="qsslcertificate.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="version() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="serialNumber" fullname="QSslCertificate::serialNumber" href="qsslcertificate.html#serialNumber" location="qsslcertificate.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="serialNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="digest" fullname="QSslCertificate::digest" href="qsslcertificate.html#digest" location="qsslcertificate.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="digest(QCryptographicHash::Algorithm algorithm) const">
+ <parameter left="QCryptographicHash::Algorithm" right="" name="algorithm" default="QCryptographicHash::Md5"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="issuerInfo" fullname="QSslCertificate::issuerInfo" href="qsslcertificate.html#issuerInfo" location="qsslcertificate.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="issuerInfo(SubjectInfo subject) const">
+ <parameter left="SubjectInfo" right="" name="subject" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="issuerInfo" fullname="QSslCertificate::issuerInfo" href="qsslcertificate.html#issuerInfo-2" location="qsslcertificate.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QString" signature="issuerInfo(const QByteArray &amp; tag) const">
+ <parameter left="const QByteArray &amp;" right="" name="tag" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subjectInfo" fullname="QSslCertificate::subjectInfo" href="qsslcertificate.html#subjectInfo" location="qsslcertificate.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="subjectInfo(SubjectInfo subject) const">
+ <parameter left="SubjectInfo" right="" name="subject" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subjectInfo" fullname="QSslCertificate::subjectInfo" href="qsslcertificate.html#subjectInfo-2" location="qsslcertificate.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QString" signature="subjectInfo(const QByteArray &amp; tag) const">
+ <parameter left="const QByteArray &amp;" right="" name="tag" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alternateSubjectNames" fullname="QSslCertificate::alternateSubjectNames" href="qsslcertificate.html#alternateSubjectNames" location="qsslcertificate.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMultiMap&lt;QSsl::AlternateNameEntryType, QString&gt;" signature="alternateSubjectNames() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="effectiveDate" fullname="QSslCertificate::effectiveDate" href="qsslcertificate.html#effectiveDate" location="qsslcertificate.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="effectiveDate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expiryDate" fullname="QSslCertificate::expiryDate" href="qsslcertificate.html#expiryDate" location="qsslcertificate.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="expiryDate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="publicKey" fullname="QSslCertificate::publicKey" href="qsslcertificate.html#publicKey" location="qsslcertificate.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSslKey" signature="publicKey() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPem" fullname="QSslCertificate::toPem" href="qsslcertificate.html#toPem" location="qsslcertificate.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="toPem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toDer" fullname="QSslCertificate::toDer" href="qsslcertificate.html#toDer" location="qsslcertificate.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="toDer() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromPath" fullname="QSslCertificate::fromPath" href="qsslcertificate.html#fromPath" location="qsslcertificate.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QSslCertificate&gt;" signature="fromPath(const QString &amp; path, QSsl::EncodingFormat format, QRegExp::PatternSyntax syntax)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="QSsl::EncodingFormat" right="" name="format" default="QSsl::Pem"/>
+ <parameter left="QRegExp::PatternSyntax" right="" name="syntax" default="QRegExp::FixedString"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromDevice" fullname="QSslCertificate::fromDevice" href="qsslcertificate.html#fromDevice" location="qsslcertificate.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QSslCertificate&gt;" signature="fromDevice(QIODevice * device, QSsl::EncodingFormat format)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ <parameter left="QSsl::EncodingFormat" right="" name="format" default="QSsl::Pem"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromData" fullname="QSslCertificate::fromData" href="qsslcertificate.html#fromData" location="qsslcertificate.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QSslCertificate&gt;" signature="fromData(const QByteArray &amp; data, QSsl::EncodingFormat format)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ <parameter left="QSsl::EncodingFormat" right="" name="format" default="QSsl::Pem"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="handle" fullname="QSslCertificate::handle" href="qsslcertificate.html#handle" location="qsslcertificate.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::HANDLE" signature="handle() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAbstractState" href="qabstractstate.html" location="qabstractstate.h" bases="QObject" module="QtCore">
+ <contents name="subclassing" title="Subclassing" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractState" fullname="QAbstractState::~QAbstractState" href="qabstractstate.html#dtor.QAbstractState" location="qabstractstate.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractState()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parentState" fullname="QAbstractState::parentState" href="qabstractstate.html#parentState" location="qabstractstate.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QState *" signature="parentState() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="machine" fullname="QAbstractState::machine" href="qabstractstate.html#machine" location="qabstractstate.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStateMachine *" signature="machine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="entered" fullname="QAbstractState::entered" href="qabstractstate.html#entered" location="qabstractstate.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="entered()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exited" fullname="QAbstractState::exited" href="qabstractstate.html#exited" location="qabstractstate.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="exited()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="QAbstractState" fullname="QAbstractState::QAbstractState" href="qabstractstate.html#QAbstractState" location="qabstractstate.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractState(QState * parent)">
+ <parameter left="QState *" right="" name="parent" default="0"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="onEntry" fullname="QAbstractState::onEntry" href="qabstractstate.html#onEntry" location="qabstractstate.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="onEntry(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="onExit" fullname="QAbstractState::onExit" href="qabstractstate.html#onExit" location="qabstractstate.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="onExit(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QAbstractState::event" href="qabstractstate.html#event" location="qabstractstate.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QHelpEngine" href="qhelpengine.html" location="qhelpengine.h" bases="QHelpEngineCore" module="QtHelp">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHelpEngine" fullname="QHelpEngine::QHelpEngine" href="qhelpengine.html#QHelpEngine" location="qhelpengine.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QHelpEngine(const QString &amp; collectionFile, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="collectionFile" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QHelpEngine" fullname="QHelpEngine::~QHelpEngine" href="qhelpengine.html#dtor.QHelpEngine" location="qhelpengine.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QHelpEngine()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentModel" fullname="QHelpEngine::contentModel" href="qhelpengine.html#contentModel" location="qhelpengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QHelpContentModel *" signature="contentModel() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexModel" fullname="QHelpEngine::indexModel" href="qhelpengine.html#indexModel" location="qhelpengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QHelpIndexModel *" signature="indexModel() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentWidget" fullname="QHelpEngine::contentWidget" href="qhelpengine.html#contentWidget" location="qhelpengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QHelpContentWidget *" signature="contentWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexWidget" fullname="QHelpEngine::indexWidget" href="qhelpengine.html#indexWidget" location="qhelpengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QHelpIndexWidget *" signature="indexWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="searchEngine" fullname="QHelpEngine::searchEngine" href="qhelpengine.html#searchEngine" location="qhelpengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QHelpSearchEngine *" signature="searchEngine()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAxBindable" href="qaxbindable.html" location="qaxbindable.h" bases="" module="QAxServer">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAxBindable" fullname="QAxBindable::QAxBindable" href="qaxbindable.html#QAxBindable" location="qaxbindable.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAxBindable()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAxBindable" fullname="QAxBindable::~QAxBindable" href="qaxbindable.html#dtor.QAxBindable" location="qaxbindable.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAxBindable()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createAggregate" fullname="QAxBindable::createAggregate" href="qaxbindable.html#createAggregate" location="qaxbindable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QAxAggregated *" signature="createAggregate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reportError" fullname="QAxBindable::reportError" href="qaxbindable.html#reportError" location="qaxbindable.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reportError(int code, const QString &amp; src, const QString &amp; desc, const QString &amp; context)">
+ <parameter left="int" right="" name="code" default=""/>
+ <parameter left="const QString &amp;" right="" name="src" default=""/>
+ <parameter left="const QString &amp;" right="" name="desc" default=""/>
+ <parameter left="const QString &amp;" right="" name="context" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readData" fullname="QAxBindable::readData" href="qaxbindable.html#readData" location="qaxbindable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="readData(QIODevice * source, const QString &amp; format)">
+ <parameter left="QIODevice *" right="" name="source" default=""/>
+ <parameter left="const QString &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeData" fullname="QAxBindable::writeData" href="qaxbindable.html#writeData" location="qaxbindable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="writeData(QIODevice * sink)">
+ <parameter left="QIODevice *" right="" name="sink" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="requestPropertyChange" fullname="QAxBindable::requestPropertyChange" href="qaxbindable.html#requestPropertyChange" location="qaxbindable.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="requestPropertyChange(const char * property)">
+ <parameter left="const char *" right="" name="property" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="propertyChanged" fullname="QAxBindable::propertyChanged" href="qaxbindable.html#propertyChanged" location="qaxbindable.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="propertyChanged(const char * property)">
+ <parameter left="const char *" right="" name="property" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="clientSite" fullname="QAxBindable::clientSite" href="qaxbindable.html#clientSite" location="qaxbindable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="IUnknown *" signature="clientSite() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3HBoxLayout" href="q3hboxlayout.html" location="q3boxlayout.h" bases="QBoxLayout" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3HBoxLayout" fullname="Q3HBoxLayout::Q3HBoxLayout" href="q3hboxlayout.html#Q3HBoxLayout" location="q3boxlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3HBoxLayout(QWidget * parent, int margin, int spacing, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="margin" default=""/>
+ <parameter left="int" right="" name="spacing" default="-1"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3HBoxLayout" fullname="Q3HBoxLayout::Q3HBoxLayout" href="q3hboxlayout.html#Q3HBoxLayout-4" location="q3boxlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="Q3HBoxLayout(QLayout * parentLayout, int spacing, const char * name)">
+ <parameter left="QLayout *" right="" name="parentLayout" default=""/>
+ <parameter left="int" right="" name="spacing" default="-1"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3HBoxLayout" fullname="Q3HBoxLayout::Q3HBoxLayout" href="q3hboxlayout.html#Q3HBoxLayout-5" location="q3boxlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="Q3HBoxLayout(int spacing, const char * name)">
+ <parameter left="int" right="" name="spacing" default=""/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3VBoxLayout" href="q3vboxlayout.html" location="q3boxlayout.h" bases="QBoxLayout" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3VBoxLayout" fullname="Q3VBoxLayout::Q3VBoxLayout" href="q3vboxlayout.html#Q3VBoxLayout" location="q3boxlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3VBoxLayout(QWidget * parent, int margin, int spacing, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="margin" default=""/>
+ <parameter left="int" right="" name="spacing" default="-1"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3VBoxLayout" fullname="Q3VBoxLayout::Q3VBoxLayout" href="q3vboxlayout.html#Q3VBoxLayout-4" location="q3boxlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="Q3VBoxLayout(QLayout * parentLayout, int spacing, const char * name)">
+ <parameter left="QLayout *" right="" name="parentLayout" default=""/>
+ <parameter left="int" right="" name="spacing" default="-1"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3VBoxLayout" fullname="Q3VBoxLayout::Q3VBoxLayout" href="q3vboxlayout.html#Q3VBoxLayout-5" location="q3boxlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="Q3VBoxLayout(int spacing, const char * name)">
+ <parameter left="int" right="" name="spacing" default=""/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDesignerFormEditorInterface" href="qdesignerformeditorinterface.html" location="abstractformeditor.h" bases="QObject" module="QtDesigner">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDesignerFormEditorInterface" fullname="QDesignerFormEditorInterface::QDesignerFormEditorInterface" href="qdesignerformeditorinterface.html#QDesignerFormEditorInterface" location="abstractformeditor.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDesignerFormEditorInterface(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDesignerFormEditorInterface" fullname="QDesignerFormEditorInterface::~QDesignerFormEditorInterface" href="qdesignerformeditorinterface.html#dtor.QDesignerFormEditorInterface" location="abstractformeditor.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDesignerFormEditorInterface()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="extensionManager" fullname="QDesignerFormEditorInterface::extensionManager" href="qdesignerformeditorinterface.html#extensionManager" location="abstractformeditor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QExtensionManager *" signature="extensionManager() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="topLevel" fullname="QDesignerFormEditorInterface::topLevel" href="qdesignerformeditorinterface.html#topLevel" location="abstractformeditor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="topLevel() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widgetBox" fullname="QDesignerFormEditorInterface::widgetBox" href="qdesignerformeditorinterface.html#widgetBox" location="abstractformeditor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDesignerWidgetBoxInterface *" signature="widgetBox() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="propertyEditor" fullname="QDesignerFormEditorInterface::propertyEditor" href="qdesignerformeditorinterface.html#propertyEditor" location="abstractformeditor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDesignerPropertyEditorInterface *" signature="propertyEditor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="objectInspector" fullname="QDesignerFormEditorInterface::objectInspector" href="qdesignerformeditorinterface.html#objectInspector" location="abstractformeditor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDesignerObjectInspectorInterface *" signature="objectInspector() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="formWindowManager" fullname="QDesignerFormEditorInterface::formWindowManager" href="qdesignerformeditorinterface.html#formWindowManager" location="abstractformeditor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDesignerFormWindowManagerInterface *" signature="formWindowManager() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionEditor" fullname="QDesignerFormEditorInterface::actionEditor" href="qdesignerformeditorinterface.html#actionEditor" location="abstractformeditor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDesignerActionEditorInterface *" signature="actionEditor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidgetBox" fullname="QDesignerFormEditorInterface::setWidgetBox" href="qdesignerformeditorinterface.html#setWidgetBox" location="abstractformeditor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWidgetBox(QDesignerWidgetBoxInterface * widgetBox)">
+ <parameter left="QDesignerWidgetBoxInterface *" right="" name="widgetBox" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPropertyEditor" fullname="QDesignerFormEditorInterface::setPropertyEditor" href="qdesignerformeditorinterface.html#setPropertyEditor" location="abstractformeditor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPropertyEditor(QDesignerPropertyEditorInterface * propertyEditor)">
+ <parameter left="QDesignerPropertyEditorInterface *" right="" name="propertyEditor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setObjectInspector" fullname="QDesignerFormEditorInterface::setObjectInspector" href="qdesignerformeditorinterface.html#setObjectInspector" location="abstractformeditor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setObjectInspector(QDesignerObjectInspectorInterface * objectInspector)">
+ <parameter left="QDesignerObjectInspectorInterface *" right="" name="objectInspector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setActionEditor" fullname="QDesignerFormEditorInterface::setActionEditor" href="qdesignerformeditorinterface.html#setActionEditor" location="abstractformeditor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setActionEditor(QDesignerActionEditorInterface * actionEditor)">
+ <parameter left="QDesignerActionEditorInterface *" right="" name="actionEditor" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QEasingCurve" href="qeasingcurve.html" location="qeasingcurve.h" bases="" module="QtCore">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QEasingCurve::Type" href="qeasingcurve.html#Type-enum" location="qeasingcurve.h">
+ <value name="Linear" value="0"/>
+ <value name="InQuad" value="1"/>
+ <value name="OutQuad" value="2"/>
+ <value name="InOutQuad" value="3"/>
+ <value name="OutInQuad" value="4"/>
+ <value name="InCubic" value="5"/>
+ <value name="OutCubic" value="6"/>
+ <value name="InOutCubic" value="7"/>
+ <value name="OutInCubic" value="8"/>
+ <value name="InQuart" value="9"/>
+ <value name="OutQuart" value="10"/>
+ <value name="InOutQuart" value="11"/>
+ <value name="OutInQuart" value="12"/>
+ <value name="InQuint" value="13"/>
+ <value name="OutQuint" value="14"/>
+ <value name="InOutQuint" value="15"/>
+ <value name="OutInQuint" value="16"/>
+ <value name="InSine" value="17"/>
+ <value name="OutSine" value="18"/>
+ <value name="InOutSine" value="19"/>
+ <value name="OutInSine" value="20"/>
+ <value name="InExpo" value="21"/>
+ <value name="OutExpo" value="22"/>
+ <value name="InOutExpo" value="23"/>
+ <value name="OutInExpo" value="24"/>
+ <value name="InCirc" value="25"/>
+ <value name="OutCirc" value="26"/>
+ <value name="InOutCirc" value="27"/>
+ <value name="OutInCirc" value="28"/>
+ <value name="InElastic" value="29"/>
+ <value name="OutElastic" value="30"/>
+ <value name="InOutElastic" value="31"/>
+ <value name="OutInElastic" value="32"/>
+ <value name="InBack" value="33"/>
+ <value name="OutBack" value="34"/>
+ <value name="InOutBack" value="35"/>
+ <value name="OutInBack" value="36"/>
+ <value name="InBounce" value="37"/>
+ <value name="OutBounce" value="38"/>
+ <value name="InOutBounce" value="39"/>
+ <value name="OutInBounce" value="40"/>
+ <value name="InCurve" value="41"/>
+ <value name="OutCurve" value="42"/>
+ <value name="SineCurve" value="43"/>
+ <value name="CosineCurve" value="44"/>
+ <value name="Custom" value="45"/>
+ <value name="NCurveTypes" value="46"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QEasingCurve" fullname="QEasingCurve::QEasingCurve" href="qeasingcurve.html#QEasingCurve" location="qeasingcurve.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QEasingCurve(Type type)">
+ <parameter left="Type" right="" name="type" default="Linear"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QEasingCurve" fullname="QEasingCurve::QEasingCurve" href="qeasingcurve.html#QEasingCurve-2" location="qeasingcurve.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QEasingCurve(const QEasingCurve &amp; other)">
+ <parameter left="const QEasingCurve &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QEasingCurve" fullname="QEasingCurve::~QEasingCurve" href="qeasingcurve.html#dtor.QEasingCurve" location="qeasingcurve.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QEasingCurve()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QEasingCurve::operator=" href="qeasingcurve.html#operator=" location="qeasingcurve.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QEasingCurve &amp;" signature="operator=(const QEasingCurve &amp; other)">
+ <parameter left="const QEasingCurve &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QEasingCurve::operator==" href="qeasingcurve.html#operator==" location="qeasingcurve.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QEasingCurve &amp; other) const">
+ <parameter left="const QEasingCurve &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QEasingCurve::operator!=" href="qeasingcurve.html#operator!=" location="qeasingcurve.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QEasingCurve &amp; other) const">
+ <parameter left="const QEasingCurve &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="amplitude" fullname="QEasingCurve::amplitude" href="qeasingcurve.html#amplitude" location="qeasingcurve.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="amplitude() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAmplitude" fullname="QEasingCurve::setAmplitude" href="qeasingcurve.html#setAmplitude" location="qeasingcurve.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAmplitude(qreal amplitude)">
+ <parameter left="qreal" right="" name="amplitude" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="period" fullname="QEasingCurve::period" href="qeasingcurve.html#period" location="qeasingcurve.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="period() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPeriod" fullname="QEasingCurve::setPeriod" href="qeasingcurve.html#setPeriod" location="qeasingcurve.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPeriod(qreal period)">
+ <parameter left="qreal" right="" name="period" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="overshoot" fullname="QEasingCurve::overshoot" href="qeasingcurve.html#overshoot" location="qeasingcurve.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="overshoot() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOvershoot" fullname="QEasingCurve::setOvershoot" href="qeasingcurve.html#setOvershoot" location="qeasingcurve.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOvershoot(qreal overshoot)">
+ <parameter left="qreal" right="" name="overshoot" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QEasingCurve::type" href="qeasingcurve.html#type" location="qeasingcurve.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Type" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setType" fullname="QEasingCurve::setType" href="qeasingcurve.html#setType" location="qeasingcurve.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setType(Type type)">
+ <parameter left="Type" right="" name="type" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="EasingFunction" fullname="QEasingCurve::EasingFunction" href="qeasingcurve.html#EasingFunction-typedef" location="qeasingcurve.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCustomType" fullname="QEasingCurve::setCustomType" href="qeasingcurve.html#setCustomType" location="qeasingcurve.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCustomType(EasingFunction func)">
+ <parameter left="EasingFunction" right="" name="func" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="customType" fullname="QEasingCurve::customType" href="qeasingcurve.html#customType" location="qeasingcurve.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="EasingFunction" signature="customType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valueForProgress" fullname="QEasingCurve::valueForProgress" href="qeasingcurve.html#valueForProgress" location="qeasingcurve.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="valueForProgress(qreal progress) const">
+ <parameter left="qreal" right="" name="progress" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="q3InitNetworkProtocols" href="q3urloperator.html#q3InitNetworkProtocols" location="q3network.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="Q3UrlOperator" type="void" signature="q3InitNetworkProtocols()"/>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QCache" href="qcache.html" location="qcache.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCache" fullname="QCache::QCache" href="qcache.html#QCache" location="qcache.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QCache(int maxCost)">
+ <parameter left="int" right="" name="maxCost" default="100"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QCache" fullname="QCache::QCache" href="qcache-qt3.html#QCache-2" location="qcache.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QCache(int maxCost, int dummy)">
+ <parameter left="int" right="" name="maxCost" default=""/>
+ <parameter left="int" right="" name="dummy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QCache" fullname="QCache::~QCache" href="qcache.html#dtor.QCache" location="qcache.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QCache()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maxCost" fullname="QCache::maxCost" href="qcache.html#maxCost" location="qcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="maxCost() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaxCost" fullname="QCache::setMaxCost" href="qcache.html#setMaxCost" location="qcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMaxCost(int cost)">
+ <parameter left="int" right="" name="cost" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="totalCost" fullname="QCache::totalCost" href="qcache.html#totalCost" location="qcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="totalCost() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QCache::size" href="qcache.html#size" location="qcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QCache::count" href="qcache.html#count" location="qcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QCache::isEmpty" href="qcache.html#isEmpty" location="qcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QCache::keys" href="qcache.html#keys" location="qcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;Key&gt;" signature="keys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QCache::clear" href="qcache.html#clear" location="qcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QCache::insert" href="qcache.html#insert" location="qcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="insert(const Key &amp; key, T * object, int cost)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="T *" right="" name="object" default=""/>
+ <parameter left="int" right="" name="cost" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="object" fullname="QCache::object" href="qcache.html#object" location="qcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T *" signature="object(const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QCache::contains" href="qcache.html#contains" location="qcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QCache::operator[]" href="qcache.html#operator[]" location="qcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T *" signature="operator[](const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QCache::remove" href="qcache.html#remove" location="qcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="remove(const Key &amp; key)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="take" fullname="QCache::take" href="qcache.html#take" location="qcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T *" signature="take(const Key &amp; key)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QmlPropertyValueSource" href="qmlpropertyvaluesource.html" location="qmlpropertyvaluesource.h" bases="QObject" module="QtDeclarative">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QmlPropertyValueSource" fullname="QmlPropertyValueSource::QmlPropertyValueSource" href="qmlpropertyvaluesource.html#QmlPropertyValueSource" location="qmlpropertyvaluesource.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QmlPropertyValueSource(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTarget" fullname="QmlPropertyValueSource::setTarget" href="qmlpropertyvaluesource.html#setTarget" location="qmlpropertyvaluesource.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setTarget(const QmlMetaProperty &amp; property)">
+ <parameter left="const QmlMetaProperty &amp;" right="" name="property" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QScriptContextInfo" href="qscriptcontextinfo.html" location="qscriptcontextinfo.h" bases="" module="QtScript">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FunctionType" fullname="QScriptContextInfo::FunctionType" href="qscriptcontextinfo.html#FunctionType-enum" location="qscriptcontextinfo.h">
+ <value name="ScriptFunction" value="0"/>
+ <value name="QtFunction" value="1"/>
+ <value name="QtPropertyFunction" value="2"/>
+ <value name="NativeFunction" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScriptContextInfo" fullname="QScriptContextInfo::QScriptContextInfo" href="qscriptcontextinfo.html#QScriptContextInfo" location="qscriptcontextinfo.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QScriptContextInfo(const QScriptContext * context)">
+ <parameter left="const QScriptContext *" right="" name="context" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScriptContextInfo" fullname="QScriptContextInfo::QScriptContextInfo" href="qscriptcontextinfo.html#QScriptContextInfo-2" location="qscriptcontextinfo.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QScriptContextInfo(const QScriptContextInfo &amp; other)">
+ <parameter left="const QScriptContextInfo &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScriptContextInfo" fullname="QScriptContextInfo::QScriptContextInfo" href="qscriptcontextinfo.html#QScriptContextInfo-3" location="qscriptcontextinfo.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QScriptContextInfo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QScriptContextInfo" fullname="QScriptContextInfo::~QScriptContextInfo" href="qscriptcontextinfo.html#dtor.QScriptContextInfo" location="qscriptcontextinfo.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QScriptContextInfo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QScriptContextInfo::operator=" href="qscriptcontextinfo.html#operator=" location="qscriptcontextinfo.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptContextInfo &amp;" signature="operator=(const QScriptContextInfo &amp; other)">
+ <parameter left="const QScriptContextInfo &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QScriptContextInfo::isNull" href="qscriptcontextinfo.html#isNull" location="qscriptcontextinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scriptId" fullname="QScriptContextInfo::scriptId" href="qscriptcontextinfo.html#scriptId" location="qscriptcontextinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="scriptId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QScriptContextInfo::fileName" href="qscriptcontextinfo.html#fileName" location="qscriptcontextinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fileName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineNumber" fullname="QScriptContextInfo::lineNumber" href="qscriptcontextinfo.html#lineNumber" location="qscriptcontextinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="lineNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnNumber" fullname="QScriptContextInfo::columnNumber" href="qscriptcontextinfo.html#columnNumber" location="qscriptcontextinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columnNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="functionName" fullname="QScriptContextInfo::functionName" href="qscriptcontextinfo.html#functionName" location="qscriptcontextinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="functionName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="functionType" fullname="QScriptContextInfo::functionType" href="qscriptcontextinfo.html#functionType" location="qscriptcontextinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="FunctionType" signature="functionType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="functionParameterNames" fullname="QScriptContextInfo::functionParameterNames" href="qscriptcontextinfo.html#functionParameterNames" location="qscriptcontextinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="functionParameterNames() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="functionStartLineNumber" fullname="QScriptContextInfo::functionStartLineNumber" href="qscriptcontextinfo.html#functionStartLineNumber" location="qscriptcontextinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="functionStartLineNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="functionEndLineNumber" fullname="QScriptContextInfo::functionEndLineNumber" href="qscriptcontextinfo.html#functionEndLineNumber" location="qscriptcontextinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="functionEndLineNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="functionMetaIndex" fullname="QScriptContextInfo::functionMetaIndex" href="qscriptcontextinfo.html#functionMetaIndex" location="qscriptcontextinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="functionMetaIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QScriptContextInfo::operator==" href="qscriptcontextinfo.html#operator==" location="qscriptcontextinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QScriptContextInfo &amp; other) const">
+ <parameter left="const QScriptContextInfo &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QScriptContextInfo::operator!=" href="qscriptcontextinfo.html#operator!=" location="qscriptcontextinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QScriptContextInfo &amp; other) const">
+ <parameter left="const QScriptContextInfo &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qscriptcontextinfo.html#operator&lt;&lt;-70" location="qscriptcontextinfo.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="70" relates="QScriptContextInfo" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QScriptContextInfo &amp; info)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QScriptContextInfo &amp;" right="" name="info" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qscriptcontextinfo.html#operator&gt;&gt;-37" location="qscriptcontextinfo.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="37" relates="QScriptContextInfo" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QScriptContextInfo &amp; info)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QScriptContextInfo &amp;" right="" name="info" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWSKeyboardHandler" href="qwskeyboardhandler.html" location="qkbd_qws.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWSKeyboardHandler" fullname="QWSKeyboardHandler::QWSKeyboardHandler" href="qwskeyboardhandler.html#QWSKeyboardHandler-2" location="qkbd_qws.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QWSKeyboardHandler()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWSKeyboardHandler" fullname="QWSKeyboardHandler::QWSKeyboardHandler" href="qwskeyboardhandler.html#QWSKeyboardHandler" location="qkbd_qws.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWSKeyboardHandler(const QString &amp; device)">
+ <parameter left="const QString &amp;" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWSKeyboardHandler" fullname="QWSKeyboardHandler::~QWSKeyboardHandler" href="qwskeyboardhandler.html#dtor.QWSKeyboardHandler" location="qkbd_qws.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWSKeyboardHandler()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="processKeyEvent" fullname="QWSKeyboardHandler::processKeyEvent" href="qwskeyboardhandler.html#processKeyEvent" location="qkbd_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="processKeyEvent(int unicode, int keycode, QFlags&lt;Qt::KeyboardModifier&gt; modifiers, bool isPress, bool autoRepeat)">
+ <parameter left="int" right="" name="unicode" default=""/>
+ <parameter left="int" right="" name="keycode" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default=""/>
+ <parameter left="bool" right="" name="isPress" default=""/>
+ <parameter left="bool" right="" name="autoRepeat" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="KeycodeAction" fullname="QWSKeyboardHandler::KeycodeAction" href="qwskeyboardhandler.html#KeycodeAction-enum" location="qkbd_qws.h">
+ <value name="None" value="0"/>
+ <value name="CapsLockOff" value="0x01000000"/>
+ <value name="CapsLockOn" value="0x01000001"/>
+ <value name="NumLockOff" value="0x02000000"/>
+ <value name="NumLockOn" value="0x02000001"/>
+ <value name="ScrollLockOff" value="0x03000000"/>
+ <value name="ScrollLockOn" value="0x03000001"/>
+ <value name="Reboot" value="0x04000000"/>
+ <value name="PreviousConsole" value="0x05000000"/>
+ <value name="NextConsole" value="0x05000001"/>
+ <value name="SwitchConsoleFirst" value="0x06000000"/>
+ <value name="SwitchConsoleLast" value="0x0600007f"/>
+ <value name="SwitchConsoleMask" value="0x0000007f"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="processKeycode" fullname="QWSKeyboardHandler::processKeycode" href="qwskeyboardhandler.html#processKeycode" location="qkbd_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="KeycodeAction" signature="processKeycode(quint16 keycode, bool isPress, bool autoRepeat)">
+ <parameter left="quint16" right="" name="keycode" default=""/>
+ <parameter left="bool" right="" name="isPress" default=""/>
+ <parameter left="bool" right="" name="autoRepeat" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="transformDirKey" fullname="QWSKeyboardHandler::transformDirKey" href="qwskeyboardhandler.html#transformDirKey" location="qkbd_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="transformDirKey(int keycode)">
+ <parameter left="int" right="" name="keycode" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="beginAutoRepeat" fullname="QWSKeyboardHandler::beginAutoRepeat" href="qwskeyboardhandler.html#beginAutoRepeat" location="qkbd_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="beginAutoRepeat(int unicode, int keycode, QFlags&lt;Qt::KeyboardModifier&gt; modifier)">
+ <parameter left="int" right="" name="unicode" default=""/>
+ <parameter left="int" right="" name="keycode" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifier" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="endAutoRepeat" fullname="QWSKeyboardHandler::endAutoRepeat" href="qwskeyboardhandler.html#endAutoRepeat" location="qkbd_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="endAutoRepeat()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3TextView" href="q3textview.html" location="q3textview.h" bases="Q3TextEdit" module="Qt3SupportLight"/>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlNamePool" href="qxmlnamepool.html" location="qxmlnamepool.h" bases="" module="QtXmlPatterns">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlNamePool" fullname="QXmlNamePool::QXmlNamePool" href="qxmlnamepool.html#QXmlNamePool" location="qxmlnamepool.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QXmlNamePool()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlNamePool" fullname="QXmlNamePool::QXmlNamePool" href="qxmlnamepool.html#QXmlNamePool-2" location="qxmlnamepool.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QXmlNamePool(const QXmlNamePool &amp; other)">
+ <parameter left="const QXmlNamePool &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlNamePool" fullname="QXmlNamePool::~QXmlNamePool" href="qxmlnamepool.html#dtor.QXmlNamePool" location="qxmlnamepool.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlNamePool()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QXmlNamePool::operator=" href="qxmlnamepool.html#operator=" location="qxmlnamepool.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QXmlNamePool &amp;" signature="operator=(const QXmlNamePool &amp; other)">
+ <parameter left="const QXmlNamePool &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWebPage" href="qwebpage.html" location="qwebpage.h" bases="QObject" module="QtWebKit">
+ <contents name="using-qwebpage-in-a-widget-less-environment" title="Using QWebPage in a Widget-less Environment" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="modified" fullname="QWebPage::modified" href="qwebpage.html#modified-prop" location="qwebpage.h" type="bool">
+ <getter name="isModified"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="selectedText" fullname="QWebPage::selectedText" href="qwebpage.html#selectedText-prop" location="qwebpage.h" type="QString">
+ <getter name="selectedText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="viewportSize" fullname="QWebPage::viewportSize" href="qwebpage.html#viewportSize-prop" location="qwebpage.h" type="QSize">
+ <getter name="viewportSize"/>
+ <setter name="setViewportSize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="fixedContentsSize" fullname="QWebPage::fixedContentsSize" href="qwebpage.html#fixedContentsSize-prop" location="qwebpage.h" type="QSize">
+ <getter name="fixedContentsSize"/>
+ <setter name="setFixedContentsSize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="forwardUnsupportedContent" fullname="QWebPage::forwardUnsupportedContent" href="qwebpage.html#forwardUnsupportedContent-prop" location="qwebpage.h" type="bool">
+ <getter name="forwardUnsupportedContent"/>
+ <setter name="setForwardUnsupportedContent"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="linkDelegationPolicy" fullname="QWebPage::linkDelegationPolicy" href="qwebpage.html#linkDelegationPolicy-prop" location="qwebpage.h" type="LinkDelegationPolicy">
+ <getter name="linkDelegationPolicy"/>
+ <setter name="setLinkDelegationPolicy"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="palette" fullname="QWebPage::palette" href="qwebpage.html#palette-prop" location="qwebpage.h" type="QPalette">
+ <getter name="palette"/>
+ <setter name="setPalette"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="contentEditable" fullname="QWebPage::contentEditable" href="qwebpage.html#contentEditable-prop" location="qwebpage.h" type="bool">
+ <getter name="isContentEditable"/>
+ <setter name="setContentEditable"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="NavigationType" fullname="QWebPage::NavigationType" href="qwebpage.html#NavigationType-enum" location="qwebpage.h">
+ <value name="NavigationTypeLinkClicked" value="0"/>
+ <value name="NavigationTypeFormSubmitted" value="1"/>
+ <value name="NavigationTypeBackOrForward" value="2"/>
+ <value name="NavigationTypeReload" value="3"/>
+ <value name="NavigationTypeFormResubmitted" value="4"/>
+ <value name="NavigationTypeOther" value="5"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WebAction" fullname="QWebPage::WebAction" href="qwebpage.html#WebAction-enum" location="qwebpage.h">
+ <value name="NoWebAction" value="-1"/>
+ <value name="OpenLink" value="0"/>
+ <value name="OpenLinkInNewWindow" value="1"/>
+ <value name="OpenFrameInNewWindow" value="2"/>
+ <value name="DownloadLinkToDisk" value="3"/>
+ <value name="CopyLinkToClipboard" value="4"/>
+ <value name="OpenImageInNewWindow" value="5"/>
+ <value name="DownloadImageToDisk" value="6"/>
+ <value name="CopyImageToClipboard" value="7"/>
+ <value name="Back" value="8"/>
+ <value name="Forward" value="9"/>
+ <value name="Stop" value="10"/>
+ <value name="Reload" value="11"/>
+ <value name="Cut" value="12"/>
+ <value name="Copy" value="13"/>
+ <value name="Paste" value="14"/>
+ <value name="Undo" value="15"/>
+ <value name="Redo" value="16"/>
+ <value name="MoveToNextChar" value="17"/>
+ <value name="MoveToPreviousChar" value="18"/>
+ <value name="MoveToNextWord" value="19"/>
+ <value name="MoveToPreviousWord" value="20"/>
+ <value name="MoveToNextLine" value="21"/>
+ <value name="MoveToPreviousLine" value="22"/>
+ <value name="MoveToStartOfLine" value="23"/>
+ <value name="MoveToEndOfLine" value="24"/>
+ <value name="MoveToStartOfBlock" value="25"/>
+ <value name="MoveToEndOfBlock" value="26"/>
+ <value name="MoveToStartOfDocument" value="27"/>
+ <value name="MoveToEndOfDocument" value="28"/>
+ <value name="SelectNextChar" value="29"/>
+ <value name="SelectPreviousChar" value="30"/>
+ <value name="SelectNextWord" value="31"/>
+ <value name="SelectPreviousWord" value="32"/>
+ <value name="SelectNextLine" value="33"/>
+ <value name="SelectPreviousLine" value="34"/>
+ <value name="SelectStartOfLine" value="35"/>
+ <value name="SelectEndOfLine" value="36"/>
+ <value name="SelectStartOfBlock" value="37"/>
+ <value name="SelectEndOfBlock" value="38"/>
+ <value name="SelectStartOfDocument" value="39"/>
+ <value name="SelectEndOfDocument" value="40"/>
+ <value name="DeleteStartOfWord" value="41"/>
+ <value name="DeleteEndOfWord" value="42"/>
+ <value name="SetTextDirectionDefault" value="43"/>
+ <value name="SetTextDirectionLeftToRight" value="44"/>
+ <value name="SetTextDirectionRightToLeft" value="45"/>
+ <value name="ToggleBold" value="46"/>
+ <value name="ToggleItalic" value="47"/>
+ <value name="ToggleUnderline" value="48"/>
+ <value name="InspectElement" value="49"/>
+ <value name="InsertParagraphSeparator" value="50"/>
+ <value name="InsertLineSeparator" value="51"/>
+ <value name="SelectAll" value="52"/>
+ <value name="ReloadAndBypassCache" value="53"/>
+ <value name="PasteAndMatchStyle" value="54"/>
+ <value name="RemoveFormat" value="55"/>
+ <value name="ToggleStrikethrough" value="56"/>
+ <value name="ToggleSubscript" value="57"/>
+ <value name="ToggleSuperscript" value="58"/>
+ <value name="InsertUnorderedList" value="59"/>
+ <value name="InsertOrderedList" value="60"/>
+ <value name="Indent" value="61"/>
+ <value name="Outdent" value="62"/>
+ <value name="AlignCenter" value="63"/>
+ <value name="AlignJustified" value="64"/>
+ <value name="AlignLeft" value="65"/>
+ <value name="AlignRight" value="66"/>
+ <value name="WebActionCount" value="67"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FindFlag" fullname="QWebPage::FindFlag" href="qwebpage.html#FindFlag-enum" location="qwebpage.h" typedef="QWebPage::FindFlags">
+ <value name="FindBackward" value="1"/>
+ <value name="FindCaseSensitively" value="2"/>
+ <value name="FindWrapsAroundDocument" value="4"/>
+ <value name="HighlightAllOccurrences" value="8"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="FindFlags" fullname="QWebPage::FindFlags" href="qwebpage.html#FindFlags-typedef" location="qwebpage.h" enum="QWebPage::FindFlag"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="LinkDelegationPolicy" fullname="QWebPage::LinkDelegationPolicy" href="qwebpage.html#LinkDelegationPolicy-enum" location="qwebpage.h">
+ <value name="DontDelegateLinks" value="0"/>
+ <value name="DelegateExternalLinks" value="1"/>
+ <value name="DelegateAllLinks" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WebWindowType" fullname="QWebPage::WebWindowType" href="qwebpage.html#WebWindowType-enum" location="qwebpage.h">
+ <value name="WebBrowserWindow" value="0"/>
+ <value name="WebModalDialog" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWebPage" fullname="QWebPage::QWebPage" href="qwebpage.html#QWebPage" location="qwebpage.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWebPage(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWebPage" fullname="QWebPage::~QWebPage" href="qwebpage.html#dtor.QWebPage" location="qwebpage.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWebPage()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mainFrame" fullname="QWebPage::mainFrame" href="qwebpage.html#mainFrame" location="qwebpage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebFrame *" signature="mainFrame() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentFrame" fullname="QWebPage::currentFrame" href="qwebpage.html#currentFrame" location="qwebpage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebFrame *" signature="currentFrame() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frameAt" fullname="QWebPage::frameAt" href="qwebpage.html#frameAt" location="qwebpage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebFrame *" signature="frameAt(const QPoint &amp; pos) const">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="history" fullname="QWebPage::history" href="qwebpage.html#history" location="qwebpage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebHistory *" signature="history() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="settings" fullname="QWebPage::settings" href="qwebpage.html#settings" location="qwebpage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebSettings *" signature="settings() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setView" fullname="QWebPage::setView" href="qwebpage.html#setView" location="qwebpage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setView(QWidget * view)">
+ <parameter left="QWidget *" right="" name="view" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="view" fullname="QWebPage::view" href="qwebpage.html#view" location="qwebpage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="view() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isModified" fullname="QWebPage::isModified" href="qwebpage.html#modified-prop" location="qwebpage.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="modified" type="bool" signature="isModified() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="undoStack" fullname="QWebPage::undoStack" href="qwebpage.html#undoStack" location="qwebpage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUndoStack *" signature="undoStack() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNetworkAccessManager" fullname="QWebPage::setNetworkAccessManager" href="qwebpage.html#setNetworkAccessManager" location="qwebpage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNetworkAccessManager(QNetworkAccessManager * manager)">
+ <parameter left="QNetworkAccessManager *" right="" name="manager" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="networkAccessManager" fullname="QWebPage::networkAccessManager" href="qwebpage.html#networkAccessManager" location="qwebpage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QNetworkAccessManager *" signature="networkAccessManager() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPluginFactory" fullname="QWebPage::setPluginFactory" href="qwebpage.html#setPluginFactory" location="qwebpage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPluginFactory(QWebPluginFactory * factory)">
+ <parameter left="QWebPluginFactory *" right="" name="factory" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pluginFactory" fullname="QWebPage::pluginFactory" href="qwebpage.html#pluginFactory" location="qwebpage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebPluginFactory *" signature="pluginFactory() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="totalBytes" fullname="QWebPage::totalBytes" href="qwebpage.html#totalBytes" location="qwebpage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="quint64" signature="totalBytes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bytesReceived" fullname="QWebPage::bytesReceived" href="qwebpage.html#bytesReceived" location="qwebpage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="quint64" signature="bytesReceived() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedText" fullname="QWebPage::selectedText" href="qwebpage.html#selectedText-prop" location="qwebpage.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="selectedText" type="QString" signature="selectedText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="action" fullname="QWebPage::action" href="qwebpage.html#action" location="qwebpage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="action(WebAction action) const">
+ <parameter left="WebAction" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="triggerAction" fullname="QWebPage::triggerAction" href="qwebpage.html#triggerAction" location="qwebpage.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="triggerAction(WebAction action, bool checked)">
+ <parameter left="WebAction" right="" name="action" default=""/>
+ <parameter left="bool" right="" name="checked" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="viewportSize" fullname="QWebPage::viewportSize" href="qwebpage.html#viewportSize-prop" location="qwebpage.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="viewportSize" type="QSize" signature="viewportSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setViewportSize" fullname="QWebPage::setViewportSize" href="qwebpage.html#viewportSize-prop" location="qwebpage.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="viewportSize" type="void" signature="setViewportSize(const QSize &amp; size) const">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fixedContentsSize" fullname="QWebPage::fixedContentsSize" href="qwebpage.html#fixedContentsSize-prop" location="qwebpage.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="fixedContentsSize" type="QSize" signature="fixedContentsSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFixedContentsSize" fullname="QWebPage::setFixedContentsSize" href="qwebpage.html#fixedContentsSize-prop" location="qwebpage.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="fixedContentsSize" type="void" signature="setFixedContentsSize(const QSize &amp; size) const">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="event" fullname="QWebPage::event" href="qwebpage.html#event" location="qwebpage.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * ev)">
+ <parameter left="QEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="focusNextPrevChild" fullname="QWebPage::focusNextPrevChild" href="qwebpage.html#focusNextPrevChild" location="qwebpage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="focusNextPrevChild(bool next)">
+ <parameter left="bool" right="" name="next" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inputMethodQuery" fullname="QWebPage::inputMethodQuery" href="qwebpage.html#inputMethodQuery" location="qwebpage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="inputMethodQuery(Qt::InputMethodQuery property) const">
+ <parameter left="Qt::InputMethodQuery" right="" name="property" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findText" fullname="QWebPage::findText" href="qwebpage.html#findText" location="qwebpage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findText(const QString &amp; subString, QFlags&lt;QWebPage::FindFlag&gt; options)">
+ <parameter left="const QString &amp;" right="" name="subString" default=""/>
+ <parameter left="QFlags&lt;QWebPage::FindFlag&gt;" right="" name="options" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setForwardUnsupportedContent" fullname="QWebPage::setForwardUnsupportedContent" href="qwebpage.html#forwardUnsupportedContent-prop" location="qwebpage.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="forwardUnsupportedContent" type="void" signature="setForwardUnsupportedContent(bool forward)">
+ <parameter left="bool" right="" name="forward" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="forwardUnsupportedContent" fullname="QWebPage::forwardUnsupportedContent" href="qwebpage.html#forwardUnsupportedContent-prop" location="qwebpage.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="forwardUnsupportedContent" type="bool" signature="forwardUnsupportedContent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLinkDelegationPolicy" fullname="QWebPage::setLinkDelegationPolicy" href="qwebpage.html#linkDelegationPolicy-prop" location="qwebpage.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="linkDelegationPolicy" type="void" signature="setLinkDelegationPolicy(LinkDelegationPolicy policy)">
+ <parameter left="LinkDelegationPolicy" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="linkDelegationPolicy" fullname="QWebPage::linkDelegationPolicy" href="qwebpage.html#linkDelegationPolicy-prop" location="qwebpage.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="linkDelegationPolicy" type="LinkDelegationPolicy" signature="linkDelegationPolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPalette" fullname="QWebPage::setPalette" href="qwebpage.html#palette-prop" location="qwebpage.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="palette" type="void" signature="setPalette(const QPalette &amp; palette)">
+ <parameter left="const QPalette &amp;" right="" name="palette" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="palette" fullname="QWebPage::palette" href="qwebpage.html#palette-prop" location="qwebpage.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="palette" type="QPalette" signature="palette() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContentEditable" fullname="QWebPage::setContentEditable" href="qwebpage.html#contentEditable-prop" location="qwebpage.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="contentEditable" type="void" signature="setContentEditable(bool editable)">
+ <parameter left="bool" right="" name="editable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isContentEditable" fullname="QWebPage::isContentEditable" href="qwebpage.html#contentEditable-prop" location="qwebpage.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="contentEditable" type="bool" signature="isContentEditable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="swallowContextMenuEvent" fullname="QWebPage::swallowContextMenuEvent" href="qwebpage.html#swallowContextMenuEvent" location="qwebpage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="swallowContextMenuEvent(QContextMenuEvent * event)">
+ <parameter left="QContextMenuEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updatePositionDependentActions" fullname="QWebPage::updatePositionDependentActions" href="qwebpage.html#updatePositionDependentActions" location="qwebpage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="updatePositionDependentActions(const QPoint &amp; pos)">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createStandardContextMenu" fullname="QWebPage::createStandardContextMenu" href="qwebpage.html#createStandardContextMenu" location="qwebpage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMenu *" signature="createStandardContextMenu()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Extension" fullname="QWebPage::Extension" href="qwebpage.html#Extension-enum" location="qwebpage.h">
+ <value name="ChooseMultipleFilesExtension" value="0"/>
+ </enum>
+ <class access="public" threadsafety="unspecified" status="commendable" name="ExtensionOption" fullname="QWebPage::ExtensionOption" href="qwebpage-extensionoption.html" location="qwebpage.h" bases="" module="QtWebKit"/>
+ <class access="public" threadsafety="unspecified" status="commendable" name="ExtensionReturn" fullname="QWebPage::ExtensionReturn" href="qwebpage-extensionreturn.html" location="qwebpage.h" bases="" module="QtWebKit"/>
+ <class access="public" threadsafety="unspecified" status="commendable" name="ChooseMultipleFilesExtensionOption" fullname="QWebPage::ChooseMultipleFilesExtensionOption" href="qwebpage-choosemultiplefilesextensionoption.html" location="qwebpage.h" bases="" module="QtWebKit">
+ <variable access="public" threadsafety="unspecified" status="commendable" name="parentFrame" fullname="QWebPage::ChooseMultipleFilesExtensionOption::parentFrame" href="qwebpage-choosemultiplefilesextensionoption.html#parentFrame-var" location="qwebpage.h" type="QWebFrame *" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="suggestedFileNames" fullname="QWebPage::ChooseMultipleFilesExtensionOption::suggestedFileNames" href="qwebpage-choosemultiplefilesextensionoption.html#suggestedFileNames-var" location="qwebpage.h" type="QStringList" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="ChooseMultipleFilesExtensionReturn" fullname="QWebPage::ChooseMultipleFilesExtensionReturn" href="qwebpage-choosemultiplefilesextensionreturn.html" location="qwebpage.h" bases="" module="QtWebKit">
+ <variable access="public" threadsafety="unspecified" status="commendable" name="fileNames" fullname="QWebPage::ChooseMultipleFilesExtensionReturn::fileNames" href="qwebpage-choosemultiplefilesextensionreturn.html#fileNames-var" location="qwebpage.h" type="QStringList" static="false"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="extension" fullname="QWebPage::extension" href="qwebpage.html#extension" location="qwebpage.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="extension(Extension extension, const ExtensionOption * option, ExtensionReturn * output)">
+ <parameter left="Extension" right="" name="extension" default=""/>
+ <parameter left="const ExtensionOption *" right="" name="option" default="0"/>
+ <parameter left="ExtensionReturn *" right="" name="output" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportsExtension" fullname="QWebPage::supportsExtension" href="qwebpage.html#supportsExtension" location="qwebpage.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="supportsExtension(Extension extension) const">
+ <parameter left="Extension" right="" name="extension" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shouldInterruptJavaScript" fullname="QWebPage::shouldInterruptJavaScript" href="qwebpage.html#shouldInterruptJavaScript" location="qwebpage.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="bool" signature="shouldInterruptJavaScript()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loadStarted" fullname="QWebPage::loadStarted" href="qwebpage.html#loadStarted" location="qwebpage.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="loadStarted()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loadProgress" fullname="QWebPage::loadProgress" href="qwebpage.html#loadProgress" location="qwebpage.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="loadProgress(int progress)">
+ <parameter left="int" right="" name="progress" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loadFinished" fullname="QWebPage::loadFinished" href="qwebpage.html#loadFinished" location="qwebpage.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="loadFinished(bool ok)">
+ <parameter left="bool" right="" name="ok" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="linkHovered" fullname="QWebPage::linkHovered" href="qwebpage.html#linkHovered" location="qwebpage.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="linkHovered(const QString &amp; link, const QString &amp; title, const QString &amp; textContent)">
+ <parameter left="const QString &amp;" right="" name="link" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="textContent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="statusBarMessage" fullname="QWebPage::statusBarMessage" href="qwebpage.html#statusBarMessage" location="qwebpage.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="statusBarMessage(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionChanged" fullname="QWebPage::selectionChanged" href="qwebpage.html#selectionChanged" location="qwebpage.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="selectionChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frameCreated" fullname="QWebPage::frameCreated" href="qwebpage.html#frameCreated" location="qwebpage.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="frameCreated(QWebFrame * frame)">
+ <parameter left="QWebFrame *" right="" name="frame" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="geometryChangeRequested" fullname="QWebPage::geometryChangeRequested" href="qwebpage.html#geometryChangeRequested" location="qwebpage.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="geometryChangeRequested(const QRect &amp; geom)">
+ <parameter left="const QRect &amp;" right="" name="geom" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="repaintRequested" fullname="QWebPage::repaintRequested" href="qwebpage.html#repaintRequested" location="qwebpage.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="repaintRequested(const QRect &amp; dirtyRect)">
+ <parameter left="const QRect &amp;" right="" name="dirtyRect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scrollRequested" fullname="QWebPage::scrollRequested" href="qwebpage.html#scrollRequested" location="qwebpage.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="scrollRequested(int dx, int dy, const QRect &amp; rectToScroll)">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rectToScroll" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowCloseRequested" fullname="QWebPage::windowCloseRequested" href="qwebpage.html#windowCloseRequested" location="qwebpage.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="windowCloseRequested()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="printRequested" fullname="QWebPage::printRequested" href="qwebpage.html#printRequested" location="qwebpage.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="printRequested(QWebFrame * frame)">
+ <parameter left="QWebFrame *" right="" name="frame" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="linkClicked" fullname="QWebPage::linkClicked" href="qwebpage.html#linkClicked" location="qwebpage.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="linkClicked(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toolBarVisibilityChangeRequested" fullname="QWebPage::toolBarVisibilityChangeRequested" href="qwebpage.html#toolBarVisibilityChangeRequested" location="qwebpage.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="toolBarVisibilityChangeRequested(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="statusBarVisibilityChangeRequested" fullname="QWebPage::statusBarVisibilityChangeRequested" href="qwebpage.html#statusBarVisibilityChangeRequested" location="qwebpage.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="statusBarVisibilityChangeRequested(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="menuBarVisibilityChangeRequested" fullname="QWebPage::menuBarVisibilityChangeRequested" href="qwebpage.html#menuBarVisibilityChangeRequested" location="qwebpage.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="menuBarVisibilityChangeRequested(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unsupportedContent" fullname="QWebPage::unsupportedContent" href="qwebpage.html#unsupportedContent" location="qwebpage.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="unsupportedContent(QNetworkReply * reply)">
+ <parameter left="QNetworkReply *" right="" name="reply" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="downloadRequested" fullname="QWebPage::downloadRequested" href="qwebpage.html#downloadRequested" location="qwebpage.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="downloadRequested(const QNetworkRequest &amp; request)">
+ <parameter left="const QNetworkRequest &amp;" right="" name="request" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="microFocusChanged" fullname="QWebPage::microFocusChanged" href="qwebpage.html#microFocusChanged" location="qwebpage.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="microFocusChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentsChanged" fullname="QWebPage::contentsChanged" href="qwebpage.html#contentsChanged" location="qwebpage.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="contentsChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="databaseQuotaExceeded" fullname="QWebPage::databaseQuotaExceeded" href="qwebpage.html#databaseQuotaExceeded" location="qwebpage.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="databaseQuotaExceeded(QWebFrame * frame, QString databaseName)">
+ <parameter left="QWebFrame *" right="" name="frame" default=""/>
+ <parameter left="QString" right="" name="databaseName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="saveFrameStateRequested" fullname="QWebPage::saveFrameStateRequested" href="qwebpage.html#saveFrameStateRequested" location="qwebpage.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="saveFrameStateRequested(QWebFrame * frame, QWebHistoryItem * item)">
+ <parameter left="QWebFrame *" right="" name="frame" default=""/>
+ <parameter left="QWebHistoryItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="restoreFrameStateRequested" fullname="QWebPage::restoreFrameStateRequested" href="qwebpage.html#restoreFrameStateRequested" location="qwebpage.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="restoreFrameStateRequested(QWebFrame * frame)">
+ <parameter left="QWebFrame *" right="" name="frame" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="createWindow" fullname="QWebPage::createWindow" href="qwebpage.html#createWindow" location="qwebpage.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QWebPage *" signature="createWindow(WebWindowType type)">
+ <parameter left="WebWindowType" right="" name="type" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="createPlugin" fullname="QWebPage::createPlugin" href="qwebpage.html#createPlugin" location="qwebpage.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QObject *" signature="createPlugin(const QString &amp; classid, const QUrl &amp; url, const QStringList &amp; paramNames, const QStringList &amp; paramValues)">
+ <parameter left="const QString &amp;" right="" name="classid" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="paramNames" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="paramValues" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="acceptNavigationRequest" fullname="QWebPage::acceptNavigationRequest" href="qwebpage.html#acceptNavigationRequest" location="qwebpage.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="acceptNavigationRequest(QWebFrame * frame, const QNetworkRequest &amp; request, NavigationType type)">
+ <parameter left="QWebFrame *" right="" name="frame" default=""/>
+ <parameter left="const QNetworkRequest &amp;" right="" name="request" default=""/>
+ <parameter left="NavigationType" right="" name="type" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="chooseFile" fullname="QWebPage::chooseFile" href="qwebpage.html#chooseFile" location="qwebpage.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QString" signature="chooseFile(QWebFrame * parentFrame, const QString &amp; suggestedFile)">
+ <parameter left="QWebFrame *" right="" name="parentFrame" default=""/>
+ <parameter left="const QString &amp;" right="" name="suggestedFile" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="javaScriptAlert" fullname="QWebPage::javaScriptAlert" href="qwebpage.html#javaScriptAlert" location="qwebpage.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="javaScriptAlert(QWebFrame * frame, const QString &amp; msg)">
+ <parameter left="QWebFrame *" right="" name="frame" default=""/>
+ <parameter left="const QString &amp;" right="" name="msg" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="javaScriptConfirm" fullname="QWebPage::javaScriptConfirm" href="qwebpage.html#javaScriptConfirm" location="qwebpage.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="javaScriptConfirm(QWebFrame * frame, const QString &amp; msg)">
+ <parameter left="QWebFrame *" right="" name="frame" default=""/>
+ <parameter left="const QString &amp;" right="" name="msg" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="javaScriptPrompt" fullname="QWebPage::javaScriptPrompt" href="qwebpage.html#javaScriptPrompt" location="qwebpage.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="javaScriptPrompt(QWebFrame * frame, const QString &amp; msg, const QString &amp; defaultValue, QString * result)">
+ <parameter left="QWebFrame *" right="" name="frame" default=""/>
+ <parameter left="const QString &amp;" right="" name="msg" default=""/>
+ <parameter left="const QString &amp;" right="" name="defaultValue" default=""/>
+ <parameter left="QString *" right="" name="result" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="javaScriptConsoleMessage" fullname="QWebPage::javaScriptConsoleMessage" href="qwebpage.html#javaScriptConsoleMessage" location="qwebpage.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="javaScriptConsoleMessage(const QString &amp; message, int lineNumber, const QString &amp; sourceID)">
+ <parameter left="const QString &amp;" right="" name="message" default=""/>
+ <parameter left="int" right="" name="lineNumber" default=""/>
+ <parameter left="const QString &amp;" right="" name="sourceID" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="userAgentForUrl" fullname="QWebPage::userAgentForUrl" href="qwebpage.html#userAgentForUrl" location="qwebpage.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="userAgentForUrl(const QUrl &amp; url) const">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QItemSelectionRange" href="qitemselectionrange.html" location="qitemselectionmodel.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QItemSelectionRange" fullname="QItemSelectionRange::QItemSelectionRange" href="qitemselectionrange.html#QItemSelectionRange" location="qitemselectionmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QItemSelectionRange()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QItemSelectionRange" fullname="QItemSelectionRange::QItemSelectionRange" href="qitemselectionrange.html#QItemSelectionRange-2" location="qitemselectionmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QItemSelectionRange(const QItemSelectionRange &amp; other)">
+ <parameter left="const QItemSelectionRange &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QItemSelectionRange" fullname="QItemSelectionRange::QItemSelectionRange" href="qitemselectionrange.html#QItemSelectionRange-3" location="qitemselectionmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QItemSelectionRange(const QModelIndex &amp; topLeft, const QModelIndex &amp; bottomRight)">
+ <parameter left="const QModelIndex &amp;" right="" name="topLeft" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="bottomRight" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QItemSelectionRange" fullname="QItemSelectionRange::QItemSelectionRange" href="qitemselectionrange.html#QItemSelectionRange-4" location="qitemselectionmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QItemSelectionRange(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="top" fullname="QItemSelectionRange::top" href="qitemselectionrange.html#top" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="top() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="left" fullname="QItemSelectionRange::left" href="qitemselectionrange.html#left" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="left() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bottom" fullname="QItemSelectionRange::bottom" href="qitemselectionrange.html#bottom" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="bottom() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="right" fullname="QItemSelectionRange::right" href="qitemselectionrange.html#right" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="right() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QItemSelectionRange::width" href="qitemselectionrange.html#width" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="QItemSelectionRange::height" href="qitemselectionrange.html#height" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="topLeft" fullname="QItemSelectionRange::topLeft" href="qitemselectionrange.html#topLeft" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="topLeft() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bottomRight" fullname="QItemSelectionRange::bottomRight" href="qitemselectionrange.html#bottomRight" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="bottomRight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parent" fullname="QItemSelectionRange::parent" href="qitemselectionrange.html#parent" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="parent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="model" fullname="QItemSelectionRange::model" href="qitemselectionrange.html#model" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QAbstractItemModel *" signature="model() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QItemSelectionRange::contains" href="qitemselectionrange.html#contains" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QItemSelectionRange::contains" href="qitemselectionrange.html#contains-2" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="contains(int row, int column, const QModelIndex &amp; parentIndex) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parentIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intersects" fullname="QItemSelectionRange::intersects" href="qitemselectionrange.html#intersects" location="qitemselectionmodel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="intersects(const QItemSelectionRange &amp; other) const">
+ <parameter left="const QItemSelectionRange &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="intersect" fullname="QItemSelectionRange::intersect" href="qitemselectionrange-obsolete.html#intersect" location="qitemselectionmodel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QItemSelectionRange" signature="intersect(const QItemSelectionRange &amp; other) const">
+ <parameter left="const QItemSelectionRange &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intersected" fullname="QItemSelectionRange::intersected" href="qitemselectionrange.html#intersected" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QItemSelectionRange" signature="intersected(const QItemSelectionRange &amp; other) const">
+ <parameter left="const QItemSelectionRange &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QItemSelectionRange::operator==" href="qitemselectionrange.html#operator==" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QItemSelectionRange &amp; other) const">
+ <parameter left="const QItemSelectionRange &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QItemSelectionRange::operator!=" href="qitemselectionrange.html#operator!=" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QItemSelectionRange &amp; other) const">
+ <parameter left="const QItemSelectionRange &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QItemSelectionRange::isValid" href="qitemselectionrange.html#isValid" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexes" fullname="QItemSelectionRange::indexes" href="qitemselectionrange.html#indexes" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndexList" signature="indexes() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QItemSelectionModel" href="qitemselectionmodel.html" location="qitemselectionmodel.h" bases="QObject" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SelectionFlag" fullname="QItemSelectionModel::SelectionFlag" href="qitemselectionmodel.html#SelectionFlag-enum" location="qitemselectionmodel.h" typedef="QItemSelectionModel::SelectionFlags">
+ <value name="NoUpdate" value="0x0000"/>
+ <value name="Clear" value="0x0001"/>
+ <value name="Select" value="0x0002"/>
+ <value name="Deselect" value="0x0004"/>
+ <value name="Toggle" value="0x0008"/>
+ <value name="Current" value="0x0010"/>
+ <value name="Rows" value="0x0020"/>
+ <value name="Columns" value="0x0040"/>
+ <value name="SelectCurrent" value="Select | Current"/>
+ <value name="ToggleCurrent" value="Toggle | Current"/>
+ <value name="ClearAndSelect" value="Clear | Select"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="SelectionFlags" fullname="QItemSelectionModel::SelectionFlags" href="qitemselectionmodel.html#SelectionFlags-typedef" location="qitemselectionmodel.h" enum="QItemSelectionModel::SelectionFlag"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QItemSelectionModel" fullname="QItemSelectionModel::QItemSelectionModel" href="qitemselectionmodel.html#QItemSelectionModel" location="qitemselectionmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QItemSelectionModel(QAbstractItemModel * model)">
+ <parameter left="QAbstractItemModel *" right="" name="model" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QItemSelectionModel" fullname="QItemSelectionModel::QItemSelectionModel" href="qitemselectionmodel.html#QItemSelectionModel-2" location="qitemselectionmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QItemSelectionModel(QAbstractItemModel * model, QObject * parent)">
+ <parameter left="QAbstractItemModel *" right="" name="model" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QItemSelectionModel" fullname="QItemSelectionModel::~QItemSelectionModel" href="qitemselectionmodel.html#dtor.QItemSelectionModel" location="qitemselectionmodel.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QItemSelectionModel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentIndex" fullname="QItemSelectionModel::currentIndex" href="qitemselectionmodel.html#currentIndex" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="currentIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSelected" fullname="QItemSelectionModel::isSelected" href="qitemselectionmodel.html#isSelected" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSelected(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRowSelected" fullname="QItemSelectionModel::isRowSelected" href="qitemselectionmodel.html#isRowSelected" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRowSelected(int row, const QModelIndex &amp; parent) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isColumnSelected" fullname="QItemSelectionModel::isColumnSelected" href="qitemselectionmodel.html#isColumnSelected" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isColumnSelected(int column, const QModelIndex &amp; parent) const">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowIntersectsSelection" fullname="QItemSelectionModel::rowIntersectsSelection" href="qitemselectionmodel.html#rowIntersectsSelection" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="rowIntersectsSelection(int row, const QModelIndex &amp; parent) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnIntersectsSelection" fullname="QItemSelectionModel::columnIntersectsSelection" href="qitemselectionmodel.html#columnIntersectsSelection" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="columnIntersectsSelection(int column, const QModelIndex &amp; parent) const">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasSelection" fullname="QItemSelectionModel::hasSelection" href="qitemselectionmodel.html#hasSelection" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasSelection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedIndexes" fullname="QItemSelectionModel::selectedIndexes" href="qitemselectionmodel.html#selectedIndexes" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndexList" signature="selectedIndexes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedRows" fullname="QItemSelectionModel::selectedRows" href="qitemselectionmodel.html#selectedRows" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndexList" signature="selectedRows(int column) const">
+ <parameter left="int" right="" name="column" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedColumns" fullname="QItemSelectionModel::selectedColumns" href="qitemselectionmodel.html#selectedColumns" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndexList" signature="selectedColumns(int row) const">
+ <parameter left="int" right="" name="row" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selection" fullname="QItemSelectionModel::selection" href="qitemselectionmodel.html#selection" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QItemSelection" signature="selection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="model" fullname="QItemSelectionModel::model" href="qitemselectionmodel.html#model" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QAbstractItemModel *" signature="model() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentIndex" fullname="QItemSelectionModel::setCurrentIndex" href="qitemselectionmodel.html#setCurrentIndex" location="qitemselectionmodel.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setCurrentIndex(const QModelIndex &amp; index, QFlags&lt;QItemSelectionModel::SelectionFlag&gt; command)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="QFlags&lt;QItemSelectionModel::SelectionFlag&gt;" right="" name="command" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="select" fullname="QItemSelectionModel::select" href="qitemselectionmodel.html#select" location="qitemselectionmodel.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="select(const QModelIndex &amp; index, QFlags&lt;QItemSelectionModel::SelectionFlag&gt; command)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="QFlags&lt;QItemSelectionModel::SelectionFlag&gt;" right="" name="command" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="select" fullname="QItemSelectionModel::select" href="qitemselectionmodel.html#select-2" location="qitemselectionmodel.h" virtual="impure" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="select(const QItemSelection &amp; selection, QFlags&lt;QItemSelectionModel::SelectionFlag&gt; command)">
+ <parameter left="const QItemSelection &amp;" right="" name="selection" default=""/>
+ <parameter left="QFlags&lt;QItemSelectionModel::SelectionFlag&gt;" right="" name="command" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QItemSelectionModel::clear" href="qitemselectionmodel.html#clear" location="qitemselectionmodel.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="QItemSelectionModel::reset" href="qitemselectionmodel.html#reset" location="qitemselectionmodel.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearSelection" fullname="QItemSelectionModel::clearSelection" href="qitemselectionmodel.html#clearSelection" location="qitemselectionmodel.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clearSelection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionChanged" fullname="QItemSelectionModel::selectionChanged" href="qitemselectionmodel.html#selectionChanged" location="qitemselectionmodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="selectionChanged(const QItemSelection &amp; selected, const QItemSelection &amp; deselected)">
+ <parameter left="const QItemSelection &amp;" right="" name="selected" default=""/>
+ <parameter left="const QItemSelection &amp;" right="" name="deselected" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentChanged" fullname="QItemSelectionModel::currentChanged" href="qitemselectionmodel.html#currentChanged" location="qitemselectionmodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentChanged(const QModelIndex &amp; current, const QModelIndex &amp; previous)">
+ <parameter left="const QModelIndex &amp;" right="" name="current" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="previous" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentRowChanged" fullname="QItemSelectionModel::currentRowChanged" href="qitemselectionmodel.html#currentRowChanged" location="qitemselectionmodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentRowChanged(const QModelIndex &amp; current, const QModelIndex &amp; previous)">
+ <parameter left="const QModelIndex &amp;" right="" name="current" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="previous" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentColumnChanged" fullname="QItemSelectionModel::currentColumnChanged" href="qitemselectionmodel.html#currentColumnChanged" location="qitemselectionmodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentColumnChanged(const QModelIndex &amp; current, const QModelIndex &amp; previous)">
+ <parameter left="const QModelIndex &amp;" right="" name="current" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="previous" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="emitSelectionChanged" fullname="QItemSelectionModel::emitSelectionChanged" href="qitemselectionmodel.html#emitSelectionChanged" location="qitemselectionmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="emitSelectionChanged(const QItemSelection &amp; newSelection, const QItemSelection &amp; oldSelection)">
+ <parameter left="const QItemSelection &amp;" right="" name="newSelection" default=""/>
+ <parameter left="const QItemSelection &amp;" right="" name="oldSelection" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QItemSelection" href="qitemselection.html" location="qitemselectionmodel.h" bases="QList" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QItemSelection" fullname="QItemSelection::QItemSelection" href="qitemselection.html#QItemSelection" location="qitemselectionmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QItemSelection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QItemSelection" fullname="QItemSelection::QItemSelection" href="qitemselection.html#QItemSelection-2" location="qitemselectionmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QItemSelection(const QModelIndex &amp; topLeft, const QModelIndex &amp; bottomRight)">
+ <parameter left="const QModelIndex &amp;" right="" name="topLeft" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="bottomRight" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="select" fullname="QItemSelection::select" href="qitemselection.html#select" location="qitemselectionmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="select(const QModelIndex &amp; topLeft, const QModelIndex &amp; bottomRight)">
+ <parameter left="const QModelIndex &amp;" right="" name="topLeft" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="bottomRight" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QItemSelection::contains" href="qitemselection.html#contains" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexes" fullname="QItemSelection::indexes" href="qitemselection.html#indexes" location="qitemselectionmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndexList" signature="indexes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="merge" fullname="QItemSelection::merge" href="qitemselection.html#merge" location="qitemselectionmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="merge(const QItemSelection &amp; other, QFlags&lt;QItemSelectionModel::SelectionFlag&gt; command)">
+ <parameter left="const QItemSelection &amp;" right="" name="other" default=""/>
+ <parameter left="QFlags&lt;QItemSelectionModel::SelectionFlag&gt;" right="" name="command" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="split" fullname="QItemSelection::split" href="qitemselection.html#split" location="qitemselectionmodel.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="split(const QItemSelectionRange &amp; range, const QItemSelectionRange &amp; other, QItemSelection * result)">
+ <parameter left="const QItemSelectionRange &amp;" right="" name="range" default=""/>
+ <parameter left="const QItemSelectionRange &amp;" right="" name="other" default=""/>
+ <parameter left="QItemSelection *" right="" name="result" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="thread safe" status="commendable" name="QReadWriteLock" href="qreadwritelock.html" location="qreadwritelock.h" bases="" module="QtCore">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="RecursionMode" fullname="QReadWriteLock::RecursionMode" href="qreadwritelock.html#RecursionMode-enum" location="qreadwritelock.h">
+ <value name="NonRecursive" value="0"/>
+ <value name="Recursive" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QReadWriteLock" fullname="QReadWriteLock::QReadWriteLock" href="qreadwritelock.html#QReadWriteLock" location="qreadwritelock.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QReadWriteLock()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QReadWriteLock" fullname="QReadWriteLock::QReadWriteLock" href="qreadwritelock.html#QReadWriteLock-2" location="qreadwritelock.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QReadWriteLock(RecursionMode recursionMode)">
+ <parameter left="RecursionMode" right="" name="recursionMode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QReadWriteLock" fullname="QReadWriteLock::~QReadWriteLock" href="qreadwritelock.html#dtor.QReadWriteLock" location="qreadwritelock.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QReadWriteLock()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lockForRead" fullname="QReadWriteLock::lockForRead" href="qreadwritelock.html#lockForRead" location="qreadwritelock.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="lockForRead()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tryLockForRead" fullname="QReadWriteLock::tryLockForRead" href="qreadwritelock.html#tryLockForRead" location="qreadwritelock.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="tryLockForRead()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tryLockForRead" fullname="QReadWriteLock::tryLockForRead" href="qreadwritelock.html#tryLockForRead-2" location="qreadwritelock.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="tryLockForRead(int timeout)">
+ <parameter left="int" right="" name="timeout" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lockForWrite" fullname="QReadWriteLock::lockForWrite" href="qreadwritelock.html#lockForWrite" location="qreadwritelock.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="lockForWrite()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tryLockForWrite" fullname="QReadWriteLock::tryLockForWrite" href="qreadwritelock.html#tryLockForWrite" location="qreadwritelock.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="tryLockForWrite()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tryLockForWrite" fullname="QReadWriteLock::tryLockForWrite" href="qreadwritelock.html#tryLockForWrite-2" location="qreadwritelock.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="tryLockForWrite(int timeout)">
+ <parameter left="int" right="" name="timeout" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unlock" fullname="QReadWriteLock::unlock" href="qreadwritelock.html#unlock" location="qreadwritelock.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="unlock()"/>
+ </class>
+ <class access="public" threadsafety="thread safe" status="commendable" name="QReadLocker" href="qreadlocker.html" location="qreadwritelock.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QReadLocker" fullname="QReadLocker::QReadLocker" href="qreadlocker.html#QReadLocker" location="qreadwritelock.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QReadLocker(QReadWriteLock * lock)">
+ <parameter left="QReadWriteLock *" right="" name="lock" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QReadLocker" fullname="QReadLocker::~QReadLocker" href="qreadlocker.html#dtor.QReadLocker" location="qreadwritelock.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QReadLocker()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unlock" fullname="QReadLocker::unlock" href="qreadlocker.html#unlock" location="qreadwritelock.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="unlock()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="relock" fullname="QReadLocker::relock" href="qreadlocker.html#relock" location="qreadwritelock.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="relock()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readWriteLock" fullname="QReadLocker::readWriteLock" href="qreadlocker.html#readWriteLock" location="qreadwritelock.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QReadWriteLock *" signature="readWriteLock() const"/>
+ </class>
+ <class access="public" threadsafety="thread safe" status="commendable" name="QWriteLocker" href="qwritelocker.html" location="qreadwritelock.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWriteLocker" fullname="QWriteLocker::QWriteLocker" href="qwritelocker.html#QWriteLocker" location="qreadwritelock.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWriteLocker(QReadWriteLock * lock)">
+ <parameter left="QReadWriteLock *" right="" name="lock" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWriteLocker" fullname="QWriteLocker::~QWriteLocker" href="qwritelocker.html#dtor.QWriteLocker" location="qreadwritelock.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWriteLocker()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unlock" fullname="QWriteLocker::unlock" href="qwritelocker.html#unlock" location="qreadwritelock.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="unlock()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="relock" fullname="QWriteLocker::relock" href="qwritelocker.html#relock" location="qreadwritelock.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="relock()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readWriteLock" fullname="QWriteLocker::readWriteLock" href="qwritelocker.html#readWriteLock" location="qreadwritelock.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QReadWriteLock *" signature="readWriteLock() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSqlField" href="qsqlfield.html" location="qsqlfield.h" bases="" module="QtSql">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="RequiredStatus" fullname="QSqlField::RequiredStatus" href="qsqlfield.html#RequiredStatus-enum" location="qsqlfield.h">
+ <value name="Unknown" value="-1"/>
+ <value name="Optional" value="0"/>
+ <value name="Required" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSqlField" fullname="QSqlField::QSqlField" href="qsqlfield.html#QSqlField" location="qsqlfield.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSqlField(const QString &amp; fieldName, QVariant::Type type)">
+ <parameter left="const QString &amp;" right="" name="fieldName" default="QString()"/>
+ <parameter left="QVariant::Type" right="" name="type" default="QVariant::Invalid"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSqlField" fullname="QSqlField::QSqlField" href="qsqlfield.html#QSqlField-2" location="qsqlfield.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSqlField(const QSqlField &amp; other)">
+ <parameter left="const QSqlField &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QSqlField::operator=" href="qsqlfield.html#operator=" location="qsqlfield.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSqlField &amp;" signature="operator=(const QSqlField &amp; other)">
+ <parameter left="const QSqlField &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QSqlField::operator==" href="qsqlfield.html#operator==" location="qsqlfield.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QSqlField &amp; other) const">
+ <parameter left="const QSqlField &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QSqlField::operator!=" href="qsqlfield.html#operator!=" location="qsqlfield.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QSqlField &amp; other) const">
+ <parameter left="const QSqlField &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSqlField" fullname="QSqlField::~QSqlField" href="qsqlfield.html#dtor.QSqlField" location="qsqlfield.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSqlField()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QSqlField::setValue" href="qsqlfield.html#setValue" location="qsqlfield.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setValue(const QVariant &amp; value)">
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QSqlField::value" href="qsqlfield.html#value" location="qsqlfield.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setName" fullname="QSqlField::setName" href="qsqlfield.html#setName" location="qsqlfield.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setName(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QSqlField::name" href="qsqlfield.html#name" location="qsqlfield.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QSqlField::isNull" href="qsqlfield.html#isNull" location="qsqlfield.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setReadOnly" fullname="QSqlField::setReadOnly" href="qsqlfield.html#setReadOnly" location="qsqlfield.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setReadOnly(bool readOnly)">
+ <parameter left="bool" right="" name="readOnly" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isReadOnly" fullname="QSqlField::isReadOnly" href="qsqlfield.html#isReadOnly" location="qsqlfield.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isReadOnly() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QSqlField::clear" href="qsqlfield.html#clear" location="qsqlfield.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QSqlField::type" href="qsqlfield.html#type" location="qsqlfield.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant::Type" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isAutoValue" fullname="QSqlField::isAutoValue" href="qsqlfield.html#isAutoValue" location="qsqlfield.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isAutoValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setType" fullname="QSqlField::setType" href="qsqlfield.html#setType" location="qsqlfield.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setType(QVariant::Type type)">
+ <parameter left="QVariant::Type" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRequiredStatus" fullname="QSqlField::setRequiredStatus" href="qsqlfield.html#setRequiredStatus" location="qsqlfield.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRequiredStatus(RequiredStatus required)">
+ <parameter left="RequiredStatus" right="" name="required" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRequired" fullname="QSqlField::setRequired" href="qsqlfield.html#setRequired" location="qsqlfield.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRequired(bool required)">
+ <parameter left="bool" right="" name="required" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLength" fullname="QSqlField::setLength" href="qsqlfield.html#setLength" location="qsqlfield.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLength(int fieldLength)">
+ <parameter left="int" right="" name="fieldLength" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPrecision" fullname="QSqlField::setPrecision" href="qsqlfield.html#setPrecision" location="qsqlfield.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPrecision(int precision)">
+ <parameter left="int" right="" name="precision" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultValue" fullname="QSqlField::setDefaultValue" href="qsqlfield.html#setDefaultValue" location="qsqlfield.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDefaultValue(const QVariant &amp; value)">
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGenerated" fullname="QSqlField::setGenerated" href="qsqlfield.html#setGenerated" location="qsqlfield.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setGenerated(bool gen)">
+ <parameter left="bool" right="" name="gen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoValue" fullname="QSqlField::setAutoValue" href="qsqlfield.html#setAutoValue" location="qsqlfield.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAutoValue(bool autoVal)">
+ <parameter left="bool" right="" name="autoVal" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="requiredStatus" fullname="QSqlField::requiredStatus" href="qsqlfield.html#requiredStatus" location="qsqlfield.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="RequiredStatus" signature="requiredStatus() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="length" fullname="QSqlField::length" href="qsqlfield.html#length" location="qsqlfield.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="length() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="precision" fullname="QSqlField::precision" href="qsqlfield.html#precision" location="qsqlfield.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="precision() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultValue" fullname="QSqlField::defaultValue" href="qsqlfield.html#defaultValue" location="qsqlfield.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="defaultValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isGenerated" fullname="QSqlField::isGenerated" href="qsqlfield.html#isGenerated" location="qsqlfield.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isGenerated() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QSqlField::isValid" href="qsqlfield.html#isValid" location="qsqlfield.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setNull" fullname="QSqlField::setNull" href="qsqlfield-qt3.html#setNull" location="qsqlfield.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNull()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMovie" href="qmovie.html" location="qmovie.h" bases="QObject" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="speed" fullname="QMovie::speed" href="qmovie.html#speed-prop" location="qmovie.h" type="int">
+ <getter name="speed"/>
+ <setter name="setSpeed"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="cacheMode" fullname="QMovie::cacheMode" href="qmovie.html#cacheMode-prop" location="qmovie.h" type="CacheMode">
+ <getter name="cacheMode"/>
+ <setter name="setCacheMode"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="MovieState" fullname="QMovie::MovieState" href="qmovie.html#MovieState-enum" location="qmovie.h">
+ <value name="NotRunning" value="0"/>
+ <value name="Paused" value="1"/>
+ <value name="Running" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="CacheMode" fullname="QMovie::CacheMode" href="qmovie.html#CacheMode-enum" location="qmovie.h">
+ <value name="CacheNone" value="0"/>
+ <value name="CacheAll" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMovie" fullname="QMovie::QMovie" href="qmovie.html#QMovie" location="qmovie.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMovie(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMovie" fullname="QMovie::QMovie" href="qmovie.html#QMovie-2" location="qmovie.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QMovie(QIODevice * device, const QByteArray &amp; format, QObject * parent)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="format" default="QByteArray()"/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMovie" fullname="QMovie::QMovie" href="qmovie.html#QMovie-3" location="qmovie.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QMovie(const QString &amp; fileName, const QByteArray &amp; format, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="format" default="QByteArray()"/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMovie" fullname="QMovie::~QMovie" href="qmovie.html#dtor.QMovie" location="qmovie.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMovie()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedFormats" fullname="QMovie::supportedFormats" href="qmovie.html#supportedFormats" location="qmovie.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QByteArray&gt;" signature="supportedFormats()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDevice" fullname="QMovie::setDevice" href="qmovie.html#setDevice" location="qmovie.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDevice(QIODevice * device)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="device" fullname="QMovie::device" href="qmovie.html#device" location="qmovie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIODevice *" signature="device() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFileName" fullname="QMovie::setFileName" href="qmovie.html#setFileName" location="qmovie.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFileName(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QMovie::fileName" href="qmovie.html#fileName" location="qmovie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fileName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFormat" fullname="QMovie::setFormat" href="qmovie.html#setFormat" location="qmovie.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFormat(const QByteArray &amp; format)">
+ <parameter left="const QByteArray &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QMovie::format" href="qmovie.html#format" location="qmovie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="format() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBackgroundColor" fullname="QMovie::setBackgroundColor" href="qmovie.html#setBackgroundColor" location="qmovie.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBackgroundColor(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="backgroundColor" fullname="QMovie::backgroundColor" href="qmovie.html#backgroundColor" location="qmovie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="backgroundColor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QMovie::state" href="qmovie.html#state" location="qmovie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="MovieState" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frameRect" fullname="QMovie::frameRect" href="qmovie.html#frameRect" location="qmovie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="frameRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentImage" fullname="QMovie::currentImage" href="qmovie.html#currentImage" location="qmovie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="currentImage() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentPixmap" fullname="QMovie::currentPixmap" href="qmovie.html#currentPixmap" location="qmovie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="currentPixmap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QMovie::isValid" href="qmovie.html#isValid" location="qmovie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="jumpToFrame" fullname="QMovie::jumpToFrame" href="qmovie.html#jumpToFrame" location="qmovie.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="jumpToFrame(int frameNumber)">
+ <parameter left="int" right="" name="frameNumber" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loopCount" fullname="QMovie::loopCount" href="qmovie.html#loopCount" location="qmovie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="loopCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frameCount" fullname="QMovie::frameCount" href="qmovie.html#frameCount" location="qmovie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="frameCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nextFrameDelay" fullname="QMovie::nextFrameDelay" href="qmovie.html#nextFrameDelay" location="qmovie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="nextFrameDelay() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentFrameNumber" fullname="QMovie::currentFrameNumber" href="qmovie.html#currentFrameNumber" location="qmovie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currentFrameNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="speed" fullname="QMovie::speed" href="qmovie.html#speed-prop" location="qmovie.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="speed" type="int" signature="speed() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scaledSize" fullname="QMovie::scaledSize" href="qmovie.html#scaledSize" location="qmovie.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSize" signature="scaledSize()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScaledSize" fullname="QMovie::setScaledSize" href="qmovie.html#setScaledSize" location="qmovie.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setScaledSize(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cacheMode" fullname="QMovie::cacheMode" href="qmovie.html#cacheMode-prop" location="qmovie.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="cacheMode" type="CacheMode" signature="cacheMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCacheMode" fullname="QMovie::setCacheMode" href="qmovie.html#cacheMode-prop" location="qmovie.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="cacheMode" type="void" signature="setCacheMode(CacheMode mode)">
+ <parameter left="CacheMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="started" fullname="QMovie::started" href="qmovie.html#started" location="qmovie.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="started()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resized" fullname="QMovie::resized" href="qmovie.html#resized" location="qmovie.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="resized(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updated" fullname="QMovie::updated" href="qmovie.html#updated" location="qmovie.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="updated(const QRect &amp; rect)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stateChanged" fullname="QMovie::stateChanged" href="qmovie.html#stateChanged" location="qmovie.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="stateChanged(QMovie::MovieState state)">
+ <parameter left="QMovie::MovieState" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QMovie::error" href="qmovie.html#error" location="qmovie.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="error(QImageReader::ImageReaderError error)">
+ <parameter left="QImageReader::ImageReaderError" right="" name="error" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="finished" fullname="QMovie::finished" href="qmovie.html#finished" location="qmovie.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="finished()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frameChanged" fullname="QMovie::frameChanged" href="qmovie.html#frameChanged" location="qmovie.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="frameChanged(int frameNumber)">
+ <parameter left="int" right="" name="frameNumber" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="start" fullname="QMovie::start" href="qmovie.html#start" location="qmovie.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="start()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="jumpToNextFrame" fullname="QMovie::jumpToNextFrame" href="qmovie.html#jumpToNextFrame" location="qmovie.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="bool" signature="jumpToNextFrame()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPaused" fullname="QMovie::setPaused" href="qmovie.html#setPaused" location="qmovie.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setPaused(bool paused)">
+ <parameter left="bool" right="" name="paused" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stop" fullname="QMovie::stop" href="qmovie.html#stop" location="qmovie.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="stop()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSpeed" fullname="QMovie::setSpeed" href="qmovie.html#speed-prop" location="qmovie.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="speed" type="void" signature="setSpeed(int percentSpeed)">
+ <parameter left="int" right="" name="percentSpeed" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="isNull" fullname="QMovie::isNull" href="qmovie-qt3.html#isNull" location="qmovie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="frameNumber" fullname="QMovie::frameNumber" href="qmovie-qt3.html#frameNumber" location="qmovie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="frameNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="running" fullname="QMovie::running" href="qmovie-qt3.html#running" location="qmovie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="running() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="paused" fullname="QMovie::paused" href="qmovie-qt3.html#paused" location="qmovie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="paused() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="finished" fullname="QMovie::finished" href="qmovie-qt3.html#finished-2" location="qmovie.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="finished() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="restart" fullname="QMovie::restart" href="qmovie-qt3.html#restart" location="qmovie.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="restart()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="frameImage" fullname="QMovie::frameImage" href="qmovie-qt3.html#frameImage" location="qmovie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="frameImage() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="framePixmap" fullname="QMovie::framePixmap" href="qmovie-qt3.html#framePixmap" location="qmovie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="framePixmap() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="step" fullname="QMovie::step" href="qmovie-qt3.html#step" location="qmovie.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="step()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="pause" fullname="QMovie::pause" href="qmovie-qt3.html#pause" location="qmovie.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="pause()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="unpause" fullname="QMovie::unpause" href="qmovie-qt3.html#unpause" location="qmovie.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="unpause()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSqlQueryModel" href="qsqlquerymodel.html" location="qsqlquerymodel.h" bases="QAbstractTableModel" module="QtSql">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSqlQueryModel" fullname="QSqlQueryModel::QSqlQueryModel" href="qsqlquerymodel.html#QSqlQueryModel" location="qsqlquerymodel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSqlQueryModel(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSqlQueryModel" fullname="QSqlQueryModel::~QSqlQueryModel" href="qsqlquerymodel.html#dtor.QSqlQueryModel" location="qsqlquerymodel.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSqlQueryModel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowCount" fullname="QSqlQueryModel::rowCount" href="qsqlquerymodel.html#rowCount" location="qsqlquerymodel.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rowCount(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnCount" fullname="QSqlQueryModel::columnCount" href="qsqlquerymodel.html#columnCount" location="qsqlquerymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="columnCount(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="record" fullname="QSqlQueryModel::record" href="qsqlquerymodel.html#record" location="qsqlquerymodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSqlRecord" signature="record(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="record" fullname="QSqlQueryModel::record" href="qsqlquerymodel.html#record-2" location="qsqlquerymodel.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QSqlRecord" signature="record() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QSqlQueryModel::data" href="qsqlquerymodel.html#data" location="qsqlquerymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="data(const QModelIndex &amp; item, int role) const">
+ <parameter left="const QModelIndex &amp;" right="" name="item" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::DisplayRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="headerData" fullname="QSqlQueryModel::headerData" href="qsqlquerymodel.html#headerData" location="qsqlquerymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="headerData(int section, Qt::Orientation orientation, int role) const">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::DisplayRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHeaderData" fullname="QSqlQueryModel::setHeaderData" href="qsqlquerymodel.html#setHeaderData" location="qsqlquerymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="setHeaderData(int section, Qt::Orientation orientation, const QVariant &amp; value, int role)">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::EditRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertColumns" fullname="QSqlQueryModel::insertColumns" href="qsqlquerymodel.html#insertColumns" location="qsqlquerymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="insertColumns(int column, int count, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeColumns" fullname="QSqlQueryModel::removeColumns" href="qsqlquerymodel.html#removeColumns" location="qsqlquerymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeColumns(int column, int count, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setQuery" fullname="QSqlQueryModel::setQuery" href="qsqlquerymodel.html#setQuery" location="qsqlquerymodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setQuery(const QSqlQuery &amp; query)">
+ <parameter left="const QSqlQuery &amp;" right="" name="query" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setQuery" fullname="QSqlQueryModel::setQuery" href="qsqlquerymodel.html#setQuery-2" location="qsqlquerymodel.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setQuery(const QString &amp; query, const QSqlDatabase &amp; db)">
+ <parameter left="const QString &amp;" right="" name="query" default=""/>
+ <parameter left="const QSqlDatabase &amp;" right="" name="db" default="QSqlDatabase()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="query" fullname="QSqlQueryModel::query" href="qsqlquerymodel.html#query" location="qsqlquerymodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSqlQuery" signature="query() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QSqlQueryModel::clear" href="qsqlquerymodel.html#clear" location="qsqlquerymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastError" fullname="QSqlQueryModel::lastError" href="qsqlquerymodel.html#lastError" location="qsqlquerymodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSqlError" signature="lastError() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fetchMore" fullname="QSqlQueryModel::fetchMore" href="qsqlquerymodel.html#fetchMore" location="qsqlquerymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="fetchMore(const QModelIndex &amp; parent)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canFetchMore" fullname="QSqlQueryModel::canFetchMore" href="qsqlquerymodel.html#canFetchMore" location="qsqlquerymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="canFetchMore(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="queryChange" fullname="QSqlQueryModel::queryChange" href="qsqlquerymodel.html#queryChange" location="qsqlquerymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="queryChange()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="indexInQuery" fullname="QSqlQueryModel::indexInQuery" href="qsqlquerymodel.html#indexInQuery" location="qsqlquerymodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="indexInQuery(const QModelIndex &amp; item) const">
+ <parameter left="const QModelIndex &amp;" right="" name="item" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setLastError" fullname="QSqlQueryModel::setLastError" href="qsqlquerymodel.html#setLastError" location="qsqlquerymodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLastError(const QSqlError &amp; error)">
+ <parameter left="const QSqlError &amp;" right="" name="error" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTransform" href="qtransform.html" location="qtransform.h" bases="" module="QtGui">
+ <contents name="rendering-graphics" title="Rendering Graphics" level="1"/>
+ <contents name="basic-matrix-operations" title="Basic Matrix Operations" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="TransformationType" fullname="QTransform::TransformationType" href="qtransform.html#TransformationType-enum" location="qtransform.h">
+ <value name="TxNone" value="0x00"/>
+ <value name="TxTranslate" value="0x01"/>
+ <value name="TxScale" value="0x02"/>
+ <value name="TxRotate" value="0x04"/>
+ <value name="TxShear" value="0x08"/>
+ <value name="TxProject" value="0x10"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTransform" fullname="QTransform::QTransform" href="qtransform.html#QTransform" location="qtransform.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTransform()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTransform" fullname="QTransform::QTransform" href="qtransform.html#QTransform-3" location="qtransform.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QTransform(qreal m11, qreal m12, qreal m13, qreal m21, qreal m22, qreal m23, qreal m31, qreal m32, qreal m33)">
+ <parameter left="qreal" right="" name="m11" default=""/>
+ <parameter left="qreal" right="" name="m12" default=""/>
+ <parameter left="qreal" right="" name="m13" default=""/>
+ <parameter left="qreal" right="" name="m21" default=""/>
+ <parameter left="qreal" right="" name="m22" default=""/>
+ <parameter left="qreal" right="" name="m23" default=""/>
+ <parameter left="qreal" right="" name="m31" default=""/>
+ <parameter left="qreal" right="" name="m32" default=""/>
+ <parameter left="qreal" right="" name="m33" default="1.0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTransform" fullname="QTransform::QTransform" href="qtransform.html#QTransform-4" location="qtransform.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QTransform(qreal m11, qreal m12, qreal m21, qreal m22, qreal dx, qreal dy)">
+ <parameter left="qreal" right="" name="m11" default=""/>
+ <parameter left="qreal" right="" name="m12" default=""/>
+ <parameter left="qreal" right="" name="m21" default=""/>
+ <parameter left="qreal" right="" name="m22" default=""/>
+ <parameter left="qreal" right="" name="dx" default=""/>
+ <parameter left="qreal" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTransform" fullname="QTransform::QTransform" href="qtransform.html#QTransform-5" location="qtransform.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QTransform(const QMatrix &amp; matrix)">
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isAffine" fullname="QTransform::isAffine" href="qtransform.html#isAffine" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isAffine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isIdentity" fullname="QTransform::isIdentity" href="qtransform.html#isIdentity" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isIdentity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isInvertible" fullname="QTransform::isInvertible" href="qtransform.html#isInvertible" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isInvertible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isScaling" fullname="QTransform::isScaling" href="qtransform.html#isScaling" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isScaling() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRotating" fullname="QTransform::isRotating" href="qtransform.html#isRotating" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRotating() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isTranslating" fullname="QTransform::isTranslating" href="qtransform.html#isTranslating" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isTranslating() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QTransform::type" href="qtransform.html#type" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="TransformationType" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="determinant" fullname="QTransform::determinant" href="qtransform.html#determinant" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="determinant() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="det" fullname="QTransform::det" href="qtransform-obsolete.html#det" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="det() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="m11" fullname="QTransform::m11" href="qtransform.html#m11" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="m11() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="m12" fullname="QTransform::m12" href="qtransform.html#m12" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="m12() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="m13" fullname="QTransform::m13" href="qtransform.html#m13" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="m13() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="m21" fullname="QTransform::m21" href="qtransform.html#m21" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="m21() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="m22" fullname="QTransform::m22" href="qtransform.html#m22" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="m22() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="m23" fullname="QTransform::m23" href="qtransform.html#m23" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="m23() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="m31" fullname="QTransform::m31" href="qtransform.html#m31" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="m31() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="m32" fullname="QTransform::m32" href="qtransform.html#m32" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="m32() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="m33" fullname="QTransform::m33" href="qtransform.html#m33" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="m33() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dx" fullname="QTransform::dx" href="qtransform.html#dx" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="dx() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dy" fullname="QTransform::dy" href="qtransform.html#dy" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="dy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMatrix" fullname="QTransform::setMatrix" href="qtransform.html#setMatrix" location="qtransform.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMatrix(qreal m11, qreal m12, qreal m13, qreal m21, qreal m22, qreal m23, qreal m31, qreal m32, qreal m33)">
+ <parameter left="qreal" right="" name="m11" default=""/>
+ <parameter left="qreal" right="" name="m12" default=""/>
+ <parameter left="qreal" right="" name="m13" default=""/>
+ <parameter left="qreal" right="" name="m21" default=""/>
+ <parameter left="qreal" right="" name="m22" default=""/>
+ <parameter left="qreal" right="" name="m23" default=""/>
+ <parameter left="qreal" right="" name="m31" default=""/>
+ <parameter left="qreal" right="" name="m32" default=""/>
+ <parameter left="qreal" right="" name="m33" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inverted" fullname="QTransform::inverted" href="qtransform.html#inverted" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTransform" signature="inverted(bool * invertible) const">
+ <parameter left="bool *" right="" name="invertible" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="adjoint" fullname="QTransform::adjoint" href="qtransform.html#adjoint" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTransform" signature="adjoint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transposed" fullname="QTransform::transposed" href="qtransform.html#transposed" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTransform" signature="transposed() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QTransform::translate" href="qtransform.html#translate" location="qtransform.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTransform &amp;" signature="translate(qreal dx, qreal dy)">
+ <parameter left="qreal" right="" name="dx" default=""/>
+ <parameter left="qreal" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scale" fullname="QTransform::scale" href="qtransform.html#scale" location="qtransform.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTransform &amp;" signature="scale(qreal sx, qreal sy)">
+ <parameter left="qreal" right="" name="sx" default=""/>
+ <parameter left="qreal" right="" name="sy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shear" fullname="QTransform::shear" href="qtransform.html#shear" location="qtransform.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTransform &amp;" signature="shear(qreal sh, qreal sv)">
+ <parameter left="qreal" right="" name="sh" default=""/>
+ <parameter left="qreal" right="" name="sv" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rotate" fullname="QTransform::rotate" href="qtransform.html#rotate" location="qtransform.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTransform &amp;" signature="rotate(qreal angle, Qt::Axis axis)">
+ <parameter left="qreal" right="" name="angle" default=""/>
+ <parameter left="Qt::Axis" right="" name="axis" default="Qt::ZAxis"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rotateRadians" fullname="QTransform::rotateRadians" href="qtransform.html#rotateRadians" location="qtransform.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTransform &amp;" signature="rotateRadians(qreal angle, Qt::Axis axis)">
+ <parameter left="qreal" right="" name="angle" default=""/>
+ <parameter left="Qt::Axis" right="" name="axis" default="Qt::ZAxis"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="squareToQuad" fullname="QTransform::squareToQuad" href="qtransform.html#squareToQuad" location="qtransform.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="squareToQuad(const QPolygonF &amp; quad, QTransform &amp; trans)">
+ <parameter left="const QPolygonF &amp;" right="" name="quad" default=""/>
+ <parameter left="QTransform &amp;" right="" name="trans" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="quadToSquare" fullname="QTransform::quadToSquare" href="qtransform.html#quadToSquare" location="qtransform.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="quadToSquare(const QPolygonF &amp; quad, QTransform &amp; trans)">
+ <parameter left="const QPolygonF &amp;" right="" name="quad" default=""/>
+ <parameter left="QTransform &amp;" right="" name="trans" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="quadToQuad" fullname="QTransform::quadToQuad" href="qtransform.html#quadToQuad" location="qtransform.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="quadToQuad(const QPolygonF &amp; one, const QPolygonF &amp; two, QTransform &amp; trans)">
+ <parameter left="const QPolygonF &amp;" right="" name="one" default=""/>
+ <parameter left="const QPolygonF &amp;" right="" name="two" default=""/>
+ <parameter left="QTransform &amp;" right="" name="trans" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QTransform::operator==" href="qtransform.html#operator==" location="qtransform.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QTransform &amp; matrix) const">
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QTransform::operator!=" href="qtransform.html#operator!=" location="qtransform.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QTransform &amp; matrix) const">
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*=" fullname="QTransform::operator*=" href="qtransform.html#operator*=" location="qtransform.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTransform &amp;" signature="operator*=(const QTransform &amp; matrix)">
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" fullname="QTransform::operator*" href="qtransform.html#operator*" location="qtransform.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTransform" signature="operator*(const QTransform &amp; matrix) const">
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QTransform::operator=" href="qtransform.html#operator=" location="qtransform.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTransform &amp;" signature="operator=(const QTransform &amp; matrix)">
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QVariant" fullname="QTransform::operator QVariant" href="qtransform.html#operator QVariant" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QVariant() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="QTransform::reset" href="qtransform.html#reset" location="qtransform.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QTransform::map" href="qtransform.html#map-3" location="qtransform.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QPoint" signature="map(const QPoint &amp; point) const">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QTransform::map" href="qtransform.html#map-2" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPointF" signature="map(const QPointF &amp; p) const">
+ <parameter left="const QPointF &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QTransform::map" href="qtransform.html#map-4" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QLine" signature="map(const QLine &amp; l) const">
+ <parameter left="const QLine &amp;" right="" name="l" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QTransform::map" href="qtransform.html#map-5" location="qtransform.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="5" type="QLineF" signature="map(const QLineF &amp; line) const">
+ <parameter left="const QLineF &amp;" right="" name="line" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QTransform::map" href="qtransform.html#map-6" location="qtransform.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="6" type="QPolygonF" signature="map(const QPolygonF &amp; polygon) const">
+ <parameter left="const QPolygonF &amp;" right="" name="polygon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QTransform::map" href="qtransform.html#map-7" location="qtransform.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="7" type="QPolygon" signature="map(const QPolygon &amp; polygon) const">
+ <parameter left="const QPolygon &amp;" right="" name="polygon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QTransform::map" href="qtransform.html#map-8" location="qtransform.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="8" type="QRegion" signature="map(const QRegion &amp; region) const">
+ <parameter left="const QRegion &amp;" right="" name="region" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QTransform::map" href="qtransform.html#map-9" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="9" type="QPainterPath" signature="map(const QPainterPath &amp; path) const">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToPolygon" fullname="QTransform::mapToPolygon" href="qtransform.html#mapToPolygon" location="qtransform.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPolygon" signature="mapToPolygon(const QRect &amp; rectangle) const">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapRect" fullname="QTransform::mapRect" href="qtransform.html#mapRect-2" location="qtransform.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRect" signature="mapRect(const QRect &amp; rectangle) const">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapRect" fullname="QTransform::mapRect" href="qtransform.html#mapRect" location="qtransform.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="mapRect(const QRectF &amp; rectangle) const">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QTransform::map" href="qtransform.html#map-10" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="10" type="void" signature="map(int x, int y, int * tx, int * ty) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int *" right="" name="tx" default=""/>
+ <parameter left="int *" right="" name="ty" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QTransform::map" href="qtransform.html#map" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="map(qreal x, qreal y, qreal * tx, qreal * ty) const">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal *" right="" name="tx" default=""/>
+ <parameter left="qreal *" right="" name="ty" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toAffine" fullname="QTransform::toAffine" href="qtransform.html#toAffine" location="qtransform.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QMatrix &amp;" signature="toAffine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*=" fullname="QTransform::operator*=" href="qtransform.html#operator*=-2" location="qtransform.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QTransform &amp;" signature="operator*=(qreal scalar)">
+ <parameter left="qreal" right="" name="scalar" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator/=" fullname="QTransform::operator/=" href="qtransform.html#operator/=" location="qtransform.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTransform &amp;" signature="operator/=(qreal scalar)">
+ <parameter left="qreal" right="" name="scalar" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QTransform::operator+=" href="qtransform.html#operator+=" location="qtransform.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTransform &amp;" signature="operator+=(qreal scalar)">
+ <parameter left="qreal" right="" name="scalar" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QTransform::operator-=" href="qtransform.html#operator-=" location="qtransform.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTransform &amp;" signature="operator-=(qreal scalar)">
+ <parameter left="qreal" right="" name="scalar" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromTranslate" fullname="QTransform::fromTranslate" href="qtransform.html#fromTranslate" location="qtransform.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QTransform" signature="fromTranslate(qreal dx, qreal dy)">
+ <parameter left="qreal" right="" name="dx" default=""/>
+ <parameter left="qreal" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromScale" fullname="QTransform::fromScale" href="qtransform.html#fromScale" location="qtransform.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QTransform" signature="fromScale(qreal sx, qreal sy)">
+ <parameter left="qreal" right="" name="sx" default=""/>
+ <parameter left="qreal" right="" name="sy" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qFuzzyCompare" href="qtransform.html#qFuzzyCompare-6" location="qtransform.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" relates="QTransform" type="bool" signature="qFuzzyCompare(const QTransform &amp; t1, const QTransform &amp; t2)">
+ <parameter left="const QTransform &amp;" right="" name="t1" default=""/>
+ <parameter left="const QTransform &amp;" right="" name="t2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qtransform.html#operator&lt;&lt;-73" location="qtransform.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="73" relates="QTransform" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QTransform &amp; matrix)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qtransform.html#operator&gt;&gt;-38" location="qtransform.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="38" relates="QTransform" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QTransform &amp; matrix)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QTransform &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qtransform.html#operator*-25" location="qtransform.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="25" relates="QTransform" type="QPoint" signature="operator*(const QPoint &amp; point, const QTransform &amp; matrix)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qtransform.html#operator*-26" location="qtransform.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="26" relates="QTransform" type="QPointF" signature="operator*(const QPointF &amp; point, const QTransform &amp; matrix)">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qtransform.html#operator*-27" location="qtransform.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="27" relates="QTransform" type="QLineF" signature="operator*(const QLineF &amp; line, const QTransform &amp; matrix)">
+ <parameter left="const QLineF &amp;" right="" name="line" default=""/>
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qtransform.html#operator*-28" location="qtransform.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="28" relates="QTransform" type="QLine" signature="operator*(const QLine &amp; line, const QTransform &amp; matrix)">
+ <parameter left="const QLine &amp;" right="" name="line" default=""/>
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qtransform.html#operator*-29" location="qtransform.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="29" relates="QTransform" type="QPolygon" signature="operator*(const QPolygon &amp; polygon, const QTransform &amp; matrix)">
+ <parameter left="const QPolygon &amp;" right="" name="polygon" default=""/>
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qtransform.html#operator*-30" location="qtransform.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="30" relates="QTransform" type="QPolygonF" signature="operator*(const QPolygonF &amp; polygon, const QTransform &amp; matrix)">
+ <parameter left="const QPolygonF &amp;" right="" name="polygon" default=""/>
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qtransform.html#operator*-31" location="qtransform.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="31" relates="QTransform" type="QRegion" signature="operator*(const QRegion &amp; region, const QTransform &amp; matrix)">
+ <parameter left="const QRegion &amp;" right="" name="region" default=""/>
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qtransform.html#operator*-32" location="qtransform.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="32" relates="QTransform" type="QPainterPath" signature="operator*(const QPainterPath &amp; path, const QTransform &amp; matrix)">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="main" name="QmlComponent" href="qmlcomponent.html" location="qmlcomponent.h" bases="QObject" module="QtDeclarative">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QmlComponent" fullname="QmlComponent::QmlComponent" href="qmlcomponent.html#QmlComponent" location="qmlcomponent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QmlComponent(QmlEngine * engine, QObject * parent)">
+ <parameter left="QmlEngine *" right="" name="engine" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QmlComponent" fullname="QmlComponent::QmlComponent" href="qmlcomponent.html#QmlComponent-3" location="qmlcomponent.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QmlComponent(QmlEngine * engine, const QString &amp; fileName, QObject * parent)">
+ <parameter left="QmlEngine *" right="" name="engine" default=""/>
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QmlComponent" fullname="QmlComponent::QmlComponent" href="qmlcomponent.html#QmlComponent-4" location="qmlcomponent.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QmlComponent(QmlEngine * engine, const QUrl &amp; url, QObject * parent)">
+ <parameter left="QmlEngine *" right="" name="engine" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QmlComponent" fullname="QmlComponent::QmlComponent" href="qmlcomponent.html#QmlComponent-5" location="qmlcomponent.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QmlComponent(QmlEngine * engine, const QByteArray &amp; data, const QUrl &amp; url, QObject * parent)">
+ <parameter left="QmlEngine *" right="" name="engine" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QmlComponent" fullname="QmlComponent::~QmlComponent" href="qmlcomponent.html#dtor.QmlComponent" location="qmlcomponent.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QmlComponent()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Status" fullname="QmlComponent::Status" href="qmlcomponent.html#Status-enum" location="qmlcomponent.h">
+ <value name="Null" value="0"/>
+ <value name="Ready" value="1"/>
+ <value name="Loading" value="2"/>
+ <value name="Error" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="status" fullname="QmlComponent::status" href="qmlcomponent.html#status" location="qmlcomponent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Status" signature="status() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QmlComponent::isNull" href="qmlcomponent.html#isNull" location="qmlcomponent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isReady" fullname="QmlComponent::isReady" href="qmlcomponent.html#isReady" location="qmlcomponent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isReady() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isError" fullname="QmlComponent::isError" href="qmlcomponent.html#isError" location="qmlcomponent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isError() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isLoading" fullname="QmlComponent::isLoading" href="qmlcomponent.html#isLoading" location="qmlcomponent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isLoading() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errors" fullname="QmlComponent::errors" href="qmlcomponent.html#errors" location="qmlcomponent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QmlError&gt;" signature="errors() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="url" fullname="QmlComponent::url" href="qmlcomponent.html#url" location="qmlcomponent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="url() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QmlComponent::create" href="qmlcomponent.html#create" location="qmlcomponent.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QObject *" signature="create(QmlContext * context)">
+ <parameter left="QmlContext *" right="" name="context" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beginCreate" fullname="QmlComponent::beginCreate" href="qmlcomponent.html#beginCreate" location="qmlcomponent.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QObject *" signature="beginCreate(QmlContext * context)">
+ <parameter left="QmlContext *" right="" name="context" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="completeCreate" fullname="QmlComponent::completeCreate" href="qmlcomponent.html#completeCreate" location="qmlcomponent.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="completeCreate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loadUrl" fullname="QmlComponent::loadUrl" href="qmlcomponent.html#loadUrl" location="qmlcomponent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="loadUrl(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QmlComponent::setData" href="qmlcomponent.html#setData" location="qmlcomponent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setData(const QByteArray &amp; data, const QUrl &amp; url)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="statusChanged" fullname="QmlComponent::statusChanged" href="qmlcomponent.html#statusChanged" location="qmlcomponent.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="statusChanged(QmlComponent::Status status)">
+ <parameter left="QmlComponent::Status" right="" name="status" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="obsolete" name="QPictureFormatPlugin" href="qpictureformatplugin.html" location="qpictureformatplugin.h" bases="QObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPictureFormatPlugin" fullname="QPictureFormatPlugin::QPictureFormatPlugin" href="qpictureformatplugin.html#QPictureFormatPlugin" location="qpictureformatplugin.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPictureFormatPlugin(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPictureFormatPlugin" fullname="QPictureFormatPlugin::~QPictureFormatPlugin" href="qpictureformatplugin.html#dtor.QPictureFormatPlugin" location="qpictureformatplugin.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPictureFormatPlugin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QPictureFormatPlugin::keys" href="qpictureformatplugin.html#keys" location="qpictureformatplugin.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="keys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loadPicture" fullname="QPictureFormatPlugin::loadPicture" href="qpictureformatplugin.html#loadPicture" location="qpictureformatplugin.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="loadPicture(const QString &amp; format, const QString &amp; fileName, QPicture * picture)">
+ <parameter left="const QString &amp;" right="" name="format" default=""/>
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="QPicture *" right="" name="picture" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="savePicture" fullname="QPictureFormatPlugin::savePicture" href="qpictureformatplugin.html#savePicture" location="qpictureformatplugin.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="savePicture(const QString &amp; format, const QString &amp; fileName, const QPicture &amp; picture)">
+ <parameter left="const QString &amp;" right="" name="format" default=""/>
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const QPicture &amp;" right="" name="picture" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="installIOHandler" fullname="QPictureFormatPlugin::installIOHandler" href="qpictureformatplugin.html#installIOHandler" location="qpictureformatplugin.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="installIOHandler(const QString &amp; format)">
+ <parameter left="const QString &amp;" right="" name="format" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlNamespaceSupport" href="qxmlnamespacesupport.html" location="qxml.h" bases="" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlNamespaceSupport" fullname="QXmlNamespaceSupport::QXmlNamespaceSupport" href="qxmlnamespacesupport.html#QXmlNamespaceSupport" location="qxml.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QXmlNamespaceSupport()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlNamespaceSupport" fullname="QXmlNamespaceSupport::~QXmlNamespaceSupport" href="qxmlnamespacesupport.html#dtor.QXmlNamespaceSupport" location="qxml.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlNamespaceSupport()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPrefix" fullname="QXmlNamespaceSupport::setPrefix" href="qxmlnamespacesupport.html#setPrefix" location="qxml.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPrefix(const QString &amp; pre, const QString &amp; uri)">
+ <parameter left="const QString &amp;" right="" name="pre" default=""/>
+ <parameter left="const QString &amp;" right="" name="uri" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prefix" fullname="QXmlNamespaceSupport::prefix" href="qxmlnamespacesupport.html#prefix" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="prefix(const QString &amp; uri) const">
+ <parameter left="const QString &amp;" right="" name="uri" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="uri" fullname="QXmlNamespaceSupport::uri" href="qxmlnamespacesupport.html#uri" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="uri(const QString &amp; prefix) const">
+ <parameter left="const QString &amp;" right="" name="prefix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="splitName" fullname="QXmlNamespaceSupport::splitName" href="qxmlnamespacesupport.html#splitName" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="splitName(const QString &amp; qname, QString &amp; prefix, QString &amp; localname) const">
+ <parameter left="const QString &amp;" right="" name="qname" default=""/>
+ <parameter left="QString &amp;" right="" name="prefix" default=""/>
+ <parameter left="QString &amp;" right="" name="localname" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="processName" fullname="QXmlNamespaceSupport::processName" href="qxmlnamespacesupport.html#processName" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="processName(const QString &amp; qname, bool isAttribute, QString &amp; nsuri, QString &amp; localname) const">
+ <parameter left="const QString &amp;" right="" name="qname" default=""/>
+ <parameter left="bool" right="" name="isAttribute" default=""/>
+ <parameter left="QString &amp;" right="" name="nsuri" default=""/>
+ <parameter left="QString &amp;" right="" name="localname" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prefixes" fullname="QXmlNamespaceSupport::prefixes" href="qxmlnamespacesupport.html#prefixes" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="prefixes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prefixes" fullname="QXmlNamespaceSupport::prefixes" href="qxmlnamespacesupport.html#prefixes-2" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QStringList" signature="prefixes(const QString &amp; uri) const">
+ <parameter left="const QString &amp;" right="" name="uri" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pushContext" fullname="QXmlNamespaceSupport::pushContext" href="qxmlnamespacesupport.html#pushContext" location="qxml.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="pushContext()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="popContext" fullname="QXmlNamespaceSupport::popContext" href="qxmlnamespacesupport.html#popContext" location="qxml.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="popContext()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="QXmlNamespaceSupport::reset" href="qxmlnamespacesupport.html#reset" location="qxml.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlAttributes" href="qxmlattributes.html" location="qxml.h" bases="" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlAttributes" fullname="QXmlAttributes::QXmlAttributes" href="qxmlattributes.html#QXmlAttributes" location="qxml.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QXmlAttributes()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlAttributes" fullname="QXmlAttributes::~QXmlAttributes" href="qxmlattributes.html#dtor.QXmlAttributes" location="qxml.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlAttributes()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="index" fullname="QXmlAttributes::index" href="qxmlattributes.html#index" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="index(const QString &amp; qName) const">
+ <parameter left="const QString &amp;" right="" name="qName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="index" fullname="QXmlAttributes::index" href="qxmlattributes.html#index-2" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="index(const QLatin1String &amp; qName) const">
+ <parameter left="const QLatin1String &amp;" right="" name="qName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="index" fullname="QXmlAttributes::index" href="qxmlattributes.html#index-3" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="int" signature="index(const QString &amp; uri, const QString &amp; localPart) const">
+ <parameter left="const QString &amp;" right="" name="uri" default=""/>
+ <parameter left="const QString &amp;" right="" name="localPart" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="length" fullname="QXmlAttributes::length" href="qxmlattributes.html#length" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="length() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QXmlAttributes::count" href="qxmlattributes.html#count" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="localName" fullname="QXmlAttributes::localName" href="qxmlattributes.html#localName" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="localName(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qName" fullname="QXmlAttributes::qName" href="qxmlattributes.html#qName" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="qName(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="uri" fullname="QXmlAttributes::uri" href="qxmlattributes.html#uri" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="uri(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QXmlAttributes::type" href="qxmlattributes.html#type" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="type(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QXmlAttributes::type" href="qxmlattributes.html#type-2" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QString" signature="type(const QString &amp; qName) const">
+ <parameter left="const QString &amp;" right="" name="qName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QXmlAttributes::type" href="qxmlattributes.html#type-3" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QString" signature="type(const QString &amp; uri, const QString &amp; localName) const">
+ <parameter left="const QString &amp;" right="" name="uri" default=""/>
+ <parameter left="const QString &amp;" right="" name="localName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QXmlAttributes::value" href="qxmlattributes.html#value" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="value(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QXmlAttributes::value" href="qxmlattributes.html#value-2" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QString" signature="value(const QString &amp; qName) const">
+ <parameter left="const QString &amp;" right="" name="qName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QXmlAttributes::value" href="qxmlattributes.html#value-3" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QString" signature="value(const QLatin1String &amp; qName) const">
+ <parameter left="const QLatin1String &amp;" right="" name="qName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QXmlAttributes::value" href="qxmlattributes.html#value-4" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QString" signature="value(const QString &amp; uri, const QString &amp; localName) const">
+ <parameter left="const QString &amp;" right="" name="uri" default=""/>
+ <parameter left="const QString &amp;" right="" name="localName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QXmlAttributes::clear" href="qxmlattributes.html#clear" location="qxml.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QXmlAttributes::append" href="qxmlattributes.html#append" location="qxml.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="append(const QString &amp; qName, const QString &amp; uri, const QString &amp; localPart, const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="qName" default=""/>
+ <parameter left="const QString &amp;" right="" name="uri" default=""/>
+ <parameter left="const QString &amp;" right="" name="localPart" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlInputSource" href="qxmlinputsource.html" location="qxml.h" bases="" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlInputSource" fullname="QXmlInputSource::QXmlInputSource" href="qxmlinputsource.html#QXmlInputSource" location="qxml.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QXmlInputSource()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlInputSource" fullname="QXmlInputSource::QXmlInputSource" href="qxmlinputsource.html#QXmlInputSource-2" location="qxml.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QXmlInputSource(QIODevice * dev)">
+ <parameter left="QIODevice *" right="" name="dev" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlInputSource" fullname="QXmlInputSource::~QXmlInputSource" href="qxmlinputsource.html#dtor.QXmlInputSource" location="qxml.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlInputSource()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QXmlInputSource::setData" href="qxmlinputsource.html#setData" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setData(const QString &amp; dat)">
+ <parameter left="const QString &amp;" right="" name="dat" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QXmlInputSource::setData" href="qxmlinputsource.html#setData-2" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setData(const QByteArray &amp; dat)">
+ <parameter left="const QByteArray &amp;" right="" name="dat" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fetchData" fullname="QXmlInputSource::fetchData" href="qxmlinputsource.html#fetchData" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="fetchData()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QXmlInputSource::data" href="qxmlinputsource.html#data" location="qxml.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="QXmlInputSource::next" href="qxmlinputsource.html#next" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QChar" signature="next()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="QXmlInputSource::reset" href="qxmlinputsource.html#reset" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="EndOfData" fullname="QXmlInputSource::EndOfData" href="qxmlinputsource.html#EndOfData-var" location="qxml.h" type="const ushort" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="EndOfDocument" fullname="QXmlInputSource::EndOfDocument" href="qxmlinputsource.html#EndOfDocument-var" location="qxml.h" type="const ushort" static="true"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="QXmlInputSource" fullname="QXmlInputSource::QXmlInputSource" href="qxmlinputsource-qt3.html#QXmlInputSource-3" location="qxml.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QXmlInputSource(QFile &amp; file)">
+ <parameter left="QFile &amp;" right="" name="file" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QXmlInputSource" fullname="QXmlInputSource::QXmlInputSource" href="qxmlinputsource-qt3.html#QXmlInputSource-4" location="qxml.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QXmlInputSource(QTextStream &amp; stream)">
+ <parameter left="QTextStream &amp;" right="" name="stream" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="fromRawData" fullname="QXmlInputSource::fromRawData" href="qxmlinputsource.html#fromRawData" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QString" signature="fromRawData(const QByteArray &amp; data, bool beginning)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ <parameter left="bool" right="" name="beginning" default="false"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlParseException" href="qxmlparseexception.html" location="qxml.h" bases="" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlParseException" fullname="QXmlParseException::QXmlParseException" href="qxmlparseexception.html#QXmlParseException" location="qxml.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QXmlParseException(const QString &amp; name, int c, int l, const QString &amp; p, const QString &amp; s)">
+ <parameter left="const QString &amp;" right="" name="name" default="QString()"/>
+ <parameter left="int" right="" name="c" default="-1"/>
+ <parameter left="int" right="" name="l" default="-1"/>
+ <parameter left="const QString &amp;" right="" name="p" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="s" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlParseException" fullname="QXmlParseException::QXmlParseException" href="qxmlparseexception.html#QXmlParseException-2" location="qxml.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QXmlParseException(const QXmlParseException &amp; other)">
+ <parameter left="const QXmlParseException &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlParseException" fullname="QXmlParseException::~QXmlParseException" href="qxmlparseexception.html#dtor.QXmlParseException" location="qxml.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlParseException()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnNumber" fullname="QXmlParseException::columnNumber" href="qxmlparseexception.html#columnNumber" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columnNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineNumber" fullname="QXmlParseException::lineNumber" href="qxmlparseexception.html#lineNumber" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="lineNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="publicId" fullname="QXmlParseException::publicId" href="qxmlparseexception.html#publicId" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="publicId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="systemId" fullname="QXmlParseException::systemId" href="qxmlparseexception.html#systemId" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="systemId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="message" fullname="QXmlParseException::message" href="qxmlparseexception.html#message" location="qxml.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="message() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlReader" href="qxmlreader.html" location="qxml.h" bases="" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlReader" fullname="QXmlReader::~QXmlReader" href="qxmlreader.html#dtor.QXmlReader" location="qxml.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlReader()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="feature" fullname="QXmlReader::feature" href="qxmlreader.html#feature" location="qxml.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="feature(const QString &amp; name, bool * ok) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFeature" fullname="QXmlReader::setFeature" href="qxmlreader.html#setFeature" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setFeature(const QString &amp; name, bool value)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="bool" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasFeature" fullname="QXmlReader::hasFeature" href="qxmlreader.html#hasFeature" location="qxml.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasFeature(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="property" fullname="QXmlReader::property" href="qxmlreader.html#property" location="qxml.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="void *" signature="property(const QString &amp; name, bool * ok) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProperty" fullname="QXmlReader::setProperty" href="qxmlreader.html#setProperty" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setProperty(const QString &amp; name, void * value)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="void *" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasProperty" fullname="QXmlReader::hasProperty" href="qxmlreader.html#hasProperty" location="qxml.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasProperty(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEntityResolver" fullname="QXmlReader::setEntityResolver" href="qxmlreader.html#setEntityResolver" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setEntityResolver(QXmlEntityResolver * handler)">
+ <parameter left="QXmlEntityResolver *" right="" name="handler" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="entityResolver" fullname="QXmlReader::entityResolver" href="qxmlreader.html#entityResolver" location="qxml.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QXmlEntityResolver *" signature="entityResolver() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDTDHandler" fullname="QXmlReader::setDTDHandler" href="qxmlreader.html#setDTDHandler" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setDTDHandler(QXmlDTDHandler * handler)">
+ <parameter left="QXmlDTDHandler *" right="" name="handler" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="DTDHandler" fullname="QXmlReader::DTDHandler" href="qxmlreader.html#DTDHandler" location="qxml.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QXmlDTDHandler *" signature="DTDHandler() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContentHandler" fullname="QXmlReader::setContentHandler" href="qxmlreader.html#setContentHandler" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setContentHandler(QXmlContentHandler * handler)">
+ <parameter left="QXmlContentHandler *" right="" name="handler" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentHandler" fullname="QXmlReader::contentHandler" href="qxmlreader.html#contentHandler" location="qxml.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QXmlContentHandler *" signature="contentHandler() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setErrorHandler" fullname="QXmlReader::setErrorHandler" href="qxmlreader.html#setErrorHandler" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setErrorHandler(QXmlErrorHandler * handler)">
+ <parameter left="QXmlErrorHandler *" right="" name="handler" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorHandler" fullname="QXmlReader::errorHandler" href="qxmlreader.html#errorHandler" location="qxml.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QXmlErrorHandler *" signature="errorHandler() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLexicalHandler" fullname="QXmlReader::setLexicalHandler" href="qxmlreader.html#setLexicalHandler" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setLexicalHandler(QXmlLexicalHandler * handler)">
+ <parameter left="QXmlLexicalHandler *" right="" name="handler" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lexicalHandler" fullname="QXmlReader::lexicalHandler" href="qxmlreader.html#lexicalHandler" location="qxml.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QXmlLexicalHandler *" signature="lexicalHandler() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDeclHandler" fullname="QXmlReader::setDeclHandler" href="qxmlreader.html#setDeclHandler" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setDeclHandler(QXmlDeclHandler * handler)">
+ <parameter left="QXmlDeclHandler *" right="" name="handler" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="declHandler" fullname="QXmlReader::declHandler" href="qxmlreader.html#declHandler" location="qxml.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QXmlDeclHandler *" signature="declHandler() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="parse" fullname="QXmlReader::parse" href="qxmlreader-obsolete.html#parse-2" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="parse(const QXmlInputSource &amp; input)">
+ <parameter left="const QXmlInputSource &amp;" right="" name="input" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parse" fullname="QXmlReader::parse" href="qxmlreader.html#parse" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="parse(const QXmlInputSource * input)">
+ <parameter left="const QXmlInputSource *" right="" name="input" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="non-reentrant" status="commendable" name="QXmlSimpleReader" href="qxmlsimplereader.html" location="qxml.h" bases="QXmlReader" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlSimpleReader" fullname="QXmlSimpleReader::QXmlSimpleReader" href="qxmlsimplereader.html#QXmlSimpleReader" location="qxml.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QXmlSimpleReader()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlSimpleReader" fullname="QXmlSimpleReader::~QXmlSimpleReader" href="qxmlsimplereader.html#dtor.QXmlSimpleReader" location="qxml.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlSimpleReader()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="feature" fullname="QXmlSimpleReader::feature" href="qxmlsimplereader.html#feature" location="qxml.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="feature(const QString &amp; name, bool * ok) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFeature" fullname="QXmlSimpleReader::setFeature" href="qxmlsimplereader.html#setFeature" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setFeature(const QString &amp; name, bool enable)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasFeature" fullname="QXmlSimpleReader::hasFeature" href="qxmlsimplereader.html#hasFeature" location="qxml.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasFeature(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="property" fullname="QXmlSimpleReader::property" href="qxmlsimplereader.html#property" location="qxml.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void *" signature="property(const QString &amp; name, bool * ok) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProperty" fullname="QXmlSimpleReader::setProperty" href="qxmlsimplereader.html#setProperty" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setProperty(const QString &amp; name, void * value)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="void *" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasProperty" fullname="QXmlSimpleReader::hasProperty" href="qxmlsimplereader.html#hasProperty" location="qxml.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasProperty(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEntityResolver" fullname="QXmlSimpleReader::setEntityResolver" href="qxmlsimplereader.html#setEntityResolver" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setEntityResolver(QXmlEntityResolver * handler)">
+ <parameter left="QXmlEntityResolver *" right="" name="handler" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="entityResolver" fullname="QXmlSimpleReader::entityResolver" href="qxmlsimplereader.html#entityResolver" location="qxml.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QXmlEntityResolver *" signature="entityResolver() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDTDHandler" fullname="QXmlSimpleReader::setDTDHandler" href="qxmlsimplereader.html#setDTDHandler" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setDTDHandler(QXmlDTDHandler * handler)">
+ <parameter left="QXmlDTDHandler *" right="" name="handler" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="DTDHandler" fullname="QXmlSimpleReader::DTDHandler" href="qxmlsimplereader.html#DTDHandler" location="qxml.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QXmlDTDHandler *" signature="DTDHandler() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContentHandler" fullname="QXmlSimpleReader::setContentHandler" href="qxmlsimplereader.html#setContentHandler" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setContentHandler(QXmlContentHandler * handler)">
+ <parameter left="QXmlContentHandler *" right="" name="handler" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentHandler" fullname="QXmlSimpleReader::contentHandler" href="qxmlsimplereader.html#contentHandler" location="qxml.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QXmlContentHandler *" signature="contentHandler() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setErrorHandler" fullname="QXmlSimpleReader::setErrorHandler" href="qxmlsimplereader.html#setErrorHandler" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setErrorHandler(QXmlErrorHandler * handler)">
+ <parameter left="QXmlErrorHandler *" right="" name="handler" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorHandler" fullname="QXmlSimpleReader::errorHandler" href="qxmlsimplereader.html#errorHandler" location="qxml.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QXmlErrorHandler *" signature="errorHandler() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLexicalHandler" fullname="QXmlSimpleReader::setLexicalHandler" href="qxmlsimplereader.html#setLexicalHandler" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setLexicalHandler(QXmlLexicalHandler * handler)">
+ <parameter left="QXmlLexicalHandler *" right="" name="handler" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lexicalHandler" fullname="QXmlSimpleReader::lexicalHandler" href="qxmlsimplereader.html#lexicalHandler" location="qxml.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QXmlLexicalHandler *" signature="lexicalHandler() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDeclHandler" fullname="QXmlSimpleReader::setDeclHandler" href="qxmlsimplereader.html#setDeclHandler" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setDeclHandler(QXmlDeclHandler * handler)">
+ <parameter left="QXmlDeclHandler *" right="" name="handler" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="declHandler" fullname="QXmlSimpleReader::declHandler" href="qxmlsimplereader.html#declHandler" location="qxml.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QXmlDeclHandler *" signature="declHandler() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parse" fullname="QXmlSimpleReader::parse" href="qxmlsimplereader.html#parse" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="parse(const QXmlInputSource &amp; input)">
+ <parameter left="const QXmlInputSource &amp;" right="" name="input" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parse" fullname="QXmlSimpleReader::parse" href="qxmlsimplereader.html#parse-2" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="parse(const QXmlInputSource * input)">
+ <parameter left="const QXmlInputSource *" right="" name="input" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parse" fullname="QXmlSimpleReader::parse" href="qxmlsimplereader.html#parse-3" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="3" type="bool" signature="parse(const QXmlInputSource * input, bool incremental)">
+ <parameter left="const QXmlInputSource *" right="" name="input" default=""/>
+ <parameter left="bool" right="" name="incremental" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parseContinue" fullname="QXmlSimpleReader::parseContinue" href="qxmlsimplereader.html#parseContinue" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="parseContinue()"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlLocator" href="qxmllocator.html" location="qxml.h" bases="" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlLocator" fullname="QXmlLocator::QXmlLocator" href="qxmllocator.html#QXmlLocator" location="qxml.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QXmlLocator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlLocator" fullname="QXmlLocator::~QXmlLocator" href="qxmllocator.html#dtor.QXmlLocator" location="qxml.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlLocator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnNumber" fullname="QXmlLocator::columnNumber" href="qxmllocator.html#columnNumber" location="qxml.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="columnNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineNumber" fullname="QXmlLocator::lineNumber" href="qxmllocator.html#lineNumber" location="qxml.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="lineNumber() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlContentHandler" href="qxmlcontenthandler.html" location="qxml.h" bases="" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlContentHandler" fullname="QXmlContentHandler::~QXmlContentHandler" href="qxmlcontenthandler.html#dtor.QXmlContentHandler" location="qxml.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlContentHandler()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDocumentLocator" fullname="QXmlContentHandler::setDocumentLocator" href="qxmlcontenthandler.html#setDocumentLocator" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setDocumentLocator(QXmlLocator * locator)">
+ <parameter left="QXmlLocator *" right="" name="locator" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startDocument" fullname="QXmlContentHandler::startDocument" href="qxmlcontenthandler.html#startDocument" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="startDocument()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endDocument" fullname="QXmlContentHandler::endDocument" href="qxmlcontenthandler.html#endDocument" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="endDocument()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startPrefixMapping" fullname="QXmlContentHandler::startPrefixMapping" href="qxmlcontenthandler.html#startPrefixMapping" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="startPrefixMapping(const QString &amp; prefix, const QString &amp; uri)">
+ <parameter left="const QString &amp;" right="" name="prefix" default=""/>
+ <parameter left="const QString &amp;" right="" name="uri" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endPrefixMapping" fullname="QXmlContentHandler::endPrefixMapping" href="qxmlcontenthandler.html#endPrefixMapping" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="endPrefixMapping(const QString &amp; prefix)">
+ <parameter left="const QString &amp;" right="" name="prefix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startElement" fullname="QXmlContentHandler::startElement" href="qxmlcontenthandler.html#startElement" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="startElement(const QString &amp; namespaceURI, const QString &amp; localName, const QString &amp; qName, const QXmlAttributes &amp; atts)">
+ <parameter left="const QString &amp;" right="" name="namespaceURI" default=""/>
+ <parameter left="const QString &amp;" right="" name="localName" default=""/>
+ <parameter left="const QString &amp;" right="" name="qName" default=""/>
+ <parameter left="const QXmlAttributes &amp;" right="" name="atts" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endElement" fullname="QXmlContentHandler::endElement" href="qxmlcontenthandler.html#endElement" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="endElement(const QString &amp; namespaceURI, const QString &amp; localName, const QString &amp; qName)">
+ <parameter left="const QString &amp;" right="" name="namespaceURI" default=""/>
+ <parameter left="const QString &amp;" right="" name="localName" default=""/>
+ <parameter left="const QString &amp;" right="" name="qName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="characters" fullname="QXmlContentHandler::characters" href="qxmlcontenthandler.html#characters" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="characters(const QString &amp; ch)">
+ <parameter left="const QString &amp;" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ignorableWhitespace" fullname="QXmlContentHandler::ignorableWhitespace" href="qxmlcontenthandler.html#ignorableWhitespace" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="ignorableWhitespace(const QString &amp; ch)">
+ <parameter left="const QString &amp;" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="processingInstruction" fullname="QXmlContentHandler::processingInstruction" href="qxmlcontenthandler.html#processingInstruction" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="processingInstruction(const QString &amp; target, const QString &amp; data)">
+ <parameter left="const QString &amp;" right="" name="target" default=""/>
+ <parameter left="const QString &amp;" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="skippedEntity" fullname="QXmlContentHandler::skippedEntity" href="qxmlcontenthandler.html#skippedEntity" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="skippedEntity(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QXmlContentHandler::errorString" href="qxmlcontenthandler.html#errorString" location="qxml.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlErrorHandler" href="qxmlerrorhandler.html" location="qxml.h" bases="" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlErrorHandler" fullname="QXmlErrorHandler::~QXmlErrorHandler" href="qxmlerrorhandler.html#dtor.QXmlErrorHandler" location="qxml.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlErrorHandler()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="warning" fullname="QXmlErrorHandler::warning" href="qxmlerrorhandler.html#warning" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="warning(const QXmlParseException &amp; exception)">
+ <parameter left="const QXmlParseException &amp;" right="" name="exception" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QXmlErrorHandler::error" href="qxmlerrorhandler.html#error" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="error(const QXmlParseException &amp; exception)">
+ <parameter left="const QXmlParseException &amp;" right="" name="exception" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fatalError" fullname="QXmlErrorHandler::fatalError" href="qxmlerrorhandler.html#fatalError" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="fatalError(const QXmlParseException &amp; exception)">
+ <parameter left="const QXmlParseException &amp;" right="" name="exception" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QXmlErrorHandler::errorString" href="qxmlerrorhandler.html#errorString" location="qxml.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlDTDHandler" href="qxmldtdhandler.html" location="qxml.h" bases="" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlDTDHandler" fullname="QXmlDTDHandler::~QXmlDTDHandler" href="qxmldtdhandler.html#dtor.QXmlDTDHandler" location="qxml.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlDTDHandler()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="notationDecl" fullname="QXmlDTDHandler::notationDecl" href="qxmldtdhandler.html#notationDecl" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="notationDecl(const QString &amp; name, const QString &amp; publicId, const QString &amp; systemId)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="publicId" default=""/>
+ <parameter left="const QString &amp;" right="" name="systemId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unparsedEntityDecl" fullname="QXmlDTDHandler::unparsedEntityDecl" href="qxmldtdhandler.html#unparsedEntityDecl" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="unparsedEntityDecl(const QString &amp; name, const QString &amp; publicId, const QString &amp; systemId, const QString &amp; notationName)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="publicId" default=""/>
+ <parameter left="const QString &amp;" right="" name="systemId" default=""/>
+ <parameter left="const QString &amp;" right="" name="notationName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QXmlDTDHandler::errorString" href="qxmldtdhandler.html#errorString" location="qxml.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlEntityResolver" href="qxmlentityresolver.html" location="qxml.h" bases="" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlEntityResolver" fullname="QXmlEntityResolver::~QXmlEntityResolver" href="qxmlentityresolver.html#dtor.QXmlEntityResolver" location="qxml.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlEntityResolver()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resolveEntity" fullname="QXmlEntityResolver::resolveEntity" href="qxmlentityresolver.html#resolveEntity" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="resolveEntity(const QString &amp; publicId, const QString &amp; systemId, QXmlInputSource *&amp; ret)">
+ <parameter left="const QString &amp;" right="" name="publicId" default=""/>
+ <parameter left="const QString &amp;" right="" name="systemId" default=""/>
+ <parameter left="QXmlInputSource *&amp;" right="" name="ret" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QXmlEntityResolver::errorString" href="qxmlentityresolver.html#errorString" location="qxml.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlLexicalHandler" href="qxmllexicalhandler.html" location="qxml.h" bases="" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlLexicalHandler" fullname="QXmlLexicalHandler::~QXmlLexicalHandler" href="qxmllexicalhandler.html#dtor.QXmlLexicalHandler" location="qxml.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlLexicalHandler()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startDTD" fullname="QXmlLexicalHandler::startDTD" href="qxmllexicalhandler.html#startDTD" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="startDTD(const QString &amp; name, const QString &amp; publicId, const QString &amp; systemId)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="publicId" default=""/>
+ <parameter left="const QString &amp;" right="" name="systemId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endDTD" fullname="QXmlLexicalHandler::endDTD" href="qxmllexicalhandler.html#endDTD" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="endDTD()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startEntity" fullname="QXmlLexicalHandler::startEntity" href="qxmllexicalhandler.html#startEntity" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="startEntity(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endEntity" fullname="QXmlLexicalHandler::endEntity" href="qxmllexicalhandler.html#endEntity" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="endEntity(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startCDATA" fullname="QXmlLexicalHandler::startCDATA" href="qxmllexicalhandler.html#startCDATA" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="startCDATA()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endCDATA" fullname="QXmlLexicalHandler::endCDATA" href="qxmllexicalhandler.html#endCDATA" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="endCDATA()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="comment" fullname="QXmlLexicalHandler::comment" href="qxmllexicalhandler.html#comment" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="comment(const QString &amp; ch)">
+ <parameter left="const QString &amp;" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QXmlLexicalHandler::errorString" href="qxmllexicalhandler.html#errorString" location="qxml.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlDeclHandler" href="qxmldeclhandler.html" location="qxml.h" bases="" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlDeclHandler" fullname="QXmlDeclHandler::~QXmlDeclHandler" href="qxmldeclhandler.html#dtor.QXmlDeclHandler" location="qxml.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlDeclHandler()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attributeDecl" fullname="QXmlDeclHandler::attributeDecl" href="qxmldeclhandler.html#attributeDecl" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="attributeDecl(const QString &amp; eName, const QString &amp; aName, const QString &amp; type, const QString &amp; valueDefault, const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="eName" default=""/>
+ <parameter left="const QString &amp;" right="" name="aName" default=""/>
+ <parameter left="const QString &amp;" right="" name="type" default=""/>
+ <parameter left="const QString &amp;" right="" name="valueDefault" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="internalEntityDecl" fullname="QXmlDeclHandler::internalEntityDecl" href="qxmldeclhandler.html#internalEntityDecl" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="internalEntityDecl(const QString &amp; name, const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="externalEntityDecl" fullname="QXmlDeclHandler::externalEntityDecl" href="qxmldeclhandler.html#externalEntityDecl" location="qxml.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="externalEntityDecl(const QString &amp; name, const QString &amp; publicId, const QString &amp; systemId)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="publicId" default=""/>
+ <parameter left="const QString &amp;" right="" name="systemId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QXmlDeclHandler::errorString" href="qxmldeclhandler.html#errorString" location="qxml.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlDefaultHandler" href="qxmldefaulthandler.html" location="qxml.h" bases="QXmlErrorHandler,QXmlDeclHandler,QXmlEntityResolver,QXmlLexicalHandler,QXmlContentHandler,QXmlDTDHandler" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlDefaultHandler" fullname="QXmlDefaultHandler::QXmlDefaultHandler" href="qxmldefaulthandler.html#QXmlDefaultHandler" location="qxml.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QXmlDefaultHandler()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlDefaultHandler" fullname="QXmlDefaultHandler::~QXmlDefaultHandler" href="qxmldefaulthandler.html#dtor.QXmlDefaultHandler" location="qxml.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlDefaultHandler()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDocumentLocator" fullname="QXmlDefaultHandler::setDocumentLocator" href="qxmldefaulthandler.html#setDocumentLocator" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setDocumentLocator(QXmlLocator * locator)">
+ <parameter left="QXmlLocator *" right="" name="locator" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startDocument" fullname="QXmlDefaultHandler::startDocument" href="qxmldefaulthandler.html#startDocument" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="startDocument()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endDocument" fullname="QXmlDefaultHandler::endDocument" href="qxmldefaulthandler.html#endDocument" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="endDocument()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startPrefixMapping" fullname="QXmlDefaultHandler::startPrefixMapping" href="qxmldefaulthandler.html#startPrefixMapping" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="startPrefixMapping(const QString &amp; prefix, const QString &amp; uri)">
+ <parameter left="const QString &amp;" right="" name="prefix" default=""/>
+ <parameter left="const QString &amp;" right="" name="uri" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endPrefixMapping" fullname="QXmlDefaultHandler::endPrefixMapping" href="qxmldefaulthandler.html#endPrefixMapping" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="endPrefixMapping(const QString &amp; prefix)">
+ <parameter left="const QString &amp;" right="" name="prefix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startElement" fullname="QXmlDefaultHandler::startElement" href="qxmldefaulthandler.html#startElement" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="startElement(const QString &amp; namespaceURI, const QString &amp; localName, const QString &amp; qName, const QXmlAttributes &amp; atts)">
+ <parameter left="const QString &amp;" right="" name="namespaceURI" default=""/>
+ <parameter left="const QString &amp;" right="" name="localName" default=""/>
+ <parameter left="const QString &amp;" right="" name="qName" default=""/>
+ <parameter left="const QXmlAttributes &amp;" right="" name="atts" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endElement" fullname="QXmlDefaultHandler::endElement" href="qxmldefaulthandler.html#endElement" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="endElement(const QString &amp; namespaceURI, const QString &amp; localName, const QString &amp; qName)">
+ <parameter left="const QString &amp;" right="" name="namespaceURI" default=""/>
+ <parameter left="const QString &amp;" right="" name="localName" default=""/>
+ <parameter left="const QString &amp;" right="" name="qName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="characters" fullname="QXmlDefaultHandler::characters" href="qxmldefaulthandler.html#characters" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="characters(const QString &amp; ch)">
+ <parameter left="const QString &amp;" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ignorableWhitespace" fullname="QXmlDefaultHandler::ignorableWhitespace" href="qxmldefaulthandler.html#ignorableWhitespace" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="ignorableWhitespace(const QString &amp; ch)">
+ <parameter left="const QString &amp;" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="processingInstruction" fullname="QXmlDefaultHandler::processingInstruction" href="qxmldefaulthandler.html#processingInstruction" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="processingInstruction(const QString &amp; target, const QString &amp; data)">
+ <parameter left="const QString &amp;" right="" name="target" default=""/>
+ <parameter left="const QString &amp;" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="skippedEntity" fullname="QXmlDefaultHandler::skippedEntity" href="qxmldefaulthandler.html#skippedEntity" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="skippedEntity(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="warning" fullname="QXmlDefaultHandler::warning" href="qxmldefaulthandler.html#warning" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="warning(const QXmlParseException &amp; exception)">
+ <parameter left="const QXmlParseException &amp;" right="" name="exception" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QXmlDefaultHandler::error" href="qxmldefaulthandler.html#error" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="error(const QXmlParseException &amp; exception)">
+ <parameter left="const QXmlParseException &amp;" right="" name="exception" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fatalError" fullname="QXmlDefaultHandler::fatalError" href="qxmldefaulthandler.html#fatalError" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="fatalError(const QXmlParseException &amp; exception)">
+ <parameter left="const QXmlParseException &amp;" right="" name="exception" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="notationDecl" fullname="QXmlDefaultHandler::notationDecl" href="qxmldefaulthandler.html#notationDecl" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="notationDecl(const QString &amp; name, const QString &amp; publicId, const QString &amp; systemId)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="publicId" default=""/>
+ <parameter left="const QString &amp;" right="" name="systemId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unparsedEntityDecl" fullname="QXmlDefaultHandler::unparsedEntityDecl" href="qxmldefaulthandler.html#unparsedEntityDecl" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="unparsedEntityDecl(const QString &amp; name, const QString &amp; publicId, const QString &amp; systemId, const QString &amp; notationName)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="publicId" default=""/>
+ <parameter left="const QString &amp;" right="" name="systemId" default=""/>
+ <parameter left="const QString &amp;" right="" name="notationName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resolveEntity" fullname="QXmlDefaultHandler::resolveEntity" href="qxmldefaulthandler.html#resolveEntity" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="resolveEntity(const QString &amp; publicId, const QString &amp; systemId, QXmlInputSource *&amp; ret)">
+ <parameter left="const QString &amp;" right="" name="publicId" default=""/>
+ <parameter left="const QString &amp;" right="" name="systemId" default=""/>
+ <parameter left="QXmlInputSource *&amp;" right="" name="ret" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startDTD" fullname="QXmlDefaultHandler::startDTD" href="qxmldefaulthandler.html#startDTD" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="startDTD(const QString &amp; name, const QString &amp; publicId, const QString &amp; systemId)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="publicId" default=""/>
+ <parameter left="const QString &amp;" right="" name="systemId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endDTD" fullname="QXmlDefaultHandler::endDTD" href="qxmldefaulthandler.html#endDTD" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="endDTD()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startEntity" fullname="QXmlDefaultHandler::startEntity" href="qxmldefaulthandler.html#startEntity" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="startEntity(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endEntity" fullname="QXmlDefaultHandler::endEntity" href="qxmldefaulthandler.html#endEntity" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="endEntity(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startCDATA" fullname="QXmlDefaultHandler::startCDATA" href="qxmldefaulthandler.html#startCDATA" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="startCDATA()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endCDATA" fullname="QXmlDefaultHandler::endCDATA" href="qxmldefaulthandler.html#endCDATA" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="endCDATA()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="comment" fullname="QXmlDefaultHandler::comment" href="qxmldefaulthandler.html#comment" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="comment(const QString &amp; ch)">
+ <parameter left="const QString &amp;" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attributeDecl" fullname="QXmlDefaultHandler::attributeDecl" href="qxmldefaulthandler.html#attributeDecl" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="attributeDecl(const QString &amp; eName, const QString &amp; aName, const QString &amp; type, const QString &amp; valueDefault, const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="eName" default=""/>
+ <parameter left="const QString &amp;" right="" name="aName" default=""/>
+ <parameter left="const QString &amp;" right="" name="type" default=""/>
+ <parameter left="const QString &amp;" right="" name="valueDefault" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="internalEntityDecl" fullname="QXmlDefaultHandler::internalEntityDecl" href="qxmldefaulthandler.html#internalEntityDecl" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="internalEntityDecl(const QString &amp; name, const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="externalEntityDecl" fullname="QXmlDefaultHandler::externalEntityDecl" href="qxmldefaulthandler.html#externalEntityDecl" location="qxml.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="externalEntityDecl(const QString &amp; name, const QString &amp; publicId, const QString &amp; systemId)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="publicId" default=""/>
+ <parameter left="const QString &amp;" right="" name="systemId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QXmlDefaultHandler::errorString" href="qxmldefaulthandler.html#errorString" location="qxml.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QSslConfiguration" href="qsslconfiguration.html" location="qsslconfiguration.h" bases="" module="QtNetwork">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSslConfiguration" fullname="QSslConfiguration::QSslConfiguration" href="qsslconfiguration.html#QSslConfiguration" location="qsslconfiguration.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSslConfiguration()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSslConfiguration" fullname="QSslConfiguration::QSslConfiguration" href="qsslconfiguration.html#QSslConfiguration-2" location="qsslconfiguration.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSslConfiguration(const QSslConfiguration &amp; other)">
+ <parameter left="const QSslConfiguration &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSslConfiguration" fullname="QSslConfiguration::~QSslConfiguration" href="qsslconfiguration.html#dtor.QSslConfiguration" location="qsslconfiguration.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSslConfiguration()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QSslConfiguration::operator=" href="qsslconfiguration.html#operator=" location="qsslconfiguration.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSslConfiguration &amp;" signature="operator=(const QSslConfiguration &amp; other)">
+ <parameter left="const QSslConfiguration &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QSslConfiguration::operator==" href="qsslconfiguration.html#operator==" location="qsslconfiguration.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QSslConfiguration &amp; other) const">
+ <parameter left="const QSslConfiguration &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QSslConfiguration::operator!=" href="qsslconfiguration.html#operator!=" location="qsslconfiguration.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QSslConfiguration &amp; other) const">
+ <parameter left="const QSslConfiguration &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QSslConfiguration::isNull" href="qsslconfiguration.html#isNull" location="qsslconfiguration.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="protocol" fullname="QSslConfiguration::protocol" href="qsslconfiguration.html#protocol" location="qsslconfiguration.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSsl::SslProtocol" signature="protocol() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProtocol" fullname="QSslConfiguration::setProtocol" href="qsslconfiguration.html#setProtocol" location="qsslconfiguration.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setProtocol(QSsl::SslProtocol protocol)">
+ <parameter left="QSsl::SslProtocol" right="" name="protocol" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peerVerifyMode" fullname="QSslConfiguration::peerVerifyMode" href="qsslconfiguration.html#peerVerifyMode" location="qsslconfiguration.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSslSocket::PeerVerifyMode" signature="peerVerifyMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPeerVerifyMode" fullname="QSslConfiguration::setPeerVerifyMode" href="qsslconfiguration.html#setPeerVerifyMode" location="qsslconfiguration.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPeerVerifyMode(QSslSocket::PeerVerifyMode mode)">
+ <parameter left="QSslSocket::PeerVerifyMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peerVerifyDepth" fullname="QSslConfiguration::peerVerifyDepth" href="qsslconfiguration.html#peerVerifyDepth" location="qsslconfiguration.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="peerVerifyDepth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPeerVerifyDepth" fullname="QSslConfiguration::setPeerVerifyDepth" href="qsslconfiguration.html#setPeerVerifyDepth" location="qsslconfiguration.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPeerVerifyDepth(int depth)">
+ <parameter left="int" right="" name="depth" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="localCertificate" fullname="QSslConfiguration::localCertificate" href="qsslconfiguration.html#localCertificate" location="qsslconfiguration.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSslCertificate" signature="localCertificate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLocalCertificate" fullname="QSslConfiguration::setLocalCertificate" href="qsslconfiguration.html#setLocalCertificate" location="qsslconfiguration.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLocalCertificate(const QSslCertificate &amp; certificate)">
+ <parameter left="const QSslCertificate &amp;" right="" name="certificate" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peerCertificate" fullname="QSslConfiguration::peerCertificate" href="qsslconfiguration.html#peerCertificate" location="qsslconfiguration.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSslCertificate" signature="peerCertificate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peerCertificateChain" fullname="QSslConfiguration::peerCertificateChain" href="qsslconfiguration.html#peerCertificateChain" location="qsslconfiguration.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QSslCertificate&gt;" signature="peerCertificateChain() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sessionCipher" fullname="QSslConfiguration::sessionCipher" href="qsslconfiguration.html#sessionCipher" location="qsslconfiguration.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSslCipher" signature="sessionCipher() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="privateKey" fullname="QSslConfiguration::privateKey" href="qsslconfiguration.html#privateKey" location="qsslconfiguration.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSslKey" signature="privateKey() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPrivateKey" fullname="QSslConfiguration::setPrivateKey" href="qsslconfiguration.html#setPrivateKey" location="qsslconfiguration.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPrivateKey(const QSslKey &amp; key)">
+ <parameter left="const QSslKey &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ciphers" fullname="QSslConfiguration::ciphers" href="qsslconfiguration.html#ciphers" location="qsslconfiguration.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QSslCipher&gt;" signature="ciphers() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCiphers" fullname="QSslConfiguration::setCiphers" href="qsslconfiguration.html#setCiphers" location="qsslconfiguration.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCiphers(const QList&lt;QSslCipher&gt; &amp; ciphers)">
+ <parameter left="const QList&lt;QSslCipher&gt; &amp;" right="" name="ciphers" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="caCertificates" fullname="QSslConfiguration::caCertificates" href="qsslconfiguration.html#caCertificates" location="qsslconfiguration.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QSslCertificate&gt;" signature="caCertificates() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCaCertificates" fullname="QSslConfiguration::setCaCertificates" href="qsslconfiguration.html#setCaCertificates" location="qsslconfiguration.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCaCertificates(const QList&lt;QSslCertificate&gt; &amp; certificates)">
+ <parameter left="const QList&lt;QSslCertificate&gt; &amp;" right="" name="certificates" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultConfiguration" fullname="QSslConfiguration::defaultConfiguration" href="qsslconfiguration.html#defaultConfiguration" location="qsslconfiguration.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QSslConfiguration" signature="defaultConfiguration()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultConfiguration" fullname="QSslConfiguration::setDefaultConfiguration" href="qsslconfiguration.html#setDefaultConfiguration" location="qsslconfiguration.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setDefaultConfiguration(const QSslConfiguration &amp; configuration)">
+ <parameter left="const QSslConfiguration &amp;" right="" name="configuration" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QDataStream" href="qdatastream.html" location="qdatastream.h" bases="" module="QtCore">
+ <target name="raw"/>
+ <target name="serializing-qt-classes"/>
+ <contents name="versioning" title="Versioning" level="1"/>
+ <contents name="reading-and-writing-raw-binary-data" title="Reading and writing raw binary data" level="1"/>
+ <contents name="reading-and-writing-other-qt-classes" title="Reading and writing other Qt classes." level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Version" fullname="QDataStream::Version" href="qdatastream.html#Version-enum" location="qdatastream.h">
+ <value name="Qt_1_0" value="1"/>
+ <value name="Qt_2_0" value="2"/>
+ <value name="Qt_2_1" value="3"/>
+ <value name="Qt_3_0" value="4"/>
+ <value name="Qt_3_1" value="5"/>
+ <value name="Qt_3_3" value="6"/>
+ <value name="Qt_4_0" value="7"/>
+ <value name="Qt_4_1" value="Qt_4_0"/>
+ <value name="Qt_4_2" value="8"/>
+ <value name="Qt_4_3" value="9"/>
+ <value name="Qt_4_4" value="10"/>
+ <value name="Qt_4_5" value="11"/>
+ <value name="Qt_4_6" value="Qt_4_5 Qt_4_7 = Qt_4_6"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ByteOrder" fullname="QDataStream::ByteOrder" href="qdatastream.html#ByteOrder-enum" location="qdatastream.h">
+ <value name="BigEndian" value="QSysInfo::BigEndian"/>
+ <value name="LittleEndian" value="QSysInfo::LittleEndian"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Status" fullname="QDataStream::Status" href="qdatastream.html#Status-enum" location="qdatastream.h">
+ <value name="Ok" value="0"/>
+ <value name="ReadPastEnd" value="1"/>
+ <value name="ReadCorruptData" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDataStream" fullname="QDataStream::QDataStream" href="qdatastream.html#QDataStream" location="qdatastream.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDataStream()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDataStream" fullname="QDataStream::QDataStream" href="qdatastream.html#QDataStream-2" location="qdatastream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDataStream(QIODevice * d)">
+ <parameter left="QIODevice *" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QDataStream" fullname="QDataStream::QDataStream" href="qdatastream-qt3.html#QDataStream-3" location="qdatastream.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QDataStream(QByteArray * array, int mode)">
+ <parameter left="QByteArray *" right="" name="array" default=""/>
+ <parameter left="int" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDataStream" fullname="QDataStream::QDataStream" href="qdatastream.html#QDataStream-4" location="qdatastream.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QDataStream(QByteArray * a, QFlags&lt;QIODevice::OpenModeFlag&gt; mode)">
+ <parameter left="QByteArray *" right="" name="a" default=""/>
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDataStream" fullname="QDataStream::QDataStream" href="qdatastream.html#QDataStream-5" location="qdatastream.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QDataStream(const QByteArray &amp; a)">
+ <parameter left="const QByteArray &amp;" right="" name="a" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDataStream" fullname="QDataStream::~QDataStream" href="qdatastream.html#dtor.QDataStream" location="qdatastream.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDataStream()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="device" fullname="QDataStream::device" href="qdatastream.html#device" location="qdatastream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIODevice *" signature="device() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDevice" fullname="QDataStream::setDevice" href="qdatastream.html#setDevice" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDevice(QIODevice * d)">
+ <parameter left="QIODevice *" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="unsetDevice" fullname="QDataStream::unsetDevice" href="qdatastream-obsolete.html#unsetDevice" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="unsetDevice()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atEnd" fullname="QDataStream::atEnd" href="qdatastream.html#atEnd" location="qdatastream.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="atEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="eof" fullname="QDataStream::eof" href="qdatastream-qt3.html#eof" location="qdatastream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="eof() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="status" fullname="QDataStream::status" href="qdatastream.html#status" location="qdatastream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Status" signature="status() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStatus" fullname="QDataStream::setStatus" href="qdatastream.html#setStatus" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStatus(Status status)">
+ <parameter left="Status" right="" name="status" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resetStatus" fullname="QDataStream::resetStatus" href="qdatastream.html#resetStatus" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resetStatus()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="byteOrder" fullname="QDataStream::byteOrder" href="qdatastream.html#byteOrder" location="qdatastream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ByteOrder" signature="byteOrder() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setByteOrder" fullname="QDataStream::setByteOrder" href="qdatastream.html#setByteOrder" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setByteOrder(ByteOrder bo)">
+ <parameter left="ByteOrder" right="" name="bo" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="version" fullname="QDataStream::version" href="qdatastream.html#version" location="qdatastream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="version() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVersion" fullname="QDataStream::setVersion" href="qdatastream.html#setVersion" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setVersion(int v)">
+ <parameter left="int" right="" name="v" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDataStream::operator&gt;&gt;" href="qdatastream.html#operator&gt;&gt;" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDataStream &amp;" signature="operator&gt;&gt;(qint8 &amp; i)">
+ <parameter left="qint8 &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDataStream::operator&gt;&gt;" href="qdatastream.html#operator&gt;&gt;-3" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QDataStream &amp;" signature="operator&gt;&gt;(quint8 &amp; i)">
+ <parameter left="quint8 &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDataStream::operator&gt;&gt;" href="qdatastream.html#operator&gt;&gt;-5" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="QDataStream &amp;" signature="operator&gt;&gt;(qint16 &amp; i)">
+ <parameter left="qint16 &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDataStream::operator&gt;&gt;" href="qdatastream.html#operator&gt;&gt;-4" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="QDataStream &amp;" signature="operator&gt;&gt;(quint16 &amp; i)">
+ <parameter left="quint16 &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDataStream::operator&gt;&gt;" href="qdatastream.html#operator&gt;&gt;-7" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="QDataStream &amp;" signature="operator&gt;&gt;(qint32 &amp; i)">
+ <parameter left="qint32 &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDataStream::operator&gt;&gt;" href="qdatastream.html#operator&gt;&gt;-6" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="QDataStream &amp;" signature="operator&gt;&gt;(quint32 &amp; i)">
+ <parameter left="quint32 &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDataStream::operator&gt;&gt;" href="qdatastream.html#operator&gt;&gt;-9" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" type="QDataStream &amp;" signature="operator&gt;&gt;(qint64 &amp; i)">
+ <parameter left="qint64 &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDataStream::operator&gt;&gt;" href="qdatastream.html#operator&gt;&gt;-8" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="QDataStream &amp;" signature="operator&gt;&gt;(quint64 &amp; i)">
+ <parameter left="quint64 &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDataStream::operator&gt;&gt;" href="qdatastream.html#operator&gt;&gt;-2" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QDataStream &amp;" signature="operator&gt;&gt;(bool &amp; i)">
+ <parameter left="bool &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDataStream::operator&gt;&gt;" href="qdatastream.html#operator&gt;&gt;-10" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="10" type="QDataStream &amp;" signature="operator&gt;&gt;(float &amp; f)">
+ <parameter left="float &amp;" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDataStream::operator&gt;&gt;" href="qdatastream.html#operator&gt;&gt;-11" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="11" type="QDataStream &amp;" signature="operator&gt;&gt;(double &amp; f)">
+ <parameter left="double &amp;" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDataStream::operator&gt;&gt;" href="qdatastream.html#operator&gt;&gt;-12" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" type="QDataStream &amp;" signature="operator&gt;&gt;(char *&amp; s)">
+ <parameter left="char *&amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDataStream::operator&lt;&lt;" href="qdatastream.html#operator&lt;&lt;" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDataStream &amp;" signature="operator&lt;&lt;(qint8 i)">
+ <parameter left="qint8" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDataStream::operator&lt;&lt;" href="qdatastream.html#operator&lt;&lt;-3" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QDataStream &amp;" signature="operator&lt;&lt;(quint8 i)">
+ <parameter left="quint8" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDataStream::operator&lt;&lt;" href="qdatastream.html#operator&lt;&lt;-5" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="QDataStream &amp;" signature="operator&lt;&lt;(qint16 i)">
+ <parameter left="qint16" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDataStream::operator&lt;&lt;" href="qdatastream.html#operator&lt;&lt;-4" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="QDataStream &amp;" signature="operator&lt;&lt;(quint16 i)">
+ <parameter left="quint16" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDataStream::operator&lt;&lt;" href="qdatastream.html#operator&lt;&lt;-6" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="QDataStream &amp;" signature="operator&lt;&lt;(qint32 i)">
+ <parameter left="qint32" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDataStream::operator&lt;&lt;" href="qdatastream.html#operator&lt;&lt;-9" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" type="QDataStream &amp;" signature="operator&lt;&lt;(quint32 i)">
+ <parameter left="quint32" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDataStream::operator&lt;&lt;" href="qdatastream.html#operator&lt;&lt;-8" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="QDataStream &amp;" signature="operator&lt;&lt;(qint64 i)">
+ <parameter left="qint64" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDataStream::operator&lt;&lt;" href="qdatastream.html#operator&lt;&lt;-7" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="QDataStream &amp;" signature="operator&lt;&lt;(quint64 i)">
+ <parameter left="quint64" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDataStream::operator&lt;&lt;" href="qdatastream.html#operator&lt;&lt;-2" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QDataStream &amp;" signature="operator&lt;&lt;(bool i)">
+ <parameter left="bool" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDataStream::operator&lt;&lt;" href="qdatastream.html#operator&lt;&lt;-10" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="10" type="QDataStream &amp;" signature="operator&lt;&lt;(float f)">
+ <parameter left="float" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDataStream::operator&lt;&lt;" href="qdatastream.html#operator&lt;&lt;-11" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="11" type="QDataStream &amp;" signature="operator&lt;&lt;(double f)">
+ <parameter left="double" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDataStream::operator&lt;&lt;" href="qdatastream.html#operator&lt;&lt;-12" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" type="QDataStream &amp;" signature="operator&lt;&lt;(const char * s)">
+ <parameter left="const char *" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readBytes" fullname="QDataStream::readBytes" href="qdatastream.html#readBytes" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDataStream &amp;" signature="readBytes(char *&amp; s, uint &amp; l)">
+ <parameter left="char *&amp;" right="" name="s" default=""/>
+ <parameter left="uint &amp;" right="" name="l" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readRawData" fullname="QDataStream::readRawData" href="qdatastream.html#readRawData" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="readRawData(char * s, int len)">
+ <parameter left="char *" right="" name="s" default=""/>
+ <parameter left="int" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeBytes" fullname="QDataStream::writeBytes" href="qdatastream.html#writeBytes" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDataStream &amp;" signature="writeBytes(const char * s, uint len)">
+ <parameter left="const char *" right="" name="s" default=""/>
+ <parameter left="uint" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeRawData" fullname="QDataStream::writeRawData" href="qdatastream.html#writeRawData" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="writeRawData(const char * s, int len)">
+ <parameter left="const char *" right="" name="s" default=""/>
+ <parameter left="int" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="skipRawData" fullname="QDataStream::skipRawData" href="qdatastream.html#skipRawData" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="skipRawData(int len)">
+ <parameter left="int" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="readRawBytes" fullname="QDataStream::readRawBytes" href="qdatastream-qt3.html#readRawBytes" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDataStream &amp;" signature="readRawBytes(char * str, uint len)">
+ <parameter left="char *" right="" name="str" default=""/>
+ <parameter left="uint" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="writeRawBytes" fullname="QDataStream::writeRawBytes" href="qdatastream-qt3.html#writeRawBytes" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDataStream &amp;" signature="writeRawBytes(const char * str, uint len)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ <parameter left="uint" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="isPrintableData" fullname="QDataStream::isPrintableData" href="qdatastream-qt3.html#isPrintableData" location="qdatastream.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isPrintableData() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setPrintableData" fullname="QDataStream::setPrintableData" href="qdatastream-qt3.html#setPrintableData" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPrintableData(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qlist.html#operator&gt;&gt;-43" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="43" relates="QList" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; in, QList&lt;T&gt; &amp; list)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ <parameter left="QList&lt;T&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qlist.html#operator&lt;&lt;-79" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="79" relates="QList" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; out, const QList&lt;T&gt; &amp; list)">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ <parameter left="const QList&lt;T&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qlinkedlist.html#operator&gt;&gt;-44" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="44" relates="QLinkedList" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; in, QLinkedList&lt;T&gt; &amp; list)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ <parameter left="QLinkedList&lt;T&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qlinkedlist.html#operator&lt;&lt;-80" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="80" relates="QLinkedList" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; out, const QLinkedList&lt;T&gt; &amp; list)">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ <parameter left="const QLinkedList&lt;T&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qvector.html#operator&gt;&gt;-45" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="45" relates="QVector" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; in, QVector&lt;T&gt; &amp; vector)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ <parameter left="QVector&lt;T&gt; &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qvector.html#operator&lt;&lt;-81" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="81" relates="QVector" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; out, const QVector&lt;T&gt; &amp; vector)">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ <parameter left="const QVector&lt;T&gt; &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qset.html#operator&gt;&gt;-46" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="46" relates="QSet" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; in, QSet&lt;T&gt; &amp; set)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ <parameter left="QSet&lt;T&gt; &amp;" right="" name="set" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qset.html#operator&lt;&lt;-82" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="82" relates="QSet" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; out, const QSet&lt;T&gt; &amp; set)">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ <parameter left="const QSet&lt;T&gt; &amp;" right="" name="set" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qhash.html#operator&gt;&gt;-47" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="47" relates="QHash" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; in, QHash&lt;Key, T&gt; &amp; hash)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ <parameter left="QHash&lt;Key, T&gt; &amp;" right="" name="hash" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qhash.html#operator&lt;&lt;-83" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="83" relates="QHash" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; out, const QHash&lt;Key, T&gt; &amp; hash)">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ <parameter left="const QHash&lt;Key, T&gt; &amp;" right="" name="hash" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qmap.html#operator&gt;&gt;-48" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="48" relates="QMap" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; in, QMap&lt;Key, T&gt; &amp; map)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ <parameter left="QMap&lt;Key, T&gt; &amp;" right="" name="map" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qmap.html#operator&lt;&lt;-84" location="qdatastream.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="84" relates="QMap" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; out, const QMap&lt;Key, T&gt; &amp; map)">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ <parameter left="const QMap&lt;Key, T&gt; &amp;" right="" name="map" default=""/>
+ </function>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QSslError" href="qsslerror.html" location="qsslerror.h" bases="" module="QtNetwork">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SslError" fullname="QSslError::SslError" href="qsslerror.html#SslError-enum" location="qsslerror.h">
+ <value name="NoError" value="0"/>
+ <value name="UnableToGetIssuerCertificate" value="1"/>
+ <value name="UnableToDecryptCertificateSignature" value="2"/>
+ <value name="UnableToDecodeIssuerPublicKey" value="3"/>
+ <value name="CertificateSignatureFailed" value="4"/>
+ <value name="CertificateNotYetValid" value="5"/>
+ <value name="CertificateExpired" value="6"/>
+ <value name="InvalidNotBeforeField" value="7"/>
+ <value name="InvalidNotAfterField" value="8"/>
+ <value name="SelfSignedCertificate" value="9"/>
+ <value name="SelfSignedCertificateInChain" value="10"/>
+ <value name="UnableToGetLocalIssuerCertificate" value="11"/>
+ <value name="UnableToVerifyFirstCertificate" value="12"/>
+ <value name="CertificateRevoked" value="13"/>
+ <value name="InvalidCaCertificate" value="14"/>
+ <value name="PathLengthExceeded" value="15"/>
+ <value name="InvalidPurpose" value="16"/>
+ <value name="CertificateUntrusted" value="17"/>
+ <value name="CertificateRejected" value="18"/>
+ <value name="SubjectIssuerMismatch" value="19"/>
+ <value name="AuthorityIssuerSerialNumberMismatch" value="20"/>
+ <value name="NoPeerCertificate" value="21"/>
+ <value name="HostNameMismatch" value="22"/>
+ <value name="NoSslSupport" value="23"/>
+ <value name="UnspecifiedError" value="-1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSslError" fullname="QSslError::QSslError" href="qsslerror.html#QSslError" location="qsslerror.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSslError(SslError error, const QSslCertificate &amp; certificate)">
+ <parameter left="SslError" right="" name="error" default="NoError"/>
+ <parameter left="const QSslCertificate &amp;" right="" name="certificate" default="QSslCertificate()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSslError" fullname="QSslError::QSslError" href="qsslerror.html#QSslError-2" location="qsslerror.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSslError(const QSslError &amp; other)">
+ <parameter left="const QSslError &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSslError" fullname="QSslError::~QSslError" href="qsslerror.html#dtor.QSslError" location="qsslerror.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSslError()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QSslError::operator=" href="qsslerror.html#operator=" location="qsslerror.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSslError &amp;" signature="operator=(const QSslError &amp; other)">
+ <parameter left="const QSslError &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QSslError::operator==" href="qsslerror.html#operator==" location="qsslerror.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QSslError &amp; other) const">
+ <parameter left="const QSslError &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QSslError::operator!=" href="qsslerror.html#operator!=" location="qsslerror.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QSslError &amp; other) const">
+ <parameter left="const QSslError &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QSslError::error" href="qsslerror.html#error" location="qsslerror.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="SslError" signature="error() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QSslError::errorString" href="qsslerror.html#errorString" location="qsslerror.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="certificate" fullname="QSslError::certificate" href="qsslerror.html#certificate" location="qsslerror.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSslCertificate" signature="certificate() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3Dict" href="q3dict.html" location="q3dict.h" bases="Q3PtrCollection" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Dict" fullname="Q3Dict::Q3Dict" href="q3dict.html#Q3Dict" location="q3dict.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3Dict(int size, bool caseSensitive)">
+ <parameter left="int" right="" name="size" default="17"/>
+ <parameter left="bool" right="" name="caseSensitive" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Dict" fullname="Q3Dict::Q3Dict" href="q3dict.html#Q3Dict-2" location="q3dict.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3Dict(const Q3Dict&lt;type&gt; &amp; dict)">
+ <parameter left="const Q3Dict&lt;type&gt; &amp;" right="" name="dict" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3Dict" fullname="Q3Dict::~Q3Dict" href="q3dict.html#dtor.Q3Dict" location="q3dict.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3Dict()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3Dict::operator=" href="q3dict.html#operator=" location="q3dict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3Dict&lt;type&gt; &amp;" signature="operator=(const Q3Dict&lt;type&gt; &amp; dict)">
+ <parameter left="const Q3Dict&lt;type&gt; &amp;" right="" name="dict" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3Dict::count" href="q3dict.html#count" location="q3dict.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="Q3Dict::size" href="q3dict.html#size" location="q3dict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="Q3Dict::isEmpty" href="q3dict.html#isEmpty" location="q3dict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="Q3Dict::insert" href="q3dict.html#insert" location="q3dict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insert(const QString &amp; key, const type * item)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="const type *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="Q3Dict::replace" href="q3dict.html#replace" location="q3dict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="replace(const QString &amp; key, const type * item)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="const type *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="Q3Dict::remove" href="q3dict.html#remove" location="q3dict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="remove(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="take" fullname="Q3Dict::take" href="q3dict.html#take" location="q3dict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="take(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="Q3Dict::find" href="q3dict.html#find" location="q3dict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="find(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="Q3Dict::operator[]" href="q3dict.html#operator[]" location="q3dict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="operator[](const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="Q3Dict::clear" href="q3dict.html#clear" location="q3dict.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resize" fullname="Q3Dict::resize" href="q3dict.html#resize" location="q3dict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resize(uint newsize)">
+ <parameter left="uint" right="" name="newsize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="statistics" fullname="Q3Dict::statistics" href="q3dict.html#statistics" location="q3dict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="statistics() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="read" fullname="Q3Dict::read" href="q3dict.html#read" location="q3dict.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QDataStream &amp;" signature="read(QDataStream &amp; s, Q3PtrCollection::Item &amp; item)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="Q3PtrCollection::Item &amp;" right="" name="item" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="write" fullname="Q3Dict::write" href="q3dict.html#write" location="q3dict.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QDataStream &amp;" signature="write(QDataStream &amp; s, Q3PtrCollection::Item item) const">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="Q3PtrCollection::Item" right="" name="item" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3DictIterator" href="q3dictiterator.html" location="q3dict.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3DictIterator" fullname="Q3DictIterator::Q3DictIterator" href="q3dictiterator.html#Q3DictIterator" location="q3dict.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3DictIterator(const Q3Dict&lt;type&gt; &amp; dict)">
+ <parameter left="const Q3Dict&lt;type&gt; &amp;" right="" name="dict" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3DictIterator" fullname="Q3DictIterator::~Q3DictIterator" href="q3dictiterator.html#dtor.Q3DictIterator" location="q3dict.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3DictIterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3DictIterator::count" href="q3dictiterator.html#count" location="q3dict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="Q3DictIterator::isEmpty" href="q3dictiterator.html#isEmpty" location="q3dict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFirst" fullname="Q3DictIterator::toFirst" href="q3dictiterator.html#toFirst" location="q3dict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="toFirst()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator type *" fullname="Q3DictIterator::operator type *" href="q3dictiterator.html#operator type *" location="q3dict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator type *() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="current" fullname="Q3DictIterator::current" href="q3dictiterator.html#current" location="q3dict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="current() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentKey" fullname="Q3DictIterator::currentKey" href="q3dictiterator.html#currentKey" location="q3dict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="currentKey() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator()" fullname="Q3DictIterator::operator()" href="q3dictiterator.html#operator()" location="q3dict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator()()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="Q3DictIterator::operator++" href="q3dictiterator.html#operator++" location="q3dict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator++()"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QAbstractSocket" href="qabstractsocket.html" location="qabstractsocket.h" bases="QIODevice" module="QtNetwork">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SocketType" fullname="QAbstractSocket::SocketType" href="qabstractsocket.html#SocketType-enum" location="qabstractsocket.h">
+ <value name="TcpSocket" value="0"/>
+ <value name="UdpSocket" value="1"/>
+ <value name="UnknownSocketType" value="-1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="NetworkLayerProtocol" fullname="QAbstractSocket::NetworkLayerProtocol" href="qabstractsocket.html#NetworkLayerProtocol-enum" location="qabstractsocket.h">
+ <value name="IPv4Protocol" value="0"/>
+ <value name="IPv6Protocol" value="1"/>
+ <value name="UnknownNetworkLayerProtocol" value="-1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SocketError" fullname="QAbstractSocket::SocketError" href="qabstractsocket.html#SocketError-enum" location="qabstractsocket.h">
+ <value name="ConnectionRefusedError" value="0"/>
+ <value name="RemoteHostClosedError" value="1"/>
+ <value name="HostNotFoundError" value="2"/>
+ <value name="SocketAccessError" value="3"/>
+ <value name="SocketResourceError" value="4"/>
+ <value name="SocketTimeoutError" value="5"/>
+ <value name="DatagramTooLargeError" value="6"/>
+ <value name="NetworkError" value="7"/>
+ <value name="AddressInUseError" value="8"/>
+ <value name="SocketAddressNotAvailableError" value="9"/>
+ <value name="UnsupportedSocketOperationError" value="10"/>
+ <value name="UnfinishedSocketOperationError" value="11"/>
+ <value name="ProxyAuthenticationRequiredError" value="12"/>
+ <value name="SslHandshakeFailedError" value="13"/>
+ <value name="ProxyConnectionRefusedError" value="14"/>
+ <value name="ProxyConnectionClosedError" value="15"/>
+ <value name="ProxyConnectionTimeoutError" value="16"/>
+ <value name="ProxyNotFoundError" value="17"/>
+ <value name="ProxyProtocolError" value="18"/>
+ <value name="UnknownSocketError" value="-1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SocketState" fullname="QAbstractSocket::SocketState" href="qabstractsocket.html#SocketState-enum" location="qabstractsocket.h">
+ <value name="UnconnectedState" value="0"/>
+ <value name="HostLookupState" value="1"/>
+ <value name="ConnectingState" value="2"/>
+ <value name="ConnectedState" value="3"/>
+ <value name="BoundState" value="4"/>
+ <value name="ListeningState" value="5"/>
+ <value name="ClosingState" value="6"/>
+ <value name="Idle" value="UnconnectedState"/>
+ <value name="HostLookup" value="HostLookupState"/>
+ <value name="Connecting" value="ConnectingState"/>
+ <value name="Connected" value="ConnectedState"/>
+ <value name="Closing" value="ClosingState"/>
+ <value name="Connection" value="ConnectedState"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SocketOption" fullname="QAbstractSocket::SocketOption" href="qabstractsocket.html#SocketOption-enum" location="qabstractsocket.h">
+ <value name="LowDelayOption" value="0"/>
+ <value name="KeepAliveOption" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractSocket" fullname="QAbstractSocket::QAbstractSocket" href="qabstractsocket.html#QAbstractSocket" location="qabstractsocket.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractSocket(SocketType socketType, QObject * parent)">
+ <parameter left="SocketType" right="" name="socketType" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractSocket" fullname="QAbstractSocket::~QAbstractSocket" href="qabstractsocket.html#dtor.QAbstractSocket" location="qabstractsocket.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractSocket()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connectToHost" fullname="QAbstractSocket::connectToHost" href="qabstractsocket.html#connectToHost" location="qabstractsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="connectToHost(const QString &amp; hostName, quint16 port, QFlags&lt;QIODevice::OpenModeFlag&gt; openMode)">
+ <parameter left="const QString &amp;" right="" name="hostName" default=""/>
+ <parameter left="quint16" right="" name="port" default=""/>
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="openMode" default="ReadWrite"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connectToHost" fullname="QAbstractSocket::connectToHost" href="qabstractsocket.html#connectToHost-2" location="qabstractsocket.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="connectToHost(const QHostAddress &amp; address, quint16 port, QFlags&lt;QIODevice::OpenModeFlag&gt; openMode)">
+ <parameter left="const QHostAddress &amp;" right="" name="address" default=""/>
+ <parameter left="quint16" right="" name="port" default=""/>
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="openMode" default="ReadWrite"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="disconnectFromHost" fullname="QAbstractSocket::disconnectFromHost" href="qabstractsocket.html#disconnectFromHost" location="qabstractsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="disconnectFromHost()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QAbstractSocket::isValid" href="qabstractsocket.html#isValid" location="qabstractsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bytesAvailable" fullname="QAbstractSocket::bytesAvailable" href="qabstractsocket.html#bytesAvailable" location="qabstractsocket.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="bytesAvailable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bytesToWrite" fullname="QAbstractSocket::bytesToWrite" href="qabstractsocket.html#bytesToWrite" location="qabstractsocket.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="bytesToWrite() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canReadLine" fullname="QAbstractSocket::canReadLine" href="qabstractsocket.html#canReadLine" location="qabstractsocket.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="canReadLine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="localPort" fullname="QAbstractSocket::localPort" href="qabstractsocket.html#localPort" location="qabstractsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="quint16" signature="localPort() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="localAddress" fullname="QAbstractSocket::localAddress" href="qabstractsocket.html#localAddress" location="qabstractsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QHostAddress" signature="localAddress() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peerPort" fullname="QAbstractSocket::peerPort" href="qabstractsocket.html#peerPort" location="qabstractsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="quint16" signature="peerPort() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peerAddress" fullname="QAbstractSocket::peerAddress" href="qabstractsocket.html#peerAddress" location="qabstractsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QHostAddress" signature="peerAddress() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peerName" fullname="QAbstractSocket::peerName" href="qabstractsocket.html#peerName" location="qabstractsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="peerName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readBufferSize" fullname="QAbstractSocket::readBufferSize" href="qabstractsocket.html#readBufferSize" location="qabstractsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="readBufferSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setReadBufferSize" fullname="QAbstractSocket::setReadBufferSize" href="qabstractsocket.html#setReadBufferSize" location="qabstractsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setReadBufferSize(qint64 size)">
+ <parameter left="qint64" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="abort" fullname="QAbstractSocket::abort" href="qabstractsocket.html#abort" location="qabstractsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="abort()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="socketDescriptor" fullname="QAbstractSocket::socketDescriptor" href="qabstractsocket.html#socketDescriptor" location="qabstractsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="socketDescriptor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSocketDescriptor" fullname="QAbstractSocket::setSocketDescriptor" href="qabstractsocket.html#setSocketDescriptor" location="qabstractsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="setSocketDescriptor(int socketDescriptor, SocketState socketState, QFlags&lt;QIODevice::OpenModeFlag&gt; openMode)">
+ <parameter left="int" right="" name="socketDescriptor" default=""/>
+ <parameter left="SocketState" right="" name="socketState" default="ConnectedState"/>
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="openMode" default="ReadWrite"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSocketOption" fullname="QAbstractSocket::setSocketOption" href="qabstractsocket.html#setSocketOption" location="qabstractsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSocketOption(QAbstractSocket::SocketOption option, QVariant value)">
+ <parameter left="QAbstractSocket::SocketOption" right="" name="option" default=""/>
+ <parameter left="QVariant" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="socketOption" fullname="QAbstractSocket::socketOption" href="qabstractsocket.html#socketOption" location="qabstractsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVariant" signature="socketOption(QAbstractSocket::SocketOption option)">
+ <parameter left="QAbstractSocket::SocketOption" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="socketType" fullname="QAbstractSocket::socketType" href="qabstractsocket.html#socketType" location="qabstractsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="SocketType" signature="socketType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QAbstractSocket::state" href="qabstractsocket.html#state" location="qabstractsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="SocketState" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QAbstractSocket::error" href="qabstractsocket.html#error" location="qabstractsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="SocketError" signature="error() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="close" fullname="QAbstractSocket::close" href="qabstractsocket.html#close" location="qabstractsocket.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="close()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSequential" fullname="QAbstractSocket::isSequential" href="qabstractsocket.html#isSequential" location="qabstractsocket.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSequential() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atEnd" fullname="QAbstractSocket::atEnd" href="qabstractsocket.html#atEnd" location="qabstractsocket.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="atEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flush" fullname="QAbstractSocket::flush" href="qabstractsocket.html#flush" location="qabstractsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="flush()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForConnected" fullname="QAbstractSocket::waitForConnected" href="qabstractsocket.html#waitForConnected" location="qabstractsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="waitForConnected(int msecs)">
+ <parameter left="int" right="" name="msecs" default="30000"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForReadyRead" fullname="QAbstractSocket::waitForReadyRead" href="qabstractsocket.html#waitForReadyRead" location="qabstractsocket.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="waitForReadyRead(int msecs)">
+ <parameter left="int" right="" name="msecs" default="30000"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForBytesWritten" fullname="QAbstractSocket::waitForBytesWritten" href="qabstractsocket.html#waitForBytesWritten" location="qabstractsocket.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="waitForBytesWritten(int msecs)">
+ <parameter left="int" right="" name="msecs" default="30000"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForDisconnected" fullname="QAbstractSocket::waitForDisconnected" href="qabstractsocket.html#waitForDisconnected" location="qabstractsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="waitForDisconnected(int msecs)">
+ <parameter left="int" right="" name="msecs" default="30000"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProxy" fullname="QAbstractSocket::setProxy" href="qabstractsocket.html#setProxy" location="qabstractsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setProxy(const QNetworkProxy &amp; networkProxy)">
+ <parameter left="const QNetworkProxy &amp;" right="" name="networkProxy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="proxy" fullname="QAbstractSocket::proxy" href="qabstractsocket.html#proxy" location="qabstractsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QNetworkProxy" signature="proxy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hostFound" fullname="QAbstractSocket::hostFound" href="qabstractsocket.html#hostFound" location="qabstractsocket.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="hostFound()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connected" fullname="QAbstractSocket::connected" href="qabstractsocket.html#connected" location="qabstractsocket.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="connected()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="disconnected" fullname="QAbstractSocket::disconnected" href="qabstractsocket.html#disconnected" location="qabstractsocket.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="disconnected()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stateChanged" fullname="QAbstractSocket::stateChanged" href="qabstractsocket.html#stateChanged" location="qabstractsocket.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="stateChanged(QAbstractSocket::SocketState socketState)">
+ <parameter left="QAbstractSocket::SocketState" right="" name="socketState" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QAbstractSocket::error" href="qabstractsocket.html#error-2" location="qabstractsocket.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="error(QAbstractSocket::SocketError socketError)">
+ <parameter left="QAbstractSocket::SocketError" right="" name="socketError" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="proxyAuthenticationRequired" fullname="QAbstractSocket::proxyAuthenticationRequired" href="qabstractsocket.html#proxyAuthenticationRequired" location="qabstractsocket.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="proxyAuthenticationRequired(const QNetworkProxy &amp; proxy, QAuthenticator * authenticator)">
+ <parameter left="const QNetworkProxy &amp;" right="" name="proxy" default=""/>
+ <parameter left="QAuthenticator *" right="" name="authenticator" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="connectToHostImplementation" fullname="QAbstractSocket::connectToHostImplementation" href="qabstractsocket.html#connectToHostImplementation" location="qabstractsocket.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="connectToHostImplementation(const QString &amp; hostName, quint16 port, QFlags&lt;QIODevice::OpenModeFlag&gt; openMode)">
+ <parameter left="const QString &amp;" right="" name="hostName" default=""/>
+ <parameter left="quint16" right="" name="port" default=""/>
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="openMode" default="ReadWrite"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="disconnectFromHostImplementation" fullname="QAbstractSocket::disconnectFromHostImplementation" href="qabstractsocket.html#disconnectFromHostImplementation" location="qabstractsocket.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="disconnectFromHostImplementation()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="readData" fullname="QAbstractSocket::readData" href="qabstractsocket.html#readData" location="qabstractsocket.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="readData(char * data, qint64 maxSize)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="maxSize" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="readLineData" fullname="QAbstractSocket::readLineData" href="qabstractsocket.html#readLineData" location="qabstractsocket.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="readLineData(char * data, qint64 maxlen)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="maxlen" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="writeData" fullname="QAbstractSocket::writeData" href="qabstractsocket.html#writeData" location="qabstractsocket.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="writeData(const char * data, qint64 size)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="size" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setSocketState" fullname="QAbstractSocket::setSocketState" href="qabstractsocket.html#setSocketState" location="qabstractsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSocketState(SocketState state)">
+ <parameter left="SocketState" right="" name="state" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setSocketError" fullname="QAbstractSocket::setSocketError" href="qabstractsocket.html#setSocketError" location="qabstractsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSocketError(SocketError socketError)">
+ <parameter left="SocketError" right="" name="socketError" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setLocalPort" fullname="QAbstractSocket::setLocalPort" href="qabstractsocket.html#setLocalPort" location="qabstractsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLocalPort(quint16 port)">
+ <parameter left="quint16" right="" name="port" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setLocalAddress" fullname="QAbstractSocket::setLocalAddress" href="qabstractsocket.html#setLocalAddress" location="qabstractsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLocalAddress(const QHostAddress &amp; address)">
+ <parameter left="const QHostAddress &amp;" right="" name="address" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setPeerPort" fullname="QAbstractSocket::setPeerPort" href="qabstractsocket.html#setPeerPort" location="qabstractsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPeerPort(quint16 port)">
+ <parameter left="quint16" right="" name="port" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setPeerAddress" fullname="QAbstractSocket::setPeerAddress" href="qabstractsocket.html#setPeerAddress" location="qabstractsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPeerAddress(const QHostAddress &amp; address)">
+ <parameter left="const QHostAddress &amp;" right="" name="address" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setPeerName" fullname="QAbstractSocket::setPeerName" href="qabstractsocket.html#setPeerName" location="qabstractsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPeerName(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="compat" name="Error" fullname="QAbstractSocket::Error" href="qabstractsocket-qt3.html#Error-enum" location="qabstractsocket.h">
+ <value name="ErrConnectionRefused" value="ConnectionRefusedError"/>
+ <value name="ErrHostNotFound" value="HostNotFoundError"/>
+ <value name="ErrSocketRead" value="UnknownSocketError"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="compat" name="socket" fullname="QAbstractSocket::socket" href="qabstractsocket-qt3.html#socket" location="qabstractsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="socket() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setSocket" fullname="QAbstractSocket::setSocket" href="qabstractsocket-qt3.html#setSocket" location="qabstractsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSocket(int socket)">
+ <parameter left="int" right="" name="socket" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="waitForMore" fullname="QAbstractSocket::waitForMore" href="qabstractsocket-qt3.html#waitForMore" location="qabstractsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qulonglong" signature="waitForMore(int msecs, bool * timeout) const">
+ <parameter left="int" right="" name="msecs" default=""/>
+ <parameter left="bool *" right="" name="timeout" default="0"/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="compat" name="State" fullname="QAbstractSocket::State" href="qabstractsocket-qt3.html#State-typedef" location="qabstractsocket.h"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="connectionClosed" fullname="QAbstractSocket::connectionClosed" href="qabstractsocket-qt3.html#connectionClosed" location="qabstractsocket.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="connectionClosed()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="delayedCloseFinished" fullname="QAbstractSocket::delayedCloseFinished" href="qabstractsocket-qt3.html#delayedCloseFinished" location="qabstractsocket.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="delayedCloseFinished()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStyle" href="qstyle.html" location="qstyle.h" bases="QObject" module="QtGui">
+ <contents name="setting-a-style" title="Setting a Style" level="1"/>
+ <contents name="developing-style-aware-custom-widgets" title="Developing Style-Aware Custom Widgets" level="1"/>
+ <contents name="creating-a-custom-style" title="Creating a Custom Style" level="1"/>
+ <contents name="using-a-custom-style" title="Using a Custom Style" level="1"/>
+ <contents name="right-to-left-desktops" title="Right-to-Left Desktops" level="1"/>
+ <contents name="styles-in-item-views" title="Styles in Item Views" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStyle" fullname="QStyle::QStyle" href="qstyle.html#QStyle" location="qstyle.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStyle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QStyle" fullname="QStyle::~QStyle" href="qstyle.html#dtor.QStyle" location="qstyle.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QStyle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QStyle::polish" href="qstyle.html#polish" location="qstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="polish(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unpolish" fullname="QStyle::unpolish" href="qstyle.html#unpolish" location="qstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="unpolish(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QStyle::polish" href="qstyle.html#polish-2" location="qstyle.cpp" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="polish(QApplication * application)">
+ <parameter left="QApplication *" right="" name="application" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unpolish" fullname="QStyle::unpolish" href="qstyle.html#unpolish-2" location="qstyle.cpp" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="unpolish(QApplication * application)">
+ <parameter left="QApplication *" right="" name="application" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QStyle::polish" href="qstyle.html#polish-3" location="qstyle.cpp" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="polish(QPalette &amp; palette)">
+ <parameter left="QPalette &amp;" right="" name="palette" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemTextRect" fullname="QStyle::itemTextRect" href="qstyle.html#itemTextRect" location="qstyle.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="itemTextRect(const QFontMetrics &amp; metrics, const QRect &amp; rectangle, int alignment, bool enabled, const QString &amp; text) const">
+ <parameter left="const QFontMetrics &amp;" right="" name="metrics" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="int" right="" name="alignment" default=""/>
+ <parameter left="bool" right="" name="enabled" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemPixmapRect" fullname="QStyle::itemPixmapRect" href="qstyle.html#itemPixmapRect" location="qstyle.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="itemPixmapRect(const QRect &amp; rectangle, int alignment, const QPixmap &amp; pixmap) const">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="int" right="" name="alignment" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawItemText" fullname="QStyle::drawItemText" href="qstyle.html#drawItemText" location="qstyle.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawItemText(QPainter * painter, const QRect &amp; rectangle, int alignment, const QPalette &amp; palette, bool enabled, const QString &amp; text, QPalette::ColorRole textRole) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="int" right="" name="alignment" default=""/>
+ <parameter left="const QPalette &amp;" right="" name="palette" default=""/>
+ <parameter left="bool" right="" name="enabled" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QPalette::ColorRole" right="" name="textRole" default="QPalette::NoRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawItemPixmap" fullname="QStyle::drawItemPixmap" href="qstyle.html#drawItemPixmap" location="qstyle.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawItemPixmap(QPainter * painter, const QRect &amp; rectangle, int alignment, const QPixmap &amp; pixmap) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="int" right="" name="alignment" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardPalette" fullname="QStyle::standardPalette" href="qstyle.html#standardPalette" location="qstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPalette" signature="standardPalette() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StateFlag" fullname="QStyle::StateFlag" href="qstyle.html#StateFlag-enum" location="qstyle.h" typedef="QStyle::State">
+ <value name="State_None" value="0x00000000"/>
+ <value name="State_Default" value="State_None"/>
+ <value name="State_Enabled" value="0x00000001"/>
+ <value name="State_Raised" value="0x00000002"/>
+ <value name="State_Sunken" value="0x00000004"/>
+ <value name="State_Off" value="0x00000008"/>
+ <value name="State_NoChange" value="0x00000010"/>
+ <value name="State_On" value="0x00000020"/>
+ <value name="State_DownArrow" value="0x00000040"/>
+ <value name="State_Horizontal" value="0x00000080"/>
+ <value name="State_HasFocus" value="0x00000100"/>
+ <value name="State_Top" value="0x00000200"/>
+ <value name="State_Bottom" value="0x00000400"/>
+ <value name="State_FocusAtBorder" value="0x00000800"/>
+ <value name="State_AutoRaise" value="0x00001000"/>
+ <value name="State_MouseOver" value="0x00002000"/>
+ <value name="State_UpArrow" value="0x00004000"/>
+ <value name="State_Selected" value="0x00008000"/>
+ <value name="State_Active" value="0x00010000"/>
+ <value name="State_Window" value="0x00020000"/>
+ <value name="State_Open" value="0x00040000"/>
+ <value name="State_Children" value="0x00080000"/>
+ <value name="State_Item" value="0x00100000"/>
+ <value name="State_Sibling" value="0x00200000"/>
+ <value name="State_Editing" value="0x00400000"/>
+ <value name="State_KeyboardFocusChange" value="0x00800000"/>
+ <value name="State_HasEditFocus" value="0x01000000"/>
+ <value name="State_ReadOnly" value="0x02000000"/>
+ <value name="State_Small" value="0x04000000"/>
+ <value name="State_Mini" value="0x08000000"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="State" fullname="QStyle::State" href="qstyle.html#State-typedef" location="qstyle.h" enum="QStyle::StateFlag"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PrimitiveElement" fullname="QStyle::PrimitiveElement" href="qstyle.html#PrimitiveElement-enum" location="qstyle.h">
+ <value name="PE_Q3CheckListController" value="0"/>
+ <value name="PE_Q3CheckListExclusiveIndicator" value="1"/>
+ <value name="PE_Q3CheckListIndicator" value="2"/>
+ <value name="PE_Q3DockWindowSeparator" value="3"/>
+ <value name="PE_Q3Separator" value="4"/>
+ <value name="PE_Frame" value="5"/>
+ <value name="PE_FrameDefaultButton" value="6"/>
+ <value name="PE_FrameDockWidget" value="7"/>
+ <value name="PE_FrameFocusRect" value="8"/>
+ <value name="PE_FrameGroupBox" value="9"/>
+ <value name="PE_FrameLineEdit" value="10"/>
+ <value name="PE_FrameMenu" value="11"/>
+ <value name="PE_FrameStatusBar" value="12"/>
+ <value name="PE_FrameStatusBarItem" value="PE_FrameStatusBar"/>
+ <value name="PE_FrameTabWidget" value=""/>
+ <value name="PE_FrameWindow" value=""/>
+ <value name="PE_FrameButtonBevel" value=""/>
+ <value name="PE_FrameButtonTool" value=""/>
+ <value name="PE_FrameTabBarBase" value=""/>
+ <value name="PE_PanelButtonCommand" value=""/>
+ <value name="PE_PanelButtonBevel" value=""/>
+ <value name="PE_PanelButtonTool" value=""/>
+ <value name="PE_PanelMenuBar" value=""/>
+ <value name="PE_PanelToolBar" value=""/>
+ <value name="PE_PanelLineEdit" value=""/>
+ <value name="PE_IndicatorArrowDown" value=""/>
+ <value name="PE_IndicatorArrowLeft" value=""/>
+ <value name="PE_IndicatorArrowRight" value=""/>
+ <value name="PE_IndicatorArrowUp" value=""/>
+ <value name="PE_IndicatorBranch" value=""/>
+ <value name="PE_IndicatorButtonDropDown" value=""/>
+ <value name="PE_IndicatorViewItemCheck" value=""/>
+ <value name="PE_IndicatorItemViewItemCheck" value="PE_IndicatorViewItemCheck"/>
+ <value name="PE_IndicatorCheckBox" value=""/>
+ <value name="PE_IndicatorDockWidgetResizeHandle" value=""/>
+ <value name="PE_IndicatorHeaderArrow" value=""/>
+ <value name="PE_IndicatorMenuCheckMark" value=""/>
+ <value name="PE_IndicatorProgressChunk" value=""/>
+ <value name="PE_IndicatorRadioButton" value=""/>
+ <value name="PE_IndicatorSpinDown" value=""/>
+ <value name="PE_IndicatorSpinMinus" value=""/>
+ <value name="PE_IndicatorSpinPlus" value=""/>
+ <value name="PE_IndicatorSpinUp" value=""/>
+ <value name="PE_IndicatorToolBarHandle" value=""/>
+ <value name="PE_IndicatorToolBarSeparator" value=""/>
+ <value name="PE_PanelTipLabel" value=""/>
+ <value name="PE_IndicatorTabTear" value=""/>
+ <value name="PE_PanelScrollAreaCorner" value=""/>
+ <value name="PE_Widget" value=""/>
+ <value name="PE_IndicatorColumnViewArrow" value=""/>
+ <value name="PE_IndicatorItemViewItemDrop" value=""/>
+ <value name="PE_PanelItemViewItem" value=""/>
+ <value name="PE_PanelItemViewRow" value=""/>
+ <value name="PE_PanelStatusBar" value=""/>
+ <value name="PE_IndicatorTabClose" value=""/>
+ <value name="PE_PanelMenu" value=""/>
+ <value name="PE_CustomBase" value="0xf000000"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPrimitive" fullname="QStyle::drawPrimitive" href="qstyle.html#drawPrimitive" location="qstyle.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawPrimitive(PrimitiveElement element, const QStyleOption * option, QPainter * painter, const QWidget * widget) const">
+ <parameter left="PrimitiveElement" right="" name="element" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ControlElement" fullname="QStyle::ControlElement" href="qstyle.html#ControlElement-enum" location="qstyle.h">
+ <value name="CE_PushButton" value="0"/>
+ <value name="CE_PushButtonBevel" value="1"/>
+ <value name="CE_PushButtonLabel" value="2"/>
+ <value name="CE_CheckBox" value="3"/>
+ <value name="CE_CheckBoxLabel" value="4"/>
+ <value name="CE_RadioButton" value="5"/>
+ <value name="CE_RadioButtonLabel" value="6"/>
+ <value name="CE_TabBarTab" value="7"/>
+ <value name="CE_TabBarTabShape" value="8"/>
+ <value name="CE_TabBarTabLabel" value="9"/>
+ <value name="CE_ProgressBar" value="10"/>
+ <value name="CE_ProgressBarGroove" value="11"/>
+ <value name="CE_ProgressBarContents" value="12"/>
+ <value name="CE_ProgressBarLabel" value="13"/>
+ <value name="CE_MenuItem" value="14"/>
+ <value name="CE_MenuScroller" value="15"/>
+ <value name="CE_MenuVMargin" value="16"/>
+ <value name="CE_MenuHMargin" value="17"/>
+ <value name="CE_MenuTearoff" value="18"/>
+ <value name="CE_MenuEmptyArea" value="19"/>
+ <value name="CE_MenuBarItem" value="20"/>
+ <value name="CE_MenuBarEmptyArea" value="21"/>
+ <value name="CE_ToolButtonLabel" value="22"/>
+ <value name="CE_Header" value="23"/>
+ <value name="CE_HeaderSection" value="24"/>
+ <value name="CE_HeaderLabel" value="25"/>
+ <value name="CE_Q3DockWindowEmptyArea" value="26"/>
+ <value name="CE_ToolBoxTab" value="27"/>
+ <value name="CE_SizeGrip" value="28"/>
+ <value name="CE_Splitter" value="29"/>
+ <value name="CE_RubberBand" value="30"/>
+ <value name="CE_DockWidgetTitle" value="31"/>
+ <value name="CE_ScrollBarAddLine" value="32"/>
+ <value name="CE_ScrollBarSubLine" value="33"/>
+ <value name="CE_ScrollBarAddPage" value="34"/>
+ <value name="CE_ScrollBarSubPage" value="35"/>
+ <value name="CE_ScrollBarSlider" value="36"/>
+ <value name="CE_ScrollBarFirst" value="37"/>
+ <value name="CE_ScrollBarLast" value="38"/>
+ <value name="CE_FocusFrame" value="39"/>
+ <value name="CE_ComboBoxLabel" value="40"/>
+ <value name="CE_ToolBar" value="41"/>
+ <value name="CE_ToolBoxTabShape" value="42"/>
+ <value name="CE_ToolBoxTabLabel" value="43"/>
+ <value name="CE_HeaderEmptyArea" value="44"/>
+ <value name="CE_ColumnViewGrip" value="45"/>
+ <value name="CE_ItemViewItem" value="46"/>
+ <value name="CE_ShapedFrame" value="47"/>
+ <value name="CE_CustomBase" value="0xf0000000"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawControl" fullname="QStyle::drawControl" href="qstyle.html#drawControl" location="qstyle.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawControl(ControlElement element, const QStyleOption * option, QPainter * painter, const QWidget * widget) const">
+ <parameter left="ControlElement" right="" name="element" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SubElement" fullname="QStyle::SubElement" href="qstyle.html#SubElement-enum" location="qstyle.h">
+ <value name="SE_PushButtonContents" value="0"/>
+ <value name="SE_PushButtonFocusRect" value="1"/>
+ <value name="SE_CheckBoxIndicator" value="2"/>
+ <value name="SE_CheckBoxContents" value="3"/>
+ <value name="SE_CheckBoxFocusRect" value="4"/>
+ <value name="SE_CheckBoxClickRect" value="5"/>
+ <value name="SE_RadioButtonIndicator" value="6"/>
+ <value name="SE_RadioButtonContents" value="7"/>
+ <value name="SE_RadioButtonFocusRect" value="8"/>
+ <value name="SE_RadioButtonClickRect" value="9"/>
+ <value name="SE_ComboBoxFocusRect" value="10"/>
+ <value name="SE_SliderFocusRect" value="11"/>
+ <value name="SE_Q3DockWindowHandleRect" value="12"/>
+ <value name="SE_ProgressBarGroove" value="13"/>
+ <value name="SE_ProgressBarContents" value="14"/>
+ <value name="SE_ProgressBarLabel" value="15"/>
+ <value name="SE_DialogButtonAccept" value="16"/>
+ <value name="SE_DialogButtonReject" value="17"/>
+ <value name="SE_DialogButtonApply" value="18"/>
+ <value name="SE_DialogButtonHelp" value="19"/>
+ <value name="SE_DialogButtonAll" value="20"/>
+ <value name="SE_DialogButtonAbort" value="21"/>
+ <value name="SE_DialogButtonIgnore" value="22"/>
+ <value name="SE_DialogButtonRetry" value="23"/>
+ <value name="SE_DialogButtonCustom" value="24"/>
+ <value name="SE_ToolBoxTabContents" value="25"/>
+ <value name="SE_HeaderLabel" value="26"/>
+ <value name="SE_HeaderArrow" value="27"/>
+ <value name="SE_TabWidgetTabBar" value="28"/>
+ <value name="SE_TabWidgetTabPane" value="29"/>
+ <value name="SE_TabWidgetTabContents" value="30"/>
+ <value name="SE_TabWidgetLeftCorner" value="31"/>
+ <value name="SE_TabWidgetRightCorner" value="32"/>
+ <value name="SE_ViewItemCheckIndicator" value="33"/>
+ <value name="SE_ItemViewItemCheckIndicator" value="SE_ViewItemCheckIndicator"/>
+ <value name="SE_TabBarTearIndicator" value=""/>
+ <value name="SE_TreeViewDisclosureItem" value=""/>
+ <value name="SE_LineEditContents" value=""/>
+ <value name="SE_FrameContents" value=""/>
+ <value name="SE_DockWidgetCloseButton" value=""/>
+ <value name="SE_DockWidgetFloatButton" value=""/>
+ <value name="SE_DockWidgetTitleBarText" value=""/>
+ <value name="SE_DockWidgetIcon" value=""/>
+ <value name="SE_CheckBoxLayoutItem" value=""/>
+ <value name="SE_ComboBoxLayoutItem" value=""/>
+ <value name="SE_DateTimeEditLayoutItem" value=""/>
+ <value name="SE_DialogButtonBoxLayoutItem" value=""/>
+ <value name="SE_LabelLayoutItem" value=""/>
+ <value name="SE_ProgressBarLayoutItem" value=""/>
+ <value name="SE_PushButtonLayoutItem" value=""/>
+ <value name="SE_RadioButtonLayoutItem" value=""/>
+ <value name="SE_SliderLayoutItem" value=""/>
+ <value name="SE_SpinBoxLayoutItem" value=""/>
+ <value name="SE_ToolButtonLayoutItem" value=""/>
+ <value name="SE_FrameLayoutItem" value=""/>
+ <value name="SE_GroupBoxLayoutItem" value=""/>
+ <value name="SE_TabWidgetLayoutItem" value=""/>
+ <value name="SE_ItemViewItemDecoration" value=""/>
+ <value name="SE_ItemViewItemText" value=""/>
+ <value name="SE_ItemViewItemFocusRect" value=""/>
+ <value name="SE_TabBarTabLeftButton" value=""/>
+ <value name="SE_TabBarTabRightButton" value=""/>
+ <value name="SE_TabBarTabText" value=""/>
+ <value name="SE_ShapedFrameContents" value=""/>
+ <value name="SE_ToolBarHandle" value=""/>
+ <value name="SE_CustomBase" value="0xf0000000"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subElementRect" fullname="QStyle::subElementRect" href="qstyle.html#subElementRect" location="qstyle.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="subElementRect(SubElement element, const QStyleOption * option, const QWidget * widget) const">
+ <parameter left="SubElement" right="" name="element" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ComplexControl" fullname="QStyle::ComplexControl" href="qstyle.html#ComplexControl-enum" location="qstyle.h">
+ <value name="CC_SpinBox" value="0"/>
+ <value name="CC_ComboBox" value="1"/>
+ <value name="CC_ScrollBar" value="2"/>
+ <value name="CC_Slider" value="3"/>
+ <value name="CC_ToolButton" value="4"/>
+ <value name="CC_TitleBar" value="5"/>
+ <value name="CC_Q3ListView" value="6"/>
+ <value name="CC_Dial" value="7"/>
+ <value name="CC_GroupBox" value="8"/>
+ <value name="CC_MdiControls" value="9"/>
+ <value name="CC_CustomBase" value="0xf0000000"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SubControl" fullname="QStyle::SubControl" href="qstyle.html#SubControl-enum" location="qstyle.h" typedef="QStyle::SubControls">
+ <value name="SC_None" value="0x00000000"/>
+ <value name="SC_ScrollBarAddLine" value="0x00000001"/>
+ <value name="SC_ScrollBarSubLine" value="0x00000002"/>
+ <value name="SC_ScrollBarAddPage" value="0x00000004"/>
+ <value name="SC_ScrollBarSubPage" value="0x00000008"/>
+ <value name="SC_ScrollBarFirst" value="0x00000010"/>
+ <value name="SC_ScrollBarLast" value="0x00000020"/>
+ <value name="SC_ScrollBarSlider" value="0x00000040"/>
+ <value name="SC_ScrollBarGroove" value="0x00000080"/>
+ <value name="SC_SpinBoxUp" value="0x00000001"/>
+ <value name="SC_SpinBoxDown" value="0x00000002"/>
+ <value name="SC_SpinBoxFrame" value="0x00000004"/>
+ <value name="SC_SpinBoxEditField" value="0x00000008"/>
+ <value name="SC_ComboBoxFrame" value="0x00000001"/>
+ <value name="SC_ComboBoxEditField" value="0x00000002"/>
+ <value name="SC_ComboBoxArrow" value="0x00000004"/>
+ <value name="SC_ComboBoxListBoxPopup" value="0x00000008"/>
+ <value name="SC_SliderGroove" value="0x00000001"/>
+ <value name="SC_SliderHandle" value="0x00000002"/>
+ <value name="SC_SliderTickmarks" value="0x00000004"/>
+ <value name="SC_ToolButton" value="0x00000001"/>
+ <value name="SC_ToolButtonMenu" value="0x00000002"/>
+ <value name="SC_TitleBarSysMenu" value="0x00000001"/>
+ <value name="SC_TitleBarMinButton" value="0x00000002"/>
+ <value name="SC_TitleBarMaxButton" value="0x00000004"/>
+ <value name="SC_TitleBarCloseButton" value="0x00000008"/>
+ <value name="SC_TitleBarNormalButton" value="0x00000010"/>
+ <value name="SC_TitleBarShadeButton" value="0x00000020"/>
+ <value name="SC_TitleBarUnshadeButton" value="0x00000040"/>
+ <value name="SC_TitleBarContextHelpButton" value="0x00000080"/>
+ <value name="SC_TitleBarLabel" value="0x00000100"/>
+ <value name="SC_Q3ListView" value="0x00000001"/>
+ <value name="SC_Q3ListViewBranch" value="0x00000002"/>
+ <value name="SC_Q3ListViewExpand" value="0x00000004"/>
+ <value name="SC_DialGroove" value="0x00000001"/>
+ <value name="SC_DialHandle" value="0x00000002"/>
+ <value name="SC_DialTickmarks" value="0x00000004"/>
+ <value name="SC_GroupBoxCheckBox" value="0x00000001"/>
+ <value name="SC_GroupBoxLabel" value="0x00000002"/>
+ <value name="SC_GroupBoxContents" value="0x00000004"/>
+ <value name="SC_GroupBoxFrame" value="0x00000008"/>
+ <value name="SC_MdiMinButton" value="0x00000001"/>
+ <value name="SC_MdiNormalButton" value="0x00000002"/>
+ <value name="SC_MdiCloseButton" value="0x00000004"/>
+ <value name="SC_CustomBase" value="0xf0000000"/>
+ <value name="SC_All" value="0xffffffff"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="SubControls" fullname="QStyle::SubControls" href="qstyle.html#SubControls-typedef" location="qstyle.h" enum="QStyle::SubControl"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawComplexControl" fullname="QStyle::drawComplexControl" href="qstyle.html#drawComplexControl" location="qstyle.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawComplexControl(ComplexControl control, const QStyleOptionComplex * option, QPainter * painter, const QWidget * widget) const">
+ <parameter left="ComplexControl" right="" name="control" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="option" default=""/>
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hitTestComplexControl" fullname="QStyle::hitTestComplexControl" href="qstyle.html#hitTestComplexControl" location="qstyle.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="SubControl" signature="hitTestComplexControl(ComplexControl control, const QStyleOptionComplex * option, const QPoint &amp; position, const QWidget * widget) const">
+ <parameter left="ComplexControl" right="" name="control" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="option" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subControlRect" fullname="QStyle::subControlRect" href="qstyle.html#subControlRect" location="qstyle.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="subControlRect(ComplexControl control, const QStyleOptionComplex * option, SubControl subControl, const QWidget * widget) const">
+ <parameter left="ComplexControl" right="" name="control" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="option" default=""/>
+ <parameter left="SubControl" right="" name="subControl" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PixelMetric" fullname="QStyle::PixelMetric" href="qstyle.html#PixelMetric-enum" location="qstyle.h">
+ <value name="PM_ButtonMargin" value="0"/>
+ <value name="PM_ButtonDefaultIndicator" value="1"/>
+ <value name="PM_MenuButtonIndicator" value="2"/>
+ <value name="PM_ButtonShiftHorizontal" value="3"/>
+ <value name="PM_ButtonShiftVertical" value="4"/>
+ <value name="PM_DefaultFrameWidth" value="5"/>
+ <value name="PM_SpinBoxFrameWidth" value="6"/>
+ <value name="PM_ComboBoxFrameWidth" value="7"/>
+ <value name="PM_MaximumDragDistance" value="8"/>
+ <value name="PM_ScrollBarExtent" value="9"/>
+ <value name="PM_ScrollBarSliderMin" value="10"/>
+ <value name="PM_SliderThickness" value="11"/>
+ <value name="PM_SliderControlThickness" value="12"/>
+ <value name="PM_SliderLength" value="13"/>
+ <value name="PM_SliderTickmarkOffset" value="14"/>
+ <value name="PM_SliderSpaceAvailable" value="15"/>
+ <value name="PM_DockWidgetSeparatorExtent" value="16"/>
+ <value name="PM_DockWidgetHandleExtent" value="17"/>
+ <value name="PM_DockWidgetFrameWidth" value="18"/>
+ <value name="PM_TabBarTabOverlap" value="19"/>
+ <value name="PM_TabBarTabHSpace" value="20"/>
+ <value name="PM_TabBarTabVSpace" value="21"/>
+ <value name="PM_TabBarBaseHeight" value="22"/>
+ <value name="PM_TabBarBaseOverlap" value="23"/>
+ <value name="PM_ProgressBarChunkWidth" value="24"/>
+ <value name="PM_SplitterWidth" value="25"/>
+ <value name="PM_TitleBarHeight" value="26"/>
+ <value name="PM_MenuScrollerHeight" value="27"/>
+ <value name="PM_MenuHMargin" value="28"/>
+ <value name="PM_MenuVMargin" value="29"/>
+ <value name="PM_MenuPanelWidth" value="30"/>
+ <value name="PM_MenuTearoffHeight" value="31"/>
+ <value name="PM_MenuDesktopFrameWidth" value="32"/>
+ <value name="PM_MenuBarPanelWidth" value="33"/>
+ <value name="PM_MenuBarItemSpacing" value="34"/>
+ <value name="PM_MenuBarVMargin" value="35"/>
+ <value name="PM_MenuBarHMargin" value="36"/>
+ <value name="PM_IndicatorWidth" value="37"/>
+ <value name="PM_IndicatorHeight" value="38"/>
+ <value name="PM_ExclusiveIndicatorWidth" value="39"/>
+ <value name="PM_ExclusiveIndicatorHeight" value="40"/>
+ <value name="PM_CheckListButtonSize" value="41"/>
+ <value name="PM_CheckListControllerSize" value="42"/>
+ <value name="PM_DialogButtonsSeparator" value="43"/>
+ <value name="PM_DialogButtonsButtonWidth" value="44"/>
+ <value name="PM_DialogButtonsButtonHeight" value="45"/>
+ <value name="PM_MdiSubWindowFrameWidth" value="46"/>
+ <value name="PM_MDIFrameWidth" value="PM_MdiSubWindowFrameWidth"/>
+ <value name="PM_MdiSubWindowMinimizedWidth" value=""/>
+ <value name="PM_MDIMinimizedWidth" value="PM_MdiSubWindowMinimizedWidth"/>
+ <value name="PM_HeaderMargin" value=""/>
+ <value name="PM_HeaderMarkSize" value=""/>
+ <value name="PM_HeaderGripMargin" value=""/>
+ <value name="PM_TabBarTabShiftHorizontal" value=""/>
+ <value name="PM_TabBarTabShiftVertical" value=""/>
+ <value name="PM_TabBarScrollButtonWidth" value=""/>
+ <value name="PM_ToolBarFrameWidth" value=""/>
+ <value name="PM_ToolBarHandleExtent" value=""/>
+ <value name="PM_ToolBarItemSpacing" value=""/>
+ <value name="PM_ToolBarItemMargin" value=""/>
+ <value name="PM_ToolBarSeparatorExtent" value=""/>
+ <value name="PM_ToolBarExtensionExtent" value=""/>
+ <value name="PM_SpinBoxSliderHeight" value=""/>
+ <value name="PM_DefaultTopLevelMargin" value=""/>
+ <value name="PM_DefaultChildMargin" value=""/>
+ <value name="PM_DefaultLayoutSpacing" value=""/>
+ <value name="PM_ToolBarIconSize" value=""/>
+ <value name="PM_ListViewIconSize" value=""/>
+ <value name="PM_IconViewIconSize" value=""/>
+ <value name="PM_SmallIconSize" value=""/>
+ <value name="PM_LargeIconSize" value=""/>
+ <value name="PM_FocusFrameVMargin" value=""/>
+ <value name="PM_FocusFrameHMargin" value=""/>
+ <value name="PM_ToolTipLabelFrameWidth" value=""/>
+ <value name="PM_CheckBoxLabelSpacing" value=""/>
+ <value name="PM_TabBarIconSize" value=""/>
+ <value name="PM_SizeGripSize" value=""/>
+ <value name="PM_DockWidgetTitleMargin" value=""/>
+ <value name="PM_MessageBoxIconSize" value=""/>
+ <value name="PM_ButtonIconSize" value=""/>
+ <value name="PM_DockWidgetTitleBarButtonMargin" value=""/>
+ <value name="PM_RadioButtonLabelSpacing" value=""/>
+ <value name="PM_LayoutLeftMargin" value=""/>
+ <value name="PM_LayoutTopMargin" value=""/>
+ <value name="PM_LayoutRightMargin" value=""/>
+ <value name="PM_LayoutBottomMargin" value=""/>
+ <value name="PM_LayoutHorizontalSpacing" value=""/>
+ <value name="PM_LayoutVerticalSpacing" value=""/>
+ <value name="PM_TabBar_ScrollButtonOverlap" value=""/>
+ <value name="PM_TextCursorWidth" value=""/>
+ <value name="PM_TabCloseIndicatorWidth" value=""/>
+ <value name="PM_TabCloseIndicatorHeight" value=""/>
+ <value name="PM_ScrollView_ScrollBarSpacing" value=""/>
+ <value name="PM_SubMenuOverlap" value=""/>
+ <value name="PM_CustomBase" value="0xf0000000"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixelMetric" fullname="QStyle::pixelMetric" href="qstyle.html#pixelMetric" location="qstyle.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="pixelMetric(PixelMetric metric, const QStyleOption * option, const QWidget * widget) const">
+ <parameter left="PixelMetric" right="" name="metric" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ContentsType" fullname="QStyle::ContentsType" href="qstyle.html#ContentsType-enum" location="qstyle.h">
+ <value name="CT_PushButton" value="0"/>
+ <value name="CT_CheckBox" value="1"/>
+ <value name="CT_RadioButton" value="2"/>
+ <value name="CT_ToolButton" value="3"/>
+ <value name="CT_ComboBox" value="4"/>
+ <value name="CT_Splitter" value="5"/>
+ <value name="CT_Q3DockWindow" value="6"/>
+ <value name="CT_ProgressBar" value="7"/>
+ <value name="CT_MenuItem" value="8"/>
+ <value name="CT_MenuBarItem" value="9"/>
+ <value name="CT_MenuBar" value="10"/>
+ <value name="CT_Menu" value="11"/>
+ <value name="CT_TabBarTab" value="12"/>
+ <value name="CT_Slider" value="13"/>
+ <value name="CT_ScrollBar" value="14"/>
+ <value name="CT_Q3Header" value="15"/>
+ <value name="CT_LineEdit" value="16"/>
+ <value name="CT_SpinBox" value="17"/>
+ <value name="CT_SizeGrip" value="18"/>
+ <value name="CT_TabWidget" value="19"/>
+ <value name="CT_DialogButtons" value="20"/>
+ <value name="CT_HeaderSection" value="21"/>
+ <value name="CT_GroupBox" value="22"/>
+ <value name="CT_MdiControls" value="23"/>
+ <value name="CT_ItemViewItem" value="24"/>
+ <value name="CT_CustomBase" value="0xf0000000"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeFromContents" fullname="QStyle::sizeFromContents" href="qstyle.html#sizeFromContents" location="qstyle.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeFromContents(ContentsType type, const QStyleOption * option, const QSize &amp; contentsSize, const QWidget * widget) const">
+ <parameter left="ContentsType" right="" name="type" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="const QSize &amp;" right="" name="contentsSize" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleHint" fullname="QStyle::StyleHint" href="qstyle.html#StyleHint-enum" location="qstyle.h">
+ <value name="SH_EtchDisabledText" value="0"/>
+ <value name="SH_DitherDisabledText" value="1"/>
+ <value name="SH_ScrollBar_MiddleClickAbsolutePosition" value="2"/>
+ <value name="SH_ScrollBar_ScrollWhenPointerLeavesControl" value="3"/>
+ <value name="SH_TabBar_SelectMouseType" value="4"/>
+ <value name="SH_TabBar_Alignment" value="5"/>
+ <value name="SH_Header_ArrowAlignment" value="6"/>
+ <value name="SH_Slider_SnapToValue" value="7"/>
+ <value name="SH_Slider_SloppyKeyEvents" value="8"/>
+ <value name="SH_ProgressDialog_CenterCancelButton" value="9"/>
+ <value name="SH_ProgressDialog_TextLabelAlignment" value="10"/>
+ <value name="SH_PrintDialog_RightAlignButtons" value="11"/>
+ <value name="SH_MainWindow_SpaceBelowMenuBar" value="12"/>
+ <value name="SH_FontDialog_SelectAssociatedText" value="13"/>
+ <value name="SH_Menu_AllowActiveAndDisabled" value="14"/>
+ <value name="SH_Menu_SpaceActivatesItem" value="15"/>
+ <value name="SH_Menu_SubMenuPopupDelay" value="16"/>
+ <value name="SH_ScrollView_FrameOnlyAroundContents" value="17"/>
+ <value name="SH_MenuBar_AltKeyNavigation" value="18"/>
+ <value name="SH_ComboBox_ListMouseTracking" value="19"/>
+ <value name="SH_Menu_MouseTracking" value="20"/>
+ <value name="SH_MenuBar_MouseTracking" value="21"/>
+ <value name="SH_ItemView_ChangeHighlightOnFocus" value="22"/>
+ <value name="SH_Widget_ShareActivation" value="23"/>
+ <value name="SH_Workspace_FillSpaceOnMaximize" value="24"/>
+ <value name="SH_ComboBox_Popup" value="25"/>
+ <value name="SH_TitleBar_NoBorder" value="26"/>
+ <value name="SH_Slider_StopMouseOverSlider" value="27"/>
+ <value name="SH_ScrollBar_StopMouseOverSlider" value="SH_Slider_StopMouseOverSlider"/>
+ <value name="SH_BlinkCursorWhenTextSelected" value=""/>
+ <value name="SH_RichText_FullWidthSelection" value=""/>
+ <value name="SH_Menu_Scrollable" value=""/>
+ <value name="SH_GroupBox_TextLabelVerticalAlignment" value=""/>
+ <value name="SH_GroupBox_TextLabelColor" value=""/>
+ <value name="SH_Menu_SloppySubMenus" value=""/>
+ <value name="SH_Table_GridLineColor" value=""/>
+ <value name="SH_LineEdit_PasswordCharacter" value=""/>
+ <value name="SH_DialogButtons_DefaultButton" value=""/>
+ <value name="SH_ToolBox_SelectedPageTitleBold" value=""/>
+ <value name="SH_TabBar_PreferNoArrows" value=""/>
+ <value name="SH_ScrollBar_LeftClickAbsolutePosition" value=""/>
+ <value name="SH_Q3ListViewExpand_SelectMouseType" value=""/>
+ <value name="SH_UnderlineShortcut" value=""/>
+ <value name="SH_SpinBox_AnimateButton" value=""/>
+ <value name="SH_SpinBox_KeyPressAutoRepeatRate" value=""/>
+ <value name="SH_SpinBox_ClickAutoRepeatRate" value=""/>
+ <value name="SH_Menu_FillScreenWithScroll" value=""/>
+ <value name="SH_ToolTipLabel_Opacity" value=""/>
+ <value name="SH_DrawMenuBarSeparator" value=""/>
+ <value name="SH_TitleBar_ModifyNotification" value=""/>
+ <value name="SH_Button_FocusPolicy" value=""/>
+ <value name="SH_MenuBar_DismissOnSecondClick" value=""/>
+ <value name="SH_MessageBox_UseBorderForButtonSpacing" value=""/>
+ <value name="SH_TitleBar_AutoRaise" value=""/>
+ <value name="SH_ToolButton_PopupDelay" value=""/>
+ <value name="SH_FocusFrame_Mask" value=""/>
+ <value name="SH_RubberBand_Mask" value=""/>
+ <value name="SH_WindowFrame_Mask" value=""/>
+ <value name="SH_SpinControls_DisableOnBounds" value=""/>
+ <value name="SH_Dial_BackgroundRole" value=""/>
+ <value name="SH_ComboBox_LayoutDirection" value=""/>
+ <value name="SH_ItemView_EllipsisLocation" value=""/>
+ <value name="SH_ItemView_ShowDecorationSelected" value=""/>
+ <value name="SH_ItemView_ActivateItemOnSingleClick" value=""/>
+ <value name="SH_ScrollBar_ContextMenu" value=""/>
+ <value name="SH_ScrollBar_RollBetweenButtons" value=""/>
+ <value name="SH_Slider_AbsoluteSetButtons" value=""/>
+ <value name="SH_Slider_PageSetButtons" value=""/>
+ <value name="SH_Menu_KeyboardSearch" value=""/>
+ <value name="SH_TabBar_ElideMode" value=""/>
+ <value name="SH_DialogButtonLayout" value=""/>
+ <value name="SH_ComboBox_PopupFrameStyle" value=""/>
+ <value name="SH_MessageBox_TextInteractionFlags" value=""/>
+ <value name="SH_DialogButtonBox_ButtonsHaveIcons" value=""/>
+ <value name="SH_SpellCheckUnderlineStyle" value=""/>
+ <value name="SH_MessageBox_CenterButtons" value=""/>
+ <value name="SH_Menu_SelectionWrap" value=""/>
+ <value name="SH_ItemView_MovementWithoutUpdatingSelection" value=""/>
+ <value name="SH_ToolTip_Mask" value=""/>
+ <value name="SH_FocusFrame_AboveWidget" value=""/>
+ <value name="SH_TextControl_FocusIndicatorTextCharFormat" value=""/>
+ <value name="SH_WizardStyle" value=""/>
+ <value name="SH_ItemView_ArrowKeysNavigateIntoChildren" value=""/>
+ <value name="SH_Menu_Mask" value=""/>
+ <value name="SH_Menu_FlashTriggeredItem" value=""/>
+ <value name="SH_Menu_FadeOutOnHide" value=""/>
+ <value name="SH_SpinBox_ClickAutoRepeatThreshold" value=""/>
+ <value name="SH_ItemView_PaintAlternatingRowColorsForEmptyArea" value=""/>
+ <value name="SH_FormLayoutWrapPolicy" value=""/>
+ <value name="SH_TabWidget_DefaultTabPosition" value=""/>
+ <value name="SH_ToolBar_Movable" value=""/>
+ <value name="SH_FormLayoutFieldGrowthPolicy" value=""/>
+ <value name="SH_FormLayoutFormAlignment" value=""/>
+ <value name="SH_FormLayoutLabelAlignment" value=""/>
+ <value name="SH_ItemView_DrawDelegateFrame" value=""/>
+ <value name="SH_TabBar_CloseButtonPosition" value=""/>
+ <value name="SH_DockWidget_ButtonsHaveFrame" value=""/>
+ <value name="SH_ToolButtonStyle" value=""/>
+ <value name="SH_GUIStyle" value="0x00000100"/>
+ <value name="SH_ScrollBar_BackgroundMode" value=""/>
+ <value name="SH_UnderlineAccelerator" value="SH_UnderlineShortcut"/>
+ <value name="SH_CustomBase" value="0xf0000000"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="styleHint" fullname="QStyle::styleHint" href="qstyle.html#styleHint" location="qstyle.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="styleHint(StyleHint hint, const QStyleOption * option, const QWidget * widget, QStyleHintReturn * returnData) const">
+ <parameter left="StyleHint" right="" name="hint" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ <parameter left="QStyleHintReturn *" right="" name="returnData" default="0"/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StandardPixmap" fullname="QStyle::StandardPixmap" href="qstyle.html#StandardPixmap-enum" location="qstyle.h">
+ <value name="SP_TitleBarMenuButton" value="0"/>
+ <value name="SP_TitleBarMinButton" value="1"/>
+ <value name="SP_TitleBarMaxButton" value="2"/>
+ <value name="SP_TitleBarCloseButton" value="3"/>
+ <value name="SP_TitleBarNormalButton" value="4"/>
+ <value name="SP_TitleBarShadeButton" value="5"/>
+ <value name="SP_TitleBarUnshadeButton" value="6"/>
+ <value name="SP_TitleBarContextHelpButton" value="7"/>
+ <value name="SP_DockWidgetCloseButton" value="8"/>
+ <value name="SP_MessageBoxInformation" value="9"/>
+ <value name="SP_MessageBoxWarning" value="10"/>
+ <value name="SP_MessageBoxCritical" value="11"/>
+ <value name="SP_MessageBoxQuestion" value="12"/>
+ <value name="SP_DesktopIcon" value="13"/>
+ <value name="SP_TrashIcon" value="14"/>
+ <value name="SP_ComputerIcon" value="15"/>
+ <value name="SP_DriveFDIcon" value="16"/>
+ <value name="SP_DriveHDIcon" value="17"/>
+ <value name="SP_DriveCDIcon" value="18"/>
+ <value name="SP_DriveDVDIcon" value="19"/>
+ <value name="SP_DriveNetIcon" value="20"/>
+ <value name="SP_DirOpenIcon" value="21"/>
+ <value name="SP_DirClosedIcon" value="22"/>
+ <value name="SP_DirLinkIcon" value="23"/>
+ <value name="SP_FileIcon" value="24"/>
+ <value name="SP_FileLinkIcon" value="25"/>
+ <value name="SP_ToolBarHorizontalExtensionButton" value="26"/>
+ <value name="SP_ToolBarVerticalExtensionButton" value="27"/>
+ <value name="SP_FileDialogStart" value="28"/>
+ <value name="SP_FileDialogEnd" value="29"/>
+ <value name="SP_FileDialogToParent" value="30"/>
+ <value name="SP_FileDialogNewFolder" value="31"/>
+ <value name="SP_FileDialogDetailedView" value="32"/>
+ <value name="SP_FileDialogInfoView" value="33"/>
+ <value name="SP_FileDialogContentsView" value="34"/>
+ <value name="SP_FileDialogListView" value="35"/>
+ <value name="SP_FileDialogBack" value="36"/>
+ <value name="SP_DirIcon" value="37"/>
+ <value name="SP_DialogOkButton" value="38"/>
+ <value name="SP_DialogCancelButton" value="39"/>
+ <value name="SP_DialogHelpButton" value="40"/>
+ <value name="SP_DialogOpenButton" value="41"/>
+ <value name="SP_DialogSaveButton" value="42"/>
+ <value name="SP_DialogCloseButton" value="43"/>
+ <value name="SP_DialogApplyButton" value="44"/>
+ <value name="SP_DialogResetButton" value="45"/>
+ <value name="SP_DialogDiscardButton" value="46"/>
+ <value name="SP_DialogYesButton" value="47"/>
+ <value name="SP_DialogNoButton" value="48"/>
+ <value name="SP_ArrowUp" value="49"/>
+ <value name="SP_ArrowDown" value="50"/>
+ <value name="SP_ArrowLeft" value="51"/>
+ <value name="SP_ArrowRight" value="52"/>
+ <value name="SP_ArrowBack" value="53"/>
+ <value name="SP_ArrowForward" value="54"/>
+ <value name="SP_DirHomeIcon" value="55"/>
+ <value name="SP_CommandLink" value="56"/>
+ <value name="SP_VistaShield" value="57"/>
+ <value name="SP_BrowserReload" value="58"/>
+ <value name="SP_BrowserStop" value="59"/>
+ <value name="SP_MediaPlay" value="60"/>
+ <value name="SP_MediaStop" value="61"/>
+ <value name="SP_MediaPause" value="62"/>
+ <value name="SP_MediaSkipForward" value="63"/>
+ <value name="SP_MediaSkipBackward" value="64"/>
+ <value name="SP_MediaSeekForward" value="65"/>
+ <value name="SP_MediaSeekBackward" value="66"/>
+ <value name="SP_MediaVolume" value="67"/>
+ <value name="SP_MediaVolumeMuted" value="68"/>
+ <value name="SP_CustomBase" value="0xf0000000"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="standardPixmap" fullname="QStyle::standardPixmap" href="qstyle-obsolete.html#standardPixmap" location="qstyle.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="standardPixmap(StandardPixmap standardPixmap, const QStyleOption * option, const QWidget * widget) const">
+ <parameter left="StandardPixmap" right="" name="standardPixmap" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardIcon" fullname="QStyle::standardIcon" href="qstyle.html#standardIcon" location="qstyle.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="standardIcon(StandardPixmap standardIcon, const QStyleOption * option, const QWidget * widget) const">
+ <parameter left="StandardPixmap" right="" name="standardIcon" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="generatedIconPixmap" fullname="QStyle::generatedIconPixmap" href="qstyle.html#generatedIconPixmap" location="qstyle.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="generatedIconPixmap(QIcon::Mode iconMode, const QPixmap &amp; pixmap, const QStyleOption * option) const">
+ <parameter left="QIcon::Mode" right="" name="iconMode" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="visualRect" fullname="QStyle::visualRect" href="qstyle.html#visualRect" location="qstyle.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QRect" signature="visualRect(Qt::LayoutDirection direction, const QRect &amp; boundingRectangle, const QRect &amp; logicalRectangle)">
+ <parameter left="Qt::LayoutDirection" right="" name="direction" default=""/>
+ <parameter left="const QRect &amp;" right="" name="boundingRectangle" default=""/>
+ <parameter left="const QRect &amp;" right="" name="logicalRectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="visualPos" fullname="QStyle::visualPos" href="qstyle.html#visualPos" location="qstyle.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QPoint" signature="visualPos(Qt::LayoutDirection direction, const QRect &amp; boundingRectangle, const QPoint &amp; logicalPosition)">
+ <parameter left="Qt::LayoutDirection" right="" name="direction" default=""/>
+ <parameter left="const QRect &amp;" right="" name="boundingRectangle" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="logicalPosition" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sliderPositionFromValue" fullname="QStyle::sliderPositionFromValue" href="qstyle.html#sliderPositionFromValue" location="qstyle.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="sliderPositionFromValue(int min, int max, int logicalValue, int span, bool upsideDown)">
+ <parameter left="int" right="" name="min" default=""/>
+ <parameter left="int" right="" name="max" default=""/>
+ <parameter left="int" right="" name="logicalValue" default=""/>
+ <parameter left="int" right="" name="span" default=""/>
+ <parameter left="bool" right="" name="upsideDown" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sliderValueFromPosition" fullname="QStyle::sliderValueFromPosition" href="qstyle.html#sliderValueFromPosition" location="qstyle.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="sliderValueFromPosition(int min, int max, int position, int span, bool upsideDown)">
+ <parameter left="int" right="" name="min" default=""/>
+ <parameter left="int" right="" name="max" default=""/>
+ <parameter left="int" right="" name="position" default=""/>
+ <parameter left="int" right="" name="span" default=""/>
+ <parameter left="bool" right="" name="upsideDown" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="visualAlignment" fullname="QStyle::visualAlignment" href="qstyle.html#visualAlignment" location="qstyle.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="Qt::Alignment" signature="visualAlignment(Qt::LayoutDirection direction, QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="Qt::LayoutDirection" right="" name="direction" default=""/>
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alignedRect" fullname="QStyle::alignedRect" href="qstyle.html#alignedRect" location="qstyle.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QRect" signature="alignedRect(Qt::LayoutDirection direction, QFlags&lt;Qt::AlignmentFlag&gt; alignment, const QSize &amp; size, const QRect &amp; rectangle)">
+ <parameter left="Qt::LayoutDirection" right="" name="direction" default=""/>
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default=""/>
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="layoutSpacing" fullname="QStyle::layoutSpacing" href="qstyle.html#layoutSpacing" location="qstyle.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="layoutSpacing(QSizePolicy::ControlType control1, QSizePolicy::ControlType control2, Qt::Orientation orientation, const QStyleOption * option, const QWidget * widget) const">
+ <parameter left="QSizePolicy::ControlType" right="" name="control1" default=""/>
+ <parameter left="QSizePolicy::ControlType" right="" name="control2" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="combinedLayoutSpacing" fullname="QStyle::combinedLayoutSpacing" href="qstyle.html#combinedLayoutSpacing" location="qstyle.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="combinedLayoutSpacing(QFlags&lt;QSizePolicy::ControlType&gt; controls1, QFlags&lt;QSizePolicy::ControlType&gt; controls2, Qt::Orientation orientation, QStyleOption * option, QWidget * widget) const">
+ <parameter left="QFlags&lt;QSizePolicy::ControlType&gt;" right="" name="controls1" default=""/>
+ <parameter left="QFlags&lt;QSizePolicy::ControlType&gt;" right="" name="controls2" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="QStyleOption *" right="" name="option" default="0"/>
+ <parameter left="QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="proxy" fullname="QStyle::proxy" href="qstyle.html#proxy" location="qstyle.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QStyle *" signature="proxy() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="standardIconImplementation" fullname="QStyle::standardIconImplementation" href="qstyle.html#standardIconImplementation" location="qstyle.h" virtual="non" meta="slot" const="true" static="false" overload="false" type="QIcon" signature="standardIconImplementation(StandardPixmap standardIcon, const QStyleOption * option, const QWidget * widget) const">
+ <parameter left="StandardPixmap" right="" name="standardIcon" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="layoutSpacingImplementation" fullname="QStyle::layoutSpacingImplementation" href="qstyle.html#layoutSpacingImplementation" location="qstyle.h" virtual="non" meta="slot" const="true" static="false" overload="false" type="int" signature="layoutSpacingImplementation(QSizePolicy::ControlType control1, QSizePolicy::ControlType control2, Qt::Orientation orientation, const QStyleOption * option, const QWidget * widget) const">
+ <parameter left="QSizePolicy::ControlType" right="" name="control1" default=""/>
+ <parameter left="QSizePolicy::ControlType" right="" name="control2" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWSEmbedWidget" href="qwsembedwidget.html" location="qwsembedwidget.h" bases="QWidget" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWSEmbedWidget" fullname="QWSEmbedWidget::QWSEmbedWidget" href="qwsembedwidget.html#QWSEmbedWidget" location="qwsembedwidget.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWSEmbedWidget(WId id, QWidget * parent)">
+ <parameter left="WId" right="" name="id" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWSEmbedWidget" fullname="QWSEmbedWidget::~QWSEmbedWidget" href="qwsembedwidget.html#dtor.QWSEmbedWidget" location="qwsembedwidget.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWSEmbedWidget()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="QWSEmbedWidget::eventFilter" href="qwsembedwidget.html#eventFilter" location="qwsembedwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * object, QEvent * event)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QWSEmbedWidget::changeEvent" href="qwsembedwidget.html#changeEvent" location="qwsembedwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QWSEmbedWidget::resizeEvent" href="qwsembedwidget.html#resizeEvent" location="qwsembedwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * event)">
+ <parameter left="QResizeEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="moveEvent" fullname="QWSEmbedWidget::moveEvent" href="qwsembedwidget.html#moveEvent" location="qwsembedwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="moveEvent(QMoveEvent * event)">
+ <parameter left="QMoveEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hideEvent" fullname="QWSEmbedWidget::hideEvent" href="qwsembedwidget.html#hideEvent" location="qwsembedwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hideEvent(QHideEvent * event)">
+ <parameter left="QHideEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="QWSEmbedWidget::showEvent" href="qwsembedwidget.html#showEvent" location="qwsembedwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * event)">
+ <parameter left="QShowEvent *" right="" name="event" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPalette" href="qpalette.html" location="qpalette.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPalette" fullname="QPalette::QPalette" href="qpalette.html#QPalette" location="qpalette.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPalette()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPalette" fullname="QPalette::QPalette" href="qpalette.html#QPalette-2" location="qpalette.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QPalette(const QColor &amp; button)">
+ <parameter left="const QColor &amp;" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPalette" fullname="QPalette::QPalette" href="qpalette.html#QPalette-3" location="qpalette.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QPalette(Qt::GlobalColor button)">
+ <parameter left="Qt::GlobalColor" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPalette" fullname="QPalette::QPalette" href="qpalette.html#QPalette-4" location="qpalette.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QPalette(const QColor &amp; button, const QColor &amp; window)">
+ <parameter left="const QColor &amp;" right="" name="button" default=""/>
+ <parameter left="const QColor &amp;" right="" name="window" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPalette" fullname="QPalette::QPalette" href="qpalette.html#QPalette-5" location="qpalette.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QPalette(const QBrush &amp; windowText, const QBrush &amp; button, const QBrush &amp; light, const QBrush &amp; dark, const QBrush &amp; mid, const QBrush &amp; text, const QBrush &amp; bright_text, const QBrush &amp; base, const QBrush &amp; window)">
+ <parameter left="const QBrush &amp;" right="" name="windowText" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="button" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="light" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="dark" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="mid" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="text" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="bright_text" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="base" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="window" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="QPalette" fullname="QPalette::QPalette" href="qpalette-obsolete.html#QPalette-6" location="qpalette.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QPalette(const QColor &amp; windowText, const QColor &amp; window, const QColor &amp; light, const QColor &amp; dark, const QColor &amp; mid, const QColor &amp; text, const QColor &amp; base)">
+ <parameter left="const QColor &amp;" right="" name="windowText" default=""/>
+ <parameter left="const QColor &amp;" right="" name="window" default=""/>
+ <parameter left="const QColor &amp;" right="" name="light" default=""/>
+ <parameter left="const QColor &amp;" right="" name="dark" default=""/>
+ <parameter left="const QColor &amp;" right="" name="mid" default=""/>
+ <parameter left="const QColor &amp;" right="" name="text" default=""/>
+ <parameter left="const QColor &amp;" right="" name="base" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QPalette" fullname="QPalette::QPalette" href="qpalette-qt3.html#QPalette-7" location="qpalette.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="7" type="" signature="QPalette(const QColorGroup &amp; active, const QColorGroup &amp; disabled, const QColorGroup &amp; inactive)">
+ <parameter left="const QColorGroup &amp;" right="" name="active" default=""/>
+ <parameter left="const QColorGroup &amp;" right="" name="disabled" default=""/>
+ <parameter left="const QColorGroup &amp;" right="" name="inactive" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPalette" fullname="QPalette::QPalette" href="qpalette.html#QPalette-8" location="qpalette.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="8" type="" signature="QPalette(const QPalette &amp; p)">
+ <parameter left="const QPalette &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPalette" fullname="QPalette::~QPalette" href="qpalette.html#dtor.QPalette" location="qpalette.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPalette()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QPalette::operator=" href="qpalette.html#operator=" location="qpalette.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPalette &amp;" signature="operator=(const QPalette &amp; p)">
+ <parameter left="const QPalette &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QVariant" fullname="QPalette::operator QVariant" href="qpalette.html#operator QVariant" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QVariant() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ColorGroup" fullname="QPalette::ColorGroup" href="qpalette.html#ColorGroup-enum" location="qpalette.h">
+ <value name="Active" value="0"/>
+ <value name="Disabled" value="1"/>
+ <value name="Inactive" value="2"/>
+ <value name="NColorGroups" value="3"/>
+ <value name="Current" value="4"/>
+ <value name="All" value="5"/>
+ <value name="Normal" value="Active"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ColorRole" fullname="QPalette::ColorRole" href="qpalette.html#ColorRole-enum" location="qpalette.h">
+ <value name="WindowText" value="0"/>
+ <value name="Button" value="1"/>
+ <value name="Light" value="2"/>
+ <value name="Midlight" value="3"/>
+ <value name="Dark" value="4"/>
+ <value name="Mid" value="5"/>
+ <value name="Text" value="6"/>
+ <value name="BrightText" value="7"/>
+ <value name="ButtonText" value="8"/>
+ <value name="Base" value="9"/>
+ <value name="Window" value="10"/>
+ <value name="Shadow" value="11"/>
+ <value name="Highlight" value="12"/>
+ <value name="HighlightedText" value="13"/>
+ <value name="Link" value="14"/>
+ <value name="LinkVisited" value="15"/>
+ <value name="AlternateBase" value="16"/>
+ <value name="NoRole" value="17"/>
+ <value name="ToolTipBase" value="18"/>
+ <value name="ToolTipText" value="19"/>
+ <value name="NColorRoles" value="ToolTipText + 1"/>
+ <value name="Foreground" value="WindowText"/>
+ <value name="Background" value="Window"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentColorGroup" fullname="QPalette::currentColorGroup" href="qpalette.html#currentColorGroup" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ColorGroup" signature="currentColorGroup() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentColorGroup" fullname="QPalette::setCurrentColorGroup" href="qpalette.html#setCurrentColorGroup" location="qpalette.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCurrentColorGroup(ColorGroup cg)">
+ <parameter left="ColorGroup" right="" name="cg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="color" fullname="QPalette::color" href="qpalette.html#color" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QColor &amp;" signature="color(ColorGroup group, ColorRole role) const">
+ <parameter left="ColorGroup" right="" name="group" default=""/>
+ <parameter left="ColorRole" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="brush" fullname="QPalette::brush" href="qpalette.html#brush" location="qpalette.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="brush(ColorGroup group, ColorRole role) const">
+ <parameter left="ColorGroup" right="" name="group" default=""/>
+ <parameter left="ColorRole" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColor" fullname="QPalette::setColor" href="qpalette.html#setColor" location="qpalette.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColor(ColorGroup group, ColorRole role, const QColor &amp; color)">
+ <parameter left="ColorGroup" right="" name="group" default=""/>
+ <parameter left="ColorRole" right="" name="role" default=""/>
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColor" fullname="QPalette::setColor" href="qpalette.html#setColor-2" location="qpalette.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setColor(ColorRole role, const QColor &amp; color)">
+ <parameter left="ColorRole" right="" name="role" default=""/>
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBrush" fullname="QPalette::setBrush" href="qpalette.html#setBrush" location="qpalette.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBrush(ColorRole role, const QBrush &amp; brush)">
+ <parameter left="ColorRole" right="" name="role" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isBrushSet" fullname="QPalette::isBrushSet" href="qpalette.html#isBrushSet" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isBrushSet(ColorGroup cg, ColorRole cr) const">
+ <parameter left="ColorGroup" right="" name="cg" default=""/>
+ <parameter left="ColorRole" right="" name="cr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBrush" fullname="QPalette::setBrush" href="qpalette.html#setBrush-2" location="qpalette.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setBrush(ColorGroup group, ColorRole role, const QBrush &amp; brush)">
+ <parameter left="ColorGroup" right="" name="group" default=""/>
+ <parameter left="ColorRole" right="" name="role" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColorGroup" fullname="QPalette::setColorGroup" href="qpalette.html#setColorGroup" location="qpalette.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColorGroup(ColorGroup cg, const QBrush &amp; windowText, const QBrush &amp; button, const QBrush &amp; light, const QBrush &amp; dark, const QBrush &amp; mid, const QBrush &amp; text, const QBrush &amp; bright_text, const QBrush &amp; base, const QBrush &amp; window)">
+ <parameter left="ColorGroup" right="" name="cg" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="windowText" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="button" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="light" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="dark" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="mid" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="text" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="bright_text" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="base" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="window" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEqual" fullname="QPalette::isEqual" href="qpalette.html#isEqual" location="qpalette.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEqual(ColorGroup cg1, ColorGroup cg2) const">
+ <parameter left="ColorGroup" right="" name="cg1" default=""/>
+ <parameter left="ColorGroup" right="" name="cg2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="color" fullname="QPalette::color" href="qpalette.html#color-2" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const QColor &amp;" signature="color(ColorRole role) const">
+ <parameter left="ColorRole" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="brush" fullname="QPalette::brush" href="qpalette.html#brush-2" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const QBrush &amp;" signature="brush(ColorRole role) const">
+ <parameter left="ColorRole" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="foreground" fullname="QPalette::foreground" href="qpalette-obsolete.html#foreground" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="foreground() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowText" fullname="QPalette::windowText" href="qpalette.html#windowText" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="windowText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="button" fullname="QPalette::button" href="qpalette.html#button" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="button() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="light" fullname="QPalette::light" href="qpalette.html#light" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="light() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dark" fullname="QPalette::dark" href="qpalette.html#dark" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="dark() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mid" fullname="QPalette::mid" href="qpalette.html#mid" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="mid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QPalette::text" href="qpalette.html#text" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="base" fullname="QPalette::base" href="qpalette.html#base" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="base() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alternateBase" fullname="QPalette::alternateBase" href="qpalette.html#alternateBase" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="alternateBase() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toolTipBase" fullname="QPalette::toolTipBase" href="qpalette.html#toolTipBase" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="toolTipBase() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toolTipText" fullname="QPalette::toolTipText" href="qpalette.html#toolTipText" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="toolTipText() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="background" fullname="QPalette::background" href="qpalette-obsolete.html#background" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="background() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="window" fullname="QPalette::window" href="qpalette.html#window" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="window() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="midlight" fullname="QPalette::midlight" href="qpalette.html#midlight" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="midlight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="brightText" fullname="QPalette::brightText" href="qpalette.html#brightText" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="brightText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buttonText" fullname="QPalette::buttonText" href="qpalette.html#buttonText" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="buttonText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shadow" fullname="QPalette::shadow" href="qpalette.html#shadow" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="shadow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="highlight" fullname="QPalette::highlight" href="qpalette.html#highlight" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="highlight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="highlightedText" fullname="QPalette::highlightedText" href="qpalette.html#highlightedText" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="highlightedText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="link" fullname="QPalette::link" href="qpalette.html#link" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="link() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="linkVisited" fullname="QPalette::linkVisited" href="qpalette.html#linkVisited" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="linkVisited() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="copy" fullname="QPalette::copy" href="qpalette-qt3.html#copy" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPalette" signature="copy() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="normal" fullname="QPalette::normal" href="qpalette-qt3.html#normal" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColorGroup" signature="normal() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setNormal" fullname="QPalette::setNormal" href="qpalette-qt3.html#setNormal" location="qpalette.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNormal(const QColorGroup &amp; colorGroup)">
+ <parameter left="const QColorGroup &amp;" right="" name="colorGroup" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="active" fullname="QPalette::active" href="qpalette-qt3.html#active" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColorGroup" signature="active() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="disabled" fullname="QPalette::disabled" href="qpalette-qt3.html#disabled" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColorGroup" signature="disabled() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="inactive" fullname="QPalette::inactive" href="qpalette-qt3.html#inactive" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColorGroup" signature="inactive() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setActive" fullname="QPalette::setActive" href="qpalette-qt3.html#setActive" location="qpalette.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setActive(const QColorGroup &amp; colorGroup)">
+ <parameter left="const QColorGroup &amp;" right="" name="colorGroup" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setDisabled" fullname="QPalette::setDisabled" href="qpalette-qt3.html#setDisabled" location="qpalette.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDisabled(const QColorGroup &amp; colorGroup)">
+ <parameter left="const QColorGroup &amp;" right="" name="colorGroup" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setInactive" fullname="QPalette::setInactive" href="qpalette-qt3.html#setInactive" location="qpalette.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setInactive(const QColorGroup &amp; colorGroup)">
+ <parameter left="const QColorGroup &amp;" right="" name="colorGroup" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QPalette::operator==" href="qpalette.html#operator==" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QPalette &amp; p) const">
+ <parameter left="const QPalette &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QPalette::operator!=" href="qpalette.html#operator!=" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QPalette &amp; p) const">
+ <parameter left="const QPalette &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCopyOf" fullname="QPalette::isCopyOf" href="qpalette.html#isCopyOf" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCopyOf(const QPalette &amp; p) const">
+ <parameter left="const QPalette &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="serialNumber" fullname="QPalette::serialNumber" href="qpalette-obsolete.html#serialNumber" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="serialNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cacheKey" fullname="QPalette::cacheKey" href="qpalette.html#cacheKey" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="cacheKey() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resolve" fullname="QPalette::resolve" href="qpalette.html#resolve" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPalette" signature="resolve(const QPalette &amp; other) const">
+ <parameter left="const QPalette &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="QColorGroup" href="qcolorgroup.html" location="qpalette.h" bases="QPalette" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QColorGroup" fullname="QColorGroup::QColorGroup" href="qcolorgroup.html#QColorGroup" location="qpalette.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QColorGroup()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QColorGroup" fullname="QColorGroup::QColorGroup" href="qcolorgroup.html#QColorGroup-2" location="qpalette.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QColorGroup(const QBrush &amp; foreground, const QBrush &amp; button, const QBrush &amp; light, const QBrush &amp; dark, const QBrush &amp; mid, const QBrush &amp; text, const QBrush &amp; bright_text, const QBrush &amp; base, const QBrush &amp; background)">
+ <parameter left="const QBrush &amp;" right="" name="foreground" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="button" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="light" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="dark" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="mid" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="text" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="bright_text" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="base" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="background" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QColorGroup" fullname="QColorGroup::QColorGroup" href="qcolorgroup.html#QColorGroup-3" location="qpalette.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QColorGroup(const QColor &amp; foreground, const QColor &amp; background, const QColor &amp; light, const QColor &amp; dark, const QColor &amp; mid, const QColor &amp; text, const QColor &amp; base)">
+ <parameter left="const QColor &amp;" right="" name="foreground" default=""/>
+ <parameter left="const QColor &amp;" right="" name="background" default=""/>
+ <parameter left="const QColor &amp;" right="" name="light" default=""/>
+ <parameter left="const QColor &amp;" right="" name="dark" default=""/>
+ <parameter left="const QColor &amp;" right="" name="mid" default=""/>
+ <parameter left="const QColor &amp;" right="" name="text" default=""/>
+ <parameter left="const QColor &amp;" right="" name="base" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QColorGroup" fullname="QColorGroup::QColorGroup" href="qcolorgroup.html#QColorGroup-4" location="qpalette.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QColorGroup(const QColorGroup &amp; other)">
+ <parameter left="const QColorGroup &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QColorGroup" fullname="QColorGroup::QColorGroup" href="qcolorgroup.html#QColorGroup-5" location="qpalette.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QColorGroup(const QPalette &amp; pal)">
+ <parameter left="const QPalette &amp;" right="" name="pal" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QColorGroup::operator==" href="qcolorgroup.html#operator==" location="qpalette.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QColorGroup &amp; other) const">
+ <parameter left="const QColorGroup &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QColorGroup::operator!=" href="qcolorgroup.html#operator!=" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QColorGroup &amp; other) const">
+ <parameter left="const QColorGroup &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QVariant" fullname="QColorGroup::operator QVariant" href="qcolorgroup.html#operator QVariant" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QVariant() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="foreground" fullname="QColorGroup::foreground" href="qcolorgroup-qt3.html#foreground" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QColor &amp;" signature="foreground() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="button" fullname="QColorGroup::button" href="qcolorgroup-qt3.html#button" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QColor &amp;" signature="button() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="light" fullname="QColorGroup::light" href="qcolorgroup-qt3.html#light" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QColor &amp;" signature="light() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="dark" fullname="QColorGroup::dark" href="qcolorgroup-qt3.html#dark" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QColor &amp;" signature="dark() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="mid" fullname="QColorGroup::mid" href="qcolorgroup-qt3.html#mid" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QColor &amp;" signature="mid() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="text" fullname="QColorGroup::text" href="qcolorgroup-qt3.html#text" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QColor &amp;" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="base" fullname="QColorGroup::base" href="qcolorgroup-qt3.html#base" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QColor &amp;" signature="base() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="background" fullname="QColorGroup::background" href="qcolorgroup-qt3.html#background" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QColor &amp;" signature="background() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="midlight" fullname="QColorGroup::midlight" href="qcolorgroup-qt3.html#midlight" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QColor &amp;" signature="midlight() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="brightText" fullname="QColorGroup::brightText" href="qcolorgroup-qt3.html#brightText" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QColor &amp;" signature="brightText() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="buttonText" fullname="QColorGroup::buttonText" href="qcolorgroup-qt3.html#buttonText" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QColor &amp;" signature="buttonText() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="shadow" fullname="QColorGroup::shadow" href="qcolorgroup-qt3.html#shadow" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QColor &amp;" signature="shadow() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="highlight" fullname="QColorGroup::highlight" href="qcolorgroup-qt3.html#highlight" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QColor &amp;" signature="highlight() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="highlightedText" fullname="QColorGroup::highlightedText" href="qcolorgroup-qt3.html#highlightedText" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QColor &amp;" signature="highlightedText() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="link" fullname="QColorGroup::link" href="qcolorgroup-qt3.html#link" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QColor &amp;" signature="link() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="linkVisited" fullname="QColorGroup::linkVisited" href="qcolorgroup-qt3.html#linkVisited" location="qpalette.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QColor &amp;" signature="linkVisited() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="compat" name="operator&lt;&lt;" href="qcolorgroup-qt3.html#operator&lt;&lt;-90" location="qpalette.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="90" relates="QColorGroup" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; ds, const QColorGroup &amp; colorGroup)">
+ <parameter left="QDataStream &amp;" right="" name="ds" default=""/>
+ <parameter left="const QColorGroup &amp;" right="" name="colorGroup" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="operator&gt;&gt;" href="qcolorgroup-qt3.html#operator&gt;&gt;-49" location="qpalette.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="49" relates="QColorGroup" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; ds, QColorGroup &amp; colorGroup)">
+ <parameter left="QDataStream &amp;" right="" name="ds" default=""/>
+ <parameter left="QColorGroup &amp;" right="" name="colorGroup" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qpalette.html#operator&lt;&lt;-91" location="qpalette.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="91" relates="QPalette" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; s, const QPalette &amp; p)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="const QPalette &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qpalette.html#operator&gt;&gt;-50" location="qpalette.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="50" relates="QPalette" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; s, QPalette &amp; p)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="QPalette &amp;" right="" name="p" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTableView" href="qtableview.html" location="qtableview.h" bases="QAbstractItemView" module="QtGui">
+ <contents name="navigation" title="Navigation" level="1"/>
+ <contents name="visual-appearance" title="Visual Appearance" level="1"/>
+ <contents name="coordinate-systems" title="Coordinate Systems" level="1"/>
+ <contents name="styles" title="Styles" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="showGrid" fullname="QTableView::showGrid" href="qtableview.html#showGrid-prop" location="qtableview.h" type="bool">
+ <getter name="showGrid"/>
+ <setter name="setShowGrid"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="gridStyle" fullname="QTableView::gridStyle" href="qtableview.html#gridStyle-prop" location="qtableview.h" type="Qt::PenStyle">
+ <getter name="gridStyle"/>
+ <setter name="setGridStyle"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="sortingEnabled" fullname="QTableView::sortingEnabled" href="qtableview.html#sortingEnabled-prop" location="qtableview.h" type="bool">
+ <getter name="isSortingEnabled"/>
+ <setter name="setSortingEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="wordWrap" fullname="QTableView::wordWrap" href="qtableview.html#wordWrap-prop" location="qtableview.h" type="bool">
+ <getter name="wordWrap"/>
+ <setter name="setWordWrap"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="cornerButtonEnabled" fullname="QTableView::cornerButtonEnabled" href="qtableview.html#cornerButtonEnabled-prop" location="qtableview.h" type="bool">
+ <getter name="isCornerButtonEnabled"/>
+ <setter name="setCornerButtonEnabled"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTableView" fullname="QTableView::QTableView" href="qtableview.html#QTableView" location="qtableview.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTableView(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTableView" fullname="QTableView::~QTableView" href="qtableview.html#dtor.QTableView" location="qtableview.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTableView()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setModel" fullname="QTableView::setModel" href="qtableview.html#setModel" location="qtableview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setModel(QAbstractItemModel * model)">
+ <parameter left="QAbstractItemModel *" right="" name="model" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRootIndex" fullname="QTableView::setRootIndex" href="qtableview.html#setRootIndex" location="qtableview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setRootIndex(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectionModel" fullname="QTableView::setSelectionModel" href="qtableview.html#setSelectionModel" location="qtableview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelectionModel(QItemSelectionModel * selectionModel)">
+ <parameter left="QItemSelectionModel *" right="" name="selectionModel" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="horizontalHeader" fullname="QTableView::horizontalHeader" href="qtableview.html#horizontalHeader" location="qtableview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QHeaderView *" signature="horizontalHeader() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="verticalHeader" fullname="QTableView::verticalHeader" href="qtableview.html#verticalHeader" location="qtableview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QHeaderView *" signature="verticalHeader() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHorizontalHeader" fullname="QTableView::setHorizontalHeader" href="qtableview.html#setHorizontalHeader" location="qtableview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHorizontalHeader(QHeaderView * header)">
+ <parameter left="QHeaderView *" right="" name="header" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVerticalHeader" fullname="QTableView::setVerticalHeader" href="qtableview.html#setVerticalHeader" location="qtableview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setVerticalHeader(QHeaderView * header)">
+ <parameter left="QHeaderView *" right="" name="header" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowViewportPosition" fullname="QTableView::rowViewportPosition" href="qtableview.html#rowViewportPosition" location="qtableview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="rowViewportPosition(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowAt" fullname="QTableView::rowAt" href="qtableview.html#rowAt" location="qtableview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="rowAt(int y) const">
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRowHeight" fullname="QTableView::setRowHeight" href="qtableview.html#setRowHeight" location="qtableview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRowHeight(int row, int height)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowHeight" fullname="QTableView::rowHeight" href="qtableview.html#rowHeight" location="qtableview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="rowHeight(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnViewportPosition" fullname="QTableView::columnViewportPosition" href="qtableview.html#columnViewportPosition" location="qtableview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columnViewportPosition(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnAt" fullname="QTableView::columnAt" href="qtableview.html#columnAt" location="qtableview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columnAt(int x) const">
+ <parameter left="int" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnWidth" fullname="QTableView::setColumnWidth" href="qtableview.html#setColumnWidth" location="qtableview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumnWidth(int column, int width)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnWidth" fullname="QTableView::columnWidth" href="qtableview.html#columnWidth" location="qtableview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columnWidth(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRowHidden" fullname="QTableView::isRowHidden" href="qtableview.html#isRowHidden" location="qtableview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRowHidden(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRowHidden" fullname="QTableView::setRowHidden" href="qtableview.html#setRowHidden" location="qtableview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRowHidden(int row, bool hide)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="bool" right="" name="hide" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isColumnHidden" fullname="QTableView::isColumnHidden" href="qtableview.html#isColumnHidden" location="qtableview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isColumnHidden(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnHidden" fullname="QTableView::setColumnHidden" href="qtableview.html#setColumnHidden" location="qtableview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumnHidden(int column, bool hide)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="bool" right="" name="hide" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSortingEnabled" fullname="QTableView::setSortingEnabled" href="qtableview.html#sortingEnabled-prop" location="qtableview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="sortingEnabled" type="void" signature="setSortingEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSortingEnabled" fullname="QTableView::isSortingEnabled" href="qtableview.html#sortingEnabled-prop" location="qtableview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sortingEnabled" type="bool" signature="isSortingEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showGrid" fullname="QTableView::showGrid" href="qtableview.html#showGrid-prop" location="qtableview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="showGrid" type="bool" signature="showGrid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="gridStyle" fullname="QTableView::gridStyle" href="qtableview.html#gridStyle-prop" location="qtableview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="gridStyle" type="Qt::PenStyle" signature="gridStyle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGridStyle" fullname="QTableView::setGridStyle" href="qtableview.html#gridStyle-prop" location="qtableview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="gridStyle" type="void" signature="setGridStyle(Qt::PenStyle style)">
+ <parameter left="Qt::PenStyle" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWordWrap" fullname="QTableView::setWordWrap" href="qtableview.html#wordWrap-prop" location="qtableview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="wordWrap" type="void" signature="setWordWrap(bool on)">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wordWrap" fullname="QTableView::wordWrap" href="qtableview.html#wordWrap-prop" location="qtableview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="wordWrap" type="bool" signature="wordWrap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCornerButtonEnabled" fullname="QTableView::setCornerButtonEnabled" href="qtableview.html#cornerButtonEnabled-prop" location="qtableview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="cornerButtonEnabled" type="void" signature="setCornerButtonEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCornerButtonEnabled" fullname="QTableView::isCornerButtonEnabled" href="qtableview.html#cornerButtonEnabled-prop" location="qtableview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="cornerButtonEnabled" type="bool" signature="isCornerButtonEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexAt" fullname="QTableView::indexAt" href="qtableview.html#indexAt" location="qtableview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="indexAt(const QPoint &amp; pos) const">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSpan" fullname="QTableView::setSpan" href="qtableview.html#setSpan" location="qtableview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSpan(int row, int column, int rowSpanCount, int columnSpanCount)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="rowSpanCount" default=""/>
+ <parameter left="int" right="" name="columnSpanCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowSpan" fullname="QTableView::rowSpan" href="qtableview.html#rowSpan" location="qtableview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="rowSpan(int row, int column) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnSpan" fullname="QTableView::columnSpan" href="qtableview.html#columnSpan" location="qtableview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columnSpan(int row, int column) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearSpans" fullname="QTableView::clearSpans" href="qtableview.html#clearSpans" location="qtableview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearSpans()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortByColumn" fullname="QTableView::sortByColumn" href="qtableview.html#sortByColumn" location="qtableview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="sortByColumn(int column, Qt::SortOrder order)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="Qt::SortOrder" right="" name="order" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectRow" fullname="QTableView::selectRow" href="qtableview.html#selectRow" location="qtableview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="selectRow(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectColumn" fullname="QTableView::selectColumn" href="qtableview.html#selectColumn" location="qtableview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="selectColumn(int column)">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hideRow" fullname="QTableView::hideRow" href="qtableview.html#hideRow" location="qtableview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="hideRow(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hideColumn" fullname="QTableView::hideColumn" href="qtableview.html#hideColumn" location="qtableview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="hideColumn(int column)">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showRow" fullname="QTableView::showRow" href="qtableview.html#showRow" location="qtableview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="showRow(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showColumn" fullname="QTableView::showColumn" href="qtableview.html#showColumn" location="qtableview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="showColumn(int column)">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resizeRowToContents" fullname="QTableView::resizeRowToContents" href="qtableview.html#resizeRowToContents" location="qtableview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="resizeRowToContents(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resizeRowsToContents" fullname="QTableView::resizeRowsToContents" href="qtableview.html#resizeRowsToContents" location="qtableview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="resizeRowsToContents()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resizeColumnToContents" fullname="QTableView::resizeColumnToContents" href="qtableview.html#resizeColumnToContents" location="qtableview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="resizeColumnToContents(int column)">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resizeColumnsToContents" fullname="QTableView::resizeColumnsToContents" href="qtableview.html#resizeColumnsToContents" location="qtableview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="resizeColumnsToContents()"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="sortByColumn" fullname="QTableView::sortByColumn" href="qtableview-obsolete.html#sortByColumn-2" location="qtableview.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="sortByColumn(int column)">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setShowGrid" fullname="QTableView::setShowGrid" href="qtableview.html#showGrid-prop" location="qtableview.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="showGrid" type="void" signature="setShowGrid(bool show)">
+ <parameter left="bool" right="" name="show" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="rowMoved" fullname="QTableView::rowMoved" href="qtableview.html#rowMoved" location="qtableview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="rowMoved(int row, int oldIndex, int newIndex)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="oldIndex" default=""/>
+ <parameter left="int" right="" name="newIndex" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="columnMoved" fullname="QTableView::columnMoved" href="qtableview.html#columnMoved" location="qtableview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="columnMoved(int column, int oldIndex, int newIndex)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="oldIndex" default=""/>
+ <parameter left="int" right="" name="newIndex" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="rowResized" fullname="QTableView::rowResized" href="qtableview.html#rowResized" location="qtableview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="rowResized(int row, int oldHeight, int newHeight)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="oldHeight" default=""/>
+ <parameter left="int" right="" name="newHeight" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="columnResized" fullname="QTableView::columnResized" href="qtableview.html#columnResized" location="qtableview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="columnResized(int column, int oldWidth, int newWidth)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="oldWidth" default=""/>
+ <parameter left="int" right="" name="newWidth" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="rowCountChanged" fullname="QTableView::rowCountChanged" href="qtableview.html#rowCountChanged" location="qtableview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="rowCountChanged(int oldCount, int newCount)">
+ <parameter left="int" right="" name="oldCount" default=""/>
+ <parameter left="int" right="" name="newCount" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="columnCountChanged" fullname="QTableView::columnCountChanged" href="qtableview.html#columnCountChanged" location="qtableview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="columnCountChanged(int oldCount, int newCount)">
+ <parameter left="int" right="" name="oldCount" default=""/>
+ <parameter left="int" right="" name="newCount" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="viewOptions" fullname="QTableView::viewOptions" href="qtableview.html#viewOptions" location="qtableview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QStyleOptionViewItem" signature="viewOptions() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QTableView::paintEvent" href="qtableview.html#paintEvent" location="qtableview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * event)">
+ <parameter left="QPaintEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="timerEvent" fullname="QTableView::timerEvent" href="qtableview.html#timerEvent" location="qtableview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="timerEvent(QTimerEvent * event)">
+ <parameter left="QTimerEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="horizontalOffset" fullname="QTableView::horizontalOffset" href="qtableview.html#horizontalOffset" location="qtableview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="horizontalOffset() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="verticalOffset" fullname="QTableView::verticalOffset" href="qtableview.html#verticalOffset" location="qtableview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="verticalOffset() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="moveCursor" fullname="QTableView::moveCursor" href="qtableview.html#moveCursor" location="qtableview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QModelIndex" signature="moveCursor(CursorAction cursorAction, QFlags&lt;Qt::KeyboardModifier&gt; modifiers)">
+ <parameter left="CursorAction" right="" name="cursorAction" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setSelection" fullname="QTableView::setSelection" href="qtableview.html#setSelection" location="qtableview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelection(const QRect &amp; rect, QFlags&lt;QItemSelectionModel::SelectionFlag&gt; flags)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="QFlags&lt;QItemSelectionModel::SelectionFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="selectedIndexes" fullname="QTableView::selectedIndexes" href="qtableview.html#selectedIndexes" location="qtableview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndexList" signature="selectedIndexes() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateGeometries" fullname="QTableView::updateGeometries" href="qtableview.html#updateGeometries" location="qtableview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateGeometries()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sizeHintForRow" fullname="QTableView::sizeHintForRow" href="qtableview.html#sizeHintForRow" location="qtableview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="sizeHintForRow(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sizeHintForColumn" fullname="QTableView::sizeHintForColumn" href="qtableview.html#sizeHintForColumn" location="qtableview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="sizeHintForColumn(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="isIndexHidden" fullname="QTableView::isIndexHidden" href="qtableview.html#isIndexHidden" location="qtableview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isIndexHidden(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="selectionChanged" fullname="QTableView::selectionChanged" href="qtableview.html#selectionChanged" location="qtableview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="selectionChanged(const QItemSelection &amp; selected, const QItemSelection &amp; deselected)">
+ <parameter left="const QItemSelection &amp;" right="" name="selected" default=""/>
+ <parameter left="const QItemSelection &amp;" right="" name="deselected" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="currentChanged" fullname="QTableView::currentChanged" href="qtableview.html#currentChanged" location="qtableview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="currentChanged(const QModelIndex &amp; current, const QModelIndex &amp; previous)">
+ <parameter left="const QModelIndex &amp;" right="" name="current" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="previous" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWindowsXPStyle" href="qwindowsxpstyle.html" location="qwindowsxpstyle.h" bases="QWindowsStyle" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWindowsXPStyle" fullname="QWindowsXPStyle::QWindowsXPStyle" href="qwindowsxpstyle.html#QWindowsXPStyle" location="qwindowsxpstyle.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWindowsXPStyle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWindowsXPStyle" fullname="QWindowsXPStyle::~QWindowsXPStyle" href="qwindowsxpstyle.html#dtor.QWindowsXPStyle" location="qwindowsxpstyle.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWindowsXPStyle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unpolish" fullname="QWindowsXPStyle::unpolish" href="qwindowsxpstyle.html#unpolish" location="qwindowsxpstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="unpolish(QApplication * app)">
+ <parameter left="QApplication *" right="" name="app" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QWindowsXPStyle::polish" href="qwindowsxpstyle.html#polish" location="qwindowsxpstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="polish(QApplication * app)">
+ <parameter left="QApplication *" right="" name="app" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QWindowsXPStyle::polish" href="qwindowsxpstyle.html#polish-2" location="qwindowsxpstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="polish(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QWindowsXPStyle::polish" href="qwindowsxpstyle.html#polish-3" location="qwindowsxpstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="polish(QPalette &amp; pal)">
+ <parameter left="QPalette &amp;" right="" name="pal" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unpolish" fullname="QWindowsXPStyle::unpolish" href="qwindowsxpstyle.html#unpolish-2" location="qwindowsxpstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="unpolish(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPrimitive" fullname="QWindowsXPStyle::drawPrimitive" href="qwindowsxpstyle.html#drawPrimitive" location="qwindowsxpstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawPrimitive(PrimitiveElement pe, const QStyleOption * option, QPainter * p, const QWidget * widget) const">
+ <parameter left="PrimitiveElement" right="" name="pe" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawControl" fullname="QWindowsXPStyle::drawControl" href="qwindowsxpstyle.html#drawControl" location="qwindowsxpstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawControl(ControlElement element, const QStyleOption * option, QPainter * p, const QWidget * widget) const">
+ <parameter left="ControlElement" right="" name="element" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subElementRect" fullname="QWindowsXPStyle::subElementRect" href="qwindowsxpstyle.html#subElementRect" location="qwindowsxpstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="subElementRect(SubElement sr, const QStyleOption * option, const QWidget * widget) const">
+ <parameter left="SubElement" right="" name="sr" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subControlRect" fullname="QWindowsXPStyle::subControlRect" href="qwindowsxpstyle.html#subControlRect" location="qwindowsxpstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="subControlRect(ComplexControl cc, const QStyleOptionComplex * option, SubControl subControl, const QWidget * widget) const">
+ <parameter left="ComplexControl" right="" name="cc" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="option" default=""/>
+ <parameter left="SubControl" right="" name="subControl" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawComplexControl" fullname="QWindowsXPStyle::drawComplexControl" href="qwindowsxpstyle.html#drawComplexControl" location="qwindowsxpstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawComplexControl(ComplexControl cc, const QStyleOptionComplex * option, QPainter * p, const QWidget * widget) const">
+ <parameter left="ComplexControl" right="" name="cc" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="option" default=""/>
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeFromContents" fullname="QWindowsXPStyle::sizeFromContents" href="qwindowsxpstyle.html#sizeFromContents" location="qwindowsxpstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeFromContents(ContentsType ct, const QStyleOption * option, const QSize &amp; contentsSize, const QWidget * widget) const">
+ <parameter left="ContentsType" right="" name="ct" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="const QSize &amp;" right="" name="contentsSize" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixelMetric" fullname="QWindowsXPStyle::pixelMetric" href="qwindowsxpstyle.html#pixelMetric" location="qwindowsxpstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="pixelMetric(PixelMetric pm, const QStyleOption * option, const QWidget * widget) const">
+ <parameter left="PixelMetric" right="" name="pm" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="styleHint" fullname="QWindowsXPStyle::styleHint" href="qwindowsxpstyle.html#styleHint" location="qwindowsxpstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="styleHint(StyleHint hint, const QStyleOption * option, const QWidget * widget, QStyleHintReturn * returnData) const">
+ <parameter left="StyleHint" right="" name="hint" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ <parameter left="QStyleHintReturn *" right="" name="returnData" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardPalette" fullname="QWindowsXPStyle::standardPalette" href="qwindowsxpstyle.html#standardPalette" location="qwindowsxpstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPalette" signature="standardPalette() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardPixmap" fullname="QWindowsXPStyle::standardPixmap" href="qwindowsxpstyle.html#standardPixmap" location="qwindowsxpstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="standardPixmap(StandardPixmap standardPixmap, const QStyleOption * option, const QWidget * widget) const">
+ <parameter left="StandardPixmap" right="" name="standardPixmap" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3Grid" href="q3grid.html" location="q3grid.h" bases="Q3Frame" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Grid" fullname="Q3Grid::Q3Grid" href="q3grid.html#Q3Grid" location="q3grid.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3Grid(int n, QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="int" right="" name="n" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Grid" fullname="Q3Grid::Q3Grid" href="q3grid.html#Q3Grid-2" location="q3grid.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3Grid(int n, Qt::Orientation orient, QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="int" right="" name="n" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orient" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSpacing" fullname="Q3Grid::setSpacing" href="q3grid.html#setSpacing" location="q3grid.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSpacing(int space)">
+ <parameter left="int" right="" name="space" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="Q3Grid::sizeHint" href="q3grid.html#sizeHint" location="q3grid.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="frameChanged" fullname="Q3Grid::frameChanged" href="q3grid.html#frameChanged" location="q3grid.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="frameChanged()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QmlExpression" href="qmlexpression.html" location="qmlexpression.h" bases="QObject" module="QtDeclarative">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QmlExpression" fullname="QmlExpression::QmlExpression" href="qmlexpression.html#QmlExpression" location="qmlexpression.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QmlExpression()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QmlExpression" fullname="QmlExpression::QmlExpression" href="qmlexpression.html#QmlExpression-2" location="qmlexpression.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QmlExpression(QmlContext * ctxt, const QString &amp; expression, QObject * scope)">
+ <parameter left="QmlContext *" right="" name="ctxt" default=""/>
+ <parameter left="const QString &amp;" right="" name="expression" default=""/>
+ <parameter left="QObject *" right="" name="scope" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QmlExpression" fullname="QmlExpression::~QmlExpression" href="qmlexpression.html#dtor.QmlExpression" location="qmlexpression.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QmlExpression()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="engine" fullname="QmlExpression::engine" href="qmlexpression.html#engine" location="qmlexpression.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QmlEngine *" signature="engine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="context" fullname="QmlExpression::context" href="qmlexpression.html#context" location="qmlexpression.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QmlContext *" signature="context() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expression" fullname="QmlExpression::expression" href="qmlexpression.html#expression" location="qmlexpression.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="expression() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearExpression" fullname="QmlExpression::clearExpression" href="qmlexpression.html#clearExpression" location="qmlexpression.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearExpression()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setExpression" fullname="QmlExpression::setExpression" href="qmlexpression.html#setExpression" location="qmlexpression.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setExpression(const QString &amp; expression)">
+ <parameter left="const QString &amp;" right="" name="expression" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isConstant" fullname="QmlExpression::isConstant" href="qmlexpression.html#isConstant" location="qmlexpression.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isConstant() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="trackChange" fullname="QmlExpression::trackChange" href="qmlexpression.html#trackChange" location="qmlexpression.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="trackChange() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTrackChange" fullname="QmlExpression::setTrackChange" href="qmlexpression.html#setTrackChange" location="qmlexpression.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTrackChange(bool trackChange)">
+ <parameter left="bool" right="" name="trackChange" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSourceLocation" fullname="QmlExpression::setSourceLocation" href="qmlexpression.html#setSourceLocation" location="qmlexpression.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSourceLocation(const QUrl &amp; fileName, int line)">
+ <parameter left="const QUrl &amp;" right="" name="fileName" default=""/>
+ <parameter left="int" right="" name="line" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scopeObject" fullname="QmlExpression::scopeObject" href="qmlexpression.html#scopeObject" location="qmlexpression.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QObject *" signature="scopeObject() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QmlExpression::value" href="qmlexpression.html#value" location="qmlexpression.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="QVariant" signature="value()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QmlExpression::valueChanged" href="qmlexpression.html#valueChanged" location="qmlexpression.h" virtual="impure" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QNetworkRequest" href="qnetworkrequest.html" location="qnetworkrequest.h" bases="" module="QtNetwork">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="KnownHeaders" fullname="QNetworkRequest::KnownHeaders" href="qnetworkrequest.html#KnownHeaders-enum" location="qnetworkrequest.h">
+ <value name="ContentTypeHeader" value="0"/>
+ <value name="ContentLengthHeader" value="1"/>
+ <value name="LocationHeader" value="2"/>
+ <value name="LastModifiedHeader" value="3"/>
+ <value name="CookieHeader" value="4"/>
+ <value name="SetCookieHeader" value="5"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Attribute" fullname="QNetworkRequest::Attribute" href="qnetworkrequest.html#Attribute-enum" location="qnetworkrequest.h">
+ <value name="HttpStatusCodeAttribute" value="0"/>
+ <value name="HttpReasonPhraseAttribute" value="1"/>
+ <value name="RedirectionTargetAttribute" value="2"/>
+ <value name="ConnectionEncryptedAttribute" value="3"/>
+ <value name="CacheLoadControlAttribute" value="4"/>
+ <value name="CacheSaveControlAttribute" value="5"/>
+ <value name="SourceIsFromCacheAttribute" value="6"/>
+ <value name="DoNotBufferUploadDataAttribute" value="7"/>
+ <value name="HttpPipeliningAllowedAttribute" value="8"/>
+ <value name="HttpPipeliningWasUsedAttribute" value="9"/>
+ <value name="User" value="1000"/>
+ <value name="UserMax" value="32767"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="CacheLoadControl" fullname="QNetworkRequest::CacheLoadControl" href="qnetworkrequest.html#CacheLoadControl-enum" location="qnetworkrequest.h">
+ <value name="AlwaysNetwork" value="0"/>
+ <value name="PreferNetwork" value="1"/>
+ <value name="PreferCache" value="2"/>
+ <value name="AlwaysCache" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QNetworkRequest" fullname="QNetworkRequest::QNetworkRequest" href="qnetworkrequest.html#QNetworkRequest" location="qnetworkrequest.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QNetworkRequest(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default="QUrl()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QNetworkRequest" fullname="QNetworkRequest::QNetworkRequest" href="qnetworkrequest.html#QNetworkRequest-2" location="qnetworkrequest.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QNetworkRequest(const QNetworkRequest &amp; other)">
+ <parameter left="const QNetworkRequest &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QNetworkRequest" fullname="QNetworkRequest::~QNetworkRequest" href="qnetworkrequest.html#dtor.QNetworkRequest" location="qnetworkrequest.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QNetworkRequest()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QNetworkRequest::operator=" href="qnetworkrequest.html#operator=" location="qnetworkrequest.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QNetworkRequest &amp;" signature="operator=(const QNetworkRequest &amp; other)">
+ <parameter left="const QNetworkRequest &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QNetworkRequest::operator==" href="qnetworkrequest.html#operator==" location="qnetworkrequest.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QNetworkRequest &amp; other) const">
+ <parameter left="const QNetworkRequest &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QNetworkRequest::operator!=" href="qnetworkrequest.html#operator!=" location="qnetworkrequest.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QNetworkRequest &amp; other) const">
+ <parameter left="const QNetworkRequest &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="url" fullname="QNetworkRequest::url" href="qnetworkrequest.html#url" location="qnetworkrequest.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="url() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUrl" fullname="QNetworkRequest::setUrl" href="qnetworkrequest.html#setUrl" location="qnetworkrequest.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUrl(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="header" fullname="QNetworkRequest::header" href="qnetworkrequest.html#header" location="qnetworkrequest.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="header(KnownHeaders header) const">
+ <parameter left="KnownHeaders" right="" name="header" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHeader" fullname="QNetworkRequest::setHeader" href="qnetworkrequest.html#setHeader" location="qnetworkrequest.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHeader(KnownHeaders header, const QVariant &amp; value)">
+ <parameter left="KnownHeaders" right="" name="header" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasRawHeader" fullname="QNetworkRequest::hasRawHeader" href="qnetworkrequest.html#hasRawHeader" location="qnetworkrequest.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasRawHeader(const QByteArray &amp; headerName) const">
+ <parameter left="const QByteArray &amp;" right="" name="headerName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rawHeaderList" fullname="QNetworkRequest::rawHeaderList" href="qnetworkrequest.html#rawHeaderList" location="qnetworkrequest.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QByteArray&gt;" signature="rawHeaderList() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rawHeader" fullname="QNetworkRequest::rawHeader" href="qnetworkrequest.html#rawHeader" location="qnetworkrequest.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="rawHeader(const QByteArray &amp; headerName) const">
+ <parameter left="const QByteArray &amp;" right="" name="headerName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRawHeader" fullname="QNetworkRequest::setRawHeader" href="qnetworkrequest.html#setRawHeader" location="qnetworkrequest.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRawHeader(const QByteArray &amp; headerName, const QByteArray &amp; headerValue)">
+ <parameter left="const QByteArray &amp;" right="" name="headerName" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="headerValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attribute" fullname="QNetworkRequest::attribute" href="qnetworkrequest.html#attribute" location="qnetworkrequest.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="attribute(Attribute code, const QVariant &amp; defaultValue) const">
+ <parameter left="Attribute" right="" name="code" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="defaultValue" default="QVariant()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttribute" fullname="QNetworkRequest::setAttribute" href="qnetworkrequest.html#setAttribute" location="qnetworkrequest.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAttribute(Attribute code, const QVariant &amp; value)">
+ <parameter left="Attribute" right="" name="code" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sslConfiguration" fullname="QNetworkRequest::sslConfiguration" href="qnetworkrequest.html#sslConfiguration" location="qnetworkrequest.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSslConfiguration" signature="sslConfiguration() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSslConfiguration" fullname="QNetworkRequest::setSslConfiguration" href="qnetworkrequest.html#setSslConfiguration" location="qnetworkrequest.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSslConfiguration(const QSslConfiguration &amp; config)">
+ <parameter left="const QSslConfiguration &amp;" right="" name="config" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3Wizard" href="q3wizard.html" location="q3wizard.h" bases="QDialog" module="Qt3SupportLight">
+ <property access="public" threadsafety="unspecified" status="commendable" name="titleFont" fullname="Q3Wizard::titleFont" href="q3wizard.html#titleFont-prop" location="q3wizard.h" type="QFont">
+ <getter name="titleFont"/>
+ <setter name="setTitleFont"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Wizard" fullname="Q3Wizard::Q3Wizard" href="q3wizard.html#Q3Wizard" location="q3wizard.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3Wizard(QWidget * parent, const char * name, bool modal, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="bool" right="" name="modal" default="false"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3Wizard" fullname="Q3Wizard::~Q3Wizard" href="q3wizard.html#dtor.Q3Wizard" location="q3wizard.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3Wizard()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addPage" fullname="Q3Wizard::addPage" href="q3wizard.html#addPage" location="q3wizard.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="addPage(QWidget * page, const QString &amp; title)">
+ <parameter left="QWidget *" right="" name="page" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertPage" fullname="Q3Wizard::insertPage" href="q3wizard.html#insertPage" location="q3wizard.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="insertPage(QWidget * page, const QString &amp; title, int index)">
+ <parameter left="QWidget *" right="" name="page" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removePage" fullname="Q3Wizard::removePage" href="q3wizard.html#removePage" location="q3wizard.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="removePage(QWidget * page)">
+ <parameter left="QWidget *" right="" name="page" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="title" fullname="Q3Wizard::title" href="q3wizard.html#title" location="q3wizard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="title(QWidget * page) const">
+ <parameter left="QWidget *" right="" name="page" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTitle" fullname="Q3Wizard::setTitle" href="q3wizard.html#setTitle" location="q3wizard.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTitle(QWidget * page, const QString &amp; title)">
+ <parameter left="QWidget *" right="" name="page" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="titleFont" fullname="Q3Wizard::titleFont" href="q3wizard.html#titleFont-prop" location="q3wizard.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="titleFont" type="QFont" signature="titleFont() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTitleFont" fullname="Q3Wizard::setTitleFont" href="q3wizard.html#titleFont-prop" location="q3wizard.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="titleFont" type="void" signature="setTitleFont(const QFont &amp; )">
+ <parameter left="const QFont &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showPage" fullname="Q3Wizard::showPage" href="q3wizard.html#showPage" location="q3wizard.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showPage(QWidget * page)">
+ <parameter left="QWidget *" right="" name="page" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentPage" fullname="Q3Wizard::currentPage" href="q3wizard.html#currentPage" location="q3wizard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="currentPage() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="page" fullname="Q3Wizard::page" href="q3wizard.html#page" location="q3wizard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="page(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pageCount" fullname="Q3Wizard::pageCount" href="q3wizard.html#pageCount" location="q3wizard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="pageCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="Q3Wizard::indexOf" href="q3wizard.html#indexOf" location="q3wizard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOf(QWidget * page) const">
+ <parameter left="QWidget *" right="" name="page" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appropriate" fullname="Q3Wizard::appropriate" href="q3wizard.html#appropriate" location="q3wizard.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="appropriate(QWidget * page) const">
+ <parameter left="QWidget *" right="" name="page" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAppropriate" fullname="Q3Wizard::setAppropriate" href="q3wizard.html#setAppropriate" location="q3wizard.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setAppropriate(QWidget * page, bool appropriate)">
+ <parameter left="QWidget *" right="" name="page" default=""/>
+ <parameter left="bool" right="" name="appropriate" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="backButton" fullname="Q3Wizard::backButton" href="q3wizard.html#backButton" location="q3wizard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPushButton *" signature="backButton() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nextButton" fullname="Q3Wizard::nextButton" href="q3wizard.html#nextButton" location="q3wizard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPushButton *" signature="nextButton() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="finishButton" fullname="Q3Wizard::finishButton" href="q3wizard.html#finishButton" location="q3wizard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPushButton *" signature="finishButton() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cancelButton" fullname="Q3Wizard::cancelButton" href="q3wizard.html#cancelButton" location="q3wizard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPushButton *" signature="cancelButton() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="helpButton" fullname="Q3Wizard::helpButton" href="q3wizard.html#helpButton" location="q3wizard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPushButton *" signature="helpButton() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="Q3Wizard::eventFilter" href="q3wizard.html#eventFilter" location="q3wizard.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * o, QEvent * e)">
+ <parameter left="QObject *" right="" name="o" default=""/>
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBackEnabled" fullname="Q3Wizard::setBackEnabled" href="q3wizard.html#setBackEnabled" location="q3wizard.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setBackEnabled(QWidget * page, bool enable)">
+ <parameter left="QWidget *" right="" name="page" default=""/>
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNextEnabled" fullname="Q3Wizard::setNextEnabled" href="q3wizard.html#setNextEnabled" location="q3wizard.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setNextEnabled(QWidget * page, bool enable)">
+ <parameter left="QWidget *" right="" name="page" default=""/>
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFinishEnabled" fullname="Q3Wizard::setFinishEnabled" href="q3wizard.html#setFinishEnabled" location="q3wizard.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setFinishEnabled(QWidget * page, bool enable)">
+ <parameter left="QWidget *" right="" name="page" default=""/>
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHelpEnabled" fullname="Q3Wizard::setHelpEnabled" href="q3wizard.html#setHelpEnabled" location="q3wizard.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setHelpEnabled(QWidget * page, bool enable)">
+ <parameter left="QWidget *" right="" name="page" default=""/>
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setFinish" fullname="Q3Wizard::setFinish" href="q3wizard-obsolete.html#setFinish" location="q3wizard.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setFinish(QWidget * widget, bool finish)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="bool" right="" name="finish" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="back" fullname="Q3Wizard::back" href="q3wizard.html#back" location="q3wizard.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="back()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="next" fullname="Q3Wizard::next" href="q3wizard.html#next" location="q3wizard.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="next()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="help" fullname="Q3Wizard::help" href="q3wizard.html#help" location="q3wizard.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="help()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="helpClicked" fullname="Q3Wizard::helpClicked" href="q3wizard.html#helpClicked" location="q3wizard.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="helpClicked()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selected" fullname="Q3Wizard::selected" href="q3wizard.html#selected" location="q3wizard.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="selected(const QString &amp; title)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="layOutButtonRow" fullname="Q3Wizard::layOutButtonRow" href="q3wizard.html#layOutButtonRow" location="q3wizard.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="layOutButtonRow(QHBoxLayout * layout)">
+ <parameter left="QHBoxLayout *" right="" name="layout" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="layOutTitleRow" fullname="Q3Wizard::layOutTitleRow" href="q3wizard.html#layOutTitleRow" location="q3wizard.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="layOutTitleRow(QHBoxLayout * layout, const QString &amp; title)">
+ <parameter left="QHBoxLayout *" right="" name="layout" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3DateTimeEditBase" href="q3datetimeeditbase.html" location="q3datetimeedit.h" bases="QWidget" module="Qt3SupportLight"/>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3DateEdit" href="q3dateedit.html" location="q3datetimeedit.h" bases="Q3DateTimeEditBase" module="Qt3SupportLight">
+ <property access="public" threadsafety="unspecified" status="commendable" name="order" fullname="Q3DateEdit::order" href="q3dateedit.html#order-prop" location="q3datetimeedit.h" type="Order">
+ <getter name="order"/>
+ <setter name="setOrder"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="date" fullname="Q3DateEdit::date" href="q3dateedit.html#date-prop" location="q3datetimeedit.h" type="QDate">
+ <getter name="date"/>
+ <setter name="setDate"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoAdvance" fullname="Q3DateEdit::autoAdvance" href="q3dateedit.html#autoAdvance-prop" location="q3datetimeedit.h" type="bool">
+ <getter name="autoAdvance"/>
+ <setter name="setAutoAdvance"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maxValue" fullname="Q3DateEdit::maxValue" href="q3dateedit.html#maxValue-prop" location="q3datetimeedit.h" type="QDate">
+ <getter name="maxValue"/>
+ <setter name="setMaxValue"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="minValue" fullname="Q3DateEdit::minValue" href="q3dateedit.html#minValue-prop" location="q3datetimeedit.h" type="QDate">
+ <getter name="minValue"/>
+ <setter name="setMinValue"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3DateEdit" fullname="Q3DateEdit::Q3DateEdit" href="q3dateedit.html#Q3DateEdit" location="q3datetimeedit.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3DateEdit(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3DateEdit" fullname="Q3DateEdit::Q3DateEdit" href="q3dateedit.html#Q3DateEdit-2" location="q3datetimeedit.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3DateEdit(const QDate &amp; date, QWidget * parent, const char * name)">
+ <parameter left="const QDate &amp;" right="" name="date" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3DateEdit" fullname="Q3DateEdit::~Q3DateEdit" href="q3dateedit.html#dtor.Q3DateEdit" location="q3datetimeedit.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3DateEdit()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Order" fullname="Q3DateEdit::Order" href="q3dateedit.html#Order-enum" location="q3datetimeedit.h">
+ <value name="DMY" value="0"/>
+ <value name="MDY" value="1"/>
+ <value name="YMD" value="2"/>
+ <value name="YDM" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="Q3DateEdit::sizeHint" href="q3dateedit.html#sizeHint" location="q3datetimeedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="Q3DateEdit::minimumSizeHint" href="q3dateedit.html#minimumSizeHint" location="q3datetimeedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDate" fullname="Q3DateEdit::setDate" href="q3dateedit.html#date-prop" location="q3datetimeedit.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="date" type="void" signature="setDate(const QDate &amp; date)">
+ <parameter left="const QDate &amp;" right="" name="date" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="date" fullname="Q3DateEdit::date" href="q3dateedit.html#date-prop" location="q3datetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="date" type="QDate" signature="date() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOrder" fullname="Q3DateEdit::setOrder" href="q3dateedit.html#order-prop" location="q3datetimeedit.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="order" type="void" signature="setOrder(Order order)">
+ <parameter left="Order" right="" name="order" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="order" fullname="Q3DateEdit::order" href="q3dateedit.html#order-prop" location="q3datetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="order" type="Order" signature="order() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoAdvance" fullname="Q3DateEdit::setAutoAdvance" href="q3dateedit.html#autoAdvance-prop" location="q3datetimeedit.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="autoAdvance" type="void" signature="setAutoAdvance(bool advance)">
+ <parameter left="bool" right="" name="advance" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoAdvance" fullname="Q3DateEdit::autoAdvance" href="q3dateedit.html#autoAdvance-prop" location="q3datetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoAdvance" type="bool" signature="autoAdvance() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinValue" fullname="Q3DateEdit::setMinValue" href="q3dateedit.html#minValue-prop" location="q3datetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="minValue" type="void" signature="setMinValue(const QDate &amp; d)">
+ <parameter left="const QDate &amp;" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minValue" fullname="Q3DateEdit::minValue" href="q3dateedit.html#minValue-prop" location="q3datetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="minValue" type="QDate" signature="minValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaxValue" fullname="Q3DateEdit::setMaxValue" href="q3dateedit.html#maxValue-prop" location="q3datetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="maxValue" type="void" signature="setMaxValue(const QDate &amp; d)">
+ <parameter left="const QDate &amp;" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maxValue" fullname="Q3DateEdit::maxValue" href="q3dateedit.html#maxValue-prop" location="q3datetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maxValue" type="QDate" signature="maxValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRange" fullname="Q3DateEdit::setRange" href="q3dateedit.html#setRange" location="q3datetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setRange(const QDate &amp; min, const QDate &amp; max)">
+ <parameter left="const QDate &amp;" right="" name="min" default=""/>
+ <parameter left="const QDate &amp;" right="" name="max" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="separator" fullname="Q3DateEdit::separator" href="q3dateedit.html#separator" location="q3datetimeedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="separator() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSeparator" fullname="Q3DateEdit::setSeparator" href="q3dateedit.html#setSeparator" location="q3datetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSeparator(const QString &amp; s)">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="Q3DateEdit::valueChanged" href="q3dateedit.html#valueChanged" location="q3datetimeedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(const QDate &amp; date)">
+ <parameter left="const QDate &amp;" right="" name="date" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="Q3DateEdit::event" href="q3dateedit.html#event" location="q3datetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="timerEvent" fullname="Q3DateEdit::timerEvent" href="q3dateedit.html#timerEvent" location="q3datetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="timerEvent(QTimerEvent * )">
+ <parameter left="QTimerEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="Q3DateEdit::resizeEvent" href="q3dateedit.html#resizeEvent" location="q3datetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * )">
+ <parameter left="QResizeEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sectionFormattedText" fullname="Q3DateEdit::sectionFormattedText" href="q3dateedit.html#sectionFormattedText" location="q3datetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QString" signature="sectionFormattedText(int sec)">
+ <parameter left="int" right="" name="sec" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setYear" fullname="Q3DateEdit::setYear" href="q3dateedit.html#setYear" location="q3datetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setYear(int year)">
+ <parameter left="int" right="" name="year" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setMonth" fullname="Q3DateEdit::setMonth" href="q3dateedit.html#setMonth" location="q3datetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setMonth(int month)">
+ <parameter left="int" right="" name="month" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setDay" fullname="Q3DateEdit::setDay" href="q3dateedit.html#setDay" location="q3datetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setDay(int day)">
+ <parameter left="int" right="" name="day" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="fix" fullname="Q3DateEdit::fix" href="q3dateedit.html#fix" location="q3datetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="fix()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateButtons" fullname="Q3DateEdit::updateButtons" href="q3dateedit.html#updateButtons" location="q3datetimeedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="updateButtons()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3TimeEdit" href="q3timeedit.html" location="q3datetimeedit.h" bases="Q3DateTimeEditBase" module="Qt3SupportLight">
+ <property access="public" threadsafety="unspecified" status="commendable" name="time" fullname="Q3TimeEdit::time" href="q3timeedit.html#time-prop" location="q3datetimeedit.h" type="QTime">
+ <getter name="time"/>
+ <setter name="setTime"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoAdvance" fullname="Q3TimeEdit::autoAdvance" href="q3timeedit.html#autoAdvance-prop" location="q3datetimeedit.h" type="bool">
+ <getter name="autoAdvance"/>
+ <setter name="setAutoAdvance"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maxValue" fullname="Q3TimeEdit::maxValue" href="q3timeedit.html#maxValue-prop" location="q3datetimeedit.h" type="QTime">
+ <getter name="maxValue"/>
+ <setter name="setMaxValue"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="minValue" fullname="Q3TimeEdit::minValue" href="q3timeedit.html#minValue-prop" location="q3datetimeedit.h" type="QTime">
+ <getter name="minValue"/>
+ <setter name="setMinValue"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="display" fullname="Q3TimeEdit::display" href="q3timeedit.html#display-prop" location="q3datetimeedit.h" type="Display">
+ <getter name="display"/>
+ <setter name="setDisplay"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Display" fullname="Q3TimeEdit::Display" href="q3timeedit.html#Display-enum" location="q3datetimeedit.h">
+ <value name="Hours" value="0x01"/>
+ <value name="Minutes" value="0x02"/>
+ <value name="Seconds" value="0x04"/>
+ <value name="AMPM" value="0x10"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3TimeEdit" fullname="Q3TimeEdit::Q3TimeEdit" href="q3timeedit.html#Q3TimeEdit" location="q3datetimeedit.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3TimeEdit(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3TimeEdit" fullname="Q3TimeEdit::Q3TimeEdit" href="q3timeedit.html#Q3TimeEdit-2" location="q3datetimeedit.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3TimeEdit(const QTime &amp; time, QWidget * parent, const char * name)">
+ <parameter left="const QTime &amp;" right="" name="time" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3TimeEdit" fullname="Q3TimeEdit::~Q3TimeEdit" href="q3timeedit.html#dtor.Q3TimeEdit" location="q3datetimeedit.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3TimeEdit()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="Q3TimeEdit::sizeHint" href="q3timeedit.html#sizeHint" location="q3datetimeedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="Q3TimeEdit::minimumSizeHint" href="q3timeedit.html#minimumSizeHint" location="q3datetimeedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTime" fullname="Q3TimeEdit::setTime" href="q3timeedit.html#time-prop" location="q3datetimeedit.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="time" type="void" signature="setTime(const QTime &amp; time)">
+ <parameter left="const QTime &amp;" right="" name="time" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="time" fullname="Q3TimeEdit::time" href="q3timeedit.html#time-prop" location="q3datetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="time" type="QTime" signature="time() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoAdvance" fullname="Q3TimeEdit::setAutoAdvance" href="q3timeedit.html#autoAdvance-prop" location="q3datetimeedit.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="autoAdvance" type="void" signature="setAutoAdvance(bool advance)">
+ <parameter left="bool" right="" name="advance" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoAdvance" fullname="Q3TimeEdit::autoAdvance" href="q3timeedit.html#autoAdvance-prop" location="q3datetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoAdvance" type="bool" signature="autoAdvance() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinValue" fullname="Q3TimeEdit::setMinValue" href="q3timeedit.html#minValue-prop" location="q3datetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="minValue" type="void" signature="setMinValue(const QTime &amp; d)">
+ <parameter left="const QTime &amp;" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minValue" fullname="Q3TimeEdit::minValue" href="q3timeedit.html#minValue-prop" location="q3datetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="minValue" type="QTime" signature="minValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaxValue" fullname="Q3TimeEdit::setMaxValue" href="q3timeedit.html#maxValue-prop" location="q3datetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="maxValue" type="void" signature="setMaxValue(const QTime &amp; d)">
+ <parameter left="const QTime &amp;" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maxValue" fullname="Q3TimeEdit::maxValue" href="q3timeedit.html#maxValue-prop" location="q3datetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maxValue" type="QTime" signature="maxValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRange" fullname="Q3TimeEdit::setRange" href="q3timeedit.html#setRange" location="q3datetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setRange(const QTime &amp; min, const QTime &amp; max)">
+ <parameter left="const QTime &amp;" right="" name="min" default=""/>
+ <parameter left="const QTime &amp;" right="" name="max" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="separator" fullname="Q3TimeEdit::separator" href="q3timeedit.html#separator" location="q3datetimeedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="separator() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSeparator" fullname="Q3TimeEdit::setSeparator" href="q3timeedit.html#setSeparator" location="q3datetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSeparator(const QString &amp; s)">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="display" fullname="Q3TimeEdit::display" href="q3timeedit.html#display-prop" location="q3datetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="display" type="uint" signature="display() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDisplay" fullname="Q3TimeEdit::setDisplay" href="q3timeedit.html#display-prop" location="q3datetimeedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="display" type="void" signature="setDisplay(uint disp)">
+ <parameter left="uint" right="" name="disp" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="Q3TimeEdit::valueChanged" href="q3timeedit.html#valueChanged" location="q3datetimeedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(const QTime &amp; time)">
+ <parameter left="const QTime &amp;" right="" name="time" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="Q3TimeEdit::event" href="q3timeedit.html#event" location="q3datetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="timerEvent" fullname="Q3TimeEdit::timerEvent" href="q3timeedit.html#timerEvent" location="q3datetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="timerEvent(QTimerEvent * e)">
+ <parameter left="QTimerEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="Q3TimeEdit::resizeEvent" href="q3timeedit.html#resizeEvent" location="q3datetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * )">
+ <parameter left="QResizeEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sectionFormattedText" fullname="Q3TimeEdit::sectionFormattedText" href="q3timeedit.html#sectionFormattedText" location="q3datetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QString" signature="sectionFormattedText(int sec)">
+ <parameter left="int" right="" name="sec" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setHour" fullname="Q3TimeEdit::setHour" href="q3timeedit.html#setHour" location="q3datetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setHour(int h)">
+ <parameter left="int" right="" name="h" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setMinute" fullname="Q3TimeEdit::setMinute" href="q3timeedit.html#setMinute" location="q3datetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setMinute(int m)">
+ <parameter left="int" right="" name="m" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setSecond" fullname="Q3TimeEdit::setSecond" href="q3timeedit.html#setSecond" location="q3datetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSecond(int s)">
+ <parameter left="int" right="" name="s" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3DateTimeEdit" href="q3datetimeedit.html" location="q3datetimeedit.h" bases="QWidget" module="Qt3SupportLight">
+ <property access="public" threadsafety="unspecified" status="commendable" name="dateTime" fullname="Q3DateTimeEdit::dateTime" href="q3datetimeedit.html#dateTime-prop" location="q3datetimeedit.h" type="QDateTime">
+ <getter name="dateTime"/>
+ <setter name="setDateTime"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3DateTimeEdit" fullname="Q3DateTimeEdit::Q3DateTimeEdit" href="q3datetimeedit.html#Q3DateTimeEdit" location="q3datetimeedit.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3DateTimeEdit(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3DateTimeEdit" fullname="Q3DateTimeEdit::Q3DateTimeEdit" href="q3datetimeedit.html#Q3DateTimeEdit-2" location="q3datetimeedit.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3DateTimeEdit(const QDateTime &amp; datetime, QWidget * parent, const char * name)">
+ <parameter left="const QDateTime &amp;" right="" name="datetime" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3DateTimeEdit" fullname="Q3DateTimeEdit::~Q3DateTimeEdit" href="q3datetimeedit.html#dtor.Q3DateTimeEdit" location="q3datetimeedit.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3DateTimeEdit()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="Q3DateTimeEdit::sizeHint" href="q3datetimeedit.html#sizeHint" location="q3datetimeedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="Q3DateTimeEdit::minimumSizeHint" href="q3datetimeedit.html#minimumSizeHint" location="q3datetimeedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDateTime" fullname="Q3DateTimeEdit::setDateTime" href="q3datetimeedit.html#dateTime-prop" location="q3datetimeedit.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="dateTime" type="void" signature="setDateTime(const QDateTime &amp; dt)">
+ <parameter left="const QDateTime &amp;" right="" name="dt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dateTime" fullname="Q3DateTimeEdit::dateTime" href="q3datetimeedit.html#dateTime-prop" location="q3datetimeedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="dateTime" type="QDateTime" signature="dateTime() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dateEdit" fullname="Q3DateTimeEdit::dateEdit" href="q3datetimeedit.html#dateEdit" location="q3datetimeedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3DateEdit *" signature="dateEdit()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="timeEdit" fullname="Q3DateTimeEdit::timeEdit" href="q3datetimeedit.html#timeEdit" location="q3datetimeedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3TimeEdit *" signature="timeEdit()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoAdvance" fullname="Q3DateTimeEdit::setAutoAdvance" href="q3datetimeedit.html#setAutoAdvance" location="q3datetimeedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setAutoAdvance(bool advance)">
+ <parameter left="bool" right="" name="advance" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoAdvance" fullname="Q3DateTimeEdit::autoAdvance" href="q3datetimeedit.html#autoAdvance" location="q3datetimeedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="autoAdvance() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="Q3DateTimeEdit::valueChanged" href="q3datetimeedit.html#valueChanged" location="q3datetimeedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(const QDateTime &amp; datetime)">
+ <parameter left="const QDateTime &amp;" right="" name="datetime" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="Q3DateTimeEdit::resizeEvent" href="q3datetimeedit.html#resizeEvent" location="q3datetimeedit.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * event)">
+ <parameter left="QResizeEvent *" right="" name="event" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="thread safe" status="commendable" name="QAbstractMessageHandler" href="qabstractmessagehandler.html" location="qabstractmessagehandler.h" bases="QObject" module="QtXmlPatterns">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractMessageHandler" fullname="QAbstractMessageHandler::QAbstractMessageHandler" href="qabstractmessagehandler.html#QAbstractMessageHandler" location="qabstractmessagehandler.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractMessageHandler(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractMessageHandler" fullname="QAbstractMessageHandler::~QAbstractMessageHandler" href="qabstractmessagehandler.html#dtor.QAbstractMessageHandler" location="qabstractmessagehandler.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractMessageHandler()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="message" fullname="QAbstractMessageHandler::message" href="qabstractmessagehandler.html#message" location="qabstractmessagehandler.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="message(QtMsgType type, const QString &amp; description, const QUrl &amp; identifier, const QSourceLocation &amp; sourceLocation)">
+ <parameter left="QtMsgType" right="" name="type" default=""/>
+ <parameter left="const QString &amp;" right="" name="description" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="identifier" default="QUrl()"/>
+ <parameter left="const QSourceLocation &amp;" right="" name="sourceLocation" default="QSourceLocation()"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="handleMessage" fullname="QAbstractMessageHandler::handleMessage" href="qabstractmessagehandler.html#handleMessage" location="qabstractmessagehandler.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="handleMessage(QtMsgType type, const QString &amp; description, const QUrl &amp; identifier, const QSourceLocation &amp; sourceLocation)">
+ <parameter left="QtMsgType" right="" name="type" default=""/>
+ <parameter left="const QString &amp;" right="" name="description" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="identifier" default=""/>
+ <parameter left="const QSourceLocation &amp;" right="" name="sourceLocation" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDBusPendingCall" href="qdbuspendingcall.html" location="qdbuspendingcall.h" bases="" module="QtDBus">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusPendingCall" fullname="QDBusPendingCall::QDBusPendingCall" href="qdbuspendingcall.html#QDBusPendingCall" location="qdbuspendingcall.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDBusPendingCall(const QDBusPendingCall &amp; other)">
+ <parameter left="const QDBusPendingCall &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDBusPendingCall" fullname="QDBusPendingCall::~QDBusPendingCall" href="qdbuspendingcall.html#dtor.QDBusPendingCall" location="qdbuspendingcall.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDBusPendingCall()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDBusPendingCall::operator=" href="qdbuspendingcall.html#operator=" location="qdbuspendingcall.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDBusPendingCall &amp;" signature="operator=(const QDBusPendingCall &amp; other)">
+ <parameter left="const QDBusPendingCall &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromError" fullname="QDBusPendingCall::fromError" href="qdbuspendingcall.html#fromError" location="qdbuspendingcall.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QDBusPendingCall" signature="fromError(const QDBusError &amp; error)">
+ <parameter left="const QDBusError &amp;" right="" name="error" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromCompletedCall" fullname="QDBusPendingCall::fromCompletedCall" href="qdbuspendingcall.html#fromCompletedCall" location="qdbuspendingcall.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QDBusPendingCall" signature="fromCompletedCall(const QDBusMessage &amp; msg)">
+ <parameter left="const QDBusMessage &amp;" right="" name="msg" default=""/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d" fullname="QDBusPendingCall::d" href="qdbuspendingcall.html#d-var" location="qdbuspendingcall.h" type="QExplicitlySharedDataPointer&lt;QDBusPendingCallPrivate&gt;" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDBusPendingCallWatcher" href="qdbuspendingcallwatcher.html" location="qdbuspendingcall.h" bases="QDBusPendingCall,QObject" module="QtDBus">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusPendingCallWatcher" fullname="QDBusPendingCallWatcher::QDBusPendingCallWatcher" href="qdbuspendingcallwatcher.html#QDBusPendingCallWatcher" location="qdbuspendingcall.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDBusPendingCallWatcher(const QDBusPendingCall &amp; call, QObject * parent)">
+ <parameter left="const QDBusPendingCall &amp;" right="" name="call" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDBusPendingCallWatcher" fullname="QDBusPendingCallWatcher::~QDBusPendingCallWatcher" href="qdbuspendingcallwatcher.html#dtor.QDBusPendingCallWatcher" location="qdbuspendingcall.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDBusPendingCallWatcher()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFinished" fullname="QDBusPendingCallWatcher::isFinished" href="qdbuspendingcallwatcher.html#isFinished" location="qdbuspendingcall.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isFinished() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForFinished" fullname="QDBusPendingCallWatcher::waitForFinished" href="qdbuspendingcallwatcher.html#waitForFinished" location="qdbuspendingcall.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="waitForFinished()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="finished" fullname="QDBusPendingCallWatcher::finished" href="qdbuspendingcallwatcher.html#finished" location="qdbuspendingcall.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="finished(QDBusPendingCallWatcher * self)">
+ <parameter left="QDBusPendingCallWatcher *" right="" name="self" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGLColormap" href="qglcolormap.html" location="qglcolormap.h" bases="" module="QtOpenGL">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLColormap" fullname="QGLColormap::QGLColormap" href="qglcolormap.html#QGLColormap" location="qglcolormap.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGLColormap()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLColormap" fullname="QGLColormap::QGLColormap" href="qglcolormap.html#QGLColormap-2" location="qglcolormap.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QGLColormap(const QGLColormap &amp; map)">
+ <parameter left="const QGLColormap &amp;" right="" name="map" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGLColormap" fullname="QGLColormap::~QGLColormap" href="qglcolormap.html#dtor.QGLColormap" location="qglcolormap.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGLColormap()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QGLColormap::operator=" href="qglcolormap.html#operator=" location="qglcolormap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QGLColormap &amp;" signature="operator=(const QGLColormap &amp; map)">
+ <parameter left="const QGLColormap &amp;" right="" name="map" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QGLColormap::isEmpty" href="qglcolormap.html#isEmpty" location="qglcolormap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QGLColormap::size" href="qglcolormap.html#size" location="qglcolormap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEntries" fullname="QGLColormap::setEntries" href="qglcolormap.html#setEntries" location="qglcolormap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEntries(int count, const QRgb * colors, int base)">
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QRgb *" right="" name="colors" default=""/>
+ <parameter left="int" right="" name="base" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEntry" fullname="QGLColormap::setEntry" href="qglcolormap.html#setEntry" location="qglcolormap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEntry(int idx, QRgb color)">
+ <parameter left="int" right="" name="idx" default=""/>
+ <parameter left="QRgb" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEntry" fullname="QGLColormap::setEntry" href="qglcolormap.html#setEntry-2" location="qglcolormap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setEntry(int idx, const QColor &amp; color)">
+ <parameter left="int" right="" name="idx" default=""/>
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="entryRgb" fullname="QGLColormap::entryRgb" href="qglcolormap.html#entryRgb" location="qglcolormap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRgb" signature="entryRgb(int idx) const">
+ <parameter left="int" right="" name="idx" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="entryColor" fullname="QGLColormap::entryColor" href="qglcolormap.html#entryColor" location="qglcolormap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="entryColor(int idx) const">
+ <parameter left="int" right="" name="idx" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="QGLColormap::find" href="qglcolormap.html#find" location="qglcolormap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="find(QRgb color) const">
+ <parameter left="QRgb" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findNearest" fullname="QGLColormap::findNearest" href="qglcolormap.html#findNearest" location="qglcolormap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="findNearest(QRgb color) const">
+ <parameter left="QRgb" right="" name="color" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3Accel" href="q3accel.html" location="q3accel.h" bases="QObject" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Accel" fullname="Q3Accel::Q3Accel" href="q3accel.html#Q3Accel" location="q3accel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3Accel(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Accel" fullname="Q3Accel::Q3Accel" href="q3accel.html#Q3Accel-2" location="q3accel.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3Accel(QWidget * watch, QObject * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="watch" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3Accel" fullname="Q3Accel::~Q3Accel" href="q3accel.html#dtor.Q3Accel" location="q3accel.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3Accel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEnabled" fullname="Q3Accel::isEnabled" href="q3accel.html#isEnabled" location="q3accel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEnabled" fullname="Q3Accel::setEnabled" href="q3accel.html#setEnabled" location="q3accel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3Accel::count" href="q3accel.html#count" location="q3accel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertItem" fullname="Q3Accel::insertItem" href="q3accel.html#insertItem" location="q3accel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="insertItem(const QKeySequence &amp; key, int id)">
+ <parameter left="const QKeySequence &amp;" right="" name="key" default=""/>
+ <parameter left="int" right="" name="id" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeItem" fullname="Q3Accel::removeItem" href="q3accel.html#removeItem" location="q3accel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeItem(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="Q3Accel::clear" href="q3accel.html#clear" location="q3accel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="Q3Accel::key" href="q3accel.html#key" location="q3accel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QKeySequence" signature="key(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findKey" fullname="Q3Accel::findKey" href="q3accel.html#findKey" location="q3accel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="findKey(const QKeySequence &amp; key) const">
+ <parameter left="const QKeySequence &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isItemEnabled" fullname="Q3Accel::isItemEnabled" href="q3accel.html#isItemEnabled" location="q3accel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isItemEnabled(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemEnabled" fullname="Q3Accel::setItemEnabled" href="q3accel.html#setItemEnabled" location="q3accel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemEnabled(int id, bool enable)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connectItem" fullname="Q3Accel::connectItem" href="q3accel.html#connectItem" location="q3accel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="connectItem(int id, const QObject * receiver, const char * member)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="const QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="disconnectItem" fullname="Q3Accel::disconnectItem" href="q3accel.html#disconnectItem" location="q3accel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="disconnectItem(int id, const QObject * receiver, const char * member)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="const QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWhatsThis" fullname="Q3Accel::setWhatsThis" href="q3accel.html#setWhatsThis" location="q3accel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWhatsThis(int id, const QString &amp; text)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="whatsThis" fullname="Q3Accel::whatsThis" href="q3accel.html#whatsThis" location="q3accel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="whatsThis(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shortcutKey" fullname="Q3Accel::shortcutKey" href="q3accel.html#shortcutKey" location="q3accel.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QKeySequence" signature="shortcutKey(const QString &amp; str)">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="keyToString" fullname="Q3Accel::keyToString" href="q3accel-obsolete.html#keyToString" location="q3accel.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="keyToString(QKeySequence k)">
+ <parameter left="QKeySequence" right="" name="k" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="stringToKey" fullname="Q3Accel::stringToKey" href="q3accel-obsolete.html#stringToKey" location="q3accel.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QKeySequence" signature="stringToKey(const QString &amp; s)">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activated" fullname="Q3Accel::activated" href="q3accel.html#activated" location="q3accel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="activated(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activatedAmbiguously" fullname="Q3Accel::activatedAmbiguously" href="q3accel.html#activatedAmbiguously" location="q3accel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="activatedAmbiguously(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTextBrowser" href="qtextbrowser.html" location="qtextbrowser.h" bases="QTextEdit" module="QtGui">
+ <contents name="document-source-and-contents" title="Document Source and Contents" level="1"/>
+ <contents name="navigation" title="Navigation" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="source" fullname="QTextBrowser::source" href="qtextbrowser.html#source-prop" location="qtextbrowser.h" type="QUrl">
+ <getter name="source"/>
+ <setter name="setSource"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="modified" fullname="QTextBrowser::modified" href="qtextbrowser.html#modified-prop" location="qtextbrowser.h" type="bool"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="readOnly" fullname="QTextBrowser::readOnly" href="qtextbrowser.html#readOnly-prop" location="qtextbrowser.h" type="bool"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="undoRedoEnabled" fullname="QTextBrowser::undoRedoEnabled" href="qtextbrowser.html#undoRedoEnabled-prop" location="qtextbrowser.h" type="bool"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="searchPaths" fullname="QTextBrowser::searchPaths" href="qtextbrowser.html#searchPaths-prop" location="qtextbrowser.h" type="QStringList">
+ <getter name="searchPaths"/>
+ <setter name="setSearchPaths"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="openExternalLinks" fullname="QTextBrowser::openExternalLinks" href="qtextbrowser.html#openExternalLinks-prop" location="qtextbrowser.h" type="bool">
+ <getter name="openExternalLinks"/>
+ <setter name="setOpenExternalLinks"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="openLinks" fullname="QTextBrowser::openLinks" href="qtextbrowser.html#openLinks-prop" location="qtextbrowser.h" type="bool">
+ <getter name="openLinks"/>
+ <setter name="setOpenLinks"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextBrowser" fullname="QTextBrowser::QTextBrowser" href="qtextbrowser.html#QTextBrowser" location="qtextbrowser.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextBrowser(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="source" fullname="QTextBrowser::source" href="qtextbrowser.html#source-prop" location="qtextbrowser.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="source" type="QUrl" signature="source() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="searchPaths" fullname="QTextBrowser::searchPaths" href="qtextbrowser.html#searchPaths-prop" location="qtextbrowser.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="searchPaths" type="QStringList" signature="searchPaths() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSearchPaths" fullname="QTextBrowser::setSearchPaths" href="qtextbrowser.html#searchPaths-prop" location="qtextbrowser.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="searchPaths" type="void" signature="setSearchPaths(const QStringList &amp; paths)">
+ <parameter left="const QStringList &amp;" right="" name="paths" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loadResource" fullname="QTextBrowser::loadResource" href="qtextbrowser.html#loadResource" location="qtextbrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QVariant" signature="loadResource(int type, const QUrl &amp; name)">
+ <parameter left="int" right="" name="type" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isBackwardAvailable" fullname="QTextBrowser::isBackwardAvailable" href="qtextbrowser.html#isBackwardAvailable" location="qtextbrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isBackwardAvailable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isForwardAvailable" fullname="QTextBrowser::isForwardAvailable" href="qtextbrowser.html#isForwardAvailable" location="qtextbrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isForwardAvailable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearHistory" fullname="QTextBrowser::clearHistory" href="qtextbrowser.html#clearHistory" location="qtextbrowser.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearHistory()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="historyTitle" fullname="QTextBrowser::historyTitle" href="qtextbrowser.html#historyTitle" location="qtextbrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="historyTitle(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="historyUrl" fullname="QTextBrowser::historyUrl" href="qtextbrowser.html#historyUrl" location="qtextbrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="historyUrl(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="backwardHistoryCount" fullname="QTextBrowser::backwardHistoryCount" href="qtextbrowser.html#backwardHistoryCount" location="qtextbrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="backwardHistoryCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="forwardHistoryCount" fullname="QTextBrowser::forwardHistoryCount" href="qtextbrowser.html#forwardHistoryCount" location="qtextbrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="forwardHistoryCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="openExternalLinks" fullname="QTextBrowser::openExternalLinks" href="qtextbrowser.html#openExternalLinks-prop" location="qtextbrowser.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="openExternalLinks" type="bool" signature="openExternalLinks() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOpenExternalLinks" fullname="QTextBrowser::setOpenExternalLinks" href="qtextbrowser.html#openExternalLinks-prop" location="qtextbrowser.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="openExternalLinks" type="void" signature="setOpenExternalLinks(bool open)">
+ <parameter left="bool" right="" name="open" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="openLinks" fullname="QTextBrowser::openLinks" href="qtextbrowser.html#openLinks-prop" location="qtextbrowser.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="openLinks" type="bool" signature="openLinks() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOpenLinks" fullname="QTextBrowser::setOpenLinks" href="qtextbrowser.html#openLinks-prop" location="qtextbrowser.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="openLinks" type="void" signature="setOpenLinks(bool open)">
+ <parameter left="bool" right="" name="open" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSource" fullname="QTextBrowser::setSource" href="qtextbrowser.html#source-prop" location="qtextbrowser.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="source" type="void" signature="setSource(const QUrl &amp; name)">
+ <parameter left="const QUrl &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="backward" fullname="QTextBrowser::backward" href="qtextbrowser.html#backward" location="qtextbrowser.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="backward()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="forward" fullname="QTextBrowser::forward" href="qtextbrowser.html#forward" location="qtextbrowser.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="forward()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="home" fullname="QTextBrowser::home" href="qtextbrowser.html#home" location="qtextbrowser.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="home()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reload" fullname="QTextBrowser::reload" href="qtextbrowser.html#reload" location="qtextbrowser.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="reload()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="backwardAvailable" fullname="QTextBrowser::backwardAvailable" href="qtextbrowser.html#backwardAvailable" location="qtextbrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="backwardAvailable(bool available)">
+ <parameter left="bool" right="" name="available" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="forwardAvailable" fullname="QTextBrowser::forwardAvailable" href="qtextbrowser.html#forwardAvailable" location="qtextbrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="forwardAvailable(bool available)">
+ <parameter left="bool" right="" name="available" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="historyChanged" fullname="QTextBrowser::historyChanged" href="qtextbrowser.html#historyChanged" location="qtextbrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="historyChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sourceChanged" fullname="QTextBrowser::sourceChanged" href="qtextbrowser.html#sourceChanged" location="qtextbrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="sourceChanged(const QUrl &amp; src)">
+ <parameter left="const QUrl &amp;" right="" name="src" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="highlighted" fullname="QTextBrowser::highlighted" href="qtextbrowser.html#highlighted" location="qtextbrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="highlighted(const QUrl &amp; link)">
+ <parameter left="const QUrl &amp;" right="" name="link" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="highlighted" fullname="QTextBrowser::highlighted" href="qtextbrowser.html#highlighted-2" location="qtextbrowser.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="highlighted(const QString &amp; link)">
+ <parameter left="const QString &amp;" right="" name="link" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="anchorClicked" fullname="QTextBrowser::anchorClicked" href="qtextbrowser.html#anchorClicked" location="qtextbrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="anchorClicked(const QUrl &amp; link)">
+ <parameter left="const QUrl &amp;" right="" name="link" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QTextBrowser::event" href="qtextbrowser.html#event" location="qtextbrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QTextBrowser::keyPressEvent" href="qtextbrowser.html#keyPressEvent" location="qtextbrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * ev)">
+ <parameter left="QKeyEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QTextBrowser::mouseMoveEvent" href="qtextbrowser.html#mouseMoveEvent" location="qtextbrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QTextBrowser::mousePressEvent" href="qtextbrowser.html#mousePressEvent" location="qtextbrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QTextBrowser::mouseReleaseEvent" href="qtextbrowser.html#mouseReleaseEvent" location="qtextbrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="QTextBrowser::focusOutEvent" href="qtextbrowser.html#focusOutEvent" location="qtextbrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * ev)">
+ <parameter left="QFocusEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusNextPrevChild" fullname="QTextBrowser::focusNextPrevChild" href="qtextbrowser.html#focusNextPrevChild" location="qtextbrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="focusNextPrevChild(bool next)">
+ <parameter left="bool" right="" name="next" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QTextBrowser::paintEvent" href="qtextbrowser.html#paintEvent" location="qtextbrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * e)">
+ <parameter left="QPaintEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QTextBrowser" fullname="QTextBrowser::QTextBrowser" href="qtextbrowser-qt3.html#QTextBrowser-2" location="qtextbrowser.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTextBrowser(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStatusBar" href="qstatusbar.html" location="qstatusbar.h" bases="QWidget" module="QtGui">
+ <target name="permanent-message"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="sizeGripEnabled" fullname="QStatusBar::sizeGripEnabled" href="qstatusbar.html#sizeGripEnabled-prop" location="qstatusbar.h" type="bool">
+ <getter name="isSizeGripEnabled"/>
+ <setter name="setSizeGripEnabled"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStatusBar" fullname="QStatusBar::QStatusBar" href="qstatusbar.html#QStatusBar" location="qstatusbar.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStatusBar(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QStatusBar" fullname="QStatusBar::~QStatusBar" href="qstatusbar.html#dtor.QStatusBar" location="qstatusbar.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QStatusBar()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addWidget" fullname="QStatusBar::addWidget" href="qstatusbar.html#addWidget" location="qstatusbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addWidget(QWidget * widget, int stretch)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="int" right="" name="stretch" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertWidget" fullname="QStatusBar::insertWidget" href="qstatusbar.html#insertWidget" location="qstatusbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="insertWidget(int index, QWidget * widget, int stretch)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="int" right="" name="stretch" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addPermanentWidget" fullname="QStatusBar::addPermanentWidget" href="qstatusbar.html#addPermanentWidget" location="qstatusbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addPermanentWidget(QWidget * widget, int stretch)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="int" right="" name="stretch" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertPermanentWidget" fullname="QStatusBar::insertPermanentWidget" href="qstatusbar.html#insertPermanentWidget" location="qstatusbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="insertPermanentWidget(int index, QWidget * widget, int stretch)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="int" right="" name="stretch" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeWidget" fullname="QStatusBar::removeWidget" href="qstatusbar.html#removeWidget" location="qstatusbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSizeGripEnabled" fullname="QStatusBar::setSizeGripEnabled" href="qstatusbar.html#sizeGripEnabled-prop" location="qstatusbar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="sizeGripEnabled" type="void" signature="setSizeGripEnabled(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSizeGripEnabled" fullname="QStatusBar::isSizeGripEnabled" href="qstatusbar.html#sizeGripEnabled-prop" location="qstatusbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sizeGripEnabled" type="bool" signature="isSizeGripEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentMessage" fullname="QStatusBar::currentMessage" href="qstatusbar.html#currentMessage" location="qstatusbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="currentMessage() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showMessage" fullname="QStatusBar::showMessage" href="qstatusbar.html#showMessage" location="qstatusbar.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="showMessage(const QString &amp; message, int timeout)">
+ <parameter left="const QString &amp;" right="" name="message" default=""/>
+ <parameter left="int" right="" name="timeout" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearMessage" fullname="QStatusBar::clearMessage" href="qstatusbar.html#clearMessage" location="qstatusbar.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clearMessage()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="QStatusBar" fullname="QStatusBar::QStatusBar" href="qstatusbar-qt3.html#QStatusBar-2" location="qstatusbar.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStatusBar(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="addWidget" fullname="QStatusBar::addWidget" href="qstatusbar-qt3.html#addWidget-2" location="qstatusbar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addWidget(QWidget * widget, int stretch, bool permanent)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="int" right="" name="stretch" default=""/>
+ <parameter left="bool" right="" name="permanent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="message" fullname="QStatusBar::message" href="qstatusbar-qt3.html#message" location="qstatusbar.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="message(const QString &amp; message, int timeout)">
+ <parameter left="const QString &amp;" right="" name="message" default=""/>
+ <parameter left="int" right="" name="timeout" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="clear" fullname="QStatusBar::clear" href="qstatusbar-qt3.html#clear" location="qstatusbar.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="messageChanged" fullname="QStatusBar::messageChanged" href="qstatusbar.html#messageChanged" location="qstatusbar.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="messageChanged(const QString &amp; message)">
+ <parameter left="const QString &amp;" right="" name="message" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="QStatusBar::showEvent" href="qstatusbar.html#showEvent" location="qstatusbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * )">
+ <parameter left="QShowEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QStatusBar::paintEvent" href="qstatusbar.html#paintEvent" location="qstatusbar.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * event)">
+ <parameter left="QPaintEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QStatusBar::resizeEvent" href="qstatusbar.html#resizeEvent" location="qstatusbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="reformat" fullname="QStatusBar::reformat" href="qstatusbar.html#reformat" location="qstatusbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reformat()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hideOrShow" fullname="QStatusBar::hideOrShow" href="qstatusbar.html#hideOrShow" location="qstatusbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="hideOrShow()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QStatusBar::event" href="qstatusbar.html#event" location="qstatusbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDBusPendingReply" href="qdbuspendingreply.html" location="qdbuspendingreply.h" bases="QDBusPendingCall" module="QtDBus">
+ <variable access="public" threadsafety="unspecified" status="commendable" name="Count" fullname="QDBusPendingReply::Count" href="qdbuspendingreply.html#Count-var" location="qdbuspendingreply.h" type="const int" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusPendingReply" fullname="QDBusPendingReply::QDBusPendingReply" href="qdbuspendingreply.html#QDBusPendingReply" location="qdbuspendingreply.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDBusPendingReply()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusPendingReply" fullname="QDBusPendingReply::QDBusPendingReply" href="qdbuspendingreply.html#QDBusPendingReply-2" location="qdbuspendingreply.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDBusPendingReply(const QDBusPendingReply &amp; other)">
+ <parameter left="const QDBusPendingReply &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusPendingReply" fullname="QDBusPendingReply::QDBusPendingReply" href="qdbuspendingreply.html#QDBusPendingReply-3" location="qdbuspendingreply.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QDBusPendingReply(const QDBusPendingCall &amp; call)">
+ <parameter left="const QDBusPendingCall &amp;" right="" name="call" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusPendingReply" fullname="QDBusPendingReply::QDBusPendingReply" href="qdbuspendingreply.html#QDBusPendingReply-4" location="qdbuspendingreply.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QDBusPendingReply(const QDBusMessage &amp; message)">
+ <parameter left="const QDBusMessage &amp;" right="" name="message" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDBusPendingReply::operator=" href="qdbuspendingreply.html#operator=" location="qdbuspendingreply.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDBusPendingReply &amp;" signature="operator=(const QDBusPendingReply &amp; other)">
+ <parameter left="const QDBusPendingReply &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDBusPendingReply::operator=" href="qdbuspendingreply.html#operator=-2" location="qdbuspendingreply.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QDBusPendingReply &amp;" signature="operator=(const QDBusPendingCall &amp; call)">
+ <parameter left="const QDBusPendingCall &amp;" right="" name="call" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDBusPendingReply::operator=" href="qdbuspendingreply.html#operator=-3" location="qdbuspendingreply.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QDBusPendingReply &amp;" signature="operator=(const QDBusMessage &amp; message)">
+ <parameter left="const QDBusMessage &amp;" right="" name="message" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QDBusPendingReply::count" href="qdbuspendingreply.html#count" location="qdbuspendingreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="argumentAt" fullname="QDBusPendingReply::argumentAt" href="qdbuspendingreply.html#argumentAt" location="qdbuspendingreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="argumentAt(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFinished" fullname="QDBusPendingReply::isFinished" href="qdbuspendingreply.html#isFinished" location="qdbuspendingreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isFinished() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForFinished" fullname="QDBusPendingReply::waitForFinished" href="qdbuspendingreply.html#waitForFinished" location="qdbuspendingreply.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="waitForFinished()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QDBusPendingReply::isValid" href="qdbuspendingreply.html#isValid" location="qdbuspendingreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isError" fullname="QDBusPendingReply::isError" href="qdbuspendingreply.html#isError" location="qdbuspendingreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isError() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QDBusPendingReply::error" href="qdbuspendingreply.html#error" location="qdbuspendingreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDBusError" signature="error() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reply" fullname="QDBusPendingReply::reply" href="qdbuspendingreply.html#reply" location="qdbuspendingreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDBusMessage" signature="reply() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="argumentAt" fullname="QDBusPendingReply::argumentAt" href="qdbuspendingreply.html#argumentAt-2" location="qdbuspendingreply.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="Type" signature="argumentAt() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QDBusPendingReply::value" href="qdbuspendingreply.html#value" location="qdbuspendingreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T1" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator T1" fullname="QDBusPendingReply::operator T1" href="qdbuspendingreply.html#operator T1" location="qdbuspendingreply.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator T1() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3PopupMenu" href="q3popupmenu.html" location="q3popupmenu.h" bases="QMenu" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3PopupMenu" fullname="Q3PopupMenu::Q3PopupMenu" href="q3popupmenu.html#Q3PopupMenu" location="q3popupmenu.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3PopupMenu(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exec" fullname="Q3PopupMenu::exec" href="q3popupmenu.html#exec" location="q3popupmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="exec()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exec" fullname="Q3PopupMenu::exec" href="q3popupmenu.html#exec-2" location="q3popupmenu.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="exec(const QPoint &amp; pos, int indexAtPoint)">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="int" right="" name="indexAtPoint" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMargin" fullname="Q3PopupMenu::setMargin" href="q3popupmenu.html#setMargin" location="q3popupmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMargin(int margin)">
+ <parameter left="int" right="" name="margin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="margin" fullname="Q3PopupMenu::margin" href="q3popupmenu.html#margin" location="q3popupmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="margin() const"/>
+ </class>
+ <class access="public" threadsafety="thread safe" status="commendable" name="QThreadStorage" href="qthreadstorage.html" location="qthreadstorage.h" bases="" module="QtCore">
+ <contents name="caveats" title="Caveats" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QThreadStorage" fullname="QThreadStorage::QThreadStorage" href="qthreadstorage.html#QThreadStorage" location="qthreadstorage.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QThreadStorage()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QThreadStorage" fullname="QThreadStorage::~QThreadStorage" href="qthreadstorage.html#dtor.QThreadStorage" location="qthreadstorage.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QThreadStorage()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasLocalData" fullname="QThreadStorage::hasLocalData" href="qthreadstorage.html#hasLocalData" location="qthreadstorage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasLocalData() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="localData" fullname="QThreadStorage::localData" href="qthreadstorage.html#localData" location="qthreadstorage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="localData()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="localData" fullname="QThreadStorage::localData" href="qthreadstorage.html#localData-2" location="qthreadstorage.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="T" signature="localData() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLocalData" fullname="QThreadStorage::setLocalData" href="qthreadstorage.html#setLocalData" location="qthreadstorage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLocalData(T data)">
+ <parameter left="T" right="" name="data" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QParallelAnimationGroup" href="qparallelanimationgroup.html" location="qparallelanimationgroup.h" bases="QAnimationGroup" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QParallelAnimationGroup" fullname="QParallelAnimationGroup::QParallelAnimationGroup" href="qparallelanimationgroup.html#QParallelAnimationGroup" location="qparallelanimationgroup.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QParallelAnimationGroup(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QParallelAnimationGroup" fullname="QParallelAnimationGroup::~QParallelAnimationGroup" href="qparallelanimationgroup.html#dtor.QParallelAnimationGroup" location="qparallelanimationgroup.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QParallelAnimationGroup()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="duration" fullname="QParallelAnimationGroup::duration" href="qparallelanimationgroup.html#duration" location="qparallelanimationgroup.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="duration() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QParallelAnimationGroup::event" href="qparallelanimationgroup.html#event" location="qparallelanimationgroup.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateCurrentTime" fullname="QParallelAnimationGroup::updateCurrentTime" href="qparallelanimationgroup.html#updateCurrentTime" location="qparallelanimationgroup.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateCurrentTime(int msecs)">
+ <parameter left="int" right="" name="msecs" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateState" fullname="QParallelAnimationGroup::updateState" href="qparallelanimationgroup.html#updateState" location="qparallelanimationgroup.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateState(QAbstractAnimation::State oldState, QAbstractAnimation::State newState)">
+ <parameter left="QAbstractAnimation::State" right="" name="oldState" default=""/>
+ <parameter left="QAbstractAnimation::State" right="" name="newState" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateDirection" fullname="QParallelAnimationGroup::updateDirection" href="qparallelanimationgroup.html#updateDirection" location="qparallelanimationgroup.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateDirection(QAbstractAnimation::Direction direction)">
+ <parameter left="QAbstractAnimation::Direction" right="" name="direction" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTableWidgetSelectionRange" href="qtablewidgetselectionrange.html" location="qtablewidget.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTableWidgetSelectionRange" fullname="QTableWidgetSelectionRange::QTableWidgetSelectionRange" href="qtablewidgetselectionrange.html#QTableWidgetSelectionRange" location="qtablewidget.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTableWidgetSelectionRange()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTableWidgetSelectionRange" fullname="QTableWidgetSelectionRange::QTableWidgetSelectionRange" href="qtablewidgetselectionrange.html#QTableWidgetSelectionRange-2" location="qtablewidget.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTableWidgetSelectionRange(int top, int left, int bottom, int right)">
+ <parameter left="int" right="" name="top" default=""/>
+ <parameter left="int" right="" name="left" default=""/>
+ <parameter left="int" right="" name="bottom" default=""/>
+ <parameter left="int" right="" name="right" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTableWidgetSelectionRange" fullname="QTableWidgetSelectionRange::QTableWidgetSelectionRange" href="qtablewidgetselectionrange.html#QTableWidgetSelectionRange-3" location="qtablewidget.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QTableWidgetSelectionRange(const QTableWidgetSelectionRange &amp; other)">
+ <parameter left="const QTableWidgetSelectionRange &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTableWidgetSelectionRange" fullname="QTableWidgetSelectionRange::~QTableWidgetSelectionRange" href="qtablewidgetselectionrange.html#dtor.QTableWidgetSelectionRange" location="qtablewidget.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTableWidgetSelectionRange()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="topRow" fullname="QTableWidgetSelectionRange::topRow" href="qtablewidgetselectionrange.html#topRow" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="topRow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bottomRow" fullname="QTableWidgetSelectionRange::bottomRow" href="qtablewidgetselectionrange.html#bottomRow" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="bottomRow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="leftColumn" fullname="QTableWidgetSelectionRange::leftColumn" href="qtablewidgetselectionrange.html#leftColumn" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="leftColumn() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rightColumn" fullname="QTableWidgetSelectionRange::rightColumn" href="qtablewidgetselectionrange.html#rightColumn" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="rightColumn() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowCount" fullname="QTableWidgetSelectionRange::rowCount" href="qtablewidgetselectionrange.html#rowCount" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="rowCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnCount" fullname="QTableWidgetSelectionRange::columnCount" href="qtablewidgetselectionrange.html#columnCount" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columnCount() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTableWidgetItem" href="qtablewidgetitem.html" location="qtablewidget.h" bases="" module="QtGui">
+ <contents name="subclassing" title="Subclassing" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ItemType" fullname="QTableWidgetItem::ItemType" href="qtablewidgetitem.html#ItemType-enum" location="qtablewidget.h">
+ <value name="Type" value="0"/>
+ <value name="UserType" value="1000"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTableWidgetItem" fullname="QTableWidgetItem::QTableWidgetItem" href="qtablewidgetitem.html#QTableWidgetItem" location="qtablewidget.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTableWidgetItem(int type)">
+ <parameter left="int" right="" name="type" default="Type"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTableWidgetItem" fullname="QTableWidgetItem::QTableWidgetItem" href="qtablewidgetitem.html#QTableWidgetItem-2" location="qtablewidget.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTableWidgetItem(const QString &amp; text, int type)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="type" default="Type"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTableWidgetItem" fullname="QTableWidgetItem::QTableWidgetItem" href="qtablewidgetitem.html#QTableWidgetItem-3" location="qtablewidget.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QTableWidgetItem(const QIcon &amp; icon, const QString &amp; text, int type)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="type" default="Type"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTableWidgetItem" fullname="QTableWidgetItem::QTableWidgetItem" href="qtablewidgetitem.html#QTableWidgetItem-4" location="qtablewidget.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QTableWidgetItem(const QTableWidgetItem &amp; other)">
+ <parameter left="const QTableWidgetItem &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTableWidgetItem" fullname="QTableWidgetItem::~QTableWidgetItem" href="qtablewidgetitem.html#dtor.QTableWidgetItem" location="qtablewidget.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTableWidgetItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clone" fullname="QTableWidgetItem::clone" href="qtablewidgetitem.html#clone" location="qtablewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QTableWidgetItem *" signature="clone() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tableWidget" fullname="QTableWidgetItem::tableWidget" href="qtablewidgetitem.html#tableWidget" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTableWidget *" signature="tableWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="row" fullname="QTableWidgetItem::row" href="qtablewidgetitem.html#row" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="row() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="column" fullname="QTableWidgetItem::column" href="qtablewidgetitem.html#column" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="column() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelected" fullname="QTableWidgetItem::setSelected" href="qtablewidgetitem.html#setSelected" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelected(bool select)">
+ <parameter left="bool" right="" name="select" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSelected" fullname="QTableWidgetItem::isSelected" href="qtablewidgetitem.html#isSelected" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSelected() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flags" fullname="QTableWidgetItem::flags" href="qtablewidgetitem.html#flags" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::ItemFlags" signature="flags() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFlags" fullname="QTableWidgetItem::setFlags" href="qtablewidgetitem.html#setFlags" location="qtablewidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFlags(QFlags&lt;Qt::ItemFlag&gt; flags)">
+ <parameter left="QFlags&lt;Qt::ItemFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QTableWidgetItem::text" href="qtablewidgetitem.html#text" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="QTableWidgetItem::setText" href="qtablewidgetitem.html#setText" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QTableWidgetItem::icon" href="qtablewidgetitem.html#icon" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="icon() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIcon" fullname="QTableWidgetItem::setIcon" href="qtablewidgetitem.html#setIcon" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setIcon(const QIcon &amp; icon)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="statusTip" fullname="QTableWidgetItem::statusTip" href="qtablewidgetitem.html#statusTip" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="statusTip() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStatusTip" fullname="QTableWidgetItem::setStatusTip" href="qtablewidgetitem.html#setStatusTip" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStatusTip(const QString &amp; statusTip)">
+ <parameter left="const QString &amp;" right="" name="statusTip" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toolTip" fullname="QTableWidgetItem::toolTip" href="qtablewidgetitem.html#toolTip" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toolTip() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setToolTip" fullname="QTableWidgetItem::setToolTip" href="qtablewidgetitem.html#setToolTip" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setToolTip(const QString &amp; toolTip)">
+ <parameter left="const QString &amp;" right="" name="toolTip" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="whatsThis" fullname="QTableWidgetItem::whatsThis" href="qtablewidgetitem.html#whatsThis" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="whatsThis() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWhatsThis" fullname="QTableWidgetItem::setWhatsThis" href="qtablewidgetitem.html#setWhatsThis" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWhatsThis(const QString &amp; whatsThis)">
+ <parameter left="const QString &amp;" right="" name="whatsThis" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QTableWidgetItem::font" href="qtablewidgetitem.html#font" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFont" signature="font() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFont" fullname="QTableWidgetItem::setFont" href="qtablewidgetitem.html#setFont" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFont(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textAlignment" fullname="QTableWidgetItem::textAlignment" href="qtablewidgetitem.html#textAlignment" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="textAlignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextAlignment" fullname="QTableWidgetItem::setTextAlignment" href="qtablewidgetitem.html#setTextAlignment" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextAlignment(int alignment)">
+ <parameter left="int" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="backgroundColor" fullname="QTableWidgetItem::backgroundColor" href="qtablewidgetitem-obsolete.html#backgroundColor" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="backgroundColor() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setBackgroundColor" fullname="QTableWidgetItem::setBackgroundColor" href="qtablewidgetitem-obsolete.html#setBackgroundColor" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBackgroundColor(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="background" fullname="QTableWidgetItem::background" href="qtablewidgetitem.html#background" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QBrush" signature="background() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBackground" fullname="QTableWidgetItem::setBackground" href="qtablewidgetitem.html#setBackground" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBackground(const QBrush &amp; brush)">
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="textColor" fullname="QTableWidgetItem::textColor" href="qtablewidgetitem-obsolete.html#textColor" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="textColor() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setTextColor" fullname="QTableWidgetItem::setTextColor" href="qtablewidgetitem-obsolete.html#setTextColor" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextColor(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="foreground" fullname="QTableWidgetItem::foreground" href="qtablewidgetitem.html#foreground" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QBrush" signature="foreground() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setForeground" fullname="QTableWidgetItem::setForeground" href="qtablewidgetitem.html#setForeground" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setForeground(const QBrush &amp; brush)">
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="checkState" fullname="QTableWidgetItem::checkState" href="qtablewidgetitem.html#checkState" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::CheckState" signature="checkState() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCheckState" fullname="QTableWidgetItem::setCheckState" href="qtablewidgetitem.html#setCheckState" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCheckState(Qt::CheckState state)">
+ <parameter left="Qt::CheckState" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QTableWidgetItem::sizeHint" href="qtablewidgetitem.html#sizeHint" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSizeHint" fullname="QTableWidgetItem::setSizeHint" href="qtablewidgetitem.html#setSizeHint" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSizeHint(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QTableWidgetItem::data" href="qtablewidgetitem.html#data" location="qtablewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="data(int role) const">
+ <parameter left="int" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QTableWidgetItem::setData" href="qtablewidgetitem.html#setData" location="qtablewidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setData(int role, const QVariant &amp; value)">
+ <parameter left="int" right="" name="role" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QTableWidgetItem::operator&lt;" href="qtablewidgetitem.html#operator&lt;" location="qtablewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;(const QTableWidgetItem &amp; other) const">
+ <parameter left="const QTableWidgetItem &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="read" fullname="QTableWidgetItem::read" href="qtablewidgetitem.html#read" location="qtablewidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="read(QDataStream &amp; in)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="write" fullname="QTableWidgetItem::write" href="qtablewidgetitem.html#write" location="qtablewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="write(QDataStream &amp; out) const">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QTableWidgetItem::operator=" href="qtablewidgetitem.html#operator=" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTableWidgetItem &amp;" signature="operator=(const QTableWidgetItem &amp; other)">
+ <parameter left="const QTableWidgetItem &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QTableWidgetItem::type" href="qtablewidgetitem.html#type" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="type() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qtablewidgetitem.html#operator&gt;&gt;-51" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="51" relates="QTableWidgetItem" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; in, QTableWidgetItem &amp; item)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ <parameter left="QTableWidgetItem &amp;" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qtablewidgetitem.html#operator&lt;&lt;-92" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="92" relates="QTableWidgetItem" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; out, const QTableWidgetItem &amp; item)">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ <parameter left="const QTableWidgetItem &amp;" right="" name="item" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTableWidget" href="qtablewidget.html" location="qtablewidget.h" bases="QTableView" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="rowCount" fullname="QTableWidget::rowCount" href="qtablewidget.html#rowCount-prop" location="qtablewidget.h" type="int">
+ <getter name="rowCount"/>
+ <setter name="setRowCount"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="columnCount" fullname="QTableWidget::columnCount" href="qtablewidget.html#columnCount-prop" location="qtablewidget.h" type="int">
+ <getter name="columnCount"/>
+ <setter name="setColumnCount"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTableWidget" fullname="QTableWidget::QTableWidget" href="qtablewidget.html#QTableWidget" location="qtablewidget.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTableWidget(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTableWidget" fullname="QTableWidget::QTableWidget" href="qtablewidget.html#QTableWidget-2" location="qtablewidget.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTableWidget(int rows, int columns, QWidget * parent)">
+ <parameter left="int" right="" name="rows" default=""/>
+ <parameter left="int" right="" name="columns" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTableWidget" fullname="QTableWidget::~QTableWidget" href="qtablewidget.html#dtor.QTableWidget" location="qtablewidget.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTableWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRowCount" fullname="QTableWidget::setRowCount" href="qtablewidget.html#rowCount-prop" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="rowCount" type="void" signature="setRowCount(int rows)">
+ <parameter left="int" right="" name="rows" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowCount" fullname="QTableWidget::rowCount" href="qtablewidget.html#rowCount-prop" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="rowCount" type="int" signature="rowCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnCount" fullname="QTableWidget::setColumnCount" href="qtablewidget.html#columnCount-prop" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="columnCount" type="void" signature="setColumnCount(int columns)">
+ <parameter left="int" right="" name="columns" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnCount" fullname="QTableWidget::columnCount" href="qtablewidget.html#columnCount-prop" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="columnCount" type="int" signature="columnCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="row" fullname="QTableWidget::row" href="qtablewidget.html#row" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="row(const QTableWidgetItem * item) const">
+ <parameter left="const QTableWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="column" fullname="QTableWidget::column" href="qtablewidget.html#column" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="column(const QTableWidgetItem * item) const">
+ <parameter left="const QTableWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="item" fullname="QTableWidget::item" href="qtablewidget.html#item" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTableWidgetItem *" signature="item(int row, int column) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItem" fullname="QTableWidget::setItem" href="qtablewidget.html#setItem" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItem(int row, int column, QTableWidgetItem * item)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="QTableWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeItem" fullname="QTableWidget::takeItem" href="qtablewidget.html#takeItem" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTableWidgetItem *" signature="takeItem(int row, int column)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="verticalHeaderItem" fullname="QTableWidget::verticalHeaderItem" href="qtablewidget.html#verticalHeaderItem" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTableWidgetItem *" signature="verticalHeaderItem(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVerticalHeaderItem" fullname="QTableWidget::setVerticalHeaderItem" href="qtablewidget.html#setVerticalHeaderItem" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setVerticalHeaderItem(int row, QTableWidgetItem * item)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="QTableWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeVerticalHeaderItem" fullname="QTableWidget::takeVerticalHeaderItem" href="qtablewidget.html#takeVerticalHeaderItem" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTableWidgetItem *" signature="takeVerticalHeaderItem(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="horizontalHeaderItem" fullname="QTableWidget::horizontalHeaderItem" href="qtablewidget.html#horizontalHeaderItem" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTableWidgetItem *" signature="horizontalHeaderItem(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHorizontalHeaderItem" fullname="QTableWidget::setHorizontalHeaderItem" href="qtablewidget.html#setHorizontalHeaderItem" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHorizontalHeaderItem(int column, QTableWidgetItem * item)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="QTableWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeHorizontalHeaderItem" fullname="QTableWidget::takeHorizontalHeaderItem" href="qtablewidget.html#takeHorizontalHeaderItem" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTableWidgetItem *" signature="takeHorizontalHeaderItem(int column)">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVerticalHeaderLabels" fullname="QTableWidget::setVerticalHeaderLabels" href="qtablewidget.html#setVerticalHeaderLabels" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setVerticalHeaderLabels(const QStringList &amp; labels)">
+ <parameter left="const QStringList &amp;" right="" name="labels" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHorizontalHeaderLabels" fullname="QTableWidget::setHorizontalHeaderLabels" href="qtablewidget.html#setHorizontalHeaderLabels" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHorizontalHeaderLabels(const QStringList &amp; labels)">
+ <parameter left="const QStringList &amp;" right="" name="labels" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentRow" fullname="QTableWidget::currentRow" href="qtablewidget.html#currentRow" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currentRow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentColumn" fullname="QTableWidget::currentColumn" href="qtablewidget.html#currentColumn" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currentColumn() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentItem" fullname="QTableWidget::currentItem" href="qtablewidget.html#currentItem" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTableWidgetItem *" signature="currentItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentItem" fullname="QTableWidget::setCurrentItem" href="qtablewidget.html#setCurrentItem" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCurrentItem(QTableWidgetItem * item)">
+ <parameter left="QTableWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentItem" fullname="QTableWidget::setCurrentItem" href="qtablewidget.html#setCurrentItem-2" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setCurrentItem(QTableWidgetItem * item, QFlags&lt;QItemSelectionModel::SelectionFlag&gt; command)">
+ <parameter left="QTableWidgetItem *" right="" name="item" default=""/>
+ <parameter left="QFlags&lt;QItemSelectionModel::SelectionFlag&gt;" right="" name="command" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentCell" fullname="QTableWidget::setCurrentCell" href="qtablewidget.html#setCurrentCell" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCurrentCell(int row, int column)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentCell" fullname="QTableWidget::setCurrentCell" href="qtablewidget.html#setCurrentCell-2" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setCurrentCell(int row, int column, QFlags&lt;QItemSelectionModel::SelectionFlag&gt; command)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="QFlags&lt;QItemSelectionModel::SelectionFlag&gt;" right="" name="command" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortItems" fullname="QTableWidget::sortItems" href="qtablewidget.html#sortItems" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="sortItems(int column, Qt::SortOrder order)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="Qt::SortOrder" right="" name="order" default="Qt::AscendingOrder"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="editItem" fullname="QTableWidget::editItem" href="qtablewidget.html#editItem" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="editItem(QTableWidgetItem * item)">
+ <parameter left="QTableWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="openPersistentEditor" fullname="QTableWidget::openPersistentEditor" href="qtablewidget.html#openPersistentEditor" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="openPersistentEditor(QTableWidgetItem * item)">
+ <parameter left="QTableWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="closePersistentEditor" fullname="QTableWidget::closePersistentEditor" href="qtablewidget.html#closePersistentEditor" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="closePersistentEditor(QTableWidgetItem * item)">
+ <parameter left="QTableWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellWidget" fullname="QTableWidget::cellWidget" href="qtablewidget.html#cellWidget" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="cellWidget(int row, int column) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCellWidget" fullname="QTableWidget::setCellWidget" href="qtablewidget.html#setCellWidget" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCellWidget(int row, int column, QWidget * widget)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeCellWidget" fullname="QTableWidget::removeCellWidget" href="qtablewidget.html#removeCellWidget" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeCellWidget(int row, int column)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="isItemSelected" fullname="QTableWidget::isItemSelected" href="qtablewidget-obsolete.html#isItemSelected" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isItemSelected(const QTableWidgetItem * item) const">
+ <parameter left="const QTableWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setItemSelected" fullname="QTableWidget::setItemSelected" href="qtablewidget-obsolete.html#setItemSelected" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemSelected(const QTableWidgetItem * item, bool select)">
+ <parameter left="const QTableWidgetItem *" right="" name="item" default=""/>
+ <parameter left="bool" right="" name="select" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRangeSelected" fullname="QTableWidget::setRangeSelected" href="qtablewidget.html#setRangeSelected" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRangeSelected(const QTableWidgetSelectionRange &amp; range, bool select)">
+ <parameter left="const QTableWidgetSelectionRange &amp;" right="" name="range" default=""/>
+ <parameter left="bool" right="" name="select" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedRanges" fullname="QTableWidget::selectedRanges" href="qtablewidget.html#selectedRanges" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QTableWidgetSelectionRange&gt;" signature="selectedRanges() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedItems" fullname="QTableWidget::selectedItems" href="qtablewidget.html#selectedItems" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QList&lt;QTableWidgetItem *&gt;" signature="selectedItems()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findItems" fullname="QTableWidget::findItems" href="qtablewidget.html#findItems" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QTableWidgetItem *&gt;" signature="findItems(const QString &amp; text, QFlags&lt;Qt::MatchFlag&gt; flags) const">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QFlags&lt;Qt::MatchFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="visualRow" fullname="QTableWidget::visualRow" href="qtablewidget.html#visualRow" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="visualRow(int logicalRow) const">
+ <parameter left="int" right="" name="logicalRow" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="visualColumn" fullname="QTableWidget::visualColumn" href="qtablewidget.html#visualColumn" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="visualColumn(int logicalColumn) const">
+ <parameter left="int" right="" name="logicalColumn" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAt" fullname="QTableWidget::itemAt" href="qtablewidget.html#itemAt" location="qtablewidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTableWidgetItem *" signature="itemAt(const QPoint &amp; point) const">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAt" fullname="QTableWidget::itemAt" href="qtablewidget.html#itemAt-2" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QTableWidgetItem *" signature="itemAt(int ax, int ay) const">
+ <parameter left="int" right="" name="ax" default=""/>
+ <parameter left="int" right="" name="ay" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="visualItemRect" fullname="QTableWidget::visualItemRect" href="qtablewidget.html#visualItemRect" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="visualItemRect(const QTableWidgetItem * item) const">
+ <parameter left="const QTableWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemPrototype" fullname="QTableWidget::itemPrototype" href="qtablewidget.html#itemPrototype" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QTableWidgetItem *" signature="itemPrototype() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemPrototype" fullname="QTableWidget::setItemPrototype" href="qtablewidget.html#setItemPrototype" location="qtablewidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemPrototype(const QTableWidgetItem * item)">
+ <parameter left="const QTableWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scrollToItem" fullname="QTableWidget::scrollToItem" href="qtablewidget.html#scrollToItem" location="qtablewidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="scrollToItem(const QTableWidgetItem * item, QAbstractItemView::ScrollHint hint)">
+ <parameter left="const QTableWidgetItem *" right="" name="item" default=""/>
+ <parameter left="QAbstractItemView::ScrollHint" right="" name="hint" default="EnsureVisible"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertRow" fullname="QTableWidget::insertRow" href="qtablewidget.html#insertRow" location="qtablewidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="insertRow(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertColumn" fullname="QTableWidget::insertColumn" href="qtablewidget.html#insertColumn" location="qtablewidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="insertColumn(int column)">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeRow" fullname="QTableWidget::removeRow" href="qtablewidget.html#removeRow" location="qtablewidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="removeRow(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeColumn" fullname="QTableWidget::removeColumn" href="qtablewidget.html#removeColumn" location="qtablewidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="removeColumn(int column)">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QTableWidget::clear" href="qtablewidget.html#clear" location="qtablewidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearContents" fullname="QTableWidget::clearContents" href="qtablewidget.html#clearContents" location="qtablewidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clearContents()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemPressed" fullname="QTableWidget::itemPressed" href="qtablewidget.html#itemPressed" location="qtablewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemPressed(QTableWidgetItem * item)">
+ <parameter left="QTableWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemClicked" fullname="QTableWidget::itemClicked" href="qtablewidget.html#itemClicked" location="qtablewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemClicked(QTableWidgetItem * item)">
+ <parameter left="QTableWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemDoubleClicked" fullname="QTableWidget::itemDoubleClicked" href="qtablewidget.html#itemDoubleClicked" location="qtablewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemDoubleClicked(QTableWidgetItem * item)">
+ <parameter left="QTableWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemActivated" fullname="QTableWidget::itemActivated" href="qtablewidget.html#itemActivated" location="qtablewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemActivated(QTableWidgetItem * item)">
+ <parameter left="QTableWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemEntered" fullname="QTableWidget::itemEntered" href="qtablewidget.html#itemEntered" location="qtablewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemEntered(QTableWidgetItem * item)">
+ <parameter left="QTableWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemChanged" fullname="QTableWidget::itemChanged" href="qtablewidget.html#itemChanged" location="qtablewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemChanged(QTableWidgetItem * item)">
+ <parameter left="QTableWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentItemChanged" fullname="QTableWidget::currentItemChanged" href="qtablewidget.html#currentItemChanged" location="qtablewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentItemChanged(QTableWidgetItem * current, QTableWidgetItem * previous)">
+ <parameter left="QTableWidgetItem *" right="" name="current" default=""/>
+ <parameter left="QTableWidgetItem *" right="" name="previous" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemSelectionChanged" fullname="QTableWidget::itemSelectionChanged" href="qtablewidget.html#itemSelectionChanged" location="qtablewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemSelectionChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellPressed" fullname="QTableWidget::cellPressed" href="qtablewidget.html#cellPressed" location="qtablewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="cellPressed(int row, int column)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellClicked" fullname="QTableWidget::cellClicked" href="qtablewidget.html#cellClicked" location="qtablewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="cellClicked(int row, int column)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellDoubleClicked" fullname="QTableWidget::cellDoubleClicked" href="qtablewidget.html#cellDoubleClicked" location="qtablewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="cellDoubleClicked(int row, int column)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellActivated" fullname="QTableWidget::cellActivated" href="qtablewidget.html#cellActivated" location="qtablewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="cellActivated(int row, int column)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellEntered" fullname="QTableWidget::cellEntered" href="qtablewidget.html#cellEntered" location="qtablewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="cellEntered(int row, int column)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellChanged" fullname="QTableWidget::cellChanged" href="qtablewidget.html#cellChanged" location="qtablewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="cellChanged(int row, int column)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentCellChanged" fullname="QTableWidget::currentCellChanged" href="qtablewidget.html#currentCellChanged" location="qtablewidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentCellChanged(int currentRow, int currentColumn, int previousRow, int previousColumn)">
+ <parameter left="int" right="" name="currentRow" default=""/>
+ <parameter left="int" right="" name="currentColumn" default=""/>
+ <parameter left="int" right="" name="previousRow" default=""/>
+ <parameter left="int" right="" name="previousColumn" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QTableWidget::event" href="qtablewidget.html#event" location="qtablewidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mimeTypes" fullname="QTableWidget::mimeTypes" href="qtablewidget.html#mimeTypes" location="qtablewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="mimeTypes() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mimeData" fullname="QTableWidget::mimeData" href="qtablewidget.html#mimeData" location="qtablewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QMimeData *" signature="mimeData(const QList&lt;QTableWidgetItem *&gt; items) const">
+ <parameter left="const QList&lt;QTableWidgetItem *&gt;" right="" name="items" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dropMimeData" fullname="QTableWidget::dropMimeData" href="qtablewidget.html#dropMimeData" location="qtablewidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="dropMimeData(int row, int column, const QMimeData * data, Qt::DropAction action)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QMimeData *" right="" name="data" default=""/>
+ <parameter left="Qt::DropAction" right="" name="action" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="supportedDropActions" fullname="QTableWidget::supportedDropActions" href="qtablewidget.html#supportedDropActions" location="qtablewidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::DropActions" signature="supportedDropActions() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="items" fullname="QTableWidget::items" href="qtablewidget.html#items" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QTableWidgetItem *&gt;" signature="items(const QMimeData * data) const">
+ <parameter left="const QMimeData *" right="" name="data" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="indexFromItem" fullname="QTableWidget::indexFromItem" href="qtablewidget.html#indexFromItem" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="indexFromItem(QTableWidgetItem * item) const">
+ <parameter left="QTableWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="itemFromIndex" fullname="QTableWidget::itemFromIndex" href="qtablewidget.html#itemFromIndex" location="qtablewidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTableWidgetItem *" signature="itemFromIndex(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dropEvent" fullname="QTableWidget::dropEvent" href="qtablewidget.html#dropEvent" location="qtablewidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dropEvent(QDropEvent * event)">
+ <parameter left="QDropEvent *" right="" name="event" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QLinkedList" href="qlinkedlist.html" location="qlinkedlist.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLinkedList" fullname="QLinkedList::QLinkedList" href="qlinkedlist.html#QLinkedList" location="qlinkedlist.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QLinkedList()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLinkedList" fullname="QLinkedList::QLinkedList" href="qlinkedlist.html#QLinkedList-2" location="qlinkedlist.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QLinkedList(const QLinkedList&lt;T&gt; &amp; other)">
+ <parameter left="const QLinkedList&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QLinkedList" fullname="QLinkedList::~QLinkedList" href="qlinkedlist.html#dtor.QLinkedList" location="qlinkedlist.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QLinkedList()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QLinkedList::operator=" href="qlinkedlist.html#operator=" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QLinkedList&lt;T&gt; &amp;" signature="operator=(const QLinkedList&lt;T&gt; &amp; other)">
+ <parameter left="const QLinkedList&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QLinkedList::operator==" href="qlinkedlist.html#operator==" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QLinkedList&lt;T&gt; &amp; other) const">
+ <parameter left="const QLinkedList&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QLinkedList::operator!=" href="qlinkedlist.html#operator!=" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QLinkedList&lt;T&gt; &amp; other) const">
+ <parameter left="const QLinkedList&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QLinkedList::size" href="qlinkedlist.html#size" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QLinkedList::isEmpty" href="qlinkedlist.html#isEmpty" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QLinkedList::clear" href="qlinkedlist.html#clear" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QLinkedList::append" href="qlinkedlist.html#append" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="append(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prepend" fullname="QLinkedList::prepend" href="qlinkedlist.html#prepend" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="prepend(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeFirst" fullname="QLinkedList::takeFirst" href="qlinkedlist.html#takeFirst" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T" signature="takeFirst()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeLast" fullname="QLinkedList::takeLast" href="qlinkedlist.html#takeLast" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T" signature="takeLast()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeAll" fullname="QLinkedList::removeAll" href="qlinkedlist.html#removeAll" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="removeAll(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeOne" fullname="QLinkedList::removeOne" href="qlinkedlist.html#removeOne" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeOne(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QLinkedList::contains" href="qlinkedlist.html#contains" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const T &amp; value) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QLinkedList::count" href="qlinkedlist.html#count" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count(const T &amp; value) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="iterator" fullname="QLinkedList::iterator" href="qlinkedlist-iterator.html" location="qlinkedlist.h" bases="" module="QtCore">
+ <variable access="public" threadsafety="unspecified" status="commendable" name="i" fullname="QLinkedList::iterator::i" href="qlinkedlist-iterator.html#i-var" location="qlinkedlist.h" type="Node *" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iterator" fullname="QLinkedList::iterator::iterator" href="qlinkedlist-iterator.html#iterator" location="qlinkedlist.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="iterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iterator" fullname="QLinkedList::iterator::iterator" href="qlinkedlist-iterator.html#iterator-3" location="qlinkedlist.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="iterator(const iterator &amp; other)">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QLinkedList::iterator::operator=" href="qlinkedlist-iterator.html#operator=" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator=(const iterator &amp; other)">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" fullname="QLinkedList::iterator::operator*" href="qlinkedlist-iterator.html#operator*" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T &amp;" signature="operator*() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-&gt;" fullname="QLinkedList::iterator::operator-&gt;" href="qlinkedlist-iterator.html#operator-&gt;" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T *" signature="operator-&gt;() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QLinkedList::iterator::operator==" href="qlinkedlist-iterator.html#operator==" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const iterator &amp; other) const">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QLinkedList::iterator::operator!=" href="qlinkedlist-iterator.html#operator!=" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const iterator &amp; other) const">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QLinkedList::iterator::operator==" href="qlinkedlist-iterator.html#operator==-2" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator==(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QLinkedList::iterator::operator!=" href="qlinkedlist-iterator.html#operator!=-2" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator!=(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QLinkedList::iterator::operator++" href="qlinkedlist-iterator.html#operator++" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator++()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QLinkedList::iterator::operator++" href="qlinkedlist-iterator.html#operator++-2" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="operator++(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QLinkedList::iterator::operator--" href="qlinkedlist-iterator.html#operator--" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator--()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QLinkedList::iterator::operator--" href="qlinkedlist-iterator.html#operator---2" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="operator--(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" fullname="QLinkedList::iterator::operator+" href="qlinkedlist-iterator.html#operator+" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="iterator" signature="operator+(int j) const">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" fullname="QLinkedList::iterator::operator-" href="qlinkedlist-iterator.html#operator-" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="iterator" signature="operator-(int j) const">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QLinkedList::iterator::operator+=" href="qlinkedlist-iterator.html#operator+=" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator+=(int j)">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QLinkedList::iterator::operator-=" href="qlinkedlist-iterator.html#operator-=" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator-=(int j)">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="const_iterator" fullname="QLinkedList::const_iterator" href="qlinkedlist-const-iterator.html" location="qlinkedlist.h" bases="" module="QtCore">
+ <variable access="public" threadsafety="unspecified" status="commendable" name="i" fullname="QLinkedList::const_iterator::i" href="qlinkedlist-const-iterator.html#i-var" location="qlinkedlist.h" type="Node *" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="const_iterator" fullname="QLinkedList::const_iterator::const_iterator" href="qlinkedlist-const-iterator.html#const_iterator" location="qlinkedlist.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="const_iterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="const_iterator" fullname="QLinkedList::const_iterator::const_iterator" href="qlinkedlist-const-iterator.html#const_iterator-3" location="qlinkedlist.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="const_iterator(const const_iterator &amp; other)">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="const_iterator" fullname="QLinkedList::const_iterator::const_iterator" href="qlinkedlist-const-iterator.html#const_iterator-4" location="qlinkedlist.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="const_iterator(iterator other)">
+ <parameter left="iterator" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QLinkedList::const_iterator::operator=" href="qlinkedlist-const-iterator.html#operator=" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator=(const const_iterator &amp; other)">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" fullname="QLinkedList::const_iterator::operator*" href="qlinkedlist-const-iterator.html#operator*" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="operator*() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-&gt;" fullname="QLinkedList::const_iterator::operator-&gt;" href="qlinkedlist-const-iterator.html#operator-&gt;" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T *" signature="operator-&gt;() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QLinkedList::const_iterator::operator==" href="qlinkedlist-const-iterator.html#operator==" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QLinkedList::const_iterator::operator!=" href="qlinkedlist-const-iterator.html#operator!=" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QLinkedList::const_iterator::operator++" href="qlinkedlist-const-iterator.html#operator++" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator++()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QLinkedList::const_iterator::operator++" href="qlinkedlist-const-iterator.html#operator++-2" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="const_iterator" signature="operator++(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QLinkedList::const_iterator::operator--" href="qlinkedlist-const-iterator.html#operator--" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator--()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QLinkedList::const_iterator::operator--" href="qlinkedlist-const-iterator.html#operator---2" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="const_iterator" signature="operator--(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" fullname="QLinkedList::const_iterator::operator+" href="qlinkedlist-const-iterator.html#operator+" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="operator+(int j) const">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" fullname="QLinkedList::const_iterator::operator-" href="qlinkedlist-const-iterator.html#operator-" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="operator-(int j) const">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QLinkedList::const_iterator::operator+=" href="qlinkedlist-const-iterator.html#operator+=" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator+=(int j)">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QLinkedList::const_iterator::operator-=" href="qlinkedlist-const-iterator.html#operator-=" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator-=(int j)">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="QLinkedList::begin" href="qlinkedlist.html#begin" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="begin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="QLinkedList::begin" href="qlinkedlist.html#begin-2" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const_iterator" signature="begin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constBegin" fullname="QLinkedList::constBegin" href="qlinkedlist.html#constBegin" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="constBegin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="QLinkedList::end" href="qlinkedlist.html#end" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="end()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="QLinkedList::end" href="qlinkedlist.html#end-2" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const_iterator" signature="end() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constEnd" fullname="QLinkedList::constEnd" href="qlinkedlist.html#constEnd" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="constEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QLinkedList::insert" href="qlinkedlist.html#insert" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="insert(iterator before, const T &amp; value)">
+ <parameter left="iterator" right="" name="before" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="erase" fullname="QLinkedList::erase" href="qlinkedlist.html#erase" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="erase(iterator pos)">
+ <parameter left="iterator" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="erase" fullname="QLinkedList::erase" href="qlinkedlist.html#erase-2" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="erase(iterator begin, iterator end)">
+ <parameter left="iterator" right="" name="begin" default=""/>
+ <parameter left="iterator" right="" name="end" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Iterator" fullname="QLinkedList::Iterator" href="qlinkedlist.html#Iterator-typedef" location="qlinkedlist.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ConstIterator" fullname="QLinkedList::ConstIterator" href="qlinkedlist.html#ConstIterator-typedef" location="qlinkedlist.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QLinkedList::count" href="qlinkedlist.html#count-2" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="first" fullname="QLinkedList::first" href="qlinkedlist.html#first" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="first()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="first" fullname="QLinkedList::first" href="qlinkedlist.html#first-2" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T &amp;" signature="first() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="last" fullname="QLinkedList::last" href="qlinkedlist.html#last" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="last()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="last" fullname="QLinkedList::last" href="qlinkedlist.html#last-2" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T &amp;" signature="last() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeFirst" fullname="QLinkedList::removeFirst" href="qlinkedlist.html#removeFirst" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeFirst()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeLast" fullname="QLinkedList::removeLast" href="qlinkedlist.html#removeLast" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeLast()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startsWith" fullname="QLinkedList::startsWith" href="qlinkedlist.html#startsWith" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="startsWith(const T &amp; value) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endsWith" fullname="QLinkedList::endsWith" href="qlinkedlist.html#endsWith" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="endsWith(const T &amp; value) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="push_back" fullname="QLinkedList::push_back" href="qlinkedlist.html#push_back" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="push_back(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="push_front" fullname="QLinkedList::push_front" href="qlinkedlist.html#push_front" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="push_front(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="front" fullname="QLinkedList::front" href="qlinkedlist.html#front" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="front()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="front" fullname="QLinkedList::front" href="qlinkedlist.html#front-2" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T &amp;" signature="front() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="back" fullname="QLinkedList::back" href="qlinkedlist.html#back" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="back()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="back" fullname="QLinkedList::back" href="qlinkedlist.html#back-2" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T &amp;" signature="back() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pop_front" fullname="QLinkedList::pop_front" href="qlinkedlist.html#pop_front" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="pop_front()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pop_back" fullname="QLinkedList::pop_back" href="qlinkedlist.html#pop_back" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="pop_back()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="empty" fullname="QLinkedList::empty" href="qlinkedlist.html#empty" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="empty() const"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="size_type" fullname="QLinkedList::size_type" href="qlinkedlist.html#size_type-typedef" location="qlinkedlist.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="value_type" fullname="QLinkedList::value_type" href="qlinkedlist.html#value_type-typedef" location="qlinkedlist.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="pointer" fullname="QLinkedList::pointer" href="qlinkedlist.html#pointer-typedef" location="qlinkedlist.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="const_pointer" fullname="QLinkedList::const_pointer" href="qlinkedlist.html#const_pointer-typedef" location="qlinkedlist.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="reference" fullname="QLinkedList::reference" href="qlinkedlist.html#reference-typedef" location="qlinkedlist.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="const_reference" fullname="QLinkedList::const_reference" href="qlinkedlist.html#const_reference-typedef" location="qlinkedlist.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="difference_type" fullname="QLinkedList::difference_type" href="qlinkedlist.html#difference_type-typedef" location="qlinkedlist.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromStdList" fullname="QLinkedList::fromStdList" href="qlinkedlist.html#fromStdList" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QLinkedList&lt;T&gt;" signature="fromStdList(const std::list&lt;T&gt; &amp; list)">
+ <parameter left="const std::list&lt;T&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toStdList" fullname="QLinkedList::toStdList" href="qlinkedlist.html#toStdList" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="std::list&lt;T&gt;" signature="toStdList() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="remove" fullname="QLinkedList::remove" href="qlinkedlist-qt3.html#remove" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="remove(iterator pos)">
+ <parameter left="iterator" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="findIndex" fullname="QLinkedList::findIndex" href="qlinkedlist-qt3.html#findIndex" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="findIndex(const T &amp; t) const">
+ <parameter left="const T &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="find" fullname="QLinkedList::find" href="qlinkedlist-qt3.html#find" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="find(iterator from, const T &amp; t)">
+ <parameter left="iterator" right="" name="from" default=""/>
+ <parameter left="const T &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="find" fullname="QLinkedList::find" href="qlinkedlist-qt3.html#find-2" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="find(const T &amp; t)">
+ <parameter left="const T &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="find" fullname="QLinkedList::find" href="qlinkedlist-qt3.html#find-3" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="const_iterator" signature="find(const_iterator from, const T &amp; t) const">
+ <parameter left="const_iterator" right="" name="from" default=""/>
+ <parameter left="const T &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="find" fullname="QLinkedList::find" href="qlinkedlist-qt3.html#find-4" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="const_iterator" signature="find(const T &amp; t) const">
+ <parameter left="const T &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QLinkedList::operator+=" href="qlinkedlist.html#operator+=" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QLinkedList&lt;T&gt; &amp;" signature="operator+=(const QLinkedList&lt;T&gt; &amp; other)">
+ <parameter left="const QLinkedList&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" fullname="QLinkedList::operator+" href="qlinkedlist.html#operator+" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QLinkedList&lt;T&gt;" signature="operator+(const QLinkedList&lt;T&gt; &amp; other) const">
+ <parameter left="const QLinkedList&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QLinkedList::operator+=" href="qlinkedlist.html#operator+=-2" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QLinkedList&lt;T&gt; &amp;" signature="operator+=(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QLinkedList::operator&lt;&lt;" href="qlinkedlist.html#operator&lt;&lt;-2" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QLinkedList&lt;T&gt; &amp;" signature="operator&lt;&lt;(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QLinkedList::operator&lt;&lt;" href="qlinkedlist.html#operator&lt;&lt;" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QLinkedList&lt;T&gt; &amp;" signature="operator&lt;&lt;(const QLinkedList&lt;T&gt; &amp; other)">
+ <parameter left="const QLinkedList&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAbstractProxyModel" href="qabstractproxymodel.html" location="qabstractproxymodel.h" bases="QAbstractItemModel" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractProxyModel" fullname="QAbstractProxyModel::QAbstractProxyModel" href="qabstractproxymodel.html#QAbstractProxyModel" location="qabstractproxymodel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractProxyModel(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractProxyModel" fullname="QAbstractProxyModel::~QAbstractProxyModel" href="qabstractproxymodel.html#dtor.QAbstractProxyModel" location="qabstractproxymodel.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractProxyModel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSourceModel" fullname="QAbstractProxyModel::setSourceModel" href="qabstractproxymodel.html#setSourceModel" location="qabstractproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSourceModel(QAbstractItemModel * sourceModel)">
+ <parameter left="QAbstractItemModel *" right="" name="sourceModel" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sourceModel" fullname="QAbstractProxyModel::sourceModel" href="qabstractproxymodel.html#sourceModel" location="qabstractproxymodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractItemModel *" signature="sourceModel() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToSource" fullname="QAbstractProxyModel::mapToSource" href="qabstractproxymodel.html#mapToSource" location="qabstractproxymodel.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="mapToSource(const QModelIndex &amp; proxyIndex) const">
+ <parameter left="const QModelIndex &amp;" right="" name="proxyIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromSource" fullname="QAbstractProxyModel::mapFromSource" href="qabstractproxymodel.html#mapFromSource" location="qabstractproxymodel.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="mapFromSource(const QModelIndex &amp; sourceIndex) const">
+ <parameter left="const QModelIndex &amp;" right="" name="sourceIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapSelectionToSource" fullname="QAbstractProxyModel::mapSelectionToSource" href="qabstractproxymodel.html#mapSelectionToSource" location="qabstractproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QItemSelection" signature="mapSelectionToSource(const QItemSelection &amp; proxySelection) const">
+ <parameter left="const QItemSelection &amp;" right="" name="proxySelection" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapSelectionFromSource" fullname="QAbstractProxyModel::mapSelectionFromSource" href="qabstractproxymodel.html#mapSelectionFromSource" location="qabstractproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QItemSelection" signature="mapSelectionFromSource(const QItemSelection &amp; sourceSelection) const">
+ <parameter left="const QItemSelection &amp;" right="" name="sourceSelection" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="submit" fullname="QAbstractProxyModel::submit" href="qabstractproxymodel.html#submit" location="qabstractproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="submit()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="revert" fullname="QAbstractProxyModel::revert" href="qabstractproxymodel.html#revert" location="qabstractproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="revert()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QAbstractProxyModel::data" href="qabstractproxymodel.html#data" location="qabstractproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="data(const QModelIndex &amp; proxyIndex, int role) const">
+ <parameter left="const QModelIndex &amp;" right="" name="proxyIndex" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::DisplayRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="headerData" fullname="QAbstractProxyModel::headerData" href="qabstractproxymodel.html#headerData" location="qabstractproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="headerData(int section, Qt::Orientation orientation, int role) const">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="int" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemData" fullname="QAbstractProxyModel::itemData" href="qabstractproxymodel.html#itemData" location="qabstractproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QMap&lt;int, QVariant&gt;" signature="itemData(const QModelIndex &amp; proxyIndex) const">
+ <parameter left="const QModelIndex &amp;" right="" name="proxyIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flags" fullname="QAbstractProxyModel::flags" href="qabstractproxymodel.html#flags" location="qabstractproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::ItemFlags" signature="flags(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QAbstractProxyModel::setData" href="qabstractproxymodel.html#setData" location="qabstractproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="setData(const QModelIndex &amp; index, const QVariant &amp; value, int role)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::EditRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHeaderData" fullname="QAbstractProxyModel::setHeaderData" href="qabstractproxymodel.html#setHeaderData" location="qabstractproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="setHeaderData(int section, Qt::Orientation orientation, const QVariant &amp; value, int role)">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::EditRole"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QLayoutItem" href="qlayoutitem.html" location="qlayoutitem.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLayoutItem" fullname="QLayoutItem::QLayoutItem" href="qlayoutitem.html#QLayoutItem" location="qlayoutitem.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QLayoutItem(QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QLayoutItem" fullname="QLayoutItem::~QLayoutItem" href="qlayoutitem.html#dtor.QLayoutItem" location="qlayoutitem.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QLayoutItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QLayoutItem::sizeHint" href="qlayoutitem.html#sizeHint" location="qlayoutitem.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSize" fullname="QLayoutItem::minimumSize" href="qlayoutitem.html#minimumSize" location="qlayoutitem.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumSize" fullname="QLayoutItem::maximumSize" href="qlayoutitem.html#maximumSize" location="qlayoutitem.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="maximumSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expandingDirections" fullname="QLayoutItem::expandingDirections" href="qlayoutitem.html#expandingDirections" location="qlayoutitem.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="Qt::Orientations" signature="expandingDirections() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGeometry" fullname="QLayoutItem::setGeometry" href="qlayoutitem.html#setGeometry" location="qlayoutitem.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setGeometry(const QRect &amp; r)">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="geometry" fullname="QLayoutItem::geometry" href="qlayoutitem.html#geometry" location="qlayoutitem.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="geometry() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QLayoutItem::isEmpty" href="qlayoutitem.html#isEmpty" location="qlayoutitem.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasHeightForWidth" fullname="QLayoutItem::hasHeightForWidth" href="qlayoutitem.html#hasHeightForWidth" location="qlayoutitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasHeightForWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="heightForWidth" fullname="QLayoutItem::heightForWidth" href="qlayoutitem.html#heightForWidth" location="qlayoutitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="heightForWidth(int w) const">
+ <parameter left="int" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumHeightForWidth" fullname="QLayoutItem::minimumHeightForWidth" href="qlayoutitem.html#minimumHeightForWidth" location="qlayoutitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="minimumHeightForWidth(int w) const">
+ <parameter left="int" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invalidate" fullname="QLayoutItem::invalidate" href="qlayoutitem.html#invalidate" location="qlayoutitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="invalidate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widget" fullname="QLayoutItem::widget" href="qlayoutitem.html#widget" location="qlayoutitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QWidget *" signature="widget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="layout" fullname="QLayoutItem::layout" href="qlayoutitem.html#layout" location="qlayoutitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QLayout *" signature="layout()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="spacerItem" fullname="QLayoutItem::spacerItem" href="qlayoutitem.html#spacerItem" location="qlayoutitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QSpacerItem *" signature="spacerItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="QLayoutItem::alignment" href="qlayoutitem.html#alignment" location="qlayoutitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::Alignment" signature="alignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlignment" fullname="QLayoutItem::setAlignment" href="qlayoutitem.html#setAlignment" location="qlayoutitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAlignment(QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="controlTypes" fullname="QLayoutItem::controlTypes" href="qlayoutitem.html#controlTypes" location="qlayoutitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSizePolicy::ControlTypes" signature="controlTypes() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="align" fullname="QLayoutItem::align" href="qlayoutitem.html#align-var" location="qlayoutitem.h" type="Qt::Alignment" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSpacerItem" href="qspaceritem.html" location="qlayoutitem.h" bases="QLayoutItem" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSpacerItem" fullname="QSpacerItem::QSpacerItem" href="qspaceritem.html#QSpacerItem" location="qlayoutitem.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSpacerItem(int w, int h, QSizePolicy::Policy hPolicy, QSizePolicy::Policy vPolicy)">
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="QSizePolicy::Policy" right="" name="hPolicy" default="QSizePolicy::Minimum"/>
+ <parameter left="QSizePolicy::Policy" right="" name="vPolicy" default="QSizePolicy::Minimum"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="changeSize" fullname="QSpacerItem::changeSize" href="qspaceritem.html#changeSize" location="qlayoutitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="changeSize(int w, int h, QSizePolicy::Policy hPolicy, QSizePolicy::Policy vPolicy)">
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="QSizePolicy::Policy" right="" name="hPolicy" default="QSizePolicy::Minimum"/>
+ <parameter left="QSizePolicy::Policy" right="" name="vPolicy" default="QSizePolicy::Minimum"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QSpacerItem::sizeHint" href="qspaceritem.html#sizeHint" location="qlayoutitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSize" fullname="QSpacerItem::minimumSize" href="qspaceritem.html#minimumSize" location="qlayoutitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumSize" fullname="QSpacerItem::maximumSize" href="qspaceritem.html#maximumSize" location="qlayoutitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="maximumSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expandingDirections" fullname="QSpacerItem::expandingDirections" href="qspaceritem.html#expandingDirections" location="qlayoutitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::Orientations" signature="expandingDirections() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QSpacerItem::isEmpty" href="qspaceritem.html#isEmpty" location="qlayoutitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGeometry" fullname="QSpacerItem::setGeometry" href="qspaceritem.html#setGeometry" location="qlayoutitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setGeometry(const QRect &amp; r)">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="geometry" fullname="QSpacerItem::geometry" href="qspaceritem.html#geometry" location="qlayoutitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="geometry() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="spacerItem" fullname="QSpacerItem::spacerItem" href="qspaceritem.html#spacerItem" location="qlayoutitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QSpacerItem *" signature="spacerItem()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWidgetItem" href="qwidgetitem.html" location="qlayoutitem.h" bases="QLayoutItem" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWidgetItem" fullname="QWidgetItem::QWidgetItem" href="qwidgetitem.html#QWidgetItem" location="qlayoutitem.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWidgetItem(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QWidgetItem::sizeHint" href="qwidgetitem.html#sizeHint" location="qlayoutitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSize" fullname="QWidgetItem::minimumSize" href="qwidgetitem.html#minimumSize" location="qlayoutitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumSize" fullname="QWidgetItem::maximumSize" href="qwidgetitem.html#maximumSize" location="qlayoutitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="maximumSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expandingDirections" fullname="QWidgetItem::expandingDirections" href="qwidgetitem.html#expandingDirections" location="qlayoutitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::Orientations" signature="expandingDirections() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QWidgetItem::isEmpty" href="qwidgetitem.html#isEmpty" location="qlayoutitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGeometry" fullname="QWidgetItem::setGeometry" href="qwidgetitem.html#setGeometry" location="qlayoutitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setGeometry(const QRect &amp; rect)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="geometry" fullname="QWidgetItem::geometry" href="qwidgetitem.html#geometry" location="qlayoutitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="geometry() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widget" fullname="QWidgetItem::widget" href="qwidgetitem.html#widget" location="qlayoutitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QWidget *" signature="widget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasHeightForWidth" fullname="QWidgetItem::hasHeightForWidth" href="qwidgetitem.html#hasHeightForWidth" location="qlayoutitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasHeightForWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="heightForWidth" fullname="QWidgetItem::heightForWidth" href="qwidgetitem.html#heightForWidth" location="qlayoutitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="heightForWidth(int w) const">
+ <parameter left="int" right="" name="w" default=""/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="wid" fullname="QWidgetItem::wid" href="qwidgetitem.html#wid-var" location="qlayoutitem.h" type="QWidget *" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QComboBox" href="qcombobox.html" location="qcombobox.h" bases="QWidget" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="editable" fullname="QComboBox::editable" href="qcombobox.html#editable-prop" location="qcombobox.h" type="bool">
+ <getter name="isEditable"/>
+ <setter name="setEditable"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QComboBox::count" href="qcombobox.html#count-prop" location="qcombobox.h" type="int">
+ <getter name="count"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentText" fullname="QComboBox::currentText" href="qcombobox.html#currentText-prop" location="qcombobox.h" type="QString">
+ <getter name="currentText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentIndex" fullname="QComboBox::currentIndex" href="qcombobox.html#currentIndex-prop" location="qcombobox.h" type="int">
+ <getter name="currentIndex"/>
+ <setter name="setCurrentIndex"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maxVisibleItems" fullname="QComboBox::maxVisibleItems" href="qcombobox.html#maxVisibleItems-prop" location="qcombobox.h" type="int">
+ <getter name="maxVisibleItems"/>
+ <setter name="setMaxVisibleItems"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maxCount" fullname="QComboBox::maxCount" href="qcombobox.html#maxCount-prop" location="qcombobox.h" type="int">
+ <getter name="maxCount"/>
+ <setter name="setMaxCount"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="insertPolicy" fullname="QComboBox::insertPolicy" href="qcombobox.html#insertPolicy-prop" location="qcombobox.h" type="InsertPolicy">
+ <getter name="insertPolicy"/>
+ <setter name="setInsertPolicy"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="sizeAdjustPolicy" fullname="QComboBox::sizeAdjustPolicy" href="qcombobox.html#sizeAdjustPolicy-prop" location="qcombobox.h" type="SizeAdjustPolicy">
+ <getter name="sizeAdjustPolicy"/>
+ <setter name="setSizeAdjustPolicy"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="minimumContentsLength" fullname="QComboBox::minimumContentsLength" href="qcombobox.html#minimumContentsLength-prop" location="qcombobox.h" type="int">
+ <getter name="minimumContentsLength"/>
+ <setter name="setMinimumContentsLength"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="iconSize" fullname="QComboBox::iconSize" href="qcombobox.html#iconSize-prop" location="qcombobox.h" type="QSize">
+ <getter name="iconSize"/>
+ <setter name="setIconSize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="obsolete" name="autoCompletion" fullname="QComboBox::autoCompletion" href="qcombobox-obsolete.html#autoCompletion-prop" location="qcombobox.h" type="bool">
+ <getter name="autoCompletion"/>
+ <setter name="setAutoCompletion"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="obsolete" name="autoCompletionCaseSensitivity" fullname="QComboBox::autoCompletionCaseSensitivity" href="qcombobox-obsolete.html#autoCompletionCaseSensitivity-prop" location="qcombobox.h" type="Qt::CaseSensitivity">
+ <getter name="autoCompletionCaseSensitivity"/>
+ <setter name="setAutoCompletionCaseSensitivity"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="duplicatesEnabled" fullname="QComboBox::duplicatesEnabled" href="qcombobox.html#duplicatesEnabled-prop" location="qcombobox.h" type="bool">
+ <getter name="duplicatesEnabled"/>
+ <setter name="setDuplicatesEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="frame" fullname="QComboBox::frame" href="qcombobox.html#frame-prop" location="qcombobox.h" type="bool">
+ <getter name="hasFrame"/>
+ <setter name="setFrame"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="modelColumn" fullname="QComboBox::modelColumn" href="qcombobox.html#modelColumn-prop" location="qcombobox.h" type="int">
+ <getter name="modelColumn"/>
+ <setter name="setModelColumn"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QComboBox" fullname="QComboBox::QComboBox" href="qcombobox.html#QComboBox" location="qcombobox.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QComboBox(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QComboBox" fullname="QComboBox::~QComboBox" href="qcombobox.html#dtor.QComboBox" location="qcombobox.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QComboBox()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maxVisibleItems" fullname="QComboBox::maxVisibleItems" href="qcombobox.html#maxVisibleItems-prop" location="qcombobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maxVisibleItems" type="int" signature="maxVisibleItems() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaxVisibleItems" fullname="QComboBox::setMaxVisibleItems" href="qcombobox.html#maxVisibleItems-prop" location="qcombobox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="maxVisibleItems" type="void" signature="setMaxVisibleItems(int maxItems)">
+ <parameter left="int" right="" name="maxItems" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QComboBox::count" href="qcombobox.html#count-prop" location="qcombobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="count" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaxCount" fullname="QComboBox::setMaxCount" href="qcombobox.html#maxCount-prop" location="qcombobox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="maxCount" type="void" signature="setMaxCount(int max)">
+ <parameter left="int" right="" name="max" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maxCount" fullname="QComboBox::maxCount" href="qcombobox.html#maxCount-prop" location="qcombobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maxCount" type="int" signature="maxCount() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="autoCompletion" fullname="QComboBox::autoCompletion" href="qcombobox-obsolete.html#autoCompletion-prop" location="qcombobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoCompletion" type="bool" signature="autoCompletion() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setAutoCompletion" fullname="QComboBox::setAutoCompletion" href="qcombobox-obsolete.html#autoCompletion-prop" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="autoCompletion" type="void" signature="setAutoCompletion(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="autoCompletionCaseSensitivity" fullname="QComboBox::autoCompletionCaseSensitivity" href="qcombobox-obsolete.html#autoCompletionCaseSensitivity-prop" location="qcombobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoCompletionCaseSensitivity" type="Qt::CaseSensitivity" signature="autoCompletionCaseSensitivity() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setAutoCompletionCaseSensitivity" fullname="QComboBox::setAutoCompletionCaseSensitivity" href="qcombobox-obsolete.html#autoCompletionCaseSensitivity-prop" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="autoCompletionCaseSensitivity" type="void" signature="setAutoCompletionCaseSensitivity(Qt::CaseSensitivity sensitivity)">
+ <parameter left="Qt::CaseSensitivity" right="" name="sensitivity" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="duplicatesEnabled" fullname="QComboBox::duplicatesEnabled" href="qcombobox.html#duplicatesEnabled-prop" location="qcombobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="duplicatesEnabled" type="bool" signature="duplicatesEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDuplicatesEnabled" fullname="QComboBox::setDuplicatesEnabled" href="qcombobox.html#duplicatesEnabled-prop" location="qcombobox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="duplicatesEnabled" type="void" signature="setDuplicatesEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFrame" fullname="QComboBox::setFrame" href="qcombobox.html#frame-prop" location="qcombobox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="frame" type="void" signature="setFrame(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasFrame" fullname="QComboBox::hasFrame" href="qcombobox.html#frame-prop" location="qcombobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="frame" type="bool" signature="hasFrame() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findText" fullname="QComboBox::findText" href="qcombobox.html#findText" location="qcombobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="findText(const QString &amp; text, QFlags&lt;Qt::MatchFlag&gt; flags) const">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QFlags&lt;Qt::MatchFlag&gt;" right="" name="flags" default="Qt::MatchExactly | Qt::MatchCaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findData" fullname="QComboBox::findData" href="qcombobox.html#findData" location="qcombobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="findData(const QVariant &amp; data, int role, QFlags&lt;Qt::MatchFlag&gt; flags) const">
+ <parameter left="const QVariant &amp;" right="" name="data" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::UserRole"/>
+ <parameter left="QFlags&lt;Qt::MatchFlag&gt;" right="" name="flags" default="Qt::MatchExactly | Qt::MatchCaseSensitive"/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="InsertPolicy" fullname="QComboBox::InsertPolicy" href="qcombobox.html#InsertPolicy-enum" location="qcombobox.h">
+ <value name="NoInsert" value="0"/>
+ <value name="InsertAtTop" value="1"/>
+ <value name="InsertAtCurrent" value="2"/>
+ <value name="InsertAtBottom" value="3"/>
+ <value name="InsertAfterCurrent" value="4"/>
+ <value name="InsertBeforeCurrent" value="5"/>
+ <value name="InsertAlphabetically" value="6"/>
+ <value name="NoInsertion" value="NoInsert"/>
+ <value name="AtTop" value="InsertAtTop"/>
+ <value name="AtCurrent" value="InsertAtCurrent"/>
+ <value name="AtBottom" value="InsertAtBottom"/>
+ <value name="AfterCurrent" value="InsertAfterCurrent"/>
+ <value name="BeforeCurrent" value="InsertBeforeCurrent"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="compat" name="Policy" fullname="QComboBox::Policy" href="qcombobox-qt3.html#Policy-typedef" location="qcombobox.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertPolicy" fullname="QComboBox::insertPolicy" href="qcombobox.html#insertPolicy-prop" location="qcombobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="insertPolicy" type="InsertPolicy" signature="insertPolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setInsertPolicy" fullname="QComboBox::setInsertPolicy" href="qcombobox.html#insertPolicy-prop" location="qcombobox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="insertPolicy" type="void" signature="setInsertPolicy(InsertPolicy policy)">
+ <parameter left="InsertPolicy" right="" name="policy" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SizeAdjustPolicy" fullname="QComboBox::SizeAdjustPolicy" href="qcombobox.html#SizeAdjustPolicy-enum" location="qcombobox.h">
+ <value name="AdjustToContents" value="0"/>
+ <value name="AdjustToContentsOnFirstShow" value="1"/>
+ <value name="AdjustToMinimumContentsLength" value="2"/>
+ <value name="AdjustToMinimumContentsLengthWithIcon" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeAdjustPolicy" fullname="QComboBox::sizeAdjustPolicy" href="qcombobox.html#sizeAdjustPolicy-prop" location="qcombobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sizeAdjustPolicy" type="SizeAdjustPolicy" signature="sizeAdjustPolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSizeAdjustPolicy" fullname="QComboBox::setSizeAdjustPolicy" href="qcombobox.html#sizeAdjustPolicy-prop" location="qcombobox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="sizeAdjustPolicy" type="void" signature="setSizeAdjustPolicy(SizeAdjustPolicy policy)">
+ <parameter left="SizeAdjustPolicy" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumContentsLength" fullname="QComboBox::minimumContentsLength" href="qcombobox.html#minimumContentsLength-prop" location="qcombobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="minimumContentsLength" type="int" signature="minimumContentsLength() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinimumContentsLength" fullname="QComboBox::setMinimumContentsLength" href="qcombobox.html#minimumContentsLength-prop" location="qcombobox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="minimumContentsLength" type="void" signature="setMinimumContentsLength(int characters)">
+ <parameter left="int" right="" name="characters" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iconSize" fullname="QComboBox::iconSize" href="qcombobox.html#iconSize-prop" location="qcombobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="iconSize" type="QSize" signature="iconSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIconSize" fullname="QComboBox::setIconSize" href="qcombobox.html#iconSize-prop" location="qcombobox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="iconSize" type="void" signature="setIconSize(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEditable" fullname="QComboBox::isEditable" href="qcombobox.html#editable-prop" location="qcombobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="editable" type="bool" signature="isEditable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEditable" fullname="QComboBox::setEditable" href="qcombobox.html#editable-prop" location="qcombobox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="editable" type="void" signature="setEditable(bool editable)">
+ <parameter left="bool" right="" name="editable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLineEdit" fullname="QComboBox::setLineEdit" href="qcombobox.html#setLineEdit" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLineEdit(QLineEdit * edit)">
+ <parameter left="QLineEdit *" right="" name="edit" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineEdit" fullname="QComboBox::lineEdit" href="qcombobox.html#lineEdit" location="qcombobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QLineEdit *" signature="lineEdit() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValidator" fullname="QComboBox::setValidator" href="qcombobox.html#setValidator" location="qcombobox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setValidator(const QValidator * validator)">
+ <parameter left="const QValidator *" right="" name="validator" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="validator" fullname="QComboBox::validator" href="qcombobox.html#validator" location="qcombobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QValidator *" signature="validator() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCompleter" fullname="QComboBox::setCompleter" href="qcombobox.html#setCompleter" location="qcombobox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCompleter(QCompleter * completer)">
+ <parameter left="QCompleter *" right="" name="completer" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="completer" fullname="QComboBox::completer" href="qcombobox.html#completer" location="qcombobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QCompleter *" signature="completer() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemDelegate" fullname="QComboBox::itemDelegate" href="qcombobox.html#itemDelegate" location="qcombobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractItemDelegate *" signature="itemDelegate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemDelegate" fullname="QComboBox::setItemDelegate" href="qcombobox.html#setItemDelegate" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemDelegate(QAbstractItemDelegate * delegate)">
+ <parameter left="QAbstractItemDelegate *" right="" name="delegate" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="model" fullname="QComboBox::model" href="qcombobox.html#model" location="qcombobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractItemModel *" signature="model() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setModel" fullname="QComboBox::setModel" href="qcombobox.html#setModel" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setModel(QAbstractItemModel * model)">
+ <parameter left="QAbstractItemModel *" right="" name="model" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rootModelIndex" fullname="QComboBox::rootModelIndex" href="qcombobox.html#rootModelIndex" location="qcombobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="rootModelIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRootModelIndex" fullname="QComboBox::setRootModelIndex" href="qcombobox.html#setRootModelIndex" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRootModelIndex(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="modelColumn" fullname="QComboBox::modelColumn" href="qcombobox.html#modelColumn-prop" location="qcombobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="modelColumn" type="int" signature="modelColumn() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setModelColumn" fullname="QComboBox::setModelColumn" href="qcombobox.html#modelColumn-prop" location="qcombobox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="modelColumn" type="void" signature="setModelColumn(int visibleColumn)">
+ <parameter left="int" right="" name="visibleColumn" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentIndex" fullname="QComboBox::currentIndex" href="qcombobox.html#currentIndex-prop" location="qcombobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentIndex" type="int" signature="currentIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentText" fullname="QComboBox::currentText" href="qcombobox.html#currentText-prop" location="qcombobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentText" type="QString" signature="currentText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemText" fullname="QComboBox::itemText" href="qcombobox.html#itemText" location="qcombobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="itemText(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemIcon" fullname="QComboBox::itemIcon" href="qcombobox.html#itemIcon" location="qcombobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="itemIcon(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemData" fullname="QComboBox::itemData" href="qcombobox.html#itemData" location="qcombobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="itemData(int index, int role) const">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::UserRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addItem" fullname="QComboBox::addItem" href="qcombobox.html#addItem" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addItem(const QString &amp; text, const QVariant &amp; userData)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="userData" default="QVariant()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addItem" fullname="QComboBox::addItem" href="qcombobox.html#addItem-2" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addItem(const QIcon &amp; icon, const QString &amp; text, const QVariant &amp; userData)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="userData" default="QVariant()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addItems" fullname="QComboBox::addItems" href="qcombobox.html#addItems" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addItems(const QStringList &amp; texts)">
+ <parameter left="const QStringList &amp;" right="" name="texts" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertItem" fullname="QComboBox::insertItem" href="qcombobox.html#insertItem" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertItem(int index, const QString &amp; text, const QVariant &amp; userData)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="userData" default="QVariant()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertItem" fullname="QComboBox::insertItem" href="qcombobox.html#insertItem-2" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="insertItem(int index, const QIcon &amp; icon, const QString &amp; text, const QVariant &amp; userData)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="userData" default="QVariant()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertItems" fullname="QComboBox::insertItems" href="qcombobox.html#insertItems" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertItems(int index, const QStringList &amp; list)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertSeparator" fullname="QComboBox::insertSeparator" href="qcombobox.html#insertSeparator" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertSeparator(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeItem" fullname="QComboBox::removeItem" href="qcombobox.html#removeItem" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeItem(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemText" fullname="QComboBox::setItemText" href="qcombobox.html#setItemText" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemText(int index, const QString &amp; text)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemIcon" fullname="QComboBox::setItemIcon" href="qcombobox.html#setItemIcon" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemIcon(int index, const QIcon &amp; icon)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemData" fullname="QComboBox::setItemData" href="qcombobox.html#setItemData" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemData(int index, const QVariant &amp; value, int role)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::UserRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="view" fullname="QComboBox::view" href="qcombobox.html#view" location="qcombobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractItemView *" signature="view() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setView" fullname="QComboBox::setView" href="qcombobox.html#setView" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setView(QAbstractItemView * itemView)">
+ <parameter left="QAbstractItemView *" right="" name="itemView" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QComboBox::sizeHint" href="qcombobox.html#sizeHint" location="qcombobox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="QComboBox::minimumSizeHint" href="qcombobox.html#minimumSizeHint" location="qcombobox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showPopup" fullname="QComboBox::showPopup" href="qcombobox.html#showPopup" location="qcombobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showPopup()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hidePopup" fullname="QComboBox::hidePopup" href="qcombobox.html#hidePopup" location="qcombobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hidePopup()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="event" fullname="QComboBox::event" href="qcombobox.html#event" location="qcombobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QComboBox::clear" href="qcombobox.html#clear" location="qcombobox.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearEditText" fullname="QComboBox::clearEditText" href="qcombobox.html#clearEditText" location="qcombobox.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clearEditText()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEditText" fullname="QComboBox::setEditText" href="qcombobox.html#setEditText" location="qcombobox.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setEditText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentIndex" fullname="QComboBox::setCurrentIndex" href="qcombobox.html#currentIndex-prop" location="qcombobox.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="currentIndex" type="void" signature="setCurrentIndex(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="editTextChanged" fullname="QComboBox::editTextChanged" href="qcombobox.html#editTextChanged" location="qcombobox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="editTextChanged(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activated" fullname="QComboBox::activated" href="qcombobox.html#activated" location="qcombobox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="activated(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activated" fullname="QComboBox::activated" href="qcombobox.html#activated-2" location="qcombobox.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="activated(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="highlighted" fullname="QComboBox::highlighted" href="qcombobox.html#highlighted" location="qcombobox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="highlighted(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="highlighted" fullname="QComboBox::highlighted" href="qcombobox.html#highlighted-2" location="qcombobox.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="highlighted(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentIndexChanged" fullname="QComboBox::currentIndexChanged" href="qcombobox.html#currentIndexChanged" location="qcombobox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentIndexChanged(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentIndexChanged" fullname="QComboBox::currentIndexChanged" href="qcombobox.html#currentIndexChanged-2" location="qcombobox.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="currentIndexChanged(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="QComboBox::focusInEvent" href="qcombobox.html#focusInEvent" location="qcombobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * e)">
+ <parameter left="QFocusEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="QComboBox::focusOutEvent" href="qcombobox.html#focusOutEvent" location="qcombobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * e)">
+ <parameter left="QFocusEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QComboBox::changeEvent" href="qcombobox.html#changeEvent" location="qcombobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QComboBox::resizeEvent" href="qcombobox.html#resizeEvent" location="qcombobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QComboBox::paintEvent" href="qcombobox.html#paintEvent" location="qcombobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * e)">
+ <parameter left="QPaintEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="QComboBox::showEvent" href="qcombobox.html#showEvent" location="qcombobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * e)">
+ <parameter left="QShowEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hideEvent" fullname="QComboBox::hideEvent" href="qcombobox.html#hideEvent" location="qcombobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hideEvent(QHideEvent * e)">
+ <parameter left="QHideEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QComboBox::mousePressEvent" href="qcombobox.html#mousePressEvent" location="qcombobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QComboBox::mouseReleaseEvent" href="qcombobox.html#mouseReleaseEvent" location="qcombobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QComboBox::keyPressEvent" href="qcombobox.html#keyPressEvent" location="qcombobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyReleaseEvent" fullname="QComboBox::keyReleaseEvent" href="qcombobox.html#keyReleaseEvent" location="qcombobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyReleaseEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="wheelEvent" fullname="QComboBox::wheelEvent" href="qcombobox.html#wheelEvent" location="qcombobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="wheelEvent(QWheelEvent * e)">
+ <parameter left="QWheelEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contextMenuEvent" fullname="QComboBox::contextMenuEvent" href="qcombobox.html#contextMenuEvent" location="qcombobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contextMenuEvent(QContextMenuEvent * e)">
+ <parameter left="QContextMenuEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="inputMethodEvent" fullname="QComboBox::inputMethodEvent" href="qcombobox.html#inputMethodEvent" location="qcombobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="inputMethodEvent(QInputMethodEvent * e)">
+ <parameter left="QInputMethodEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="inputMethodQuery" fullname="QComboBox::inputMethodQuery" href="qcombobox.html#inputMethodQuery" location="qcombobox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="inputMethodQuery(Qt::InputMethodQuery query) const">
+ <parameter left="Qt::InputMethodQuery" right="" name="query" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initStyleOption" fullname="QComboBox::initStyleOption" href="qcombobox.html#initStyleOption" location="qcombobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="initStyleOption(QStyleOptionComboBox * option) const">
+ <parameter left="QStyleOptionComboBox *" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QComboBox" fullname="QComboBox::QComboBox" href="qcombobox-qt3.html#QComboBox-2" location="qcombobox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QComboBox(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QComboBox" fullname="QComboBox::QComboBox" href="qcombobox-qt3.html#QComboBox-3" location="qcombobox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QComboBox(bool rw, QWidget * parent, const char * name)">
+ <parameter left="bool" right="" name="rw" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="currentItem" fullname="QComboBox::currentItem" href="qcombobox-qt3.html#currentItem" location="qcombobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currentItem() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setCurrentItem" fullname="QComboBox::setCurrentItem" href="qcombobox-qt3.html#setCurrentItem" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCurrentItem(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertionPolicy" fullname="QComboBox::insertionPolicy" href="qcombobox-qt3.html#insertionPolicy" location="qcombobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="InsertPolicy" signature="insertionPolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setInsertionPolicy" fullname="QComboBox::setInsertionPolicy" href="qcombobox-qt3.html#setInsertionPolicy" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setInsertionPolicy(InsertPolicy policy)">
+ <parameter left="InsertPolicy" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="editable" fullname="QComboBox::editable" href="qcombobox-qt3.html#editable" location="qcombobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="editable() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="popup" fullname="QComboBox::popup" href="qcombobox-qt3.html#popup" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="popup()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setCurrentText" fullname="QComboBox::setCurrentText" href="qcombobox-qt3.html#setCurrentText" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCurrentText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="text" fullname="QComboBox::text" href="qcombobox-qt3.html#text" location="qcombobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="pixmap" fullname="QComboBox::pixmap" href="qcombobox-qt3.html#pixmap" location="qcombobox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="pixmap(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertStringList" fullname="QComboBox::insertStringList" href="qcombobox-qt3.html#insertStringList" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertStringList(const QStringList &amp; list, int index)">
+ <parameter left="const QStringList &amp;" right="" name="list" default=""/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertItem" fullname="QComboBox::insertItem" href="qcombobox-qt3.html#insertItem-3" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="insertItem(const QString &amp; text, int index)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertItem" fullname="QComboBox::insertItem" href="qcombobox-qt3.html#insertItem-4" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="insertItem(const QPixmap &amp; pixmap, int index)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertItem" fullname="QComboBox::insertItem" href="qcombobox-qt3.html#insertItem-5" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="insertItem(const QPixmap &amp; pixmap, const QString &amp; text, int index)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="changeItem" fullname="QComboBox::changeItem" href="qcombobox-qt3.html#changeItem" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="changeItem(const QString &amp; text, int index)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="changeItem" fullname="QComboBox::changeItem" href="qcombobox-qt3.html#changeItem-2" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="changeItem(const QPixmap &amp; pixmap, int index)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="changeItem" fullname="QComboBox::changeItem" href="qcombobox-qt3.html#changeItem-3" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="changeItem(const QPixmap &amp; pixmap, const QString &amp; text, int index)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="clearValidator" fullname="QComboBox::clearValidator" href="qcombobox-qt3.html#clearValidator" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearValidator()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="clearEdit" fullname="QComboBox::clearEdit" href="qcombobox-qt3.html#clearEdit" location="qcombobox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearEdit()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="textChanged" fullname="QComboBox::textChanged" href="qcombobox-qt3.html#textChanged" location="qcombobox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="textChanged(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QPrinter" href="qprinter.html" location="qprinter.h" bases="QPaintDevice" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PrinterMode" fullname="QPrinter::PrinterMode" href="qprinter.html#PrinterMode-enum" location="qprinter.h">
+ <value name="ScreenResolution" value="0"/>
+ <value name="PrinterResolution" value="1"/>
+ <value name="HighResolution" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPrinter" fullname="QPrinter::QPrinter" href="qprinter.html#QPrinter" location="qprinter.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPrinter(PrinterMode mode)">
+ <parameter left="PrinterMode" right="" name="mode" default="ScreenResolution"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPrinter" fullname="QPrinter::QPrinter" href="qprinter.html#QPrinter-2" location="qprinter.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QPrinter(const QPrinterInfo &amp; printer, PrinterMode mode)">
+ <parameter left="const QPrinterInfo &amp;" right="" name="printer" default=""/>
+ <parameter left="PrinterMode" right="" name="mode" default="ScreenResolution"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPrinter" fullname="QPrinter::~QPrinter" href="qprinter.html#dtor.QPrinter" location="qprinter.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPrinter()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Orientation" fullname="QPrinter::Orientation" href="qprinter.html#Orientation-enum" location="qprinter.h">
+ <value name="Portrait" value="0"/>
+ <value name="Landscape" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="obsolete" name="PageSize" fullname="QPrinter::PageSize" href="qprinter-obsolete.html#PageSize-enum" location="qprinter.h">
+ <value name="A4" value="0"/>
+ <value name="B5" value="1"/>
+ <value name="Letter" value="2"/>
+ <value name="Legal" value="3"/>
+ <value name="Executive" value="4"/>
+ <value name="A0" value="5"/>
+ <value name="A1" value="6"/>
+ <value name="A2" value="7"/>
+ <value name="A3" value="8"/>
+ <value name="A5" value="9"/>
+ <value name="A6" value="10"/>
+ <value name="A7" value="11"/>
+ <value name="A8" value="12"/>
+ <value name="A9" value="13"/>
+ <value name="B0" value="14"/>
+ <value name="B1" value="15"/>
+ <value name="B10" value="16"/>
+ <value name="B2" value="17"/>
+ <value name="B3" value="18"/>
+ <value name="B4" value="19"/>
+ <value name="B6" value="20"/>
+ <value name="B7" value="21"/>
+ <value name="B8" value="22"/>
+ <value name="B9" value="23"/>
+ <value name="C5E" value="24"/>
+ <value name="Comm10E" value="25"/>
+ <value name="DLE" value="26"/>
+ <value name="Folio" value="27"/>
+ <value name="Ledger" value="28"/>
+ <value name="Tabloid" value="29"/>
+ <value name="Custom" value="30"/>
+ <value name="NPageSize" value="Custom"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PaperSize" fullname="QPrinter::PaperSize" href="qprinter.html#PaperSize-enum" location="qprinter.h">
+ <value name="A4" value="0"/>
+ <value name="B5" value="1"/>
+ <value name="Letter" value="2"/>
+ <value name="Legal" value="3"/>
+ <value name="Executive" value="4"/>
+ <value name="A0" value="5"/>
+ <value name="A1" value="6"/>
+ <value name="A2" value="7"/>
+ <value name="A3" value="8"/>
+ <value name="A5" value="9"/>
+ <value name="A6" value="10"/>
+ <value name="A7" value="11"/>
+ <value name="A8" value="12"/>
+ <value name="A9" value="13"/>
+ <value name="B0" value="14"/>
+ <value name="B1" value="15"/>
+ <value name="B10" value="16"/>
+ <value name="B2" value="17"/>
+ <value name="B3" value="18"/>
+ <value name="B4" value="19"/>
+ <value name="B6" value="20"/>
+ <value name="B7" value="21"/>
+ <value name="B8" value="22"/>
+ <value name="B9" value="23"/>
+ <value name="C5E" value="24"/>
+ <value name="Comm10E" value="25"/>
+ <value name="DLE" value="26"/>
+ <value name="Folio" value="27"/>
+ <value name="Ledger" value="28"/>
+ <value name="Tabloid" value="29"/>
+ <value name="Custom" value="30"/>
+ <value name="NPageSize" value="Custom"/>
+ <value name="NPaperSize" value="Custom"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PageOrder" fullname="QPrinter::PageOrder" href="qprinter.html#PageOrder-enum" location="qprinter.h">
+ <value name="FirstPageFirst" value="0"/>
+ <value name="LastPageFirst" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ColorMode" fullname="QPrinter::ColorMode" href="qprinter.html#ColorMode-enum" location="qprinter.h">
+ <value name="GrayScale" value="0"/>
+ <value name="Color" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PaperSource" fullname="QPrinter::PaperSource" href="qprinter.html#PaperSource-enum" location="qprinter.h">
+ <value name="OnlyOne" value="0"/>
+ <value name="Lower" value="1"/>
+ <value name="Middle" value="2"/>
+ <value name="Manual" value="3"/>
+ <value name="Envelope" value="4"/>
+ <value name="EnvelopeManual" value="5"/>
+ <value name="Auto" value="6"/>
+ <value name="Tractor" value="7"/>
+ <value name="SmallFormat" value="8"/>
+ <value name="LargeFormat" value="9"/>
+ <value name="LargeCapacity" value="10"/>
+ <value name="Cassette" value="11"/>
+ <value name="FormSource" value="12"/>
+ <value name="MaxPageSource" value="13"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PrinterState" fullname="QPrinter::PrinterState" href="qprinter.html#PrinterState-enum" location="qprinter.h">
+ <value name="Idle" value="0"/>
+ <value name="Active" value="1"/>
+ <value name="Aborted" value="2"/>
+ <value name="Error" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="OutputFormat" fullname="QPrinter::OutputFormat" href="qprinter.html#OutputFormat-enum" location="qprinter.h">
+ <value name="NativeFormat" value="0"/>
+ <value name="PdfFormat" value="1"/>
+ <value name="PostScriptFormat" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PrintRange" fullname="QPrinter::PrintRange" href="qprinter.html#PrintRange-enum" location="qprinter.h">
+ <value name="AllPages" value="0"/>
+ <value name="Selection" value="1"/>
+ <value name="PageRange" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Unit" fullname="QPrinter::Unit" href="qprinter.html#Unit-enum" location="qprinter.h">
+ <value name="Millimeter" value="0"/>
+ <value name="Point" value="1"/>
+ <value name="Inch" value="2"/>
+ <value name="Pica" value="3"/>
+ <value name="Didot" value="4"/>
+ <value name="Cicero" value="5"/>
+ <value name="DevicePixel" value="6"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DuplexMode" fullname="QPrinter::DuplexMode" href="qprinter.html#DuplexMode-enum" location="qprinter.h">
+ <value name="DuplexNone" value="0"/>
+ <value name="DuplexAuto" value="1"/>
+ <value name="DuplexLongSide" value="2"/>
+ <value name="DuplexShortSide" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="compat" name="PrinterOption" fullname="QPrinter::PrinterOption" href="qprinter-qt3.html#PrinterOption-enum" location="qprinter.h">
+ <value name="PrintToFile" value="0"/>
+ <value name="PrintSelection" value="1"/>
+ <value name="PrintPageRange" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOutputFormat" fullname="QPrinter::setOutputFormat" href="qprinter.html#setOutputFormat" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOutputFormat(OutputFormat format)">
+ <parameter left="OutputFormat" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="outputFormat" fullname="QPrinter::outputFormat" href="qprinter.html#outputFormat" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="OutputFormat" signature="outputFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPrinterName" fullname="QPrinter::setPrinterName" href="qprinter.html#setPrinterName" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPrinterName(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="printerName" fullname="QPrinter::printerName" href="qprinter.html#printerName" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="printerName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QPrinter::isValid" href="qprinter.html#isValid" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOutputFileName" fullname="QPrinter::setOutputFileName" href="qprinter.html#setOutputFileName" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOutputFileName(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="outputFileName" fullname="QPrinter::outputFileName" href="qprinter.html#outputFileName" location="qprinter.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="outputFileName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPrintProgram" fullname="QPrinter::setPrintProgram" href="qprinter.html#setPrintProgram" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPrintProgram(const QString &amp; printProg)">
+ <parameter left="const QString &amp;" right="" name="printProg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="printProgram" fullname="QPrinter::printProgram" href="qprinter.html#printProgram" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="printProgram() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDocName" fullname="QPrinter::setDocName" href="qprinter.html#setDocName" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDocName(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="docName" fullname="QPrinter::docName" href="qprinter.html#docName" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="docName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCreator" fullname="QPrinter::setCreator" href="qprinter.html#setCreator" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCreator(const QString &amp; creator)">
+ <parameter left="const QString &amp;" right="" name="creator" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="creator" fullname="QPrinter::creator" href="qprinter.html#creator" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="creator() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOrientation" fullname="QPrinter::setOrientation" href="qprinter.html#setOrientation" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOrientation(Orientation orientation)">
+ <parameter left="Orientation" right="" name="orientation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="QPrinter::orientation" href="qprinter.html#orientation" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Orientation" signature="orientation() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setPageSize" fullname="QPrinter::setPageSize" href="qprinter-obsolete.html#setPageSize" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPageSize(PageSize newPageSize)">
+ <parameter left="PageSize" right="" name="newPageSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="pageSize" fullname="QPrinter::pageSize" href="qprinter-obsolete.html#pageSize" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="PageSize" signature="pageSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPaperSize" fullname="QPrinter::setPaperSize" href="qprinter.html#setPaperSize" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPaperSize(PaperSize newPaperSize)">
+ <parameter left="PaperSize" right="" name="newPaperSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paperSize" fullname="QPrinter::paperSize" href="qprinter.html#paperSize" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="PaperSize" signature="paperSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPaperSize" fullname="QPrinter::setPaperSize" href="qprinter.html#setPaperSize-2" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setPaperSize(const QSizeF &amp; paperSize, Unit unit)">
+ <parameter left="const QSizeF &amp;" right="" name="paperSize" default=""/>
+ <parameter left="Unit" right="" name="unit" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paperSize" fullname="QPrinter::paperSize" href="qprinter.html#paperSize-2" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QSizeF" signature="paperSize(Unit unit) const">
+ <parameter left="Unit" right="" name="unit" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPageOrder" fullname="QPrinter::setPageOrder" href="qprinter.html#setPageOrder" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPageOrder(PageOrder pageOrder)">
+ <parameter left="PageOrder" right="" name="pageOrder" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pageOrder" fullname="QPrinter::pageOrder" href="qprinter.html#pageOrder" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="PageOrder" signature="pageOrder() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setResolution" fullname="QPrinter::setResolution" href="qprinter.html#setResolution" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setResolution(int dpi)">
+ <parameter left="int" right="" name="dpi" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resolution" fullname="QPrinter::resolution" href="qprinter.html#resolution" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="resolution() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColorMode" fullname="QPrinter::setColorMode" href="qprinter.html#setColorMode" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColorMode(ColorMode newColorMode)">
+ <parameter left="ColorMode" right="" name="newColorMode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="colorMode" fullname="QPrinter::colorMode" href="qprinter.html#colorMode" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ColorMode" signature="colorMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCollateCopies" fullname="QPrinter::setCollateCopies" href="qprinter.html#setCollateCopies" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCollateCopies(bool collate)">
+ <parameter left="bool" right="" name="collate" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="collateCopies" fullname="QPrinter::collateCopies" href="qprinter.html#collateCopies" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="collateCopies() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFullPage" fullname="QPrinter::setFullPage" href="qprinter.html#setFullPage" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFullPage(bool fp)">
+ <parameter left="bool" right="" name="fp" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fullPage" fullname="QPrinter::fullPage" href="qprinter.html#fullPage" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="fullPage() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNumCopies" fullname="QPrinter::setNumCopies" href="qprinter.html#setNumCopies" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNumCopies(int numCopies)">
+ <parameter left="int" right="" name="numCopies" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numCopies" fullname="QPrinter::numCopies" href="qprinter.html#numCopies" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="numCopies() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPaperSource" fullname="QPrinter::setPaperSource" href="qprinter.html#setPaperSource" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPaperSource(PaperSource source)">
+ <parameter left="PaperSource" right="" name="source" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paperSource" fullname="QPrinter::paperSource" href="qprinter.html#paperSource" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="PaperSource" signature="paperSource() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDuplex" fullname="QPrinter::setDuplex" href="qprinter.html#setDuplex" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDuplex(DuplexMode duplex)">
+ <parameter left="DuplexMode" right="" name="duplex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="duplex" fullname="QPrinter::duplex" href="qprinter.html#duplex" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="DuplexMode" signature="duplex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedResolutions" fullname="QPrinter::supportedResolutions" href="qprinter.html#supportedResolutions" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;int&gt;" signature="supportedResolutions() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedPaperSources" fullname="QPrinter::supportedPaperSources" href="qprinter.html#supportedPaperSources" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;PaperSource&gt;" signature="supportedPaperSources() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontEmbeddingEnabled" fullname="QPrinter::setFontEmbeddingEnabled" href="qprinter.html#setFontEmbeddingEnabled" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFontEmbeddingEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontEmbeddingEnabled" fullname="QPrinter::fontEmbeddingEnabled" href="qprinter.html#fontEmbeddingEnabled" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="fontEmbeddingEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDoubleSidedPrinting" fullname="QPrinter::setDoubleSidedPrinting" href="qprinter.html#setDoubleSidedPrinting" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDoubleSidedPrinting(bool doubleSided)">
+ <parameter left="bool" right="" name="doubleSided" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doubleSidedPrinting" fullname="QPrinter::doubleSidedPrinting" href="qprinter.html#doubleSidedPrinting" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="doubleSidedPrinting() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWinPageSize" fullname="QPrinter::setWinPageSize" href="qprinter.html#setWinPageSize" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWinPageSize(int pageSize)">
+ <parameter left="int" right="" name="pageSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="winPageSize" fullname="QPrinter::winPageSize" href="qprinter.html#winPageSize" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="winPageSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paperRect" fullname="QPrinter::paperRect" href="qprinter.html#paperRect" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="paperRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pageRect" fullname="QPrinter::pageRect" href="qprinter.html#pageRect" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="pageRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paperRect" fullname="QPrinter::paperRect" href="qprinter.html#paperRect-2" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRectF" signature="paperRect(Unit unit) const">
+ <parameter left="Unit" right="" name="unit" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pageRect" fullname="QPrinter::pageRect" href="qprinter.html#pageRect-2" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRectF" signature="pageRect(Unit unit) const">
+ <parameter left="Unit" right="" name="unit" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="printerSelectionOption" fullname="QPrinter::printerSelectionOption" href="qprinter.html#printerSelectionOption" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="printerSelectionOption() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPrinterSelectionOption" fullname="QPrinter::setPrinterSelectionOption" href="qprinter.html#setPrinterSelectionOption" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPrinterSelectionOption(const QString &amp; option)">
+ <parameter left="const QString &amp;" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newPage" fullname="QPrinter::newPage" href="qprinter.html#newPage" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="newPage()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="abort" fullname="QPrinter::abort" href="qprinter.html#abort" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="abort()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="printerState" fullname="QPrinter::printerState" href="qprinter.html#printerState" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="PrinterState" signature="printerState() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paintEngine" fullname="QPrinter::paintEngine" href="qprinter.html#paintEngine" location="qprinter.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPaintEngine *" signature="paintEngine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="printEngine" fullname="QPrinter::printEngine" href="qprinter.html#printEngine" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPrintEngine *" signature="printEngine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFromTo" fullname="QPrinter::setFromTo" href="qprinter.html#setFromTo" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFromTo(int from, int to)">
+ <parameter left="int" right="" name="from" default=""/>
+ <parameter left="int" right="" name="to" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromPage" fullname="QPrinter::fromPage" href="qprinter.html#fromPage" location="qprinter.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="fromPage() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPage" fullname="QPrinter::toPage" href="qprinter.html#toPage" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="toPage() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPrintRange" fullname="QPrinter::setPrintRange" href="qprinter.html#setPrintRange" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPrintRange(PrintRange range)">
+ <parameter left="PrintRange" right="" name="range" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="printRange" fullname="QPrinter::printRange" href="qprinter.html#printRange" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="PrintRange" signature="printRange() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPageMargins" fullname="QPrinter::setPageMargins" href="qprinter.html#setPageMargins" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPageMargins(qreal left, qreal top, qreal right, qreal bottom, Unit unit)">
+ <parameter left="qreal" right="" name="left" default=""/>
+ <parameter left="qreal" right="" name="top" default=""/>
+ <parameter left="qreal" right="" name="right" default=""/>
+ <parameter left="qreal" right="" name="bottom" default=""/>
+ <parameter left="Unit" right="" name="unit" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getPageMargins" fullname="QPrinter::getPageMargins" href="qprinter.html#getPageMargins" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="getPageMargins(qreal * left, qreal * top, qreal * right, qreal * bottom, Unit unit) const">
+ <parameter left="qreal *" right="" name="left" default=""/>
+ <parameter left="qreal *" right="" name="top" default=""/>
+ <parameter left="qreal *" right="" name="right" default=""/>
+ <parameter left="qreal *" right="" name="bottom" default=""/>
+ <parameter left="Unit" right="" name="unit" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="pageSetup" fullname="QPrinter::pageSetup" href="qprinter-qt3.html#pageSetup" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="pageSetup(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="printSetup" fullname="QPrinter::printSetup" href="qprinter-qt3.html#printSetup" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="printSetup(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setup" fullname="QPrinter::setup" href="qprinter-qt3.html#setup" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="setup(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setMinMax" fullname="QPrinter::setMinMax" href="qprinter-qt3.html#setMinMax" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMinMax(int minPage, int maxPage)">
+ <parameter left="int" right="" name="minPage" default=""/>
+ <parameter left="int" right="" name="maxPage" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="minPage" fullname="QPrinter::minPage" href="qprinter-qt3.html#minPage" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="minPage() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="maxPage" fullname="QPrinter::maxPage" href="qprinter-qt3.html#maxPage" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="maxPage() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setCollateCopiesEnabled" fullname="QPrinter::setCollateCopiesEnabled" href="qprinter-qt3.html#setCollateCopiesEnabled" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCollateCopiesEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="collateCopiesEnabled" fullname="QPrinter::collateCopiesEnabled" href="qprinter-qt3.html#collateCopiesEnabled" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="collateCopiesEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setOptionEnabled" fullname="QPrinter::setOptionEnabled" href="qprinter-qt3.html#setOptionEnabled" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOptionEnabled(PrinterOption option, bool enable)">
+ <parameter left="PrinterOption" right="" name="option" default=""/>
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="isOptionEnabled" fullname="QPrinter::isOptionEnabled" href="qprinter-qt3.html#isOptionEnabled" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isOptionEnabled(PrinterOption option) const">
+ <parameter left="PrinterOption" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="margins" fullname="QPrinter::margins" href="qprinter-qt3.html#margins-2" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QSize" signature="margins() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="margins" fullname="QPrinter::margins" href="qprinter-qt3.html#margins" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="margins(uint * top, uint * left, uint * bottom, uint * right) const">
+ <parameter left="uint *" right="" name="top" default=""/>
+ <parameter left="uint *" right="" name="left" default=""/>
+ <parameter left="uint *" right="" name="bottom" default=""/>
+ <parameter left="uint *" right="" name="right" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="aborted" fullname="QPrinter::aborted" href="qprinter-qt3.html#aborted" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="aborted()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setOutputToFile" fullname="QPrinter::setOutputToFile" href="qprinter-qt3.html#setOutputToFile" location="qprinter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOutputToFile(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="outputToFile" fullname="QPrinter::outputToFile" href="qprinter-qt3.html#outputToFile" location="qprinter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="outputToFile() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setEngines" fullname="QPrinter::setEngines" href="qprinter.html#setEngines" location="qprinter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEngines(QPrintEngine * printEngine, QPaintEngine * paintEngine)">
+ <parameter left="QPrintEngine *" right="" name="printEngine" default=""/>
+ <parameter left="QPaintEngine *" right="" name="paintEngine" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMimeData" href="qmimedata.html" location="qmimedata.h" bases="QObject" module="QtCore">
+ <contents name="platform-specific-mime-types" title="Platform-Specific MIME Types" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMimeData" fullname="QMimeData::QMimeData" href="qmimedata.html#QMimeData" location="qmimedata.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMimeData()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMimeData" fullname="QMimeData::~QMimeData" href="qmimedata.html#dtor.QMimeData" location="qmimedata.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMimeData()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="urls" fullname="QMimeData::urls" href="qmimedata.html#urls" location="qmimedata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QUrl&gt;" signature="urls() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUrls" fullname="QMimeData::setUrls" href="qmimedata.html#setUrls" location="qmimedata.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUrls(const QList&lt;QUrl&gt; &amp; urls)">
+ <parameter left="const QList&lt;QUrl&gt; &amp;" right="" name="urls" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasUrls" fullname="QMimeData::hasUrls" href="qmimedata.html#hasUrls" location="qmimedata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasUrls() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QMimeData::text" href="qmimedata.html#text" location="qmimedata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="QMimeData::setText" href="qmimedata.html#setText" location="qmimedata.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasText" fullname="QMimeData::hasText" href="qmimedata.html#hasText" location="qmimedata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="html" fullname="QMimeData::html" href="qmimedata.html#html" location="qmimedata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="html() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHtml" fullname="QMimeData::setHtml" href="qmimedata.html#setHtml" location="qmimedata.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHtml(const QString &amp; html)">
+ <parameter left="const QString &amp;" right="" name="html" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasHtml" fullname="QMimeData::hasHtml" href="qmimedata.html#hasHtml" location="qmimedata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasHtml() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="imageData" fullname="QMimeData::imageData" href="qmimedata.html#imageData" location="qmimedata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="imageData() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setImageData" fullname="QMimeData::setImageData" href="qmimedata.html#setImageData" location="qmimedata.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setImageData(const QVariant &amp; image)">
+ <parameter left="const QVariant &amp;" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasImage" fullname="QMimeData::hasImage" href="qmimedata.html#hasImage" location="qmimedata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasImage() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="colorData" fullname="QMimeData::colorData" href="qmimedata.html#colorData" location="qmimedata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="colorData() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColorData" fullname="QMimeData::setColorData" href="qmimedata.html#setColorData" location="qmimedata.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColorData(const QVariant &amp; color)">
+ <parameter left="const QVariant &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasColor" fullname="QMimeData::hasColor" href="qmimedata.html#hasColor" location="qmimedata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasColor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QMimeData::data" href="qmimedata.html#data" location="qmimedata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="data(const QString &amp; mimeType) const">
+ <parameter left="const QString &amp;" right="" name="mimeType" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QMimeData::setData" href="qmimedata.html#setData" location="qmimedata.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setData(const QString &amp; mimeType, const QByteArray &amp; data)">
+ <parameter left="const QString &amp;" right="" name="mimeType" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeFormat" fullname="QMimeData::removeFormat" href="qmimedata.html#removeFormat" location="qmimedata.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeFormat(const QString &amp; mimeType)">
+ <parameter left="const QString &amp;" right="" name="mimeType" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasFormat" fullname="QMimeData::hasFormat" href="qmimedata.html#hasFormat" location="qmimedata.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasFormat(const QString &amp; mimeType) const">
+ <parameter left="const QString &amp;" right="" name="mimeType" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="formats" fullname="QMimeData::formats" href="qmimedata.html#formats" location="qmimedata.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="formats() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QMimeData::clear" href="qmimedata.html#clear" location="qmimedata.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="retrieveData" fullname="QMimeData::retrieveData" href="qmimedata.html#retrieveData" location="qmimedata.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="retrieveData(const QString &amp; mimeType, QVariant::Type type) const">
+ <parameter left="const QString &amp;" right="" name="mimeType" default=""/>
+ <parameter left="QVariant::Type" right="" name="type" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QButtonGroup" href="qbuttongroup.html" location="qbuttongroup.h" bases="QObject" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="exclusive" fullname="QButtonGroup::exclusive" href="qbuttongroup.html#exclusive-prop" location="qbuttongroup.h" type="bool">
+ <getter name="exclusive"/>
+ <setter name="setExclusive"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QButtonGroup" fullname="QButtonGroup::QButtonGroup" href="qbuttongroup.html#QButtonGroup" location="qabstractbutton.cpp" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QButtonGroup(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QButtonGroup" fullname="QButtonGroup::~QButtonGroup" href="qbuttongroup.html#dtor.QButtonGroup" location="qabstractbutton.cpp" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QButtonGroup()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setExclusive" fullname="QButtonGroup::setExclusive" href="qbuttongroup.html#exclusive-prop" location="qabstractbutton.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="exclusive" type="void" signature="setExclusive(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exclusive" fullname="QButtonGroup::exclusive" href="qbuttongroup.html#exclusive-prop" location="qabstractbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="exclusive" type="bool" signature="exclusive() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addButton" fullname="QButtonGroup::addButton" href="qbuttongroup.html#addButton" location="qabstractbutton.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addButton(QAbstractButton * button)">
+ <parameter left="QAbstractButton *" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addButton" fullname="QButtonGroup::addButton" href="qbuttongroup.html#addButton-2" location="qabstractbutton.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addButton(QAbstractButton * button, int id)">
+ <parameter left="QAbstractButton *" right="" name="button" default=""/>
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeButton" fullname="QButtonGroup::removeButton" href="qbuttongroup.html#removeButton" location="qabstractbutton.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeButton(QAbstractButton * button)">
+ <parameter left="QAbstractButton *" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buttons" fullname="QButtonGroup::buttons" href="qbuttongroup.html#buttons" location="qabstractbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QAbstractButton *&gt;" signature="buttons() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="checkedButton" fullname="QButtonGroup::checkedButton" href="qbuttongroup.html#checkedButton" location="qabstractbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractButton *" signature="checkedButton() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="button" fullname="QButtonGroup::button" href="qbuttongroup.html#button" location="qabstractbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractButton *" signature="button(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setId" fullname="QButtonGroup::setId" href="qbuttongroup.html#setId" location="qabstractbutton.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setId(QAbstractButton * button, int id)">
+ <parameter left="QAbstractButton *" right="" name="button" default=""/>
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="id" fullname="QButtonGroup::id" href="qbuttongroup.html#id" location="qabstractbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="id(QAbstractButton * button) const">
+ <parameter left="QAbstractButton *" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="checkedId" fullname="QButtonGroup::checkedId" href="qbuttongroup.html#checkedId" location="qabstractbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="checkedId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buttonClicked" fullname="QButtonGroup::buttonClicked" href="qbuttongroup.html#buttonClicked" location="qbuttongroup.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="buttonClicked(QAbstractButton * button)">
+ <parameter left="QAbstractButton *" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buttonClicked" fullname="QButtonGroup::buttonClicked" href="qbuttongroup.html#buttonClicked-2" location="qbuttongroup.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="buttonClicked(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buttonPressed" fullname="QButtonGroup::buttonPressed" href="qbuttongroup.html#buttonPressed" location="qbuttongroup.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="buttonPressed(QAbstractButton * button)">
+ <parameter left="QAbstractButton *" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buttonPressed" fullname="QButtonGroup::buttonPressed" href="qbuttongroup.html#buttonPressed-2" location="qbuttongroup.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="buttonPressed(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buttonReleased" fullname="QButtonGroup::buttonReleased" href="qbuttongroup.html#buttonReleased" location="qbuttongroup.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="buttonReleased(QAbstractButton * button)">
+ <parameter left="QAbstractButton *" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buttonReleased" fullname="QButtonGroup::buttonReleased" href="qbuttongroup.html#buttonReleased-2" location="qbuttongroup.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="buttonReleased(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insert" fullname="QButtonGroup::insert" href="qbuttongroup-qt3.html#insert" location="qbuttongroup.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insert(QAbstractButton * b)">
+ <parameter left="QAbstractButton *" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="remove" fullname="QButtonGroup::remove" href="qbuttongroup-qt3.html#remove" location="qbuttongroup.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="remove(QAbstractButton * b)">
+ <parameter left="QAbstractButton *" right="" name="b" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QHostAddress" href="qhostaddress.html" location="qhostaddress.h" bases="" module="QtNetwork">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SpecialAddress" fullname="QHostAddress::SpecialAddress" href="qhostaddress.html#SpecialAddress-enum" location="qhostaddress.h">
+ <value name="Null" value="0"/>
+ <value name="Broadcast" value="1"/>
+ <value name="LocalHost" value="2"/>
+ <value name="LocalHostIPv6" value="3"/>
+ <value name="Any" value="4"/>
+ <value name="AnyIPv6" value="5"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHostAddress" fullname="QHostAddress::QHostAddress" href="qhostaddress.html#QHostAddress" location="qhostaddress.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QHostAddress()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHostAddress" fullname="QHostAddress::QHostAddress" href="qhostaddress.html#QHostAddress-2" location="qhostaddress.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QHostAddress(quint32 ip4Addr)">
+ <parameter left="quint32" right="" name="ip4Addr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHostAddress" fullname="QHostAddress::QHostAddress" href="qhostaddress.html#QHostAddress-3" location="qhostaddress.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QHostAddress(quint8 * ip6Addr)">
+ <parameter left="quint8 *" right="" name="ip6Addr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHostAddress" fullname="QHostAddress::QHostAddress" href="qhostaddress.html#QHostAddress-4" location="qhostaddress.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QHostAddress(const Q_IPV6ADDR &amp; ip6Addr)">
+ <parameter left="const Q_IPV6ADDR &amp;" right="" name="ip6Addr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHostAddress" fullname="QHostAddress::QHostAddress" href="qhostaddress.html#QHostAddress-5" location="qhostaddress.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QHostAddress(const sockaddr * sockaddr)">
+ <parameter left="const sockaddr *" right="" name="sockaddr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHostAddress" fullname="QHostAddress::QHostAddress" href="qhostaddress.html#QHostAddress-6" location="qhostaddress.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QHostAddress(const QString &amp; address)">
+ <parameter left="const QString &amp;" right="" name="address" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHostAddress" fullname="QHostAddress::QHostAddress" href="qhostaddress.html#QHostAddress-7" location="qhostaddress.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="7" type="" signature="QHostAddress(const QHostAddress &amp; address)">
+ <parameter left="const QHostAddress &amp;" right="" name="address" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHostAddress" fullname="QHostAddress::QHostAddress" href="qhostaddress.html#QHostAddress-8" location="qhostaddress.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="8" type="" signature="QHostAddress(SpecialAddress address)">
+ <parameter left="SpecialAddress" right="" name="address" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QHostAddress" fullname="QHostAddress::~QHostAddress" href="qhostaddress.html#dtor.QHostAddress" location="qhostaddress.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QHostAddress()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QHostAddress::operator=" href="qhostaddress.html#operator=" location="qhostaddress.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QHostAddress &amp;" signature="operator=(const QHostAddress &amp; address)">
+ <parameter left="const QHostAddress &amp;" right="" name="address" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QHostAddress::operator=" href="qhostaddress.html#operator=-2" location="qhostaddress.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QHostAddress &amp;" signature="operator=(const QString &amp; address)">
+ <parameter left="const QString &amp;" right="" name="address" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAddress" fullname="QHostAddress::setAddress" href="qhostaddress.html#setAddress" location="qhostaddress.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAddress(quint32 ip4Addr)">
+ <parameter left="quint32" right="" name="ip4Addr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAddress" fullname="QHostAddress::setAddress" href="qhostaddress.html#setAddress-2" location="qhostaddress.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setAddress(quint8 * ip6Addr)">
+ <parameter left="quint8 *" right="" name="ip6Addr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAddress" fullname="QHostAddress::setAddress" href="qhostaddress.html#setAddress-3" location="qhostaddress.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="setAddress(const Q_IPV6ADDR &amp; ip6Addr)">
+ <parameter left="const Q_IPV6ADDR &amp;" right="" name="ip6Addr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAddress" fullname="QHostAddress::setAddress" href="qhostaddress.html#setAddress-5" location="qhostaddress.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="setAddress(const sockaddr * sockaddr)">
+ <parameter left="const sockaddr *" right="" name="sockaddr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAddress" fullname="QHostAddress::setAddress" href="qhostaddress.html#setAddress-4" location="qhostaddress.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="bool" signature="setAddress(const QString &amp; address)">
+ <parameter left="const QString &amp;" right="" name="address" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="protocol" fullname="QHostAddress::protocol" href="qhostaddress.html#protocol" location="qhostaddress.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractSocket::NetworkLayerProtocol" signature="protocol() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toIPv4Address" fullname="QHostAddress::toIPv4Address" href="qhostaddress.html#toIPv4Address" location="qhostaddress.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="quint32" signature="toIPv4Address() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toIPv6Address" fullname="QHostAddress::toIPv6Address" href="qhostaddress.html#toIPv6Address" location="qhostaddress.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q_IPV6ADDR" signature="toIPv6Address() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QHostAddress::toString" href="qhostaddress.html#toString" location="qhostaddress.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scopeId" fullname="QHostAddress::scopeId" href="qhostaddress.html#scopeId" location="qhostaddress.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="scopeId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScopeId" fullname="QHostAddress::setScopeId" href="qhostaddress.html#setScopeId" location="qhostaddress.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setScopeId(const QString &amp; id)">
+ <parameter left="const QString &amp;" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QHostAddress::operator==" href="qhostaddress.html#operator==" location="qhostaddress.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QHostAddress &amp; other) const">
+ <parameter left="const QHostAddress &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QHostAddress::operator==" href="qhostaddress.html#operator==-2" location="qhostaddress.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator==(SpecialAddress other) const">
+ <parameter left="SpecialAddress" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QHostAddress::operator!=" href="qhostaddress.html#operator!=" location="qhostaddress.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QHostAddress &amp; other) const">
+ <parameter left="const QHostAddress &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QHostAddress::operator!=" href="qhostaddress.html#operator!=-2" location="qhostaddress.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator!=(SpecialAddress other) const">
+ <parameter left="SpecialAddress" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QHostAddress::isNull" href="qhostaddress.html#isNull" location="qhostaddress.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QHostAddress::clear" href="qhostaddress.html#clear" location="qhostaddress.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="ip4Addr" fullname="QHostAddress::ip4Addr" href="qhostaddress-qt3.html#ip4Addr" location="qhostaddress.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="quint32" signature="ip4Addr() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="isIPv4Address" fullname="QHostAddress::isIPv4Address" href="qhostaddress-qt3.html#isIPv4Address" location="qhostaddress.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isIPv4Address() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="isIp4Addr" fullname="QHostAddress::isIp4Addr" href="qhostaddress-qt3.html#isIp4Addr" location="qhostaddress.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isIp4Addr() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="isIPv6Address" fullname="QHostAddress::isIPv6Address" href="qhostaddress-qt3.html#isIPv6Address" location="qhostaddress.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isIPv6Address() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isInSubnet" fullname="QHostAddress::isInSubnet" href="qhostaddress.html#isInSubnet" location="qhostaddress.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isInSubnet(const QHostAddress &amp; subnet, int netmask) const">
+ <parameter left="const QHostAddress &amp;" right="" name="subnet" default=""/>
+ <parameter left="int" right="" name="netmask" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isInSubnet" fullname="QHostAddress::isInSubnet" href="qhostaddress.html#isInSubnet-2" location="qhostaddress.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="isInSubnet(const QPair&lt;QHostAddress, int&gt; &amp; subnet) const">
+ <parameter left="const QPair&lt;QHostAddress, int&gt; &amp;" right="" name="subnet" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parseSubnet" fullname="QHostAddress::parseSubnet" href="qhostaddress.html#parseSubnet" location="qhostaddress.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QPair&lt;QHostAddress, int&gt;" signature="parseSubnet(const QString &amp; subnet)">
+ <parameter left="const QString &amp;" right="" name="subnet" default=""/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d" fullname="QHostAddress::d" href="qhostaddress.html#d-var" location="qhostaddress.h" type="QHostAddressPrivate *" static="false"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qhostaddress.html#operator&lt;&lt;-94" location="qhostaddress.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="94" relates="QHostAddress" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; out, const QHostAddress &amp; address)">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ <parameter left="const QHostAddress &amp;" right="" name="address" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qhostaddress.html#operator&gt;&gt;-52" location="qhostaddress.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="52" relates="QHostAddress" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; in, QHostAddress &amp; address)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ <parameter left="QHostAddress &amp;" right="" name="address" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QNetworkProxyQuery" href="qnetworkproxyquery.html" location="qnetworkproxy.h" bases="" module="QtNetwork">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="QueryType" fullname="QNetworkProxyQuery::QueryType" href="qnetworkproxyquery.html#QueryType-enum" location="qnetworkproxy.h">
+ <value name="TcpSocket" value="0"/>
+ <value name="UdpSocket" value="1"/>
+ <value name="TcpServer" value="100"/>
+ <value name="UrlRequest" value="101"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QNetworkProxyQuery" fullname="QNetworkProxyQuery::QNetworkProxyQuery" href="qnetworkproxyquery.html#QNetworkProxyQuery" location="qnetworkproxy.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QNetworkProxyQuery()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QNetworkProxyQuery" fullname="QNetworkProxyQuery::QNetworkProxyQuery" href="qnetworkproxyquery.html#QNetworkProxyQuery-2" location="qnetworkproxy.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QNetworkProxyQuery(const QUrl &amp; requestUrl, QueryType queryType)">
+ <parameter left="const QUrl &amp;" right="" name="requestUrl" default=""/>
+ <parameter left="QueryType" right="" name="queryType" default="UrlRequest"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QNetworkProxyQuery" fullname="QNetworkProxyQuery::QNetworkProxyQuery" href="qnetworkproxyquery.html#QNetworkProxyQuery-3" location="qnetworkproxy.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QNetworkProxyQuery(const QString &amp; hostname, int port, const QString &amp; protocolTag, QueryType queryType)">
+ <parameter left="const QString &amp;" right="" name="hostname" default=""/>
+ <parameter left="int" right="" name="port" default=""/>
+ <parameter left="const QString &amp;" right="" name="protocolTag" default="QString()"/>
+ <parameter left="QueryType" right="" name="queryType" default="TcpSocket"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QNetworkProxyQuery" fullname="QNetworkProxyQuery::QNetworkProxyQuery" href="qnetworkproxyquery.html#QNetworkProxyQuery-4" location="qnetworkproxy.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QNetworkProxyQuery(quint16 bindPort, const QString &amp; protocolTag, QueryType queryType)">
+ <parameter left="quint16" right="" name="bindPort" default=""/>
+ <parameter left="const QString &amp;" right="" name="protocolTag" default="QString()"/>
+ <parameter left="QueryType" right="" name="queryType" default="TcpServer"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QNetworkProxyQuery" fullname="QNetworkProxyQuery::QNetworkProxyQuery" href="qnetworkproxyquery.html#QNetworkProxyQuery-5" location="qnetworkproxy.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QNetworkProxyQuery(const QNetworkProxyQuery &amp; other)">
+ <parameter left="const QNetworkProxyQuery &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QNetworkProxyQuery" fullname="QNetworkProxyQuery::~QNetworkProxyQuery" href="qnetworkproxyquery.html#dtor.QNetworkProxyQuery" location="qnetworkproxy.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QNetworkProxyQuery()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QNetworkProxyQuery::operator=" href="qnetworkproxyquery.html#operator=" location="qnetworkproxy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QNetworkProxyQuery &amp;" signature="operator=(const QNetworkProxyQuery &amp; other)">
+ <parameter left="const QNetworkProxyQuery &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QNetworkProxyQuery::operator==" href="qnetworkproxyquery.html#operator==" location="qnetworkproxy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QNetworkProxyQuery &amp; other) const">
+ <parameter left="const QNetworkProxyQuery &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QNetworkProxyQuery::operator!=" href="qnetworkproxyquery.html#operator!=" location="qnetworkproxy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QNetworkProxyQuery &amp; other) const">
+ <parameter left="const QNetworkProxyQuery &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="queryType" fullname="QNetworkProxyQuery::queryType" href="qnetworkproxyquery.html#queryType" location="qnetworkproxy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QueryType" signature="queryType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setQueryType" fullname="QNetworkProxyQuery::setQueryType" href="qnetworkproxyquery.html#setQueryType" location="qnetworkproxy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setQueryType(QueryType type)">
+ <parameter left="QueryType" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peerPort" fullname="QNetworkProxyQuery::peerPort" href="qnetworkproxyquery.html#peerPort" location="qnetworkproxy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="peerPort() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPeerPort" fullname="QNetworkProxyQuery::setPeerPort" href="qnetworkproxyquery.html#setPeerPort" location="qnetworkproxy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPeerPort(int port)">
+ <parameter left="int" right="" name="port" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peerHostName" fullname="QNetworkProxyQuery::peerHostName" href="qnetworkproxyquery.html#peerHostName" location="qnetworkproxy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="peerHostName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPeerHostName" fullname="QNetworkProxyQuery::setPeerHostName" href="qnetworkproxyquery.html#setPeerHostName" location="qnetworkproxy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPeerHostName(const QString &amp; hostname)">
+ <parameter left="const QString &amp;" right="" name="hostname" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="localPort" fullname="QNetworkProxyQuery::localPort" href="qnetworkproxyquery.html#localPort" location="qnetworkproxy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="localPort() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLocalPort" fullname="QNetworkProxyQuery::setLocalPort" href="qnetworkproxyquery.html#setLocalPort" location="qnetworkproxy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLocalPort(int port)">
+ <parameter left="int" right="" name="port" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="protocolTag" fullname="QNetworkProxyQuery::protocolTag" href="qnetworkproxyquery.html#protocolTag" location="qnetworkproxy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="protocolTag() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProtocolTag" fullname="QNetworkProxyQuery::setProtocolTag" href="qnetworkproxyquery.html#setProtocolTag" location="qnetworkproxy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setProtocolTag(const QString &amp; protocolTag)">
+ <parameter left="const QString &amp;" right="" name="protocolTag" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="url" fullname="QNetworkProxyQuery::url" href="qnetworkproxyquery.html#url" location="qnetworkproxy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="url() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUrl" fullname="QNetworkProxyQuery::setUrl" href="qnetworkproxyquery.html#setUrl" location="qnetworkproxy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUrl(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QNetworkProxy" href="qnetworkproxy.html" location="qnetworkproxy.h" bases="" module="QtNetwork">
+ <contents name="socks5" title="SOCKS5" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ProxyType" fullname="QNetworkProxy::ProxyType" href="qnetworkproxy.html#ProxyType-enum" location="qnetworkproxy.h">
+ <value name="DefaultProxy" value="0"/>
+ <value name="Socks5Proxy" value="1"/>
+ <value name="NoProxy" value="2"/>
+ <value name="HttpProxy" value="3"/>
+ <value name="HttpCachingProxy" value="4"/>
+ <value name="FtpCachingProxy" value="5"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Capability" fullname="QNetworkProxy::Capability" href="qnetworkproxy.html#Capability-enum" location="qnetworkproxy.h" typedef="QNetworkProxy::Capabilities">
+ <value name="TunnelingCapability" value="0x0001"/>
+ <value name="ListeningCapability" value="0x0002"/>
+ <value name="UdpTunnelingCapability" value="0x0004"/>
+ <value name="CachingCapability" value="0x0008"/>
+ <value name="HostNameLookupCapability" value="0x0010"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Capabilities" fullname="QNetworkProxy::Capabilities" href="qnetworkproxy.html#Capabilities-typedef" location="qnetworkproxy.h" enum="QNetworkProxy::Capability"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QNetworkProxy" fullname="QNetworkProxy::QNetworkProxy" href="qnetworkproxy.html#QNetworkProxy" location="qnetworkproxy.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QNetworkProxy()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QNetworkProxy" fullname="QNetworkProxy::QNetworkProxy" href="qnetworkproxy.html#QNetworkProxy-2" location="qnetworkproxy.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QNetworkProxy(ProxyType type, const QString &amp; hostName, quint16 port, const QString &amp; user, const QString &amp; password)">
+ <parameter left="ProxyType" right="" name="type" default=""/>
+ <parameter left="const QString &amp;" right="" name="hostName" default="QString()"/>
+ <parameter left="quint16" right="" name="port" default="0"/>
+ <parameter left="const QString &amp;" right="" name="user" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="password" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QNetworkProxy" fullname="QNetworkProxy::QNetworkProxy" href="qnetworkproxy.html#QNetworkProxy-3" location="qnetworkproxy.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QNetworkProxy(const QNetworkProxy &amp; other)">
+ <parameter left="const QNetworkProxy &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QNetworkProxy::operator=" href="qnetworkproxy.html#operator=" location="qnetworkproxy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QNetworkProxy &amp;" signature="operator=(const QNetworkProxy &amp; other)">
+ <parameter left="const QNetworkProxy &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QNetworkProxy" fullname="QNetworkProxy::~QNetworkProxy" href="qnetworkproxy.html#dtor.QNetworkProxy" location="qnetworkproxy.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QNetworkProxy()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QNetworkProxy::operator==" href="qnetworkproxy.html#operator==" location="qnetworkproxy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QNetworkProxy &amp; other) const">
+ <parameter left="const QNetworkProxy &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QNetworkProxy::operator!=" href="qnetworkproxy.html#operator!=" location="qnetworkproxy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QNetworkProxy &amp; other) const">
+ <parameter left="const QNetworkProxy &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setType" fullname="QNetworkProxy::setType" href="qnetworkproxy.html#setType" location="qnetworkproxy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setType(QNetworkProxy::ProxyType type)">
+ <parameter left="QNetworkProxy::ProxyType" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QNetworkProxy::type" href="qnetworkproxy.html#type" location="qnetworkproxy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QNetworkProxy::ProxyType" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCapabilities" fullname="QNetworkProxy::setCapabilities" href="qnetworkproxy.html#setCapabilities" location="qnetworkproxy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCapabilities(QFlags&lt;QNetworkProxy::Capability&gt; capabilities)">
+ <parameter left="QFlags&lt;QNetworkProxy::Capability&gt;" right="" name="capabilities" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="capabilities" fullname="QNetworkProxy::capabilities" href="qnetworkproxy.html#capabilities" location="qnetworkproxy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Capabilities" signature="capabilities() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCachingProxy" fullname="QNetworkProxy::isCachingProxy" href="qnetworkproxy.html#isCachingProxy" location="qnetworkproxy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCachingProxy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isTransparentProxy" fullname="QNetworkProxy::isTransparentProxy" href="qnetworkproxy.html#isTransparentProxy" location="qnetworkproxy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isTransparentProxy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUser" fullname="QNetworkProxy::setUser" href="qnetworkproxy.html#setUser" location="qnetworkproxy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUser(const QString &amp; user)">
+ <parameter left="const QString &amp;" right="" name="user" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="user" fullname="QNetworkProxy::user" href="qnetworkproxy.html#user" location="qnetworkproxy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="user() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPassword" fullname="QNetworkProxy::setPassword" href="qnetworkproxy.html#setPassword" location="qnetworkproxy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPassword(const QString &amp; password)">
+ <parameter left="const QString &amp;" right="" name="password" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="password" fullname="QNetworkProxy::password" href="qnetworkproxy.html#password" location="qnetworkproxy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="password() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHostName" fullname="QNetworkProxy::setHostName" href="qnetworkproxy.html#setHostName" location="qnetworkproxy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHostName(const QString &amp; hostName)">
+ <parameter left="const QString &amp;" right="" name="hostName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hostName" fullname="QNetworkProxy::hostName" href="qnetworkproxy.html#hostName" location="qnetworkproxy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="hostName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPort" fullname="QNetworkProxy::setPort" href="qnetworkproxy.html#setPort" location="qnetworkproxy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPort(quint16 port)">
+ <parameter left="quint16" right="" name="port" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="port" fullname="QNetworkProxy::port" href="qnetworkproxy.html#port" location="qnetworkproxy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="quint16" signature="port() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setApplicationProxy" fullname="QNetworkProxy::setApplicationProxy" href="qnetworkproxy.html#setApplicationProxy" location="qnetworkproxy.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setApplicationProxy(const QNetworkProxy &amp; networkProxy)">
+ <parameter left="const QNetworkProxy &amp;" right="" name="networkProxy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="applicationProxy" fullname="QNetworkProxy::applicationProxy" href="qnetworkproxy.html#applicationProxy" location="qnetworkproxy.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QNetworkProxy" signature="applicationProxy()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QNetworkProxyFactory" href="qnetworkproxyfactory.html" location="qnetworkproxy.h" bases="" module="QtNetwork">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QNetworkProxyFactory" fullname="QNetworkProxyFactory::QNetworkProxyFactory" href="qnetworkproxyfactory.html#QNetworkProxyFactory" location="qnetworkproxy.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QNetworkProxyFactory()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QNetworkProxyFactory" fullname="QNetworkProxyFactory::~QNetworkProxyFactory" href="qnetworkproxyfactory.html#dtor.QNetworkProxyFactory" location="qnetworkproxy.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QNetworkProxyFactory()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="queryProxy" fullname="QNetworkProxyFactory::queryProxy" href="qnetworkproxyfactory.html#queryProxy" location="qnetworkproxy.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QList&lt;QNetworkProxy&gt;" signature="queryProxy(const QNetworkProxyQuery &amp; query)">
+ <parameter left="const QNetworkProxyQuery &amp;" right="" name="query" default="QNetworkProxyQuery()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setApplicationProxyFactory" fullname="QNetworkProxyFactory::setApplicationProxyFactory" href="qnetworkproxyfactory.html#setApplicationProxyFactory" location="qnetworkproxy.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setApplicationProxyFactory(QNetworkProxyFactory * factory)">
+ <parameter left="QNetworkProxyFactory *" right="" name="factory" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="proxyForQuery" fullname="QNetworkProxyFactory::proxyForQuery" href="qnetworkproxyfactory.html#proxyForQuery" location="qnetworkproxy.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QNetworkProxy&gt;" signature="proxyForQuery(const QNetworkProxyQuery &amp; query)">
+ <parameter left="const QNetworkProxyQuery &amp;" right="" name="query" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="systemProxyForQuery" fullname="QNetworkProxyFactory::systemProxyForQuery" href="qnetworkproxyfactory.html#systemProxyForQuery" location="qnetworkproxy_win.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QNetworkProxy&gt;" signature="systemProxyForQuery(const QNetworkProxyQuery &amp; query)">
+ <parameter left="const QNetworkProxyQuery &amp;" right="" name="query" default="QNetworkProxyQuery()"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QUuid" href="quuid.html" location="quuid.h" bases="" module="QtCore">
+ <target name="variant-field"/>
+ <target name="version-field"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Variant" fullname="QUuid::Variant" href="quuid.html#Variant-enum" location="quuid.h">
+ <value name="VarUnknown" value="-1"/>
+ <value name="NCS" value="0"/>
+ <value name="DCE" value="2"/>
+ <value name="Microsoft" value="6"/>
+ <value name="Reserved" value="7"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Version" fullname="QUuid::Version" href="quuid.html#Version-enum" location="quuid.h">
+ <value name="VerUnknown" value="-1"/>
+ <value name="Time" value="1"/>
+ <value name="EmbeddedPOSIX" value="2"/>
+ <value name="Name" value="3"/>
+ <value name="Random" value="4"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QUuid" fullname="QUuid::QUuid" href="quuid.html#QUuid" location="quuid.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QUuid()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QUuid" fullname="QUuid::QUuid" href="quuid.html#QUuid-2" location="quuid.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QUuid(uint l, ushort w1, ushort w2, uchar b1, uchar b2, uchar b3, uchar b4, uchar b5, uchar b6, uchar b7, uchar b8)">
+ <parameter left="uint" right="" name="l" default=""/>
+ <parameter left="ushort" right="" name="w1" default=""/>
+ <parameter left="ushort" right="" name="w2" default=""/>
+ <parameter left="uchar" right="" name="b1" default=""/>
+ <parameter left="uchar" right="" name="b2" default=""/>
+ <parameter left="uchar" right="" name="b3" default=""/>
+ <parameter left="uchar" right="" name="b4" default=""/>
+ <parameter left="uchar" right="" name="b5" default=""/>
+ <parameter left="uchar" right="" name="b6" default=""/>
+ <parameter left="uchar" right="" name="b7" default=""/>
+ <parameter left="uchar" right="" name="b8" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QUuid" fullname="QUuid::QUuid" href="quuid.html#QUuid-3" location="quuid.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QUuid(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QUuid::toString" href="quuid.html#toString" location="quuid.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QString" fullname="QUuid::operator QString" href="quuid.html#operator QString" location="quuid.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QUuid::isNull" href="quuid.html#isNull" location="quuid.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QUuid::operator==" href="quuid.html#operator==" location="quuid.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QUuid &amp; other) const">
+ <parameter left="const QUuid &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QUuid::operator!=" href="quuid.html#operator!=" location="quuid.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QUuid &amp; other) const">
+ <parameter left="const QUuid &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QUuid::operator&lt;" href="quuid.html#operator&lt;" location="quuid.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;(const QUuid &amp; other) const">
+ <parameter left="const QUuid &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" fullname="QUuid::operator&gt;" href="quuid.html#operator&gt;" location="quuid.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&gt;(const QUuid &amp; other) const">
+ <parameter left="const QUuid &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QUuid" fullname="QUuid::QUuid" href="quuid.html#QUuid-5" location="quuid.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QUuid(const GUID &amp; guid)">
+ <parameter left="const GUID &amp;" right="" name="guid" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QUuid::operator=" href="quuid.html#operator=" location="quuid.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QUuid &amp;" signature="operator=(const GUID &amp; guid)">
+ <parameter left="const GUID &amp;" right="" name="guid" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator GUID" fullname="QUuid::operator GUID" href="quuid.html#operator GUID" location="quuid.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator GUID() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QUuid::operator==" href="quuid.html#operator==-2" location="quuid.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator==(const GUID &amp; guid) const">
+ <parameter left="const GUID &amp;" right="" name="guid" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QUuid::operator!=" href="quuid.html#operator!=-2" location="quuid.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator!=(const GUID &amp; guid) const">
+ <parameter left="const GUID &amp;" right="" name="guid" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createUuid" fullname="QUuid::createUuid" href="quuid.html#createUuid" location="quuid.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QUuid" signature="createUuid()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="variant" fullname="QUuid::variant" href="quuid.html#variant" location="quuid.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUuid::Variant" signature="variant() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="version" fullname="QUuid::version" href="quuid.html#version" location="quuid.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUuid::Version" signature="version() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="data1" fullname="QUuid::data1" href="quuid.html#data1-var" location="quuid.h" type="uint" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="data2" fullname="QUuid::data2" href="quuid.html#data2-var" location="quuid.h" type="ushort" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="data3" fullname="QUuid::data3" href="quuid.html#data3-var" location="quuid.h" type="ushort" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="data4" fullname="QUuid::data4" href="quuid.html#data4-var" location="quuid.h" type="uchar[8]" static="false"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="quuid.html#operator&lt;&lt;-95" location="quuid.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="95" relates="QUuid" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; s, const QUuid &amp; id)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="const QUuid &amp;" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="quuid.html#operator&gt;&gt;-53" location="quuid.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="53" relates="QUuid" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; s, QUuid &amp; id)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="QUuid &amp;" right="" name="id" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDesignerFormWindowManagerInterface" href="qdesignerformwindowmanagerinterface.html" location="abstractformwindowmanager.h" bases="QObject" module="QtDesigner">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDesignerFormWindowManagerInterface" fullname="QDesignerFormWindowManagerInterface::QDesignerFormWindowManagerInterface" href="qdesignerformwindowmanagerinterface.html#QDesignerFormWindowManagerInterface" location="abstractformwindowmanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDesignerFormWindowManagerInterface(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDesignerFormWindowManagerInterface" fullname="QDesignerFormWindowManagerInterface::~QDesignerFormWindowManagerInterface" href="qdesignerformwindowmanagerinterface.html#dtor.QDesignerFormWindowManagerInterface" location="abstractformwindowmanager.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDesignerFormWindowManagerInterface()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionCut" fullname="QDesignerFormWindowManagerInterface::actionCut" href="qdesignerformwindowmanagerinterface.html#actionCut" location="abstractformwindowmanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="actionCut() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionCopy" fullname="QDesignerFormWindowManagerInterface::actionCopy" href="qdesignerformwindowmanagerinterface.html#actionCopy" location="abstractformwindowmanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="actionCopy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionPaste" fullname="QDesignerFormWindowManagerInterface::actionPaste" href="qdesignerformwindowmanagerinterface.html#actionPaste" location="abstractformwindowmanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="actionPaste() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionDelete" fullname="QDesignerFormWindowManagerInterface::actionDelete" href="qdesignerformwindowmanagerinterface.html#actionDelete" location="abstractformwindowmanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="actionDelete() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionSelectAll" fullname="QDesignerFormWindowManagerInterface::actionSelectAll" href="qdesignerformwindowmanagerinterface.html#actionSelectAll" location="abstractformwindowmanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="actionSelectAll() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionLower" fullname="QDesignerFormWindowManagerInterface::actionLower" href="qdesignerformwindowmanagerinterface.html#actionLower" location="abstractformwindowmanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="actionLower() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionRaise" fullname="QDesignerFormWindowManagerInterface::actionRaise" href="qdesignerformwindowmanagerinterface.html#actionRaise" location="abstractformwindowmanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="actionRaise() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionUndo" fullname="QDesignerFormWindowManagerInterface::actionUndo" href="qdesignerformwindowmanagerinterface.html#actionUndo" location="abstractformwindowmanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="actionUndo() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionRedo" fullname="QDesignerFormWindowManagerInterface::actionRedo" href="qdesignerformwindowmanagerinterface.html#actionRedo" location="abstractformwindowmanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="actionRedo() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionHorizontalLayout" fullname="QDesignerFormWindowManagerInterface::actionHorizontalLayout" href="qdesignerformwindowmanagerinterface.html#actionHorizontalLayout" location="abstractformwindowmanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="actionHorizontalLayout() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionVerticalLayout" fullname="QDesignerFormWindowManagerInterface::actionVerticalLayout" href="qdesignerformwindowmanagerinterface.html#actionVerticalLayout" location="abstractformwindowmanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="actionVerticalLayout() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionSplitHorizontal" fullname="QDesignerFormWindowManagerInterface::actionSplitHorizontal" href="qdesignerformwindowmanagerinterface.html#actionSplitHorizontal" location="abstractformwindowmanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="actionSplitHorizontal() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionSplitVertical" fullname="QDesignerFormWindowManagerInterface::actionSplitVertical" href="qdesignerformwindowmanagerinterface.html#actionSplitVertical" location="abstractformwindowmanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="actionSplitVertical() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionGridLayout" fullname="QDesignerFormWindowManagerInterface::actionGridLayout" href="qdesignerformwindowmanagerinterface.html#actionGridLayout" location="abstractformwindowmanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="actionGridLayout() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionFormLayout" fullname="QDesignerFormWindowManagerInterface::actionFormLayout" href="qdesignerformwindowmanagerinterface.html#actionFormLayout" location="abstractformwindowmanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="actionFormLayout() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionBreakLayout" fullname="QDesignerFormWindowManagerInterface::actionBreakLayout" href="qdesignerformwindowmanagerinterface.html#actionBreakLayout" location="abstractformwindowmanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="actionBreakLayout() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionAdjustSize" fullname="QDesignerFormWindowManagerInterface::actionAdjustSize" href="qdesignerformwindowmanagerinterface.html#actionAdjustSize" location="abstractformwindowmanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="actionAdjustSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionSimplifyLayout" fullname="QDesignerFormWindowManagerInterface::actionSimplifyLayout" href="qdesignerformwindowmanagerinterface.html#actionSimplifyLayout" location="abstractformwindowmanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="actionSimplifyLayout() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activeFormWindow" fullname="QDesignerFormWindowManagerInterface::activeFormWindow" href="qdesignerformwindowmanagerinterface.html#activeFormWindow" location="abstractformwindowmanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QDesignerFormWindowInterface *" signature="activeFormWindow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="formWindowCount" fullname="QDesignerFormWindowManagerInterface::formWindowCount" href="qdesignerformwindowmanagerinterface.html#formWindowCount" location="abstractformwindowmanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="formWindowCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="formWindow" fullname="QDesignerFormWindowManagerInterface::formWindow" href="qdesignerformwindowmanagerinterface.html#formWindow" location="abstractformwindowmanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QDesignerFormWindowInterface *" signature="formWindow(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createFormWindow" fullname="QDesignerFormWindowManagerInterface::createFormWindow" href="qdesignerformwindowmanagerinterface.html#createFormWindow" location="abstractformwindowmanager.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QDesignerFormWindowInterface *" signature="createFormWindow(QWidget * parent, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="core" fullname="QDesignerFormWindowManagerInterface::core" href="qdesignerformwindowmanagerinterface.html#core" location="abstractformwindowmanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QDesignerFormEditorInterface *" signature="core() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="formWindowAdded" fullname="QDesignerFormWindowManagerInterface::formWindowAdded" href="qdesignerformwindowmanagerinterface.html#formWindowAdded" location="abstractformwindowmanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="formWindowAdded(QDesignerFormWindowInterface * formWindow)">
+ <parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="formWindowRemoved" fullname="QDesignerFormWindowManagerInterface::formWindowRemoved" href="qdesignerformwindowmanagerinterface.html#formWindowRemoved" location="abstractformwindowmanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="formWindowRemoved(QDesignerFormWindowInterface * formWindow)">
+ <parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activeFormWindowChanged" fullname="QDesignerFormWindowManagerInterface::activeFormWindowChanged" href="qdesignerformwindowmanagerinterface.html#activeFormWindowChanged" location="abstractformwindowmanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="activeFormWindowChanged(QDesignerFormWindowInterface * formWindow)">
+ <parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addFormWindow" fullname="QDesignerFormWindowManagerInterface::addFormWindow" href="qdesignerformwindowmanagerinterface.html#addFormWindow" location="abstractformwindowmanager.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="addFormWindow(QDesignerFormWindowInterface * formWindow)">
+ <parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeFormWindow" fullname="QDesignerFormWindowManagerInterface::removeFormWindow" href="qdesignerformwindowmanagerinterface.html#removeFormWindow" location="abstractformwindowmanager.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="removeFormWindow(QDesignerFormWindowInterface * formWindow)">
+ <parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setActiveFormWindow" fullname="QDesignerFormWindowManagerInterface::setActiveFormWindow" href="qdesignerformwindowmanagerinterface.html#setActiveFormWindow" location="abstractformwindowmanager.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setActiveFormWindow(QDesignerFormWindowInterface * formWindow)">
+ <parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QFrame" href="qframe.html" location="qframe.h" bases="QWidget" module="QtGui">
+ <target name="picture"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="frameShape" fullname="QFrame::frameShape" href="qframe.html#frameShape-prop" location="qframe.h" type="Shape">
+ <getter name="frameShape"/>
+ <setter name="setFrameShape"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="frameShadow" fullname="QFrame::frameShadow" href="qframe.html#frameShadow-prop" location="qframe.h" type="Shadow">
+ <getter name="frameShadow"/>
+ <setter name="setFrameShadow"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="lineWidth" fullname="QFrame::lineWidth" href="qframe.html#lineWidth-prop" location="qframe.h" type="int">
+ <getter name="lineWidth"/>
+ <setter name="setLineWidth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="midLineWidth" fullname="QFrame::midLineWidth" href="qframe.html#midLineWidth-prop" location="qframe.h" type="int">
+ <getter name="midLineWidth"/>
+ <setter name="setMidLineWidth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="frameWidth" fullname="QFrame::frameWidth" href="qframe.html#frameWidth-prop" location="qframe.h" type="int">
+ <getter name="frameWidth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="frameRect" fullname="QFrame::frameRect" href="qframe.html#frameRect-prop" location="qframe.h" type="QRect">
+ <getter name="frameRect"/>
+ <setter name="setFrameRect"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFrame" fullname="QFrame::QFrame" href="qframe.html#QFrame" location="qframe.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFrame(QWidget * parent, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFrame" fullname="QFrame::~QFrame" href="qframe.html#dtor.QFrame" location="qframe.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFrame()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frameStyle" fullname="QFrame::frameStyle" href="qframe.html#frameStyle" location="qframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="frameStyle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFrameStyle" fullname="QFrame::setFrameStyle" href="qframe.html#setFrameStyle" location="qframe.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFrameStyle(int style)">
+ <parameter left="int" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frameWidth" fullname="QFrame::frameWidth" href="qframe.html#frameWidth-prop" location="qframe.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="frameWidth" type="int" signature="frameWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QFrame::sizeHint" href="qframe.html#sizeHint" location="qframe.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Shape" fullname="QFrame::Shape" href="qframe.html#Shape-enum" location="qframe.h">
+ <value name="NoFrame" value="0"/>
+ <value name="Box" value="0x0001"/>
+ <value name="Panel" value="0x0002"/>
+ <value name="WinPanel" value="0x0003"/>
+ <value name="HLine" value="0x0004"/>
+ <value name="VLine" value="0x0005"/>
+ <value name="StyledPanel" value="0x0006"/>
+ <value name="PopupPanel" value="StyledPanel"/>
+ <value name="MenuBarPanel" value="StyledPanel"/>
+ <value name="ToolBarPanel" value="StyledPanel"/>
+ <value name="LineEditPanel" value="StyledPanel"/>
+ <value name="TabWidgetPanel" value="StyledPanel"/>
+ <value name="GroupBoxPanel" value="StyledPanel"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Shadow" fullname="QFrame::Shadow" href="qframe.html#Shadow-enum" location="qframe.h">
+ <value name="Plain" value="0x0010"/>
+ <value name="Raised" value="0x0020"/>
+ <value name="Sunken" value="0x0030"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StyleMask" fullname="QFrame::StyleMask" href="qframe.html#StyleMask-enum" location="qframe.h">
+ <value name="Shadow_Mask" value="0x00f0"/>
+ <value name="Shape_Mask" value="0x000f"/>
+ <value name="MShadow" value="Shadow_Mask"/>
+ <value name="MShape" value="Shape_Mask"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frameShape" fullname="QFrame::frameShape" href="qframe.html#frameShape-prop" location="qframe.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="frameShape" type="Shape" signature="frameShape() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFrameShape" fullname="QFrame::setFrameShape" href="qframe.html#frameShape-prop" location="qframe.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="frameShape" type="void" signature="setFrameShape(Shape )">
+ <parameter left="Shape" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frameShadow" fullname="QFrame::frameShadow" href="qframe.html#frameShadow-prop" location="qframe.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="frameShadow" type="Shadow" signature="frameShadow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFrameShadow" fullname="QFrame::setFrameShadow" href="qframe.html#frameShadow-prop" location="qframe.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="frameShadow" type="void" signature="setFrameShadow(Shadow )">
+ <parameter left="Shadow" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineWidth" fullname="QFrame::lineWidth" href="qframe.html#lineWidth-prop" location="qframe.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="lineWidth" type="int" signature="lineWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLineWidth" fullname="QFrame::setLineWidth" href="qframe.html#lineWidth-prop" location="qframe.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="lineWidth" type="void" signature="setLineWidth(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="midLineWidth" fullname="QFrame::midLineWidth" href="qframe.html#midLineWidth-prop" location="qframe.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="midLineWidth" type="int" signature="midLineWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMidLineWidth" fullname="QFrame::setMidLineWidth" href="qframe.html#midLineWidth-prop" location="qframe.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="midLineWidth" type="void" signature="setMidLineWidth(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frameRect" fullname="QFrame::frameRect" href="qframe.html#frameRect-prop" location="qframe.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="frameRect" type="QRect" signature="frameRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFrameRect" fullname="QFrame::setFrameRect" href="qframe.html#frameRect-prop" location="qframe.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="frameRect" type="void" signature="setFrameRect(const QRect &amp; )">
+ <parameter left="const QRect &amp;" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QFrame::event" href="qframe.html#event" location="qframe.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QFrame::paintEvent" href="qframe.html#paintEvent" location="qframe.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * )">
+ <parameter left="QPaintEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QFrame::changeEvent" href="qframe.html#changeEvent" location="qframe.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * ev)">
+ <parameter left="QEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QFrame" fullname="QFrame::QFrame" href="qframe-qt3.html#QFrame-2" location="qframe.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QFrame(QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QHelpEngineCore" href="qhelpenginecore.html" location="qhelpenginecore.h" bases="QObject" module="QtHelp">
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoSaveFilter" fullname="QHelpEngineCore::autoSaveFilter" href="qhelpenginecore.html#autoSaveFilter-prop" location="qhelpenginecore.h" type="bool">
+ <getter name="autoSaveFilter"/>
+ <setter name="setAutoSaveFilter"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="collectionFile" fullname="QHelpEngineCore::collectionFile" href="qhelpenginecore.html#collectionFile-prop" location="qhelpenginecore.h" type="QString">
+ <getter name="collectionFile"/>
+ <setter name="setCollectionFile"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentFilter" fullname="QHelpEngineCore::currentFilter" href="qhelpenginecore.html#currentFilter-prop" location="qhelpenginecore.h" type="QString">
+ <getter name="currentFilter"/>
+ <setter name="setCurrentFilter"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHelpEngineCore" fullname="QHelpEngineCore::QHelpEngineCore" href="qhelpenginecore.html#QHelpEngineCore" location="qhelpenginecore.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QHelpEngineCore(const QString &amp; collectionFile, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="collectionFile" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QHelpEngineCore" fullname="QHelpEngineCore::~QHelpEngineCore" href="qhelpenginecore.html#dtor.QHelpEngineCore" location="qhelpenginecore.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QHelpEngineCore()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setupData" fullname="QHelpEngineCore::setupData" href="qhelpenginecore.html#setupData" location="qhelpenginecore.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="setupData()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="collectionFile" fullname="QHelpEngineCore::collectionFile" href="qhelpenginecore.html#collectionFile-prop" location="qhelpenginecore.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="collectionFile" type="QString" signature="collectionFile() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCollectionFile" fullname="QHelpEngineCore::setCollectionFile" href="qhelpenginecore.html#collectionFile-prop" location="qhelpenginecore.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="collectionFile" type="void" signature="setCollectionFile(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="copyCollectionFile" fullname="QHelpEngineCore::copyCollectionFile" href="qhelpenginecore.html#copyCollectionFile" location="qhelpenginecore.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="copyCollectionFile(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="namespaceName" fullname="QHelpEngineCore::namespaceName" href="qhelpenginecore.html#namespaceName" location="qhelpenginecore.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="namespaceName(const QString &amp; documentationFileName)">
+ <parameter left="const QString &amp;" right="" name="documentationFileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="registerDocumentation" fullname="QHelpEngineCore::registerDocumentation" href="qhelpenginecore.html#registerDocumentation" location="qhelpenginecore.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="registerDocumentation(const QString &amp; documentationFileName)">
+ <parameter left="const QString &amp;" right="" name="documentationFileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unregisterDocumentation" fullname="QHelpEngineCore::unregisterDocumentation" href="qhelpenginecore.html#unregisterDocumentation" location="qhelpenginecore.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="unregisterDocumentation(const QString &amp; namespaceName)">
+ <parameter left="const QString &amp;" right="" name="namespaceName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="documentationFileName" fullname="QHelpEngineCore::documentationFileName" href="qhelpenginecore.html#documentationFileName" location="qhelpenginecore.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString" signature="documentationFileName(const QString &amp; namespaceName)">
+ <parameter left="const QString &amp;" right="" name="namespaceName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="customFilters" fullname="QHelpEngineCore::customFilters" href="qhelpenginecore.html#customFilters" location="qhelpenginecore.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="customFilters() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeCustomFilter" fullname="QHelpEngineCore::removeCustomFilter" href="qhelpenginecore.html#removeCustomFilter" location="qhelpenginecore.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeCustomFilter(const QString &amp; filterName)">
+ <parameter left="const QString &amp;" right="" name="filterName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addCustomFilter" fullname="QHelpEngineCore::addCustomFilter" href="qhelpenginecore.html#addCustomFilter" location="qhelpenginecore.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="addCustomFilter(const QString &amp; filterName, const QStringList &amp; attributes)">
+ <parameter left="const QString &amp;" right="" name="filterName" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="attributes" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filterAttributes" fullname="QHelpEngineCore::filterAttributes" href="qhelpenginecore.html#filterAttributes" location="qhelpenginecore.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="filterAttributes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filterAttributes" fullname="QHelpEngineCore::filterAttributes" href="qhelpenginecore.html#filterAttributes-2" location="qhelpenginecore.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QStringList" signature="filterAttributes(const QString &amp; filterName) const">
+ <parameter left="const QString &amp;" right="" name="filterName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentFilter" fullname="QHelpEngineCore::currentFilter" href="qhelpenginecore.html#currentFilter-prop" location="qhelpenginecore.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentFilter" type="QString" signature="currentFilter() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentFilter" fullname="QHelpEngineCore::setCurrentFilter" href="qhelpenginecore.html#currentFilter-prop" location="qhelpenginecore.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="currentFilter" type="void" signature="setCurrentFilter(const QString &amp; filterName)">
+ <parameter left="const QString &amp;" right="" name="filterName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="registeredDocumentations" fullname="QHelpEngineCore::registeredDocumentations" href="qhelpenginecore.html#registeredDocumentations" location="qhelpenginecore.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="registeredDocumentations() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filterAttributeSets" fullname="QHelpEngineCore::filterAttributeSets" href="qhelpenginecore.html#filterAttributeSets" location="qhelpenginecore.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QStringList&gt;" signature="filterAttributeSets(const QString &amp; namespaceName) const">
+ <parameter left="const QString &amp;" right="" name="namespaceName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="files" fullname="QHelpEngineCore::files" href="qhelpenginecore.html#files" location="qhelpenginecore.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QList&lt;QUrl&gt;" signature="files(const QString namespaceName, const QStringList &amp; filterAttributes, const QString &amp; extensionFilter)">
+ <parameter left="const QString" right="" name="namespaceName" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="filterAttributes" default=""/>
+ <parameter left="const QString &amp;" right="" name="extensionFilter" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findFile" fullname="QHelpEngineCore::findFile" href="qhelpenginecore.html#findFile" location="qhelpenginecore.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="findFile(const QUrl &amp; url) const">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileData" fullname="QHelpEngineCore::fileData" href="qhelpenginecore.html#fileData" location="qhelpenginecore.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="fileData(const QUrl &amp; url) const">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="linksForIdentifier" fullname="QHelpEngineCore::linksForIdentifier" href="qhelpenginecore.html#linksForIdentifier" location="qhelpenginecore.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMap&lt;QString, QUrl&gt;" signature="linksForIdentifier(const QString &amp; id) const">
+ <parameter left="const QString &amp;" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeCustomValue" fullname="QHelpEngineCore::removeCustomValue" href="qhelpenginecore.html#removeCustomValue" location="qhelpenginecore.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeCustomValue(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="customValue" fullname="QHelpEngineCore::customValue" href="qhelpenginecore.html#customValue" location="qhelpenginecore.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="customValue(const QString &amp; key, const QVariant &amp; defaultValue) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="defaultValue" default="QVariant()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCustomValue" fullname="QHelpEngineCore::setCustomValue" href="qhelpenginecore.html#setCustomValue" location="qhelpenginecore.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="setCustomValue(const QString &amp; key, const QVariant &amp; value)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="metaData" fullname="QHelpEngineCore::metaData" href="qhelpenginecore.html#metaData" location="qhelpenginecore.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QVariant" signature="metaData(const QString &amp; documentationFileName, const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="documentationFileName" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QHelpEngineCore::error" href="qhelpenginecore.html#error" location="qhelpenginecore.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="error() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoSaveFilter" fullname="QHelpEngineCore::setAutoSaveFilter" href="qhelpenginecore.html#autoSaveFilter-prop" location="qhelpenginecore.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="autoSaveFilter" type="void" signature="setAutoSaveFilter(bool save)">
+ <parameter left="bool" right="" name="save" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoSaveFilter" fullname="QHelpEngineCore::autoSaveFilter" href="qhelpenginecore.html#autoSaveFilter-prop" location="qhelpenginecore.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoSaveFilter" type="bool" signature="autoSaveFilter() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setupStarted" fullname="QHelpEngineCore::setupStarted" href="qhelpenginecore.html#setupStarted" location="qhelpenginecore.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="setupStarted()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setupFinished" fullname="QHelpEngineCore::setupFinished" href="qhelpenginecore.html#setupFinished" location="qhelpenginecore.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="setupFinished()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentFilterChanged" fullname="QHelpEngineCore::currentFilterChanged" href="qhelpenginecore.html#currentFilterChanged" location="qhelpenginecore.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentFilterChanged(const QString &amp; newFilter)">
+ <parameter left="const QString &amp;" right="" name="newFilter" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="warning" fullname="QHelpEngineCore::warning" href="qhelpenginecore.html#warning" location="qhelpenginecore.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="warning(const QString &amp; msg)">
+ <parameter left="const QString &amp;" right="" name="msg" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QFormBuilder" href="qformbuilder.html" location="formbuilder.h" bases="QAbstractFormBuilder" module="QtDesigner">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFormBuilder" fullname="QFormBuilder::QFormBuilder" href="qformbuilder.html#QFormBuilder" location="formbuilder.cpp" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFormBuilder()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFormBuilder" fullname="QFormBuilder::~QFormBuilder" href="qformbuilder.html#dtor.QFormBuilder" location="formbuilder.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFormBuilder()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pluginPaths" fullname="QFormBuilder::pluginPaths" href="qformbuilder.html#pluginPaths" location="formbuilder.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="pluginPaths() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearPluginPaths" fullname="QFormBuilder::clearPluginPaths" href="qformbuilder.html#clearPluginPaths" location="formbuilder.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearPluginPaths()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addPluginPath" fullname="QFormBuilder::addPluginPath" href="qformbuilder.html#addPluginPath" location="formbuilder.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addPluginPath(const QString &amp; pluginPath)">
+ <parameter left="const QString &amp;" right="" name="pluginPath" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPluginPath" fullname="QFormBuilder::setPluginPath" href="qformbuilder.html#setPluginPath" location="formbuilder.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPluginPath(const QStringList &amp; pluginPaths)">
+ <parameter left="const QStringList &amp;" right="" name="pluginPaths" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="customWidgets" fullname="QFormBuilder::customWidgets" href="qformbuilder.html#customWidgets" location="formbuilder.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QDesignerCustomWidgetInterface *&gt;" signature="customWidgets() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSessionManager" href="qsessionmanager.html" location="qsessionmanager.h" bases="QObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="sessionId" fullname="QSessionManager::sessionId" href="qsessionmanager.html#sessionId" location="qsessionmanager_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="sessionId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sessionKey" fullname="QSessionManager::sessionKey" href="qsessionmanager.html#sessionKey" location="qsessionmanager_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="sessionKey() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="allowsInteraction" fullname="QSessionManager::allowsInteraction" href="qsessionmanager.html#allowsInteraction" location="qsessionmanager_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="allowsInteraction()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="allowsErrorInteraction" fullname="QSessionManager::allowsErrorInteraction" href="qsessionmanager.html#allowsErrorInteraction" location="qsessionmanager_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="allowsErrorInteraction()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="release" fullname="QSessionManager::release" href="qsessionmanager.html#release" location="qsessionmanager_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="release()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cancel" fullname="QSessionManager::cancel" href="qsessionmanager.html#cancel" location="qsessionmanager_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="cancel()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="RestartHint" fullname="QSessionManager::RestartHint" href="qsessionmanager.html#RestartHint-enum" location="qsessionmanager.h">
+ <value name="RestartIfRunning" value="0"/>
+ <value name="RestartAnyway" value="1"/>
+ <value name="RestartImmediately" value="2"/>
+ <value name="RestartNever" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRestartHint" fullname="QSessionManager::setRestartHint" href="qsessionmanager.html#setRestartHint" location="qsessionmanager_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRestartHint(RestartHint hint)">
+ <parameter left="RestartHint" right="" name="hint" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="restartHint" fullname="QSessionManager::restartHint" href="qsessionmanager.html#restartHint" location="qsessionmanager_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="RestartHint" signature="restartHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRestartCommand" fullname="QSessionManager::setRestartCommand" href="qsessionmanager.html#setRestartCommand" location="qsessionmanager_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRestartCommand(const QStringList &amp; command)">
+ <parameter left="const QStringList &amp;" right="" name="command" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="restartCommand" fullname="QSessionManager::restartCommand" href="qsessionmanager.html#restartCommand" location="qsessionmanager_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="restartCommand() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDiscardCommand" fullname="QSessionManager::setDiscardCommand" href="qsessionmanager.html#setDiscardCommand" location="qsessionmanager_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDiscardCommand(const QStringList &amp; list)">
+ <parameter left="const QStringList &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="discardCommand" fullname="QSessionManager::discardCommand" href="qsessionmanager.html#discardCommand" location="qsessionmanager_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="discardCommand() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setManagerProperty" fullname="QSessionManager::setManagerProperty" href="qsessionmanager.html#setManagerProperty-2" location="qsessionmanager_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setManagerProperty(const QString &amp; name, const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setManagerProperty" fullname="QSessionManager::setManagerProperty" href="qsessionmanager.html#setManagerProperty" location="qsessionmanager_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setManagerProperty(const QString &amp; name, const QStringList &amp; value)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isPhase2" fullname="QSessionManager::isPhase2" href="qsessionmanager.html#isPhase2" location="qsessionmanager_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isPhase2() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="requestPhase2" fullname="QSessionManager::requestPhase2" href="qsessionmanager.html#requestPhase2" location="qsessionmanager_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="requestPhase2()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStackedWidget" href="qstackedwidget.html" location="qstackedwidget.h" bases="QFrame" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentIndex" fullname="QStackedWidget::currentIndex" href="qstackedwidget.html#currentIndex-prop" location="qstackedwidget.h" type="int">
+ <getter name="currentIndex"/>
+ <setter name="setCurrentIndex"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QStackedWidget::count" href="qstackedwidget.html#count-prop" location="qstackedwidget.h" type="int">
+ <getter name="count"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStackedWidget" fullname="QStackedWidget::QStackedWidget" href="qstackedwidget.html#QStackedWidget" location="qstackedwidget.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStackedWidget(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QStackedWidget" fullname="QStackedWidget::~QStackedWidget" href="qstackedwidget.html#dtor.QStackedWidget" location="qstackedwidget.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QStackedWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addWidget" fullname="QStackedWidget::addWidget" href="qstackedwidget.html#addWidget" location="qstackedwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="addWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertWidget" fullname="QStackedWidget::insertWidget" href="qstackedwidget.html#insertWidget" location="qstackedwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="insertWidget(int index, QWidget * widget)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeWidget" fullname="QStackedWidget::removeWidget" href="qstackedwidget.html#removeWidget" location="qstackedwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentWidget" fullname="QStackedWidget::currentWidget" href="qstackedwidget.html#currentWidget" location="qstackedwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="currentWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentIndex" fullname="QStackedWidget::currentIndex" href="qstackedwidget.html#currentIndex-prop" location="qstackedwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentIndex" type="int" signature="currentIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="QStackedWidget::indexOf" href="qstackedwidget.html#indexOf" location="qstackedwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOf(QWidget * widget) const">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widget" fullname="QStackedWidget::widget" href="qstackedwidget.html#widget" location="qstackedwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="widget(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QStackedWidget::count" href="qstackedwidget.html#count-prop" location="qstackedwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="count" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentIndex" fullname="QStackedWidget::setCurrentIndex" href="qstackedwidget.html#currentIndex-prop" location="qstackedwidget.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="currentIndex" type="void" signature="setCurrentIndex(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentWidget" fullname="QStackedWidget::setCurrentWidget" href="qstackedwidget.html#setCurrentWidget" location="qstackedwidget.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setCurrentWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentChanged" fullname="QStackedWidget::currentChanged" href="qstackedwidget.html#currentChanged" location="qstackedwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentChanged(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widgetRemoved" fullname="QStackedWidget::widgetRemoved" href="qstackedwidget.html#widgetRemoved" location="qstackedwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="widgetRemoved(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QStackedWidget::event" href="qstackedwidget.html#event" location="qstackedwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSignalSpy" href="qsignalspy.html" location="qsignalspy.h" bases="QObject,QList" module="QtTest">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSignalSpy" fullname="QSignalSpy::QSignalSpy" href="qsignalspy.html#QSignalSpy" location="qsignalspy.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSignalSpy(QObject * object, const char * signal)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="const char *" right="" name="signal" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QSignalSpy::isValid" href="qsignalspy.html#isValid" location="qsignalspy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="signal" fullname="QSignalSpy::signal" href="qsignalspy.html#signal" location="qsignalspy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="signal() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextOption" href="qtextoption.html" location="qtextoption.h" bases="" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="TabType" fullname="QTextOption::TabType" href="qtextoption.html#TabType-enum" location="qtextoption.h">
+ <value name="LeftTab" value="0"/>
+ <value name="RightTab" value="1"/>
+ <value name="CenterTab" value="2"/>
+ <value name="DelimiterTab" value="3"/>
+ </enum>
+ <class access="public" threadsafety="unspecified" status="commendable" name="Tab" fullname="QTextOption::Tab" href="qtextoption-tab.html" location="qtextoption.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Tab" fullname="QTextOption::Tab::Tab" href="qtextoption-tab.html#Tab" location="qtextoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Tab()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QTextOption::Tab::operator==" href="qtextoption-tab.html#operator==" location="qtextoption.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const Tab &amp; other) const">
+ <parameter left="const Tab &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QTextOption::Tab::operator!=" href="qtextoption-tab.html#operator!=" location="qtextoption.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const Tab &amp; other) const">
+ <parameter left="const Tab &amp;" right="" name="other" default=""/>
+ </function>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="position" fullname="QTextOption::Tab::position" href="qtextoption-tab.html#position-var" location="qtextoption.h" type="qreal" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QTextOption::Tab::type" href="qtextoption-tab.html#type-var" location="qtextoption.h" type="TabType" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="delimiter" fullname="QTextOption::Tab::delimiter" href="qtextoption-tab.html#delimiter-var" location="qtextoption.h" type="QChar" static="false"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextOption" fullname="QTextOption::QTextOption" href="qtextoption.html#QTextOption" location="qtextoption.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextOption()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextOption" fullname="QTextOption::QTextOption" href="qtextoption.html#QTextOption-2" location="qtextoption.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTextOption(QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTextOption" fullname="QTextOption::~QTextOption" href="qtextoption.html#dtor.QTextOption" location="qtextoption.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTextOption()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextOption" fullname="QTextOption::QTextOption" href="qtextoption.html#QTextOption-3" location="qtextoption.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QTextOption(const QTextOption &amp; other)">
+ <parameter left="const QTextOption &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QTextOption::operator=" href="qtextoption.html#operator=" location="qtextoption.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTextOption &amp;" signature="operator=(const QTextOption &amp; other)">
+ <parameter left="const QTextOption &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlignment" fullname="QTextOption::setAlignment" href="qtextoption.html#setAlignment" location="qtextoption.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAlignment(QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="QTextOption::alignment" href="qtextoption.html#alignment" location="qtextoption.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::Alignment" signature="alignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextDirection" fullname="QTextOption::setTextDirection" href="qtextoption.html#setTextDirection" location="qtextoption.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextDirection(Qt::LayoutDirection direction)">
+ <parameter left="Qt::LayoutDirection" right="" name="direction" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textDirection" fullname="QTextOption::textDirection" href="qtextoption.html#textDirection" location="qtextoption.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::LayoutDirection" signature="textDirection() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WrapMode" fullname="QTextOption::WrapMode" href="qtextoption.html#WrapMode-enum" location="qtextoption.h">
+ <value name="NoWrap" value="0"/>
+ <value name="WordWrap" value="1"/>
+ <value name="ManualWrap" value="2"/>
+ <value name="WrapAnywhere" value="3"/>
+ <value name="WrapAtWordBoundaryOrAnywhere" value="4"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWrapMode" fullname="QTextOption::setWrapMode" href="qtextoption.html#setWrapMode" location="qtextoption.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWrapMode(WrapMode mode)">
+ <parameter left="WrapMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wrapMode" fullname="QTextOption::wrapMode" href="qtextoption.html#wrapMode" location="qtextoption.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="WrapMode" signature="wrapMode() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Flag" fullname="QTextOption::Flag" href="qtextoption.html#Flag-enum" location="qtextoption.h" typedef="QTextOption::Flags">
+ <value name="ShowTabsAndSpaces" value="0x1"/>
+ <value name="ShowLineAndParagraphSeparators" value="0x2"/>
+ <value name="AddSpaceForLineAndParagraphSeparators" value="0x4"/>
+ <value name="SuppressColors" value="0x8"/>
+ <value name="IncludeTrailingSpaces" value="0x80000000"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Flags" fullname="QTextOption::Flags" href="qtextoption.html#Flags-typedef" location="qtextoption.h" enum="QTextOption::Flag"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFlags" fullname="QTextOption::setFlags" href="qtextoption.html#setFlags" location="qtextoption.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFlags(QFlags&lt;QTextOption::Flag&gt; flags)">
+ <parameter left="QFlags&lt;QTextOption::Flag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flags" fullname="QTextOption::flags" href="qtextoption.html#flags" location="qtextoption.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Flags" signature="flags() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabStop" fullname="QTextOption::setTabStop" href="qtextoption.html#setTabStop" location="qtextoption.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTabStop(qreal tabStop)">
+ <parameter left="qreal" right="" name="tabStop" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabStop" fullname="QTextOption::tabStop" href="qtextoption.html#tabStop" location="qtextoption.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="tabStop() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabArray" fullname="QTextOption::setTabArray" href="qtextoption.html#setTabArray" location="qtextoption.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTabArray(QList&lt;qreal&gt; tabStops)">
+ <parameter left="QList&lt;qreal&gt;" right="" name="tabStops" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabArray" fullname="QTextOption::tabArray" href="qtextoption.html#tabArray" location="qtextoption.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;qreal&gt;" signature="tabArray() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabs" fullname="QTextOption::setTabs" href="qtextoption.html#setTabs" location="qtextoption.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTabs(QList&lt;Tab&gt; tabStops)">
+ <parameter left="QList&lt;Tab&gt;" right="" name="tabStops" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabs" fullname="QTextOption::tabs" href="qtextoption.html#tabs" location="qtextoption.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;Tab&gt;" signature="tabs() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUseDesignMetrics" fullname="QTextOption::setUseDesignMetrics" href="qtextoption.html#setUseDesignMetrics" location="qtextoption.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUseDesignMetrics(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="useDesignMetrics" fullname="QTextOption::useDesignMetrics" href="qtextoption.html#useDesignMetrics" location="qtextoption.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="useDesignMetrics() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="preliminary" name="QRasterPaintEngine" href="qrasterpaintengine.html" location="qpaintengine_raster_p.h" bases="QPaintEngine" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRasterPaintEngine" fullname="QRasterPaintEngine::QRasterPaintEngine" href="qrasterpaintengine.html#QRasterPaintEngine" location="qpaintengine_raster_p.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QRasterPaintEngine(QPaintDevice * device)">
+ <parameter left="QPaintDevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QRasterPaintEngine" fullname="QRasterPaintEngine::~QRasterPaintEngine" href="qrasterpaintengine.html#dtor.QRasterPaintEngine" location="qpaintengine_raster_p.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QRasterPaintEngine()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="QRasterPaintEngine::begin" href="qrasterpaintengine.html#begin" location="qpaintengine_raster_p.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="begin(QPaintDevice * device)">
+ <parameter left="QPaintDevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="QRasterPaintEngine::end" href="qrasterpaintengine.html#end" location="qpaintengine_raster_p.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="end()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPolygon" fullname="QRasterPaintEngine::drawPolygon" href="qrasterpaintengine.html#drawPolygon" location="qpaintengine_raster_p.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawPolygon(const QPointF * points, int pointCount, PolygonDrawMode mode)">
+ <parameter left="const QPointF *" right="" name="points" default=""/>
+ <parameter left="int" right="" name="pointCount" default=""/>
+ <parameter left="PolygonDrawMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPolygon" fullname="QRasterPaintEngine::drawPolygon" href="qrasterpaintengine.html#drawPolygon-2" location="qpaintengine_raster_p.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawPolygon(const QPoint * points, int pointCount, PolygonDrawMode mode)">
+ <parameter left="const QPoint *" right="" name="points" default=""/>
+ <parameter left="int" right="" name="pointCount" default=""/>
+ <parameter left="PolygonDrawMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawEllipse" fullname="QRasterPaintEngine::drawEllipse" href="qrasterpaintengine.html#drawEllipse" location="qpaintengine_raster_p.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawEllipse(const QRectF &amp; rect)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fillRect" fullname="QRasterPaintEngine::fillRect" href="qrasterpaintengine.html#fillRect" location="qpaintengine_raster_p.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="fillRect(const QRectF &amp; r, const QBrush &amp; brush)">
+ <parameter left="const QRectF &amp;" right="" name="r" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fillRect" fullname="QRasterPaintEngine::fillRect" href="qrasterpaintengine.html#fillRect-2" location="qpaintengine_raster_p.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="fillRect(const QRectF &amp; r, const QColor &amp; color)">
+ <parameter left="const QRectF &amp;" right="" name="r" default=""/>
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawRects" fullname="QRasterPaintEngine::drawRects" href="qrasterpaintengine.html#drawRects" location="qpaintengine_raster_p.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawRects(const QRect * rects, int rectCount)">
+ <parameter left="const QRect *" right="" name="rects" default=""/>
+ <parameter left="int" right="" name="rectCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawRects" fullname="QRasterPaintEngine::drawRects" href="qrasterpaintengine.html#drawRects-2" location="qpaintengine_raster_p.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawRects(const QRectF * rects, int rectCount)">
+ <parameter left="const QRectF *" right="" name="rects" default=""/>
+ <parameter left="int" right="" name="rectCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPixmap" fullname="QRasterPaintEngine::drawPixmap" href="qrasterpaintengine.html#drawPixmap" location="qpaintengine_raster_p.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawPixmap(const QRectF &amp; r, const QPixmap &amp; pixmap, const QRectF &amp; sr)">
+ <parameter left="const QRectF &amp;" right="" name="r" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="sr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawImage" fullname="QRasterPaintEngine::drawImage" href="qrasterpaintengine.html#drawImage" location="qpaintengine_raster_p.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawImage(const QRectF &amp; r, const QImage &amp; img, const QRectF &amp; sr, QFlags&lt;Qt::ImageConversionFlag&gt; falgs)">
+ <parameter left="const QRectF &amp;" right="" name="r" default=""/>
+ <parameter left="const QImage &amp;" right="" name="img" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="sr" default=""/>
+ <parameter left="QFlags&lt;Qt::ImageConversionFlag&gt;" right="" name="falgs" default="Qt::AutoColor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawTiledPixmap" fullname="QRasterPaintEngine::drawTiledPixmap" href="qrasterpaintengine.html#drawTiledPixmap" location="qpaintengine_raster_p.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawTiledPixmap(const QRectF &amp; r, const QPixmap &amp; pixmap, const QPointF &amp; sr)">
+ <parameter left="const QRectF &amp;" right="" name="r" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="sr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawTextItem" fullname="QRasterPaintEngine::drawTextItem" href="qrasterpaintengine.html#drawTextItem" location="qpaintengine_raster_p.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawTextItem(const QPointF &amp; p, const QTextItem &amp; textItem)">
+ <parameter left="const QPointF &amp;" right="" name="p" default=""/>
+ <parameter left="const QTextItem &amp;" right="" name="textItem" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawLines" fullname="QRasterPaintEngine::drawLines" href="qrasterpaintengine.html#drawLines" location="qpaintengine_raster_p.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawLines(const QLine * lines, int lineCount)">
+ <parameter left="const QLine *" right="" name="lines" default=""/>
+ <parameter left="int" right="" name="lineCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawLines" fullname="QRasterPaintEngine::drawLines" href="qrasterpaintengine.html#drawLines-2" location="qpaintengine_raster_p.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawLines(const QLineF * lines, int lineCount)">
+ <parameter left="const QLineF *" right="" name="lines" default=""/>
+ <parameter left="int" right="" name="lineCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPoints" fullname="QRasterPaintEngine::drawPoints" href="qrasterpaintengine.html#drawPoints" location="qpaintengine_raster_p.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawPoints(const QPointF * points, int pointCount)">
+ <parameter left="const QPointF *" right="" name="points" default=""/>
+ <parameter left="int" right="" name="pointCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPoints" fullname="QRasterPaintEngine::drawPoints" href="qrasterpaintengine.html#drawPoints-2" location="qpaintengine_raster.cpp" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawPoints(const QPoint * points, int pointCount)">
+ <parameter left="const QPoint *" right="" name="points" default=""/>
+ <parameter left="int" right="" name="pointCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawEllipse" fullname="QRasterPaintEngine::drawEllipse" href="qrasterpaintengine.html#drawEllipse-2" location="qpaintengine_raster_p.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawEllipse(const QRect &amp; rect)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QRasterPaintEngine::type" href="qrasterpaintengine.html#type" location="qpaintengine_raster_p.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Type" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawColorSpans" fullname="QRasterPaintEngine::drawColorSpans" href="qrasterpaintengine.html#drawColorSpans" location="qpaintengine_raster_p.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawColorSpans(const QSpan * spans, int count, uint color)">
+ <parameter left="const QSpan *" right="" name="spans" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="uint" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawBufferSpan" fullname="QRasterPaintEngine::drawBufferSpan" href="qrasterpaintengine.html#drawBufferSpan" location="qpaintengine_raster.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawBufferSpan(const uint * buffer, int size, int x, int y, int length, uint alpha)">
+ <parameter left="const uint *" right="" name="buffer" default=""/>
+ <parameter left="int" right="" name="size" default=""/>
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="length" default=""/>
+ <parameter left="uint" right="" name="alpha" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="preliminary" name="QCustomRasterPaintDevice" href="qcustomrasterpaintdevice.html" location="qpaintengine_raster_p.h" bases="QPaintDevice" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCustomRasterPaintDevice" fullname="QCustomRasterPaintDevice::QCustomRasterPaintDevice" href="qcustomrasterpaintdevice.html#QCustomRasterPaintDevice" location="qpaintengine_raster_p.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QCustomRasterPaintDevice(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="metric" fullname="QCustomRasterPaintDevice::metric" href="qcustomrasterpaintdevice.html#metric" location="qpaintengine_raster.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="metric(PaintDeviceMetric m) const">
+ <parameter left="PaintDeviceMetric" right="" name="m" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="memory" fullname="QCustomRasterPaintDevice::memory" href="qcustomrasterpaintdevice.html#memory" location="qpaintengine_raster_p.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void *" signature="memory() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QCustomRasterPaintDevice::format" href="qcustomrasterpaintdevice.html#format" location="qpaintengine_raster_p.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QImage::Format" signature="format() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bytesPerLine" fullname="QCustomRasterPaintDevice::bytesPerLine" href="qcustomrasterpaintdevice.html#bytesPerLine" location="qpaintengine_raster.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="bytesPerLine() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QEventTransition" href="qeventtransition.html" location="qeventtransition.h" bases="QAbstractTransition" module="QtCore">
+ <contents name="subclassing" title="Subclassing" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="eventObject" fullname="QEventTransition::eventObject" href="qeventtransition.html#eventObject-prop" location="qeventtransition.h" type="QObject *">
+ <getter name="eventObject"/>
+ <setter name="setEventObject"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="eventType" fullname="QEventTransition::eventType" href="qeventtransition.html#eventType-prop" location="qeventtransition.h" type="QEvent::Type">
+ <getter name="eventType"/>
+ <setter name="setEventType"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QEventTransition" fullname="QEventTransition::QEventTransition" href="qeventtransition.html#QEventTransition" location="qeventtransition.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QEventTransition(QState * sourceState)">
+ <parameter left="QState *" right="" name="sourceState" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QEventTransition" fullname="QEventTransition::QEventTransition" href="qeventtransition.html#QEventTransition-2" location="qeventtransition.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QEventTransition(QObject * object, QEvent::Type type, QState * sourceState)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="QEvent::Type" right="" name="type" default=""/>
+ <parameter left="QState *" right="" name="sourceState" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QEventTransition" fullname="QEventTransition::~QEventTransition" href="qeventtransition.html#dtor.QEventTransition" location="qeventtransition.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QEventTransition()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="eventObject" fullname="QEventTransition::eventObject" href="qeventtransition.html#eventObject-prop" location="qeventtransition.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="eventObject" type="QObject *" signature="eventObject() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEventObject" fullname="QEventTransition::setEventObject" href="qeventtransition.html#eventObject-prop" location="qeventtransition.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="eventObject" type="void" signature="setEventObject(QObject * object)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="eventType" fullname="QEventTransition::eventType" href="qeventtransition.html#eventType-prop" location="qeventtransition.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="eventType" type="QEvent::Type" signature="eventType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEventType" fullname="QEventTransition::setEventType" href="qeventtransition.html#eventType-prop" location="qeventtransition.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="eventType" type="void" signature="setEventType(QEvent::Type type)">
+ <parameter left="QEvent::Type" right="" name="type" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventTest" fullname="QEventTransition::eventTest" href="qeventtransition.html#eventTest" location="qeventtransition.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventTest(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="onTransition" fullname="QEventTransition::onTransition" href="qeventtransition.html#onTransition" location="qeventtransition.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="onTransition(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QEventTransition::event" href="qeventtransition.html#event" location="qeventtransition.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTabBar" href="qtabbar.html" location="qtabbar.h" bases="QWidget" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="shape" fullname="QTabBar::shape" href="qtabbar.html#shape-prop" location="qtabbar.h" type="Shape">
+ <getter name="shape"/>
+ <setter name="setShape"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentIndex" fullname="QTabBar::currentIndex" href="qtabbar.html#currentIndex-prop" location="qtabbar.h" type="int">
+ <getter name="currentIndex"/>
+ <setter name="setCurrentIndex"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QTabBar::count" href="qtabbar.html#count-prop" location="qtabbar.h" type="int">
+ <getter name="count"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="drawBase" fullname="QTabBar::drawBase" href="qtabbar.html#drawBase-prop" location="qtabbar.h" type="bool">
+ <getter name="drawBase"/>
+ <setter name="setDrawBase"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="iconSize" fullname="QTabBar::iconSize" href="qtabbar.html#iconSize-prop" location="qtabbar.h" type="QSize">
+ <getter name="iconSize"/>
+ <setter name="setIconSize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="elideMode" fullname="QTabBar::elideMode" href="qtabbar.html#elideMode-prop" location="qtabbar.h" type="Qt::TextElideMode">
+ <getter name="elideMode"/>
+ <setter name="setElideMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="usesScrollButtons" fullname="QTabBar::usesScrollButtons" href="qtabbar.html#usesScrollButtons-prop" location="qtabbar.h" type="bool">
+ <getter name="usesScrollButtons"/>
+ <setter name="setUsesScrollButtons"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="tabsClosable" fullname="QTabBar::tabsClosable" href="qtabbar.html#tabsClosable-prop" location="qtabbar.h" type="bool">
+ <getter name="tabsClosable"/>
+ <setter name="setTabsClosable"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="selectionBehaviorOnRemove" fullname="QTabBar::selectionBehaviorOnRemove" href="qtabbar.html#selectionBehaviorOnRemove-prop" location="qtabbar.h" type="SelectionBehavior">
+ <getter name="selectionBehaviorOnRemove"/>
+ <setter name="setSelectionBehaviorOnRemove"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="expanding" fullname="QTabBar::expanding" href="qtabbar.html#expanding-prop" location="qtabbar.h" type="bool">
+ <getter name="expanding"/>
+ <setter name="setExpanding"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="movable" fullname="QTabBar::movable" href="qtabbar.html#movable-prop" location="qtabbar.h" type="bool">
+ <getter name="isMovable"/>
+ <setter name="setMovable"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="documentMode" fullname="QTabBar::documentMode" href="qtabbar.html#documentMode-prop" location="qtabbar.h" type="bool">
+ <getter name="documentMode"/>
+ <setter name="setDocumentMode"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTabBar" fullname="QTabBar::QTabBar" href="qtabbar.html#QTabBar" location="qtabbar.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTabBar(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTabBar" fullname="QTabBar::~QTabBar" href="qtabbar.html#dtor.QTabBar" location="qtabbar.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTabBar()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Shape" fullname="QTabBar::Shape" href="qtabbar.html#Shape-enum" location="qtabbar.h">
+ <value name="RoundedNorth" value="0"/>
+ <value name="RoundedSouth" value="1"/>
+ <value name="RoundedWest" value="2"/>
+ <value name="RoundedEast" value="3"/>
+ <value name="TriangularNorth" value="4"/>
+ <value name="TriangularSouth" value="5"/>
+ <value name="TriangularWest" value="6"/>
+ <value name="TriangularEast" value="7"/>
+ <value name="RoundedAbove" value="RoundedNorth"/>
+ <value name="RoundedBelow" value="RoundedSouth"/>
+ <value name="TriangularAbove" value="TriangularNorth"/>
+ <value name="TriangularBelow" value="TriangularSouth"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ButtonPosition" fullname="QTabBar::ButtonPosition" href="qtabbar.html#ButtonPosition-enum" location="qtabbar.h">
+ <value name="LeftSide" value="0"/>
+ <value name="RightSide" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SelectionBehavior" fullname="QTabBar::SelectionBehavior" href="qtabbar.html#SelectionBehavior-enum" location="qtabbar.h">
+ <value name="SelectLeftTab" value="0"/>
+ <value name="SelectRightTab" value="1"/>
+ <value name="SelectPreviousTab" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shape" fullname="QTabBar::shape" href="qtabbar.html#shape-prop" location="qtabbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="shape" type="Shape" signature="shape() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setShape" fullname="QTabBar::setShape" href="qtabbar.html#shape-prop" location="qtabbar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="shape" type="void" signature="setShape(Shape shape)">
+ <parameter left="Shape" right="" name="shape" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addTab" fullname="QTabBar::addTab" href="qtabbar.html#addTab" location="qtabbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="addTab(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addTab" fullname="QTabBar::addTab" href="qtabbar.html#addTab-2" location="qtabbar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="addTab(const QIcon &amp; icon, const QString &amp; text)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertTab" fullname="QTabBar::insertTab" href="qtabbar.html#insertTab" location="qtabbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="insertTab(int index, const QString &amp; text)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertTab" fullname="QTabBar::insertTab" href="qtabbar.html#insertTab-2" location="qtabbar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="insertTab(int index, const QIcon &amp; icon, const QString &amp; text)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeTab" fullname="QTabBar::removeTab" href="qtabbar.html#removeTab" location="qtabbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeTab(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveTab" fullname="QTabBar::moveTab" href="qtabbar.html#moveTab" location="qtabbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveTab(int from, int to)">
+ <parameter left="int" right="" name="from" default=""/>
+ <parameter left="int" right="" name="to" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isTabEnabled" fullname="QTabBar::isTabEnabled" href="qtabbar.html#isTabEnabled" location="qtabbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isTabEnabled(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabEnabled" fullname="QTabBar::setTabEnabled" href="qtabbar.html#setTabEnabled" location="qtabbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTabEnabled(int index, bool enabled)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabText" fullname="QTabBar::tabText" href="qtabbar.html#tabText" location="qtabbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="tabText(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabText" fullname="QTabBar::setTabText" href="qtabbar.html#setTabText" location="qtabbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTabText(int index, const QString &amp; text)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabTextColor" fullname="QTabBar::tabTextColor" href="qtabbar.html#tabTextColor" location="qtabbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="tabTextColor(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabTextColor" fullname="QTabBar::setTabTextColor" href="qtabbar.html#setTabTextColor" location="qtabbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTabTextColor(int index, const QColor &amp; color)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabIcon" fullname="QTabBar::tabIcon" href="qtabbar.html#tabIcon" location="qtabbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="tabIcon(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabIcon" fullname="QTabBar::setTabIcon" href="qtabbar.html#setTabIcon" location="qtabbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTabIcon(int index, const QIcon &amp; icon)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="elideMode" fullname="QTabBar::elideMode" href="qtabbar.html#elideMode-prop" location="qtabbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="elideMode" type="Qt::TextElideMode" signature="elideMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setElideMode" fullname="QTabBar::setElideMode" href="qtabbar.html#elideMode-prop" location="qtabbar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="elideMode" type="void" signature="setElideMode(Qt::TextElideMode )">
+ <parameter left="Qt::TextElideMode" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabToolTip" fullname="QTabBar::setTabToolTip" href="qtabbar.html#setTabToolTip" location="qtabbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTabToolTip(int index, const QString &amp; tip)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QString &amp;" right="" name="tip" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabToolTip" fullname="QTabBar::tabToolTip" href="qtabbar.html#tabToolTip" location="qtabbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="tabToolTip(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabWhatsThis" fullname="QTabBar::setTabWhatsThis" href="qtabbar.html#setTabWhatsThis" location="qtabbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTabWhatsThis(int index, const QString &amp; text)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabWhatsThis" fullname="QTabBar::tabWhatsThis" href="qtabbar.html#tabWhatsThis" location="qtabbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="tabWhatsThis(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabData" fullname="QTabBar::setTabData" href="qtabbar.html#setTabData" location="qtabbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTabData(int index, const QVariant &amp; data)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabData" fullname="QTabBar::tabData" href="qtabbar.html#tabData" location="qtabbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="tabData(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabRect" fullname="QTabBar::tabRect" href="qtabbar.html#tabRect" location="qtabbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="tabRect(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabAt" fullname="QTabBar::tabAt" href="qtabbar.html#tabAt" location="qtabbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="tabAt(const QPoint &amp; position) const">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentIndex" fullname="QTabBar::currentIndex" href="qtabbar.html#currentIndex-prop" location="qtabbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentIndex" type="int" signature="currentIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QTabBar::count" href="qtabbar.html#count-prop" location="qtabbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="count" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QTabBar::sizeHint" href="qtabbar.html#sizeHint" location="qtabbar.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="QTabBar::minimumSizeHint" href="qtabbar.html#minimumSizeHint" location="qtabbar.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDrawBase" fullname="QTabBar::setDrawBase" href="qtabbar.html#drawBase-prop" location="qtabbar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="drawBase" type="void" signature="setDrawBase(bool drawTheBase)">
+ <parameter left="bool" right="" name="drawTheBase" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawBase" fullname="QTabBar::drawBase" href="qtabbar.html#drawBase-prop" location="qtabbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="drawBase" type="bool" signature="drawBase() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iconSize" fullname="QTabBar::iconSize" href="qtabbar.html#iconSize-prop" location="qtabbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="iconSize" type="QSize" signature="iconSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIconSize" fullname="QTabBar::setIconSize" href="qtabbar.html#iconSize-prop" location="qtabbar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="iconSize" type="void" signature="setIconSize(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="usesScrollButtons" fullname="QTabBar::usesScrollButtons" href="qtabbar.html#usesScrollButtons-prop" location="qtabbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="usesScrollButtons" type="bool" signature="usesScrollButtons() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUsesScrollButtons" fullname="QTabBar::setUsesScrollButtons" href="qtabbar.html#usesScrollButtons-prop" location="qtabbar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="usesScrollButtons" type="void" signature="setUsesScrollButtons(bool useButtons)">
+ <parameter left="bool" right="" name="useButtons" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabsClosable" fullname="QTabBar::tabsClosable" href="qtabbar.html#tabsClosable-prop" location="qtabbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="tabsClosable" type="bool" signature="tabsClosable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabsClosable" fullname="QTabBar::setTabsClosable" href="qtabbar.html#tabsClosable-prop" location="qtabbar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="tabsClosable" type="void" signature="setTabsClosable(bool closable)">
+ <parameter left="bool" right="" name="closable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabButton" fullname="QTabBar::setTabButton" href="qtabbar.html#setTabButton" location="qtabbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTabButton(int index, ButtonPosition position, QWidget * widget)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="ButtonPosition" right="" name="position" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabButton" fullname="QTabBar::tabButton" href="qtabbar.html#tabButton" location="qtabbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="tabButton(int index, ButtonPosition position) const">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="ButtonPosition" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionBehaviorOnRemove" fullname="QTabBar::selectionBehaviorOnRemove" href="qtabbar.html#selectionBehaviorOnRemove-prop" location="qtabbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="selectionBehaviorOnRemove" type="SelectionBehavior" signature="selectionBehaviorOnRemove() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectionBehaviorOnRemove" fullname="QTabBar::setSelectionBehaviorOnRemove" href="qtabbar.html#selectionBehaviorOnRemove-prop" location="qtabbar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="selectionBehaviorOnRemove" type="void" signature="setSelectionBehaviorOnRemove(SelectionBehavior behavior)">
+ <parameter left="SelectionBehavior" right="" name="behavior" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expanding" fullname="QTabBar::expanding" href="qtabbar.html#expanding-prop" location="qtabbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="expanding" type="bool" signature="expanding() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setExpanding" fullname="QTabBar::setExpanding" href="qtabbar.html#expanding-prop" location="qtabbar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="expanding" type="void" signature="setExpanding(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isMovable" fullname="QTabBar::isMovable" href="qtabbar.html#movable-prop" location="qtabbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="movable" type="bool" signature="isMovable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMovable" fullname="QTabBar::setMovable" href="qtabbar.html#movable-prop" location="qtabbar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="movable" type="void" signature="setMovable(bool movable)">
+ <parameter left="bool" right="" name="movable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="documentMode" fullname="QTabBar::documentMode" href="qtabbar.html#documentMode-prop" location="qtabbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="documentMode" type="bool" signature="documentMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDocumentMode" fullname="QTabBar::setDocumentMode" href="qtabbar.html#documentMode-prop" location="qtabbar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="documentMode" type="void" signature="setDocumentMode(bool set)">
+ <parameter left="bool" right="" name="set" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentIndex" fullname="QTabBar::setCurrentIndex" href="qtabbar.html#currentIndex-prop" location="qtabbar.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="currentIndex" type="void" signature="setCurrentIndex(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentChanged" fullname="QTabBar::currentChanged" href="qtabbar.html#currentChanged" location="qtabbar.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentChanged(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabCloseRequested" fullname="QTabBar::tabCloseRequested" href="qtabbar.html#tabCloseRequested" location="qtabbar.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="tabCloseRequested(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabMoved" fullname="QTabBar::tabMoved" href="qtabbar.html#tabMoved" location="qtabbar.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="tabMoved(int from, int to)">
+ <parameter left="int" right="" name="from" default=""/>
+ <parameter left="int" right="" name="to" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="tabSizeHint" fullname="QTabBar::tabSizeHint" href="qtabbar.html#tabSizeHint" location="qtabbar.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="tabSizeHint(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="tabInserted" fullname="QTabBar::tabInserted" href="qtabbar.html#tabInserted" location="qtabbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="tabInserted(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="tabRemoved" fullname="QTabBar::tabRemoved" href="qtabbar.html#tabRemoved" location="qtabbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="tabRemoved(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="tabLayoutChange" fullname="QTabBar::tabLayoutChange" href="qtabbar.html#tabLayoutChange" location="qtabbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="tabLayoutChange()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QTabBar::event" href="qtabbar.html#event" location="qtabbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QTabBar::resizeEvent" href="qtabbar.html#resizeEvent" location="qtabbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * )">
+ <parameter left="QResizeEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="QTabBar::showEvent" href="qtabbar.html#showEvent" location="qtabbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * )">
+ <parameter left="QShowEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hideEvent" fullname="QTabBar::hideEvent" href="qtabbar.html#hideEvent" location="qtabbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hideEvent(QHideEvent * )">
+ <parameter left="QHideEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QTabBar::paintEvent" href="qtabbar.html#paintEvent" location="qtabbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * )">
+ <parameter left="QPaintEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QTabBar::mousePressEvent" href="qtabbar.html#mousePressEvent" location="qtabbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QTabBar::mouseMoveEvent" href="qtabbar.html#mouseMoveEvent" location="qtabbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QTabBar::mouseReleaseEvent" href="qtabbar.html#mouseReleaseEvent" location="qtabbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="wheelEvent" fullname="QTabBar::wheelEvent" href="qtabbar.html#wheelEvent" location="qtabbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="wheelEvent(QWheelEvent * event)">
+ <parameter left="QWheelEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QTabBar::keyPressEvent" href="qtabbar.html#keyPressEvent" location="qtabbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * event)">
+ <parameter left="QKeyEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QTabBar::changeEvent" href="qtabbar.html#changeEvent" location="qtabbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initStyleOption" fullname="QTabBar::initStyleOption" href="qtabbar.html#initStyleOption" location="qtabbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="initStyleOption(QStyleOptionTab * option, int tabIndex) const">
+ <parameter left="QStyleOptionTab *" right="" name="option" default=""/>
+ <parameter left="int" right="" name="tabIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setCurrentTab" fullname="QTabBar::setCurrentTab" href="qtabbar-qt3.html#setCurrentTab" location="qtabbar.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setCurrentTab(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="selected" fullname="QTabBar::selected" href="qtabbar-qt3.html#selected" location="qtabbar.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="selected(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qHash" href="qhash.html#qHash" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QHash" type="uint" signature="qHash(char key)">
+ <parameter left="char" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qHash" href="qhash.html#qHash-6" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" relates="QHash" type="uint" signature="qHash(uchar key)">
+ <parameter left="uchar" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qHash" href="qhash.html#qHash-7" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" relates="QHash" type="uint" signature="qHash(signed char key)">
+ <parameter left="signed char" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qHash" href="qhash.html#qHash-8" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" relates="QHash" type="uint" signature="qHash(ushort key)">
+ <parameter left="ushort" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qHash" href="qhash.html#qHash-9" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" relates="QHash" type="uint" signature="qHash(short key)">
+ <parameter left="short" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qHash" href="qhash.html#qHash-10" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="10" relates="QHash" type="uint" signature="qHash(uint key)">
+ <parameter left="uint" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qHash" href="qhash.html#qHash-11" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="11" relates="QHash" type="uint" signature="qHash(int key)">
+ <parameter left="int" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qHash" href="qhash.html#qHash-12" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" relates="QHash" type="uint" signature="qHash(ulong key)">
+ <parameter left="ulong" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qHash" href="qhash.html#qHash-13" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="13" relates="QHash" type="uint" signature="qHash(long key)">
+ <parameter left="long" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qHash" href="qhash.html#qHash-14" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="14" relates="QHash" type="uint" signature="qHash(quint64 key)">
+ <parameter left="quint64" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qHash" href="qhash.html#qHash-15" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="15" relates="QHash" type="uint" signature="qHash(qint64 key)">
+ <parameter left="qint64" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qHash" href="qhash.html#qHash-16" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="16" relates="QHash" type="uint" signature="qHash(QChar key)">
+ <parameter left="QChar" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qHash" href="qhash.html#qHash-17" location="qhash.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="17" relates="QHash" type="uint" signature="qHash(const QByteArray &amp; key)">
+ <parameter left="const QByteArray &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qHash" href="qhash.html#qHash-18" location="qhash.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="18" relates="QHash" type="uint" signature="qHash(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qHash" href="qhash.html#qHash-20" location="qhash.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="20" relates="QHash" type="uint" signature="qHash(const QBitArray &amp; key)">
+ <parameter left="const QBitArray &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qHash" href="qhash.html#qHash-21" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="21" relates="QHash" type="uint" signature="qHash(const T * key)">
+ <parameter left="const T *" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qHash" href="qhash.html#qHash-22" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="22" relates="QHash" type="uint" signature="qHash(const QPair&lt;T1, T2&gt; &amp; key)">
+ <parameter left="const QPair&lt;T1, T2&gt; &amp;" right="" name="key" default=""/>
+ </function>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QHash" href="qhash.html" location="qhash.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHash" fullname="QHash::QHash" href="qhash.html#QHash" location="qhash.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QHash()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHash" fullname="QHash::QHash" href="qhash.html#QHash-2" location="qhash.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QHash(const QHash&lt;Key, T&gt; &amp; other)">
+ <parameter left="const QHash&lt;Key, T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QHash" fullname="QHash::~QHash" href="qhash.html#dtor.QHash" location="qhash.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QHash()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QHash::operator=" href="qhash.html#operator=" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QHash&lt;Key, T&gt; &amp;" signature="operator=(const QHash&lt;Key, T&gt; &amp; other)">
+ <parameter left="const QHash&lt;Key, T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QHash::operator==" href="qhash.html#operator==" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QHash&lt;Key, T&gt; &amp; other) const">
+ <parameter left="const QHash&lt;Key, T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QHash::operator!=" href="qhash.html#operator!=" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QHash&lt;Key, T&gt; &amp; other) const">
+ <parameter left="const QHash&lt;Key, T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QHash::size" href="qhash.html#size" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QHash::isEmpty" href="qhash.html#isEmpty" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="capacity" fullname="QHash::capacity" href="qhash.html#capacity" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="capacity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reserve" fullname="QHash::reserve" href="qhash.html#reserve" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reserve(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="squeeze" fullname="QHash::squeeze" href="qhash.html#squeeze" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="squeeze()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QHash::clear" href="qhash.html#clear" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QHash::remove" href="qhash.html#remove" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="remove(const Key &amp; key)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="take" fullname="QHash::take" href="qhash.html#take" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T" signature="take(const Key &amp; key)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QHash::contains" href="qhash.html#contains" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="QHash::key" href="qhash.html#key" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const Key" signature="key(const T &amp; value) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="QHash::key" href="qhash.html#key-2" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const Key" signature="key(const T &amp; value, const Key &amp; defaultKey) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ <parameter left="const Key &amp;" right="" name="defaultKey" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QHash::value" href="qhash.html#value" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T" signature="value(const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QHash::value" href="qhash.html#value-2" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T" signature="value(const Key &amp; key, const T &amp; defaultValue) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const T &amp;" right="" name="defaultValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QHash::operator[]" href="qhash.html#operator[]" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="operator[](const Key &amp; key)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QHash::operator[]" href="qhash.html#operator[]-2" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T" signature="operator[](const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="uniqueKeys" fullname="QHash::uniqueKeys" href="qhash.html#uniqueKeys" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;Key&gt;" signature="uniqueKeys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QHash::keys" href="qhash.html#keys" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;Key&gt;" signature="keys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QHash::keys" href="qhash.html#keys-2" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QList&lt;Key&gt;" signature="keys(const T &amp; value) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="values" fullname="QHash::values" href="qhash.html#values" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;T&gt;" signature="values() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="values" fullname="QHash::values" href="qhash.html#values-2" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QList&lt;T&gt;" signature="values(const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QHash::count" href="qhash.html#count" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count(const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="iterator" fullname="QHash::iterator" href="qhash-iterator.html" location="qhash.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="iterator" fullname="QHash::iterator::iterator" href="qhash-iterator.html#iterator" location="qhash.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="iterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="QHash::iterator::key" href="qhash-iterator.html#key" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const Key &amp;" signature="key() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QHash::iterator::value" href="qhash-iterator.html#value" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T &amp;" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" fullname="QHash::iterator::operator*" href="qhash-iterator.html#operator*" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T &amp;" signature="operator*() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-&gt;" fullname="QHash::iterator::operator-&gt;" href="qhash-iterator.html#operator-&gt;" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T *" signature="operator-&gt;() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QHash::iterator::operator==" href="qhash-iterator.html#operator==" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const iterator &amp; other) const">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QHash::iterator::operator!=" href="qhash-iterator.html#operator!=" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const iterator &amp; other) const">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QHash::iterator::operator++" href="qhash-iterator.html#operator++" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator++()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QHash::iterator::operator++" href="qhash-iterator.html#operator++-2" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="operator++(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QHash::iterator::operator--" href="qhash-iterator.html#operator--" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator--()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QHash::iterator::operator--" href="qhash-iterator.html#operator---2" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="operator--(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" fullname="QHash::iterator::operator+" href="qhash-iterator.html#operator+" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="iterator" signature="operator+(int j) const">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" fullname="QHash::iterator::operator-" href="qhash-iterator.html#operator-" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="iterator" signature="operator-(int j) const">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QHash::iterator::operator+=" href="qhash-iterator.html#operator+=" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator+=(int j)">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QHash::iterator::operator-=" href="qhash-iterator.html#operator-=" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator-=(int j)">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QHash::iterator::operator==" href="qhash-iterator.html#operator==-2" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator==(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QHash::iterator::operator!=" href="qhash-iterator.html#operator!=-2" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator!=(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="const_iterator" fullname="QHash::const_iterator" href="qhash-const-iterator.html" location="qhash.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="const_iterator" fullname="QHash::const_iterator::const_iterator" href="qhash-const-iterator.html#const_iterator" location="qhash.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="const_iterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="const_iterator" fullname="QHash::const_iterator::const_iterator" href="qhash-const-iterator.html#const_iterator-3" location="qhash.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="const_iterator(const iterator &amp; other)">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="QHash::const_iterator::key" href="qhash-const-iterator.html#key" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const Key &amp;" signature="key() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QHash::const_iterator::value" href="qhash-const-iterator.html#value" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" fullname="QHash::const_iterator::operator*" href="qhash-const-iterator.html#operator*" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="operator*() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-&gt;" fullname="QHash::const_iterator::operator-&gt;" href="qhash-const-iterator.html#operator-&gt;" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T *" signature="operator-&gt;() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QHash::const_iterator::operator==" href="qhash-const-iterator.html#operator==" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QHash::const_iterator::operator!=" href="qhash-const-iterator.html#operator!=" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QHash::const_iterator::operator++" href="qhash-const-iterator.html#operator++" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator++()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QHash::const_iterator::operator++" href="qhash-const-iterator.html#operator++-2" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="const_iterator" signature="operator++(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QHash::const_iterator::operator--" href="qhash-const-iterator.html#operator--" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator--()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QHash::const_iterator::operator--" href="qhash-const-iterator.html#operator---2" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="const_iterator" signature="operator--(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" fullname="QHash::const_iterator::operator+" href="qhash-const-iterator.html#operator+" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="operator+(int j) const">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" fullname="QHash::const_iterator::operator-" href="qhash-const-iterator.html#operator-" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="operator-(int j) const">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QHash::const_iterator::operator+=" href="qhash-const-iterator.html#operator+=" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator+=(int j)">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QHash::const_iterator::operator-=" href="qhash-const-iterator.html#operator-=" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator-=(int j)">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="QHash::begin" href="qhash.html#begin" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="begin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="QHash::begin" href="qhash.html#begin-2" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const_iterator" signature="begin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constBegin" fullname="QHash::constBegin" href="qhash.html#constBegin" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="constBegin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="QHash::end" href="qhash.html#end" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="end()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="QHash::end" href="qhash.html#end-2" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const_iterator" signature="end() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constEnd" fullname="QHash::constEnd" href="qhash.html#constEnd" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="constEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="erase" fullname="QHash::erase" href="qhash.html#erase" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="erase(iterator pos)">
+ <parameter left="iterator" right="" name="pos" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Iterator" fullname="QHash::Iterator" href="qhash.html#Iterator-typedef" location="qhash.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ConstIterator" fullname="QHash::ConstIterator" href="qhash.html#ConstIterator-typedef" location="qhash.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QHash::count" href="qhash.html#count-2" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="QHash::find" href="qhash.html#find" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="find(const Key &amp; key)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="QHash::find" href="qhash.html#find-2" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const_iterator" signature="find(const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constFind" fullname="QHash::constFind" href="qhash.html#constFind" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="constFind(const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QHash::insert" href="qhash.html#insert" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="insert(const Key &amp; key, const T &amp; value)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertMulti" fullname="QHash::insertMulti" href="qhash.html#insertMulti" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="insertMulti(const Key &amp; key, const T &amp; value)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unite" fullname="QHash::unite" href="qhash.html#unite" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QHash&lt;Key, T&gt; &amp;" signature="unite(const QHash&lt;Key, T&gt; &amp; other)">
+ <parameter left="const QHash&lt;Key, T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="mapped_type" fullname="QHash::mapped_type" href="qhash.html#mapped_type-typedef" location="qhash.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="key_type" fullname="QHash::key_type" href="qhash.html#key_type-typedef" location="qhash.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="difference_type" fullname="QHash::difference_type" href="qhash.html#difference_type-typedef" location="qhash.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="size_type" fullname="QHash::size_type" href="qhash.html#size_type-typedef" location="qhash.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="empty" fullname="QHash::empty" href="qhash.html#empty" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="empty() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QMultiHash" href="qmultihash.html" location="qhash.h" bases="QHash" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMultiHash" fullname="QMultiHash::QMultiHash" href="qmultihash.html#QMultiHash" location="qhash.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMultiHash()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMultiHash" fullname="QMultiHash::QMultiHash" href="qmultihash.html#QMultiHash-2" location="qhash.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QMultiHash(const QHash&lt;Key, T&gt; &amp; other)">
+ <parameter left="const QHash&lt;Key, T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QMultiHash::replace" href="qmultihash.html#replace" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QHash&lt;Key, T&gt;::iterator" signature="replace(const Key &amp; key, const T &amp; value)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QMultiHash::insert" href="qmultihash.html#insert" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QHash&lt;Key, T&gt;::iterator" signature="insert(const Key &amp; key, const T &amp; value)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QMultiHash::operator+=" href="qmultihash.html#operator+=" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMultiHash &amp;" signature="operator+=(const QMultiHash &amp; other)">
+ <parameter left="const QMultiHash &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" fullname="QMultiHash::operator+" href="qmultihash.html#operator+" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMultiHash" signature="operator+(const QMultiHash &amp; other) const">
+ <parameter left="const QMultiHash &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QMultiHash::contains" href="qmultihash.html#contains-2" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="contains(const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QMultiHash::remove" href="qmultihash.html#remove-2" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="remove(const Key &amp; key)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QMultiHash::count" href="qmultihash.html#count-2" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="count(const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QMultiHash::count" href="qmultihash.html#count-3" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="QMultiHash::find" href="qmultihash.html#find-2" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QHash&lt;Key, T&gt;::iterator" signature="find(const Key &amp; key)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="QMultiHash::find" href="qmultihash.html#find-4" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QHash&lt;Key, T&gt;::const_iterator" signature="find(const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constFind" fullname="QMultiHash::constFind" href="qmultihash.html#constFind-2" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QHash&lt;Key, T&gt;::const_iterator" signature="constFind(const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QMultiHash::contains" href="qmultihash.html#contains" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const Key &amp; key, const T &amp; value) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QMultiHash::remove" href="qmultihash.html#remove" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="remove(const Key &amp; key, const T &amp; value)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QMultiHash::count" href="qmultihash.html#count" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count(const Key &amp; key, const T &amp; value) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="QMultiHash::find" href="qmultihash.html#find" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QHash&lt;Key, T&gt;::iterator" signature="find(const Key &amp; key, const T &amp; value)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="QMultiHash::find" href="qmultihash.html#find-3" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QHash&lt;Key, T&gt;::const_iterator" signature="find(const Key &amp; key, const T &amp; value) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constFind" fullname="QMultiHash::constFind" href="qmultihash.html#constFind" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QHash&lt;Key, T&gt;::const_iterator" signature="constFind(const Key &amp; key, const T &amp; value) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QAbstractXmlReceiver" href="qabstractxmlreceiver.html" location="qabstractxmlreceiver.h" bases="" module="QtXmlPatterns">
+ <target name="xquery-sequence"/>
+ <contents name="xquery-sequences" title="XQuery Sequences" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractXmlReceiver" fullname="QAbstractXmlReceiver::QAbstractXmlReceiver" href="qabstractxmlreceiver.html#QAbstractXmlReceiver" location="qabstractxmlreceiver.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractXmlReceiver()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractXmlReceiver" fullname="QAbstractXmlReceiver::~QAbstractXmlReceiver" href="qabstractxmlreceiver.html#dtor.QAbstractXmlReceiver" location="qsequencereceiver.cpp" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractXmlReceiver()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startElement" fullname="QAbstractXmlReceiver::startElement" href="qabstractxmlreceiver.html#startElement" location="qabstractxmlreceiver.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="startElement(const QXmlName &amp; name)">
+ <parameter left="const QXmlName &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endElement" fullname="QAbstractXmlReceiver::endElement" href="qabstractxmlreceiver.html#endElement" location="qabstractxmlreceiver.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="endElement()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attribute" fullname="QAbstractXmlReceiver::attribute" href="qabstractxmlreceiver.html#attribute" location="qabstractxmlreceiver.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="attribute(const QXmlName &amp; name, const QStringRef &amp; value)">
+ <parameter left="const QXmlName &amp;" right="" name="name" default=""/>
+ <parameter left="const QStringRef &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="comment" fullname="QAbstractXmlReceiver::comment" href="qabstractxmlreceiver.html#comment" location="qabstractxmlreceiver.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="comment(const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="characters" fullname="QAbstractXmlReceiver::characters" href="qabstractxmlreceiver.html#characters" location="qabstractxmlreceiver.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="characters(const QStringRef &amp; value)">
+ <parameter left="const QStringRef &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startDocument" fullname="QAbstractXmlReceiver::startDocument" href="qabstractxmlreceiver.html#startDocument" location="qabstractxmlreceiver.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="startDocument()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endDocument" fullname="QAbstractXmlReceiver::endDocument" href="qabstractxmlreceiver.html#endDocument" location="qabstractxmlreceiver.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="endDocument()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="processingInstruction" fullname="QAbstractXmlReceiver::processingInstruction" href="qabstractxmlreceiver.html#processingInstruction" location="qabstractxmlreceiver.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="processingInstruction(const QXmlName &amp; target, const QString &amp; value)">
+ <parameter left="const QXmlName &amp;" right="" name="target" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atomicValue" fullname="QAbstractXmlReceiver::atomicValue" href="qabstractxmlreceiver.html#atomicValue" location="qabstractxmlreceiver.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="atomicValue(const QVariant &amp; value)">
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="namespaceBinding" fullname="QAbstractXmlReceiver::namespaceBinding" href="qabstractxmlreceiver.html#namespaceBinding" location="qabstractxmlreceiver.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="namespaceBinding(const QXmlName &amp; name)">
+ <parameter left="const QXmlName &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startOfSequence" fullname="QAbstractXmlReceiver::startOfSequence" href="qabstractxmlreceiver.html#startOfSequence" location="qabstractxmlreceiver.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="startOfSequence()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endOfSequence" fullname="QAbstractXmlReceiver::endOfSequence" href="qabstractxmlreceiver.html#endOfSequence" location="qabstractxmlreceiver.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="endOfSequence()"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d_ptr" fullname="QAbstractXmlReceiver::d_ptr" href="qabstractxmlreceiver.html#d_ptr-var" location="qabstractxmlreceiver.h" type="QAbstractXmlReceiverPrivate *" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsProxyWidget" href="qgraphicsproxywidget.html" location="qgraphicsproxywidget.h" bases="QGraphicsWidget" module="QtGui">
+ <contents name="embedding-a-widget-with-qgraphicsproxywidget" title="Embedding a Widget with QGraphicsProxyWidget" level="1"/>
+ <contents name="synchronizing-widget-states" title="Synchronizing Widget States" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsProxyWidget" fullname="QGraphicsProxyWidget::QGraphicsProxyWidget" href="qgraphicsproxywidget.html#QGraphicsProxyWidget" location="qgraphicsproxywidget.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsProxyWidget(QGraphicsItem * parent, QFlags&lt;Qt::WindowType&gt; wFlags)">
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="wFlags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsProxyWidget" fullname="QGraphicsProxyWidget::~QGraphicsProxyWidget" href="qgraphicsproxywidget.html#dtor.QGraphicsProxyWidget" location="qgraphicsproxywidget.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsProxyWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidget" fullname="QGraphicsProxyWidget::setWidget" href="qgraphicsproxywidget.html#setWidget" location="qgraphicsproxywidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widget" fullname="QGraphicsProxyWidget::widget" href="qgraphicsproxywidget.html#widget" location="qgraphicsproxywidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="widget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subWidgetRect" fullname="QGraphicsProxyWidget::subWidgetRect" href="qgraphicsproxywidget.html#subWidgetRect" location="qgraphicsproxywidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="subWidgetRect(const QWidget * widget) const">
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGeometry" fullname="QGraphicsProxyWidget::setGeometry" href="qgraphicsproxywidget.html#setGeometry" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setGeometry(const QRectF &amp; rect)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="QGraphicsProxyWidget::paint" href="qgraphicsproxywidget.html#paint" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QStyleOptionGraphicsItem *" right="" name="option" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QGraphicsProxyWidget::Type" href="qgraphicsproxywidget.html#Type-var" location="qgraphicsproxywidget.h" type="const int" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QGraphicsProxyWidget::type" href="qgraphicsproxywidget.html#type" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createProxyForChildWidget" fullname="QGraphicsProxyWidget::createProxyForChildWidget" href="qgraphicsproxywidget.html#createProxyForChildWidget" location="qgraphicsproxywidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QGraphicsProxyWidget *" signature="createProxyForChildWidget(QWidget * child)">
+ <parameter left="QWidget *" right="" name="child" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="itemChange" fullname="QGraphicsProxyWidget::itemChange" href="qgraphicsproxywidget.html#itemChange" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QVariant" signature="itemChange(GraphicsItemChange change, const QVariant &amp; value)">
+ <parameter left="GraphicsItemChange" right="" name="change" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QGraphicsProxyWidget::event" href="qgraphicsproxywidget.html#event" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="QGraphicsProxyWidget::eventFilter" href="qgraphicsproxywidget.html#eventFilter" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * object, QEvent * event)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="QGraphicsProxyWidget::showEvent" href="qgraphicsproxywidget.html#showEvent" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * event)">
+ <parameter left="QShowEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hideEvent" fullname="QGraphicsProxyWidget::hideEvent" href="qgraphicsproxywidget.html#hideEvent" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hideEvent(QHideEvent * event)">
+ <parameter left="QHideEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contextMenuEvent" fullname="QGraphicsProxyWidget::contextMenuEvent" href="qgraphicsproxywidget.html#contextMenuEvent" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contextMenuEvent(QGraphicsSceneContextMenuEvent * event)">
+ <parameter left="QGraphicsSceneContextMenuEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragEnterEvent" fullname="QGraphicsProxyWidget::dragEnterEvent" href="qgraphicsproxywidget.html#dragEnterEvent" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragEnterEvent(QGraphicsSceneDragDropEvent * event)">
+ <parameter left="QGraphicsSceneDragDropEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragLeaveEvent" fullname="QGraphicsProxyWidget::dragLeaveEvent" href="qgraphicsproxywidget.html#dragLeaveEvent" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragLeaveEvent(QGraphicsSceneDragDropEvent * event)">
+ <parameter left="QGraphicsSceneDragDropEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragMoveEvent" fullname="QGraphicsProxyWidget::dragMoveEvent" href="qgraphicsproxywidget.html#dragMoveEvent" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragMoveEvent(QGraphicsSceneDragDropEvent * event)">
+ <parameter left="QGraphicsSceneDragDropEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dropEvent" fullname="QGraphicsProxyWidget::dropEvent" href="qgraphicsproxywidget.html#dropEvent" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dropEvent(QGraphicsSceneDragDropEvent * event)">
+ <parameter left="QGraphicsSceneDragDropEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hoverEnterEvent" fullname="QGraphicsProxyWidget::hoverEnterEvent" href="qgraphicsproxywidget.html#hoverEnterEvent" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hoverEnterEvent(QGraphicsSceneHoverEvent * event)">
+ <parameter left="QGraphicsSceneHoverEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hoverLeaveEvent" fullname="QGraphicsProxyWidget::hoverLeaveEvent" href="qgraphicsproxywidget.html#hoverLeaveEvent" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hoverLeaveEvent(QGraphicsSceneHoverEvent * event)">
+ <parameter left="QGraphicsSceneHoverEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hoverMoveEvent" fullname="QGraphicsProxyWidget::hoverMoveEvent" href="qgraphicsproxywidget.html#hoverMoveEvent" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hoverMoveEvent(QGraphicsSceneHoverEvent * event)">
+ <parameter left="QGraphicsSceneHoverEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="grabMouseEvent" fullname="QGraphicsProxyWidget::grabMouseEvent" href="qgraphicsproxywidget.html#grabMouseEvent" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="grabMouseEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="ungrabMouseEvent" fullname="QGraphicsProxyWidget::ungrabMouseEvent" href="qgraphicsproxywidget.html#ungrabMouseEvent" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="ungrabMouseEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QGraphicsProxyWidget::mouseMoveEvent" href="qgraphicsproxywidget.html#mouseMoveEvent" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QGraphicsSceneMouseEvent * event)">
+ <parameter left="QGraphicsSceneMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QGraphicsProxyWidget::mousePressEvent" href="qgraphicsproxywidget.html#mousePressEvent" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QGraphicsSceneMouseEvent * event)">
+ <parameter left="QGraphicsSceneMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QGraphicsProxyWidget::mouseReleaseEvent" href="qgraphicsproxywidget.html#mouseReleaseEvent" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QGraphicsSceneMouseEvent * event)">
+ <parameter left="QGraphicsSceneMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseDoubleClickEvent" fullname="QGraphicsProxyWidget::mouseDoubleClickEvent" href="qgraphicsproxywidget.html#mouseDoubleClickEvent" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseDoubleClickEvent(QGraphicsSceneMouseEvent * event)">
+ <parameter left="QGraphicsSceneMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="wheelEvent" fullname="QGraphicsProxyWidget::wheelEvent" href="qgraphicsproxywidget.html#wheelEvent" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="wheelEvent(QGraphicsSceneWheelEvent * event)">
+ <parameter left="QGraphicsSceneWheelEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QGraphicsProxyWidget::keyPressEvent" href="qgraphicsproxywidget.html#keyPressEvent" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * event)">
+ <parameter left="QKeyEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyReleaseEvent" fullname="QGraphicsProxyWidget::keyReleaseEvent" href="qgraphicsproxywidget.html#keyReleaseEvent" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyReleaseEvent(QKeyEvent * event)">
+ <parameter left="QKeyEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="QGraphicsProxyWidget::focusInEvent" href="qgraphicsproxywidget.html#focusInEvent" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * event)">
+ <parameter left="QFocusEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="QGraphicsProxyWidget::focusOutEvent" href="qgraphicsproxywidget.html#focusOutEvent" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * event)">
+ <parameter left="QFocusEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusNextPrevChild" fullname="QGraphicsProxyWidget::focusNextPrevChild" href="qgraphicsproxywidget.html#focusNextPrevChild" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="focusNextPrevChild(bool next)">
+ <parameter left="bool" right="" name="next" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QGraphicsProxyWidget::sizeHint" href="qgraphicsproxywidget.html#sizeHint" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSizeF" signature="sizeHint(Qt::SizeHint which, const QSizeF &amp; constraint) const">
+ <parameter left="Qt::SizeHint" right="" name="which" default=""/>
+ <parameter left="const QSizeF &amp;" right="" name="constraint" default="QSizeF()"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QGraphicsProxyWidget::resizeEvent" href="qgraphicsproxywidget.html#resizeEvent" location="qgraphicsproxywidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QGraphicsSceneResizeEvent * event)">
+ <parameter left="QGraphicsSceneResizeEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="newProxyWidget" fullname="QGraphicsProxyWidget::newProxyWidget" href="qgraphicsproxywidget.html#newProxyWidget" location="qgraphicsproxywidget.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="QGraphicsProxyWidget *" signature="newProxyWidget(const QWidget * child)">
+ <parameter left="const QWidget *" right="" name="child" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QScriptString" href="qscriptstring.html" location="qscriptstring.h" bases="" module="QtScript">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScriptString" fullname="QScriptString::QScriptString" href="qscriptstring.html#QScriptString" location="qscriptstring.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QScriptString()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScriptString" fullname="QScriptString::QScriptString" href="qscriptstring.html#QScriptString-2" location="qscriptstring.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QScriptString(const QScriptString &amp; other)">
+ <parameter left="const QScriptString &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QScriptString" fullname="QScriptString::~QScriptString" href="qscriptstring.html#dtor.QScriptString" location="qscriptstring.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QScriptString()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QScriptString::operator=" href="qscriptstring.html#operator=" location="qscriptstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptString &amp;" signature="operator=(const QScriptString &amp; other)">
+ <parameter left="const QScriptString &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QScriptString::isValid" href="qscriptstring.html#isValid" location="qscriptstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QScriptString::operator==" href="qscriptstring.html#operator==" location="qscriptstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QScriptString &amp; other) const">
+ <parameter left="const QScriptString &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QScriptString::operator!=" href="qscriptstring.html#operator!=" location="qscriptstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QScriptString &amp; other) const">
+ <parameter left="const QScriptString &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QScriptString::toString" href="qscriptstring.html#toString" location="qscriptstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QString" fullname="QScriptString::operator QString" href="qscriptstring.html#operator QString" location="qscriptstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QString() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAxScriptEngine" href="qaxscriptengine.html" location="qaxscript.h" bases="QAxObject" module="QAxContainer">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="State" fullname="QAxScriptEngine::State" href="qaxscriptengine.html#State-enum" location="qaxscript.h">
+ <value name="Uninitialized" value="0"/>
+ <value name="Initialized" value="5"/>
+ <value name="Started" value="1"/>
+ <value name="Connected" value="2"/>
+ <value name="Disconnected" value="3"/>
+ <value name="Closed" value="4"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAxScriptEngine" fullname="QAxScriptEngine::QAxScriptEngine" href="qaxscriptengine.html#QAxScriptEngine" location="qaxscript.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAxScriptEngine(const QString &amp; language, QAxScript * script)">
+ <parameter left="const QString &amp;" right="" name="language" default=""/>
+ <parameter left="QAxScript *" right="" name="script" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAxScriptEngine" fullname="QAxScriptEngine::~QAxScriptEngine" href="qaxscriptengine.html#dtor.QAxScriptEngine" location="qaxscript.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAxScriptEngine()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QAxScriptEngine::isValid" href="qaxscriptengine.html#isValid" location="qaxscript.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasIntrospection" fullname="QAxScriptEngine::hasIntrospection" href="qaxscriptengine.html#hasIntrospection" location="qaxscript.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasIntrospection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scriptLanguage" fullname="QAxScriptEngine::scriptLanguage" href="qaxscriptengine.html#scriptLanguage" location="qaxscript.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="scriptLanguage() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QAxScriptEngine::state" href="qaxscriptengine.html#state" location="qaxscript.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="State" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setState" fullname="QAxScriptEngine::setState" href="qaxscriptengine.html#setState" location="qaxscript.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setState(State st)">
+ <parameter left="State" right="" name="st" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addItem" fullname="QAxScriptEngine::addItem" href="qaxscriptengine.html#addItem" location="qaxscript.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addItem(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="queryInterface" fullname="QAxScriptEngine::queryInterface" href="qaxscriptengine.html#queryInterface" location="qaxscript.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="long" signature="queryInterface(const QUuid &amp; uuid, void ** iface) const">
+ <parameter left="const QUuid &amp;" right="" name="uuid" default=""/>
+ <parameter left="void **" right="" name="iface" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initialize" fullname="QAxScriptEngine::initialize" href="qaxscriptengine.html#initialize" location="qaxscript.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="initialize(IUnknown ** ptr)">
+ <parameter left="IUnknown **" right="" name="ptr" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAxScript" href="qaxscript.html" location="qaxscript.h" bases="QObject" module="QAxContainer">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FunctionFlags" fullname="QAxScript::FunctionFlags" href="qaxscript.html#FunctionFlags-enum" location="qaxscript.h">
+ <value name="FunctionNames" value="0"/>
+ <value name="FunctionSignatures" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAxScript" fullname="QAxScript::QAxScript" href="qaxscript.html#QAxScript" location="qaxscript.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAxScript(const QString &amp; name, QAxScriptManager * manager)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="QAxScriptManager *" right="" name="manager" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAxScript" fullname="QAxScript::~QAxScript" href="qaxscript.html#dtor.QAxScript" location="qaxscript.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAxScript()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QAxScript::load" href="qaxscript.html#load" location="qaxscript.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="load(const QString &amp; code, const QString &amp; language)">
+ <parameter left="const QString &amp;" right="" name="code" default=""/>
+ <parameter left="const QString &amp;" right="" name="language" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="functions" fullname="QAxScript::functions" href="qaxscript.html#functions" location="qaxscript.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="functions(FunctionFlags flags) const">
+ <parameter left="FunctionFlags" right="" name="flags" default="FunctionNames"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scriptCode" fullname="QAxScript::scriptCode" href="qaxscript.html#scriptCode" location="qaxscript.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="scriptCode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scriptName" fullname="QAxScript::scriptName" href="qaxscript.html#scriptName" location="qaxscript.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="scriptName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scriptEngine" fullname="QAxScript::scriptEngine" href="qaxscript.html#scriptEngine" location="qaxscript.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAxScriptEngine *" signature="scriptEngine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="call" fullname="QAxScript::call" href="qaxscript.html#call" location="qaxscript.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVariant" signature="call(const QString &amp; function, const QVariant &amp; var1, const QVariant &amp; var2, const QVariant &amp; var3, const QVariant &amp; var4, const QVariant &amp; var5, const QVariant &amp; var6, const QVariant &amp; var7, const QVariant &amp; var8)">
+ <parameter left="const QString &amp;" right="" name="function" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="var1" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var2" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var3" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var4" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var5" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var6" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var7" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var8" default="QVariant()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="call" fullname="QAxScript::call" href="qaxscript.html#call-2" location="qaxscript.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QVariant" signature="call(const QString &amp; function, QList&lt;QVariant&gt; &amp; arguments)">
+ <parameter left="const QString &amp;" right="" name="function" default=""/>
+ <parameter left="QList&lt;QVariant&gt; &amp;" right="" name="arguments" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="entered" fullname="QAxScript::entered" href="qaxscript.html#entered" location="qaxscript.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="entered()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="finished" fullname="QAxScript::finished" href="qaxscript.html#finished" location="qaxscript.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="finished()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="finished" fullname="QAxScript::finished" href="qaxscript.html#finished-2" location="qaxscript.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="finished(const QVariant &amp; result)">
+ <parameter left="const QVariant &amp;" right="" name="result" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="finished" fullname="QAxScript::finished" href="qaxscript.html#finished-3" location="qaxscript.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="3" type="void" signature="finished(int code, const QString &amp; source, const QString &amp; description, const QString &amp; help)">
+ <parameter left="int" right="" name="code" default=""/>
+ <parameter left="const QString &amp;" right="" name="source" default=""/>
+ <parameter left="const QString &amp;" right="" name="description" default=""/>
+ <parameter left="const QString &amp;" right="" name="help" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stateChanged" fullname="QAxScript::stateChanged" href="qaxscript.html#stateChanged" location="qaxscript.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="stateChanged(int state)">
+ <parameter left="int" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QAxScript::error" href="qaxscript.html#error" location="qaxscript.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="error(int code, const QString &amp; description, int sourcePosition, const QString &amp; sourceText)">
+ <parameter left="int" right="" name="code" default=""/>
+ <parameter left="const QString &amp;" right="" name="description" default=""/>
+ <parameter left="int" right="" name="sourcePosition" default=""/>
+ <parameter left="const QString &amp;" right="" name="sourceText" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAxScriptManager" href="qaxscriptmanager.html" location="qaxscript.h" bases="QObject" module="QAxContainer">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAxScriptManager" fullname="QAxScriptManager::QAxScriptManager" href="qaxscriptmanager.html#QAxScriptManager" location="qaxscript.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAxScriptManager(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAxScriptManager" fullname="QAxScriptManager::~QAxScriptManager" href="qaxscriptmanager.html#dtor.QAxScriptManager" location="qaxscript.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAxScriptManager()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addObject" fullname="QAxScriptManager::addObject" href="qaxscriptmanager.html#addObject" location="qaxscript.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addObject(QAxBase * object)">
+ <parameter left="QAxBase *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addObject" fullname="QAxScriptManager::addObject" href="qaxscriptmanager.html#addObject-2" location="qaxscript.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addObject(QObject * object)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="functions" fullname="QAxScriptManager::functions" href="qaxscriptmanager.html#functions" location="qaxscript.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="functions(QAxScript::FunctionFlags flags) const">
+ <parameter left="QAxScript::FunctionFlags" right="" name="flags" default="QAxScript::FunctionNames"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scriptNames" fullname="QAxScriptManager::scriptNames" href="qaxscriptmanager.html#scriptNames" location="qaxscript.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="scriptNames() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="script" fullname="QAxScriptManager::script" href="qaxscriptmanager.html#script" location="qaxscript.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAxScript *" signature="script(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QAxScriptManager::load" href="qaxscriptmanager.html#load" location="qaxscript.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAxScript *" signature="load(const QString &amp; code, const QString &amp; name, const QString &amp; language)">
+ <parameter left="const QString &amp;" right="" name="code" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="language" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QAxScriptManager::load" href="qaxscriptmanager.html#load-2" location="qaxscript.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QAxScript *" signature="load(const QString &amp; file, const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="file" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="call" fullname="QAxScriptManager::call" href="qaxscriptmanager.html#call" location="qaxscript.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVariant" signature="call(const QString &amp; function, const QVariant &amp; var1, const QVariant &amp; var2, const QVariant &amp; var3, const QVariant &amp; var4, const QVariant &amp; var5, const QVariant &amp; var6, const QVariant &amp; var7, const QVariant &amp; var8)">
+ <parameter left="const QString &amp;" right="" name="function" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="var1" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var2" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var3" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var4" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var5" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var6" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var7" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var8" default="QVariant()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="call" fullname="QAxScriptManager::call" href="qaxscriptmanager.html#call-2" location="qaxscript.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QVariant" signature="call(const QString &amp; function, QList&lt;QVariant&gt; &amp; arguments)">
+ <parameter left="const QString &amp;" right="" name="function" default=""/>
+ <parameter left="QList&lt;QVariant&gt; &amp;" right="" name="arguments" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="registerEngine" fullname="QAxScriptManager::registerEngine" href="qaxscriptmanager.html#registerEngine" location="qaxscript.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="registerEngine(const QString &amp; name, const QString &amp; extension, const QString &amp; code)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="extension" default=""/>
+ <parameter left="const QString &amp;" right="" name="code" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scriptFileFilter" fullname="QAxScriptManager::scriptFileFilter" href="qaxscriptmanager.html#scriptFileFilter" location="qaxscript.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="scriptFileFilter()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QAxScriptManager::error" href="qaxscriptmanager.html#error" location="qaxscript.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="error(QAxScript * script, int code, const QString &amp; description, int sourcePosition, const QString &amp; sourceText)">
+ <parameter left="QAxScript *" right="" name="script" default=""/>
+ <parameter left="int" right="" name="code" default=""/>
+ <parameter left="const QString &amp;" right="" name="description" default=""/>
+ <parameter left="int" right="" name="sourcePosition" default=""/>
+ <parameter left="const QString &amp;" right="" name="sourceText" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPrintDialog" href="qprintdialog.html" location="qprintdialog.h" bases="QAbstractPrintDialog" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="options" fullname="QPrintDialog::options" href="qprintdialog.html#options-prop" location="qprintdialog.h" type="PrintDialogOptions">
+ <getter name="options"/>
+ <setter name="setOptions"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPrintDialog" fullname="QPrintDialog::QPrintDialog" href="qprintdialog.html#QPrintDialog" location="qprintdialog_win.cpp" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPrintDialog(QPrinter * printer, QWidget * parent)">
+ <parameter left="QPrinter *" right="" name="printer" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPrintDialog" fullname="QPrintDialog::QPrintDialog" href="qprintdialog.html#QPrintDialog-2" location="qprintdialog_win.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QPrintDialog(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPrintDialog" fullname="QPrintDialog::~QPrintDialog" href="qprintdialog.html#dtor.QPrintDialog" location="qprintdialog_win.cpp" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPrintDialog()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exec" fullname="QPrintDialog::exec" href="qprintdialog.html#exec" location="qprintdialog_win.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="int" signature="exec()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="done" fullname="QPrintDialog::done" href="qprintdialog.html#done" location="qprintdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="done(int result)">
+ <parameter left="int" right="" name="result" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPrinter" fullname="QPrintDialog::setPrinter" href="qprintdialog.html#setPrinter" location="qprintdialog_unix.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPrinter(QPrinter * printer, bool pickupSettings)">
+ <parameter left="QPrinter *" right="" name="printer" default=""/>
+ <parameter left="bool" right="" name="pickupSettings" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="printer" fullname="QPrintDialog::printer" href="qprintdialog.html#printer" location="qprintdialog_mac.mm" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPrinter *" signature="printer() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addButton" fullname="QPrintDialog::addButton" href="qprintdialog.html#addButton" location="qprintdialog_unix.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addButton(QPushButton * button)">
+ <parameter left="QPushButton *" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOption" fullname="QPrintDialog::setOption" href="qprintdialog.html#setOption" location="qprintdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOption(PrintDialogOption option, bool on)">
+ <parameter left="PrintDialogOption" right="" name="option" default=""/>
+ <parameter left="bool" right="" name="on" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testOption" fullname="QPrintDialog::testOption" href="qprintdialog.html#testOption" location="qprintdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="testOption(PrintDialogOption option) const">
+ <parameter left="PrintDialogOption" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOptions" fullname="QPrintDialog::setOptions" href="qprintdialog.html#options-prop" location="qabstractprintdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="options" type="void" signature="setOptions(QFlags&lt;QAbstractPrintDialog::PrintDialogOption&gt; options)">
+ <parameter left="QFlags&lt;QAbstractPrintDialog::PrintDialogOption&gt;" right="" name="options" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="options" fullname="QPrintDialog::options" href="qprintdialog.html#options-prop" location="qabstractprintdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="options" type="PrintDialogOptions" signature="options() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="QPrintDialog::setVisible" href="qprintdialog.html#setVisible" location="qprintdialog_win.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QPrintDialog::open" href="qprintdialog.html#open" location="qprintdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="open(QObject * receiver, const char * member)">
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="printer" fullname="QPrintDialog::printer" href="qprintdialog.html#printer-2" location="qprintdialog.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QPrinter *" signature="printer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="accepted" fullname="QPrintDialog::accepted" href="qprintdialog.html#accepted" location="qprintdialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="accepted(QPrinter * printer)">
+ <parameter left="QPrinter *" right="" name="printer" default=""/>
+ </function>
+ </class>
+ <namespace access="public" threadsafety="unspecified" status="commendable" name="QSsl" href="qssl.html" location="qssl.h" module="QtNetwork">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="KeyType" fullname="QSsl::KeyType" href="qssl.html#KeyType-enum" location="qssl.h">
+ <value name="PrivateKey" value="0"/>
+ <value name="PublicKey" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="EncodingFormat" fullname="QSsl::EncodingFormat" href="qssl.html#EncodingFormat-enum" location="qssl.h">
+ <value name="Pem" value="0"/>
+ <value name="Der" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="KeyAlgorithm" fullname="QSsl::KeyAlgorithm" href="qssl.html#KeyAlgorithm-enum" location="qssl.h">
+ <value name="Rsa" value="0"/>
+ <value name="Dsa" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="AlternateNameEntryType" fullname="QSsl::AlternateNameEntryType" href="qssl.html#AlternateNameEntryType-enum" location="qssl.h">
+ <value name="EmailEntry" value="0"/>
+ <value name="DnsEntry" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SslProtocol" fullname="QSsl::SslProtocol" href="qssl.html#SslProtocol-enum" location="qssl.h">
+ <value name="SslV3" value="0"/>
+ <value name="SslV2" value="1"/>
+ <value name="TlsV1" value="2"/>
+ <value name="AnyProtocol" value="3"/>
+ <value name="UnknownProtocol" value="-1"/>
+ </enum>
+ </namespace>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPrinterInfo" href="qprinterinfo.html" location="qprinterinfo.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPrinterInfo" fullname="QPrinterInfo::QPrinterInfo" href="qprinterinfo.html#QPrinterInfo" location="qprinterinfo_win.cpp" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPrinterInfo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPrinterInfo" fullname="QPrinterInfo::QPrinterInfo" href="qprinterinfo.html#QPrinterInfo-2" location="qprinterinfo_win.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QPrinterInfo(const QPrinterInfo &amp; src)">
+ <parameter left="const QPrinterInfo &amp;" right="" name="src" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPrinterInfo" fullname="QPrinterInfo::QPrinterInfo" href="qprinterinfo.html#QPrinterInfo-3" location="qprinterinfo_win.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QPrinterInfo(const QPrinter &amp; printer)">
+ <parameter left="const QPrinter &amp;" right="" name="printer" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPrinterInfo" fullname="QPrinterInfo::~QPrinterInfo" href="qprinterinfo.html#dtor.QPrinterInfo" location="qprinterinfo_win.cpp" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPrinterInfo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QPrinterInfo::operator=" href="qprinterinfo.html#operator=" location="qprinterinfo_win.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPrinterInfo &amp;" signature="operator=(const QPrinterInfo &amp; src)">
+ <parameter left="const QPrinterInfo &amp;" right="" name="src" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="printerName" fullname="QPrinterInfo::printerName" href="qprinterinfo.html#printerName" location="qprinterinfo_win.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="printerName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QPrinterInfo::isNull" href="qprinterinfo.html#isNull" location="qprinterinfo_win.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDefault" fullname="QPrinterInfo::isDefault" href="qprinterinfo.html#isDefault" location="qprinterinfo_win.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDefault() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedPaperSizes" fullname="QPrinterInfo::supportedPaperSizes" href="qprinterinfo.html#supportedPaperSizes" location="qprinterinfo_win.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QPrinter::PaperSize&gt;" signature="supportedPaperSizes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="availablePrinters" fullname="QPrinterInfo::availablePrinters" href="qprinterinfo.html#availablePrinters" location="qprinterinfo_win.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QPrinterInfo&gt;" signature="availablePrinters()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultPrinter" fullname="QPrinterInfo::defaultPrinter" href="qprinterinfo.html#defaultPrinter" location="qprinterinfo_win.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QPrinterInfo" signature="defaultPrinter()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPair" href="qpair.html" location="qpair.h" bases="" module="QtCore">
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="first_type" fullname="QPair::first_type" href="qpair.html#first_type-typedef" location="qpair.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="second_type" fullname="QPair::second_type" href="qpair.html#second_type-typedef" location="qpair.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPair" fullname="QPair::QPair" href="qpair.html#QPair" location="qpair.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPair()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPair" fullname="QPair::QPair" href="qpair.html#QPair-2" location="qpair.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QPair(const T1 &amp; value1, const T2 &amp; value2)">
+ <parameter left="const T1 &amp;" right="" name="value1" default=""/>
+ <parameter left="const T2 &amp;" right="" name="value2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QPair::operator=" href="qpair.html#operator=" location="qpair.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPair&lt;T1, T2&gt; &amp;" signature="operator=(const QPair&lt;T1, T2&gt; &amp; other)">
+ <parameter left="const QPair&lt;T1, T2&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="first" fullname="QPair::first" href="qpair.html#first-var" location="qpair.h" type="T1" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="second" fullname="QPair::second" href="qpair.html#second-var" location="qpair.h" type="T2" static="false"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qpair.html#operator==-28" location="qpair.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="28" relates="QPair" type="bool" signature="operator==(const QPair&lt;T1, T2&gt; &amp; p1, const QPair&lt;T1, T2&gt; &amp; p2)">
+ <parameter left="const QPair&lt;T1, T2&gt; &amp;" right="" name="p1" default=""/>
+ <parameter left="const QPair&lt;T1, T2&gt; &amp;" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="qpair.html#operator!=-14" location="qpair.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="14" relates="QPair" type="bool" signature="operator!=(const QPair&lt;T1, T2&gt; &amp; p1, const QPair&lt;T1, T2&gt; &amp; p2)">
+ <parameter left="const QPair&lt;T1, T2&gt; &amp;" right="" name="p1" default=""/>
+ <parameter left="const QPair&lt;T1, T2&gt; &amp;" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" href="qpair.html#operator&lt;-6" location="qpair.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" relates="QPair" type="bool" signature="operator&lt;(const QPair&lt;T1, T2&gt; &amp; p1, const QPair&lt;T1, T2&gt; &amp; p2)">
+ <parameter left="const QPair&lt;T1, T2&gt; &amp;" right="" name="p1" default=""/>
+ <parameter left="const QPair&lt;T1, T2&gt; &amp;" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" href="qpair.html#operator&gt;-3" location="qpair.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" relates="QPair" type="bool" signature="operator&gt;(const QPair&lt;T1, T2&gt; &amp; p1, const QPair&lt;T1, T2&gt; &amp; p2)">
+ <parameter left="const QPair&lt;T1, T2&gt; &amp;" right="" name="p1" default=""/>
+ <parameter left="const QPair&lt;T1, T2&gt; &amp;" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;=" href="qpair.html#operator&lt;=-3" location="qpair.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" relates="QPair" type="bool" signature="operator&lt;=(const QPair&lt;T1, T2&gt; &amp; p1, const QPair&lt;T1, T2&gt; &amp; p2)">
+ <parameter left="const QPair&lt;T1, T2&gt; &amp;" right="" name="p1" default=""/>
+ <parameter left="const QPair&lt;T1, T2&gt; &amp;" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;=" href="qpair.html#operator&gt;=-3" location="qpair.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" relates="QPair" type="bool" signature="operator&gt;=(const QPair&lt;T1, T2&gt; &amp; p1, const QPair&lt;T1, T2&gt; &amp; p2)">
+ <parameter left="const QPair&lt;T1, T2&gt; &amp;" right="" name="p1" default=""/>
+ <parameter left="const QPair&lt;T1, T2&gt; &amp;" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qMakePair" href="qpair.html#qMakePair" location="qpair.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QPair" type="QPair&lt;T1, T2&gt;" signature="qMakePair(const T1 &amp; value1, const T2 &amp; value2)">
+ <parameter left="const T1 &amp;" right="" name="value1" default=""/>
+ <parameter left="const T2 &amp;" right="" name="value2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qpair.html#operator&gt;&gt;-56" location="qpair.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="56" relates="QPair" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; in, QPair&lt;T1, T2&gt; &amp; pair)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ <parameter left="QPair&lt;T1, T2&gt; &amp;" right="" name="pair" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qpair.html#operator&lt;&lt;-98" location="qpair.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="98" relates="QPair" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; out, const QPair&lt;T1, T2&gt; &amp; pair)">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ <parameter left="const QPair&lt;T1, T2&gt; &amp;" right="" name="pair" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QFileDialog" href="qfiledialog.html" location="qfiledialog.h" bases="QDialog" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="viewMode" fullname="QFileDialog::viewMode" href="qfiledialog.html#viewMode-prop" location="qfiledialog.h" type="ViewMode">
+ <getter name="viewMode"/>
+ <setter name="setViewMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="fileMode" fullname="QFileDialog::fileMode" href="qfiledialog.html#fileMode-prop" location="qfiledialog.h" type="FileMode">
+ <getter name="fileMode"/>
+ <setter name="setFileMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="acceptMode" fullname="QFileDialog::acceptMode" href="qfiledialog.html#acceptMode-prop" location="qfiledialog.h" type="AcceptMode">
+ <getter name="acceptMode"/>
+ <setter name="setAcceptMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="obsolete" name="readOnly" fullname="QFileDialog::readOnly" href="qfiledialog-obsolete.html#readOnly-prop" location="qfiledialog.h" type="bool">
+ <getter name="isReadOnly"/>
+ <setter name="setReadOnly"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="obsolete" name="resolveSymlinks" fullname="QFileDialog::resolveSymlinks" href="qfiledialog-obsolete.html#resolveSymlinks-prop" location="qfiledialog.h" type="bool">
+ <getter name="resolveSymlinks"/>
+ <setter name="setResolveSymlinks"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="obsolete" name="confirmOverwrite" fullname="QFileDialog::confirmOverwrite" href="qfiledialog-obsolete.html#confirmOverwrite-prop" location="qfiledialog.h" type="bool">
+ <getter name="confirmOverwrite"/>
+ <setter name="setConfirmOverwrite"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="defaultSuffix" fullname="QFileDialog::defaultSuffix" href="qfiledialog.html#defaultSuffix-prop" location="qfiledialog.h" type="QString">
+ <getter name="defaultSuffix"/>
+ <setter name="setDefaultSuffix"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="obsolete" name="nameFilterDetailsVisible" fullname="QFileDialog::nameFilterDetailsVisible" href="qfiledialog-obsolete.html#nameFilterDetailsVisible-prop" location="qfiledialog.h" type="bool">
+ <getter name="isNameFilterDetailsVisible"/>
+ <setter name="setNameFilterDetailsVisible"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="options" fullname="QFileDialog::options" href="qfiledialog.html#options-prop" location="qfiledialog.h" type="Options">
+ <getter name="options"/>
+ <setter name="setOptions"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ViewMode" fullname="QFileDialog::ViewMode" href="qfiledialog.html#ViewMode-enum" location="qfiledialog.h">
+ <value name="Detail" value="0"/>
+ <value name="List" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FileMode" fullname="QFileDialog::FileMode" href="qfiledialog.html#FileMode-enum" location="qfiledialog.h">
+ <value name="AnyFile" value="0"/>
+ <value name="ExistingFile" value="1"/>
+ <value name="Directory" value="2"/>
+ <value name="ExistingFiles" value="3"/>
+ <value name="DirectoryOnly" value="4"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="AcceptMode" fullname="QFileDialog::AcceptMode" href="qfiledialog.html#AcceptMode-enum" location="qfiledialog.h">
+ <value name="AcceptOpen" value="0"/>
+ <value name="AcceptSave" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DialogLabel" fullname="QFileDialog::DialogLabel" href="qfiledialog.html#DialogLabel-enum" location="qfiledialog.h">
+ <value name="LookIn" value="0"/>
+ <value name="FileName" value="1"/>
+ <value name="FileType" value="2"/>
+ <value name="Accept" value="3"/>
+ <value name="Reject" value="4"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Option" fullname="QFileDialog::Option" href="qfiledialog.html#Option-enum" location="qfiledialog.h" typedef="QFileDialog::Options">
+ <value name="ShowDirsOnly" value="0x00000001"/>
+ <value name="DontResolveSymlinks" value="0x00000002"/>
+ <value name="DontConfirmOverwrite" value="0x00000004"/>
+ <value name="DontUseSheet" value="0x00000008"/>
+ <value name="DontUseNativeDialog" value="0x00000010"/>
+ <value name="ReadOnly" value="0x00000020"/>
+ <value name="HideNameFilterDetails" value="0x00000040"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Options" fullname="QFileDialog::Options" href="qfiledialog.html#Options-typedef" location="qfiledialog.h" enum="QFileDialog::Option"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFileDialog" fullname="QFileDialog::QFileDialog" href="qfiledialog.html#QFileDialog" location="qfiledialog.cpp" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFileDialog(QWidget * parent, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFileDialog" fullname="QFileDialog::QFileDialog" href="qfiledialog.html#QFileDialog-2" location="qfiledialog.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QFileDialog(QWidget * parent, const QString &amp; caption, const QString &amp; directory, const QString &amp; filter)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const QString &amp;" right="" name="caption" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="directory" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="filter" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFileDialog" fullname="QFileDialog::~QFileDialog" href="qfiledialog.html#dtor.QFileDialog" location="qfiledialog.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFileDialog()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDirectory" fullname="QFileDialog::setDirectory" href="qfiledialog.html#setDirectory" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDirectory(const QString &amp; directory)">
+ <parameter left="const QString &amp;" right="" name="directory" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDirectory" fullname="QFileDialog::setDirectory" href="qfiledialog.html#setDirectory-2" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setDirectory(const QDir &amp; directory)">
+ <parameter left="const QDir &amp;" right="" name="directory" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="directory" fullname="QFileDialog::directory" href="qfiledialog.html#directory" location="qfiledialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDir" signature="directory() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectFile" fullname="QFileDialog::selectFile" href="qfiledialog.html#selectFile" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="selectFile(const QString &amp; filename)">
+ <parameter left="const QString &amp;" right="" name="filename" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedFiles" fullname="QFileDialog::selectedFiles" href="qfiledialog.html#selectedFiles" location="qfiledialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="selectedFiles() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setFilter" fullname="QFileDialog::setFilter" href="qfiledialog-qt3.html#setFilter-2" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setFilter(const QString &amp; filter)">
+ <parameter left="const QString &amp;" right="" name="filter" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setFilters" fullname="QFileDialog::setFilters" href="qfiledialog-qt3.html#setFilters" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFilters(const QStringList &amp; filters)">
+ <parameter left="const QStringList &amp;" right="" name="filters" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="filters" fullname="QFileDialog::filters" href="qfiledialog-qt3.html#filters" location="qfiledialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="filters() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="selectFilter" fullname="QFileDialog::selectFilter" href="qfiledialog-qt3.html#selectFilter" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="selectFilter(const QString &amp; filter)">
+ <parameter left="const QString &amp;" right="" name="filter" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="selectedFilter" fullname="QFileDialog::selectedFilter" href="qfiledialog-qt3.html#selectedFilter" location="qfiledialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="selectedFilter() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNameFilterDetailsVisible" fullname="QFileDialog::setNameFilterDetailsVisible" href="qfiledialog-obsolete.html#nameFilterDetailsVisible-prop" location="qfiledialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="nameFilterDetailsVisible" type="void" signature="setNameFilterDetailsVisible(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNameFilterDetailsVisible" fullname="QFileDialog::isNameFilterDetailsVisible" href="qfiledialog-obsolete.html#nameFilterDetailsVisible-prop" location="qfiledialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="nameFilterDetailsVisible" type="bool" signature="isNameFilterDetailsVisible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNameFilter" fullname="QFileDialog::setNameFilter" href="qfiledialog.html#setNameFilter" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNameFilter(const QString &amp; filter)">
+ <parameter left="const QString &amp;" right="" name="filter" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNameFilters" fullname="QFileDialog::setNameFilters" href="qfiledialog.html#setNameFilters" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNameFilters(const QStringList &amp; filters)">
+ <parameter left="const QStringList &amp;" right="" name="filters" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nameFilters" fullname="QFileDialog::nameFilters" href="qfiledialog.html#nameFilters" location="qfiledialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="nameFilters() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectNameFilter" fullname="QFileDialog::selectNameFilter" href="qfiledialog.html#selectNameFilter" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="selectNameFilter(const QString &amp; filter)">
+ <parameter left="const QString &amp;" right="" name="filter" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedNameFilter" fullname="QFileDialog::selectedNameFilter" href="qfiledialog.html#selectedNameFilter" location="qfiledialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="selectedNameFilter() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filter" fullname="QFileDialog::filter" href="qfiledialog.html#filter" location="qfiledialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDir::Filters" signature="filter() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFilter" fullname="QFileDialog::setFilter" href="qfiledialog.html#setFilter" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFilter(QFlags&lt;QDir::Filter&gt; filters)">
+ <parameter left="QFlags&lt;QDir::Filter&gt;" right="" name="filters" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setViewMode" fullname="QFileDialog::setViewMode" href="qfiledialog.html#viewMode-prop" location="qfiledialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="viewMode" type="void" signature="setViewMode(ViewMode mode)">
+ <parameter left="ViewMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="viewMode" fullname="QFileDialog::viewMode" href="qfiledialog.html#viewMode-prop" location="qfiledialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="viewMode" type="ViewMode" signature="viewMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFileMode" fullname="QFileDialog::setFileMode" href="qfiledialog.html#fileMode-prop" location="qfiledialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="fileMode" type="void" signature="setFileMode(FileMode mode)">
+ <parameter left="FileMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileMode" fullname="QFileDialog::fileMode" href="qfiledialog.html#fileMode-prop" location="qfiledialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="fileMode" type="FileMode" signature="fileMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAcceptMode" fullname="QFileDialog::setAcceptMode" href="qfiledialog.html#acceptMode-prop" location="qfiledialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="acceptMode" type="void" signature="setAcceptMode(AcceptMode mode)">
+ <parameter left="AcceptMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="acceptMode" fullname="QFileDialog::acceptMode" href="qfiledialog.html#acceptMode-prop" location="qfiledialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="acceptMode" type="AcceptMode" signature="acceptMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setReadOnly" fullname="QFileDialog::setReadOnly" href="qfiledialog-obsolete.html#readOnly-prop" location="qfiledialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="readOnly" type="void" signature="setReadOnly(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isReadOnly" fullname="QFileDialog::isReadOnly" href="qfiledialog-obsolete.html#readOnly-prop" location="qfiledialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="readOnly" type="bool" signature="isReadOnly() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setResolveSymlinks" fullname="QFileDialog::setResolveSymlinks" href="qfiledialog-obsolete.html#resolveSymlinks-prop" location="qfiledialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="resolveSymlinks" type="void" signature="setResolveSymlinks(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resolveSymlinks" fullname="QFileDialog::resolveSymlinks" href="qfiledialog-obsolete.html#resolveSymlinks-prop" location="qfiledialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="resolveSymlinks" type="bool" signature="resolveSymlinks() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSidebarUrls" fullname="QFileDialog::setSidebarUrls" href="qfiledialog.html#setSidebarUrls" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSidebarUrls(const QList&lt;QUrl&gt; &amp; urls)">
+ <parameter left="const QList&lt;QUrl&gt; &amp;" right="" name="urls" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sidebarUrls" fullname="QFileDialog::sidebarUrls" href="qfiledialog.html#sidebarUrls" location="qfiledialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QUrl&gt;" signature="sidebarUrls() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="saveState" fullname="QFileDialog::saveState" href="qfiledialog.html#saveState" location="qfiledialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="saveState() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="restoreState" fullname="QFileDialog::restoreState" href="qfiledialog.html#restoreState" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="restoreState(const QByteArray &amp; state)">
+ <parameter left="const QByteArray &amp;" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setConfirmOverwrite" fullname="QFileDialog::setConfirmOverwrite" href="qfiledialog-obsolete.html#confirmOverwrite-prop" location="qfiledialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="confirmOverwrite" type="void" signature="setConfirmOverwrite(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="confirmOverwrite" fullname="QFileDialog::confirmOverwrite" href="qfiledialog-obsolete.html#confirmOverwrite-prop" location="qfiledialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="confirmOverwrite" type="bool" signature="confirmOverwrite() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultSuffix" fullname="QFileDialog::setDefaultSuffix" href="qfiledialog.html#defaultSuffix-prop" location="qfiledialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="defaultSuffix" type="void" signature="setDefaultSuffix(const QString &amp; suffix)">
+ <parameter left="const QString &amp;" right="" name="suffix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultSuffix" fullname="QFileDialog::defaultSuffix" href="qfiledialog.html#defaultSuffix-prop" location="qfiledialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="defaultSuffix" type="QString" signature="defaultSuffix() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHistory" fullname="QFileDialog::setHistory" href="qfiledialog.html#setHistory" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHistory(const QStringList &amp; paths)">
+ <parameter left="const QStringList &amp;" right="" name="paths" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="history" fullname="QFileDialog::history" href="qfiledialog.html#history" location="qfiledialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="history() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemDelegate" fullname="QFileDialog::setItemDelegate" href="qfiledialog.html#setItemDelegate" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemDelegate(QAbstractItemDelegate * delegate)">
+ <parameter left="QAbstractItemDelegate *" right="" name="delegate" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemDelegate" fullname="QFileDialog::itemDelegate" href="qfiledialog.html#itemDelegate" location="qfiledialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractItemDelegate *" signature="itemDelegate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIconProvider" fullname="QFileDialog::setIconProvider" href="qfiledialog.html#setIconProvider" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setIconProvider(QFileIconProvider * provider)">
+ <parameter left="QFileIconProvider *" right="" name="provider" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iconProvider" fullname="QFileDialog::iconProvider" href="qfiledialog.html#iconProvider" location="qfiledialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFileIconProvider *" signature="iconProvider() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLabelText" fullname="QFileDialog::setLabelText" href="qfiledialog.html#setLabelText" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLabelText(DialogLabel label, const QString &amp; text)">
+ <parameter left="DialogLabel" right="" name="label" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="labelText" fullname="QFileDialog::labelText" href="qfiledialog.html#labelText" location="qfiledialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="labelText(DialogLabel label) const">
+ <parameter left="DialogLabel" right="" name="label" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProxyModel" fullname="QFileDialog::setProxyModel" href="qfiledialog.html#setProxyModel" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setProxyModel(QAbstractProxyModel * proxyModel)">
+ <parameter left="QAbstractProxyModel *" right="" name="proxyModel" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="proxyModel" fullname="QFileDialog::proxyModel" href="qfiledialog.html#proxyModel" location="qfiledialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractProxyModel *" signature="proxyModel() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOption" fullname="QFileDialog::setOption" href="qfiledialog.html#setOption" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOption(Option option, bool on)">
+ <parameter left="Option" right="" name="option" default=""/>
+ <parameter left="bool" right="" name="on" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testOption" fullname="QFileDialog::testOption" href="qfiledialog.html#testOption" location="qfiledialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="testOption(Option option) const">
+ <parameter left="Option" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOptions" fullname="QFileDialog::setOptions" href="qfiledialog.html#options-prop" location="qfiledialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="options" type="void" signature="setOptions(QFlags&lt;QFileDialog::Option&gt; options)">
+ <parameter left="QFlags&lt;QFileDialog::Option&gt;" right="" name="options" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="options" fullname="QFileDialog::options" href="qfiledialog.html#options-prop" location="qfiledialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="options" type="Options" signature="options() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QFileDialog::open" href="qfiledialog.html#open" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="open(QObject * receiver, const char * member)">
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="QFileDialog::setVisible" href="qfiledialog.html#setVisible" location="qfiledialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileSelected" fullname="QFileDialog::fileSelected" href="qfiledialog.html#fileSelected" location="qfiledialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="fileSelected(const QString &amp; file)">
+ <parameter left="const QString &amp;" right="" name="file" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filesSelected" fullname="QFileDialog::filesSelected" href="qfiledialog.html#filesSelected" location="qfiledialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="filesSelected(const QStringList &amp; selected)">
+ <parameter left="const QStringList &amp;" right="" name="selected" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentChanged" fullname="QFileDialog::currentChanged" href="qfiledialog.html#currentChanged" location="qfiledialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentChanged(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="directoryEntered" fullname="QFileDialog::directoryEntered" href="qfiledialog.html#directoryEntered" location="qfiledialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="directoryEntered(const QString &amp; directory)">
+ <parameter left="const QString &amp;" right="" name="directory" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filterSelected" fullname="QFileDialog::filterSelected" href="qfiledialog.html#filterSelected" location="qfiledialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="filterSelected(const QString &amp; filter)">
+ <parameter left="const QString &amp;" right="" name="filter" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Mode" fullname="QFileDialog::Mode" href="qfiledialog.html#Mode-typedef" location="qfiledialog.h"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setMode" fullname="QFileDialog::setMode" href="qfiledialog-qt3.html#setMode" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMode(FileMode m)">
+ <parameter left="FileMode" right="" name="m" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="mode" fullname="QFileDialog::mode" href="qfiledialog-qt3.html#mode" location="qfiledialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="FileMode" signature="mode() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setDir" fullname="QFileDialog::setDir" href="qfiledialog-qt3.html#setDir" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDir(const QString &amp; directory)">
+ <parameter left="const QString &amp;" right="" name="directory" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setDir" fullname="QFileDialog::setDir" href="qfiledialog-qt3.html#setDir-2" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setDir(const QDir &amp; directory)">
+ <parameter left="const QDir &amp;" right="" name="directory" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="selectedFile" fullname="QFileDialog::selectedFile" href="qfiledialog-qt3.html#selectedFile" location="qfiledialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="selectedFile() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getOpenFileName" fullname="QFileDialog::getOpenFileName" href="qfiledialog.html#getOpenFileName" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="getOpenFileName(QWidget * parent, const QString &amp; caption, const QString &amp; dir, const QString &amp; filter, QString * selectedFilter, QFlags&lt;QFileDialog::Option&gt; options)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const QString &amp;" right="" name="caption" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="dir" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="filter" default="QString()"/>
+ <parameter left="QString *" right="" name="selectedFilter" default="0"/>
+ <parameter left="QFlags&lt;QFileDialog::Option&gt;" right="" name="options" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getSaveFileName" fullname="QFileDialog::getSaveFileName" href="qfiledialog.html#getSaveFileName" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="getSaveFileName(QWidget * parent, const QString &amp; caption, const QString &amp; dir, const QString &amp; filter, QString * selectedFilter, QFlags&lt;QFileDialog::Option&gt; options)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const QString &amp;" right="" name="caption" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="dir" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="filter" default="QString()"/>
+ <parameter left="QString *" right="" name="selectedFilter" default="0"/>
+ <parameter left="QFlags&lt;QFileDialog::Option&gt;" right="" name="options" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getExistingDirectory" fullname="QFileDialog::getExistingDirectory" href="qfiledialog.html#getExistingDirectory" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="getExistingDirectory(QWidget * parent, const QString &amp; caption, const QString &amp; dir, QFlags&lt;QFileDialog::Option&gt; options)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const QString &amp;" right="" name="caption" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="dir" default="QString()"/>
+ <parameter left="QFlags&lt;QFileDialog::Option&gt;" right="" name="options" default="ShowDirsOnly"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getOpenFileNames" fullname="QFileDialog::getOpenFileNames" href="qfiledialog.html#getOpenFileNames" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="getOpenFileNames(QWidget * parent, const QString &amp; caption, const QString &amp; dir, const QString &amp; filter, QString * selectedFilter, QFlags&lt;QFileDialog::Option&gt; options)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const QString &amp;" right="" name="caption" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="dir" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="filter" default="QString()"/>
+ <parameter left="QString *" right="" name="selectedFilter" default="0"/>
+ <parameter left="QFlags&lt;QFileDialog::Option&gt;" right="" name="options" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="getOpenFileName" fullname="QFileDialog::getOpenFileName" href="qfiledialog-qt3.html#getOpenFileName-2" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QString" signature="getOpenFileName(const QString &amp; dir, const QString &amp; filter, QWidget * parent, const char * name, const QString &amp; caption, QString * selectedFilter, bool resolveSymlinks)">
+ <parameter left="const QString &amp;" right="" name="dir" default=""/>
+ <parameter left="const QString &amp;" right="" name="filter" default="QString()"/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="const QString &amp;" right="" name="caption" default="QString()"/>
+ <parameter left="QString *" right="" name="selectedFilter" default="0"/>
+ <parameter left="bool" right="" name="resolveSymlinks" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="getSaveFileName" fullname="QFileDialog::getSaveFileName" href="qfiledialog-qt3.html#getSaveFileName-2" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QString" signature="getSaveFileName(const QString &amp; dir, const QString &amp; filter, QWidget * parent, const char * name, const QString &amp; caption, QString * selectedFilter, bool resolveSymlinks)">
+ <parameter left="const QString &amp;" right="" name="dir" default=""/>
+ <parameter left="const QString &amp;" right="" name="filter" default="QString()"/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="const QString &amp;" right="" name="caption" default="QString()"/>
+ <parameter left="QString *" right="" name="selectedFilter" default="0"/>
+ <parameter left="bool" right="" name="resolveSymlinks" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="getExistingDirectory" fullname="QFileDialog::getExistingDirectory" href="qfiledialog-qt3.html#getExistingDirectory-2" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QString" signature="getExistingDirectory(const QString &amp; dir, QWidget * parent, const char * name, const QString &amp; caption, bool dirOnly, bool resolveSymlinks)">
+ <parameter left="const QString &amp;" right="" name="dir" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="const QString &amp;" right="" name="caption" default="QString()"/>
+ <parameter left="bool" right="" name="dirOnly" default="true"/>
+ <parameter left="bool" right="" name="resolveSymlinks" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="getOpenFileNames" fullname="QFileDialog::getOpenFileNames" href="qfiledialog-qt3.html#getOpenFileNames-2" location="qfiledialog.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QStringList" signature="getOpenFileNames(const QString &amp; filter, const QString &amp; dir, QWidget * parent, const char * name, const QString &amp; caption, QString * selectedFilter, bool resolveSymlinks)">
+ <parameter left="const QString &amp;" right="" name="filter" default=""/>
+ <parameter left="const QString &amp;" right="" name="dir" default="QString()"/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="const QString &amp;" right="" name="caption" default="QString()"/>
+ <parameter left="QString *" right="" name="selectedFilter" default="0"/>
+ <parameter left="bool" right="" name="resolveSymlinks" default="true"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="done" fullname="QFileDialog::done" href="qfiledialog.html#done" location="qfiledialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="done(int result)">
+ <parameter left="int" right="" name="result" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="accept" fullname="QFileDialog::accept" href="qfiledialog.html#accept" location="qfiledialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="accept()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QFileDialog::changeEvent" href="qfiledialog.html#changeEvent" location="qfiledialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="obsolete" name="QHttpHeader" href="qhttpheader.html" location="qhttp.h" bases="" module="QtNetwork">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHttpHeader" fullname="QHttpHeader::QHttpHeader" href="qhttpheader.html#QHttpHeader" location="qhttp.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QHttpHeader()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHttpHeader" fullname="QHttpHeader::QHttpHeader" href="qhttpheader.html#QHttpHeader-2" location="qhttp.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QHttpHeader(const QHttpHeader &amp; header)">
+ <parameter left="const QHttpHeader &amp;" right="" name="header" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHttpHeader" fullname="QHttpHeader::QHttpHeader" href="qhttpheader.html#QHttpHeader-3" location="qhttp.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QHttpHeader(const QString &amp; str)">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QHttpHeader" fullname="QHttpHeader::~QHttpHeader" href="qhttpheader.html#dtor.QHttpHeader" location="qhttp.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QHttpHeader()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QHttpHeader::operator=" href="qhttpheader.html#operator=" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QHttpHeader &amp;" signature="operator=(const QHttpHeader &amp; h)">
+ <parameter left="const QHttpHeader &amp;" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QHttpHeader::setValue" href="qhttpheader.html#setValue" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setValue(const QString &amp; key, const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValues" fullname="QHttpHeader::setValues" href="qhttpheader.html#setValues" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setValues(const QList&lt;QPair&lt;QString, QString&gt; &gt; &amp; values)">
+ <parameter left="const QList&lt;QPair&lt;QString, QString&gt; &gt; &amp;" right="" name="values" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addValue" fullname="QHttpHeader::addValue" href="qhttpheader.html#addValue" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addValue(const QString &amp; key, const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="values" fullname="QHttpHeader::values" href="qhttpheader.html#values" location="qhttp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QPair&lt;QString, QString&gt; &gt;" signature="values() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasKey" fullname="QHttpHeader::hasKey" href="qhttpheader.html#hasKey" location="qhttp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasKey(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QHttpHeader::keys" href="qhttpheader.html#keys" location="qhttp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="keys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QHttpHeader::value" href="qhttpheader.html#value" location="qhttp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="value(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="allValues" fullname="QHttpHeader::allValues" href="qhttpheader.html#allValues" location="qhttp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="allValues(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeValue" fullname="QHttpHeader::removeValue" href="qhttpheader.html#removeValue" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeValue(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeAllValues" fullname="QHttpHeader::removeAllValues" href="qhttpheader.html#removeAllValues" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeAllValues(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasContentLength" fullname="QHttpHeader::hasContentLength" href="qhttpheader.html#hasContentLength" location="qhttp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasContentLength() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentLength" fullname="QHttpHeader::contentLength" href="qhttpheader.html#contentLength" location="qhttp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="contentLength() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContentLength" fullname="QHttpHeader::setContentLength" href="qhttpheader.html#setContentLength" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setContentLength(int len)">
+ <parameter left="int" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasContentType" fullname="QHttpHeader::hasContentType" href="qhttpheader.html#hasContentType" location="qhttp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasContentType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentType" fullname="QHttpHeader::contentType" href="qhttpheader.html#contentType" location="qhttp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="contentType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContentType" fullname="QHttpHeader::setContentType" href="qhttpheader.html#setContentType" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setContentType(const QString &amp; type)">
+ <parameter left="const QString &amp;" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QHttpHeader::toString" href="qhttpheader.html#toString" location="qhttp.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QHttpHeader::isValid" href="qhttpheader.html#isValid" location="qhttp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="majorVersion" fullname="QHttpHeader::majorVersion" href="qhttpheader.html#majorVersion" location="qhttp.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="majorVersion() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minorVersion" fullname="QHttpHeader::minorVersion" href="qhttpheader.html#minorVersion" location="qhttp.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="minorVersion() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d_ptr" fullname="QHttpHeader::d_ptr" href="qhttpheader.html#d_ptr-var" location="qhttp.h" type="QHttpHeaderPrivate *" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="obsolete" name="QHttpResponseHeader" href="qhttpresponseheader.html" location="qhttp.h" bases="QHttpHeader" module="QtNetwork">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHttpResponseHeader" fullname="QHttpResponseHeader::QHttpResponseHeader" href="qhttpresponseheader.html#QHttpResponseHeader" location="qhttp.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QHttpResponseHeader()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHttpResponseHeader" fullname="QHttpResponseHeader::QHttpResponseHeader" href="qhttpresponseheader.html#QHttpResponseHeader-2" location="qhttp.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QHttpResponseHeader(const QHttpResponseHeader &amp; header)">
+ <parameter left="const QHttpResponseHeader &amp;" right="" name="header" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHttpResponseHeader" fullname="QHttpResponseHeader::QHttpResponseHeader" href="qhttpresponseheader.html#QHttpResponseHeader-3" location="qhttp.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QHttpResponseHeader(const QString &amp; str)">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHttpResponseHeader" fullname="QHttpResponseHeader::QHttpResponseHeader" href="qhttpresponseheader.html#QHttpResponseHeader-4" location="qhttp.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QHttpResponseHeader(int code, const QString &amp; text, int majorVer, int minorVer)">
+ <parameter left="int" right="" name="code" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default="QString()"/>
+ <parameter left="int" right="" name="majorVer" default="1"/>
+ <parameter left="int" right="" name="minorVer" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QHttpResponseHeader::operator=" href="qhttpresponseheader.html#operator=" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QHttpResponseHeader &amp;" signature="operator=(const QHttpResponseHeader &amp; header)">
+ <parameter left="const QHttpResponseHeader &amp;" right="" name="header" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStatusLine" fullname="QHttpResponseHeader::setStatusLine" href="qhttpresponseheader.html#setStatusLine" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStatusLine(int code, const QString &amp; text, int majorVer, int minorVer)">
+ <parameter left="int" right="" name="code" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default="QString()"/>
+ <parameter left="int" right="" name="majorVer" default="1"/>
+ <parameter left="int" right="" name="minorVer" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="statusCode" fullname="QHttpResponseHeader::statusCode" href="qhttpresponseheader.html#statusCode" location="qhttp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="statusCode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reasonPhrase" fullname="QHttpResponseHeader::reasonPhrase" href="qhttpresponseheader.html#reasonPhrase" location="qhttp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="reasonPhrase() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="majorVersion" fullname="QHttpResponseHeader::majorVersion" href="qhttpresponseheader.html#majorVersion" location="qhttp.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="majorVersion() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minorVersion" fullname="QHttpResponseHeader::minorVersion" href="qhttpresponseheader.html#minorVersion" location="qhttp.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="minorVersion() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QHttpResponseHeader::toString" href="qhttpresponseheader.html#toString" location="qhttp.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="obsolete" name="QHttpRequestHeader" href="qhttprequestheader.html" location="qhttp.h" bases="QHttpHeader" module="QtNetwork">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHttpRequestHeader" fullname="QHttpRequestHeader::QHttpRequestHeader" href="qhttprequestheader.html#QHttpRequestHeader" location="qhttp.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QHttpRequestHeader()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHttpRequestHeader" fullname="QHttpRequestHeader::QHttpRequestHeader" href="qhttprequestheader.html#QHttpRequestHeader-2" location="qhttp.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QHttpRequestHeader(const QString &amp; method, const QString &amp; path, int majorVer, int minorVer)">
+ <parameter left="const QString &amp;" right="" name="method" default=""/>
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="int" right="" name="majorVer" default="1"/>
+ <parameter left="int" right="" name="minorVer" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHttpRequestHeader" fullname="QHttpRequestHeader::QHttpRequestHeader" href="qhttprequestheader.html#QHttpRequestHeader-3" location="qhttp.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QHttpRequestHeader(const QHttpRequestHeader &amp; header)">
+ <parameter left="const QHttpRequestHeader &amp;" right="" name="header" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHttpRequestHeader" fullname="QHttpRequestHeader::QHttpRequestHeader" href="qhttprequestheader.html#QHttpRequestHeader-4" location="qhttp.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QHttpRequestHeader(const QString &amp; str)">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QHttpRequestHeader::operator=" href="qhttprequestheader.html#operator=" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QHttpRequestHeader &amp;" signature="operator=(const QHttpRequestHeader &amp; header)">
+ <parameter left="const QHttpRequestHeader &amp;" right="" name="header" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRequest" fullname="QHttpRequestHeader::setRequest" href="qhttprequestheader.html#setRequest" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRequest(const QString &amp; method, const QString &amp; path, int majorVer, int minorVer)">
+ <parameter left="const QString &amp;" right="" name="method" default=""/>
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="int" right="" name="majorVer" default="1"/>
+ <parameter left="int" right="" name="minorVer" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="method" fullname="QHttpRequestHeader::method" href="qhttprequestheader.html#method" location="qhttp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="method() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="path" fullname="QHttpRequestHeader::path" href="qhttprequestheader.html#path" location="qhttp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="path() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="majorVersion" fullname="QHttpRequestHeader::majorVersion" href="qhttprequestheader.html#majorVersion" location="qhttp.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="majorVersion() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minorVersion" fullname="QHttpRequestHeader::minorVersion" href="qhttprequestheader.html#minorVersion" location="qhttp.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="minorVersion() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QHttpRequestHeader::toString" href="qhttprequestheader.html#toString" location="qhttp.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="obsolete" name="QHttp" href="qhttp.html" location="qhttp.h" bases="QObject" module="QtNetwork">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ConnectionMode" fullname="QHttp::ConnectionMode" href="qhttp.html#ConnectionMode-enum" location="qhttp.h">
+ <value name="ConnectionModeHttp" value="0"/>
+ <value name="ConnectionModeHttps" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHttp" fullname="QHttp::QHttp" href="qhttp.html#QHttp" location="qhttp.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QHttp(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHttp" fullname="QHttp::QHttp" href="qhttp.html#QHttp-2" location="qhttp.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QHttp(const QString &amp; hostName, quint16 port, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="hostName" default=""/>
+ <parameter left="quint16" right="" name="port" default="80"/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHttp" fullname="QHttp::QHttp" href="qhttp.html#QHttp-3" location="qhttp.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QHttp(const QString &amp; hostName, ConnectionMode mode, quint16 port, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="hostName" default=""/>
+ <parameter left="ConnectionMode" right="" name="mode" default=""/>
+ <parameter left="quint16" right="" name="port" default="0"/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QHttp" fullname="QHttp::~QHttp" href="qhttp.html#dtor.QHttp" location="qhttp.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QHttp()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="State" fullname="QHttp::State" href="qhttp.html#State-enum" location="qhttp.h">
+ <value name="Unconnected" value="0"/>
+ <value name="HostLookup" value="1"/>
+ <value name="Connecting" value="2"/>
+ <value name="Sending" value="3"/>
+ <value name="Reading" value="4"/>
+ <value name="Connected" value="5"/>
+ <value name="Closing" value="6"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Error" fullname="QHttp::Error" href="qhttp.html#Error-enum" location="qhttp.h">
+ <value name="NoError" value="0"/>
+ <value name="UnknownError" value="1"/>
+ <value name="HostNotFound" value="2"/>
+ <value name="ConnectionRefused" value="3"/>
+ <value name="UnexpectedClose" value="4"/>
+ <value name="InvalidResponseHeader" value="5"/>
+ <value name="WrongContentLength" value="6"/>
+ <value name="Aborted" value="7"/>
+ <value name="AuthenticationRequiredError" value="8"/>
+ <value name="ProxyAuthenticationRequiredError" value="9"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHost" fullname="QHttp::setHost" href="qhttp.html#setHost" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="setHost(const QString &amp; hostName, quint16 port)">
+ <parameter left="const QString &amp;" right="" name="hostName" default=""/>
+ <parameter left="quint16" right="" name="port" default="80"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHost" fullname="QHttp::setHost" href="qhttp.html#setHost-2" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="setHost(const QString &amp; hostName, ConnectionMode mode, quint16 port)">
+ <parameter left="const QString &amp;" right="" name="hostName" default=""/>
+ <parameter left="ConnectionMode" right="" name="mode" default=""/>
+ <parameter left="quint16" right="" name="port" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSocket" fullname="QHttp::setSocket" href="qhttp.html#setSocket" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="setSocket(QTcpSocket * socket)">
+ <parameter left="QTcpSocket *" right="" name="socket" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUser" fullname="QHttp::setUser" href="qhttp.html#setUser" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="setUser(const QString &amp; userName, const QString &amp; password)">
+ <parameter left="const QString &amp;" right="" name="userName" default=""/>
+ <parameter left="const QString &amp;" right="" name="password" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProxy" fullname="QHttp::setProxy" href="qhttp.html#setProxy" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="setProxy(const QString &amp; host, int port, const QString &amp; username, const QString &amp; password)">
+ <parameter left="const QString &amp;" right="" name="host" default=""/>
+ <parameter left="int" right="" name="port" default=""/>
+ <parameter left="const QString &amp;" right="" name="username" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="password" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProxy" fullname="QHttp::setProxy" href="qhttp.html#setProxy-2" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="setProxy(const QNetworkProxy &amp; proxy)">
+ <parameter left="const QNetworkProxy &amp;" right="" name="proxy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="get" fullname="QHttp::get" href="qhttp.html#get" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="get(const QString &amp; path, QIODevice * to)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="QIODevice *" right="" name="to" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="post" fullname="QHttp::post" href="qhttp.html#post" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="post(const QString &amp; path, QIODevice * data, QIODevice * to)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="QIODevice *" right="" name="data" default=""/>
+ <parameter left="QIODevice *" right="" name="to" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="post" fullname="QHttp::post" href="qhttp.html#post-2" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="post(const QString &amp; path, const QByteArray &amp; data, QIODevice * to)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ <parameter left="QIODevice *" right="" name="to" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="head" fullname="QHttp::head" href="qhttp.html#head" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="head(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="request" fullname="QHttp::request" href="qhttp.html#request" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="request(const QHttpRequestHeader &amp; header, QIODevice * data, QIODevice * to)">
+ <parameter left="const QHttpRequestHeader &amp;" right="" name="header" default=""/>
+ <parameter left="QIODevice *" right="" name="data" default="0"/>
+ <parameter left="QIODevice *" right="" name="to" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="request" fullname="QHttp::request" href="qhttp.html#request-2" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="request(const QHttpRequestHeader &amp; header, const QByteArray &amp; data, QIODevice * to)">
+ <parameter left="const QHttpRequestHeader &amp;" right="" name="header" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ <parameter left="QIODevice *" right="" name="to" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="closeConnection" fullname="QHttp::closeConnection" href="qhttp-obsolete.html#closeConnection" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="closeConnection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="close" fullname="QHttp::close" href="qhttp.html#close" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="close()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bytesAvailable" fullname="QHttp::bytesAvailable" href="qhttp.html#bytesAvailable" location="qhttp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="bytesAvailable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="read" fullname="QHttp::read" href="qhttp.html#read" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="qint64" signature="read(char * data, qint64 maxlen)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="maxlen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="readBlock" fullname="QHttp::readBlock" href="qhttp-qt3.html#readBlock" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="qint64" signature="readBlock(char * data, quint64 maxlen)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="quint64" right="" name="maxlen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readAll" fullname="QHttp::readAll" href="qhttp.html#readAll" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QByteArray" signature="readAll()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentId" fullname="QHttp::currentId" href="qhttp.html#currentId" location="qhttp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currentId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentSourceDevice" fullname="QHttp::currentSourceDevice" href="qhttp.html#currentSourceDevice" location="qhttp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIODevice *" signature="currentSourceDevice() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentDestinationDevice" fullname="QHttp::currentDestinationDevice" href="qhttp.html#currentDestinationDevice" location="qhttp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIODevice *" signature="currentDestinationDevice() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentRequest" fullname="QHttp::currentRequest" href="qhttp.html#currentRequest" location="qhttp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QHttpRequestHeader" signature="currentRequest() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastResponse" fullname="QHttp::lastResponse" href="qhttp.html#lastResponse" location="qhttp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QHttpResponseHeader" signature="lastResponse() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPendingRequests" fullname="QHttp::hasPendingRequests" href="qhttp.html#hasPendingRequests" location="qhttp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPendingRequests() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearPendingRequests" fullname="QHttp::clearPendingRequests" href="qhttp.html#clearPendingRequests" location="qhttp.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearPendingRequests()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QHttp::state" href="qhttp.html#state" location="qhttp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="State" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QHttp::error" href="qhttp.html#error" location="qhttp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Error" signature="error() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QHttp::errorString" href="qhttp.html#errorString" location="qhttp.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="abort" fullname="QHttp::abort" href="qhttp.html#abort" location="qhttp.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="abort()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ignoreSslErrors" fullname="QHttp::ignoreSslErrors" href="qhttp.html#ignoreSslErrors" location="qhttp.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="ignoreSslErrors()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stateChanged" fullname="QHttp::stateChanged" href="qhttp.html#stateChanged" location="qhttp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="stateChanged(int state)">
+ <parameter left="int" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="responseHeaderReceived" fullname="QHttp::responseHeaderReceived" href="qhttp.html#responseHeaderReceived" location="qhttp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="responseHeaderReceived(const QHttpResponseHeader &amp; resp)">
+ <parameter left="const QHttpResponseHeader &amp;" right="" name="resp" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readyRead" fullname="QHttp::readyRead" href="qhttp.html#readyRead" location="qhttp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="readyRead(const QHttpResponseHeader &amp; resp)">
+ <parameter left="const QHttpResponseHeader &amp;" right="" name="resp" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dataSendProgress" fullname="QHttp::dataSendProgress" href="qhttp.html#dataSendProgress" location="qhttp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="dataSendProgress(int done, int total)">
+ <parameter left="int" right="" name="done" default=""/>
+ <parameter left="int" right="" name="total" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dataReadProgress" fullname="QHttp::dataReadProgress" href="qhttp.html#dataReadProgress" location="qhttp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="dataReadProgress(int done, int total)">
+ <parameter left="int" right="" name="done" default=""/>
+ <parameter left="int" right="" name="total" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="requestStarted" fullname="QHttp::requestStarted" href="qhttp.html#requestStarted" location="qhttp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="requestStarted(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="requestFinished" fullname="QHttp::requestFinished" href="qhttp.html#requestFinished" location="qhttp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="requestFinished(int id, bool error)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="bool" right="" name="error" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="done" fullname="QHttp::done" href="qhttp.html#done" location="qhttp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="done(bool error)">
+ <parameter left="bool" right="" name="error" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="proxyAuthenticationRequired" fullname="QHttp::proxyAuthenticationRequired" href="qhttp.html#proxyAuthenticationRequired" location="qhttp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="proxyAuthenticationRequired(const QNetworkProxy &amp; proxy, QAuthenticator * authenticator)">
+ <parameter left="const QNetworkProxy &amp;" right="" name="proxy" default=""/>
+ <parameter left="QAuthenticator *" right="" name="authenticator" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="authenticationRequired" fullname="QHttp::authenticationRequired" href="qhttp.html#authenticationRequired" location="qhttp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="authenticationRequired(const QString &amp; hostname, quint16 port, QAuthenticator * authenticator)">
+ <parameter left="const QString &amp;" right="" name="hostname" default=""/>
+ <parameter left="quint16" right="" name="port" default=""/>
+ <parameter left="QAuthenticator *" right="" name="authenticator" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sslErrors" fullname="QHttp::sslErrors" href="qhttp.html#sslErrors" location="qhttp.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="sslErrors(const QList&lt;QSslError&gt; &amp; errors)">
+ <parameter left="const QList&lt;QSslError&gt; &amp;" right="" name="errors" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSqlDriverPlugin" href="qsqldriverplugin.html" location="qsqldriverplugin.h" bases="QObject" module="QtSql">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSqlDriverPlugin" fullname="QSqlDriverPlugin::QSqlDriverPlugin" href="qsqldriverplugin.html#QSqlDriverPlugin" location="qsqldriverplugin.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSqlDriverPlugin(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSqlDriverPlugin" fullname="QSqlDriverPlugin::~QSqlDriverPlugin" href="qsqldriverplugin.html#dtor.QSqlDriverPlugin" location="qsqldriverplugin.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSqlDriverPlugin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QSqlDriverPlugin::keys" href="qsqldriverplugin.html#keys" location="qsqldriverplugin.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="keys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QSqlDriverPlugin::create" href="qsqldriverplugin.html#create" location="qsqldriverplugin.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QSqlDriver *" signature="create(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QListWidgetItem" href="qlistwidgetitem.html" location="qlistwidget.h" bases="" module="QtGui">
+ <contents name="subclassing" title="Subclassing" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ItemType" fullname="QListWidgetItem::ItemType" href="qlistwidgetitem.html#ItemType-enum" location="qlistwidget.h">
+ <value name="Type" value="0"/>
+ <value name="UserType" value="1000"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QListWidgetItem" fullname="QListWidgetItem::QListWidgetItem" href="qlistwidgetitem.html#QListWidgetItem" location="qlistwidget.cpp" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QListWidgetItem(QListWidget * parent, int type)">
+ <parameter left="QListWidget *" right="" name="parent" default="0"/>
+ <parameter left="int" right="" name="type" default="Type"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QListWidgetItem" fullname="QListWidgetItem::QListWidgetItem" href="qlistwidgetitem.html#QListWidgetItem-2" location="qlistwidget.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QListWidgetItem(const QString &amp; text, QListWidget * parent, int type)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QListWidget *" right="" name="parent" default="0"/>
+ <parameter left="int" right="" name="type" default="Type"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QListWidgetItem" fullname="QListWidgetItem::QListWidgetItem" href="qlistwidgetitem.html#QListWidgetItem-3" location="qlistwidget.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QListWidgetItem(const QIcon &amp; icon, const QString &amp; text, QListWidget * parent, int type)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QListWidget *" right="" name="parent" default="0"/>
+ <parameter left="int" right="" name="type" default="Type"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QListWidgetItem" fullname="QListWidgetItem::QListWidgetItem" href="qlistwidgetitem.html#QListWidgetItem-4" location="qlistwidget.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QListWidgetItem(const QListWidgetItem &amp; other)">
+ <parameter left="const QListWidgetItem &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QListWidgetItem" fullname="QListWidgetItem::~QListWidgetItem" href="qlistwidgetitem.html#dtor.QListWidgetItem" location="qlistwidget.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QListWidgetItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clone" fullname="QListWidgetItem::clone" href="qlistwidgetitem.html#clone" location="qlistwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QListWidgetItem *" signature="clone() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="listWidget" fullname="QListWidgetItem::listWidget" href="qlistwidgetitem.html#listWidget" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QListWidget *" signature="listWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelected" fullname="QListWidgetItem::setSelected" href="qlistwidgetitem.html#setSelected" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelected(bool select)">
+ <parameter left="bool" right="" name="select" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSelected" fullname="QListWidgetItem::isSelected" href="qlistwidgetitem.html#isSelected" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSelected() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHidden" fullname="QListWidgetItem::setHidden" href="qlistwidgetitem.html#setHidden" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHidden(bool hide)">
+ <parameter left="bool" right="" name="hide" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isHidden" fullname="QListWidgetItem::isHidden" href="qlistwidgetitem.html#isHidden" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isHidden() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flags" fullname="QListWidgetItem::flags" href="qlistwidgetitem.html#flags" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::ItemFlags" signature="flags() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFlags" fullname="QListWidgetItem::setFlags" href="qlistwidgetitem.html#setFlags" location="qlistwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFlags(QFlags&lt;Qt::ItemFlag&gt; flags)">
+ <parameter left="QFlags&lt;Qt::ItemFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QListWidgetItem::text" href="qlistwidgetitem.html#text" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="QListWidgetItem::setText" href="qlistwidgetitem.html#setText" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QListWidgetItem::icon" href="qlistwidgetitem.html#icon" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="icon() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIcon" fullname="QListWidgetItem::setIcon" href="qlistwidgetitem.html#setIcon" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setIcon(const QIcon &amp; icon)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="statusTip" fullname="QListWidgetItem::statusTip" href="qlistwidgetitem.html#statusTip" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="statusTip() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStatusTip" fullname="QListWidgetItem::setStatusTip" href="qlistwidgetitem.html#setStatusTip" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStatusTip(const QString &amp; statusTip)">
+ <parameter left="const QString &amp;" right="" name="statusTip" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toolTip" fullname="QListWidgetItem::toolTip" href="qlistwidgetitem.html#toolTip" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toolTip() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setToolTip" fullname="QListWidgetItem::setToolTip" href="qlistwidgetitem.html#setToolTip" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setToolTip(const QString &amp; toolTip)">
+ <parameter left="const QString &amp;" right="" name="toolTip" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="whatsThis" fullname="QListWidgetItem::whatsThis" href="qlistwidgetitem.html#whatsThis" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="whatsThis() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWhatsThis" fullname="QListWidgetItem::setWhatsThis" href="qlistwidgetitem.html#setWhatsThis" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWhatsThis(const QString &amp; whatsThis)">
+ <parameter left="const QString &amp;" right="" name="whatsThis" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QListWidgetItem::font" href="qlistwidgetitem.html#font" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFont" signature="font() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFont" fullname="QListWidgetItem::setFont" href="qlistwidgetitem.html#setFont" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFont(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textAlignment" fullname="QListWidgetItem::textAlignment" href="qlistwidgetitem.html#textAlignment" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="textAlignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextAlignment" fullname="QListWidgetItem::setTextAlignment" href="qlistwidgetitem.html#setTextAlignment" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextAlignment(int alignment)">
+ <parameter left="int" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="backgroundColor" fullname="QListWidgetItem::backgroundColor" href="qlistwidgetitem-obsolete.html#backgroundColor" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="backgroundColor() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setBackgroundColor" fullname="QListWidgetItem::setBackgroundColor" href="qlistwidgetitem-obsolete.html#setBackgroundColor" location="qlistwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setBackgroundColor(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="background" fullname="QListWidgetItem::background" href="qlistwidgetitem.html#background" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QBrush" signature="background() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBackground" fullname="QListWidgetItem::setBackground" href="qlistwidgetitem.html#setBackground" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBackground(const QBrush &amp; brush)">
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="textColor" fullname="QListWidgetItem::textColor" href="qlistwidgetitem-obsolete.html#textColor" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="textColor() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setTextColor" fullname="QListWidgetItem::setTextColor" href="qlistwidgetitem-obsolete.html#setTextColor" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextColor(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="foreground" fullname="QListWidgetItem::foreground" href="qlistwidgetitem.html#foreground" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QBrush" signature="foreground() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setForeground" fullname="QListWidgetItem::setForeground" href="qlistwidgetitem.html#setForeground" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setForeground(const QBrush &amp; brush)">
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="checkState" fullname="QListWidgetItem::checkState" href="qlistwidgetitem.html#checkState" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::CheckState" signature="checkState() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCheckState" fullname="QListWidgetItem::setCheckState" href="qlistwidgetitem.html#setCheckState" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCheckState(Qt::CheckState state)">
+ <parameter left="Qt::CheckState" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QListWidgetItem::sizeHint" href="qlistwidgetitem.html#sizeHint" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSizeHint" fullname="QListWidgetItem::setSizeHint" href="qlistwidgetitem.html#setSizeHint" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSizeHint(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QListWidgetItem::data" href="qlistwidgetitem.html#data" location="qlistwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="data(int role) const">
+ <parameter left="int" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QListWidgetItem::setData" href="qlistwidgetitem.html#setData" location="qlistwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setData(int role, const QVariant &amp; value)">
+ <parameter left="int" right="" name="role" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QListWidgetItem::operator&lt;" href="qlistwidgetitem.html#operator&lt;" location="qlistwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;(const QListWidgetItem &amp; other) const">
+ <parameter left="const QListWidgetItem &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="read" fullname="QListWidgetItem::read" href="qlistwidgetitem.html#read" location="qlistwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="read(QDataStream &amp; in)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="write" fullname="QListWidgetItem::write" href="qlistwidgetitem.html#write" location="qlistwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="write(QDataStream &amp; out) const">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QListWidgetItem::operator=" href="qlistwidgetitem.html#operator=" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QListWidgetItem &amp;" signature="operator=(const QListWidgetItem &amp; other)">
+ <parameter left="const QListWidgetItem &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QListWidgetItem::type" href="qlistwidgetitem.html#type" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="type() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qlistwidgetitem.html#operator&lt;&lt;-99" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="99" relates="QListWidgetItem" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; out, const QListWidgetItem &amp; item)">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ <parameter left="const QListWidgetItem &amp;" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qlistwidgetitem.html#operator&gt;&gt;-57" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="57" relates="QListWidgetItem" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; in, QListWidgetItem &amp; item)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ <parameter left="QListWidgetItem &amp;" right="" name="item" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QListWidget" href="qlistwidget.html" location="qlistwidget.h" bases="QListView" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QListWidget::count" href="qlistwidget.html#count-prop" location="qlistwidget.h" type="int">
+ <getter name="count"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentRow" fullname="QListWidget::currentRow" href="qlistwidget.html#currentRow-prop" location="qlistwidget.h" type="int">
+ <getter name="currentRow"/>
+ <setter name="setCurrentRow"/>
+ <setter name="setCurrentRow"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="sortingEnabled" fullname="QListWidget::sortingEnabled" href="qlistwidget.html#sortingEnabled-prop" location="qlistwidget.h" type="bool">
+ <getter name="isSortingEnabled"/>
+ <setter name="setSortingEnabled"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QListWidget" fullname="QListWidget::QListWidget" href="qlistwidget.html#QListWidget" location="qlistwidget.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QListWidget(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QListWidget" fullname="QListWidget::~QListWidget" href="qlistwidget.html#dtor.QListWidget" location="qlistwidget.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QListWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="item" fullname="QListWidget::item" href="qlistwidget.html#item" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QListWidgetItem *" signature="item(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="row" fullname="QListWidget::row" href="qlistwidget.html#row" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="row(const QListWidgetItem * item) const">
+ <parameter left="const QListWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertItem" fullname="QListWidget::insertItem" href="qlistwidget.html#insertItem" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertItem(int row, QListWidgetItem * item)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="QListWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertItem" fullname="QListWidget::insertItem" href="qlistwidget.html#insertItem-2" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="insertItem(int row, const QString &amp; label)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertItems" fullname="QListWidget::insertItems" href="qlistwidget.html#insertItems" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertItems(int row, const QStringList &amp; labels)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="labels" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addItem" fullname="QListWidget::addItem" href="qlistwidget.html#addItem" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addItem(const QString &amp; label)">
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addItem" fullname="QListWidget::addItem" href="qlistwidget.html#addItem-2" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addItem(QListWidgetItem * item)">
+ <parameter left="QListWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addItems" fullname="QListWidget::addItems" href="qlistwidget.html#addItems" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addItems(const QStringList &amp; labels)">
+ <parameter left="const QStringList &amp;" right="" name="labels" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeItem" fullname="QListWidget::takeItem" href="qlistwidget.html#takeItem" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QListWidgetItem *" signature="takeItem(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QListWidget::count" href="qlistwidget.html#count-prop" location="qlistwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="count" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentItem" fullname="QListWidget::currentItem" href="qlistwidget.html#currentItem" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QListWidgetItem *" signature="currentItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentItem" fullname="QListWidget::setCurrentItem" href="qlistwidget.html#setCurrentItem" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCurrentItem(QListWidgetItem * item)">
+ <parameter left="QListWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentItem" fullname="QListWidget::setCurrentItem" href="qlistwidget.html#setCurrentItem-2" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setCurrentItem(QListWidgetItem * item, QFlags&lt;QItemSelectionModel::SelectionFlag&gt; command)">
+ <parameter left="QListWidgetItem *" right="" name="item" default=""/>
+ <parameter left="QFlags&lt;QItemSelectionModel::SelectionFlag&gt;" right="" name="command" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentRow" fullname="QListWidget::currentRow" href="qlistwidget.html#currentRow-prop" location="qlistwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentRow" type="int" signature="currentRow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentRow" fullname="QListWidget::setCurrentRow" href="qlistwidget.html#currentRow-prop" location="qlistwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="currentRow" type="void" signature="setCurrentRow(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentRow" fullname="QListWidget::setCurrentRow" href="qlistwidget.html#currentRow-prop" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" associated-property="currentRow" type="void" signature="setCurrentRow(int row, QFlags&lt;QItemSelectionModel::SelectionFlag&gt; command)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="QFlags&lt;QItemSelectionModel::SelectionFlag&gt;" right="" name="command" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAt" fullname="QListWidget::itemAt" href="qlistwidget.html#itemAt" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QListWidgetItem *" signature="itemAt(const QPoint &amp; p) const">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAt" fullname="QListWidget::itemAt" href="qlistwidget.html#itemAt-2" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QListWidgetItem *" signature="itemAt(int x, int y) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="visualItemRect" fullname="QListWidget::visualItemRect" href="qlistwidget.html#visualItemRect" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="visualItemRect(const QListWidgetItem * item) const">
+ <parameter left="const QListWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortItems" fullname="QListWidget::sortItems" href="qlistwidget.html#sortItems" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="sortItems(Qt::SortOrder order)">
+ <parameter left="Qt::SortOrder" right="" name="order" default="Qt::AscendingOrder"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSortingEnabled" fullname="QListWidget::setSortingEnabled" href="qlistwidget.html#sortingEnabled-prop" location="qlistwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="sortingEnabled" type="void" signature="setSortingEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSortingEnabled" fullname="QListWidget::isSortingEnabled" href="qlistwidget.html#sortingEnabled-prop" location="qlistwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sortingEnabled" type="bool" signature="isSortingEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="editItem" fullname="QListWidget::editItem" href="qlistwidget.html#editItem" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="editItem(QListWidgetItem * item)">
+ <parameter left="QListWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="openPersistentEditor" fullname="QListWidget::openPersistentEditor" href="qlistwidget.html#openPersistentEditor" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="openPersistentEditor(QListWidgetItem * item)">
+ <parameter left="QListWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="closePersistentEditor" fullname="QListWidget::closePersistentEditor" href="qlistwidget.html#closePersistentEditor" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="closePersistentEditor(QListWidgetItem * item)">
+ <parameter left="QListWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemWidget" fullname="QListWidget::itemWidget" href="qlistwidget.html#itemWidget" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="itemWidget(QListWidgetItem * item) const">
+ <parameter left="QListWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemWidget" fullname="QListWidget::setItemWidget" href="qlistwidget.html#setItemWidget" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemWidget(QListWidgetItem * item, QWidget * widget)">
+ <parameter left="QListWidgetItem *" right="" name="item" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeItemWidget" fullname="QListWidget::removeItemWidget" href="qlistwidget.html#removeItemWidget" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeItemWidget(QListWidgetItem * item)">
+ <parameter left="QListWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="isItemSelected" fullname="QListWidget::isItemSelected" href="qlistwidget-obsolete.html#isItemSelected" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isItemSelected(const QListWidgetItem * item) const">
+ <parameter left="const QListWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setItemSelected" fullname="QListWidget::setItemSelected" href="qlistwidget-obsolete.html#setItemSelected" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemSelected(const QListWidgetItem * item, bool select)">
+ <parameter left="const QListWidgetItem *" right="" name="item" default=""/>
+ <parameter left="bool" right="" name="select" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedItems" fullname="QListWidget::selectedItems" href="qlistwidget.html#selectedItems" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QListWidgetItem *&gt;" signature="selectedItems() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findItems" fullname="QListWidget::findItems" href="qlistwidget.html#findItems" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QListWidgetItem *&gt;" signature="findItems(const QString &amp; text, QFlags&lt;Qt::MatchFlag&gt; flags) const">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QFlags&lt;Qt::MatchFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="isItemHidden" fullname="QListWidget::isItemHidden" href="qlistwidget-obsolete.html#isItemHidden" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isItemHidden(const QListWidgetItem * item) const">
+ <parameter left="const QListWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setItemHidden" fullname="QListWidget::setItemHidden" href="qlistwidget-obsolete.html#setItemHidden" location="qlistwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemHidden(const QListWidgetItem * item, bool hide)">
+ <parameter left="const QListWidgetItem *" right="" name="item" default=""/>
+ <parameter left="bool" right="" name="hide" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dropEvent" fullname="QListWidget::dropEvent" href="qlistwidget.html#dropEvent" location="qlistwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dropEvent(QDropEvent * event)">
+ <parameter left="QDropEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scrollToItem" fullname="QListWidget::scrollToItem" href="qlistwidget.html#scrollToItem" location="qlistwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="scrollToItem(const QListWidgetItem * item, QAbstractItemView::ScrollHint hint)">
+ <parameter left="const QListWidgetItem *" right="" name="item" default=""/>
+ <parameter left="QAbstractItemView::ScrollHint" right="" name="hint" default="EnsureVisible"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QListWidget::clear" href="qlistwidget.html#clear" location="qlistwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemPressed" fullname="QListWidget::itemPressed" href="qlistwidget.html#itemPressed" location="qlistwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemPressed(QListWidgetItem * item)">
+ <parameter left="QListWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemClicked" fullname="QListWidget::itemClicked" href="qlistwidget.html#itemClicked" location="qlistwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemClicked(QListWidgetItem * item)">
+ <parameter left="QListWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemDoubleClicked" fullname="QListWidget::itemDoubleClicked" href="qlistwidget.html#itemDoubleClicked" location="qlistwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemDoubleClicked(QListWidgetItem * item)">
+ <parameter left="QListWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemActivated" fullname="QListWidget::itemActivated" href="qlistwidget.html#itemActivated" location="qlistwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemActivated(QListWidgetItem * item)">
+ <parameter left="QListWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemEntered" fullname="QListWidget::itemEntered" href="qlistwidget.html#itemEntered" location="qlistwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemEntered(QListWidgetItem * item)">
+ <parameter left="QListWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemChanged" fullname="QListWidget::itemChanged" href="qlistwidget.html#itemChanged" location="qlistwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemChanged(QListWidgetItem * item)">
+ <parameter left="QListWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentItemChanged" fullname="QListWidget::currentItemChanged" href="qlistwidget.html#currentItemChanged" location="qlistwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentItemChanged(QListWidgetItem * current, QListWidgetItem * previous)">
+ <parameter left="QListWidgetItem *" right="" name="current" default=""/>
+ <parameter left="QListWidgetItem *" right="" name="previous" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentTextChanged" fullname="QListWidget::currentTextChanged" href="qlistwidget.html#currentTextChanged" location="qlistwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentTextChanged(const QString &amp; currentText)">
+ <parameter left="const QString &amp;" right="" name="currentText" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentRowChanged" fullname="QListWidget::currentRowChanged" href="qlistwidget.html#currentRowChanged" location="qlistwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentRowChanged(int currentRow)">
+ <parameter left="int" right="" name="currentRow" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemSelectionChanged" fullname="QListWidget::itemSelectionChanged" href="qlistwidget.html#itemSelectionChanged" location="qlistwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemSelectionChanged()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QListWidget::event" href="qlistwidget.html#event" location="qlistwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mimeTypes" fullname="QListWidget::mimeTypes" href="qlistwidget.html#mimeTypes" location="qlistwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="mimeTypes() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mimeData" fullname="QListWidget::mimeData" href="qlistwidget.html#mimeData" location="qlistwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QMimeData *" signature="mimeData(const QList&lt;QListWidgetItem *&gt; items) const">
+ <parameter left="const QList&lt;QListWidgetItem *&gt;" right="" name="items" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dropMimeData" fullname="QListWidget::dropMimeData" href="qlistwidget.html#dropMimeData" location="qlistwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="dropMimeData(int index, const QMimeData * data, Qt::DropAction action)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QMimeData *" right="" name="data" default=""/>
+ <parameter left="Qt::DropAction" right="" name="action" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="supportedDropActions" fullname="QListWidget::supportedDropActions" href="qlistwidget.html#supportedDropActions" location="qlistwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::DropActions" signature="supportedDropActions() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="items" fullname="QListWidget::items" href="qlistwidget.html#items" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QListWidgetItem *&gt;" signature="items(const QMimeData * data) const">
+ <parameter left="const QMimeData *" right="" name="data" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="indexFromItem" fullname="QListWidget::indexFromItem" href="qlistwidget.html#indexFromItem" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="indexFromItem(QListWidgetItem * item) const">
+ <parameter left="QListWidgetItem *" right="" name="item" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="itemFromIndex" fullname="QListWidget::itemFromIndex" href="qlistwidget.html#itemFromIndex" location="qlistwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QListWidgetItem *" signature="itemFromIndex(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3VGroupBox" href="q3vgroupbox.html" location="q3vgroupbox.h" bases="Q3GroupBox" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3VGroupBox" fullname="Q3VGroupBox::Q3VGroupBox" href="q3vgroupbox.html#Q3VGroupBox" location="q3vgroupbox.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3VGroupBox(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3VGroupBox" fullname="Q3VGroupBox::Q3VGroupBox" href="q3vgroupbox.html#Q3VGroupBox-2" location="q3vgroupbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3VGroupBox(const QString &amp; title, QWidget * parent, const char * name)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3VGroupBox" fullname="Q3VGroupBox::~Q3VGroupBox" href="q3vgroupbox.html#dtor.Q3VGroupBox" location="q3vgroupbox.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3VGroupBox()"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QCryptographicHash" href="qcryptographichash.html" location="qcryptographichash.h" bases="" module="QtCore">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Algorithm" fullname="QCryptographicHash::Algorithm" href="qcryptographichash.html#Algorithm-enum" location="qcryptographichash.h">
+ <value name="Md4" value="0"/>
+ <value name="Md5" value="1"/>
+ <value name="Sha1" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCryptographicHash" fullname="QCryptographicHash::QCryptographicHash" href="qcryptographichash.html#QCryptographicHash" location="qcryptographichash.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QCryptographicHash(Algorithm method)">
+ <parameter left="Algorithm" right="" name="method" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QCryptographicHash" fullname="QCryptographicHash::~QCryptographicHash" href="qcryptographichash.html#dtor.QCryptographicHash" location="qcryptographichash.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QCryptographicHash()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="QCryptographicHash::reset" href="qcryptographichash.html#reset" location="qcryptographichash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addData" fullname="QCryptographicHash::addData" href="qcryptographichash.html#addData" location="qcryptographichash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addData(const char * data, int length)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ <parameter left="int" right="" name="length" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addData" fullname="QCryptographicHash::addData" href="qcryptographichash.html#addData-2" location="qcryptographichash.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addData(const QByteArray &amp; data)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="result" fullname="QCryptographicHash::result" href="qcryptographichash.html#result" location="qcryptographichash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="result() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hash" fullname="QCryptographicHash::hash" href="qcryptographichash.html#hash" location="qcryptographichash.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QByteArray" signature="hash(const QByteArray &amp; data, Algorithm method)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ <parameter left="Algorithm" right="" name="method" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAbstractExtensionFactory" href="qabstractextensionfactory.html" location="extension.h" bases="" module="QtDesigner">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractExtensionFactory" fullname="QAbstractExtensionFactory::~QAbstractExtensionFactory" href="qabstractextensionfactory.html#dtor.QAbstractExtensionFactory" location="extension.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractExtensionFactory()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="extension" fullname="QAbstractExtensionFactory::extension" href="qabstractextensionfactory.html#extension" location="extension.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QObject *" signature="extension(QObject * object, const QString &amp; iid) const">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="const QString &amp;" right="" name="iid" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAbstractExtensionManager" href="qabstractextensionmanager.html" location="extension.h" bases="" module="QtDesigner">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractExtensionManager" fullname="QAbstractExtensionManager::~QAbstractExtensionManager" href="qabstractextensionmanager.html#dtor.QAbstractExtensionManager" location="extension.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractExtensionManager()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="registerExtensions" fullname="QAbstractExtensionManager::registerExtensions" href="qabstractextensionmanager.html#registerExtensions" location="extension.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="registerExtensions(QAbstractExtensionFactory * factory, const QString &amp; iid)">
+ <parameter left="QAbstractExtensionFactory *" right="" name="factory" default=""/>
+ <parameter left="const QString &amp;" right="" name="iid" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unregisterExtensions" fullname="QAbstractExtensionManager::unregisterExtensions" href="qabstractextensionmanager.html#unregisterExtensions" location="extension.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="unregisterExtensions(QAbstractExtensionFactory * factory, const QString &amp; iid)">
+ <parameter left="QAbstractExtensionFactory *" right="" name="factory" default=""/>
+ <parameter left="const QString &amp;" right="" name="iid" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="extension" fullname="QAbstractExtensionManager::extension" href="qabstractextensionmanager.html#extension" location="extension.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QObject *" signature="extension(QObject * object, const QString &amp; iid) const">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="const QString &amp;" right="" name="iid" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qt_extension" href="qextensionmanager.html#qt_extension" location="extension.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QExtensionManager" type="T" signature="qt_extension(QAbstractExtensionManager * manager, QObject * object)">
+ <parameter left="QAbstractExtensionManager *" right="" name="manager" default=""/>
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qFromLittleEndian" href="qtendian.html#qFromLittleEndian" location="qendian.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtEndian&gt;" type="T" signature="qFromLittleEndian(const uchar * src)">
+ <parameter left="const uchar *" right="" name="src" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qFromBigEndian" href="qtendian.html#qFromBigEndian" location="qendian.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtEndian&gt;" type="T" signature="qFromBigEndian(const uchar * src)">
+ <parameter left="const uchar *" right="" name="src" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qToBigEndian" href="qtendian.html#qToBigEndian-2" location="qendian.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="&lt;QtEndian&gt;" type="T" signature="qToBigEndian(T src)">
+ <parameter left="T" right="" name="src" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qFromBigEndian" href="qtendian.html#qFromBigEndian-2" location="qendian.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="&lt;QtEndian&gt;" type="T" signature="qFromBigEndian(T src)">
+ <parameter left="T" right="" name="src" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qToLittleEndian" href="qtendian.html#qToLittleEndian-2" location="qendian.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="&lt;QtEndian&gt;" type="T" signature="qToLittleEndian(T src)">
+ <parameter left="T" right="" name="src" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qFromLittleEndian" href="qtendian.html#qFromLittleEndian-2" location="qendian.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="&lt;QtEndian&gt;" type="T" signature="qFromLittleEndian(T src)">
+ <parameter left="T" right="" name="src" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qToBigEndian" href="qtendian.html#qToBigEndian" location="qendian.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtEndian&gt;" type="void" signature="qToBigEndian(T src, uchar * dest)">
+ <parameter left="T" right="" name="src" default=""/>
+ <parameter left="uchar *" right="" name="dest" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qToLittleEndian" href="qtendian.html#qToLittleEndian" location="qendian.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtEndian&gt;" type="void" signature="qToLittleEndian(T src, uchar * dest)">
+ <parameter left="T" right="" name="src" default=""/>
+ <parameter left="uchar *" right="" name="dest" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3SqlPropertyMap" href="q3sqlpropertymap.html" location="q3sqlpropertymap.h" bases="" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3SqlPropertyMap" fullname="Q3SqlPropertyMap::Q3SqlPropertyMap" href="q3sqlpropertymap.html#Q3SqlPropertyMap" location="q3sqlpropertymap.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3SqlPropertyMap()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3SqlPropertyMap" fullname="Q3SqlPropertyMap::~Q3SqlPropertyMap" href="q3sqlpropertymap.html#dtor.Q3SqlPropertyMap" location="q3sqlpropertymap.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3SqlPropertyMap()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="property" fullname="Q3SqlPropertyMap::property" href="q3sqlpropertymap.html#property" location="q3sqlpropertymap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVariant" signature="property(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProperty" fullname="Q3SqlPropertyMap::setProperty" href="q3sqlpropertymap.html#setProperty" location="q3sqlpropertymap.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setProperty(QWidget * widget, const QVariant &amp; value)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="Q3SqlPropertyMap::insert" href="q3sqlpropertymap.html#insert" location="q3sqlpropertymap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insert(const QString &amp; classname, const QString &amp; property)">
+ <parameter left="const QString &amp;" right="" name="classname" default=""/>
+ <parameter left="const QString &amp;" right="" name="property" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="Q3SqlPropertyMap::remove" href="q3sqlpropertymap.html#remove" location="q3sqlpropertymap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="remove(const QString &amp; classname)">
+ <parameter left="const QString &amp;" right="" name="classname" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultMap" fullname="Q3SqlPropertyMap::defaultMap" href="q3sqlpropertymap.html#defaultMap" location="q3sqlpropertymap.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="Q3SqlPropertyMap *" signature="defaultMap()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="installDefaultMap" fullname="Q3SqlPropertyMap::installDefaultMap" href="q3sqlpropertymap.html#installDefaultMap" location="q3sqlpropertymap.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="installDefaultMap(Q3SqlPropertyMap * map)">
+ <parameter left="Q3SqlPropertyMap *" right="" name="map" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QFormLayout" href="qformlayout.html" location="qformlayout.h" bases="QLayout" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="fieldGrowthPolicy" fullname="QFormLayout::fieldGrowthPolicy" href="qformlayout.html#fieldGrowthPolicy-prop" location="qformlayout.h" type="FieldGrowthPolicy">
+ <getter name="fieldGrowthPolicy"/>
+ <setter name="setFieldGrowthPolicy"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="rowWrapPolicy" fullname="QFormLayout::rowWrapPolicy" href="qformlayout.html#rowWrapPolicy-prop" location="qformlayout.h" type="RowWrapPolicy">
+ <getter name="rowWrapPolicy"/>
+ <setter name="setRowWrapPolicy"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="labelAlignment" fullname="QFormLayout::labelAlignment" href="qformlayout.html#labelAlignment-prop" location="qformlayout.h" type="Qt::Alignment">
+ <getter name="labelAlignment"/>
+ <setter name="setLabelAlignment"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="formAlignment" fullname="QFormLayout::formAlignment" href="qformlayout.html#formAlignment-prop" location="qformlayout.h" type="Qt::Alignment">
+ <getter name="formAlignment"/>
+ <setter name="setFormAlignment"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="horizontalSpacing" fullname="QFormLayout::horizontalSpacing" href="qformlayout.html#horizontalSpacing-prop" location="qformlayout.h" type="int">
+ <getter name="horizontalSpacing"/>
+ <setter name="setHorizontalSpacing"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="verticalSpacing" fullname="QFormLayout::verticalSpacing" href="qformlayout.html#verticalSpacing-prop" location="qformlayout.h" type="int">
+ <getter name="verticalSpacing"/>
+ <setter name="setVerticalSpacing"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FieldGrowthPolicy" fullname="QFormLayout::FieldGrowthPolicy" href="qformlayout.html#FieldGrowthPolicy-enum" location="qformlayout.h">
+ <value name="FieldsStayAtSizeHint" value="0"/>
+ <value name="ExpandingFieldsGrow" value="1"/>
+ <value name="AllNonFixedFieldsGrow" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="RowWrapPolicy" fullname="QFormLayout::RowWrapPolicy" href="qformlayout.html#RowWrapPolicy-enum" location="qformlayout.h">
+ <value name="DontWrapRows" value="0"/>
+ <value name="WrapLongRows" value="1"/>
+ <value name="WrapAllRows" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ItemRole" fullname="QFormLayout::ItemRole" href="qformlayout.html#ItemRole-enum" location="qformlayout.h">
+ <value name="LabelRole" value="0"/>
+ <value name="FieldRole" value="1"/>
+ <value name="SpanningRole" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFormLayout" fullname="QFormLayout::QFormLayout" href="qformlayout.html#QFormLayout" location="qformlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFormLayout(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFormLayout" fullname="QFormLayout::~QFormLayout" href="qformlayout.html#dtor.QFormLayout" location="qformlayout.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFormLayout()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFieldGrowthPolicy" fullname="QFormLayout::setFieldGrowthPolicy" href="qformlayout.html#fieldGrowthPolicy-prop" location="qformlayout.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="fieldGrowthPolicy" type="void" signature="setFieldGrowthPolicy(FieldGrowthPolicy policy)">
+ <parameter left="FieldGrowthPolicy" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fieldGrowthPolicy" fullname="QFormLayout::fieldGrowthPolicy" href="qformlayout.html#fieldGrowthPolicy-prop" location="qformlayout.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="fieldGrowthPolicy" type="FieldGrowthPolicy" signature="fieldGrowthPolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRowWrapPolicy" fullname="QFormLayout::setRowWrapPolicy" href="qformlayout.html#rowWrapPolicy-prop" location="qformlayout.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="rowWrapPolicy" type="void" signature="setRowWrapPolicy(RowWrapPolicy policy)">
+ <parameter left="RowWrapPolicy" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowWrapPolicy" fullname="QFormLayout::rowWrapPolicy" href="qformlayout.html#rowWrapPolicy-prop" location="qformlayout.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="rowWrapPolicy" type="RowWrapPolicy" signature="rowWrapPolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLabelAlignment" fullname="QFormLayout::setLabelAlignment" href="qformlayout.html#labelAlignment-prop" location="qformlayout.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="labelAlignment" type="void" signature="setLabelAlignment(QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="labelAlignment" fullname="QFormLayout::labelAlignment" href="qformlayout.html#labelAlignment-prop" location="qformlayout.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="labelAlignment" type="Qt::Alignment" signature="labelAlignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFormAlignment" fullname="QFormLayout::setFormAlignment" href="qformlayout.html#formAlignment-prop" location="qformlayout.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="formAlignment" type="void" signature="setFormAlignment(QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="formAlignment" fullname="QFormLayout::formAlignment" href="qformlayout.html#formAlignment-prop" location="qformlayout.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="formAlignment" type="Qt::Alignment" signature="formAlignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHorizontalSpacing" fullname="QFormLayout::setHorizontalSpacing" href="qformlayout.html#horizontalSpacing-prop" location="qformlayout.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="horizontalSpacing" type="void" signature="setHorizontalSpacing(int spacing)">
+ <parameter left="int" right="" name="spacing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="horizontalSpacing" fullname="QFormLayout::horizontalSpacing" href="qformlayout.html#horizontalSpacing-prop" location="qformlayout.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="horizontalSpacing" type="int" signature="horizontalSpacing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVerticalSpacing" fullname="QFormLayout::setVerticalSpacing" href="qformlayout.html#verticalSpacing-prop" location="qformlayout.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="verticalSpacing" type="void" signature="setVerticalSpacing(int spacing)">
+ <parameter left="int" right="" name="spacing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="verticalSpacing" fullname="QFormLayout::verticalSpacing" href="qformlayout.html#verticalSpacing-prop" location="qformlayout.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="verticalSpacing" type="int" signature="verticalSpacing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="spacing" fullname="QFormLayout::spacing" href="qformlayout.html#spacing" location="qformlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="spacing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSpacing" fullname="QFormLayout::setSpacing" href="qformlayout.html#setSpacing" location="qformlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSpacing(int spacing)">
+ <parameter left="int" right="" name="spacing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addRow" fullname="QFormLayout::addRow" href="qformlayout.html#addRow" location="qformlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addRow(QWidget * label, QWidget * field)">
+ <parameter left="QWidget *" right="" name="label" default=""/>
+ <parameter left="QWidget *" right="" name="field" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addRow" fullname="QFormLayout::addRow" href="qformlayout.html#addRow-2" location="qformlayout.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addRow(QWidget * label, QLayout * field)">
+ <parameter left="QWidget *" right="" name="label" default=""/>
+ <parameter left="QLayout *" right="" name="field" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addRow" fullname="QFormLayout::addRow" href="qformlayout.html#addRow-3" location="qformlayout.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="addRow(const QString &amp; labelText, QWidget * field)">
+ <parameter left="const QString &amp;" right="" name="labelText" default=""/>
+ <parameter left="QWidget *" right="" name="field" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addRow" fullname="QFormLayout::addRow" href="qformlayout.html#addRow-4" location="qformlayout.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="addRow(const QString &amp; labelText, QLayout * field)">
+ <parameter left="const QString &amp;" right="" name="labelText" default=""/>
+ <parameter left="QLayout *" right="" name="field" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addRow" fullname="QFormLayout::addRow" href="qformlayout.html#addRow-5" location="qformlayout.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="addRow(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addRow" fullname="QFormLayout::addRow" href="qformlayout.html#addRow-6" location="qformlayout.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="void" signature="addRow(QLayout * layout)">
+ <parameter left="QLayout *" right="" name="layout" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertRow" fullname="QFormLayout::insertRow" href="qformlayout.html#insertRow" location="qformlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertRow(int row, QWidget * label, QWidget * field)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="QWidget *" right="" name="label" default=""/>
+ <parameter left="QWidget *" right="" name="field" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertRow" fullname="QFormLayout::insertRow" href="qformlayout.html#insertRow-2" location="qformlayout.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="insertRow(int row, QWidget * label, QLayout * field)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="QWidget *" right="" name="label" default=""/>
+ <parameter left="QLayout *" right="" name="field" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertRow" fullname="QFormLayout::insertRow" href="qformlayout.html#insertRow-3" location="qformlayout.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="insertRow(int row, const QString &amp; labelText, QWidget * field)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="const QString &amp;" right="" name="labelText" default=""/>
+ <parameter left="QWidget *" right="" name="field" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertRow" fullname="QFormLayout::insertRow" href="qformlayout.html#insertRow-4" location="qformlayout.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="insertRow(int row, const QString &amp; labelText, QLayout * field)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="const QString &amp;" right="" name="labelText" default=""/>
+ <parameter left="QLayout *" right="" name="field" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertRow" fullname="QFormLayout::insertRow" href="qformlayout.html#insertRow-5" location="qformlayout.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="insertRow(int row, QWidget * widget)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertRow" fullname="QFormLayout::insertRow" href="qformlayout.html#insertRow-6" location="qformlayout.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="void" signature="insertRow(int row, QLayout * layout)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="QLayout *" right="" name="layout" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItem" fullname="QFormLayout::setItem" href="qformlayout.html#setItem" location="qformlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItem(int row, ItemRole role, QLayoutItem * item)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="ItemRole" right="" name="role" default=""/>
+ <parameter left="QLayoutItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidget" fullname="QFormLayout::setWidget" href="qformlayout.html#setWidget" location="qformlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWidget(int row, ItemRole role, QWidget * widget)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="ItemRole" right="" name="role" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLayout" fullname="QFormLayout::setLayout" href="qformlayout.html#setLayout" location="qformlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLayout(int row, ItemRole role, QLayout * layout)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="ItemRole" right="" name="role" default=""/>
+ <parameter left="QLayout *" right="" name="layout" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAt" fullname="QFormLayout::itemAt" href="qformlayout.html#itemAt" location="qformlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QLayoutItem *" signature="itemAt(int row, ItemRole role) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="ItemRole" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getItemPosition" fullname="QFormLayout::getItemPosition" href="qformlayout.html#getItemPosition" location="qformlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="getItemPosition(int index, int * rowPtr, ItemRole * rolePtr) const">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int *" right="" name="rowPtr" default=""/>
+ <parameter left="ItemRole *" right="" name="rolePtr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getWidgetPosition" fullname="QFormLayout::getWidgetPosition" href="qformlayout.html#getWidgetPosition" location="qformlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="getWidgetPosition(QWidget * widget, int * rowPtr, ItemRole * rolePtr) const">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="int *" right="" name="rowPtr" default=""/>
+ <parameter left="ItemRole *" right="" name="rolePtr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getLayoutPosition" fullname="QFormLayout::getLayoutPosition" href="qformlayout.html#getLayoutPosition" location="qformlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="getLayoutPosition(QLayout * layout, int * rowPtr, ItemRole * rolePtr) const">
+ <parameter left="QLayout *" right="" name="layout" default=""/>
+ <parameter left="int *" right="" name="rowPtr" default=""/>
+ <parameter left="ItemRole *" right="" name="rolePtr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="labelForField" fullname="QFormLayout::labelForField" href="qformlayout.html#labelForField" location="qformlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="labelForField(QWidget * field) const">
+ <parameter left="QWidget *" right="" name="field" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="labelForField" fullname="QFormLayout::labelForField" href="qformlayout.html#labelForField-2" location="qformlayout.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QWidget *" signature="labelForField(QLayout * field) const">
+ <parameter left="QLayout *" right="" name="field" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addItem" fullname="QFormLayout::addItem" href="qformlayout.html#addItem" location="qformlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="addItem(QLayoutItem * item)">
+ <parameter left="QLayoutItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAt" fullname="QFormLayout::itemAt" href="qformlayout.html#itemAt-2" location="qformlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QLayoutItem *" signature="itemAt(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeAt" fullname="QFormLayout::takeAt" href="qformlayout.html#takeAt" location="qformlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QLayoutItem *" signature="takeAt(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGeometry" fullname="QFormLayout::setGeometry" href="qformlayout.html#setGeometry" location="qformlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setGeometry(const QRect &amp; rect)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSize" fullname="QFormLayout::minimumSize" href="qformlayout.html#minimumSize" location="qformlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QFormLayout::sizeHint" href="qformlayout.html#sizeHint" location="qformlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invalidate" fullname="QFormLayout::invalidate" href="qformlayout.html#invalidate" location="qformlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="invalidate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasHeightForWidth" fullname="QFormLayout::hasHeightForWidth" href="qformlayout.html#hasHeightForWidth" location="qformlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasHeightForWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="heightForWidth" fullname="QFormLayout::heightForWidth" href="qformlayout.html#heightForWidth" location="qformlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="heightForWidth(int width) const">
+ <parameter left="int" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expandingDirections" fullname="QFormLayout::expandingDirections" href="qformlayout.html#expandingDirections" location="qformlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::Orientations" signature="expandingDirections() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QFormLayout::count" href="qformlayout.html#count" location="qformlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowCount" fullname="QFormLayout::rowCount" href="qformlayout.html#rowCount" location="qformlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="rowCount() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSystemLocale" href="qsystemlocale.html" location="qlocale.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSystemLocale" fullname="QSystemLocale::QSystemLocale" href="qsystemlocale.html#QSystemLocale" location="qlocale.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSystemLocale()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSystemLocale" fullname="QSystemLocale::~QSystemLocale" href="qsystemlocale.html#dtor.QSystemLocale" location="qlocale.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSystemLocale()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="QueryType" fullname="QSystemLocale::QueryType" href="qsystemlocale.html#QueryType-enum" location="qlocale.h">
+ <value name="LanguageId" value="0"/>
+ <value name="CountryId" value="1"/>
+ <value name="DecimalPoint" value="2"/>
+ <value name="GroupSeparator" value="3"/>
+ <value name="ZeroDigit" value="4"/>
+ <value name="NegativeSign" value="5"/>
+ <value name="DateFormatLong" value="6"/>
+ <value name="DateFormatShort" value="7"/>
+ <value name="TimeFormatLong" value="8"/>
+ <value name="TimeFormatShort" value="9"/>
+ <value name="DayNameLong" value="10"/>
+ <value name="DayNameShort" value="11"/>
+ <value name="MonthNameLong" value="12"/>
+ <value name="MonthNameShort" value="13"/>
+ <value name="DateToStringLong" value="14"/>
+ <value name="DateToStringShort" value="15"/>
+ <value name="TimeToStringLong" value="16"/>
+ <value name="TimeToStringShort" value="17"/>
+ <value name="DateTimeFormatLong" value="18"/>
+ <value name="DateTimeFormatShort" value="19"/>
+ <value name="DateTimeToStringLong" value="20"/>
+ <value name="DateTimeToStringShort" value="21"/>
+ <value name="MeasurementSystem" value="22"/>
+ <value name="PositiveSign" value="23"/>
+ <value name="AMText" value="24"/>
+ <value name="PMText" value="25"/>
+ </enum>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QLocale" href="qlocale.html" location="qlocale.h" bases="" module="QtCore">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Language" fullname="QLocale::Language" href="qlocale.html#Language-enum" location="qlocale.h">
+ <value name="C" value="1"/>
+ <value name="Abkhazian" value="2"/>
+ <value name="Afan" value="3"/>
+ <value name="Afar" value="4"/>
+ <value name="Afrikaans" value="5"/>
+ <value name="Albanian" value="6"/>
+ <value name="Amharic" value="7"/>
+ <value name="Arabic" value="8"/>
+ <value name="Armenian" value="9"/>
+ <value name="Assamese" value="10"/>
+ <value name="Aymara" value="11"/>
+ <value name="Azerbaijani" value="12"/>
+ <value name="Bashkir" value="13"/>
+ <value name="Basque" value="14"/>
+ <value name="Bengali" value="15"/>
+ <value name="Bhutani" value="16"/>
+ <value name="Bihari" value="17"/>
+ <value name="Bislama" value="18"/>
+ <value name="Breton" value="19"/>
+ <value name="Bulgarian" value="20"/>
+ <value name="Burmese" value="21"/>
+ <value name="Byelorussian" value="22"/>
+ <value name="Cambodian" value="23"/>
+ <value name="Catalan" value="24"/>
+ <value name="Chinese" value="25"/>
+ <value name="Corsican" value="26"/>
+ <value name="Croatian" value="27"/>
+ <value name="Czech" value="28"/>
+ <value name="Danish" value="29"/>
+ <value name="Dutch" value="30"/>
+ <value name="English" value="31"/>
+ <value name="Esperanto" value="32"/>
+ <value name="Estonian" value="33"/>
+ <value name="Faroese" value="34"/>
+ <value name="FijiLanguage" value="35"/>
+ <value name="Finnish" value="36"/>
+ <value name="French" value="37"/>
+ <value name="Frisian" value="38"/>
+ <value name="Gaelic" value="39"/>
+ <value name="Galician" value="40"/>
+ <value name="Georgian" value="41"/>
+ <value name="German" value="42"/>
+ <value name="Greek" value="43"/>
+ <value name="Greenlandic" value="44"/>
+ <value name="Guarani" value="45"/>
+ <value name="Gujarati" value="46"/>
+ <value name="Hausa" value="47"/>
+ <value name="Hebrew" value="48"/>
+ <value name="Hindi" value="49"/>
+ <value name="Hungarian" value="50"/>
+ <value name="Icelandic" value="51"/>
+ <value name="Indonesian" value="52"/>
+ <value name="Interlingua" value="53"/>
+ <value name="Interlingue" value="54"/>
+ <value name="Inuktitut" value="55"/>
+ <value name="Inupiak" value="56"/>
+ <value name="Irish" value="57"/>
+ <value name="Italian" value="58"/>
+ <value name="Japanese" value="59"/>
+ <value name="Javanese" value="60"/>
+ <value name="Kannada" value="61"/>
+ <value name="Kashmiri" value="62"/>
+ <value name="Kazakh" value="63"/>
+ <value name="Kinyarwanda" value="64"/>
+ <value name="Kirghiz" value="65"/>
+ <value name="Korean" value="66"/>
+ <value name="Kurdish" value="67"/>
+ <value name="Kurundi" value="68"/>
+ <value name="Laothian" value="69"/>
+ <value name="Latin" value="70"/>
+ <value name="Latvian" value="71"/>
+ <value name="Lingala" value="72"/>
+ <value name="Lithuanian" value="73"/>
+ <value name="Macedonian" value="74"/>
+ <value name="Malagasy" value="75"/>
+ <value name="Malay" value="76"/>
+ <value name="Malayalam" value="77"/>
+ <value name="Maltese" value="78"/>
+ <value name="Maori" value="79"/>
+ <value name="Marathi" value="80"/>
+ <value name="Moldavian" value="81"/>
+ <value name="Mongolian" value="82"/>
+ <value name="NauruLanguage" value="83"/>
+ <value name="Nepali" value="84"/>
+ <value name="Norwegian" value="85"/>
+ <value name="NorwegianBokmal" value="Norwegian"/>
+ <value name="Occitan" value="86"/>
+ <value name="Oriya" value="87"/>
+ <value name="Pashto" value="88"/>
+ <value name="Persian" value="89"/>
+ <value name="Polish" value="90"/>
+ <value name="Portuguese" value="91"/>
+ <value name="Punjabi" value="92"/>
+ <value name="Quechua" value="93"/>
+ <value name="RhaetoRomance" value="94"/>
+ <value name="Romanian" value="95"/>
+ <value name="Russian" value="96"/>
+ <value name="Samoan" value="97"/>
+ <value name="Sangho" value="98"/>
+ <value name="Sanskrit" value="99"/>
+ <value name="Serbian" value="100"/>
+ <value name="SerboCroatian" value="101"/>
+ <value name="Sesotho" value="102"/>
+ <value name="Setswana" value="103"/>
+ <value name="Shona" value="104"/>
+ <value name="Sindhi" value="105"/>
+ <value name="Singhalese" value="106"/>
+ <value name="Siswati" value="107"/>
+ <value name="Slovak" value="108"/>
+ <value name="Slovenian" value="109"/>
+ <value name="Somali" value="110"/>
+ <value name="Spanish" value="111"/>
+ <value name="Sundanese" value="112"/>
+ <value name="Swahili" value="113"/>
+ <value name="Swedish" value="114"/>
+ <value name="Tagalog" value="115"/>
+ <value name="Tajik" value="116"/>
+ <value name="Tamil" value="117"/>
+ <value name="Tatar" value="118"/>
+ <value name="Telugu" value="119"/>
+ <value name="Thai" value="120"/>
+ <value name="Tibetan" value="121"/>
+ <value name="Tigrinya" value="122"/>
+ <value name="TongaLanguage" value="123"/>
+ <value name="Tsonga" value="124"/>
+ <value name="Turkish" value="125"/>
+ <value name="Turkmen" value="126"/>
+ <value name="Twi" value="127"/>
+ <value name="Uigur" value="128"/>
+ <value name="Ukrainian" value="129"/>
+ <value name="Urdu" value="130"/>
+ <value name="Uzbek" value="131"/>
+ <value name="Vietnamese" value="132"/>
+ <value name="Volapuk" value="133"/>
+ <value name="Welsh" value="134"/>
+ <value name="Wolof" value="135"/>
+ <value name="Xhosa" value="136"/>
+ <value name="Yiddish" value="137"/>
+ <value name="Yoruba" value="138"/>
+ <value name="Zhuang" value="139"/>
+ <value name="Zulu" value="140"/>
+ <value name="NorwegianNynorsk" value="141"/>
+ <value name="Nynorsk" value="NorwegianNynorsk"/>
+ <value name="Bosnian" value="142"/>
+ <value name="Divehi" value="143"/>
+ <value name="Manx" value="144"/>
+ <value name="Cornish" value="145"/>
+ <value name="Akan" value="146"/>
+ <value name="Konkani" value="147"/>
+ <value name="Ga" value="148"/>
+ <value name="Igbo" value="149"/>
+ <value name="Kamba" value="150"/>
+ <value name="Syriac" value="151"/>
+ <value name="Blin" value="152"/>
+ <value name="Geez" value="153"/>
+ <value name="Koro" value="154"/>
+ <value name="Sidamo" value="155"/>
+ <value name="Atsam" value="156"/>
+ <value name="Tigre" value="157"/>
+ <value name="Jju" value="158"/>
+ <value name="Friulian" value="159"/>
+ <value name="Venda" value="160"/>
+ <value name="Ewe" value="161"/>
+ <value name="Walamo" value="162"/>
+ <value name="Hawaiian" value="163"/>
+ <value name="Tyap" value="164"/>
+ <value name="Chewa" value="165"/>
+ <value name="LastLanguage" value="Chewa"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Country" fullname="QLocale::Country" href="qlocale.html#Country-enum" location="qlocale.h">
+ <value name="AnyCountry" value="0"/>
+ <value name="Afghanistan" value="1"/>
+ <value name="Albania" value="2"/>
+ <value name="Algeria" value="3"/>
+ <value name="AmericanSamoa" value="4"/>
+ <value name="Andorra" value="5"/>
+ <value name="Angola" value="6"/>
+ <value name="Anguilla" value="7"/>
+ <value name="Antarctica" value="8"/>
+ <value name="AntiguaAndBarbuda" value="9"/>
+ <value name="Argentina" value="10"/>
+ <value name="Armenia" value="11"/>
+ <value name="Aruba" value="12"/>
+ <value name="Australia" value="13"/>
+ <value name="Austria" value="14"/>
+ <value name="Azerbaijan" value="15"/>
+ <value name="Bahamas" value="16"/>
+ <value name="Bahrain" value="17"/>
+ <value name="Bangladesh" value="18"/>
+ <value name="Barbados" value="19"/>
+ <value name="Belarus" value="20"/>
+ <value name="Belgium" value="21"/>
+ <value name="Belize" value="22"/>
+ <value name="Benin" value="23"/>
+ <value name="Bermuda" value="24"/>
+ <value name="Bhutan" value="25"/>
+ <value name="Bolivia" value="26"/>
+ <value name="BosniaAndHerzegowina" value="27"/>
+ <value name="Botswana" value="28"/>
+ <value name="BouvetIsland" value="29"/>
+ <value name="Brazil" value="30"/>
+ <value name="BritishIndianOceanTerritory" value="31"/>
+ <value name="BruneiDarussalam" value="32"/>
+ <value name="Bulgaria" value="33"/>
+ <value name="BurkinaFaso" value="34"/>
+ <value name="Burundi" value="35"/>
+ <value name="Cambodia" value="36"/>
+ <value name="Cameroon" value="37"/>
+ <value name="Canada" value="38"/>
+ <value name="CapeVerde" value="39"/>
+ <value name="CaymanIslands" value="40"/>
+ <value name="CentralAfricanRepublic" value="41"/>
+ <value name="Chad" value="42"/>
+ <value name="Chile" value="43"/>
+ <value name="China" value="44"/>
+ <value name="ChristmasIsland" value="45"/>
+ <value name="CocosIslands" value="46"/>
+ <value name="Colombia" value="47"/>
+ <value name="Comoros" value="48"/>
+ <value name="DemocraticRepublicOfCongo" value="49"/>
+ <value name="PeoplesRepublicOfCongo" value="50"/>
+ <value name="CookIslands" value="51"/>
+ <value name="CostaRica" value="52"/>
+ <value name="IvoryCoast" value="53"/>
+ <value name="Croatia" value="54"/>
+ <value name="Cuba" value="55"/>
+ <value name="Cyprus" value="56"/>
+ <value name="CzechRepublic" value="57"/>
+ <value name="Denmark" value="58"/>
+ <value name="Djibouti" value="59"/>
+ <value name="Dominica" value="60"/>
+ <value name="DominicanRepublic" value="61"/>
+ <value name="EastTimor" value="62"/>
+ <value name="Ecuador" value="63"/>
+ <value name="Egypt" value="64"/>
+ <value name="ElSalvador" value="65"/>
+ <value name="EquatorialGuinea" value="66"/>
+ <value name="Eritrea" value="67"/>
+ <value name="Estonia" value="68"/>
+ <value name="Ethiopia" value="69"/>
+ <value name="FalklandIslands" value="70"/>
+ <value name="FaroeIslands" value="71"/>
+ <value name="FijiCountry" value="72"/>
+ <value name="Finland" value="73"/>
+ <value name="France" value="74"/>
+ <value name="MetropolitanFrance" value="75"/>
+ <value name="FrenchGuiana" value="76"/>
+ <value name="FrenchPolynesia" value="77"/>
+ <value name="FrenchSouthernTerritories" value="78"/>
+ <value name="Gabon" value="79"/>
+ <value name="Gambia" value="80"/>
+ <value name="Georgia" value="81"/>
+ <value name="Germany" value="82"/>
+ <value name="Ghana" value="83"/>
+ <value name="Gibraltar" value="84"/>
+ <value name="Greece" value="85"/>
+ <value name="Greenland" value="86"/>
+ <value name="Grenada" value="87"/>
+ <value name="Guadeloupe" value="88"/>
+ <value name="Guam" value="89"/>
+ <value name="Guatemala" value="90"/>
+ <value name="Guinea" value="91"/>
+ <value name="GuineaBissau" value="92"/>
+ <value name="Guyana" value="93"/>
+ <value name="Haiti" value="94"/>
+ <value name="HeardAndMcDonaldIslands" value="95"/>
+ <value name="Honduras" value="96"/>
+ <value name="HongKong" value="97"/>
+ <value name="Hungary" value="98"/>
+ <value name="Iceland" value="99"/>
+ <value name="India" value="100"/>
+ <value name="Indonesia" value="101"/>
+ <value name="Iran" value="102"/>
+ <value name="Iraq" value="103"/>
+ <value name="Ireland" value="104"/>
+ <value name="Israel" value="105"/>
+ <value name="Italy" value="106"/>
+ <value name="Jamaica" value="107"/>
+ <value name="Japan" value="108"/>
+ <value name="Jordan" value="109"/>
+ <value name="Kazakhstan" value="110"/>
+ <value name="Kenya" value="111"/>
+ <value name="Kiribati" value="112"/>
+ <value name="DemocraticRepublicOfKorea" value="113"/>
+ <value name="RepublicOfKorea" value="114"/>
+ <value name="Kuwait" value="115"/>
+ <value name="Kyrgyzstan" value="116"/>
+ <value name="Lao" value="117"/>
+ <value name="Latvia" value="118"/>
+ <value name="Lebanon" value="119"/>
+ <value name="Lesotho" value="120"/>
+ <value name="Liberia" value="121"/>
+ <value name="LibyanArabJamahiriya" value="122"/>
+ <value name="Liechtenstein" value="123"/>
+ <value name="Lithuania" value="124"/>
+ <value name="Luxembourg" value="125"/>
+ <value name="Macau" value="126"/>
+ <value name="Macedonia" value="127"/>
+ <value name="Madagascar" value="128"/>
+ <value name="Malawi" value="129"/>
+ <value name="Malaysia" value="130"/>
+ <value name="Maldives" value="131"/>
+ <value name="Mali" value="132"/>
+ <value name="Malta" value="133"/>
+ <value name="MarshallIslands" value="134"/>
+ <value name="Martinique" value="135"/>
+ <value name="Mauritania" value="136"/>
+ <value name="Mauritius" value="137"/>
+ <value name="Mayotte" value="138"/>
+ <value name="Mexico" value="139"/>
+ <value name="Micronesia" value="140"/>
+ <value name="Moldova" value="141"/>
+ <value name="Monaco" value="142"/>
+ <value name="Mongolia" value="143"/>
+ <value name="Montserrat" value="144"/>
+ <value name="Morocco" value="145"/>
+ <value name="Mozambique" value="146"/>
+ <value name="Myanmar" value="147"/>
+ <value name="Namibia" value="148"/>
+ <value name="NauruCountry" value="149"/>
+ <value name="Nepal" value="150"/>
+ <value name="Netherlands" value="151"/>
+ <value name="NetherlandsAntilles" value="152"/>
+ <value name="NewCaledonia" value="153"/>
+ <value name="NewZealand" value="154"/>
+ <value name="Nicaragua" value="155"/>
+ <value name="Niger" value="156"/>
+ <value name="Nigeria" value="157"/>
+ <value name="Niue" value="158"/>
+ <value name="NorfolkIsland" value="159"/>
+ <value name="NorthernMarianaIslands" value="160"/>
+ <value name="Norway" value="161"/>
+ <value name="Oman" value="162"/>
+ <value name="Pakistan" value="163"/>
+ <value name="Palau" value="164"/>
+ <value name="PalestinianTerritory" value="165"/>
+ <value name="Panama" value="166"/>
+ <value name="PapuaNewGuinea" value="167"/>
+ <value name="Paraguay" value="168"/>
+ <value name="Peru" value="169"/>
+ <value name="Philippines" value="170"/>
+ <value name="Pitcairn" value="171"/>
+ <value name="Poland" value="172"/>
+ <value name="Portugal" value="173"/>
+ <value name="PuertoRico" value="174"/>
+ <value name="Qatar" value="175"/>
+ <value name="Reunion" value="176"/>
+ <value name="Romania" value="177"/>
+ <value name="RussianFederation" value="178"/>
+ <value name="Rwanda" value="179"/>
+ <value name="SaintKittsAndNevis" value="180"/>
+ <value name="StLucia" value="181"/>
+ <value name="StVincentAndTheGrenadines" value="182"/>
+ <value name="Samoa" value="183"/>
+ <value name="SanMarino" value="184"/>
+ <value name="SaoTomeAndPrincipe" value="185"/>
+ <value name="SaudiArabia" value="186"/>
+ <value name="Senegal" value="187"/>
+ <value name="Seychelles" value="188"/>
+ <value name="SierraLeone" value="189"/>
+ <value name="Singapore" value="190"/>
+ <value name="Slovakia" value="191"/>
+ <value name="Slovenia" value="192"/>
+ <value name="SolomonIslands" value="193"/>
+ <value name="Somalia" value="194"/>
+ <value name="SouthAfrica" value="195"/>
+ <value name="SouthGeorgiaAndTheSouthSandwichIslands" value="196"/>
+ <value name="Spain" value="197"/>
+ <value name="SriLanka" value="198"/>
+ <value name="StHelena" value="199"/>
+ <value name="StPierreAndMiquelon" value="200"/>
+ <value name="Sudan" value="201"/>
+ <value name="Suriname" value="202"/>
+ <value name="SvalbardAndJanMayenIslands" value="203"/>
+ <value name="Swaziland" value="204"/>
+ <value name="Sweden" value="205"/>
+ <value name="Switzerland" value="206"/>
+ <value name="SyrianArabRepublic" value="207"/>
+ <value name="Taiwan" value="208"/>
+ <value name="Tajikistan" value="209"/>
+ <value name="Tanzania" value="210"/>
+ <value name="Thailand" value="211"/>
+ <value name="Togo" value="212"/>
+ <value name="Tokelau" value="213"/>
+ <value name="TongaCountry" value="214"/>
+ <value name="TrinidadAndTobago" value="215"/>
+ <value name="Tunisia" value="216"/>
+ <value name="Turkey" value="217"/>
+ <value name="Turkmenistan" value="218"/>
+ <value name="TurksAndCaicosIslands" value="219"/>
+ <value name="Tuvalu" value="220"/>
+ <value name="Uganda" value="221"/>
+ <value name="Ukraine" value="222"/>
+ <value name="UnitedArabEmirates" value="223"/>
+ <value name="UnitedKingdom" value="224"/>
+ <value name="UnitedStates" value="225"/>
+ <value name="UnitedStatesMinorOutlyingIslands" value="226"/>
+ <value name="Uruguay" value="227"/>
+ <value name="Uzbekistan" value="228"/>
+ <value name="Vanuatu" value="229"/>
+ <value name="VaticanCityState" value="230"/>
+ <value name="Venezuela" value="231"/>
+ <value name="VietNam" value="232"/>
+ <value name="BritishVirginIslands" value="233"/>
+ <value name="USVirginIslands" value="234"/>
+ <value name="WallisAndFutunaIslands" value="235"/>
+ <value name="WesternSahara" value="236"/>
+ <value name="Yemen" value="237"/>
+ <value name="Yugoslavia" value="238"/>
+ <value name="Zambia" value="239"/>
+ <value name="Zimbabwe" value="240"/>
+ <value name="SerbiaAndMontenegro" value="241"/>
+ <value name="LastCountry" value="SerbiaAndMontenegro"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="MeasurementSystem" fullname="QLocale::MeasurementSystem" href="qlocale.html#MeasurementSystem-enum" location="qlocale.h">
+ <value name="MetricSystem" value="0"/>
+ <value name="ImperialSystem" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FormatType" fullname="QLocale::FormatType" href="qlocale.html#FormatType-enum" location="qlocale.h">
+ <value name="LongFormat" value="0"/>
+ <value name="ShortFormat" value="1"/>
+ <value name="NarrowFormat" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="NumberOption" fullname="QLocale::NumberOption" href="qlocale.html#NumberOption-enum" location="qlocale.h" typedef="QLocale::NumberOptions">
+ <value name="OmitGroupSeparator" value="0x01"/>
+ <value name="RejectGroupSeparator" value="0x02"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="NumberOptions" fullname="QLocale::NumberOptions" href="qlocale.html#NumberOptions-typedef" location="qlocale.h" enum="QLocale::NumberOption"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLocale" fullname="QLocale::QLocale" href="qlocale.html#QLocale" location="qlocale.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QLocale()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLocale" fullname="QLocale::QLocale" href="qlocale.html#QLocale-2" location="qlocale.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QLocale(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLocale" fullname="QLocale::QLocale" href="qlocale.html#QLocale-3" location="qlocale.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QLocale(Language language, Country country)">
+ <parameter left="Language" right="" name="language" default=""/>
+ <parameter left="Country" right="" name="country" default="AnyCountry"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLocale" fullname="QLocale::QLocale" href="qlocale.html#QLocale-4" location="qlocale.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QLocale(const QLocale &amp; other)">
+ <parameter left="const QLocale &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QLocale::operator=" href="qlocale.html#operator=" location="qlocale.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QLocale &amp;" signature="operator=(const QLocale &amp; other)">
+ <parameter left="const QLocale &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="language" fullname="QLocale::language" href="qlocale.html#language" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Language" signature="language() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="country" fullname="QLocale::country" href="qlocale.html#country" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Country" signature="country() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QLocale::name" href="qlocale.html#name" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toShort" fullname="QLocale::toShort" href="qlocale.html#toShort" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="short" signature="toShort(const QString &amp; s, bool * ok, int base) const">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="int" right="" name="base" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUShort" fullname="QLocale::toUShort" href="qlocale.html#toUShort" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ushort" signature="toUShort(const QString &amp; s, bool * ok, int base) const">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="int" right="" name="base" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toInt" fullname="QLocale::toInt" href="qlocale.html#toInt" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="toInt(const QString &amp; s, bool * ok, int base) const">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="int" right="" name="base" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUInt" fullname="QLocale::toUInt" href="qlocale.html#toUInt" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="toUInt(const QString &amp; s, bool * ok, int base) const">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="int" right="" name="base" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLongLong" fullname="QLocale::toLongLong" href="qlocale.html#toLongLong" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qlonglong" signature="toLongLong(const QString &amp; s, bool * ok, int base) const">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="int" right="" name="base" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toULongLong" fullname="QLocale::toULongLong" href="qlocale.html#toULongLong" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qlonglong" signature="toULongLong(const QString &amp; s, bool * ok, int base) const">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="int" right="" name="base" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFloat" fullname="QLocale::toFloat" href="qlocale.html#toFloat" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="float" signature="toFloat(const QString &amp; s, bool * ok) const">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toDouble" fullname="QLocale::toDouble" href="qlocale.html#toDouble" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="double" signature="toDouble(const QString &amp; s, bool * ok) const">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QLocale::toString" href="qlocale.html#toString" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString(qlonglong i) const">
+ <parameter left="qlonglong" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QLocale::toString" href="qlocale.html#toString-8" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="8" type="QString" signature="toString(qulonglong i) const">
+ <parameter left="qulonglong" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QLocale::toString" href="qlocale.html#toString-10" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="10" type="QString" signature="toString(short i) const">
+ <parameter left="short" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QLocale::toString" href="qlocale.html#toString-11" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="11" type="QString" signature="toString(ushort i) const">
+ <parameter left="ushort" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QLocale::toString" href="qlocale.html#toString-12" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="12" type="QString" signature="toString(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QLocale::toString" href="qlocale.html#toString-13" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="13" type="QString" signature="toString(uint i) const">
+ <parameter left="uint" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QLocale::toString" href="qlocale.html#toString-9" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="9" type="QString" signature="toString(double i, char f, int prec) const">
+ <parameter left="double" right="" name="i" default=""/>
+ <parameter left="char" right="" name="f" default="'g'"/>
+ <parameter left="int" right="" name="prec" default="6"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QLocale::toString" href="qlocale.html#toString-14" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="14" type="QString" signature="toString(float i, char f, int prec) const">
+ <parameter left="float" right="" name="i" default=""/>
+ <parameter left="char" right="" name="f" default="'g'"/>
+ <parameter left="int" right="" name="prec" default="6"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QLocale::toString" href="qlocale.html#toString-2" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QString" signature="toString(const QDate &amp; date, const QString &amp; format) const">
+ <parameter left="const QDate &amp;" right="" name="date" default=""/>
+ <parameter left="const QString &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QLocale::toString" href="qlocale.html#toString-3" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QString" signature="toString(const QDate &amp; date, FormatType format) const">
+ <parameter left="const QDate &amp;" right="" name="date" default=""/>
+ <parameter left="FormatType" right="" name="format" default="LongFormat"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QLocale::toString" href="qlocale.html#toString-4" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QString" signature="toString(const QTime &amp; time, const QString &amp; format) const">
+ <parameter left="const QTime &amp;" right="" name="time" default=""/>
+ <parameter left="const QString &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QLocale::toString" href="qlocale.html#toString-5" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="5" type="QString" signature="toString(const QTime &amp; time, FormatType format) const">
+ <parameter left="const QTime &amp;" right="" name="time" default=""/>
+ <parameter left="FormatType" right="" name="format" default="LongFormat"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QLocale::toString" href="qlocale.html#toString-6" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="6" type="QString" signature="toString(const QDateTime &amp; dateTime, FormatType format) const">
+ <parameter left="const QDateTime &amp;" right="" name="dateTime" default=""/>
+ <parameter left="FormatType" right="" name="format" default="LongFormat"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QLocale::toString" href="qlocale.html#toString-7" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="7" type="QString" signature="toString(const QDateTime &amp; dateTime, const QString &amp; format) const">
+ <parameter left="const QDateTime &amp;" right="" name="dateTime" default=""/>
+ <parameter left="const QString &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dateFormat" fullname="QLocale::dateFormat" href="qlocale.html#dateFormat" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="dateFormat(FormatType format) const">
+ <parameter left="FormatType" right="" name="format" default="LongFormat"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="timeFormat" fullname="QLocale::timeFormat" href="qlocale.html#timeFormat" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="timeFormat(FormatType format) const">
+ <parameter left="FormatType" right="" name="format" default="LongFormat"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dateTimeFormat" fullname="QLocale::dateTimeFormat" href="qlocale.html#dateTimeFormat" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="dateTimeFormat(FormatType format) const">
+ <parameter left="FormatType" right="" name="format" default="LongFormat"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toDate" fullname="QLocale::toDate" href="qlocale.html#toDate" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDate" signature="toDate(const QString &amp; string, FormatType format) const">
+ <parameter left="const QString &amp;" right="" name="string" default=""/>
+ <parameter left="FormatType" right="" name="format" default="LongFormat"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toTime" fullname="QLocale::toTime" href="qlocale.html#toTime" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTime" signature="toTime(const QString &amp; string, FormatType format) const">
+ <parameter left="const QString &amp;" right="" name="string" default=""/>
+ <parameter left="FormatType" right="" name="format" default="LongFormat"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toDateTime" fullname="QLocale::toDateTime" href="qlocale.html#toDateTime" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="toDateTime(const QString &amp; string, FormatType format) const">
+ <parameter left="const QString &amp;" right="" name="string" default=""/>
+ <parameter left="FormatType" right="" name="format" default="LongFormat"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toDate" fullname="QLocale::toDate" href="qlocale.html#toDate-2" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QDate" signature="toDate(const QString &amp; string, const QString &amp; format) const">
+ <parameter left="const QString &amp;" right="" name="string" default=""/>
+ <parameter left="const QString &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toTime" fullname="QLocale::toTime" href="qlocale.html#toTime-2" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QTime" signature="toTime(const QString &amp; string, const QString &amp; format) const">
+ <parameter left="const QString &amp;" right="" name="string" default=""/>
+ <parameter left="const QString &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toDateTime" fullname="QLocale::toDateTime" href="qlocale.html#toDateTime-2" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QDateTime" signature="toDateTime(const QString &amp; string, const QString &amp; format) const">
+ <parameter left="const QString &amp;" right="" name="string" default=""/>
+ <parameter left="const QString &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="decimalPoint" fullname="QLocale::decimalPoint" href="qlocale.html#decimalPoint" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QChar" signature="decimalPoint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="groupSeparator" fullname="QLocale::groupSeparator" href="qlocale.html#groupSeparator" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QChar" signature="groupSeparator() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="percent" fullname="QLocale::percent" href="qlocale.html#percent" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QChar" signature="percent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="zeroDigit" fullname="QLocale::zeroDigit" href="qlocale.html#zeroDigit" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QChar" signature="zeroDigit() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="negativeSign" fullname="QLocale::negativeSign" href="qlocale.html#negativeSign" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QChar" signature="negativeSign() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="positiveSign" fullname="QLocale::positiveSign" href="qlocale.html#positiveSign" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QChar" signature="positiveSign() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exponential" fullname="QLocale::exponential" href="qlocale.html#exponential" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QChar" signature="exponential() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="monthName" fullname="QLocale::monthName" href="qlocale.html#monthName" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="monthName(int month, FormatType type) const">
+ <parameter left="int" right="" name="month" default=""/>
+ <parameter left="FormatType" right="" name="type" default="LongFormat"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standaloneMonthName" fullname="QLocale::standaloneMonthName" href="qlocale.html#standaloneMonthName" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="standaloneMonthName(int month, FormatType type) const">
+ <parameter left="int" right="" name="month" default=""/>
+ <parameter left="FormatType" right="" name="type" default="LongFormat"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dayName" fullname="QLocale::dayName" href="qlocale.html#dayName" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="dayName(int day, FormatType type) const">
+ <parameter left="int" right="" name="day" default=""/>
+ <parameter left="FormatType" right="" name="type" default="LongFormat"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standaloneDayName" fullname="QLocale::standaloneDayName" href="qlocale.html#standaloneDayName" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="standaloneDayName(int day, FormatType type) const">
+ <parameter left="int" right="" name="day" default=""/>
+ <parameter left="FormatType" right="" name="type" default="LongFormat"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="amText" fullname="QLocale::amText" href="qlocale.html#amText" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="amText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pmText" fullname="QLocale::pmText" href="qlocale.html#pmText" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="pmText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="measurementSystem" fullname="QLocale::measurementSystem" href="qlocale.html#measurementSystem" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="MeasurementSystem" signature="measurementSystem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QLocale::operator==" href="qlocale.html#operator==" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QLocale &amp; other) const">
+ <parameter left="const QLocale &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QLocale::operator!=" href="qlocale.html#operator!=" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QLocale &amp; other) const">
+ <parameter left="const QLocale &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="languageToString" fullname="QLocale::languageToString" href="qlocale.html#languageToString" location="qlocale.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="languageToString(Language language)">
+ <parameter left="Language" right="" name="language" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="countryToString" fullname="QLocale::countryToString" href="qlocale.html#countryToString" location="qlocale.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="countryToString(Country country)">
+ <parameter left="Country" right="" name="country" default=""/>
+ </function>
+ <function access="public" threadsafety="non-reentrant" status="commendable" name="setDefault" fullname="QLocale::setDefault" href="qlocale.html#setDefault" location="qlocale.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setDefault(const QLocale &amp; locale)">
+ <parameter left="const QLocale &amp;" right="" name="locale" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="c" fullname="QLocale::c" href="qlocale.html#c" location="qlocale.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QLocale" signature="c()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="system" fullname="QLocale::system" href="qlocale.html#system" location="qlocale.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QLocale" signature="system()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="countriesForLanguage" fullname="QLocale::countriesForLanguage" href="qlocale.html#countriesForLanguage" location="qlocale.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;Country&gt;" signature="countriesForLanguage(Language language)">
+ <parameter left="Language" right="" name="language" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNumberOptions" fullname="QLocale::setNumberOptions" href="qlocale.html#setNumberOptions" location="qlocale.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNumberOptions(QFlags&lt;QLocale::NumberOption&gt; options)">
+ <parameter left="QFlags&lt;QLocale::NumberOption&gt;" right="" name="options" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numberOptions" fullname="QLocale::numberOptions" href="qlocale.html#numberOptions" location="qlocale.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="NumberOptions" signature="numberOptions() const"/>
+ <class access="public" threadsafety="unspecified" status="commendable" name="Data" fullname="QLocale::Data" href="qlocale-data.html" location="qlocale.h" bases="" module="QtCore">
+ <variable access="public" threadsafety="unspecified" status="commendable" name="index" fullname="QLocale::Data::index" href="qlocale-data.html#index-var" location="qlocale.h" type="quint16" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="numberOptions" fullname="QLocale::Data::numberOptions" href="qlocale-data.html#numberOptions-var" location="qlocale.h" type="quint16" static="false"/>
+ </class>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDesktopWidget" href="qdesktopwidget.html" location="qdesktopwidget.h" bases="QWidget" module="QtGui">
+ <target name="multiple-screens-note"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="virtualDesktop" fullname="QDesktopWidget::virtualDesktop" href="qdesktopwidget.html#virtualDesktop-prop" location="qdesktopwidget.h" type="bool">
+ <getter name="isVirtualDesktop"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="screenCount" fullname="QDesktopWidget::screenCount" href="qdesktopwidget.html#screenCount-prop" location="qdesktopwidget.h" type="int">
+ <getter name="screenCount"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="primaryScreen" fullname="QDesktopWidget::primaryScreen" href="qdesktopwidget.html#primaryScreen-prop" location="qdesktopwidget.h" type="int">
+ <getter name="primaryScreen"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isVirtualDesktop" fullname="QDesktopWidget::isVirtualDesktop" href="qdesktopwidget.html#virtualDesktop-prop" location="qdesktopwidget_mac.mm" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="virtualDesktop" type="bool" signature="isVirtualDesktop() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="numScreens" fullname="QDesktopWidget::numScreens" href="qdesktopwidget-obsolete.html#numScreens" location="qdesktopwidget_mac.mm" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="numScreens() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screenCount" fullname="QDesktopWidget::screenCount" href="qdesktopwidget.html#screenCount-prop" location="qdesktopwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="screenCount" type="int" signature="screenCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="primaryScreen" fullname="QDesktopWidget::primaryScreen" href="qdesktopwidget.html#primaryScreen-prop" location="qdesktopwidget_mac.mm" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="primaryScreen" type="int" signature="primaryScreen() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screenNumber" fullname="QDesktopWidget::screenNumber" href="qdesktopwidget.html#screenNumber" location="qdesktopwidget_mac.mm" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="screenNumber(const QWidget * widget) const">
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screenNumber" fullname="QDesktopWidget::screenNumber" href="qdesktopwidget.html#screenNumber-2" location="qdesktopwidget_mac.mm" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="screenNumber(const QPoint &amp; point) const">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screen" fullname="QDesktopWidget::screen" href="qdesktopwidget.html#screen" location="qdesktopwidget_mac.mm" virtual="non" meta="plain" const="false" static="false" overload="false" type="QWidget *" signature="screen(int screen)">
+ <parameter left="int" right="" name="screen" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screenGeometry" fullname="QDesktopWidget::screenGeometry" href="qdesktopwidget.html#screenGeometry" location="qdesktopwidget_mac.mm" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QRect" signature="screenGeometry(int screen) const">
+ <parameter left="int" right="" name="screen" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screenGeometry" fullname="QDesktopWidget::screenGeometry" href="qdesktopwidget.html#screenGeometry-2" location="qdesktopwidget.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const QRect" signature="screenGeometry(const QWidget * widget) const">
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screenGeometry" fullname="QDesktopWidget::screenGeometry" href="qdesktopwidget.html#screenGeometry-3" location="qdesktopwidget.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="const QRect" signature="screenGeometry(const QPoint &amp; p) const">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="availableGeometry" fullname="QDesktopWidget::availableGeometry" href="qdesktopwidget.html#availableGeometry" location="qdesktopwidget_mac.mm" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QRect" signature="availableGeometry(int screen) const">
+ <parameter left="int" right="" name="screen" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="availableGeometry" fullname="QDesktopWidget::availableGeometry" href="qdesktopwidget.html#availableGeometry-2" location="qdesktopwidget.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const QRect" signature="availableGeometry(const QWidget * widget) const">
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="availableGeometry" fullname="QDesktopWidget::availableGeometry" href="qdesktopwidget.html#availableGeometry-3" location="qdesktopwidget.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="const QRect" signature="availableGeometry(const QPoint &amp; p) const">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resized" fullname="QDesktopWidget::resized" href="qdesktopwidget.html#resized" location="qdesktopwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="resized(int screen)">
+ <parameter left="int" right="" name="screen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="workAreaResized" fullname="QDesktopWidget::workAreaResized" href="qdesktopwidget.html#workAreaResized" location="qdesktopwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="workAreaResized(int screen)">
+ <parameter left="int" right="" name="screen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screenCountChanged" fullname="QDesktopWidget::screenCountChanged" href="qdesktopwidget.html#screenCountChanged" location="qdesktopwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="screenCountChanged(int newCount)">
+ <parameter left="int" right="" name="newCount" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QDesktopWidget::resizeEvent" href="qdesktopwidget.html#resizeEvent" location="qdesktopwidget_mac.mm" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * event)">
+ <parameter left="QResizeEvent *" right="" name="event" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGenericMatrix" href="qgenericmatrix.html" location="qgenericmatrix.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGenericMatrix" fullname="QGenericMatrix::QGenericMatrix" href="qgenericmatrix.html#QGenericMatrix" location="qgenericmatrix.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGenericMatrix()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGenericMatrix" fullname="QGenericMatrix::QGenericMatrix" href="qgenericmatrix.html#QGenericMatrix-2" location="qgenericmatrix.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QGenericMatrix(const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp; other)">
+ <parameter left="const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGenericMatrix" fullname="QGenericMatrix::QGenericMatrix" href="qgenericmatrix.html#QGenericMatrix-3" location="qgenericmatrix.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QGenericMatrix(const T * values)">
+ <parameter left="const T *" right="" name="values" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator()" fullname="QGenericMatrix::operator()" href="qgenericmatrix.html#operator()" location="qgenericmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T" signature="operator()(int row, int column) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator()" fullname="QGenericMatrix::operator()" href="qgenericmatrix.html#operator()-2" location="qgenericmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="InnerT &amp;" signature="operator()(int row, int column)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isIdentity" fullname="QGenericMatrix::isIdentity" href="qgenericmatrix.html#isIdentity" location="qgenericmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isIdentity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIdentity" fullname="QGenericMatrix::setIdentity" href="qgenericmatrix.html#setIdentity" location="qgenericmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setIdentity()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fill" fullname="QGenericMatrix::fill" href="qgenericmatrix.html#fill" location="qgenericmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="fill(T value)">
+ <parameter left="T" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transposed" fullname="QGenericMatrix::transposed" href="qgenericmatrix.html#transposed" location="qgenericmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGenericMatrix&lt;M, N, T, InnerT&gt;" signature="transposed() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QGenericMatrix::operator+=" href="qgenericmatrix.html#operator+=" location="qgenericmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QGenericMatrix&lt;N, M, T, InnerT&gt; &amp;" signature="operator+=(const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp; other)">
+ <parameter left="const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QGenericMatrix::operator-=" href="qgenericmatrix.html#operator-=" location="qgenericmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QGenericMatrix&lt;N, M, T, InnerT&gt; &amp;" signature="operator-=(const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp; other)">
+ <parameter left="const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*=" fullname="QGenericMatrix::operator*=" href="qgenericmatrix.html#operator*=" location="qgenericmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QGenericMatrix&lt;N, M, T, InnerT&gt; &amp;" signature="operator*=(T factor)">
+ <parameter left="T" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator/=" fullname="QGenericMatrix::operator/=" href="qgenericmatrix.html#operator/=" location="qgenericmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QGenericMatrix&lt;N, M, T, InnerT&gt; &amp;" signature="operator/=(T divisor)">
+ <parameter left="T" right="" name="divisor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QGenericMatrix::operator==" href="qgenericmatrix.html#operator==" location="qgenericmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp; other) const">
+ <parameter left="const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QGenericMatrix::operator!=" href="qgenericmatrix.html#operator!=" location="qgenericmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp; other) const">
+ <parameter left="const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toValueArray" fullname="QGenericMatrix::toValueArray" href="qgenericmatrix.html#toValueArray" location="qgenericmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toValueArray(T * values)">
+ <parameter left="T *" right="" name="values" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QGenericMatrix::data" href="qgenericmatrix.html#data" location="qgenericmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="InnerT *" signature="data()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QGenericMatrix::data" href="qgenericmatrix.html#data-2" location="qgenericmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const InnerT *" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constData" fullname="QGenericMatrix::constData" href="qgenericmatrix.html#constData" location="qgenericmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const InnerT *" signature="constData() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="qgenericmatrix.html#operator+-12" location="qgenericmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" relates="QGenericMatrix" type="QGenericMatrix&lt;N, M, T, InnerT&gt;" signature="operator+(const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp; m1, const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp; m2)">
+ <parameter left="const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp;" right="" name="m1" default=""/>
+ <parameter left="const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp;" right="" name="m2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" href="qgenericmatrix.html#operator--8" location="qgenericmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" relates="QGenericMatrix" type="QGenericMatrix&lt;N, M, T, InnerT&gt;" signature="operator-(const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp; m1, const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp; m2)">
+ <parameter left="const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp;" right="" name="m1" default=""/>
+ <parameter left="const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp;" right="" name="m2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qgenericmatrix.html#operator*-34" location="qgenericmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="34" relates="QGenericMatrix" type="QGenericMatrix&lt;M1, M2, T, InnerT&gt;" signature="operator*(const QGenericMatrix&lt;N, M2, T, InnerT&gt; &amp; m1, const QGenericMatrix&lt;M1, N, T, InnerT&gt; &amp; m2)">
+ <parameter left="const QGenericMatrix&lt;N, M2, T, InnerT&gt; &amp;" right="" name="m1" default=""/>
+ <parameter left="const QGenericMatrix&lt;M1, N, T, InnerT&gt; &amp;" right="" name="m2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" href="qgenericmatrix.html#operator--17" location="qgenericmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="17" relates="QGenericMatrix" type="QGenericMatrix&lt;N, M, T, InnerT&gt;" signature="operator-(const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp; matrix)">
+ <parameter left="const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qgenericmatrix.html#operator*-35" location="qgenericmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="35" relates="QGenericMatrix" type="QGenericMatrix&lt;N, M, T, InnerT&gt;" signature="operator*(T factor, const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp; matrix)">
+ <parameter left="T" right="" name="factor" default=""/>
+ <parameter left="const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qgenericmatrix.html#operator*-36" location="qgenericmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="36" relates="QGenericMatrix" type="QGenericMatrix&lt;N, M, T, InnerT&gt;" signature="operator*(const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp; matrix, T factor)">
+ <parameter left="const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp;" right="" name="matrix" default=""/>
+ <parameter left="T" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator/" href="qgenericmatrix.html#operator/-7" location="qgenericmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" relates="QGenericMatrix" type="QGenericMatrix&lt;N, M, T, InnerT&gt;" signature="operator/(const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp; matrix, T divisor)">
+ <parameter left="const QGenericMatrix&lt;N, M, T, InnerT&gt; &amp;" right="" name="matrix" default=""/>
+ <parameter left="T" right="" name="divisor" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3DataTable" href="q3datatable.html" location="q3datatable.h" bases="Q3Table" module="Qt3Support">
+ <property access="public" threadsafety="unspecified" status="commendable" name="nullText" fullname="Q3DataTable::nullText" href="q3datatable.html#nullText-prop" location="q3datatable.h" type="QString">
+ <getter name="nullText"/>
+ <setter name="setNullText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="trueText" fullname="Q3DataTable::trueText" href="q3datatable.html#trueText-prop" location="q3datatable.h" type="QString">
+ <getter name="trueText"/>
+ <setter name="setTrueText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="falseText" fullname="Q3DataTable::falseText" href="q3datatable.html#falseText-prop" location="q3datatable.h" type="QString">
+ <getter name="falseText"/>
+ <setter name="setFalseText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="dateFormat" fullname="Q3DataTable::dateFormat" href="q3datatable.html#dateFormat-prop" location="q3datatable.h" type="Qt::DateFormat">
+ <getter name="dateFormat"/>
+ <setter name="setDateFormat"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="confirmEdits" fullname="Q3DataTable::confirmEdits" href="q3datatable.html#confirmEdits-prop" location="q3datatable.h" type="bool">
+ <getter name="confirmEdits"/>
+ <setter name="setConfirmEdits"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="confirmInsert" fullname="Q3DataTable::confirmInsert" href="q3datatable.html#confirmInsert-prop" location="q3datatable.h" type="bool">
+ <getter name="confirmInsert"/>
+ <setter name="setConfirmInsert"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="confirmUpdate" fullname="Q3DataTable::confirmUpdate" href="q3datatable.html#confirmUpdate-prop" location="q3datatable.h" type="bool">
+ <getter name="confirmUpdate"/>
+ <setter name="setConfirmUpdate"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="confirmDelete" fullname="Q3DataTable::confirmDelete" href="q3datatable.html#confirmDelete-prop" location="q3datatable.h" type="bool">
+ <getter name="confirmDelete"/>
+ <setter name="setConfirmDelete"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="confirmCancels" fullname="Q3DataTable::confirmCancels" href="q3datatable.html#confirmCancels-prop" location="q3datatable.h" type="bool">
+ <getter name="confirmCancels"/>
+ <setter name="setConfirmCancels"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoEdit" fullname="Q3DataTable::autoEdit" href="q3datatable.html#autoEdit-prop" location="q3datatable.h" type="bool">
+ <getter name="autoEdit"/>
+ <setter name="setAutoEdit"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="filter" fullname="Q3DataTable::filter" href="q3datatable.html#filter-prop" location="q3datatable.h" type="QString">
+ <getter name="filter"/>
+ <setter name="setFilter"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="sort" fullname="Q3DataTable::sort" href="q3datatable.html#sort-prop" location="q3datatable.h" type="QStringList">
+ <getter name="sort"/>
+ <setter name="setSort"/>
+ <setter name="setSort"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="numCols" fullname="Q3DataTable::numCols" href="q3datatable.html#numCols-prop" location="q3datatable.h" type="int">
+ <getter name="numCols"/>
+ <setter name="setNumCols"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="numRows" fullname="Q3DataTable::numRows" href="q3datatable.html#numRows-prop" location="q3datatable.h" type="int">
+ <getter name="numRows"/>
+ <setter name="setNumRows"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3DataTable" fullname="Q3DataTable::Q3DataTable" href="q3datatable.html#Q3DataTable" location="q3datatable.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3DataTable(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3DataTable" fullname="Q3DataTable::Q3DataTable" href="q3datatable.html#Q3DataTable-2" location="q3datatable.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3DataTable(Q3SqlCursor * cursor, bool autoPopulate, QWidget * parent, const char * name)">
+ <parameter left="Q3SqlCursor *" right="" name="cursor" default=""/>
+ <parameter left="bool" right="" name="autoPopulate" default="false"/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3DataTable" fullname="Q3DataTable::~Q3DataTable" href="q3datatable.html#dtor.Q3DataTable" location="q3datatable.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3DataTable()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addColumn" fullname="Q3DataTable::addColumn" href="q3datatable.html#addColumn" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="addColumn(const QString &amp; fieldName, const QString &amp; label, int width, const QIconSet &amp; iconset)">
+ <parameter left="const QString &amp;" right="" name="fieldName" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default="QString()"/>
+ <parameter left="int" right="" name="width" default="-1"/>
+ <parameter left="const QIconSet &amp;" right="" name="iconset" default="QIconSet()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeColumn" fullname="Q3DataTable::removeColumn" href="q3datatable.html#removeColumn" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="removeColumn(int col)">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumn" fullname="Q3DataTable::setColumn" href="q3datatable.html#setColumn" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumn(uint col, const QString &amp; fieldName, const QString &amp; label, int width, const QIconSet &amp; iconset)">
+ <parameter left="uint" right="" name="col" default=""/>
+ <parameter left="const QString &amp;" right="" name="fieldName" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default="QString()"/>
+ <parameter left="int" right="" name="width" default="-1"/>
+ <parameter left="const QIconSet &amp;" right="" name="iconset" default="QIconSet()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nullText" fullname="Q3DataTable::nullText" href="q3datatable.html#nullText-prop" location="q3datatable.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="nullText" type="QString" signature="nullText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="trueText" fullname="Q3DataTable::trueText" href="q3datatable.html#trueText-prop" location="q3datatable.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="trueText" type="QString" signature="trueText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="falseText" fullname="Q3DataTable::falseText" href="q3datatable.html#falseText-prop" location="q3datatable.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="falseText" type="QString" signature="falseText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dateFormat" fullname="Q3DataTable::dateFormat" href="q3datatable.html#dateFormat-prop" location="q3datatable.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="dateFormat" type="Qt::DateFormat" signature="dateFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="confirmEdits" fullname="Q3DataTable::confirmEdits" href="q3datatable.html#confirmEdits-prop" location="q3datatable.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="confirmEdits" type="bool" signature="confirmEdits() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="confirmInsert" fullname="Q3DataTable::confirmInsert" href="q3datatable.html#confirmInsert-prop" location="q3datatable.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="confirmInsert" type="bool" signature="confirmInsert() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="confirmUpdate" fullname="Q3DataTable::confirmUpdate" href="q3datatable.html#confirmUpdate-prop" location="q3datatable.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="confirmUpdate" type="bool" signature="confirmUpdate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="confirmDelete" fullname="Q3DataTable::confirmDelete" href="q3datatable.html#confirmDelete-prop" location="q3datatable.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="confirmDelete" type="bool" signature="confirmDelete() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="confirmCancels" fullname="Q3DataTable::confirmCancels" href="q3datatable.html#confirmCancels-prop" location="q3datatable.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="confirmCancels" type="bool" signature="confirmCancels() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoDelete" fullname="Q3DataTable::autoDelete" href="q3datatable.html#autoDelete" location="q3datatable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="autoDelete() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoEdit" fullname="Q3DataTable::autoEdit" href="q3datatable.html#autoEdit-prop" location="q3datatable.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoEdit" type="bool" signature="autoEdit() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filter" fullname="Q3DataTable::filter" href="q3datatable.html#filter-prop" location="q3datatable.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="filter" type="QString" signature="filter() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sort" fullname="Q3DataTable::sort" href="q3datatable.html#sort-prop" location="q3datatable.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sort" type="QStringList" signature="sort() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSqlCursor" fullname="Q3DataTable::setSqlCursor" href="q3datatable.html#setSqlCursor" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSqlCursor(Q3SqlCursor * cursor, bool autoPopulate, bool autoDelete)">
+ <parameter left="Q3SqlCursor *" right="" name="cursor" default="0"/>
+ <parameter left="bool" right="" name="autoPopulate" default="false"/>
+ <parameter left="bool" right="" name="autoDelete" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sqlCursor" fullname="Q3DataTable::sqlCursor" href="q3datatable.html#sqlCursor" location="q3datatable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3SqlCursor *" signature="sqlCursor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNullText" fullname="Q3DataTable::setNullText" href="q3datatable.html#nullText-prop" location="q3datatable.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="nullText" type="void" signature="setNullText(const QString &amp; nullText)">
+ <parameter left="const QString &amp;" right="" name="nullText" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTrueText" fullname="Q3DataTable::setTrueText" href="q3datatable.html#trueText-prop" location="q3datatable.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="trueText" type="void" signature="setTrueText(const QString &amp; trueText)">
+ <parameter left="const QString &amp;" right="" name="trueText" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFalseText" fullname="Q3DataTable::setFalseText" href="q3datatable.html#falseText-prop" location="q3datatable.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="falseText" type="void" signature="setFalseText(const QString &amp; falseText)">
+ <parameter left="const QString &amp;" right="" name="falseText" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDateFormat" fullname="Q3DataTable::setDateFormat" href="q3datatable.html#dateFormat-prop" location="q3datatable.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="dateFormat" type="void" signature="setDateFormat(const Qt::DateFormat f)">
+ <parameter left="const Qt::DateFormat" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setConfirmEdits" fullname="Q3DataTable::setConfirmEdits" href="q3datatable.html#confirmEdits-prop" location="q3datatable.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="confirmEdits" type="void" signature="setConfirmEdits(bool confirm)">
+ <parameter left="bool" right="" name="confirm" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setConfirmInsert" fullname="Q3DataTable::setConfirmInsert" href="q3datatable.html#confirmInsert-prop" location="q3datatable.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="confirmInsert" type="void" signature="setConfirmInsert(bool confirm)">
+ <parameter left="bool" right="" name="confirm" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setConfirmUpdate" fullname="Q3DataTable::setConfirmUpdate" href="q3datatable.html#confirmUpdate-prop" location="q3datatable.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="confirmUpdate" type="void" signature="setConfirmUpdate(bool confirm)">
+ <parameter left="bool" right="" name="confirm" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setConfirmDelete" fullname="Q3DataTable::setConfirmDelete" href="q3datatable.html#confirmDelete-prop" location="q3datatable.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="confirmDelete" type="void" signature="setConfirmDelete(bool confirm)">
+ <parameter left="bool" right="" name="confirm" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setConfirmCancels" fullname="Q3DataTable::setConfirmCancels" href="q3datatable.html#confirmCancels-prop" location="q3datatable.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="confirmCancels" type="void" signature="setConfirmCancels(bool confirm)">
+ <parameter left="bool" right="" name="confirm" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoDelete" fullname="Q3DataTable::setAutoDelete" href="q3datatable.html#setAutoDelete" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setAutoDelete(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoEdit" fullname="Q3DataTable::setAutoEdit" href="q3datatable.html#autoEdit-prop" location="q3datatable.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="autoEdit" type="void" signature="setAutoEdit(bool autoEdit)">
+ <parameter left="bool" right="" name="autoEdit" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFilter" fullname="Q3DataTable::setFilter" href="q3datatable.html#filter-prop" location="q3datatable.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="filter" type="void" signature="setFilter(const QString &amp; filter)">
+ <parameter left="const QString &amp;" right="" name="filter" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSort" fullname="Q3DataTable::setSort" href="q3datatable.html#sort-prop" location="q3datatable.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="sort" type="void" signature="setSort(const QStringList &amp; sort)">
+ <parameter left="const QStringList &amp;" right="" name="sort" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSort" fullname="Q3DataTable::setSort" href="q3datatable.html#sort-prop" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" associated-property="sort" type="void" signature="setSort(const QSqlIndex &amp; sort)">
+ <parameter left="const QSqlIndex &amp;" right="" name="sort" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Refresh" fullname="Q3DataTable::Refresh" href="q3datatable.html#Refresh-enum" location="q3datatable.h">
+ <value name="RefreshData" value="1"/>
+ <value name="RefreshColumns" value="2"/>
+ <value name="RefreshAll" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="refresh" fullname="Q3DataTable::refresh" href="q3datatable.html#refresh" location="q3datatable.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="refresh(Refresh mode)">
+ <parameter left="Refresh" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortColumn" fullname="Q3DataTable::sortColumn" href="q3datatable.html#sortColumn" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="sortColumn(int col, bool ascending, bool wholeRows)">
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="bool" right="" name="ascending" default="true"/>
+ <parameter left="bool" right="" name="wholeRows" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="Q3DataTable::text" href="q3datatable.html#text" location="q3datatable.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="text(int row, int col) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="Q3DataTable::value" href="q3datatable.html#value" location="q3datatable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="value(int row, int col) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentRecord" fullname="Q3DataTable::currentRecord" href="q3datatable.html#currentRecord" location="q3datatable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSqlRecord *" signature="currentRecord() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="installEditorFactory" fullname="Q3DataTable::installEditorFactory" href="q3datatable.html#installEditorFactory" location="q3datatable.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="installEditorFactory(Q3SqlEditorFactory * f)">
+ <parameter left="Q3SqlEditorFactory *" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="installPropertyMap" fullname="Q3DataTable::installPropertyMap" href="q3datatable.html#installPropertyMap" location="q3datatable.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="installPropertyMap(Q3SqlPropertyMap * m)">
+ <parameter left="Q3SqlPropertyMap *" right="" name="m" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numCols" fullname="Q3DataTable::numCols" href="q3datatable.html#numCols-prop" location="q3datatable.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" associated-property="numCols" type="int" signature="numCols() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numRows" fullname="Q3DataTable::numRows" href="q3datatable.html#numRows-prop" location="q3datatable.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" associated-property="numRows" type="int" signature="numRows() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNumCols" fullname="Q3DataTable::setNumCols" href="q3datatable.html#setNumCols" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setNumCols(int r)">
+ <parameter left="int" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNumRows" fullname="Q3DataTable::setNumRows" href="q3datatable.html#setNumRows" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setNumRows(int r)">
+ <parameter left="int" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hideColumn" fullname="Q3DataTable::hideColumn" href="q3datatable.html#hideColumn" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hideColumn(int col)">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showColumn" fullname="Q3DataTable::showColumn" href="q3datatable.html#showColumn" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showColumn(int col)">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="Q3DataTable::indexOf" href="q3datatable.html#indexOf" location="q3datatable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOf(uint i) const">
+ <parameter left="uint" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectRow" fullname="Q3DataTable::selectRow" href="q3datatable.html#selectRow" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="selectRow(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentChanged" fullname="Q3DataTable::currentChanged" href="q3datatable.html#currentChanged" location="q3datatable.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentChanged(QSqlRecord * record)">
+ <parameter left="QSqlRecord *" right="" name="record" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="primeInsert" fullname="Q3DataTable::primeInsert" href="q3datatable.html#primeInsert" location="q3datatable.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="primeInsert(QSqlRecord * buf)">
+ <parameter left="QSqlRecord *" right="" name="buf" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="primeUpdate" fullname="Q3DataTable::primeUpdate" href="q3datatable.html#primeUpdate" location="q3datatable.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="primeUpdate(QSqlRecord * buf)">
+ <parameter left="QSqlRecord *" right="" name="buf" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="primeDelete" fullname="Q3DataTable::primeDelete" href="q3datatable.html#primeDelete" location="q3datatable.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="primeDelete(QSqlRecord * buf)">
+ <parameter left="QSqlRecord *" right="" name="buf" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beforeInsert" fullname="Q3DataTable::beforeInsert" href="q3datatable.html#beforeInsert" location="q3datatable.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="beforeInsert(QSqlRecord * buf)">
+ <parameter left="QSqlRecord *" right="" name="buf" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beforeUpdate" fullname="Q3DataTable::beforeUpdate" href="q3datatable.html#beforeUpdate" location="q3datatable.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="beforeUpdate(QSqlRecord * buf)">
+ <parameter left="QSqlRecord *" right="" name="buf" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beforeDelete" fullname="Q3DataTable::beforeDelete" href="q3datatable.html#beforeDelete" location="q3datatable.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="beforeDelete(QSqlRecord * buf)">
+ <parameter left="QSqlRecord *" right="" name="buf" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorChanged" fullname="Q3DataTable::cursorChanged" href="q3datatable.html#cursorChanged" location="q3datatable.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="cursorChanged(QSql::Op mode)">
+ <parameter left="QSql::Op" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="Q3DataTable::find" href="q3datatable.html#find" location="q3datatable.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="find(const QString &amp; str, bool caseSensitive, bool backwards)">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ <parameter left="bool" right="" name="caseSensitive" default=""/>
+ <parameter left="bool" right="" name="backwards" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortAscending" fullname="Q3DataTable::sortAscending" href="q3datatable.html#sortAscending" location="q3datatable.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="sortAscending(int col)">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortDescending" fullname="Q3DataTable::sortDescending" href="q3datatable.html#sortDescending" location="q3datatable.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="sortDescending(int col)">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="refresh" fullname="Q3DataTable::refresh" href="q3datatable.html#refresh-2" location="q3datatable.h" virtual="impure" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="refresh()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnWidth" fullname="Q3DataTable::setColumnWidth" href="q3datatable.html#setColumnWidth" location="q3datatable.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setColumnWidth(int col, int w)">
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="adjustColumn" fullname="Q3DataTable::adjustColumn" href="q3datatable.html#adjustColumn" location="q3datatable.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="adjustColumn(int col)">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnStretchable" fullname="Q3DataTable::setColumnStretchable" href="q3datatable.html#setColumnStretchable" location="q3datatable.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setColumnStretchable(int col, bool s)">
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="bool" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="swapColumns" fullname="Q3DataTable::swapColumns" href="q3datatable.html#swapColumns" location="q3datatable.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="swapColumns(int col1, int col2, bool swapHeaders)">
+ <parameter left="int" right="" name="col1" default=""/>
+ <parameter left="int" right="" name="col2" default=""/>
+ <parameter left="bool" right="" name="swapHeaders" default="false"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="insertCurrent" fullname="Q3DataTable::insertCurrent" href="q3datatable.html#insertCurrent" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="insertCurrent()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateCurrent" fullname="Q3DataTable::updateCurrent" href="q3datatable.html#updateCurrent" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="updateCurrent()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="deleteCurrent" fullname="Q3DataTable::deleteCurrent" href="q3datatable.html#deleteCurrent" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="deleteCurrent()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="confirmEdit" fullname="Q3DataTable::confirmEdit" href="q3datatable.html#confirmEdit" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QSql::Confirm" signature="confirmEdit(QSql::Op m)">
+ <parameter left="QSql::Op" right="" name="m" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="confirmCancel" fullname="Q3DataTable::confirmCancel" href="q3datatable.html#confirmCancel" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QSql::Confirm" signature="confirmCancel(QSql::Op m)">
+ <parameter left="QSql::Op" right="" name="m" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="handleError" fullname="Q3DataTable::handleError" href="q3datatable.html#handleError" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="handleError(const QSqlError &amp; e)">
+ <parameter left="const QSqlError &amp;" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="beginInsert" fullname="Q3DataTable::beginInsert" href="q3datatable.html#beginInsert" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="beginInsert()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="beginUpdate" fullname="Q3DataTable::beginUpdate" href="q3datatable.html#beginUpdate" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QWidget *" signature="beginUpdate(int row, int col, bool replace)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="bool" right="" name="replace" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="Q3DataTable::eventFilter" href="q3datatable.html#eventFilter" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * o, QEvent * e)">
+ <parameter left="QObject *" right="" name="o" default=""/>
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="Q3DataTable::keyPressEvent" href="q3datatable.html#keyPressEvent" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="Q3DataTable::resizeEvent" href="q3datatable.html#resizeEvent" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsMousePressEvent" fullname="Q3DataTable::contentsMousePressEvent" href="q3datatable.html#contentsMousePressEvent" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsMousePressEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsContextMenuEvent" fullname="Q3DataTable::contentsContextMenuEvent" href="q3datatable.html#contentsContextMenuEvent" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsContextMenuEvent(QContextMenuEvent * e)">
+ <parameter left="QContextMenuEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="endEdit" fullname="Q3DataTable::endEdit" href="q3datatable.html#endEdit" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="endEdit(int row, int col, bool accept, bool replace)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="bool" right="" name="accept" default=""/>
+ <parameter left="bool" right="" name="replace" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="createEditor" fullname="Q3DataTable::createEditor" href="q3datatable.html#createEditor" location="q3datatable.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="createEditor(int row, int col, bool initFromCell) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="bool" right="" name="initFromCell" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="activateNextCell" fullname="Q3DataTable::activateNextCell" href="q3datatable.html#activateNextCell" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="activateNextCell()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="reset" fullname="Q3DataTable::reset" href="q3datatable.html#reset" location="q3datatable.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setSize" fullname="Q3DataTable::setSize" href="q3datatable.html#setSize" location="q3datatable.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSize(Q3SqlCursor * sql)">
+ <parameter left="Q3SqlCursor *" right="" name="sql" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="repaintCell" fullname="Q3DataTable::repaintCell" href="q3datatable.html#repaintCell" location="q3datatable.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="repaintCell(int row, int col)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintCell" fullname="Q3DataTable::paintCell" href="q3datatable.html#paintCell" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintCell(QPainter * p, int row, int col, const QRect &amp; cr, bool selected, const QColorGroup &amp; cg)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="const QRect &amp;" right="" name="cr" default=""/>
+ <parameter left="bool" right="" name="selected" default=""/>
+ <parameter left="const QColorGroup &amp;" right="" name="cg" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintField" fullname="Q3DataTable::paintField" href="q3datatable.html#paintField" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintField(QPainter * p, const QSqlField * field, const QRect &amp; cr, bool selected)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QSqlField *" right="" name="field" default=""/>
+ <parameter left="const QRect &amp;" right="" name="cr" default=""/>
+ <parameter left="bool" right="" name="selected" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawContents" fullname="Q3DataTable::drawContents" href="q3datatable.html#drawContents" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawContents(QPainter * p, int cx, int cy, int cw, int ch)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="int" right="" name="cx" default=""/>
+ <parameter left="int" right="" name="cy" default=""/>
+ <parameter left="int" right="" name="cw" default=""/>
+ <parameter left="int" right="" name="ch" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="fieldAlignment" fullname="Q3DataTable::fieldAlignment" href="q3datatable.html#fieldAlignment" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="int" signature="fieldAlignment(const QSqlField * field)">
+ <parameter left="const QSqlField *" right="" name="field" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="columnClicked" fullname="Q3DataTable::columnClicked" href="q3datatable.html#columnClicked" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="columnClicked(int col)">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeData" fullname="Q3DataTable::resizeData" href="q3datatable.html#resizeData" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeData(int len)">
+ <parameter left="int" right="" name="len" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="item" fullname="Q3DataTable::item" href="q3datatable.html#item" location="q3datatable.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Q3TableItem *" signature="item(int row, int col) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setItem" fullname="Q3DataTable::setItem" href="q3datatable.html#setItem" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setItem(int row, int col, Q3TableItem * item)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="Q3TableItem *" right="" name="item" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="clearCell" fullname="Q3DataTable::clearCell" href="q3datatable.html#clearCell" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clearCell(int row, int col)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setPixmap" fullname="Q3DataTable::setPixmap" href="q3datatable.html#setPixmap" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setPixmap(int row, int col, const QPixmap &amp; pix)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pix" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="takeItem" fullname="Q3DataTable::takeItem" href="q3datatable.html#takeItem" location="q3datatable.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="takeItem(Q3TableItem * i)">
+ <parameter left="Q3TableItem *" right="" name="i" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWhatsThis" href="qwhatsthis.html" location="qwhatsthis.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="enterWhatsThisMode" fullname="QWhatsThis::enterWhatsThisMode" href="qwhatsthis.html#enterWhatsThisMode" location="qwhatsthis.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="enterWhatsThisMode()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inWhatsThisMode" fullname="QWhatsThis::inWhatsThisMode" href="qwhatsthis.html#inWhatsThisMode" location="qwhatsthis.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="inWhatsThisMode()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="leaveWhatsThisMode" fullname="QWhatsThis::leaveWhatsThisMode" href="qwhatsthis.html#leaveWhatsThisMode" location="qwhatsthis.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="leaveWhatsThisMode()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showText" fullname="QWhatsThis::showText" href="qwhatsthis.html#showText" location="qwhatsthis.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="showText(const QPoint &amp; pos, const QString &amp; text, QWidget * w)">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QWidget *" right="" name="w" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hideText" fullname="QWhatsThis::hideText" href="qwhatsthis.html#hideText" location="qwhatsthis.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="hideText()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createAction" fullname="QWhatsThis::createAction" href="qwhatsthis.html#createAction" location="qwhatsthis.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QAction *" signature="createAction(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="add" fullname="QWhatsThis::add" href="qwhatsthis-qt3.html#add" location="qwhatsthis.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="add(QWidget * w, const QString &amp; s)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="remove" fullname="QWhatsThis::remove" href="qwhatsthis-qt3.html#remove" location="qwhatsthis.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="remove(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="whatsThisButton" fullname="QWhatsThis::whatsThisButton" href="qwhatsthis-qt3.html#whatsThisButton" location="qwhatsthis.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QToolButton *" signature="whatsThisButton(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWebPluginFactory" href="qwebpluginfactory.html" location="qwebpluginfactory.h" bases="QObject" module="QtWebKit">
+ <class access="public" threadsafety="unspecified" status="commendable" name="MimeType" fullname="QWebPluginFactory::MimeType" href="qwebpluginfactory-mimetype.html" location="qwebpluginfactory.h" bases="" module="QtWebKit">
+ <variable access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QWebPluginFactory::MimeType::name" href="qwebpluginfactory-mimetype.html#name-var" location="qwebpluginfactory.h" type="QString" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="description" fullname="QWebPluginFactory::MimeType::description" href="qwebpluginfactory-mimetype.html#description-var" location="qwebpluginfactory.h" type="QString" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="fileExtensions" fullname="QWebPluginFactory::MimeType::fileExtensions" href="qwebpluginfactory-mimetype.html#fileExtensions-var" location="qwebpluginfactory.h" type="QStringList" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="Plugin" fullname="QWebPluginFactory::Plugin" href="qwebpluginfactory-plugin.html" location="qwebpluginfactory.h" bases="" module="QtWebKit">
+ <variable access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QWebPluginFactory::Plugin::name" href="qwebpluginfactory-plugin.html#name-var" location="qwebpluginfactory.h" type="QString" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="description" fullname="QWebPluginFactory::Plugin::description" href="qwebpluginfactory-plugin.html#description-var" location="qwebpluginfactory.h" type="QString" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="mimeTypes" fullname="QWebPluginFactory::Plugin::mimeTypes" href="qwebpluginfactory-plugin.html#mimeTypes-var" location="qwebpluginfactory.h" type="QList&lt;MimeType&gt;" static="false"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWebPluginFactory" fullname="QWebPluginFactory::QWebPluginFactory" href="qwebpluginfactory.html#QWebPluginFactory" location="qwebpluginfactory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWebPluginFactory(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWebPluginFactory" fullname="QWebPluginFactory::~QWebPluginFactory" href="qwebpluginfactory.html#dtor.QWebPluginFactory" location="qwebpluginfactory.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWebPluginFactory()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="plugins" fullname="QWebPluginFactory::plugins" href="qwebpluginfactory.html#plugins" location="qwebpluginfactory.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QList&lt;Plugin&gt;" signature="plugins() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="refreshPlugins" fullname="QWebPluginFactory::refreshPlugins" href="qwebpluginfactory.html#refreshPlugins" location="qwebpluginfactory.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="refreshPlugins()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QWebPluginFactory::create" href="qwebpluginfactory.html#create" location="qwebpluginfactory.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QObject *" signature="create(const QString &amp; mimeType, const QUrl &amp; url, const QStringList &amp; argumentNames, const QStringList &amp; argumentValues) const">
+ <parameter left="const QString &amp;" right="" name="mimeType" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="argumentNames" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="argumentValues" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Extension" fullname="QWebPluginFactory::Extension" href="qwebpluginfactory.html#Extension-enum" location="qwebpluginfactory.h"/>
+ <class access="public" threadsafety="unspecified" status="commendable" name="ExtensionOption" fullname="QWebPluginFactory::ExtensionOption" href="qwebpluginfactory-extensionoption.html" location="qwebpluginfactory.h" bases="" module="QtWebKit"/>
+ <class access="public" threadsafety="unspecified" status="commendable" name="ExtensionReturn" fullname="QWebPluginFactory::ExtensionReturn" href="qwebpluginfactory-extensionreturn.html" location="qwebpluginfactory.h" bases="" module="QtWebKit"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="extension" fullname="QWebPluginFactory::extension" href="qwebpluginfactory.html#extension" location="qwebpluginfactory.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="extension(Extension extension, const ExtensionOption * option, ExtensionReturn * output)">
+ <parameter left="Extension" right="" name="extension" default=""/>
+ <parameter left="const ExtensionOption *" right="" name="option" default="0"/>
+ <parameter left="ExtensionReturn *" right="" name="output" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportsExtension" fullname="QWebPluginFactory::supportsExtension" href="qwebpluginfactory.html#supportsExtension" location="qwebpluginfactory.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="supportsExtension(Extension extension) const">
+ <parameter left="Extension" right="" name="extension" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="preliminary" name="QWSGLWindowSurface" href="qwsglwindowsurface.html" location="qglwindowsurface_qws_p.h" bases="" module="QtOpenGL">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWSGLWindowSurface" fullname="QWSGLWindowSurface::QWSGLWindowSurface" href="qwsglwindowsurface.html#QWSGLWindowSurface" location="qglwindowsurface_qws_p.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWSGLWindowSurface(QWidget * window)">
+ <parameter left="QWidget *" right="" name="window" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWSGLWindowSurface" fullname="QWSGLWindowSurface::QWSGLWindowSurface" href="qwsglwindowsurface.html#QWSGLWindowSurface-2" location="qglwindowsurface_qws_p.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QWSGLWindowSurface()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWSGLWindowSurface" fullname="QWSGLWindowSurface::~QWSGLWindowSurface" href="qwsglwindowsurface.html#dtor.QWSGLWindowSurface" location="qglwindowsurface_qws_p.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWSGLWindowSurface()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="context" fullname="QWSGLWindowSurface::context" href="qwsglwindowsurface.html#context" location="qglwindowsurface_qws_p.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGLContext *" signature="context() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContext" fullname="QWSGLWindowSurface::setContext" href="qwsglwindowsurface.html#setContext" location="qglwindowsurface_qws_p.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setContext(QGLContext * context)">
+ <parameter left="QGLContext *" right="" name="context" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDesignerActionEditorInterface" href="qdesigneractioneditorinterface.html" location="abstractactioneditor.h" bases="QWidget" module="QtDesigner">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDesignerActionEditorInterface" fullname="QDesignerActionEditorInterface::QDesignerActionEditorInterface" href="qdesigneractioneditorinterface.html#QDesignerActionEditorInterface" location="abstractactioneditor.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDesignerActionEditorInterface(QWidget * parent, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDesignerActionEditorInterface" fullname="QDesignerActionEditorInterface::~QDesignerActionEditorInterface" href="qdesigneractioneditorinterface.html#dtor.QDesignerActionEditorInterface" location="abstractactioneditor.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDesignerActionEditorInterface()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="core" fullname="QDesignerActionEditorInterface::core" href="qdesigneractioneditorinterface.html#core" location="abstractactioneditor.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QDesignerFormEditorInterface *" signature="core() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="manageAction" fullname="QDesignerActionEditorInterface::manageAction" href="qdesigneractioneditorinterface.html#manageAction" location="abstractactioneditor.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="manageAction(QAction * action)">
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unmanageAction" fullname="QDesignerActionEditorInterface::unmanageAction" href="qdesigneractioneditorinterface.html#unmanageAction" location="abstractactioneditor.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="unmanageAction(QAction * action)">
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFormWindow" fullname="QDesignerActionEditorInterface::setFormWindow" href="qdesigneractioneditorinterface.html#setFormWindow" location="abstractactioneditor.h" virtual="pure" meta="slot" const="false" static="false" overload="false" type="void" signature="setFormWindow(QDesignerFormWindowInterface * formWindow)">
+ <parameter left="QDesignerFormWindowInterface *" right="" name="formWindow" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QCopChannel" href="qcopchannel.html" location="qcopchannel_qws.h" bases="QObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCopChannel" fullname="QCopChannel::QCopChannel" href="qcopchannel.html#QCopChannel" location="qcopchannel_qws.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QCopChannel(const QString &amp; channel, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="channel" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QCopChannel" fullname="QCopChannel::QCopChannel" href="qcopchannel-qt3.html#QCopChannel-2" location="qcopchannel_qws.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QCopChannel(const QString &amp; channel, QObject * parent, const char * name)">
+ <parameter left="const QString &amp;" right="" name="channel" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QCopChannel" fullname="QCopChannel::~QCopChannel" href="qcopchannel.html#dtor.QCopChannel" location="qcopchannel_qws.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QCopChannel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="channel" fullname="QCopChannel::channel" href="qcopchannel.html#channel" location="qcopchannel_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="channel() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRegistered" fullname="QCopChannel::isRegistered" href="qcopchannel.html#isRegistered" location="qcopchannel_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isRegistered(const QString &amp; channel)">
+ <parameter left="const QString &amp;" right="" name="channel" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="send" fullname="QCopChannel::send" href="qcopchannel.html#send-2" location="qcopchannel_qws.cpp" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="bool" signature="send(const QString &amp; channel, const QString &amp; message)">
+ <parameter left="const QString &amp;" right="" name="channel" default=""/>
+ <parameter left="const QString &amp;" right="" name="message" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="send" fullname="QCopChannel::send" href="qcopchannel.html#send" location="qcopchannel_qws.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="send(const QString &amp; channel, const QString &amp; message, const QByteArray &amp; data)">
+ <parameter left="const QString &amp;" right="" name="channel" default=""/>
+ <parameter left="const QString &amp;" right="" name="message" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flush" fullname="QCopChannel::flush" href="qcopchannel.html#flush" location="qcopchannel_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="flush()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="receive" fullname="QCopChannel::receive" href="qcopchannel.html#receive" location="qcopchannel_qws.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="receive(const QString &amp; message, const QByteArray &amp; data)">
+ <parameter left="const QString &amp;" right="" name="message" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="received" fullname="QCopChannel::received" href="qcopchannel.html#received" location="qcopchannel_qws.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="received(const QString &amp; message, const QByteArray &amp; data)">
+ <parameter left="const QString &amp;" right="" name="message" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTcpSocket" href="qtcpsocket.html" location="qtcpsocket.h" bases="QAbstractSocket" module="QtNetwork">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTcpSocket" fullname="QTcpSocket::QTcpSocket" href="qtcpsocket.html#QTcpSocket" location="qtcpsocket.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTcpSocket(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTcpSocket" fullname="QTcpSocket::~QTcpSocket" href="qtcpsocket.html#dtor.QTcpSocket" location="qtcpsocket.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTcpSocket()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QFileIconProvider" href="qfileiconprovider.html" location="qfileiconprovider.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFileIconProvider" fullname="QFileIconProvider::QFileIconProvider" href="qfileiconprovider.html#QFileIconProvider" location="qfileiconprovider.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFileIconProvider()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFileIconProvider" fullname="QFileIconProvider::~QFileIconProvider" href="qfileiconprovider.html#dtor.QFileIconProvider" location="qfileiconprovider.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFileIconProvider()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="IconType" fullname="QFileIconProvider::IconType" href="qfileiconprovider.html#IconType-enum" location="qfileiconprovider.h">
+ <value name="Computer" value="0"/>
+ <value name="Desktop" value="1"/>
+ <value name="Trashcan" value="2"/>
+ <value name="Network" value="3"/>
+ <value name="Drive" value="4"/>
+ <value name="Folder" value="5"/>
+ <value name="File" value="6"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QFileIconProvider::icon" href="qfileiconprovider.html#icon" location="qfileiconprovider.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="icon(IconType type) const">
+ <parameter left="IconType" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QFileIconProvider::icon" href="qfileiconprovider.html#icon-2" location="qfileiconprovider.h" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QIcon" signature="icon(const QFileInfo &amp; info) const">
+ <parameter left="const QFileInfo &amp;" right="" name="info" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QFileIconProvider::type" href="qfileiconprovider.html#type" location="qfileiconprovider.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="type(const QFileInfo &amp; info) const">
+ <parameter left="const QFileInfo &amp;" right="" name="info" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlSchemaValidator" href="qxmlschemavalidator.html" location="qxmlschemavalidator.h" bases="" module="QtXmlPatterns">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlSchemaValidator" fullname="QXmlSchemaValidator::QXmlSchemaValidator" href="qxmlschemavalidator.html#QXmlSchemaValidator" location="qxmlschemavalidator.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QXmlSchemaValidator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlSchemaValidator" fullname="QXmlSchemaValidator::QXmlSchemaValidator" href="qxmlschemavalidator.html#QXmlSchemaValidator-2" location="qxmlschemavalidator.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QXmlSchemaValidator(const QXmlSchema &amp; schema)">
+ <parameter left="const QXmlSchema &amp;" right="" name="schema" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlSchemaValidator" fullname="QXmlSchemaValidator::~QXmlSchemaValidator" href="qxmlschemavalidator.html#dtor.QXmlSchemaValidator" location="qxmlschemavalidator.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlSchemaValidator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSchema" fullname="QXmlSchemaValidator::setSchema" href="qxmlschemavalidator.html#setSchema" location="qxmlschemavalidator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSchema(const QXmlSchema &amp; schema)">
+ <parameter left="const QXmlSchema &amp;" right="" name="schema" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="validate" fullname="QXmlSchemaValidator::validate" href="qxmlschemavalidator.html#validate" location="qxmlschemavalidator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="validate(const QUrl &amp; source) const">
+ <parameter left="const QUrl &amp;" right="" name="source" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="validate" fullname="QXmlSchemaValidator::validate" href="qxmlschemavalidator.html#validate-2" location="qxmlschemavalidator.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="validate(QIODevice * source, const QUrl &amp; documentUri) const">
+ <parameter left="QIODevice *" right="" name="source" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="documentUri" default="QUrl()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="validate" fullname="QXmlSchemaValidator::validate" href="qxmlschemavalidator.html#validate-3" location="qxmlschemavalidator.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="bool" signature="validate(const QByteArray &amp; data, const QUrl &amp; documentUri) const">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="documentUri" default="QUrl()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="namePool" fullname="QXmlSchemaValidator::namePool" href="qxmlschemavalidator.html#namePool" location="qxmlschemavalidator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QXmlNamePool" signature="namePool() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="schema" fullname="QXmlSchemaValidator::schema" href="qxmlschemavalidator.html#schema" location="qxmlschemavalidator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QXmlSchema" signature="schema() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMessageHandler" fullname="QXmlSchemaValidator::setMessageHandler" href="qxmlschemavalidator.html#setMessageHandler" location="qxmlschemavalidator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMessageHandler(QAbstractMessageHandler * handler)">
+ <parameter left="QAbstractMessageHandler *" right="" name="handler" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="messageHandler" fullname="QXmlSchemaValidator::messageHandler" href="qxmlschemavalidator.html#messageHandler" location="qxmlschemavalidator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractMessageHandler *" signature="messageHandler() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUriResolver" fullname="QXmlSchemaValidator::setUriResolver" href="qxmlschemavalidator.html#setUriResolver" location="qxmlschemavalidator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUriResolver(const QAbstractUriResolver * resolver)">
+ <parameter left="const QAbstractUriResolver *" right="" name="resolver" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="uriResolver" fullname="QXmlSchemaValidator::uriResolver" href="qxmlschemavalidator.html#uriResolver" location="qxmlschemavalidator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QAbstractUriResolver *" signature="uriResolver() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNetworkAccessManager" fullname="QXmlSchemaValidator::setNetworkAccessManager" href="qxmlschemavalidator.html#setNetworkAccessManager" location="qxmlschemavalidator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNetworkAccessManager(QNetworkAccessManager * manager)">
+ <parameter left="QNetworkAccessManager *" right="" name="manager" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="networkAccessManager" fullname="QXmlSchemaValidator::networkAccessManager" href="qxmlschemavalidator.html#networkAccessManager" location="qxmlschemavalidator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QNetworkAccessManager *" signature="networkAccessManager() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QColormap" href="qcolormap.html" location="qcolormap.h" bases="" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Mode" fullname="QColormap::Mode" href="qcolormap.html#Mode-enum" location="qcolormap.h">
+ <value name="Direct" value="0"/>
+ <value name="Indexed" value="1"/>
+ <value name="Gray" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="instance" fullname="QColormap::instance" href="qcolormap.html#instance" location="qcolormap_qws.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QColormap" signature="instance(int screen)">
+ <parameter left="int" right="" name="screen" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QColormap" fullname="QColormap::QColormap" href="qcolormap.html#QColormap" location="qcolormap_qws.cpp" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QColormap(const QColormap &amp; colormap)">
+ <parameter left="const QColormap &amp;" right="" name="colormap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QColormap" fullname="QColormap::~QColormap" href="qcolormap.html#dtor.QColormap" location="qcolormap_qws.cpp" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QColormap()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QColormap::operator=" href="qcolormap.html#operator=" location="qcolormap_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QColormap &amp;" signature="operator=(const QColormap &amp; colormap)">
+ <parameter left="const QColormap &amp;" right="" name="colormap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mode" fullname="QColormap::mode" href="qcolormap.html#mode" location="qcolormap_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="Mode" signature="mode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="depth" fullname="QColormap::depth" href="qcolormap.html#depth" location="qcolormap_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="depth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QColormap::size" href="qcolormap.html#size" location="qcolormap_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixel" fullname="QColormap::pixel" href="qcolormap.html#pixel" location="qcolormap_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="pixel(const QColor &amp; color) const">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="colorAt" fullname="QColormap::colorAt" href="qcolormap.html#colorAt" location="qcolormap_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QColor" signature="colorAt(uint pixel) const">
+ <parameter left="uint" right="" name="pixel" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="colormap" fullname="QColormap::colormap" href="qcolormap.html#colormap" location="qcolormap_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QVector&lt;QColor&gt;" signature="colormap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hPal" fullname="QColormap::hPal" href="qcolormap.html#hPal" location="qcolormap_win.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="HPALETTE" signature="hPal()"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextBoundaryFinder" href="qtextboundaryfinder.html" location="qtextboundaryfinder.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextBoundaryFinder" fullname="QTextBoundaryFinder::QTextBoundaryFinder" href="qtextboundaryfinder.html#QTextBoundaryFinder" location="qtextboundaryfinder.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextBoundaryFinder()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextBoundaryFinder" fullname="QTextBoundaryFinder::QTextBoundaryFinder" href="qtextboundaryfinder.html#QTextBoundaryFinder-2" location="qtextboundaryfinder.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTextBoundaryFinder(const QTextBoundaryFinder &amp; other)">
+ <parameter left="const QTextBoundaryFinder &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QTextBoundaryFinder::operator=" href="qtextboundaryfinder.html#operator=" location="qtextboundaryfinder.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTextBoundaryFinder &amp;" signature="operator=(const QTextBoundaryFinder &amp; other)">
+ <parameter left="const QTextBoundaryFinder &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTextBoundaryFinder" fullname="QTextBoundaryFinder::~QTextBoundaryFinder" href="qtextboundaryfinder.html#dtor.QTextBoundaryFinder" location="qtextboundaryfinder.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTextBoundaryFinder()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="BoundaryType" fullname="QTextBoundaryFinder::BoundaryType" href="qtextboundaryfinder.html#BoundaryType-enum" location="qtextboundaryfinder.h">
+ <value name="Grapheme" value="0"/>
+ <value name="Word" value="1"/>
+ <value name="Line" value="2"/>
+ <value name="Sentence" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="BoundaryReason" fullname="QTextBoundaryFinder::BoundaryReason" href="qtextboundaryfinder.html#BoundaryReason-enum" location="qtextboundaryfinder.h" typedef="QTextBoundaryFinder::BoundaryReasons">
+ <value name="NotAtBoundary" value="0"/>
+ <value name="StartWord" value="1"/>
+ <value name="EndWord" value="2"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="BoundaryReasons" fullname="QTextBoundaryFinder::BoundaryReasons" href="qtextboundaryfinder.html#BoundaryReasons-typedef" location="qtextboundaryfinder.h" enum="QTextBoundaryFinder::BoundaryReason"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextBoundaryFinder" fullname="QTextBoundaryFinder::QTextBoundaryFinder" href="qtextboundaryfinder.html#QTextBoundaryFinder-3" location="qtextboundaryfinder.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QTextBoundaryFinder(BoundaryType type, const QString &amp; string)">
+ <parameter left="BoundaryType" right="" name="type" default=""/>
+ <parameter left="const QString &amp;" right="" name="string" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextBoundaryFinder" fullname="QTextBoundaryFinder::QTextBoundaryFinder" href="qtextboundaryfinder.html#QTextBoundaryFinder-4" location="qtextboundaryfinder.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QTextBoundaryFinder(BoundaryType type, const QChar * chars, int length, unsigned char * buffer, int bufferSize)">
+ <parameter left="BoundaryType" right="" name="type" default=""/>
+ <parameter left="const QChar *" right="" name="chars" default=""/>
+ <parameter left="int" right="" name="length" default=""/>
+ <parameter left="unsigned char *" right="" name="buffer" default="0"/>
+ <parameter left="int" right="" name="bufferSize" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QTextBoundaryFinder::isValid" href="qtextboundaryfinder.html#isValid" location="qtextboundaryfinder.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QTextBoundaryFinder::type" href="qtextboundaryfinder.html#type" location="qtextboundaryfinder.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="BoundaryType" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="string" fullname="QTextBoundaryFinder::string" href="qtextboundaryfinder.html#string" location="qtextboundaryfinder.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="string() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toStart" fullname="QTextBoundaryFinder::toStart" href="qtextboundaryfinder.html#toStart" location="qtextboundaryfinder.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toStart()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toEnd" fullname="QTextBoundaryFinder::toEnd" href="qtextboundaryfinder.html#toEnd" location="qtextboundaryfinder.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toEnd()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="position" fullname="QTextBoundaryFinder::position" href="qtextboundaryfinder.html#position" location="qtextboundaryfinder.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="position() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPosition" fullname="QTextBoundaryFinder::setPosition" href="qtextboundaryfinder.html#setPosition" location="qtextboundaryfinder.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPosition(int position)">
+ <parameter left="int" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toNextBoundary" fullname="QTextBoundaryFinder::toNextBoundary" href="qtextboundaryfinder.html#toNextBoundary" location="qtextboundaryfinder.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="toNextBoundary()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPreviousBoundary" fullname="QTextBoundaryFinder::toPreviousBoundary" href="qtextboundaryfinder.html#toPreviousBoundary" location="qtextboundaryfinder.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="toPreviousBoundary()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isAtBoundary" fullname="QTextBoundaryFinder::isAtBoundary" href="qtextboundaryfinder.html#isAtBoundary" location="qtextboundaryfinder.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isAtBoundary() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundaryReasons" fullname="QTextBoundaryFinder::boundaryReasons" href="qtextboundaryfinder.html#boundaryReasons" location="qtextboundaryfinder.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="BoundaryReasons" signature="boundaryReasons() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="main" name="QmlContext" href="qmlcontext.html" location="qmlcontext.h" bases="QObject" module="QtDeclarative">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QmlContext" fullname="QmlContext::QmlContext" href="qmlcontext.html#QmlContext" location="qmlcontext.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QmlContext(QmlEngine * engine, QObject * parent)">
+ <parameter left="QmlEngine *" right="" name="engine" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QmlContext" fullname="QmlContext::QmlContext" href="qmlcontext.html#QmlContext-2" location="qmlcontext.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QmlContext(QmlContext * parentContext, QObject * parent)">
+ <parameter left="QmlContext *" right="" name="parentContext" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QmlContext" fullname="QmlContext::~QmlContext" href="qmlcontext.html#dtor.QmlContext" location="qmlcontext.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QmlContext()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="engine" fullname="QmlContext::engine" href="qmlcontext.html#engine" location="qmlcontext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QmlEngine *" signature="engine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parentContext" fullname="QmlContext::parentContext" href="qmlcontext.html#parentContext" location="qmlcontext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QmlContext *" signature="parentContext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addDefaultObject" fullname="QmlContext::addDefaultObject" href="qmlcontext.html#addDefaultObject" location="qmlcontext.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addDefaultObject(QObject * defaultObject)">
+ <parameter left="QObject *" right="" name="defaultObject" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContextProperty" fullname="QmlContext::setContextProperty" href="qmlcontext.html#setContextProperty" location="qmlcontext.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setContextProperty(const QString &amp; name, QObject * value)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="QObject *" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContextProperty" fullname="QmlContext::setContextProperty" href="qmlcontext.html#setContextProperty-2" location="qmlcontext.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setContextProperty(const QString &amp; name, const QVariant &amp; value)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resolvedUrl" fullname="QmlContext::resolvedUrl" href="qmlcontext.html#resolvedUrl" location="qmlcontext.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QUrl" signature="resolvedUrl(const QUrl &amp; src)">
+ <parameter left="const QUrl &amp;" right="" name="src" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBaseUrl" fullname="QmlContext::setBaseUrl" href="qmlcontext.html#setBaseUrl" location="qmlcontext.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBaseUrl(const QUrl &amp; baseUrl)">
+ <parameter left="const QUrl &amp;" right="" name="baseUrl" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="baseUrl" fullname="QmlContext::baseUrl" href="qmlcontext.html#baseUrl" location="qmlcontext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="baseUrl() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QBitmap" href="qbitmap.html" location="qbitmap.h" bases="QPixmap" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBitmap" fullname="QBitmap::QBitmap" href="qbitmap.html#QBitmap" location="qbitmap.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QBitmap()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBitmap" fullname="QBitmap::QBitmap" href="qbitmap.html#QBitmap-2" location="qbitmap.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QBitmap(const QPixmap &amp; pixmap)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBitmap" fullname="QBitmap::QBitmap" href="qbitmap.html#QBitmap-3" location="qbitmap.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QBitmap(int width, int height)">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBitmap" fullname="QBitmap::QBitmap" href="qbitmap.html#QBitmap-4" location="qbitmap.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QBitmap(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBitmap" fullname="QBitmap::QBitmap" href="qbitmap.html#QBitmap-5" location="qbitmap.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QBitmap(const QString &amp; fileName, const char * format)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const char *" right="" name="format" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QBitmap" fullname="QBitmap::~QBitmap" href="qbitmap.html#dtor.QBitmap" location="qbitmap.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QBitmap()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QBitmap::operator=" href="qbitmap.html#operator=" location="qbitmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QBitmap &amp;" signature="operator=(const QPixmap &amp; pixmap)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QVariant" fullname="QBitmap::operator QVariant" href="qbitmap.html#operator QVariant" location="qbitmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QVariant() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QBitmap::clear" href="qbitmap.html#clear" location="qbitmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromImage" fullname="QBitmap::fromImage" href="qbitmap.html#fromImage" location="qbitmap.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QBitmap" signature="fromImage(const QImage &amp; image, QFlags&lt;Qt::ImageConversionFlag&gt; flags)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ <parameter left="QFlags&lt;Qt::ImageConversionFlag&gt;" right="" name="flags" default="Qt::AutoColor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromData" fullname="QBitmap::fromData" href="qbitmap.html#fromData" location="qbitmap.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QBitmap" signature="fromData(const QSize &amp; size, const uchar * bits, QImage::Format monoFormat)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="const uchar *" right="" name="bits" default=""/>
+ <parameter left="QImage::Format" right="" name="monoFormat" default="QImage::Format_MonoLSB"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="transformed" fullname="QBitmap::transformed" href="qbitmap-obsolete.html#transformed-2" location="qbitmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QBitmap" signature="transformed(const QMatrix &amp; matrix) const">
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transformed" fullname="QBitmap::transformed" href="qbitmap.html#transformed" location="qbitmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QBitmap" signature="transformed(const QTransform &amp; matrix) const">
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QBitmap" fullname="QBitmap::QBitmap" href="qbitmap-qt3.html#QBitmap-6" location="qbitmap.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QBitmap(int width, int height, bool clear)">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="bool" right="" name="clear" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QBitmap" fullname="QBitmap::QBitmap" href="qbitmap-qt3.html#QBitmap-7" location="qbitmap.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="7" type="" signature="QBitmap(const QSize &amp; size, bool clear)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="bool" right="" name="clear" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QBitmap" fullname="QBitmap::QBitmap" href="qbitmap-qt3.html#QBitmap-8" location="qbitmap.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="8" type="" signature="QBitmap(int width, int height, const uchar * bits, bool isXbitmap)">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="const uchar *" right="" name="bits" default=""/>
+ <parameter left="bool" right="" name="isXbitmap" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QBitmap" fullname="QBitmap::QBitmap" href="qbitmap-qt3.html#QBitmap-10" location="qbitmap.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="10" type="" signature="QBitmap(const QSize &amp; size, const uchar * bits, bool isXbitmap)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="const uchar *" right="" name="bits" default=""/>
+ <parameter left="bool" right="" name="isXbitmap" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="xForm" fullname="QBitmap::xForm" href="qbitmap-qt3.html#xForm" location="qbitmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QBitmap" signature="xForm(const QMatrix &amp; matrix) const">
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QBitmap" fullname="QBitmap::QBitmap" href="qbitmap-qt3.html#QBitmap-9" location="qbitmap.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="9" type="" signature="QBitmap(const QImage &amp; image)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="operator=" fullname="QBitmap::operator=" href="qbitmap-qt3.html#operator=-2" location="qbitmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QBitmap &amp;" signature="operator=(const QImage &amp; image)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QLibraryInfo" href="qlibraryinfo.html" location="qlibraryinfo.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="licensee" fullname="QLibraryInfo::licensee" href="qlibraryinfo.html#licensee" location="qlibraryinfo.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="licensee()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="licensedProducts" fullname="QLibraryInfo::licensedProducts" href="qlibraryinfo.html#licensedProducts" location="qlibraryinfo.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="licensedProducts()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buildKey" fullname="QLibraryInfo::buildKey" href="qlibraryinfo.html#buildKey" location="qlibraryinfo.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="buildKey()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="LibraryLocation" fullname="QLibraryInfo::LibraryLocation" href="qlibraryinfo.html#LibraryLocation-enum" location="qlibraryinfo.h">
+ <value name="PrefixPath" value="0"/>
+ <value name="DocumentationPath" value="1"/>
+ <value name="HeadersPath" value="2"/>
+ <value name="LibrariesPath" value="3"/>
+ <value name="BinariesPath" value="4"/>
+ <value name="PluginsPath" value="5"/>
+ <value name="DataPath" value="6"/>
+ <value name="TranslationsPath" value="7"/>
+ <value name="SettingsPath" value="8"/>
+ <value name="DemosPath" value="9"/>
+ <value name="ExamplesPath" value="10"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="location" fullname="QLibraryInfo::location" href="qlibraryinfo.html#location" location="qlibraryinfo.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="location(LibraryLocation loc)">
+ <parameter left="LibraryLocation" right="" name="loc" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QHostInfo" href="qhostinfo.html" location="qhostinfo.h" bases="" module="QtNetwork">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="HostInfoError" fullname="QHostInfo::HostInfoError" href="qhostinfo.html#HostInfoError-enum" location="qhostinfo.h">
+ <value name="NoError" value="0"/>
+ <value name="HostNotFound" value="1"/>
+ <value name="UnknownError" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHostInfo" fullname="QHostInfo::QHostInfo" href="qhostinfo.html#QHostInfo" location="qhostinfo.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QHostInfo(int id)">
+ <parameter left="int" right="" name="id" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHostInfo" fullname="QHostInfo::QHostInfo" href="qhostinfo.html#QHostInfo-2" location="qhostinfo.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QHostInfo(const QHostInfo &amp; other)">
+ <parameter left="const QHostInfo &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QHostInfo::operator=" href="qhostinfo.html#operator=" location="qhostinfo.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QHostInfo &amp;" signature="operator=(const QHostInfo &amp; other)">
+ <parameter left="const QHostInfo &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QHostInfo" fullname="QHostInfo::~QHostInfo" href="qhostinfo.html#dtor.QHostInfo" location="qhostinfo.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QHostInfo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hostName" fullname="QHostInfo::hostName" href="qhostinfo.html#hostName" location="qhostinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="hostName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHostName" fullname="QHostInfo::setHostName" href="qhostinfo.html#setHostName" location="qhostinfo.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHostName(const QString &amp; hostName)">
+ <parameter left="const QString &amp;" right="" name="hostName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addresses" fullname="QHostInfo::addresses" href="qhostinfo.html#addresses" location="qhostinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QHostAddress&gt;" signature="addresses() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAddresses" fullname="QHostInfo::setAddresses" href="qhostinfo.html#setAddresses" location="qhostinfo.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAddresses(const QList&lt;QHostAddress&gt; &amp; addresses)">
+ <parameter left="const QList&lt;QHostAddress&gt; &amp;" right="" name="addresses" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QHostInfo::error" href="qhostinfo.html#error" location="qhostinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="HostInfoError" signature="error() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setError" fullname="QHostInfo::setError" href="qhostinfo.html#setError" location="qhostinfo.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setError(HostInfoError error)">
+ <parameter left="HostInfoError" right="" name="error" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QHostInfo::errorString" href="qhostinfo.html#errorString" location="qhostinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setErrorString" fullname="QHostInfo::setErrorString" href="qhostinfo.html#setErrorString" location="qhostinfo.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setErrorString(const QString &amp; str)">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLookupId" fullname="QHostInfo::setLookupId" href="qhostinfo.html#setLookupId" location="qhostinfo.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLookupId(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lookupId" fullname="QHostInfo::lookupId" href="qhostinfo.html#lookupId" location="qhostinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="lookupId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lookupHost" fullname="QHostInfo::lookupHost" href="qhostinfo.html#lookupHost" location="qhostinfo.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="lookupHost(const QString &amp; name, QObject * receiver, const char * member)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="abortHostLookup" fullname="QHostInfo::abortHostLookup" href="qhostinfo.html#abortHostLookup" location="qhostinfo.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="abortHostLookup(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromName" fullname="QHostInfo::fromName" href="qhostinfo.html#fromName" location="qhostinfo.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QHostInfo" signature="fromName(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="localHostName" fullname="QHostInfo::localHostName" href="qhostinfo.html#localHostName" location="qhostinfo_win.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="localHostName()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="localDomainName" fullname="QHostInfo::localDomainName" href="qhostinfo.html#localDomainName" location="qhostinfo_unix.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="localDomainName()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3TableSelection" href="q3tableselection.html" location="q3table.h" bases="" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3TableSelection" fullname="Q3TableSelection::Q3TableSelection" href="q3tableselection.html#Q3TableSelection" location="q3table.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3TableSelection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3TableSelection" fullname="Q3TableSelection::Q3TableSelection" href="q3tableselection.html#Q3TableSelection-2" location="q3table.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3TableSelection(int start_row, int start_col, int end_row, int end_col)">
+ <parameter left="int" right="" name="start_row" default=""/>
+ <parameter left="int" right="" name="start_col" default=""/>
+ <parameter left="int" right="" name="end_row" default=""/>
+ <parameter left="int" right="" name="end_col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="init" fullname="Q3TableSelection::init" href="q3tableselection.html#init" location="q3table.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="init(int row, int col)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expandTo" fullname="Q3TableSelection::expandTo" href="q3tableselection.html#expandTo" location="q3table.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="expandTo(int row, int col)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="Q3TableSelection::operator==" href="q3tableselection.html#operator==" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const Q3TableSelection &amp; s) const">
+ <parameter left="const Q3TableSelection &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="Q3TableSelection::operator!=" href="q3tableselection.html#operator!=" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const Q3TableSelection &amp; s) const">
+ <parameter left="const Q3TableSelection &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="topRow" fullname="Q3TableSelection::topRow" href="q3tableselection.html#topRow" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="topRow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bottomRow" fullname="Q3TableSelection::bottomRow" href="q3tableselection.html#bottomRow" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="bottomRow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="leftCol" fullname="Q3TableSelection::leftCol" href="q3tableselection.html#leftCol" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="leftCol() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rightCol" fullname="Q3TableSelection::rightCol" href="q3tableselection.html#rightCol" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="rightCol() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="anchorRow" fullname="Q3TableSelection::anchorRow" href="q3tableselection.html#anchorRow" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="anchorRow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="anchorCol" fullname="Q3TableSelection::anchorCol" href="q3tableselection.html#anchorCol" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="anchorCol() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numRows" fullname="Q3TableSelection::numRows" href="q3tableselection.html#numRows" location="q3table.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="numRows() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numCols" fullname="Q3TableSelection::numCols" href="q3tableselection.html#numCols" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="numCols() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isActive" fullname="Q3TableSelection::isActive" href="q3tableselection.html#isActive" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isActive() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="Q3TableSelection::isEmpty" href="q3tableselection.html#isEmpty" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3TableItem" href="q3tableitem.html" location="q3table.h" bases="" module="Qt3Support">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="EditType" fullname="Q3TableItem::EditType" href="q3tableitem.html#EditType-enum" location="q3table.h">
+ <value name="Never" value="0"/>
+ <value name="OnTyping" value="1"/>
+ <value name="WhenCurrent" value="2"/>
+ <value name="Always" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3TableItem" fullname="Q3TableItem::Q3TableItem" href="q3tableitem.html#Q3TableItem" location="q3table.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3TableItem(Q3Table * table, EditType et)">
+ <parameter left="Q3Table *" right="" name="table" default=""/>
+ <parameter left="EditType" right="" name="et" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3TableItem" fullname="Q3TableItem::Q3TableItem" href="q3tableitem.html#Q3TableItem-2" location="q3table.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3TableItem(Q3Table * table, EditType et, const QString &amp; text)">
+ <parameter left="Q3Table *" right="" name="table" default=""/>
+ <parameter left="EditType" right="" name="et" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3TableItem" fullname="Q3TableItem::Q3TableItem" href="q3tableitem.html#Q3TableItem-3" location="q3table.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3TableItem(Q3Table * table, EditType et, const QString &amp; text, const QPixmap &amp; p)">
+ <parameter left="Q3Table *" right="" name="table" default=""/>
+ <parameter left="EditType" right="" name="et" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3TableItem" fullname="Q3TableItem::~Q3TableItem" href="q3tableitem.html#dtor.Q3TableItem" location="q3table.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3TableItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmap" fullname="Q3TableItem::pixmap" href="q3tableitem.html#pixmap" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="pixmap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="Q3TableItem::text" href="q3tableitem.html#text" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPixmap" fullname="Q3TableItem::setPixmap" href="q3tableitem.html#setPixmap" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setPixmap(const QPixmap &amp; p)">
+ <parameter left="const QPixmap &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="Q3TableItem::setText" href="q3tableitem.html#setText" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setText(const QString &amp; str)">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="table" fullname="Q3TableItem::table" href="q3tableitem.html#table" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3Table *" signature="table() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="Q3TableItem::alignment" href="q3tableitem.html#alignment" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="alignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWordWrap" fullname="Q3TableItem::setWordWrap" href="q3tableitem.html#setWordWrap" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setWordWrap(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wordWrap" fullname="Q3TableItem::wordWrap" href="q3tableitem.html#wordWrap" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="wordWrap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="editType" fullname="Q3TableItem::editType" href="q3tableitem.html#editType" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="EditType" signature="editType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createEditor" fullname="Q3TableItem::createEditor" href="q3tableitem.html#createEditor" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="createEditor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContentFromEditor" fullname="Q3TableItem::setContentFromEditor" href="q3tableitem.html#setContentFromEditor" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setContentFromEditor(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setReplaceable" fullname="Q3TableItem::setReplaceable" href="q3tableitem.html#setReplaceable" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setReplaceable(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isReplaceable" fullname="Q3TableItem::isReplaceable" href="q3tableitem.html#isReplaceable" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isReplaceable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="Q3TableItem::key" href="q3tableitem.html#key" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="key() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="Q3TableItem::sizeHint" href="q3tableitem.html#sizeHint" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSpan" fullname="Q3TableItem::setSpan" href="q3tableitem.html#setSpan" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSpan(int rs, int cs)">
+ <parameter left="int" right="" name="rs" default=""/>
+ <parameter left="int" right="" name="cs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowSpan" fullname="Q3TableItem::rowSpan" href="q3tableitem.html#rowSpan" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="rowSpan() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="colSpan" fullname="Q3TableItem::colSpan" href="q3tableitem.html#colSpan" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="colSpan() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRow" fullname="Q3TableItem::setRow" href="q3tableitem.html#setRow" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setRow(int r)">
+ <parameter left="int" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCol" fullname="Q3TableItem::setCol" href="q3tableitem.html#setCol" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setCol(int c)">
+ <parameter left="int" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="row" fullname="Q3TableItem::row" href="q3tableitem.html#row" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="row() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="col" fullname="Q3TableItem::col" href="q3tableitem.html#col" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="col() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="Q3TableItem::paint" href="q3tableitem.html#paint" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paint(QPainter * p, const QColorGroup &amp; cg, const QRect &amp; cr, bool selected)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QColorGroup &amp;" right="" name="cg" default=""/>
+ <parameter left="const QRect &amp;" right="" name="cr" default=""/>
+ <parameter left="bool" right="" name="selected" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEnabled" fullname="Q3TableItem::setEnabled" href="q3tableitem.html#setEnabled" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setEnabled(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEnabled" fullname="Q3TableItem::isEnabled" href="q3tableitem.html#isEnabled" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rtti" fullname="Q3TableItem::rtti" href="q3tableitem.html#rtti" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rtti() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="RTTI" fullname="Q3TableItem::RTTI" href="q3tableitem.html#RTTI-var" location="q3table.h" type="int" static="true"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3ComboTableItem" href="q3combotableitem.html" location="q3table.h" bases="Q3TableItem" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ComboTableItem" fullname="Q3ComboTableItem::Q3ComboTableItem" href="q3combotableitem.html#Q3ComboTableItem" location="q3table.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3ComboTableItem(Q3Table * table, const QStringList &amp; list, bool editable)">
+ <parameter left="Q3Table *" right="" name="table" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="list" default=""/>
+ <parameter left="bool" right="" name="editable" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3ComboTableItem" fullname="Q3ComboTableItem::~Q3ComboTableItem" href="q3combotableitem.html#dtor.Q3ComboTableItem" location="q3table.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3ComboTableItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createEditor" fullname="Q3ComboTableItem::createEditor" href="q3combotableitem.html#createEditor" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="createEditor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContentFromEditor" fullname="Q3ComboTableItem::setContentFromEditor" href="q3combotableitem.html#setContentFromEditor" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setContentFromEditor(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="Q3ComboTableItem::paint" href="q3combotableitem.html#paint" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paint(QPainter * p, const QColorGroup &amp; cg, const QRect &amp; cr, bool selected)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QColorGroup &amp;" right="" name="cg" default=""/>
+ <parameter left="const QRect &amp;" right="" name="cr" default=""/>
+ <parameter left="bool" right="" name="selected" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentItem" fullname="Q3ComboTableItem::setCurrentItem" href="q3combotableitem.html#setCurrentItem" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setCurrentItem(int i)">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentItem" fullname="Q3ComboTableItem::setCurrentItem" href="q3combotableitem.html#setCurrentItem-2" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setCurrentItem(const QString &amp; s)">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentItem" fullname="Q3ComboTableItem::currentItem" href="q3combotableitem.html#currentItem" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currentItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentText" fullname="Q3ComboTableItem::currentText" href="q3combotableitem.html#currentText" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="currentText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3ComboTableItem::count" href="q3combotableitem.html#count" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="Q3ComboTableItem::text" href="q3combotableitem.html#text" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="Q3ComboTableItem::text" href="q3combotableitem.html#text-2" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QString" signature="text(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEditable" fullname="Q3ComboTableItem::setEditable" href="q3combotableitem.html#setEditable" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setEditable(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEditable" fullname="Q3ComboTableItem::isEditable" href="q3combotableitem.html#isEditable" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEditable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStringList" fullname="Q3ComboTableItem::setStringList" href="q3combotableitem.html#setStringList" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setStringList(const QStringList &amp; l)">
+ <parameter left="const QStringList &amp;" right="" name="l" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rtti" fullname="Q3ComboTableItem::rtti" href="q3combotableitem.html#rtti" location="q3table.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rtti() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="RTTI" fullname="Q3ComboTableItem::RTTI" href="q3combotableitem.html#RTTI-var" location="q3table.h" type="int" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="Q3ComboTableItem::sizeHint" href="q3combotableitem.html#sizeHint" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3CheckTableItem" href="q3checktableitem.html" location="q3table.h" bases="Q3TableItem" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CheckTableItem" fullname="Q3CheckTableItem::Q3CheckTableItem" href="q3checktableitem.html#Q3CheckTableItem" location="q3table.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3CheckTableItem(Q3Table * table, const QString &amp; txt)">
+ <parameter left="Q3Table *" right="" name="table" default=""/>
+ <parameter left="const QString &amp;" right="" name="txt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="Q3CheckTableItem::setText" href="q3checktableitem.html#setText" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setText(const QString &amp; t)">
+ <parameter left="const QString &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createEditor" fullname="Q3CheckTableItem::createEditor" href="q3checktableitem.html#createEditor" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="createEditor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContentFromEditor" fullname="Q3CheckTableItem::setContentFromEditor" href="q3checktableitem.html#setContentFromEditor" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setContentFromEditor(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="Q3CheckTableItem::paint" href="q3checktableitem.html#paint" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paint(QPainter * p, const QColorGroup &amp; cg, const QRect &amp; cr, bool selected)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QColorGroup &amp;" right="" name="cg" default=""/>
+ <parameter left="const QRect &amp;" right="" name="cr" default=""/>
+ <parameter left="bool" right="" name="selected" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setChecked" fullname="Q3CheckTableItem::setChecked" href="q3checktableitem.html#setChecked" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setChecked(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isChecked" fullname="Q3CheckTableItem::isChecked" href="q3checktableitem.html#isChecked" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isChecked() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rtti" fullname="Q3CheckTableItem::rtti" href="q3checktableitem.html#rtti" location="q3table.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rtti() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="RTTI" fullname="Q3CheckTableItem::RTTI" href="q3checktableitem.html#RTTI-var" location="q3table.h" type="int" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="Q3CheckTableItem::sizeHint" href="q3checktableitem.html#sizeHint" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3Table" href="q3table.html" location="q3table.h" bases="Q3ScrollView" module="Qt3Support">
+ <target name="headers"/>
+ <target name="columnsrows"/>
+ <target name="cells"/>
+ <target name="bigtables"/>
+ <target name="selections"/>
+ <target name="signals"/>
+ <keyword name="notes-on-large-tables"/>
+ <contents name="headers" title="Headers" level="1"/>
+ <contents name="rows-and-columns" title="Rows and Columns" level="1"/>
+ <contents name="cells" title="Cells" level="1"/>
+ <contents name="large-tables" title="Large tables" level="2"/>
+ <contents name="selections" title="Selections" level="1"/>
+ <contents name="signals" title="Signals" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="numRows" fullname="Q3Table::numRows" href="q3table.html#numRows-prop" location="q3table.h" type="int">
+ <getter name="numRows"/>
+ <setter name="setNumRows"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="numCols" fullname="Q3Table::numCols" href="q3table.html#numCols-prop" location="q3table.h" type="int">
+ <getter name="numCols"/>
+ <setter name="setNumCols"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="showGrid" fullname="Q3Table::showGrid" href="q3table.html#showGrid-prop" location="q3table.h" type="bool">
+ <getter name="showGrid"/>
+ <setter name="setShowGrid"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="rowMovingEnabled" fullname="Q3Table::rowMovingEnabled" href="q3table.html#rowMovingEnabled-prop" location="q3table.h" type="bool">
+ <getter name="rowMovingEnabled"/>
+ <setter name="setRowMovingEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="columnMovingEnabled" fullname="Q3Table::columnMovingEnabled" href="q3table.html#columnMovingEnabled-prop" location="q3table.h" type="bool">
+ <getter name="columnMovingEnabled"/>
+ <setter name="setColumnMovingEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="readOnly" fullname="Q3Table::readOnly" href="q3table.html#readOnly-prop" location="q3table.h" type="bool">
+ <getter name="isReadOnly"/>
+ <setter name="setReadOnly"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="sorting" fullname="Q3Table::sorting" href="q3table.html#sorting-prop" location="q3table.h" type="bool">
+ <getter name="sorting"/>
+ <setter name="setSorting"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="selectionMode" fullname="Q3Table::selectionMode" href="q3table.html#selectionMode-prop" location="q3table.h" type="SelectionMode">
+ <getter name="selectionMode"/>
+ <setter name="setSelectionMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="focusStyle" fullname="Q3Table::focusStyle" href="q3table.html#focusStyle-prop" location="q3table.h" type="FocusStyle">
+ <getter name="focusStyle"/>
+ <setter name="setFocusStyle"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="numSelections" fullname="Q3Table::numSelections" href="q3table.html#numSelections-prop" location="q3table.h" type="int">
+ <getter name="numSelections"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Table" fullname="Q3Table::Q3Table" href="q3table.html#Q3Table" location="q3table.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3Table(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Table" fullname="Q3Table::Q3Table" href="q3table.html#Q3Table-2" location="q3table.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3Table(int numRows, int numCols, QWidget * parent, const char * name)">
+ <parameter left="int" right="" name="numRows" default=""/>
+ <parameter left="int" right="" name="numCols" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3Table" fullname="Q3Table::~Q3Table" href="q3table.html#dtor.Q3Table" location="q3table.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3Table()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="horizontalHeader" fullname="Q3Table::horizontalHeader" href="q3table.html#horizontalHeader" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3Header *" signature="horizontalHeader() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="verticalHeader" fullname="Q3Table::verticalHeader" href="q3table.html#verticalHeader" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3Header *" signature="verticalHeader() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SelectionMode" fullname="Q3Table::SelectionMode" href="q3table.html#SelectionMode-enum" location="q3table.h">
+ <value name="Single" value="0"/>
+ <value name="Multi" value="1"/>
+ <value name="SingleRow" value="2"/>
+ <value name="MultiRow" value="3"/>
+ <value name="NoSelection" value="4"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectionMode" fullname="Q3Table::setSelectionMode" href="q3table.html#selectionMode-prop" location="q3table.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="selectionMode" type="void" signature="setSelectionMode(SelectionMode mode)">
+ <parameter left="SelectionMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionMode" fullname="Q3Table::selectionMode" href="q3table.html#selectionMode-prop" location="q3table.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="selectionMode" type="SelectionMode" signature="selectionMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItem" fullname="Q3Table::setItem" href="q3table.html#setItem" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setItem(int row, int col, Q3TableItem * item)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="Q3TableItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="Q3Table::setText" href="q3table.html#setText" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setText(int row, int col, const QString &amp; text)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPixmap" fullname="Q3Table::setPixmap" href="q3table.html#setPixmap" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setPixmap(int row, int col, const QPixmap &amp; pix)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="item" fullname="Q3Table::item" href="q3table.html#item" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Q3TableItem *" signature="item(int row, int col) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="Q3Table::text" href="q3table.html#text" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="text(int row, int col) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmap" fullname="Q3Table::pixmap" href="q3table.html#pixmap" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="pixmap(int row, int col) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearCell" fullname="Q3Table::clearCell" href="q3table.html#clearCell" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clearCell(int row, int col)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellGeometry" fullname="Q3Table::cellGeometry" href="q3table.html#cellGeometry" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="cellGeometry(int row, int col) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnWidth" fullname="Q3Table::columnWidth" href="q3table.html#columnWidth" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="columnWidth(int col) const">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowHeight" fullname="Q3Table::rowHeight" href="q3table.html#rowHeight" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rowHeight(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnPos" fullname="Q3Table::columnPos" href="q3table.html#columnPos" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="columnPos(int col) const">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowPos" fullname="Q3Table::rowPos" href="q3table.html#rowPos" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rowPos(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnAt" fullname="Q3Table::columnAt" href="q3table.html#columnAt" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="columnAt(int x) const">
+ <parameter left="int" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowAt" fullname="Q3Table::rowAt" href="q3table.html#rowAt" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rowAt(int y) const">
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numRows" fullname="Q3Table::numRows" href="q3table.html#numRows-prop" location="q3table.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" associated-property="numRows" type="int" signature="numRows() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numCols" fullname="Q3Table::numCols" href="q3table.html#numCols-prop" location="q3table.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" associated-property="numCols" type="int" signature="numCols() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateCell" fullname="Q3Table::updateCell" href="q3table.html#updateCell" location="q3table.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="updateCell(int row, int col)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="Q3Table::eventFilter" href="q3table.html#eventFilter" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * o, QEvent * e)">
+ <parameter left="QObject *" right="" name="o" default=""/>
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentRow" fullname="Q3Table::currentRow" href="q3table.html#currentRow" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currentRow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentColumn" fullname="Q3Table::currentColumn" href="q3table.html#currentColumn" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currentColumn() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ensureCellVisible" fullname="Q3Table::ensureCellVisible" href="q3table.html#ensureCellVisible" location="q3table.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="ensureCellVisible(int row, int col)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSelected" fullname="Q3Table::isSelected" href="q3table.html#isSelected" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSelected(int row, int col) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRowSelected" fullname="Q3Table::isRowSelected" href="q3table.html#isRowSelected" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRowSelected(int row, bool full) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="bool" right="" name="full" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isColumnSelected" fullname="Q3Table::isColumnSelected" href="q3table.html#isColumnSelected" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isColumnSelected(int col, bool full) const">
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="bool" right="" name="full" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numSelections" fullname="Q3Table::numSelections" href="q3table.html#numSelections-prop" location="q3table.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="numSelections" type="int" signature="numSelections() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selection" fullname="Q3Table::selection" href="q3table.html#selection" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3TableSelection" signature="selection(int num) const">
+ <parameter left="int" right="" name="num" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addSelection" fullname="Q3Table::addSelection" href="q3table.html#addSelection" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="int" signature="addSelection(const Q3TableSelection &amp; s)">
+ <parameter left="const Q3TableSelection &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeSelection" fullname="Q3Table::removeSelection" href="q3table.html#removeSelection" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="removeSelection(const Q3TableSelection &amp; s)">
+ <parameter left="const Q3TableSelection &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeSelection" fullname="Q3Table::removeSelection" href="q3table.html#removeSelection-2" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="removeSelection(int num)">
+ <parameter left="int" right="" name="num" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentSelection" fullname="Q3Table::currentSelection" href="q3table.html#currentSelection" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="currentSelection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectCells" fullname="Q3Table::selectCells" href="q3table.html#selectCells" location="q3table.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="selectCells(int start_row, int start_col, int end_row, int end_col)">
+ <parameter left="int" right="" name="start_row" default=""/>
+ <parameter left="int" right="" name="start_col" default=""/>
+ <parameter left="int" right="" name="end_row" default=""/>
+ <parameter left="int" right="" name="end_col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectRow" fullname="Q3Table::selectRow" href="q3table.html#selectRow" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="selectRow(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectColumn" fullname="Q3Table::selectColumn" href="q3table.html#selectColumn" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="selectColumn(int col)">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showGrid" fullname="Q3Table::showGrid" href="q3table.html#showGrid-prop" location="q3table.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="showGrid" type="bool" signature="showGrid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inputMethodQuery" fullname="Q3Table::inputMethodQuery" href="q3table.html#inputMethodQuery" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="inputMethodQuery(Qt::InputMethodQuery query) const">
+ <parameter left="Qt::InputMethodQuery" right="" name="query" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnMovingEnabled" fullname="Q3Table::columnMovingEnabled" href="q3table.html#columnMovingEnabled-prop" location="q3table.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="columnMovingEnabled" type="bool" signature="columnMovingEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowMovingEnabled" fullname="Q3Table::rowMovingEnabled" href="q3table.html#rowMovingEnabled-prop" location="q3table.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="rowMovingEnabled" type="bool" signature="rowMovingEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortColumn" fullname="Q3Table::sortColumn" href="q3table.html#sortColumn" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="sortColumn(int col, bool ascending, bool wholeRows)">
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="bool" right="" name="ascending" default="true"/>
+ <parameter left="bool" right="" name="wholeRows" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sorting" fullname="Q3Table::sorting" href="q3table.html#sorting-prop" location="q3table.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sorting" type="bool" signature="sorting() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeItem" fullname="Q3Table::takeItem" href="q3table.html#takeItem" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="takeItem(Q3TableItem * i)">
+ <parameter left="Q3TableItem *" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCellWidget" fullname="Q3Table::setCellWidget" href="q3table.html#setCellWidget" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setCellWidget(int row, int col, QWidget * e)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="QWidget *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellWidget" fullname="Q3Table::cellWidget" href="q3table.html#cellWidget" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="cellWidget(int row, int col) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearCellWidget" fullname="Q3Table::clearCellWidget" href="q3table.html#clearCellWidget" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clearCellWidget(int row, int col)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellRect" fullname="Q3Table::cellRect" href="q3table.html#cellRect" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="cellRect(int row, int col) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paintCell" fullname="Q3Table::paintCell" href="q3table.html#paintCell-2" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="paintCell(QPainter * p, int row, int col, const QRect &amp; cr, bool selected)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="const QRect &amp;" right="" name="cr" default=""/>
+ <parameter left="bool" right="" name="selected" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paintCell" fullname="Q3Table::paintCell" href="q3table.html#paintCell" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintCell(QPainter * p, int row, int col, const QRect &amp; cr, bool selected, const QColorGroup &amp; cg)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="const QRect &amp;" right="" name="cr" default=""/>
+ <parameter left="bool" right="" name="selected" default=""/>
+ <parameter left="const QColorGroup &amp;" right="" name="cg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paintFocus" fullname="Q3Table::paintFocus" href="q3table.html#paintFocus" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintFocus(QPainter * p, const QRect &amp; cr)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QRect &amp;" right="" name="cr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="Q3Table::sizeHint" href="q3table.html#sizeHint" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isReadOnly" fullname="Q3Table::isReadOnly" href="q3table.html#readOnly-prop" location="q3table.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="readOnly" type="bool" signature="isReadOnly() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRowReadOnly" fullname="Q3Table::isRowReadOnly" href="q3table.html#isRowReadOnly" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRowReadOnly(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isColumnReadOnly" fullname="Q3Table::isColumnReadOnly" href="q3table.html#isColumnReadOnly" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isColumnReadOnly(int col) const">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="repaintSelections" fullname="Q3Table::repaintSelections" href="q3table.html#repaintSelections" location="q3table.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="repaintSelections()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FocusStyle" fullname="Q3Table::FocusStyle" href="q3table.html#FocusStyle-enum" location="q3table.h">
+ <value name="FollowStyle" value="0"/>
+ <value name="SpreadSheet" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFocusStyle" fullname="Q3Table::setFocusStyle" href="q3table.html#focusStyle-prop" location="q3table.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="focusStyle" type="void" signature="setFocusStyle(FocusStyle fs)">
+ <parameter left="FocusStyle" right="" name="fs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="focusStyle" fullname="Q3Table::focusStyle" href="q3table.html#focusStyle-prop" location="q3table.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="focusStyle" type="FocusStyle" signature="focusStyle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateHeaderStates" fullname="Q3Table::updateHeaderStates" href="q3table.html#updateHeaderStates" location="q3table.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="updateHeaderStates()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRowHidden" fullname="Q3Table::isRowHidden" href="q3table.html#isRowHidden" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRowHidden(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isColumnHidden" fullname="Q3Table::isColumnHidden" href="q3table.html#isColumnHidden" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isColumnHidden(int col) const">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isColumnStretchable" fullname="Q3Table::isColumnStretchable" href="q3table.html#isColumnStretchable" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isColumnStretchable(int col) const">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRowStretchable" fullname="Q3Table::isRowStretchable" href="q3table.html#isRowStretchable" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRowStretchable(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dragEnabled" fullname="Q3Table::dragEnabled" href="q3table.html#dragEnabled" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="dragEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNumRows" fullname="Q3Table::setNumRows" href="q3table.html#numRows-prop" location="q3table.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="numRows" type="void" signature="setNumRows(int r)">
+ <parameter left="int" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNumCols" fullname="Q3Table::setNumCols" href="q3table.html#numCols-prop" location="q3table.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="numCols" type="void" signature="setNumCols(int r)">
+ <parameter left="int" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setShowGrid" fullname="Q3Table::setShowGrid" href="q3table.html#showGrid-prop" location="q3table.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="showGrid" type="void" signature="setShowGrid(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hideRow" fullname="Q3Table::hideRow" href="q3table.html#hideRow" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="hideRow(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hideColumn" fullname="Q3Table::hideColumn" href="q3table.html#hideColumn" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="hideColumn(int col)">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showRow" fullname="Q3Table::showRow" href="q3table.html#showRow" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="showRow(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showColumn" fullname="Q3Table::showColumn" href="q3table.html#showColumn" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="showColumn(int col)">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnWidth" fullname="Q3Table::setColumnWidth" href="q3table.html#setColumnWidth" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setColumnWidth(int col, int w)">
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRowHeight" fullname="Q3Table::setRowHeight" href="q3table.html#setRowHeight" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setRowHeight(int row, int h)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="adjustColumn" fullname="Q3Table::adjustColumn" href="q3table.html#adjustColumn" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="adjustColumn(int col)">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="adjustRow" fullname="Q3Table::adjustRow" href="q3table.html#adjustRow" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="adjustRow(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnStretchable" fullname="Q3Table::setColumnStretchable" href="q3table.html#setColumnStretchable" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setColumnStretchable(int col, bool stretch)">
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="bool" right="" name="stretch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRowStretchable" fullname="Q3Table::setRowStretchable" href="q3table.html#setRowStretchable" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setRowStretchable(int row, bool stretch)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="bool" right="" name="stretch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSorting" fullname="Q3Table::setSorting" href="q3table.html#sorting-prop" location="q3table.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="sorting" type="void" signature="setSorting(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="swapRows" fullname="Q3Table::swapRows" href="q3table.html#swapRows" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="swapRows(int row1, int row2, bool swapHeader)">
+ <parameter left="int" right="" name="row1" default=""/>
+ <parameter left="int" right="" name="row2" default=""/>
+ <parameter left="bool" right="" name="swapHeader" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="swapColumns" fullname="Q3Table::swapColumns" href="q3table.html#swapColumns" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="swapColumns(int col1, int col2, bool swapHeader)">
+ <parameter left="int" right="" name="col1" default=""/>
+ <parameter left="int" right="" name="col2" default=""/>
+ <parameter left="bool" right="" name="swapHeader" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="swapCells" fullname="Q3Table::swapCells" href="q3table.html#swapCells" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="swapCells(int row1, int col1, int row2, int col2)">
+ <parameter left="int" right="" name="row1" default=""/>
+ <parameter left="int" right="" name="col1" default=""/>
+ <parameter left="int" right="" name="row2" default=""/>
+ <parameter left="int" right="" name="col2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLeftMargin" fullname="Q3Table::setLeftMargin" href="q3table.html#setLeftMargin" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setLeftMargin(int m)">
+ <parameter left="int" right="" name="m" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTopMargin" fullname="Q3Table::setTopMargin" href="q3table.html#setTopMargin" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setTopMargin(int m)">
+ <parameter left="int" right="" name="m" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentCell" fullname="Q3Table::setCurrentCell" href="q3table.html#setCurrentCell" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setCurrentCell(int row, int col)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearSelection" fullname="Q3Table::clearSelection" href="q3table.html#clearSelection" location="q3table.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clearSelection(bool repaint)">
+ <parameter left="bool" right="" name="repaint" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnMovingEnabled" fullname="Q3Table::setColumnMovingEnabled" href="q3table.html#columnMovingEnabled-prop" location="q3table.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="columnMovingEnabled" type="void" signature="setColumnMovingEnabled(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRowMovingEnabled" fullname="Q3Table::setRowMovingEnabled" href="q3table.html#rowMovingEnabled-prop" location="q3table.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="rowMovingEnabled" type="void" signature="setRowMovingEnabled(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setReadOnly" fullname="Q3Table::setReadOnly" href="q3table.html#readOnly-prop" location="q3table.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="readOnly" type="void" signature="setReadOnly(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRowReadOnly" fullname="Q3Table::setRowReadOnly" href="q3table.html#setRowReadOnly" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setRowReadOnly(int row, bool ro)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="bool" right="" name="ro" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnReadOnly" fullname="Q3Table::setColumnReadOnly" href="q3table.html#setColumnReadOnly" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setColumnReadOnly(int col, bool ro)">
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="bool" right="" name="ro" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDragEnabled" fullname="Q3Table::setDragEnabled" href="q3table.html#setDragEnabled" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setDragEnabled(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertRows" fullname="Q3Table::insertRows" href="q3table.html#insertRows" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="insertRows(int row, int count)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="count" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertColumns" fullname="Q3Table::insertColumns" href="q3table.html#insertColumns" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="insertColumns(int col, int count)">
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="int" right="" name="count" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeRow" fullname="Q3Table::removeRow" href="q3table.html#removeRow" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="removeRow(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeRows" fullname="Q3Table::removeRows" href="q3table.html#removeRows" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="removeRows(const Q3MemArray&lt;int&gt; &amp; rows)">
+ <parameter left="const Q3MemArray&lt;int&gt; &amp;" right="" name="rows" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeColumn" fullname="Q3Table::removeColumn" href="q3table.html#removeColumn" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="removeColumn(int col)">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeColumns" fullname="Q3Table::removeColumns" href="q3table.html#removeColumns" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="removeColumns(const Q3MemArray&lt;int&gt; &amp; cols)">
+ <parameter left="const Q3MemArray&lt;int&gt; &amp;" right="" name="cols" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="editCell" fullname="Q3Table::editCell" href="q3table.html#editCell" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="editCell(int row, int col, bool replace)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="bool" right="" name="replace" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRowLabels" fullname="Q3Table::setRowLabels" href="q3table.html#setRowLabels" location="q3table.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setRowLabels(const QStringList &amp; labels)">
+ <parameter left="const QStringList &amp;" right="" name="labels" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnLabels" fullname="Q3Table::setColumnLabels" href="q3table.html#setColumnLabels" location="q3table.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setColumnLabels(const QStringList &amp; labels)">
+ <parameter left="const QStringList &amp;" right="" name="labels" default=""/>
+ </function>
+ <enum access="protected" threadsafety="unspecified" status="commendable" name="EditMode" fullname="Q3Table::EditMode" href="q3table.html#EditMode-enum" location="q3table.h">
+ <value name="NotEditing" value="0"/>
+ <value name="Editing" value="1"/>
+ <value name="Replacing" value="2"/>
+ </enum>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawContents" fullname="Q3Table::drawContents" href="q3table.html#drawContents" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawContents(QPainter * p, int cx, int cy, int cw, int ch)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="int" right="" name="cx" default=""/>
+ <parameter left="int" right="" name="cy" default=""/>
+ <parameter left="int" right="" name="cw" default=""/>
+ <parameter left="int" right="" name="ch" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsMousePressEvent" fullname="Q3Table::contentsMousePressEvent" href="q3table.html#contentsMousePressEvent" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsMousePressEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsMouseMoveEvent" fullname="Q3Table::contentsMouseMoveEvent" href="q3table.html#contentsMouseMoveEvent" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsMouseMoveEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsMouseDoubleClickEvent" fullname="Q3Table::contentsMouseDoubleClickEvent" href="q3table.html#contentsMouseDoubleClickEvent" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsMouseDoubleClickEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsMouseReleaseEvent" fullname="Q3Table::contentsMouseReleaseEvent" href="q3table.html#contentsMouseReleaseEvent" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsMouseReleaseEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsContextMenuEvent" fullname="Q3Table::contentsContextMenuEvent" href="q3table.html#contentsContextMenuEvent" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsContextMenuEvent(QContextMenuEvent * e)">
+ <parameter left="QContextMenuEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="Q3Table::keyPressEvent" href="q3table.html#keyPressEvent" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="Q3Table::focusInEvent" href="q3table.html#focusInEvent" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * )">
+ <parameter left="QFocusEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="Q3Table::focusOutEvent" href="q3table.html#focusOutEvent" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * e)">
+ <parameter left="QFocusEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="viewportResizeEvent" fullname="Q3Table::viewportResizeEvent" href="q3table.html#viewportResizeEvent" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="viewportResizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="Q3Table::showEvent" href="q3table.html#showEvent" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * e)">
+ <parameter left="QShowEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="Q3Table::paintEvent" href="q3table.html#paintEvent" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * e)">
+ <parameter left="QPaintEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setEditMode" fullname="Q3Table::setEditMode" href="q3table.html#setEditMode" location="q3table.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEditMode(EditMode mode, int row, int col)">
+ <parameter left="EditMode" right="" name="mode" default=""/>
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsDragEnterEvent" fullname="Q3Table::contentsDragEnterEvent" href="q3table.html#contentsDragEnterEvent" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsDragEnterEvent(QDragEnterEvent * e)">
+ <parameter left="QDragEnterEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsDragMoveEvent" fullname="Q3Table::contentsDragMoveEvent" href="q3table.html#contentsDragMoveEvent" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsDragMoveEvent(QDragMoveEvent * e)">
+ <parameter left="QDragMoveEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsDragLeaveEvent" fullname="Q3Table::contentsDragLeaveEvent" href="q3table.html#contentsDragLeaveEvent" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsDragLeaveEvent(QDragLeaveEvent * e)">
+ <parameter left="QDragLeaveEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsDropEvent" fullname="Q3Table::contentsDropEvent" href="q3table.html#contentsDropEvent" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsDropEvent(QDropEvent * e)">
+ <parameter left="QDropEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragObject" fullname="Q3Table::dragObject" href="q3table.html#dragObject" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="Q3DragObject *" signature="dragObject()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="startDrag" fullname="Q3Table::startDrag" href="q3table.html#startDrag" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="startDrag()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEmptyArea" fullname="Q3Table::paintEmptyArea" href="q3table.html#paintEmptyArea" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEmptyArea(QPainter * p, int cx, int cy, int cw, int ch)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="int" right="" name="cx" default=""/>
+ <parameter left="int" right="" name="cy" default=""/>
+ <parameter left="int" right="" name="cw" default=""/>
+ <parameter left="int" right="" name="ch" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="activateNextCell" fullname="Q3Table::activateNextCell" href="q3table.html#activateNextCell" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="activateNextCell()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="createEditor" fullname="Q3Table::createEditor" href="q3table.html#createEditor" location="q3table.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="createEditor(int row, int col, bool initFromCell) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="bool" right="" name="initFromCell" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setCellContentFromEditor" fullname="Q3Table::setCellContentFromEditor" href="q3table.html#setCellContentFromEditor" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setCellContentFromEditor(int row, int col)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="beginEdit" fullname="Q3Table::beginEdit" href="q3table.html#beginEdit" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QWidget *" signature="beginEdit(int row, int col, bool replace)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="bool" right="" name="replace" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="endEdit" fullname="Q3Table::endEdit" href="q3table.html#endEdit" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="endEdit(int row, int col, bool accept, bool replace)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="bool" right="" name="accept" default=""/>
+ <parameter left="bool" right="" name="replace" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeData" fullname="Q3Table::resizeData" href="q3table.html#resizeData" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeData(int len)">
+ <parameter left="int" right="" name="len" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="insertWidget" fullname="Q3Table::insertWidget" href="q3table.html#insertWidget" location="q3table.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="insertWidget(int row, int col, QWidget * w)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="indexOf" fullname="Q3Table::indexOf" href="q3table.html#indexOf" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOf(int row, int col) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="isEditing" fullname="Q3Table::isEditing" href="q3table.html#isEditing" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEditing() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="editMode" fullname="Q3Table::editMode" href="q3table.html#editMode" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="EditMode" signature="editMode() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="currEditRow" fullname="Q3Table::currEditRow" href="q3table.html#currEditRow" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currEditRow() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="currEditCol" fullname="Q3Table::currEditCol" href="q3table.html#currEditCol" location="q3table.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currEditCol() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="columnWidthChanged" fullname="Q3Table::columnWidthChanged" href="q3table.html#columnWidthChanged" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="columnWidthChanged(int col)">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="rowHeightChanged" fullname="Q3Table::rowHeightChanged" href="q3table.html#rowHeightChanged" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="rowHeightChanged(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="columnIndexChanged" fullname="Q3Table::columnIndexChanged" href="q3table.html#columnIndexChanged" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="columnIndexChanged(int section, int fromIndex, int toIndex)">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="int" right="" name="fromIndex" default=""/>
+ <parameter left="int" right="" name="toIndex" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="rowIndexChanged" fullname="Q3Table::rowIndexChanged" href="q3table.html#rowIndexChanged" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="rowIndexChanged(int section, int fromIndex, int toIndex)">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="int" right="" name="fromIndex" default=""/>
+ <parameter left="int" right="" name="toIndex" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="columnClicked" fullname="Q3Table::columnClicked" href="q3table.html#columnClicked" location="q3table.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="columnClicked(int col)">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentChanged" fullname="Q3Table::currentChanged" href="q3table.html#currentChanged" location="q3table.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentChanged(int row, int col)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clicked" fullname="Q3Table::clicked" href="q3table.html#clicked" location="q3table.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="clicked(int row, int col, int button, const QPoint &amp; mousePos)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="int" right="" name="button" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="mousePos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doubleClicked" fullname="Q3Table::doubleClicked" href="q3table.html#doubleClicked" location="q3table.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="doubleClicked(int row, int col, int button, const QPoint &amp; mousePos)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="int" right="" name="button" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="mousePos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pressed" fullname="Q3Table::pressed" href="q3table.html#pressed" location="q3table.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="pressed(int row, int col, int button, const QPoint &amp; mousePos)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="int" right="" name="button" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="mousePos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionChanged" fullname="Q3Table::selectionChanged" href="q3table.html#selectionChanged" location="q3table.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="selectionChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="Q3Table::valueChanged" href="q3table.html#valueChanged" location="q3table.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(int row, int col)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contextMenuRequested" fullname="Q3Table::contextMenuRequested" href="q3table.html#contextMenuRequested" location="q3table.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="contextMenuRequested(int row, int col, const QPoint &amp; pos)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dropped" fullname="Q3Table::dropped" href="q3table.html#dropped" location="q3table.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="dropped(QDropEvent * e)">
+ <parameter left="QDropEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMessageBox" href="qmessagebox.html" location="qmessagebox.h" bases="QDialog" module="QtGui">
+ <contents name="the-property-based-api" title="The Property-based API" level="1"/>
+ <contents name="rich-text-and-the-text-format-property" title="Rich Text and the Text Format Property" level="2"/>
+ <contents name="severity-levels-and-the-icon-and-pixmap-properties" title="Severity Levels and the Icon and Pixmap Properties" level="2"/>
+ <contents name="the-static-functions-api" title="The Static Functions API" level="1"/>
+ <contents name="advanced-usage" title="Advanced Usage" level="1"/>
+ <contents name="default-and-escape-keys" title="Default and Escape Keys" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QMessageBox::text" href="qmessagebox.html#text-prop" location="qmessagebox.h" type="QString">
+ <getter name="text"/>
+ <setter name="setText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QMessageBox::icon" href="qmessagebox.html#icon-prop" location="qmessagebox.h" type="Icon">
+ <getter name="icon"/>
+ <setter name="setIcon"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="iconPixmap" fullname="QMessageBox::iconPixmap" href="qmessagebox.html#iconPixmap-prop" location="qmessagebox.h" type="QPixmap">
+ <getter name="iconPixmap"/>
+ <setter name="setIconPixmap"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="textFormat" fullname="QMessageBox::textFormat" href="qmessagebox.html#textFormat-prop" location="qmessagebox.h" type="Qt::TextFormat">
+ <getter name="textFormat"/>
+ <setter name="setTextFormat"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="standardButtons" fullname="QMessageBox::standardButtons" href="qmessagebox.html#standardButtons-prop" location="qmessagebox.h" type="StandardButtons">
+ <getter name="standardButtons"/>
+ <setter name="setStandardButtons"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="detailedText" fullname="QMessageBox::detailedText" href="qmessagebox.html#detailedText-prop" location="qmessagebox.h" type="QString">
+ <getter name="detailedText"/>
+ <setter name="setDetailedText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="informativeText" fullname="QMessageBox::informativeText" href="qmessagebox.html#informativeText-prop" location="qmessagebox.h" type="QString">
+ <getter name="informativeText"/>
+ <setter name="setInformativeText"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Icon" fullname="QMessageBox::Icon" href="qmessagebox.html#Icon-enum" location="qmessagebox.h">
+ <value name="NoIcon" value="0"/>
+ <value name="Information" value="1"/>
+ <value name="Warning" value="2"/>
+ <value name="Critical" value="3"/>
+ <value name="Question" value="4"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ButtonRole" fullname="QMessageBox::ButtonRole" href="qmessagebox.html#ButtonRole-enum" location="qmessagebox.h">
+ <value name="InvalidRole" value="-1"/>
+ <value name="AcceptRole" value="0"/>
+ <value name="RejectRole" value="1"/>
+ <value name="DestructiveRole" value="2"/>
+ <value name="ActionRole" value="3"/>
+ <value name="HelpRole" value="4"/>
+ <value name="YesRole" value="5"/>
+ <value name="NoRole" value="6"/>
+ <value name="ResetRole" value="7"/>
+ <value name="ApplyRole" value="8"/>
+ <value name="NRoles" value="9"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StandardButton" fullname="QMessageBox::StandardButton" href="qmessagebox.html#StandardButton-enum" location="qmessagebox.h" typedef="QMessageBox::StandardButtons">
+ <value name="NoButton" value="0x00000000"/>
+ <value name="Ok" value="0x00000400"/>
+ <value name="Save" value="0x00000800"/>
+ <value name="SaveAll" value="0x00001000"/>
+ <value name="Open" value="0x00002000"/>
+ <value name="Yes" value="0x00004000"/>
+ <value name="YesToAll" value="0x00008000"/>
+ <value name="No" value="0x00010000"/>
+ <value name="NoToAll" value="0x00020000"/>
+ <value name="Abort" value="0x00040000"/>
+ <value name="Retry" value="0x00080000"/>
+ <value name="Ignore" value="0x00100000"/>
+ <value name="Close" value="0x00200000"/>
+ <value name="Cancel" value="0x00400000"/>
+ <value name="Discard" value="0x00800000"/>
+ <value name="Help" value="0x01000000"/>
+ <value name="Apply" value="0x02000000"/>
+ <value name="Reset" value="0x04000000"/>
+ <value name="RestoreDefaults" value="0x08000000"/>
+ <value name="FirstButton" value="Ok"/>
+ <value name="LastButton" value="RestoreDefaults"/>
+ <value name="YesAll" value="YesToAll"/>
+ <value name="NoAll" value="NoToAll"/>
+ <value name="Default" value="0x00000100"/>
+ <value name="Escape" value="0x00000200"/>
+ <value name="FlagMask" value="0x00000300"/>
+ <value name="ButtonMask" value="~FlagMask"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="obsolete" name="Button" fullname="QMessageBox::Button" href="qmessagebox-obsolete.html#Button-typedef" location="qmessagebox.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="StandardButtons" fullname="QMessageBox::StandardButtons" href="qmessagebox.html#StandardButtons-typedef" location="qmessagebox.h" enum="QMessageBox::StandardButton"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMessageBox" fullname="QMessageBox::QMessageBox" href="qmessagebox.html#QMessageBox" location="qmessagebox.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMessageBox(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMessageBox" fullname="QMessageBox::QMessageBox" href="qmessagebox.html#QMessageBox-2" location="qmessagebox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QMessageBox(Icon icon, const QString &amp; title, const QString &amp; text, QFlags&lt;QMessageBox::StandardButton&gt; buttons, QWidget * parent, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="Icon" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QFlags&lt;QMessageBox::StandardButton&gt;" right="" name="buttons" default="NoButton"/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="Qt::Dialog | Qt::MSWindowsFixedSizeDialogHint"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMessageBox" fullname="QMessageBox::~QMessageBox" href="qmessagebox.html#dtor.QMessageBox" location="qmessagebox.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMessageBox()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addButton" fullname="QMessageBox::addButton" href="qmessagebox.html#addButton" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addButton(QAbstractButton * button, ButtonRole role)">
+ <parameter left="QAbstractButton *" right="" name="button" default=""/>
+ <parameter left="ButtonRole" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addButton" fullname="QMessageBox::addButton" href="qmessagebox.html#addButton-2" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QPushButton *" signature="addButton(const QString &amp; text, ButtonRole role)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="ButtonRole" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addButton" fullname="QMessageBox::addButton" href="qmessagebox.html#addButton-3" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QPushButton *" signature="addButton(StandardButton button)">
+ <parameter left="StandardButton" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeButton" fullname="QMessageBox::removeButton" href="qmessagebox.html#removeButton" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeButton(QAbstractButton * button)">
+ <parameter left="QAbstractButton *" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="QMessageBox::setVisible" href="qmessagebox.html#setVisible" location="qmessagebox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QMessageBox::open" href="qmessagebox.html#open" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="open(QObject * receiver, const char * member)">
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buttons" fullname="QMessageBox::buttons" href="qmessagebox.html#buttons" location="qmessagebox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QAbstractButton *&gt;" signature="buttons() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buttonRole" fullname="QMessageBox::buttonRole" href="qmessagebox.html#buttonRole" location="qmessagebox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ButtonRole" signature="buttonRole(QAbstractButton * button) const">
+ <parameter left="QAbstractButton *" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStandardButtons" fullname="QMessageBox::setStandardButtons" href="qmessagebox.html#standardButtons-prop" location="qmessagebox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="standardButtons" type="void" signature="setStandardButtons(QFlags&lt;QMessageBox::StandardButton&gt; buttons)">
+ <parameter left="QFlags&lt;QMessageBox::StandardButton&gt;" right="" name="buttons" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardButtons" fullname="QMessageBox::standardButtons" href="qmessagebox.html#standardButtons-prop" location="qmessagebox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="standardButtons" type="StandardButtons" signature="standardButtons() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardButton" fullname="QMessageBox::standardButton" href="qmessagebox.html#standardButton" location="qmessagebox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="StandardButton" signature="standardButton(QAbstractButton * button) const">
+ <parameter left="QAbstractButton *" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="button" fullname="QMessageBox::button" href="qmessagebox.html#button" location="qmessagebox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractButton *" signature="button(StandardButton which) const">
+ <parameter left="StandardButton" right="" name="which" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultButton" fullname="QMessageBox::defaultButton" href="qmessagebox.html#defaultButton" location="qmessagebox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPushButton *" signature="defaultButton() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultButton" fullname="QMessageBox::setDefaultButton" href="qmessagebox.html#setDefaultButton" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDefaultButton(QPushButton * button)">
+ <parameter left="QPushButton *" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultButton" fullname="QMessageBox::setDefaultButton" href="qmessagebox.html#setDefaultButton-2" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setDefaultButton(StandardButton button)">
+ <parameter left="StandardButton" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="escapeButton" fullname="QMessageBox::escapeButton" href="qmessagebox.html#escapeButton" location="qmessagebox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractButton *" signature="escapeButton() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEscapeButton" fullname="QMessageBox::setEscapeButton" href="qmessagebox.html#setEscapeButton" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEscapeButton(QAbstractButton * button)">
+ <parameter left="QAbstractButton *" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEscapeButton" fullname="QMessageBox::setEscapeButton" href="qmessagebox.html#setEscapeButton-2" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setEscapeButton(StandardButton button)">
+ <parameter left="StandardButton" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clickedButton" fullname="QMessageBox::clickedButton" href="qmessagebox.html#clickedButton" location="qmessagebox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractButton *" signature="clickedButton() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QMessageBox::text" href="qmessagebox.html#text-prop" location="qmessagebox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="text" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="QMessageBox::setText" href="qmessagebox.html#text-prop" location="qmessagebox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="text" type="void" signature="setText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QMessageBox::icon" href="qmessagebox.html#icon-prop" location="qmessagebox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="icon" type="Icon" signature="icon() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIcon" fullname="QMessageBox::setIcon" href="qmessagebox.html#icon-prop" location="qmessagebox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="icon" type="void" signature="setIcon(Icon )">
+ <parameter left="Icon" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iconPixmap" fullname="QMessageBox::iconPixmap" href="qmessagebox.html#iconPixmap-prop" location="qmessagebox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="iconPixmap" type="QPixmap" signature="iconPixmap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIconPixmap" fullname="QMessageBox::setIconPixmap" href="qmessagebox.html#iconPixmap-prop" location="qmessagebox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="iconPixmap" type="void" signature="setIconPixmap(const QPixmap &amp; pixmap)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textFormat" fullname="QMessageBox::textFormat" href="qmessagebox.html#textFormat-prop" location="qmessagebox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="textFormat" type="Qt::TextFormat" signature="textFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextFormat" fullname="QMessageBox::setTextFormat" href="qmessagebox.html#textFormat-prop" location="qmessagebox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="textFormat" type="void" signature="setTextFormat(Qt::TextFormat format)">
+ <parameter left="Qt::TextFormat" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="information" fullname="QMessageBox::information" href="qmessagebox.html#information" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="StandardButton" signature="information(QWidget * parent, const QString &amp; title, const QString &amp; text, QFlags&lt;QMessageBox::StandardButton&gt; buttons, StandardButton defaultButton)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QFlags&lt;QMessageBox::StandardButton&gt;" right="" name="buttons" default="Ok"/>
+ <parameter left="StandardButton" right="" name="defaultButton" default="NoButton"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="question" fullname="QMessageBox::question" href="qmessagebox.html#question" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="StandardButton" signature="question(QWidget * parent, const QString &amp; title, const QString &amp; text, QFlags&lt;QMessageBox::StandardButton&gt; buttons, StandardButton defaultButton)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QFlags&lt;QMessageBox::StandardButton&gt;" right="" name="buttons" default="Ok"/>
+ <parameter left="StandardButton" right="" name="defaultButton" default="NoButton"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="warning" fullname="QMessageBox::warning" href="qmessagebox.html#warning" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="StandardButton" signature="warning(QWidget * parent, const QString &amp; title, const QString &amp; text, QFlags&lt;QMessageBox::StandardButton&gt; buttons, StandardButton defaultButton)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QFlags&lt;QMessageBox::StandardButton&gt;" right="" name="buttons" default="Ok"/>
+ <parameter left="StandardButton" right="" name="defaultButton" default="NoButton"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="critical" fullname="QMessageBox::critical" href="qmessagebox.html#critical" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="StandardButton" signature="critical(QWidget * parent, const QString &amp; title, const QString &amp; text, QFlags&lt;QMessageBox::StandardButton&gt; buttons, StandardButton defaultButton)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QFlags&lt;QMessageBox::StandardButton&gt;" right="" name="buttons" default="Ok"/>
+ <parameter left="StandardButton" right="" name="defaultButton" default="NoButton"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="about" fullname="QMessageBox::about" href="qmessagebox.html#about" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="about(QWidget * parent, const QString &amp; title, const QString &amp; text)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="aboutQt" fullname="QMessageBox::aboutQt" href="qmessagebox.html#aboutQt" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="aboutQt(QWidget * parent, const QString &amp; title)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="QMessageBox" fullname="QMessageBox::QMessageBox" href="qmessagebox-obsolete.html#QMessageBox-3" location="qmessagebox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QMessageBox(const QString &amp; title, const QString &amp; text, Icon icon, int button0, int button1, int button2, QWidget * parent, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="Icon" right="" name="icon" default=""/>
+ <parameter left="int" right="" name="button0" default=""/>
+ <parameter left="int" right="" name="button1" default=""/>
+ <parameter left="int" right="" name="button2" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="Qt::Dialog | Qt::MSWindowsFixedSizeDialogHint"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="information" fullname="QMessageBox::information" href="qmessagebox-obsolete.html#information-2" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="int" signature="information(QWidget * parent, const QString &amp; title, const QString &amp; text, int button0, int button1, int button2)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="button0" default=""/>
+ <parameter left="int" right="" name="button1" default="0"/>
+ <parameter left="int" right="" name="button2" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="information" fullname="QMessageBox::information" href="qmessagebox-obsolete.html#information-4" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="4" type="int" signature="information(QWidget * parent, const QString &amp; title, const QString &amp; text, const QString &amp; button0Text, const QString &amp; button1Text, const QString &amp; button2Text, int defaultButtonNumber, int escapeButtonNumber)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QString &amp;" right="" name="button0Text" default=""/>
+ <parameter left="const QString &amp;" right="" name="button1Text" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="button2Text" default="QString()"/>
+ <parameter left="int" right="" name="defaultButtonNumber" default="0"/>
+ <parameter left="int" right="" name="escapeButtonNumber" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="question" fullname="QMessageBox::question" href="qmessagebox-obsolete.html#question-2" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="int" signature="question(QWidget * parent, const QString &amp; title, const QString &amp; text, int button0, int button1, int button2)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="button0" default=""/>
+ <parameter left="int" right="" name="button1" default="0"/>
+ <parameter left="int" right="" name="button2" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="question" fullname="QMessageBox::question" href="qmessagebox-obsolete.html#question-4" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="4" type="int" signature="question(QWidget * parent, const QString &amp; title, const QString &amp; text, const QString &amp; button0Text, const QString &amp; button1Text, const QString &amp; button2Text, int defaultButtonNumber, int escapeButtonNumber)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QString &amp;" right="" name="button0Text" default=""/>
+ <parameter left="const QString &amp;" right="" name="button1Text" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="button2Text" default="QString()"/>
+ <parameter left="int" right="" name="defaultButtonNumber" default="0"/>
+ <parameter left="int" right="" name="escapeButtonNumber" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="warning" fullname="QMessageBox::warning" href="qmessagebox-obsolete.html#warning-2" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="int" signature="warning(QWidget * parent, const QString &amp; title, const QString &amp; text, int button0, int button1, int button2)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="button0" default=""/>
+ <parameter left="int" right="" name="button1" default=""/>
+ <parameter left="int" right="" name="button2" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="warning" fullname="QMessageBox::warning" href="qmessagebox-obsolete.html#warning-4" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="4" type="int" signature="warning(QWidget * parent, const QString &amp; title, const QString &amp; text, const QString &amp; button0Text, const QString &amp; button1Text, const QString &amp; button2Text, int defaultButtonNumber, int escapeButtonNumber)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QString &amp;" right="" name="button0Text" default=""/>
+ <parameter left="const QString &amp;" right="" name="button1Text" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="button2Text" default="QString()"/>
+ <parameter left="int" right="" name="defaultButtonNumber" default="0"/>
+ <parameter left="int" right="" name="escapeButtonNumber" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="critical" fullname="QMessageBox::critical" href="qmessagebox-obsolete.html#critical-2" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="int" signature="critical(QWidget * parent, const QString &amp; title, const QString &amp; text, int button0, int button1, int button2)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="button0" default=""/>
+ <parameter left="int" right="" name="button1" default=""/>
+ <parameter left="int" right="" name="button2" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="critical" fullname="QMessageBox::critical" href="qmessagebox-obsolete.html#critical-4" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="4" type="int" signature="critical(QWidget * parent, const QString &amp; title, const QString &amp; text, const QString &amp; button0Text, const QString &amp; button1Text, const QString &amp; button2Text, int defaultButtonNumber, int escapeButtonNumber)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QString &amp;" right="" name="button0Text" default=""/>
+ <parameter left="const QString &amp;" right="" name="button1Text" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="button2Text" default="QString()"/>
+ <parameter left="int" right="" name="defaultButtonNumber" default="0"/>
+ <parameter left="int" right="" name="escapeButtonNumber" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="buttonText" fullname="QMessageBox::buttonText" href="qmessagebox-obsolete.html#buttonText" location="qmessagebox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="buttonText(int button) const">
+ <parameter left="int" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setButtonText" fullname="QMessageBox::setButtonText" href="qmessagebox-obsolete.html#setButtonText" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setButtonText(int button, const QString &amp; text)">
+ <parameter left="int" right="" name="button" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="informativeText" fullname="QMessageBox::informativeText" href="qmessagebox.html#informativeText-prop" location="qmessagebox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="informativeText" type="QString" signature="informativeText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setInformativeText" fullname="QMessageBox::setInformativeText" href="qmessagebox.html#informativeText-prop" location="qmessagebox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="informativeText" type="void" signature="setInformativeText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="detailedText" fullname="QMessageBox::detailedText" href="qmessagebox.html#detailedText-prop" location="qmessagebox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="detailedText" type="QString" signature="detailedText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDetailedText" fullname="QMessageBox::setDetailedText" href="qmessagebox.html#detailedText-prop" location="qmessagebox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="detailedText" type="void" signature="setDetailedText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWindowTitle" fullname="QMessageBox::setWindowTitle" href="qmessagebox.html#setWindowTitle" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWindowTitle(const QString &amp; title)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWindowModality" fullname="QMessageBox::setWindowModality" href="qmessagebox.html#setWindowModality" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWindowModality(Qt::WindowModality windowModality)">
+ <parameter left="Qt::WindowModality" right="" name="windowModality" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QMessageBox" fullname="QMessageBox::QMessageBox" href="qmessagebox-qt3.html#QMessageBox-4" location="qmessagebox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QMessageBox(const QString &amp; title, const QString &amp; text, Icon icon, int button0, int button1, int button2, QWidget * parent, const char * name, bool modal, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="Icon" right="" name="icon" default=""/>
+ <parameter left="int" right="" name="button0" default=""/>
+ <parameter left="int" right="" name="button1" default=""/>
+ <parameter left="int" right="" name="button2" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="bool" right="" name="modal" default=""/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="Qt::Dialog | Qt::MSWindowsFixedSizeDialogHint"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QMessageBox" fullname="QMessageBox::QMessageBox" href="qmessagebox-qt3.html#QMessageBox-5" location="qmessagebox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QMessageBox(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="standardIcon" fullname="QMessageBox::standardIcon" href="qmessagebox-qt3.html#standardIcon" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QPixmap" signature="standardIcon(Icon icon, Qt::GUIStyle style)">
+ <parameter left="Icon" right="" name="icon" default=""/>
+ <parameter left="Qt::GUIStyle" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="message" fullname="QMessageBox::message" href="qmessagebox-qt3.html#message" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="message(const QString &amp; title, const QString &amp; text, const QString &amp; buttonText, QWidget * parent, const char * name)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QString &amp;" right="" name="buttonText" default="QString()"/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="query" fullname="QMessageBox::query" href="qmessagebox-qt3.html#query" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="query(const QString &amp; caption, const QString &amp; text, const QString &amp; yesButtonText, const QString &amp; noButtonText, QWidget * parent, const char * name)">
+ <parameter left="const QString &amp;" right="" name="caption" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QString &amp;" right="" name="yesButtonText" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="noButtonText" default="QString()"/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="standardIcon" fullname="QMessageBox::standardIcon" href="qmessagebox-obsolete.html#standardIcon-2" location="qmessagebox.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QPixmap" signature="standardIcon(Icon icon)">
+ <parameter left="Icon" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buttonClicked" fullname="QMessageBox::buttonClicked" href="qmessagebox.html#buttonClicked" location="qmessagebox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="buttonClicked(QAbstractButton * button)">
+ <parameter left="QAbstractButton *" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exec" fullname="QMessageBox::exec" href="qmessagebox.html#exec" location="qmessagebox.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="int" signature="exec()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QMessageBox::event" href="qmessagebox.html#event" location="qmessagebox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QMessageBox::resizeEvent" href="qmessagebox.html#resizeEvent" location="qmessagebox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * event)">
+ <parameter left="QResizeEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="QMessageBox::showEvent" href="qmessagebox.html#showEvent" location="qmessagebox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * e)">
+ <parameter left="QShowEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="closeEvent" fullname="QMessageBox::closeEvent" href="qmessagebox.html#closeEvent" location="qmessagebox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="closeEvent(QCloseEvent * e)">
+ <parameter left="QCloseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QMessageBox::keyPressEvent" href="qmessagebox.html#keyPressEvent" location="qmessagebox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QMessageBox::changeEvent" href="qmessagebox.html#changeEvent" location="qmessagebox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * ev)">
+ <parameter left="QEvent *" right="" name="ev" default=""/>
+ </function>
+ </class>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="QRgb" href="qcolor.html#QRgb-typedef" location="qrgb.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qRed" href="qcolor.html#qRed" location="qrgb.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QColor" type="int" signature="qRed(QRgb rgb)">
+ <parameter left="QRgb" right="" name="rgb" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qGreen" href="qcolor.html#qGreen" location="qrgb.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QColor" type="int" signature="qGreen(QRgb rgb)">
+ <parameter left="QRgb" right="" name="rgb" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qBlue" href="qcolor.html#qBlue" location="qrgb.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QColor" type="int" signature="qBlue(QRgb rgb)">
+ <parameter left="QRgb" right="" name="rgb" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qAlpha" href="qcolor.html#qAlpha" location="qrgb.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QColor" type="int" signature="qAlpha(QRgb rgba)">
+ <parameter left="QRgb" right="" name="rgba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qRgb" href="qcolor.html#qRgb" location="qrgb.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QColor" type="QRgb" signature="qRgb(int r, int g, int b)">
+ <parameter left="int" right="" name="r" default=""/>
+ <parameter left="int" right="" name="g" default=""/>
+ <parameter left="int" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qRgba" href="qcolor.html#qRgba" location="qrgb.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QColor" type="QRgb" signature="qRgba(int r, int g, int b, int a)">
+ <parameter left="int" right="" name="r" default=""/>
+ <parameter left="int" right="" name="g" default=""/>
+ <parameter left="int" right="" name="b" default=""/>
+ <parameter left="int" right="" name="a" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qGray" href="qcolor.html#qGray" location="qrgb.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QColor" type="int" signature="qGray(int r, int g, int b)">
+ <parameter left="int" right="" name="r" default=""/>
+ <parameter left="int" right="" name="g" default=""/>
+ <parameter left="int" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qGray" href="qcolor.html#qGray-2" location="qrgb.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="QColor" type="int" signature="qGray(QRgb rgb)">
+ <parameter left="QRgb" right="" name="rgb" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3HttpHeader" href="q3httpheader.html" location="q3http.h" bases="" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3HttpHeader" fullname="Q3HttpHeader::Q3HttpHeader" href="q3httpheader.html#Q3HttpHeader" location="q3http.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3HttpHeader()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3HttpHeader" fullname="Q3HttpHeader::Q3HttpHeader" href="q3httpheader.html#Q3HttpHeader-2" location="q3http.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3HttpHeader(const Q3HttpHeader &amp; header)">
+ <parameter left="const Q3HttpHeader &amp;" right="" name="header" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3HttpHeader" fullname="Q3HttpHeader::Q3HttpHeader" href="q3httpheader.html#Q3HttpHeader-3" location="q3http.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3HttpHeader(const QString &amp; str)">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3HttpHeader" fullname="Q3HttpHeader::~Q3HttpHeader" href="q3httpheader.html#dtor.Q3HttpHeader" location="q3http.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3HttpHeader()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3HttpHeader::operator=" href="q3httpheader.html#operator=" location="q3http.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3HttpHeader &amp;" signature="operator=(const Q3HttpHeader &amp; h)">
+ <parameter left="const Q3HttpHeader &amp;" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="Q3HttpHeader::value" href="q3httpheader.html#value" location="q3http.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="value(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="Q3HttpHeader::setValue" href="q3httpheader.html#setValue" location="q3http.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setValue(const QString &amp; key, const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeValue" fullname="Q3HttpHeader::removeValue" href="q3httpheader.html#removeValue" location="q3http.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeValue(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="Q3HttpHeader::keys" href="q3httpheader.html#keys" location="q3http.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="keys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasKey" fullname="Q3HttpHeader::hasKey" href="q3httpheader.html#hasKey" location="q3http.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasKey(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasContentLength" fullname="Q3HttpHeader::hasContentLength" href="q3httpheader.html#hasContentLength" location="q3http.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasContentLength() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentLength" fullname="Q3HttpHeader::contentLength" href="q3httpheader.html#contentLength" location="q3http.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="contentLength() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContentLength" fullname="Q3HttpHeader::setContentLength" href="q3httpheader.html#setContentLength" location="q3http.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setContentLength(int len)">
+ <parameter left="int" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasContentType" fullname="Q3HttpHeader::hasContentType" href="q3httpheader.html#hasContentType" location="q3http.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasContentType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentType" fullname="Q3HttpHeader::contentType" href="q3httpheader.html#contentType" location="q3http.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="contentType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContentType" fullname="Q3HttpHeader::setContentType" href="q3httpheader.html#setContentType" location="q3http.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setContentType(const QString &amp; type)">
+ <parameter left="const QString &amp;" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="Q3HttpHeader::toString" href="q3httpheader.html#toString" location="q3http.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="Q3HttpHeader::isValid" href="q3httpheader.html#isValid" location="q3http.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="majorVersion" fullname="Q3HttpHeader::majorVersion" href="q3httpheader.html#majorVersion" location="q3http.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="majorVersion() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minorVersion" fullname="Q3HttpHeader::minorVersion" href="q3httpheader.html#minorVersion" location="q3http.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="minorVersion() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3HttpResponseHeader" href="q3httpresponseheader.html" location="q3http.h" bases="Q3HttpHeader" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3HttpResponseHeader" fullname="Q3HttpResponseHeader::Q3HttpResponseHeader" href="q3httpresponseheader.html#Q3HttpResponseHeader" location="q3http.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3HttpResponseHeader()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3HttpResponseHeader" fullname="Q3HttpResponseHeader::Q3HttpResponseHeader" href="q3httpresponseheader.html#Q3HttpResponseHeader-4" location="q3http.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="Q3HttpResponseHeader(const Q3HttpResponseHeader &amp; header)">
+ <parameter left="const Q3HttpResponseHeader &amp;" right="" name="header" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="statusCode" fullname="Q3HttpResponseHeader::statusCode" href="q3httpresponseheader.html#statusCode" location="q3http.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="statusCode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reasonPhrase" fullname="Q3HttpResponseHeader::reasonPhrase" href="q3httpresponseheader.html#reasonPhrase" location="q3http.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="reasonPhrase() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="majorVersion" fullname="Q3HttpResponseHeader::majorVersion" href="q3httpresponseheader.html#majorVersion" location="q3http.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="majorVersion() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minorVersion" fullname="Q3HttpResponseHeader::minorVersion" href="q3httpresponseheader.html#minorVersion" location="q3http.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="minorVersion() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="Q3HttpResponseHeader::toString" href="q3httpresponseheader.html#toString" location="q3http.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3HttpRequestHeader" href="q3httprequestheader.html" location="q3http.h" bases="Q3HttpHeader" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3HttpRequestHeader" fullname="Q3HttpRequestHeader::Q3HttpRequestHeader" href="q3httprequestheader.html#Q3HttpRequestHeader" location="q3http.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3HttpRequestHeader()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3HttpRequestHeader" fullname="Q3HttpRequestHeader::Q3HttpRequestHeader" href="q3httprequestheader.html#Q3HttpRequestHeader-2" location="q3http.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3HttpRequestHeader(const QString &amp; method, const QString &amp; path, int majorVer, int minorVer)">
+ <parameter left="const QString &amp;" right="" name="method" default=""/>
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="int" right="" name="majorVer" default="1"/>
+ <parameter left="int" right="" name="minorVer" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3HttpRequestHeader" fullname="Q3HttpRequestHeader::Q3HttpRequestHeader" href="q3httprequestheader.html#Q3HttpRequestHeader-3" location="q3http.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3HttpRequestHeader(const Q3HttpRequestHeader &amp; header)">
+ <parameter left="const Q3HttpRequestHeader &amp;" right="" name="header" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3HttpRequestHeader" fullname="Q3HttpRequestHeader::Q3HttpRequestHeader" href="q3httprequestheader.html#Q3HttpRequestHeader-4" location="q3http.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="Q3HttpRequestHeader(const QString &amp; str)">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRequest" fullname="Q3HttpRequestHeader::setRequest" href="q3httprequestheader.html#setRequest" location="q3http.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRequest(const QString &amp; method, const QString &amp; path, int majorVer, int minorVer)">
+ <parameter left="const QString &amp;" right="" name="method" default=""/>
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="int" right="" name="majorVer" default="1"/>
+ <parameter left="int" right="" name="minorVer" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="method" fullname="Q3HttpRequestHeader::method" href="q3httprequestheader.html#method" location="q3http.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="method() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="path" fullname="Q3HttpRequestHeader::path" href="q3httprequestheader.html#path" location="q3http.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="path() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="majorVersion" fullname="Q3HttpRequestHeader::majorVersion" href="q3httprequestheader.html#majorVersion" location="q3http.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="majorVersion() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minorVersion" fullname="Q3HttpRequestHeader::minorVersion" href="q3httprequestheader.html#minorVersion" location="q3http.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="minorVersion() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="Q3HttpRequestHeader::toString" href="q3httprequestheader.html#toString" location="q3http.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3Http" href="q3http.html" location="q3http.h" bases="Q3NetworkProtocol" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Http" fullname="Q3Http::Q3Http" href="q3http.html#Q3Http" location="q3http.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3Http()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Http" fullname="Q3Http::Q3Http" href="q3http.html#Q3Http-2" location="q3http.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3Http(QObject * parent, const char * name)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Http" fullname="Q3Http::Q3Http" href="q3http.html#Q3Http-3" location="q3http.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3Http(const QString &amp; hostname, Q_UINT16 port, QObject * parent, const char * name)">
+ <parameter left="const QString &amp;" right="" name="hostname" default=""/>
+ <parameter left="Q_UINT16" right="" name="port" default="80"/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3Http" fullname="Q3Http::~Q3Http" href="q3http.html#dtor.Q3Http" location="q3http.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3Http()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedOperations" fullname="Q3Http::supportedOperations" href="q3http.html#supportedOperations" location="q3http.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="supportedOperations() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="State" fullname="Q3Http::State" href="q3http.html#State-enum" location="q3http.h">
+ <value name="Unconnected" value="0"/>
+ <value name="HostLookup" value="1"/>
+ <value name="Connecting" value="2"/>
+ <value name="Sending" value="3"/>
+ <value name="Reading" value="4"/>
+ <value name="Connected" value="5"/>
+ <value name="Closing" value="6"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Error" fullname="Q3Http::Error" href="q3http.html#Error-enum" location="q3http.h">
+ <value name="NoError" value="0"/>
+ <value name="UnknownError" value="1"/>
+ <value name="HostNotFound" value="2"/>
+ <value name="ConnectionRefused" value="3"/>
+ <value name="UnexpectedClose" value="4"/>
+ <value name="InvalidResponseHeader" value="5"/>
+ <value name="WrongContentLength" value="6"/>
+ <value name="Aborted" value="7"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHost" fullname="Q3Http::setHost" href="q3http.html#setHost" location="q3http.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="setHost(const QString &amp; hostname, Q_UINT16 port)">
+ <parameter left="const QString &amp;" right="" name="hostname" default=""/>
+ <parameter left="Q_UINT16" right="" name="port" default="80"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="get" fullname="Q3Http::get" href="q3http.html#get" location="q3http.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="get(const QString &amp; path, QIODevice * to)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="QIODevice *" right="" name="to" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="post" fullname="Q3Http::post" href="q3http.html#post" location="q3http.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="post(const QString &amp; path, QIODevice * data, QIODevice * to)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="QIODevice *" right="" name="data" default=""/>
+ <parameter left="QIODevice *" right="" name="to" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="post" fullname="Q3Http::post" href="q3http.html#post-2" location="q3http.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="post(const QString &amp; path, const QByteArray &amp; data, QIODevice * to)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ <parameter left="QIODevice *" right="" name="to" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="head" fullname="Q3Http::head" href="q3http.html#head" location="q3http.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="head(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="request" fullname="Q3Http::request" href="q3http.html#request" location="q3http.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="request(const Q3HttpRequestHeader &amp; header, QIODevice * data, QIODevice * to)">
+ <parameter left="const Q3HttpRequestHeader &amp;" right="" name="header" default=""/>
+ <parameter left="QIODevice *" right="" name="data" default="0"/>
+ <parameter left="QIODevice *" right="" name="to" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="request" fullname="Q3Http::request" href="q3http.html#request-2" location="q3http.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="request(const Q3HttpRequestHeader &amp; header, const QByteArray &amp; data, QIODevice * to)">
+ <parameter left="const Q3HttpRequestHeader &amp;" right="" name="header" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ <parameter left="QIODevice *" right="" name="to" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="closeConnection" fullname="Q3Http::closeConnection" href="q3http.html#closeConnection" location="q3http.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="closeConnection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bytesAvailable" fullname="Q3Http::bytesAvailable" href="q3http.html#bytesAvailable" location="q3http.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q_ULONG" signature="bytesAvailable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readBlock" fullname="Q3Http::readBlock" href="q3http.html#readBlock" location="q3http.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q_LONG" signature="readBlock(char * data, Q_ULONG maxlen)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="Q_ULONG" right="" name="maxlen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readAll" fullname="Q3Http::readAll" href="q3http.html#readAll" location="q3http.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QByteArray" signature="readAll()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentId" fullname="Q3Http::currentId" href="q3http.html#currentId" location="q3http.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currentId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentSourceDevice" fullname="Q3Http::currentSourceDevice" href="q3http.html#currentSourceDevice" location="q3http.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIODevice *" signature="currentSourceDevice() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentDestinationDevice" fullname="Q3Http::currentDestinationDevice" href="q3http.html#currentDestinationDevice" location="q3http.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIODevice *" signature="currentDestinationDevice() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentRequest" fullname="Q3Http::currentRequest" href="q3http.html#currentRequest" location="q3http.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3HttpRequestHeader" signature="currentRequest() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPendingRequests" fullname="Q3Http::hasPendingRequests" href="q3http.html#hasPendingRequests" location="q3http.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPendingRequests() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearPendingRequests" fullname="Q3Http::clearPendingRequests" href="q3http.html#clearPendingRequests" location="q3http.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearPendingRequests()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="Q3Http::state" href="q3http.html#state" location="q3http.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="State" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="Q3Http::error" href="q3http.html#error" location="q3http.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Error" signature="error() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="Q3Http::errorString" href="q3http.html#errorString" location="q3http.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="abort" fullname="Q3Http::abort" href="q3http.html#abort" location="q3http.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="abort()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stateChanged" fullname="Q3Http::stateChanged" href="q3http.html#stateChanged" location="q3http.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="stateChanged(int state)">
+ <parameter left="int" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="responseHeaderReceived" fullname="Q3Http::responseHeaderReceived" href="q3http.html#responseHeaderReceived" location="q3http.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="responseHeaderReceived(const Q3HttpResponseHeader &amp; resp)">
+ <parameter left="const Q3HttpResponseHeader &amp;" right="" name="resp" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readyRead" fullname="Q3Http::readyRead" href="q3http.html#readyRead" location="q3http.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="readyRead(const Q3HttpResponseHeader &amp; resp)">
+ <parameter left="const Q3HttpResponseHeader &amp;" right="" name="resp" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dataSendProgress" fullname="Q3Http::dataSendProgress" href="q3http.html#dataSendProgress" location="q3http.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="dataSendProgress(int done, int total)">
+ <parameter left="int" right="" name="done" default=""/>
+ <parameter left="int" right="" name="total" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dataReadProgress" fullname="Q3Http::dataReadProgress" href="q3http.html#dataReadProgress" location="q3http.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="dataReadProgress(int done, int total)">
+ <parameter left="int" right="" name="done" default=""/>
+ <parameter left="int" right="" name="total" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="requestStarted" fullname="Q3Http::requestStarted" href="q3http.html#requestStarted" location="q3http.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="requestStarted(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="requestFinished" fullname="Q3Http::requestFinished" href="q3http.html#requestFinished" location="q3http.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="requestFinished(int id, bool error)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="bool" right="" name="error" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="done" fullname="Q3Http::done" href="q3http.html#done" location="q3http.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="done(bool error)">
+ <parameter left="bool" right="" name="error" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="operationGet" fullname="Q3Http::operationGet" href="q3http.html#operationGet" location="q3http.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="operationGet(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="operationPut" fullname="Q3Http::operationPut" href="q3http.html#operationPut" location="q3http.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="operationPut(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="timerEvent" fullname="Q3Http::timerEvent" href="q3http.html#timerEvent" location="q3http.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="timerEvent(QTimerEvent * e)">
+ <parameter left="QTimerEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QUdpSocket" href="qudpsocket.html" location="qudpsocket.h" bases="QAbstractSocket" module="QtNetwork">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="BindFlag" fullname="QUdpSocket::BindFlag" href="qudpsocket.html#BindFlag-enum" location="qudpsocket.h" typedef="QUdpSocket::BindMode">
+ <value name="DefaultForPlatform" value="0x0"/>
+ <value name="ShareAddress" value="0x1"/>
+ <value name="DontShareAddress" value="0x2"/>
+ <value name="ReuseAddressHint" value="0x4"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="BindMode" fullname="QUdpSocket::BindMode" href="qudpsocket.html#BindMode-typedef" location="qudpsocket.h" enum="QUdpSocket::BindFlag"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QUdpSocket" fullname="QUdpSocket::QUdpSocket" href="qudpsocket.html#QUdpSocket" location="qudpsocket.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QUdpSocket(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QUdpSocket" fullname="QUdpSocket::~QUdpSocket" href="qudpsocket.html#dtor.QUdpSocket" location="qudpsocket.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QUdpSocket()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bind" fullname="QUdpSocket::bind" href="qudpsocket.html#bind" location="qudpsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="bind(const QHostAddress &amp; address, quint16 port)">
+ <parameter left="const QHostAddress &amp;" right="" name="address" default=""/>
+ <parameter left="quint16" right="" name="port" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bind" fullname="QUdpSocket::bind" href="qudpsocket.html#bind-3" location="qudpsocket.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="bool" signature="bind(quint16 port)">
+ <parameter left="quint16" right="" name="port" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bind" fullname="QUdpSocket::bind" href="qudpsocket.html#bind-2" location="qudpsocket.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="bind(const QHostAddress &amp; address, quint16 port, QFlags&lt;QUdpSocket::BindFlag&gt; mode)">
+ <parameter left="const QHostAddress &amp;" right="" name="address" default=""/>
+ <parameter left="quint16" right="" name="port" default=""/>
+ <parameter left="QFlags&lt;QUdpSocket::BindFlag&gt;" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bind" fullname="QUdpSocket::bind" href="qudpsocket.html#bind-4" location="qudpsocket.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="bool" signature="bind(quint16 port, QFlags&lt;QUdpSocket::BindFlag&gt; mode)">
+ <parameter left="quint16" right="" name="port" default=""/>
+ <parameter left="QFlags&lt;QUdpSocket::BindFlag&gt;" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPendingDatagrams" fullname="QUdpSocket::hasPendingDatagrams" href="qudpsocket.html#hasPendingDatagrams" location="qudpsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPendingDatagrams() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pendingDatagramSize" fullname="QUdpSocket::pendingDatagramSize" href="qudpsocket.html#pendingDatagramSize" location="qudpsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="pendingDatagramSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readDatagram" fullname="QUdpSocket::readDatagram" href="qudpsocket.html#readDatagram" location="qudpsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="qint64" signature="readDatagram(char * data, qint64 maxSize, QHostAddress * address, quint16 * port)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="maxSize" default=""/>
+ <parameter left="QHostAddress *" right="" name="address" default="0"/>
+ <parameter left="quint16 *" right="" name="port" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeDatagram" fullname="QUdpSocket::writeDatagram" href="qudpsocket.html#writeDatagram" location="qudpsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="qint64" signature="writeDatagram(const char * data, qint64 size, const QHostAddress &amp; address, quint16 port)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="size" default=""/>
+ <parameter left="const QHostAddress &amp;" right="" name="address" default=""/>
+ <parameter left="quint16" right="" name="port" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeDatagram" fullname="QUdpSocket::writeDatagram" href="qudpsocket.html#writeDatagram-2" location="qudpsocket.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="qint64" signature="writeDatagram(const QByteArray &amp; datagram, const QHostAddress &amp; host, quint16 port)">
+ <parameter left="const QByteArray &amp;" right="" name="datagram" default=""/>
+ <parameter left="const QHostAddress &amp;" right="" name="host" default=""/>
+ <parameter left="quint16" right="" name="port" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qscriptdebuggercommand.html#operator&lt;&lt;-103" location="qscriptdebuggercommand.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="103" relates="QScriptDebuggerCommand" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QScriptDebuggerCommand &amp; command)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QScriptDebuggerCommand &amp;" right="" name="command" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qscriptdebuggercommand.html#operator&gt;&gt;-59" location="qscriptdebuggercommand.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="59" relates="QScriptDebuggerCommand" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QScriptDebuggerCommand &amp; command)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QScriptDebuggerCommand &amp;" right="" name="command" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3ProgressBar" href="q3progressbar.html" location="q3progressbar.h" bases="QFrame" module="Qt3SupportLight">
+ <property access="public" threadsafety="unspecified" status="commendable" name="totalSteps" fullname="Q3ProgressBar::totalSteps" href="q3progressbar.html#totalSteps-prop" location="q3progressbar.h" type="int">
+ <getter name="totalSteps"/>
+ <setter name="setTotalSteps"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="progress" fullname="Q3ProgressBar::progress" href="q3progressbar.html#progress-prop" location="q3progressbar.h" type="int">
+ <getter name="progress"/>
+ <setter name="setProgress"/>
+ <setter name="setProgress"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="progressString" fullname="Q3ProgressBar::progressString" href="q3progressbar.html#progressString-prop" location="q3progressbar.h" type="QString">
+ <getter name="progressString"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="centerIndicator" fullname="Q3ProgressBar::centerIndicator" href="q3progressbar.html#centerIndicator-prop" location="q3progressbar.h" type="bool">
+ <getter name="centerIndicator"/>
+ <setter name="setCenterIndicator"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="percentageVisible" fullname="Q3ProgressBar::percentageVisible" href="q3progressbar.html#percentageVisible-prop" location="q3progressbar.h" type="bool">
+ <getter name="percentageVisible"/>
+ <setter name="setPercentageVisible"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="Q3ProgressBar" fullname="Q3ProgressBar::Q3ProgressBar" href="q3progressbar-obsolete.html#Q3ProgressBar-3" location="q3progressbar.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3ProgressBar(QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="Q3ProgressBar" fullname="Q3ProgressBar::Q3ProgressBar" href="q3progressbar-obsolete.html#Q3ProgressBar-2" location="q3progressbar.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3ProgressBar(int totalSteps, QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="int" right="" name="totalSteps" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ProgressBar" fullname="Q3ProgressBar::Q3ProgressBar" href="q3progressbar.html#Q3ProgressBar" location="q3progressbar.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3ProgressBar(QWidget * parent, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ProgressBar" fullname="Q3ProgressBar::Q3ProgressBar" href="q3progressbar.html#Q3ProgressBar-4" location="q3progressbar.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="Q3ProgressBar(int totalSteps, QWidget * parent, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="int" right="" name="totalSteps" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="totalSteps" fullname="Q3ProgressBar::totalSteps" href="q3progressbar.html#totalSteps-prop" location="q3progressbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="totalSteps" type="int" signature="totalSteps() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="progress" fullname="Q3ProgressBar::progress" href="q3progressbar.html#progress-prop" location="q3progressbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="progress" type="int" signature="progress() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="progressString" fullname="Q3ProgressBar::progressString" href="q3progressbar.html#progressString-prop" location="q3progressbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="progressString" type="const QString &amp;" signature="progressString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="Q3ProgressBar::sizeHint" href="q3progressbar.html#sizeHint" location="q3progressbar.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="Q3ProgressBar::minimumSizeHint" href="q3progressbar.html#minimumSizeHint" location="q3progressbar.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCenterIndicator" fullname="Q3ProgressBar::setCenterIndicator" href="q3progressbar.html#centerIndicator-prop" location="q3progressbar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="centerIndicator" type="void" signature="setCenterIndicator(bool on)">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="centerIndicator" fullname="Q3ProgressBar::centerIndicator" href="q3progressbar.html#centerIndicator-prop" location="q3progressbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="centerIndicator" type="bool" signature="centerIndicator() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="percentageVisible" fullname="Q3ProgressBar::percentageVisible" href="q3progressbar.html#percentageVisible-prop" location="q3progressbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="percentageVisible" type="bool" signature="percentageVisible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPercentageVisible" fullname="Q3ProgressBar::setPercentageVisible" href="q3progressbar.html#percentageVisible-prop" location="q3progressbar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="percentageVisible" type="void" signature="setPercentageVisible(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="Q3ProgressBar::setVisible" href="q3progressbar.html#setVisible" location="q3progressbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMargin" fullname="Q3ProgressBar::setMargin" href="q3progressbar.html#setMargin" location="q3progressbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMargin(int margin)">
+ <parameter left="int" right="" name="margin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="margin" fullname="Q3ProgressBar::margin" href="q3progressbar.html#margin" location="q3progressbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="margin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="Q3ProgressBar::reset" href="q3progressbar.html#reset" location="q3progressbar.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTotalSteps" fullname="Q3ProgressBar::setTotalSteps" href="q3progressbar.html#totalSteps-prop" location="q3progressbar.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="totalSteps" type="void" signature="setTotalSteps(int totalSteps)">
+ <parameter left="int" right="" name="totalSteps" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProgress" fullname="Q3ProgressBar::setProgress" href="q3progressbar.html#progress-prop" location="q3progressbar.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="progress" type="void" signature="setProgress(int progress)">
+ <parameter left="int" right="" name="progress" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProgress" fullname="Q3ProgressBar::setProgress" href="q3progressbar.html#progress-prop" location="q3progressbar.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" associated-property="progress" type="void" signature="setProgress(int progress, int totalSteps)">
+ <parameter left="int" right="" name="progress" default=""/>
+ <parameter left="int" right="" name="totalSteps" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="Q3ProgressBar::paintEvent" href="q3progressbar.html#paintEvent" location="q3progressbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * )">
+ <parameter left="QPaintEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setIndicator" fullname="Q3ProgressBar::setIndicator" href="q3progressbar.html#setIndicator" location="q3progressbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="setIndicator(QString &amp; indicator, int progress, int totalSteps)">
+ <parameter left="QString &amp;" right="" name="indicator" default=""/>
+ <parameter left="int" right="" name="progress" default=""/>
+ <parameter left="int" right="" name="totalSteps" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="Q3ProgressBar::changeEvent" href="q3progressbar.html#changeEvent" location="q3progressbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * ev)">
+ <parameter left="QEvent *" right="" name="ev" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="thread safe" status="commendable" name="QMutex" href="qmutex.html" location="qmutex.h" bases="" module="QtCore">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="RecursionMode" fullname="QMutex::RecursionMode" href="qmutex.html#RecursionMode-enum" location="qmutex.h">
+ <value name="NonRecursive" value="0"/>
+ <value name="Recursive" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMutex" fullname="QMutex::QMutex" href="qmutex.html#QMutex" location="qmutex.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMutex(RecursionMode mode)">
+ <parameter left="RecursionMode" right="" name="mode" default="NonRecursive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMutex" fullname="QMutex::~QMutex" href="qmutex.html#dtor.QMutex" location="qmutex.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMutex()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lock" fullname="QMutex::lock" href="qmutex.html#lock" location="qmutex.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="lock()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tryLock" fullname="QMutex::tryLock" href="qmutex.html#tryLock" location="qmutex.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="tryLock()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tryLock" fullname="QMutex::tryLock" href="qmutex.html#tryLock-2" location="qmutex.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="tryLock(int timeout)">
+ <parameter left="int" right="" name="timeout" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unlock" fullname="QMutex::unlock" href="qmutex.html#unlock" location="qmutex.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="unlock()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="locked" fullname="QMutex::locked" href="qmutex-qt3.html#locked" location="qmutex.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="locked()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="QMutex" fullname="QMutex::QMutex" href="qmutex-qt3.html#QMutex-2" location="qmutex.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QMutex(bool recursive)">
+ <parameter left="bool" right="" name="recursive" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="thread safe" status="commendable" name="QMutexLocker" href="qmutexlocker.html" location="qmutex.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMutexLocker" fullname="QMutexLocker::QMutexLocker" href="qmutexlocker.html#QMutexLocker" location="qmutex.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMutexLocker(QMutex * mutex)">
+ <parameter left="QMutex *" right="" name="mutex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMutexLocker" fullname="QMutexLocker::~QMutexLocker" href="qmutexlocker.html#dtor.QMutexLocker" location="qmutex.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMutexLocker()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unlock" fullname="QMutexLocker::unlock" href="qmutexlocker.html#unlock" location="qmutex.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="unlock()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="relock" fullname="QMutexLocker::relock" href="qmutexlocker.html#relock" location="qmutex.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="relock()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mutex" fullname="QMutexLocker::mutex" href="qmutexlocker.html#mutex" location="qmutex.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMutex *" signature="mutex() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSortFilterProxyModel" href="qsortfilterproxymodel.html" location="qsortfilterproxymodel.h" bases="QAbstractProxyModel" module="QtGui">
+ <contents name="sorting" title="Sorting" level="1"/>
+ <contents name="filtering" title="Filtering" level="1"/>
+ <contents name="subclassing" title="Subclassing" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="filterRegExp" fullname="QSortFilterProxyModel::filterRegExp" href="qsortfilterproxymodel.html#filterRegExp-prop" location="qsortfilterproxymodel.h" type="QRegExp">
+ <getter name="filterRegExp"/>
+ <setter name="setFilterRegExp"/>
+ <setter name="setFilterRegExp"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="filterKeyColumn" fullname="QSortFilterProxyModel::filterKeyColumn" href="qsortfilterproxymodel.html#filterKeyColumn-prop" location="qsortfilterproxymodel.h" type="int">
+ <getter name="filterKeyColumn"/>
+ <setter name="setFilterKeyColumn"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="dynamicSortFilter" fullname="QSortFilterProxyModel::dynamicSortFilter" href="qsortfilterproxymodel.html#dynamicSortFilter-prop" location="qsortfilterproxymodel.h" type="bool">
+ <getter name="dynamicSortFilter"/>
+ <setter name="setDynamicSortFilter"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="filterCaseSensitivity" fullname="QSortFilterProxyModel::filterCaseSensitivity" href="qsortfilterproxymodel.html#filterCaseSensitivity-prop" location="qsortfilterproxymodel.h" type="Qt::CaseSensitivity">
+ <getter name="filterCaseSensitivity"/>
+ <setter name="setFilterCaseSensitivity"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="sortCaseSensitivity" fullname="QSortFilterProxyModel::sortCaseSensitivity" href="qsortfilterproxymodel.html#sortCaseSensitivity-prop" location="qsortfilterproxymodel.h" type="Qt::CaseSensitivity">
+ <getter name="sortCaseSensitivity"/>
+ <setter name="setSortCaseSensitivity"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="isSortLocaleAware" fullname="QSortFilterProxyModel::isSortLocaleAware" href="qsortfilterproxymodel.html#isSortLocaleAware-prop" location="qsortfilterproxymodel.h" type="bool">
+ <getter name="isSortLocaleAware"/>
+ <setter name="setSortLocaleAware"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="sortRole" fullname="QSortFilterProxyModel::sortRole" href="qsortfilterproxymodel.html#sortRole-prop" location="qsortfilterproxymodel.h" type="int">
+ <getter name="sortRole"/>
+ <setter name="setSortRole"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="filterRole" fullname="QSortFilterProxyModel::filterRole" href="qsortfilterproxymodel.html#filterRole-prop" location="qsortfilterproxymodel.h" type="int">
+ <getter name="filterRole"/>
+ <setter name="setFilterRole"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSortFilterProxyModel" fullname="QSortFilterProxyModel::QSortFilterProxyModel" href="qsortfilterproxymodel.html#QSortFilterProxyModel" location="qsortfilterproxymodel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSortFilterProxyModel(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSortFilterProxyModel" fullname="QSortFilterProxyModel::~QSortFilterProxyModel" href="qsortfilterproxymodel.html#dtor.QSortFilterProxyModel" location="qsortfilterproxymodel.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSortFilterProxyModel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSourceModel" fullname="QSortFilterProxyModel::setSourceModel" href="qsortfilterproxymodel.html#setSourceModel" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSourceModel(QAbstractItemModel * sourceModel)">
+ <parameter left="QAbstractItemModel *" right="" name="sourceModel" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToSource" fullname="QSortFilterProxyModel::mapToSource" href="qsortfilterproxymodel.html#mapToSource" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="mapToSource(const QModelIndex &amp; proxyIndex) const">
+ <parameter left="const QModelIndex &amp;" right="" name="proxyIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromSource" fullname="QSortFilterProxyModel::mapFromSource" href="qsortfilterproxymodel.html#mapFromSource" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="mapFromSource(const QModelIndex &amp; sourceIndex) const">
+ <parameter left="const QModelIndex &amp;" right="" name="sourceIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapSelectionToSource" fullname="QSortFilterProxyModel::mapSelectionToSource" href="qsortfilterproxymodel.html#mapSelectionToSource" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QItemSelection" signature="mapSelectionToSource(const QItemSelection &amp; proxySelection) const">
+ <parameter left="const QItemSelection &amp;" right="" name="proxySelection" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapSelectionFromSource" fullname="QSortFilterProxyModel::mapSelectionFromSource" href="qsortfilterproxymodel.html#mapSelectionFromSource" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QItemSelection" signature="mapSelectionFromSource(const QItemSelection &amp; sourceSelection) const">
+ <parameter left="const QItemSelection &amp;" right="" name="sourceSelection" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filterRegExp" fullname="QSortFilterProxyModel::filterRegExp" href="qsortfilterproxymodel.html#filterRegExp-prop" location="qsortfilterproxymodel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="filterRegExp" type="QRegExp" signature="filterRegExp() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFilterRegExp" fullname="QSortFilterProxyModel::setFilterRegExp" href="qsortfilterproxymodel.html#filterRegExp-prop" location="qsortfilterproxymodel.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="filterRegExp" type="void" signature="setFilterRegExp(const QRegExp &amp; regExp)">
+ <parameter left="const QRegExp &amp;" right="" name="regExp" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filterKeyColumn" fullname="QSortFilterProxyModel::filterKeyColumn" href="qsortfilterproxymodel.html#filterKeyColumn-prop" location="qsortfilterproxymodel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="filterKeyColumn" type="int" signature="filterKeyColumn() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFilterKeyColumn" fullname="QSortFilterProxyModel::setFilterKeyColumn" href="qsortfilterproxymodel.html#filterKeyColumn-prop" location="qsortfilterproxymodel.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="filterKeyColumn" type="void" signature="setFilterKeyColumn(int column)">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filterCaseSensitivity" fullname="QSortFilterProxyModel::filterCaseSensitivity" href="qsortfilterproxymodel.html#filterCaseSensitivity-prop" location="qsortfilterproxymodel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="filterCaseSensitivity" type="Qt::CaseSensitivity" signature="filterCaseSensitivity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFilterCaseSensitivity" fullname="QSortFilterProxyModel::setFilterCaseSensitivity" href="qsortfilterproxymodel.html#filterCaseSensitivity-prop" location="qsortfilterproxymodel.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="filterCaseSensitivity" type="void" signature="setFilterCaseSensitivity(Qt::CaseSensitivity cs)">
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortCaseSensitivity" fullname="QSortFilterProxyModel::sortCaseSensitivity" href="qsortfilterproxymodel.html#sortCaseSensitivity-prop" location="qsortfilterproxymodel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sortCaseSensitivity" type="Qt::CaseSensitivity" signature="sortCaseSensitivity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSortCaseSensitivity" fullname="QSortFilterProxyModel::setSortCaseSensitivity" href="qsortfilterproxymodel.html#sortCaseSensitivity-prop" location="qsortfilterproxymodel.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="sortCaseSensitivity" type="void" signature="setSortCaseSensitivity(Qt::CaseSensitivity cs)">
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSortLocaleAware" fullname="QSortFilterProxyModel::isSortLocaleAware" href="qsortfilterproxymodel.html#isSortLocaleAware-prop" location="qsortfilterproxymodel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="isSortLocaleAware" type="bool" signature="isSortLocaleAware() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSortLocaleAware" fullname="QSortFilterProxyModel::setSortLocaleAware" href="qsortfilterproxymodel.html#isSortLocaleAware-prop" location="qsortfilterproxymodel.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="isSortLocaleAware" type="void" signature="setSortLocaleAware(bool on)">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortColumn" fullname="QSortFilterProxyModel::sortColumn" href="qsortfilterproxymodel.html#sortColumn" location="qsortfilterproxymodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="sortColumn() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortOrder" fullname="QSortFilterProxyModel::sortOrder" href="qsortfilterproxymodel.html#sortOrder" location="qsortfilterproxymodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::SortOrder" signature="sortOrder() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dynamicSortFilter" fullname="QSortFilterProxyModel::dynamicSortFilter" href="qsortfilterproxymodel.html#dynamicSortFilter-prop" location="qsortfilterproxymodel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="dynamicSortFilter" type="bool" signature="dynamicSortFilter() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDynamicSortFilter" fullname="QSortFilterProxyModel::setDynamicSortFilter" href="qsortfilterproxymodel.html#dynamicSortFilter-prop" location="qsortfilterproxymodel.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="dynamicSortFilter" type="void" signature="setDynamicSortFilter(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortRole" fullname="QSortFilterProxyModel::sortRole" href="qsortfilterproxymodel.html#sortRole-prop" location="qsortfilterproxymodel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sortRole" type="int" signature="sortRole() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSortRole" fullname="QSortFilterProxyModel::setSortRole" href="qsortfilterproxymodel.html#sortRole-prop" location="qsortfilterproxymodel.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="sortRole" type="void" signature="setSortRole(int role)">
+ <parameter left="int" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filterRole" fullname="QSortFilterProxyModel::filterRole" href="qsortfilterproxymodel.html#filterRole-prop" location="qsortfilterproxymodel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="filterRole" type="int" signature="filterRole() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFilterRole" fullname="QSortFilterProxyModel::setFilterRole" href="qsortfilterproxymodel.html#filterRole-prop" location="qsortfilterproxymodel.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="filterRole" type="void" signature="setFilterRole(int role)">
+ <parameter left="int" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFilterRegExp" fullname="QSortFilterProxyModel::setFilterRegExp" href="qsortfilterproxymodel.html#filterRegExp-prop" location="qsortfilterproxymodel.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" associated-property="filterRegExp" type="void" signature="setFilterRegExp(const QString &amp; pattern)">
+ <parameter left="const QString &amp;" right="" name="pattern" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFilterWildcard" fullname="QSortFilterProxyModel::setFilterWildcard" href="qsortfilterproxymodel.html#setFilterWildcard" location="qsortfilterproxymodel.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setFilterWildcard(const QString &amp; pattern)">
+ <parameter left="const QString &amp;" right="" name="pattern" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFilterFixedString" fullname="QSortFilterProxyModel::setFilterFixedString" href="qsortfilterproxymodel.html#setFilterFixedString" location="qsortfilterproxymodel.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setFilterFixedString(const QString &amp; pattern)">
+ <parameter left="const QString &amp;" right="" name="pattern" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="clear" fullname="QSortFilterProxyModel::clear" href="qsortfilterproxymodel-obsolete.html#clear" location="qsortfilterproxymodel.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invalidate" fullname="QSortFilterProxyModel::invalidate" href="qsortfilterproxymodel.html#invalidate" location="qsortfilterproxymodel.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="invalidate()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="filterAcceptsRow" fullname="QSortFilterProxyModel::filterAcceptsRow" href="qsortfilterproxymodel.html#filterAcceptsRow" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="filterAcceptsRow(int source_row, const QModelIndex &amp; source_parent) const">
+ <parameter left="int" right="" name="source_row" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="source_parent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="filterAcceptsColumn" fullname="QSortFilterProxyModel::filterAcceptsColumn" href="qsortfilterproxymodel.html#filterAcceptsColumn" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="filterAcceptsColumn(int source_column, const QModelIndex &amp; source_parent) const">
+ <parameter left="int" right="" name="source_column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="source_parent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="lessThan" fullname="QSortFilterProxyModel::lessThan" href="qsortfilterproxymodel.html#lessThan" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="lessThan(const QModelIndex &amp; left, const QModelIndex &amp; right) const">
+ <parameter left="const QModelIndex &amp;" right="" name="left" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="right" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="obsolete" name="filterChanged" fullname="QSortFilterProxyModel::filterChanged" href="qsortfilterproxymodel-obsolete.html#filterChanged" location="qsortfilterproxymodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="filterChanged()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="invalidateFilter" fullname="QSortFilterProxyModel::invalidateFilter" href="qsortfilterproxymodel.html#invalidateFilter" location="qsortfilterproxymodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="invalidateFilter()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="index" fullname="QSortFilterProxyModel::index" href="qsortfilterproxymodel.html#index" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="index(int row, int column, const QModelIndex &amp; parent) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parent" fullname="QSortFilterProxyModel::parent" href="qsortfilterproxymodel.html#parent" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="parent(const QModelIndex &amp; child) const">
+ <parameter left="const QModelIndex &amp;" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowCount" fullname="QSortFilterProxyModel::rowCount" href="qsortfilterproxymodel.html#rowCount" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rowCount(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnCount" fullname="QSortFilterProxyModel::columnCount" href="qsortfilterproxymodel.html#columnCount" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="columnCount(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasChildren" fullname="QSortFilterProxyModel::hasChildren" href="qsortfilterproxymodel.html#hasChildren" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasChildren(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QSortFilterProxyModel::data" href="qsortfilterproxymodel.html#data" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="data(const QModelIndex &amp; index, int role) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::DisplayRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QSortFilterProxyModel::setData" href="qsortfilterproxymodel.html#setData" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="setData(const QModelIndex &amp; index, const QVariant &amp; value, int role)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::EditRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="headerData" fullname="QSortFilterProxyModel::headerData" href="qsortfilterproxymodel.html#headerData" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="headerData(int section, Qt::Orientation orientation, int role) const">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::DisplayRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHeaderData" fullname="QSortFilterProxyModel::setHeaderData" href="qsortfilterproxymodel.html#setHeaderData" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="setHeaderData(int section, Qt::Orientation orientation, const QVariant &amp; value, int role)">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::EditRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mimeData" fullname="QSortFilterProxyModel::mimeData" href="qsortfilterproxymodel.html#mimeData" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QMimeData *" signature="mimeData(const QModelIndexList &amp; indexes) const">
+ <parameter left="const QModelIndexList &amp;" right="" name="indexes" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dropMimeData" fullname="QSortFilterProxyModel::dropMimeData" href="qsortfilterproxymodel.html#dropMimeData" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="dropMimeData(const QMimeData * data, Qt::DropAction action, int row, int column, const QModelIndex &amp; parent)">
+ <parameter left="const QMimeData *" right="" name="data" default=""/>
+ <parameter left="Qt::DropAction" right="" name="action" default=""/>
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertRows" fullname="QSortFilterProxyModel::insertRows" href="qsortfilterproxymodel.html#insertRows" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="insertRows(int row, int count, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertColumns" fullname="QSortFilterProxyModel::insertColumns" href="qsortfilterproxymodel.html#insertColumns" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="insertColumns(int column, int count, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeRows" fullname="QSortFilterProxyModel::removeRows" href="qsortfilterproxymodel.html#removeRows" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeRows(int row, int count, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeColumns" fullname="QSortFilterProxyModel::removeColumns" href="qsortfilterproxymodel.html#removeColumns" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeColumns(int column, int count, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fetchMore" fullname="QSortFilterProxyModel::fetchMore" href="qsortfilterproxymodel.html#fetchMore" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="fetchMore(const QModelIndex &amp; parent)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canFetchMore" fullname="QSortFilterProxyModel::canFetchMore" href="qsortfilterproxymodel.html#canFetchMore" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="canFetchMore(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flags" fullname="QSortFilterProxyModel::flags" href="qsortfilterproxymodel.html#flags" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::ItemFlags" signature="flags(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buddy" fullname="QSortFilterProxyModel::buddy" href="qsortfilterproxymodel.html#buddy" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="buddy(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="match" fullname="QSortFilterProxyModel::match" href="qsortfilterproxymodel.html#match" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndexList" signature="match(const QModelIndex &amp; start, int role, const QVariant &amp; value, int hits, QFlags&lt;Qt::MatchFlag&gt; flags) const">
+ <parameter left="const QModelIndex &amp;" right="" name="start" default=""/>
+ <parameter left="int" right="" name="role" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="hits" default="1"/>
+ <parameter left="QFlags&lt;Qt::MatchFlag&gt;" right="" name="flags" default="Qt::MatchFlags( Qt::MatchStartsWith | Qt::MatchWrap )"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="span" fullname="QSortFilterProxyModel::span" href="qsortfilterproxymodel.html#span" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="span(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sort" fullname="QSortFilterProxyModel::sort" href="qsortfilterproxymodel.html#sort" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="sort(int column, Qt::SortOrder order)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="Qt::SortOrder" right="" name="order" default="Qt::AscendingOrder"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mimeTypes" fullname="QSortFilterProxyModel::mimeTypes" href="qsortfilterproxymodel.html#mimeTypes" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="mimeTypes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedDropActions" fullname="QSortFilterProxyModel::supportedDropActions" href="qsortfilterproxymodel.html#supportedDropActions" location="qsortfilterproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::DropActions" signature="supportedDropActions() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDBusContext" href="qdbuscontext.html" location="qdbuscontext.h" bases="" module="QtDBus">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusContext" fullname="QDBusContext::QDBusContext" href="qdbuscontext.html#QDBusContext" location="qdbuscontext.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDBusContext()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDBusContext" fullname="QDBusContext::~QDBusContext" href="qdbuscontext.html#dtor.QDBusContext" location="qdbuscontext.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDBusContext()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="calledFromDBus" fullname="QDBusContext::calledFromDBus" href="qdbuscontext.html#calledFromDBus" location="qdbuscontext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="calledFromDBus() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connection" fullname="QDBusContext::connection" href="qdbuscontext.html#connection" location="qdbuscontext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDBusConnection" signature="connection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="message" fullname="QDBusContext::message" href="qdbuscontext.html#message" location="qdbuscontext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QDBusMessage &amp;" signature="message() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDelayedReply" fullname="QDBusContext::isDelayedReply" href="qdbuscontext.html#isDelayedReply" location="qdbuscontext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDelayedReply() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDelayedReply" fullname="QDBusContext::setDelayedReply" href="qdbuscontext.html#setDelayedReply" location="qdbuscontext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="setDelayedReply(bool enable) const">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sendErrorReply" fullname="QDBusContext::sendErrorReply" href="qdbuscontext.html#sendErrorReply" location="qdbuscontext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="sendErrorReply(const QString &amp; name, const QString &amp; msg) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="msg" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sendErrorReply" fullname="QDBusContext::sendErrorReply" href="qdbuscontext.html#sendErrorReply-2" location="qdbuscontext.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="void" signature="sendErrorReply(QDBusError::ErrorType type, const QString &amp; msg) const">
+ <parameter left="QDBusError::ErrorType" right="" name="type" default=""/>
+ <parameter left="const QString &amp;" right="" name="msg" default="QString()"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMouseEventTransition" href="qmouseeventtransition.html" location="qmouseeventtransition.h" bases="QEventTransition" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="button" fullname="QMouseEventTransition::button" href="qmouseeventtransition.html#button-prop" location="qmouseeventtransition.h" type="Qt::MouseButton">
+ <getter name="button"/>
+ <setter name="setButton"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="modifiersMask" fullname="QMouseEventTransition::modifiersMask" href="qmouseeventtransition.html#modifiersMask-prop" location="qmouseeventtransition.h" type="Qt::KeyboardModifiers">
+ <getter name="modifiersMask"/>
+ <setter name="setModifiersMask"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMouseEventTransition" fullname="QMouseEventTransition::QMouseEventTransition" href="qmouseeventtransition.html#QMouseEventTransition" location="qmouseeventtransition.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMouseEventTransition(QState * sourceState)">
+ <parameter left="QState *" right="" name="sourceState" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMouseEventTransition" fullname="QMouseEventTransition::QMouseEventTransition" href="qmouseeventtransition.html#QMouseEventTransition-2" location="qmouseeventtransition.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QMouseEventTransition(QObject * object, QEvent::Type type, Qt::MouseButton button, QState * sourceState)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="QEvent::Type" right="" name="type" default=""/>
+ <parameter left="Qt::MouseButton" right="" name="button" default=""/>
+ <parameter left="QState *" right="" name="sourceState" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMouseEventTransition" fullname="QMouseEventTransition::~QMouseEventTransition" href="qmouseeventtransition.html#dtor.QMouseEventTransition" location="qmouseeventtransition.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMouseEventTransition()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="button" fullname="QMouseEventTransition::button" href="qmouseeventtransition.html#button-prop" location="qmouseeventtransition.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="button" type="Qt::MouseButton" signature="button() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setButton" fullname="QMouseEventTransition::setButton" href="qmouseeventtransition.html#button-prop" location="qmouseeventtransition.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="button" type="void" signature="setButton(Qt::MouseButton button)">
+ <parameter left="Qt::MouseButton" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="modifiersMask" fullname="QMouseEventTransition::modifiersMask" href="qmouseeventtransition.html#modifiersMask-prop" location="qmouseeventtransition.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="modifiersMask" type="Qt::KeyboardModifiers" signature="modifiersMask() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setModifiersMask" fullname="QMouseEventTransition::setModifiersMask" href="qmouseeventtransition.html#modifiersMask-prop" location="qmouseeventtransition.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="modifiersMask" type="void" signature="setModifiersMask(QFlags&lt;Qt::KeyboardModifier&gt; modifiersMask)">
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiersMask" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="path" fullname="QMouseEventTransition::path" href="qmouseeventtransition.html#path" location="qmouseeventtransition.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="path() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPath" fullname="QMouseEventTransition::setPath" href="qmouseeventtransition.html#setPath" location="qmouseeventtransition.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPath(const QPainterPath &amp; path)">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="onTransition" fullname="QMouseEventTransition::onTransition" href="qmouseeventtransition.html#onTransition" location="qmouseeventtransition.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="onTransition(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventTest" fullname="QMouseEventTransition::eventTest" href="qmouseeventtransition.html#eventTest" location="qmouseeventtransition.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventTest(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QStack" href="qstack.html" location="qstack.h" bases="QVector" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStack" fullname="QStack::QStack" href="qstack.html#QStack" location="qstack.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStack()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QStack" fullname="QStack::~QStack" href="qstack.html#dtor.QStack" location="qstack.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QStack()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="push" fullname="QStack::push" href="qstack.html#push" location="qstack.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="push(const T &amp; t)">
+ <parameter left="const T &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pop" fullname="QStack::pop" href="qstack.html#pop" location="qstack.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T" signature="pop()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="top" fullname="QStack::top" href="qstack.html#top" location="qstack.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="top()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="top" fullname="QStack::top" href="qstack.html#top-2" location="qstack.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T &amp;" signature="top() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QRubberBand" href="qrubberband.html" location="qrubberband.h" bases="QWidget" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Shape" fullname="QRubberBand::Shape" href="qrubberband.html#Shape-enum" location="qrubberband.h">
+ <value name="Line" value="0"/>
+ <value name="Rectangle" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRubberBand" fullname="QRubberBand::QRubberBand" href="qrubberband.html#QRubberBand" location="qrubberband.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QRubberBand(Shape s, QWidget * p)">
+ <parameter left="Shape" right="" name="s" default=""/>
+ <parameter left="QWidget *" right="" name="p" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QRubberBand" fullname="QRubberBand::~QRubberBand" href="qrubberband.html#dtor.QRubberBand" location="qrubberband.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QRubberBand()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shape" fullname="QRubberBand::shape" href="qrubberband.html#shape" location="qrubberband.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Shape" signature="shape() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGeometry" fullname="QRubberBand::setGeometry" href="qrubberband.html#setGeometry" location="qrubberband.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setGeometry(const QRect &amp; rect)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGeometry" fullname="QRubberBand::setGeometry" href="qrubberband.html#setGeometry-2" location="qrubberband.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setGeometry(int x, int y, int width, int height)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="move" fullname="QRubberBand::move" href="qrubberband.html#move" location="qrubberband.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="move(int x, int y)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="move" fullname="QRubberBand::move" href="qrubberband.html#move-2" location="qrubberband.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="move(const QPoint &amp; p)">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resize" fullname="QRubberBand::resize" href="qrubberband.html#resize" location="qrubberband.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resize(int width, int height)">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resize" fullname="QRubberBand::resize" href="qrubberband.html#resize-2" location="qrubberband.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="resize(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QRubberBand::event" href="qrubberband.html#event" location="qrubberband.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QRubberBand::paintEvent" href="qrubberband.html#paintEvent" location="qrubberband.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * )">
+ <parameter left="QPaintEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QRubberBand::changeEvent" href="qrubberband.html#changeEvent" location="qrubberband.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="QRubberBand::showEvent" href="qrubberband.html#showEvent" location="qrubberband.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * e)">
+ <parameter left="QShowEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QRubberBand::resizeEvent" href="qrubberband.html#resizeEvent" location="qrubberband.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * )">
+ <parameter left="QResizeEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="moveEvent" fullname="QRubberBand::moveEvent" href="qrubberband.html#moveEvent" location="qrubberband.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="moveEvent(QMoveEvent * )">
+ <parameter left="QMoveEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initStyleOption" fullname="QRubberBand::initStyleOption" href="qrubberband.html#initStyleOption" location="qrubberband.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="initStyleOption(QStyleOptionRubberBand * option) const">
+ <parameter left="QStyleOptionRubberBand *" right="" name="option" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3Dns" href="q3dns.html" location="q3dns.h" bases="QObject" module="Qt3Support">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="RecordType" fullname="Q3Dns::RecordType" href="q3dns.html#RecordType-enum" location="q3dns.h">
+ <value name="None" value="0"/>
+ <value name="A" value="1"/>
+ <value name="Aaaa" value="2"/>
+ <value name="Mx" value="3"/>
+ <value name="Srv" value="4"/>
+ <value name="Cname" value="5"/>
+ <value name="Ptr" value="6"/>
+ <value name="Txt" value="7"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Dns" fullname="Q3Dns::Q3Dns" href="q3dns.html#Q3Dns" location="q3dns.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3Dns()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Dns" fullname="Q3Dns::Q3Dns" href="q3dns.html#Q3Dns-2" location="q3dns.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3Dns(const QString &amp; label, RecordType rr)">
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ <parameter left="RecordType" right="" name="rr" default="A"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Dns" fullname="Q3Dns::Q3Dns" href="q3dns.html#Q3Dns-3" location="q3dns.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3Dns(const QHostAddress &amp; address, RecordType rr)">
+ <parameter left="const QHostAddress &amp;" right="" name="address" default=""/>
+ <parameter left="RecordType" right="" name="rr" default="Ptr"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3Dns" fullname="Q3Dns::~Q3Dns" href="q3dns.html#dtor.Q3Dns" location="q3dns.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3Dns()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLabel" fullname="Q3Dns::setLabel" href="q3dns.html#setLabel" location="q3dns.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setLabel(const QString &amp; label)">
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLabel" fullname="Q3Dns::setLabel" href="q3dns.html#setLabel-2" location="q3dns.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setLabel(const QHostAddress &amp; address)">
+ <parameter left="const QHostAddress &amp;" right="" name="address" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="label" fullname="Q3Dns::label" href="q3dns.html#label" location="q3dns.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="label() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRecordType" fullname="Q3Dns::setRecordType" href="q3dns.html#setRecordType" location="q3dns.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setRecordType(RecordType rr)">
+ <parameter left="RecordType" right="" name="rr" default="A"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="recordType" fullname="Q3Dns::recordType" href="q3dns.html#recordType" location="q3dns.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="RecordType" signature="recordType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isWorking" fullname="Q3Dns::isWorking" href="q3dns.html#isWorking" location="q3dns.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isWorking() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addresses" fullname="Q3Dns::addresses" href="q3dns.html#addresses" location="q3dns.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ValueList&lt;QHostAddress&gt;" signature="addresses() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mailServers" fullname="Q3Dns::mailServers" href="q3dns.html#mailServers" location="q3dns.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ValueList&lt;MailServer&gt;" signature="mailServers() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="servers" fullname="Q3Dns::servers" href="q3dns.html#servers" location="q3dns.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ValueList&lt;Server&gt;" signature="servers() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hostNames" fullname="Q3Dns::hostNames" href="q3dns.html#hostNames" location="q3dns.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="hostNames() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="texts" fullname="Q3Dns::texts" href="q3dns.html#texts" location="q3dns.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="texts() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canonicalName" fullname="Q3Dns::canonicalName" href="q3dns.html#canonicalName" location="q3dns.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="canonicalName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qualifiedNames" fullname="Q3Dns::qualifiedNames" href="q3dns.html#qualifiedNames" location="q3dns.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="qualifiedNames() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resultsReady" fullname="Q3Dns::resultsReady" href="q3dns.html#resultsReady" location="q3dns.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="resultsReady()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3EditorFactory" href="q3editorfactory.html" location="q3editorfactory.h" bases="QObject" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3EditorFactory" fullname="Q3EditorFactory::Q3EditorFactory" href="q3editorfactory.html#Q3EditorFactory" location="q3editorfactory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3EditorFactory(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3EditorFactory" fullname="Q3EditorFactory::~Q3EditorFactory" href="q3editorfactory.html#dtor.Q3EditorFactory" location="q3editorfactory.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3EditorFactory()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createEditor" fullname="Q3EditorFactory::createEditor" href="q3editorfactory.html#createEditor" location="q3editorfactory.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QWidget *" signature="createEditor(QWidget * parent, const QVariant &amp; v)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="v" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultFactory" fullname="Q3EditorFactory::defaultFactory" href="q3editorfactory.html#defaultFactory" location="q3editorfactory.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="Q3EditorFactory *" signature="defaultFactory()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="installDefaultFactory" fullname="Q3EditorFactory::installDefaultFactory" href="q3editorfactory.html#installDefaultFactory" location="q3editorfactory.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="installDefaultFactory(Q3EditorFactory * factory)">
+ <parameter left="Q3EditorFactory *" right="" name="factory" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextObject" href="qtextobject.html" location="qtextobject.h" bases="QObject" module="QtGui">
+ <function access="protected" threadsafety="unspecified" status="commendable" name="QTextObject" fullname="QTextObject::QTextObject" href="qtextobject.html#QTextObject" location="qtextobject.cpp" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextObject(QTextDocument * document)">
+ <parameter left="QTextDocument *" right="" name="document" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="~QTextObject" fullname="QTextObject::~QTextObject" href="qtextobject.html#dtor.QTextObject" location="qtextobject.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTextObject()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setFormat" fullname="QTextObject::setFormat" href="qtextobject.html#setFormat" location="qtextobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFormat(const QTextFormat &amp; format)">
+ <parameter left="const QTextFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QTextObject::format" href="qtextobject.html#format" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextFormat" signature="format() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="formatIndex" fullname="QTextObject::formatIndex" href="qtextobject.html#formatIndex" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="formatIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="document" fullname="QTextObject::document" href="qtextobject.html#document" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextDocument *" signature="document() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="objectIndex" fullname="QTextObject::objectIndex" href="qtextobject.html#objectIndex" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="objectIndex() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextBlockGroup" href="qtextblockgroup.html" location="qtextobject.h" bases="QTextObject" module="QtGui">
+ <function access="protected" threadsafety="unspecified" status="commendable" name="QTextBlockGroup" fullname="QTextBlockGroup::QTextBlockGroup" href="qtextblockgroup.html#QTextBlockGroup" location="qtextobject.cpp" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextBlockGroup(QTextDocument * document)">
+ <parameter left="QTextDocument *" right="" name="document" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="~QTextBlockGroup" fullname="QTextBlockGroup::~QTextBlockGroup" href="qtextblockgroup.html#dtor.QTextBlockGroup" location="qtextobject.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTextBlockGroup()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="blockInserted" fullname="QTextBlockGroup::blockInserted" href="qtextblockgroup.html#blockInserted" location="qtextobject.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="blockInserted(const QTextBlock &amp; block)">
+ <parameter left="const QTextBlock &amp;" right="" name="block" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="blockRemoved" fullname="QTextBlockGroup::blockRemoved" href="qtextblockgroup.html#blockRemoved" location="qtextobject.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="blockRemoved(const QTextBlock &amp; block)">
+ <parameter left="const QTextBlock &amp;" right="" name="block" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="blockFormatChanged" fullname="QTextBlockGroup::blockFormatChanged" href="qtextblockgroup.html#blockFormatChanged" location="qtextobject.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="blockFormatChanged(const QTextBlock &amp; block)">
+ <parameter left="const QTextBlock &amp;" right="" name="block" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="blockList" fullname="QTextBlockGroup::blockList" href="qtextblockgroup.html#blockList" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QTextBlock&gt;" signature="blockList() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextFrame" href="qtextframe.html" location="qtextobject.h" bases="QTextObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextFrame" fullname="QTextFrame::QTextFrame" href="qtextframe.html#QTextFrame" location="qtextobject.cpp" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextFrame(QTextDocument * document)">
+ <parameter left="QTextDocument *" right="" name="document" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTextFrame" fullname="QTextFrame::~QTextFrame" href="qtextframe.html#dtor.QTextFrame" location="qtextobject.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTextFrame()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFrameFormat" fullname="QTextFrame::setFrameFormat" href="qtextframe.html#setFrameFormat" location="qtextobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFrameFormat(const QTextFrameFormat &amp; format)">
+ <parameter left="const QTextFrameFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frameFormat" fullname="QTextFrame::frameFormat" href="qtextframe.html#frameFormat" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextFrameFormat" signature="frameFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="firstCursorPosition" fullname="QTextFrame::firstCursorPosition" href="qtextframe.html#firstCursorPosition" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCursor" signature="firstCursorPosition() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastCursorPosition" fullname="QTextFrame::lastCursorPosition" href="qtextframe.html#lastCursorPosition" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCursor" signature="lastCursorPosition() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="firstPosition" fullname="QTextFrame::firstPosition" href="qtextframe.html#firstPosition" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="firstPosition() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastPosition" fullname="QTextFrame::lastPosition" href="qtextframe.html#lastPosition" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="lastPosition() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childFrames" fullname="QTextFrame::childFrames" href="qtextframe.html#childFrames" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QTextFrame *&gt;" signature="childFrames() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parentFrame" fullname="QTextFrame::parentFrame" href="qtextframe.html#parentFrame" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextFrame *" signature="parentFrame() const"/>
+ <class access="public" threadsafety="unspecified" status="commendable" name="iterator" fullname="QTextFrame::iterator" href="qtextframe-iterator.html" location="qtextobject.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="iterator" fullname="QTextFrame::iterator::iterator" href="qtextframe-iterator.html#iterator" location="qtextobject.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="iterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iterator" fullname="QTextFrame::iterator::iterator" href="qtextframe-iterator.html#iterator-3" location="qtextobject.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="iterator(const iterator &amp; other)">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QTextFrame::iterator::operator=" href="qtextframe-iterator.html#operator=" location="qtextobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator=(const iterator &amp; other)">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parentFrame" fullname="QTextFrame::iterator::parentFrame" href="qtextframe-iterator.html#parentFrame" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextFrame *" signature="parentFrame() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentFrame" fullname="QTextFrame::iterator::currentFrame" href="qtextframe-iterator.html#currentFrame" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextFrame *" signature="currentFrame() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentBlock" fullname="QTextFrame::iterator::currentBlock" href="qtextframe-iterator.html#currentBlock" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextBlock" signature="currentBlock() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atEnd" fullname="QTextFrame::iterator::atEnd" href="qtextframe-iterator.html#atEnd" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="atEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QTextFrame::iterator::operator==" href="qtextframe-iterator.html#operator==" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const iterator &amp; other) const">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QTextFrame::iterator::operator!=" href="qtextframe-iterator.html#operator!=" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const iterator &amp; other) const">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QTextFrame::iterator::operator++" href="qtextframe-iterator.html#operator++" location="qtextobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator++()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QTextFrame::iterator::operator++" href="qtextframe-iterator.html#operator++-2" location="qtextobject.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="operator++(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QTextFrame::iterator::operator--" href="qtextframe-iterator.html#operator--" location="qtextobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator--()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QTextFrame::iterator::operator--" href="qtextframe-iterator.html#operator---2" location="qtextobject.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="operator--(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ </class>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Iterator" fullname="QTextFrame::Iterator" href="qtextframe.html#Iterator-typedef" location="qtextobject.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="QTextFrame::begin" href="qtextframe.html#begin" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="iterator" signature="begin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="QTextFrame::end" href="qtextframe.html#end" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="iterator" signature="end() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextBlockUserData" href="qtextblockuserdata.html" location="qtextobject.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTextBlockUserData" fullname="QTextBlockUserData::~QTextBlockUserData" href="qtextblockuserdata.html#dtor.QTextBlockUserData" location="qtextobject.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTextBlockUserData()"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextBlock" href="qtextblock.html" location="qtextobject.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextBlock" fullname="QTextBlock::QTextBlock" href="qtextblock.html#QTextBlock" location="qtextobject.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextBlock(const QTextBlock &amp; other)">
+ <parameter left="const QTextBlock &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QTextBlock::operator=" href="qtextblock.html#operator=" location="qtextobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTextBlock &amp;" signature="operator=(const QTextBlock &amp; other)">
+ <parameter left="const QTextBlock &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QTextBlock::isValid" href="qtextblock.html#isValid" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QTextBlock::operator==" href="qtextblock.html#operator==" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QTextBlock &amp; other) const">
+ <parameter left="const QTextBlock &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QTextBlock::operator!=" href="qtextblock.html#operator!=" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QTextBlock &amp; other) const">
+ <parameter left="const QTextBlock &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QTextBlock::operator&lt;" href="qtextblock.html#operator&lt;" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;(const QTextBlock &amp; other) const">
+ <parameter left="const QTextBlock &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="position" fullname="QTextBlock::position" href="qtextblock.html#position" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="position() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="length" fullname="QTextBlock::length" href="qtextblock.html#length" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="length() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QTextBlock::contains" href="qtextblock.html#contains" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(int position) const">
+ <parameter left="int" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="layout" fullname="QTextBlock::layout" href="qtextblock.html#layout" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextLayout *" signature="layout() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearLayout" fullname="QTextBlock::clearLayout" href="qtextblock.html#clearLayout" location="qtextobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearLayout()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blockFormat" fullname="QTextBlock::blockFormat" href="qtextblock.html#blockFormat" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextBlockFormat" signature="blockFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blockFormatIndex" fullname="QTextBlock::blockFormatIndex" href="qtextblock.html#blockFormatIndex" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="blockFormatIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="charFormat" fullname="QTextBlock::charFormat" href="qtextblock.html#charFormat" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCharFormat" signature="charFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="charFormatIndex" fullname="QTextBlock::charFormatIndex" href="qtextblock.html#charFormatIndex" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="charFormatIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QTextBlock::text" href="qtextblock.html#text" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="document" fullname="QTextBlock::document" href="qtextblock.html#document" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QTextDocument *" signature="document() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textList" fullname="QTextBlock::textList" href="qtextblock.html#textList" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextList *" signature="textList() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="userData" fullname="QTextBlock::userData" href="qtextblock.html#userData" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextBlockUserData *" signature="userData() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUserData" fullname="QTextBlock::setUserData" href="qtextblock.html#setUserData" location="qtextobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUserData(QTextBlockUserData * data)">
+ <parameter left="QTextBlockUserData *" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="userState" fullname="QTextBlock::userState" href="qtextblock.html#userState" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="userState() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUserState" fullname="QTextBlock::setUserState" href="qtextblock.html#setUserState" location="qtextobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUserState(int state)">
+ <parameter left="int" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="revision" fullname="QTextBlock::revision" href="qtextblock.html#revision" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="revision() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRevision" fullname="QTextBlock::setRevision" href="qtextblock.html#setRevision" location="qtextobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRevision(int rev)">
+ <parameter left="int" right="" name="rev" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isVisible" fullname="QTextBlock::isVisible" href="qtextblock.html#isVisible" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isVisible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="QTextBlock::setVisible" href="qtextblock.html#setVisible" location="qtextobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blockNumber" fullname="QTextBlock::blockNumber" href="qtextblock.html#blockNumber" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="blockNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="firstLineNumber" fullname="QTextBlock::firstLineNumber" href="qtextblock.html#firstLineNumber" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="firstLineNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLineCount" fullname="QTextBlock::setLineCount" href="qtextblock.html#setLineCount" location="qtextobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLineCount(int count)">
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineCount" fullname="QTextBlock::lineCount" href="qtextblock.html#lineCount" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="lineCount() const"/>
+ <class access="public" threadsafety="unspecified" status="commendable" name="iterator" fullname="QTextBlock::iterator" href="qtextblock-iterator.html" location="qtextobject.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="iterator" fullname="QTextBlock::iterator::iterator" href="qtextblock-iterator.html#iterator" location="qtextobject.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="iterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iterator" fullname="QTextBlock::iterator::iterator" href="qtextblock-iterator.html#iterator-3" location="qtextobject.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="iterator(const iterator &amp; other)">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fragment" fullname="QTextBlock::iterator::fragment" href="qtextblock-iterator.html#fragment" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextFragment" signature="fragment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atEnd" fullname="QTextBlock::iterator::atEnd" href="qtextblock-iterator.html#atEnd" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="atEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QTextBlock::iterator::operator==" href="qtextblock-iterator.html#operator==" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const iterator &amp; other) const">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QTextBlock::iterator::operator!=" href="qtextblock-iterator.html#operator!=" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const iterator &amp; other) const">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QTextBlock::iterator::operator++" href="qtextblock-iterator.html#operator++" location="qtextobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator++()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QTextBlock::iterator::operator++" href="qtextblock-iterator.html#operator++-2" location="qtextobject.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="operator++(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QTextBlock::iterator::operator--" href="qtextblock-iterator.html#operator--" location="qtextobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator--()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QTextBlock::iterator::operator--" href="qtextblock-iterator.html#operator---2" location="qtextobject.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="operator--(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ </class>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Iterator" fullname="QTextBlock::Iterator" href="qtextblock.html#Iterator-typedef" location="qtextobject.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="QTextBlock::begin" href="qtextblock.html#begin" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="iterator" signature="begin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="QTextBlock::end" href="qtextblock.html#end" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="iterator" signature="end() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="QTextBlock::next" href="qtextblock.html#next" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextBlock" signature="next() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previous" fullname="QTextBlock::previous" href="qtextblock.html#previous" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextBlock" signature="previous() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextFragment" href="qtextfragment.html" location="qtextobject.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextFragment" fullname="QTextFragment::QTextFragment" href="qtextfragment.html#QTextFragment" location="qtextobject.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextFragment()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextFragment" fullname="QTextFragment::QTextFragment" href="qtextfragment.html#QTextFragment-3" location="qtextobject.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QTextFragment(const QTextFragment &amp; other)">
+ <parameter left="const QTextFragment &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QTextFragment::operator=" href="qtextfragment.html#operator=" location="qtextobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTextFragment &amp;" signature="operator=(const QTextFragment &amp; other)">
+ <parameter left="const QTextFragment &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QTextFragment::isValid" href="qtextfragment.html#isValid" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QTextFragment::operator==" href="qtextfragment.html#operator==" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QTextFragment &amp; other) const">
+ <parameter left="const QTextFragment &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QTextFragment::operator!=" href="qtextfragment.html#operator!=" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QTextFragment &amp; other) const">
+ <parameter left="const QTextFragment &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QTextFragment::operator&lt;" href="qtextfragment.html#operator&lt;" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;(const QTextFragment &amp; other) const">
+ <parameter left="const QTextFragment &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="position" fullname="QTextFragment::position" href="qtextfragment.html#position" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="position() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="length" fullname="QTextFragment::length" href="qtextfragment.html#length" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="length() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QTextFragment::contains" href="qtextfragment.html#contains" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(int position) const">
+ <parameter left="int" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="charFormat" fullname="QTextFragment::charFormat" href="qtextfragment.html#charFormat" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCharFormat" signature="charFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="charFormatIndex" fullname="QTextFragment::charFormatIndex" href="qtextfragment.html#charFormatIndex" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="charFormatIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QTextFragment::text" href="qtextfragment.html#text" location="qtextobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSizePolicy" href="qsizepolicy.html" location="qsizepolicy.h" bases="" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PolicyFlag" fullname="QSizePolicy::PolicyFlag" href="qsizepolicy.html#PolicyFlag-enum" location="qsizepolicy.h">
+ <value name="GrowFlag" value="1"/>
+ <value name="ExpandFlag" value="2"/>
+ <value name="ShrinkFlag" value="4"/>
+ <value name="IgnoreFlag" value="8"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Policy" fullname="QSizePolicy::Policy" href="qsizepolicy.html#Policy-enum" location="qsizepolicy.h">
+ <value name="Fixed" value="0"/>
+ <value name="Minimum" value="GrowFlag"/>
+ <value name="Maximum" value="ShrinkFlag"/>
+ <value name="Preferred" value="GrowFlag | ShrinkFlag"/>
+ <value name="MinimumExpanding" value="GrowFlag | ExpandFlag"/>
+ <value name="Expanding" value="GrowFlag | ShrinkFlag | ExpandFlag"/>
+ <value name="Ignored" value="ShrinkFlag | GrowFlag | IgnoreFlag"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ControlType" fullname="QSizePolicy::ControlType" href="qsizepolicy.html#ControlType-enum" location="qsizepolicy.h" typedef="QSizePolicy::ControlTypes">
+ <value name="DefaultType" value="0x00000001"/>
+ <value name="ButtonBox" value="0x00000002"/>
+ <value name="CheckBox" value="0x00000004"/>
+ <value name="ComboBox" value="0x00000008"/>
+ <value name="Frame" value="0x00000010"/>
+ <value name="GroupBox" value="0x00000020"/>
+ <value name="Label" value="0x00000040"/>
+ <value name="Line" value="0x00000080"/>
+ <value name="LineEdit" value="0x00000100"/>
+ <value name="PushButton" value="0x00000200"/>
+ <value name="RadioButton" value="0x00000400"/>
+ <value name="Slider" value="0x00000800"/>
+ <value name="SpinBox" value="0x00001000"/>
+ <value name="TabWidget" value="0x00002000"/>
+ <value name="ToolButton" value="0x00004000"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ControlTypes" fullname="QSizePolicy::ControlTypes" href="qsizepolicy.html#ControlTypes-typedef" location="qsizepolicy.h" enum="QSizePolicy::ControlType"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSizePolicy" fullname="QSizePolicy::QSizePolicy" href="qsizepolicy.html#QSizePolicy" location="qsizepolicy.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSizePolicy()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSizePolicy" fullname="QSizePolicy::QSizePolicy" href="qsizepolicy.html#QSizePolicy-2" location="qsizepolicy.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSizePolicy(Policy horizontal, Policy vertical)">
+ <parameter left="Policy" right="" name="horizontal" default=""/>
+ <parameter left="Policy" right="" name="vertical" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSizePolicy" fullname="QSizePolicy::QSizePolicy" href="qsizepolicy.html#QSizePolicy-3" location="qsizepolicy.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QSizePolicy(Policy horizontal, Policy vertical, ControlType type)">
+ <parameter left="Policy" right="" name="horizontal" default=""/>
+ <parameter left="Policy" right="" name="vertical" default=""/>
+ <parameter left="ControlType" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="horizontalPolicy" fullname="QSizePolicy::horizontalPolicy" href="qsizepolicy.html#horizontalPolicy" location="qsizepolicy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Policy" signature="horizontalPolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="verticalPolicy" fullname="QSizePolicy::verticalPolicy" href="qsizepolicy.html#verticalPolicy" location="qsizepolicy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Policy" signature="verticalPolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="controlType" fullname="QSizePolicy::controlType" href="qsizepolicy.html#controlType" location="qlayout.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="ControlType" signature="controlType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHorizontalPolicy" fullname="QSizePolicy::setHorizontalPolicy" href="qsizepolicy.html#setHorizontalPolicy" location="qsizepolicy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHorizontalPolicy(Policy policy)">
+ <parameter left="Policy" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVerticalPolicy" fullname="QSizePolicy::setVerticalPolicy" href="qsizepolicy.html#setVerticalPolicy" location="qsizepolicy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setVerticalPolicy(Policy policy)">
+ <parameter left="Policy" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setControlType" fullname="QSizePolicy::setControlType" href="qsizepolicy.html#setControlType" location="qlayout.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setControlType(ControlType type)">
+ <parameter left="ControlType" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expandingDirections" fullname="QSizePolicy::expandingDirections" href="qsizepolicy.html#expandingDirections" location="qsizepolicy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::Orientations" signature="expandingDirections() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHeightForWidth" fullname="QSizePolicy::setHeightForWidth" href="qsizepolicy.html#setHeightForWidth" location="qsizepolicy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHeightForWidth(bool dependent)">
+ <parameter left="bool" right="" name="dependent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasHeightForWidth" fullname="QSizePolicy::hasHeightForWidth" href="qsizepolicy.html#hasHeightForWidth" location="qsizepolicy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasHeightForWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QSizePolicy::operator==" href="qsizepolicy.html#operator==" location="qsizepolicy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QSizePolicy &amp; other) const">
+ <parameter left="const QSizePolicy &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QSizePolicy::operator!=" href="qsizepolicy.html#operator!=" location="qsizepolicy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QSizePolicy &amp; other) const">
+ <parameter left="const QSizePolicy &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QVariant" fullname="QSizePolicy::operator QVariant" href="qsizepolicy.html#operator QVariant" location="qsizepolicy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QVariant() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="horizontalStretch" fullname="QSizePolicy::horizontalStretch" href="qsizepolicy.html#horizontalStretch" location="qsizepolicy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="horizontalStretch() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="verticalStretch" fullname="QSizePolicy::verticalStretch" href="qsizepolicy.html#verticalStretch" location="qsizepolicy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="verticalStretch() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHorizontalStretch" fullname="QSizePolicy::setHorizontalStretch" href="qsizepolicy.html#setHorizontalStretch" location="qsizepolicy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHorizontalStretch(uchar stretchFactor)">
+ <parameter left="uchar" right="" name="stretchFactor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVerticalStretch" fullname="QSizePolicy::setVerticalStretch" href="qsizepolicy.html#setVerticalStretch" location="qsizepolicy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setVerticalStretch(uchar stretchFactor)">
+ <parameter left="uchar" right="" name="stretchFactor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transpose" fullname="QSizePolicy::transpose" href="qsizepolicy.html#transpose" location="qsizepolicy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="transpose()"/>
+ <typedef access="public" threadsafety="unspecified" status="compat" name="SizeType" fullname="QSizePolicy::SizeType" href="qsizepolicy-qt3.html#SizeType-typedef" location="qsizepolicy.h"/>
+ <enum access="public" threadsafety="unspecified" status="compat" name="ExpandData" fullname="QSizePolicy::ExpandData" href="qsizepolicy-qt3.html#ExpandData-enum" location="qsizepolicy.h">
+ <value name="NoDirection" value="0x0"/>
+ <value name="Horizontally" value="0x1"/>
+ <value name="Vertically" value="0x2"/>
+ <value name="BothDirections" value="0x3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="compat" name="mayShrinkHorizontally" fullname="QSizePolicy::mayShrinkHorizontally" href="qsizepolicy-qt3.html#mayShrinkHorizontally" location="qsizepolicy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="mayShrinkHorizontally() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="mayShrinkVertically" fullname="QSizePolicy::mayShrinkVertically" href="qsizepolicy-qt3.html#mayShrinkVertically" location="qsizepolicy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="mayShrinkVertically() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="mayGrowHorizontally" fullname="QSizePolicy::mayGrowHorizontally" href="qsizepolicy-qt3.html#mayGrowHorizontally" location="qsizepolicy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="mayGrowHorizontally() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="mayGrowVertically" fullname="QSizePolicy::mayGrowVertically" href="qsizepolicy-qt3.html#mayGrowVertically" location="qsizepolicy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="mayGrowVertically() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="expanding" fullname="QSizePolicy::expanding" href="qsizepolicy-qt3.html#expanding" location="qsizepolicy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::Orientations" signature="expanding() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="QSizePolicy" fullname="QSizePolicy::QSizePolicy" href="qsizepolicy-qt3.html#QSizePolicy-4" location="qsizepolicy.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QSizePolicy(Policy horizontal, Policy vertical, bool dependent)">
+ <parameter left="Policy" right="" name="horizontal" default=""/>
+ <parameter left="Policy" right="" name="vertical" default=""/>
+ <parameter left="bool" right="" name="dependent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QSizePolicy" fullname="QSizePolicy::QSizePolicy" href="qsizepolicy-qt3.html#QSizePolicy-5" location="qsizepolicy.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QSizePolicy(Policy horizontal, Policy vertical, uchar horizontalStretch, uchar verticalStretch, bool dependent)">
+ <parameter left="Policy" right="" name="horizontal" default=""/>
+ <parameter left="Policy" right="" name="vertical" default=""/>
+ <parameter left="uchar" right="" name="horizontalStretch" default=""/>
+ <parameter left="uchar" right="" name="verticalStretch" default=""/>
+ <parameter left="bool" right="" name="dependent" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="horData" fullname="QSizePolicy::horData" href="qsizepolicy-qt3.html#horData" location="qsizepolicy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Policy" signature="horData() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="verData" fullname="QSizePolicy::verData" href="qsizepolicy-qt3.html#verData" location="qsizepolicy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Policy" signature="verData() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setHorData" fullname="QSizePolicy::setHorData" href="qsizepolicy-qt3.html#setHorData" location="qsizepolicy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHorData(Policy policy)">
+ <parameter left="Policy" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setVerData" fullname="QSizePolicy::setVerData" href="qsizepolicy-qt3.html#setVerData" location="qsizepolicy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setVerData(Policy policy)">
+ <parameter left="Policy" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="horStretch" fullname="QSizePolicy::horStretch" href="qsizepolicy-qt3.html#horStretch" location="qsizepolicy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="horStretch() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="verStretch" fullname="QSizePolicy::verStretch" href="qsizepolicy-qt3.html#verStretch" location="qsizepolicy.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="verStretch() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setHorStretch" fullname="QSizePolicy::setHorStretch" href="qsizepolicy-qt3.html#setHorStretch" location="qsizepolicy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHorStretch(uchar stretch)">
+ <parameter left="uchar" right="" name="stretch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setVerStretch" fullname="QSizePolicy::setVerStretch" href="qsizepolicy-qt3.html#setVerStretch" location="qsizepolicy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setVerStretch(uchar stretch)">
+ <parameter left="uchar" right="" name="stretch" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qsizepolicy.html#operator&lt;&lt;-104" location="qsizepolicy.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="104" relates="QSizePolicy" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QSizePolicy &amp; policy)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QSizePolicy &amp;" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qsizepolicy.html#operator&gt;&gt;-60" location="qsizepolicy.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="60" relates="QSizePolicy" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QSizePolicy &amp; policy)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QSizePolicy &amp;" right="" name="policy" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMenu" href="qmenu.html" location="qmenu.h" bases="QWidget" module="QtGui">
+ <contents name="actions" title="Actions" level="1"/>
+ <contents name="qmenu-on-qt-for-windows-ce" title="QMenu on Qt for Windows CE" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="tearOffEnabled" fullname="QMenu::tearOffEnabled" href="qmenu.html#tearOffEnabled-prop" location="qmenu.h" type="bool">
+ <getter name="isTearOffEnabled"/>
+ <setter name="setTearOffEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="title" fullname="QMenu::title" href="qmenu.html#title-prop" location="qmenu.h" type="QString">
+ <getter name="title"/>
+ <setter name="setTitle"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QMenu::icon" href="qmenu.html#icon-prop" location="qmenu.h" type="QIcon">
+ <getter name="icon"/>
+ <setter name="setIcon"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="separatorsCollapsible" fullname="QMenu::separatorsCollapsible" href="qmenu.html#separatorsCollapsible-prop" location="qmenu.h" type="bool">
+ <getter name="separatorsCollapsible"/>
+ <setter name="setSeparatorsCollapsible"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMenu" fullname="QMenu::QMenu" href="qmenu.html#QMenu" location="qmenu.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMenu(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMenu" fullname="QMenu::QMenu" href="qmenu.html#QMenu-2" location="qmenu.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QMenu(const QString &amp; title, QWidget * parent)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMenu" fullname="QMenu::~QMenu" href="qmenu.html#dtor.QMenu" location="qmenu.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMenu()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addAction" fullname="QMenu::addAction" href="qmenu.html#addAction-5" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="addAction(QAction * action)">
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addAction" fullname="QMenu::addAction" href="qmenu.html#addAction" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAction *" signature="addAction(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addAction" fullname="QMenu::addAction" href="qmenu.html#addAction-2" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QAction *" signature="addAction(const QIcon &amp; icon, const QString &amp; text)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addAction" fullname="QMenu::addAction" href="qmenu.html#addAction-3" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QAction *" signature="addAction(const QString &amp; text, const QObject * receiver, const char * member, const QKeySequence &amp; shortcut)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ <parameter left="const QKeySequence &amp;" right="" name="shortcut" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addAction" fullname="QMenu::addAction" href="qmenu.html#addAction-4" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="QAction *" signature="addAction(const QIcon &amp; icon, const QString &amp; text, const QObject * receiver, const char * member, const QKeySequence &amp; shortcut)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ <parameter left="const QKeySequence &amp;" right="" name="shortcut" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addMenu" fullname="QMenu::addMenu" href="qmenu.html#addMenu" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAction *" signature="addMenu(QMenu * menu)">
+ <parameter left="QMenu *" right="" name="menu" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addMenu" fullname="QMenu::addMenu" href="qmenu.html#addMenu-2" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QMenu *" signature="addMenu(const QString &amp; title)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addMenu" fullname="QMenu::addMenu" href="qmenu.html#addMenu-3" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QMenu *" signature="addMenu(const QIcon &amp; icon, const QString &amp; title)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addSeparator" fullname="QMenu::addSeparator" href="qmenu.html#addSeparator" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAction *" signature="addSeparator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertMenu" fullname="QMenu::insertMenu" href="qmenu.html#insertMenu" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAction *" signature="insertMenu(QAction * before, QMenu * menu)">
+ <parameter left="QAction *" right="" name="before" default=""/>
+ <parameter left="QMenu *" right="" name="menu" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertSeparator" fullname="QMenu::insertSeparator" href="qmenu.html#insertSeparator" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAction *" signature="insertSeparator(QAction * before)">
+ <parameter left="QAction *" right="" name="before" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QMenu::isEmpty" href="qmenu.html#isEmpty" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QMenu::clear" href="qmenu.html#clear" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTearOffEnabled" fullname="QMenu::setTearOffEnabled" href="qmenu.html#tearOffEnabled-prop" location="qmenu.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="tearOffEnabled" type="void" signature="setTearOffEnabled(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isTearOffEnabled" fullname="QMenu::isTearOffEnabled" href="qmenu.html#tearOffEnabled-prop" location="qmenu.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="tearOffEnabled" type="bool" signature="isTearOffEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isTearOffMenuVisible" fullname="QMenu::isTearOffMenuVisible" href="qmenu.html#isTearOffMenuVisible" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isTearOffMenuVisible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hideTearOffMenu" fullname="QMenu::hideTearOffMenu" href="qmenu.html#hideTearOffMenu" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="hideTearOffMenu()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultAction" fullname="QMenu::setDefaultAction" href="qmenu.html#setDefaultAction" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDefaultAction(QAction * act)">
+ <parameter left="QAction *" right="" name="act" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultAction" fullname="QMenu::defaultAction" href="qmenu.html#defaultAction" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="defaultAction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setActiveAction" fullname="QMenu::setActiveAction" href="qmenu.html#setActiveAction" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setActiveAction(QAction * act)">
+ <parameter left="QAction *" right="" name="act" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activeAction" fullname="QMenu::activeAction" href="qmenu.html#activeAction" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="activeAction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="popup" fullname="QMenu::popup" href="qmenu.html#popup" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="popup(const QPoint &amp; p, QAction * atAction)">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ <parameter left="QAction *" right="" name="atAction" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exec" fullname="QMenu::exec" href="qmenu.html#exec" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAction *" signature="exec()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exec" fullname="QMenu::exec" href="qmenu.html#exec-2" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QAction *" signature="exec(const QPoint &amp; p, QAction * action)">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ <parameter left="QAction *" right="" name="action" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exec" fullname="QMenu::exec" href="qmenu.html#exec-4" location="qmenu.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="4" type="QAction *" signature="exec(QList&lt;QAction *&gt; actions, const QPoint &amp; pos, QAction * at)">
+ <parameter left="QList&lt;QAction *&gt;" right="" name="actions" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="QAction *" right="" name="at" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exec" fullname="QMenu::exec" href="qmenu.html#exec-3" location="qmenu.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="QAction *" signature="exec(QList&lt;QAction *&gt; actions, const QPoint &amp; pos, QAction * at, QWidget * parent)">
+ <parameter left="QList&lt;QAction *&gt;" right="" name="actions" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="QAction *" right="" name="at" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QMenu::sizeHint" href="qmenu.html#sizeHint" location="qmenu.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionGeometry" fullname="QMenu::actionGeometry" href="qmenu.html#actionGeometry" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="actionGeometry(QAction * act) const">
+ <parameter left="QAction *" right="" name="act" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actionAt" fullname="QMenu::actionAt" href="qmenu.html#actionAt" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="actionAt(const QPoint &amp; pt) const">
+ <parameter left="const QPoint &amp;" right="" name="pt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="menuAction" fullname="QMenu::menuAction" href="qmenu.html#menuAction" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="menuAction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="title" fullname="QMenu::title" href="qmenu.html#title-prop" location="qmenu.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="title" type="QString" signature="title() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTitle" fullname="QMenu::setTitle" href="qmenu.html#title-prop" location="qmenu.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="title" type="void" signature="setTitle(const QString &amp; title)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QMenu::icon" href="qmenu.html#icon-prop" location="qmenu.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="icon" type="QIcon" signature="icon() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIcon" fullname="QMenu::setIcon" href="qmenu.html#icon-prop" location="qmenu.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="icon" type="void" signature="setIcon(const QIcon &amp; icon)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="separatorsCollapsible" fullname="QMenu::separatorsCollapsible" href="qmenu.html#separatorsCollapsible-prop" location="qmenu.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="separatorsCollapsible" type="bool" signature="separatorsCollapsible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSeparatorsCollapsible" fullname="QMenu::setSeparatorsCollapsible" href="qmenu.html#separatorsCollapsible-prop" location="qmenu.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="separatorsCollapsible" type="void" signature="setSeparatorsCollapsible(bool collapse)">
+ <parameter left="bool" right="" name="collapse" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="aboutToShow" fullname="QMenu::aboutToShow" href="qmenu.html#aboutToShow" location="qmenu.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="aboutToShow()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="aboutToHide" fullname="QMenu::aboutToHide" href="qmenu.html#aboutToHide" location="qmenu.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="aboutToHide()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="triggered" fullname="QMenu::triggered" href="qmenu.html#triggered" location="qmenu.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="triggered(QAction * action)">
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hovered" fullname="QMenu::hovered" href="qmenu.html#hovered" location="qmenu.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="hovered(QAction * action)">
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="columnCount" fullname="QMenu::columnCount" href="qmenu.html#columnCount" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columnCount() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QMenu::changeEvent" href="qmenu.html#changeEvent" location="qmenu.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QMenu::keyPressEvent" href="qmenu.html#keyPressEvent" location="qmenu.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QMenu::mouseReleaseEvent" href="qmenu.html#mouseReleaseEvent" location="qmenu.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QMenu::mousePressEvent" href="qmenu.html#mousePressEvent" location="qmenu.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QMenu::mouseMoveEvent" href="qmenu.html#mouseMoveEvent" location="qmenu.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="wheelEvent" fullname="QMenu::wheelEvent" href="qmenu.html#wheelEvent" location="qmenu.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="wheelEvent(QWheelEvent * e)">
+ <parameter left="QWheelEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="enterEvent" fullname="QMenu::enterEvent" href="qmenu.html#enterEvent" location="qmenu.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="enterEvent(QEvent * )">
+ <parameter left="QEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="leaveEvent" fullname="QMenu::leaveEvent" href="qmenu.html#leaveEvent" location="qmenu.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="leaveEvent(QEvent * )">
+ <parameter left="QEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hideEvent" fullname="QMenu::hideEvent" href="qmenu.html#hideEvent" location="qmenu.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hideEvent(QHideEvent * )">
+ <parameter left="QHideEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QMenu::paintEvent" href="qmenu.html#paintEvent" location="qmenu.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * e)">
+ <parameter left="QPaintEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="actionEvent" fullname="QMenu::actionEvent" href="qmenu.html#actionEvent" location="qmenu.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="actionEvent(QActionEvent * e)">
+ <parameter left="QActionEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="timerEvent" fullname="QMenu::timerEvent" href="qmenu.html#timerEvent" location="qmenu.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="timerEvent(QTimerEvent * e)">
+ <parameter left="QTimerEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QMenu::event" href="qmenu.html#event" location="qmenu.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusNextPrevChild" fullname="QMenu::focusNextPrevChild" href="qmenu.html#focusNextPrevChild" location="qmenu.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="focusNextPrevChild(bool next)">
+ <parameter left="bool" right="" name="next" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initStyleOption" fullname="QMenu::initStyleOption" href="qmenu.html#initStyleOption" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="initStyleOption(QStyleOptionMenuItem * option, const QAction * action) const">
+ <parameter left="QStyleOptionMenuItem *" right="" name="option" default=""/>
+ <parameter left="const QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="count" fullname="QMenu::count" href="qmenu-qt3.html#count" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertItem" fullname="QMenu::insertItem" href="qmenu-qt3.html#insertItem" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="insertItem(const QString &amp; text, const QObject * receiver, const char * member, const QKeySequence &amp; shortcut, int id, int index)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ <parameter left="const QKeySequence &amp;" right="" name="shortcut" default="0"/>
+ <parameter left="int" right="" name="id" default="-1"/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertItem" fullname="QMenu::insertItem" href="qmenu-qt3.html#insertItem-2" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="insertItem(const QIcon &amp; icon, const QString &amp; text, const QObject * receiver, const char * member, const QKeySequence &amp; shortcut, int id, int index)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ <parameter left="const QKeySequence &amp;" right="" name="shortcut" default="0"/>
+ <parameter left="int" right="" name="id" default="-1"/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertItem" fullname="QMenu::insertItem" href="qmenu-qt3.html#insertItem-3" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="int" signature="insertItem(const QPixmap &amp; pixmap, const QObject * receiver, const char * member, const QKeySequence &amp; shortcut, int id, int index)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="const QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ <parameter left="const QKeySequence &amp;" right="" name="shortcut" default="0"/>
+ <parameter left="int" right="" name="id" default="-1"/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertItem" fullname="QMenu::insertItem" href="qmenu-qt3.html#insertItem-4" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="int" signature="insertItem(const QString &amp; text, int id, int index)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="id" default="-1"/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertItem" fullname="QMenu::insertItem" href="qmenu-qt3.html#insertItem-5" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="int" signature="insertItem(const QIcon &amp; icon, const QString &amp; text, int id, int index)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="id" default="-1"/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertItem" fullname="QMenu::insertItem" href="qmenu-qt3.html#insertItem-6" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="int" signature="insertItem(const QString &amp; text, QMenu * popup, int id, int index)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QMenu *" right="" name="popup" default=""/>
+ <parameter left="int" right="" name="id" default="-1"/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertItem" fullname="QMenu::insertItem" href="qmenu-qt3.html#insertItem-7" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="int" signature="insertItem(const QIcon &amp; icon, const QString &amp; text, QMenu * popup, int id, int index)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QMenu *" right="" name="popup" default=""/>
+ <parameter left="int" right="" name="id" default="-1"/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertItem" fullname="QMenu::insertItem" href="qmenu-qt3.html#insertItem-8" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="int" signature="insertItem(const QPixmap &amp; pixmap, int id, int index)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="int" right="" name="id" default="-1"/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertItem" fullname="QMenu::insertItem" href="qmenu-qt3.html#insertItem-9" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" type="int" signature="insertItem(const QPixmap &amp; pixmap, QMenu * popup, int id, int index)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="QMenu *" right="" name="popup" default=""/>
+ <parameter left="int" right="" name="id" default="-1"/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertItem" fullname="QMenu::insertItem" href="qmenu-qt3.html#insertItem-10" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="10" type="int" signature="insertItem(QMenuItem * item, int id, int index)">
+ <parameter left="QMenuItem *" right="" name="item" default=""/>
+ <parameter left="int" right="" name="id" default="-1"/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertSeparator" fullname="QMenu::insertSeparator" href="qmenu-qt3.html#insertSeparator-2" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="insertSeparator(int index)">
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="removeItem" fullname="QMenu::removeItem" href="qmenu-qt3.html#removeItem" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeItem(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="removeItemAt" fullname="QMenu::removeItemAt" href="qmenu-qt3.html#removeItemAt" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeItemAt(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="accel" fullname="QMenu::accel" href="qmenu-qt3.html#accel" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QKeySequence" signature="accel(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setAccel" fullname="QMenu::setAccel" href="qmenu-qt3.html#setAccel" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAccel(const QKeySequence &amp; key, int id)">
+ <parameter left="const QKeySequence &amp;" right="" name="key" default=""/>
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="iconSet" fullname="QMenu::iconSet" href="qmenu-qt3.html#iconSet" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="iconSet(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="text" fullname="QMenu::text" href="qmenu-qt3.html#text" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="pixmap" fullname="QMenu::pixmap" href="qmenu-qt3.html#pixmap" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="pixmap(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setWhatsThis" fullname="QMenu::setWhatsThis" href="qmenu-qt3.html#setWhatsThis" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWhatsThis(int id, const QString &amp; w)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="const QString &amp;" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="whatsThis" fullname="QMenu::whatsThis" href="qmenu-qt3.html#whatsThis" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="whatsThis(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="changeItem" fullname="QMenu::changeItem" href="qmenu-qt3.html#changeItem" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="changeItem(int id, const QString &amp; text)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="changeItem" fullname="QMenu::changeItem" href="qmenu-qt3.html#changeItem-2" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="changeItem(int id, const QPixmap &amp; pixmap)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="changeItem" fullname="QMenu::changeItem" href="qmenu-qt3.html#changeItem-3" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="changeItem(int id, const QIcon &amp; icon, const QString &amp; text)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setActiveItem" fullname="QMenu::setActiveItem" href="qmenu-qt3.html#setActiveItem" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setActiveItem(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="isItemActive" fullname="QMenu::isItemActive" href="qmenu-qt3.html#isItemActive" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isItemActive(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="isItemEnabled" fullname="QMenu::isItemEnabled" href="qmenu-qt3.html#isItemEnabled" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isItemEnabled(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setItemEnabled" fullname="QMenu::setItemEnabled" href="qmenu-qt3.html#setItemEnabled" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemEnabled(int id, bool enable)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="isItemChecked" fullname="QMenu::isItemChecked" href="qmenu-qt3.html#isItemChecked" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isItemChecked(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setItemChecked" fullname="QMenu::setItemChecked" href="qmenu-qt3.html#setItemChecked" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemChecked(int id, bool check)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="bool" right="" name="check" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="isItemVisible" fullname="QMenu::isItemVisible" href="qmenu-qt3.html#isItemVisible" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isItemVisible(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setItemVisible" fullname="QMenu::setItemVisible" href="qmenu-qt3.html#setItemVisible" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemVisible(int id, bool visible)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="itemGeometry" fullname="QMenu::itemGeometry" href="qmenu-qt3.html#itemGeometry" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QRect" signature="itemGeometry(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="itemFont" fullname="QMenu::itemFont" href="qmenu-qt3.html#itemFont" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFont" signature="itemFont(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setItemFont" fullname="QMenu::setItemFont" href="qmenu-qt3.html#setItemFont" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemFont(int id, const QFont &amp; font)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="indexOf" fullname="QMenu::indexOf" href="qmenu-qt3.html#indexOf" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOf(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="idAt" fullname="QMenu::idAt" href="qmenu-qt3.html#idAt" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="idAt(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setId" fullname="QMenu::setId" href="qmenu-qt3.html#setId" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setId(int index, int id)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="activateItemAt" fullname="QMenu::activateItemAt" href="qmenu-qt3.html#activateItemAt" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="activateItemAt(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="connectItem" fullname="QMenu::connectItem" href="qmenu-qt3.html#connectItem" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="connectItem(int id, const QObject * receiver, const char * member)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="const QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="disconnectItem" fullname="QMenu::disconnectItem" href="qmenu-qt3.html#disconnectItem" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="disconnectItem(int id, const QObject * receiver, const char * member)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="const QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="findItem" fullname="QMenu::findItem" href="qmenu-qt3.html#findItem" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMenuItem *" signature="findItem(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setCheckable" fullname="QMenu::setCheckable" href="qmenu-qt3.html#setCheckable" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCheckable(bool checkable)">
+ <parameter left="bool" right="" name="checkable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="isCheckable" fullname="QMenu::isCheckable" href="qmenu-qt3.html#isCheckable" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCheckable() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="findPopup" fullname="QMenu::findPopup" href="qmenu-qt3.html#findPopup" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMenuItem *" signature="findPopup(QMenu * popup, int * index)">
+ <parameter left="QMenu *" right="" name="popup" default=""/>
+ <parameter left="int *" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setItemParameter" fullname="QMenu::setItemParameter" href="qmenu-qt3.html#setItemParameter" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="setItemParameter(int id, int param)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="int" right="" name="param" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="itemParameter" fullname="QMenu::itemParameter" href="qmenu-qt3.html#itemParameter" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="itemParameter(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="frameWidth" fullname="QMenu::frameWidth" href="qmenu-qt3.html#frameWidth" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="frameWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="popup" fullname="QMenu::popup" href="qmenu-qt3.html#popup-2" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="popup(const QPoint &amp; pos, int indexAtPoint)">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="int" right="" name="indexAtPoint" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertTearOffHandle" fullname="QMenu::insertTearOffHandle" href="qmenu-qt3.html#insertTearOffHandle" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="insertTearOffHandle(int a, int b)">
+ <parameter left="int" right="" name="a" default="0"/>
+ <parameter left="int" right="" name="b" default="0"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="compat" name="itemAtPos" fullname="QMenu::itemAtPos" href="qmenu-qt3.html#itemAtPos" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="itemAtPos(const QPoint &amp; p, bool ignoreSeparator)">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ <parameter left="bool" right="" name="ignoreSeparator" default="true"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="compat" name="columns" fullname="QMenu::columns" href="qmenu-qt3.html#columns" location="qmenu.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columns() const"/>
+ <function access="protected" threadsafety="unspecified" status="compat" name="itemHeight" fullname="QMenu::itemHeight" href="qmenu-qt3.html#itemHeight" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="itemHeight(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="compat" name="itemHeight" fullname="QMenu::itemHeight" href="qmenu-qt3.html#itemHeight-2" location="qmenu.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="itemHeight(QMenuItem * mi)">
+ <parameter left="QMenuItem *" right="" name="mi" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="activated" fullname="QMenu::activated" href="qmenu-qt3.html#activated" location="qmenu.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="activated(int itemId)">
+ <parameter left="int" right="" name="itemId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="highlighted" fullname="QMenu::highlighted" href="qmenu-qt3.html#highlighted" location="qmenu.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="highlighted(int itemId)">
+ <parameter left="int" right="" name="itemId" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlSchema" href="qxmlschema.html" location="qxmlschema.h" bases="" module="QtXmlPatterns">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlSchema" fullname="QXmlSchema::QXmlSchema" href="qxmlschema.html#QXmlSchema" location="qxmlschema.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QXmlSchema()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlSchema" fullname="QXmlSchema::QXmlSchema" href="qxmlschema.html#QXmlSchema-2" location="qxmlschema.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QXmlSchema(const QXmlSchema &amp; other)">
+ <parameter left="const QXmlSchema &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlSchema" fullname="QXmlSchema::~QXmlSchema" href="qxmlschema.html#dtor.QXmlSchema" location="qxmlschema.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlSchema()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QXmlSchema::load" href="qxmlschema.html#load" location="qxmlschema.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="load(const QUrl &amp; source)">
+ <parameter left="const QUrl &amp;" right="" name="source" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QXmlSchema::load" href="qxmlschema.html#load-2" location="qxmlschema.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="load(QIODevice * source, const QUrl &amp; documentUri)">
+ <parameter left="QIODevice *" right="" name="source" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="documentUri" default="QUrl()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QXmlSchema::load" href="qxmlschema.html#load-3" location="qxmlschema.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="bool" signature="load(const QByteArray &amp; data, const QUrl &amp; documentUri)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="documentUri" default="QUrl()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QXmlSchema::isValid" href="qxmlschema.html#isValid" location="qxmlschema.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="namePool" fullname="QXmlSchema::namePool" href="qxmlschema.html#namePool" location="qxmlschema.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QXmlNamePool" signature="namePool() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="documentUri" fullname="QXmlSchema::documentUri" href="qxmlschema.html#documentUri" location="qxmlschema.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="documentUri() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMessageHandler" fullname="QXmlSchema::setMessageHandler" href="qxmlschema.html#setMessageHandler" location="qxmlschema.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMessageHandler(QAbstractMessageHandler * handler)">
+ <parameter left="QAbstractMessageHandler *" right="" name="handler" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="messageHandler" fullname="QXmlSchema::messageHandler" href="qxmlschema.html#messageHandler" location="qxmlschema.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractMessageHandler *" signature="messageHandler() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUriResolver" fullname="QXmlSchema::setUriResolver" href="qxmlschema.html#setUriResolver" location="qxmlschema.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUriResolver(const QAbstractUriResolver * resolver)">
+ <parameter left="const QAbstractUriResolver *" right="" name="resolver" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="uriResolver" fullname="QXmlSchema::uriResolver" href="qxmlschema.html#uriResolver" location="qxmlschema.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QAbstractUriResolver *" signature="uriResolver() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNetworkAccessManager" fullname="QXmlSchema::setNetworkAccessManager" href="qxmlschema.html#setNetworkAccessManager" location="qxmlschema.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNetworkAccessManager(QNetworkAccessManager * manager)">
+ <parameter left="QNetworkAccessManager *" right="" name="manager" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="networkAccessManager" fullname="QXmlSchema::networkAccessManager" href="qxmlschema.html#networkAccessManager" location="qxmlschema.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QNetworkAccessManager *" signature="networkAccessManager() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStylePainter" href="qstylepainter.html" location="qstylepainter.h" bases="QPainter" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStylePainter" fullname="QStylePainter::QStylePainter" href="qstylepainter.html#QStylePainter" location="qstylepainter.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStylePainter()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStylePainter" fullname="QStylePainter::QStylePainter" href="qstylepainter.html#QStylePainter-2" location="qstylepainter.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStylePainter(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStylePainter" fullname="QStylePainter::QStylePainter" href="qstylepainter.html#QStylePainter-3" location="qstylepainter.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QStylePainter(QPaintDevice * pd, QWidget * widget)">
+ <parameter left="QPaintDevice *" right="" name="pd" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="QStylePainter::begin" href="qstylepainter.html#begin" location="qstylepainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="begin(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="QStylePainter::begin" href="qstylepainter.html#begin-2" location="qstylepainter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="begin(QPaintDevice * pd, QWidget * widget)">
+ <parameter left="QPaintDevice *" right="" name="pd" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPrimitive" fullname="QStylePainter::drawPrimitive" href="qstylepainter.html#drawPrimitive" location="qstylepainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawPrimitive(QStyle::PrimitiveElement pe, const QStyleOption &amp; option)">
+ <parameter left="QStyle::PrimitiveElement" right="" name="pe" default=""/>
+ <parameter left="const QStyleOption &amp;" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawControl" fullname="QStylePainter::drawControl" href="qstylepainter.html#drawControl" location="qstylepainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawControl(QStyle::ControlElement ce, const QStyleOption &amp; option)">
+ <parameter left="QStyle::ControlElement" right="" name="ce" default=""/>
+ <parameter left="const QStyleOption &amp;" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawComplexControl" fullname="QStylePainter::drawComplexControl" href="qstylepainter.html#drawComplexControl" location="qstylepainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawComplexControl(QStyle::ComplexControl cc, const QStyleOptionComplex &amp; option)">
+ <parameter left="QStyle::ComplexControl" right="" name="cc" default=""/>
+ <parameter left="const QStyleOptionComplex &amp;" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawItemText" fullname="QStylePainter::drawItemText" href="qstylepainter.html#drawItemText" location="qstylepainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawItemText(const QRect &amp; rect, int flags, const QPalette &amp; pal, bool enabled, const QString &amp; text, QPalette::ColorRole textRole)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="const QPalette &amp;" right="" name="pal" default=""/>
+ <parameter left="bool" right="" name="enabled" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QPalette::ColorRole" right="" name="textRole" default="QPalette::NoRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawItemPixmap" fullname="QStylePainter::drawItemPixmap" href="qstylepainter.html#drawItemPixmap" location="qstylepainter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawItemPixmap(const QRect &amp; rect, int flags, const QPixmap &amp; pixmap)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="style" fullname="QStylePainter::style" href="qstylepainter.html#style" location="qstylepainter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStyle *" signature="style() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="obsolete" name="QMatrix" href="qmatrix.html" location="qmatrix.h" bases="" module="QtGui">
+ <contents name="rendering-graphics" title="Rendering Graphics" level="1"/>
+ <contents name="basic-matrix-operations" title="Basic Matrix Operations" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMatrix" fullname="QMatrix::QMatrix" href="qmatrix.html#QMatrix" location="qmatrix.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMatrix()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMatrix" fullname="QMatrix::QMatrix" href="qmatrix.html#QMatrix-3" location="qmatrix.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QMatrix(qreal m11, qreal m12, qreal m21, qreal m22, qreal dx, qreal dy)">
+ <parameter left="qreal" right="" name="m11" default=""/>
+ <parameter left="qreal" right="" name="m12" default=""/>
+ <parameter left="qreal" right="" name="m21" default=""/>
+ <parameter left="qreal" right="" name="m22" default=""/>
+ <parameter left="qreal" right="" name="dx" default=""/>
+ <parameter left="qreal" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMatrix" fullname="QMatrix::QMatrix" href="qmatrix.html#QMatrix-4" location="qmatrix.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QMatrix(const QMatrix &amp; matrix)">
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMatrix" fullname="QMatrix::setMatrix" href="qmatrix.html#setMatrix" location="qmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMatrix(qreal m11, qreal m12, qreal m21, qreal m22, qreal dx, qreal dy)">
+ <parameter left="qreal" right="" name="m11" default=""/>
+ <parameter left="qreal" right="" name="m12" default=""/>
+ <parameter left="qreal" right="" name="m21" default=""/>
+ <parameter left="qreal" right="" name="m22" default=""/>
+ <parameter left="qreal" right="" name="dx" default=""/>
+ <parameter left="qreal" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="m11" fullname="QMatrix::m11" href="qmatrix.html#m11" location="qmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="m11() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="m12" fullname="QMatrix::m12" href="qmatrix.html#m12" location="qmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="m12() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="m21" fullname="QMatrix::m21" href="qmatrix.html#m21" location="qmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="m21() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="m22" fullname="QMatrix::m22" href="qmatrix.html#m22" location="qmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="m22() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dx" fullname="QMatrix::dx" href="qmatrix.html#dx" location="qmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="dx() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dy" fullname="QMatrix::dy" href="qmatrix.html#dy" location="qmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="dy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QMatrix::map" href="qmatrix.html#map-3" location="qmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="void" signature="map(int x, int y, int * tx, int * ty) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int *" right="" name="tx" default=""/>
+ <parameter left="int *" right="" name="ty" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QMatrix::map" href="qmatrix.html#map" location="qmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="map(qreal x, qreal y, qreal * tx, qreal * ty) const">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal *" right="" name="tx" default=""/>
+ <parameter left="qreal *" right="" name="ty" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapRect" fullname="QMatrix::mapRect" href="qmatrix.html#mapRect-2" location="qmatrix.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRect" signature="mapRect(const QRect &amp; rectangle) const">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapRect" fullname="QMatrix::mapRect" href="qmatrix.html#mapRect" location="qmatrix.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="mapRect(const QRectF &amp; rectangle) const">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QMatrix::map" href="qmatrix.html#map-5" location="qmatrix.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="5" type="QPoint" signature="map(const QPoint &amp; point) const">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QMatrix::map" href="qmatrix.html#map-4" location="qmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QPointF" signature="map(const QPointF &amp; point) const">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QMatrix::map" href="qmatrix.html#map-7" location="qmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="7" type="QLine" signature="map(const QLine &amp; line) const">
+ <parameter left="const QLine &amp;" right="" name="line" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QMatrix::map" href="qmatrix.html#map-6" location="qmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="6" type="QLineF" signature="map(const QLineF &amp; line) const">
+ <parameter left="const QLineF &amp;" right="" name="line" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QMatrix::map" href="qmatrix.html#map-8" location="qmatrix.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="8" type="QPolygonF" signature="map(const QPolygonF &amp; polygon) const">
+ <parameter left="const QPolygonF &amp;" right="" name="polygon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QMatrix::map" href="qmatrix.html#map-9" location="qmatrix.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="9" type="QPolygon" signature="map(const QPolygon &amp; polygon) const">
+ <parameter left="const QPolygon &amp;" right="" name="polygon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QMatrix::map" href="qmatrix.html#map-10" location="qmatrix.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="10" type="QRegion" signature="map(const QRegion &amp; region) const">
+ <parameter left="const QRegion &amp;" right="" name="region" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QMatrix::map" href="qmatrix.html#map-11" location="qmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="11" type="QPainterPath" signature="map(const QPainterPath &amp; path) const">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToPolygon" fullname="QMatrix::mapToPolygon" href="qmatrix.html#mapToPolygon" location="qmatrix.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPolygon" signature="mapToPolygon(const QRect &amp; rectangle) const">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="QMatrix::reset" href="qmatrix.html#reset" location="qmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isIdentity" fullname="QMatrix::isIdentity" href="qmatrix.html#isIdentity" location="qmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isIdentity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QMatrix::translate" href="qmatrix.html#translate" location="qmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMatrix &amp;" signature="translate(qreal dx, qreal dy)">
+ <parameter left="qreal" right="" name="dx" default=""/>
+ <parameter left="qreal" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scale" fullname="QMatrix::scale" href="qmatrix.html#scale" location="qmatrix.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMatrix &amp;" signature="scale(qreal sx, qreal sy)">
+ <parameter left="qreal" right="" name="sx" default=""/>
+ <parameter left="qreal" right="" name="sy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shear" fullname="QMatrix::shear" href="qmatrix.html#shear" location="qmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMatrix &amp;" signature="shear(qreal sh, qreal sv)">
+ <parameter left="qreal" right="" name="sh" default=""/>
+ <parameter left="qreal" right="" name="sv" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rotate" fullname="QMatrix::rotate" href="qmatrix.html#rotate" location="qmatrix.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMatrix &amp;" signature="rotate(qreal degrees)">
+ <parameter left="qreal" right="" name="degrees" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isInvertible" fullname="QMatrix::isInvertible" href="qmatrix.html#isInvertible" location="qmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isInvertible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="det" fullname="QMatrix::det" href="qmatrix.html#det" location="qmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="det() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inverted" fullname="QMatrix::inverted" href="qmatrix.html#inverted" location="qmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMatrix" signature="inverted(bool * invertible) const">
+ <parameter left="bool *" right="" name="invertible" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QMatrix::operator==" href="qmatrix.html#operator==" location="qmatrix.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QMatrix &amp; matrix) const">
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QMatrix::operator!=" href="qmatrix.html#operator!=" location="qmatrix.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QMatrix &amp; matrix) const">
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*=" fullname="QMatrix::operator*=" href="qmatrix.html#operator*=" location="qmatrix.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMatrix &amp;" signature="operator*=(const QMatrix &amp; matrix)">
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" fullname="QMatrix::operator*" href="qmatrix.html#operator*" location="qmatrix.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMatrix" signature="operator*(const QMatrix &amp; matrix) const">
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QMatrix::operator=" href="qmatrix.html#operator=" location="qmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMatrix &amp;" signature="operator=(const QMatrix &amp; matrix)">
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QVariant" fullname="QMatrix::operator QVariant" href="qmatrix.html#operator QVariant" location="qmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QVariant() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="invert" fullname="QMatrix::invert" href="qmatrix-qt3.html#invert" location="qmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMatrix" signature="invert(bool * invertible) const">
+ <parameter left="bool *" right="" name="invertible" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="map" fullname="QMatrix::map" href="qmatrix-qt3.html#map-2" location="qmatrix.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRect" signature="map(const QRect &amp; rect) const">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="mapToRegion" fullname="QMatrix::mapToRegion" href="qmatrix-qt3.html#mapToRegion" location="qmatrix.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRegion" signature="mapToRegion(const QRect &amp; rectangle) const">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qmatrix.html#operator*-37" location="qmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="37" relates="QMatrix" type="QPoint" signature="operator*(const QPoint &amp; point, const QMatrix &amp; matrix)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qmatrix.html#operator*-38" location="qmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="38" relates="QMatrix" type="QPointF" signature="operator*(const QPointF &amp; point, const QMatrix &amp; matrix)">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qmatrix.html#operator*-39" location="qmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="39" relates="QMatrix" type="QLineF" signature="operator*(const QLineF &amp; line, const QMatrix &amp; matrix)">
+ <parameter left="const QLineF &amp;" right="" name="line" default=""/>
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qmatrix.html#operator*-40" location="qmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="40" relates="QMatrix" type="QLine" signature="operator*(const QLine &amp; line, const QMatrix &amp; matrix)">
+ <parameter left="const QLine &amp;" right="" name="line" default=""/>
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qmatrix.html#operator*-41" location="qmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="41" relates="QMatrix" type="QPolygon" signature="operator*(const QPolygon &amp; polygon, const QMatrix &amp; matrix)">
+ <parameter left="const QPolygon &amp;" right="" name="polygon" default=""/>
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qmatrix.html#operator*-42" location="qmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="42" relates="QMatrix" type="QPolygonF" signature="operator*(const QPolygonF &amp; polygon, const QMatrix &amp; matrix)">
+ <parameter left="const QPolygonF &amp;" right="" name="polygon" default=""/>
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qmatrix.html#operator*-43" location="qmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="43" relates="QMatrix" type="QRegion" signature="operator*(const QRegion &amp; region, const QMatrix &amp; matrix)">
+ <parameter left="const QRegion &amp;" right="" name="region" default=""/>
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qmatrix.html#operator*-44" location="qmatrix.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="44" relates="QMatrix" type="QPainterPath" signature="operator*(const QPainterPath &amp; path, const QMatrix &amp; matrix)">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qFuzzyCompare" href="qmatrix.html#qFuzzyCompare-7" location="qmatrix.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" relates="QMatrix" type="bool" signature="qFuzzyCompare(const QMatrix &amp; m1, const QMatrix &amp; m2)">
+ <parameter left="const QMatrix &amp;" right="" name="m1" default=""/>
+ <parameter left="const QMatrix &amp;" right="" name="m2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qmatrix.html#operator&lt;&lt;-105" location="qmatrix.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="105" relates="QMatrix" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QMatrix &amp; matrix)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qmatrix.html#operator&gt;&gt;-61" location="qmatrix.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="61" relates="QMatrix" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QMatrix &amp; matrix)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QMatrix &amp;" right="" name="matrix" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3UrlOperator" href="q3urloperator.html" location="q3urloperator.h" bases="Q3Url,QObject" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3UrlOperator" fullname="Q3UrlOperator::Q3UrlOperator" href="q3urloperator.html#Q3UrlOperator" location="q3urloperator.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3UrlOperator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3UrlOperator" fullname="Q3UrlOperator::Q3UrlOperator" href="q3urloperator.html#Q3UrlOperator-2" location="q3urloperator.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3UrlOperator(const QString &amp; url)">
+ <parameter left="const QString &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3UrlOperator" fullname="Q3UrlOperator::Q3UrlOperator" href="q3urloperator.html#Q3UrlOperator-3" location="q3urloperator.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3UrlOperator(const Q3UrlOperator &amp; url)">
+ <parameter left="const Q3UrlOperator &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3UrlOperator" fullname="Q3UrlOperator::Q3UrlOperator" href="q3urloperator.html#Q3UrlOperator-4" location="q3urloperator.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="Q3UrlOperator(const Q3UrlOperator &amp; url, const QString &amp; relUrl, bool checkSlash)">
+ <parameter left="const Q3UrlOperator &amp;" right="" name="url" default=""/>
+ <parameter left="const QString &amp;" right="" name="relUrl" default=""/>
+ <parameter left="bool" right="" name="checkSlash" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3UrlOperator" fullname="Q3UrlOperator::~Q3UrlOperator" href="q3urloperator.html#dtor.Q3UrlOperator" location="q3urloperator.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3UrlOperator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPath" fullname="Q3UrlOperator::setPath" href="q3urloperator.html#setPath" location="q3urloperator.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setPath(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="listChildren" fullname="Q3UrlOperator::listChildren" href="q3urloperator.html#listChildren" location="q3urloperator.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="const Q3NetworkOperation *" signature="listChildren()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mkdir" fullname="Q3UrlOperator::mkdir" href="q3urloperator.html#mkdir" location="q3urloperator.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="const Q3NetworkOperation *" signature="mkdir(const QString &amp; dirname)">
+ <parameter left="const QString &amp;" right="" name="dirname" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="Q3UrlOperator::remove" href="q3urloperator.html#remove" location="q3urloperator.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="const Q3NetworkOperation *" signature="remove(const QString &amp; filename)">
+ <parameter left="const QString &amp;" right="" name="filename" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rename" fullname="Q3UrlOperator::rename" href="q3urloperator.html#rename" location="q3urloperator.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="const Q3NetworkOperation *" signature="rename(const QString &amp; oldname, const QString &amp; newname)">
+ <parameter left="const QString &amp;" right="" name="oldname" default=""/>
+ <parameter left="const QString &amp;" right="" name="newname" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="get" fullname="Q3UrlOperator::get" href="q3urloperator.html#get" location="q3urloperator.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="const Q3NetworkOperation *" signature="get(const QString &amp; location)">
+ <parameter left="const QString &amp;" right="" name="location" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="put" fullname="Q3UrlOperator::put" href="q3urloperator.html#put" location="q3urloperator.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="const Q3NetworkOperation *" signature="put(const QByteArray &amp; data, const QString &amp; location)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ <parameter left="const QString &amp;" right="" name="location" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="copy" fullname="Q3UrlOperator::copy" href="q3urloperator.html#copy" location="q3urloperator.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="Q3PtrList&lt;Q3NetworkOperation&gt;" signature="copy(const QString &amp; from, const QString &amp; to, bool move, bool toPath)">
+ <parameter left="const QString &amp;" right="" name="from" default=""/>
+ <parameter left="const QString &amp;" right="" name="to" default=""/>
+ <parameter left="bool" right="" name="move" default="false"/>
+ <parameter left="bool" right="" name="toPath" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="copy" fullname="Q3UrlOperator::copy" href="q3urloperator.html#copy-2" location="q3urloperator.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="copy(const QStringList &amp; files, const QString &amp; dest, bool move)">
+ <parameter left="const QStringList &amp;" right="" name="files" default=""/>
+ <parameter left="const QString &amp;" right="" name="dest" default=""/>
+ <parameter left="bool" right="" name="move" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDir" fullname="Q3UrlOperator::isDir" href="q3urloperator.html#isDir" location="q3urloperator.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="isDir(bool * ok)">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNameFilter" fullname="Q3UrlOperator::setNameFilter" href="q3urloperator.html#setNameFilter" location="q3urloperator.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setNameFilter(const QString &amp; nameFilter)">
+ <parameter left="const QString &amp;" right="" name="nameFilter" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nameFilter" fullname="Q3UrlOperator::nameFilter" href="q3urloperator.html#nameFilter" location="q3urloperator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="nameFilter() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="info" fullname="Q3UrlOperator::info" href="q3urloperator.html#info" location="q3urloperator.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QUrlInfo" signature="info(const QString &amp; entry) const">
+ <parameter left="const QString &amp;" right="" name="entry" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3UrlOperator::operator=" href="q3urloperator.html#operator=" location="q3urloperator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3UrlOperator &amp;" signature="operator=(const Q3UrlOperator &amp; url)">
+ <parameter left="const Q3UrlOperator &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3UrlOperator::operator=" href="q3urloperator.html#operator=-2" location="q3urloperator.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="Q3UrlOperator &amp;" signature="operator=(const QString &amp; url)">
+ <parameter left="const QString &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stop" fullname="Q3UrlOperator::stop" href="q3urloperator.html#stop" location="q3urloperator.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="stop()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newChildren" fullname="Q3UrlOperator::newChildren" href="q3urloperator.html#newChildren" location="q3urloperator.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="newChildren(const Q3ValueList&lt;QUrlInfo&gt; &amp; i, Q3NetworkOperation * op)">
+ <parameter left="const Q3ValueList&lt;QUrlInfo&gt; &amp;" right="" name="i" default=""/>
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="finished" fullname="Q3UrlOperator::finished" href="q3urloperator.html#finished" location="q3urloperator.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="finished(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="start" fullname="Q3UrlOperator::start" href="q3urloperator.html#start" location="q3urloperator.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="start(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createdDirectory" fullname="Q3UrlOperator::createdDirectory" href="q3urloperator.html#createdDirectory" location="q3urloperator.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="createdDirectory(const QUrlInfo &amp; i, Q3NetworkOperation * op)">
+ <parameter left="const QUrlInfo &amp;" right="" name="i" default=""/>
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removed" fullname="Q3UrlOperator::removed" href="q3urloperator.html#removed" location="q3urloperator.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="removed(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemChanged" fullname="Q3UrlOperator::itemChanged" href="q3urloperator.html#itemChanged" location="q3urloperator.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemChanged(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="Q3UrlOperator::data" href="q3urloperator.html#data" location="q3urloperator.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="data(const QByteArray &amp; data, Q3NetworkOperation * op)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dataTransferProgress" fullname="Q3UrlOperator::dataTransferProgress" href="q3urloperator.html#dataTransferProgress" location="q3urloperator.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="dataTransferProgress(int bytesDone, int bytesTotal, Q3NetworkOperation * op)">
+ <parameter left="int" right="" name="bytesDone" default=""/>
+ <parameter left="int" right="" name="bytesTotal" default=""/>
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startedNextCopy" fullname="Q3UrlOperator::startedNextCopy" href="q3urloperator.html#startedNextCopy" location="q3urloperator.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="startedNextCopy(const Q3PtrList&lt;Q3NetworkOperation&gt; &amp; lst)">
+ <parameter left="const Q3PtrList&lt;Q3NetworkOperation&gt; &amp;" right="" name="lst" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connectionStateChanged" fullname="Q3UrlOperator::connectionStateChanged" href="q3urloperator.html#connectionStateChanged" location="q3urloperator.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="connectionStateChanged(int state, const QString &amp; data)">
+ <parameter left="int" right="" name="state" default=""/>
+ <parameter left="const QString &amp;" right="" name="data" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="reset" fullname="Q3UrlOperator::reset" href="q3urloperator.html#reset" location="q3urloperator.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="parse" fullname="Q3UrlOperator::parse" href="q3urloperator.html#parse" location="q3urloperator.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="parse(const QString &amp; url)">
+ <parameter left="const QString &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="clearEntries" fullname="Q3UrlOperator::clearEntries" href="q3urloperator.html#clearEntries" location="q3urloperator.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clearEntries()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="getNetworkProtocol" fullname="Q3UrlOperator::getNetworkProtocol" href="q3urloperator.html#getNetworkProtocol" location="q3urloperator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="getNetworkProtocol()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="deleteNetworkProtocol" fullname="Q3UrlOperator::deleteNetworkProtocol" href="q3urloperator.html#deleteNetworkProtocol" location="q3urloperator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="deleteNetworkProtocol()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="obsolete" name="QAssistantClient" href="qassistantclient.html" location="qassistantclient.h" bases="QObject" module="">
+ <property access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QAssistantClient::open" href="qassistantclient.html#open-prop" location="qassistantclient.h" type="bool">
+ <getter name="isOpen"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAssistantClient" fullname="QAssistantClient::QAssistantClient" href="qassistantclient.html#QAssistantClient" location="qassistantclient.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAssistantClient(const QString &amp; path, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAssistantClient" fullname="QAssistantClient::~QAssistantClient" href="qassistantclient.html#dtor.QAssistantClient" location="qassistantclient.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAssistantClient()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isOpen" fullname="QAssistantClient::isOpen" href="qassistantclient.html#open-prop" location="qassistantclient.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="open" type="bool" signature="isOpen() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setArguments" fullname="QAssistantClient::setArguments" href="qassistantclient.html#setArguments" location="qassistantclient.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setArguments(const QStringList &amp; arguments)">
+ <parameter left="const QStringList &amp;" right="" name="arguments" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="openAssistant" fullname="QAssistantClient::openAssistant" href="qassistantclient.html#openAssistant" location="qassistantclient.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="openAssistant()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="closeAssistant" fullname="QAssistantClient::closeAssistant" href="qassistantclient.html#closeAssistant" location="qassistantclient.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="closeAssistant()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showPage" fullname="QAssistantClient::showPage" href="qassistantclient.html#showPage" location="qassistantclient.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="showPage(const QString &amp; page)">
+ <parameter left="const QString &amp;" right="" name="page" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="assistantOpened" fullname="QAssistantClient::assistantOpened" href="qassistantclient.html#assistantOpened" location="qassistantclient.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="assistantOpened()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="assistantClosed" fullname="QAssistantClient::assistantClosed" href="qassistantclient.html#assistantClosed" location="qassistantclient.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="assistantClosed()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QAssistantClient::error" href="qassistantclient.html#error" location="qassistantclient.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="error(const QString &amp; message)">
+ <parameter left="const QString &amp;" right="" name="message" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QScriptExtensionPlugin" href="qscriptextensionplugin.html" location="qscriptextensionplugin.h" bases="QObject" module="QtScript">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScriptExtensionPlugin" fullname="QScriptExtensionPlugin::QScriptExtensionPlugin" href="qscriptextensionplugin.html#QScriptExtensionPlugin" location="qscriptextensionplugin.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QScriptExtensionPlugin(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QScriptExtensionPlugin" fullname="QScriptExtensionPlugin::~QScriptExtensionPlugin" href="qscriptextensionplugin.html#dtor.QScriptExtensionPlugin" location="qscriptextensionplugin.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QScriptExtensionPlugin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QScriptExtensionPlugin::keys" href="qscriptextensionplugin.html#keys" location="qscriptextensionplugin.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="keys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="initialize" fullname="QScriptExtensionPlugin::initialize" href="qscriptextensionplugin.html#initialize" location="qscriptextensionplugin.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="initialize(const QString &amp; key, QScriptEngine * engine)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="QScriptEngine *" right="" name="engine" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setupPackage" fullname="QScriptExtensionPlugin::setupPackage" href="qscriptextensionplugin.html#setupPackage" location="qscriptextensionplugin.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptValue" signature="setupPackage(const QString &amp; key, QScriptEngine * engine) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="QScriptEngine *" right="" name="engine" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QUndoCommand" href="qundocommand.html" location="qundostack.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QUndoCommand" fullname="QUndoCommand::QUndoCommand" href="qundocommand.html#QUndoCommand" location="qundostack.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QUndoCommand(QUndoCommand * parent)">
+ <parameter left="QUndoCommand *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QUndoCommand" fullname="QUndoCommand::QUndoCommand" href="qundocommand.html#QUndoCommand-2" location="qundostack.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QUndoCommand(const QString &amp; text, QUndoCommand * parent)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QUndoCommand *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QUndoCommand" fullname="QUndoCommand::~QUndoCommand" href="qundocommand.html#dtor.QUndoCommand" location="qundostack.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QUndoCommand()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="undo" fullname="QUndoCommand::undo" href="qundocommand.html#undo" location="qundostack.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="undo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="redo" fullname="QUndoCommand::redo" href="qundocommand.html#redo" location="qundostack.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="redo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QUndoCommand::text" href="qundocommand.html#text" location="qundostack.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="QUndoCommand::setText" href="qundocommand.html#setText" location="qundostack.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="id" fullname="QUndoCommand::id" href="qundocommand.html#id" location="qundostack.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="id() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mergeWith" fullname="QUndoCommand::mergeWith" href="qundocommand.html#mergeWith" location="qundostack.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="mergeWith(const QUndoCommand * command)">
+ <parameter left="const QUndoCommand *" right="" name="command" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childCount" fullname="QUndoCommand::childCount" href="qundocommand.html#childCount" location="qundostack.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="childCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="child" fullname="QUndoCommand::child" href="qundocommand.html#child" location="qundostack.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QUndoCommand *" signature="child(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QUndoStack" href="qundostack.html" location="qundostack.h" bases="QObject" module="QtGui">
+ <contents name="undo-and-redo-actions" title="Undo and Redo Actions" level="1"/>
+ <contents name="command-compression-and-macros" title="Command Compression and Macros" level="1"/>
+ <contents name="clean-state" title="Clean State" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="active" fullname="QUndoStack::active" href="qundostack.html#active-prop" location="qundostack.h" type="bool">
+ <getter name="isActive"/>
+ <setter name="setActive"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="undoLimit" fullname="QUndoStack::undoLimit" href="qundostack.html#undoLimit-prop" location="qundostack.h" type="int">
+ <getter name="undoLimit"/>
+ <setter name="setUndoLimit"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QUndoStack" fullname="QUndoStack::QUndoStack" href="qundostack.html#QUndoStack" location="qundostack.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QUndoStack(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QUndoStack" fullname="QUndoStack::~QUndoStack" href="qundostack.html#dtor.QUndoStack" location="qundostack.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QUndoStack()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QUndoStack::clear" href="qundostack.html#clear" location="qundostack.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="push" fullname="QUndoStack::push" href="qundostack.html#push" location="qundostack.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="push(QUndoCommand * cmd)">
+ <parameter left="QUndoCommand *" right="" name="cmd" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canUndo" fullname="QUndoStack::canUndo" href="qundostack.html#canUndo" location="qundostack.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="canUndo() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canRedo" fullname="QUndoStack::canRedo" href="qundostack.html#canRedo" location="qundostack.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="canRedo() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="undoText" fullname="QUndoStack::undoText" href="qundostack.html#undoText" location="qundostack.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="undoText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="redoText" fullname="QUndoStack::redoText" href="qundostack.html#redoText" location="qundostack.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="redoText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QUndoStack::count" href="qundostack.html#count" location="qundostack.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="index" fullname="QUndoStack::index" href="qundostack.html#index" location="qundostack.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="index() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QUndoStack::text" href="qundostack.html#text" location="qundostack.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text(int idx) const">
+ <parameter left="int" right="" name="idx" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createUndoAction" fullname="QUndoStack::createUndoAction" href="qundostack.html#createUndoAction" location="qundostack.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="createUndoAction(QObject * parent, const QString &amp; prefix) const">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="prefix" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createRedoAction" fullname="QUndoStack::createRedoAction" href="qundostack.html#createRedoAction" location="qundostack.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="createRedoAction(QObject * parent, const QString &amp; prefix) const">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="prefix" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isActive" fullname="QUndoStack::isActive" href="qundostack.html#active-prop" location="qundostack.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="active" type="bool" signature="isActive() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isClean" fullname="QUndoStack::isClean" href="qundostack.html#isClean" location="qundostack.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isClean() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cleanIndex" fullname="QUndoStack::cleanIndex" href="qundostack.html#cleanIndex" location="qundostack.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="cleanIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beginMacro" fullname="QUndoStack::beginMacro" href="qundostack.html#beginMacro" location="qundostack.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="beginMacro(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endMacro" fullname="QUndoStack::endMacro" href="qundostack.html#endMacro" location="qundostack.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="endMacro()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUndoLimit" fullname="QUndoStack::setUndoLimit" href="qundostack.html#undoLimit-prop" location="qundostack.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="undoLimit" type="void" signature="setUndoLimit(int limit)">
+ <parameter left="int" right="" name="limit" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="undoLimit" fullname="QUndoStack::undoLimit" href="qundostack.html#undoLimit-prop" location="qundostack.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="undoLimit" type="int" signature="undoLimit() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="command" fullname="QUndoStack::command" href="qundostack.html#command" location="qundostack.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QUndoCommand *" signature="command(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setClean" fullname="QUndoStack::setClean" href="qundostack.html#setClean" location="qundostack.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setClean()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIndex" fullname="QUndoStack::setIndex" href="qundostack.html#setIndex" location="qundostack.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setIndex(int idx)">
+ <parameter left="int" right="" name="idx" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="undo" fullname="QUndoStack::undo" href="qundostack.html#undo" location="qundostack.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="undo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="redo" fullname="QUndoStack::redo" href="qundostack.html#redo" location="qundostack.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="redo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setActive" fullname="QUndoStack::setActive" href="qundostack.html#active-prop" location="qundostack.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="active" type="void" signature="setActive(bool active)">
+ <parameter left="bool" right="" name="active" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexChanged" fullname="QUndoStack::indexChanged" href="qundostack.html#indexChanged" location="qundostack.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="indexChanged(int idx)">
+ <parameter left="int" right="" name="idx" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cleanChanged" fullname="QUndoStack::cleanChanged" href="qundostack.html#cleanChanged" location="qundostack.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="cleanChanged(bool clean)">
+ <parameter left="bool" right="" name="clean" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canUndoChanged" fullname="QUndoStack::canUndoChanged" href="qundostack.html#canUndoChanged" location="qundostack.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="canUndoChanged(bool canUndo)">
+ <parameter left="bool" right="" name="canUndo" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canRedoChanged" fullname="QUndoStack::canRedoChanged" href="qundostack.html#canRedoChanged" location="qundostack.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="canRedoChanged(bool canRedo)">
+ <parameter left="bool" right="" name="canRedo" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="undoTextChanged" fullname="QUndoStack::undoTextChanged" href="qundostack.html#undoTextChanged" location="qundostack.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="undoTextChanged(const QString &amp; undoText)">
+ <parameter left="const QString &amp;" right="" name="undoText" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="redoTextChanged" fullname="QUndoStack::redoTextChanged" href="qundostack.html#redoTextChanged" location="qundostack.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="redoTextChanged(const QString &amp; redoText)">
+ <parameter left="const QString &amp;" right="" name="redoText" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QSet" href="qset.html" location="qset.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSet" fullname="QSet::QSet" href="qset.html#QSet" location="qset.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSet()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSet" fullname="QSet::QSet" href="qset.html#QSet-2" location="qset.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSet(const QSet&lt;T&gt; &amp; other)">
+ <parameter left="const QSet&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QSet::operator=" href="qset.html#operator=" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSet&lt;T&gt; &amp;" signature="operator=(const QSet&lt;T&gt; &amp; other)">
+ <parameter left="const QSet&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QSet::operator==" href="qset.html#operator==" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QSet&lt;T&gt; &amp; other) const">
+ <parameter left="const QSet&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QSet::operator!=" href="qset.html#operator!=" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QSet&lt;T&gt; &amp; other) const">
+ <parameter left="const QSet&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QSet::size" href="qset.html#size" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QSet::isEmpty" href="qset.html#isEmpty" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="capacity" fullname="QSet::capacity" href="qset.html#capacity" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="capacity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reserve" fullname="QSet::reserve" href="qset.html#reserve" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reserve(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="squeeze" fullname="QSet::squeeze" href="qset.html#squeeze" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="squeeze()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QSet::clear" href="qset.html#clear" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QSet::remove" href="qset.html#remove" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="remove(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QSet::contains" href="qset.html#contains" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const T &amp; value) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QSet::contains" href="qset.html#contains-2" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="contains(const QSet&lt;T&gt; &amp; other) const">
+ <parameter left="const QSet&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="iterator" fullname="QSet::iterator" href="qset-iterator.html" location="qset.h" bases="" module="QtCore">
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="iterator_category" fullname="QSet::iterator::iterator_category" href="qset-iterator.html#iterator_category-typedef" location="qset.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iterator" fullname="QSet::iterator::iterator" href="qset-iterator.html#iterator" location="qset.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="iterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iterator" fullname="QSet::iterator::iterator" href="qset-iterator.html#iterator-3" location="qset.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="iterator(const iterator &amp; other)">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QSet::iterator::operator=" href="qset-iterator.html#operator=" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator=(const iterator &amp; other)">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" fullname="QSet::iterator::operator*" href="qset-iterator.html#operator*" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="operator*() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-&gt;" fullname="QSet::iterator::operator-&gt;" href="qset-iterator.html#operator-&gt;" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T *" signature="operator-&gt;() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QSet::iterator::operator==" href="qset-iterator.html#operator==" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const iterator &amp; other) const">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QSet::iterator::operator!=" href="qset-iterator.html#operator!=" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const iterator &amp; other) const">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QSet::iterator::operator==" href="qset-iterator.html#operator==-2" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator==(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QSet::iterator::operator!=" href="qset-iterator.html#operator!=-2" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator!=(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QSet::iterator::operator++" href="qset-iterator.html#operator++" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator++()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QSet::iterator::operator++" href="qset-iterator.html#operator++-2" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="operator++(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QSet::iterator::operator--" href="qset-iterator.html#operator--" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator--()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QSet::iterator::operator--" href="qset-iterator.html#operator---2" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="operator--(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" fullname="QSet::iterator::operator+" href="qset-iterator.html#operator+" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="iterator" signature="operator+(int j) const">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" fullname="QSet::iterator::operator-" href="qset-iterator.html#operator-" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="iterator" signature="operator-(int j) const">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QSet::iterator::operator+=" href="qset-iterator.html#operator+=" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator+=(int j)">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QSet::iterator::operator-=" href="qset-iterator.html#operator-=" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator-=(int j)">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="const_iterator" fullname="QSet::const_iterator" href="qset-const-iterator.html" location="qset.h" bases="" module="QtCore">
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="iterator_category" fullname="QSet::const_iterator::iterator_category" href="qset-const-iterator.html#iterator_category-typedef" location="qset.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="const_iterator" fullname="QSet::const_iterator::const_iterator" href="qset-const-iterator.html#const_iterator" location="qset.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="const_iterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="const_iterator" fullname="QSet::const_iterator::const_iterator" href="qset-const-iterator.html#const_iterator-3" location="qset.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="const_iterator(const const_iterator &amp; other)">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="const_iterator" fullname="QSet::const_iterator::const_iterator" href="qset-const-iterator.html#const_iterator-4" location="qset.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="const_iterator(const iterator &amp; other)">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QSet::const_iterator::operator=" href="qset-const-iterator.html#operator=" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator=(const const_iterator &amp; other)">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" fullname="QSet::const_iterator::operator*" href="qset-const-iterator.html#operator*" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="operator*() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-&gt;" fullname="QSet::const_iterator::operator-&gt;" href="qset-const-iterator.html#operator-&gt;" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T *" signature="operator-&gt;() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QSet::const_iterator::operator==" href="qset-const-iterator.html#operator==" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QSet::const_iterator::operator!=" href="qset-const-iterator.html#operator!=" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QSet::const_iterator::operator++" href="qset-const-iterator.html#operator++" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator++()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QSet::const_iterator::operator++" href="qset-const-iterator.html#operator++-2" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="const_iterator" signature="operator++(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QSet::const_iterator::operator--" href="qset-const-iterator.html#operator--" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator--()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QSet::const_iterator::operator--" href="qset-const-iterator.html#operator---2" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="const_iterator" signature="operator--(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" fullname="QSet::const_iterator::operator+" href="qset-const-iterator.html#operator+" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="operator+(int j) const">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" fullname="QSet::const_iterator::operator-" href="qset-const-iterator.html#operator-" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="operator-(int j) const">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QSet::const_iterator::operator+=" href="qset-const-iterator.html#operator+=" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator+=(int j)">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QSet::const_iterator::operator-=" href="qset-const-iterator.html#operator-=" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator-=(int j)">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="QSet::begin" href="qset.html#begin-2" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="begin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="QSet::begin" href="qset.html#begin" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="begin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constBegin" fullname="QSet::constBegin" href="qset.html#constBegin" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="constBegin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="QSet::end" href="qset.html#end-2" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="end()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="QSet::end" href="qset.html#end" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="end() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constEnd" fullname="QSet::constEnd" href="qset.html#constEnd" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="constEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="erase" fullname="QSet::erase" href="qset.html#erase" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="erase(iterator pos)">
+ <parameter left="iterator" right="" name="pos" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Iterator" fullname="QSet::Iterator" href="qset.html#Iterator-typedef" location="qset.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ConstIterator" fullname="QSet::ConstIterator" href="qset.html#ConstIterator-typedef" location="qset.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QSet::count" href="qset.html#count" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QSet::insert" href="qset.html#insert" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator" signature="insert(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="QSet::find" href="qset.html#find-2" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="find(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="QSet::find" href="qset.html#find" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="find(const T &amp; value) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constFind" fullname="QSet::constFind" href="qset.html#constFind" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="constFind(const T &amp; value) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unite" fullname="QSet::unite" href="qset.html#unite" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSet&lt;T&gt; &amp;" signature="unite(const QSet&lt;T&gt; &amp; other)">
+ <parameter left="const QSet&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intersect" fullname="QSet::intersect" href="qset.html#intersect" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSet&lt;T&gt; &amp;" signature="intersect(const QSet&lt;T&gt; &amp; other)">
+ <parameter left="const QSet&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subtract" fullname="QSet::subtract" href="qset.html#subtract" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSet&lt;T&gt; &amp;" signature="subtract(const QSet&lt;T&gt; &amp; other)">
+ <parameter left="const QSet&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="key_type" fullname="QSet::key_type" href="qset.html#key_type-typedef" location="qset.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="value_type" fullname="QSet::value_type" href="qset.html#value_type-typedef" location="qset.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="pointer" fullname="QSet::pointer" href="qset.html#pointer-typedef" location="qset.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="const_pointer" fullname="QSet::const_pointer" href="qset.html#const_pointer-typedef" location="qset.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="reference" fullname="QSet::reference" href="qset.html#reference-typedef" location="qset.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="const_reference" fullname="QSet::const_reference" href="qset.html#const_reference-typedef" location="qset.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="difference_type" fullname="QSet::difference_type" href="qset.html#difference_type-typedef" location="qset.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="size_type" fullname="QSet::size_type" href="qset.html#size_type-typedef" location="qset.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="empty" fullname="QSet::empty" href="qset.html#empty" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="empty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QSet::operator&lt;&lt;" href="qset.html#operator&lt;&lt;" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSet&lt;T&gt; &amp;" signature="operator&lt;&lt;(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator|=" fullname="QSet::operator|=" href="qset.html#operator|=" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSet&lt;T&gt; &amp;" signature="operator|=(const QSet&lt;T&gt; &amp; other)">
+ <parameter left="const QSet&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator|=" fullname="QSet::operator|=" href="qset.html#operator|=-2" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QSet&lt;T&gt; &amp;" signature="operator|=(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&amp;=" fullname="QSet::operator&amp;=" href="qset.html#operator&amp;=" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSet&lt;T&gt; &amp;" signature="operator&amp;=(const QSet&lt;T&gt; &amp; other)">
+ <parameter left="const QSet&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&amp;=" fullname="QSet::operator&amp;=" href="qset.html#operator&amp;=-2" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QSet&lt;T&gt; &amp;" signature="operator&amp;=(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QSet::operator+=" href="qset.html#operator+=" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSet&lt;T&gt; &amp;" signature="operator+=(const QSet&lt;T&gt; &amp; other)">
+ <parameter left="const QSet&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QSet::operator+=" href="qset.html#operator+=-2" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QSet&lt;T&gt; &amp;" signature="operator+=(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QSet::operator-=" href="qset.html#operator-=" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSet&lt;T&gt; &amp;" signature="operator-=(const QSet&lt;T&gt; &amp; other)">
+ <parameter left="const QSet&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QSet::operator-=" href="qset.html#operator-=-2" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QSet&lt;T&gt; &amp;" signature="operator-=(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator|" fullname="QSet::operator|" href="qset.html#operator|" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSet&lt;T&gt;" signature="operator|(const QSet&lt;T&gt; &amp; other) const">
+ <parameter left="const QSet&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&amp;" fullname="QSet::operator&amp;" href="qset.html#operator&amp;" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSet&lt;T&gt;" signature="operator&amp;(const QSet&lt;T&gt; &amp; other) const">
+ <parameter left="const QSet&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" fullname="QSet::operator+" href="qset.html#operator+" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSet&lt;T&gt;" signature="operator+(const QSet&lt;T&gt; &amp; other) const">
+ <parameter left="const QSet&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" fullname="QSet::operator-" href="qset.html#operator-" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSet&lt;T&gt;" signature="operator-(const QSet&lt;T&gt; &amp; other) const">
+ <parameter left="const QSet&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toList" fullname="QSet::toList" href="qset.html#toList" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;T&gt;" signature="toList() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="values" fullname="QSet::values" href="qset.html#values" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;T&gt;" signature="values() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromList" fullname="QSet::fromList" href="qset.html#fromList" location="qset.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QSet&lt;T&gt;" signature="fromList(const QList&lt;T&gt; &amp; list)">
+ <parameter left="const QList&lt;T&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMutableSetIterator" href="qmutablesetiterator.html" location="qset.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMutableSetIterator" fullname="QMutableSetIterator::QMutableSetIterator" href="qmutablesetiterator.html#QMutableSetIterator" location="qset.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMutableSetIterator(QSet&lt;T&gt; &amp; set)">
+ <parameter left="QSet&lt;T&gt; &amp;" right="" name="set" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMutableSetIterator" fullname="QMutableSetIterator::~QMutableSetIterator" href="qmutablesetiterator.html#dtor.QMutableSetIterator" location="qset.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMutableSetIterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QMutableSetIterator::operator=" href="qmutablesetiterator.html#operator=" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMutableSetIterator &amp;" signature="operator=(QSet&lt;T&gt; &amp; set)">
+ <parameter left="QSet&lt;T&gt; &amp;" right="" name="set" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFront" fullname="QMutableSetIterator::toFront" href="qmutablesetiterator.html#toFront" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toFront()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toBack" fullname="QMutableSetIterator::toBack" href="qmutablesetiterator.html#toBack" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toBack()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasNext" fullname="QMutableSetIterator::hasNext" href="qmutablesetiterator.html#hasNext" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="QMutableSetIterator::next" href="qmutablesetiterator.html#next" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const T &amp;" signature="next()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekNext" fullname="QMutableSetIterator::peekNext" href="qmutablesetiterator.html#peekNext" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="peekNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPrevious" fullname="QMutableSetIterator::hasPrevious" href="qmutablesetiterator.html#hasPrevious" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previous" fullname="QMutableSetIterator::previous" href="qmutablesetiterator.html#previous" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const T &amp;" signature="previous()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekPrevious" fullname="QMutableSetIterator::peekPrevious" href="qmutablesetiterator.html#peekPrevious" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="peekPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QMutableSetIterator::remove" href="qmutablesetiterator.html#remove" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="remove()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QMutableSetIterator::value" href="qmutablesetiterator.html#value" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findNext" fullname="QMutableSetIterator::findNext" href="qmutablesetiterator.html#findNext" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findNext(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findPrevious" fullname="QMutableSetIterator::findPrevious" href="qmutablesetiterator.html#findPrevious" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findPrevious(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlSerializer" href="qxmlserializer.html" location="qxmlserializer.h" bases="QAbstractXmlReceiver" module="QtXmlPatterns">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlSerializer" fullname="QXmlSerializer::QXmlSerializer" href="qxmlserializer.html#QXmlSerializer" location="qxmlserializer.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QXmlSerializer(const QXmlQuery &amp; query, QIODevice * outputDevice)">
+ <parameter left="const QXmlQuery &amp;" right="" name="query" default=""/>
+ <parameter left="QIODevice *" right="" name="outputDevice" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="namespaceBinding" fullname="QXmlSerializer::namespaceBinding" href="qxmlserializer.html#namespaceBinding" location="qxmlserializer.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="namespaceBinding(const QXmlName &amp; nb)">
+ <parameter left="const QXmlName &amp;" right="" name="nb" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="characters" fullname="QXmlSerializer::characters" href="qxmlserializer.html#characters" location="qxmlserializer.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="characters(const QStringRef &amp; value)">
+ <parameter left="const QStringRef &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="comment" fullname="QXmlSerializer::comment" href="qxmlserializer.html#comment" location="qxmlserializer.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="comment(const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startElement" fullname="QXmlSerializer::startElement" href="qxmlserializer.html#startElement" location="qxmlserializer.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="startElement(const QXmlName &amp; name)">
+ <parameter left="const QXmlName &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endElement" fullname="QXmlSerializer::endElement" href="qxmlserializer.html#endElement" location="qxmlserializer.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="endElement()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attribute" fullname="QXmlSerializer::attribute" href="qxmlserializer.html#attribute" location="qxmlserializer.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="attribute(const QXmlName &amp; name, const QStringRef &amp; value)">
+ <parameter left="const QXmlName &amp;" right="" name="name" default=""/>
+ <parameter left="const QStringRef &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="processingInstruction" fullname="QXmlSerializer::processingInstruction" href="qxmlserializer.html#processingInstruction" location="qxmlserializer.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="processingInstruction(const QXmlName &amp; name, const QString &amp; value)">
+ <parameter left="const QXmlName &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atomicValue" fullname="QXmlSerializer::atomicValue" href="qxmlserializer.html#atomicValue" location="qxmlserializer.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="atomicValue(const QVariant &amp; value)">
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startDocument" fullname="QXmlSerializer::startDocument" href="qxmlserializer.html#startDocument" location="qxmlserializer.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="startDocument()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endDocument" fullname="QXmlSerializer::endDocument" href="qxmlserializer.html#endDocument" location="qxmlserializer.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="endDocument()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startOfSequence" fullname="QXmlSerializer::startOfSequence" href="qxmlserializer.html#startOfSequence" location="qxmlserializer.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="startOfSequence()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endOfSequence" fullname="QXmlSerializer::endOfSequence" href="qxmlserializer.html#endOfSequence" location="qxmlserializer.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="endOfSequence()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="outputDevice" fullname="QXmlSerializer::outputDevice" href="qxmlserializer.html#outputDevice" location="qxmlserializer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIODevice *" signature="outputDevice() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCodec" fullname="QXmlSerializer::setCodec" href="qxmlserializer.html#setCodec" location="qxmlserializer.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCodec(const QTextCodec * outputCodec)">
+ <parameter left="const QTextCodec *" right="" name="outputCodec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="codec" fullname="QXmlSerializer::codec" href="qxmlserializer.html#codec" location="qxmlserializer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QTextCodec *" signature="codec() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSocketNotifier" href="qsocketnotifier.html" location="qsocketnotifier.h" bases="QObject" module="QtCore">
+ <target name="write-notifiers"/>
+ <contents name="notes-for-windows-users" title="Notes for Windows Users" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QSocketNotifier::Type" href="qsocketnotifier.html#Type-enum" location="qsocketnotifier.h">
+ <value name="Read" value="0"/>
+ <value name="Write" value="1"/>
+ <value name="Exception" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSocketNotifier" fullname="QSocketNotifier::QSocketNotifier" href="qsocketnotifier.html#QSocketNotifier" location="qsocketnotifier.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSocketNotifier(int socket, Type type, QObject * parent)">
+ <parameter left="int" right="" name="socket" default=""/>
+ <parameter left="Type" right="" name="type" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QSocketNotifier" fullname="QSocketNotifier::QSocketNotifier" href="qsocketnotifier-qt3.html#QSocketNotifier-2" location="qsocketnotifier.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSocketNotifier(int socket, Type type, QObject * parent, const char * name)">
+ <parameter left="int" right="" name="socket" default=""/>
+ <parameter left="Type" right="" name="type" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSocketNotifier" fullname="QSocketNotifier::~QSocketNotifier" href="qsocketnotifier.html#dtor.QSocketNotifier" location="qsocketnotifier.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSocketNotifier()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="socket" fullname="QSocketNotifier::socket" href="qsocketnotifier.html#socket" location="qsocketnotifier.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="socket() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QSocketNotifier::type" href="qsocketnotifier.html#type" location="qsocketnotifier.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Type" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEnabled" fullname="QSocketNotifier::isEnabled" href="qsocketnotifier.html#isEnabled" location="qsocketnotifier.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEnabled" fullname="QSocketNotifier::setEnabled" href="qsocketnotifier.html#setEnabled" location="qsocketnotifier.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activated" fullname="QSocketNotifier::activated" href="qsocketnotifier.html#activated" location="qsocketnotifier.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="activated(int socket)">
+ <parameter left="int" right="" name="socket" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QSocketNotifier::event" href="qsocketnotifier.html#event" location="qsocketnotifier.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGLShader" href="qglshader.html" location="qglshaderprogram.h" bases="QObject" module="QtOpenGL">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ShaderType" fullname="QGLShader::ShaderType" href="qglshader.html#ShaderType-enum" location="qglshaderprogram.h">
+ <value name="VertexShader" value="0"/>
+ <value name="FragmentShader" value="1"/>
+ <value name="PartialVertexShader" value="2"/>
+ <value name="PartialFragmentShader" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLShader" fullname="QGLShader::QGLShader" href="qglshader.html#QGLShader" location="qglshaderprogram.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGLShader(QGLShader::ShaderType type, QObject * parent)">
+ <parameter left="QGLShader::ShaderType" right="" name="type" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLShader" fullname="QGLShader::QGLShader" href="qglshader.html#QGLShader-2" location="qglshaderprogram.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QGLShader(const QString &amp; fileName, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLShader" fullname="QGLShader::QGLShader" href="qglshader.html#QGLShader-3" location="qglshaderprogram.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QGLShader(const QString &amp; fileName, QGLShader::ShaderType type, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="QGLShader::ShaderType" right="" name="type" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLShader" fullname="QGLShader::QGLShader" href="qglshader.html#QGLShader-4" location="qglshaderprogram.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QGLShader(QGLShader::ShaderType type, const QGLContext * context, QObject * parent)">
+ <parameter left="QGLShader::ShaderType" right="" name="type" default=""/>
+ <parameter left="const QGLContext *" right="" name="context" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLShader" fullname="QGLShader::QGLShader" href="qglshader.html#QGLShader-5" location="qglshaderprogram.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QGLShader(const QString &amp; fileName, const QGLContext * context, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const QGLContext *" right="" name="context" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLShader" fullname="QGLShader::QGLShader" href="qglshader.html#QGLShader-6" location="qglshaderprogram.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QGLShader(const QString &amp; fileName, QGLShader::ShaderType type, const QGLContext * context, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="QGLShader::ShaderType" right="" name="type" default=""/>
+ <parameter left="const QGLContext *" right="" name="context" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGLShader" fullname="QGLShader::~QGLShader" href="qglshader.html#dtor.QGLShader" location="qglshaderprogram.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGLShader()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shaderType" fullname="QGLShader::shaderType" href="qglshader.html#shaderType" location="qglshaderprogram.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGLShader::ShaderType" signature="shaderType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compile" fullname="QGLShader::compile" href="qglshader.html#compile" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="compile(const char * source)">
+ <parameter left="const char *" right="" name="source" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compile" fullname="QGLShader::compile" href="qglshader.html#compile-2" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="compile(const QByteArray &amp; source)">
+ <parameter left="const QByteArray &amp;" right="" name="source" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compile" fullname="QGLShader::compile" href="qglshader.html#compile-3" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="bool" signature="compile(const QString &amp; source)">
+ <parameter left="const QString &amp;" right="" name="source" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compileFile" fullname="QGLShader::compileFile" href="qglshader.html#compileFile" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="compileFile(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setShaderBinary" fullname="QGLShader::setShaderBinary" href="qglshader.html#setShaderBinary" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="setShaderBinary(GLenum format, const void * binary, int length)">
+ <parameter left="GLenum" right="" name="format" default=""/>
+ <parameter left="const void *" right="" name="binary" default=""/>
+ <parameter left="int" right="" name="length" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setShaderBinary" fullname="QGLShader::setShaderBinary" href="qglshader.html#setShaderBinary-2" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="setShaderBinary(QGLShader &amp; otherShader, GLenum format, const void * binary, int length)">
+ <parameter left="QGLShader &amp;" right="" name="otherShader" default=""/>
+ <parameter left="GLenum" right="" name="format" default=""/>
+ <parameter left="const void *" right="" name="binary" default=""/>
+ <parameter left="int" right="" name="length" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shaderBinaryFormats" fullname="QGLShader::shaderBinaryFormats" href="qglshader.html#shaderBinaryFormats" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;GLenum&gt;" signature="shaderBinaryFormats()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sourceCode" fullname="QGLShader::sourceCode" href="qglshader.html#sourceCode" location="qglshaderprogram.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="sourceCode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCompiled" fullname="QGLShader::isCompiled" href="qglshader.html#isCompiled" location="qglshaderprogram.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCompiled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="log" fullname="QGLShader::log" href="qglshader.html#log" location="qglshaderprogram.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="log() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shaderId" fullname="QGLShader::shaderId" href="qglshader.html#shaderId" location="qglshaderprogram.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="GLuint" signature="shaderId() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGLShaderProgram" href="qglshaderprogram.html" location="qglshaderprogram.h" bases="QObject" module="QtOpenGL">
+ <contents name="introduction" title="Introduction" level="1"/>
+ <contents name="writing-portable-shaders" title="Writing portable shaders" level="1"/>
+ <contents name="simple-shader-example" title="Simple shader example" level="1"/>
+ <contents name="partial-shaders" title="Partial shaders" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLShaderProgram" fullname="QGLShaderProgram::QGLShaderProgram" href="qglshaderprogram.html#QGLShaderProgram" location="qglshaderprogram.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGLShaderProgram(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLShaderProgram" fullname="QGLShaderProgram::QGLShaderProgram" href="qglshaderprogram.html#QGLShaderProgram-2" location="qglshaderprogram.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QGLShaderProgram(const QGLContext * context, QObject * parent)">
+ <parameter left="const QGLContext *" right="" name="context" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGLShaderProgram" fullname="QGLShaderProgram::~QGLShaderProgram" href="qglshaderprogram.html#dtor.QGLShaderProgram" location="qglshaderprogram.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGLShaderProgram()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addShader" fullname="QGLShaderProgram::addShader" href="qglshaderprogram.html#addShader" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="addShader(QGLShader * shader)">
+ <parameter left="QGLShader *" right="" name="shader" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeShader" fullname="QGLShaderProgram::removeShader" href="qglshaderprogram.html#removeShader" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeShader(QGLShader * shader)">
+ <parameter left="QGLShader *" right="" name="shader" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shaders" fullname="QGLShaderProgram::shaders" href="qglshaderprogram.html#shaders" location="qglshaderprogram.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QGLShader *&gt;" signature="shaders() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addShader" fullname="QGLShaderProgram::addShader" href="qglshaderprogram.html#addShader-2" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="addShader(QGLShader::ShaderType type, const char * source)">
+ <parameter left="QGLShader::ShaderType" right="" name="type" default=""/>
+ <parameter left="const char *" right="" name="source" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addShader" fullname="QGLShaderProgram::addShader" href="qglshaderprogram.html#addShader-3" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="bool" signature="addShader(QGLShader::ShaderType type, const QByteArray &amp; source)">
+ <parameter left="QGLShader::ShaderType" right="" name="type" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="source" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addShader" fullname="QGLShaderProgram::addShader" href="qglshaderprogram.html#addShader-4" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="bool" signature="addShader(QGLShader::ShaderType type, const QString &amp; source)">
+ <parameter left="QGLShader::ShaderType" right="" name="type" default=""/>
+ <parameter left="const QString &amp;" right="" name="source" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeAllShaders" fullname="QGLShaderProgram::removeAllShaders" href="qglshaderprogram.html#removeAllShaders" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeAllShaders()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="programBinary" fullname="QGLShaderProgram::programBinary" href="qglshaderprogram.html#programBinary" location="qglshaderprogram.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="programBinary(int * format) const">
+ <parameter left="int *" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProgramBinary" fullname="QGLShaderProgram::setProgramBinary" href="qglshaderprogram.html#setProgramBinary" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="setProgramBinary(int format, const QByteArray &amp; binary)">
+ <parameter left="int" right="" name="format" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="binary" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="programBinaryFormats" fullname="QGLShaderProgram::programBinaryFormats" href="qglshaderprogram.html#programBinaryFormats" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;int&gt;" signature="programBinaryFormats()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="link" fullname="QGLShaderProgram::link" href="qglshaderprogram.html#link" location="qglshaderprogram.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="link()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isLinked" fullname="QGLShaderProgram::isLinked" href="qglshaderprogram.html#isLinked" location="qglshaderprogram.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isLinked() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="log" fullname="QGLShaderProgram::log" href="qglshaderprogram.html#log" location="qglshaderprogram.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="log() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="enable" fullname="QGLShaderProgram::enable" href="qglshaderprogram.html#enable" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="enable()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="disable" fullname="QGLShaderProgram::disable" href="qglshaderprogram.html#disable" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="disable()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="programId" fullname="QGLShaderProgram::programId" href="qglshaderprogram.html#programId" location="qglshaderprogram.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="GLuint" signature="programId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bindAttributeLocation" fullname="QGLShaderProgram::bindAttributeLocation" href="qglshaderprogram.html#bindAttributeLocation" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="bindAttributeLocation(const char * name, int location)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="int" right="" name="location" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bindAttributeLocation" fullname="QGLShaderProgram::bindAttributeLocation" href="qglshaderprogram.html#bindAttributeLocation-2" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="bindAttributeLocation(const QByteArray &amp; name, int location)">
+ <parameter left="const QByteArray &amp;" right="" name="name" default=""/>
+ <parameter left="int" right="" name="location" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bindAttributeLocation" fullname="QGLShaderProgram::bindAttributeLocation" href="qglshaderprogram.html#bindAttributeLocation-3" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="bindAttributeLocation(const QString &amp; name, int location)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="int" right="" name="location" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attributeLocation" fullname="QGLShaderProgram::attributeLocation" href="qglshaderprogram.html#attributeLocation" location="qglshaderprogram.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="attributeLocation(const char * name) const">
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attributeLocation" fullname="QGLShaderProgram::attributeLocation" href="qglshaderprogram.html#attributeLocation-2" location="qglshaderprogram.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="attributeLocation(const QByteArray &amp; name) const">
+ <parameter left="const QByteArray &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attributeLocation" fullname="QGLShaderProgram::attributeLocation" href="qglshaderprogram.html#attributeLocation-3" location="qglshaderprogram.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="int" signature="attributeLocation(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeValue" fullname="QGLShaderProgram::setAttributeValue" href="qglshaderprogram.html#setAttributeValue" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAttributeValue(int location, GLfloat value)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="GLfloat" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeValue" fullname="QGLShaderProgram::setAttributeValue" href="qglshaderprogram.html#setAttributeValue-2" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setAttributeValue(int location, GLfloat x, GLfloat y)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="GLfloat" right="" name="x" default=""/>
+ <parameter left="GLfloat" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeValue" fullname="QGLShaderProgram::setAttributeValue" href="qglshaderprogram.html#setAttributeValue-3" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="setAttributeValue(int location, GLfloat x, GLfloat y, GLfloat z)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="GLfloat" right="" name="x" default=""/>
+ <parameter left="GLfloat" right="" name="y" default=""/>
+ <parameter left="GLfloat" right="" name="z" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeValue" fullname="QGLShaderProgram::setAttributeValue" href="qglshaderprogram.html#setAttributeValue-4" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="setAttributeValue(int location, GLfloat x, GLfloat y, GLfloat z, GLfloat w)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="GLfloat" right="" name="x" default=""/>
+ <parameter left="GLfloat" right="" name="y" default=""/>
+ <parameter left="GLfloat" right="" name="z" default=""/>
+ <parameter left="GLfloat" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeValue" fullname="QGLShaderProgram::setAttributeValue" href="qglshaderprogram.html#setAttributeValue-5" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="setAttributeValue(int location, const QVector2D &amp; value)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QVector2D &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeValue" fullname="QGLShaderProgram::setAttributeValue" href="qglshaderprogram.html#setAttributeValue-6" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="void" signature="setAttributeValue(int location, const QVector3D &amp; value)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeValue" fullname="QGLShaderProgram::setAttributeValue" href="qglshaderprogram.html#setAttributeValue-7" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="void" signature="setAttributeValue(int location, const QVector4D &amp; value)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QVector4D &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeValue" fullname="QGLShaderProgram::setAttributeValue" href="qglshaderprogram.html#setAttributeValue-8" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="void" signature="setAttributeValue(int location, const QColor &amp; value)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QColor &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeValue" fullname="QGLShaderProgram::setAttributeValue" href="qglshaderprogram.html#setAttributeValue-9" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" type="void" signature="setAttributeValue(int location, const GLfloat * values, int columns, int rows)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const GLfloat *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="columns" default=""/>
+ <parameter left="int" right="" name="rows" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeValue" fullname="QGLShaderProgram::setAttributeValue" href="qglshaderprogram.html#setAttributeValue-10" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="10" type="void" signature="setAttributeValue(const char * name, GLfloat value)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="GLfloat" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeValue" fullname="QGLShaderProgram::setAttributeValue" href="qglshaderprogram.html#setAttributeValue-11" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="11" type="void" signature="setAttributeValue(const char * name, GLfloat x, GLfloat y)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="GLfloat" right="" name="x" default=""/>
+ <parameter left="GLfloat" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeValue" fullname="QGLShaderProgram::setAttributeValue" href="qglshaderprogram.html#setAttributeValue-12" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" type="void" signature="setAttributeValue(const char * name, GLfloat x, GLfloat y, GLfloat z)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="GLfloat" right="" name="x" default=""/>
+ <parameter left="GLfloat" right="" name="y" default=""/>
+ <parameter left="GLfloat" right="" name="z" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeValue" fullname="QGLShaderProgram::setAttributeValue" href="qglshaderprogram.html#setAttributeValue-13" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="13" type="void" signature="setAttributeValue(const char * name, GLfloat x, GLfloat y, GLfloat z, GLfloat w)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="GLfloat" right="" name="x" default=""/>
+ <parameter left="GLfloat" right="" name="y" default=""/>
+ <parameter left="GLfloat" right="" name="z" default=""/>
+ <parameter left="GLfloat" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeValue" fullname="QGLShaderProgram::setAttributeValue" href="qglshaderprogram.html#setAttributeValue-14" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="14" type="void" signature="setAttributeValue(const char * name, const QVector2D &amp; value)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QVector2D &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeValue" fullname="QGLShaderProgram::setAttributeValue" href="qglshaderprogram.html#setAttributeValue-15" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="15" type="void" signature="setAttributeValue(const char * name, const QVector3D &amp; value)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeValue" fullname="QGLShaderProgram::setAttributeValue" href="qglshaderprogram.html#setAttributeValue-16" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="16" type="void" signature="setAttributeValue(const char * name, const QVector4D &amp; value)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QVector4D &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeValue" fullname="QGLShaderProgram::setAttributeValue" href="qglshaderprogram.html#setAttributeValue-17" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="17" type="void" signature="setAttributeValue(const char * name, const QColor &amp; value)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QColor &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeValue" fullname="QGLShaderProgram::setAttributeValue" href="qglshaderprogram.html#setAttributeValue-18" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="18" type="void" signature="setAttributeValue(const char * name, const GLfloat * values, int columns, int rows)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const GLfloat *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="columns" default=""/>
+ <parameter left="int" right="" name="rows" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeArray" fullname="QGLShaderProgram::setAttributeArray" href="qglshaderprogram.html#setAttributeArray" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAttributeArray(int location, const GLfloat * values, int size, int stride)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const GLfloat *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="size" default=""/>
+ <parameter left="int" right="" name="stride" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeArray" fullname="QGLShaderProgram::setAttributeArray" href="qglshaderprogram.html#setAttributeArray-2" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setAttributeArray(int location, const QVector2D * values, int stride)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QVector2D *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="stride" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeArray" fullname="QGLShaderProgram::setAttributeArray" href="qglshaderprogram.html#setAttributeArray-3" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="setAttributeArray(int location, const QVector3D * values, int stride)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QVector3D *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="stride" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeArray" fullname="QGLShaderProgram::setAttributeArray" href="qglshaderprogram.html#setAttributeArray-4" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="setAttributeArray(int location, const QVector4D * values, int stride)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QVector4D *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="stride" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeArray" fullname="QGLShaderProgram::setAttributeArray" href="qglshaderprogram.html#setAttributeArray-5" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="setAttributeArray(const char * name, const GLfloat * values, int size, int stride)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const GLfloat *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="size" default=""/>
+ <parameter left="int" right="" name="stride" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeArray" fullname="QGLShaderProgram::setAttributeArray" href="qglshaderprogram.html#setAttributeArray-6" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="void" signature="setAttributeArray(const char * name, const QVector2D * values, int stride)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QVector2D *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="stride" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeArray" fullname="QGLShaderProgram::setAttributeArray" href="qglshaderprogram.html#setAttributeArray-7" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="void" signature="setAttributeArray(const char * name, const QVector3D * values, int stride)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QVector3D *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="stride" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeArray" fullname="QGLShaderProgram::setAttributeArray" href="qglshaderprogram.html#setAttributeArray-8" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="void" signature="setAttributeArray(const char * name, const QVector4D * values, int stride)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QVector4D *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="stride" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="disableAttributeArray" fullname="QGLShaderProgram::disableAttributeArray" href="qglshaderprogram.html#disableAttributeArray" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="disableAttributeArray(int location)">
+ <parameter left="int" right="" name="location" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="disableAttributeArray" fullname="QGLShaderProgram::disableAttributeArray" href="qglshaderprogram.html#disableAttributeArray-2" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="disableAttributeArray(const char * name)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="uniformLocation" fullname="QGLShaderProgram::uniformLocation" href="qglshaderprogram.html#uniformLocation" location="qglshaderprogram.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="uniformLocation(const char * name) const">
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="uniformLocation" fullname="QGLShaderProgram::uniformLocation" href="qglshaderprogram.html#uniformLocation-2" location="qglshaderprogram.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="uniformLocation(const QByteArray &amp; name) const">
+ <parameter left="const QByteArray &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="uniformLocation" fullname="QGLShaderProgram::uniformLocation" href="qglshaderprogram.html#uniformLocation-3" location="qglshaderprogram.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="int" signature="uniformLocation(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUniformValue(int location, GLfloat value)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="GLfloat" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-2" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setUniformValue(int location, GLint value)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="GLint" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-3" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="setUniformValue(int location, GLuint value)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="GLuint" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-4" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="setUniformValue(int location, GLfloat x, GLfloat y)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="GLfloat" right="" name="x" default=""/>
+ <parameter left="GLfloat" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-5" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="setUniformValue(int location, GLfloat x, GLfloat y, GLfloat z)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="GLfloat" right="" name="x" default=""/>
+ <parameter left="GLfloat" right="" name="y" default=""/>
+ <parameter left="GLfloat" right="" name="z" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-6" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="void" signature="setUniformValue(int location, GLfloat x, GLfloat y, GLfloat z, GLfloat w)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="GLfloat" right="" name="x" default=""/>
+ <parameter left="GLfloat" right="" name="y" default=""/>
+ <parameter left="GLfloat" right="" name="z" default=""/>
+ <parameter left="GLfloat" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-7" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="void" signature="setUniformValue(int location, const QVector2D &amp; value)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QVector2D &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-8" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="void" signature="setUniformValue(int location, const QVector3D &amp; value)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-9" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" type="void" signature="setUniformValue(int location, const QVector4D &amp; value)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QVector4D &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-10" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="10" type="void" signature="setUniformValue(int location, const QColor &amp; color)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-11" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="11" type="void" signature="setUniformValue(int location, const QPoint &amp; point)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-12" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" type="void" signature="setUniformValue(int location, const QPointF &amp; point)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-13" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="13" type="void" signature="setUniformValue(int location, const QSize &amp; size)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-14" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="14" type="void" signature="setUniformValue(int location, const QSizeF &amp; size)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QSizeF &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-15" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="15" type="void" signature="setUniformValue(int location, const QMatrix2x2 &amp; value)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QMatrix2x2 &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-16" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="16" type="void" signature="setUniformValue(int location, const QMatrix2x3 &amp; value)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QMatrix2x3 &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-17" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="17" type="void" signature="setUniformValue(int location, const QMatrix2x4 &amp; value)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QMatrix2x4 &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-18" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="18" type="void" signature="setUniformValue(int location, const QMatrix3x2 &amp; value)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QMatrix3x2 &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-19" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="19" type="void" signature="setUniformValue(int location, const QMatrix3x3 &amp; value)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QMatrix3x3 &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-20" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="20" type="void" signature="setUniformValue(int location, const QMatrix3x4 &amp; value)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QMatrix3x4 &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-21" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="21" type="void" signature="setUniformValue(int location, const QMatrix4x2 &amp; value)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QMatrix4x2 &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-22" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="22" type="void" signature="setUniformValue(int location, const QMatrix4x3 &amp; value)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QMatrix4x3 &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-23" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="23" type="void" signature="setUniformValue(int location, const QMatrix4x4 &amp; value)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QMatrix4x4 &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-48" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="48" type="void" signature="setUniformValue(int location, const GLfloat[4][4] value)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const GLfloat[4][4]" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-24" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="24" type="void" signature="setUniformValue(int location, const QTransform &amp; value)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QTransform &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-25" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="25" type="void" signature="setUniformValue(const char * name, GLfloat value)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="GLfloat" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-26" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="26" type="void" signature="setUniformValue(const char * name, GLint value)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="GLint" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-27" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="27" type="void" signature="setUniformValue(const char * name, GLuint value)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="GLuint" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-28" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="28" type="void" signature="setUniformValue(const char * name, GLfloat x, GLfloat y)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="GLfloat" right="" name="x" default=""/>
+ <parameter left="GLfloat" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-29" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="29" type="void" signature="setUniformValue(const char * name, GLfloat x, GLfloat y, GLfloat z)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="GLfloat" right="" name="x" default=""/>
+ <parameter left="GLfloat" right="" name="y" default=""/>
+ <parameter left="GLfloat" right="" name="z" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-30" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="30" type="void" signature="setUniformValue(const char * name, GLfloat x, GLfloat y, GLfloat z, GLfloat w)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="GLfloat" right="" name="x" default=""/>
+ <parameter left="GLfloat" right="" name="y" default=""/>
+ <parameter left="GLfloat" right="" name="z" default=""/>
+ <parameter left="GLfloat" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-31" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="31" type="void" signature="setUniformValue(const char * name, const QVector2D &amp; value)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QVector2D &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-32" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="32" type="void" signature="setUniformValue(const char * name, const QVector3D &amp; value)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QVector3D &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-33" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="33" type="void" signature="setUniformValue(const char * name, const QVector4D &amp; value)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QVector4D &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-34" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="34" type="void" signature="setUniformValue(const char * name, const QColor &amp; color)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-35" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="35" type="void" signature="setUniformValue(const char * name, const QPoint &amp; point)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-36" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="36" type="void" signature="setUniformValue(const char * name, const QPointF &amp; point)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-37" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="37" type="void" signature="setUniformValue(const char * name, const QSize &amp; size)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-38" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="38" type="void" signature="setUniformValue(const char * name, const QSizeF &amp; size)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QSizeF &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-39" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="39" type="void" signature="setUniformValue(const char * name, const QMatrix2x2 &amp; value)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QMatrix2x2 &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-40" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="40" type="void" signature="setUniformValue(const char * name, const QMatrix2x3 &amp; value)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QMatrix2x3 &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-41" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="41" type="void" signature="setUniformValue(const char * name, const QMatrix2x4 &amp; value)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QMatrix2x4 &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-42" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="42" type="void" signature="setUniformValue(const char * name, const QMatrix3x2 &amp; value)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QMatrix3x2 &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-43" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="43" type="void" signature="setUniformValue(const char * name, const QMatrix3x3 &amp; value)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QMatrix3x3 &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-44" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="44" type="void" signature="setUniformValue(const char * name, const QMatrix3x4 &amp; value)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QMatrix3x4 &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-45" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="45" type="void" signature="setUniformValue(const char * name, const QMatrix4x2 &amp; value)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QMatrix4x2 &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-46" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="46" type="void" signature="setUniformValue(const char * name, const QMatrix4x3 &amp; value)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QMatrix4x3 &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-47" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="47" type="void" signature="setUniformValue(const char * name, const QMatrix4x4 &amp; value)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QMatrix4x4 &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-49" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="49" type="void" signature="setUniformValue(const char * name, const GLfloat[4][4] value)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const GLfloat[4][4]" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValue" fullname="QGLShaderProgram::setUniformValue" href="qglshaderprogram.html#setUniformValue-50" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="50" type="void" signature="setUniformValue(const char * name, const QTransform &amp; value)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QTransform &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUniformValueArray(int location, const GLfloat * values, int count, int size)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const GLfloat *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-2" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setUniformValueArray(int location, const GLint * values, int count)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const GLint *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-3" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="setUniformValueArray(int location, const GLuint * values, int count)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const GLuint *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-4" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="setUniformValueArray(int location, const QVector2D * values, int count)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QVector2D *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-5" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="setUniformValueArray(int location, const QVector3D * values, int count)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QVector3D *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-6" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="void" signature="setUniformValueArray(int location, const QVector4D * values, int count)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QVector4D *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-7" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="void" signature="setUniformValueArray(int location, const QMatrix2x2 * values, int count)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QMatrix2x2 *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-8" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="void" signature="setUniformValueArray(int location, const QMatrix2x3 * values, int count)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QMatrix2x3 *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-9" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" type="void" signature="setUniformValueArray(int location, const QMatrix2x4 * values, int count)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QMatrix2x4 *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-10" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="10" type="void" signature="setUniformValueArray(int location, const QMatrix3x2 * values, int count)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QMatrix3x2 *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-11" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="11" type="void" signature="setUniformValueArray(int location, const QMatrix3x3 * values, int count)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QMatrix3x3 *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-12" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" type="void" signature="setUniformValueArray(int location, const QMatrix3x4 * values, int count)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QMatrix3x4 *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-13" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="13" type="void" signature="setUniformValueArray(int location, const QMatrix4x2 * values, int count)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QMatrix4x2 *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-14" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="14" type="void" signature="setUniformValueArray(int location, const QMatrix4x3 * values, int count)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QMatrix4x3 *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-15" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="15" type="void" signature="setUniformValueArray(int location, const QMatrix4x4 * values, int count)">
+ <parameter left="int" right="" name="location" default=""/>
+ <parameter left="const QMatrix4x4 *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-18" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="18" type="void" signature="setUniformValueArray(const char * name, const GLfloat * values, int count, int size)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const GLfloat *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-16" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="16" type="void" signature="setUniformValueArray(const char * name, const GLint * values, int count)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const GLint *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-17" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="17" type="void" signature="setUniformValueArray(const char * name, const GLuint * values, int count)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const GLuint *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-19" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="19" type="void" signature="setUniformValueArray(const char * name, const QVector2D * values, int count)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QVector2D *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-20" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="20" type="void" signature="setUniformValueArray(const char * name, const QVector3D * values, int count)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QVector3D *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-21" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="21" type="void" signature="setUniformValueArray(const char * name, const QVector4D * values, int count)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QVector4D *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-22" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="22" type="void" signature="setUniformValueArray(const char * name, const QMatrix2x2 * values, int count)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QMatrix2x2 *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-23" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="23" type="void" signature="setUniformValueArray(const char * name, const QMatrix2x3 * values, int count)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QMatrix2x3 *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-24" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="24" type="void" signature="setUniformValueArray(const char * name, const QMatrix2x4 * values, int count)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QMatrix2x4 *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-25" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="25" type="void" signature="setUniformValueArray(const char * name, const QMatrix3x2 * values, int count)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QMatrix3x2 *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-26" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="26" type="void" signature="setUniformValueArray(const char * name, const QMatrix3x3 * values, int count)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QMatrix3x3 *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-27" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="27" type="void" signature="setUniformValueArray(const char * name, const QMatrix3x4 * values, int count)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QMatrix3x4 *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-28" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="28" type="void" signature="setUniformValueArray(const char * name, const QMatrix4x2 * values, int count)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QMatrix4x2 *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-29" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="29" type="void" signature="setUniformValueArray(const char * name, const QMatrix4x3 * values, int count)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QMatrix4x3 *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformValueArray" fullname="QGLShaderProgram::setUniformValueArray" href="qglshaderprogram.html#setUniformValueArray-30" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="30" type="void" signature="setUniformValueArray(const char * name, const QMatrix4x4 * values, int count)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QMatrix4x4 *" right="" name="values" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasShaderPrograms" fullname="QGLShaderProgram::hasShaderPrograms" href="qglshaderprogram.html#hasShaderPrograms" location="qglshaderprogram.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="hasShaderPrograms(const QGLContext * context)">
+ <parameter left="const QGLContext *" right="" name="context" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QFocusFrame" href="qfocusframe.html" location="qfocusframe.h" bases="QWidget" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFocusFrame" fullname="QFocusFrame::QFocusFrame" href="qfocusframe.html#QFocusFrame" location="qfocusframe.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFocusFrame(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFocusFrame" fullname="QFocusFrame::~QFocusFrame" href="qfocusframe.html#dtor.QFocusFrame" location="qfocusframe.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFocusFrame()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidget" fullname="QFocusFrame::setWidget" href="qfocusframe.html#setWidget" location="qfocusframe.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widget" fullname="QFocusFrame::widget" href="qfocusframe.html#widget" location="qfocusframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="widget() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QFocusFrame::event" href="qfocusframe.html#event" location="qfocusframe.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="QFocusFrame::eventFilter" href="qfocusframe.html#eventFilter" location="qfocusframe.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * o, QEvent * e)">
+ <parameter left="QObject *" right="" name="o" default=""/>
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QFocusFrame::paintEvent" href="qfocusframe.html#paintEvent" location="qfocusframe.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * )">
+ <parameter left="QPaintEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initStyleOption" fullname="QFocusFrame::initStyleOption" href="qfocusframe.html#initStyleOption" location="qfocusframe.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="initStyleOption(QStyleOption * option) const">
+ <parameter left="QStyleOption *" right="" name="option" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStandardItem" href="qstandarditem.html" location="qstandarditemmodel.h" bases="" module="QtGui">
+ <contents name="subclassing" title="Subclassing" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStandardItem" fullname="QStandardItem::QStandardItem" href="qstandarditem.html#QStandardItem" location="qstandarditemmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStandardItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStandardItem" fullname="QStandardItem::QStandardItem" href="qstandarditem.html#QStandardItem-2" location="qstandarditemmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStandardItem(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStandardItem" fullname="QStandardItem::QStandardItem" href="qstandarditem.html#QStandardItem-3" location="qstandarditemmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QStandardItem(const QIcon &amp; icon, const QString &amp; text)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStandardItem" fullname="QStandardItem::QStandardItem" href="qstandarditem.html#QStandardItem-4" location="qstandarditemmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QStandardItem(int rows, int columns)">
+ <parameter left="int" right="" name="rows" default=""/>
+ <parameter left="int" right="" name="columns" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QStandardItem" fullname="QStandardItem::~QStandardItem" href="qstandarditem.html#dtor.QStandardItem" location="qstandarditemmodel.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QStandardItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QStandardItem::data" href="qstandarditem.html#data" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="data(int role) const">
+ <parameter left="int" right="" name="role" default="Qt::UserRole + 1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QStandardItem::setData" href="qstandarditem.html#setData" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setData(const QVariant &amp; value, int role)">
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::UserRole + 1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QStandardItem::text" href="qstandarditem.html#text" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="QStandardItem::setText" href="qstandarditem.html#setText" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="icon" fullname="QStandardItem::icon" href="qstandarditem.html#icon" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="icon() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIcon" fullname="QStandardItem::setIcon" href="qstandarditem.html#setIcon" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setIcon(const QIcon &amp; icon)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toolTip" fullname="QStandardItem::toolTip" href="qstandarditem.html#toolTip" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toolTip() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setToolTip" fullname="QStandardItem::setToolTip" href="qstandarditem.html#setToolTip" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setToolTip(const QString &amp; toolTip)">
+ <parameter left="const QString &amp;" right="" name="toolTip" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="statusTip" fullname="QStandardItem::statusTip" href="qstandarditem.html#statusTip" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="statusTip() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStatusTip" fullname="QStandardItem::setStatusTip" href="qstandarditem.html#setStatusTip" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStatusTip(const QString &amp; statusTip)">
+ <parameter left="const QString &amp;" right="" name="statusTip" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="whatsThis" fullname="QStandardItem::whatsThis" href="qstandarditem.html#whatsThis" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="whatsThis() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWhatsThis" fullname="QStandardItem::setWhatsThis" href="qstandarditem.html#setWhatsThis" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWhatsThis(const QString &amp; whatsThis)">
+ <parameter left="const QString &amp;" right="" name="whatsThis" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QStandardItem::sizeHint" href="qstandarditem.html#sizeHint" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSizeHint" fullname="QStandardItem::setSizeHint" href="qstandarditem.html#setSizeHint" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSizeHint(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QStandardItem::font" href="qstandarditem.html#font" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFont" signature="font() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFont" fullname="QStandardItem::setFont" href="qstandarditem.html#setFont" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFont(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textAlignment" fullname="QStandardItem::textAlignment" href="qstandarditem.html#textAlignment" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::Alignment" signature="textAlignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextAlignment" fullname="QStandardItem::setTextAlignment" href="qstandarditem.html#setTextAlignment" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextAlignment(QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="background" fullname="QStandardItem::background" href="qstandarditem.html#background" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QBrush" signature="background() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBackground" fullname="QStandardItem::setBackground" href="qstandarditem.html#setBackground" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBackground(const QBrush &amp; brush)">
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="foreground" fullname="QStandardItem::foreground" href="qstandarditem.html#foreground" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QBrush" signature="foreground() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setForeground" fullname="QStandardItem::setForeground" href="qstandarditem.html#setForeground" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setForeground(const QBrush &amp; brush)">
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="checkState" fullname="QStandardItem::checkState" href="qstandarditem.html#checkState" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::CheckState" signature="checkState() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCheckState" fullname="QStandardItem::setCheckState" href="qstandarditem.html#setCheckState" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCheckState(Qt::CheckState state)">
+ <parameter left="Qt::CheckState" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="accessibleText" fullname="QStandardItem::accessibleText" href="qstandarditem.html#accessibleText" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="accessibleText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAccessibleText" fullname="QStandardItem::setAccessibleText" href="qstandarditem.html#setAccessibleText" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAccessibleText(const QString &amp; accessibleText)">
+ <parameter left="const QString &amp;" right="" name="accessibleText" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="accessibleDescription" fullname="QStandardItem::accessibleDescription" href="qstandarditem.html#accessibleDescription" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="accessibleDescription() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAccessibleDescription" fullname="QStandardItem::setAccessibleDescription" href="qstandarditem.html#setAccessibleDescription" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAccessibleDescription(const QString &amp; accessibleDescription)">
+ <parameter left="const QString &amp;" right="" name="accessibleDescription" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flags" fullname="QStandardItem::flags" href="qstandarditem.html#flags" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::ItemFlags" signature="flags() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFlags" fullname="QStandardItem::setFlags" href="qstandarditem.html#setFlags" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFlags(QFlags&lt;Qt::ItemFlag&gt; flags)">
+ <parameter left="QFlags&lt;Qt::ItemFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEnabled" fullname="QStandardItem::isEnabled" href="qstandarditem.html#isEnabled" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEnabled" fullname="QStandardItem::setEnabled" href="qstandarditem.html#setEnabled" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEnabled(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEditable" fullname="QStandardItem::isEditable" href="qstandarditem.html#isEditable" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEditable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEditable" fullname="QStandardItem::setEditable" href="qstandarditem.html#setEditable" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEditable(bool editable)">
+ <parameter left="bool" right="" name="editable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSelectable" fullname="QStandardItem::isSelectable" href="qstandarditem.html#isSelectable" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSelectable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectable" fullname="QStandardItem::setSelectable" href="qstandarditem.html#setSelectable" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelectable(bool selectable)">
+ <parameter left="bool" right="" name="selectable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCheckable" fullname="QStandardItem::isCheckable" href="qstandarditem.html#isCheckable" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCheckable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCheckable" fullname="QStandardItem::setCheckable" href="qstandarditem.html#setCheckable" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCheckable(bool checkable)">
+ <parameter left="bool" right="" name="checkable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isTristate" fullname="QStandardItem::isTristate" href="qstandarditem.html#isTristate" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isTristate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTristate" fullname="QStandardItem::setTristate" href="qstandarditem.html#setTristate" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTristate(bool tristate)">
+ <parameter left="bool" right="" name="tristate" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDragEnabled" fullname="QStandardItem::isDragEnabled" href="qstandarditem.html#isDragEnabled" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDragEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDragEnabled" fullname="QStandardItem::setDragEnabled" href="qstandarditem.html#setDragEnabled" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDragEnabled(bool dragEnabled)">
+ <parameter left="bool" right="" name="dragEnabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDropEnabled" fullname="QStandardItem::isDropEnabled" href="qstandarditem.html#isDropEnabled" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDropEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDropEnabled" fullname="QStandardItem::setDropEnabled" href="qstandarditem.html#setDropEnabled" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDropEnabled(bool dropEnabled)">
+ <parameter left="bool" right="" name="dropEnabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parent" fullname="QStandardItem::parent" href="qstandarditem.html#parent" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStandardItem *" signature="parent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="row" fullname="QStandardItem::row" href="qstandarditem.html#row" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="row() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="column" fullname="QStandardItem::column" href="qstandarditem.html#column" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="column() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="index" fullname="QStandardItem::index" href="qstandarditem.html#index" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="index() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="model" fullname="QStandardItem::model" href="qstandarditem.html#model" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStandardItemModel *" signature="model() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowCount" fullname="QStandardItem::rowCount" href="qstandarditem.html#rowCount" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="rowCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRowCount" fullname="QStandardItem::setRowCount" href="qstandarditem.html#setRowCount" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRowCount(int rows)">
+ <parameter left="int" right="" name="rows" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnCount" fullname="QStandardItem::columnCount" href="qstandarditem.html#columnCount" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columnCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnCount" fullname="QStandardItem::setColumnCount" href="qstandarditem.html#setColumnCount" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumnCount(int columns)">
+ <parameter left="int" right="" name="columns" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasChildren" fullname="QStandardItem::hasChildren" href="qstandarditem.html#hasChildren" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasChildren() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="child" fullname="QStandardItem::child" href="qstandarditem.html#child" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStandardItem *" signature="child(int row, int column) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setChild" fullname="QStandardItem::setChild" href="qstandarditem.html#setChild" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setChild(int row, int column, QStandardItem * item)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="QStandardItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setChild" fullname="QStandardItem::setChild" href="qstandarditem.html#setChild-2" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setChild(int row, QStandardItem * item)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="QStandardItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertRow" fullname="QStandardItem::insertRow" href="qstandarditem.html#insertRow" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertRow(int row, const QList&lt;QStandardItem *&gt; &amp; items)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="const QList&lt;QStandardItem *&gt; &amp;" right="" name="items" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertColumn" fullname="QStandardItem::insertColumn" href="qstandarditem.html#insertColumn" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertColumn(int column, const QList&lt;QStandardItem *&gt; &amp; items)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QList&lt;QStandardItem *&gt; &amp;" right="" name="items" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertRows" fullname="QStandardItem::insertRows" href="qstandarditem.html#insertRows" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertRows(int row, const QList&lt;QStandardItem *&gt; &amp; items)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="const QList&lt;QStandardItem *&gt; &amp;" right="" name="items" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertRows" fullname="QStandardItem::insertRows" href="qstandarditem.html#insertRows-2" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="insertRows(int row, int count)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertColumns" fullname="QStandardItem::insertColumns" href="qstandarditem.html#insertColumns" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertColumns(int column, int count)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeRow" fullname="QStandardItem::removeRow" href="qstandarditem.html#removeRow" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeRow(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeColumn" fullname="QStandardItem::removeColumn" href="qstandarditem.html#removeColumn" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeColumn(int column)">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeRows" fullname="QStandardItem::removeRows" href="qstandarditem.html#removeRows" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeRows(int row, int count)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeColumns" fullname="QStandardItem::removeColumns" href="qstandarditem.html#removeColumns" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeColumns(int column, int count)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appendRow" fullname="QStandardItem::appendRow" href="qstandarditem.html#appendRow" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="appendRow(const QList&lt;QStandardItem *&gt; &amp; items)">
+ <parameter left="const QList&lt;QStandardItem *&gt; &amp;" right="" name="items" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appendRows" fullname="QStandardItem::appendRows" href="qstandarditem.html#appendRows" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="appendRows(const QList&lt;QStandardItem *&gt; &amp; items)">
+ <parameter left="const QList&lt;QStandardItem *&gt; &amp;" right="" name="items" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appendColumn" fullname="QStandardItem::appendColumn" href="qstandarditem.html#appendColumn" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="appendColumn(const QList&lt;QStandardItem *&gt; &amp; items)">
+ <parameter left="const QList&lt;QStandardItem *&gt; &amp;" right="" name="items" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertRow" fullname="QStandardItem::insertRow" href="qstandarditem.html#insertRow-2" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="insertRow(int row, QStandardItem * item)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="QStandardItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appendRow" fullname="QStandardItem::appendRow" href="qstandarditem.html#appendRow-2" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="appendRow(QStandardItem * item)">
+ <parameter left="QStandardItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeChild" fullname="QStandardItem::takeChild" href="qstandarditem.html#takeChild" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QStandardItem *" signature="takeChild(int row, int column)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeRow" fullname="QStandardItem::takeRow" href="qstandarditem.html#takeRow" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QList&lt;QStandardItem *&gt;" signature="takeRow(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeColumn" fullname="QStandardItem::takeColumn" href="qstandarditem.html#takeColumn" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QList&lt;QStandardItem *&gt;" signature="takeColumn(int column)">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortChildren" fullname="QStandardItem::sortChildren" href="qstandarditem.html#sortChildren" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="sortChildren(int column, Qt::SortOrder order)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="Qt::SortOrder" right="" name="order" default="Qt::AscendingOrder"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clone" fullname="QStandardItem::clone" href="qstandarditem.html#clone" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QStandardItem *" signature="clone() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ItemType" fullname="QStandardItem::ItemType" href="qstandarditem.html#ItemType-enum" location="qstandarditemmodel.h">
+ <value name="Type" value="0"/>
+ <value name="UserType" value="1000"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QStandardItem::type" href="qstandarditem.html#type" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="read" fullname="QStandardItem::read" href="qstandarditem.html#read" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="read(QDataStream &amp; in)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="write" fullname="QStandardItem::write" href="qstandarditem.html#write" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="write(QDataStream &amp; out) const">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QStandardItem::operator&lt;" href="qstandarditem.html#operator&lt;" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;(const QStandardItem &amp; other) const">
+ <parameter left="const QStandardItem &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="QStandardItem" fullname="QStandardItem::QStandardItem" href="qstandarditem.html#QStandardItem-5" location="qstandarditemmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QStandardItem(const QStandardItem &amp; other)">
+ <parameter left="const QStandardItem &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="operator=" fullname="QStandardItem::operator=" href="qstandarditem.html#operator=" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QStandardItem &amp;" signature="operator=(const QStandardItem &amp; other)">
+ <parameter left="const QStandardItem &amp;" right="" name="other" default=""/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d_ptr" fullname="QStandardItem::d_ptr" href="qstandarditem.html#d_ptr-var" location="qstandarditemmodel.h" type="QStandardItemPrivate *" static="false"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="emitDataChanged" fullname="QStandardItem::emitDataChanged" href="qstandarditem.html#emitDataChanged" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="emitDataChanged()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStandardItemModel" href="qstandarditemmodel.html" location="qstandarditemmodel.h" bases="QAbstractItemModel" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="sortRole" fullname="QStandardItemModel::sortRole" href="qstandarditemmodel.html#sortRole-prop" location="qstandarditemmodel.h" type="int">
+ <getter name="sortRole"/>
+ <setter name="setSortRole"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStandardItemModel" fullname="QStandardItemModel::QStandardItemModel" href="qstandarditemmodel.html#QStandardItemModel" location="qstandarditemmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStandardItemModel(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStandardItemModel" fullname="QStandardItemModel::QStandardItemModel" href="qstandarditemmodel.html#QStandardItemModel-2" location="qstandarditemmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStandardItemModel(int rows, int columns, QObject * parent)">
+ <parameter left="int" right="" name="rows" default=""/>
+ <parameter left="int" right="" name="columns" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QStandardItemModel" fullname="QStandardItemModel::~QStandardItemModel" href="qstandarditemmodel.html#dtor.QStandardItemModel" location="qstandarditemmodel.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QStandardItemModel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="index" fullname="QStandardItemModel::index" href="qstandarditemmodel.html#index" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="index(int row, int column, const QModelIndex &amp; parent) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parent" fullname="QStandardItemModel::parent" href="qstandarditemmodel.html#parent" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="parent(const QModelIndex &amp; child) const">
+ <parameter left="const QModelIndex &amp;" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowCount" fullname="QStandardItemModel::rowCount" href="qstandarditemmodel.html#rowCount" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rowCount(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnCount" fullname="QStandardItemModel::columnCount" href="qstandarditemmodel.html#columnCount" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="columnCount(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasChildren" fullname="QStandardItemModel::hasChildren" href="qstandarditemmodel.html#hasChildren" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasChildren(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QStandardItemModel::data" href="qstandarditemmodel.html#data" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="data(const QModelIndex &amp; index, int role) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::DisplayRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QStandardItemModel::setData" href="qstandarditemmodel.html#setData" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="setData(const QModelIndex &amp; index, const QVariant &amp; value, int role)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::EditRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="headerData" fullname="QStandardItemModel::headerData" href="qstandarditemmodel.html#headerData" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="headerData(int section, Qt::Orientation orientation, int role) const">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::DisplayRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHeaderData" fullname="QStandardItemModel::setHeaderData" href="qstandarditemmodel.html#setHeaderData" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="setHeaderData(int section, Qt::Orientation orientation, const QVariant &amp; value, int role)">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::EditRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertRows" fullname="QStandardItemModel::insertRows" href="qstandarditemmodel.html#insertRows" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="insertRows(int row, int count, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertColumns" fullname="QStandardItemModel::insertColumns" href="qstandarditemmodel.html#insertColumns" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="insertColumns(int column, int count, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeRows" fullname="QStandardItemModel::removeRows" href="qstandarditemmodel.html#removeRows" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeRows(int row, int count, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeColumns" fullname="QStandardItemModel::removeColumns" href="qstandarditemmodel.html#removeColumns" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeColumns(int column, int count, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flags" fullname="QStandardItemModel::flags" href="qstandarditemmodel.html#flags" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::ItemFlags" signature="flags(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedDropActions" fullname="QStandardItemModel::supportedDropActions" href="qstandarditemmodel.html#supportedDropActions" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::DropActions" signature="supportedDropActions() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemData" fullname="QStandardItemModel::itemData" href="qstandarditemmodel.html#itemData" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QMap&lt;int, QVariant&gt;" signature="itemData(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemData" fullname="QStandardItemModel::setItemData" href="qstandarditemmodel.html#setItemData" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="setItemData(const QModelIndex &amp; index, const QMap&lt;int, QVariant&gt; &amp; roles)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="const QMap&lt;int, QVariant&gt; &amp;" right="" name="roles" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QStandardItemModel::clear" href="qstandarditemmodel.html#clear" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sort" fullname="QStandardItemModel::sort" href="qstandarditemmodel.html#sort" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="sort(int column, Qt::SortOrder order)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="Qt::SortOrder" right="" name="order" default="Qt::AscendingOrder"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemFromIndex" fullname="QStandardItemModel::itemFromIndex" href="qstandarditemmodel.html#itemFromIndex" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStandardItem *" signature="itemFromIndex(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexFromItem" fullname="QStandardItemModel::indexFromItem" href="qstandarditemmodel.html#indexFromItem" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="indexFromItem(const QStandardItem * item) const">
+ <parameter left="const QStandardItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="item" fullname="QStandardItemModel::item" href="qstandarditemmodel.html#item" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStandardItem *" signature="item(int row, int column) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItem" fullname="QStandardItemModel::setItem" href="qstandarditemmodel.html#setItem" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItem(int row, int column, QStandardItem * item)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="QStandardItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItem" fullname="QStandardItemModel::setItem" href="qstandarditemmodel.html#setItem-2" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setItem(int row, QStandardItem * item)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="QStandardItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invisibleRootItem" fullname="QStandardItemModel::invisibleRootItem" href="qstandarditemmodel.html#invisibleRootItem" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStandardItem *" signature="invisibleRootItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="horizontalHeaderItem" fullname="QStandardItemModel::horizontalHeaderItem" href="qstandarditemmodel.html#horizontalHeaderItem" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStandardItem *" signature="horizontalHeaderItem(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHorizontalHeaderItem" fullname="QStandardItemModel::setHorizontalHeaderItem" href="qstandarditemmodel.html#setHorizontalHeaderItem" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHorizontalHeaderItem(int column, QStandardItem * item)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="QStandardItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="verticalHeaderItem" fullname="QStandardItemModel::verticalHeaderItem" href="qstandarditemmodel.html#verticalHeaderItem" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStandardItem *" signature="verticalHeaderItem(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVerticalHeaderItem" fullname="QStandardItemModel::setVerticalHeaderItem" href="qstandarditemmodel.html#setVerticalHeaderItem" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setVerticalHeaderItem(int row, QStandardItem * item)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="QStandardItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHorizontalHeaderLabels" fullname="QStandardItemModel::setHorizontalHeaderLabels" href="qstandarditemmodel.html#setHorizontalHeaderLabels" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHorizontalHeaderLabels(const QStringList &amp; labels)">
+ <parameter left="const QStringList &amp;" right="" name="labels" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVerticalHeaderLabels" fullname="QStandardItemModel::setVerticalHeaderLabels" href="qstandarditemmodel.html#setVerticalHeaderLabels" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setVerticalHeaderLabels(const QStringList &amp; labels)">
+ <parameter left="const QStringList &amp;" right="" name="labels" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRowCount" fullname="QStandardItemModel::setRowCount" href="qstandarditemmodel.html#setRowCount" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRowCount(int rows)">
+ <parameter left="int" right="" name="rows" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnCount" fullname="QStandardItemModel::setColumnCount" href="qstandarditemmodel.html#setColumnCount" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumnCount(int columns)">
+ <parameter left="int" right="" name="columns" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appendRow" fullname="QStandardItemModel::appendRow" href="qstandarditemmodel.html#appendRow" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="appendRow(const QList&lt;QStandardItem *&gt; &amp; items)">
+ <parameter left="const QList&lt;QStandardItem *&gt; &amp;" right="" name="items" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appendColumn" fullname="QStandardItemModel::appendColumn" href="qstandarditemmodel.html#appendColumn" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="appendColumn(const QList&lt;QStandardItem *&gt; &amp; items)">
+ <parameter left="const QList&lt;QStandardItem *&gt; &amp;" right="" name="items" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appendRow" fullname="QStandardItemModel::appendRow" href="qstandarditemmodel.html#appendRow-2" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="appendRow(QStandardItem * item)">
+ <parameter left="QStandardItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertRow" fullname="QStandardItemModel::insertRow" href="qstandarditemmodel.html#insertRow" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertRow(int row, const QList&lt;QStandardItem *&gt; &amp; items)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="const QList&lt;QStandardItem *&gt; &amp;" right="" name="items" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertColumn" fullname="QStandardItemModel::insertColumn" href="qstandarditemmodel.html#insertColumn" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertColumn(int column, const QList&lt;QStandardItem *&gt; &amp; items)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QList&lt;QStandardItem *&gt; &amp;" right="" name="items" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertRow" fullname="QStandardItemModel::insertRow" href="qstandarditemmodel.html#insertRow-3" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="insertRow(int row, QStandardItem * item)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="QStandardItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertRow" fullname="QStandardItemModel::insertRow" href="qstandarditemmodel.html#insertRow-2" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="insertRow(int row, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertColumn" fullname="QStandardItemModel::insertColumn" href="qstandarditemmodel.html#insertColumn-2" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="insertColumn(int column, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeItem" fullname="QStandardItemModel::takeItem" href="qstandarditemmodel.html#takeItem" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QStandardItem *" signature="takeItem(int row, int column)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeRow" fullname="QStandardItemModel::takeRow" href="qstandarditemmodel.html#takeRow" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QList&lt;QStandardItem *&gt;" signature="takeRow(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeColumn" fullname="QStandardItemModel::takeColumn" href="qstandarditemmodel.html#takeColumn" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QList&lt;QStandardItem *&gt;" signature="takeColumn(int column)">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeHorizontalHeaderItem" fullname="QStandardItemModel::takeHorizontalHeaderItem" href="qstandarditemmodel.html#takeHorizontalHeaderItem" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QStandardItem *" signature="takeHorizontalHeaderItem(int column)">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeVerticalHeaderItem" fullname="QStandardItemModel::takeVerticalHeaderItem" href="qstandarditemmodel.html#takeVerticalHeaderItem" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QStandardItem *" signature="takeVerticalHeaderItem(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemPrototype" fullname="QStandardItemModel::itemPrototype" href="qstandarditemmodel.html#itemPrototype" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QStandardItem *" signature="itemPrototype() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemPrototype" fullname="QStandardItemModel::setItemPrototype" href="qstandarditemmodel.html#setItemPrototype" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemPrototype(const QStandardItem * item)">
+ <parameter left="const QStandardItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findItems" fullname="QStandardItemModel::findItems" href="qstandarditemmodel.html#findItems" location="qstandarditemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QStandardItem *&gt;" signature="findItems(const QString &amp; text, QFlags&lt;Qt::MatchFlag&gt; flags, int column) const">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QFlags&lt;Qt::MatchFlag&gt;" right="" name="flags" default="Qt::MatchExactly"/>
+ <parameter left="int" right="" name="column" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortRole" fullname="QStandardItemModel::sortRole" href="qstandarditemmodel.html#sortRole-prop" location="qstandarditemmodel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sortRole" type="int" signature="sortRole() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSortRole" fullname="QStandardItemModel::setSortRole" href="qstandarditemmodel.html#sortRole-prop" location="qstandarditemmodel.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="sortRole" type="void" signature="setSortRole(int role)">
+ <parameter left="int" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mimeTypes" fullname="QStandardItemModel::mimeTypes" href="qstandarditemmodel.html#mimeTypes" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="mimeTypes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mimeData" fullname="QStandardItemModel::mimeData" href="qstandarditemmodel.html#mimeData" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QMimeData *" signature="mimeData(const QModelIndexList &amp; indexes) const">
+ <parameter left="const QModelIndexList &amp;" right="" name="indexes" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dropMimeData" fullname="QStandardItemModel::dropMimeData" href="qstandarditemmodel.html#dropMimeData" location="qstandarditemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="dropMimeData(const QMimeData * data, Qt::DropAction action, int row, int column, const QModelIndex &amp; parent)">
+ <parameter left="const QMimeData *" right="" name="data" default=""/>
+ <parameter left="Qt::DropAction" right="" name="action" default=""/>
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemChanged" fullname="QStandardItemModel::itemChanged" href="qstandarditemmodel.html#itemChanged" location="qstandarditemmodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemChanged(QStandardItem * item)">
+ <parameter left="QStandardItem *" right="" name="item" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qstandarditem.html#operator&gt;&gt;-62" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="62" relates="QStandardItem" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; in, QStandardItem &amp; item)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ <parameter left="QStandardItem &amp;" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qstandarditem.html#operator&lt;&lt;-107" location="qstandarditemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="107" relates="QStandardItem" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; out, const QStandardItem &amp; item)">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ <parameter left="const QStandardItem &amp;" right="" name="item" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="qint8" href="qtglobal.html#qint8-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="quint8" href="qtglobal.html#quint8-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="qint16" href="qtglobal.html#qint16-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="quint16" href="qtglobal.html#quint16-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="qint32" href="qtglobal.html#qint32-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="quint32" href="qtglobal.html#quint32-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="qint64" href="qtglobal.html#qint64-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="quint64" href="qtglobal.html#quint64-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="qlonglong" href="qtglobal.html#qlonglong-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="qulonglong" href="qtglobal.html#qulonglong-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="quintptr" href="qtglobal.html#quintptr-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="qptrdiff" href="qtglobal.html#qptrdiff-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="uchar" href="qtglobal.html#uchar-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ushort" href="qtglobal.html#ushort-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="uint" href="qtglobal.html#uint-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ulong" href="qtglobal.html#ulong-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="qreal" href="qtglobal.html#qreal-typedef" location="qglobal.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qAbs" href="qtglobal.html#qAbs" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="T" signature="qAbs(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qRound" href="qtglobal.html#qRound" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="int" signature="qRound(qreal value)">
+ <parameter left="qreal" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qRound64" href="qtglobal.html#qRound64" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="qint64" signature="qRound64(qreal value)">
+ <parameter left="qreal" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qMin" href="qtglobal.html#qMin" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="const T &amp;" signature="qMin(const T &amp; value1, const T &amp; value2)">
+ <parameter left="const T &amp;" right="" name="value1" default=""/>
+ <parameter left="const T &amp;" right="" name="value2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qMax" href="qtglobal.html#qMax" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="const T &amp;" signature="qMax(const T &amp; value1, const T &amp; value2)">
+ <parameter left="const T &amp;" right="" name="value1" default=""/>
+ <parameter left="const T &amp;" right="" name="value2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qBound" href="qtglobal.html#qBound" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="const T &amp;" signature="qBound(const T &amp; min, const T &amp; value, const T &amp; max)">
+ <parameter left="const T &amp;" right="" name="min" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ <parameter left="const T &amp;" right="" name="max" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="compat" name="Q_INT8" href="qtglobal-qt3.html#Q_INT8-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="compat" name="Q_UINT8" href="qtglobal-qt3.html#Q_UINT8-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="compat" name="Q_INT16" href="qtglobal-qt3.html#Q_INT16-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="compat" name="Q_UINT16" href="qtglobal-qt3.html#Q_UINT16-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="compat" name="Q_INT32" href="qtglobal-qt3.html#Q_INT32-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="compat" name="Q_UINT32" href="qtglobal-qt3.html#Q_UINT32-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="compat" name="Q_INT64" href="qtglobal-qt3.html#Q_INT64-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="compat" name="Q_UINT64" href="qtglobal-qt3.html#Q_UINT64-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="compat" name="Q_LLONG" href="qtglobal-qt3.html#Q_LLONG-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="compat" name="Q_ULLONG" href="qtglobal-qt3.html#Q_ULLONG-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="compat" name="Q_LONG" href="qtglobal-qt3.html#Q_LONG-typedef" location="qglobal.h"/>
+ <typedef access="public" threadsafety="unspecified" status="compat" name="Q_ULONG" href="qtglobal-qt3.html#Q_ULONG-typedef" location="qglobal.h"/>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSysInfo" href="qsysinfo.html" location="qglobal.h" bases="" module="QtCore">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Sizes" fullname="QSysInfo::Sizes" href="qsysinfo.html#Sizes-enum" location="qglobal.h">
+ <value name="WordSize" value="( sizeof( void * ) &lt;&lt;3 )"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Endian" fullname="QSysInfo::Endian" href="qsysinfo.html#Endian-enum" location="qglobal.h">
+ <value name="BigEndian" value="0"/>
+ <value name="LittleEndian" value="1"/>
+ <value name="ByteOrder" value="&lt;platform-dependent&gt;"/>
+ <value name="ByteOrder" value="LittleEndian"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WinVersion" fullname="QSysInfo::WinVersion" href="qsysinfo.html#WinVersion-enum" location="qglobal.h">
+ <value name="WV_32s" value="0x0001"/>
+ <value name="WV_95" value="0x0002"/>
+ <value name="WV_98" value="0x0003"/>
+ <value name="WV_Me" value="0x0004"/>
+ <value name="WV_DOS_based" value="0x000f"/>
+ <value name="WV_NT" value="0x0010"/>
+ <value name="WV_2000" value="0x0020"/>
+ <value name="WV_XP" value="0x0030"/>
+ <value name="WV_2003" value="0x0040"/>
+ <value name="WV_VISTA" value="0x0080"/>
+ <value name="WV_WINDOWS7" value="0x0090"/>
+ <value name="WV_NT_based" value="0x00f0"/>
+ <value name="WV_4_0" value="WV_NT"/>
+ <value name="WV_5_0" value="WV_2000"/>
+ <value name="WV_5_1" value="WV_XP"/>
+ <value name="WV_5_2" value="WV_2003"/>
+ <value name="WV_6_0" value="WV_VISTA"/>
+ <value name="WV_6_1" value="WV_WINDOWS7"/>
+ <value name="WV_CE" value="0x0100"/>
+ <value name="WV_CENET" value="0x0200"/>
+ <value name="WV_CE_5" value="0x0300"/>
+ <value name="WV_CE_6" value="0x0400"/>
+ <value name="WV_CE_based" value="0x0f00"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="WindowsVersion" fullname="QSysInfo::WindowsVersion" href="qsysinfo.html#WindowsVersion-var" location="qglobal.h" type="const WinVersion" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowsVersion" fullname="QSysInfo::windowsVersion" href="qsysinfo.html#windowsVersion" location="qglobal.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="WinVersion" signature="windowsVersion()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="MacVersion" fullname="QSysInfo::MacVersion" href="qsysinfo.html#MacVersion-enum" location="qglobal.h">
+ <value name="MV_Unknown" value="0x0000"/>
+ <value name="MV_9" value="0x0001"/>
+ <value name="MV_10_0" value="0x0002"/>
+ <value name="MV_10_1" value="0x0003"/>
+ <value name="MV_10_2" value="0x0004"/>
+ <value name="MV_10_3" value="0x0005"/>
+ <value name="MV_10_4" value="0x0006"/>
+ <value name="MV_10_5" value="0x0007"/>
+ <value name="MV_10_6" value="0x0008"/>
+ <value name="MV_CHEETAH" value="MV_10_0"/>
+ <value name="MV_PUMA" value="MV_10_1"/>
+ <value name="MV_JAGUAR" value="MV_10_2"/>
+ <value name="MV_PANTHER" value="MV_10_3"/>
+ <value name="MV_TIGER" value="MV_10_4"/>
+ <value name="MV_LEOPARD" value="MV_10_5"/>
+ <value name="MV_SNOWLEOPARD" value="MV_10_6"/>
+ </enum>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="MacintoshVersion" fullname="QSysInfo::MacintoshVersion" href="qsysinfo.html#MacintoshVersion-var" location="qglobal.h" type="const MacVersion" static="true"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qVersion" href="qtglobal.html#qVersion" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="const char *" signature="qVersion()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qMacVersion" href="qtglobal.html#qMacVersion" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="int" signature="qMacVersion()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="qSysInfo" href="qtglobal-qt3.html#qSysInfo" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="bool" signature="qSysInfo(int * wordSize, bool * bigEndian)">
+ <parameter left="int *" right="" name="wordSize" default=""/>
+ <parameter left="bool *" right="" name="bigEndian" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="qt_winUnicode" href="qtglobal-qt3.html#qt_winUnicode" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="bool" signature="qt_winUnicode()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="qWinVersion" href="qtglobal-qt3.html#qWinVersion" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="int" signature="qWinVersion()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qDebug" href="qtglobal.html#qDebug" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="void" signature="qDebug(const char * msg, ... )">
+ <parameter left="const char *" right="" name="msg" default=""/>
+ <parameter left="..." right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qWarning" href="qtglobal.html#qWarning" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="void" signature="qWarning(const char * msg, ... )">
+ <parameter left="const char *" right="" name="msg" default=""/>
+ <parameter left="..." right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qCritical" href="qtglobal.html#qCritical" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="void" signature="qCritical(const char * msg, ... )">
+ <parameter left="const char *" right="" name="msg" default=""/>
+ <parameter left="..." right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qFatal" href="qtglobal.html#qFatal" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="void" signature="qFatal(const char * msg, ... )">
+ <parameter left="const char *" right="" name="msg" default=""/>
+ <parameter left="..." right="" name="" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="QtMsgType" href="qtglobal.html#QtMsgType-enum" location="qglobal.h">
+ <value name="QtDebugMsg" value="0"/>
+ <value name="QtWarningMsg" value="1"/>
+ <value name="QtCriticalMsg" value="2"/>
+ <value name="QtFatalMsg" value="3"/>
+ <value name="QtSystemMsg" value="QtCriticalMsg"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="QtMsgHandler" href="qtglobal.html#QtMsgHandler-typedef" location="qglobal.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qInstallMsgHandler" href="qtglobal.html#qInstallMsgHandler" location="qglobal.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="QtMsgHandler" signature="qInstallMsgHandler(QtMsgHandler handler)">
+ <parameter left="QtMsgHandler" right="" name="handler" default=""/>
+ </function>
+ <function access="public" threadsafety="thread safe" status="commendable" name="qFuzzyCompare" href="qtglobal.html#qFuzzyCompare-8" location="qglobal.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="8" relates="&lt;QtGlobal&gt;" type="bool" signature="qFuzzyCompare(double p1, double p2)">
+ <parameter left="double" right="" name="p1" default=""/>
+ <parameter left="double" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="thread safe" status="commendable" name="qFuzzyCompare" href="qtglobal.html#qFuzzyCompare-9" location="qglobal.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="9" relates="&lt;QtGlobal&gt;" type="bool" signature="qFuzzyCompare(float p1, float p2)">
+ <parameter left="float" right="" name="p1" default=""/>
+ <parameter left="float" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qSwap" href="qtalgorithms.html#qSwap" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtAlgorithms&gt;" type="void" signature="qSwap(T &amp; var1, T &amp; var2)">
+ <parameter left="T &amp;" right="" name="var1" default=""/>
+ <parameter left="T &amp;" right="" name="var2" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QFlag" href="qflag.html" location="qglobal.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFlag" fullname="QFlag::QFlag" href="qflag.html#QFlag" location="qglobal.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFlag(int value)">
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator int" fullname="QFlag::operator int" href="qflag.html#operator int" location="qglobal.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator int() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QFlags" href="qflags.html" location="qglobal.h" bases="" module="QtCore">
+ <contents name="flags-and-the-meta-object-system" title="Flags and the Meta-Object System" level="1"/>
+ <contents name="naming-convention" title="Naming Convention" level="1"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="enum_type" fullname="QFlags::enum_type" href="qflags.html#enum_type-typedef" location="qglobal.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFlags" fullname="QFlags::QFlags" href="qflags.html#QFlags" location="qglobal.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFlags(const QFlags &amp; other)">
+ <parameter left="const QFlags &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFlags" fullname="QFlags::QFlags" href="qflags.html#QFlags-2" location="qglobal.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QFlags(Enum flag)">
+ <parameter left="Enum" right="" name="flag" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFlags" fullname="QFlags::QFlags" href="qflags.html#QFlags-3" location="qglobal.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QFlags(Zero zero)">
+ <parameter left="Zero" right="" name="zero" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFlags" fullname="QFlags::QFlags" href="qflags.html#QFlags-4" location="qglobal.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QFlags(QFlag value)">
+ <parameter left="QFlag" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QFlags::operator=" href="qflags.html#operator=" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QFlags &amp;" signature="operator=(const QFlags &amp; other)">
+ <parameter left="const QFlags &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&amp;=" fullname="QFlags::operator&amp;=" href="qflags.html#operator&amp;=" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QFlags &amp;" signature="operator&amp;=(int mask)">
+ <parameter left="int" right="" name="mask" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&amp;=" fullname="QFlags::operator&amp;=" href="qflags.html#operator&amp;=-2" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QFlags &amp;" signature="operator&amp;=(uint mask)">
+ <parameter left="uint" right="" name="mask" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator|=" fullname="QFlags::operator|=" href="qflags.html#operator|=" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QFlags &amp;" signature="operator|=(QFlags other)">
+ <parameter left="QFlags" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator|=" fullname="QFlags::operator|=" href="qflags.html#operator|=-2" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QFlags &amp;" signature="operator|=(Enum other)">
+ <parameter left="Enum" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator^=" fullname="QFlags::operator^=" href="qflags.html#operator^=" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QFlags &amp;" signature="operator^=(QFlags other)">
+ <parameter left="QFlags" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator^=" fullname="QFlags::operator^=" href="qflags.html#operator^=-2" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QFlags &amp;" signature="operator^=(Enum other)">
+ <parameter left="Enum" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator int" fullname="QFlags::operator int" href="qflags.html#operator int" location="qglobal.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator int() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator|" fullname="QFlags::operator|" href="qflags.html#operator|" location="qglobal.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFlags" signature="operator|(QFlags other) const">
+ <parameter left="QFlags" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator|" fullname="QFlags::operator|" href="qflags.html#operator|-2" location="qglobal.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QFlags" signature="operator|(Enum other) const">
+ <parameter left="Enum" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator^" fullname="QFlags::operator^" href="qflags.html#operator^" location="qglobal.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFlags" signature="operator^(QFlags other) const">
+ <parameter left="QFlags" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator^" fullname="QFlags::operator^" href="qflags.html#operator^-2" location="qglobal.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QFlags" signature="operator^(Enum other) const">
+ <parameter left="Enum" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&amp;" fullname="QFlags::operator&amp;" href="qflags.html#operator&amp;" location="qglobal.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFlags" signature="operator&amp;(int mask) const">
+ <parameter left="int" right="" name="mask" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&amp;" fullname="QFlags::operator&amp;" href="qflags.html#operator&amp;-2" location="qglobal.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QFlags" signature="operator&amp;(uint mask) const">
+ <parameter left="uint" right="" name="mask" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&amp;" fullname="QFlags::operator&amp;" href="qflags.html#operator&amp;-3" location="qglobal.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QFlags" signature="operator&amp;(Enum mask) const">
+ <parameter left="Enum" right="" name="mask" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator~" fullname="QFlags::operator~" href="qflags.html#operator~" location="qglobal.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFlags" signature="operator~() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!" fullname="QFlags::operator!" href="qflags.html#operator!" location="qglobal.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testFlag" fullname="QFlags::testFlag" href="qflags.html#testFlag" location="qglobal.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="testFlag(Enum flag) const">
+ <parameter left="Enum" right="" name="flag" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="reentrant" status="commendable" name="qtTrId" href="qtglobal.html#qtTrId" location="qcoreapplication.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="QString" signature="qtTrId(const char * id, int n)">
+ <parameter left="const char *" right="" name="id" default=""/>
+ <parameter left="int" right="" name="n" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qsrand" href="qtglobal.html#qsrand" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="void" signature="qsrand(uint seed)">
+ <parameter left="uint" right="" name="seed" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qrand" href="qtglobal.html#qrand" location="qglobal.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="int" signature="qrand()"/>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAbstractScrollArea" href="qabstractscrollarea.html" location="qabstractscrollarea.h" bases="QFrame" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="verticalScrollBarPolicy" fullname="QAbstractScrollArea::verticalScrollBarPolicy" href="qabstractscrollarea.html#verticalScrollBarPolicy-prop" location="qabstractscrollarea.h" type="Qt::ScrollBarPolicy">
+ <getter name="verticalScrollBarPolicy"/>
+ <setter name="setVerticalScrollBarPolicy"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="horizontalScrollBarPolicy" fullname="QAbstractScrollArea::horizontalScrollBarPolicy" href="qabstractscrollarea.html#horizontalScrollBarPolicy-prop" location="qabstractscrollarea.h" type="Qt::ScrollBarPolicy">
+ <getter name="horizontalScrollBarPolicy"/>
+ <setter name="setHorizontalScrollBarPolicy"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractScrollArea" fullname="QAbstractScrollArea::QAbstractScrollArea" href="qabstractscrollarea.html#QAbstractScrollArea" location="qabstractscrollarea.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractScrollArea(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractScrollArea" fullname="QAbstractScrollArea::~QAbstractScrollArea" href="qabstractscrollarea.html#dtor.QAbstractScrollArea" location="qabstractscrollarea.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractScrollArea()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="verticalScrollBarPolicy" fullname="QAbstractScrollArea::verticalScrollBarPolicy" href="qabstractscrollarea.html#verticalScrollBarPolicy-prop" location="qabstractscrollarea.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="verticalScrollBarPolicy" type="Qt::ScrollBarPolicy" signature="verticalScrollBarPolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVerticalScrollBarPolicy" fullname="QAbstractScrollArea::setVerticalScrollBarPolicy" href="qabstractscrollarea.html#verticalScrollBarPolicy-prop" location="qabstractscrollarea.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="verticalScrollBarPolicy" type="void" signature="setVerticalScrollBarPolicy(Qt::ScrollBarPolicy )">
+ <parameter left="Qt::ScrollBarPolicy" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="verticalScrollBar" fullname="QAbstractScrollArea::verticalScrollBar" href="qabstractscrollarea.html#verticalScrollBar" location="qabstractscrollarea.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScrollBar *" signature="verticalScrollBar() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVerticalScrollBar" fullname="QAbstractScrollArea::setVerticalScrollBar" href="qabstractscrollarea.html#setVerticalScrollBar" location="qabstractscrollarea.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setVerticalScrollBar(QScrollBar * scrollBar)">
+ <parameter left="QScrollBar *" right="" name="scrollBar" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="horizontalScrollBarPolicy" fullname="QAbstractScrollArea::horizontalScrollBarPolicy" href="qabstractscrollarea.html#horizontalScrollBarPolicy-prop" location="qabstractscrollarea.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="horizontalScrollBarPolicy" type="Qt::ScrollBarPolicy" signature="horizontalScrollBarPolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHorizontalScrollBarPolicy" fullname="QAbstractScrollArea::setHorizontalScrollBarPolicy" href="qabstractscrollarea.html#horizontalScrollBarPolicy-prop" location="qabstractscrollarea.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="horizontalScrollBarPolicy" type="void" signature="setHorizontalScrollBarPolicy(Qt::ScrollBarPolicy )">
+ <parameter left="Qt::ScrollBarPolicy" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="horizontalScrollBar" fullname="QAbstractScrollArea::horizontalScrollBar" href="qabstractscrollarea.html#horizontalScrollBar" location="qabstractscrollarea.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScrollBar *" signature="horizontalScrollBar() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHorizontalScrollBar" fullname="QAbstractScrollArea::setHorizontalScrollBar" href="qabstractscrollarea.html#setHorizontalScrollBar" location="qabstractscrollarea.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHorizontalScrollBar(QScrollBar * scrollBar)">
+ <parameter left="QScrollBar *" right="" name="scrollBar" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cornerWidget" fullname="QAbstractScrollArea::cornerWidget" href="qabstractscrollarea.html#cornerWidget" location="qabstractscrollarea.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="cornerWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCornerWidget" fullname="QAbstractScrollArea::setCornerWidget" href="qabstractscrollarea.html#setCornerWidget" location="qabstractscrollarea.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCornerWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addScrollBarWidget" fullname="QAbstractScrollArea::addScrollBarWidget" href="qabstractscrollarea.html#addScrollBarWidget" location="qabstractscrollarea.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addScrollBarWidget(QWidget * widget, QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scrollBarWidgets" fullname="QAbstractScrollArea::scrollBarWidgets" href="qabstractscrollarea.html#scrollBarWidgets" location="qabstractscrollarea.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QWidgetList" signature="scrollBarWidgets(QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="viewport" fullname="QAbstractScrollArea::viewport" href="qabstractscrollarea.html#viewport" location="qabstractscrollarea.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="viewport() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setViewport" fullname="QAbstractScrollArea::setViewport" href="qabstractscrollarea.html#setViewport" location="qabstractscrollarea.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setViewport(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumViewportSize" fullname="QAbstractScrollArea::maximumViewportSize" href="qabstractscrollarea.html#maximumViewportSize" location="qabstractscrollarea.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="maximumViewportSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="QAbstractScrollArea::minimumSizeHint" href="qabstractscrollarea.html#minimumSizeHint" location="qabstractscrollarea.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QAbstractScrollArea::sizeHint" href="qabstractscrollarea.html#sizeHint" location="qabstractscrollarea.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setupViewport" fullname="QAbstractScrollArea::setupViewport" href="qabstractscrollarea.html#setupViewport" location="qabstractscrollarea.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setupViewport(QWidget * viewport)">
+ <parameter left="QWidget *" right="" name="viewport" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setViewportMargins" fullname="QAbstractScrollArea::setViewportMargins" href="qabstractscrollarea.html#setViewportMargins" location="qabstractscrollarea.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setViewportMargins(int left, int top, int right, int bottom)">
+ <parameter left="int" right="" name="left" default=""/>
+ <parameter left="int" right="" name="top" default=""/>
+ <parameter left="int" right="" name="right" default=""/>
+ <parameter left="int" right="" name="bottom" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QAbstractScrollArea::event" href="qabstractscrollarea.html#event" location="qabstractscrollarea.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="viewportEvent" fullname="QAbstractScrollArea::viewportEvent" href="qabstractscrollarea.html#viewportEvent" location="qabstractscrollarea.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="viewportEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QAbstractScrollArea::resizeEvent" href="qabstractscrollarea.html#resizeEvent" location="qabstractscrollarea.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * event)">
+ <parameter left="QResizeEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QAbstractScrollArea::paintEvent" href="qabstractscrollarea.html#paintEvent" location="qabstractscrollarea.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * event)">
+ <parameter left="QPaintEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QAbstractScrollArea::mousePressEvent" href="qabstractscrollarea.html#mousePressEvent" location="qabstractscrollarea.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QAbstractScrollArea::mouseReleaseEvent" href="qabstractscrollarea.html#mouseReleaseEvent" location="qabstractscrollarea.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseDoubleClickEvent" fullname="QAbstractScrollArea::mouseDoubleClickEvent" href="qabstractscrollarea.html#mouseDoubleClickEvent" location="qabstractscrollarea.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseDoubleClickEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QAbstractScrollArea::mouseMoveEvent" href="qabstractscrollarea.html#mouseMoveEvent" location="qabstractscrollarea.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="wheelEvent" fullname="QAbstractScrollArea::wheelEvent" href="qabstractscrollarea.html#wheelEvent" location="qabstractscrollarea.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="wheelEvent(QWheelEvent * e)">
+ <parameter left="QWheelEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contextMenuEvent" fullname="QAbstractScrollArea::contextMenuEvent" href="qabstractscrollarea.html#contextMenuEvent" location="qabstractscrollarea.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contextMenuEvent(QContextMenuEvent * e)">
+ <parameter left="QContextMenuEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragEnterEvent" fullname="QAbstractScrollArea::dragEnterEvent" href="qabstractscrollarea.html#dragEnterEvent" location="qabstractscrollarea.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragEnterEvent(QDragEnterEvent * event)">
+ <parameter left="QDragEnterEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragMoveEvent" fullname="QAbstractScrollArea::dragMoveEvent" href="qabstractscrollarea.html#dragMoveEvent" location="qabstractscrollarea.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragMoveEvent(QDragMoveEvent * event)">
+ <parameter left="QDragMoveEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragLeaveEvent" fullname="QAbstractScrollArea::dragLeaveEvent" href="qabstractscrollarea.html#dragLeaveEvent" location="qabstractscrollarea.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragLeaveEvent(QDragLeaveEvent * event)">
+ <parameter left="QDragLeaveEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dropEvent" fullname="QAbstractScrollArea::dropEvent" href="qabstractscrollarea.html#dropEvent" location="qabstractscrollarea.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dropEvent(QDropEvent * event)">
+ <parameter left="QDropEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QAbstractScrollArea::keyPressEvent" href="qabstractscrollarea.html#keyPressEvent" location="qabstractscrollarea.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="scrollContentsBy" fullname="QAbstractScrollArea::scrollContentsBy" href="qabstractscrollarea.html#scrollContentsBy" location="qabstractscrollarea.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="scrollContentsBy(int dx, int dy)">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QDir" href="qdir.html" location="qdir.h" bases="" module="QtCore">
+ <contents name="navigation-and-directory-operations" title="Navigation and Directory Operations" level="1"/>
+ <contents name="files-and-directory-contents" title="Files and Directory Contents" level="1"/>
+ <contents name="the-current-directory-and-other-special-paths" title="The Current Directory and Other Special Paths" level="1"/>
+ <contents name="path-manipulation-and-strings" title="Path Manipulation and Strings" level="1"/>
+ <contents name="examples" title="Examples" level="1"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d_ptr" fullname="QDir::d_ptr" href="qdir.html#d_ptr-var" location="qdir.h" type="QDirPrivate *" static="false"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Filter" fullname="QDir::Filter" href="qdir.html#Filter-enum" location="qdir.h" typedef="QDir::Filters">
+ <value name="Dirs" value="0x001"/>
+ <value name="Files" value="0x002"/>
+ <value name="Drives" value="0x004"/>
+ <value name="NoSymLinks" value="0x008"/>
+ <value name="AllEntries" value="Dirs | Files | Drives"/>
+ <value name="TypeMask" value="0x00f"/>
+ <value name="All" value="AllEntries"/>
+ <value name="Readable" value="0x010"/>
+ <value name="Writable" value="0x020"/>
+ <value name="Executable" value="0x040"/>
+ <value name="PermissionMask" value="0x070"/>
+ <value name="RWEMask" value="0x070"/>
+ <value name="Modified" value="0x080"/>
+ <value name="Hidden" value="0x100"/>
+ <value name="System" value="0x200"/>
+ <value name="AccessMask" value="0x3F0"/>
+ <value name="AllDirs" value="0x400"/>
+ <value name="CaseSensitive" value="0x800"/>
+ <value name="NoDotAndDotDot" value="0x1000"/>
+ <value name="NoFilter" value="-1"/>
+ <value name="DefaultFilter" value="NoFilter"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Filters" fullname="QDir::Filters" href="qdir.html#Filters-typedef" location="qdir.h" enum="QDir::Filter"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="FilterSpec" fullname="QDir::FilterSpec" href="qdir.html#FilterSpec-typedef" location="qdir.h"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SortFlag" fullname="QDir::SortFlag" href="qdir.html#SortFlag-enum" location="qdir.h" typedef="QDir::SortFlags">
+ <value name="Name" value="0x00"/>
+ <value name="Time" value="0x01"/>
+ <value name="Size" value="0x02"/>
+ <value name="Unsorted" value="0x03"/>
+ <value name="SortByMask" value="0x03"/>
+ <value name="DirsFirst" value="0x04"/>
+ <value name="Reversed" value="0x08"/>
+ <value name="IgnoreCase" value="0x10"/>
+ <value name="DirsLast" value="0x20"/>
+ <value name="LocaleAware" value="0x40"/>
+ <value name="Type" value="0x80"/>
+ <value name="NoSort" value="-1"/>
+ <value name="DefaultSort" value="NoSort"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="SortFlags" fullname="QDir::SortFlags" href="qdir.html#SortFlags-typedef" location="qdir.h" enum="QDir::SortFlag"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDir" fullname="QDir::QDir" href="qdir.html#QDir" location="qdir.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDir(const QDir &amp; dir)">
+ <parameter left="const QDir &amp;" right="" name="dir" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDir" fullname="QDir::QDir" href="qdir.html#QDir-2" location="qdir.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDir(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDir" fullname="QDir::QDir" href="qdir.html#QDir-3" location="qdir.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QDir(const QString &amp; path, const QString &amp; nameFilter, QFlags&lt;QDir::SortFlag&gt; sort, QFlags&lt;QDir::Filter&gt; filters)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="const QString &amp;" right="" name="nameFilter" default=""/>
+ <parameter left="QFlags&lt;QDir::SortFlag&gt;" right="" name="sort" default="SortFlags( Name | IgnoreCase )"/>
+ <parameter left="QFlags&lt;QDir::Filter&gt;" right="" name="filters" default="AllEntries"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDir" fullname="QDir::~QDir" href="qdir.html#dtor.QDir" location="qdir.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDir()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDir::operator=" href="qdir.html#operator=" location="qdir.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDir &amp;" signature="operator=(const QDir &amp; dir)">
+ <parameter left="const QDir &amp;" right="" name="dir" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="operator=" fullname="QDir::operator=" href="qdir-obsolete.html#operator=-2" location="qdir.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QDir &amp;" signature="operator=(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPath" fullname="QDir::setPath" href="qdir.html#setPath" location="qdir.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPath(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="path" fullname="QDir::path" href="qdir.html#path" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="path() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="absolutePath" fullname="QDir::absolutePath" href="qdir.html#absolutePath" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="absolutePath() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canonicalPath" fullname="QDir::canonicalPath" href="qdir.html#canonicalPath" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="canonicalPath() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="addResourceSearchPath" fullname="QDir::addResourceSearchPath" href="qdir-obsolete.html#addResourceSearchPath" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="addResourceSearchPath(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSearchPaths" fullname="QDir::setSearchPaths" href="qdir.html#setSearchPaths" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setSearchPaths(const QString &amp; prefix, const QStringList &amp; searchPaths)">
+ <parameter left="const QString &amp;" right="" name="prefix" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="searchPaths" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addSearchPath" fullname="QDir::addSearchPath" href="qdir.html#addSearchPath" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="addSearchPath(const QString &amp; prefix, const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="prefix" default=""/>
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="searchPaths" fullname="QDir::searchPaths" href="qdir.html#searchPaths" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="searchPaths(const QString &amp; prefix)">
+ <parameter left="const QString &amp;" right="" name="prefix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dirName" fullname="QDir::dirName" href="qdir.html#dirName" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="dirName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filePath" fullname="QDir::filePath" href="qdir.html#filePath" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="filePath(const QString &amp; fileName) const">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="absoluteFilePath" fullname="QDir::absoluteFilePath" href="qdir.html#absoluteFilePath" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="absoluteFilePath(const QString &amp; fileName) const">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="relativeFilePath" fullname="QDir::relativeFilePath" href="qdir.html#relativeFilePath" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="relativeFilePath(const QString &amp; fileName) const">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="convertSeparators" fullname="QDir::convertSeparators" href="qdir-qt3.html#convertSeparators" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="convertSeparators(const QString &amp; pathName)">
+ <parameter left="const QString &amp;" right="" name="pathName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toNativeSeparators" fullname="QDir::toNativeSeparators" href="qdir.html#toNativeSeparators" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="toNativeSeparators(const QString &amp; pathName)">
+ <parameter left="const QString &amp;" right="" name="pathName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromNativeSeparators" fullname="QDir::fromNativeSeparators" href="qdir.html#fromNativeSeparators" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="fromNativeSeparators(const QString &amp; pathName)">
+ <parameter left="const QString &amp;" right="" name="pathName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cd" fullname="QDir::cd" href="qdir.html#cd" location="qdir.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="cd(const QString &amp; dirName)">
+ <parameter left="const QString &amp;" right="" name="dirName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cdUp" fullname="QDir::cdUp" href="qdir.html#cdUp" location="qdir.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="cdUp()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nameFilters" fullname="QDir::nameFilters" href="qdir.html#nameFilters" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="nameFilters() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNameFilters" fullname="QDir::setNameFilters" href="qdir.html#setNameFilters" location="qdir.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNameFilters(const QStringList &amp; nameFilters)">
+ <parameter left="const QStringList &amp;" right="" name="nameFilters" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filter" fullname="QDir::filter" href="qdir.html#filter" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Filters" signature="filter() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFilter" fullname="QDir::setFilter" href="qdir.html#setFilter" location="qdir.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFilter(QFlags&lt;QDir::Filter&gt; filters)">
+ <parameter left="QFlags&lt;QDir::Filter&gt;" right="" name="filters" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sorting" fullname="QDir::sorting" href="qdir.html#sorting" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="SortFlags" signature="sorting() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSorting" fullname="QDir::setSorting" href="qdir.html#setSorting" location="qdir.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSorting(QFlags&lt;QDir::SortFlag&gt; sort)">
+ <parameter left="QFlags&lt;QDir::SortFlag&gt;" right="" name="sort" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QDir::count" href="qdir.html#count" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QDir::operator[]" href="qdir.html#operator[]" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="operator[](int pos) const">
+ <parameter left="int" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="entryList" fullname="QDir::entryList" href="qdir.html#entryList-2" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QStringList" signature="entryList(QFlags&lt;QDir::Filter&gt; filters, QFlags&lt;QDir::SortFlag&gt; sort) const">
+ <parameter left="QFlags&lt;QDir::Filter&gt;" right="" name="filters" default="NoFilter"/>
+ <parameter left="QFlags&lt;QDir::SortFlag&gt;" right="" name="sort" default="NoSort"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="entryList" fullname="QDir::entryList" href="qdir.html#entryList" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="entryList(const QStringList &amp; nameFilters, QFlags&lt;QDir::Filter&gt; filters, QFlags&lt;QDir::SortFlag&gt; sort) const">
+ <parameter left="const QStringList &amp;" right="" name="nameFilters" default=""/>
+ <parameter left="QFlags&lt;QDir::Filter&gt;" right="" name="filters" default="NoFilter"/>
+ <parameter left="QFlags&lt;QDir::SortFlag&gt;" right="" name="sort" default="NoSort"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="entryInfoList" fullname="QDir::entryInfoList" href="qdir.html#entryInfoList-2" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QFileInfoList" signature="entryInfoList(QFlags&lt;QDir::Filter&gt; filters, QFlags&lt;QDir::SortFlag&gt; sort) const">
+ <parameter left="QFlags&lt;QDir::Filter&gt;" right="" name="filters" default="NoFilter"/>
+ <parameter left="QFlags&lt;QDir::SortFlag&gt;" right="" name="sort" default="NoSort"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="entryInfoList" fullname="QDir::entryInfoList" href="qdir.html#entryInfoList" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFileInfoList" signature="entryInfoList(const QStringList &amp; nameFilters, QFlags&lt;QDir::Filter&gt; filters, QFlags&lt;QDir::SortFlag&gt; sort) const">
+ <parameter left="const QStringList &amp;" right="" name="nameFilters" default=""/>
+ <parameter left="QFlags&lt;QDir::Filter&gt;" right="" name="filters" default="NoFilter"/>
+ <parameter left="QFlags&lt;QDir::SortFlag&gt;" right="" name="sort" default="NoSort"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mkdir" fullname="QDir::mkdir" href="qdir.html#mkdir" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="mkdir(const QString &amp; dirName) const">
+ <parameter left="const QString &amp;" right="" name="dirName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rmdir" fullname="QDir::rmdir" href="qdir.html#rmdir" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="rmdir(const QString &amp; dirName) const">
+ <parameter left="const QString &amp;" right="" name="dirName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mkpath" fullname="QDir::mkpath" href="qdir.html#mkpath" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="mkpath(const QString &amp; dirPath) const">
+ <parameter left="const QString &amp;" right="" name="dirPath" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rmpath" fullname="QDir::rmpath" href="qdir.html#rmpath" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="rmpath(const QString &amp; dirPath) const">
+ <parameter left="const QString &amp;" right="" name="dirPath" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isReadable" fullname="QDir::isReadable" href="qdir.html#isReadable" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isReadable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exists" fullname="QDir::exists" href="qdir.html#exists-2" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="exists() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRoot" fullname="QDir::isRoot" href="qdir.html#isRoot" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRoot() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRelativePath" fullname="QDir::isRelativePath" href="qdir.html#isRelativePath" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isRelativePath(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isAbsolutePath" fullname="QDir::isAbsolutePath" href="qdir.html#isAbsolutePath" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isAbsolutePath(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRelative" fullname="QDir::isRelative" href="qdir.html#isRelative" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRelative() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isAbsolute" fullname="QDir::isAbsolute" href="qdir.html#isAbsolute" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isAbsolute() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="makeAbsolute" fullname="QDir::makeAbsolute" href="qdir.html#makeAbsolute" location="qdir.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="makeAbsolute()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QDir::operator==" href="qdir.html#operator==" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QDir &amp; dir) const">
+ <parameter left="const QDir &amp;" right="" name="dir" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QDir::operator!=" href="qdir.html#operator!=" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QDir &amp; dir) const">
+ <parameter left="const QDir &amp;" right="" name="dir" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QDir::remove" href="qdir.html#remove" location="qdir.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="remove(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rename" fullname="QDir::rename" href="qdir.html#rename" location="qdir.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="rename(const QString &amp; oldName, const QString &amp; newName)">
+ <parameter left="const QString &amp;" right="" name="oldName" default=""/>
+ <parameter left="const QString &amp;" right="" name="newName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exists" fullname="QDir::exists" href="qdir.html#exists" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="exists(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drives" fullname="QDir::drives" href="qdir.html#drives" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QFileInfoList" signature="drives()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="separator" fullname="QDir::separator" href="qdir.html#separator" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QChar" signature="separator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrent" fullname="QDir::setCurrent" href="qdir.html#setCurrent" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="setCurrent(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="current" fullname="QDir::current" href="qdir.html#current" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QDir" signature="current()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentPath" fullname="QDir::currentPath" href="qdir.html#currentPath" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="currentPath()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="home" fullname="QDir::home" href="qdir.html#home" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QDir" signature="home()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="homePath" fullname="QDir::homePath" href="qdir.html#homePath" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="homePath()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="root" fullname="QDir::root" href="qdir.html#root" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QDir" signature="root()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rootPath" fullname="QDir::rootPath" href="qdir.html#rootPath" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="rootPath()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="temp" fullname="QDir::temp" href="qdir.html#temp" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QDir" signature="temp()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tempPath" fullname="QDir::tempPath" href="qdir.html#tempPath" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="tempPath()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="match" fullname="QDir::match" href="qdir.html#match-2" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="bool" signature="match(const QStringList &amp; filters, const QString &amp; fileName)">
+ <parameter left="const QStringList &amp;" right="" name="filters" default=""/>
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="match" fullname="QDir::match" href="qdir.html#match" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="match(const QString &amp; filter, const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="filter" default=""/>
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cleanPath" fullname="QDir::cleanPath" href="qdir.html#cleanPath" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="cleanPath(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="refresh" fullname="QDir::refresh" href="qdir.html#refresh" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="refresh() const"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="SortSpec" fullname="QDir::SortSpec" href="qdir.html#SortSpec-typedef" location="qdir.h"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="absPath" fullname="QDir::absPath" href="qdir-qt3.html#absPath" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="absPath() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="absFilePath" fullname="QDir::absFilePath" href="qdir-qt3.html#absFilePath" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="absFilePath(const QString &amp; fileName, bool acceptAbsPath) const">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="bool" right="" name="acceptAbsPath" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="matchAllDirs" fullname="QDir::matchAllDirs" href="qdir-qt3.html#matchAllDirs" location="qdir.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="matchAllDirs() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setMatchAllDirs" fullname="QDir::setMatchAllDirs" href="qdir-qt3.html#setMatchAllDirs" location="qdir.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMatchAllDirs(bool on)">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="entryList" fullname="QDir::entryList" href="qdir-qt3.html#entryList-3" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QStringList" signature="entryList(const QString &amp; nameFilter, QFlags&lt;QDir::Filter&gt; filters, QFlags&lt;QDir::SortFlag&gt; sort) const">
+ <parameter left="const QString &amp;" right="" name="nameFilter" default=""/>
+ <parameter left="QFlags&lt;QDir::Filter&gt;" right="" name="filters" default="NoFilter"/>
+ <parameter left="QFlags&lt;QDir::SortFlag&gt;" right="" name="sort" default="NoSort"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="entryInfoList" fullname="QDir::entryInfoList" href="qdir-qt3.html#entryInfoList-3" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QFileInfoList" signature="entryInfoList(const QString &amp; nameFilter, QFlags&lt;QDir::Filter&gt; filters, QFlags&lt;QDir::SortFlag&gt; sort) const">
+ <parameter left="const QString &amp;" right="" name="nameFilter" default=""/>
+ <parameter left="QFlags&lt;QDir::Filter&gt;" right="" name="filters" default="NoFilter"/>
+ <parameter left="QFlags&lt;QDir::SortFlag&gt;" right="" name="sort" default="NoSort"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="nameFilter" fullname="QDir::nameFilter" href="qdir-qt3.html#nameFilter" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="nameFilter() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setNameFilter" fullname="QDir::setNameFilter" href="qdir-qt3.html#setNameFilter" location="qdir.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNameFilter(const QString &amp; nameFilter)">
+ <parameter left="const QString &amp;" right="" name="nameFilter" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="mkdir" fullname="QDir::mkdir" href="qdir-qt3.html#mkdir-2" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="mkdir(const QString &amp; dirName, bool acceptAbsPath) const">
+ <parameter left="const QString &amp;" right="" name="dirName" default=""/>
+ <parameter left="bool" right="" name="acceptAbsPath" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="rmdir" fullname="QDir::rmdir" href="qdir-qt3.html#rmdir-2" location="qdir.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="rmdir(const QString &amp; dirName, bool acceptAbsPath) const">
+ <parameter left="const QString &amp;" right="" name="dirName" default=""/>
+ <parameter left="bool" right="" name="acceptAbsPath" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="convertToAbs" fullname="QDir::convertToAbs" href="qdir-qt3.html#convertToAbs" location="qdir.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="convertToAbs()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="currentDirPath" fullname="QDir::currentDirPath" href="qdir-qt3.html#currentDirPath" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="currentDirPath()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="homeDirPath" fullname="QDir::homeDirPath" href="qdir-qt3.html#homeDirPath" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="homeDirPath()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="rootDirPath" fullname="QDir::rootDirPath" href="qdir-qt3.html#rootDirPath" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="rootDirPath()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="cleanDirPath" fullname="QDir::cleanDirPath" href="qdir-qt3.html#cleanDirPath" location="qdir.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="cleanDirPath(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3PointArray" href="q3pointarray.html" location="q3pointarray.h" bases="QPolygon" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3PointArray" fullname="Q3PointArray::Q3PointArray" href="q3pointarray.html#Q3PointArray" location="q3pointarray.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3PointArray()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3PointArray" fullname="Q3PointArray::Q3PointArray" href="q3pointarray.html#Q3PointArray-2" location="q3pointarray.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3PointArray(const QRect &amp; r, bool closed)">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ <parameter left="bool" right="" name="closed" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3PointArray" fullname="Q3PointArray::Q3PointArray" href="q3pointarray.html#Q3PointArray-3" location="q3pointarray.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3PointArray(const QPolygon &amp; other)">
+ <parameter left="const QPolygon &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="copy" fullname="Q3PointArray::copy" href="q3pointarray.html#copy" location="q3pointarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3PointArray" signature="copy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="Q3PointArray::isNull" href="q3pointarray.html#isNull" location="q3pointarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="isNull()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="makeEllipse" fullname="Q3PointArray::makeEllipse" href="q3pointarray.html#makeEllipse" location="q3pointarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="makeEllipse(int x, int y, int w, int h)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="makeArc" fullname="Q3PointArray::makeArc" href="q3pointarray.html#makeArc" location="q3pointarray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="makeArc(int x, int y, int w, int h, int a1, int a2)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="int" right="" name="a1" default=""/>
+ <parameter left="int" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="makeArc" fullname="Q3PointArray::makeArc" href="q3pointarray.html#makeArc-2" location="q3pointarray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="makeArc(int x, int y, int w, int h, int a1, int a2, const QMatrix &amp; xf)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="int" right="" name="a1" default=""/>
+ <parameter left="int" right="" name="a2" default=""/>
+ <parameter left="const QMatrix &amp;" right="" name="xf" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cubicBezier" fullname="Q3PointArray::cubicBezier" href="q3pointarray.html#cubicBezier" location="q3pointarray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3PointArray" signature="cubicBezier() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStylePlugin" href="qstyleplugin.html" location="qstyleplugin.h" bases="QObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStylePlugin" fullname="QStylePlugin::QStylePlugin" href="qstyleplugin.html#QStylePlugin" location="qstyleplugin.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStylePlugin(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QStylePlugin" fullname="QStylePlugin::~QStylePlugin" href="qstyleplugin.html#dtor.QStylePlugin" location="qstyleplugin.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QStylePlugin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QStylePlugin::keys" href="qstyleplugin.html#keys" location="qstyleplugin.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="keys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QStylePlugin::create" href="qstyleplugin.html#create" location="qstyleplugin.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QStyle *" signature="create(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QBuffer" href="qbuffer.html" location="qbuffer.h" bases="QIODevice" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBuffer" fullname="QBuffer::QBuffer" href="qbuffer.html#QBuffer" location="qbuffer.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QBuffer(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBuffer" fullname="QBuffer::QBuffer" href="qbuffer.html#QBuffer-2" location="qbuffer.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QBuffer(QByteArray * byteArray, QObject * parent)">
+ <parameter left="QByteArray *" right="" name="byteArray" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QBuffer" fullname="QBuffer::~QBuffer" href="qbuffer.html#dtor.QBuffer" location="qbuffer.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QBuffer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buffer" fullname="QBuffer::buffer" href="qbuffer.html#buffer" location="qbuffer.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QByteArray &amp;" signature="buffer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buffer" fullname="QBuffer::buffer" href="qbuffer.html#buffer-2" location="qbuffer.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const QByteArray &amp;" signature="buffer() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBuffer" fullname="QBuffer::setBuffer" href="qbuffer.html#setBuffer" location="qbuffer.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBuffer(QByteArray * byteArray)">
+ <parameter left="QByteArray *" right="" name="byteArray" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QBuffer::setData" href="qbuffer.html#setData" location="qbuffer.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setData(const QByteArray &amp; data)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QBuffer::setData" href="qbuffer.html#setData-2" location="qbuffer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setData(const char * data, int size)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QBuffer::data" href="qbuffer.html#data" location="qbuffer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QByteArray &amp;" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QBuffer::open" href="qbuffer.html#open" location="qbuffer.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="open(QFlags&lt;QIODevice::OpenModeFlag&gt; flags)">
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="close" fullname="QBuffer::close" href="qbuffer.html#close" location="qbuffer.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="close()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QBuffer::size" href="qbuffer.html#size" location="qbuffer.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QBuffer::pos" href="qbuffer.html#pos" location="qbuffer.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="seek" fullname="QBuffer::seek" href="qbuffer.html#seek" location="qbuffer.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="seek(qint64 pos)">
+ <parameter left="qint64" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atEnd" fullname="QBuffer::atEnd" href="qbuffer.html#atEnd" location="qbuffer.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="atEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canReadLine" fullname="QBuffer::canReadLine" href="qbuffer.html#canReadLine" location="qbuffer.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="canReadLine() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="readData" fullname="QBuffer::readData" href="qbuffer.html#readData" location="qbuffer.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="readData(char * data, qint64 len)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="len" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="writeData" fullname="QBuffer::writeData" href="qbuffer.html#writeData" location="qbuffer.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="writeData(const char * data, qint64 len)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="len" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPropertyAnimation" href="qpropertyanimation.html" location="qpropertyanimation.h" bases="QVariantAnimation" module="QtCore">
+ <property access="public" threadsafety="unspecified" status="commendable" name="propertyName" fullname="QPropertyAnimation::propertyName" href="qpropertyanimation.html#propertyName-prop" location="qpropertyanimation.h" type="QByteArray">
+ <getter name="propertyName"/>
+ <setter name="setPropertyName"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="targetObject" fullname="QPropertyAnimation::targetObject" href="qpropertyanimation.html#targetObject-prop" location="qpropertyanimation.h" type="QObject *">
+ <getter name="targetObject"/>
+ <setter name="setTargetObject"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPropertyAnimation" fullname="QPropertyAnimation::QPropertyAnimation" href="qpropertyanimation.html#QPropertyAnimation" location="qpropertyanimation.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPropertyAnimation(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPropertyAnimation" fullname="QPropertyAnimation::QPropertyAnimation" href="qpropertyanimation.html#QPropertyAnimation-2" location="qpropertyanimation.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QPropertyAnimation(QObject * target, const QByteArray &amp; propertyName, QObject * parent)">
+ <parameter left="QObject *" right="" name="target" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="propertyName" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPropertyAnimation" fullname="QPropertyAnimation::~QPropertyAnimation" href="qpropertyanimation.html#dtor.QPropertyAnimation" location="qpropertyanimation.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPropertyAnimation()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="targetObject" fullname="QPropertyAnimation::targetObject" href="qpropertyanimation.html#targetObject-prop" location="qpropertyanimation.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="targetObject" type="QObject *" signature="targetObject() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTargetObject" fullname="QPropertyAnimation::setTargetObject" href="qpropertyanimation.html#targetObject-prop" location="qpropertyanimation.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="targetObject" type="void" signature="setTargetObject(QObject * target)">
+ <parameter left="QObject *" right="" name="target" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="propertyName" fullname="QPropertyAnimation::propertyName" href="qpropertyanimation.html#propertyName-prop" location="qpropertyanimation.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="propertyName" type="QByteArray" signature="propertyName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPropertyName" fullname="QPropertyAnimation::setPropertyName" href="qpropertyanimation.html#propertyName-prop" location="qpropertyanimation.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="propertyName" type="void" signature="setPropertyName(const QByteArray &amp; propertyName)">
+ <parameter left="const QByteArray &amp;" right="" name="propertyName" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QPropertyAnimation::event" href="qpropertyanimation.html#event" location="qpropertyanimation.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateCurrentValue" fullname="QPropertyAnimation::updateCurrentValue" href="qpropertyanimation.html#updateCurrentValue" location="qpropertyanimation.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateCurrentValue(const QVariant &amp; value)">
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateState" fullname="QPropertyAnimation::updateState" href="qpropertyanimation.html#updateState" location="qpropertyanimation.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateState(QAbstractAnimation::State oldState, QAbstractAnimation::State newState)">
+ <parameter left="QAbstractAnimation::State" right="" name="oldState" default=""/>
+ <parameter left="QAbstractAnimation::State" right="" name="newState" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDBusMessage" href="qdbusmessage.html" location="qdbusmessage.h" bases="" module="QtDBus">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="MessageType" fullname="QDBusMessage::MessageType" href="qdbusmessage.html#MessageType-enum" location="qdbusmessage.h">
+ <value name="InvalidMessage" value="0"/>
+ <value name="MethodCallMessage" value="1"/>
+ <value name="ReplyMessage" value="2"/>
+ <value name="ErrorMessage" value="3"/>
+ <value name="SignalMessage" value="4"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusMessage" fullname="QDBusMessage::QDBusMessage" href="qdbusmessage.html#QDBusMessage" location="qdbusmessage.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDBusMessage()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusMessage" fullname="QDBusMessage::QDBusMessage" href="qdbusmessage.html#QDBusMessage-2" location="qdbusmessage.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDBusMessage(const QDBusMessage &amp; other)">
+ <parameter left="const QDBusMessage &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDBusMessage::operator=" href="qdbusmessage.html#operator=" location="qdbusmessage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDBusMessage &amp;" signature="operator=(const QDBusMessage &amp; other)">
+ <parameter left="const QDBusMessage &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDBusMessage" fullname="QDBusMessage::~QDBusMessage" href="qdbusmessage.html#dtor.QDBusMessage" location="qdbusmessage.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDBusMessage()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createSignal" fullname="QDBusMessage::createSignal" href="qdbusmessage.html#createSignal" location="qdbusmessage.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QDBusMessage" signature="createSignal(const QString &amp; path, const QString &amp; interface, const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="const QString &amp;" right="" name="interface" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createMethodCall" fullname="QDBusMessage::createMethodCall" href="qdbusmessage.html#createMethodCall" location="qdbusmessage.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QDBusMessage" signature="createMethodCall(const QString &amp; service, const QString &amp; path, const QString &amp; interface, const QString &amp; method)">
+ <parameter left="const QString &amp;" right="" name="service" default=""/>
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="const QString &amp;" right="" name="interface" default=""/>
+ <parameter left="const QString &amp;" right="" name="method" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createError" fullname="QDBusMessage::createError" href="qdbusmessage.html#createError" location="qdbusmessage.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QDBusMessage" signature="createError(const QString &amp; name, const QString &amp; msg)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="msg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createError" fullname="QDBusMessage::createError" href="qdbusmessage.html#createError-2" location="qdbusmessage.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QDBusMessage" signature="createError(const QDBusError &amp; error)">
+ <parameter left="const QDBusError &amp;" right="" name="error" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createError" fullname="QDBusMessage::createError" href="qdbusmessage.html#createError-3" location="qdbusmessage.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="QDBusMessage" signature="createError(QDBusError::ErrorType type, const QString &amp; msg)">
+ <parameter left="QDBusError::ErrorType" right="" name="type" default=""/>
+ <parameter left="const QString &amp;" right="" name="msg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createReply" fullname="QDBusMessage::createReply" href="qdbusmessage.html#createReply" location="qdbusmessage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDBusMessage" signature="createReply(const QList&lt;QVariant&gt; &amp; arguments) const">
+ <parameter left="const QList&lt;QVariant&gt; &amp;" right="" name="arguments" default="QList&lt;QVariant&gt; ()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createReply" fullname="QDBusMessage::createReply" href="qdbusmessage.html#createReply-2" location="qdbusmessage.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QDBusMessage" signature="createReply(const QVariant &amp; argument) const">
+ <parameter left="const QVariant &amp;" right="" name="argument" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createErrorReply" fullname="QDBusMessage::createErrorReply" href="qdbusmessage.html#createErrorReply" location="qdbusmessage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDBusMessage" signature="createErrorReply(const QString name, const QString &amp; msg) const">
+ <parameter left="const QString" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="msg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createErrorReply" fullname="QDBusMessage::createErrorReply" href="qdbusmessage.html#createErrorReply-2" location="qdbusmessage.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QDBusMessage" signature="createErrorReply(const QDBusError &amp; error) const">
+ <parameter left="const QDBusError &amp;" right="" name="error" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createErrorReply" fullname="QDBusMessage::createErrorReply" href="qdbusmessage.html#createErrorReply-3" location="qdbusmessage.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QDBusMessage" signature="createErrorReply(QDBusError::ErrorType type, const QString &amp; msg) const">
+ <parameter left="QDBusError::ErrorType" right="" name="type" default=""/>
+ <parameter left="const QString &amp;" right="" name="msg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="service" fullname="QDBusMessage::service" href="qdbusmessage.html#service" location="qdbusmessage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="service() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="path" fullname="QDBusMessage::path" href="qdbusmessage.html#path" location="qdbusmessage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="path() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="interface" fullname="QDBusMessage::interface" href="qdbusmessage.html#interface" location="qdbusmessage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="interface() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="member" fullname="QDBusMessage::member" href="qdbusmessage.html#member" location="qdbusmessage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="member() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorName" fullname="QDBusMessage::errorName" href="qdbusmessage.html#errorName" location="qdbusmessage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorMessage" fullname="QDBusMessage::errorMessage" href="qdbusmessage.html#errorMessage" location="qdbusmessage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorMessage() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QDBusMessage::type" href="qdbusmessage.html#type" location="qdbusmessage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="MessageType" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="signature" fullname="QDBusMessage::signature" href="qdbusmessage.html#signature" location="qdbusmessage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="signature() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isReplyRequired" fullname="QDBusMessage::isReplyRequired" href="qdbusmessage.html#isReplyRequired" location="qdbusmessage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isReplyRequired() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDelayedReply" fullname="QDBusMessage::setDelayedReply" href="qdbusmessage.html#setDelayedReply" location="qdbusmessage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="setDelayedReply(bool enable) const">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDelayedReply" fullname="QDBusMessage::isDelayedReply" href="qdbusmessage.html#isDelayedReply" location="qdbusmessage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDelayedReply() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setArguments" fullname="QDBusMessage::setArguments" href="qdbusmessage.html#setArguments" location="qdbusmessage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setArguments(const QList&lt;QVariant&gt; &amp; arguments)">
+ <parameter left="const QList&lt;QVariant&gt; &amp;" right="" name="arguments" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arguments" fullname="QDBusMessage::arguments" href="qdbusmessage.html#arguments" location="qdbusmessage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QVariant&gt;" signature="arguments() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDBusMessage::operator&lt;&lt;" href="qdbusmessage.html#operator&lt;&lt;" location="qdbusmessage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDBusMessage &amp;" signature="operator&lt;&lt;(const QVariant &amp; arg)">
+ <parameter left="const QVariant &amp;" right="" name="arg" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAbstractItemDelegate" href="qabstractitemdelegate.html" location="qabstractitemdelegate.h" bases="QObject" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="EndEditHint" fullname="QAbstractItemDelegate::EndEditHint" href="qabstractitemdelegate.html#EndEditHint-enum" location="qabstractitemdelegate.h">
+ <value name="NoHint" value="0"/>
+ <value name="EditNextItem" value="1"/>
+ <value name="EditPreviousItem" value="2"/>
+ <value name="SubmitModelCache" value="3"/>
+ <value name="RevertModelCache" value="4"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractItemDelegate" fullname="QAbstractItemDelegate::QAbstractItemDelegate" href="qabstractitemdelegate.html#QAbstractItemDelegate" location="qabstractitemdelegate.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractItemDelegate(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractItemDelegate" fullname="QAbstractItemDelegate::~QAbstractItemDelegate" href="qabstractitemdelegate.html#dtor.QAbstractItemDelegate" location="qabstractitemdelegate.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractItemDelegate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="QAbstractItemDelegate::paint" href="qabstractitemdelegate.html#paint" location="qabstractitemdelegate.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="void" signature="paint(QPainter * painter, const QStyleOptionViewItem &amp; option, const QModelIndex &amp; index) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="option" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QAbstractItemDelegate::sizeHint" href="qabstractitemdelegate.html#sizeHint" location="qabstractitemdelegate.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint(const QStyleOptionViewItem &amp; option, const QModelIndex &amp; index) const">
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="option" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createEditor" fullname="QAbstractItemDelegate::createEditor" href="qabstractitemdelegate.html#createEditor" location="qabstractitemdelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="createEditor(QWidget * parent, const QStyleOptionViewItem &amp; option, const QModelIndex &amp; index) const">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="option" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEditorData" fullname="QAbstractItemDelegate::setEditorData" href="qabstractitemdelegate.html#setEditorData" location="qabstractitemdelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="setEditorData(QWidget * editor, const QModelIndex &amp; index) const">
+ <parameter left="QWidget *" right="" name="editor" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setModelData" fullname="QAbstractItemDelegate::setModelData" href="qabstractitemdelegate.html#setModelData" location="qabstractitemdelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="setModelData(QWidget * editor, QAbstractItemModel * model, const QModelIndex &amp; index) const">
+ <parameter left="QWidget *" right="" name="editor" default=""/>
+ <parameter left="QAbstractItemModel *" right="" name="model" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateEditorGeometry" fullname="QAbstractItemDelegate::updateEditorGeometry" href="qabstractitemdelegate.html#updateEditorGeometry" location="qabstractitemdelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="updateEditorGeometry(QWidget * editor, const QStyleOptionViewItem &amp; option, const QModelIndex &amp; index) const">
+ <parameter left="QWidget *" right="" name="editor" default=""/>
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="option" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="editorEvent" fullname="QAbstractItemDelegate::editorEvent" href="qabstractitemdelegate.html#editorEvent" location="qabstractitemdelegate.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="editorEvent(QEvent * event, QAbstractItemModel * model, const QStyleOptionViewItem &amp; option, const QModelIndex &amp; index)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ <parameter left="QAbstractItemModel *" right="" name="model" default=""/>
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="option" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="elidedText" fullname="QAbstractItemDelegate::elidedText" href="qabstractitemdelegate-obsolete.html#elidedText" location="qabstractitemdelegate.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="elidedText(const QFontMetrics &amp; fontMetrics, int width, Qt::TextElideMode mode, const QString &amp; text)">
+ <parameter left="const QFontMetrics &amp;" right="" name="fontMetrics" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="Qt::TextElideMode" right="" name="mode" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="helpEvent" fullname="QAbstractItemDelegate::helpEvent" href="qabstractitemdelegate.html#helpEvent" location="qabstractitemdelegate.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="bool" signature="helpEvent(QHelpEvent * event, QAbstractItemView * view, const QStyleOptionViewItem &amp; option, const QModelIndex &amp; index)">
+ <parameter left="QHelpEvent *" right="" name="event" default=""/>
+ <parameter left="QAbstractItemView *" right="" name="view" default=""/>
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="option" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="commitData" fullname="QAbstractItemDelegate::commitData" href="qabstractitemdelegate.html#commitData" location="qabstractitemdelegate.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="commitData(QWidget * editor)">
+ <parameter left="QWidget *" right="" name="editor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="closeEditor" fullname="QAbstractItemDelegate::closeEditor" href="qabstractitemdelegate.html#closeEditor" location="qabstractitemdelegate.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="closeEditor(QWidget * editor, QAbstractItemDelegate::EndEditHint hint)">
+ <parameter left="QWidget *" right="" name="editor" default=""/>
+ <parameter left="QAbstractItemDelegate::EndEditHint" right="" name="hint" default="NoHint"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHintChanged" fullname="QAbstractItemDelegate::sizeHintChanged" href="qabstractitemdelegate.html#sizeHintChanged" location="qabstractitemdelegate.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="sizeHintChanged(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMacNativeWidget" href="qmacnativewidget.html" location="qmacnativewidget_mac.h" bases="QWidget" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMacNativeWidget" fullname="QMacNativeWidget::QMacNativeWidget" href="qmacnativewidget.html#QMacNativeWidget" location="qmacnativewidget_mac.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMacNativeWidget(void * parentView)">
+ <parameter left="void *" right="" name="parentView" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMacNativeWidget" fullname="QMacNativeWidget::~QMacNativeWidget" href="qmacnativewidget.html#dtor.QMacNativeWidget" location="qmacnativewidget_mac.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMacNativeWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QMacNativeWidget::sizeHint" href="qmacnativewidget.html#sizeHint" location="qmacnativewidget_mac.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QMacNativeWidget::event" href="qmacnativewidget.html#event" location="qmacnativewidget_mac.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * ev)">
+ <parameter left="QEvent *" right="" name="ev" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QScriptContext" href="qscriptcontext.html" location="qscriptcontext.h" bases="" module="QtScript">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ExecutionState" fullname="QScriptContext::ExecutionState" href="qscriptcontext.html#ExecutionState-enum" location="qscriptcontext.h">
+ <value name="NormalState" value="0"/>
+ <value name="ExceptionState" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Error" fullname="QScriptContext::Error" href="qscriptcontext.html#Error-enum" location="qscriptcontext.h">
+ <value name="UnknownError" value="0"/>
+ <value name="ReferenceError" value="1"/>
+ <value name="SyntaxError" value="2"/>
+ <value name="TypeError" value="3"/>
+ <value name="RangeError" value="4"/>
+ <value name="URIError" value="5"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QScriptContext" fullname="QScriptContext::~QScriptContext" href="qscriptcontext.html#dtor.QScriptContext" location="qscriptcontext.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QScriptContext()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parentContext" fullname="QScriptContext::parentContext" href="qscriptcontext.html#parentContext" location="qscriptcontext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptContext *" signature="parentContext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="engine" fullname="QScriptContext::engine" href="qscriptcontext.html#engine" location="qscriptcontext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptEngine *" signature="engine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QScriptContext::state" href="qscriptcontext.html#state" location="qscriptcontext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ExecutionState" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="callee" fullname="QScriptContext::callee" href="qscriptcontext.html#callee" location="qscriptcontext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptValue" signature="callee() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="argumentCount" fullname="QScriptContext::argumentCount" href="qscriptcontext.html#argumentCount" location="qscriptcontext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="argumentCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="argument" fullname="QScriptContext::argument" href="qscriptcontext.html#argument" location="qscriptcontext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptValue" signature="argument(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="argumentsObject" fullname="QScriptContext::argumentsObject" href="qscriptcontext.html#argumentsObject" location="qscriptcontext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptValue" signature="argumentsObject() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activationObject" fullname="QScriptContext::activationObject" href="qscriptcontext.html#activationObject" location="qscriptcontext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptValue" signature="activationObject() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setActivationObject" fullname="QScriptContext::setActivationObject" href="qscriptcontext.html#setActivationObject" location="qscriptcontext.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setActivationObject(const QScriptValue &amp; activation)">
+ <parameter left="const QScriptValue &amp;" right="" name="activation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="thisObject" fullname="QScriptContext::thisObject" href="qscriptcontext.html#thisObject" location="qscriptcontext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptValue" signature="thisObject() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setThisObject" fullname="QScriptContext::setThisObject" href="qscriptcontext.html#setThisObject" location="qscriptcontext.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setThisObject(const QScriptValue &amp; thisObject)">
+ <parameter left="const QScriptValue &amp;" right="" name="thisObject" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCalledAsConstructor" fullname="QScriptContext::isCalledAsConstructor" href="qscriptcontext.html#isCalledAsConstructor" location="qscriptcontext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCalledAsConstructor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="throwValue" fullname="QScriptContext::throwValue" href="qscriptcontext.html#throwValue" location="qscriptcontext.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptValue" signature="throwValue(const QScriptValue &amp; value)">
+ <parameter left="const QScriptValue &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="throwError" fullname="QScriptContext::throwError" href="qscriptcontext.html#throwError" location="qscriptcontext.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptValue" signature="throwError(Error error, const QString &amp; text)">
+ <parameter left="Error" right="" name="error" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="throwError" fullname="QScriptContext::throwError" href="qscriptcontext.html#throwError-2" location="qscriptcontext.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QScriptValue" signature="throwError(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="backtrace" fullname="QScriptContext::backtrace" href="qscriptcontext.html#backtrace" location="qscriptcontext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="backtrace() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QScriptContext::toString" href="qscriptcontext.html#toString" location="qscriptcontext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPixmapCache" href="qpixmapcache.html" location="qpixmapcache.h" bases="" module="QtGui">
+ <class access="public" threadsafety="unspecified" status="commendable" name="Key" fullname="QPixmapCache::Key" href="qpixmapcache-key.html" location="qpixmapcache.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Key" fullname="QPixmapCache::Key::Key" href="qpixmapcache-key.html#Key" location="qpixmapcache.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Key()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Key" fullname="QPixmapCache::Key::~Key" href="qpixmapcache-key.html#dtor.Key" location="qpixmapcache.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Key()"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cacheLimit" fullname="QPixmapCache::cacheLimit" href="qpixmapcache.html#cacheLimit" location="qpixmapcache.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="cacheLimit()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCacheLimit" fullname="QPixmapCache::setCacheLimit" href="qpixmapcache.html#setCacheLimit" location="qpixmapcache.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setCacheLimit(int n)">
+ <parameter left="int" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="find" fullname="QPixmapCache::find" href="qpixmapcache-obsolete.html#find-4" location="qpixmapcache.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="4" type="QPixmap *" signature="find(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="find" fullname="QPixmapCache::find" href="qpixmapcache-obsolete.html#find-2" location="qpixmapcache.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="bool" signature="find(const QString &amp; key, QPixmap &amp; pixmap)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="QPixmapCache::find" href="qpixmapcache.html#find" location="qpixmapcache.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="find(const QString &amp; key, QPixmap * pixmap)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="QPixmap *" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="QPixmapCache::find" href="qpixmapcache.html#find-3" location="qpixmapcache.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="bool" signature="find(const Key &amp; key, QPixmap * pixmap)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="QPixmap *" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QPixmapCache::insert" href="qpixmapcache.html#insert" location="qpixmapcache.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="insert(const QString &amp; key, const QPixmap &amp; pixmap)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QPixmapCache::insert" href="qpixmapcache.html#insert-2" location="qpixmapcache.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="Key" signature="insert(const QPixmap &amp; pixmap)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QPixmapCache::replace" href="qpixmapcache.html#replace" location="qpixmapcache.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="replace(const Key &amp; key, const QPixmap &amp; pixmap)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QPixmapCache::remove" href="qpixmapcache.html#remove" location="qpixmapcache.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="remove(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QPixmapCache::remove" href="qpixmapcache.html#remove-2" location="qpixmapcache.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="void" signature="remove(const Key &amp; key)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QPixmapCache::clear" href="qpixmapcache.html#clear" location="qpixmapcache.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="clear()"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextList" href="qtextlist.html" location="qtextlist.h" bases="QTextBlockGroup" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QTextList::count" href="qtextlist.html#count" location="qtextlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="isEmpty" fullname="QTextList::isEmpty" href="qtextlist-obsolete.html#isEmpty" location="qtextlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="item" fullname="QTextList::item" href="qtextlist.html#item" location="qtextlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextBlock" signature="item(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemNumber" fullname="QTextList::itemNumber" href="qtextlist.html#itemNumber" location="qtextlist.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="itemNumber(const QTextBlock &amp; block) const">
+ <parameter left="const QTextBlock &amp;" right="" name="block" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemText" fullname="QTextList::itemText" href="qtextlist.html#itemText" location="qtextlist.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="itemText(const QTextBlock &amp; block) const">
+ <parameter left="const QTextBlock &amp;" right="" name="block" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeItem" fullname="QTextList::removeItem" href="qtextlist.html#removeItem" location="qtextlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeItem(int i)">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QTextList::remove" href="qtextlist.html#remove" location="qtextlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="remove(const QTextBlock &amp; block)">
+ <parameter left="const QTextBlock &amp;" right="" name="block" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="add" fullname="QTextList::add" href="qtextlist.html#add" location="qtextlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="add(const QTextBlock &amp; block)">
+ <parameter left="const QTextBlock &amp;" right="" name="block" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFormat" fullname="QTextList::setFormat" href="qtextlist.html#setFormat" location="qtextlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFormat(const QTextListFormat &amp; format)">
+ <parameter left="const QTextListFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QTextList::format" href="qtextlist.html#format" location="qtextlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextListFormat" signature="format() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAccessiblePlugin" href="qaccessibleplugin.html" location="qaccessibleplugin.h" bases="QObject,QAccessible" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAccessiblePlugin" fullname="QAccessiblePlugin::QAccessiblePlugin" href="qaccessibleplugin.html#QAccessiblePlugin" location="qaccessibleplugin.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAccessiblePlugin(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAccessiblePlugin" fullname="QAccessiblePlugin::~QAccessiblePlugin" href="qaccessibleplugin.html#dtor.QAccessiblePlugin" location="qaccessibleplugin.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAccessiblePlugin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QAccessiblePlugin::keys" href="qaccessibleplugin.html#keys" location="qaccessibleplugin.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="keys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QAccessiblePlugin::create" href="qaccessibleplugin.html#create" location="qaccessibleplugin.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QAccessibleInterface *" signature="create(const QString &amp; key, QObject * object)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QListView" href="qlistview.html" location="qlistview.h" bases="QAbstractItemView" module="QtGui">
+ <contents name="improving-performance" title="Improving Performance" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="movement" fullname="QListView::movement" href="qlistview.html#movement-prop" location="qlistview.h" type="Movement">
+ <getter name="movement"/>
+ <setter name="setMovement"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="flow" fullname="QListView::flow" href="qlistview.html#flow-prop" location="qlistview.h" type="Flow">
+ <getter name="flow"/>
+ <setter name="setFlow"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="isWrapping" fullname="QListView::isWrapping" href="qlistview.html#isWrapping-prop" location="qlistview.h" type="bool">
+ <getter name="isWrapping"/>
+ <setter name="setWrapping"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="resizeMode" fullname="QListView::resizeMode" href="qlistview.html#resizeMode-prop" location="qlistview.h" type="ResizeMode">
+ <getter name="resizeMode"/>
+ <setter name="setResizeMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="layoutMode" fullname="QListView::layoutMode" href="qlistview.html#layoutMode-prop" location="qlistview.h" type="LayoutMode">
+ <getter name="layoutMode"/>
+ <setter name="setLayoutMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="spacing" fullname="QListView::spacing" href="qlistview.html#spacing-prop" location="qlistview.h" type="int">
+ <getter name="spacing"/>
+ <setter name="setSpacing"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="gridSize" fullname="QListView::gridSize" href="qlistview.html#gridSize-prop" location="qlistview.h" type="QSize">
+ <getter name="gridSize"/>
+ <setter name="setGridSize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="viewMode" fullname="QListView::viewMode" href="qlistview.html#viewMode-prop" location="qlistview.h" type="ViewMode">
+ <getter name="viewMode"/>
+ <setter name="setViewMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="modelColumn" fullname="QListView::modelColumn" href="qlistview.html#modelColumn-prop" location="qlistview.h" type="int">
+ <getter name="modelColumn"/>
+ <setter name="setModelColumn"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="uniformItemSizes" fullname="QListView::uniformItemSizes" href="qlistview.html#uniformItemSizes-prop" location="qlistview.h" type="bool">
+ <getter name="uniformItemSizes"/>
+ <setter name="setUniformItemSizes"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="batchSize" fullname="QListView::batchSize" href="qlistview.html#batchSize-prop" location="qlistview.h" type="int">
+ <getter name="batchSize"/>
+ <setter name="setBatchSize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="wordWrap" fullname="QListView::wordWrap" href="qlistview.html#wordWrap-prop" location="qlistview.h" type="bool">
+ <getter name="wordWrap"/>
+ <setter name="setWordWrap"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="selectionRectVisible" fullname="QListView::selectionRectVisible" href="qlistview.html#selectionRectVisible-prop" location="qlistview.h" type="bool">
+ <getter name="isSelectionRectVisible"/>
+ <setter name="setSelectionRectVisible"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Movement" fullname="QListView::Movement" href="qlistview.html#Movement-enum" location="qlistview.h">
+ <value name="Static" value="0"/>
+ <value name="Free" value="1"/>
+ <value name="Snap" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Flow" fullname="QListView::Flow" href="qlistview.html#Flow-enum" location="qlistview.h">
+ <value name="LeftToRight" value="0"/>
+ <value name="TopToBottom" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ResizeMode" fullname="QListView::ResizeMode" href="qlistview.html#ResizeMode-enum" location="qlistview.h">
+ <value name="Fixed" value="0"/>
+ <value name="Adjust" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="LayoutMode" fullname="QListView::LayoutMode" href="qlistview.html#LayoutMode-enum" location="qlistview.h">
+ <value name="SinglePass" value="0"/>
+ <value name="Batched" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ViewMode" fullname="QListView::ViewMode" href="qlistview.html#ViewMode-enum" location="qlistview.h">
+ <value name="ListMode" value="0"/>
+ <value name="IconMode" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QListView" fullname="QListView::QListView" href="qlistview.html#QListView" location="qlistview.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QListView(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QListView" fullname="QListView::~QListView" href="qlistview.html#dtor.QListView" location="qlistview.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QListView()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMovement" fullname="QListView::setMovement" href="qlistview.html#movement-prop" location="qlistview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="movement" type="void" signature="setMovement(Movement movement)">
+ <parameter left="Movement" right="" name="movement" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="movement" fullname="QListView::movement" href="qlistview.html#movement-prop" location="qlistview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="movement" type="Movement" signature="movement() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFlow" fullname="QListView::setFlow" href="qlistview.html#flow-prop" location="qlistview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="flow" type="void" signature="setFlow(Flow flow)">
+ <parameter left="Flow" right="" name="flow" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flow" fullname="QListView::flow" href="qlistview.html#flow-prop" location="qlistview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="flow" type="Flow" signature="flow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWrapping" fullname="QListView::setWrapping" href="qlistview.html#isWrapping-prop" location="qlistview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="isWrapping" type="void" signature="setWrapping(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isWrapping" fullname="QListView::isWrapping" href="qlistview.html#isWrapping-prop" location="qlistview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="isWrapping" type="bool" signature="isWrapping() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setResizeMode" fullname="QListView::setResizeMode" href="qlistview.html#resizeMode-prop" location="qlistview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="resizeMode" type="void" signature="setResizeMode(ResizeMode mode)">
+ <parameter left="ResizeMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resizeMode" fullname="QListView::resizeMode" href="qlistview.html#resizeMode-prop" location="qlistview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="resizeMode" type="ResizeMode" signature="resizeMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLayoutMode" fullname="QListView::setLayoutMode" href="qlistview.html#layoutMode-prop" location="qlistview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="layoutMode" type="void" signature="setLayoutMode(LayoutMode mode)">
+ <parameter left="LayoutMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="layoutMode" fullname="QListView::layoutMode" href="qlistview.html#layoutMode-prop" location="qlistview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="layoutMode" type="LayoutMode" signature="layoutMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSpacing" fullname="QListView::setSpacing" href="qlistview.html#spacing-prop" location="qlistview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="spacing" type="void" signature="setSpacing(int space)">
+ <parameter left="int" right="" name="space" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="spacing" fullname="QListView::spacing" href="qlistview.html#spacing-prop" location="qlistview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="spacing" type="int" signature="spacing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBatchSize" fullname="QListView::setBatchSize" href="qlistview.html#batchSize-prop" location="qlistview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="batchSize" type="void" signature="setBatchSize(int batchSize)">
+ <parameter left="int" right="" name="batchSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="batchSize" fullname="QListView::batchSize" href="qlistview.html#batchSize-prop" location="qlistview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="batchSize" type="int" signature="batchSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGridSize" fullname="QListView::setGridSize" href="qlistview.html#gridSize-prop" location="qlistview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="gridSize" type="void" signature="setGridSize(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="gridSize" fullname="QListView::gridSize" href="qlistview.html#gridSize-prop" location="qlistview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="gridSize" type="QSize" signature="gridSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setViewMode" fullname="QListView::setViewMode" href="qlistview.html#viewMode-prop" location="qlistview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="viewMode" type="void" signature="setViewMode(ViewMode mode)">
+ <parameter left="ViewMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="viewMode" fullname="QListView::viewMode" href="qlistview.html#viewMode-prop" location="qlistview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="viewMode" type="ViewMode" signature="viewMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearPropertyFlags" fullname="QListView::clearPropertyFlags" href="qlistview.html#clearPropertyFlags" location="qlistview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearPropertyFlags()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRowHidden" fullname="QListView::isRowHidden" href="qlistview.html#isRowHidden" location="qlistview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRowHidden(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRowHidden" fullname="QListView::setRowHidden" href="qlistview.html#setRowHidden" location="qlistview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRowHidden(int row, bool hide)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="bool" right="" name="hide" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setModelColumn" fullname="QListView::setModelColumn" href="qlistview.html#modelColumn-prop" location="qlistview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="modelColumn" type="void" signature="setModelColumn(int column)">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="modelColumn" fullname="QListView::modelColumn" href="qlistview.html#modelColumn-prop" location="qlistview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="modelColumn" type="int" signature="modelColumn() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformItemSizes" fullname="QListView::setUniformItemSizes" href="qlistview.html#uniformItemSizes-prop" location="qlistview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="uniformItemSizes" type="void" signature="setUniformItemSizes(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="uniformItemSizes" fullname="QListView::uniformItemSizes" href="qlistview.html#uniformItemSizes-prop" location="qlistview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="uniformItemSizes" type="bool" signature="uniformItemSizes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWordWrap" fullname="QListView::setWordWrap" href="qlistview.html#wordWrap-prop" location="qlistview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="wordWrap" type="void" signature="setWordWrap(bool on)">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wordWrap" fullname="QListView::wordWrap" href="qlistview.html#wordWrap-prop" location="qlistview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="wordWrap" type="bool" signature="wordWrap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectionRectVisible" fullname="QListView::setSelectionRectVisible" href="qlistview.html#selectionRectVisible-prop" location="qlistview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="selectionRectVisible" type="void" signature="setSelectionRectVisible(bool show)">
+ <parameter left="bool" right="" name="show" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSelectionRectVisible" fullname="QListView::isSelectionRectVisible" href="qlistview.html#selectionRectVisible-prop" location="qlistview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="selectionRectVisible" type="bool" signature="isSelectionRectVisible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="visualRect" fullname="QListView::visualRect" href="qlistview.html#visualRect" location="qlistview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="visualRect(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scrollTo" fullname="QListView::scrollTo" href="qlistview.html#scrollTo" location="qlistview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="scrollTo(const QModelIndex &amp; index, ScrollHint hint)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="ScrollHint" right="" name="hint" default="EnsureVisible"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexAt" fullname="QListView::indexAt" href="qlistview.html#indexAt" location="qlistview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="indexAt(const QPoint &amp; p) const">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexesMoved" fullname="QListView::indexesMoved" href="qlistview.html#indexesMoved" location="qlistview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="indexesMoved(const QModelIndexList &amp; indexes)">
+ <parameter left="const QModelIndexList &amp;" right="" name="indexes" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QListView::event" href="qlistview.html#event" location="qlistview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dataChanged" fullname="QListView::dataChanged" href="qlistview.html#dataChanged" location="qlistview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dataChanged(const QModelIndex &amp; topLeft, const QModelIndex &amp; bottomRight)">
+ <parameter left="const QModelIndex &amp;" right="" name="topLeft" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="bottomRight" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="rowsInserted" fullname="QListView::rowsInserted" href="qlistview.html#rowsInserted" location="qlistview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="rowsInserted(const QModelIndex &amp; parent, int start, int end)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="end" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="rowsAboutToBeRemoved" fullname="QListView::rowsAboutToBeRemoved" href="qlistview.html#rowsAboutToBeRemoved" location="qlistview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="rowsAboutToBeRemoved(const QModelIndex &amp; parent, int start, int end)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="end" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QListView::mouseMoveEvent" href="qlistview.html#mouseMoveEvent" location="qlistview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QListView::mouseReleaseEvent" href="qlistview.html#mouseReleaseEvent" location="qlistview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="timerEvent" fullname="QListView::timerEvent" href="qlistview.html#timerEvent" location="qlistview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="timerEvent(QTimerEvent * e)">
+ <parameter left="QTimerEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QListView::resizeEvent" href="qlistview.html#resizeEvent" location="qlistview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragMoveEvent" fullname="QListView::dragMoveEvent" href="qlistview.html#dragMoveEvent" location="qlistview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragMoveEvent(QDragMoveEvent * e)">
+ <parameter left="QDragMoveEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragLeaveEvent" fullname="QListView::dragLeaveEvent" href="qlistview.html#dragLeaveEvent" location="qlistview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragLeaveEvent(QDragLeaveEvent * e)">
+ <parameter left="QDragLeaveEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dropEvent" fullname="QListView::dropEvent" href="qlistview.html#dropEvent" location="qlistview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dropEvent(QDropEvent * e)">
+ <parameter left="QDropEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="startDrag" fullname="QListView::startDrag" href="qlistview.html#startDrag" location="qlistview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="startDrag(QFlags&lt;Qt::DropAction&gt; supportedActions)">
+ <parameter left="QFlags&lt;Qt::DropAction&gt;" right="" name="supportedActions" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="viewOptions" fullname="QListView::viewOptions" href="qlistview.html#viewOptions" location="qlistview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QStyleOptionViewItem" signature="viewOptions() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QListView::paintEvent" href="qlistview.html#paintEvent" location="qlistview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * e)">
+ <parameter left="QPaintEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="horizontalOffset" fullname="QListView::horizontalOffset" href="qlistview.html#horizontalOffset" location="qlistview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="horizontalOffset() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="verticalOffset" fullname="QListView::verticalOffset" href="qlistview.html#verticalOffset" location="qlistview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="verticalOffset() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="moveCursor" fullname="QListView::moveCursor" href="qlistview.html#moveCursor" location="qlistview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QModelIndex" signature="moveCursor(CursorAction cursorAction, QFlags&lt;Qt::KeyboardModifier&gt; modifiers)">
+ <parameter left="CursorAction" right="" name="cursorAction" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="rectForIndex" fullname="QListView::rectForIndex" href="qlistview.html#rectForIndex" location="qlistview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="rectForIndex(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setPositionForIndex" fullname="QListView::setPositionForIndex" href="qlistview.html#setPositionForIndex" location="qlistview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPositionForIndex(const QPoint &amp; position, const QModelIndex &amp; index)">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setSelection" fullname="QListView::setSelection" href="qlistview.html#setSelection" location="qlistview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelection(const QRect &amp; rect, QFlags&lt;QItemSelectionModel::SelectionFlag&gt; command)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="QFlags&lt;QItemSelectionModel::SelectionFlag&gt;" right="" name="command" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="visualRegionForSelection" fullname="QListView::visualRegionForSelection" href="qlistview.html#visualRegionForSelection" location="qlistview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRegion" signature="visualRegionForSelection(const QItemSelection &amp; selection) const">
+ <parameter left="const QItemSelection &amp;" right="" name="selection" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="selectedIndexes" fullname="QListView::selectedIndexes" href="qlistview.html#selectedIndexes" location="qlistview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndexList" signature="selectedIndexes() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateGeometries" fullname="QListView::updateGeometries" href="qlistview.html#updateGeometries" location="qlistview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateGeometries()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="isIndexHidden" fullname="QListView::isIndexHidden" href="qlistview.html#isIndexHidden" location="qlistview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isIndexHidden(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="selectionChanged" fullname="QListView::selectionChanged" href="qlistview.html#selectionChanged" location="qlistview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="selectionChanged(const QItemSelection &amp; selected, const QItemSelection &amp; deselected)">
+ <parameter left="const QItemSelection &amp;" right="" name="selected" default=""/>
+ <parameter left="const QItemSelection &amp;" right="" name="deselected" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="currentChanged" fullname="QListView::currentChanged" href="qlistview.html#currentChanged" location="qlistview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="currentChanged(const QModelIndex &amp; current, const QModelIndex &amp; previous)">
+ <parameter left="const QModelIndex &amp;" right="" name="current" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="previous" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QKbdDriverFactory" href="qkbddriverfactory.html" location="qkbddriverfactory_qws.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QKbdDriverFactory::keys" href="qkbddriverfactory.html#keys" location="qkbddriverfactory_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="keys()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QKbdDriverFactory::create" href="qkbddriverfactory.html#create" location="qkbddriverfactory_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QWSKeyboardHandler *" signature="create(const QString &amp; key, const QString &amp; device)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="const QString &amp;" right="" name="device" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMdiSubWindow" href="qmdisubwindow.html" location="qmdisubwindow.h" bases="QWidget" module="QtGui">
+ <contents name="subwindow-handling" title="Subwindow Handling" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="keyboardSingleStep" fullname="QMdiSubWindow::keyboardSingleStep" href="qmdisubwindow.html#keyboardSingleStep-prop" location="qmdisubwindow.h" type="int">
+ <getter name="keyboardSingleStep"/>
+ <setter name="setKeyboardSingleStep"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="keyboardPageStep" fullname="QMdiSubWindow::keyboardPageStep" href="qmdisubwindow.html#keyboardPageStep-prop" location="qmdisubwindow.h" type="int">
+ <getter name="keyboardPageStep"/>
+ <setter name="setKeyboardPageStep"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SubWindowOption" fullname="QMdiSubWindow::SubWindowOption" href="qmdisubwindow.html#SubWindowOption-enum" location="qmdisubwindow.h" typedef="QMdiSubWindow::SubWindowOptions">
+ <value name="AllowOutsideAreaHorizontally" value="0x1"/>
+ <value name="AllowOutsideAreaVertically" value="0x2"/>
+ <value name="RubberBandResize" value="0x4"/>
+ <value name="RubberBandMove" value="0x8"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="SubWindowOptions" fullname="QMdiSubWindow::SubWindowOptions" href="qmdisubwindow.html#SubWindowOptions-typedef" location="qmdisubwindow.h" enum="QMdiSubWindow::SubWindowOption"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMdiSubWindow" fullname="QMdiSubWindow::QMdiSubWindow" href="qmdisubwindow.html#QMdiSubWindow" location="qmdisubwindow.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMdiSubWindow(QWidget * parent, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMdiSubWindow" fullname="QMdiSubWindow::~QMdiSubWindow" href="qmdisubwindow.html#dtor.QMdiSubWindow" location="qmdisubwindow.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMdiSubWindow()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QMdiSubWindow::sizeHint" href="qmdisubwindow.html#sizeHint" location="qmdisubwindow.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="QMdiSubWindow::minimumSizeHint" href="qmdisubwindow.html#minimumSizeHint" location="qmdisubwindow.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidget" fullname="QMdiSubWindow::setWidget" href="qmdisubwindow.html#setWidget" location="qmdisubwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widget" fullname="QMdiSubWindow::widget" href="qmdisubwindow.html#widget" location="qmdisubwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="widget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isShaded" fullname="QMdiSubWindow::isShaded" href="qmdisubwindow.html#isShaded" location="qmdisubwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isShaded() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOption" fullname="QMdiSubWindow::setOption" href="qmdisubwindow.html#setOption" location="qmdisubwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOption(SubWindowOption option, bool on)">
+ <parameter left="SubWindowOption" right="" name="option" default=""/>
+ <parameter left="bool" right="" name="on" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testOption" fullname="QMdiSubWindow::testOption" href="qmdisubwindow.html#testOption" location="qmdisubwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="testOption(SubWindowOption option) const">
+ <parameter left="SubWindowOption" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setKeyboardSingleStep" fullname="QMdiSubWindow::setKeyboardSingleStep" href="qmdisubwindow.html#keyboardSingleStep-prop" location="qmdisubwindow.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="keyboardSingleStep" type="void" signature="setKeyboardSingleStep(int step)">
+ <parameter left="int" right="" name="step" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyboardSingleStep" fullname="QMdiSubWindow::keyboardSingleStep" href="qmdisubwindow.html#keyboardSingleStep-prop" location="qmdisubwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="keyboardSingleStep" type="int" signature="keyboardSingleStep() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setKeyboardPageStep" fullname="QMdiSubWindow::setKeyboardPageStep" href="qmdisubwindow.html#keyboardPageStep-prop" location="qmdisubwindow.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="keyboardPageStep" type="void" signature="setKeyboardPageStep(int step)">
+ <parameter left="int" right="" name="step" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyboardPageStep" fullname="QMdiSubWindow::keyboardPageStep" href="qmdisubwindow.html#keyboardPageStep-prop" location="qmdisubwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="keyboardPageStep" type="int" signature="keyboardPageStep() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSystemMenu" fullname="QMdiSubWindow::setSystemMenu" href="qmdisubwindow.html#setSystemMenu" location="qmdisubwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSystemMenu(QMenu * systemMenu)">
+ <parameter left="QMenu *" right="" name="systemMenu" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="systemMenu" fullname="QMdiSubWindow::systemMenu" href="qmdisubwindow.html#systemMenu" location="qmdisubwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMenu *" signature="systemMenu() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mdiArea" fullname="QMdiSubWindow::mdiArea" href="qmdisubwindow.html#mdiArea" location="qmdisubwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMdiArea *" signature="mdiArea() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowStateChanged" fullname="QMdiSubWindow::windowStateChanged" href="qmdisubwindow.html#windowStateChanged" location="qmdisubwindow.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="windowStateChanged(QFlags&lt;Qt::WindowState&gt; oldState, QFlags&lt;Qt::WindowState&gt; newState)">
+ <parameter left="QFlags&lt;Qt::WindowState&gt;" right="" name="oldState" default=""/>
+ <parameter left="QFlags&lt;Qt::WindowState&gt;" right="" name="newState" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="aboutToActivate" fullname="QMdiSubWindow::aboutToActivate" href="qmdisubwindow.html#aboutToActivate" location="qmdisubwindow.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="aboutToActivate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showSystemMenu" fullname="QMdiSubWindow::showSystemMenu" href="qmdisubwindow.html#showSystemMenu" location="qmdisubwindow.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="showSystemMenu()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showShaded" fullname="QMdiSubWindow::showShaded" href="qmdisubwindow.html#showShaded" location="qmdisubwindow.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="showShaded()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="QMdiSubWindow::eventFilter" href="qmdisubwindow.html#eventFilter" location="qmdisubwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * object, QEvent * event)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QMdiSubWindow::event" href="qmdisubwindow.html#event" location="qmdisubwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="QMdiSubWindow::showEvent" href="qmdisubwindow.html#showEvent" location="qmdisubwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * showEvent)">
+ <parameter left="QShowEvent *" right="" name="showEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hideEvent" fullname="QMdiSubWindow::hideEvent" href="qmdisubwindow.html#hideEvent" location="qmdisubwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hideEvent(QHideEvent * hideEvent)">
+ <parameter left="QHideEvent *" right="" name="hideEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QMdiSubWindow::changeEvent" href="qmdisubwindow.html#changeEvent" location="qmdisubwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * changeEvent)">
+ <parameter left="QEvent *" right="" name="changeEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="closeEvent" fullname="QMdiSubWindow::closeEvent" href="qmdisubwindow.html#closeEvent" location="qmdisubwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="closeEvent(QCloseEvent * closeEvent)">
+ <parameter left="QCloseEvent *" right="" name="closeEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="leaveEvent" fullname="QMdiSubWindow::leaveEvent" href="qmdisubwindow.html#leaveEvent" location="qmdisubwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="leaveEvent(QEvent * leaveEvent)">
+ <parameter left="QEvent *" right="" name="leaveEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QMdiSubWindow::resizeEvent" href="qmdisubwindow.html#resizeEvent" location="qmdisubwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * resizeEvent)">
+ <parameter left="QResizeEvent *" right="" name="resizeEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="timerEvent" fullname="QMdiSubWindow::timerEvent" href="qmdisubwindow.html#timerEvent" location="qmdisubwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="timerEvent(QTimerEvent * timerEvent)">
+ <parameter left="QTimerEvent *" right="" name="timerEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="moveEvent" fullname="QMdiSubWindow::moveEvent" href="qmdisubwindow.html#moveEvent" location="qmdisubwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="moveEvent(QMoveEvent * moveEvent)">
+ <parameter left="QMoveEvent *" right="" name="moveEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QMdiSubWindow::paintEvent" href="qmdisubwindow.html#paintEvent" location="qmdisubwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * paintEvent)">
+ <parameter left="QPaintEvent *" right="" name="paintEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QMdiSubWindow::mousePressEvent" href="qmdisubwindow.html#mousePressEvent" location="qmdisubwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * mouseEvent)">
+ <parameter left="QMouseEvent *" right="" name="mouseEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseDoubleClickEvent" fullname="QMdiSubWindow::mouseDoubleClickEvent" href="qmdisubwindow.html#mouseDoubleClickEvent" location="qmdisubwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseDoubleClickEvent(QMouseEvent * mouseEvent)">
+ <parameter left="QMouseEvent *" right="" name="mouseEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QMdiSubWindow::mouseReleaseEvent" href="qmdisubwindow.html#mouseReleaseEvent" location="qmdisubwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * mouseEvent)">
+ <parameter left="QMouseEvent *" right="" name="mouseEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QMdiSubWindow::mouseMoveEvent" href="qmdisubwindow.html#mouseMoveEvent" location="qmdisubwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * mouseEvent)">
+ <parameter left="QMouseEvent *" right="" name="mouseEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QMdiSubWindow::keyPressEvent" href="qmdisubwindow.html#keyPressEvent" location="qmdisubwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * keyEvent)">
+ <parameter left="QKeyEvent *" right="" name="keyEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contextMenuEvent" fullname="QMdiSubWindow::contextMenuEvent" href="qmdisubwindow.html#contextMenuEvent" location="qmdisubwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contextMenuEvent(QContextMenuEvent * contextMenuEvent)">
+ <parameter left="QContextMenuEvent *" right="" name="contextMenuEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="QMdiSubWindow::focusInEvent" href="qmdisubwindow.html#focusInEvent" location="qmdisubwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * focusInEvent)">
+ <parameter left="QFocusEvent *" right="" name="focusInEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="QMdiSubWindow::focusOutEvent" href="qmdisubwindow.html#focusOutEvent" location="qmdisubwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * focusOutEvent)">
+ <parameter left="QFocusEvent *" right="" name="focusOutEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="childEvent" fullname="QMdiSubWindow::childEvent" href="qmdisubwindow.html#childEvent" location="qmdisubwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="childEvent(QChildEvent * childEvent)">
+ <parameter left="QChildEvent *" right="" name="childEvent" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDial" href="qdial.html" location="qdial.h" bases="QAbstractSlider" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="wrapping" fullname="QDial::wrapping" href="qdial.html#wrapping-prop" location="qdial.h" type="bool">
+ <getter name="wrapping"/>
+ <setter name="setWrapping"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="notchSize" fullname="QDial::notchSize" href="qdial.html#notchSize-prop" location="qdial.h" type="int">
+ <getter name="notchSize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="notchTarget" fullname="QDial::notchTarget" href="qdial.html#notchTarget-prop" location="qdial.h" type="qreal">
+ <getter name="notchTarget"/>
+ <setter name="setNotchTarget"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="notchesVisible" fullname="QDial::notchesVisible" href="qdial.html#notchesVisible-prop" location="qdial.h" type="bool">
+ <getter name="notchesVisible"/>
+ <setter name="setNotchesVisible"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDial" fullname="QDial::QDial" href="qdial.html#QDial" location="qdial.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDial(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDial" fullname="QDial::~QDial" href="qdial.html#dtor.QDial" location="qdial.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDial()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wrapping" fullname="QDial::wrapping" href="qdial.html#wrapping-prop" location="qdial.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="wrapping" type="bool" signature="wrapping() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="notchSize" fullname="QDial::notchSize" href="qdial.html#notchSize-prop" location="qdial.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="notchSize" type="int" signature="notchSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNotchTarget" fullname="QDial::setNotchTarget" href="qdial.html#notchTarget-prop" location="qdial.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="notchTarget" type="void" signature="setNotchTarget(double target)">
+ <parameter left="double" right="" name="target" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="notchTarget" fullname="QDial::notchTarget" href="qdial.html#notchTarget-prop" location="qdial.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="notchTarget" type="qreal" signature="notchTarget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="notchesVisible" fullname="QDial::notchesVisible" href="qdial.html#notchesVisible-prop" location="qdial.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="notchesVisible" type="bool" signature="notchesVisible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QDial::sizeHint" href="qdial.html#sizeHint" location="qdial.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="QDial::minimumSizeHint" href="qdial.html#minimumSizeHint" location="qdial.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNotchesVisible" fullname="QDial::setNotchesVisible" href="qdial.html#notchesVisible-prop" location="qdial.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="notchesVisible" type="void" signature="setNotchesVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWrapping" fullname="QDial::setWrapping" href="qdial.html#wrapping-prop" location="qdial.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="wrapping" type="void" signature="setWrapping(bool on)">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QDial::event" href="qdial.html#event" location="qdial.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QDial::resizeEvent" href="qdial.html#resizeEvent" location="qdial.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QDial::paintEvent" href="qdial.html#paintEvent" location="qdial.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * pe)">
+ <parameter left="QPaintEvent *" right="" name="pe" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QDial::mousePressEvent" href="qdial.html#mousePressEvent" location="qdial.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QDial::mouseReleaseEvent" href="qdial.html#mouseReleaseEvent" location="qdial.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QDial::mouseMoveEvent" href="qdial.html#mouseMoveEvent" location="qdial.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sliderChange" fullname="QDial::sliderChange" href="qdial.html#sliderChange" location="qdial.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="sliderChange(SliderChange change)">
+ <parameter left="SliderChange" right="" name="change" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initStyleOption" fullname="QDial::initStyleOption" href="qdial.html#initStyleOption" location="qdial.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="initStyleOption(QStyleOptionSlider * option) const">
+ <parameter left="QStyleOptionSlider *" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QDial" fullname="QDial::QDial" href="qdial-qt3.html#QDial-2" location="qdial.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDial(int minValue, int maxValue, int pageStep, int value, QWidget * parent, const char * name)">
+ <parameter left="int" right="" name="minValue" default=""/>
+ <parameter left="int" right="" name="maxValue" default=""/>
+ <parameter left="int" right="" name="pageStep" default=""/>
+ <parameter left="int" right="" name="value" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QDial" fullname="QDial::QDial" href="qdial-qt3.html#QDial-3" location="qdial.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QDial(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="dialPressed" fullname="QDial::dialPressed" href="qdial-qt3.html#dialPressed" location="qdial.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="dialPressed()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="dialMoved" fullname="QDial::dialMoved" href="qdial-qt3.html#dialMoved" location="qdial.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="dialMoved(int value)">
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="dialReleased" fullname="QDial::dialReleased" href="qdial-qt3.html#dialReleased" location="qdial.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="dialReleased()"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QString" href="qstring.html" location="qstring.h" bases="" module="QtCore">
+ <contents name="initializing-a-string" title="Initializing a String" level="1"/>
+ <contents name="manipulating-string-data" title="Manipulating String Data" level="1"/>
+ <contents name="querying-string-data" title="Querying String Data" level="1"/>
+ <contents name="converting-between-8-bit-strings-and-unicode-strings" title="Converting Between 8-Bit Strings and Unicode Strings" level="1"/>
+ <contents name="note-for-c-programmers" title="Note for C Programmers" level="1"/>
+ <contents name="distinction-between-null-and-empty-strings" title="Distinction Between Null and Empty Strings" level="1"/>
+ <contents name="argument-formats" title="Argument Formats" level="1"/>
+ <contents name="more-efficient-string-construction" title="More Efficient String Construction" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QString" fullname="QString::QString" href="qstring.html#QString" location="qstring.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QString()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QString" fullname="QString::QString" href="qstring.html#QString-2" location="qstring.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QString(const QChar * unicode, int size)">
+ <parameter left="const QChar *" right="" name="unicode" default=""/>
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QString" fullname="QString::QString" href="qstring.html#QString-3" location="qstring.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QString(QChar ch)">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QString" fullname="QString::QString" href="qstring.html#QString-4" location="qstring.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QString(int size, QChar ch)">
+ <parameter left="int" right="" name="size" default=""/>
+ <parameter left="QChar" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QString" fullname="QString::QString" href="qstring.html#QString-5" location="qstring.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QString(const QLatin1String &amp; str)">
+ <parameter left="const QLatin1String &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QString" fullname="QString::QString" href="qstring.html#QString-6" location="qstring.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QString(const QString &amp; other)">
+ <parameter left="const QString &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QString" fullname="QString::~QString" href="qstring.html#dtor.QString" location="qstring.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QString()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QString::operator=" href="qstring.html#operator=-7" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="QString &amp;" signature="operator=(QChar ch)">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QString::operator=" href="qstring.html#operator=" location="qstring.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString &amp;" signature="operator=(const QString &amp; other)">
+ <parameter left="const QString &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QString::operator=" href="qstring.html#operator=-3" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QString &amp;" signature="operator=(const QLatin1String &amp; str)">
+ <parameter left="const QLatin1String &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QString::size" href="qstring.html#size" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QString::count" href="qstring.html#count-4" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="length" fullname="QString::length" href="qstring.html#length" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="length() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QString::isEmpty" href="qstring.html#isEmpty" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resize" fullname="QString::resize" href="qstring.html#resize" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resize(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fill" fullname="QString::fill" href="qstring.html#fill" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString &amp;" signature="fill(QChar ch, int size)">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ <parameter left="int" right="" name="size" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="truncate" fullname="QString::truncate" href="qstring.html#truncate" location="qstring.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="truncate(int position)">
+ <parameter left="int" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="chop" fullname="QString::chop" href="qstring.html#chop" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="chop(int n)">
+ <parameter left="int" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="capacity" fullname="QString::capacity" href="qstring.html#capacity" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="capacity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reserve" fullname="QString::reserve" href="qstring.html#reserve" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reserve(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="squeeze" fullname="QString::squeeze" href="qstring.html#squeeze" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="squeeze()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unicode" fullname="QString::unicode" href="qstring.html#unicode" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QChar *" signature="unicode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QString::data" href="qstring.html#data" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QChar *" signature="data()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QString::data" href="qstring.html#data-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const QChar *" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constData" fullname="QString::constData" href="qstring.html#constData" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QChar *" signature="constData() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QString::clear" href="qstring.html#clear" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="at" fullname="QString::at" href="qstring.html#at" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QChar" signature="at(int position) const">
+ <parameter left="int" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QString::operator[]" href="qstring.html#operator[]-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const QChar" signature="operator[](int position) const">
+ <parameter left="int" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QString::operator[]" href="qstring.html#operator[]" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QCharRef" signature="operator[](int position)">
+ <parameter left="int" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QString::operator[]" href="qstring.html#operator[]-4" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="const QChar" signature="operator[](uint position) const">
+ <parameter left="uint" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QString::operator[]" href="qstring.html#operator[]-3" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QCharRef" signature="operator[](uint position)">
+ <parameter left="uint" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arg" fullname="QString::arg" href="qstring.html#arg-14" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="14" type="QString" signature="arg(qlonglong a, int fieldWidth, int base, const QChar &amp; fillChar) const">
+ <parameter left="qlonglong" right="" name="a" default=""/>
+ <parameter left="int" right="" name="fieldWidth" default="0"/>
+ <parameter left="int" right="" name="base" default="10"/>
+ <parameter left="const QChar &amp;" right="" name="fillChar" default="QLatin1Char( ' ' )"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arg" fullname="QString::arg" href="qstring.html#arg-15" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="15" type="QString" signature="arg(qulonglong a, int fieldWidth, int base, const QChar &amp; fillChar) const">
+ <parameter left="qulonglong" right="" name="a" default=""/>
+ <parameter left="int" right="" name="fieldWidth" default="0"/>
+ <parameter left="int" right="" name="base" default="10"/>
+ <parameter left="const QChar &amp;" right="" name="fillChar" default="QLatin1Char( ' ' )"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arg" fullname="QString::arg" href="qstring.html#arg-12" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="12" type="QString" signature="arg(long a, int fieldWidth, int base, const QChar &amp; fillChar) const">
+ <parameter left="long" right="" name="a" default=""/>
+ <parameter left="int" right="" name="fieldWidth" default="0"/>
+ <parameter left="int" right="" name="base" default="10"/>
+ <parameter left="const QChar &amp;" right="" name="fillChar" default="QLatin1Char( ' ' )"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arg" fullname="QString::arg" href="qstring.html#arg-13" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="13" type="QString" signature="arg(ulong a, int fieldWidth, int base, const QChar &amp; fillChar) const">
+ <parameter left="ulong" right="" name="a" default=""/>
+ <parameter left="int" right="" name="fieldWidth" default="0"/>
+ <parameter left="int" right="" name="base" default="10"/>
+ <parameter left="const QChar &amp;" right="" name="fillChar" default="QLatin1Char( ' ' )"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arg" fullname="QString::arg" href="qstring.html#arg-10" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="10" type="QString" signature="arg(int a, int fieldWidth, int base, const QChar &amp; fillChar) const">
+ <parameter left="int" right="" name="a" default=""/>
+ <parameter left="int" right="" name="fieldWidth" default="0"/>
+ <parameter left="int" right="" name="base" default="10"/>
+ <parameter left="const QChar &amp;" right="" name="fillChar" default="QLatin1Char( ' ' )"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arg" fullname="QString::arg" href="qstring.html#arg-11" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="11" type="QString" signature="arg(uint a, int fieldWidth, int base, const QChar &amp; fillChar) const">
+ <parameter left="uint" right="" name="a" default=""/>
+ <parameter left="int" right="" name="fieldWidth" default="0"/>
+ <parameter left="int" right="" name="base" default="10"/>
+ <parameter left="const QChar &amp;" right="" name="fillChar" default="QLatin1Char( ' ' )"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arg" fullname="QString::arg" href="qstring.html#arg-16" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="16" type="QString" signature="arg(short a, int fieldWidth, int base, const QChar &amp; fillChar) const">
+ <parameter left="short" right="" name="a" default=""/>
+ <parameter left="int" right="" name="fieldWidth" default="0"/>
+ <parameter left="int" right="" name="base" default="10"/>
+ <parameter left="const QChar &amp;" right="" name="fillChar" default="QLatin1Char( ' ' )"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arg" fullname="QString::arg" href="qstring.html#arg-17" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="17" type="QString" signature="arg(ushort a, int fieldWidth, int base, const QChar &amp; fillChar) const">
+ <parameter left="ushort" right="" name="a" default=""/>
+ <parameter left="int" right="" name="fieldWidth" default="0"/>
+ <parameter left="int" right="" name="base" default="10"/>
+ <parameter left="const QChar &amp;" right="" name="fillChar" default="QLatin1Char( ' ' )"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arg" fullname="QString::arg" href="qstring.html#arg-20" location="qstring.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="20" type="QString" signature="arg(double a, int fieldWidth, char format, int precision, const QChar &amp; fillChar) const">
+ <parameter left="double" right="" name="a" default=""/>
+ <parameter left="int" right="" name="fieldWidth" default="0"/>
+ <parameter left="char" right="" name="format" default="'g'"/>
+ <parameter left="int" right="" name="precision" default="-1"/>
+ <parameter left="const QChar &amp;" right="" name="fillChar" default="QLatin1Char( ' ' )"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arg" fullname="QString::arg" href="qstring.html#arg-19" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="19" type="QString" signature="arg(char a, int fieldWidth, const QChar &amp; fillChar) const">
+ <parameter left="char" right="" name="a" default=""/>
+ <parameter left="int" right="" name="fieldWidth" default="0"/>
+ <parameter left="const QChar &amp;" right="" name="fillChar" default="QLatin1Char( ' ' )"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arg" fullname="QString::arg" href="qstring.html#arg-18" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="18" type="QString" signature="arg(QChar a, int fieldWidth, const QChar &amp; fillChar) const">
+ <parameter left="QChar" right="" name="a" default=""/>
+ <parameter left="int" right="" name="fieldWidth" default="0"/>
+ <parameter left="const QChar &amp;" right="" name="fillChar" default="QLatin1Char( ' ' )"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arg" fullname="QString::arg" href="qstring.html#arg" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="arg(const QString &amp; a, int fieldWidth, const QChar &amp; fillChar) const">
+ <parameter left="const QString &amp;" right="" name="a" default=""/>
+ <parameter left="int" right="" name="fieldWidth" default="0"/>
+ <parameter left="const QChar &amp;" right="" name="fillChar" default="QLatin1Char( ' ' )"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arg" fullname="QString::arg" href="qstring.html#arg-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QString" signature="arg(const QString &amp; a1, const QString &amp; a2) const">
+ <parameter left="const QString &amp;" right="" name="a1" default=""/>
+ <parameter left="const QString &amp;" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arg" fullname="QString::arg" href="qstring.html#arg-3" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QString" signature="arg(const QString &amp; a1, const QString &amp; a2, const QString &amp; a3) const">
+ <parameter left="const QString &amp;" right="" name="a1" default=""/>
+ <parameter left="const QString &amp;" right="" name="a2" default=""/>
+ <parameter left="const QString &amp;" right="" name="a3" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arg" fullname="QString::arg" href="qstring.html#arg-4" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QString" signature="arg(const QString &amp; a1, const QString &amp; a2, const QString &amp; a3, const QString &amp; a4) const">
+ <parameter left="const QString &amp;" right="" name="a1" default=""/>
+ <parameter left="const QString &amp;" right="" name="a2" default=""/>
+ <parameter left="const QString &amp;" right="" name="a3" default=""/>
+ <parameter left="const QString &amp;" right="" name="a4" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arg" fullname="QString::arg" href="qstring.html#arg-5" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="5" type="QString" signature="arg(const QString &amp; a1, const QString &amp; a2, const QString &amp; a3, const QString &amp; a4, const QString &amp; a5) const">
+ <parameter left="const QString &amp;" right="" name="a1" default=""/>
+ <parameter left="const QString &amp;" right="" name="a2" default=""/>
+ <parameter left="const QString &amp;" right="" name="a3" default=""/>
+ <parameter left="const QString &amp;" right="" name="a4" default=""/>
+ <parameter left="const QString &amp;" right="" name="a5" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arg" fullname="QString::arg" href="qstring.html#arg-6" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="6" type="QString" signature="arg(const QString &amp; a1, const QString &amp; a2, const QString &amp; a3, const QString &amp; a4, const QString &amp; a5, const QString &amp; a6) const">
+ <parameter left="const QString &amp;" right="" name="a1" default=""/>
+ <parameter left="const QString &amp;" right="" name="a2" default=""/>
+ <parameter left="const QString &amp;" right="" name="a3" default=""/>
+ <parameter left="const QString &amp;" right="" name="a4" default=""/>
+ <parameter left="const QString &amp;" right="" name="a5" default=""/>
+ <parameter left="const QString &amp;" right="" name="a6" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arg" fullname="QString::arg" href="qstring.html#arg-7" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="7" type="QString" signature="arg(const QString &amp; a1, const QString &amp; a2, const QString &amp; a3, const QString &amp; a4, const QString &amp; a5, const QString &amp; a6, const QString &amp; a7) const">
+ <parameter left="const QString &amp;" right="" name="a1" default=""/>
+ <parameter left="const QString &amp;" right="" name="a2" default=""/>
+ <parameter left="const QString &amp;" right="" name="a3" default=""/>
+ <parameter left="const QString &amp;" right="" name="a4" default=""/>
+ <parameter left="const QString &amp;" right="" name="a5" default=""/>
+ <parameter left="const QString &amp;" right="" name="a6" default=""/>
+ <parameter left="const QString &amp;" right="" name="a7" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arg" fullname="QString::arg" href="qstring.html#arg-8" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="8" type="QString" signature="arg(const QString &amp; a1, const QString &amp; a2, const QString &amp; a3, const QString &amp; a4, const QString &amp; a5, const QString &amp; a6, const QString &amp; a7, const QString &amp; a8) const">
+ <parameter left="const QString &amp;" right="" name="a1" default=""/>
+ <parameter left="const QString &amp;" right="" name="a2" default=""/>
+ <parameter left="const QString &amp;" right="" name="a3" default=""/>
+ <parameter left="const QString &amp;" right="" name="a4" default=""/>
+ <parameter left="const QString &amp;" right="" name="a5" default=""/>
+ <parameter left="const QString &amp;" right="" name="a6" default=""/>
+ <parameter left="const QString &amp;" right="" name="a7" default=""/>
+ <parameter left="const QString &amp;" right="" name="a8" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arg" fullname="QString::arg" href="qstring.html#arg-9" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="9" type="QString" signature="arg(const QString &amp; a1, const QString &amp; a2, const QString &amp; a3, const QString &amp; a4, const QString &amp; a5, const QString &amp; a6, const QString &amp; a7, const QString &amp; a8, const QString &amp; a9) const">
+ <parameter left="const QString &amp;" right="" name="a1" default=""/>
+ <parameter left="const QString &amp;" right="" name="a2" default=""/>
+ <parameter left="const QString &amp;" right="" name="a3" default=""/>
+ <parameter left="const QString &amp;" right="" name="a4" default=""/>
+ <parameter left="const QString &amp;" right="" name="a5" default=""/>
+ <parameter left="const QString &amp;" right="" name="a6" default=""/>
+ <parameter left="const QString &amp;" right="" name="a7" default=""/>
+ <parameter left="const QString &amp;" right="" name="a8" default=""/>
+ <parameter left="const QString &amp;" right="" name="a9" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="vsprintf" fullname="QString::vsprintf" href="qstring.html#vsprintf" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString &amp;" signature="vsprintf(const char * cformat, va_list ap)">
+ <parameter left="const char *" right="" name="cformat" default=""/>
+ <parameter left="va_list" right="" name="ap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sprintf" fullname="QString::sprintf" href="qstring.html#sprintf" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString &amp;" signature="sprintf(const char * cformat, ... )">
+ <parameter left="const char *" right="" name="cformat" default=""/>
+ <parameter left="..." right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="QString::indexOf" href="qstring.html#indexOf-3" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="int" signature="indexOf(QChar ch, int from, Qt::CaseSensitivity cs) const">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ <parameter left="int" right="" name="from" default="0"/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="QString::indexOf" href="qstring.html#indexOf" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOf(const QString &amp; str, int from, Qt::CaseSensitivity cs) const">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ <parameter left="int" right="" name="from" default="0"/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="QString::indexOf" href="qstring.html#indexOf-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="indexOf(const QLatin1String &amp; str, int from, Qt::CaseSensitivity cs) const">
+ <parameter left="const QLatin1String &amp;" right="" name="str" default=""/>
+ <parameter left="int" right="" name="from" default="0"/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastIndexOf" fullname="QString::lastIndexOf" href="qstring.html#lastIndexOf-3" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="int" signature="lastIndexOf(QChar ch, int from, Qt::CaseSensitivity cs) const">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ <parameter left="int" right="" name="from" default="-1"/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastIndexOf" fullname="QString::lastIndexOf" href="qstring.html#lastIndexOf" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="lastIndexOf(const QString &amp; str, int from, Qt::CaseSensitivity cs) const">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ <parameter left="int" right="" name="from" default="-1"/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastIndexOf" fullname="QString::lastIndexOf" href="qstring.html#lastIndexOf-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="lastIndexOf(const QLatin1String &amp; str, int from, Qt::CaseSensitivity cs) const">
+ <parameter left="const QLatin1String &amp;" right="" name="str" default=""/>
+ <parameter left="int" right="" name="from" default="-1"/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QString::contains" href="qstring.html#contains-4" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="bool" signature="contains(QChar ch, Qt::CaseSensitivity cs) const">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QString::contains" href="qstring.html#contains" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const QString &amp; str, Qt::CaseSensitivity cs) const">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QString::count" href="qstring.html#count-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="count(QChar ch, Qt::CaseSensitivity cs) const">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QString::count" href="qstring.html#count" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count(const QString &amp; str, Qt::CaseSensitivity cs) const">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="QString::indexOf" href="qstring.html#indexOf-4" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="int" signature="indexOf(const QRegExp &amp; rx, int from) const">
+ <parameter left="const QRegExp &amp;" right="" name="rx" default=""/>
+ <parameter left="int" right="" name="from" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastIndexOf" fullname="QString::lastIndexOf" href="qstring.html#lastIndexOf-4" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="int" signature="lastIndexOf(const QRegExp &amp; rx, int from) const">
+ <parameter left="const QRegExp &amp;" right="" name="rx" default=""/>
+ <parameter left="int" right="" name="from" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QString::contains" href="qstring.html#contains-5" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="5" type="bool" signature="contains(const QRegExp &amp; rx) const">
+ <parameter left="const QRegExp &amp;" right="" name="rx" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QString::count" href="qstring.html#count-3" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="int" signature="count(const QRegExp &amp; rx) const">
+ <parameter left="const QRegExp &amp;" right="" name="rx" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="QString::indexOf" href="qstring.html#indexOf-5" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="5" type="int" signature="indexOf(QRegExp &amp; rx, int from) const">
+ <parameter left="QRegExp &amp;" right="" name="rx" default=""/>
+ <parameter left="int" right="" name="from" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastIndexOf" fullname="QString::lastIndexOf" href="qstring.html#lastIndexOf-5" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="5" type="int" signature="lastIndexOf(QRegExp &amp; rx, int from) const">
+ <parameter left="QRegExp &amp;" right="" name="rx" default=""/>
+ <parameter left="int" right="" name="from" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QString::contains" href="qstring.html#contains-6" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="6" type="bool" signature="contains(QRegExp &amp; rx) const">
+ <parameter left="QRegExp &amp;" right="" name="rx" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SectionFlag" fullname="QString::SectionFlag" href="qstring.html#SectionFlag-enum" location="qstring.h" typedef="QString::SectionFlags">
+ <value name="SectionDefault" value="0x00"/>
+ <value name="SectionSkipEmpty" value="0x01"/>
+ <value name="SectionIncludeLeadingSep" value="0x02"/>
+ <value name="SectionIncludeTrailingSep" value="0x04"/>
+ <value name="SectionCaseInsensitiveSeps" value="0x08"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="SectionFlags" fullname="QString::SectionFlags" href="qstring.html#SectionFlags-typedef" location="qstring.h" enum="QString::SectionFlag"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="section" fullname="QString::section" href="qstring.html#section" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="section(QChar sep, int start, int end, QFlags&lt;QString::SectionFlag&gt; flags) const">
+ <parameter left="QChar" right="" name="sep" default=""/>
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="end" default="-1"/>
+ <parameter left="QFlags&lt;QString::SectionFlag&gt;" right="" name="flags" default="SectionDefault"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="section" fullname="QString::section" href="qstring.html#section-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QString" signature="section(const QString &amp; sep, int start, int end, QFlags&lt;QString::SectionFlag&gt; flags) const">
+ <parameter left="const QString &amp;" right="" name="sep" default=""/>
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="end" default="-1"/>
+ <parameter left="QFlags&lt;QString::SectionFlag&gt;" right="" name="flags" default="SectionDefault"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="section" fullname="QString::section" href="qstring.html#section-3" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QString" signature="section(const QRegExp &amp; reg, int start, int end, QFlags&lt;QString::SectionFlag&gt; flags) const">
+ <parameter left="const QRegExp &amp;" right="" name="reg" default=""/>
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="end" default="-1"/>
+ <parameter left="QFlags&lt;QString::SectionFlag&gt;" right="" name="flags" default="SectionDefault"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="left" fullname="QString::left" href="qstring.html#left" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="left(int n) const">
+ <parameter left="int" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="right" fullname="QString::right" href="qstring.html#right" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="right(int n) const">
+ <parameter left="int" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mid" fullname="QString::mid" href="qstring.html#mid" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="mid(int position, int n) const">
+ <parameter left="int" right="" name="position" default=""/>
+ <parameter left="int" right="" name="n" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="leftRef" fullname="QString::leftRef" href="qstring.html#leftRef" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="leftRef(int n) const">
+ <parameter left="int" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rightRef" fullname="QString::rightRef" href="qstring.html#rightRef" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="rightRef(int n) const">
+ <parameter left="int" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="midRef" fullname="QString::midRef" href="qstring.html#midRef" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="midRef(int position, int n) const">
+ <parameter left="int" right="" name="position" default=""/>
+ <parameter left="int" right="" name="n" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startsWith" fullname="QString::startsWith" href="qstring.html#startsWith" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="startsWith(const QString &amp; s, Qt::CaseSensitivity cs) const">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startsWith" fullname="QString::startsWith" href="qstring.html#startsWith-3" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="bool" signature="startsWith(const QLatin1String &amp; s, Qt::CaseSensitivity cs) const">
+ <parameter left="const QLatin1String &amp;" right="" name="s" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startsWith" fullname="QString::startsWith" href="qstring.html#startsWith-4" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="bool" signature="startsWith(const QChar &amp; c, Qt::CaseSensitivity cs) const">
+ <parameter left="const QChar &amp;" right="" name="c" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endsWith" fullname="QString::endsWith" href="qstring.html#endsWith" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="endsWith(const QString &amp; s, Qt::CaseSensitivity cs) const">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endsWith" fullname="QString::endsWith" href="qstring.html#endsWith-3" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="bool" signature="endsWith(const QLatin1String &amp; s, Qt::CaseSensitivity cs) const">
+ <parameter left="const QLatin1String &amp;" right="" name="s" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endsWith" fullname="QString::endsWith" href="qstring.html#endsWith-4" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="bool" signature="endsWith(const QChar &amp; c, Qt::CaseSensitivity cs) const">
+ <parameter left="const QChar &amp;" right="" name="c" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="leftJustified" fullname="QString::leftJustified" href="qstring.html#leftJustified" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="leftJustified(int width, QChar fill, bool truncate) const">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="QChar" right="" name="fill" default="QLatin1Char( ' ' )"/>
+ <parameter left="bool" right="" name="truncate" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rightJustified" fullname="QString::rightJustified" href="qstring.html#rightJustified" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="rightJustified(int width, QChar fill, bool truncate) const">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="QChar" right="" name="fill" default="QLatin1Char( ' ' )"/>
+ <parameter left="bool" right="" name="truncate" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLower" fullname="QString::toLower" href="qstring.html#toLower" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toLower() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUpper" fullname="QString::toUpper" href="qstring.html#toUpper" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toUpper() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toCaseFolded" fullname="QString::toCaseFolded" href="qstring.html#toCaseFolded" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toCaseFolded() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="trimmed" fullname="QString::trimmed" href="qstring.html#trimmed" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="trimmed() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="simplified" fullname="QString::simplified" href="qstring.html#simplified" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="simplified() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QString::insert" href="qstring.html#insert-4" location="qstring.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="QString &amp;" signature="insert(int position, QChar ch)">
+ <parameter left="int" right="" name="position" default=""/>
+ <parameter left="QChar" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QString::insert" href="qstring.html#insert-3" location="qstring.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QString &amp;" signature="insert(int position, const QChar * unicode, int size)">
+ <parameter left="int" right="" name="position" default=""/>
+ <parameter left="const QChar *" right="" name="unicode" default=""/>
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QString::insert" href="qstring.html#insert" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString &amp;" signature="insert(int position, const QString &amp; str)">
+ <parameter left="int" right="" name="position" default=""/>
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QString::insert" href="qstring.html#insert-2" location="qstring.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QString &amp;" signature="insert(int position, const QLatin1String &amp; str)">
+ <parameter left="int" right="" name="position" default=""/>
+ <parameter left="const QLatin1String &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QString::append" href="qstring.html#append-6" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="QString &amp;" signature="append(QChar ch)">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QString::append" href="qstring.html#append" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString &amp;" signature="append(const QString &amp; str)">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QString::append" href="qstring.html#append-2" location="qstring.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QString &amp;" signature="append(const QStringRef &amp; reference)">
+ <parameter left="const QStringRef &amp;" right="" name="reference" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QString::append" href="qstring.html#append-3" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QString &amp;" signature="append(const QLatin1String &amp; str)">
+ <parameter left="const QLatin1String &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prepend" fullname="QString::prepend" href="qstring.html#prepend-5" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="QString &amp;" signature="prepend(QChar ch)">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prepend" fullname="QString::prepend" href="qstring.html#prepend" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString &amp;" signature="prepend(const QString &amp; str)">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prepend" fullname="QString::prepend" href="qstring.html#prepend-2" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QString &amp;" signature="prepend(const QLatin1String &amp; str)">
+ <parameter left="const QLatin1String &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QString::operator+=" href="qstring.html#operator+=-7" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="QString &amp;" signature="operator+=(QChar ch)">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QString::operator+=" href="qstring.html#operator+=" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString &amp;" signature="operator+=(const QString &amp; other)">
+ <parameter left="const QString &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QString::operator+=" href="qstring.html#operator+=-5" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="QString &amp;" signature="operator+=(const QStringRef &amp; str)">
+ <parameter left="const QStringRef &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QString::operator+=" href="qstring.html#operator+=-2" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QString &amp;" signature="operator+=(const QLatin1String &amp; str)">
+ <parameter left="const QLatin1String &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QString::remove" href="qstring.html#remove" location="qstring.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString &amp;" signature="remove(int position, int n)">
+ <parameter left="int" right="" name="position" default=""/>
+ <parameter left="int" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QString::remove" href="qstring.html#remove-2" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QString &amp;" signature="remove(QChar ch, Qt::CaseSensitivity cs)">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QString::remove" href="qstring.html#remove-3" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QString &amp;" signature="remove(const QString &amp; str, Qt::CaseSensitivity cs)">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QString::replace" href="qstring.html#replace-7" location="qstring.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="QString &amp;" signature="replace(int position, int n, QChar after)">
+ <parameter left="int" right="" name="position" default=""/>
+ <parameter left="int" right="" name="n" default=""/>
+ <parameter left="QChar" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QString::replace" href="qstring.html#replace-6" location="qstring.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="QString &amp;" signature="replace(int position, int n, const QChar * unicode, int size)">
+ <parameter left="int" right="" name="position" default=""/>
+ <parameter left="int" right="" name="n" default=""/>
+ <parameter left="const QChar *" right="" name="unicode" default=""/>
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QString::replace" href="qstring.html#replace" location="qstring.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString &amp;" signature="replace(int position, int n, const QString &amp; after)">
+ <parameter left="int" right="" name="position" default=""/>
+ <parameter left="int" right="" name="n" default=""/>
+ <parameter left="const QString &amp;" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QString::replace" href="qstring.html#replace-11" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="11" type="QString &amp;" signature="replace(QChar before, QChar after, Qt::CaseSensitivity cs)">
+ <parameter left="QChar" right="" name="before" default=""/>
+ <parameter left="QChar" right="" name="after" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QString::replace" href="qstring.html#replace-9" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" type="QString &amp;" signature="replace(const QChar * before, int blen, const QChar * after, int alen, Qt::CaseSensitivity cs)">
+ <parameter left="const QChar *" right="" name="before" default=""/>
+ <parameter left="int" right="" name="blen" default=""/>
+ <parameter left="const QChar *" right="" name="after" default=""/>
+ <parameter left="int" right="" name="alen" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QString::replace" href="qstring.html#replace-12" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" type="QString &amp;" signature="replace(const QLatin1String &amp; before, const QLatin1String &amp; after, Qt::CaseSensitivity cs)">
+ <parameter left="const QLatin1String &amp;" right="" name="before" default=""/>
+ <parameter left="const QLatin1String &amp;" right="" name="after" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QString::replace" href="qstring.html#replace-13" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="13" type="QString &amp;" signature="replace(const QLatin1String &amp; before, const QString &amp; after, Qt::CaseSensitivity cs)">
+ <parameter left="const QLatin1String &amp;" right="" name="before" default=""/>
+ <parameter left="const QString &amp;" right="" name="after" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QString::replace" href="qstring.html#replace-14" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="14" type="QString &amp;" signature="replace(const QString &amp; before, const QLatin1String &amp; after, Qt::CaseSensitivity cs)">
+ <parameter left="const QString &amp;" right="" name="before" default=""/>
+ <parameter left="const QLatin1String &amp;" right="" name="after" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QString::replace" href="qstring.html#replace-8" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="QString &amp;" signature="replace(const QString &amp; before, const QString &amp; after, Qt::CaseSensitivity cs)">
+ <parameter left="const QString &amp;" right="" name="before" default=""/>
+ <parameter left="const QString &amp;" right="" name="after" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QString::replace" href="qstring.html#replace-10" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="10" type="QString &amp;" signature="replace(QChar ch, const QString &amp; after, Qt::CaseSensitivity cs)">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ <parameter left="const QString &amp;" right="" name="after" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QString::replace" href="qstring.html#replace-15" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="15" type="QString &amp;" signature="replace(QChar c, const QLatin1String &amp; after, Qt::CaseSensitivity cs)">
+ <parameter left="QChar" right="" name="c" default=""/>
+ <parameter left="const QLatin1String &amp;" right="" name="after" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QString::replace" href="qstring.html#replace-16" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="16" type="QString &amp;" signature="replace(const QRegExp &amp; rx, const QString &amp; after)">
+ <parameter left="const QRegExp &amp;" right="" name="rx" default=""/>
+ <parameter left="const QString &amp;" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QString::remove" href="qstring.html#remove-4" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="QString &amp;" signature="remove(const QRegExp &amp; rx)">
+ <parameter left="const QRegExp &amp;" right="" name="rx" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SplitBehavior" fullname="QString::SplitBehavior" href="qstring.html#SplitBehavior-enum" location="qstring.h">
+ <value name="KeepEmptyParts" value="0"/>
+ <value name="SkipEmptyParts" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="split" fullname="QString::split" href="qstring.html#split" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="split(const QString &amp; sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const">
+ <parameter left="const QString &amp;" right="" name="sep" default=""/>
+ <parameter left="SplitBehavior" right="" name="behavior" default="KeepEmptyParts"/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="split" fullname="QString::split" href="qstring.html#split-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QStringList" signature="split(const QChar &amp; sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const">
+ <parameter left="const QChar &amp;" right="" name="sep" default=""/>
+ <parameter left="SplitBehavior" right="" name="behavior" default="KeepEmptyParts"/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="split" fullname="QString::split" href="qstring.html#split-3" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QStringList" signature="split(const QRegExp &amp; rx, SplitBehavior behavior) const">
+ <parameter left="const QRegExp &amp;" right="" name="rx" default=""/>
+ <parameter left="SplitBehavior" right="" name="behavior" default="KeepEmptyParts"/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="NormalizationForm" fullname="QString::NormalizationForm" href="qstring.html#NormalizationForm-enum" location="qstring.h">
+ <value name="NormalizationForm_D" value="0"/>
+ <value name="NormalizationForm_C" value="1"/>
+ <value name="NormalizationForm_KD" value="2"/>
+ <value name="NormalizationForm_KC" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="normalized" fullname="QString::normalized" href="qstring.html#normalized" location="qstring.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="normalized(NormalizationForm mode) const">
+ <parameter left="NormalizationForm" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="normalized" fullname="QString::normalized" href="qstring.html#normalized-2" location="qstring.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QString" signature="normalized(NormalizationForm mode, QChar::UnicodeVersion version) const">
+ <parameter left="NormalizationForm" right="" name="mode" default=""/>
+ <parameter left="QChar::UnicodeVersion" right="" name="version" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="repeated" fullname="QString::repeated" href="qstring.html#repeated" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="repeated(int times) const">
+ <parameter left="int" right="" name="times" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="utf16" fullname="QString::utf16" href="qstring.html#utf16" location="qstring.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="const ushort *" signature="utf16() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toAscii" fullname="QString::toAscii" href="qstring.html#toAscii" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="toAscii() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLatin1" fullname="QString::toLatin1" href="qstring.html#toLatin1" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="toLatin1() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUtf8" fullname="QString::toUtf8" href="qstring.html#toUtf8" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="toUtf8() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLocal8Bit" fullname="QString::toLocal8Bit" href="qstring.html#toLocal8Bit" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="toLocal8Bit() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUcs4" fullname="QString::toUcs4" href="qstring.html#toUcs4" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector&lt;uint&gt;" signature="toUcs4() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromAscii" fullname="QString::fromAscii" href="qstring.html#fromAscii" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="fromAscii(const char * str, int size)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ <parameter left="int" right="" name="size" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromLatin1" fullname="QString::fromLatin1" href="qstring.html#fromLatin1" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="fromLatin1(const char * str, int size)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ <parameter left="int" right="" name="size" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromUtf8" fullname="QString::fromUtf8" href="qstring.html#fromUtf8" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="fromUtf8(const char * str, int size)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ <parameter left="int" right="" name="size" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromLocal8Bit" fullname="QString::fromLocal8Bit" href="qstring.html#fromLocal8Bit" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="fromLocal8Bit(const char * str, int size)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ <parameter left="int" right="" name="size" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromUtf16" fullname="QString::fromUtf16" href="qstring.html#fromUtf16" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="fromUtf16(const ushort * unicode, int size)">
+ <parameter left="const ushort *" right="" name="unicode" default=""/>
+ <parameter left="int" right="" name="size" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromUcs4" fullname="QString::fromUcs4" href="qstring.html#fromUcs4" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="fromUcs4(const uint * unicode, int size)">
+ <parameter left="const uint *" right="" name="unicode" default=""/>
+ <parameter left="int" right="" name="size" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromRawData" fullname="QString::fromRawData" href="qstring.html#fromRawData" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="fromRawData(const QChar * unicode, int size)">
+ <parameter left="const QChar *" right="" name="unicode" default=""/>
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toWCharArray" fullname="QString::toWCharArray" href="qstring.html#toWCharArray" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="toWCharArray(wchar_t * array) const">
+ <parameter left="wchar_t *" right="" name="array" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromWCharArray" fullname="QString::fromWCharArray" href="qstring.html#fromWCharArray" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="fromWCharArray(const wchar_t * string, int size)">
+ <parameter left="const wchar_t *" right="" name="string" default=""/>
+ <parameter left="int" right="" name="size" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUnicode" fullname="QString::setUnicode" href="qstring.html#setUnicode" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString &amp;" signature="setUnicode(const QChar * unicode, int size)">
+ <parameter left="const QChar *" right="" name="unicode" default=""/>
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUtf16" fullname="QString::setUtf16" href="qstring.html#setUtf16" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString &amp;" signature="setUtf16(const ushort * unicode, int size)">
+ <parameter left="const ushort *" right="" name="unicode" default=""/>
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compare" fullname="QString::compare" href="qstring.html#compare-5" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="5" type="int" signature="compare(const QString &amp; other) const">
+ <parameter left="const QString &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compare" fullname="QString::compare" href="qstring.html#compare-6" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="6" type="int" signature="compare(const QString &amp; other, Qt::CaseSensitivity cs) const">
+ <parameter left="const QString &amp;" right="" name="other" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compare" fullname="QString::compare" href="qstring.html#compare-7" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="7" type="int" signature="compare(const QLatin1String &amp; other, Qt::CaseSensitivity cs) const">
+ <parameter left="const QLatin1String &amp;" right="" name="other" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compare" fullname="QString::compare" href="qstring.html#compare-2" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="int" signature="compare(const QString &amp; s1, const QString &amp; s2)">
+ <parameter left="const QString &amp;" right="" name="s1" default=""/>
+ <parameter left="const QString &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compare" fullname="QString::compare" href="qstring.html#compare" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="compare(const QString &amp; s1, const QString &amp; s2, Qt::CaseSensitivity cs)">
+ <parameter left="const QString &amp;" right="" name="s1" default=""/>
+ <parameter left="const QString &amp;" right="" name="s2" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compare" fullname="QString::compare" href="qstring.html#compare-3" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="int" signature="compare(const QString &amp; s1, const QLatin1String &amp; s2, Qt::CaseSensitivity cs)">
+ <parameter left="const QString &amp;" right="" name="s1" default=""/>
+ <parameter left="const QLatin1String &amp;" right="" name="s2" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compare" fullname="QString::compare" href="qstring.html#compare-4" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="4" type="int" signature="compare(const QLatin1String &amp; s1, const QString &amp; s2, Qt::CaseSensitivity cs)">
+ <parameter left="const QLatin1String &amp;" right="" name="s1" default=""/>
+ <parameter left="const QString &amp;" right="" name="s2" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compare" fullname="QString::compare" href="qstring.html#compare-8" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="8" type="int" signature="compare(const QStringRef &amp; ref, Qt::CaseSensitivity cs) const">
+ <parameter left="const QStringRef &amp;" right="" name="ref" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compare" fullname="QString::compare" href="qstring.html#compare-9" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="9" type="int" signature="compare(const QString &amp; s1, const QStringRef &amp; s2, Qt::CaseSensitivity cs)">
+ <parameter left="const QString &amp;" right="" name="s1" default=""/>
+ <parameter left="const QStringRef &amp;" right="" name="s2" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="localeAwareCompare" fullname="QString::localeAwareCompare" href="qstring.html#localeAwareCompare-4" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="int" signature="localeAwareCompare(const QString &amp; other) const">
+ <parameter left="const QString &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="localeAwareCompare" fullname="QString::localeAwareCompare" href="qstring.html#localeAwareCompare" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="localeAwareCompare(const QString &amp; s1, const QString &amp; s2)">
+ <parameter left="const QString &amp;" right="" name="s1" default=""/>
+ <parameter left="const QString &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="localeAwareCompare" fullname="QString::localeAwareCompare" href="qstring.html#localeAwareCompare-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="localeAwareCompare(const QStringRef &amp; other) const">
+ <parameter left="const QStringRef &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="localeAwareCompare" fullname="QString::localeAwareCompare" href="qstring.html#localeAwareCompare-3" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="int" signature="localeAwareCompare(const QString &amp; s1, const QStringRef &amp; s2)">
+ <parameter left="const QString &amp;" right="" name="s1" default=""/>
+ <parameter left="const QStringRef &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toShort" fullname="QString::toShort" href="qstring.html#toShort" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="short" signature="toShort(bool * ok, int base) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUShort" fullname="QString::toUShort" href="qstring.html#toUShort" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ushort" signature="toUShort(bool * ok, int base) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toInt" fullname="QString::toInt" href="qstring.html#toInt" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="toInt(bool * ok, int base) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUInt" fullname="QString::toUInt" href="qstring.html#toUInt" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="toUInt(bool * ok, int base) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLong" fullname="QString::toLong" href="qstring.html#toLong" location="qstring.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="long" signature="toLong(bool * ok, int base) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toULong" fullname="QString::toULong" href="qstring.html#toULong" location="qstring.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="ulong" signature="toULong(bool * ok, int base) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLongLong" fullname="QString::toLongLong" href="qstring.html#toLongLong" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qlonglong" signature="toLongLong(bool * ok, int base) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toULongLong" fullname="QString::toULongLong" href="qstring.html#toULongLong" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qulonglong" signature="toULongLong(bool * ok, int base) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFloat" fullname="QString::toFloat" href="qstring.html#toFloat" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="float" signature="toFloat(bool * ok) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toDouble" fullname="QString::toDouble" href="qstring.html#toDouble" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="double" signature="toDouble(bool * ok) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="QString::setNum" href="qstring.html#setNum-7" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="QString &amp;" signature="setNum(short n, int base)">
+ <parameter left="short" right="" name="n" default=""/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="QString::setNum" href="qstring.html#setNum-8" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="QString &amp;" signature="setNum(ushort n, int base)">
+ <parameter left="ushort" right="" name="n" default=""/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="QString::setNum" href="qstring.html#setNum" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString &amp;" signature="setNum(int n, int base)">
+ <parameter left="int" right="" name="n" default=""/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="QString::setNum" href="qstring.html#setNum-2" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QString &amp;" signature="setNum(uint n, int base)">
+ <parameter left="uint" right="" name="n" default=""/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="QString::setNum" href="qstring.html#setNum-3" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QString &amp;" signature="setNum(long n, int base)">
+ <parameter left="long" right="" name="n" default=""/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="QString::setNum" href="qstring.html#setNum-4" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="QString &amp;" signature="setNum(ulong n, int base)">
+ <parameter left="ulong" right="" name="n" default=""/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="QString::setNum" href="qstring.html#setNum-5" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="QString &amp;" signature="setNum(qlonglong n, int base)">
+ <parameter left="qlonglong" right="" name="n" default=""/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="QString::setNum" href="qstring.html#setNum-6" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="QString &amp;" signature="setNum(qulonglong n, int base)">
+ <parameter left="qulonglong" right="" name="n" default=""/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="QString::setNum" href="qstring.html#setNum-10" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="10" type="QString &amp;" signature="setNum(float n, char format, int precision)">
+ <parameter left="float" right="" name="n" default=""/>
+ <parameter left="char" right="" name="format" default="'g'"/>
+ <parameter left="int" right="" name="precision" default="6"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="QString::setNum" href="qstring.html#setNum-9" location="qstring.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" type="QString &amp;" signature="setNum(double n, char format, int precision)">
+ <parameter left="double" right="" name="n" default=""/>
+ <parameter left="char" right="" name="format" default="'g'"/>
+ <parameter left="int" right="" name="precision" default="6"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="number" fullname="QString::number" href="qstring.html#number-4" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="4" type="QString" signature="number(int n, int base)">
+ <parameter left="int" right="" name="n" default=""/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="number" fullname="QString::number" href="qstring.html#number-5" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="5" type="QString" signature="number(uint n, int base)">
+ <parameter left="uint" right="" name="n" default=""/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="number" fullname="QString::number" href="qstring.html#number" location="qstring.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="number(long n, int base)">
+ <parameter left="long" right="" name="n" default=""/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="number" fullname="QString::number" href="qstring.html#number-3" location="qstring.cpp" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="QString" signature="number(ulong n, int base)">
+ <parameter left="ulong" right="" name="n" default=""/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="number" fullname="QString::number" href="qstring.html#number-6" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="6" type="QString" signature="number(qlonglong n, int base)">
+ <parameter left="qlonglong" right="" name="n" default=""/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="number" fullname="QString::number" href="qstring.html#number-7" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="7" type="QString" signature="number(qulonglong n, int base)">
+ <parameter left="qulonglong" right="" name="n" default=""/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="number" fullname="QString::number" href="qstring.html#number-2" location="qstring.cpp" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QString" signature="number(double n, char format, int precision)">
+ <parameter left="double" right="" name="n" default=""/>
+ <parameter left="char" right="" name="format" default="'g'"/>
+ <parameter left="int" right="" name="precision" default="6"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QString::operator==" href="qstring.html#operator==" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QString &amp; other) const">
+ <parameter left="const QString &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QString::operator&lt;" href="qstring.html#operator&lt;" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;(const QString &amp; other) const">
+ <parameter left="const QString &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" fullname="QString::operator&gt;" href="qstring.html#operator&gt;" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&gt;(const QString &amp; other) const">
+ <parameter left="const QString &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QString::operator!=" href="qstring.html#operator!=" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QString &amp; other) const">
+ <parameter left="const QString &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;=" fullname="QString::operator&lt;=" href="qstring.html#operator&lt;=" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;=(const QString &amp; other) const">
+ <parameter left="const QString &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;=" fullname="QString::operator&gt;=" href="qstring.html#operator&gt;=" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&gt;=(const QString &amp; other) const">
+ <parameter left="const QString &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QString::operator==" href="qstring.html#operator==-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator==(const QLatin1String &amp; other) const">
+ <parameter left="const QLatin1String &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QString::operator&lt;" href="qstring.html#operator&lt;-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator&lt;(const QLatin1String &amp; other) const">
+ <parameter left="const QLatin1String &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" fullname="QString::operator&gt;" href="qstring.html#operator&gt;-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator&gt;(const QLatin1String &amp; other) const">
+ <parameter left="const QLatin1String &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QString::operator!=" href="qstring.html#operator!=-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator!=(const QLatin1String &amp; other) const">
+ <parameter left="const QLatin1String &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;=" fullname="QString::operator&lt;=" href="qstring.html#operator&lt;=-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator&lt;=(const QLatin1String &amp; other) const">
+ <parameter left="const QLatin1String &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;=" fullname="QString::operator&gt;=" href="qstring.html#operator&gt;=-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator&gt;=(const QLatin1String &amp; other) const">
+ <parameter left="const QLatin1String &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QString" fullname="QString::QString" href="qstring.html#QString-7" location="qstring.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="7" type="" signature="QString(const char * str)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QString" fullname="QString::QString" href="qstring.html#QString-8" location="qstring.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="8" type="" signature="QString(const QByteArray &amp; ba)">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QString::operator=" href="qstring.html#operator=-5" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="QString &amp;" signature="operator=(const char * str)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QString::operator=" href="qstring.html#operator=-4" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="QString &amp;" signature="operator=(const QByteArray &amp; ba)">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QString::operator=" href="qstring.html#operator=-6" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="QString &amp;" signature="operator=(char ch)">
+ <parameter left="char" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prepend" fullname="QString::prepend" href="qstring.html#prepend-4" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="QString &amp;" signature="prepend(const char * str)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prepend" fullname="QString::prepend" href="qstring.html#prepend-3" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QString &amp;" signature="prepend(const QByteArray &amp; ba)">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QString::append" href="qstring.html#append-5" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="QString &amp;" signature="append(const char * str)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QString::append" href="qstring.html#append-4" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="QString &amp;" signature="append(const QByteArray &amp; ba)">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QString::operator+=" href="qstring.html#operator+=-4" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="QString &amp;" signature="operator+=(const char * str)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QString::operator+=" href="qstring.html#operator+=-3" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QString &amp;" signature="operator+=(const QByteArray &amp; ba)">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QString::operator+=" href="qstring.html#operator+=-6" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="QString &amp;" signature="operator+=(char ch)">
+ <parameter left="char" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QString::operator==" href="qstring.html#operator==-4" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="bool" signature="operator==(const char * other) const">
+ <parameter left="const char *" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QString::operator!=" href="qstring.html#operator!=-4" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="bool" signature="operator!=(const char * other) const">
+ <parameter left="const char *" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QString::operator&lt;" href="qstring.html#operator&lt;-4" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="bool" signature="operator&lt;(const char * other) const">
+ <parameter left="const char *" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;=" fullname="QString::operator&lt;=" href="qstring.html#operator&lt;=-4" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="bool" signature="operator&lt;=(const char * other) const">
+ <parameter left="const char *" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" fullname="QString::operator&gt;" href="qstring.html#operator&gt;-4" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="bool" signature="operator&gt;(const char * other) const">
+ <parameter left="const char *" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;=" fullname="QString::operator&gt;=" href="qstring.html#operator&gt;=-4" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="bool" signature="operator&gt;=(const char * other) const">
+ <parameter left="const char *" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QString::operator==" href="qstring.html#operator==-3" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="bool" signature="operator==(const QByteArray &amp; other) const">
+ <parameter left="const QByteArray &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QString::operator!=" href="qstring.html#operator!=-3" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="bool" signature="operator!=(const QByteArray &amp; other) const">
+ <parameter left="const QByteArray &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QString::operator&lt;" href="qstring.html#operator&lt;-3" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="bool" signature="operator&lt;(const QByteArray &amp; other) const">
+ <parameter left="const QByteArray &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" fullname="QString::operator&gt;" href="qstring.html#operator&gt;-3" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="bool" signature="operator&gt;(const QByteArray &amp; other) const">
+ <parameter left="const QByteArray &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;=" fullname="QString::operator&lt;=" href="qstring.html#operator&lt;=-3" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="bool" signature="operator&lt;=(const QByteArray &amp; other) const">
+ <parameter left="const QByteArray &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;=" fullname="QString::operator&gt;=" href="qstring.html#operator&gt;=-3" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="bool" signature="operator&gt;=(const QByteArray &amp; other) const">
+ <parameter left="const QByteArray &amp;" right="" name="other" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="iterator" fullname="QString::iterator" href="qstring.html#iterator-typedef" location="qstring.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="const_iterator" fullname="QString::const_iterator" href="qstring.html#const_iterator-typedef" location="qstring.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Iterator" fullname="QString::Iterator" href="qstring.html#Iterator-typedef" location="qstring.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ConstIterator" fullname="QString::ConstIterator" href="qstring.html#ConstIterator-typedef" location="qstring.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="QString::begin" href="qstring.html#begin" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="begin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="QString::begin" href="qstring.html#begin-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const_iterator" signature="begin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constBegin" fullname="QString::constBegin" href="qstring.html#constBegin" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="constBegin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="QString::end" href="qstring.html#end" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="end()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="QString::end" href="qstring.html#end-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const_iterator" signature="end() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constEnd" fullname="QString::constEnd" href="qstring.html#constEnd" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="constEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="push_back" fullname="QString::push_back" href="qstring.html#push_back-2" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="push_back(QChar ch)">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="push_back" fullname="QString::push_back" href="qstring.html#push_back" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="push_back(const QString &amp; other)">
+ <parameter left="const QString &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="push_front" fullname="QString::push_front" href="qstring.html#push_front-2" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="push_front(QChar ch)">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="push_front" fullname="QString::push_front" href="qstring.html#push_front" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="push_front(const QString &amp; other)">
+ <parameter left="const QString &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromStdString" fullname="QString::fromStdString" href="qstring.html#fromStdString" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="fromStdString(const std::string &amp; str)">
+ <parameter left="const std::string &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toStdString" fullname="QString::toStdString" href="qstring.html#toStdString" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="std::string" signature="toStdString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromStdWString" fullname="QString::fromStdWString" href="qstring.html#fromStdWString" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="fromStdWString(const std::wstring &amp; str)">
+ <parameter left="const std::wstring &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toStdWString" fullname="QString::toStdWString" href="qstring.html#toStdWString" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="std::wstring" signature="toStdWString() const"/>
+ <class access="public" threadsafety="unspecified" status="commendable" name="Null" fullname="QString::Null" href="qstring-null.html" location="qstring.h" bases="" module="QtCore"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="null" fullname="QString::null" href="qstring.html#null-var" location="qstring.h" type="const Null" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QString::isNull" href="qstring.html#isNull" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="non-reentrant" status="compat" name="ascii" fullname="QString::ascii" href="qstring-qt3.html#ascii" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="ascii() const"/>
+ <function access="public" threadsafety="non-reentrant" status="compat" name="latin1" fullname="QString::latin1" href="qstring-qt3.html#latin1" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="latin1() const"/>
+ <function access="public" threadsafety="non-reentrant" status="compat" name="utf8" fullname="QString::utf8" href="qstring-qt3.html#utf8" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="utf8() const"/>
+ <function access="public" threadsafety="non-reentrant" status="compat" name="local8Bit" fullname="QString::local8Bit" href="qstring-qt3.html#local8Bit" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="local8Bit() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setLength" fullname="QString::setLength" href="qstring-qt3.html#setLength" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLength(int nl)">
+ <parameter left="int" right="" name="nl" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="copy" fullname="QString::copy" href="qstring-qt3.html#copy" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="copy() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="remove" fullname="QString::remove" href="qstring-qt3.html#remove-5" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="QString &amp;" signature="remove(QChar c, bool cs)">
+ <parameter left="QChar" right="" name="c" default=""/>
+ <parameter left="bool" right="" name="cs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="remove" fullname="QString::remove" href="qstring-qt3.html#remove-6" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="QString &amp;" signature="remove(const QString &amp; s, bool cs)">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="bool" right="" name="cs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="replace" fullname="QString::replace" href="qstring-qt3.html#replace-2" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QString &amp;" signature="replace(QChar c, const QString &amp; after, bool cs)">
+ <parameter left="QChar" right="" name="c" default=""/>
+ <parameter left="const QString &amp;" right="" name="after" default=""/>
+ <parameter left="bool" right="" name="cs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="replace" fullname="QString::replace" href="qstring-qt3.html#replace-3" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QString &amp;" signature="replace(const QString &amp; before, const QString &amp; after, bool cs)">
+ <parameter left="const QString &amp;" right="" name="before" default=""/>
+ <parameter left="const QString &amp;" right="" name="after" default=""/>
+ <parameter left="bool" right="" name="cs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="replace" fullname="QString::replace" href="qstring-qt3.html#replace-4" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="QString &amp;" signature="replace(char c, const QString &amp; after, bool cs)">
+ <parameter left="char" right="" name="c" default=""/>
+ <parameter left="const QString &amp;" right="" name="after" default=""/>
+ <parameter left="bool" right="" name="cs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="replace" fullname="QString::replace" href="qstring-qt3.html#replace-5" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="QString &amp;" signature="replace(char c, const QString &amp; after, Qt::CaseSensitivity cs)">
+ <parameter left="char" right="" name="c" default=""/>
+ <parameter left="const QString &amp;" right="" name="after" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="find" fullname="QString::find" href="qstring-qt3.html#find" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="find(QChar c, int i, bool cs) const">
+ <parameter left="QChar" right="" name="c" default=""/>
+ <parameter left="int" right="" name="i" default="0"/>
+ <parameter left="bool" right="" name="cs" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="find" fullname="QString::find" href="qstring-qt3.html#find-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="find(const QString &amp; s, int i, bool cs) const">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="int" right="" name="i" default="0"/>
+ <parameter left="bool" right="" name="cs" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="findRev" fullname="QString::findRev" href="qstring-qt3.html#findRev" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="findRev(QChar c, int i, bool cs) const">
+ <parameter left="QChar" right="" name="c" default=""/>
+ <parameter left="int" right="" name="i" default="-1"/>
+ <parameter left="bool" right="" name="cs" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="findRev" fullname="QString::findRev" href="qstring-qt3.html#findRev-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="findRev(const QString &amp; s, int i, bool cs) const">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="int" right="" name="i" default="-1"/>
+ <parameter left="bool" right="" name="cs" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="find" fullname="QString::find" href="qstring-qt3.html#find-3" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="int" signature="find(const QRegExp &amp; rx, int i) const">
+ <parameter left="const QRegExp &amp;" right="" name="rx" default=""/>
+ <parameter left="int" right="" name="i" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="findRev" fullname="QString::findRev" href="qstring-qt3.html#findRev-3" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="int" signature="findRev(const QRegExp &amp; rx, int i) const">
+ <parameter left="const QRegExp &amp;" right="" name="rx" default=""/>
+ <parameter left="int" right="" name="i" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="contains" fullname="QString::contains" href="qstring-qt3.html#contains-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="contains(QChar c, bool cs) const">
+ <parameter left="QChar" right="" name="c" default=""/>
+ <parameter left="bool" right="" name="cs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="contains" fullname="QString::contains" href="qstring-qt3.html#contains-3" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="bool" signature="contains(const QString &amp; s, bool cs) const">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="bool" right="" name="cs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="startsWith" fullname="QString::startsWith" href="qstring-qt3.html#startsWith-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="startsWith(const QString &amp; s, bool cs) const">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="bool" right="" name="cs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="endsWith" fullname="QString::endsWith" href="qstring-qt3.html#endsWith-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="endsWith(const QString &amp; s, bool cs) const">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="bool" right="" name="cs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="constref" fullname="QString::constref" href="qstring-qt3.html#constref" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QChar" signature="constref(uint i) const">
+ <parameter left="uint" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="ref" fullname="QString::ref" href="qstring-qt3.html#ref" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QChar &amp;" signature="ref(uint i)">
+ <parameter left="uint" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="leftJustify" fullname="QString::leftJustify" href="qstring-qt3.html#leftJustify" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="leftJustify(int width, QChar fill, bool trunc) const">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="QChar" right="" name="fill" default="QLatin1Char( ' ' )"/>
+ <parameter left="bool" right="" name="trunc" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="rightJustify" fullname="QString::rightJustify" href="qstring-qt3.html#rightJustify" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="rightJustify(int width, QChar fill, bool trunc) const">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="QChar" right="" name="fill" default="QLatin1Char( ' ' )"/>
+ <parameter left="bool" right="" name="trunc" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="lower" fullname="QString::lower" href="qstring-qt3.html#lower" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="lower() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="upper" fullname="QString::upper" href="qstring-qt3.html#upper" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="upper() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="stripWhiteSpace" fullname="QString::stripWhiteSpace" href="qstring-qt3.html#stripWhiteSpace" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="stripWhiteSpace() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="simplifyWhiteSpace" fullname="QString::simplifyWhiteSpace" href="qstring-qt3.html#simplifyWhiteSpace" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="simplifyWhiteSpace() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setUnicodeCodes" fullname="QString::setUnicodeCodes" href="qstring-qt3.html#setUnicodeCodes" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString &amp;" signature="setUnicodeCodes(const ushort * unicode_as_ushorts, int size)">
+ <parameter left="const ushort *" right="" name="unicode_as_ushorts" default=""/>
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="ucs2" fullname="QString::ucs2" href="qstring-qt3.html#ucs2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const ushort *" signature="ucs2() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="fromUcs2" fullname="QString::fromUcs2" href="qstring-qt3.html#fromUcs2" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="fromUcs2(const ushort * unicode, int size)">
+ <parameter left="const ushort *" right="" name="unicode" default=""/>
+ <parameter left="int" right="" name="size" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setAscii" fullname="QString::setAscii" href="qstring-qt3.html#setAscii" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString &amp;" signature="setAscii(const char * str, int len)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ <parameter left="int" right="" name="len" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setLatin1" fullname="QString::setLatin1" href="qstring-qt3.html#setLatin1" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString &amp;" signature="setLatin1(const char * str, int len)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ <parameter left="int" right="" name="len" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="operator const char *" fullname="QString::operator const char *" href="qstring-qt3.html#operator const char *" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator const char *() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QLatin1String" href="qlatin1string.html" location="qstring.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLatin1String" fullname="QLatin1String::QLatin1String" href="qlatin1string.html#QLatin1String" location="qstring.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QLatin1String(const char * str)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QLatin1String::operator=" href="qlatin1string.html#operator=" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QLatin1String &amp;" signature="operator=(const QLatin1String &amp; other)">
+ <parameter left="const QLatin1String &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="latin1" fullname="QLatin1String::latin1" href="qlatin1string.html#latin1" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="latin1() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QLatin1String::operator==" href="qlatin1string.html#operator==" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QString &amp; other) const">
+ <parameter left="const QString &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QLatin1String::operator!=" href="qlatin1string.html#operator!=" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QString &amp; other) const">
+ <parameter left="const QString &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" fullname="QLatin1String::operator&gt;" href="qlatin1string.html#operator&gt;" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&gt;(const QString &amp; other) const">
+ <parameter left="const QString &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QLatin1String::operator&lt;" href="qlatin1string.html#operator&lt;" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;(const QString &amp; other) const">
+ <parameter left="const QString &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;=" fullname="QLatin1String::operator&gt;=" href="qlatin1string.html#operator&gt;=" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&gt;=(const QString &amp; other) const">
+ <parameter left="const QString &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;=" fullname="QLatin1String::operator&lt;=" href="qlatin1string.html#operator&lt;=" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;=(const QString &amp; other) const">
+ <parameter left="const QString &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QLatin1String::operator==" href="qlatin1string.html#operator==-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator==(const char * other) const">
+ <parameter left="const char *" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QLatin1String::operator!=" href="qlatin1string.html#operator!=-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator!=(const char * other) const">
+ <parameter left="const char *" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QLatin1String::operator&lt;" href="qlatin1string.html#operator&lt;-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator&lt;(const char * other) const">
+ <parameter left="const char *" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" fullname="QLatin1String::operator&gt;" href="qlatin1string.html#operator&gt;-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator&gt;(const char * other) const">
+ <parameter left="const char *" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;=" fullname="QLatin1String::operator&lt;=" href="qlatin1string.html#operator&lt;=-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator&lt;=(const char * other) const">
+ <parameter left="const char *" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;=" fullname="QLatin1String::operator&gt;=" href="qlatin1string.html#operator&gt;=-2" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator&gt;=(const char * other) const">
+ <parameter left="const char *" right="" name="other" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qstring.html#operator==-78" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="78" relates="QString" type="bool" signature="operator==(const char * s1, const QString &amp; s2)">
+ <parameter left="const char *" right="" name="s1" default=""/>
+ <parameter left="const QString &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="qstring.html#operator!=-24" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="24" relates="QString" type="bool" signature="operator!=(const char * s1, const QString &amp; s2)">
+ <parameter left="const char *" right="" name="s1" default=""/>
+ <parameter left="const QString &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" href="qstring.html#operator&lt;-8" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" relates="QString" type="bool" signature="operator&lt;(const char * s1, const QString &amp; s2)">
+ <parameter left="const char *" right="" name="s1" default=""/>
+ <parameter left="const QString &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" href="qstring.html#operator&gt;-5" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" relates="QString" type="bool" signature="operator&gt;(const char * s1, const QString &amp; s2)">
+ <parameter left="const char *" right="" name="s1" default=""/>
+ <parameter left="const QString &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;=" href="qstring.html#operator&lt;=-5" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" relates="QString" type="bool" signature="operator&lt;=(const char * s1, const QString &amp; s2)">
+ <parameter left="const char *" right="" name="s1" default=""/>
+ <parameter left="const QString &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;=" href="qstring.html#operator&gt;=-5" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" relates="QString" type="bool" signature="operator&gt;=(const char * s1, const QString &amp; s2)">
+ <parameter left="const char *" right="" name="s1" default=""/>
+ <parameter left="const QString &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="qstring.html#operator+-13" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="13" relates="QString" type="const QString" signature="operator+(const QString &amp; s1, const QString &amp; s2)">
+ <parameter left="const QString &amp;" right="" name="s1" default=""/>
+ <parameter left="const QString &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="qstring.html#operator+-16" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="16" relates="QString" type="const QString" signature="operator+(const QString &amp; s1, const char * s2)">
+ <parameter left="const QString &amp;" right="" name="s1" default=""/>
+ <parameter left="const char *" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="qstring.html#operator+-17" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="17" relates="QString" type="const QString" signature="operator+(const char * s1, const QString &amp; s2)">
+ <parameter left="const char *" right="" name="s1" default=""/>
+ <parameter left="const QString &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="qstring.html#operator+-18" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="18" relates="QString" type="const QString" signature="operator+(char ch, const QString &amp; s)">
+ <parameter left="char" right="" name="ch" default=""/>
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="qstring.html#operator+-19" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="19" relates="QString" type="const QString" signature="operator+(const QString &amp; s, char ch)">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="char" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qstring.html#operator&lt;&lt;-111" location="qstring.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="111" relates="QString" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QString &amp; string)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QString &amp;" right="" name="string" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qstring.html#operator&gt;&gt;-63" location="qstring.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="63" relates="QString" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QString &amp; string)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QString &amp;" right="" name="string" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="compat" name="QConstString" href="qconststring.html" location="qstring.h" bases="QString" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="compat" name="QConstString" fullname="QConstString::QConstString" href="qconststring-qt3.html#QConstString" location="qstring.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QConstString(const QChar * unicode, int size)">
+ <parameter left="const QChar *" right="" name="unicode" default=""/>
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="string" fullname="QConstString::string" href="qconststring-qt3.html#string" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QString &amp;" signature="string() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QStringRef" href="qstringref.html" location="qstring.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStringRef" fullname="QStringRef::QStringRef" href="qstringref.html#QStringRef" location="qstring.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStringRef()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStringRef" fullname="QStringRef::QStringRef" href="qstringref.html#QStringRef-2" location="qstring.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStringRef(const QString * string, int position, int length)">
+ <parameter left="const QString *" right="" name="string" default=""/>
+ <parameter left="int" right="" name="position" default=""/>
+ <parameter left="int" right="" name="length" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStringRef" fullname="QStringRef::QStringRef" href="qstringref.html#QStringRef-3" location="qstring.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QStringRef(const QString * string)">
+ <parameter left="const QString *" right="" name="string" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStringRef" fullname="QStringRef::QStringRef" href="qstringref.html#QStringRef-4" location="qstring.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QStringRef(const QStringRef &amp; other)">
+ <parameter left="const QStringRef &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QStringRef" fullname="QStringRef::~QStringRef" href="qstringref.html#dtor.QStringRef" location="qstring.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QStringRef()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="string" fullname="QStringRef::string" href="qstringref.html#string" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QString *" signature="string() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="position" fullname="QStringRef::position" href="qstringref.html#position" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="position() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QStringRef::size" href="qstringref.html#size" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QStringRef::count" href="qstringref.html#count" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="length" fullname="QStringRef::length" href="qstringref.html#length" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="length() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QStringRef::operator=" href="qstringref.html#operator=" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QStringRef &amp;" signature="operator=(const QStringRef &amp; other)">
+ <parameter left="const QStringRef &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QStringRef::operator=" href="qstringref.html#operator=-2" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QStringRef &amp;" signature="operator=(const QString * string)">
+ <parameter left="const QString *" right="" name="string" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unicode" fullname="QStringRef::unicode" href="qstringref.html#unicode" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QChar *" signature="unicode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QStringRef::data" href="qstringref.html#data" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QChar *" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constData" fullname="QStringRef::constData" href="qstringref.html#constData" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QChar *" signature="constData() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QStringRef::clear" href="qstringref.html#clear" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QStringRef::toString" href="qstringref.html#toString" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QStringRef::isEmpty" href="qstringref.html#isEmpty" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QStringRef::isNull" href="qstringref.html#isNull" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appendTo" fullname="QStringRef::appendTo" href="qstringref.html#appendTo" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringRef" signature="appendTo(QString * string) const">
+ <parameter left="QString *" right="" name="string" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="at" fullname="QStringRef::at" href="qstringref.html#at" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QChar" signature="at(int position) const">
+ <parameter left="int" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compare" fullname="QStringRef::compare" href="qstringref.html#compare-4" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="int" signature="compare(const QString &amp; other, Qt::CaseSensitivity cs) const">
+ <parameter left="const QString &amp;" right="" name="other" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compare" fullname="QStringRef::compare" href="qstringref.html#compare-5" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="5" type="int" signature="compare(const QStringRef &amp; other, Qt::CaseSensitivity cs) const">
+ <parameter left="const QStringRef &amp;" right="" name="other" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compare" fullname="QStringRef::compare" href="qstringref.html#compare-6" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="6" type="int" signature="compare(QLatin1String other, Qt::CaseSensitivity cs) const">
+ <parameter left="QLatin1String" right="" name="other" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compare" fullname="QStringRef::compare" href="qstringref.html#compare" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="compare(const QStringRef &amp; s1, const QString &amp; s2, Qt::CaseSensitivity cs)">
+ <parameter left="const QStringRef &amp;" right="" name="s1" default=""/>
+ <parameter left="const QString &amp;" right="" name="s2" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compare" fullname="QStringRef::compare" href="qstringref.html#compare-2" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="int" signature="compare(const QStringRef &amp; s1, const QStringRef &amp; s2, Qt::CaseSensitivity cs)">
+ <parameter left="const QStringRef &amp;" right="" name="s1" default=""/>
+ <parameter left="const QStringRef &amp;" right="" name="s2" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compare" fullname="QStringRef::compare" href="qstringref.html#compare-3" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="int" signature="compare(const QStringRef &amp; s1, QLatin1String s2, Qt::CaseSensitivity cs)">
+ <parameter left="const QStringRef &amp;" right="" name="s1" default=""/>
+ <parameter left="QLatin1String" right="" name="s2" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="localeAwareCompare" fullname="QStringRef::localeAwareCompare" href="qstringref.html#localeAwareCompare-3" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="int" signature="localeAwareCompare(const QString &amp; other) const">
+ <parameter left="const QString &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="localeAwareCompare" fullname="QStringRef::localeAwareCompare" href="qstringref.html#localeAwareCompare-4" location="qstring.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="int" signature="localeAwareCompare(const QStringRef &amp; other) const">
+ <parameter left="const QStringRef &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="localeAwareCompare" fullname="QStringRef::localeAwareCompare" href="qstringref.html#localeAwareCompare" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="localeAwareCompare(const QStringRef &amp; s1, const QString &amp; s2)">
+ <parameter left="const QStringRef &amp;" right="" name="s1" default=""/>
+ <parameter left="const QString &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="localeAwareCompare" fullname="QStringRef::localeAwareCompare" href="qstringref.html#localeAwareCompare-2" location="qstring.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="int" signature="localeAwareCompare(const QStringRef &amp; s1, const QStringRef &amp; s2)">
+ <parameter left="const QStringRef &amp;" right="" name="s1" default=""/>
+ <parameter left="const QStringRef &amp;" right="" name="s2" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qstringref.html#operator==-42" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="42" relates="QStringRef" type="bool" signature="operator==(const QStringRef &amp; s1, const QStringRef &amp; s2)">
+ <parameter left="const QStringRef &amp;" right="" name="s1" default=""/>
+ <parameter left="const QStringRef &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qstringref.html#operator==-43" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="43" relates="QStringRef" type="bool" signature="operator==(const QString &amp; s1, const QStringRef &amp; s2)">
+ <parameter left="const QString &amp;" right="" name="s1" default=""/>
+ <parameter left="const QStringRef &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qstringref.html#operator==-45" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="45" relates="QStringRef" type="bool" signature="operator==(const QLatin1String &amp; s1, const QStringRef &amp; s2)">
+ <parameter left="const QLatin1String &amp;" right="" name="s1" default=""/>
+ <parameter left="const QStringRef &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" href="qstringref.html#operator&lt;-12" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" relates="QStringRef" type="bool" signature="operator&lt;(const QStringRef &amp; s1, const QStringRef &amp; s2)">
+ <parameter left="const QStringRef &amp;" right="" name="s1" default=""/>
+ <parameter left="const QStringRef &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" href="qstringref.html#operator&gt;-9" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" relates="QStringRef" type="bool" signature="operator&gt;(const QStringRef &amp; s1, const QStringRef &amp; s2)">
+ <parameter left="const QStringRef &amp;" right="" name="s1" default=""/>
+ <parameter left="const QStringRef &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;=" href="qstringref.html#operator&lt;=-9" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" relates="QStringRef" type="bool" signature="operator&lt;=(const QStringRef &amp; s1, const QStringRef &amp; s2)">
+ <parameter left="const QStringRef &amp;" right="" name="s1" default=""/>
+ <parameter left="const QStringRef &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;=" href="qstringref.html#operator&gt;=-9" location="qstring.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" relates="QStringRef" type="bool" signature="operator&gt;=(const QStringRef &amp; s1, const QStringRef &amp; s2)">
+ <parameter left="const QStringRef &amp;" right="" name="s1" default=""/>
+ <parameter left="const QStringRef &amp;" right="" name="s2" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAxBase" href="qaxbase.html" location="qaxbase.h" bases="" module="QAxContainer">
+ <property access="public" threadsafety="unspecified" status="commendable" name="control" fullname="QAxBase::control" href="qaxbase.html#control-prop" location="qaxbase.h" type="QString">
+ <getter name="control"/>
+ <setter name="setControl"/>
+ </property>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="PropertyBag" fullname="QAxBase::PropertyBag" href="qaxbase.html#PropertyBag-typedef" location="qaxbase.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAxBase" fullname="QAxBase::QAxBase" href="qaxbase.html#QAxBase" location="qaxbase.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAxBase(IUnknown * iface)">
+ <parameter left="IUnknown *" right="" name="iface" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAxBase" fullname="QAxBase::~QAxBase" href="qaxbase.html#dtor.QAxBase" location="qaxbase.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAxBase()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="control" fullname="QAxBase::control" href="qaxbase.html#control-prop" location="qaxbase.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="control" type="QString" signature="control() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="queryInterface" fullname="QAxBase::queryInterface" href="qaxbase.html#queryInterface" location="qaxbase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="long" signature="queryInterface(const QUuid &amp; uuid, void ** iface) const">
+ <parameter left="const QUuid &amp;" right="" name="uuid" default=""/>
+ <parameter left="void **" right="" name="iface" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dynamicCall" fullname="QAxBase::dynamicCall" href="qaxbase.html#dynamicCall" location="qaxbase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVariant" signature="dynamicCall(const char * function, const QVariant &amp; var1, const QVariant &amp; var2, const QVariant &amp; var3, const QVariant &amp; var4, const QVariant &amp; var5, const QVariant &amp; var6, const QVariant &amp; var7, const QVariant &amp; var8)">
+ <parameter left="const char *" right="" name="function" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="var1" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var2" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var3" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var4" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var5" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var6" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var7" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var8" default="QVariant()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dynamicCall" fullname="QAxBase::dynamicCall" href="qaxbase.html#dynamicCall-2" location="qaxbase.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QVariant" signature="dynamicCall(const char * function, QList&lt;QVariant&gt; &amp; vars)">
+ <parameter left="const char *" right="" name="function" default=""/>
+ <parameter left="QList&lt;QVariant&gt; &amp;" right="" name="vars" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="querySubObject" fullname="QAxBase::querySubObject" href="qaxbase.html#querySubObject" location="qaxbase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAxObject *" signature="querySubObject(const char * name, const QVariant &amp; var1, const QVariant &amp; var2, const QVariant &amp; var3, const QVariant &amp; var4, const QVariant &amp; var5, const QVariant &amp; var6, const QVariant &amp; var7, const QVariant &amp; var8)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="var1" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var2" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var3" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var4" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var5" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var6" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var7" default="QVariant()"/>
+ <parameter left="const QVariant &amp;" right="" name="var8" default="QVariant()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="querySubObject" fullname="QAxBase::querySubObject" href="qaxbase.html#querySubObject-2" location="qaxbase.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QAxObject *" signature="querySubObject(const char * name, QList&lt;QVariant&gt; &amp; vars)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="QList&lt;QVariant&gt; &amp;" right="" name="vars" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="propertyBag" fullname="QAxBase::propertyBag" href="qaxbase.html#propertyBag" location="qaxbase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="PropertyBag" signature="propertyBag() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPropertyBag" fullname="QAxBase::setPropertyBag" href="qaxbase.html#setPropertyBag" location="qaxbase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPropertyBag(const PropertyBag &amp; bag)">
+ <parameter left="const PropertyBag &amp;" right="" name="bag" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="generateDocumentation" fullname="QAxBase::generateDocumentation" href="qaxbase.html#generateDocumentation" location="qaxbase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString" signature="generateDocumentation()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="propertyWritable" fullname="QAxBase::propertyWritable" href="qaxbase.html#propertyWritable" location="qaxbase.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="propertyWritable(const char * prop) const">
+ <parameter left="const char *" right="" name="prop" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPropertyWritable" fullname="QAxBase::setPropertyWritable" href="qaxbase.html#setPropertyWritable" location="qaxbase.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setPropertyWritable(const char * prop, bool ok)">
+ <parameter left="const char *" right="" name="prop" default=""/>
+ <parameter left="bool" right="" name="ok" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QAxBase::isNull" href="qaxbase.html#isNull" location="qaxbase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="verbs" fullname="QAxBase::verbs" href="qaxbase.html#verbs" location="qaxbase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="verbs() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="asVariant" fullname="QAxBase::asVariant" href="qaxbase.html#asVariant" location="qaxbase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="asVariant() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="signal" fullname="QAxBase::signal" href="qaxbase.html#signal" location="qaxbase.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="signal(const QString &amp; name, int argc, void * argv)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="int" right="" name="argc" default=""/>
+ <parameter left="void *" right="" name="argv" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="propertyChanged" fullname="QAxBase::propertyChanged" href="qaxbase.html#propertyChanged" location="qaxbase.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="propertyChanged(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exception" fullname="QAxBase::exception" href="qaxbase.html#exception" location="qaxbase.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="exception(int code, const QString &amp; source, const QString &amp; desc, const QString &amp; help)">
+ <parameter left="int" right="" name="code" default=""/>
+ <parameter left="const QString &amp;" right="" name="source" default=""/>
+ <parameter left="const QString &amp;" right="" name="desc" default=""/>
+ <parameter left="const QString &amp;" right="" name="help" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QAxBase::clear" href="qaxbase.html#clear" location="qaxbase.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setControl" fullname="QAxBase::setControl" href="qaxbase.html#control-prop" location="qaxbase.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="control" type="bool" signature="setControl(const QString &amp; )">
+ <parameter left="const QString &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="disableMetaObject" fullname="QAxBase::disableMetaObject" href="qaxbase.html#disableMetaObject" location="qaxbase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="disableMetaObject()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="disableClassInfo" fullname="QAxBase::disableClassInfo" href="qaxbase.html#disableClassInfo" location="qaxbase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="disableClassInfo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="disableEventSink" fullname="QAxBase::disableEventSink" href="qaxbase.html#disableEventSink" location="qaxbase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="disableEventSink()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initialize" fullname="QAxBase::initialize" href="qaxbase.html#initialize" location="qaxbase.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="initialize(IUnknown ** ptr)">
+ <parameter left="IUnknown **" right="" name="ptr" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initializeRemote" fullname="QAxBase::initializeRemote" href="qaxbase.html#initializeRemote" location="qaxbase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="initializeRemote(IUnknown ** ptr)">
+ <parameter left="IUnknown **" right="" name="ptr" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initializeLicensed" fullname="QAxBase::initializeLicensed" href="qaxbase.html#initializeLicensed" location="qaxbase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="initializeLicensed(IUnknown ** ptr)">
+ <parameter left="IUnknown **" right="" name="ptr" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initializeActive" fullname="QAxBase::initializeActive" href="qaxbase.html#initializeActive" location="qaxbase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="initializeActive(IUnknown ** ptr)">
+ <parameter left="IUnknown **" right="" name="ptr" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initializeFromFile" fullname="QAxBase::initializeFromFile" href="qaxbase.html#initializeFromFile" location="qaxbase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="initializeFromFile(IUnknown ** ptr)">
+ <parameter left="IUnknown **" right="" name="ptr" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWidget" href="qwidget.html" location="qwidget.h" bases="QPaintDevice,QObject" module="QtGui">
+ <contents name="top-level-and-child-widgets" title="Top-Level and Child Widgets" level="1"/>
+ <contents name="composite-widgets" title="Composite Widgets" level="1"/>
+ <contents name="custom-widgets-and-painting" title="Custom Widgets and Painting" level="1"/>
+ <contents name="size-hints-and-size-policies" title="Size Hints and Size Policies" level="1"/>
+ <contents name="events" title="Events" level="1"/>
+ <contents name="groups-of-functions-and-properties" title="Groups of Functions and Properties" level="1"/>
+ <contents name="widget-style-sheets" title="Widget Style Sheets" level="1"/>
+ <contents name="transparency-and-double-buffering" title="Transparency and Double Buffering" level="1"/>
+ <contents name="creating-translucent-windows" title="Creating Translucent Windows" level="1"/>
+ <contents name="native-widgets-vs-alien-widgets" title="Native Widgets vs Alien Widgets" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="modal" fullname="QWidget::modal" href="qwidget.html#modal-prop" location="qwidget.h" type="bool">
+ <getter name="isModal"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="windowModality" fullname="QWidget::windowModality" href="qwidget.html#windowModality-prop" location="qwidget.h" type="Qt::WindowModality">
+ <getter name="windowModality"/>
+ <setter name="setWindowModality"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="enabled" fullname="QWidget::enabled" href="qwidget.html#enabled-prop" location="qwidget.h" type="bool">
+ <getter name="isEnabled"/>
+ <setter name="setEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="geometry" fullname="QWidget::geometry" href="qwidget.html#geometry-prop" location="qwidget.h" type="QRect">
+ <getter name="geometry"/>
+ <setter name="setGeometry"/>
+ <setter name="setGeometry"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="frameGeometry" fullname="QWidget::frameGeometry" href="qwidget.html#frameGeometry-prop" location="qwidget.h" type="QRect">
+ <getter name="frameGeometry"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="normalGeometry" fullname="QWidget::normalGeometry" href="qwidget.html#normalGeometry-prop" location="qwidget.h" type="QRect">
+ <getter name="normalGeometry"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="x" fullname="QWidget::x" href="qwidget.html#x-prop" location="qwidget.h" type="int">
+ <getter name="x"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="y" fullname="QWidget::y" href="qwidget.html#y-prop" location="qwidget.h" type="int">
+ <getter name="y"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QWidget::pos" href="qwidget.html#pos-prop" location="qwidget.h" type="QPoint">
+ <getter name="pos"/>
+ <setter name="move"/>
+ <setter name="move"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="frameSize" fullname="QWidget::frameSize" href="qwidget.html#frameSize-prop" location="qwidget.h" type="QSize">
+ <getter name="frameSize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QWidget::size" href="qwidget.html#size-prop" location="qwidget.h" type="QSize">
+ <getter name="size"/>
+ <setter name="resize"/>
+ <setter name="resize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QWidget::width" href="qwidget.html#width-prop" location="qwidget.h" type="int">
+ <getter name="width"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="height" fullname="QWidget::height" href="qwidget.html#height-prop" location="qwidget.h" type="int">
+ <getter name="height"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="rect" fullname="QWidget::rect" href="qwidget.html#rect-prop" location="qwidget.h" type="QRect">
+ <getter name="rect"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="childrenRect" fullname="QWidget::childrenRect" href="qwidget.html#childrenRect-prop" location="qwidget.h" type="QRect">
+ <getter name="childrenRect"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="childrenRegion" fullname="QWidget::childrenRegion" href="qwidget.html#childrenRegion-prop" location="qwidget.h" type="QRegion">
+ <getter name="childrenRegion"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="sizePolicy" fullname="QWidget::sizePolicy" href="qwidget.html#sizePolicy-prop" location="qwidget.h" type="QSizePolicy">
+ <getter name="sizePolicy"/>
+ <setter name="setSizePolicy"/>
+ <setter name="setSizePolicy"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="minimumSize" fullname="QWidget::minimumSize" href="qwidget.html#minimumSize-prop" location="qwidget.h" type="QSize">
+ <getter name="minimumSize"/>
+ <setter name="setMinimumSize"/>
+ <setter name="setMinimumSize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maximumSize" fullname="QWidget::maximumSize" href="qwidget.html#maximumSize-prop" location="qwidget.h" type="QSize">
+ <getter name="maximumSize"/>
+ <setter name="setMaximumSize"/>
+ <setter name="setMaximumSize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="minimumWidth" fullname="QWidget::minimumWidth" href="qwidget.html#minimumWidth-prop" location="qwidget.h" type="int">
+ <getter name="minimumWidth"/>
+ <setter name="setMinimumWidth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="minimumHeight" fullname="QWidget::minimumHeight" href="qwidget.html#minimumHeight-prop" location="qwidget.h" type="int">
+ <getter name="minimumHeight"/>
+ <setter name="setMinimumHeight"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maximumWidth" fullname="QWidget::maximumWidth" href="qwidget.html#maximumWidth-prop" location="qwidget.h" type="int">
+ <getter name="maximumWidth"/>
+ <setter name="setMaximumWidth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maximumHeight" fullname="QWidget::maximumHeight" href="qwidget.html#maximumHeight-prop" location="qwidget.h" type="int">
+ <getter name="maximumHeight"/>
+ <setter name="setMaximumHeight"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="sizeIncrement" fullname="QWidget::sizeIncrement" href="qwidget.html#sizeIncrement-prop" location="qwidget.h" type="QSize">
+ <getter name="sizeIncrement"/>
+ <setter name="setSizeIncrement"/>
+ <setter name="setSizeIncrement"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="baseSize" fullname="QWidget::baseSize" href="qwidget.html#baseSize-prop" location="qwidget.h" type="QSize">
+ <getter name="baseSize"/>
+ <setter name="setBaseSize"/>
+ <setter name="setBaseSize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="palette" fullname="QWidget::palette" href="qwidget.html#palette-prop" location="qwidget.h" type="QPalette">
+ <getter name="palette"/>
+ <setter name="setPalette"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QWidget::font" href="qwidget.html#font-prop" location="qwidget.h" type="QFont">
+ <getter name="font"/>
+ <setter name="setFont"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="cursor" fullname="QWidget::cursor" href="qwidget.html#cursor-prop" location="qwidget.h" type="QCursor">
+ <getter name="cursor"/>
+ <setter name="setCursor"/>
+ <resetter name="unsetCursor"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="mouseTracking" fullname="QWidget::mouseTracking" href="qwidget.html#mouseTracking-prop" location="qwidget.h" type="bool">
+ <getter name="hasMouseTracking"/>
+ <setter name="setMouseTracking"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="isActiveWindow" fullname="QWidget::isActiveWindow" href="qwidget.html#isActiveWindow-prop" location="qwidget.h" type="bool">
+ <getter name="isActiveWindow"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="focusPolicy" fullname="QWidget::focusPolicy" href="qwidget.html#focusPolicy-prop" location="qwidget.h" type="Qt::FocusPolicy">
+ <getter name="focusPolicy"/>
+ <setter name="setFocusPolicy"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="focus" fullname="QWidget::focus" href="qwidget.html#focus-prop" location="qwidget.h" type="bool">
+ <getter name="hasFocus"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="contextMenuPolicy" fullname="QWidget::contextMenuPolicy" href="qwidget.html#contextMenuPolicy-prop" location="qwidget.h" type="Qt::ContextMenuPolicy">
+ <getter name="contextMenuPolicy"/>
+ <setter name="setContextMenuPolicy"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="updatesEnabled" fullname="QWidget::updatesEnabled" href="qwidget.html#updatesEnabled-prop" location="qwidget.h" type="bool">
+ <getter name="updatesEnabled"/>
+ <setter name="setUpdatesEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="visible" fullname="QWidget::visible" href="qwidget.html#visible-prop" location="qwidget.h" type="bool">
+ <getter name="isVisible"/>
+ <setter name="setVisible"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="minimized" fullname="QWidget::minimized" href="qwidget.html#minimized-prop" location="qwidget.h" type="bool">
+ <getter name="isMinimized"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maximized" fullname="QWidget::maximized" href="qwidget.html#maximized-prop" location="qwidget.h" type="bool">
+ <getter name="isMaximized"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="fullScreen" fullname="QWidget::fullScreen" href="qwidget.html#fullScreen-prop" location="qwidget.h" type="bool">
+ <getter name="isFullScreen"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QWidget::sizeHint" href="qwidget.html#sizeHint-prop" location="qwidget.h" type="QSize">
+ <getter name="sizeHint"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="QWidget::minimumSizeHint" href="qwidget.html#minimumSizeHint-prop" location="qwidget.h" type="QSize">
+ <getter name="minimumSizeHint"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="acceptDrops" fullname="QWidget::acceptDrops" href="qwidget.html#acceptDrops-prop" location="qwidget.h" type="bool">
+ <getter name="acceptDrops"/>
+ <setter name="setAcceptDrops"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="windowTitle" fullname="QWidget::windowTitle" href="qwidget.html#windowTitle-prop" location="qwidget.h" type="QString">
+ <getter name="windowTitle"/>
+ <setter name="setWindowTitle"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="windowIcon" fullname="QWidget::windowIcon" href="qwidget.html#windowIcon-prop" location="qwidget.h" type="QIcon">
+ <getter name="windowIcon"/>
+ <setter name="setWindowIcon"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="windowIconText" fullname="QWidget::windowIconText" href="qwidget.html#windowIconText-prop" location="qwidget.h" type="QString">
+ <getter name="windowIconText"/>
+ <setter name="setWindowIconText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="windowOpacity" fullname="QWidget::windowOpacity" href="qwidget.html#windowOpacity-prop" location="qwidget.h" type="double">
+ <getter name="windowOpacity"/>
+ <setter name="setWindowOpacity"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="windowModified" fullname="QWidget::windowModified" href="qwidget.html#windowModified-prop" location="qwidget.h" type="bool">
+ <getter name="isWindowModified"/>
+ <setter name="setWindowModified"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="toolTip" fullname="QWidget::toolTip" href="qwidget.html#toolTip-prop" location="qwidget.h" type="QString">
+ <getter name="toolTip"/>
+ <setter name="setToolTip"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="statusTip" fullname="QWidget::statusTip" href="qwidget.html#statusTip-prop" location="qwidget.h" type="QString">
+ <getter name="statusTip"/>
+ <setter name="setStatusTip"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="whatsThis" fullname="QWidget::whatsThis" href="qwidget.html#whatsThis-prop" location="qwidget.h" type="QString">
+ <getter name="whatsThis"/>
+ <setter name="setWhatsThis"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="accessibleName" fullname="QWidget::accessibleName" href="qwidget.html#accessibleName-prop" location="qwidget.h" type="QString">
+ <getter name="accessibleName"/>
+ <setter name="setAccessibleName"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="accessibleDescription" fullname="QWidget::accessibleDescription" href="qwidget.html#accessibleDescription-prop" location="qwidget.h" type="QString">
+ <getter name="accessibleDescription"/>
+ <setter name="setAccessibleDescription"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="layoutDirection" fullname="QWidget::layoutDirection" href="qwidget.html#layoutDirection-prop" location="qwidget.h" type="Qt::LayoutDirection">
+ <getter name="layoutDirection"/>
+ <setter name="setLayoutDirection"/>
+ <resetter name="unsetLayoutDirection"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="windowFlags" fullname="QWidget::windowFlags" href="qwidget.html#windowFlags-prop" location="qwidget.h" type="Qt::WindowFlags">
+ <getter name="windowFlags"/>
+ <setter name="setWindowFlags"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoFillBackground" fullname="QWidget::autoFillBackground" href="qwidget.html#autoFillBackground-prop" location="qwidget.h" type="bool">
+ <getter name="autoFillBackground"/>
+ <setter name="setAutoFillBackground"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="styleSheet" fullname="QWidget::styleSheet" href="qwidget.html#styleSheet-prop" location="qwidget.h" type="QString">
+ <getter name="styleSheet"/>
+ <setter name="setStyleSheet"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="locale" fullname="QWidget::locale" href="qwidget.html#locale-prop" location="qwidget.h" type="QLocale">
+ <getter name="locale"/>
+ <setter name="setLocale"/>
+ <resetter name="unsetLocale"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="windowFilePath" fullname="QWidget::windowFilePath" href="qwidget.html#windowFilePath-prop" location="qwidget.h" type="QString">
+ <getter name="windowFilePath"/>
+ <setter name="setWindowFilePath"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="RenderFlag" fullname="QWidget::RenderFlag" href="qwidget.html#RenderFlag-enum" location="qwidget.h" typedef="QWidget::RenderFlags">
+ <value name="DrawWindowBackground" value="0x1"/>
+ <value name="DrawChildren" value="0x2"/>
+ <value name="IgnoreMask" value="0x4"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="RenderFlags" fullname="QWidget::RenderFlags" href="qwidget.html#RenderFlags-typedef" location="qwidget.h" enum="QWidget::RenderFlag"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWidget" fullname="QWidget::QWidget" href="qwidget.html#QWidget" location="qwidget.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWidget(QWidget * parent, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QWidget" fullname="QWidget::QWidget" href="qwidget-qt3.html#QWidget-3" location="qwidget.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QWidget(QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWidget" fullname="QWidget::~QWidget" href="qwidget.html#dtor.QWidget" location="qwidget.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="winId" fullname="QWidget::winId" href="qwidget.html#winId" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="WId" signature="winId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="effectiveWinId" fullname="QWidget::effectiveWinId" href="qwidget.html#effectiveWinId" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="WId" signature="effectiveWinId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="style" fullname="QWidget::style" href="qwidget.html#style" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStyle *" signature="style() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStyle" fullname="QWidget::setStyle" href="qwidget.html#setStyle" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStyle(QStyle * style)">
+ <parameter left="QStyle *" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="isTopLevel" fullname="QWidget::isTopLevel" href="qwidget-obsolete.html#isTopLevel" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isTopLevel() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isWindow" fullname="QWidget::isWindow" href="qwidget.html#isWindow" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isWindow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isModal" fullname="QWidget::isModal" href="qwidget.html#modal-prop" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="modal" type="bool" signature="isModal() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowModality" fullname="QWidget::windowModality" href="qwidget.html#windowModality-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="windowModality" type="Qt::WindowModality" signature="windowModality() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWindowModality" fullname="QWidget::setWindowModality" href="qwidget.html#windowModality-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="windowModality" type="void" signature="setWindowModality(Qt::WindowModality windowModality)">
+ <parameter left="Qt::WindowModality" right="" name="windowModality" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEnabled" fullname="QWidget::isEnabled" href="qwidget.html#enabled-prop" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="enabled" type="bool" signature="isEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEnabledTo" fullname="QWidget::isEnabledTo" href="qwidget.html#isEnabledTo" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEnabledTo(QWidget * ancestor) const">
+ <parameter left="QWidget *" right="" name="ancestor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="isEnabledToTLW" fullname="QWidget::isEnabledToTLW" href="qwidget-obsolete.html#isEnabledToTLW" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEnabledToTLW() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEnabled" fullname="QWidget::setEnabled" href="qwidget.html#enabled-prop" location="qwidget.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="enabled" type="void" signature="setEnabled(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDisabled" fullname="QWidget::setDisabled" href="qwidget.html#setDisabled" location="qwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setDisabled(bool disable)">
+ <parameter left="bool" right="" name="disable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWindowModified" fullname="QWidget::setWindowModified" href="qwidget.html#windowModified-prop" location="qwidget.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="windowModified" type="void" signature="setWindowModified(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frameGeometry" fullname="QWidget::frameGeometry" href="qwidget.html#frameGeometry-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="frameGeometry" type="QRect" signature="frameGeometry() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="geometry" fullname="QWidget::geometry" href="qwidget.html#geometry-prop" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="geometry" type="const QRect &amp;" signature="geometry() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="normalGeometry" fullname="QWidget::normalGeometry" href="qwidget.html#normalGeometry-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="normalGeometry" type="QRect" signature="normalGeometry() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x" fullname="QWidget::x" href="qwidget.html#x-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="x" type="int" signature="x() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="y" fullname="QWidget::y" href="qwidget.html#y-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="y" type="int" signature="y() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QWidget::pos" href="qwidget.html#pos-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="pos" type="QPoint" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frameSize" fullname="QWidget::frameSize" href="qwidget.html#frameSize-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="frameSize" type="QSize" signature="frameSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QWidget::size" href="qwidget.html#size-prop" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="size" type="QSize" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QWidget::width" href="qwidget.html#width-prop" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="width" type="int" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="QWidget::height" href="qwidget.html#height-prop" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="height" type="int" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rect" fullname="QWidget::rect" href="qwidget.html#rect-prop" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="rect" type="QRect" signature="rect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childrenRect" fullname="QWidget::childrenRect" href="qwidget.html#childrenRect-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="childrenRect" type="QRect" signature="childrenRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childrenRegion" fullname="QWidget::childrenRegion" href="qwidget.html#childrenRegion-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="childrenRegion" type="QRegion" signature="childrenRegion() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSize" fullname="QWidget::minimumSize" href="qwidget.html#minimumSize-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="minimumSize" type="QSize" signature="minimumSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumSize" fullname="QWidget::maximumSize" href="qwidget.html#maximumSize-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maximumSize" type="QSize" signature="maximumSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumWidth" fullname="QWidget::minimumWidth" href="qwidget.html#minimumWidth-prop" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="minimumWidth" type="int" signature="minimumWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumHeight" fullname="QWidget::minimumHeight" href="qwidget.html#minimumHeight-prop" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="minimumHeight" type="int" signature="minimumHeight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumWidth" fullname="QWidget::maximumWidth" href="qwidget.html#maximumWidth-prop" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maximumWidth" type="int" signature="maximumWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumHeight" fullname="QWidget::maximumHeight" href="qwidget.html#maximumHeight-prop" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maximumHeight" type="int" signature="maximumHeight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinimumSize" fullname="QWidget::setMinimumSize" href="qwidget.html#minimumSize-prop" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="minimumSize" type="void" signature="setMinimumSize(const QSize &amp; )">
+ <parameter left="const QSize &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinimumSize" fullname="QWidget::setMinimumSize" href="qwidget.html#minimumSize-prop" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" associated-property="minimumSize" type="void" signature="setMinimumSize(int minw, int minh)">
+ <parameter left="int" right="" name="minw" default=""/>
+ <parameter left="int" right="" name="minh" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaximumSize" fullname="QWidget::setMaximumSize" href="qwidget.html#maximumSize-prop" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="maximumSize" type="void" signature="setMaximumSize(const QSize &amp; )">
+ <parameter left="const QSize &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaximumSize" fullname="QWidget::setMaximumSize" href="qwidget.html#maximumSize-prop" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" associated-property="maximumSize" type="void" signature="setMaximumSize(int maxw, int maxh)">
+ <parameter left="int" right="" name="maxw" default=""/>
+ <parameter left="int" right="" name="maxh" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinimumWidth" fullname="QWidget::setMinimumWidth" href="qwidget.html#minimumWidth-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="minimumWidth" type="void" signature="setMinimumWidth(int minw)">
+ <parameter left="int" right="" name="minw" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinimumHeight" fullname="QWidget::setMinimumHeight" href="qwidget.html#minimumHeight-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="minimumHeight" type="void" signature="setMinimumHeight(int minh)">
+ <parameter left="int" right="" name="minh" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaximumWidth" fullname="QWidget::setMaximumWidth" href="qwidget.html#maximumWidth-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="maximumWidth" type="void" signature="setMaximumWidth(int maxw)">
+ <parameter left="int" right="" name="maxw" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaximumHeight" fullname="QWidget::setMaximumHeight" href="qwidget.html#maximumHeight-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="maximumHeight" type="void" signature="setMaximumHeight(int maxh)">
+ <parameter left="int" right="" name="maxh" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeIncrement" fullname="QWidget::sizeIncrement" href="qwidget.html#sizeIncrement-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sizeIncrement" type="QSize" signature="sizeIncrement() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSizeIncrement" fullname="QWidget::setSizeIncrement" href="qwidget.html#sizeIncrement-prop" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="sizeIncrement" type="void" signature="setSizeIncrement(const QSize &amp; )">
+ <parameter left="const QSize &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSizeIncrement" fullname="QWidget::setSizeIncrement" href="qwidget.html#sizeIncrement-prop" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" associated-property="sizeIncrement" type="void" signature="setSizeIncrement(int w, int h)">
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="baseSize" fullname="QWidget::baseSize" href="qwidget.html#baseSize-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="baseSize" type="QSize" signature="baseSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBaseSize" fullname="QWidget::setBaseSize" href="qwidget.html#baseSize-prop" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="baseSize" type="void" signature="setBaseSize(const QSize &amp; )">
+ <parameter left="const QSize &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBaseSize" fullname="QWidget::setBaseSize" href="qwidget.html#baseSize-prop" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" associated-property="baseSize" type="void" signature="setBaseSize(int basew, int baseh)">
+ <parameter left="int" right="" name="basew" default=""/>
+ <parameter left="int" right="" name="baseh" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFixedSize" fullname="QWidget::setFixedSize" href="qwidget.html#setFixedSize" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFixedSize(const QSize &amp; s)">
+ <parameter left="const QSize &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFixedSize" fullname="QWidget::setFixedSize" href="qwidget.html#setFixedSize-2" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setFixedSize(int w, int h)">
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFixedWidth" fullname="QWidget::setFixedWidth" href="qwidget.html#setFixedWidth" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFixedWidth(int w)">
+ <parameter left="int" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFixedHeight" fullname="QWidget::setFixedHeight" href="qwidget.html#setFixedHeight" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFixedHeight(int h)">
+ <parameter left="int" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToGlobal" fullname="QWidget::mapToGlobal" href="qwidget.html#mapToGlobal" location="qwidget_win.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="mapToGlobal(const QPoint &amp; pos) const">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromGlobal" fullname="QWidget::mapFromGlobal" href="qwidget.html#mapFromGlobal" location="qwidget_win.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="mapFromGlobal(const QPoint &amp; pos) const">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToParent" fullname="QWidget::mapToParent" href="qwidget.html#mapToParent" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="mapToParent(const QPoint &amp; pos) const">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromParent" fullname="QWidget::mapFromParent" href="qwidget.html#mapFromParent" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="mapFromParent(const QPoint &amp; pos) const">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapTo" fullname="QWidget::mapTo" href="qwidget.html#mapTo" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="mapTo(QWidget * parent, const QPoint &amp; pos) const">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFrom" fullname="QWidget::mapFrom" href="qwidget.html#mapFrom" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="mapFrom(QWidget * parent, const QPoint &amp; pos) const">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="window" fullname="QWidget::window" href="qwidget.html#window" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="window() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nativeParentWidget" fullname="QWidget::nativeParentWidget" href="qwidget.html#nativeParentWidget" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="nativeParentWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="topLevelWidget" fullname="QWidget::topLevelWidget" href="qwidget-obsolete.html#topLevelWidget" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="topLevelWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="palette" fullname="QWidget::palette" href="qwidget.html#palette-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="palette" type="const QPalette &amp;" signature="palette() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPalette" fullname="QWidget::setPalette" href="qwidget.html#palette-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="palette" type="void" signature="setPalette(const QPalette &amp; )">
+ <parameter left="const QPalette &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBackgroundRole" fullname="QWidget::setBackgroundRole" href="qwidget.html#setBackgroundRole" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBackgroundRole(QPalette::ColorRole role)">
+ <parameter left="QPalette::ColorRole" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="backgroundRole" fullname="QWidget::backgroundRole" href="qwidget.html#backgroundRole" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPalette::ColorRole" signature="backgroundRole() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setForegroundRole" fullname="QWidget::setForegroundRole" href="qwidget.html#setForegroundRole" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setForegroundRole(QPalette::ColorRole role)">
+ <parameter left="QPalette::ColorRole" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="foregroundRole" fullname="QWidget::foregroundRole" href="qwidget.html#foregroundRole" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPalette::ColorRole" signature="foregroundRole() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QWidget::font" href="qwidget.html#font-prop" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="font" type="const QFont &amp;" signature="font() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFont" fullname="QWidget::setFont" href="qwidget.html#font-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="font" type="void" signature="setFont(const QFont &amp; )">
+ <parameter left="const QFont &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontMetrics" fullname="QWidget::fontMetrics" href="qwidget.html#fontMetrics" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFontMetrics" signature="fontMetrics() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontInfo" fullname="QWidget::fontInfo" href="qwidget.html#fontInfo" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFontInfo" signature="fontInfo() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursor" fullname="QWidget::cursor" href="qwidget.html#cursor-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="cursor" type="QCursor" signature="cursor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCursor" fullname="QWidget::setCursor" href="qwidget.html#cursor-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="cursor" type="void" signature="setCursor(const QCursor &amp; )">
+ <parameter left="const QCursor &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unsetCursor" fullname="QWidget::unsetCursor" href="qwidget.html#cursor-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="cursor" type="void" signature="unsetCursor()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMouseTracking" fullname="QWidget::setMouseTracking" href="qwidget.html#mouseTracking-prop" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="mouseTracking" type="void" signature="setMouseTracking(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasMouseTracking" fullname="QWidget::hasMouseTracking" href="qwidget.html#mouseTracking-prop" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="mouseTracking" type="bool" signature="hasMouseTracking() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="underMouse" fullname="QWidget::underMouse" href="qwidget.html#underMouse" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="underMouse() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMask" fullname="QWidget::setMask" href="qwidget.html#setMask" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMask(const QBitmap &amp; bitmap)">
+ <parameter left="const QBitmap &amp;" right="" name="bitmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMask" fullname="QWidget::setMask" href="qwidget.html#setMask-2" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setMask(const QRegion &amp; region)">
+ <parameter left="const QRegion &amp;" right="" name="region" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mask" fullname="QWidget::mask" href="qwidget.html#mask" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRegion" signature="mask() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearMask" fullname="QWidget::clearMask" href="qwidget.html#clearMask" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearMask()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="render" fullname="QWidget::render" href="qwidget.html#render" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="render(QPaintDevice * target, const QPoint &amp; targetOffset, const QRegion &amp; sourceRegion, QFlags&lt;QWidget::RenderFlag&gt; renderFlags)">
+ <parameter left="QPaintDevice *" right="" name="target" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="targetOffset" default="QPoint()"/>
+ <parameter left="const QRegion &amp;" right="" name="sourceRegion" default="QRegion()"/>
+ <parameter left="QFlags&lt;QWidget::RenderFlag&gt;" right="" name="renderFlags" default="RenderFlags( DrawWindowBackground | DrawChildren )"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="render" fullname="QWidget::render" href="qwidget.html#render-2" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="render(QPainter * painter, const QPoint &amp; targetOffset, const QRegion &amp; sourceRegion, QFlags&lt;QWidget::RenderFlag&gt; renderFlags)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="targetOffset" default="QPoint()"/>
+ <parameter left="const QRegion &amp;" right="" name="sourceRegion" default="QRegion()"/>
+ <parameter left="QFlags&lt;QWidget::RenderFlag&gt;" right="" name="renderFlags" default="RenderFlags( DrawWindowBackground | DrawChildren )"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWindowTitle" fullname="QWidget::setWindowTitle" href="qwidget.html#windowTitle-prop" location="qwidget.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="windowTitle" type="void" signature="setWindowTitle(const QString &amp; )">
+ <parameter left="const QString &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStyleSheet" fullname="QWidget::setStyleSheet" href="qwidget.html#styleSheet-prop" location="qwidget.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="styleSheet" type="void" signature="setStyleSheet(const QString &amp; styleSheet)">
+ <parameter left="const QString &amp;" right="" name="styleSheet" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="styleSheet" fullname="QWidget::styleSheet" href="qwidget.html#styleSheet-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="styleSheet" type="QString" signature="styleSheet() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowTitle" fullname="QWidget::windowTitle" href="qwidget.html#windowTitle-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="windowTitle" type="QString" signature="windowTitle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWindowIcon" fullname="QWidget::setWindowIcon" href="qwidget.html#windowIcon-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="windowIcon" type="void" signature="setWindowIcon(const QIcon &amp; icon)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowIcon" fullname="QWidget::windowIcon" href="qwidget.html#windowIcon-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="windowIcon" type="QIcon" signature="windowIcon() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWindowIconText" fullname="QWidget::setWindowIconText" href="qwidget.html#windowIconText-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="windowIconText" type="void" signature="setWindowIconText(const QString &amp; )">
+ <parameter left="const QString &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowIconText" fullname="QWidget::windowIconText" href="qwidget.html#windowIconText-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="windowIconText" type="QString" signature="windowIconText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWindowRole" fullname="QWidget::setWindowRole" href="qwidget.html#setWindowRole" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWindowRole(const QString &amp; role)">
+ <parameter left="const QString &amp;" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowRole" fullname="QWidget::windowRole" href="qwidget.html#windowRole" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="windowRole() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWindowFilePath" fullname="QWidget::setWindowFilePath" href="qwidget.html#windowFilePath-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="windowFilePath" type="void" signature="setWindowFilePath(const QString &amp; filePath)">
+ <parameter left="const QString &amp;" right="" name="filePath" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowFilePath" fullname="QWidget::windowFilePath" href="qwidget.html#windowFilePath-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="windowFilePath" type="QString" signature="windowFilePath() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWindowOpacity" fullname="QWidget::setWindowOpacity" href="qwidget.html#windowOpacity-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="windowOpacity" type="void" signature="setWindowOpacity(qreal level)">
+ <parameter left="qreal" right="" name="level" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowOpacity" fullname="QWidget::windowOpacity" href="qwidget.html#windowOpacity-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="windowOpacity" type="qreal" signature="windowOpacity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isWindowModified" fullname="QWidget::isWindowModified" href="qwidget.html#windowModified-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="windowModified" type="bool" signature="isWindowModified() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setToolTip" fullname="QWidget::setToolTip" href="qwidget.html#toolTip-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="toolTip" type="void" signature="setToolTip(const QString &amp; )">
+ <parameter left="const QString &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toolTip" fullname="QWidget::toolTip" href="qwidget.html#toolTip-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="toolTip" type="QString" signature="toolTip() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStatusTip" fullname="QWidget::setStatusTip" href="qwidget.html#statusTip-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="statusTip" type="void" signature="setStatusTip(const QString &amp; )">
+ <parameter left="const QString &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="statusTip" fullname="QWidget::statusTip" href="qwidget.html#statusTip-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="statusTip" type="QString" signature="statusTip() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWhatsThis" fullname="QWidget::setWhatsThis" href="qwidget.html#whatsThis-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="whatsThis" type="void" signature="setWhatsThis(const QString &amp; )">
+ <parameter left="const QString &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="whatsThis" fullname="QWidget::whatsThis" href="qwidget.html#whatsThis-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="whatsThis" type="QString" signature="whatsThis() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="accessibleName" fullname="QWidget::accessibleName" href="qwidget.html#accessibleName-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="accessibleName" type="QString" signature="accessibleName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAccessibleName" fullname="QWidget::setAccessibleName" href="qwidget.html#accessibleName-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="accessibleName" type="void" signature="setAccessibleName(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="accessibleDescription" fullname="QWidget::accessibleDescription" href="qwidget.html#accessibleDescription-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="accessibleDescription" type="QString" signature="accessibleDescription() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAccessibleDescription" fullname="QWidget::setAccessibleDescription" href="qwidget.html#accessibleDescription-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="accessibleDescription" type="void" signature="setAccessibleDescription(const QString &amp; description)">
+ <parameter left="const QString &amp;" right="" name="description" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLayoutDirection" fullname="QWidget::setLayoutDirection" href="qwidget.html#layoutDirection-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="layoutDirection" type="void" signature="setLayoutDirection(Qt::LayoutDirection direction)">
+ <parameter left="Qt::LayoutDirection" right="" name="direction" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="layoutDirection" fullname="QWidget::layoutDirection" href="qwidget.html#layoutDirection-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="layoutDirection" type="Qt::LayoutDirection" signature="layoutDirection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unsetLayoutDirection" fullname="QWidget::unsetLayoutDirection" href="qwidget.html#layoutDirection-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="layoutDirection" type="void" signature="unsetLayoutDirection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLocale" fullname="QWidget::setLocale" href="qwidget.html#locale-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="locale" type="void" signature="setLocale(const QLocale &amp; locale)">
+ <parameter left="const QLocale &amp;" right="" name="locale" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="locale" fullname="QWidget::locale" href="qwidget.html#locale-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="locale" type="QLocale" signature="locale() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unsetLocale" fullname="QWidget::unsetLocale" href="qwidget.html#locale-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="locale" type="void" signature="unsetLocale()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFocus" fullname="QWidget::setFocus" href="qwidget.html#setFocus-2" location="qwidget.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="setFocus()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isActiveWindow" fullname="QWidget::isActiveWindow" href="qwidget.html#isActiveWindow-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="isActiveWindow" type="bool" signature="isActiveWindow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activateWindow" fullname="QWidget::activateWindow" href="qwidget.html#activateWindow" location="qwidget_win.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="activateWindow()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearFocus" fullname="QWidget::clearFocus" href="qwidget.html#clearFocus" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearFocus()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFocus" fullname="QWidget::setFocus" href="qwidget.html#setFocus" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFocus(Qt::FocusReason reason)">
+ <parameter left="Qt::FocusReason" right="" name="reason" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="focusPolicy" fullname="QWidget::focusPolicy" href="qwidget.html#focusPolicy-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="focusPolicy" type="Qt::FocusPolicy" signature="focusPolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFocusPolicy" fullname="QWidget::setFocusPolicy" href="qwidget.html#focusPolicy-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="focusPolicy" type="void" signature="setFocusPolicy(Qt::FocusPolicy policy)">
+ <parameter left="Qt::FocusPolicy" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasFocus" fullname="QWidget::hasFocus" href="qwidget.html#focus-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="focus" type="bool" signature="hasFocus() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabOrder" fullname="QWidget::setTabOrder" href="qwidget.html#setTabOrder" location="qwidget.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setTabOrder(QWidget * first, QWidget * second)">
+ <parameter left="QWidget *" right="" name="first" default=""/>
+ <parameter left="QWidget *" right="" name="second" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFocusProxy" fullname="QWidget::setFocusProxy" href="qwidget.html#setFocusProxy" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFocusProxy(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="focusProxy" fullname="QWidget::focusProxy" href="qwidget.html#focusProxy" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="focusProxy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contextMenuPolicy" fullname="QWidget::contextMenuPolicy" href="qwidget.html#contextMenuPolicy-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="contextMenuPolicy" type="Qt::ContextMenuPolicy" signature="contextMenuPolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContextMenuPolicy" fullname="QWidget::setContextMenuPolicy" href="qwidget.html#contextMenuPolicy-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="contextMenuPolicy" type="void" signature="setContextMenuPolicy(Qt::ContextMenuPolicy policy)">
+ <parameter left="Qt::ContextMenuPolicy" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="grabMouse" fullname="QWidget::grabMouse" href="qwidget.html#grabMouse" location="qwidget_mac.mm" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="grabMouse()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="grabMouse" fullname="QWidget::grabMouse" href="qwidget.html#grabMouse-2" location="qwidget_mac.mm" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="grabMouse(const QCursor &amp; cursor)">
+ <parameter left="const QCursor &amp;" right="" name="cursor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="releaseMouse" fullname="QWidget::releaseMouse" href="qwidget.html#releaseMouse" location="qwidget_mac.mm" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="releaseMouse()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="grabKeyboard" fullname="QWidget::grabKeyboard" href="qwidget.html#grabKeyboard" location="qwidget_win.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="grabKeyboard()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="releaseKeyboard" fullname="QWidget::releaseKeyboard" href="qwidget.html#releaseKeyboard" location="qwidget_win.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="releaseKeyboard()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="grabShortcut" fullname="QWidget::grabShortcut" href="qwidget.html#grabShortcut" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="grabShortcut(const QKeySequence &amp; key, Qt::ShortcutContext context)">
+ <parameter left="const QKeySequence &amp;" right="" name="key" default=""/>
+ <parameter left="Qt::ShortcutContext" right="" name="context" default="Qt::WindowShortcut"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="releaseShortcut" fullname="QWidget::releaseShortcut" href="qwidget.html#releaseShortcut" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="releaseShortcut(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setShortcutEnabled" fullname="QWidget::setShortcutEnabled" href="qwidget.html#setShortcutEnabled" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setShortcutEnabled(int id, bool enable)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="bool" right="" name="enable" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setShortcutAutoRepeat" fullname="QWidget::setShortcutAutoRepeat" href="qwidget.html#setShortcutAutoRepeat" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setShortcutAutoRepeat(int id, bool enable)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="bool" right="" name="enable" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mouseGrabber" fullname="QWidget::mouseGrabber" href="qwidget.html#mouseGrabber" location="qwidget_win.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QWidget *" signature="mouseGrabber()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyboardGrabber" fullname="QWidget::keyboardGrabber" href="qwidget.html#keyboardGrabber" location="qwidget_win.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QWidget *" signature="keyboardGrabber()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updatesEnabled" fullname="QWidget::updatesEnabled" href="qwidget.html#updatesEnabled-prop" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="updatesEnabled" type="bool" signature="updatesEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUpdatesEnabled" fullname="QWidget::setUpdatesEnabled" href="qwidget.html#updatesEnabled-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="updatesEnabled" type="void" signature="setUpdatesEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="graphicsProxyWidget" fullname="QWidget::graphicsProxyWidget" href="qwidget.html#graphicsProxyWidget" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsProxyWidget *" signature="graphicsProxyWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="update" fullname="QWidget::update" href="qwidget.html#update" location="qwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="update()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="repaint" fullname="QWidget::repaint" href="qwidget.html#repaint" location="qwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="repaint()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="update" fullname="QWidget::update" href="qwidget.html#update-2" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="update(int x, int y, int w, int h)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="update" fullname="QWidget::update" href="qwidget.html#update-3" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="update(const QRect &amp; rect)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="update" fullname="QWidget::update" href="qwidget.html#update-4" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="update(const QRegion &amp; rgn)">
+ <parameter left="const QRegion &amp;" right="" name="rgn" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="repaint" fullname="QWidget::repaint" href="qwidget.html#repaint-6" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="void" signature="repaint(int x, int y, int w, int h)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="repaint" fullname="QWidget::repaint" href="qwidget.html#repaint-7" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="void" signature="repaint(const QRect &amp; rect)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="repaint" fullname="QWidget::repaint" href="qwidget.html#repaint-8" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="void" signature="repaint(const QRegion &amp; rgn)">
+ <parameter left="const QRegion &amp;" right="" name="rgn" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="QWidget::setVisible" href="qwidget.html#visible-prop" location="qwidget.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="visible" type="void" signature="setVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHidden" fullname="QWidget::setHidden" href="qwidget.html#setHidden" location="qwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setHidden(bool hidden)">
+ <parameter left="bool" right="" name="hidden" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="show" fullname="QWidget::show" href="qwidget.html#show" location="qwidget_wince.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="show()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hide" fullname="QWidget::hide" href="qwidget.html#hide" location="qwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="hide()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setShown" fullname="QWidget::setShown" href="qwidget-qt3.html#setShown" location="qwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setShown(bool shown)">
+ <parameter left="bool" right="" name="shown" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showMinimized" fullname="QWidget::showMinimized" href="qwidget.html#showMinimized" location="qwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="showMinimized()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showMaximized" fullname="QWidget::showMaximized" href="qwidget.html#showMaximized" location="qwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="showMaximized()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showFullScreen" fullname="QWidget::showFullScreen" href="qwidget.html#showFullScreen" location="qwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="showFullScreen()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showNormal" fullname="QWidget::showNormal" href="qwidget.html#showNormal" location="qwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="showNormal()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="close" fullname="QWidget::close" href="qwidget.html#close" location="qwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="bool" signature="close()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="raise" fullname="QWidget::raise" href="qwidget.html#raise" location="qwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="raise()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lower" fullname="QWidget::lower" href="qwidget.html#lower" location="qwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="lower()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stackUnder" fullname="QWidget::stackUnder" href="qwidget.html#stackUnder" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="stackUnder(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="move" fullname="QWidget::move" href="qwidget.html#pos-prop" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" associated-property="pos" type="void" signature="move(int x, int y)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="move" fullname="QWidget::move" href="qwidget.html#pos-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="pos" type="void" signature="move(const QPoint &amp; )">
+ <parameter left="const QPoint &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resize" fullname="QWidget::resize" href="qwidget.html#size-prop" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" associated-property="size" type="void" signature="resize(int w, int h)">
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resize" fullname="QWidget::resize" href="qwidget.html#size-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="size" type="void" signature="resize(const QSize &amp; )">
+ <parameter left="const QSize &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGeometry" fullname="QWidget::setGeometry" href="qwidget.html#geometry-prop" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" associated-property="geometry" type="void" signature="setGeometry(int x, int y, int w, int h)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGeometry" fullname="QWidget::setGeometry" href="qwidget.html#geometry-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="geometry" type="void" signature="setGeometry(const QRect &amp; )">
+ <parameter left="const QRect &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="saveGeometry" fullname="QWidget::saveGeometry" href="qwidget.html#saveGeometry" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="saveGeometry() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="restoreGeometry" fullname="QWidget::restoreGeometry" href="qwidget.html#restoreGeometry" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="restoreGeometry(const QByteArray &amp; geometry)">
+ <parameter left="const QByteArray &amp;" right="" name="geometry" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="adjustSize" fullname="QWidget::adjustSize" href="qwidget.html#adjustSize" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="adjustSize()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isVisible" fullname="QWidget::isVisible" href="qwidget.html#visible-prop" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="visible" type="bool" signature="isVisible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isVisibleTo" fullname="QWidget::isVisibleTo" href="qwidget.html#isVisibleTo" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isVisibleTo(QWidget * ancestor) const">
+ <parameter left="QWidget *" right="" name="ancestor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isHidden" fullname="QWidget::isHidden" href="qwidget.html#isHidden" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isHidden() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isMinimized" fullname="QWidget::isMinimized" href="qwidget.html#minimized-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="minimized" type="bool" signature="isMinimized() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isMaximized" fullname="QWidget::isMaximized" href="qwidget.html#maximized-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maximized" type="bool" signature="isMaximized() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFullScreen" fullname="QWidget::isFullScreen" href="qwidget.html#fullScreen-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="fullScreen" type="bool" signature="isFullScreen() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowState" fullname="QWidget::windowState" href="qwidget.html#windowState" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::WindowStates" signature="windowState() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWindowState" fullname="QWidget::setWindowState" href="qwidget.html#setWindowState" location="qwidget_mac.mm" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWindowState(QFlags&lt;Qt::WindowState&gt; windowState)">
+ <parameter left="QFlags&lt;Qt::WindowState&gt;" right="" name="windowState" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QWidget::sizeHint" href="qwidget.html#sizeHint-prop" location="qwidget.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" associated-property="sizeHint" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="QWidget::minimumSizeHint" href="qwidget.html#minimumSizeHint-prop" location="qwidget.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" associated-property="minimumSizeHint" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizePolicy" fullname="QWidget::sizePolicy" href="qwidget.html#sizePolicy-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sizePolicy" type="QSizePolicy" signature="sizePolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSizePolicy" fullname="QWidget::setSizePolicy" href="qwidget.html#sizePolicy-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="sizePolicy" type="void" signature="setSizePolicy(QSizePolicy )">
+ <parameter left="QSizePolicy" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSizePolicy" fullname="QWidget::setSizePolicy" href="qwidget.html#sizePolicy-prop" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" associated-property="sizePolicy" type="void" signature="setSizePolicy(QSizePolicy::Policy horizontal, QSizePolicy::Policy vertical)">
+ <parameter left="QSizePolicy::Policy" right="" name="horizontal" default=""/>
+ <parameter left="QSizePolicy::Policy" right="" name="vertical" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="heightForWidth" fullname="QWidget::heightForWidth" href="qwidget.html#heightForWidth" location="qwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="heightForWidth(int w) const">
+ <parameter left="int" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="visibleRegion" fullname="QWidget::visibleRegion" href="qwidget.html#visibleRegion" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRegion" signature="visibleRegion() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContentsMargins" fullname="QWidget::setContentsMargins" href="qwidget.html#setContentsMargins" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setContentsMargins(int left, int top, int right, int bottom)">
+ <parameter left="int" right="" name="left" default=""/>
+ <parameter left="int" right="" name="top" default=""/>
+ <parameter left="int" right="" name="right" default=""/>
+ <parameter left="int" right="" name="bottom" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getContentsMargins" fullname="QWidget::getContentsMargins" href="qwidget.html#getContentsMargins" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="getContentsMargins(int * left, int * top, int * right, int * bottom) const">
+ <parameter left="int *" right="" name="left" default=""/>
+ <parameter left="int *" right="" name="top" default=""/>
+ <parameter left="int *" right="" name="right" default=""/>
+ <parameter left="int *" right="" name="bottom" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentsRect" fullname="QWidget::contentsRect" href="qwidget.html#contentsRect" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="contentsRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="layout" fullname="QWidget::layout" href="qwidget.html#layout" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QLayout *" signature="layout() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLayout" fullname="QWidget::setLayout" href="qwidget.html#setLayout" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLayout(QLayout * layout)">
+ <parameter left="QLayout *" right="" name="layout" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateGeometry" fullname="QWidget::updateGeometry" href="qwidget.html#updateGeometry" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="updateGeometry()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setParent" fullname="QWidget::setParent" href="qwidget.html#setParent" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setParent(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setParent" fullname="QWidget::setParent" href="qwidget.html#setParent-2" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setParent(QWidget * parent, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scroll" fullname="QWidget::scroll" href="qwidget.html#scroll" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="scroll(int dx, int dy)">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scroll" fullname="QWidget::scroll" href="qwidget.html#scroll-2" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="scroll(int dx, int dy, const QRect &amp; r)">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="focusWidget" fullname="QWidget::focusWidget" href="qwidget.html#focusWidget" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="focusWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nextInFocusChain" fullname="QWidget::nextInFocusChain" href="qwidget.html#nextInFocusChain" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="nextInFocusChain() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previousInFocusChain" fullname="QWidget::previousInFocusChain" href="qwidget.html#previousInFocusChain" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="previousInFocusChain() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="acceptDrops" fullname="QWidget::acceptDrops" href="qwidget.html#acceptDrops-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="acceptDrops" type="bool" signature="acceptDrops() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAcceptDrops" fullname="QWidget::setAcceptDrops" href="qwidget.html#acceptDrops-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="acceptDrops" type="void" signature="setAcceptDrops(bool on)">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addAction" fullname="QWidget::addAction" href="qwidget.html#addAction" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addAction(QAction * action)">
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addActions" fullname="QWidget::addActions" href="qwidget.html#addActions" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addActions(QList&lt;QAction *&gt; actions)">
+ <parameter left="QList&lt;QAction *&gt;" right="" name="actions" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertAction" fullname="QWidget::insertAction" href="qwidget.html#insertAction" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertAction(QAction * before, QAction * action)">
+ <parameter left="QAction *" right="" name="before" default=""/>
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertActions" fullname="QWidget::insertActions" href="qwidget.html#insertActions" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertActions(QAction * before, QList&lt;QAction *&gt; actions)">
+ <parameter left="QAction *" right="" name="before" default=""/>
+ <parameter left="QList&lt;QAction *&gt;" right="" name="actions" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeAction" fullname="QWidget::removeAction" href="qwidget.html#removeAction" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeAction(QAction * action)">
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actions" fullname="QWidget::actions" href="qwidget.html#actions" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QAction *&gt;" signature="actions() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parentWidget" fullname="QWidget::parentWidget" href="qwidget.html#parentWidget" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="parentWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWindowFlags" fullname="QWidget::setWindowFlags" href="qwidget.html#windowFlags-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="windowFlags" type="void" signature="setWindowFlags(QFlags&lt;Qt::WindowType&gt; type)">
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowFlags" fullname="QWidget::windowFlags" href="qwidget.html#windowFlags-prop" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="windowFlags" type="Qt::WindowFlags" signature="windowFlags() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="overrideWindowFlags" fullname="QWidget::overrideWindowFlags" href="qwidget.html#overrideWindowFlags" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="overrideWindowFlags(QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowType" fullname="QWidget::windowType" href="qwidget.html#windowType" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::WindowType" signature="windowType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="QWidget::find" href="qwidget.html#find" location="qwidget.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QWidget *" signature="find(WId id)">
+ <parameter left="WId" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="wmapper" fullname="QWidget::wmapper" href="qwidget-qt3.html#wmapper" location="qwidget.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QWidgetMapper *" signature="wmapper()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childAt" fullname="QWidget::childAt" href="qwidget.html#childAt" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="childAt(int x, int y) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childAt" fullname="QWidget::childAt" href="qwidget.html#childAt-4" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QWidget *" signature="childAt(const QPoint &amp; p) const">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x11Info" fullname="QWidget::x11Info" href="qwidget.html#x11Info" location="qwidget_x11.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QX11Info &amp;" signature="x11Info() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x11PictureHandle" fullname="QWidget::x11PictureHandle" href="qwidget.html#x11PictureHandle" location="qwidget_x11.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::HANDLE" signature="x11PictureHandle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="macQDHandle" fullname="QWidget::macQDHandle" href="qwidget.html#macQDHandle" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::HANDLE" signature="macQDHandle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="macCGHandle" fullname="QWidget::macCGHandle" href="qwidget.html#macCGHandle" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::HANDLE" signature="macCGHandle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getDC" fullname="QWidget::getDC" href="qwidget.html#getDC" location="qwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="HDC" signature="getDC() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="releaseDC" fullname="QWidget::releaseDC" href="qwidget.html#releaseDC" location="qwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="releaseDC(HDC hdc) const">
+ <parameter left="HDC" right="" name="hdc" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttribute" fullname="QWidget::setAttribute" href="qwidget.html#setAttribute" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAttribute(Qt::WidgetAttribute attribute, bool on)">
+ <parameter left="Qt::WidgetAttribute" right="" name="attribute" default=""/>
+ <parameter left="bool" right="" name="on" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testAttribute" fullname="QWidget::testAttribute" href="qwidget.html#testAttribute" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="testAttribute(Qt::WidgetAttribute attribute) const">
+ <parameter left="Qt::WidgetAttribute" right="" name="attribute" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paintEngine" fullname="QWidget::paintEngine" href="qwidget.html#paintEngine" location="qwidget_win.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPaintEngine *" signature="paintEngine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ensurePolished" fullname="QWidget::ensurePolished" href="qwidget.html#ensurePolished" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="ensurePolished() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inputContext" fullname="QWidget::inputContext" href="qwidget.html#inputContext" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QInputContext *" signature="inputContext()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setInputContext" fullname="QWidget::setInputContext" href="qwidget.html#setInputContext" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setInputContext(QInputContext * context)">
+ <parameter left="QInputContext *" right="" name="context" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isAncestorOf" fullname="QWidget::isAncestorOf" href="qwidget.html#isAncestorOf" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isAncestorOf(const QWidget * child) const">
+ <parameter left="const QWidget *" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasEditFocus" fullname="QWidget::hasEditFocus" href="qwidget.html#hasEditFocus" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasEditFocus() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEditFocus" fullname="QWidget::setEditFocus" href="qwidget.html#setEditFocus" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEditFocus(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoFillBackground" fullname="QWidget::autoFillBackground" href="qwidget.html#autoFillBackground-prop" location="qwidget.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoFillBackground" type="bool" signature="autoFillBackground() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoFillBackground" fullname="QWidget::setAutoFillBackground" href="qwidget.html#autoFillBackground-prop" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="autoFillBackground" type="void" signature="setAutoFillBackground(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="preliminary" name="setWindowSurface" fullname="QWidget::setWindowSurface" href="qwidget.html#setWindowSurface" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWindowSurface(QWindowSurface * surface)">
+ <parameter left="QWindowSurface *" right="" name="surface" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="preliminary" name="windowSurface" fullname="QWidget::windowSurface" href="qwidget.html#windowSurface" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWindowSurface *" signature="windowSurface() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="customContextMenuRequested" fullname="QWidget::customContextMenuRequested" href="qwidget.html#customContextMenuRequested" location="qwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="customContextMenuRequested(const QPoint &amp; pos)">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QWidget::event" href="qwidget.html#event" location="qwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QWidget::mousePressEvent" href="qwidget.html#mousePressEvent" location="qwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QWidget::mouseReleaseEvent" href="qwidget.html#mouseReleaseEvent" location="qwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseDoubleClickEvent" fullname="QWidget::mouseDoubleClickEvent" href="qwidget.html#mouseDoubleClickEvent" location="qwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseDoubleClickEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QWidget::mouseMoveEvent" href="qwidget.html#mouseMoveEvent" location="qwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="wheelEvent" fullname="QWidget::wheelEvent" href="qwidget.html#wheelEvent" location="qwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="wheelEvent(QWheelEvent * event)">
+ <parameter left="QWheelEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QWidget::keyPressEvent" href="qwidget.html#keyPressEvent" location="qwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * event)">
+ <parameter left="QKeyEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyReleaseEvent" fullname="QWidget::keyReleaseEvent" href="qwidget.html#keyReleaseEvent" location="qwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyReleaseEvent(QKeyEvent * event)">
+ <parameter left="QKeyEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="QWidget::focusInEvent" href="qwidget.html#focusInEvent" location="qwidget.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * event)">
+ <parameter left="QFocusEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="QWidget::focusOutEvent" href="qwidget.html#focusOutEvent" location="qwidget.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * event)">
+ <parameter left="QFocusEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="enterEvent" fullname="QWidget::enterEvent" href="qwidget.html#enterEvent" location="qwidget.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="enterEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="leaveEvent" fullname="QWidget::leaveEvent" href="qwidget.html#leaveEvent" location="qwidget.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="leaveEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QWidget::paintEvent" href="qwidget.html#paintEvent" location="qwidget.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * event)">
+ <parameter left="QPaintEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="moveEvent" fullname="QWidget::moveEvent" href="qwidget.html#moveEvent" location="qwidget.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="moveEvent(QMoveEvent * event)">
+ <parameter left="QMoveEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QWidget::resizeEvent" href="qwidget.html#resizeEvent" location="qwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * event)">
+ <parameter left="QResizeEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="closeEvent" fullname="QWidget::closeEvent" href="qwidget.html#closeEvent" location="qwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="closeEvent(QCloseEvent * event)">
+ <parameter left="QCloseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contextMenuEvent" fullname="QWidget::contextMenuEvent" href="qwidget.html#contextMenuEvent" location="qwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contextMenuEvent(QContextMenuEvent * event)">
+ <parameter left="QContextMenuEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="tabletEvent" fullname="QWidget::tabletEvent" href="qwidget.html#tabletEvent" location="qwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="tabletEvent(QTabletEvent * event)">
+ <parameter left="QTabletEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="actionEvent" fullname="QWidget::actionEvent" href="qwidget.html#actionEvent" location="qwidget.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="actionEvent(QActionEvent * event)">
+ <parameter left="QActionEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragEnterEvent" fullname="QWidget::dragEnterEvent" href="qwidget.html#dragEnterEvent" location="qwidget.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragEnterEvent(QDragEnterEvent * event)">
+ <parameter left="QDragEnterEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragMoveEvent" fullname="QWidget::dragMoveEvent" href="qwidget.html#dragMoveEvent" location="qwidget.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragMoveEvent(QDragMoveEvent * event)">
+ <parameter left="QDragMoveEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragLeaveEvent" fullname="QWidget::dragLeaveEvent" href="qwidget.html#dragLeaveEvent" location="qwidget.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragLeaveEvent(QDragLeaveEvent * event)">
+ <parameter left="QDragLeaveEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dropEvent" fullname="QWidget::dropEvent" href="qwidget.html#dropEvent" location="qwidget.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dropEvent(QDropEvent * event)">
+ <parameter left="QDropEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="QWidget::showEvent" href="qwidget.html#showEvent" location="qwidget.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * event)">
+ <parameter left="QShowEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hideEvent" fullname="QWidget::hideEvent" href="qwidget.html#hideEvent" location="qwidget.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hideEvent(QHideEvent * event)">
+ <parameter left="QHideEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="macEvent" fullname="QWidget::macEvent" href="qwidget.html#macEvent" location="qwidget.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="macEvent(EventHandlerCallRef caller, EventRef event)">
+ <parameter left="EventHandlerCallRef" right="" name="caller" default=""/>
+ <parameter left="EventRef" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="winEvent" fullname="QWidget::winEvent" href="qwidget.html#winEvent" location="qwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="winEvent(MSG * message, long * result)">
+ <parameter left="MSG *" right="" name="message" default=""/>
+ <parameter left="long *" right="" name="result" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="x11Event" fullname="QWidget::x11Event" href="qwidget.html#x11Event" location="qwidget.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="x11Event(XEvent * event)">
+ <parameter left="XEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="qwsEvent" fullname="QWidget::qwsEvent" href="qwidget.html#qwsEvent" location="qwidget.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="qwsEvent(QWSEvent * event)">
+ <parameter left="QWSEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QWidget::changeEvent" href="qwidget.html#changeEvent" location="qwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="metric" fullname="QWidget::metric" href="qwidget.html#metric" location="qwidget_win.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="metric(PaintDeviceMetric m) const">
+ <parameter left="PaintDeviceMetric" right="" name="m" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="inputMethodEvent" fullname="QWidget::inputMethodEvent" href="qwidget.html#inputMethodEvent" location="qwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="inputMethodEvent(QInputMethodEvent * event)">
+ <parameter left="QInputMethodEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inputMethodQuery" fullname="QWidget::inputMethodQuery" href="qwidget.html#inputMethodQuery" location="qwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="inputMethodQuery(Qt::InputMethodQuery query) const">
+ <parameter left="Qt::InputMethodQuery" right="" name="query" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="obsolete" name="resetInputContext" fullname="QWidget::resetInputContext" href="qwidget-obsolete.html#resetInputContext" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resetInputContext()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateMicroFocus" fullname="QWidget::updateMicroFocus" href="qwidget.html#updateMicroFocus" location="qwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="updateMicroFocus()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="create" fullname="QWidget::create" href="qwidget.html#create" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="create(WId window, bool initializeWindow, bool destroyOldWindow)">
+ <parameter left="WId" right="" name="window" default="0"/>
+ <parameter left="bool" right="" name="initializeWindow" default="true"/>
+ <parameter left="bool" right="" name="destroyOldWindow" default="true"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="destroy" fullname="QWidget::destroy" href="qwidget.html#destroy" location="qwidget_win.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="destroy(bool destroyWindow, bool destroySubWindows)">
+ <parameter left="bool" right="" name="destroyWindow" default="true"/>
+ <parameter left="bool" right="" name="destroySubWindows" default="true"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusNextPrevChild" fullname="QWidget::focusNextPrevChild" href="qwidget.html#focusNextPrevChild" location="qwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="focusNextPrevChild(bool next)">
+ <parameter left="bool" right="" name="next" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusNextChild" fullname="QWidget::focusNextChild" href="qwidget.html#focusNextChild" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="focusNextChild()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusPreviousChild" fullname="QWidget::focusPreviousChild" href="qwidget.html#focusPreviousChild" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="focusPreviousChild()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="isUpdatesEnabled" fullname="QWidget::isUpdatesEnabled" href="qwidget-qt3.html#isUpdatesEnabled" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isUpdatesEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setStyle" fullname="QWidget::setStyle" href="qwidget-qt3.html#setStyle-2" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QStyle *" signature="setStyle(const QString &amp; style)">
+ <parameter left="const QString &amp;" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="isVisibleToTLW" fullname="QWidget::isVisibleToTLW" href="qwidget-qt3.html#isVisibleToTLW" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isVisibleToTLW() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="visibleRect" fullname="QWidget::visibleRect" href="qwidget-qt3.html#visibleRect" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="visibleRect() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="iconify" fullname="QWidget::iconify" href="qwidget-qt3.html#iconify" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="iconify()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="constPolish" fullname="QWidget::constPolish" href="qwidget-qt3.html#constPolish" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="constPolish() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="polish" fullname="QWidget::polish" href="qwidget-qt3.html#polish" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="polish()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="reparent" fullname="QWidget::reparent" href="qwidget-qt3.html#reparent" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reparent(QWidget * parent, QFlags&lt;Qt::WindowType&gt; f, const QPoint &amp; p, bool showIt)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ <parameter left="bool" right="" name="showIt" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="reparent" fullname="QWidget::reparent" href="qwidget-qt3.html#reparent-2" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="reparent(QWidget * parent, const QPoint &amp; p, bool showIt)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ <parameter left="bool" right="" name="showIt" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="recreate" fullname="QWidget::recreate" href="qwidget-qt3.html#recreate" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="recreate(QWidget * parent, QFlags&lt;Qt::WindowType&gt; f, const QPoint &amp; p, bool showIt)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ <parameter left="bool" right="" name="showIt" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setSizePolicy" fullname="QWidget::setSizePolicy" href="qwidget-qt3.html#setSizePolicy-2" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setSizePolicy(QSizePolicy::Policy hor, QSizePolicy::Policy ver, bool hfw)">
+ <parameter left="QSizePolicy::Policy" right="" name="hor" default=""/>
+ <parameter left="QSizePolicy::Policy" right="" name="ver" default=""/>
+ <parameter left="bool" right="" name="hfw" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="hasMouse" fullname="QWidget::hasMouse" href="qwidget-qt3.html#hasMouse" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasMouse() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="ownCursor" fullname="QWidget::ownCursor" href="qwidget-qt3.html#ownCursor" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="ownCursor() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="ownFont" fullname="QWidget::ownFont" href="qwidget-qt3.html#ownFont" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="ownFont() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="unsetFont" fullname="QWidget::unsetFont" href="qwidget-qt3.html#unsetFont" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="unsetFont()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="ownPalette" fullname="QWidget::ownPalette" href="qwidget-qt3.html#ownPalette" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="ownPalette() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="unsetPalette" fullname="QWidget::unsetPalette" href="qwidget-qt3.html#unsetPalette" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="unsetPalette()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="backgroundMode" fullname="QWidget::backgroundMode" href="qwidget-qt3.html#backgroundMode" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::BackgroundMode" signature="backgroundMode() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setBackgroundMode" fullname="QWidget::setBackgroundMode" href="qwidget-qt3.html#setBackgroundMode" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBackgroundMode(Qt::BackgroundMode widgetBackground, Qt::BackgroundMode paletteBackground)">
+ <parameter left="Qt::BackgroundMode" right="" name="widgetBackground" default=""/>
+ <parameter left="Qt::BackgroundMode" right="" name="paletteBackground" default="Qt::PaletteBackground"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setEraseColor" fullname="QWidget::setEraseColor" href="qwidget-qt3.html#setEraseColor" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEraseColor(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setErasePixmap" fullname="QWidget::setErasePixmap" href="qwidget-qt3.html#setErasePixmap" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setErasePixmap(const QPixmap &amp; pixmap)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setPaletteForegroundColor" fullname="QWidget::setPaletteForegroundColor" href="qwidget-qt3.html#setPaletteForegroundColor" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPaletteForegroundColor(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setPaletteBackgroundColor" fullname="QWidget::setPaletteBackgroundColor" href="qwidget-qt3.html#setPaletteBackgroundColor" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPaletteBackgroundColor(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setPaletteBackgroundPixmap" fullname="QWidget::setPaletteBackgroundPixmap" href="qwidget-qt3.html#setPaletteBackgroundPixmap" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPaletteBackgroundPixmap(const QPixmap &amp; pixmap)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setBackgroundPixmap" fullname="QWidget::setBackgroundPixmap" href="qwidget-qt3.html#setBackgroundPixmap" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBackgroundPixmap(const QPixmap &amp; pixmap)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setBackgroundColor" fullname="QWidget::setBackgroundColor" href="qwidget-qt3.html#setBackgroundColor" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBackgroundColor(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="colorGroup" fullname="QWidget::colorGroup" href="qwidget-qt3.html#colorGroup" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColorGroup" signature="colorGroup() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="parentWidget" fullname="QWidget::parentWidget" href="qwidget-qt3.html#parentWidget-2" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QWidget *" signature="parentWidget(bool sameWindow) const">
+ <parameter left="bool" right="" name="sameWindow" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setKeyCompression" fullname="QWidget::setKeyCompression" href="qwidget-qt3.html#setKeyCompression" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setKeyCompression(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setFont" fullname="QWidget::setFont" href="qwidget-qt3.html#setFont-2" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setFont(const QFont &amp; f, bool b)">
+ <parameter left="const QFont &amp;" right="" name="f" default=""/>
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setPalette" fullname="QWidget::setPalette" href="qwidget-qt3.html#setPalette-2" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setPalette(const QPalette &amp; p, bool b)">
+ <parameter left="const QPalette &amp;" right="" name="p" default=""/>
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="compat" name="BackgroundOrigin" fullname="QWidget::BackgroundOrigin" href="qwidget-qt3.html#BackgroundOrigin-enum" location="qwidget.h">
+ <value name="WidgetOrigin" value="0"/>
+ <value name="ParentOrigin" value="1"/>
+ <value name="WindowOrigin" value="2"/>
+ <value name="AncestorOrigin" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="compat" name="setBackgroundOrigin" fullname="QWidget::setBackgroundOrigin" href="qwidget-qt3.html#setBackgroundOrigin" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBackgroundOrigin(BackgroundOrigin background)">
+ <parameter left="BackgroundOrigin" right="" name="background" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="backgroundOrigin" fullname="QWidget::backgroundOrigin" href="qwidget-qt3.html#backgroundOrigin" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="BackgroundOrigin" signature="backgroundOrigin() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="backgroundOffset" fullname="QWidget::backgroundOffset" href="qwidget-qt3.html#backgroundOffset" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="backgroundOffset() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="repaint" fullname="QWidget::repaint" href="qwidget-qt3.html#repaint-2" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="repaint(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="repaint" fullname="QWidget::repaint" href="qwidget-qt3.html#repaint-3" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="repaint(int x, int y, int w, int h, bool b)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="repaint" fullname="QWidget::repaint" href="qwidget-qt3.html#repaint-4" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="repaint(const QRect &amp; r, bool b)">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="repaint" fullname="QWidget::repaint" href="qwidget-qt3.html#repaint-5" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="repaint(const QRegion &amp; rgn, bool b)">
+ <parameter left="const QRegion &amp;" right="" name="rgn" default=""/>
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="erase" fullname="QWidget::erase" href="qwidget-qt3.html#erase" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="erase()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="erase" fullname="QWidget::erase" href="qwidget-qt3.html#erase-2" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="erase(int x, int y, int w, int h)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="erase" fullname="QWidget::erase" href="qwidget-qt3.html#erase-3" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="erase(const QRect &amp; rect)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="erase" fullname="QWidget::erase" href="qwidget-qt3.html#erase-4" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="erase(const QRegion &amp; rgn)">
+ <parameter left="const QRegion &amp;" right="" name="rgn" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="drawText" fullname="QWidget::drawText" href="qwidget-qt3.html#drawText" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawText(const QPoint &amp; p, const QString &amp; s)">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="drawText" fullname="QWidget::drawText" href="qwidget-qt3.html#drawText-2" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawText(int x, int y, const QString &amp; s)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="close" fullname="QWidget::close" href="qwidget-qt3.html#close-2" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="close(bool alsoDelete)">
+ <parameter left="bool" right="" name="alsoDelete" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="childAt" fullname="QWidget::childAt" href="qwidget-qt3.html#childAt-2" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QWidget *" signature="childAt(int x, int y, bool includeThis) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="bool" right="" name="includeThis" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="childAt" fullname="QWidget::childAt" href="qwidget-qt3.html#childAt-3" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QWidget *" signature="childAt(const QPoint &amp; p, bool includeThis) const">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ <parameter left="bool" right="" name="includeThis" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setCaption" fullname="QWidget::setCaption" href="qwidget-qt3.html#setCaption" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCaption(const QString &amp; c)">
+ <parameter left="const QString &amp;" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setIcon" fullname="QWidget::setIcon" href="qwidget-qt3.html#setIcon" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setIcon(const QPixmap &amp; i)">
+ <parameter left="const QPixmap &amp;" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setIconText" fullname="QWidget::setIconText" href="qwidget-qt3.html#setIconText" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setIconText(const QString &amp; it)">
+ <parameter left="const QString &amp;" right="" name="it" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="caption" fullname="QWidget::caption" href="qwidget-qt3.html#caption" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="caption() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="icon" fullname="QWidget::icon" href="qwidget-qt3.html#icon" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPixmap *" signature="icon() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="iconText" fullname="QWidget::iconText" href="qwidget-qt3.html#iconText" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="iconText() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setInputMethodEnabled" fullname="QWidget::setInputMethodEnabled" href="qwidget-qt3.html#setInputMethodEnabled" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setInputMethodEnabled(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="isInputMethodEnabled" fullname="QWidget::isInputMethodEnabled" href="qwidget-qt3.html#isInputMethodEnabled" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isInputMethodEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setActiveWindow" fullname="QWidget::setActiveWindow" href="qwidget-qt3.html#setActiveWindow" location="qwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setActiveWindow()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="isShown" fullname="QWidget::isShown" href="qwidget-qt3.html#isShown" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isShown() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="isDialog" fullname="QWidget::isDialog" href="qwidget-qt3.html#isDialog" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDialog() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="isPopup" fullname="QWidget::isPopup" href="qwidget-qt3.html#isPopup" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isPopup() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="isDesktop" fullname="QWidget::isDesktop" href="qwidget-qt3.html#isDesktop" location="qwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDesktop() const"/>
+ <function access="protected" threadsafety="unspecified" status="obsolete" name="languageChange" fullname="QWidget::languageChange" href="qwidget-obsolete.html#languageChange" location="qwidget.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="languageChange()"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QSourceLocation" href="qsourcelocation.html" location="qsourcelocation.h" bases="" module="QtXmlPatterns">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSourceLocation" fullname="QSourceLocation::QSourceLocation" href="qsourcelocation.html#QSourceLocation" location="qsourcelocation.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSourceLocation()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSourceLocation" fullname="QSourceLocation::QSourceLocation" href="qsourcelocation.html#QSourceLocation-2" location="qsourcelocation.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSourceLocation(const QSourceLocation &amp; other)">
+ <parameter left="const QSourceLocation &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSourceLocation" fullname="QSourceLocation::QSourceLocation" href="qsourcelocation.html#QSourceLocation-3" location="qsourcelocation.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QSourceLocation(const QUrl &amp; u, int l, int c)">
+ <parameter left="const QUrl &amp;" right="" name="u" default=""/>
+ <parameter left="int" right="" name="l" default="-1"/>
+ <parameter left="int" right="" name="c" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSourceLocation" fullname="QSourceLocation::~QSourceLocation" href="qsourcelocation.html#dtor.QSourceLocation" location="qsourcelocation.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSourceLocation()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QSourceLocation::operator=" href="qsourcelocation.html#operator=" location="qsourcelocation.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSourceLocation &amp;" signature="operator=(const QSourceLocation &amp; other)">
+ <parameter left="const QSourceLocation &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QSourceLocation::operator==" href="qsourcelocation.html#operator==" location="qsourcelocation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QSourceLocation &amp; other) const">
+ <parameter left="const QSourceLocation &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QSourceLocation::operator!=" href="qsourcelocation.html#operator!=" location="qsourcelocation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QSourceLocation &amp; other) const">
+ <parameter left="const QSourceLocation &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="column" fullname="QSourceLocation::column" href="qsourcelocation.html#column" location="qsourcelocation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="column() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumn" fullname="QSourceLocation::setColumn" href="qsourcelocation.html#setColumn" location="qsourcelocation.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumn(qint64 newColumn)">
+ <parameter left="qint64" right="" name="newColumn" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="line" fullname="QSourceLocation::line" href="qsourcelocation.html#line" location="qsourcelocation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="line() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLine" fullname="QSourceLocation::setLine" href="qsourcelocation.html#setLine" location="qsourcelocation.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLine(qint64 newLine)">
+ <parameter left="qint64" right="" name="newLine" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="uri" fullname="QSourceLocation::uri" href="qsourcelocation.html#uri" location="qsourcelocation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="uri() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUri" fullname="QSourceLocation::setUri" href="qsourcelocation.html#setUri" location="qsourcelocation.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUri(const QUrl &amp; newUri)">
+ <parameter left="const QUrl &amp;" right="" name="newUri" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QSourceLocation::isNull" href="qsourcelocation.html#isNull" location="qsourcelocation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qHash" href="qsourcelocation.html#qHash-23" location="qsourcelocation.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="23" relates="QSourceLocation" type="uint" signature="qHash(const QSourceLocation &amp; location)">
+ <parameter left="const QSourceLocation &amp;" right="" name="location" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qsourcelocation.html#operator&lt;&lt;-113" location="qsourcelocation.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="113" relates="QSourceLocation" type="QDebug" signature="operator&lt;&lt;(QDebug debug, const QSourceLocation &amp; sourceLocation)">
+ <parameter left="QDebug" right="" name="debug" default=""/>
+ <parameter left="const QSourceLocation &amp;" right="" name="sourceLocation" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAudioDeviceId" href="qaudiodeviceid.html" location="qaudiodeviceid.h" bases="" module="QtMultimedia">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAudioDeviceId" fullname="QAudioDeviceId::QAudioDeviceId" href="qaudiodeviceid.html#QAudioDeviceId" location="qaudiodeviceid.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAudioDeviceId()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAudioDeviceId" fullname="QAudioDeviceId::QAudioDeviceId" href="qaudiodeviceid.html#QAudioDeviceId-2" location="qaudiodeviceid.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QAudioDeviceId(const QAudioDeviceId &amp; other)">
+ <parameter left="const QAudioDeviceId &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAudioDeviceId" fullname="QAudioDeviceId::~QAudioDeviceId" href="qaudiodeviceid.html#dtor.QAudioDeviceId" location="qaudiodeviceid.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAudioDeviceId()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QAudioDeviceId::operator=" href="qaudiodeviceid.html#operator=" location="qaudiodeviceid.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAudioDeviceId &amp;" signature="operator=(const QAudioDeviceId &amp; other)">
+ <parameter left="const QAudioDeviceId &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QAudioDeviceId::operator==" href="qaudiodeviceid.html#operator==" location="qaudiodeviceid.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QAudioDeviceId &amp; other) const">
+ <parameter left="const QAudioDeviceId &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QAudioDeviceId::operator!=" href="qaudiodeviceid.html#operator!=" location="qaudiodeviceid.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QAudioDeviceId &amp; other) const">
+ <parameter left="const QAudioDeviceId &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QAudioDeviceId::isNull" href="qaudiodeviceid.html#isNull" location="qaudiodeviceid.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextInlineObject" href="qtextinlineobject.html" location="qtextlayout.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextInlineObject" fullname="QTextInlineObject::QTextInlineObject" href="qtextinlineobject.html#QTextInlineObject" location="qtextlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextInlineObject(int i, QTextEngine * e)">
+ <parameter left="int" right="" name="i" default=""/>
+ <parameter left="QTextEngine *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QTextInlineObject::isValid" href="qtextinlineobject.html#isValid" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rect" fullname="QTextInlineObject::rect" href="qtextinlineobject.html#rect" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="rect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QTextInlineObject::width" href="qtextinlineobject.html#width" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ascent" fullname="QTextInlineObject::ascent" href="qtextinlineobject.html#ascent" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="ascent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="descent" fullname="QTextInlineObject::descent" href="qtextinlineobject.html#descent" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="descent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="QTextInlineObject::height" href="qtextinlineobject.html#height" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textDirection" fullname="QTextInlineObject::textDirection" href="qtextinlineobject.html#textDirection" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::LayoutDirection" signature="textDirection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidth" fullname="QTextInlineObject::setWidth" href="qtextinlineobject.html#setWidth" location="qtextlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWidth(qreal w)">
+ <parameter left="qreal" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAscent" fullname="QTextInlineObject::setAscent" href="qtextinlineobject.html#setAscent" location="qtextlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAscent(qreal a)">
+ <parameter left="qreal" right="" name="a" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDescent" fullname="QTextInlineObject::setDescent" href="qtextinlineobject.html#setDescent" location="qtextlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDescent(qreal d)">
+ <parameter left="qreal" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textPosition" fullname="QTextInlineObject::textPosition" href="qtextinlineobject.html#textPosition" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="textPosition() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="formatIndex" fullname="QTextInlineObject::formatIndex" href="qtextinlineobject.html#formatIndex" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="formatIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QTextInlineObject::format" href="qtextinlineobject.html#format" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextFormat" signature="format() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextLayout" href="qtextlayout.html" location="qtextlayout.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextLayout" fullname="QTextLayout::QTextLayout" href="qtextlayout.html#QTextLayout" location="qtextlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextLayout()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextLayout" fullname="QTextLayout::QTextLayout" href="qtextlayout.html#QTextLayout-2" location="qtextlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTextLayout(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextLayout" fullname="QTextLayout::QTextLayout" href="qtextlayout.html#QTextLayout-3" location="qtextlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QTextLayout(const QString &amp; text, const QFont &amp; font, QPaintDevice * paintdevice)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ <parameter left="QPaintDevice *" right="" name="paintdevice" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTextLayout" fullname="QTextLayout::~QTextLayout" href="qtextlayout.html#dtor.QTextLayout" location="qtextlayout.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTextLayout()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFont" fullname="QTextLayout::setFont" href="qtextlayout.html#setFont" location="qtextlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFont(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QTextLayout::font" href="qtextlayout.html#font" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFont" signature="font() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="QTextLayout::setText" href="qtextlayout.html#setText" location="qtextlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setText(const QString &amp; string)">
+ <parameter left="const QString &amp;" right="" name="string" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QTextLayout::text" href="qtextlayout.html#text" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextOption" fullname="QTextLayout::setTextOption" href="qtextlayout.html#setTextOption" location="qtextlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextOption(const QTextOption &amp; option)">
+ <parameter left="const QTextOption &amp;" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textOption" fullname="QTextLayout::textOption" href="qtextlayout.html#textOption" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextOption" signature="textOption() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPreeditArea" fullname="QTextLayout::setPreeditArea" href="qtextlayout.html#setPreeditArea" location="qtextlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPreeditArea(int position, const QString &amp; text)">
+ <parameter left="int" right="" name="position" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="preeditAreaPosition" fullname="QTextLayout::preeditAreaPosition" href="qtextlayout.html#preeditAreaPosition" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="preeditAreaPosition() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="preeditAreaText" fullname="QTextLayout::preeditAreaText" href="qtextlayout.html#preeditAreaText" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="preeditAreaText() const"/>
+ <class access="public" threadsafety="unspecified" status="commendable" name="FormatRange" fullname="QTextLayout::FormatRange" href="qtextlayout-formatrange.html" location="qtextlayout.h" bases="" module="QtGui">
+ <variable access="public" threadsafety="unspecified" status="commendable" name="start" fullname="QTextLayout::FormatRange::start" href="qtextlayout-formatrange.html#start-var" location="qtextlayout.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="length" fullname="QTextLayout::FormatRange::length" href="qtextlayout-formatrange.html#length-var" location="qtextlayout.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QTextLayout::FormatRange::format" href="qtextlayout-formatrange.html#format-var" location="qtextlayout.h" type="QTextCharFormat" static="false"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAdditionalFormats" fullname="QTextLayout::setAdditionalFormats" href="qtextlayout.html#setAdditionalFormats" location="qtextlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAdditionalFormats(const QList&lt;FormatRange&gt; &amp; formatList)">
+ <parameter left="const QList&lt;FormatRange&gt; &amp;" right="" name="formatList" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="additionalFormats" fullname="QTextLayout::additionalFormats" href="qtextlayout.html#additionalFormats" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;FormatRange&gt;" signature="additionalFormats() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearAdditionalFormats" fullname="QTextLayout::clearAdditionalFormats" href="qtextlayout.html#clearAdditionalFormats" location="qtextlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearAdditionalFormats()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCacheEnabled" fullname="QTextLayout::setCacheEnabled" href="qtextlayout.html#setCacheEnabled" location="qtextlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCacheEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cacheEnabled" fullname="QTextLayout::cacheEnabled" href="qtextlayout.html#cacheEnabled" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="cacheEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beginLayout" fullname="QTextLayout::beginLayout" href="qtextlayout.html#beginLayout" location="qtextlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="beginLayout()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endLayout" fullname="QTextLayout::endLayout" href="qtextlayout.html#endLayout" location="qtextlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="endLayout()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearLayout" fullname="QTextLayout::clearLayout" href="qtextlayout.html#clearLayout" location="qtextlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearLayout()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createLine" fullname="QTextLayout::createLine" href="qtextlayout.html#createLine" location="qtextlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTextLine" signature="createLine()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineCount" fullname="QTextLayout::lineCount" href="qtextlayout.html#lineCount" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="lineCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineAt" fullname="QTextLayout::lineAt" href="qtextlayout.html#lineAt" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextLine" signature="lineAt(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineForTextPosition" fullname="QTextLayout::lineForTextPosition" href="qtextlayout.html#lineForTextPosition" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextLine" signature="lineForTextPosition(int pos) const">
+ <parameter left="int" right="" name="pos" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="CursorMode" fullname="QTextLayout::CursorMode" href="qtextlayout.html#CursorMode-enum" location="qtextlayout.h">
+ <value name="SkipCharacters" value="0"/>
+ <value name="SkipWords" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValidCursorPosition" fullname="QTextLayout::isValidCursorPosition" href="qtextlayout.html#isValidCursorPosition" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValidCursorPosition(int pos) const">
+ <parameter left="int" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nextCursorPosition" fullname="QTextLayout::nextCursorPosition" href="qtextlayout.html#nextCursorPosition" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="nextCursorPosition(int oldPos, CursorMode mode) const">
+ <parameter left="int" right="" name="oldPos" default=""/>
+ <parameter left="CursorMode" right="" name="mode" default="SkipCharacters"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previousCursorPosition" fullname="QTextLayout::previousCursorPosition" href="qtextlayout.html#previousCursorPosition" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="previousCursorPosition(int oldPos, CursorMode mode) const">
+ <parameter left="int" right="" name="oldPos" default=""/>
+ <parameter left="CursorMode" right="" name="mode" default="SkipCharacters"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="draw" fullname="QTextLayout::draw" href="qtextlayout.html#draw" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="draw(QPainter * p, const QPointF &amp; pos, const QVector&lt;FormatRange&gt; &amp; selections, const QRectF &amp; clip) const">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="pos" default=""/>
+ <parameter left="const QVector&lt;FormatRange&gt; &amp;" right="" name="selections" default="QVector&lt;FormatRange&gt; ()"/>
+ <parameter left="const QRectF &amp;" right="" name="clip" default="QRectF()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawCursor" fullname="QTextLayout::drawCursor" href="qtextlayout.html#drawCursor-2" location="qtextlayout.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="void" signature="drawCursor(QPainter * painter, const QPointF &amp; position, int cursorPosition) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="position" default=""/>
+ <parameter left="int" right="" name="cursorPosition" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawCursor" fullname="QTextLayout::drawCursor" href="qtextlayout.html#drawCursor" location="qtextlayout.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="drawCursor(QPainter * painter, const QPointF &amp; position, int cursorPosition, int width) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="position" default=""/>
+ <parameter left="int" right="" name="cursorPosition" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="position" fullname="QTextLayout::position" href="qtextlayout.html#position" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="position() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPosition" fullname="QTextLayout::setPosition" href="qtextlayout.html#setPosition" location="qtextlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPosition(const QPointF &amp; p)">
+ <parameter left="const QPointF &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QTextLayout::boundingRect" href="qtextlayout.html#boundingRect" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumWidth" fullname="QTextLayout::minimumWidth" href="qtextlayout.html#minimumWidth" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="minimumWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumWidth" fullname="QTextLayout::maximumWidth" href="qtextlayout.html#maximumWidth" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="maximumWidth() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextLine" href="qtextline.html" location="qtextlayout.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextLine" fullname="QTextLine::QTextLine" href="qtextline.html#QTextLine" location="qtextlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextLine()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QTextLine::isValid" href="qtextline.html#isValid" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rect" fullname="QTextLine::rect" href="qtextline.html#rect" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="rect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x" fullname="QTextLine::x" href="qtextline.html#x" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="x() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="y" fullname="QTextLine::y" href="qtextline.html#y" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="y() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QTextLine::width" href="qtextline.html#width" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ascent" fullname="QTextLine::ascent" href="qtextline.html#ascent" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="ascent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="descent" fullname="QTextLine::descent" href="qtextline.html#descent" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="descent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="QTextLine::height" href="qtextline.html#height" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="naturalTextWidth" fullname="QTextLine::naturalTextWidth" href="qtextline.html#naturalTextWidth" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="naturalTextWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="naturalTextRect" fullname="QTextLine::naturalTextRect" href="qtextline.html#naturalTextRect" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="naturalTextRect() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Edge" fullname="QTextLine::Edge" href="qtextline.html#Edge-enum" location="qtextlayout.h">
+ <value name="Leading" value="0"/>
+ <value name="Trailing" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="CursorPosition" fullname="QTextLine::CursorPosition" href="qtextline.html#CursorPosition-enum" location="qtextlayout.h">
+ <value name="CursorBetweenCharacters" value="0"/>
+ <value name="CursorOnCharacter" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorToX" fullname="QTextLine::cursorToX" href="qtextline.html#cursorToX" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="cursorToX(int * cursorPos, Edge edge) const">
+ <parameter left="int *" right="" name="cursorPos" default=""/>
+ <parameter left="Edge" right="" name="edge" default="Leading"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorToX" fullname="QTextLine::cursorToX" href="qtextline.html#cursorToX-2" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="qreal" signature="cursorToX(int cursorPos, Edge edge) const">
+ <parameter left="int" right="" name="cursorPos" default=""/>
+ <parameter left="Edge" right="" name="edge" default="Leading"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="xToCursor" fullname="QTextLine::xToCursor" href="qtextline.html#xToCursor" location="qtextlayout.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="xToCursor(qreal x, CursorPosition cpos) const">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="CursorPosition" right="" name="cpos" default="CursorBetweenCharacters"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLineWidth" fullname="QTextLine::setLineWidth" href="qtextline.html#setLineWidth" location="qtextlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLineWidth(qreal width)">
+ <parameter left="qreal" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNumColumns" fullname="QTextLine::setNumColumns" href="qtextline.html#setNumColumns" location="qtextlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNumColumns(int numColumns)">
+ <parameter left="int" right="" name="numColumns" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNumColumns" fullname="QTextLine::setNumColumns" href="qtextline.html#setNumColumns-2" location="qtextlayout.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setNumColumns(int numColumns, qreal alignmentWidth)">
+ <parameter left="int" right="" name="numColumns" default=""/>
+ <parameter left="qreal" right="" name="alignmentWidth" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPosition" fullname="QTextLine::setPosition" href="qtextline.html#setPosition" location="qtextlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPosition(const QPointF &amp; pos)">
+ <parameter left="const QPointF &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="position" fullname="QTextLine::position" href="qtextline.html#position" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="position() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textStart" fullname="QTextLine::textStart" href="qtextline.html#textStart" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="textStart() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textLength" fullname="QTextLine::textLength" href="qtextline.html#textLength" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="textLength() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineNumber" fullname="QTextLine::lineNumber" href="qtextline.html#lineNumber" location="qtextlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="lineNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="draw" fullname="QTextLine::draw" href="qtextline.html#draw" location="qtextlayout.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="draw(QPainter * painter, const QPointF &amp; position, const QTextLayout::FormatRange * selection) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="position" default=""/>
+ <parameter left="const QTextLayout::FormatRange *" right="" name="selection" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="compat" name="Q3SocketDevice" href="q3socketdevice.html" location="q3socketdevice.h" bases="QIODevice" module="Qt3Support">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="Q3SocketDevice::Type" href="q3socketdevice.html#Type-enum" location="q3socketdevice.h">
+ <value name="Stream" value="0"/>
+ <value name="Datagram" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Protocol" fullname="Q3SocketDevice::Protocol" href="q3socketdevice.html#Protocol-enum" location="q3socketdevice.h">
+ <value name="IPv4" value="0"/>
+ <value name="IPv6" value="1"/>
+ <value name="Unknown" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3SocketDevice" fullname="Q3SocketDevice::Q3SocketDevice" href="q3socketdevice.html#Q3SocketDevice" location="q3socketdevice.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3SocketDevice(Type type)">
+ <parameter left="Type" right="" name="type" default="Stream"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3SocketDevice" fullname="Q3SocketDevice::Q3SocketDevice" href="q3socketdevice.html#Q3SocketDevice-2" location="q3socketdevice.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3SocketDevice(Type type, Protocol protocol, int dummy)">
+ <parameter left="Type" right="" name="type" default=""/>
+ <parameter left="Protocol" right="" name="protocol" default=""/>
+ <parameter left="int" right="" name="dummy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3SocketDevice" fullname="Q3SocketDevice::Q3SocketDevice" href="q3socketdevice.html#Q3SocketDevice-3" location="q3socketdevice.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3SocketDevice(int socket, Type type)">
+ <parameter left="int" right="" name="socket" default=""/>
+ <parameter left="Type" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3SocketDevice" fullname="Q3SocketDevice::~Q3SocketDevice" href="q3socketdevice.html#dtor.Q3SocketDevice" location="q3socketdevice.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3SocketDevice()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="Q3SocketDevice::isValid" href="q3socketdevice.html#isValid" location="q3socketdevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="Q3SocketDevice::type" href="q3socketdevice.html#type" location="q3socketdevice.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="Type" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="protocol" fullname="Q3SocketDevice::protocol" href="q3socketdevice.html#protocol" location="q3socketdevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Protocol" signature="protocol() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="socket" fullname="Q3SocketDevice::socket" href="q3socketdevice.html#socket" location="q3socketdevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="socket() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSocket" fullname="Q3SocketDevice::setSocket" href="q3socketdevice.html#setSocket" location="q3socketdevice.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSocket(int socket, Type type)">
+ <parameter left="int" right="" name="socket" default=""/>
+ <parameter left="Type" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="Q3SocketDevice::open" href="q3socketdevice.html#open" location="q3socketdevice.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="open(QFlags&lt;QIODevice::OpenModeFlag&gt; mode)">
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="Q3SocketDevice::open" href="q3socketdevice.html#open-2" location="q3socketdevice.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="open(int mode)">
+ <parameter left="int" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="close" fullname="Q3SocketDevice::close" href="q3socketdevice.html#close" location="q3socketdevice_win.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="close()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flush" fullname="Q3SocketDevice::flush" href="q3socketdevice.html#flush" location="q3socketdevice.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="flush()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="Q3SocketDevice::size" href="q3socketdevice.html#size" location="q3socketdevice.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Offset" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="at" fullname="Q3SocketDevice::at" href="q3socketdevice.html#at" location="q3socketdevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Offset" signature="at() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="at" fullname="Q3SocketDevice::at" href="q3socketdevice.html#at-2" location="q3socketdevice.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="at(Offset offset)">
+ <parameter left="Offset" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atEnd" fullname="Q3SocketDevice::atEnd" href="q3socketdevice.html#atEnd" location="q3socketdevice.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="atEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blocking" fullname="Q3SocketDevice::blocking" href="q3socketdevice.html#blocking" location="q3socketdevice_win.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="blocking() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBlocking" fullname="Q3SocketDevice::setBlocking" href="q3socketdevice.html#setBlocking" location="q3socketdevice_win.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setBlocking(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addressReusable" fullname="Q3SocketDevice::addressReusable" href="q3socketdevice.html#addressReusable" location="q3socketdevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="addressReusable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAddressReusable" fullname="Q3SocketDevice::setAddressReusable" href="q3socketdevice.html#setAddressReusable" location="q3socketdevice.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setAddressReusable(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="receiveBufferSize" fullname="Q3SocketDevice::receiveBufferSize" href="q3socketdevice.html#receiveBufferSize" location="q3socketdevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="receiveBufferSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setReceiveBufferSize" fullname="Q3SocketDevice::setReceiveBufferSize" href="q3socketdevice.html#setReceiveBufferSize" location="q3socketdevice.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setReceiveBufferSize(uint size)">
+ <parameter left="uint" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sendBufferSize" fullname="Q3SocketDevice::sendBufferSize" href="q3socketdevice.html#sendBufferSize" location="q3socketdevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="sendBufferSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSendBufferSize" fullname="Q3SocketDevice::setSendBufferSize" href="q3socketdevice.html#setSendBufferSize" location="q3socketdevice.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSendBufferSize(uint size)">
+ <parameter left="uint" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connect" fullname="Q3SocketDevice::connect" href="q3socketdevice.html#connect" location="q3socketdevice_unix.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="connect(const QHostAddress &amp; addr, Q_UINT16 port)">
+ <parameter left="const QHostAddress &amp;" right="" name="addr" default=""/>
+ <parameter left="Q_UINT16" right="" name="port" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bind" fullname="Q3SocketDevice::bind" href="q3socketdevice.html#bind" location="q3socketdevice_unix.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="bind(const QHostAddress &amp; address, Q_UINT16 port)">
+ <parameter left="const QHostAddress &amp;" right="" name="address" default=""/>
+ <parameter left="Q_UINT16" right="" name="port" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="listen" fullname="Q3SocketDevice::listen" href="q3socketdevice.html#listen" location="q3socketdevice_win.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="listen(int backlog)">
+ <parameter left="int" right="" name="backlog" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="accept" fullname="Q3SocketDevice::accept" href="q3socketdevice.html#accept" location="q3socketdevice_win.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="int" signature="accept()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bytesAvailable" fullname="Q3SocketDevice::bytesAvailable" href="q3socketdevice.html#bytesAvailable" location="q3socketdevice_win.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="bytesAvailable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForMore" fullname="Q3SocketDevice::waitForMore" href="q3socketdevice.html#waitForMore" location="q3socketdevice_win.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q_LONG" signature="waitForMore(int msecs, bool * timeout) const">
+ <parameter left="int" right="" name="msecs" default=""/>
+ <parameter left="bool *" right="" name="timeout" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeBlock" fullname="Q3SocketDevice::writeBlock" href="q3socketdevice.html#writeBlock-2" location="q3socketdevice_unix.cpp" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="Q_LONG" signature="writeBlock(const char * data, Q_ULONG len, const QHostAddress &amp; host, Q_UINT16 port)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ <parameter left="Q_ULONG" right="" name="len" default=""/>
+ <parameter left="const QHostAddress &amp;" right="" name="host" default=""/>
+ <parameter left="Q_UINT16" right="" name="port" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeBlock" fullname="Q3SocketDevice::writeBlock" href="q3socketdevice.html#writeBlock" location="q3socketdevice.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q_LONG" signature="writeBlock(const char * data, Q_ULONG len)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ <parameter left="Q_ULONG" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readBlock" fullname="Q3SocketDevice::readBlock" href="q3socketdevice.html#readBlock" location="q3socketdevice.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="qint64" signature="readBlock(char * data, Q_ULONG maxlen)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="Q_ULONG" right="" name="maxlen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="port" fullname="Q3SocketDevice::port" href="q3socketdevice.html#port" location="q3socketdevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q_UINT16" signature="port() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peerPort" fullname="Q3SocketDevice::peerPort" href="q3socketdevice.html#peerPort" location="q3socketdevice_win.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q_UINT16" signature="peerPort() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="address" fullname="Q3SocketDevice::address" href="q3socketdevice.html#address" location="q3socketdevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QHostAddress" signature="address() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peerAddress" fullname="Q3SocketDevice::peerAddress" href="q3socketdevice.html#peerAddress" location="q3socketdevice_win.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QHostAddress" signature="peerAddress() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Error" fullname="Q3SocketDevice::Error" href="q3socketdevice.html#Error-enum" location="q3socketdevice.h">
+ <value name="NoError" value="0"/>
+ <value name="AlreadyBound" value="1"/>
+ <value name="Inaccessible" value="2"/>
+ <value name="NoResources" value="3"/>
+ <value name="InternalError" value="4"/>
+ <value name="Bug" value="InternalError"/>
+ <value name="Impossible" value=""/>
+ <value name="NoFiles" value=""/>
+ <value name="ConnectionRefused" value=""/>
+ <value name="NetworkFailure" value=""/>
+ <value name="UnknownError" value=""/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="Q3SocketDevice::error" href="q3socketdevice.html#error" location="q3socketdevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Error" signature="error() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setError" fullname="Q3SocketDevice::setError" href="q3socketdevice.html#setError" location="q3socketdevice.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setError(Error err)">
+ <parameter left="Error" right="" name="err" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="readData" fullname="Q3SocketDevice::readData" href="q3socketdevice.html#readData" location="q3socketdevice_win.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="readData(char * data, qint64 maxlen)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="maxlen" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="writeData" fullname="Q3SocketDevice::writeData" href="q3socketdevice.html#writeData" location="q3socketdevice_win.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="writeData(const char * data, qint64 len)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="len" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3ValueStack" href="q3valuestack.html" location="q3valuestack.h" bases="Q3ValueList" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ValueStack" fullname="Q3ValueStack::Q3ValueStack" href="q3valuestack.html#Q3ValueStack" location="q3valuestack.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3ValueStack()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3ValueStack" fullname="Q3ValueStack::~Q3ValueStack" href="q3valuestack.html#dtor.Q3ValueStack" location="q3valuestack.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3ValueStack()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="push" fullname="Q3ValueStack::push" href="q3valuestack.html#push" location="q3valuestack.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="push(const T &amp; d)">
+ <parameter left="const T &amp;" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pop" fullname="Q3ValueStack::pop" href="q3valuestack.html#pop" location="q3valuestack.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T" signature="pop()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="top" fullname="Q3ValueStack::top" href="q3valuestack.html#top" location="q3valuestack.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="top()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="top" fullname="Q3ValueStack::top" href="q3valuestack.html#top-2" location="q3valuestack.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T &amp;" signature="top() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QItemDelegate" href="qitemdelegate.html" location="qitemdelegate.h" bases="QAbstractItemDelegate" module="QtGui">
+ <contents name="standard-roles-and-data-types" title="Standard Roles and Data Types" level="1"/>
+ <contents name="subclassing" title="Subclassing" level="1"/>
+ <contents name="qstyleditemdelegate-vs-qitemdelegate" title="QStyledItemDelegate vs. QItemDelegate" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="clipping" fullname="QItemDelegate::clipping" href="qitemdelegate.html#clipping-prop" location="qitemdelegate.h" type="bool">
+ <getter name="hasClipping"/>
+ <setter name="setClipping"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QItemDelegate" fullname="QItemDelegate::QItemDelegate" href="qitemdelegate.html#QItemDelegate" location="qitemdelegate.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QItemDelegate(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QItemDelegate" fullname="QItemDelegate::~QItemDelegate" href="qitemdelegate.html#dtor.QItemDelegate" location="qitemdelegate.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QItemDelegate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasClipping" fullname="QItemDelegate::hasClipping" href="qitemdelegate.html#clipping-prop" location="qitemdelegate.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="clipping" type="bool" signature="hasClipping() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setClipping" fullname="QItemDelegate::setClipping" href="qitemdelegate.html#clipping-prop" location="qitemdelegate.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="clipping" type="void" signature="setClipping(bool clip)">
+ <parameter left="bool" right="" name="clip" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="QItemDelegate::paint" href="qitemdelegate.html#paint" location="qitemdelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="paint(QPainter * painter, const QStyleOptionViewItem &amp; option, const QModelIndex &amp; index) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="option" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QItemDelegate::sizeHint" href="qitemdelegate.html#sizeHint" location="qitemdelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint(const QStyleOptionViewItem &amp; option, const QModelIndex &amp; index) const">
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="option" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createEditor" fullname="QItemDelegate::createEditor" href="qitemdelegate.html#createEditor" location="qitemdelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="createEditor(QWidget * parent, const QStyleOptionViewItem &amp; option, const QModelIndex &amp; index) const">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="option" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEditorData" fullname="QItemDelegate::setEditorData" href="qitemdelegate.html#setEditorData" location="qitemdelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="setEditorData(QWidget * editor, const QModelIndex &amp; index) const">
+ <parameter left="QWidget *" right="" name="editor" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setModelData" fullname="QItemDelegate::setModelData" href="qitemdelegate.html#setModelData" location="qitemdelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="setModelData(QWidget * editor, QAbstractItemModel * model, const QModelIndex &amp; index) const">
+ <parameter left="QWidget *" right="" name="editor" default=""/>
+ <parameter left="QAbstractItemModel *" right="" name="model" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateEditorGeometry" fullname="QItemDelegate::updateEditorGeometry" href="qitemdelegate.html#updateEditorGeometry" location="qitemdelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="updateEditorGeometry(QWidget * editor, const QStyleOptionViewItem &amp; option, const QModelIndex &amp; index) const">
+ <parameter left="QWidget *" right="" name="editor" default=""/>
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="option" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemEditorFactory" fullname="QItemDelegate::itemEditorFactory" href="qitemdelegate.html#itemEditorFactory" location="qitemdelegate.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QItemEditorFactory *" signature="itemEditorFactory() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemEditorFactory" fullname="QItemDelegate::setItemEditorFactory" href="qitemdelegate.html#setItemEditorFactory" location="qitemdelegate.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemEditorFactory(QItemEditorFactory * factory)">
+ <parameter left="QItemEditorFactory *" right="" name="factory" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawDisplay" fullname="QItemDelegate::drawDisplay" href="qitemdelegate.html#drawDisplay" location="qitemdelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawDisplay(QPainter * painter, const QStyleOptionViewItem &amp; option, const QRect &amp; rect, const QString &amp; text) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="option" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawDecoration" fullname="QItemDelegate::drawDecoration" href="qitemdelegate.html#drawDecoration" location="qitemdelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawDecoration(QPainter * painter, const QStyleOptionViewItem &amp; option, const QRect &amp; rect, const QPixmap &amp; pixmap) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="option" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawFocus" fullname="QItemDelegate::drawFocus" href="qitemdelegate.html#drawFocus" location="qitemdelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawFocus(QPainter * painter, const QStyleOptionViewItem &amp; option, const QRect &amp; rect) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="option" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawCheck" fullname="QItemDelegate::drawCheck" href="qitemdelegate.html#drawCheck" location="qitemdelegate.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawCheck(QPainter * painter, const QStyleOptionViewItem &amp; option, const QRect &amp; rect, Qt::CheckState state) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="option" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="Qt::CheckState" right="" name="state" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawBackground" fullname="QItemDelegate::drawBackground" href="qitemdelegate.html#drawBackground" location="qitemdelegate.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="drawBackground(QPainter * painter, const QStyleOptionViewItem &amp; option, const QModelIndex &amp; index) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="option" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="QItemDelegate::eventFilter" href="qitemdelegate.html#eventFilter" location="qitemdelegate.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * editor, QEvent * event)">
+ <parameter left="QObject *" right="" name="editor" default=""/>
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="editorEvent" fullname="QItemDelegate::editorEvent" href="qitemdelegate.html#editorEvent" location="qitemdelegate.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="editorEvent(QEvent * event, QAbstractItemModel * model, const QStyleOptionViewItem &amp; option, const QModelIndex &amp; index)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ <parameter left="QAbstractItemModel *" right="" name="model" default=""/>
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="option" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QIconEnginePlugin" href="qiconengineplugin.html" location="qiconengineplugin.h" bases="QObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QIconEnginePlugin" fullname="QIconEnginePlugin::QIconEnginePlugin" href="qiconengineplugin.html#QIconEnginePlugin" location="qiconengineplugin.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QIconEnginePlugin(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QIconEnginePlugin" fullname="QIconEnginePlugin::~QIconEnginePlugin" href="qiconengineplugin.html#dtor.QIconEnginePlugin" location="qiconengineplugin.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QIconEnginePlugin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QIconEnginePlugin::keys" href="qiconengineplugin.html#keys" location="qiconengineplugin.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="keys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QIconEnginePlugin::create" href="qiconengineplugin.html#create" location="qiconengineplugin.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QIconEngine *" signature="create(const QString &amp; filename)">
+ <parameter left="const QString &amp;" right="" name="filename" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QIconEnginePluginV2" href="qiconenginepluginv2.html" location="qiconengineplugin.h" bases="QObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QIconEnginePluginV2" fullname="QIconEnginePluginV2::QIconEnginePluginV2" href="qiconenginepluginv2.html#QIconEnginePluginV2" location="qiconengineplugin.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QIconEnginePluginV2(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QIconEnginePluginV2" fullname="QIconEnginePluginV2::~QIconEnginePluginV2" href="qiconenginepluginv2.html#dtor.QIconEnginePluginV2" location="qiconengineplugin.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QIconEnginePluginV2()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QIconEnginePluginV2::keys" href="qiconenginepluginv2.html#keys" location="qiconengineplugin.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="keys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QIconEnginePluginV2::create" href="qiconenginepluginv2.html#create" location="qiconengineplugin.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QIconEngineV2 *" signature="create(const QString &amp; filename)">
+ <parameter left="const QString &amp;" right="" name="filename" default="QString()"/>
+ </function>
+ </class>
+ <namespace access="public" threadsafety="unspecified" status="commendable" name="Qt" href="qt.html" location="qnamespace.h" module="QtCore">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="GlobalColor" fullname="Qt::GlobalColor" href="qt.html#GlobalColor-enum" location="qnamespace.h">
+ <value name="color0" value="0"/>
+ <value name="color1" value="1"/>
+ <value name="black" value="2"/>
+ <value name="white" value="3"/>
+ <value name="darkGray" value="4"/>
+ <value name="gray" value="5"/>
+ <value name="lightGray" value="6"/>
+ <value name="red" value="7"/>
+ <value name="green" value="8"/>
+ <value name="blue" value="9"/>
+ <value name="cyan" value="10"/>
+ <value name="magenta" value="11"/>
+ <value name="yellow" value="12"/>
+ <value name="darkRed" value="13"/>
+ <value name="darkGreen" value="14"/>
+ <value name="darkBlue" value="15"/>
+ <value name="darkCyan" value="16"/>
+ <value name="darkMagenta" value="17"/>
+ <value name="darkYellow" value="18"/>
+ <value name="transparent" value="19"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="KeyboardModifier" fullname="Qt::KeyboardModifier" href="qt.html#KeyboardModifier-enum" location="qnamespace.h" typedef="Qt::KeyboardModifiers">
+ <value name="NoModifier" value="0x00000000"/>
+ <value name="ShiftModifier" value="0x02000000"/>
+ <value name="ControlModifier" value="0x04000000"/>
+ <value name="AltModifier" value="0x08000000"/>
+ <value name="MetaModifier" value="0x10000000"/>
+ <value name="KeypadModifier" value="0x20000000"/>
+ <value name="GroupSwitchModifier" value="0x40000000"/>
+ <value name="KeyboardModifierMask" value="0xfe000000"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="KeyboardModifiers" fullname="Qt::KeyboardModifiers" href="qt.html#KeyboardModifiers-typedef" location="qnamespace.h" enum="Qt::KeyboardModifier"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Modifier" fullname="Qt::Modifier" href="qt.html#Modifier-enum" location="qnamespace.h">
+ <value name="META" value="Qt::MetaModifier"/>
+ <value name="SHIFT" value="Qt::ShiftModifier"/>
+ <value name="CTRL" value="Qt::ControlModifier"/>
+ <value name="ALT" value="Qt::AltModifier"/>
+ <value name="MODIFIER_MASK" value="KeyboardModifierMask"/>
+ <value name="UNICODE_ACCEL" value="0x00000000"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="MouseButton" fullname="Qt::MouseButton" href="qt.html#MouseButton-enum" location="qnamespace.h" typedef="Qt::MouseButtons">
+ <value name="NoButton" value="0x00000000"/>
+ <value name="LeftButton" value="0x00000001"/>
+ <value name="RightButton" value="0x00000002"/>
+ <value name="MidButton" value="0x00000004"/>
+ <value name="XButton1" value="0x00000008"/>
+ <value name="XButton2" value="0x00000010"/>
+ <value name="MouseButtonMask" value="0x000000ff"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="MouseButtons" fullname="Qt::MouseButtons" href="qt.html#MouseButtons-typedef" location="qnamespace.h" enum="Qt::MouseButton"/>
+ <enum access="public" threadsafety="unspecified" status="compat" name="ButtonState_enum" fullname="Qt::ButtonState_enum" href="qt-qt3.html#ButtonState_enum-enum" location="qnamespace.h">
+ <value name="ShiftButton" value="Qt::ShiftModifier"/>
+ <value name="ControlButton" value="Qt::ControlModifier"/>
+ <value name="AltButton" value="Qt::AltModifier"/>
+ <value name="MetaButton" value="Qt::MetaModifier"/>
+ <value name="Keypad" value="Qt::KeypadModifier"/>
+ <value name="KeyButtonMask" value="Qt::KeyboardModifierMask"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="compat" name="ButtonState" fullname="Qt::ButtonState" href="qt-qt3.html#ButtonState-typedef" location="qnamespace.h"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Orientation" fullname="Qt::Orientation" href="qt.html#Orientation-enum" location="qnamespace.h" typedef="Qt::Orientations">
+ <value name="Horizontal" value="0x1"/>
+ <value name="Vertical" value="0x2"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Orientations" fullname="Qt::Orientations" href="qt.html#Orientations-typedef" location="qnamespace.h" enum="Qt::Orientation"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FocusPolicy" fullname="Qt::FocusPolicy" href="qt.html#FocusPolicy-enum" location="qnamespace.h">
+ <value name="NoFocus" value="0"/>
+ <value name="TabFocus" value="0x1"/>
+ <value name="ClickFocus" value="0x2"/>
+ <value name="StrongFocus" value="TabFocus | ClickFocus | 0x8"/>
+ <value name="WheelFocus" value="StrongFocus | 0x4"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SortOrder" fullname="Qt::SortOrder" href="qt.html#SortOrder-enum" location="qnamespace.h">
+ <value name="AscendingOrder" value="0"/>
+ <value name="DescendingOrder" value="1"/>
+ <value name="Ascending" value="AscendingOrder"/>
+ <value name="Descending" value="DescendingOrder"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="TileRule" fullname="Qt::TileRule" href="qt.html#TileRule-enum" location="qnamespace.h">
+ <value name="Stretch" value="0"/>
+ <value name="Repeat" value="1"/>
+ <value name="Round" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="AlignmentFlag" fullname="Qt::AlignmentFlag" href="qt.html#AlignmentFlag-enum" location="qnamespace.h" typedef="Qt::Alignment">
+ <value name="AlignLeft" value="0x0001"/>
+ <value name="AlignLeading" value="AlignLeft"/>
+ <value name="AlignRight" value="0x0002"/>
+ <value name="AlignTrailing" value="AlignRight"/>
+ <value name="AlignHCenter" value="0x0004"/>
+ <value name="AlignJustify" value="0x0008"/>
+ <value name="AlignAbsolute" value="0x0010"/>
+ <value name="AlignHorizontal_Mask" value="AlignLeft | AlignRight | AlignHCenter | AlignJustify | AlignAbsolute"/>
+ <value name="AlignTop" value="0x0020"/>
+ <value name="AlignBottom" value="0x0040"/>
+ <value name="AlignVCenter" value="0x0080"/>
+ <value name="AlignVertical_Mask" value="AlignTop | AlignBottom | AlignVCenter"/>
+ <value name="AlignCenter" value="AlignVCenter | AlignHCenter"/>
+ <value name="AlignAuto" value="AlignLeft"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Alignment" fullname="Qt::Alignment" href="qt.html#Alignment-typedef" location="qnamespace.h" enum="Qt::AlignmentFlag"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="TextFlag" fullname="Qt::TextFlag" href="qt.html#TextFlag-enum" location="qnamespace.h">
+ <value name="TextSingleLine" value="0x0100"/>
+ <value name="TextDontClip" value="0x0200"/>
+ <value name="TextExpandTabs" value="0x0400"/>
+ <value name="TextShowMnemonic" value="0x0800"/>
+ <value name="TextWordWrap" value="0x1000"/>
+ <value name="TextWrapAnywhere" value="0x2000"/>
+ <value name="TextDontPrint" value="0x4000"/>
+ <value name="TextIncludeTrailingSpaces" value="0x08000000"/>
+ <value name="TextHideMnemonic" value="0x8000"/>
+ <value name="TextJustificationForced" value="0x10000"/>
+ <value name="TextForceLeftToRight" value="0x20000"/>
+ <value name="TextForceRightToLeft" value="0x40000"/>
+ <value name="TextLongestVariant" value="0x80000"/>
+ <value name="SingleLine" value="TextSingleLine"/>
+ <value name="DontClip" value="TextDontClip"/>
+ <value name="ExpandTabs" value="TextExpandTabs"/>
+ <value name="ShowPrefix" value="TextShowMnemonic"/>
+ <value name="WordBreak" value="TextWordWrap"/>
+ <value name="BreakAnywhere" value="TextWrapAnywhere"/>
+ <value name="DontPrint" value="TextDontPrint"/>
+ <value name="IncludeTrailingSpaces" value="TextIncludeTrailingSpaces"/>
+ <value name="NoAccel" value="TextHideMnemonic"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="compat" name="TextFlags" fullname="Qt::TextFlags" href="qt-qt3.html#TextFlags-typedef" location="qnamespace.h"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="TextElideMode" fullname="Qt::TextElideMode" href="qt.html#TextElideMode-enum" location="qnamespace.h">
+ <value name="ElideLeft" value="0"/>
+ <value name="ElideRight" value="1"/>
+ <value name="ElideMiddle" value="2"/>
+ <value name="ElideNone" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WindowType" fullname="Qt::WindowType" href="qt.html#WindowType-enum" location="qnamespace.h" typedef="Qt::WindowFlags">
+ <value name="Widget" value="0x00000000"/>
+ <value name="Window" value="0x00000001"/>
+ <value name="Dialog" value="0x00000002 | Window"/>
+ <value name="Sheet" value="0x00000004 | Window"/>
+ <value name="Drawer" value="0x00000006 | Window"/>
+ <value name="Popup" value="0x00000008 | Window"/>
+ <value name="Tool" value="0x0000000a | Window"/>
+ <value name="ToolTip" value="0x0000000c | Window"/>
+ <value name="SplashScreen" value="0x0000000e | Window"/>
+ <value name="Desktop" value="0x00000010 | Window"/>
+ <value name="SubWindow" value="0x00000012"/>
+ <value name="WindowType_Mask" value="0x000000ff"/>
+ <value name="MSWindowsFixedSizeDialogHint" value="0x00000100"/>
+ <value name="MSWindowsOwnDC" value="0x00000200"/>
+ <value name="X11BypassWindowManagerHint" value="0x00000400"/>
+ <value name="FramelessWindowHint" value="0x00000800"/>
+ <value name="WindowTitleHint" value="0x00001000"/>
+ <value name="WindowSystemMenuHint" value="0x00002000"/>
+ <value name="WindowMinimizeButtonHint" value="0x00004000"/>
+ <value name="WindowMaximizeButtonHint" value="0x00008000"/>
+ <value name="WindowMinMaxButtonsHint" value="WindowMinimizeButtonHint | WindowMaximizeButtonHint"/>
+ <value name="WindowContextHelpButtonHint" value="0x00010000"/>
+ <value name="WindowShadeButtonHint" value="0x00020000"/>
+ <value name="WindowStaysOnTopHint" value="0x00040000"/>
+ <value name="CustomizeWindowHint" value="0x02000000"/>
+ <value name="WindowStaysOnBottomHint" value="0x04000000"/>
+ <value name="WindowCloseButtonHint" value="0x08000000"/>
+ <value name="MacWindowToolBarButtonHint" value="0x10000000"/>
+ <value name="BypassGraphicsProxyWidget" value="0x20000000"/>
+ <value name="WindowOkButtonHint" value="0x00080000"/>
+ <value name="WindowCancelButtonHint" value="0x00100000"/>
+ <value name="WMouseNoMask" value="0x00080000"/>
+ <value name="WDestructiveClose" value="0x00100000"/>
+ <value name="WStaticContents" value="0x00200000"/>
+ <value name="WGroupLeader" value="0x00400000"/>
+ <value name="WShowModal" value="0x00800000"/>
+ <value name="WNoMousePropagation" value="0x01000000"/>
+ <value name="WType_TopLevel" value="Window"/>
+ <value name="WType_Dialog" value="Dialog"/>
+ <value name="WType_Popup" value="Popup"/>
+ <value name="WType_Desktop" value="Desktop"/>
+ <value name="WType_Mask" value="WindowType_Mask"/>
+ <value name="WStyle_Customize" value="0"/>
+ <value name="WStyle_NormalBorder" value="0"/>
+ <value name="WStyle_DialogBorder" value="MSWindowsFixedSizeDialogHint"/>
+ <value name="WStyle_NoBorder" value="FramelessWindowHint"/>
+ <value name="WStyle_Title" value="WindowTitleHint"/>
+ <value name="WStyle_SysMenu" value="WindowSystemMenuHint"/>
+ <value name="WStyle_Minimize" value="WindowMinimizeButtonHint"/>
+ <value name="WStyle_Maximize" value="WindowMaximizeButtonHint"/>
+ <value name="WStyle_MinMax" value="WStyle_Minimize | WStyle_Maximize"/>
+ <value name="WStyle_Tool" value="Tool"/>
+ <value name="WStyle_StaysOnTop" value="WindowStaysOnTopHint"/>
+ <value name="WStyle_ContextHelp" value="WindowContextHelpButtonHint"/>
+ <value name="WPaintDesktop" value="0"/>
+ <value name="WPaintClever" value="0"/>
+ <value name="WX11BypassWM" value="X11BypassWindowManagerHint"/>
+ <value name="WWinOwnDC" value="MSWindowsOwnDC"/>
+ <value name="WMacSheet" value="Sheet"/>
+ <value name="WMacDrawer" value="Drawer"/>
+ <value name="WStyle_Splash" value="SplashScreen"/>
+ <value name="WNoAutoErase" value="0"/>
+ <value name="WRepaintNoErase" value="0"/>
+ <value name="WNorthWestGravity" value="WStaticContents"/>
+ <value name="WType_Modal" value="Dialog | WShowModal"/>
+ <value name="WStyle_Dialog" value="Dialog"/>
+ <value name="WStyle_NoBorderEx" value="FramelessWindowHint"/>
+ <value name="WResizeNoErase" value="0"/>
+ <value name="WMacNoSheet" value="0"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="WindowFlags" fullname="Qt::WindowFlags" href="qt.html#WindowFlags-typedef" location="qnamespace.h" enum="Qt::WindowType"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WindowState" fullname="Qt::WindowState" href="qt.html#WindowState-enum" location="qnamespace.h" typedef="Qt::WindowStates">
+ <value name="WindowNoState" value="0x00000000"/>
+ <value name="WindowMinimized" value="0x00000001"/>
+ <value name="WindowMaximized" value="0x00000002"/>
+ <value name="WindowFullScreen" value="0x00000004"/>
+ <value name="WindowActive" value="0x00000008"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="WindowStates" fullname="Qt::WindowStates" href="qt.html#WindowStates-typedef" location="qnamespace.h" enum="Qt::WindowState"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WidgetAttribute" fullname="Qt::WidgetAttribute" href="qt.html#WidgetAttribute-enum" location="qnamespace.h">
+ <value name="WA_Disabled" value="0"/>
+ <value name="WA_UnderMouse" value="1"/>
+ <value name="WA_MouseTracking" value="2"/>
+ <value name="WA_ContentsPropagated" value="3"/>
+ <value name="WA_OpaquePaintEvent" value="4"/>
+ <value name="WA_NoBackground" value="WA_OpaquePaintEvent"/>
+ <value name="WA_StaticContents" value="5"/>
+ <value name="WA_LaidOut" value="7"/>
+ <value name="WA_PaintOnScreen" value="8"/>
+ <value name="WA_NoSystemBackground" value="9"/>
+ <value name="WA_UpdatesDisabled" value="10"/>
+ <value name="WA_Mapped" value="11"/>
+ <value name="WA_MacNoClickThrough" value="12"/>
+ <value name="WA_PaintOutsidePaintEvent" value="13"/>
+ <value name="WA_InputMethodEnabled" value="14"/>
+ <value name="WA_WState_Visible" value="15"/>
+ <value name="WA_WState_Hidden" value="16"/>
+ <value name="WA_ForceDisabled" value="32"/>
+ <value name="WA_KeyCompression" value="33"/>
+ <value name="WA_PendingMoveEvent" value="34"/>
+ <value name="WA_PendingResizeEvent" value="35"/>
+ <value name="WA_SetPalette" value="36"/>
+ <value name="WA_SetFont" value="37"/>
+ <value name="WA_SetCursor" value="38"/>
+ <value name="WA_NoChildEventsFromChildren" value="39"/>
+ <value name="WA_WindowModified" value="41"/>
+ <value name="WA_Resized" value="42"/>
+ <value name="WA_Moved" value="43"/>
+ <value name="WA_PendingUpdate" value="44"/>
+ <value name="WA_InvalidSize" value="45"/>
+ <value name="WA_MacBrushedMetal" value="46"/>
+ <value name="WA_MacMetalStyle" value="WA_MacBrushedMetal"/>
+ <value name="WA_CustomWhatsThis" value="47"/>
+ <value name="WA_LayoutOnEntireRect" value="48"/>
+ <value name="WA_OutsideWSRange" value="49"/>
+ <value name="WA_GrabbedShortcut" value="50"/>
+ <value name="WA_TransparentForMouseEvents" value="51"/>
+ <value name="WA_PaintUnclipped" value="52"/>
+ <value name="WA_SetWindowIcon" value="53"/>
+ <value name="WA_NoMouseReplay" value="54"/>
+ <value name="WA_DeleteOnClose" value="55"/>
+ <value name="WA_RightToLeft" value="56"/>
+ <value name="WA_SetLayoutDirection" value="57"/>
+ <value name="WA_NoChildEventsForParent" value="58"/>
+ <value name="WA_ForceUpdatesDisabled" value="59"/>
+ <value name="WA_WState_Created" value="60"/>
+ <value name="WA_WState_CompressKeys" value="61"/>
+ <value name="WA_WState_InPaintEvent" value="62"/>
+ <value name="WA_WState_Reparented" value="63"/>
+ <value name="WA_WState_ConfigPending" value="64"/>
+ <value name="WA_WState_Polished" value="66"/>
+ <value name="WA_WState_DND" value="67"/>
+ <value name="WA_WState_OwnSizePolicy" value="68"/>
+ <value name="WA_WState_ExplicitShowHide" value="69"/>
+ <value name="WA_ShowModal" value="70"/>
+ <value name="WA_MouseNoMask" value="71"/>
+ <value name="WA_GroupLeader" value="72"/>
+ <value name="WA_NoMousePropagation" value="73"/>
+ <value name="WA_Hover" value="74"/>
+ <value name="WA_InputMethodTransparent" value="75"/>
+ <value name="WA_QuitOnClose" value="76"/>
+ <value name="WA_KeyboardFocusChange" value="77"/>
+ <value name="WA_AcceptDrops" value="78"/>
+ <value name="WA_DropSiteRegistered" value="79"/>
+ <value name="WA_ForceAcceptDrops" value="WA_DropSiteRegistered"/>
+ <value name="WA_WindowPropagation" value="80"/>
+ <value name="WA_NoX11EventCompression" value="81"/>
+ <value name="WA_TintedBackground" value="82"/>
+ <value name="WA_X11OpenGLOverlay" value="83"/>
+ <value name="WA_AlwaysShowToolTips" value="84"/>
+ <value name="WA_MacOpaqueSizeGrip" value="85"/>
+ <value name="WA_SetStyle" value="86"/>
+ <value name="WA_SetLocale" value="87"/>
+ <value name="WA_MacShowFocusRect" value="88"/>
+ <value name="WA_MacNormalSize" value="89"/>
+ <value name="WA_MacSmallSize" value="90"/>
+ <value name="WA_MacMiniSize" value="91"/>
+ <value name="WA_LayoutUsesWidgetRect" value="92"/>
+ <value name="WA_StyledBackground" value="93"/>
+ <value name="WA_MSWindowsUseDirect3D" value="94"/>
+ <value name="WA_CanHostQMdiSubWindowTitleBar" value="95"/>
+ <value name="WA_MacAlwaysShowToolWindow" value="96"/>
+ <value name="WA_StyleSheet" value="97"/>
+ <value name="WA_ShowWithoutActivating" value="98"/>
+ <value name="WA_X11BypassTransientForHint" value="99"/>
+ <value name="WA_NativeWindow" value="100"/>
+ <value name="WA_DontCreateNativeAncestors" value="101"/>
+ <value name="WA_MacVariableSize" value="102"/>
+ <value name="WA_DontShowOnScreen" value="103"/>
+ <value name="WA_X11NetWmWindowTypeDesktop" value="104"/>
+ <value name="WA_X11NetWmWindowTypeDock" value="105"/>
+ <value name="WA_X11NetWmWindowTypeToolBar" value="106"/>
+ <value name="WA_X11NetWmWindowTypeMenu" value="107"/>
+ <value name="WA_X11NetWmWindowTypeUtility" value="108"/>
+ <value name="WA_X11NetWmWindowTypeSplash" value="109"/>
+ <value name="WA_X11NetWmWindowTypeDialog" value="110"/>
+ <value name="WA_X11NetWmWindowTypeDropDownMenu" value="111"/>
+ <value name="WA_X11NetWmWindowTypePopupMenu" value="112"/>
+ <value name="WA_X11NetWmWindowTypeToolTip" value="113"/>
+ <value name="WA_X11NetWmWindowTypeNotification" value="114"/>
+ <value name="WA_X11NetWmWindowTypeCombo" value="115"/>
+ <value name="WA_X11NetWmWindowTypeDND" value="116"/>
+ <value name="WA_MacFrameworkScaled" value="117"/>
+ <value name="WA_SetWindowModality" value="118"/>
+ <value name="WA_WState_WindowOpacitySet" value="119"/>
+ <value name="WA_TranslucentBackground" value="120"/>
+ <value name="WA_AcceptTouchEvents" value="121"/>
+ <value name="WA_WState_AcceptedTouchBeginEvent" value="122"/>
+ <value name="WA_TouchPadAcceptSingleTouchEvents" value="123"/>
+ <value name="WA_AttributeCount" value="124"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ApplicationAttribute" fullname="Qt::ApplicationAttribute" href="qt.html#ApplicationAttribute-enum" location="qnamespace.h">
+ <value name="AA_ImmediateWidgetCreation" value="0"/>
+ <value name="AA_MSWindowsUseDirect3DByDefault" value="1"/>
+ <value name="AA_DontShowIconsInMenus" value="2"/>
+ <value name="AA_NativeWindows" value="3"/>
+ <value name="AA_DontCreateNativeWidgetSiblings" value="4"/>
+ <value name="AA_MacPluginApplication" value="5"/>
+ <value name="AA_DontUseNativeMenuBar" value="6"/>
+ <value name="AA_MacDontSwapCtrlAndMeta" value="7"/>
+ <value name="AA_AttributeCount" value="8"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ImageConversionFlag" fullname="Qt::ImageConversionFlag" href="qt.html#ImageConversionFlag-enum" location="qnamespace.h" typedef="Qt::ImageConversionFlags">
+ <value name="ColorMode_Mask" value="0x00000003"/>
+ <value name="AutoColor" value="0x00000000"/>
+ <value name="ColorOnly" value="0x00000003"/>
+ <value name="MonoOnly" value="0x00000002"/>
+ <value name="AlphaDither_Mask" value="0x0000000c"/>
+ <value name="ThresholdAlphaDither" value="0x00000000"/>
+ <value name="OrderedAlphaDither" value="0x00000004"/>
+ <value name="DiffuseAlphaDither" value="0x00000008"/>
+ <value name="NoAlpha" value="0x0000000c"/>
+ <value name="Dither_Mask" value="0x00000030"/>
+ <value name="DiffuseDither" value="0x00000000"/>
+ <value name="OrderedDither" value="0x00000010"/>
+ <value name="ThresholdDither" value="0x00000020"/>
+ <value name="DitherMode_Mask" value="0x000000c0"/>
+ <value name="AutoDither" value="0x00000000"/>
+ <value name="PreferDither" value="0x00000040"/>
+ <value name="AvoidDither" value="0x00000080"/>
+ <value name="NoOpaqueDetection" value="0x00000100"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ImageConversionFlags" fullname="Qt::ImageConversionFlags" href="qt.html#ImageConversionFlags-typedef" location="qnamespace.h" enum="Qt::ImageConversionFlag"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="BGMode" fullname="Qt::BGMode" href="qt.html#BGMode-enum" location="qnamespace.h">
+ <value name="TransparentMode" value="0"/>
+ <value name="OpaqueMode" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="compat" name="PaintUnit" fullname="Qt::PaintUnit" href="qt-qt3.html#PaintUnit-enum" location="qnamespace.h">
+ <value name="PixelUnit" value="0"/>
+ <value name="LoMetricUnit" value="1"/>
+ <value name="HiMetricUnit" value="2"/>
+ <value name="LoEnglishUnit" value="3"/>
+ <value name="HiEnglishUnit" value="4"/>
+ <value name="TwipsUnit" value="5"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="compat" name="GUIStyle" fullname="Qt::GUIStyle" href="qt-qt3.html#GUIStyle-enum" location="qnamespace.h">
+ <value name="MacStyle" value="0"/>
+ <value name="WindowsStyle" value="1"/>
+ <value name="Win3Style" value="2"/>
+ <value name="PMStyle" value="3"/>
+ <value name="MotifStyle" value="4"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Key" fullname="Qt::Key" href="qt.html#Key-enum" location="qnamespace.h">
+ <value name="Key_Escape" value="0x01000000"/>
+ <value name="Key_Tab" value="0x01000001"/>
+ <value name="Key_Backtab" value="0x01000002"/>
+ <value name="Key_BackTab" value="Key_Backtab"/>
+ <value name="Key_Backspace" value="0x01000003"/>
+ <value name="Key_BackSpace" value="Key_Backspace"/>
+ <value name="Key_Return" value="0x01000004"/>
+ <value name="Key_Enter" value="0x01000005"/>
+ <value name="Key_Insert" value="0x01000006"/>
+ <value name="Key_Delete" value="0x01000007"/>
+ <value name="Key_Pause" value="0x01000008"/>
+ <value name="Key_Print" value="0x01000009"/>
+ <value name="Key_SysReq" value="0x0100000a"/>
+ <value name="Key_Clear" value="0x0100000b"/>
+ <value name="Key_Home" value="0x01000010"/>
+ <value name="Key_End" value="0x01000011"/>
+ <value name="Key_Left" value="0x01000012"/>
+ <value name="Key_Up" value="0x01000013"/>
+ <value name="Key_Right" value="0x01000014"/>
+ <value name="Key_Down" value="0x01000015"/>
+ <value name="Key_PageUp" value="0x01000016"/>
+ <value name="Key_Prior" value="Key_PageUp"/>
+ <value name="Key_PageDown" value="0x01000017"/>
+ <value name="Key_Next" value="Key_PageDown"/>
+ <value name="Key_Shift" value="0x01000020"/>
+ <value name="Key_Control" value="0x01000021"/>
+ <value name="Key_Meta" value="0x01000022"/>
+ <value name="Key_Alt" value="0x01000023"/>
+ <value name="Key_CapsLock" value="0x01000024"/>
+ <value name="Key_NumLock" value="0x01000025"/>
+ <value name="Key_ScrollLock" value="0x01000026"/>
+ <value name="Key_F1" value="0x01000030"/>
+ <value name="Key_F2" value="0x01000031"/>
+ <value name="Key_F3" value="0x01000032"/>
+ <value name="Key_F4" value="0x01000033"/>
+ <value name="Key_F5" value="0x01000034"/>
+ <value name="Key_F6" value="0x01000035"/>
+ <value name="Key_F7" value="0x01000036"/>
+ <value name="Key_F8" value="0x01000037"/>
+ <value name="Key_F9" value="0x01000038"/>
+ <value name="Key_F10" value="0x01000039"/>
+ <value name="Key_F11" value="0x0100003a"/>
+ <value name="Key_F12" value="0x0100003b"/>
+ <value name="Key_F13" value="0x0100003c"/>
+ <value name="Key_F14" value="0x0100003d"/>
+ <value name="Key_F15" value="0x0100003e"/>
+ <value name="Key_F16" value="0x0100003f"/>
+ <value name="Key_F17" value="0x01000040"/>
+ <value name="Key_F18" value="0x01000041"/>
+ <value name="Key_F19" value="0x01000042"/>
+ <value name="Key_F20" value="0x01000043"/>
+ <value name="Key_F21" value="0x01000044"/>
+ <value name="Key_F22" value="0x01000045"/>
+ <value name="Key_F23" value="0x01000046"/>
+ <value name="Key_F24" value="0x01000047"/>
+ <value name="Key_F25" value="0x01000048"/>
+ <value name="Key_F26" value="0x01000049"/>
+ <value name="Key_F27" value="0x0100004a"/>
+ <value name="Key_F28" value="0x0100004b"/>
+ <value name="Key_F29" value="0x0100004c"/>
+ <value name="Key_F30" value="0x0100004d"/>
+ <value name="Key_F31" value="0x0100004e"/>
+ <value name="Key_F32" value="0x0100004f"/>
+ <value name="Key_F33" value="0x01000050"/>
+ <value name="Key_F34" value="0x01000051"/>
+ <value name="Key_F35" value="0x01000052"/>
+ <value name="Key_Super_L" value="0x01000053"/>
+ <value name="Key_Super_R" value="0x01000054"/>
+ <value name="Key_Menu" value="0x01000055"/>
+ <value name="Key_Hyper_L" value="0x01000056"/>
+ <value name="Key_Hyper_R" value="0x01000057"/>
+ <value name="Key_Help" value="0x01000058"/>
+ <value name="Key_Direction_L" value="0x01000059"/>
+ <value name="Key_Direction_R" value="0x01000060"/>
+ <value name="Key_Space" value="0x20"/>
+ <value name="Key_Any" value="Key_Space"/>
+ <value name="Key_Exclam" value="0x21"/>
+ <value name="Key_QuoteDbl" value="0x22"/>
+ <value name="Key_NumberSign" value="0x23"/>
+ <value name="Key_Dollar" value="0x24"/>
+ <value name="Key_Percent" value="0x25"/>
+ <value name="Key_Ampersand" value="0x26"/>
+ <value name="Key_Apostrophe" value="0x27"/>
+ <value name="Key_ParenLeft" value="0x28"/>
+ <value name="Key_ParenRight" value="0x29"/>
+ <value name="Key_Asterisk" value="0x2a"/>
+ <value name="Key_Plus" value="0x2b"/>
+ <value name="Key_Comma" value="0x2c"/>
+ <value name="Key_Minus" value="0x2d"/>
+ <value name="Key_Period" value="0x2e"/>
+ <value name="Key_Slash" value="0x2f"/>
+ <value name="Key_0" value="0x30"/>
+ <value name="Key_1" value="0x31"/>
+ <value name="Key_2" value="0x32"/>
+ <value name="Key_3" value="0x33"/>
+ <value name="Key_4" value="0x34"/>
+ <value name="Key_5" value="0x35"/>
+ <value name="Key_6" value="0x36"/>
+ <value name="Key_7" value="0x37"/>
+ <value name="Key_8" value="0x38"/>
+ <value name="Key_9" value="0x39"/>
+ <value name="Key_Colon" value="0x3a"/>
+ <value name="Key_Semicolon" value="0x3b"/>
+ <value name="Key_Less" value="0x3c"/>
+ <value name="Key_Equal" value="0x3d"/>
+ <value name="Key_Greater" value="0x3e"/>
+ <value name="Key_Question" value="0x3f"/>
+ <value name="Key_At" value="0x40"/>
+ <value name="Key_A" value="0x41"/>
+ <value name="Key_B" value="0x42"/>
+ <value name="Key_C" value="0x43"/>
+ <value name="Key_D" value="0x44"/>
+ <value name="Key_E" value="0x45"/>
+ <value name="Key_F" value="0x46"/>
+ <value name="Key_G" value="0x47"/>
+ <value name="Key_H" value="0x48"/>
+ <value name="Key_I" value="0x49"/>
+ <value name="Key_J" value="0x4a"/>
+ <value name="Key_K" value="0x4b"/>
+ <value name="Key_L" value="0x4c"/>
+ <value name="Key_M" value="0x4d"/>
+ <value name="Key_N" value="0x4e"/>
+ <value name="Key_O" value="0x4f"/>
+ <value name="Key_P" value="0x50"/>
+ <value name="Key_Q" value="0x51"/>
+ <value name="Key_R" value="0x52"/>
+ <value name="Key_S" value="0x53"/>
+ <value name="Key_T" value="0x54"/>
+ <value name="Key_U" value="0x55"/>
+ <value name="Key_V" value="0x56"/>
+ <value name="Key_W" value="0x57"/>
+ <value name="Key_X" value="0x58"/>
+ <value name="Key_Y" value="0x59"/>
+ <value name="Key_Z" value="0x5a"/>
+ <value name="Key_BracketLeft" value="0x5b"/>
+ <value name="Key_Backslash" value="0x5c"/>
+ <value name="Key_BracketRight" value="0x5d"/>
+ <value name="Key_AsciiCircum" value="0x5e"/>
+ <value name="Key_Underscore" value="0x5f"/>
+ <value name="Key_QuoteLeft" value="0x60"/>
+ <value name="Key_BraceLeft" value="0x7b"/>
+ <value name="Key_Bar" value="0x7c"/>
+ <value name="Key_BraceRight" value="0x7d"/>
+ <value name="Key_AsciiTilde" value="0x7e"/>
+ <value name="Key_nobreakspace" value="0x0a0"/>
+ <value name="Key_exclamdown" value="0x0a1"/>
+ <value name="Key_cent" value="0x0a2"/>
+ <value name="Key_sterling" value="0x0a3"/>
+ <value name="Key_currency" value="0x0a4"/>
+ <value name="Key_yen" value="0x0a5"/>
+ <value name="Key_brokenbar" value="0x0a6"/>
+ <value name="Key_section" value="0x0a7"/>
+ <value name="Key_diaeresis" value="0x0a8"/>
+ <value name="Key_copyright" value="0x0a9"/>
+ <value name="Key_ordfeminine" value="0x0aa"/>
+ <value name="Key_guillemotleft" value="0x0ab"/>
+ <value name="Key_notsign" value="0x0ac"/>
+ <value name="Key_hyphen" value="0x0ad"/>
+ <value name="Key_registered" value="0x0ae"/>
+ <value name="Key_macron" value="0x0af"/>
+ <value name="Key_degree" value="0x0b0"/>
+ <value name="Key_plusminus" value="0x0b1"/>
+ <value name="Key_twosuperior" value="0x0b2"/>
+ <value name="Key_threesuperior" value="0x0b3"/>
+ <value name="Key_acute" value="0x0b4"/>
+ <value name="Key_mu" value="0x0b5"/>
+ <value name="Key_paragraph" value="0x0b6"/>
+ <value name="Key_periodcentered" value="0x0b7"/>
+ <value name="Key_cedilla" value="0x0b8"/>
+ <value name="Key_onesuperior" value="0x0b9"/>
+ <value name="Key_masculine" value="0x0ba"/>
+ <value name="Key_guillemotright" value="0x0bb"/>
+ <value name="Key_onequarter" value="0x0bc"/>
+ <value name="Key_onehalf" value="0x0bd"/>
+ <value name="Key_threequarters" value="0x0be"/>
+ <value name="Key_questiondown" value="0x0bf"/>
+ <value name="Key_Agrave" value="0x0c0"/>
+ <value name="Key_Aacute" value="0x0c1"/>
+ <value name="Key_Acircumflex" value="0x0c2"/>
+ <value name="Key_Atilde" value="0x0c3"/>
+ <value name="Key_Adiaeresis" value="0x0c4"/>
+ <value name="Key_Aring" value="0x0c5"/>
+ <value name="Key_AE" value="0x0c6"/>
+ <value name="Key_Ccedilla" value="0x0c7"/>
+ <value name="Key_Egrave" value="0x0c8"/>
+ <value name="Key_Eacute" value="0x0c9"/>
+ <value name="Key_Ecircumflex" value="0x0ca"/>
+ <value name="Key_Ediaeresis" value="0x0cb"/>
+ <value name="Key_Igrave" value="0x0cc"/>
+ <value name="Key_Iacute" value="0x0cd"/>
+ <value name="Key_Icircumflex" value="0x0ce"/>
+ <value name="Key_Idiaeresis" value="0x0cf"/>
+ <value name="Key_ETH" value="0x0d0"/>
+ <value name="Key_Ntilde" value="0x0d1"/>
+ <value name="Key_Ograve" value="0x0d2"/>
+ <value name="Key_Oacute" value="0x0d3"/>
+ <value name="Key_Ocircumflex" value="0x0d4"/>
+ <value name="Key_Otilde" value="0x0d5"/>
+ <value name="Key_Odiaeresis" value="0x0d6"/>
+ <value name="Key_multiply" value="0x0d7"/>
+ <value name="Key_Ooblique" value="0x0d8"/>
+ <value name="Key_Ugrave" value="0x0d9"/>
+ <value name="Key_Uacute" value="0x0da"/>
+ <value name="Key_Ucircumflex" value="0x0db"/>
+ <value name="Key_Udiaeresis" value="0x0dc"/>
+ <value name="Key_Yacute" value="0x0dd"/>
+ <value name="Key_THORN" value="0x0de"/>
+ <value name="Key_ssharp" value="0x0df"/>
+ <value name="Key_agrave" value="Key_Agrave"/>
+ <value name="Key_aacute" value="Key_Aacute"/>
+ <value name="Key_acircumflex" value="Key_Acircumflex"/>
+ <value name="Key_atilde" value="Key_Atilde"/>
+ <value name="Key_adiaeresis" value="Key_Adiaeresis"/>
+ <value name="Key_aring" value="Key_Aring"/>
+ <value name="Key_ae" value="Key_AE"/>
+ <value name="Key_ccedilla" value="Key_Ccedilla"/>
+ <value name="Key_egrave" value="Key_Egrave"/>
+ <value name="Key_eacute" value="Key_Eacute"/>
+ <value name="Key_ecircumflex" value="Key_Ecircumflex"/>
+ <value name="Key_ediaeresis" value="Key_Ediaeresis"/>
+ <value name="Key_igrave" value="Key_Igrave"/>
+ <value name="Key_iacute" value="Key_Iacute"/>
+ <value name="Key_icircumflex" value="Key_Icircumflex"/>
+ <value name="Key_idiaeresis" value="Key_Idiaeresis"/>
+ <value name="Key_eth" value="Key_ETH"/>
+ <value name="Key_ntilde" value="Key_Ntilde"/>
+ <value name="Key_ograve" value="Key_Ograve"/>
+ <value name="Key_oacute" value="Key_Oacute"/>
+ <value name="Key_ocircumflex" value="Key_Ocircumflex"/>
+ <value name="Key_otilde" value="Key_Otilde"/>
+ <value name="Key_odiaeresis" value="Key_Odiaeresis"/>
+ <value name="Key_division" value="0x0f7"/>
+ <value name="Key_oslash" value="Key_Ooblique"/>
+ <value name="Key_ugrave" value="Key_Ugrave"/>
+ <value name="Key_uacute" value="Key_Uacute"/>
+ <value name="Key_ucircumflex" value="Key_Ucircumflex"/>
+ <value name="Key_udiaeresis" value="Key_Udiaeresis"/>
+ <value name="Key_yacute" value="Key_Yacute"/>
+ <value name="Key_thorn" value="Key_THORN"/>
+ <value name="Key_ydiaeresis" value="0x0ff"/>
+ <value name="Key_AltGr" value="0x01001103"/>
+ <value name="Key_Multi_key" value="0x01001120"/>
+ <value name="Key_Codeinput" value="0x01001137"/>
+ <value name="Key_SingleCandidate" value="0x0100113c"/>
+ <value name="Key_MultipleCandidate" value="0x0100113d"/>
+ <value name="Key_PreviousCandidate" value="0x0100113e"/>
+ <value name="Key_Mode_switch" value="0x0100117e"/>
+ <value name="Key_Kanji" value="0x01001121"/>
+ <value name="Key_Muhenkan" value="0x01001122"/>
+ <value name="Key_Henkan" value="0x01001123"/>
+ <value name="Key_Romaji" value="0x01001124"/>
+ <value name="Key_Hiragana" value="0x01001125"/>
+ <value name="Key_Katakana" value="0x01001126"/>
+ <value name="Key_Hiragana_Katakana" value="0x01001127"/>
+ <value name="Key_Zenkaku" value="0x01001128"/>
+ <value name="Key_Hankaku" value="0x01001129"/>
+ <value name="Key_Zenkaku_Hankaku" value="0x0100112a"/>
+ <value name="Key_Touroku" value="0x0100112b"/>
+ <value name="Key_Massyo" value="0x0100112c"/>
+ <value name="Key_Kana_Lock" value="0x0100112d"/>
+ <value name="Key_Kana_Shift" value="0x0100112e"/>
+ <value name="Key_Eisu_Shift" value="0x0100112f"/>
+ <value name="Key_Eisu_toggle" value="0x01001130"/>
+ <value name="Key_Hangul" value="0x01001131"/>
+ <value name="Key_Hangul_Start" value="0x01001132"/>
+ <value name="Key_Hangul_End" value="0x01001133"/>
+ <value name="Key_Hangul_Hanja" value="0x01001134"/>
+ <value name="Key_Hangul_Jamo" value="0x01001135"/>
+ <value name="Key_Hangul_Romaja" value="0x01001136"/>
+ <value name="Key_Hangul_Jeonja" value="0x01001138"/>
+ <value name="Key_Hangul_Banja" value="0x01001139"/>
+ <value name="Key_Hangul_PreHanja" value="0x0100113a"/>
+ <value name="Key_Hangul_PostHanja" value="0x0100113b"/>
+ <value name="Key_Hangul_Special" value="0x0100113f"/>
+ <value name="Key_Dead_Grave" value="0x01001250"/>
+ <value name="Key_Dead_Acute" value="0x01001251"/>
+ <value name="Key_Dead_Circumflex" value="0x01001252"/>
+ <value name="Key_Dead_Tilde" value="0x01001253"/>
+ <value name="Key_Dead_Macron" value="0x01001254"/>
+ <value name="Key_Dead_Breve" value="0x01001255"/>
+ <value name="Key_Dead_Abovedot" value="0x01001256"/>
+ <value name="Key_Dead_Diaeresis" value="0x01001257"/>
+ <value name="Key_Dead_Abovering" value="0x01001258"/>
+ <value name="Key_Dead_Doubleacute" value="0x01001259"/>
+ <value name="Key_Dead_Caron" value="0x0100125a"/>
+ <value name="Key_Dead_Cedilla" value="0x0100125b"/>
+ <value name="Key_Dead_Ogonek" value="0x0100125c"/>
+ <value name="Key_Dead_Iota" value="0x0100125d"/>
+ <value name="Key_Dead_Voiced_Sound" value="0x0100125e"/>
+ <value name="Key_Dead_Semivoiced_Sound" value="0x0100125f"/>
+ <value name="Key_Dead_Belowdot" value="0x01001260"/>
+ <value name="Key_Dead_Hook" value="0x01001261"/>
+ <value name="Key_Dead_Horn" value="0x01001262"/>
+ <value name="Key_Back" value="0x01000061"/>
+ <value name="Key_Forward" value="0x01000062"/>
+ <value name="Key_Stop" value="0x01000063"/>
+ <value name="Key_Refresh" value="0x01000064"/>
+ <value name="Key_VolumeDown" value="0x01000070"/>
+ <value name="Key_VolumeMute" value="0x01000071"/>
+ <value name="Key_VolumeUp" value="0x01000072"/>
+ <value name="Key_BassBoost" value="0x01000073"/>
+ <value name="Key_BassUp" value="0x01000074"/>
+ <value name="Key_BassDown" value="0x01000075"/>
+ <value name="Key_TrebleUp" value="0x01000076"/>
+ <value name="Key_TrebleDown" value="0x01000077"/>
+ <value name="Key_MediaPlay" value="0x01000080"/>
+ <value name="Key_MediaStop" value="0x01000081"/>
+ <value name="Key_MediaPrevious" value="0x01000082"/>
+ <value name="Key_MediaPrev" value="Key_MediaPrevious"/>
+ <value name="Key_MediaNext" value="0x01000083"/>
+ <value name="Key_MediaRecord" value="0x01000084"/>
+ <value name="Key_HomePage" value="0x01000090"/>
+ <value name="Key_Favorites" value="0x01000091"/>
+ <value name="Key_Search" value="0x01000092"/>
+ <value name="Key_Standby" value="0x01000093"/>
+ <value name="Key_OpenUrl" value="0x01000094"/>
+ <value name="Key_LaunchMail" value="0x010000a0"/>
+ <value name="Key_LaunchMedia" value="0x010000a1"/>
+ <value name="Key_Launch0" value="0x010000a2"/>
+ <value name="Key_Launch1" value="0x010000a3"/>
+ <value name="Key_Launch2" value="0x010000a4"/>
+ <value name="Key_Launch3" value="0x010000a5"/>
+ <value name="Key_Launch4" value="0x010000a6"/>
+ <value name="Key_Launch5" value="0x010000a7"/>
+ <value name="Key_Launch6" value="0x010000a8"/>
+ <value name="Key_Launch7" value="0x010000a9"/>
+ <value name="Key_Launch8" value="0x010000aa"/>
+ <value name="Key_Launch9" value="0x010000ab"/>
+ <value name="Key_LaunchA" value="0x010000ac"/>
+ <value name="Key_LaunchB" value="0x010000ad"/>
+ <value name="Key_LaunchC" value="0x010000ae"/>
+ <value name="Key_LaunchD" value="0x010000af"/>
+ <value name="Key_LaunchE" value="0x010000b0"/>
+ <value name="Key_LaunchF" value="0x010000b1"/>
+ <value name="Key_MediaLast" value="0x0100ffff"/>
+ <value name="Key_Select" value="0x01010000"/>
+ <value name="Key_Yes" value="0x01010001"/>
+ <value name="Key_No" value="0x01010002"/>
+ <value name="Key_Cancel" value="0x01020001"/>
+ <value name="Key_Printer" value="0x01020002"/>
+ <value name="Key_Execute" value="0x01020003"/>
+ <value name="Key_Sleep" value="0x01020004"/>
+ <value name="Key_Play" value="0x01020005"/>
+ <value name="Key_Zoom" value="0x01020006"/>
+ <value name="Key_Context1" value="0x01100000"/>
+ <value name="Key_Context2" value="0x01100001"/>
+ <value name="Key_Context3" value="0x01100002"/>
+ <value name="Key_Context4" value="0x01100003"/>
+ <value name="Key_Call" value="0x01100004"/>
+ <value name="Key_Hangup" value="0x01100005"/>
+ <value name="Key_Flip" value="0x01100006"/>
+ <value name="Key_unknown" value="0x01ffffff"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ArrowType" fullname="Qt::ArrowType" href="qt.html#ArrowType-enum" location="qnamespace.h">
+ <value name="NoArrow" value="0"/>
+ <value name="UpArrow" value="1"/>
+ <value name="DownArrow" value="2"/>
+ <value name="LeftArrow" value="3"/>
+ <value name="RightArrow" value="4"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PenStyle" fullname="Qt::PenStyle" href="qt.html#PenStyle-enum" location="qnamespace.h">
+ <value name="NoPen" value="0"/>
+ <value name="SolidLine" value="1"/>
+ <value name="DashLine" value="2"/>
+ <value name="DotLine" value="3"/>
+ <value name="DashDotLine" value="4"/>
+ <value name="DashDotDotLine" value="5"/>
+ <value name="CustomDashLine" value="6"/>
+ <value name="MPenStyle" value="0x0f"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PenCapStyle" fullname="Qt::PenCapStyle" href="qt.html#PenCapStyle-enum" location="qnamespace.h">
+ <value name="FlatCap" value="0x00"/>
+ <value name="SquareCap" value="0x10"/>
+ <value name="RoundCap" value="0x20"/>
+ <value name="MPenCapStyle" value="0x30"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PenJoinStyle" fullname="Qt::PenJoinStyle" href="qt.html#PenJoinStyle-enum" location="qnamespace.h">
+ <value name="MiterJoin" value="0x00"/>
+ <value name="BevelJoin" value="0x40"/>
+ <value name="RoundJoin" value="0x80"/>
+ <value name="SvgMiterJoin" value="0x100"/>
+ <value name="MPenJoinStyle" value="0x1c0"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="BrushStyle" fullname="Qt::BrushStyle" href="qt.html#BrushStyle-enum" location="qnamespace.h">
+ <value name="NoBrush" value="0"/>
+ <value name="SolidPattern" value="1"/>
+ <value name="Dense1Pattern" value="2"/>
+ <value name="Dense2Pattern" value="3"/>
+ <value name="Dense3Pattern" value="4"/>
+ <value name="Dense4Pattern" value="5"/>
+ <value name="Dense5Pattern" value="6"/>
+ <value name="Dense6Pattern" value="7"/>
+ <value name="Dense7Pattern" value="8"/>
+ <value name="HorPattern" value="9"/>
+ <value name="VerPattern" value="10"/>
+ <value name="CrossPattern" value="11"/>
+ <value name="BDiagPattern" value="12"/>
+ <value name="FDiagPattern" value="13"/>
+ <value name="DiagCrossPattern" value="14"/>
+ <value name="LinearGradientPattern" value="15"/>
+ <value name="RadialGradientPattern" value="16"/>
+ <value name="ConicalGradientPattern" value="17"/>
+ <value name="TexturePattern" value="24"/>
+ <value name="CustomPattern" value="TexturePattern"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SizeMode" fullname="Qt::SizeMode" href="qt.html#SizeMode-enum" location="qnamespace.h">
+ <value name="AbsoluteSize" value="0"/>
+ <value name="RelativeSize" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="compat" name="MacintoshVersion" fullname="Qt::MacintoshVersion" href="qt-qt3.html#MacintoshVersion-enum" location="qnamespace.h">
+ <value name="MV_Unknown" value="0x0000"/>
+ <value name="MV_9" value="QSysInfo::MV_9"/>
+ <value name="MV_10_DOT_0" value="QSysInfo::MV_10_0"/>
+ <value name="MV_10_DOT_1" value="QSysInfo::MV_10_1"/>
+ <value name="MV_10_DOT_2" value="QSysInfo::MV_10_2"/>
+ <value name="MV_10_DOT_3" value="QSysInfo::MV_10_3"/>
+ <value name="MV_10_DOT_4" value="QSysInfo::MV_10_4"/>
+ <value name="MV_CHEETAH" value="QSysInfo::MV_CHEETAH"/>
+ <value name="MV_PUMA" value="QSysInfo::MV_PUMA"/>
+ <value name="MV_JAGUAR" value="QSysInfo::MV_JAGUAR"/>
+ <value name="MV_PANTHER" value="QSysInfo::MV_PANTHER"/>
+ <value name="MV_TIGER" value="QSysInfo::MV_TIGER"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="compat" name="WindowsVersion" fullname="Qt::WindowsVersion" href="qt-qt3.html#WindowsVersion-enum" location="qnamespace.h">
+ <value name="WV_32s" value="QSysInfo::WV_32s"/>
+ <value name="WV_95" value="QSysInfo::WV_95"/>
+ <value name="WV_98" value="QSysInfo::WV_98"/>
+ <value name="WV_Me" value="QSysInfo::WV_Me"/>
+ <value name="WV_DOS_based" value="QSysInfo::WV_DOS_based"/>
+ <value name="WV_NT" value="QSysInfo::WV_NT"/>
+ <value name="WV_2000" value="QSysInfo::WV_2000"/>
+ <value name="WV_XP" value="QSysInfo::WV_XP"/>
+ <value name="WV_2003" value="QSysInfo::WV_2003"/>
+ <value name="WV_NT_based" value="QSysInfo::WV_NT_based"/>
+ <value name="WV_CE" value="QSysInfo::WV_CE"/>
+ <value name="WV_CENET" value="QSysInfo::WV_CENET"/>
+ <value name="WV_CE_5" value="QSysInfo::WV_CE_5"/>
+ <value name="WV_CE_6" value="QSysInfo::WV_CE_6"/>
+ <value name="WV_CE_based" value="QSysInfo::WV_CE_based"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="UIEffect" fullname="Qt::UIEffect" href="qt.html#UIEffect-enum" location="qnamespace.h">
+ <value name="UI_General" value="0"/>
+ <value name="UI_AnimateMenu" value="1"/>
+ <value name="UI_FadeMenu" value="2"/>
+ <value name="UI_AnimateCombo" value="3"/>
+ <value name="UI_AnimateTooltip" value="4"/>
+ <value name="UI_FadeTooltip" value="5"/>
+ <value name="UI_AnimateToolBox" value="6"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="CursorShape" fullname="Qt::CursorShape" href="qt.html#CursorShape-enum" location="qnamespace.h">
+ <value name="ArrowCursor" value="0"/>
+ <value name="UpArrowCursor" value="1"/>
+ <value name="CrossCursor" value="2"/>
+ <value name="WaitCursor" value="3"/>
+ <value name="IBeamCursor" value="4"/>
+ <value name="SizeVerCursor" value="5"/>
+ <value name="SizeHorCursor" value="6"/>
+ <value name="SizeBDiagCursor" value="7"/>
+ <value name="SizeFDiagCursor" value="8"/>
+ <value name="SizeAllCursor" value="9"/>
+ <value name="BlankCursor" value="10"/>
+ <value name="SplitVCursor" value="11"/>
+ <value name="SplitHCursor" value="12"/>
+ <value name="PointingHandCursor" value="13"/>
+ <value name="ForbiddenCursor" value="14"/>
+ <value name="WhatsThisCursor" value="15"/>
+ <value name="BusyCursor" value="16"/>
+ <value name="OpenHandCursor" value="17"/>
+ <value name="ClosedHandCursor" value="18"/>
+ <value name="LastCursor" value="ClosedHandCursor"/>
+ <value name="BitmapCursor" value="24"/>
+ <value name="CustomCursor" value="25"/>
+ <value name="arrowCursor" value="ArrowCursor"/>
+ <value name="upArrowCursor" value="UpArrowCursor"/>
+ <value name="crossCursor" value="CrossCursor"/>
+ <value name="waitCursor" value="WaitCursor"/>
+ <value name="ibeamCursor" value="IBeamCursor"/>
+ <value name="sizeVerCursor" value="SizeVerCursor"/>
+ <value name="sizeHorCursor" value="SizeHorCursor"/>
+ <value name="sizeBDiagCursor" value="SizeBDiagCursor"/>
+ <value name="sizeFDiagCursor" value="SizeFDiagCursor"/>
+ <value name="sizeAllCursor" value="SizeAllCursor"/>
+ <value name="blankCursor" value="BlankCursor"/>
+ <value name="splitVCursor" value="SplitVCursor"/>
+ <value name="splitHCursor" value="SplitHCursor"/>
+ <value name="pointingHandCursor" value="PointingHandCursor"/>
+ <value name="forbiddenCursor" value="ForbiddenCursor"/>
+ <value name="whatsThisCursor" value="WhatsThisCursor"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="TextFormat" fullname="Qt::TextFormat" href="qt.html#TextFormat-enum" location="qnamespace.h">
+ <value name="PlainText" value="0"/>
+ <value name="RichText" value="1"/>
+ <value name="AutoText" value="2"/>
+ <value name="LogText" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="AspectRatioMode" fullname="Qt::AspectRatioMode" href="qt.html#AspectRatioMode-enum" location="qnamespace.h">
+ <value name="IgnoreAspectRatio" value="0"/>
+ <value name="KeepAspectRatio" value="1"/>
+ <value name="KeepAspectRatioByExpanding" value="2"/>
+ <value name="ScaleFree" value="IgnoreAspectRatio"/>
+ <value name="ScaleMin" value="KeepAspectRatio"/>
+ <value name="ScaleMax" value="KeepAspectRatioByExpanding"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="compat" name="ScaleMode" fullname="Qt::ScaleMode" href="qt-qt3.html#ScaleMode-typedef" location="qnamespace.h"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="AnchorAttribute" fullname="Qt::AnchorAttribute" href="qt.html#AnchorAttribute-enum" location="qnamespace.h">
+ <value name="AnchorName" value="0"/>
+ <value name="AnchorHref" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DockWidgetArea" fullname="Qt::DockWidgetArea" href="qt.html#DockWidgetArea-enum" location="qnamespace.h" typedef="Qt::DockWidgetAreas">
+ <value name="LeftDockWidgetArea" value="0x1"/>
+ <value name="RightDockWidgetArea" value="0x2"/>
+ <value name="TopDockWidgetArea" value="0x4"/>
+ <value name="BottomDockWidgetArea" value="0x8"/>
+ <value name="DockWidgetArea_Mask" value="0xf"/>
+ <value name="AllDockWidgetAreas" value="DockWidgetArea_Mask"/>
+ <value name="NoDockWidgetArea" value="0"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="DockWidgetAreas" fullname="Qt::DockWidgetAreas" href="qt.html#DockWidgetAreas-typedef" location="qnamespace.h" enum="Qt::DockWidgetArea"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ToolBarArea" fullname="Qt::ToolBarArea" href="qt.html#ToolBarArea-enum" location="qnamespace.h" typedef="Qt::ToolBarAreas">
+ <value name="LeftToolBarArea" value="0x1"/>
+ <value name="RightToolBarArea" value="0x2"/>
+ <value name="TopToolBarArea" value="0x4"/>
+ <value name="BottomToolBarArea" value="0x8"/>
+ <value name="ToolBarArea_Mask" value="0xf"/>
+ <value name="AllToolBarAreas" value="ToolBarArea_Mask"/>
+ <value name="NoToolBarArea" value="0"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ToolBarAreas" fullname="Qt::ToolBarAreas" href="qt.html#ToolBarAreas-typedef" location="qnamespace.h" enum="Qt::ToolBarArea"/>
+ <enum access="public" threadsafety="unspecified" status="compat" name="Dock" fullname="Qt::Dock" href="qt-qt3.html#Dock-enum" location="qnamespace.h">
+ <value name="DockUnmanaged" value="0"/>
+ <value name="DockTornOff" value="1"/>
+ <value name="DockTop" value="2"/>
+ <value name="DockBottom" value="3"/>
+ <value name="DockRight" value="4"/>
+ <value name="DockLeft" value="5"/>
+ <value name="DockMinimized" value="6"/>
+ <value name="Unmanaged" value="DockUnmanaged"/>
+ <value name="TornOff" value="DockTornOff"/>
+ <value name="Top" value="DockTop"/>
+ <value name="Bottom" value="DockBottom"/>
+ <value name="Right" value="DockRight"/>
+ <value name="Left" value="DockLeft"/>
+ <value name="Minimized" value="DockMinimized"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="compat" name="ToolBarDock" fullname="Qt::ToolBarDock" href="qt-qt3.html#ToolBarDock-typedef" location="qnamespace.h"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DateFormat" fullname="Qt::DateFormat" href="qt.html#DateFormat-enum" location="qnamespace.h">
+ <value name="TextDate" value="0"/>
+ <value name="ISODate" value="1"/>
+ <value name="SystemLocaleDate" value="2"/>
+ <value name="LocalDate" value="SystemLocaleDate"/>
+ <value name="LocaleDate" value=""/>
+ <value name="SystemLocaleShortDate" value=""/>
+ <value name="SystemLocaleLongDate" value=""/>
+ <value name="DefaultLocaleShortDate" value=""/>
+ <value name="DefaultLocaleLongDate" value=""/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="TimeSpec" fullname="Qt::TimeSpec" href="qt.html#TimeSpec-enum" location="qnamespace.h">
+ <value name="LocalTime" value="0"/>
+ <value name="UTC" value="1"/>
+ <value name="OffsetFromUTC" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DayOfWeek" fullname="Qt::DayOfWeek" href="qt.html#DayOfWeek-enum" location="qnamespace.h">
+ <value name="Monday" value="1"/>
+ <value name="Tuesday" value="2"/>
+ <value name="Wednesday" value="3"/>
+ <value name="Thursday" value="4"/>
+ <value name="Friday" value="5"/>
+ <value name="Saturday" value="6"/>
+ <value name="Sunday" value="7"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ScrollBarPolicy" fullname="Qt::ScrollBarPolicy" href="qt.html#ScrollBarPolicy-enum" location="qnamespace.h">
+ <value name="ScrollBarAsNeeded" value="0"/>
+ <value name="ScrollBarAlwaysOff" value="1"/>
+ <value name="ScrollBarAlwaysOn" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="compat" name="BackgroundMode" fullname="Qt::BackgroundMode" href="qt-qt3.html#BackgroundMode-enum" location="qnamespace.h">
+ <value name="FixedColor" value="0"/>
+ <value name="FixedPixmap" value="1"/>
+ <value name="NoBackground" value="2"/>
+ <value name="PaletteForeground" value="3"/>
+ <value name="PaletteButton" value="4"/>
+ <value name="PaletteLight" value="5"/>
+ <value name="PaletteMidlight" value="6"/>
+ <value name="PaletteDark" value="7"/>
+ <value name="PaletteMid" value="8"/>
+ <value name="PaletteText" value="9"/>
+ <value name="PaletteBrightText" value="10"/>
+ <value name="PaletteBase" value="11"/>
+ <value name="PaletteBackground" value="12"/>
+ <value name="PaletteShadow" value="13"/>
+ <value name="PaletteHighlight" value="14"/>
+ <value name="PaletteHighlightedText" value="15"/>
+ <value name="PaletteButtonText" value="16"/>
+ <value name="PaletteLink" value="17"/>
+ <value name="PaletteLinkVisited" value="18"/>
+ <value name="X11ParentRelative" value="19"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="CaseSensitivity" fullname="Qt::CaseSensitivity" href="qt.html#CaseSensitivity-enum" location="qnamespace.h">
+ <value name="CaseInsensitive" value="0"/>
+ <value name="CaseSensitive" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Corner" fullname="Qt::Corner" href="qt.html#Corner-enum" location="qnamespace.h">
+ <value name="TopLeftCorner" value="0x00000"/>
+ <value name="TopRightCorner" value="0x00001"/>
+ <value name="BottomLeftCorner" value="0x00002"/>
+ <value name="BottomRightCorner" value="0x00003"/>
+ <value name="TopLeft" value="TopLeftCorner"/>
+ <value name="TopRight" value="TopRightCorner"/>
+ <value name="BottomLeft" value="BottomLeftCorner"/>
+ <value name="BottomRight" value="BottomRightCorner"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ConnectionType" fullname="Qt::ConnectionType" href="qt.html#ConnectionType-enum" location="qnamespace.h">
+ <value name="AutoConnection" value="0"/>
+ <value name="DirectConnection" value="1"/>
+ <value name="QueuedConnection" value="2"/>
+ <value name="AutoCompatConnection" value="3"/>
+ <value name="BlockingQueuedConnection" value="4"/>
+ <value name="UniqueConnection" value="0x80"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ShortcutContext" fullname="Qt::ShortcutContext" href="qt.html#ShortcutContext-enum" location="qnamespace.h">
+ <value name="WidgetShortcut" value="0"/>
+ <value name="WindowShortcut" value="1"/>
+ <value name="ApplicationShortcut" value="2"/>
+ <value name="WidgetWithChildrenShortcut" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FillRule" fullname="Qt::FillRule" href="qt.html#FillRule-enum" location="qnamespace.h">
+ <value name="OddEvenFill" value="0"/>
+ <value name="WindingFill" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="MaskMode" fullname="Qt::MaskMode" href="qt.html#MaskMode-enum" location="qnamespace.h">
+ <value name="MaskInColor" value="0"/>
+ <value name="MaskOutColor" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ClipOperation" fullname="Qt::ClipOperation" href="qt.html#ClipOperation-enum" location="qnamespace.h">
+ <value name="NoClip" value="0"/>
+ <value name="ReplaceClip" value="1"/>
+ <value name="IntersectClip" value="2"/>
+ <value name="UniteClip" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ItemSelectionMode" fullname="Qt::ItemSelectionMode" href="qt.html#ItemSelectionMode-enum" location="qnamespace.h">
+ <value name="ContainsItemShape" value="0x0"/>
+ <value name="IntersectsItemShape" value="0x1"/>
+ <value name="ContainsItemBoundingRect" value="0x2"/>
+ <value name="IntersectsItemBoundingRect" value="0x3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="TransformationMode" fullname="Qt::TransformationMode" href="qt.html#TransformationMode-enum" location="qnamespace.h">
+ <value name="FastTransformation" value="0"/>
+ <value name="SmoothTransformation" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Axis" fullname="Qt::Axis" href="qt.html#Axis-enum" location="qnamespace.h">
+ <value name="XAxis" value="0"/>
+ <value name="YAxis" value="1"/>
+ <value name="ZAxis" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FocusReason" fullname="Qt::FocusReason" href="qt.html#FocusReason-enum" location="qnamespace.h">
+ <value name="MouseFocusReason" value="0"/>
+ <value name="TabFocusReason" value="1"/>
+ <value name="BacktabFocusReason" value="2"/>
+ <value name="ActiveWindowFocusReason" value="3"/>
+ <value name="PopupFocusReason" value="4"/>
+ <value name="ShortcutFocusReason" value="5"/>
+ <value name="MenuBarFocusReason" value="6"/>
+ <value name="OtherFocusReason" value="7"/>
+ <value name="NoFocusReason" value="8"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ContextMenuPolicy" fullname="Qt::ContextMenuPolicy" href="qt.html#ContextMenuPolicy-enum" location="qnamespace.h">
+ <value name="NoContextMenu" value="0"/>
+ <value name="DefaultContextMenu" value="1"/>
+ <value name="ActionsContextMenu" value="2"/>
+ <value name="CustomContextMenu" value="3"/>
+ <value name="PreventContextMenu" value="4"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="InputMethodQuery" fullname="Qt::InputMethodQuery" href="qt.html#InputMethodQuery-enum" location="qnamespace.h">
+ <value name="ImMicroFocus" value="0"/>
+ <value name="ImFont" value="1"/>
+ <value name="ImCursorPosition" value="2"/>
+ <value name="ImSurroundingText" value="3"/>
+ <value name="ImCurrentSelection" value="4"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="InputMethodHint" fullname="Qt::InputMethodHint" href="qt.html#InputMethodHint-enum" location="qnamespace.h" typedef="Qt::InputMethodHints">
+ <value name="ImhNone" value="0x0"/>
+ <value name="ImhHiddenText" value="0x1"/>
+ <value name="ImhNumbersOnly" value="0x2"/>
+ <value name="ImhUppercaseOnly" value="0x4"/>
+ <value name="ImhLowercaseOnly" value="0x8"/>
+ <value name="ImhNoAutoUppercase" value="0x10"/>
+ <value name="ImhPreferNumbers" value="0x20"/>
+ <value name="ImhPreferUppercase" value="0x40"/>
+ <value name="ImhPreferLowercase" value="0x80"/>
+ <value name="ImhNoPredictiveText" value="0x100"/>
+ <value name="ImhDialableCharactersOnly" value="0x200"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="InputMethodHints" fullname="Qt::InputMethodHints" href="qt.html#InputMethodHints-typedef" location="qnamespace.h" enum="Qt::InputMethodHint"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ToolButtonStyle" fullname="Qt::ToolButtonStyle" href="qt.html#ToolButtonStyle-enum" location="qnamespace.h">
+ <value name="ToolButtonIconOnly" value="0"/>
+ <value name="ToolButtonTextOnly" value="1"/>
+ <value name="ToolButtonTextBesideIcon" value="2"/>
+ <value name="ToolButtonTextUnderIcon" value="3"/>
+ <value name="ToolButtonFollowStyle" value="4"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="LayoutDirection" fullname="Qt::LayoutDirection" href="qt.html#LayoutDirection-enum" location="qnamespace.h">
+ <value name="LeftToRight" value="0"/>
+ <value name="RightToLeft" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DropAction" fullname="Qt::DropAction" href="qt.html#DropAction-enum" location="qnamespace.h" typedef="Qt::DropActions">
+ <value name="CopyAction" value="0x1"/>
+ <value name="MoveAction" value="0x2"/>
+ <value name="LinkAction" value="0x4"/>
+ <value name="ActionMask" value="0xff"/>
+ <value name="TargetMoveAction" value="0x8002"/>
+ <value name="IgnoreAction" value="0x0"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="DropActions" fullname="Qt::DropActions" href="qt.html#DropActions-typedef" location="qnamespace.h" enum="Qt::DropAction"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="CheckState" fullname="Qt::CheckState" href="qt.html#CheckState-enum" location="qnamespace.h">
+ <value name="Unchecked" value="0"/>
+ <value name="PartiallyChecked" value="1"/>
+ <value name="Checked" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ItemDataRole" fullname="Qt::ItemDataRole" href="qt.html#ItemDataRole-enum" location="qnamespace.h">
+ <value name="DisplayRole" value="0"/>
+ <value name="DecorationRole" value="1"/>
+ <value name="EditRole" value="2"/>
+ <value name="ToolTipRole" value="3"/>
+ <value name="StatusTipRole" value="4"/>
+ <value name="WhatsThisRole" value="5"/>
+ <value name="FontRole" value="6"/>
+ <value name="TextAlignmentRole" value="7"/>
+ <value name="BackgroundColorRole" value="8"/>
+ <value name="BackgroundRole" value="8"/>
+ <value name="TextColorRole" value="9"/>
+ <value name="ForegroundRole" value="9"/>
+ <value name="CheckStateRole" value="10"/>
+ <value name="AccessibleTextRole" value="11"/>
+ <value name="AccessibleDescriptionRole" value="12"/>
+ <value name="SizeHintRole" value="13"/>
+ <value name="DisplayPropertyRole" value="27"/>
+ <value name="DecorationPropertyRole" value="28"/>
+ <value name="ToolTipPropertyRole" value="29"/>
+ <value name="StatusTipPropertyRole" value="30"/>
+ <value name="WhatsThisPropertyRole" value="31"/>
+ <value name="UserRole" value="32"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ItemFlag" fullname="Qt::ItemFlag" href="qt.html#ItemFlag-enum" location="qnamespace.h" typedef="Qt::ItemFlags">
+ <value name="NoItemFlags" value="0"/>
+ <value name="ItemIsSelectable" value="1"/>
+ <value name="ItemIsEditable" value="2"/>
+ <value name="ItemIsDragEnabled" value="4"/>
+ <value name="ItemIsDropEnabled" value="8"/>
+ <value name="ItemIsUserCheckable" value="16"/>
+ <value name="ItemIsEnabled" value="32"/>
+ <value name="ItemIsTristate" value="64"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ItemFlags" fullname="Qt::ItemFlags" href="qt.html#ItemFlags-typedef" location="qnamespace.h" enum="Qt::ItemFlag"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="MatchFlag" fullname="Qt::MatchFlag" href="qt.html#MatchFlag-enum" location="qnamespace.h" typedef="Qt::MatchFlags">
+ <value name="MatchExactly" value="0"/>
+ <value name="MatchContains" value="1"/>
+ <value name="MatchStartsWith" value="2"/>
+ <value name="MatchEndsWith" value="3"/>
+ <value name="MatchRegExp" value="4"/>
+ <value name="MatchWildcard" value="5"/>
+ <value name="MatchFixedString" value="8"/>
+ <value name="MatchCaseSensitive" value="16"/>
+ <value name="MatchWrap" value="32"/>
+ <value name="MatchRecursive" value="64"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="MatchFlags" fullname="Qt::MatchFlags" href="qt.html#MatchFlags-typedef" location="qnamespace.h" enum="Qt::MatchFlag"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="HANDLE" fullname="Qt::HANDLE" href="qt.html#HANDLE-typedef" location="qnamespace.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="WFlags" fullname="Qt::WFlags" href="qt.html#WFlags-typedef" location="qnamespace.h"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WindowModality" fullname="Qt::WindowModality" href="qt.html#WindowModality-enum" location="qnamespace.h">
+ <value name="NonModal" value="0"/>
+ <value name="WindowModal" value="1"/>
+ <value name="ApplicationModal" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="TextInteractionFlag" fullname="Qt::TextInteractionFlag" href="qt.html#TextInteractionFlag-enum" location="qnamespace.h" typedef="Qt::TextInteractionFlags">
+ <value name="NoTextInteraction" value="0"/>
+ <value name="TextSelectableByMouse" value="1"/>
+ <value name="TextSelectableByKeyboard" value="2"/>
+ <value name="LinksAccessibleByMouse" value="4"/>
+ <value name="LinksAccessibleByKeyboard" value="8"/>
+ <value name="TextEditable" value="16"/>
+ <value name="TextEditorInteraction" value="TextSelectableByMouse | TextSelectableByKeyboard | TextEditable"/>
+ <value name="TextBrowserInteraction" value="TextSelectableByMouse | LinksAccessibleByMouse | LinksAccessibleByKeyboard"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="TextInteractionFlags" fullname="Qt::TextInteractionFlags" href="qt.html#TextInteractionFlags-typedef" location="qnamespace.h" enum="Qt::TextInteractionFlag"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="EventPriority" fullname="Qt::EventPriority" href="qt.html#EventPriority-enum" location="qnamespace.h">
+ <value name="HighEventPriority" value="1"/>
+ <value name="NormalEventPriority" value="0"/>
+ <value name="LowEventPriority" value="-1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SizeHint" fullname="Qt::SizeHint" href="qt.html#SizeHint-enum" location="qnamespace.h">
+ <value name="MinimumSize" value="0"/>
+ <value name="PreferredSize" value="1"/>
+ <value name="MaximumSize" value="2"/>
+ <value name="MinimumDescent" value="3"/>
+ <value name="NSizeHints" value="4"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WindowFrameSection" fullname="Qt::WindowFrameSection" href="qt.html#WindowFrameSection-enum" location="qnamespace.h">
+ <value name="NoSection" value="0"/>
+ <value name="LeftSection" value="1"/>
+ <value name="TopLeftSection" value="2"/>
+ <value name="TopSection" value="3"/>
+ <value name="TopRightSection" value="4"/>
+ <value name="RightSection" value="5"/>
+ <value name="BottomRightSection" value="6"/>
+ <value name="BottomSection" value="7"/>
+ <value name="BottomLeftSection" value="8"/>
+ <value name="TitleBarArea" value="9"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="TouchPointState" fullname="Qt::TouchPointState" href="qt.html#TouchPointState-enum" location="qnamespace.h" typedef="Qt::TouchPointStates">
+ <value name="TouchPointPressed" value="0x01"/>
+ <value name="TouchPointMoved" value="0x02"/>
+ <value name="TouchPointStationary" value="0x04"/>
+ <value name="TouchPointReleased" value="0x08"/>
+ <value name="TouchPointStateMask" value="0x0f"/>
+ <value name="TouchPointPrimary" value="0x10"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="TouchPointStates" fullname="Qt::TouchPointStates" href="qt.html#TouchPointStates-typedef" location="qnamespace.h" enum="Qt::TouchPointState"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="GestureState" fullname="Qt::GestureState" href="qt.html#GestureState-enum" location="qnamespace.h">
+ <value name="NoGesture" value="0"/>
+ <value name="GestureStarted" value="1"/>
+ <value name="GestureUpdated" value="2"/>
+ <value name="GestureFinished" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="HitTestAccuracy" fullname="Qt::HitTestAccuracy" href="qt.html#HitTestAccuracy-enum" location="qtextdocument.h">
+ <value name="ExactHit" value="0"/>
+ <value name="FuzzyHit" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WhiteSpaceMode" fullname="Qt::WhiteSpaceMode" href="qt.html#WhiteSpaceMode-enum" location="qtextdocument.h">
+ <value name="WhiteSpaceNormal" value="0"/>
+ <value name="WhiteSpacePre" value="1"/>
+ <value name="WhiteSpaceNoWrap" value="2"/>
+ <value name="WhiteSpaceModeUndefined" value="-1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mightBeRichText" fullname="Qt::mightBeRichText" href="qt.html#mightBeRichText" location="qtextdocument.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="mightBeRichText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="escape" fullname="Qt::escape" href="qt.html#escape" location="qtextdocument.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString" signature="escape(const QString &amp; plain)">
+ <parameter left="const QString &amp;" right="" name="plain" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="convertFromPlainText" fullname="Qt::convertFromPlainText" href="qt.html#convertFromPlainText" location="qtextdocument.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString" signature="convertFromPlainText(const QString &amp; plain, WhiteSpaceMode mode)">
+ <parameter left="const QString &amp;" right="" name="plain" default=""/>
+ <parameter left="WhiteSpaceMode" right="" name="mode" default="WhiteSpacePre"/>
+ </function>
+ </namespace>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDBusServer" href="qdbusserver.html" location="qdbusserver.h" bases="QObject" module="QtDBus">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusServer" fullname="QDBusServer::QDBusServer" href="qdbusserver.html#QDBusServer" location="qdbusserver.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDBusServer(const QString &amp; address, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="address" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isConnected" fullname="QDBusServer::isConnected" href="qdbusserver.html#isConnected" location="qdbusserver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isConnected() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastError" fullname="QDBusServer::lastError" href="qdbusserver.html#lastError" location="qdbusserver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDBusError" signature="lastError() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="address" fullname="QDBusServer::address" href="qdbusserver.html#address" location="qdbusserver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="address() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newConnection" fullname="QDBusServer::newConnection" href="qdbusserver.html#newConnection" location="qdbusserver.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="newConnection(const QDBusConnection &amp; connection)">
+ <parameter left="const QDBusConnection &amp;" right="" name="connection" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QScrollBar" href="qscrollbar.html" location="qscrollbar.h" bases="QAbstractSlider" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScrollBar" fullname="QScrollBar::QScrollBar" href="qscrollbar.html#QScrollBar" location="qscrollbar.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QScrollBar(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScrollBar" fullname="QScrollBar::QScrollBar" href="qscrollbar.html#QScrollBar-2" location="qscrollbar.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QScrollBar(Qt::Orientation orientation, QWidget * parent)">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QScrollBar" fullname="QScrollBar::~QScrollBar" href="qscrollbar.html#dtor.QScrollBar" location="qscrollbar.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QScrollBar()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QScrollBar::sizeHint" href="qscrollbar.html#sizeHint" location="qscrollbar.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="event" fullname="QScrollBar::event" href="qscrollbar.html#event" location="qscrollbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QScrollBar::paintEvent" href="qscrollbar.html#paintEvent" location="qscrollbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * )">
+ <parameter left="QPaintEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QScrollBar::mousePressEvent" href="qscrollbar.html#mousePressEvent" location="qscrollbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QScrollBar::mouseReleaseEvent" href="qscrollbar.html#mouseReleaseEvent" location="qscrollbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QScrollBar::mouseMoveEvent" href="qscrollbar.html#mouseMoveEvent" location="qscrollbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hideEvent" fullname="QScrollBar::hideEvent" href="qscrollbar.html#hideEvent" location="qscrollbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hideEvent(QHideEvent * )">
+ <parameter left="QHideEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sliderChange" fullname="QScrollBar::sliderChange" href="qscrollbar.html#sliderChange" location="qscrollbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="sliderChange(SliderChange change)">
+ <parameter left="SliderChange" right="" name="change" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contextMenuEvent" fullname="QScrollBar::contextMenuEvent" href="qscrollbar.html#contextMenuEvent" location="qscrollbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contextMenuEvent(QContextMenuEvent * event)">
+ <parameter left="QContextMenuEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initStyleOption" fullname="QScrollBar::initStyleOption" href="qscrollbar.html#initStyleOption" location="qscrollbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="initStyleOption(QStyleOptionSlider * option) const">
+ <parameter left="QStyleOptionSlider *" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QScrollBar" fullname="QScrollBar::QScrollBar" href="qscrollbar-qt3.html#QScrollBar-3" location="qscrollbar.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QScrollBar(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QScrollBar" fullname="QScrollBar::QScrollBar" href="qscrollbar-qt3.html#QScrollBar-4" location="qscrollbar.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QScrollBar(Qt::Orientation orientation, QWidget * parent, const char * name)">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QScrollBar" fullname="QScrollBar::QScrollBar" href="qscrollbar-qt3.html#QScrollBar-5" location="qscrollbar.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QScrollBar(int minimum, int maximum, int lineStep, int pageStep, int value, Qt::Orientation orientation, QWidget * parent, const char * name)">
+ <parameter left="int" right="" name="minimum" default=""/>
+ <parameter left="int" right="" name="maximum" default=""/>
+ <parameter left="int" right="" name="lineStep" default=""/>
+ <parameter left="int" right="" name="pageStep" default=""/>
+ <parameter left="int" right="" name="value" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="draggingSlider" fullname="QScrollBar::draggingSlider" href="qscrollbar-qt3.html#draggingSlider" location="qscrollbar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="draggingSlider()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QNetworkDiskCache" href="qnetworkdiskcache.html" location="qnetworkdiskcache.h" bases="QAbstractNetworkCache" module="QtNetwork">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QNetworkDiskCache" fullname="QNetworkDiskCache::QNetworkDiskCache" href="qnetworkdiskcache.html#QNetworkDiskCache" location="qnetworkdiskcache.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QNetworkDiskCache(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QNetworkDiskCache" fullname="QNetworkDiskCache::~QNetworkDiskCache" href="qnetworkdiskcache.html#dtor.QNetworkDiskCache" location="qnetworkdiskcache.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QNetworkDiskCache()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cacheDirectory" fullname="QNetworkDiskCache::cacheDirectory" href="qnetworkdiskcache.html#cacheDirectory" location="qnetworkdiskcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="cacheDirectory() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCacheDirectory" fullname="QNetworkDiskCache::setCacheDirectory" href="qnetworkdiskcache.html#setCacheDirectory" location="qnetworkdiskcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCacheDirectory(const QString &amp; cacheDir)">
+ <parameter left="const QString &amp;" right="" name="cacheDir" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumCacheSize" fullname="QNetworkDiskCache::maximumCacheSize" href="qnetworkdiskcache.html#maximumCacheSize" location="qnetworkdiskcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="maximumCacheSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaximumCacheSize" fullname="QNetworkDiskCache::setMaximumCacheSize" href="qnetworkdiskcache.html#setMaximumCacheSize" location="qnetworkdiskcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMaximumCacheSize(qint64 size)">
+ <parameter left="qint64" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cacheSize" fullname="QNetworkDiskCache::cacheSize" href="qnetworkdiskcache.html#cacheSize" location="qnetworkdiskcache.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="cacheSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="metaData" fullname="QNetworkDiskCache::metaData" href="qnetworkdiskcache.html#metaData" location="qnetworkdiskcache.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QNetworkCacheMetaData" signature="metaData(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateMetaData" fullname="QNetworkDiskCache::updateMetaData" href="qnetworkdiskcache.html#updateMetaData" location="qnetworkdiskcache.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateMetaData(const QNetworkCacheMetaData &amp; metaData)">
+ <parameter left="const QNetworkCacheMetaData &amp;" right="" name="metaData" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QNetworkDiskCache::data" href="qnetworkdiskcache.html#data" location="qnetworkdiskcache.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QIODevice *" signature="data(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QNetworkDiskCache::remove" href="qnetworkdiskcache.html#remove" location="qnetworkdiskcache.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="remove(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prepare" fullname="QNetworkDiskCache::prepare" href="qnetworkdiskcache.html#prepare" location="qnetworkdiskcache.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QIODevice *" signature="prepare(const QNetworkCacheMetaData &amp; metaData)">
+ <parameter left="const QNetworkCacheMetaData &amp;" right="" name="metaData" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QNetworkDiskCache::insert" href="qnetworkdiskcache.html#insert" location="qnetworkdiskcache.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="insert(QIODevice * device)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileMetaData" fullname="QNetworkDiskCache::fileMetaData" href="qnetworkdiskcache.html#fileMetaData" location="qnetworkdiskcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QNetworkCacheMetaData" signature="fileMetaData(const QString &amp; fileName) const">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QNetworkDiskCache::clear" href="qnetworkdiskcache.html#clear" location="qnetworkdiskcache.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="expire" fullname="QNetworkDiskCache::expire" href="qnetworkdiskcache.html#expire" location="qnetworkdiskcache.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="expire()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3ValueListIterator" href="q3valuelistiterator.html" location="q3valuelist.h" bases="iterator" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ValueListIterator" fullname="Q3ValueListIterator::Q3ValueListIterator" href="q3valuelistiterator.html#Q3ValueListIterator" location="q3valuelist.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3ValueListIterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ValueListIterator" fullname="Q3ValueListIterator::Q3ValueListIterator" href="q3valuelistiterator.html#Q3ValueListIterator-2" location="q3valuelist.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3ValueListIterator(const Q3ValueListIterator &amp; o)">
+ <parameter left="const Q3ValueListIterator &amp;" right="" name="o" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ValueListIterator" fullname="Q3ValueListIterator::Q3ValueListIterator" href="q3valuelistiterator.html#Q3ValueListIterator-3" location="q3valuelist.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3ValueListIterator(const QLinkedList&lt;T&gt;::iterator &amp; o)">
+ <parameter left="const QLinkedList&lt;T&gt;::iterator &amp;" right="" name="o" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3ValueListConstIterator" href="q3valuelistconstiterator.html" location="q3valuelist.h" bases="const_iterator" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ValueListConstIterator" fullname="Q3ValueListConstIterator::Q3ValueListConstIterator" href="q3valuelistconstiterator.html#Q3ValueListConstIterator" location="q3valuelist.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3ValueListConstIterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ValueListConstIterator" fullname="Q3ValueListConstIterator::Q3ValueListConstIterator" href="q3valuelistconstiterator.html#Q3ValueListConstIterator-2" location="q3valuelist.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3ValueListConstIterator(const Q3ValueListConstIterator &amp; o)">
+ <parameter left="const Q3ValueListConstIterator &amp;" right="" name="o" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ValueListConstIterator" fullname="Q3ValueListConstIterator::Q3ValueListConstIterator" href="q3valuelistconstiterator.html#Q3ValueListConstIterator-3" location="q3valuelist.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3ValueListConstIterator(const QLinkedList&lt;T&gt;::const_iterator &amp; o)">
+ <parameter left="const QLinkedList&lt;T&gt;::const_iterator &amp;" right="" name="o" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ValueListConstIterator" fullname="Q3ValueListConstIterator::Q3ValueListConstIterator" href="q3valuelistconstiterator.html#Q3ValueListConstIterator-4" location="q3valuelist.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="Q3ValueListConstIterator(const QLinkedList&lt;T&gt;::iterator &amp; o)">
+ <parameter left="const QLinkedList&lt;T&gt;::iterator &amp;" right="" name="o" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3ValueList" href="q3valuelist.html" location="q3valuelist.h" bases="QLinkedList" module="Qt3SupportLight">
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="value_type" fullname="Q3ValueList::value_type" href="q3valuelist.html#value_type-typedef" location="q3valuelist.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="pointer" fullname="Q3ValueList::pointer" href="q3valuelist.html#pointer-typedef" location="q3valuelist.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="const_pointer" fullname="Q3ValueList::const_pointer" href="q3valuelist.html#const_pointer-typedef" location="q3valuelist.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="reference" fullname="Q3ValueList::reference" href="q3valuelist.html#reference-typedef" location="q3valuelist.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="const_reference" fullname="Q3ValueList::const_reference" href="q3valuelist.html#const_reference-typedef" location="q3valuelist.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Iterator" fullname="Q3ValueList::Iterator" href="q3valuelist.html#Iterator-typedef" location="q3valuelist.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ConstIterator" fullname="Q3ValueList::ConstIterator" href="q3valuelist.html#ConstIterator-typedef" location="q3valuelist.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="iterator" fullname="Q3ValueList::iterator" href="q3valuelist.html#iterator-typedef" location="q3valuelist.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="const_iterator" fullname="Q3ValueList::const_iterator" href="q3valuelist.html#const_iterator-typedef" location="q3valuelist.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="size_type" fullname="Q3ValueList::size_type" href="q3valuelist.html#size_type-typedef" location="q3valuelist.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ValueList" fullname="Q3ValueList::Q3ValueList" href="q3valuelist.html#Q3ValueList" location="q3valuelist.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3ValueList()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ValueList" fullname="Q3ValueList::Q3ValueList" href="q3valuelist.html#Q3ValueList-2" location="q3valuelist.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3ValueList(const Q3ValueList&lt;T&gt; &amp; l)">
+ <parameter left="const Q3ValueList&lt;T&gt; &amp;" right="" name="l" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ValueList" fullname="Q3ValueList::Q3ValueList" href="q3valuelist.html#Q3ValueList-3" location="q3valuelist.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3ValueList(const QLinkedList&lt;T&gt; &amp; l)">
+ <parameter left="const QLinkedList&lt;T&gt; &amp;" right="" name="l" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ValueList" fullname="Q3ValueList::Q3ValueList" href="q3valuelist.html#Q3ValueList-4" location="q3valuelist.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="Q3ValueList(const QList&lt;T&gt; &amp; l)">
+ <parameter left="const QList&lt;T&gt; &amp;" right="" name="l" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ValueList" fullname="Q3ValueList::Q3ValueList" href="q3valuelist.html#Q3ValueList-5" location="q3valuelist.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="Q3ValueList(const std::list&lt;T&gt; &amp; l)">
+ <parameter left="const std::list&lt;T&gt; &amp;" right="" name="l" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3ValueList" fullname="Q3ValueList::~Q3ValueList" href="q3valuelist.html#dtor.Q3ValueList" location="q3valuelist.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3ValueList()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3ValueList::operator=" href="q3valuelist.html#operator=" location="q3valuelist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3ValueList&lt;T&gt; &amp;" signature="operator=(const Q3ValueList&lt;T&gt; &amp; l)">
+ <parameter left="const Q3ValueList&lt;T&gt; &amp;" right="" name="l" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3ValueList::operator=" href="q3valuelist.html#operator=-2" location="q3valuelist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="Q3ValueList&lt;T&gt; &amp;" signature="operator=(const QList&lt;T&gt; &amp; l)">
+ <parameter left="const QList&lt;T&gt; &amp;" right="" name="l" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3ValueList::operator=" href="q3valuelist.html#operator=-3" location="q3valuelist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="Q3ValueList&lt;T&gt; &amp;" signature="operator=(const std::list&lt;T&gt; &amp; l)">
+ <parameter left="const std::list&lt;T&gt; &amp;" right="" name="l" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="Q3ValueList::operator==" href="q3valuelist.html#operator==-2" location="q3valuelist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator==(const std::list&lt;T&gt; &amp; l) const">
+ <parameter left="const std::list&lt;T&gt; &amp;" right="" name="l" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="Q3ValueList::operator==" href="q3valuelist.html#operator==" location="q3valuelist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const Q3ValueList&lt;T&gt; &amp; l) const">
+ <parameter left="const Q3ValueList&lt;T&gt; &amp;" right="" name="l" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="Q3ValueList::operator!=" href="q3valuelist.html#operator!=" location="q3valuelist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const Q3ValueList&lt;T&gt; &amp; l) const">
+ <parameter left="const Q3ValueList&lt;T&gt; &amp;" right="" name="l" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QList&lt;T&gt;" fullname="Q3ValueList::operator QList&lt;T&gt;" href="q3valuelist.html#operator QList&lt;T&gt;" location="q3valuelist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QList&lt;T&gt;() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="Q3ValueList::operator&lt;&lt;" href="q3valuelist.html#operator&lt;&lt;" location="q3valuelist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3ValueList&lt;T&gt; &amp;" signature="operator&lt;&lt;(const T &amp; x)">
+ <parameter left="const T &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="Q3ValueList::insert" href="q3valuelist.html#insert-2" location="q3valuelist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="insert(Q3ValueList&lt;T&gt;::Iterator pos, Q3ValueList&lt;T&gt;::size_type n, const T &amp; x)">
+ <parameter left="Q3ValueList&lt;T&gt;::Iterator" right="" name="pos" default=""/>
+ <parameter left="Q3ValueList&lt;T&gt;::size_type" right="" name="n" default=""/>
+ <parameter left="const T &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="Q3ValueList::insert" href="q3valuelist.html#insert" location="q3valuelist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3ValueList&lt;T&gt;::Iterator" signature="insert(Q3ValueList&lt;T&gt;::Iterator it, const T &amp; x)">
+ <parameter left="Q3ValueList&lt;T&gt;::Iterator" right="" name="it" default=""/>
+ <parameter left="const T &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="Q3ValueList::remove" href="q3valuelist.html#remove" location="q3valuelist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3ValueList&lt;T&gt;::Iterator" signature="remove(Q3ValueList&lt;T&gt;::Iterator it)">
+ <parameter left="Q3ValueList&lt;T&gt;::Iterator" right="" name="it" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="Q3ValueList::remove" href="q3valuelist.html#remove-2" location="q3valuelist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="remove(const T &amp; x)">
+ <parameter left="const T &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" fullname="Q3ValueList::operator+" href="q3valuelist.html#operator+" location="q3valuelist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ValueList&lt;T&gt;" signature="operator+(const Q3ValueList&lt;T&gt; &amp; l) const">
+ <parameter left="const Q3ValueList&lt;T&gt; &amp;" right="" name="l" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="Q3ValueList::operator+=" href="q3valuelist.html#operator+=" location="q3valuelist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3ValueList&lt;T&gt; &amp;" signature="operator+=(const Q3ValueList&lt;T&gt; &amp; l)">
+ <parameter left="const Q3ValueList&lt;T&gt; &amp;" right="" name="l" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromLast" fullname="Q3ValueList::fromLast" href="q3valuelist.html#fromLast-2" location="q3valuelist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="Q3ValueList&lt;T&gt;::Iterator" signature="fromLast()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromLast" fullname="Q3ValueList::fromLast" href="q3valuelist.html#fromLast" location="q3valuelist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ValueList&lt;T&gt;::ConstIterator" signature="fromLast() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="Q3ValueList::append" href="q3valuelist.html#append" location="q3valuelist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3ValueList&lt;T&gt;::Iterator" signature="append(const T &amp; x)">
+ <parameter left="const T &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prepend" fullname="Q3ValueList::prepend" href="q3valuelist.html#prepend" location="q3valuelist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3ValueList&lt;T&gt;::Iterator" signature="prepend(const T &amp; x)">
+ <parameter left="const T &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="at" fullname="Q3ValueList::at" href="q3valuelist.html#at-2" location="q3valuelist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="Q3ValueList&lt;T&gt;::Iterator" signature="at(Q3ValueList&lt;T&gt;::size_type i)">
+ <parameter left="Q3ValueList&lt;T&gt;::size_type" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="at" fullname="Q3ValueList::at" href="q3valuelist.html#at" location="q3valuelist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ValueList&lt;T&gt;::ConstIterator" signature="at(Q3ValueList&lt;T&gt;::size_type i) const">
+ <parameter left="Q3ValueList&lt;T&gt;::size_type" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="Q3ValueList::contains" href="q3valuelist.html#contains" location="q3valuelist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3ValueList&lt;T&gt;::size_type" signature="contains(const T &amp; x) const">
+ <parameter left="const T &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="Q3ValueList::operator+=" href="q3valuelist.html#operator+=-2" location="q3valuelist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="Q3ValueList&lt;T&gt; &amp;" signature="operator+=(const T &amp; x)">
+ <parameter left="const T &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="Q3ValueList::operator[]" href="q3valuelist.html#operator[]-2" location="q3valuelist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="T &amp;" signature="operator[](Q3ValueList&lt;T&gt;::size_type i)">
+ <parameter left="Q3ValueList&lt;T&gt;::size_type" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="Q3ValueList::operator[]" href="q3valuelist.html#operator[]" location="q3valuelist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="operator[](Q3ValueList&lt;T&gt;::size_type i) const">
+ <parameter left="Q3ValueList&lt;T&gt;::size_type" right="" name="i" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="q3valuelist.html#operator&gt;&gt;-65" location="q3valuelist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="65" relates="Q3ValueList" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; s, Q3ValueList&lt;T&gt; &amp; l)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="Q3ValueList&lt;T&gt; &amp;" right="" name="l" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="q3valuelist.html#operator&lt;&lt;-188" location="q3valuelist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="188" relates="Q3ValueList" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; s, const Q3ValueList&lt;T&gt; &amp; l)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="const Q3ValueList&lt;T&gt; &amp;" right="" name="l" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDebug" href="qdebug.html" location="qdebug.h" bases="" module="QtCore">
+ <contents name="basic-use" title="Basic Use" level="1"/>
+ <contents name="writing-custom-types-to-a-stream" title="Writing Custom Types to a Stream" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDebug" fullname="QDebug::QDebug" href="qdebug.html#QDebug" location="qdebug.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDebug(QIODevice * device)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDebug" fullname="QDebug::QDebug" href="qdebug.html#QDebug-2" location="qdebug.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDebug(QString * string)">
+ <parameter left="QString *" right="" name="string" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDebug" fullname="QDebug::QDebug" href="qdebug.html#QDebug-3" location="qdebug.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QDebug(QtMsgType type)">
+ <parameter left="QtMsgType" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDebug" fullname="QDebug::QDebug" href="qdebug.html#QDebug-4" location="qdebug.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QDebug(const QDebug &amp; other)">
+ <parameter left="const QDebug &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDebug::operator=" href="qdebug.html#operator=" location="qdebug.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDebug &amp;" signature="operator=(const QDebug &amp; other)">
+ <parameter left="const QDebug &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDebug" fullname="QDebug::~QDebug" href="qdebug.html#dtor.QDebug" location="qdebug.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDebug()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="space" fullname="QDebug::space" href="qdebug.html#space" location="qdebug.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDebug &amp;" signature="space()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nospace" fullname="QDebug::nospace" href="qdebug.html#nospace" location="qdebug.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDebug &amp;" signature="nospace()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maybeSpace" fullname="QDebug::maybeSpace" href="qdebug.html#maybeSpace" location="qdebug.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDebug &amp;" signature="maybeSpace()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDebug::operator&lt;&lt;" href="qdebug.html#operator&lt;&lt;" location="qdebug.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDebug &amp;" signature="operator&lt;&lt;(QChar t)">
+ <parameter left="QChar" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDebug::operator&lt;&lt;" href="qdebug.html#operator&lt;&lt;-3" location="qdebug.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QDebug &amp;" signature="operator&lt;&lt;(bool t)">
+ <parameter left="bool" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDebug::operator&lt;&lt;" href="qdebug.html#operator&lt;&lt;-4" location="qdebug.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="QDebug &amp;" signature="operator&lt;&lt;(char t)">
+ <parameter left="char" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDebug::operator&lt;&lt;" href="qdebug.html#operator&lt;&lt;-5" location="qdebug.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="QDebug &amp;" signature="operator&lt;&lt;(signed short i)">
+ <parameter left="signed short" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDebug::operator&lt;&lt;" href="qdebug.html#operator&lt;&lt;-6" location="qdebug.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="QDebug &amp;" signature="operator&lt;&lt;(unsigned short i)">
+ <parameter left="unsigned short" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDebug::operator&lt;&lt;" href="qdebug.html#operator&lt;&lt;-7" location="qdebug.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="QDebug &amp;" signature="operator&lt;&lt;(signed int i)">
+ <parameter left="signed int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDebug::operator&lt;&lt;" href="qdebug.html#operator&lt;&lt;-8" location="qdebug.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="QDebug &amp;" signature="operator&lt;&lt;(unsigned int i)">
+ <parameter left="unsigned int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDebug::operator&lt;&lt;" href="qdebug.html#operator&lt;&lt;-9" location="qdebug.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" type="QDebug &amp;" signature="operator&lt;&lt;(signed long l)">
+ <parameter left="signed long" right="" name="l" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDebug::operator&lt;&lt;" href="qdebug.html#operator&lt;&lt;-10" location="qdebug.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="10" type="QDebug &amp;" signature="operator&lt;&lt;(unsigned long l)">
+ <parameter left="unsigned long" right="" name="l" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDebug::operator&lt;&lt;" href="qdebug.html#operator&lt;&lt;-11" location="qdebug.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="11" type="QDebug &amp;" signature="operator&lt;&lt;(qint64 i)">
+ <parameter left="qint64" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDebug::operator&lt;&lt;" href="qdebug.html#operator&lt;&lt;-12" location="qdebug.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" type="QDebug &amp;" signature="operator&lt;&lt;(quint64 i)">
+ <parameter left="quint64" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDebug::operator&lt;&lt;" href="qdebug.html#operator&lt;&lt;-13" location="qdebug.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="13" type="QDebug &amp;" signature="operator&lt;&lt;(float f)">
+ <parameter left="float" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDebug::operator&lt;&lt;" href="qdebug.html#operator&lt;&lt;-14" location="qdebug.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="14" type="QDebug &amp;" signature="operator&lt;&lt;(double f)">
+ <parameter left="double" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDebug::operator&lt;&lt;" href="qdebug.html#operator&lt;&lt;-15" location="qdebug.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="15" type="QDebug &amp;" signature="operator&lt;&lt;(const char * s)">
+ <parameter left="const char *" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDebug::operator&lt;&lt;" href="qdebug.html#operator&lt;&lt;-16" location="qdebug.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="16" type="QDebug &amp;" signature="operator&lt;&lt;(const QString &amp; s)">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDebug::operator&lt;&lt;" href="qdebug.html#operator&lt;&lt;-17" location="qdebug.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="17" type="QDebug &amp;" signature="operator&lt;&lt;(const QStringRef &amp; s)">
+ <parameter left="const QStringRef &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDebug::operator&lt;&lt;" href="qdebug.html#operator&lt;&lt;-18" location="qdebug.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="18" type="QDebug &amp;" signature="operator&lt;&lt;(const QLatin1String &amp; s)">
+ <parameter left="const QLatin1String &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDebug::operator&lt;&lt;" href="qdebug.html#operator&lt;&lt;-19" location="qdebug.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="19" type="QDebug &amp;" signature="operator&lt;&lt;(const QByteArray &amp; b)">
+ <parameter left="const QByteArray &amp;" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDebug::operator&lt;&lt;" href="qdebug.html#operator&lt;&lt;-20" location="qdebug.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="20" type="QDebug &amp;" signature="operator&lt;&lt;(const void * p)">
+ <parameter left="const void *" right="" name="p" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPrintPreviewWidget" href="qprintpreviewwidget.html" location="qprintpreviewwidget.h" bases="QWidget" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ViewMode" fullname="QPrintPreviewWidget::ViewMode" href="qprintpreviewwidget.html#ViewMode-enum" location="qprintpreviewwidget.h">
+ <value name="SinglePageView" value="0"/>
+ <value name="FacingPagesView" value="1"/>
+ <value name="AllPagesView" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ZoomMode" fullname="QPrintPreviewWidget::ZoomMode" href="qprintpreviewwidget.html#ZoomMode-enum" location="qprintpreviewwidget.h">
+ <value name="CustomZoom" value="0"/>
+ <value name="FitToWidth" value="1"/>
+ <value name="FitInView" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPrintPreviewWidget" fullname="QPrintPreviewWidget::QPrintPreviewWidget" href="qprintpreviewwidget.html#QPrintPreviewWidget" location="qprintpreviewwidget.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPrintPreviewWidget(QPrinter * printer, QWidget * parent, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="QPrinter *" right="" name="printer" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPrintPreviewWidget" fullname="QPrintPreviewWidget::QPrintPreviewWidget" href="qprintpreviewwidget.html#QPrintPreviewWidget-2" location="qprintpreviewwidget.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QPrintPreviewWidget(QWidget * parent, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPrintPreviewWidget" fullname="QPrintPreviewWidget::~QPrintPreviewWidget" href="qprintpreviewwidget.html#dtor.QPrintPreviewWidget" location="qprintpreviewwidget.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPrintPreviewWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="zoomFactor" fullname="QPrintPreviewWidget::zoomFactor" href="qprintpreviewwidget.html#zoomFactor" location="qprintpreviewwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="zoomFactor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="QPrintPreviewWidget::orientation" href="qprintpreviewwidget.html#orientation" location="qprintpreviewwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPrinter::Orientation" signature="orientation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="viewMode" fullname="QPrintPreviewWidget::viewMode" href="qprintpreviewwidget.html#viewMode" location="qprintpreviewwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ViewMode" signature="viewMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="zoomMode" fullname="QPrintPreviewWidget::zoomMode" href="qprintpreviewwidget.html#zoomMode" location="qprintpreviewwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ZoomMode" signature="zoomMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentPage" fullname="QPrintPreviewWidget::currentPage" href="qprintpreviewwidget.html#currentPage" location="qprintpreviewwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currentPage() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numPages" fullname="QPrintPreviewWidget::numPages" href="qprintpreviewwidget.html#numPages" location="qprintpreviewwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="numPages() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="QPrintPreviewWidget::setVisible" href="qprintpreviewwidget.html#setVisible" location="qprintpreviewwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="print" fullname="QPrintPreviewWidget::print" href="qprintpreviewwidget.html#print" location="qprintpreviewwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="print()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="zoomIn" fullname="QPrintPreviewWidget::zoomIn" href="qprintpreviewwidget.html#zoomIn" location="qprintpreviewwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="zoomIn(qreal factor)">
+ <parameter left="qreal" right="" name="factor" default="1.1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="zoomOut" fullname="QPrintPreviewWidget::zoomOut" href="qprintpreviewwidget.html#zoomOut" location="qprintpreviewwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="zoomOut(qreal factor)">
+ <parameter left="qreal" right="" name="factor" default="1.1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setZoomFactor" fullname="QPrintPreviewWidget::setZoomFactor" href="qprintpreviewwidget.html#setZoomFactor" location="qprintpreviewwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setZoomFactor(qreal factor)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOrientation" fullname="QPrintPreviewWidget::setOrientation" href="qprintpreviewwidget.html#setOrientation" location="qprintpreviewwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setOrientation(QPrinter::Orientation orientation)">
+ <parameter left="QPrinter::Orientation" right="" name="orientation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setViewMode" fullname="QPrintPreviewWidget::setViewMode" href="qprintpreviewwidget.html#setViewMode" location="qprintpreviewwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setViewMode(ViewMode mode)">
+ <parameter left="ViewMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setZoomMode" fullname="QPrintPreviewWidget::setZoomMode" href="qprintpreviewwidget.html#setZoomMode" location="qprintpreviewwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setZoomMode(ZoomMode zoomMode)">
+ <parameter left="ZoomMode" right="" name="zoomMode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentPage" fullname="QPrintPreviewWidget::setCurrentPage" href="qprintpreviewwidget.html#setCurrentPage" location="qprintpreviewwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setCurrentPage(int page)">
+ <parameter left="int" right="" name="page" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fitToWidth" fullname="QPrintPreviewWidget::fitToWidth" href="qprintpreviewwidget.html#fitToWidth" location="qprintpreviewwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="fitToWidth()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fitInView" fullname="QPrintPreviewWidget::fitInView" href="qprintpreviewwidget.html#fitInView" location="qprintpreviewwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="fitInView()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLandscapeOrientation" fullname="QPrintPreviewWidget::setLandscapeOrientation" href="qprintpreviewwidget.html#setLandscapeOrientation" location="qprintpreviewwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setLandscapeOrientation()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPortraitOrientation" fullname="QPrintPreviewWidget::setPortraitOrientation" href="qprintpreviewwidget.html#setPortraitOrientation" location="qprintpreviewwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setPortraitOrientation()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSinglePageViewMode" fullname="QPrintPreviewWidget::setSinglePageViewMode" href="qprintpreviewwidget.html#setSinglePageViewMode" location="qprintpreviewwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setSinglePageViewMode()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFacingPagesViewMode" fullname="QPrintPreviewWidget::setFacingPagesViewMode" href="qprintpreviewwidget.html#setFacingPagesViewMode" location="qprintpreviewwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setFacingPagesViewMode()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAllPagesViewMode" fullname="QPrintPreviewWidget::setAllPagesViewMode" href="qprintpreviewwidget.html#setAllPagesViewMode" location="qprintpreviewwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setAllPagesViewMode()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updatePreview" fullname="QPrintPreviewWidget::updatePreview" href="qprintpreviewwidget.html#updatePreview" location="qprintpreviewwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="updatePreview()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paintRequested" fullname="QPrintPreviewWidget::paintRequested" href="qprintpreviewwidget.html#paintRequested" location="qprintpreviewwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="paintRequested(QPrinter * printer)">
+ <parameter left="QPrinter *" right="" name="printer" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previewChanged" fullname="QPrintPreviewWidget::previewChanged" href="qprintpreviewwidget.html#previewChanged" location="qprintpreviewwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="previewChanged()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsItemAnimation" href="qgraphicsitemanimation.html" location="qgraphicsitemanimation.h" bases="QObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsItemAnimation" fullname="QGraphicsItemAnimation::QGraphicsItemAnimation" href="qgraphicsitemanimation.html#QGraphicsItemAnimation" location="qgraphicsitemanimation.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsItemAnimation(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsItemAnimation" fullname="QGraphicsItemAnimation::~QGraphicsItemAnimation" href="qgraphicsitemanimation.html#dtor.QGraphicsItemAnimation" location="qgraphicsitemanimation.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsItemAnimation()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="item" fullname="QGraphicsItemAnimation::item" href="qgraphicsitemanimation.html#item" location="qgraphicsitemanimation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsItem *" signature="item() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItem" fullname="QGraphicsItemAnimation::setItem" href="qgraphicsitemanimation.html#setItem" location="qgraphicsitemanimation.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItem(QGraphicsItem * item)">
+ <parameter left="QGraphicsItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="timeLine" fullname="QGraphicsItemAnimation::timeLine" href="qgraphicsitemanimation.html#timeLine" location="qgraphicsitemanimation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTimeLine *" signature="timeLine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTimeLine" fullname="QGraphicsItemAnimation::setTimeLine" href="qgraphicsitemanimation.html#setTimeLine" location="qgraphicsitemanimation.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTimeLine(QTimeLine * timeLine)">
+ <parameter left="QTimeLine *" right="" name="timeLine" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="posAt" fullname="QGraphicsItemAnimation::posAt" href="qgraphicsitemanimation.html#posAt" location="qgraphicsitemanimation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="posAt(qreal step) const">
+ <parameter left="qreal" right="" name="step" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="posList" fullname="QGraphicsItemAnimation::posList" href="qgraphicsitemanimation.html#posList" location="qgraphicsitemanimation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QPair&lt;qreal, QPointF&gt; &gt;" signature="posList() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPosAt" fullname="QGraphicsItemAnimation::setPosAt" href="qgraphicsitemanimation.html#setPosAt" location="qgraphicsitemanimation.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPosAt(qreal step, const QPointF &amp; point)">
+ <parameter left="qreal" right="" name="step" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="matrixAt" fullname="QGraphicsItemAnimation::matrixAt" href="qgraphicsitemanimation.html#matrixAt" location="qgraphicsitemanimation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMatrix" signature="matrixAt(qreal step) const">
+ <parameter left="qreal" right="" name="step" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rotationAt" fullname="QGraphicsItemAnimation::rotationAt" href="qgraphicsitemanimation.html#rotationAt" location="qgraphicsitemanimation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="rotationAt(qreal step) const">
+ <parameter left="qreal" right="" name="step" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rotationList" fullname="QGraphicsItemAnimation::rotationList" href="qgraphicsitemanimation.html#rotationList" location="qgraphicsitemanimation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QPair&lt;qreal, qreal&gt; &gt;" signature="rotationList() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRotationAt" fullname="QGraphicsItemAnimation::setRotationAt" href="qgraphicsitemanimation.html#setRotationAt" location="qgraphicsitemanimation.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRotationAt(qreal step, qreal angle)">
+ <parameter left="qreal" right="" name="step" default=""/>
+ <parameter left="qreal" right="" name="angle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="xTranslationAt" fullname="QGraphicsItemAnimation::xTranslationAt" href="qgraphicsitemanimation.html#xTranslationAt" location="qgraphicsitemanimation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="xTranslationAt(qreal step) const">
+ <parameter left="qreal" right="" name="step" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="yTranslationAt" fullname="QGraphicsItemAnimation::yTranslationAt" href="qgraphicsitemanimation.html#yTranslationAt" location="qgraphicsitemanimation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="yTranslationAt(qreal step) const">
+ <parameter left="qreal" right="" name="step" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translationList" fullname="QGraphicsItemAnimation::translationList" href="qgraphicsitemanimation.html#translationList" location="qgraphicsitemanimation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QPair&lt;qreal, QPointF&gt; &gt;" signature="translationList() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTranslationAt" fullname="QGraphicsItemAnimation::setTranslationAt" href="qgraphicsitemanimation.html#setTranslationAt" location="qgraphicsitemanimation.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTranslationAt(qreal step, qreal dx, qreal dy)">
+ <parameter left="qreal" right="" name="step" default=""/>
+ <parameter left="qreal" right="" name="dx" default=""/>
+ <parameter left="qreal" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="verticalScaleAt" fullname="QGraphicsItemAnimation::verticalScaleAt" href="qgraphicsitemanimation.html#verticalScaleAt" location="qgraphicsitemanimation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="verticalScaleAt(qreal step) const">
+ <parameter left="qreal" right="" name="step" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="horizontalScaleAt" fullname="QGraphicsItemAnimation::horizontalScaleAt" href="qgraphicsitemanimation.html#horizontalScaleAt" location="qgraphicsitemanimation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="horizontalScaleAt(qreal step) const">
+ <parameter left="qreal" right="" name="step" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scaleList" fullname="QGraphicsItemAnimation::scaleList" href="qgraphicsitemanimation.html#scaleList" location="qgraphicsitemanimation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QPair&lt;qreal, QPointF&gt; &gt;" signature="scaleList() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScaleAt" fullname="QGraphicsItemAnimation::setScaleAt" href="qgraphicsitemanimation.html#setScaleAt" location="qgraphicsitemanimation.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setScaleAt(qreal step, qreal sx, qreal sy)">
+ <parameter left="qreal" right="" name="step" default=""/>
+ <parameter left="qreal" right="" name="sx" default=""/>
+ <parameter left="qreal" right="" name="sy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="verticalShearAt" fullname="QGraphicsItemAnimation::verticalShearAt" href="qgraphicsitemanimation.html#verticalShearAt" location="qgraphicsitemanimation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="verticalShearAt(qreal step) const">
+ <parameter left="qreal" right="" name="step" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="horizontalShearAt" fullname="QGraphicsItemAnimation::horizontalShearAt" href="qgraphicsitemanimation.html#horizontalShearAt" location="qgraphicsitemanimation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="horizontalShearAt(qreal step) const">
+ <parameter left="qreal" right="" name="step" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shearList" fullname="QGraphicsItemAnimation::shearList" href="qgraphicsitemanimation.html#shearList" location="qgraphicsitemanimation.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QPair&lt;qreal, QPointF&gt; &gt;" signature="shearList() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setShearAt" fullname="QGraphicsItemAnimation::setShearAt" href="qgraphicsitemanimation.html#setShearAt" location="qgraphicsitemanimation.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setShearAt(qreal step, qreal sh, qreal sv)">
+ <parameter left="qreal" right="" name="step" default=""/>
+ <parameter left="qreal" right="" name="sh" default=""/>
+ <parameter left="qreal" right="" name="sv" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QGraphicsItemAnimation::clear" href="qgraphicsitemanimation.html#clear" location="qgraphicsitemanimation.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStep" fullname="QGraphicsItemAnimation::setStep" href="qgraphicsitemanimation.html#setStep" location="qgraphicsitemanimation.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setStep(qreal step)">
+ <parameter left="qreal" right="" name="step" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="reset" fullname="QGraphicsItemAnimation::reset" href="qgraphicsitemanimation-obsolete.html#reset" location="qgraphicsitemanimation.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="beforeAnimationStep" fullname="QGraphicsItemAnimation::beforeAnimationStep" href="qgraphicsitemanimation.html#beforeAnimationStep" location="qgraphicsitemanimation.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="beforeAnimationStep(qreal step)">
+ <parameter left="qreal" right="" name="step" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="afterAnimationStep" fullname="QGraphicsItemAnimation::afterAnimationStep" href="qgraphicsitemanimation.html#afterAnimationStep" location="qgraphicsitemanimation.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="afterAnimationStep(qreal step)">
+ <parameter left="qreal" right="" name="step" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsLinearLayout" href="qgraphicslinearlayout.html" location="qgraphicslinearlayout.h" bases="QGraphicsLayout" module="QtGui">
+ <contents name="size-hints-and-size-policies-in-qgraphicslinearlayout" title="Size Hints and Size Policies in QGraphicsLinearLayout" level="1"/>
+ <contents name="spacing-within-qgraphicslinearlayout" title="Spacing within QGraphicsLinearLayout" level="1"/>
+ <contents name="stretch-factor-in-qgraphicslinearlayout" title="Stretch Factor in QGraphicsLinearLayout" level="1"/>
+ <contents name="qgraphicslinearlayout-compared-to-other-layouts" title="QGraphicsLinearLayout Compared to Other Layouts" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsLinearLayout" fullname="QGraphicsLinearLayout::QGraphicsLinearLayout" href="qgraphicslinearlayout.html#QGraphicsLinearLayout" location="qgraphicslinearlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsLinearLayout(QGraphicsLayoutItem * parent)">
+ <parameter left="QGraphicsLayoutItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsLinearLayout" fullname="QGraphicsLinearLayout::QGraphicsLinearLayout" href="qgraphicslinearlayout.html#QGraphicsLinearLayout-2" location="qgraphicslinearlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QGraphicsLinearLayout(Qt::Orientation orientation, QGraphicsLayoutItem * parent)">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="QGraphicsLayoutItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsLinearLayout" fullname="QGraphicsLinearLayout::~QGraphicsLinearLayout" href="qgraphicslinearlayout.html#dtor.QGraphicsLinearLayout" location="qgraphicslinearlayout.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsLinearLayout()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOrientation" fullname="QGraphicsLinearLayout::setOrientation" href="qgraphicslinearlayout.html#setOrientation" location="qgraphicslinearlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOrientation(Qt::Orientation orientation)">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="QGraphicsLinearLayout::orientation" href="qgraphicslinearlayout.html#orientation" location="qgraphicslinearlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::Orientation" signature="orientation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addItem" fullname="QGraphicsLinearLayout::addItem" href="qgraphicslinearlayout.html#addItem" location="qgraphicslinearlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addItem(QGraphicsLayoutItem * item)">
+ <parameter left="QGraphicsLayoutItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addStretch" fullname="QGraphicsLinearLayout::addStretch" href="qgraphicslinearlayout.html#addStretch" location="qgraphicslinearlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addStretch(int stretch)">
+ <parameter left="int" right="" name="stretch" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertItem" fullname="QGraphicsLinearLayout::insertItem" href="qgraphicslinearlayout.html#insertItem" location="qgraphicslinearlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertItem(int index, QGraphicsLayoutItem * item)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="QGraphicsLayoutItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertStretch" fullname="QGraphicsLinearLayout::insertStretch" href="qgraphicslinearlayout.html#insertStretch" location="qgraphicslinearlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertStretch(int index, int stretch)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int" right="" name="stretch" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeItem" fullname="QGraphicsLinearLayout::removeItem" href="qgraphicslinearlayout.html#removeItem" location="qgraphicslinearlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeItem(QGraphicsLayoutItem * item)">
+ <parameter left="QGraphicsLayoutItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeAt" fullname="QGraphicsLinearLayout::removeAt" href="qgraphicslinearlayout.html#removeAt" location="qgraphicslinearlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="removeAt(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSpacing" fullname="QGraphicsLinearLayout::setSpacing" href="qgraphicslinearlayout.html#setSpacing" location="qgraphicslinearlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSpacing(qreal spacing)">
+ <parameter left="qreal" right="" name="spacing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="spacing" fullname="QGraphicsLinearLayout::spacing" href="qgraphicslinearlayout.html#spacing" location="qgraphicslinearlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="spacing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemSpacing" fullname="QGraphicsLinearLayout::setItemSpacing" href="qgraphicslinearlayout.html#setItemSpacing" location="qgraphicslinearlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemSpacing(int index, qreal spacing)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="qreal" right="" name="spacing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemSpacing" fullname="QGraphicsLinearLayout::itemSpacing" href="qgraphicslinearlayout.html#itemSpacing" location="qgraphicslinearlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="itemSpacing(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStretchFactor" fullname="QGraphicsLinearLayout::setStretchFactor" href="qgraphicslinearlayout.html#setStretchFactor" location="qgraphicslinearlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStretchFactor(QGraphicsLayoutItem * item, int stretch)">
+ <parameter left="QGraphicsLayoutItem *" right="" name="item" default=""/>
+ <parameter left="int" right="" name="stretch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stretchFactor" fullname="QGraphicsLinearLayout::stretchFactor" href="qgraphicslinearlayout.html#stretchFactor" location="qgraphicslinearlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="stretchFactor(QGraphicsLayoutItem * item) const">
+ <parameter left="QGraphicsLayoutItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlignment" fullname="QGraphicsLinearLayout::setAlignment" href="qgraphicslinearlayout.html#setAlignment" location="qgraphicslinearlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAlignment(QGraphicsLayoutItem * item, QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QGraphicsLayoutItem *" right="" name="item" default=""/>
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="QGraphicsLinearLayout::alignment" href="qgraphicslinearlayout.html#alignment" location="qgraphicslinearlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::Alignment" signature="alignment(QGraphicsLayoutItem * item) const">
+ <parameter left="QGraphicsLayoutItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGeometry" fullname="QGraphicsLinearLayout::setGeometry" href="qgraphicslinearlayout.html#setGeometry" location="qgraphicslinearlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setGeometry(const QRectF &amp; rect)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QGraphicsLinearLayout::count" href="qgraphicslinearlayout.html#count" location="qgraphicslinearlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAt" fullname="QGraphicsLinearLayout::itemAt" href="qgraphicslinearlayout.html#itemAt" location="qgraphicslinearlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QGraphicsLayoutItem *" signature="itemAt(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invalidate" fullname="QGraphicsLinearLayout::invalidate" href="qgraphicslinearlayout.html#invalidate" location="qgraphicslinearlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="invalidate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QGraphicsLinearLayout::sizeHint" href="qgraphicslinearlayout.html#sizeHint" location="qgraphicslinearlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSizeF" signature="sizeHint(Qt::SizeHint which, const QSizeF &amp; constraint) const">
+ <parameter left="Qt::SizeHint" right="" name="which" default=""/>
+ <parameter left="const QSizeF &amp;" right="" name="constraint" default="QSizeF()"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDirModel" href="qdirmodel.html" location="qdirmodel.h" bases="QAbstractItemModel" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="resolveSymlinks" fullname="QDirModel::resolveSymlinks" href="qdirmodel.html#resolveSymlinks-prop" location="qdirmodel.h" type="bool">
+ <getter name="resolveSymlinks"/>
+ <setter name="setResolveSymlinks"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="readOnly" fullname="QDirModel::readOnly" href="qdirmodel.html#readOnly-prop" location="qdirmodel.h" type="bool">
+ <getter name="isReadOnly"/>
+ <setter name="setReadOnly"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="lazyChildCount" fullname="QDirModel::lazyChildCount" href="qdirmodel.html#lazyChildCount-prop" location="qdirmodel.h" type="bool">
+ <getter name="lazyChildCount"/>
+ <setter name="setLazyChildCount"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Roles" fullname="QDirModel::Roles" href="qdirmodel.html#Roles-enum" location="qdirmodel.h">
+ <value name="FileIconRole" value="Qt::DecorationRole"/>
+ <value name="FilePathRole" value="Qt::UserRole + 1"/>
+ <value name="FileNameRole" value=""/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDirModel" fullname="QDirModel::QDirModel" href="qdirmodel.html#QDirModel" location="qdirmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDirModel(const QStringList &amp; nameFilters, QFlags&lt;QDir::Filter&gt; filters, QFlags&lt;QDir::SortFlag&gt; sort, QObject * parent)">
+ <parameter left="const QStringList &amp;" right="" name="nameFilters" default=""/>
+ <parameter left="QFlags&lt;QDir::Filter&gt;" right="" name="filters" default=""/>
+ <parameter left="QFlags&lt;QDir::SortFlag&gt;" right="" name="sort" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDirModel" fullname="QDirModel::QDirModel" href="qdirmodel.html#QDirModel-2" location="qdirmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDirModel(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDirModel" fullname="QDirModel::~QDirModel" href="qdirmodel.html#dtor.QDirModel" location="qdirmodel.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDirModel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="index" fullname="QDirModel::index" href="qdirmodel.html#index" location="qdirmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="index(int row, int column, const QModelIndex &amp; parent) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parent" fullname="QDirModel::parent" href="qdirmodel.html#parent" location="qdirmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="parent(const QModelIndex &amp; child) const">
+ <parameter left="const QModelIndex &amp;" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowCount" fullname="QDirModel::rowCount" href="qdirmodel.html#rowCount" location="qdirmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rowCount(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnCount" fullname="QDirModel::columnCount" href="qdirmodel.html#columnCount" location="qdirmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="columnCount(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QDirModel::data" href="qdirmodel.html#data" location="qdirmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="data(const QModelIndex &amp; index, int role) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::DisplayRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QDirModel::setData" href="qdirmodel.html#setData" location="qdirmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="setData(const QModelIndex &amp; index, const QVariant &amp; value, int role)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::EditRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="headerData" fullname="QDirModel::headerData" href="qdirmodel.html#headerData" location="qdirmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="headerData(int section, Qt::Orientation orientation, int role) const">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::DisplayRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasChildren" fullname="QDirModel::hasChildren" href="qdirmodel.html#hasChildren" location="qdirmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasChildren(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flags" fullname="QDirModel::flags" href="qdirmodel.html#flags" location="qdirmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::ItemFlags" signature="flags(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sort" fullname="QDirModel::sort" href="qdirmodel.html#sort" location="qdirmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="sort(int column, Qt::SortOrder order)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="Qt::SortOrder" right="" name="order" default="Qt::AscendingOrder"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mimeTypes" fullname="QDirModel::mimeTypes" href="qdirmodel.html#mimeTypes" location="qdirmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="mimeTypes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mimeData" fullname="QDirModel::mimeData" href="qdirmodel.html#mimeData" location="qdirmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QMimeData *" signature="mimeData(const QModelIndexList &amp; indexes) const">
+ <parameter left="const QModelIndexList &amp;" right="" name="indexes" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dropMimeData" fullname="QDirModel::dropMimeData" href="qdirmodel.html#dropMimeData" location="qdirmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="dropMimeData(const QMimeData * data, Qt::DropAction action, int row, int column, const QModelIndex &amp; parent)">
+ <parameter left="const QMimeData *" right="" name="data" default=""/>
+ <parameter left="Qt::DropAction" right="" name="action" default=""/>
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedDropActions" fullname="QDirModel::supportedDropActions" href="qdirmodel.html#supportedDropActions" location="qdirmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::DropActions" signature="supportedDropActions() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIconProvider" fullname="QDirModel::setIconProvider" href="qdirmodel.html#setIconProvider" location="qdirmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setIconProvider(QFileIconProvider * provider)">
+ <parameter left="QFileIconProvider *" right="" name="provider" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iconProvider" fullname="QDirModel::iconProvider" href="qdirmodel.html#iconProvider" location="qdirmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFileIconProvider *" signature="iconProvider() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNameFilters" fullname="QDirModel::setNameFilters" href="qdirmodel.html#setNameFilters" location="qdirmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNameFilters(const QStringList &amp; filters)">
+ <parameter left="const QStringList &amp;" right="" name="filters" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nameFilters" fullname="QDirModel::nameFilters" href="qdirmodel.html#nameFilters" location="qdirmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="nameFilters() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFilter" fullname="QDirModel::setFilter" href="qdirmodel.html#setFilter" location="qdirmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFilter(QFlags&lt;QDir::Filter&gt; filters)">
+ <parameter left="QFlags&lt;QDir::Filter&gt;" right="" name="filters" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filter" fullname="QDirModel::filter" href="qdirmodel.html#filter" location="qdirmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDir::Filters" signature="filter() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSorting" fullname="QDirModel::setSorting" href="qdirmodel.html#setSorting" location="qdirmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSorting(QFlags&lt;QDir::SortFlag&gt; sort)">
+ <parameter left="QFlags&lt;QDir::SortFlag&gt;" right="" name="sort" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sorting" fullname="QDirModel::sorting" href="qdirmodel.html#sorting" location="qdirmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDir::SortFlags" signature="sorting() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setResolveSymlinks" fullname="QDirModel::setResolveSymlinks" href="qdirmodel.html#resolveSymlinks-prop" location="qdirmodel.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="resolveSymlinks" type="void" signature="setResolveSymlinks(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resolveSymlinks" fullname="QDirModel::resolveSymlinks" href="qdirmodel.html#resolveSymlinks-prop" location="qdirmodel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="resolveSymlinks" type="bool" signature="resolveSymlinks() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setReadOnly" fullname="QDirModel::setReadOnly" href="qdirmodel.html#readOnly-prop" location="qdirmodel.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="readOnly" type="void" signature="setReadOnly(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isReadOnly" fullname="QDirModel::isReadOnly" href="qdirmodel.html#readOnly-prop" location="qdirmodel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="readOnly" type="bool" signature="isReadOnly() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLazyChildCount" fullname="QDirModel::setLazyChildCount" href="qdirmodel.html#lazyChildCount-prop" location="qdirmodel.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="lazyChildCount" type="void" signature="setLazyChildCount(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lazyChildCount" fullname="QDirModel::lazyChildCount" href="qdirmodel.html#lazyChildCount-prop" location="qdirmodel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="lazyChildCount" type="bool" signature="lazyChildCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="index" fullname="QDirModel::index" href="qdirmodel.html#index-2" location="qdirmodel.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QModelIndex" signature="index(const QString &amp; path, int column) const">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="int" right="" name="column" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDir" fullname="QDirModel::isDir" href="qdirmodel.html#isDir" location="qdirmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDir(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mkdir" fullname="QDirModel::mkdir" href="qdirmodel.html#mkdir" location="qdirmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QModelIndex" signature="mkdir(const QModelIndex &amp; parent, const QString &amp; name)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rmdir" fullname="QDirModel::rmdir" href="qdirmodel.html#rmdir" location="qdirmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="rmdir(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QDirModel::remove" href="qdirmodel.html#remove" location="qdirmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="remove(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filePath" fullname="QDirModel::filePath" href="qdirmodel.html#filePath" location="qdirmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="filePath(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QDirModel::fileName" href="qdirmodel.html#fileName" location="qdirmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fileName(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileIcon" fullname="QDirModel::fileIcon" href="qdirmodel.html#fileIcon" location="qdirmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="fileIcon(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileInfo" fullname="QDirModel::fileInfo" href="qdirmodel.html#fileInfo" location="qdirmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFileInfo" signature="fileInfo(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="refresh" fullname="QDirModel::refresh" href="qdirmodel.html#refresh" location="qdirmodel.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="refresh(const QModelIndex &amp; parent)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMouseDriverFactory" href="qmousedriverfactory.html" location="qmousedriverfactory_qws.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QMouseDriverFactory::keys" href="qmousedriverfactory.html#keys" location="qmousedriverfactory_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="keys()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QMouseDriverFactory::create" href="qmousedriverfactory.html#create" location="qmousedriverfactory_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QWSMouseHandler *" signature="create(const QString &amp; key, const QString &amp; device)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="const QString &amp;" right="" name="device" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QMap" href="qmap.html" location="qmap.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMap" fullname="QMap::QMap" href="qmap.html#QMap" location="qmap.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMap()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMap" fullname="QMap::QMap" href="qmap.html#QMap-2" location="qmap.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QMap(const QMap&lt;Key, T&gt; &amp; other)">
+ <parameter left="const QMap&lt;Key, T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMap" fullname="QMap::~QMap" href="qmap.html#dtor.QMap" location="qmap.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMap()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QMap::operator=" href="qmap.html#operator=" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMap&lt;Key, T&gt; &amp;" signature="operator=(const QMap&lt;Key, T&gt; &amp; other)">
+ <parameter left="const QMap&lt;Key, T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMap" fullname="QMap::QMap" href="qmap.html#QMap-3" location="qmap.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QMap(const std::map&lt;Key, T&gt; &amp; other)">
+ <parameter left="const std::map&lt;Key, T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toStdMap" fullname="QMap::toStdMap" href="qmap.html#toStdMap" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="std::map&lt;Key, T&gt;" signature="toStdMap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QMap::operator==" href="qmap.html#operator==" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QMap&lt;Key, T&gt; &amp; other) const">
+ <parameter left="const QMap&lt;Key, T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QMap::operator!=" href="qmap.html#operator!=" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QMap&lt;Key, T&gt; &amp; other) const">
+ <parameter left="const QMap&lt;Key, T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QMap::size" href="qmap.html#size" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QMap::isEmpty" href="qmap.html#isEmpty" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QMap::clear" href="qmap.html#clear" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QMap::remove" href="qmap.html#remove" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="remove(const Key &amp; key)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="take" fullname="QMap::take" href="qmap.html#take" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T" signature="take(const Key &amp; key)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QMap::contains" href="qmap.html#contains" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="QMap::key" href="qmap.html#key" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const Key" signature="key(const T &amp; value) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="QMap::key" href="qmap.html#key-2" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const Key" signature="key(const T &amp; value, const Key &amp; defaultKey) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ <parameter left="const Key &amp;" right="" name="defaultKey" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QMap::value" href="qmap.html#value" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T" signature="value(const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QMap::value" href="qmap.html#value-2" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T" signature="value(const Key &amp; key, const T &amp; defaultValue) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const T &amp;" right="" name="defaultValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QMap::operator[]" href="qmap.html#operator[]" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="operator[](const Key &amp; key)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QMap::operator[]" href="qmap.html#operator[]-2" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T" signature="operator[](const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="uniqueKeys" fullname="QMap::uniqueKeys" href="qmap.html#uniqueKeys" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;Key&gt;" signature="uniqueKeys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QMap::keys" href="qmap.html#keys" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;Key&gt;" signature="keys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QMap::keys" href="qmap.html#keys-2" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QList&lt;Key&gt;" signature="keys(const T &amp; value) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="values" fullname="QMap::values" href="qmap.html#values" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;T&gt;" signature="values() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="values" fullname="QMap::values" href="qmap.html#values-2" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QList&lt;T&gt;" signature="values(const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QMap::count" href="qmap.html#count" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count(const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="iterator" fullname="QMap::iterator" href="qmap-iterator.html" location="qmap.h" bases="" module="QtCore">
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="iterator_category" fullname="QMap::iterator::iterator_category" href="qmap-iterator.html#iterator_category-typedef" location="qmap.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iterator" fullname="QMap::iterator::iterator" href="qmap-iterator.html#iterator" location="qmap.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="iterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="QMap::iterator::key" href="qmap-iterator.html#key" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const Key &amp;" signature="key() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QMap::iterator::value" href="qmap-iterator.html#value" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T &amp;" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="data" fullname="QMap::iterator::data" href="qmap-iterator-qt3.html#data" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T &amp;" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" fullname="QMap::iterator::operator*" href="qmap-iterator.html#operator*" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T &amp;" signature="operator*() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-&gt;" fullname="QMap::iterator::operator-&gt;" href="qmap-iterator.html#operator-&gt;" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T *" signature="operator-&gt;() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QMap::iterator::operator==" href="qmap-iterator.html#operator==" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const iterator &amp; other) const">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QMap::iterator::operator!=" href="qmap-iterator.html#operator!=" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const iterator &amp; other) const">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QMap::iterator::operator++" href="qmap-iterator.html#operator++" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator++()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QMap::iterator::operator++" href="qmap-iterator.html#operator++-2" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="operator++(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QMap::iterator::operator--" href="qmap-iterator.html#operator--" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator--()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QMap::iterator::operator--" href="qmap-iterator.html#operator---2" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="operator--(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" fullname="QMap::iterator::operator+" href="qmap-iterator.html#operator+" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="iterator" signature="operator+(int j) const">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" fullname="QMap::iterator::operator-" href="qmap-iterator.html#operator-" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="iterator" signature="operator-(int j) const">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QMap::iterator::operator+=" href="qmap-iterator.html#operator+=" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator+=(int j)">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QMap::iterator::operator-=" href="qmap-iterator.html#operator-=" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator-=(int j)">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QMap::iterator::operator==" href="qmap-iterator.html#operator==-2" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator==(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QMap::iterator::operator!=" href="qmap-iterator.html#operator!=-2" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator!=(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="const_iterator" fullname="QMap::const_iterator" href="qmap-const-iterator.html" location="qmap.h" bases="" module="QtCore">
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="iterator_category" fullname="QMap::const_iterator::iterator_category" href="qmap-const-iterator.html#iterator_category-typedef" location="qmap.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="const_iterator" fullname="QMap::const_iterator::const_iterator" href="qmap-const-iterator.html#const_iterator" location="qmap.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="const_iterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="const_iterator" fullname="QMap::const_iterator::const_iterator" href="qmap-const-iterator.html#const_iterator-3" location="qmap.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="const_iterator(const iterator &amp; other)">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="QMap::const_iterator::key" href="qmap-const-iterator.html#key" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const Key &amp;" signature="key() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QMap::const_iterator::value" href="qmap-const-iterator.html#value" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="data" fullname="QMap::const_iterator::data" href="qmap-const-iterator-qt3.html#data" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" fullname="QMap::const_iterator::operator*" href="qmap-const-iterator.html#operator*" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="operator*() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-&gt;" fullname="QMap::const_iterator::operator-&gt;" href="qmap-const-iterator.html#operator-&gt;" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T *" signature="operator-&gt;() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QMap::const_iterator::operator==" href="qmap-const-iterator.html#operator==" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QMap::const_iterator::operator!=" href="qmap-const-iterator.html#operator!=" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QMap::const_iterator::operator++" href="qmap-const-iterator.html#operator++" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator++()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QMap::const_iterator::operator++" href="qmap-const-iterator.html#operator++-2" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="const_iterator" signature="operator++(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QMap::const_iterator::operator--" href="qmap-const-iterator.html#operator--" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator--()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QMap::const_iterator::operator--" href="qmap-const-iterator.html#operator---2" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="const_iterator" signature="operator--(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" fullname="QMap::const_iterator::operator+" href="qmap-const-iterator.html#operator+" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="operator+(int j) const">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" fullname="QMap::const_iterator::operator-" href="qmap-const-iterator.html#operator-" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="operator-(int j) const">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QMap::const_iterator::operator+=" href="qmap-const-iterator.html#operator+=" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator+=(int j)">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QMap::const_iterator::operator-=" href="qmap-const-iterator.html#operator-=" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator-=(int j)">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="QMap::begin" href="qmap.html#begin" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="begin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="QMap::begin" href="qmap.html#begin-2" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const_iterator" signature="begin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constBegin" fullname="QMap::constBegin" href="qmap.html#constBegin" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="constBegin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="QMap::end" href="qmap.html#end" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="end()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="QMap::end" href="qmap.html#end-2" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const_iterator" signature="end() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constEnd" fullname="QMap::constEnd" href="qmap.html#constEnd" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="constEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="erase" fullname="QMap::erase" href="qmap.html#erase" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="erase(iterator pos)">
+ <parameter left="iterator" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="remove" fullname="QMap::remove" href="qmap-qt3.html#remove-2" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="remove(iterator it)">
+ <parameter left="iterator" right="" name="it" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="erase" fullname="QMap::erase" href="qmap-qt3.html#erase-2" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="erase(const Key &amp; key)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Iterator" fullname="QMap::Iterator" href="qmap.html#Iterator-typedef" location="qmap.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ConstIterator" fullname="QMap::ConstIterator" href="qmap.html#ConstIterator-typedef" location="qmap.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QMap::count" href="qmap.html#count-2" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="QMap::find" href="qmap.html#find" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="find(const Key &amp; key)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="QMap::find" href="qmap.html#find-2" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const_iterator" signature="find(const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constFind" fullname="QMap::constFind" href="qmap.html#constFind" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="constFind(const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lowerBound" fullname="QMap::lowerBound" href="qmap.html#lowerBound" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="lowerBound(const Key &amp; key)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lowerBound" fullname="QMap::lowerBound" href="qmap.html#lowerBound-2" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const_iterator" signature="lowerBound(const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="upperBound" fullname="QMap::upperBound" href="qmap.html#upperBound" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="upperBound(const Key &amp; key)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="upperBound" fullname="QMap::upperBound" href="qmap.html#upperBound-2" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const_iterator" signature="upperBound(const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QMap::insert" href="qmap.html#insert" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="insert(const Key &amp; key, const T &amp; value)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insert" fullname="QMap::insert" href="qmap-qt3.html#insert-2" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="insert(const Key &amp; key, const T &amp; value, bool overwrite)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ <parameter left="bool" right="" name="overwrite" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertMulti" fullname="QMap::insertMulti" href="qmap.html#insertMulti" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="insertMulti(const Key &amp; key, const T &amp; value)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="replace" fullname="QMap::replace" href="qmap-qt3.html#replace" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="replace(const Key &amp; key, const T &amp; value)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unite" fullname="QMap::unite" href="qmap.html#unite" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMap&lt;Key, T&gt; &amp;" signature="unite(const QMap&lt;Key, T&gt; &amp; other)">
+ <parameter left="const QMap&lt;Key, T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="key_type" fullname="QMap::key_type" href="qmap.html#key_type-typedef" location="qmap.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="mapped_type" fullname="QMap::mapped_type" href="qmap.html#mapped_type-typedef" location="qmap.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="difference_type" fullname="QMap::difference_type" href="qmap.html#difference_type-typedef" location="qmap.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="size_type" fullname="QMap::size_type" href="qmap.html#size_type-typedef" location="qmap.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="empty" fullname="QMap::empty" href="qmap.html#empty" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="empty() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QMultiMap" href="qmultimap.html" location="qmap.h" bases="QMap" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMultiMap" fullname="QMultiMap::QMultiMap" href="qmultimap.html#QMultiMap" location="qmap.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMultiMap()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMultiMap" fullname="QMultiMap::QMultiMap" href="qmultimap.html#QMultiMap-2" location="qmap.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QMultiMap(const QMap&lt;Key, T&gt; &amp; other)">
+ <parameter left="const QMap&lt;Key, T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QMultiMap::replace" href="qmultimap.html#replace" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMap&lt;Key, T&gt;::iterator" signature="replace(const Key &amp; key, const T &amp; value)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QMultiMap::insert" href="qmultimap.html#insert" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMap&lt;Key, T&gt;::iterator" signature="insert(const Key &amp; key, const T &amp; value)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QMultiMap::operator+=" href="qmultimap.html#operator+=" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMultiMap &amp;" signature="operator+=(const QMultiMap &amp; other)">
+ <parameter left="const QMultiMap &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" fullname="QMultiMap::operator+" href="qmultimap.html#operator+" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMultiMap" signature="operator+(const QMultiMap &amp; other) const">
+ <parameter left="const QMultiMap &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QMultiMap::contains" href="qmultimap.html#contains-2" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="contains(const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QMultiMap::remove" href="qmultimap.html#remove-2" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="remove(const Key &amp; key)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QMultiMap::count" href="qmultimap.html#count-2" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="count(const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QMultiMap::count" href="qmultimap.html#count-3" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="QMultiMap::find" href="qmultimap.html#find-2" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QMap&lt;Key, T&gt;::iterator" signature="find(const Key &amp; key)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="QMultiMap::find" href="qmultimap.html#find-4" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QMap&lt;Key, T&gt;::const_iterator" signature="find(const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constFind" fullname="QMultiMap::constFind" href="qmultimap.html#constFind-2" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QMap&lt;Key, T&gt;::const_iterator" signature="constFind(const Key &amp; key) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QMultiMap::contains" href="qmultimap.html#contains" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const Key &amp; key, const T &amp; value) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QMultiMap::remove" href="qmultimap.html#remove" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="remove(const Key &amp; key, const T &amp; value)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QMultiMap::count" href="qmultimap.html#count" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count(const Key &amp; key, const T &amp; value) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="QMultiMap::find" href="qmultimap.html#find" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMap&lt;Key, T&gt;::iterator" signature="find(const Key &amp; key, const T &amp; value)">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="QMultiMap::find" href="qmultimap.html#find-3" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QMap&lt;Key, T&gt;::const_iterator" signature="find(const Key &amp; key, const T &amp; value) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constFind" fullname="QMultiMap::constFind" href="qmultimap.html#constFind" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMap&lt;Key, T&gt;::const_iterator" signature="constFind(const Key &amp; key, const T &amp; value) const">
+ <parameter left="const Key &amp;" right="" name="key" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWizard" href="qwizard.html" location="qwizard.h" bases="QDialog" module="QtGui">
+ <target name="field-mechanism"/>
+ <target name="initialize-page"/>
+ <target name="mandatory-fields"/>
+ <contents name="a-trivial-example" title="A Trivial Example" level="1"/>
+ <contents name="wizard-look-and-feel" title="Wizard Look and Feel" level="1"/>
+ <contents name="elements-of-a-wizard-page" title="Elements of a Wizard Page" level="1"/>
+ <contents name="registering-and-using-fields" title="Registering and Using Fields" level="1"/>
+ <contents name="creating-linear-wizards" title="Creating Linear Wizards" level="1"/>
+ <contents name="creating-non-linear-wizards" title="Creating Non-Linear Wizards" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="wizardStyle" fullname="QWizard::wizardStyle" href="qwizard.html#wizardStyle-prop" location="qwizard.h" type="WizardStyle">
+ <getter name="wizardStyle"/>
+ <setter name="setWizardStyle"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="options" fullname="QWizard::options" href="qwizard.html#options-prop" location="qwizard.h" type="WizardOptions">
+ <getter name="options"/>
+ <setter name="setOptions"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="titleFormat" fullname="QWizard::titleFormat" href="qwizard.html#titleFormat-prop" location="qwizard.h" type="Qt::TextFormat">
+ <getter name="titleFormat"/>
+ <setter name="setTitleFormat"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="subTitleFormat" fullname="QWizard::subTitleFormat" href="qwizard.html#subTitleFormat-prop" location="qwizard.h" type="Qt::TextFormat">
+ <getter name="subTitleFormat"/>
+ <setter name="setSubTitleFormat"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="startId" fullname="QWizard::startId" href="qwizard.html#startId-prop" location="qwizard.h" type="int">
+ <getter name="startId"/>
+ <setter name="setStartId"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentId" fullname="QWizard::currentId" href="qwizard.html#currentId-prop" location="qwizard.h" type="int">
+ <getter name="currentId"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WizardButton" fullname="QWizard::WizardButton" href="qwizard.html#WizardButton-enum" location="qwizard.h">
+ <value name="BackButton" value="0"/>
+ <value name="NextButton" value="1"/>
+ <value name="CommitButton" value="2"/>
+ <value name="FinishButton" value="3"/>
+ <value name="CancelButton" value="4"/>
+ <value name="HelpButton" value="5"/>
+ <value name="CustomButton1" value="6"/>
+ <value name="CustomButton2" value="7"/>
+ <value name="CustomButton3" value="8"/>
+ <value name="Stretch" value="9"/>
+ <value name="NoButton" value="-1"/>
+ <value name="NStandardButtons" value="6"/>
+ <value name="NButtons" value="9"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WizardPixmap" fullname="QWizard::WizardPixmap" href="qwizard.html#WizardPixmap-enum" location="qwizard.h">
+ <value name="WatermarkPixmap" value="0"/>
+ <value name="LogoPixmap" value="1"/>
+ <value name="BannerPixmap" value="2"/>
+ <value name="BackgroundPixmap" value="3"/>
+ <value name="NPixmaps" value="4"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WizardStyle" fullname="QWizard::WizardStyle" href="qwizard.html#WizardStyle-enum" location="qwizard.h">
+ <value name="ClassicStyle" value="0"/>
+ <value name="ModernStyle" value="1"/>
+ <value name="MacStyle" value="2"/>
+ <value name="AeroStyle" value="3"/>
+ <value name="NStyles" value="4"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WizardOption" fullname="QWizard::WizardOption" href="qwizard.html#WizardOption-enum" location="qwizard.h" typedef="QWizard::WizardOptions">
+ <value name="IndependentPages" value="0x00000001"/>
+ <value name="IgnoreSubTitles" value="0x00000002"/>
+ <value name="ExtendedWatermarkPixmap" value="0x00000004"/>
+ <value name="NoDefaultButton" value="0x00000008"/>
+ <value name="NoBackButtonOnStartPage" value="0x00000010"/>
+ <value name="NoBackButtonOnLastPage" value="0x00000020"/>
+ <value name="DisabledBackButtonOnLastPage" value="0x00000040"/>
+ <value name="HaveNextButtonOnLastPage" value="0x00000080"/>
+ <value name="HaveFinishButtonOnEarlyPages" value="0x00000100"/>
+ <value name="NoCancelButton" value="0x00000200"/>
+ <value name="CancelButtonOnLeft" value="0x00000400"/>
+ <value name="HaveHelpButton" value="0x00000800"/>
+ <value name="HelpButtonOnRight" value="0x00001000"/>
+ <value name="HaveCustomButton1" value="0x00002000"/>
+ <value name="HaveCustomButton2" value="0x00004000"/>
+ <value name="HaveCustomButton3" value="0x00008000"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="WizardOptions" fullname="QWizard::WizardOptions" href="qwizard.html#WizardOptions-typedef" location="qwizard.h" enum="QWizard::WizardOption"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWizard" fullname="QWizard::QWizard" href="qwizard.html#QWizard" location="qwizard.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWizard(QWidget * parent, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWizard" fullname="QWizard::~QWizard" href="qwizard.html#dtor.QWizard" location="qwizard.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWizard()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addPage" fullname="QWizard::addPage" href="qwizard.html#addPage" location="qwizard.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="addPage(QWizardPage * page)">
+ <parameter left="QWizardPage *" right="" name="page" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPage" fullname="QWizard::setPage" href="qwizard.html#setPage" location="qwizard.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPage(int id, QWizardPage * page)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="QWizardPage *" right="" name="page" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removePage" fullname="QWizard::removePage" href="qwizard.html#removePage" location="qwizard.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removePage(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="page" fullname="QWizard::page" href="qwizard.html#page" location="qwizard.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWizardPage *" signature="page(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasVisitedPage" fullname="QWizard::hasVisitedPage" href="qwizard.html#hasVisitedPage" location="qwizard.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasVisitedPage(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="visitedPages" fullname="QWizard::visitedPages" href="qwizard.html#visitedPages" location="qwizard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;int&gt;" signature="visitedPages() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pageIds" fullname="QWizard::pageIds" href="qwizard.html#pageIds" location="qwizard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;int&gt;" signature="pageIds() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStartId" fullname="QWizard::setStartId" href="qwizard.html#startId-prop" location="qwizard.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="startId" type="void" signature="setStartId(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startId" fullname="QWizard::startId" href="qwizard.html#startId-prop" location="qwizard.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="startId" type="int" signature="startId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentPage" fullname="QWizard::currentPage" href="qwizard.html#currentPage" location="qwizard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWizardPage *" signature="currentPage() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentId" fullname="QWizard::currentId" href="qwizard.html#currentId-prop" location="qwizard.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentId" type="int" signature="currentId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="validateCurrentPage" fullname="QWizard::validateCurrentPage" href="qwizard.html#validateCurrentPage" location="qwizard.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="validateCurrentPage()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nextId" fullname="QWizard::nextId" href="qwizard.html#nextId" location="qwizard.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="nextId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setField" fullname="QWizard::setField" href="qwizard.html#setField" location="qwizard.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setField(const QString &amp; name, const QVariant &amp; value)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="field" fullname="QWizard::field" href="qwizard.html#field" location="qwizard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="field(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWizardStyle" fullname="QWizard::setWizardStyle" href="qwizard.html#wizardStyle-prop" location="qwizard.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="wizardStyle" type="void" signature="setWizardStyle(WizardStyle style)">
+ <parameter left="WizardStyle" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wizardStyle" fullname="QWizard::wizardStyle" href="qwizard.html#wizardStyle-prop" location="qwizard.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="wizardStyle" type="WizardStyle" signature="wizardStyle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOption" fullname="QWizard::setOption" href="qwizard.html#setOption" location="qwizard.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOption(WizardOption option, bool on)">
+ <parameter left="WizardOption" right="" name="option" default=""/>
+ <parameter left="bool" right="" name="on" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testOption" fullname="QWizard::testOption" href="qwizard.html#testOption" location="qwizard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="testOption(WizardOption option) const">
+ <parameter left="WizardOption" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOptions" fullname="QWizard::setOptions" href="qwizard.html#options-prop" location="qwizard.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="options" type="void" signature="setOptions(QFlags&lt;QWizard::WizardOption&gt; options)">
+ <parameter left="QFlags&lt;QWizard::WizardOption&gt;" right="" name="options" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="options" fullname="QWizard::options" href="qwizard.html#options-prop" location="qwizard.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="options" type="WizardOptions" signature="options() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setButtonText" fullname="QWizard::setButtonText" href="qwizard.html#setButtonText" location="qwizard.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setButtonText(WizardButton which, const QString &amp; text)">
+ <parameter left="WizardButton" right="" name="which" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buttonText" fullname="QWizard::buttonText" href="qwizard.html#buttonText" location="qwizard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="buttonText(WizardButton which) const">
+ <parameter left="WizardButton" right="" name="which" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setButtonLayout" fullname="QWizard::setButtonLayout" href="qwizard.html#setButtonLayout" location="qwizard.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setButtonLayout(const QList&lt;WizardButton&gt; &amp; layout)">
+ <parameter left="const QList&lt;WizardButton&gt; &amp;" right="" name="layout" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setButton" fullname="QWizard::setButton" href="qwizard.html#setButton" location="qwizard.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setButton(WizardButton which, QAbstractButton * button)">
+ <parameter left="WizardButton" right="" name="which" default=""/>
+ <parameter left="QAbstractButton *" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="button" fullname="QWizard::button" href="qwizard.html#button" location="qwizard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractButton *" signature="button(WizardButton which) const">
+ <parameter left="WizardButton" right="" name="which" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTitleFormat" fullname="QWizard::setTitleFormat" href="qwizard.html#titleFormat-prop" location="qwizard.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="titleFormat" type="void" signature="setTitleFormat(Qt::TextFormat format)">
+ <parameter left="Qt::TextFormat" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="titleFormat" fullname="QWizard::titleFormat" href="qwizard.html#titleFormat-prop" location="qwizard.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="titleFormat" type="Qt::TextFormat" signature="titleFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSubTitleFormat" fullname="QWizard::setSubTitleFormat" href="qwizard.html#subTitleFormat-prop" location="qwizard.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="subTitleFormat" type="void" signature="setSubTitleFormat(Qt::TextFormat format)">
+ <parameter left="Qt::TextFormat" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subTitleFormat" fullname="QWizard::subTitleFormat" href="qwizard.html#subTitleFormat-prop" location="qwizard.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="subTitleFormat" type="Qt::TextFormat" signature="subTitleFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPixmap" fullname="QWizard::setPixmap" href="qwizard.html#setPixmap" location="qwizard.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPixmap(WizardPixmap which, const QPixmap &amp; pixmap)">
+ <parameter left="WizardPixmap" right="" name="which" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmap" fullname="QWizard::pixmap" href="qwizard.html#pixmap" location="qwizard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="pixmap(WizardPixmap which) const">
+ <parameter left="WizardPixmap" right="" name="which" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultProperty" fullname="QWizard::setDefaultProperty" href="qwizard.html#setDefaultProperty" location="qwizard.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDefaultProperty(const char * className, const char * property, const char * changedSignal)">
+ <parameter left="const char *" right="" name="className" default=""/>
+ <parameter left="const char *" right="" name="property" default=""/>
+ <parameter left="const char *" right="" name="changedSignal" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="QWizard::setVisible" href="qwizard.html#setVisible" location="qwizard.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QWizard::sizeHint" href="qwizard.html#sizeHint" location="qwizard.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentIdChanged" fullname="QWizard::currentIdChanged" href="qwizard.html#currentIdChanged" location="qwizard.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentIdChanged(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="helpRequested" fullname="QWizard::helpRequested" href="qwizard.html#helpRequested" location="qwizard.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="helpRequested()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="customButtonClicked" fullname="QWizard::customButtonClicked" href="qwizard.html#customButtonClicked" location="qwizard.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="customButtonClicked(int which)">
+ <parameter left="int" right="" name="which" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="back" fullname="QWizard::back" href="qwizard.html#back" location="qwizard.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="back()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="QWizard::next" href="qwizard.html#next" location="qwizard.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="next()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="restart" fullname="QWizard::restart" href="qwizard.html#restart" location="qwizard.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="restart()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QWizard::event" href="qwizard.html#event" location="qwizard.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QWizard::resizeEvent" href="qwizard.html#resizeEvent" location="qwizard.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * event)">
+ <parameter left="QResizeEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QWizard::paintEvent" href="qwizard.html#paintEvent" location="qwizard.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * event)">
+ <parameter left="QPaintEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="winEvent" fullname="QWizard::winEvent" href="qwizard.html#winEvent" location="qwizard.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="winEvent(MSG * message, long * result)">
+ <parameter left="MSG *" right="" name="message" default=""/>
+ <parameter left="long *" right="" name="result" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="done" fullname="QWizard::done" href="qwizard.html#done" location="qwizard.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="done(int result)">
+ <parameter left="int" right="" name="result" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initializePage" fullname="QWizard::initializePage" href="qwizard.html#initializePage" location="qwizard.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializePage(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="cleanupPage" fullname="QWizard::cleanupPage" href="qwizard.html#cleanupPage" location="qwizard.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="cleanupPage(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWizardPage" href="qwizardpage.html" location="qwizard.h" bases="QWidget" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="title" fullname="QWizardPage::title" href="qwizardpage.html#title-prop" location="qwizard.h" type="QString">
+ <getter name="title"/>
+ <setter name="setTitle"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="subTitle" fullname="QWizardPage::subTitle" href="qwizardpage.html#subTitle-prop" location="qwizard.h" type="QString">
+ <getter name="subTitle"/>
+ <setter name="setSubTitle"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWizardPage" fullname="QWizardPage::QWizardPage" href="qwizardpage.html#QWizardPage" location="qwizard.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWizardPage(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTitle" fullname="QWizardPage::setTitle" href="qwizardpage.html#title-prop" location="qwizard.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="title" type="void" signature="setTitle(const QString &amp; title)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="title" fullname="QWizardPage::title" href="qwizardpage.html#title-prop" location="qwizard.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="title" type="QString" signature="title() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSubTitle" fullname="QWizardPage::setSubTitle" href="qwizardpage.html#subTitle-prop" location="qwizard.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="subTitle" type="void" signature="setSubTitle(const QString &amp; subTitle)">
+ <parameter left="const QString &amp;" right="" name="subTitle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subTitle" fullname="QWizardPage::subTitle" href="qwizardpage.html#subTitle-prop" location="qwizard.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="subTitle" type="QString" signature="subTitle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPixmap" fullname="QWizardPage::setPixmap" href="qwizardpage.html#setPixmap" location="qwizard.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPixmap(QWizard::WizardPixmap which, const QPixmap &amp; pixmap)">
+ <parameter left="QWizard::WizardPixmap" right="" name="which" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmap" fullname="QWizardPage::pixmap" href="qwizardpage.html#pixmap" location="qwizard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="pixmap(QWizard::WizardPixmap which) const">
+ <parameter left="QWizard::WizardPixmap" right="" name="which" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFinalPage" fullname="QWizardPage::setFinalPage" href="qwizardpage.html#setFinalPage" location="qwizard.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFinalPage(bool finalPage)">
+ <parameter left="bool" right="" name="finalPage" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFinalPage" fullname="QWizardPage::isFinalPage" href="qwizardpage.html#isFinalPage" location="qwizard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isFinalPage() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCommitPage" fullname="QWizardPage::setCommitPage" href="qwizardpage.html#setCommitPage" location="qwizard.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCommitPage(bool commitPage)">
+ <parameter left="bool" right="" name="commitPage" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCommitPage" fullname="QWizardPage::isCommitPage" href="qwizardpage.html#isCommitPage" location="qwizard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCommitPage() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setButtonText" fullname="QWizardPage::setButtonText" href="qwizardpage.html#setButtonText" location="qwizard.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setButtonText(QWizard::WizardButton which, const QString &amp; text)">
+ <parameter left="QWizard::WizardButton" right="" name="which" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buttonText" fullname="QWizardPage::buttonText" href="qwizardpage.html#buttonText" location="qwizard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="buttonText(QWizard::WizardButton which) const">
+ <parameter left="QWizard::WizardButton" right="" name="which" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="initializePage" fullname="QWizardPage::initializePage" href="qwizardpage.html#initializePage" location="qwizard.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializePage()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cleanupPage" fullname="QWizardPage::cleanupPage" href="qwizardpage.html#cleanupPage" location="qwizard.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="cleanupPage()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="validatePage" fullname="QWizardPage::validatePage" href="qwizardpage.html#validatePage" location="qwizard.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="validatePage()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isComplete" fullname="QWizardPage::isComplete" href="qwizardpage.html#isComplete" location="qwizard.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isComplete() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nextId" fullname="QWizardPage::nextId" href="qwizardpage.html#nextId" location="qwizard.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="nextId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="completeChanged" fullname="QWizardPage::completeChanged" href="qwizardpage.html#completeChanged" location="qwizard.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="completeChanged()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setField" fullname="QWizardPage::setField" href="qwizardpage.html#setField" location="qwizard.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setField(const QString &amp; name, const QVariant &amp; value)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="field" fullname="QWizardPage::field" href="qwizardpage.html#field" location="qwizard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="field(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="registerField" fullname="QWizardPage::registerField" href="qwizardpage.html#registerField" location="qwizard.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="registerField(const QString &amp; name, QWidget * widget, const char * property, const char * changedSignal)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="const char *" right="" name="property" default="0"/>
+ <parameter left="const char *" right="" name="changedSignal" default="0"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="wizard" fullname="QWizardPage::wizard" href="qwizardpage.html#wizard" location="qwizard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWizard *" signature="wizard() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QPluginLoader" href="qpluginloader.html" location="qpluginloader.h" bases="QObject" module="QtCore">
+ <property access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QPluginLoader::fileName" href="qpluginloader.html#fileName-prop" location="qpluginloader.h" type="QString">
+ <getter name="fileName"/>
+ <setter name="setFileName"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="loadHints" fullname="QPluginLoader::loadHints" href="qpluginloader.html#loadHints-prop" location="qpluginloader.h" type="QLibrary::LoadHints">
+ <getter name="loadHints"/>
+ <setter name="setLoadHints"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPluginLoader" fullname="QPluginLoader::QPluginLoader" href="qpluginloader.html#QPluginLoader" location="qpluginloader.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPluginLoader(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPluginLoader" fullname="QPluginLoader::QPluginLoader" href="qpluginloader.html#QPluginLoader-2" location="qpluginloader.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QPluginLoader(const QString &amp; fileName, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPluginLoader" fullname="QPluginLoader::~QPluginLoader" href="qpluginloader.html#dtor.QPluginLoader" location="qpluginloader.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPluginLoader()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="instance" fullname="QPluginLoader::instance" href="qpluginloader.html#instance" location="qpluginloader.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QObject *" signature="instance()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="staticInstances" fullname="QPluginLoader::staticInstances" href="qpluginloader.html#staticInstances" location="qpluginloader.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QObjectList" signature="staticInstances()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QPluginLoader::load" href="qpluginloader.html#load" location="qpluginloader.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="load()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unload" fullname="QPluginLoader::unload" href="qpluginloader.html#unload" location="qpluginloader.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="unload()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isLoaded" fullname="QPluginLoader::isLoaded" href="qpluginloader.html#isLoaded" location="qpluginloader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isLoaded() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFileName" fullname="QPluginLoader::setFileName" href="qpluginloader.html#fileName-prop" location="qpluginloader.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="fileName" type="void" signature="setFileName(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QPluginLoader::fileName" href="qpluginloader.html#fileName-prop" location="qpluginloader.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="fileName" type="QString" signature="fileName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QPluginLoader::errorString" href="qpluginloader.html#errorString" location="qpluginloader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLoadHints" fullname="QPluginLoader::setLoadHints" href="qpluginloader.html#loadHints-prop" location="qpluginloader.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="loadHints" type="void" signature="setLoadHints(QFlags&lt;QLibrary::LoadHint&gt; loadHints)">
+ <parameter left="QFlags&lt;QLibrary::LoadHint&gt;" right="" name="loadHints" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loadHints" fullname="QPluginLoader::loadHints" href="qpluginloader.html#loadHints-prop" location="qpluginloader.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="loadHints" type="QLibrary::LoadHints" signature="loadHints() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDesignerFormWindowInterface" href="qdesignerformwindowinterface.html" location="abstractformwindow.h" bases="QWidget" module="QtDesigner">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FeatureFlag" fullname="QDesignerFormWindowInterface::FeatureFlag" href="qdesignerformwindowinterface.html#FeatureFlag-enum" location="abstractformwindow.h" typedef="QDesignerFormWindowInterface::Feature">
+ <value name="EditFeature" value="0x01"/>
+ <value name="GridFeature" value="0x02"/>
+ <value name="TabOrderFeature" value="0x04"/>
+ <value name="DefaultFeature" value="EditFeature | GridFeature"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Feature" fullname="QDesignerFormWindowInterface::Feature" href="qdesignerformwindowinterface.html#Feature-typedef" location="abstractformwindow.h" enum="QDesignerFormWindowInterface::FeatureFlag"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDesignerFormWindowInterface" fullname="QDesignerFormWindowInterface::QDesignerFormWindowInterface" href="qdesignerformwindowinterface.html#QDesignerFormWindowInterface" location="abstractformwindow.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDesignerFormWindowInterface(QWidget * parent, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDesignerFormWindowInterface" fullname="QDesignerFormWindowInterface::~QDesignerFormWindowInterface" href="qdesignerformwindowinterface.html#dtor.QDesignerFormWindowInterface" location="abstractformwindow.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDesignerFormWindowInterface()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QDesignerFormWindowInterface::fileName" href="qdesignerformwindowinterface.html#fileName" location="abstractformwindow.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="fileName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="absoluteDir" fullname="QDesignerFormWindowInterface::absoluteDir" href="qdesignerformwindowinterface.html#absoluteDir" location="abstractformwindow.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QDir" signature="absoluteDir() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contents" fullname="QDesignerFormWindowInterface::contents" href="qdesignerformwindowinterface.html#contents" location="abstractformwindow.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="contents() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContents" fullname="QDesignerFormWindowInterface::setContents" href="qdesignerformwindowinterface.html#setContents" location="abstractformwindow.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setContents(QIODevice * device)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="features" fullname="QDesignerFormWindowInterface::features" href="qdesignerformwindowinterface.html#features" location="abstractformwindow.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="Feature" signature="features() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasFeature" fullname="QDesignerFormWindowInterface::hasFeature" href="qdesignerformwindowinterface.html#hasFeature" location="abstractformwindow.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasFeature(QFlags&lt;QDesignerFormWindowInterface::FeatureFlag&gt; feature) const">
+ <parameter left="QFlags&lt;QDesignerFormWindowInterface::FeatureFlag&gt;" right="" name="feature" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="author" fullname="QDesignerFormWindowInterface::author" href="qdesignerformwindowinterface.html#author" location="abstractformwindow.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="author() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAuthor" fullname="QDesignerFormWindowInterface::setAuthor" href="qdesignerformwindowinterface.html#setAuthor" location="abstractformwindow.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setAuthor(const QString &amp; author)">
+ <parameter left="const QString &amp;" right="" name="author" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="comment" fullname="QDesignerFormWindowInterface::comment" href="qdesignerformwindowinterface.html#comment" location="abstractformwindow.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="comment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setComment" fullname="QDesignerFormWindowInterface::setComment" href="qdesignerformwindowinterface.html#setComment" location="abstractformwindow.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setComment(const QString &amp; comment)">
+ <parameter left="const QString &amp;" right="" name="comment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="layoutDefault" fullname="QDesignerFormWindowInterface::layoutDefault" href="qdesignerformwindowinterface.html#layoutDefault" location="abstractformwindow.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="layoutDefault(int * margin, int * spacing)">
+ <parameter left="int *" right="" name="margin" default=""/>
+ <parameter left="int *" right="" name="spacing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLayoutDefault" fullname="QDesignerFormWindowInterface::setLayoutDefault" href="qdesignerformwindowinterface.html#setLayoutDefault" location="abstractformwindow.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setLayoutDefault(int margin, int spacing)">
+ <parameter left="int" right="" name="margin" default=""/>
+ <parameter left="int" right="" name="spacing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="layoutFunction" fullname="QDesignerFormWindowInterface::layoutFunction" href="qdesignerformwindowinterface.html#layoutFunction" location="abstractformwindow.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="layoutFunction(QString * margin, QString * spacing)">
+ <parameter left="QString *" right="" name="margin" default=""/>
+ <parameter left="QString *" right="" name="spacing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLayoutFunction" fullname="QDesignerFormWindowInterface::setLayoutFunction" href="qdesignerformwindowinterface.html#setLayoutFunction" location="abstractformwindow.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setLayoutFunction(const QString &amp; margin, const QString &amp; spacing)">
+ <parameter left="const QString &amp;" right="" name="margin" default=""/>
+ <parameter left="const QString &amp;" right="" name="spacing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmapFunction" fullname="QDesignerFormWindowInterface::pixmapFunction" href="qdesignerformwindowinterface.html#pixmapFunction" location="abstractformwindow.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="pixmapFunction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPixmapFunction" fullname="QDesignerFormWindowInterface::setPixmapFunction" href="qdesignerformwindowinterface.html#setPixmapFunction" location="abstractformwindow.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setPixmapFunction(const QString &amp; pixmapFunction)">
+ <parameter left="const QString &amp;" right="" name="pixmapFunction" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exportMacro" fullname="QDesignerFormWindowInterface::exportMacro" href="qdesignerformwindowinterface.html#exportMacro" location="abstractformwindow.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="exportMacro() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setExportMacro" fullname="QDesignerFormWindowInterface::setExportMacro" href="qdesignerformwindowinterface.html#setExportMacro" location="abstractformwindow.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setExportMacro(const QString &amp; exportMacro)">
+ <parameter left="const QString &amp;" right="" name="exportMacro" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="includeHints" fullname="QDesignerFormWindowInterface::includeHints" href="qdesignerformwindowinterface.html#includeHints" location="abstractformwindow.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="includeHints() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIncludeHints" fullname="QDesignerFormWindowInterface::setIncludeHints" href="qdesignerformwindowinterface.html#setIncludeHints" location="abstractformwindow.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setIncludeHints(const QStringList &amp; includeHints)">
+ <parameter left="const QStringList &amp;" right="" name="includeHints" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="core" fullname="QDesignerFormWindowInterface::core" href="qdesignerformwindowinterface.html#core" location="abstractformwindow.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QDesignerFormEditorInterface *" signature="core() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursor" fullname="QDesignerFormWindowInterface::cursor" href="qdesignerformwindowinterface.html#cursor" location="abstractformwindow.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QDesignerFormWindowCursorInterface *" signature="cursor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="grid" fullname="QDesignerFormWindowInterface::grid" href="qdesignerformwindowinterface.html#grid" location="abstractformwindow.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="grid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mainContainer" fullname="QDesignerFormWindowInterface::mainContainer" href="qdesignerformwindowinterface.html#mainContainer" location="abstractformwindow.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="mainContainer() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMainContainer" fullname="QDesignerFormWindowInterface::setMainContainer" href="qdesignerformwindowinterface.html#setMainContainer" location="abstractformwindow.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setMainContainer(QWidget * mainContainer)">
+ <parameter left="QWidget *" right="" name="mainContainer" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isManaged" fullname="QDesignerFormWindowInterface::isManaged" href="qdesignerformwindowinterface.html#isManaged" location="abstractformwindow.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isManaged(QWidget * widget) const">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDirty" fullname="QDesignerFormWindowInterface::isDirty" href="qdesignerformwindowinterface.html#isDirty" location="abstractformwindow.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDirty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findFormWindow" fullname="QDesignerFormWindowInterface::findFormWindow" href="qdesignerformwindowinterface.html#findFormWindow" location="abstractformwindow.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QDesignerFormWindowInterface *" signature="findFormWindow(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findFormWindow" fullname="QDesignerFormWindowInterface::findFormWindow" href="qdesignerformwindowinterface.html#findFormWindow-2" location="abstractformwindow.cpp" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QDesignerFormWindowInterface *" signature="findFormWindow(QObject * object)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="emitSelectionChanged" fullname="QDesignerFormWindowInterface::emitSelectionChanged" href="qdesignerformwindowinterface.html#emitSelectionChanged" location="abstractformwindow.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="emitSelectionChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resourceFiles" fullname="QDesignerFormWindowInterface::resourceFiles" href="qdesignerformwindowinterface.html#resourceFiles" location="abstractformwindow.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="resourceFiles() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addResourceFile" fullname="QDesignerFormWindowInterface::addResourceFile" href="qdesignerformwindowinterface.html#addResourceFile" location="abstractformwindow.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="addResourceFile(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeResourceFile" fullname="QDesignerFormWindowInterface::removeResourceFile" href="qdesignerformwindowinterface.html#removeResourceFile" location="abstractformwindow.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="removeResourceFile(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="manageWidget" fullname="QDesignerFormWindowInterface::manageWidget" href="qdesignerformwindowinterface.html#manageWidget" location="abstractformwindow.h" virtual="pure" meta="slot" const="false" static="false" overload="false" type="void" signature="manageWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unmanageWidget" fullname="QDesignerFormWindowInterface::unmanageWidget" href="qdesignerformwindowinterface.html#unmanageWidget" location="abstractformwindow.h" virtual="pure" meta="slot" const="false" static="false" overload="false" type="void" signature="unmanageWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFeatures" fullname="QDesignerFormWindowInterface::setFeatures" href="qdesignerformwindowinterface.html#setFeatures" location="abstractformwindow.h" virtual="pure" meta="slot" const="false" static="false" overload="false" type="void" signature="setFeatures(QFlags&lt;QDesignerFormWindowInterface::FeatureFlag&gt; features)">
+ <parameter left="QFlags&lt;QDesignerFormWindowInterface::FeatureFlag&gt;" right="" name="features" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDirty" fullname="QDesignerFormWindowInterface::setDirty" href="qdesignerformwindowinterface.html#setDirty" location="abstractformwindow.h" virtual="pure" meta="slot" const="false" static="false" overload="false" type="void" signature="setDirty(bool dirty)">
+ <parameter left="bool" right="" name="dirty" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearSelection" fullname="QDesignerFormWindowInterface::clearSelection" href="qdesignerformwindowinterface.html#clearSelection" location="abstractformwindow.h" virtual="pure" meta="slot" const="false" static="false" overload="false" type="void" signature="clearSelection(bool update)">
+ <parameter left="bool" right="" name="update" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectWidget" fullname="QDesignerFormWindowInterface::selectWidget" href="qdesignerformwindowinterface.html#selectWidget" location="abstractformwindow.h" virtual="pure" meta="slot" const="false" static="false" overload="false" type="void" signature="selectWidget(QWidget * widget, bool select)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="bool" right="" name="select" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGrid" fullname="QDesignerFormWindowInterface::setGrid" href="qdesignerformwindowinterface.html#setGrid" location="abstractformwindow.h" virtual="pure" meta="slot" const="false" static="false" overload="false" type="void" signature="setGrid(const QPoint &amp; grid)">
+ <parameter left="const QPoint &amp;" right="" name="grid" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFileName" fullname="QDesignerFormWindowInterface::setFileName" href="qdesignerformwindowinterface.html#setFileName" location="abstractformwindow.h" virtual="pure" meta="slot" const="false" static="false" overload="false" type="void" signature="setFileName(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContents" fullname="QDesignerFormWindowInterface::setContents" href="qdesignerformwindowinterface.html#setContents-2" location="abstractformwindow.h" virtual="pure" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="setContents(const QString &amp; contents)">
+ <parameter left="const QString &amp;" right="" name="contents" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mainContainerChanged" fullname="QDesignerFormWindowInterface::mainContainerChanged" href="qdesignerformwindowinterface.html#mainContainerChanged" location="abstractformwindow.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="mainContainerChanged(QWidget * mainContainer)">
+ <parameter left="QWidget *" right="" name="mainContainer" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileNameChanged" fullname="QDesignerFormWindowInterface::fileNameChanged" href="qdesignerformwindowinterface.html#fileNameChanged" location="abstractformwindow.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="fileNameChanged(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="featureChanged" fullname="QDesignerFormWindowInterface::featureChanged" href="qdesignerformwindowinterface.html#featureChanged" location="abstractformwindow.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="featureChanged(QFlags&lt;QDesignerFormWindowInterface::FeatureFlag&gt; feature)">
+ <parameter left="QFlags&lt;QDesignerFormWindowInterface::FeatureFlag&gt;" right="" name="feature" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionChanged" fullname="QDesignerFormWindowInterface::selectionChanged" href="qdesignerformwindowinterface.html#selectionChanged" location="abstractformwindow.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="selectionChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="geometryChanged" fullname="QDesignerFormWindowInterface::geometryChanged" href="qdesignerformwindowinterface.html#geometryChanged" location="abstractformwindow.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="geometryChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resourceFilesChanged" fullname="QDesignerFormWindowInterface::resourceFilesChanged" href="qdesignerformwindowinterface.html#resourceFilesChanged" location="abstractformwindow.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="resourceFilesChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widgetManaged" fullname="QDesignerFormWindowInterface::widgetManaged" href="qdesignerformwindowinterface.html#widgetManaged" location="abstractformwindow.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="widgetManaged(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widgetUnmanaged" fullname="QDesignerFormWindowInterface::widgetUnmanaged" href="qdesignerformwindowinterface.html#widgetUnmanaged" location="abstractformwindow.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="widgetUnmanaged(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="aboutToUnmanageWidget" fullname="QDesignerFormWindowInterface::aboutToUnmanageWidget" href="qdesignerformwindowinterface.html#aboutToUnmanageWidget" location="abstractformwindow.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="aboutToUnmanageWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activated" fullname="QDesignerFormWindowInterface::activated" href="qdesignerformwindowinterface.html#activated" location="abstractformwindow.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="activated(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="changed" fullname="QDesignerFormWindowInterface::changed" href="qdesignerformwindowinterface.html#changed" location="abstractformwindow.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="changed()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widgetRemoved" fullname="QDesignerFormWindowInterface::widgetRemoved" href="qdesignerformwindowinterface.html#widgetRemoved" location="abstractformwindow.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="widgetRemoved(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="objectRemoved" fullname="QDesignerFormWindowInterface::objectRemoved" href="qdesignerformwindowinterface.html#objectRemoved" location="abstractformwindow.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="objectRemoved(QObject * object)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QIconEngine" href="qiconengine.html" location="qiconengine.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QIconEngine" fullname="QIconEngine::~QIconEngine" href="qiconengine.html#dtor.QIconEngine" location="qiconengine.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QIconEngine()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="QIconEngine::paint" href="qiconengine.html#paint" location="qiconengine.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="paint(QPainter * painter, const QRect &amp; rect, QIcon::Mode mode, QIcon::State state)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="QIcon::Mode" right="" name="mode" default=""/>
+ <parameter left="QIcon::State" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actualSize" fullname="QIconEngine::actualSize" href="qiconengine.html#actualSize" location="qiconengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QSize" signature="actualSize(const QSize &amp; size, QIcon::Mode mode, QIcon::State state)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="QIcon::Mode" right="" name="mode" default=""/>
+ <parameter left="QIcon::State" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmap" fullname="QIconEngine::pixmap" href="qiconengine.html#pixmap" location="qiconengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QPixmap" signature="pixmap(const QSize &amp; size, QIcon::Mode mode, QIcon::State state)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="QIcon::Mode" right="" name="mode" default=""/>
+ <parameter left="QIcon::State" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addPixmap" fullname="QIconEngine::addPixmap" href="qiconengine.html#addPixmap" location="qiconengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="addPixmap(const QPixmap &amp; pixmap, QIcon::Mode mode, QIcon::State state)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="QIcon::Mode" right="" name="mode" default=""/>
+ <parameter left="QIcon::State" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addFile" fullname="QIconEngine::addFile" href="qiconengine.html#addFile" location="qiconengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="addFile(const QString &amp; fileName, const QSize &amp; size, QIcon::Mode mode, QIcon::State state)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="QIcon::Mode" right="" name="mode" default=""/>
+ <parameter left="QIcon::State" right="" name="state" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QIconEngineV2" href="qiconenginev2.html" location="qiconengine.h" bases="QIconEngine" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="QIconEngineV2::key" href="qiconenginev2.html#key" location="qiconengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="key() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clone" fullname="QIconEngineV2::clone" href="qiconenginev2.html#clone" location="qiconengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QIconEngineV2 *" signature="clone() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="read" fullname="QIconEngineV2::read" href="qiconenginev2.html#read" location="qiconengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="read(QDataStream &amp; in)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="write" fullname="QIconEngineV2::write" href="qiconenginev2.html#write" location="qiconengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="write(QDataStream &amp; out) const">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="virtual_hook" fullname="QIconEngineV2::virtual_hook" href="qiconenginev2.html#virtual_hook" location="qiconengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="virtual_hook(int id, void * data)">
+ <parameter left="int" right="" name="id" default=""/>
+ <parameter left="void *" right="" name="data" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="IconEngineHook" fullname="QIconEngineV2::IconEngineHook" href="qiconenginev2.html#IconEngineHook-enum" location="qiconengine.h">
+ <value name="AvailableSizesHook" value="1"/>
+ </enum>
+ <class access="public" threadsafety="unspecified" status="commendable" name="AvailableSizesArgument" fullname="QIconEngineV2::AvailableSizesArgument" href="qiconenginev2-availablesizesargument.html" location="qiconengine.h" bases="" module="QtGui">
+ <variable access="public" threadsafety="unspecified" status="commendable" name="mode" fullname="QIconEngineV2::AvailableSizesArgument::mode" href="qiconenginev2-availablesizesargument.html#mode-var" location="qiconengine.h" type="QIcon::Mode" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QIconEngineV2::AvailableSizesArgument::state" href="qiconenginev2-availablesizesargument.html#state-var" location="qiconengine.h" type="QIcon::State" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="sizes" fullname="QIconEngineV2::AvailableSizesArgument::sizes" href="qiconenginev2-availablesizesargument.html#sizes-var" location="qiconengine.h" type="QList&lt;QSize&gt;" static="false"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="availableSizes" fullname="QIconEngineV2::availableSizes" href="qiconenginev2.html#availableSizes" location="qiconengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QList&lt;QSize&gt;" signature="availableSizes(QIcon::Mode mode, QIcon::State state)">
+ <parameter left="QIcon::Mode" right="" name="mode" default="QIcon::Normal"/>
+ <parameter left="QIcon::State" right="" name="state" default="QIcon::Off"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDesignerPropertyEditorInterface" href="qdesignerpropertyeditorinterface.html" location="abstractpropertyeditor.h" bases="QWidget" module="QtDesigner">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDesignerPropertyEditorInterface" fullname="QDesignerPropertyEditorInterface::QDesignerPropertyEditorInterface" href="qdesignerpropertyeditorinterface.html#QDesignerPropertyEditorInterface" location="abstractpropertyeditor.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDesignerPropertyEditorInterface(QWidget * parent, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDesignerPropertyEditorInterface" fullname="QDesignerPropertyEditorInterface::~QDesignerPropertyEditorInterface" href="qdesignerpropertyeditorinterface.html#dtor.QDesignerPropertyEditorInterface" location="abstractpropertyeditor.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDesignerPropertyEditorInterface()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="core" fullname="QDesignerPropertyEditorInterface::core" href="qdesignerpropertyeditorinterface.html#core" location="abstractpropertyeditor.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QDesignerFormEditorInterface *" signature="core() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isReadOnly" fullname="QDesignerPropertyEditorInterface::isReadOnly" href="qdesignerpropertyeditorinterface.html#isReadOnly" location="abstractpropertyeditor.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isReadOnly() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="object" fullname="QDesignerPropertyEditorInterface::object" href="qdesignerpropertyeditorinterface.html#object" location="abstractpropertyeditor.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QObject *" signature="object() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentPropertyName" fullname="QDesignerPropertyEditorInterface::currentPropertyName" href="qdesignerpropertyeditorinterface.html#currentPropertyName" location="abstractpropertyeditor.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="currentPropertyName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="propertyChanged" fullname="QDesignerPropertyEditorInterface::propertyChanged" href="qdesignerpropertyeditorinterface.html#propertyChanged" location="abstractpropertyeditor.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="propertyChanged(const QString &amp; name, const QVariant &amp; value)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setObject" fullname="QDesignerPropertyEditorInterface::setObject" href="qdesignerpropertyeditorinterface.html#setObject" location="abstractpropertyeditor.h" virtual="pure" meta="slot" const="false" static="false" overload="false" type="void" signature="setObject(QObject * object)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPropertyValue" fullname="QDesignerPropertyEditorInterface::setPropertyValue" href="qdesignerpropertyeditorinterface.html#setPropertyValue" location="abstractpropertyeditor.h" virtual="pure" meta="slot" const="false" static="false" overload="false" type="void" signature="setPropertyValue(const QString &amp; name, const QVariant &amp; value, bool changed)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ <parameter left="bool" right="" name="changed" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setReadOnly" fullname="QDesignerPropertyEditorInterface::setReadOnly" href="qdesignerpropertyeditorinterface.html#setReadOnly" location="abstractpropertyeditor.h" virtual="pure" meta="slot" const="false" static="false" overload="false" type="void" signature="setReadOnly(bool readOnly)">
+ <parameter left="bool" right="" name="readOnly" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDialog" href="qdialog.html" location="qdialog.h" bases="QWidget" module="QtGui">
+ <target name="default"/>
+ <target name="escapekey"/>
+ <target name="return"/>
+ <target name="examples"/>
+ <contents name="modal-dialogs" title="Modal Dialogs" level="1"/>
+ <contents name="modeless-dialogs" title="Modeless Dialogs" level="1"/>
+ <contents name="default-button" title="Default Button" level="1"/>
+ <contents name="escape-key" title="Escape Key" level="1"/>
+ <contents name="extensibility" title="Extensibility" level="1"/>
+ <contents name="return-value-modal-dialogs" title="Return Value (Modal Dialogs)" level="1"/>
+ <contents name="code-examples" title="Code Examples" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="sizeGripEnabled" fullname="QDialog::sizeGripEnabled" href="qdialog.html#sizeGripEnabled-prop" location="qdialog.h" type="bool">
+ <getter name="isSizeGripEnabled"/>
+ <setter name="setSizeGripEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="modal" fullname="QDialog::modal" href="qdialog.html#modal-prop" location="qdialog.h" type="bool">
+ <getter name="isModal"/>
+ <setter name="setModal"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDialog" fullname="QDialog::QDialog" href="qdialog.html#QDialog" location="qdialog.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDialog(QWidget * parent, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QDialog" fullname="QDialog::QDialog" href="qdialog-qt3.html#QDialog-2" location="qdialog.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDialog(QWidget * parent, const char * name, bool modal, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="bool" right="" name="modal" default="false"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDialog" fullname="QDialog::~QDialog" href="qdialog.html#dtor.QDialog" location="qdialog.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDialog()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DialogCode" fullname="QDialog::DialogCode" href="qdialog.html#DialogCode-enum" location="qdialog.h">
+ <value name="Rejected" value="0"/>
+ <value name="Accepted" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="result" fullname="QDialog::result" href="qdialog.html#result" location="qdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="result() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="QDialog::setVisible" href="qdialog.html#setVisible" location="qdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setOrientation" fullname="QDialog::setOrientation" href="qdialog-obsolete.html#setOrientation" location="qdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOrientation(Qt::Orientation orientation)">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="orientation" fullname="QDialog::orientation" href="qdialog-obsolete.html#orientation" location="qdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::Orientation" signature="orientation() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setExtension" fullname="QDialog::setExtension" href="qdialog-obsolete.html#setExtension" location="qdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setExtension(QWidget * extension)">
+ <parameter left="QWidget *" right="" name="extension" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="extension" fullname="QDialog::extension" href="qdialog-obsolete.html#extension" location="qdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="extension() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QDialog::sizeHint" href="qdialog.html#sizeHint" location="qdialog.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="QDialog::minimumSizeHint" href="qdialog.html#minimumSizeHint" location="qdialog.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSizeGripEnabled" fullname="QDialog::setSizeGripEnabled" href="qdialog.html#sizeGripEnabled-prop" location="qdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="sizeGripEnabled" type="void" signature="setSizeGripEnabled(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSizeGripEnabled" fullname="QDialog::isSizeGripEnabled" href="qdialog.html#sizeGripEnabled-prop" location="qdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sizeGripEnabled" type="bool" signature="isSizeGripEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setModal" fullname="QDialog::setModal" href="qdialog.html#modal-prop" location="qdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="modal" type="void" signature="setModal(bool modal)">
+ <parameter left="bool" right="" name="modal" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setResult" fullname="QDialog::setResult" href="qdialog.html#setResult" location="qdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setResult(int i)">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="finished" fullname="QDialog::finished" href="qdialog.html#finished" location="qdialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="finished(int result)">
+ <parameter left="int" right="" name="result" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="accepted" fullname="QDialog::accepted" href="qdialog.html#accepted" location="qdialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="accepted()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rejected" fullname="QDialog::rejected" href="qdialog.html#rejected" location="qdialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="rejected()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QDialog::open" href="qdialog.html#open" location="qdialog.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="open()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exec" fullname="QDialog::exec" href="qdialog.html#exec" location="qdialog.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="int" signature="exec()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="done" fullname="QDialog::done" href="qdialog.html#done" location="qdialog.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="done(int r)">
+ <parameter left="int" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="accept" fullname="QDialog::accept" href="qdialog.html#accept" location="qdialog.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="accept()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reject" fullname="QDialog::reject" href="qdialog.html#reject" location="qdialog.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="reject()"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="showExtension" fullname="QDialog::showExtension" href="qdialog-obsolete.html#showExtension" location="qdialog.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="showExtension(bool showIt)">
+ <parameter left="bool" right="" name="showIt" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QDialog::event" href="qdialog.html#event" location="qdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QDialog::keyPressEvent" href="qdialog.html#keyPressEvent" location="qdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="closeEvent" fullname="QDialog::closeEvent" href="qdialog.html#closeEvent" location="qdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="closeEvent(QCloseEvent * e)">
+ <parameter left="QCloseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="QDialog::showEvent" href="qdialog.html#showEvent" location="qdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * event)">
+ <parameter left="QShowEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QDialog::resizeEvent" href="qdialog.html#resizeEvent" location="qdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * )">
+ <parameter left="QResizeEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contextMenuEvent" fullname="QDialog::contextMenuEvent" href="qdialog.html#contextMenuEvent" location="qdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contextMenuEvent(QContextMenuEvent * e)">
+ <parameter left="QContextMenuEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="QDialog::eventFilter" href="qdialog.html#eventFilter" location="qdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * o, QEvent * e)">
+ <parameter left="QObject *" right="" name="o" default=""/>
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3Shared" href="q3shared.html" location="q3shared.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Shared" fullname="Q3Shared::Q3Shared" href="q3shared.html#Q3Shared" location="q3shared.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3Shared()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ref" fullname="Q3Shared::ref" href="q3shared.html#ref" location="q3shared.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="ref()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="deref" fullname="Q3Shared::deref" href="q3shared.html#deref" location="q3shared.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="deref()"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3Shared::count" href="q3shared.html#count-var" location="q3shared.h" type="uint" static="false"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QDomImplementation" href="qdomimplementation.html" location="qdom.h" bases="" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomImplementation" fullname="QDomImplementation::QDomImplementation" href="qdomimplementation.html#QDomImplementation" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDomImplementation()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomImplementation" fullname="QDomImplementation::QDomImplementation" href="qdomimplementation.html#QDomImplementation-2" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDomImplementation(const QDomImplementation &amp; x)">
+ <parameter left="const QDomImplementation &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDomImplementation" fullname="QDomImplementation::~QDomImplementation" href="qdomimplementation.html#dtor.QDomImplementation" location="qdom.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDomImplementation()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDomImplementation::operator=" href="qdomimplementation.html#operator=" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomImplementation &amp;" signature="operator=(const QDomImplementation &amp; x)">
+ <parameter left="const QDomImplementation &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QDomImplementation::operator==" href="qdomimplementation.html#operator==" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QDomImplementation &amp; x) const">
+ <parameter left="const QDomImplementation &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QDomImplementation::operator!=" href="qdomimplementation.html#operator!=" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QDomImplementation &amp; x) const">
+ <parameter left="const QDomImplementation &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasFeature" fullname="QDomImplementation::hasFeature" href="qdomimplementation.html#hasFeature" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasFeature(const QString &amp; feature, const QString &amp; version) const">
+ <parameter left="const QString &amp;" right="" name="feature" default=""/>
+ <parameter left="const QString &amp;" right="" name="version" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createDocumentType" fullname="QDomImplementation::createDocumentType" href="qdomimplementation.html#createDocumentType" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomDocumentType" signature="createDocumentType(const QString &amp; qName, const QString &amp; publicId, const QString &amp; systemId)">
+ <parameter left="const QString &amp;" right="" name="qName" default=""/>
+ <parameter left="const QString &amp;" right="" name="publicId" default=""/>
+ <parameter left="const QString &amp;" right="" name="systemId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createDocument" fullname="QDomImplementation::createDocument" href="qdomimplementation.html#createDocument" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomDocument" signature="createDocument(const QString &amp; nsURI, const QString &amp; qName, const QDomDocumentType &amp; doctype)">
+ <parameter left="const QString &amp;" right="" name="nsURI" default=""/>
+ <parameter left="const QString &amp;" right="" name="qName" default=""/>
+ <parameter left="const QDomDocumentType &amp;" right="" name="doctype" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="InvalidDataPolicy" fullname="QDomImplementation::InvalidDataPolicy" href="qdomimplementation.html#InvalidDataPolicy-enum" location="qdom.h">
+ <value name="AcceptInvalidChars" value="0"/>
+ <value name="DropInvalidChars" value="1"/>
+ <value name="ReturnNullNode" value="2"/>
+ </enum>
+ <function access="public" threadsafety="non-reentrant" status="commendable" name="invalidDataPolicy" fullname="QDomImplementation::invalidDataPolicy" href="qdomimplementation.html#invalidDataPolicy" location="qdom.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="InvalidDataPolicy" signature="invalidDataPolicy()"/>
+ <function access="public" threadsafety="non-reentrant" status="commendable" name="setInvalidDataPolicy" fullname="QDomImplementation::setInvalidDataPolicy" href="qdomimplementation.html#setInvalidDataPolicy" location="qdom.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setInvalidDataPolicy(InvalidDataPolicy policy)">
+ <parameter left="InvalidDataPolicy" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QDomImplementation::isNull" href="qdomimplementation.html#isNull" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="isNull()"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QDomNode" href="qdomnode.html" location="qdom.h" bases="" module="QtXml">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="NodeType" fullname="QDomNode::NodeType" href="qdomnode.html#NodeType-enum" location="qdom.h">
+ <value name="ElementNode" value="1"/>
+ <value name="AttributeNode" value="2"/>
+ <value name="TextNode" value="3"/>
+ <value name="CDATASectionNode" value="4"/>
+ <value name="EntityReferenceNode" value="5"/>
+ <value name="EntityNode" value="6"/>
+ <value name="ProcessingInstructionNode" value="7"/>
+ <value name="CommentNode" value="8"/>
+ <value name="DocumentNode" value="9"/>
+ <value name="DocumentTypeNode" value="10"/>
+ <value name="DocumentFragmentNode" value="11"/>
+ <value name="NotationNode" value="12"/>
+ <value name="BaseNode" value="21"/>
+ <value name="CharacterDataNode" value="22"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="EncodingPolicy" fullname="QDomNode::EncodingPolicy" href="qdomnode.html#EncodingPolicy-enum" location="qdom.h">
+ <value name="EncodingFromDocument" value="1"/>
+ <value name="EncodingFromTextStream" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomNode" fullname="QDomNode::QDomNode" href="qdomnode.html#QDomNode" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDomNode()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomNode" fullname="QDomNode::QDomNode" href="qdomnode.html#QDomNode-2" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDomNode(const QDomNode &amp; n)">
+ <parameter left="const QDomNode &amp;" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDomNode::operator=" href="qdomnode.html#operator=" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomNode &amp;" signature="operator=(const QDomNode &amp; n)">
+ <parameter left="const QDomNode &amp;" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QDomNode::operator==" href="qdomnode.html#operator==" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QDomNode &amp; n) const">
+ <parameter left="const QDomNode &amp;" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QDomNode::operator!=" href="qdomnode.html#operator!=" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QDomNode &amp; n) const">
+ <parameter left="const QDomNode &amp;" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDomNode" fullname="QDomNode::~QDomNode" href="qdomnode.html#dtor.QDomNode" location="qdom.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDomNode()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertBefore" fullname="QDomNode::insertBefore" href="qdomnode.html#insertBefore" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomNode" signature="insertBefore(const QDomNode &amp; newChild, const QDomNode &amp; refChild)">
+ <parameter left="const QDomNode &amp;" right="" name="newChild" default=""/>
+ <parameter left="const QDomNode &amp;" right="" name="refChild" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertAfter" fullname="QDomNode::insertAfter" href="qdomnode.html#insertAfter" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomNode" signature="insertAfter(const QDomNode &amp; newChild, const QDomNode &amp; refChild)">
+ <parameter left="const QDomNode &amp;" right="" name="newChild" default=""/>
+ <parameter left="const QDomNode &amp;" right="" name="refChild" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replaceChild" fullname="QDomNode::replaceChild" href="qdomnode.html#replaceChild" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomNode" signature="replaceChild(const QDomNode &amp; newChild, const QDomNode &amp; oldChild)">
+ <parameter left="const QDomNode &amp;" right="" name="newChild" default=""/>
+ <parameter left="const QDomNode &amp;" right="" name="oldChild" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeChild" fullname="QDomNode::removeChild" href="qdomnode.html#removeChild" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomNode" signature="removeChild(const QDomNode &amp; oldChild)">
+ <parameter left="const QDomNode &amp;" right="" name="oldChild" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appendChild" fullname="QDomNode::appendChild" href="qdomnode.html#appendChild" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomNode" signature="appendChild(const QDomNode &amp; newChild)">
+ <parameter left="const QDomNode &amp;" right="" name="newChild" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasChildNodes" fullname="QDomNode::hasChildNodes" href="qdomnode.html#hasChildNodes" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasChildNodes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cloneNode" fullname="QDomNode::cloneNode" href="qdomnode.html#cloneNode" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode" signature="cloneNode(bool deep) const">
+ <parameter left="bool" right="" name="deep" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="normalize" fullname="QDomNode::normalize" href="qdomnode.html#normalize" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="normalize()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSupported" fullname="QDomNode::isSupported" href="qdomnode.html#isSupported" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSupported(const QString &amp; feature, const QString &amp; version) const">
+ <parameter left="const QString &amp;" right="" name="feature" default=""/>
+ <parameter left="const QString &amp;" right="" name="version" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nodeName" fullname="QDomNode::nodeName" href="qdomnode.html#nodeName" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="nodeName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nodeType" fullname="QDomNode::nodeType" href="qdomnode.html#nodeType" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="NodeType" signature="nodeType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parentNode" fullname="QDomNode::parentNode" href="qdomnode.html#parentNode" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode" signature="parentNode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childNodes" fullname="QDomNode::childNodes" href="qdomnode.html#childNodes" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNodeList" signature="childNodes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="firstChild" fullname="QDomNode::firstChild" href="qdomnode.html#firstChild" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode" signature="firstChild() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastChild" fullname="QDomNode::lastChild" href="qdomnode.html#lastChild" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode" signature="lastChild() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previousSibling" fullname="QDomNode::previousSibling" href="qdomnode.html#previousSibling" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode" signature="previousSibling() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nextSibling" fullname="QDomNode::nextSibling" href="qdomnode.html#nextSibling" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode" signature="nextSibling() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attributes" fullname="QDomNode::attributes" href="qdomnode.html#attributes" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNamedNodeMap" signature="attributes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ownerDocument" fullname="QDomNode::ownerDocument" href="qdomnode.html#ownerDocument" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomDocument" signature="ownerDocument() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="namespaceURI" fullname="QDomNode::namespaceURI" href="qdomnode.html#namespaceURI" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="namespaceURI() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="localName" fullname="QDomNode::localName" href="qdomnode.html#localName" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="localName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasAttributes" fullname="QDomNode::hasAttributes" href="qdomnode.html#hasAttributes" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasAttributes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nodeValue" fullname="QDomNode::nodeValue" href="qdomnode.html#nodeValue" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="nodeValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNodeValue" fullname="QDomNode::setNodeValue" href="qdomnode.html#setNodeValue" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNodeValue(const QString &amp; v)">
+ <parameter left="const QString &amp;" right="" name="v" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prefix" fullname="QDomNode::prefix" href="qdomnode.html#prefix" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="prefix() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPrefix" fullname="QDomNode::setPrefix" href="qdomnode.html#setPrefix" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPrefix(const QString &amp; pre)">
+ <parameter left="const QString &amp;" right="" name="pre" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isAttr" fullname="QDomNode::isAttr" href="qdomnode.html#isAttr" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isAttr() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCDATASection" fullname="QDomNode::isCDATASection" href="qdomnode.html#isCDATASection" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCDATASection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDocumentFragment" fullname="QDomNode::isDocumentFragment" href="qdomnode.html#isDocumentFragment" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDocumentFragment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDocument" fullname="QDomNode::isDocument" href="qdomnode.html#isDocument" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDocument() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDocumentType" fullname="QDomNode::isDocumentType" href="qdomnode.html#isDocumentType" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDocumentType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isElement" fullname="QDomNode::isElement" href="qdomnode.html#isElement" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isElement() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEntityReference" fullname="QDomNode::isEntityReference" href="qdomnode.html#isEntityReference" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEntityReference() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isText" fullname="QDomNode::isText" href="qdomnode.html#isText" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEntity" fullname="QDomNode::isEntity" href="qdomnode.html#isEntity" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEntity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNotation" fullname="QDomNode::isNotation" href="qdomnode.html#isNotation" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNotation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isProcessingInstruction" fullname="QDomNode::isProcessingInstruction" href="qdomnode.html#isProcessingInstruction" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isProcessingInstruction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCharacterData" fullname="QDomNode::isCharacterData" href="qdomnode.html#isCharacterData" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCharacterData() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isComment" fullname="QDomNode::isComment" href="qdomnode.html#isComment" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isComment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="namedItem" fullname="QDomNode::namedItem" href="qdomnode.html#namedItem" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode" signature="namedItem(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QDomNode::isNull" href="qdomnode.html#isNull" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QDomNode::clear" href="qdomnode.html#clear" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toAttr" fullname="QDomNode::toAttr" href="qdomnode.html#toAttr" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomAttr" signature="toAttr() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toCDATASection" fullname="QDomNode::toCDATASection" href="qdomnode.html#toCDATASection" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomCDATASection" signature="toCDATASection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toDocumentFragment" fullname="QDomNode::toDocumentFragment" href="qdomnode.html#toDocumentFragment" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomDocumentFragment" signature="toDocumentFragment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toDocument" fullname="QDomNode::toDocument" href="qdomnode.html#toDocument" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomDocument" signature="toDocument() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toDocumentType" fullname="QDomNode::toDocumentType" href="qdomnode.html#toDocumentType" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomDocumentType" signature="toDocumentType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toElement" fullname="QDomNode::toElement" href="qdomnode.html#toElement" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomElement" signature="toElement() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toEntityReference" fullname="QDomNode::toEntityReference" href="qdomnode.html#toEntityReference" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomEntityReference" signature="toEntityReference() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toText" fullname="QDomNode::toText" href="qdomnode.html#toText" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomText" signature="toText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toEntity" fullname="QDomNode::toEntity" href="qdomnode.html#toEntity" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomEntity" signature="toEntity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toNotation" fullname="QDomNode::toNotation" href="qdomnode.html#toNotation" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNotation" signature="toNotation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toProcessingInstruction" fullname="QDomNode::toProcessingInstruction" href="qdomnode.html#toProcessingInstruction" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomProcessingInstruction" signature="toProcessingInstruction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toCharacterData" fullname="QDomNode::toCharacterData" href="qdomnode.html#toCharacterData" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomCharacterData" signature="toCharacterData() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toComment" fullname="QDomNode::toComment" href="qdomnode.html#toComment" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomComment" signature="toComment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="save" fullname="QDomNode::save" href="qdomnode.html#save" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="save(QTextStream &amp; str, int indent) const">
+ <parameter left="QTextStream &amp;" right="" name="str" default=""/>
+ <parameter left="int" right="" name="indent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="save" fullname="QDomNode::save" href="qdomnode.html#save-2" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="void" signature="save(QTextStream &amp; str, int indent, EncodingPolicy encodingPolicy) const">
+ <parameter left="QTextStream &amp;" right="" name="str" default=""/>
+ <parameter left="int" right="" name="indent" default=""/>
+ <parameter left="EncodingPolicy" right="" name="encodingPolicy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="firstChildElement" fullname="QDomNode::firstChildElement" href="qdomnode.html#firstChildElement" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomElement" signature="firstChildElement(const QString &amp; tagName) const">
+ <parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastChildElement" fullname="QDomNode::lastChildElement" href="qdomnode.html#lastChildElement" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomElement" signature="lastChildElement(const QString &amp; tagName) const">
+ <parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previousSiblingElement" fullname="QDomNode::previousSiblingElement" href="qdomnode.html#previousSiblingElement" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomElement" signature="previousSiblingElement(const QString &amp; tagName) const">
+ <parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nextSiblingElement" fullname="QDomNode::nextSiblingElement" href="qdomnode.html#nextSiblingElement" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomElement" signature="nextSiblingElement(const QString &amp; tagName) const">
+ <parameter left="const QString &amp;" right="" name="tagName" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineNumber" fullname="QDomNode::lineNumber" href="qdomnode.html#lineNumber" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="lineNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnNumber" fullname="QDomNode::columnNumber" href="qdomnode.html#columnNumber" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columnNumber() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="impl" fullname="QDomNode::impl" href="qdomnode.html#impl-var" location="qdom.h" type="QDomNodePrivate *" static="false"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QDomNodeList" href="qdomnodelist.html" location="qdom.h" bases="" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomNodeList" fullname="QDomNodeList::QDomNodeList" href="qdomnodelist.html#QDomNodeList" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDomNodeList()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomNodeList" fullname="QDomNodeList::QDomNodeList" href="qdomnodelist.html#QDomNodeList-2" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDomNodeList(const QDomNodeList &amp; n)">
+ <parameter left="const QDomNodeList &amp;" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDomNodeList::operator=" href="qdomnodelist.html#operator=" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomNodeList &amp;" signature="operator=(const QDomNodeList &amp; n)">
+ <parameter left="const QDomNodeList &amp;" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QDomNodeList::operator==" href="qdomnodelist.html#operator==" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QDomNodeList &amp; n) const">
+ <parameter left="const QDomNodeList &amp;" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QDomNodeList::operator!=" href="qdomnodelist.html#operator!=" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QDomNodeList &amp; n) const">
+ <parameter left="const QDomNodeList &amp;" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDomNodeList" fullname="QDomNodeList::~QDomNodeList" href="qdomnodelist.html#dtor.QDomNodeList" location="qdom.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDomNodeList()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="item" fullname="QDomNodeList::item" href="qdomnodelist.html#item" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode" signature="item(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="at" fullname="QDomNodeList::at" href="qdomnodelist.html#at" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode" signature="at(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="length" fullname="QDomNodeList::length" href="qdomnodelist.html#length" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="length() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QDomNodeList::count" href="qdomnodelist.html#count" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QDomNodeList::size" href="qdomnodelist.html#size" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QDomNodeList::isEmpty" href="qdomnodelist.html#isEmpty" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QDomDocumentType" href="qdomdocumenttype.html" location="qdom.h" bases="QDomNode" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomDocumentType" fullname="QDomDocumentType::QDomDocumentType" href="qdomdocumenttype.html#QDomDocumentType" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDomDocumentType()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomDocumentType" fullname="QDomDocumentType::QDomDocumentType" href="qdomdocumenttype.html#QDomDocumentType-2" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDomDocumentType(const QDomDocumentType &amp; n)">
+ <parameter left="const QDomDocumentType &amp;" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDomDocumentType::operator=" href="qdomdocumenttype.html#operator=" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomDocumentType &amp;" signature="operator=(const QDomDocumentType &amp; n)">
+ <parameter left="const QDomDocumentType &amp;" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QDomDocumentType::name" href="qdomdocumenttype.html#name" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="entities" fullname="QDomDocumentType::entities" href="qdomdocumenttype.html#entities" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNamedNodeMap" signature="entities() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="notations" fullname="QDomDocumentType::notations" href="qdomdocumenttype.html#notations" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNamedNodeMap" signature="notations() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="publicId" fullname="QDomDocumentType::publicId" href="qdomdocumenttype.html#publicId" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="publicId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="systemId" fullname="QDomDocumentType::systemId" href="qdomdocumenttype.html#systemId" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="systemId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="internalSubset" fullname="QDomDocumentType::internalSubset" href="qdomdocumenttype.html#internalSubset" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="internalSubset() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nodeType" fullname="QDomDocumentType::nodeType" href="qdomdocumenttype.html#nodeType" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode::NodeType" signature="nodeType() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QDomDocument" href="qdomdocument.html" location="qdom.h" bases="QDomNode" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomDocument" fullname="QDomDocument::QDomDocument" href="qdomdocument.html#QDomDocument" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDomDocument()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomDocument" fullname="QDomDocument::QDomDocument" href="qdomdocument.html#QDomDocument-2" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDomDocument(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomDocument" fullname="QDomDocument::QDomDocument" href="qdomdocument.html#QDomDocument-3" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QDomDocument(const QDomDocumentType &amp; doctype)">
+ <parameter left="const QDomDocumentType &amp;" right="" name="doctype" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomDocument" fullname="QDomDocument::QDomDocument" href="qdomdocument.html#QDomDocument-4" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QDomDocument(const QDomDocument &amp; x)">
+ <parameter left="const QDomDocument &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDomDocument::operator=" href="qdomdocument.html#operator=" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomDocument &amp;" signature="operator=(const QDomDocument &amp; x)">
+ <parameter left="const QDomDocument &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDomDocument" fullname="QDomDocument::~QDomDocument" href="qdomdocument.html#dtor.QDomDocument" location="qdom.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDomDocument()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createElement" fullname="QDomDocument::createElement" href="qdomdocument.html#createElement" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomElement" signature="createElement(const QString &amp; tagName)">
+ <parameter left="const QString &amp;" right="" name="tagName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createDocumentFragment" fullname="QDomDocument::createDocumentFragment" href="qdomdocument.html#createDocumentFragment" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomDocumentFragment" signature="createDocumentFragment()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createTextNode" fullname="QDomDocument::createTextNode" href="qdomdocument.html#createTextNode" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomText" signature="createTextNode(const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createComment" fullname="QDomDocument::createComment" href="qdomdocument.html#createComment" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomComment" signature="createComment(const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createCDATASection" fullname="QDomDocument::createCDATASection" href="qdomdocument.html#createCDATASection" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomCDATASection" signature="createCDATASection(const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createProcessingInstruction" fullname="QDomDocument::createProcessingInstruction" href="qdomdocument.html#createProcessingInstruction" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomProcessingInstruction" signature="createProcessingInstruction(const QString &amp; target, const QString &amp; data)">
+ <parameter left="const QString &amp;" right="" name="target" default=""/>
+ <parameter left="const QString &amp;" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createAttribute" fullname="QDomDocument::createAttribute" href="qdomdocument.html#createAttribute" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomAttr" signature="createAttribute(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createEntityReference" fullname="QDomDocument::createEntityReference" href="qdomdocument.html#createEntityReference" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomEntityReference" signature="createEntityReference(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="elementsByTagName" fullname="QDomDocument::elementsByTagName" href="qdomdocument.html#elementsByTagName" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNodeList" signature="elementsByTagName(const QString &amp; tagname) const">
+ <parameter left="const QString &amp;" right="" name="tagname" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="importNode" fullname="QDomDocument::importNode" href="qdomdocument.html#importNode" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomNode" signature="importNode(const QDomNode &amp; importedNode, bool deep)">
+ <parameter left="const QDomNode &amp;" right="" name="importedNode" default=""/>
+ <parameter left="bool" right="" name="deep" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createElementNS" fullname="QDomDocument::createElementNS" href="qdomdocument.html#createElementNS" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomElement" signature="createElementNS(const QString &amp; nsURI, const QString &amp; qName)">
+ <parameter left="const QString &amp;" right="" name="nsURI" default=""/>
+ <parameter left="const QString &amp;" right="" name="qName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createAttributeNS" fullname="QDomDocument::createAttributeNS" href="qdomdocument.html#createAttributeNS" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomAttr" signature="createAttributeNS(const QString &amp; nsURI, const QString &amp; qName)">
+ <parameter left="const QString &amp;" right="" name="nsURI" default=""/>
+ <parameter left="const QString &amp;" right="" name="qName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="elementsByTagNameNS" fullname="QDomDocument::elementsByTagNameNS" href="qdomdocument.html#elementsByTagNameNS" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomNodeList" signature="elementsByTagNameNS(const QString &amp; nsURI, const QString &amp; localName)">
+ <parameter left="const QString &amp;" right="" name="nsURI" default=""/>
+ <parameter left="const QString &amp;" right="" name="localName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="elementById" fullname="QDomDocument::elementById" href="qdomdocument.html#elementById" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomElement" signature="elementById(const QString &amp; elementId)">
+ <parameter left="const QString &amp;" right="" name="elementId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doctype" fullname="QDomDocument::doctype" href="qdomdocument.html#doctype" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomDocumentType" signature="doctype() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="implementation" fullname="QDomDocument::implementation" href="qdomdocument.html#implementation" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomImplementation" signature="implementation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="documentElement" fullname="QDomDocument::documentElement" href="qdomdocument.html#documentElement" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomElement" signature="documentElement() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nodeType" fullname="QDomDocument::nodeType" href="qdomdocument.html#nodeType" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode::NodeType" signature="nodeType() const"/>
+ <function access="public" threadsafety="non-reentrant" status="commendable" name="setContent" fullname="QDomDocument::setContent" href="qdomdocument.html#setContent" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="setContent(const QByteArray &amp; data, bool namespaceProcessing, QString * errorMsg, int * errorLine, int * errorColumn)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ <parameter left="bool" right="" name="namespaceProcessing" default=""/>
+ <parameter left="QString *" right="" name="errorMsg" default="0"/>
+ <parameter left="int *" right="" name="errorLine" default="0"/>
+ <parameter left="int *" right="" name="errorColumn" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContent" fullname="QDomDocument::setContent" href="qdomdocument.html#setContent-2" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="setContent(const QString &amp; text, bool namespaceProcessing, QString * errorMsg, int * errorLine, int * errorColumn)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="bool" right="" name="namespaceProcessing" default=""/>
+ <parameter left="QString *" right="" name="errorMsg" default="0"/>
+ <parameter left="int *" right="" name="errorLine" default="0"/>
+ <parameter left="int *" right="" name="errorColumn" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContent" fullname="QDomDocument::setContent" href="qdomdocument.html#setContent-3" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="bool" signature="setContent(QIODevice * dev, bool namespaceProcessing, QString * errorMsg, int * errorLine, int * errorColumn)">
+ <parameter left="QIODevice *" right="" name="dev" default=""/>
+ <parameter left="bool" right="" name="namespaceProcessing" default=""/>
+ <parameter left="QString *" right="" name="errorMsg" default="0"/>
+ <parameter left="int *" right="" name="errorLine" default="0"/>
+ <parameter left="int *" right="" name="errorColumn" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContent" fullname="QDomDocument::setContent" href="qdomdocument.html#setContent-4" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="bool" signature="setContent(QXmlInputSource * source, bool namespaceProcessing, QString * errorMsg, int * errorLine, int * errorColumn)">
+ <parameter left="QXmlInputSource *" right="" name="source" default=""/>
+ <parameter left="bool" right="" name="namespaceProcessing" default=""/>
+ <parameter left="QString *" right="" name="errorMsg" default="0"/>
+ <parameter left="int *" right="" name="errorLine" default="0"/>
+ <parameter left="int *" right="" name="errorColumn" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContent" fullname="QDomDocument::setContent" href="qdomdocument.html#setContent-6" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="bool" signature="setContent(const QByteArray &amp; buffer, QString * errorMsg, int * errorLine, int * errorColumn)">
+ <parameter left="const QByteArray &amp;" right="" name="buffer" default=""/>
+ <parameter left="QString *" right="" name="errorMsg" default="0"/>
+ <parameter left="int *" right="" name="errorLine" default="0"/>
+ <parameter left="int *" right="" name="errorColumn" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContent" fullname="QDomDocument::setContent" href="qdomdocument.html#setContent-5" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="bool" signature="setContent(const QString &amp; text, QString * errorMsg, int * errorLine, int * errorColumn)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QString *" right="" name="errorMsg" default="0"/>
+ <parameter left="int *" right="" name="errorLine" default="0"/>
+ <parameter left="int *" right="" name="errorColumn" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContent" fullname="QDomDocument::setContent" href="qdomdocument.html#setContent-7" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="bool" signature="setContent(QIODevice * dev, QString * errorMsg, int * errorLine, int * errorColumn)">
+ <parameter left="QIODevice *" right="" name="dev" default=""/>
+ <parameter left="QString *" right="" name="errorMsg" default="0"/>
+ <parameter left="int *" right="" name="errorLine" default="0"/>
+ <parameter left="int *" right="" name="errorColumn" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContent" fullname="QDomDocument::setContent" href="qdomdocument.html#setContent-8" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="bool" signature="setContent(QXmlInputSource * source, QXmlReader * reader, QString * errorMsg, int * errorLine, int * errorColumn)">
+ <parameter left="QXmlInputSource *" right="" name="source" default=""/>
+ <parameter left="QXmlReader *" right="" name="reader" default=""/>
+ <parameter left="QString *" right="" name="errorMsg" default="0"/>
+ <parameter left="int *" right="" name="errorLine" default="0"/>
+ <parameter left="int *" right="" name="errorColumn" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QDomDocument::toString" href="qdomdocument.html#toString" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString(int indent) const">
+ <parameter left="int" right="" name="indent" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toByteArray" fullname="QDomDocument::toByteArray" href="qdomdocument.html#toByteArray" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="toByteArray(int indent) const">
+ <parameter left="int" right="" name="indent" default="1"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QDomNamedNodeMap" href="qdomnamednodemap.html" location="qdom.h" bases="" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomNamedNodeMap" fullname="QDomNamedNodeMap::QDomNamedNodeMap" href="qdomnamednodemap.html#QDomNamedNodeMap" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDomNamedNodeMap()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomNamedNodeMap" fullname="QDomNamedNodeMap::QDomNamedNodeMap" href="qdomnamednodemap.html#QDomNamedNodeMap-2" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDomNamedNodeMap(const QDomNamedNodeMap &amp; n)">
+ <parameter left="const QDomNamedNodeMap &amp;" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDomNamedNodeMap::operator=" href="qdomnamednodemap.html#operator=" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomNamedNodeMap &amp;" signature="operator=(const QDomNamedNodeMap &amp; n)">
+ <parameter left="const QDomNamedNodeMap &amp;" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QDomNamedNodeMap::operator==" href="qdomnamednodemap.html#operator==" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QDomNamedNodeMap &amp; n) const">
+ <parameter left="const QDomNamedNodeMap &amp;" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QDomNamedNodeMap::operator!=" href="qdomnamednodemap.html#operator!=" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QDomNamedNodeMap &amp; n) const">
+ <parameter left="const QDomNamedNodeMap &amp;" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDomNamedNodeMap" fullname="QDomNamedNodeMap::~QDomNamedNodeMap" href="qdomnamednodemap.html#dtor.QDomNamedNodeMap" location="qdom.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDomNamedNodeMap()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="namedItem" fullname="QDomNamedNodeMap::namedItem" href="qdomnamednodemap.html#namedItem" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode" signature="namedItem(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNamedItem" fullname="QDomNamedNodeMap::setNamedItem" href="qdomnamednodemap.html#setNamedItem" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomNode" signature="setNamedItem(const QDomNode &amp; newNode)">
+ <parameter left="const QDomNode &amp;" right="" name="newNode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeNamedItem" fullname="QDomNamedNodeMap::removeNamedItem" href="qdomnamednodemap.html#removeNamedItem" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomNode" signature="removeNamedItem(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="item" fullname="QDomNamedNodeMap::item" href="qdomnamednodemap.html#item" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode" signature="item(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="namedItemNS" fullname="QDomNamedNodeMap::namedItemNS" href="qdomnamednodemap.html#namedItemNS" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode" signature="namedItemNS(const QString &amp; nsURI, const QString &amp; localName) const">
+ <parameter left="const QString &amp;" right="" name="nsURI" default=""/>
+ <parameter left="const QString &amp;" right="" name="localName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNamedItemNS" fullname="QDomNamedNodeMap::setNamedItemNS" href="qdomnamednodemap.html#setNamedItemNS" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomNode" signature="setNamedItemNS(const QDomNode &amp; newNode)">
+ <parameter left="const QDomNode &amp;" right="" name="newNode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeNamedItemNS" fullname="QDomNamedNodeMap::removeNamedItemNS" href="qdomnamednodemap.html#removeNamedItemNS" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomNode" signature="removeNamedItemNS(const QString &amp; nsURI, const QString &amp; localName)">
+ <parameter left="const QString &amp;" right="" name="nsURI" default=""/>
+ <parameter left="const QString &amp;" right="" name="localName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="length" fullname="QDomNamedNodeMap::length" href="qdomnamednodemap.html#length" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="length() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QDomNamedNodeMap::count" href="qdomnamednodemap.html#count" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QDomNamedNodeMap::size" href="qdomnamednodemap.html#size" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QDomNamedNodeMap::isEmpty" href="qdomnamednodemap.html#isEmpty" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QDomNamedNodeMap::contains" href="qdomnamednodemap.html#contains" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QDomDocumentFragment" href="qdomdocumentfragment.html" location="qdom.h" bases="QDomNode" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomDocumentFragment" fullname="QDomDocumentFragment::QDomDocumentFragment" href="qdomdocumentfragment.html#QDomDocumentFragment" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDomDocumentFragment()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomDocumentFragment" fullname="QDomDocumentFragment::QDomDocumentFragment" href="qdomdocumentfragment.html#QDomDocumentFragment-2" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDomDocumentFragment(const QDomDocumentFragment &amp; x)">
+ <parameter left="const QDomDocumentFragment &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDomDocumentFragment::operator=" href="qdomdocumentfragment.html#operator=" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomDocumentFragment &amp;" signature="operator=(const QDomDocumentFragment &amp; x)">
+ <parameter left="const QDomDocumentFragment &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nodeType" fullname="QDomDocumentFragment::nodeType" href="qdomdocumentfragment.html#nodeType" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode::NodeType" signature="nodeType() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QDomCharacterData" href="qdomcharacterdata.html" location="qdom.h" bases="QDomNode" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomCharacterData" fullname="QDomCharacterData::QDomCharacterData" href="qdomcharacterdata.html#QDomCharacterData" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDomCharacterData()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomCharacterData" fullname="QDomCharacterData::QDomCharacterData" href="qdomcharacterdata.html#QDomCharacterData-2" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDomCharacterData(const QDomCharacterData &amp; x)">
+ <parameter left="const QDomCharacterData &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDomCharacterData::operator=" href="qdomcharacterdata.html#operator=" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomCharacterData &amp;" signature="operator=(const QDomCharacterData &amp; x)">
+ <parameter left="const QDomCharacterData &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="substringData" fullname="QDomCharacterData::substringData" href="qdomcharacterdata.html#substringData" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString" signature="substringData(unsigned long offset, unsigned long count)">
+ <parameter left="unsigned long" right="" name="offset" default=""/>
+ <parameter left="unsigned long" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appendData" fullname="QDomCharacterData::appendData" href="qdomcharacterdata.html#appendData" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="appendData(const QString &amp; arg)">
+ <parameter left="const QString &amp;" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertData" fullname="QDomCharacterData::insertData" href="qdomcharacterdata.html#insertData" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertData(unsigned long offset, const QString &amp; arg)">
+ <parameter left="unsigned long" right="" name="offset" default=""/>
+ <parameter left="const QString &amp;" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="deleteData" fullname="QDomCharacterData::deleteData" href="qdomcharacterdata.html#deleteData" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="deleteData(unsigned long offset, unsigned long count)">
+ <parameter left="unsigned long" right="" name="offset" default=""/>
+ <parameter left="unsigned long" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replaceData" fullname="QDomCharacterData::replaceData" href="qdomcharacterdata.html#replaceData" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="replaceData(unsigned long offset, unsigned long count, const QString &amp; arg)">
+ <parameter left="unsigned long" right="" name="offset" default=""/>
+ <parameter left="unsigned long" right="" name="count" default=""/>
+ <parameter left="const QString &amp;" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="length" fullname="QDomCharacterData::length" href="qdomcharacterdata.html#length" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="length() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QDomCharacterData::data" href="qdomcharacterdata.html#data" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QDomCharacterData::setData" href="qdomcharacterdata.html#setData" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setData(const QString &amp; v)">
+ <parameter left="const QString &amp;" right="" name="v" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nodeType" fullname="QDomCharacterData::nodeType" href="qdomcharacterdata.html#nodeType" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode::NodeType" signature="nodeType() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QDomAttr" href="qdomattr.html" location="qdom.h" bases="QDomNode" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomAttr" fullname="QDomAttr::QDomAttr" href="qdomattr.html#QDomAttr" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDomAttr()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomAttr" fullname="QDomAttr::QDomAttr" href="qdomattr.html#QDomAttr-2" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDomAttr(const QDomAttr &amp; x)">
+ <parameter left="const QDomAttr &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDomAttr::operator=" href="qdomattr.html#operator=" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomAttr &amp;" signature="operator=(const QDomAttr &amp; x)">
+ <parameter left="const QDomAttr &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QDomAttr::name" href="qdomattr.html#name" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="specified" fullname="QDomAttr::specified" href="qdomattr.html#specified" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="specified() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ownerElement" fullname="QDomAttr::ownerElement" href="qdomattr.html#ownerElement" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomElement" signature="ownerElement() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QDomAttr::value" href="qdomattr.html#value" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QDomAttr::setValue" href="qdomattr.html#setValue" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setValue(const QString &amp; v)">
+ <parameter left="const QString &amp;" right="" name="v" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nodeType" fullname="QDomAttr::nodeType" href="qdomattr.html#nodeType" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode::NodeType" signature="nodeType() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QDomElement" href="qdomelement.html" location="qdom.h" bases="QDomNode" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomElement" fullname="QDomElement::QDomElement" href="qdomelement.html#QDomElement" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDomElement()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomElement" fullname="QDomElement::QDomElement" href="qdomelement.html#QDomElement-2" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDomElement(const QDomElement &amp; x)">
+ <parameter left="const QDomElement &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDomElement::operator=" href="qdomelement.html#operator=" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomElement &amp;" signature="operator=(const QDomElement &amp; x)">
+ <parameter left="const QDomElement &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attribute" fullname="QDomElement::attribute" href="qdomelement.html#attribute" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="attribute(const QString &amp; name, const QString &amp; defValue) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="defValue" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttribute" fullname="QDomElement::setAttribute" href="qdomelement.html#setAttribute" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAttribute(const QString &amp; name, const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttribute" fullname="QDomElement::setAttribute" href="qdomelement.html#setAttribute-4" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="setAttribute(const QString &amp; name, qlonglong value)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="qlonglong" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttribute" fullname="QDomElement::setAttribute" href="qdomelement.html#setAttribute-5" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="setAttribute(const QString &amp; name, qulonglong value)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="qulonglong" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttribute" fullname="QDomElement::setAttribute" href="qdomelement.html#setAttribute-2" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setAttribute(const QString &amp; name, int value)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttribute" fullname="QDomElement::setAttribute" href="qdomelement.html#setAttribute-3" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="setAttribute(const QString &amp; name, uint value)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="uint" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttribute" fullname="QDomElement::setAttribute" href="qdomelement.html#setAttribute-6" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="void" signature="setAttribute(const QString &amp; name, float value)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="float" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttribute" fullname="QDomElement::setAttribute" href="qdomelement.html#setAttribute-7" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="void" signature="setAttribute(const QString &amp; name, double value)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="double" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeAttribute" fullname="QDomElement::removeAttribute" href="qdomelement.html#removeAttribute" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeAttribute(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attributeNode" fullname="QDomElement::attributeNode" href="qdomelement.html#attributeNode" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomAttr" signature="attributeNode(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeNode" fullname="QDomElement::setAttributeNode" href="qdomelement.html#setAttributeNode" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomAttr" signature="setAttributeNode(const QDomAttr &amp; newAttr)">
+ <parameter left="const QDomAttr &amp;" right="" name="newAttr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeAttributeNode" fullname="QDomElement::removeAttributeNode" href="qdomelement.html#removeAttributeNode" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomAttr" signature="removeAttributeNode(const QDomAttr &amp; oldAttr)">
+ <parameter left="const QDomAttr &amp;" right="" name="oldAttr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="elementsByTagName" fullname="QDomElement::elementsByTagName" href="qdomelement.html#elementsByTagName" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNodeList" signature="elementsByTagName(const QString &amp; tagname) const">
+ <parameter left="const QString &amp;" right="" name="tagname" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasAttribute" fullname="QDomElement::hasAttribute" href="qdomelement.html#hasAttribute" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasAttribute(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attributeNS" fullname="QDomElement::attributeNS" href="qdomelement.html#attributeNS" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="attributeNS(const QString nsURI, const QString &amp; localName, const QString &amp; defValue) const">
+ <parameter left="const QString" right="" name="nsURI" default=""/>
+ <parameter left="const QString &amp;" right="" name="localName" default=""/>
+ <parameter left="const QString &amp;" right="" name="defValue" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeNS" fullname="QDomElement::setAttributeNS" href="qdomelement.html#setAttributeNS" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAttributeNS(const QString nsURI, const QString &amp; qName, const QString &amp; value)">
+ <parameter left="const QString" right="" name="nsURI" default=""/>
+ <parameter left="const QString &amp;" right="" name="qName" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeNS" fullname="QDomElement::setAttributeNS" href="qdomelement.html#setAttributeNS-2" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setAttributeNS(const QString nsURI, const QString &amp; qName, int value)">
+ <parameter left="const QString" right="" name="nsURI" default=""/>
+ <parameter left="const QString &amp;" right="" name="qName" default=""/>
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeNS" fullname="QDomElement::setAttributeNS" href="qdomelement.html#setAttributeNS-3" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="setAttributeNS(const QString nsURI, const QString &amp; qName, uint value)">
+ <parameter left="const QString" right="" name="nsURI" default=""/>
+ <parameter left="const QString &amp;" right="" name="qName" default=""/>
+ <parameter left="uint" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeNS" fullname="QDomElement::setAttributeNS" href="qdomelement.html#setAttributeNS-4" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="setAttributeNS(const QString nsURI, const QString &amp; qName, qlonglong value)">
+ <parameter left="const QString" right="" name="nsURI" default=""/>
+ <parameter left="const QString &amp;" right="" name="qName" default=""/>
+ <parameter left="qlonglong" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeNS" fullname="QDomElement::setAttributeNS" href="qdomelement.html#setAttributeNS-5" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="setAttributeNS(const QString nsURI, const QString &amp; qName, qulonglong value)">
+ <parameter left="const QString" right="" name="nsURI" default=""/>
+ <parameter left="const QString &amp;" right="" name="qName" default=""/>
+ <parameter left="qulonglong" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeNS" fullname="QDomElement::setAttributeNS" href="qdomelement.html#setAttributeNS-6" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="void" signature="setAttributeNS(const QString nsURI, const QString &amp; qName, double value)">
+ <parameter left="const QString" right="" name="nsURI" default=""/>
+ <parameter left="const QString &amp;" right="" name="qName" default=""/>
+ <parameter left="double" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeAttributeNS" fullname="QDomElement::removeAttributeNS" href="qdomelement.html#removeAttributeNS" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeAttributeNS(const QString &amp; nsURI, const QString &amp; localName)">
+ <parameter left="const QString &amp;" right="" name="nsURI" default=""/>
+ <parameter left="const QString &amp;" right="" name="localName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attributeNodeNS" fullname="QDomElement::attributeNodeNS" href="qdomelement.html#attributeNodeNS" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomAttr" signature="attributeNodeNS(const QString &amp; nsURI, const QString &amp; localName)">
+ <parameter left="const QString &amp;" right="" name="nsURI" default=""/>
+ <parameter left="const QString &amp;" right="" name="localName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeNodeNS" fullname="QDomElement::setAttributeNodeNS" href="qdomelement.html#setAttributeNodeNS" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomAttr" signature="setAttributeNodeNS(const QDomAttr &amp; newAttr)">
+ <parameter left="const QDomAttr &amp;" right="" name="newAttr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="elementsByTagNameNS" fullname="QDomElement::elementsByTagNameNS" href="qdomelement.html#elementsByTagNameNS" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNodeList" signature="elementsByTagNameNS(const QString &amp; nsURI, const QString &amp; localName) const">
+ <parameter left="const QString &amp;" right="" name="nsURI" default=""/>
+ <parameter left="const QString &amp;" right="" name="localName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasAttributeNS" fullname="QDomElement::hasAttributeNS" href="qdomelement.html#hasAttributeNS" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasAttributeNS(const QString &amp; nsURI, const QString &amp; localName) const">
+ <parameter left="const QString &amp;" right="" name="nsURI" default=""/>
+ <parameter left="const QString &amp;" right="" name="localName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tagName" fullname="QDomElement::tagName" href="qdomelement.html#tagName" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="tagName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTagName" fullname="QDomElement::setTagName" href="qdomelement.html#setTagName" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTagName(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attributes" fullname="QDomElement::attributes" href="qdomelement.html#attributes" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNamedNodeMap" signature="attributes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nodeType" fullname="QDomElement::nodeType" href="qdomelement.html#nodeType" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode::NodeType" signature="nodeType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QDomElement::text" href="qdomelement.html#text" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QDomText" href="qdomtext.html" location="qdom.h" bases="QDomCharacterData" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomText" fullname="QDomText::QDomText" href="qdomtext.html#QDomText" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDomText()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomText" fullname="QDomText::QDomText" href="qdomtext.html#QDomText-2" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDomText(const QDomText &amp; x)">
+ <parameter left="const QDomText &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDomText::operator=" href="qdomtext.html#operator=" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomText &amp;" signature="operator=(const QDomText &amp; x)">
+ <parameter left="const QDomText &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="splitText" fullname="QDomText::splitText" href="qdomtext.html#splitText" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomText" signature="splitText(int offset)">
+ <parameter left="int" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nodeType" fullname="QDomText::nodeType" href="qdomtext.html#nodeType" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode::NodeType" signature="nodeType() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QDomComment" href="qdomcomment.html" location="qdom.h" bases="QDomCharacterData" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomComment" fullname="QDomComment::QDomComment" href="qdomcomment.html#QDomComment" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDomComment()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomComment" fullname="QDomComment::QDomComment" href="qdomcomment.html#QDomComment-2" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDomComment(const QDomComment &amp; x)">
+ <parameter left="const QDomComment &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDomComment::operator=" href="qdomcomment.html#operator=" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomComment &amp;" signature="operator=(const QDomComment &amp; x)">
+ <parameter left="const QDomComment &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nodeType" fullname="QDomComment::nodeType" href="qdomcomment.html#nodeType" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode::NodeType" signature="nodeType() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QDomCDATASection" href="qdomcdatasection.html" location="qdom.h" bases="QDomText" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomCDATASection" fullname="QDomCDATASection::QDomCDATASection" href="qdomcdatasection.html#QDomCDATASection" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDomCDATASection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomCDATASection" fullname="QDomCDATASection::QDomCDATASection" href="qdomcdatasection.html#QDomCDATASection-2" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDomCDATASection(const QDomCDATASection &amp; x)">
+ <parameter left="const QDomCDATASection &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDomCDATASection::operator=" href="qdomcdatasection.html#operator=" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomCDATASection &amp;" signature="operator=(const QDomCDATASection &amp; x)">
+ <parameter left="const QDomCDATASection &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nodeType" fullname="QDomCDATASection::nodeType" href="qdomcdatasection.html#nodeType" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode::NodeType" signature="nodeType() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QDomNotation" href="qdomnotation.html" location="qdom.h" bases="QDomNode" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomNotation" fullname="QDomNotation::QDomNotation" href="qdomnotation.html#QDomNotation" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDomNotation()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomNotation" fullname="QDomNotation::QDomNotation" href="qdomnotation.html#QDomNotation-2" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDomNotation(const QDomNotation &amp; x)">
+ <parameter left="const QDomNotation &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDomNotation::operator=" href="qdomnotation.html#operator=" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomNotation &amp;" signature="operator=(const QDomNotation &amp; x)">
+ <parameter left="const QDomNotation &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="publicId" fullname="QDomNotation::publicId" href="qdomnotation.html#publicId" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="publicId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="systemId" fullname="QDomNotation::systemId" href="qdomnotation.html#systemId" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="systemId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nodeType" fullname="QDomNotation::nodeType" href="qdomnotation.html#nodeType" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode::NodeType" signature="nodeType() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QDomEntity" href="qdomentity.html" location="qdom.h" bases="QDomNode" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomEntity" fullname="QDomEntity::QDomEntity" href="qdomentity.html#QDomEntity" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDomEntity()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomEntity" fullname="QDomEntity::QDomEntity" href="qdomentity.html#QDomEntity-2" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDomEntity(const QDomEntity &amp; x)">
+ <parameter left="const QDomEntity &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDomEntity::operator=" href="qdomentity.html#operator=" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomEntity &amp;" signature="operator=(const QDomEntity &amp; x)">
+ <parameter left="const QDomEntity &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="publicId" fullname="QDomEntity::publicId" href="qdomentity.html#publicId" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="publicId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="systemId" fullname="QDomEntity::systemId" href="qdomentity.html#systemId" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="systemId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="notationName" fullname="QDomEntity::notationName" href="qdomentity.html#notationName" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="notationName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nodeType" fullname="QDomEntity::nodeType" href="qdomentity.html#nodeType" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode::NodeType" signature="nodeType() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QDomEntityReference" href="qdomentityreference.html" location="qdom.h" bases="QDomNode" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomEntityReference" fullname="QDomEntityReference::QDomEntityReference" href="qdomentityreference.html#QDomEntityReference" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDomEntityReference()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomEntityReference" fullname="QDomEntityReference::QDomEntityReference" href="qdomentityreference.html#QDomEntityReference-2" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDomEntityReference(const QDomEntityReference &amp; x)">
+ <parameter left="const QDomEntityReference &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDomEntityReference::operator=" href="qdomentityreference.html#operator=" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomEntityReference &amp;" signature="operator=(const QDomEntityReference &amp; x)">
+ <parameter left="const QDomEntityReference &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nodeType" fullname="QDomEntityReference::nodeType" href="qdomentityreference.html#nodeType" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode::NodeType" signature="nodeType() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QDomProcessingInstruction" href="qdomprocessinginstruction.html" location="qdom.h" bases="QDomNode" module="QtXml">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomProcessingInstruction" fullname="QDomProcessingInstruction::QDomProcessingInstruction" href="qdomprocessinginstruction.html#QDomProcessingInstruction" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDomProcessingInstruction()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDomProcessingInstruction" fullname="QDomProcessingInstruction::QDomProcessingInstruction" href="qdomprocessinginstruction.html#QDomProcessingInstruction-2" location="qdom.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDomProcessingInstruction(const QDomProcessingInstruction &amp; x)">
+ <parameter left="const QDomProcessingInstruction &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDomProcessingInstruction::operator=" href="qdomprocessinginstruction.html#operator=" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDomProcessingInstruction &amp;" signature="operator=(const QDomProcessingInstruction &amp; x)">
+ <parameter left="const QDomProcessingInstruction &amp;" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="target" fullname="QDomProcessingInstruction::target" href="qdomprocessinginstruction.html#target" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="target() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QDomProcessingInstruction::data" href="qdomprocessinginstruction.html#data" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QDomProcessingInstruction::setData" href="qdomprocessinginstruction.html#setData" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setData(const QString &amp; d)">
+ <parameter left="const QString &amp;" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nodeType" fullname="QDomProcessingInstruction::nodeType" href="qdomprocessinginstruction.html#nodeType" location="qdom.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDomNode::NodeType" signature="nodeType() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qdomnode.html#operator&lt;&lt;-114" location="qdom.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="114" relates="QDomNode" type="QTextStream &amp;" signature="operator&lt;&lt;(QTextStream &amp; str, const QDomNode &amp; node)">
+ <parameter left="QTextStream &amp;" right="" name="str" default=""/>
+ <parameter left="const QDomNode &amp;" right="" name="node" default=""/>
+ </function>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlNodeModelIndex" href="qxmlnodemodelindex.html" location="qabstractxmlnodemodel.h" bases="" module="QtXmlPatterns">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlNodeModelIndex" fullname="QXmlNodeModelIndex::QXmlNodeModelIndex" href="qxmlnodemodelindex.html#QXmlNodeModelIndex" location="qabstractxmlnodemodel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QXmlNodeModelIndex()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlNodeModelIndex" fullname="QXmlNodeModelIndex::QXmlNodeModelIndex" href="qxmlnodemodelindex.html#QXmlNodeModelIndex-2" location="qabstractxmlnodemodel.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QXmlNodeModelIndex(const QXmlNodeModelIndex &amp; other)">
+ <parameter left="const QXmlNodeModelIndex &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QXmlNodeModelIndex::operator==" href="qxmlnodemodelindex.html#operator==" location="qabstractxmlnodemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QXmlNodeModelIndex &amp; other) const">
+ <parameter left="const QXmlNodeModelIndex &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QXmlNodeModelIndex::operator!=" href="qxmlnodemodelindex.html#operator!=" location="qabstractxmlnodemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QXmlNodeModelIndex &amp; other) const">
+ <parameter left="const QXmlNodeModelIndex &amp;" right="" name="other" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="List" fullname="QXmlNodeModelIndex::List" href="qxmlnodemodelindex.html#List-typedef" location="qabstractxmlnodemodel.h"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="NodeKind" fullname="QXmlNodeModelIndex::NodeKind" href="qxmlnodemodelindex.html#NodeKind-enum" location="qabstractxmlnodemodel.h">
+ <value name="Attribute" value="1"/>
+ <value name="Comment" value="2"/>
+ <value name="Document" value="4"/>
+ <value name="Element" value="8"/>
+ <value name="Namespace" value="16"/>
+ <value name="ProcessingInstruction" value="32"/>
+ <value name="Text" value="64"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DocumentOrder" fullname="QXmlNodeModelIndex::DocumentOrder" href="qxmlnodemodelindex.html#DocumentOrder-enum" location="qabstractxmlnodemodel.h">
+ <value name="Precedes" value="-1"/>
+ <value name="Is" value="0"/>
+ <value name="Follows" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QXmlNodeModelIndex::data" href="qxmlnodemodelindex.html#data" location="qabstractxmlnodemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="internalPointer" fullname="QXmlNodeModelIndex::internalPointer" href="qxmlnodemodelindex.html#internalPointer" location="qabstractxmlnodemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void *" signature="internalPointer() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="model" fullname="QXmlNodeModelIndex::model" href="qxmlnodemodelindex.html#model" location="qabstractxmlnodemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QAbstractXmlNodeModel *" signature="model() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="additionalData" fullname="QXmlNodeModelIndex::additionalData" href="qxmlnodemodelindex.html#additionalData" location="qabstractxmlnodemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="additionalData() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QXmlNodeModelIndex::isNull" href="qxmlnodemodelindex.html#isNull" location="qabstractxmlnodemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qHash" href="qhash.html#qHash-24" location="qabstractxmlnodemodel.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="24" relates="QHash" type="uint" signature="qHash(const QXmlNodeModelIndex &amp; index)">
+ <parameter left="const QXmlNodeModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <class access="public" threadsafety="thread safe" status="commendable" name="QAbstractXmlNodeModel" href="qabstractxmlnodemodel.html" location="qabstractxmlnodemodel.h" bases="QSharedData" module="QtXmlPatterns">
+ <contents name="usage" title="Usage" level="1"/>
+ <contents name="subclassing" title="Subclassing" level="1"/>
+ <contents name="thread-safety" title="Thread Safety" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SimpleAxis" fullname="QAbstractXmlNodeModel::SimpleAxis" href="qabstractxmlnodemodel.html#SimpleAxis-enum" location="qabstractxmlnodemodel.h">
+ <value name="Parent" value="0"/>
+ <value name="FirstChild" value="1"/>
+ <value name="PreviousSibling" value="2"/>
+ <value name="NextSibling" value="3"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Ptr" fullname="QAbstractXmlNodeModel::Ptr" href="qabstractxmlnodemodel.html#Ptr-typedef" location="qabstractxmlnodemodel.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="List" fullname="QAbstractXmlNodeModel::List" href="qabstractxmlnodemodel.html#List-typedef" location="qabstractxmlnodemodel.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractXmlNodeModel" fullname="QAbstractXmlNodeModel::QAbstractXmlNodeModel" href="qabstractxmlnodemodel.html#QAbstractXmlNodeModel" location="qabstractxmlnodemodel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractXmlNodeModel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractXmlNodeModel" fullname="QAbstractXmlNodeModel::~QAbstractXmlNodeModel" href="qabstractxmlnodemodel.html#dtor.QAbstractXmlNodeModel" location="qabstractxmlnodemodel.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractXmlNodeModel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="baseUri" fullname="QAbstractXmlNodeModel::baseUri" href="qabstractxmlnodemodel.html#baseUri" location="qabstractxmlnodemodel.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="baseUri(const QXmlNodeModelIndex &amp; n) const">
+ <parameter left="const QXmlNodeModelIndex &amp;" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="documentUri" fullname="QAbstractXmlNodeModel::documentUri" href="qabstractxmlnodemodel.html#documentUri" location="qabstractxmlnodemodel.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="documentUri(const QXmlNodeModelIndex &amp; n) const">
+ <parameter left="const QXmlNodeModelIndex &amp;" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="kind" fullname="QAbstractXmlNodeModel::kind" href="qabstractxmlnodemodel.html#kind" location="qabstractxmlnodemodel.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QXmlNodeModelIndex::NodeKind" signature="kind(const QXmlNodeModelIndex &amp; ni) const">
+ <parameter left="const QXmlNodeModelIndex &amp;" right="" name="ni" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compareOrder" fullname="QAbstractXmlNodeModel::compareOrder" href="qabstractxmlnodemodel.html#compareOrder" location="qabstractxmlnodemodel.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QXmlNodeModelIndex::DocumentOrder" signature="compareOrder(const QXmlNodeModelIndex &amp; ni1, const QXmlNodeModelIndex &amp; ni2) const">
+ <parameter left="const QXmlNodeModelIndex &amp;" right="" name="ni1" default=""/>
+ <parameter left="const QXmlNodeModelIndex &amp;" right="" name="ni2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="root" fullname="QAbstractXmlNodeModel::root" href="qabstractxmlnodemodel.html#root" location="qabstractxmlnodemodel.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QXmlNodeModelIndex" signature="root(const QXmlNodeModelIndex &amp; n) const">
+ <parameter left="const QXmlNodeModelIndex &amp;" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QAbstractXmlNodeModel::name" href="qabstractxmlnodemodel.html#name" location="qabstractxmlnodemodel.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QXmlName" signature="name(const QXmlNodeModelIndex &amp; ni) const">
+ <parameter left="const QXmlNodeModelIndex &amp;" right="" name="ni" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stringValue" fullname="QAbstractXmlNodeModel::stringValue" href="qabstractxmlnodemodel.html#stringValue" location="qabstractxmlnodemodel.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="stringValue(const QXmlNodeModelIndex &amp; n) const">
+ <parameter left="const QXmlNodeModelIndex &amp;" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="typedValue" fullname="QAbstractXmlNodeModel::typedValue" href="qabstractxmlnodemodel.html#typedValue" location="qabstractxmlnodemodel.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="typedValue(const QXmlNodeModelIndex &amp; node) const">
+ <parameter left="const QXmlNodeModelIndex &amp;" right="" name="node" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="namespaceBindings" fullname="QAbstractXmlNodeModel::namespaceBindings" href="qabstractxmlnodemodel.html#namespaceBindings" location="qabstractxmlnodemodel.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QVector&lt;QXmlName&gt;" signature="namespaceBindings(const QXmlNodeModelIndex &amp; n) const">
+ <parameter left="const QXmlNodeModelIndex &amp;" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="elementById" fullname="QAbstractXmlNodeModel::elementById" href="qabstractxmlnodemodel.html#elementById" location="qabstractxmlnodemodel.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QXmlNodeModelIndex" signature="elementById(const QXmlName &amp; id) const">
+ <parameter left="const QXmlName &amp;" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nodesByIdref" fullname="QAbstractXmlNodeModel::nodesByIdref" href="qabstractxmlnodemodel.html#nodesByIdref" location="qabstractxmlnodemodel.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QVector&lt;QXmlNodeModelIndex&gt;" signature="nodesByIdref(const QXmlName &amp; idref) const">
+ <parameter left="const QXmlName &amp;" right="" name="idref" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sourceLocation" fullname="QAbstractXmlNodeModel::sourceLocation" href="qabstractxmlnodemodel.html#sourceLocation" location="qabstractxmlnodemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSourceLocation" signature="sourceLocation(const QXmlNodeModelIndex &amp; index) const">
+ <parameter left="const QXmlNodeModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="nextFromSimpleAxis" fullname="QAbstractXmlNodeModel::nextFromSimpleAxis" href="qabstractxmlnodemodel.html#nextFromSimpleAxis" location="qabstractxmlnodemodel.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QXmlNodeModelIndex" signature="nextFromSimpleAxis(SimpleAxis axis, const QXmlNodeModelIndex &amp; origin) const">
+ <parameter left="SimpleAxis" right="" name="axis" default=""/>
+ <parameter left="const QXmlNodeModelIndex &amp;" right="" name="origin" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="attributes" fullname="QAbstractXmlNodeModel::attributes" href="qabstractxmlnodemodel.html#attributes" location="qabstractxmlnodemodel.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QVector&lt;QXmlNodeModelIndex&gt;" signature="attributes(const QXmlNodeModelIndex &amp; element) const">
+ <parameter left="const QXmlNodeModelIndex &amp;" right="" name="element" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="createIndex" fullname="QAbstractXmlNodeModel::createIndex" href="qabstractxmlnodemodel.html#createIndex" location="qabstractxmlnodemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QXmlNodeModelIndex" signature="createIndex(qint64 data) const">
+ <parameter left="qint64" right="" name="data" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="createIndex" fullname="QAbstractXmlNodeModel::createIndex" href="qabstractxmlnodemodel.html#createIndex-2" location="qabstractxmlnodemodel.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QXmlNodeModelIndex" signature="createIndex(void * pointer, qint64 additionalData) const">
+ <parameter left="void *" right="" name="pointer" default=""/>
+ <parameter left="qint64" right="" name="additionalData" default="0"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="createIndex" fullname="QAbstractXmlNodeModel::createIndex" href="qabstractxmlnodemodel.html#createIndex-3" location="qabstractxmlnodemodel.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QXmlNodeModelIndex" signature="createIndex(qint64 data, qint64 additionalData) const">
+ <parameter left="qint64" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="additionalData" default=""/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d_ptr" fullname="QAbstractXmlNodeModel::d_ptr" href="qabstractxmlnodemodel.html#d_ptr-var" location="qabstractxmlnodemodel.h" type="QAbstractXmlNodeModelPrivate *" static="false"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlItem" href="qxmlitem.html" location="qabstractxmlnodemodel.h" bases="" module="QtXmlPatterns">
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Iterator" fullname="QXmlItem::Iterator" href="qxmlitem.html#Iterator-typedef" location="qabstractxmlnodemodel.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlItem" fullname="QXmlItem::QXmlItem" href="qxmlitem.html#QXmlItem" location="qabstractxmlnodemodel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QXmlItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlItem" fullname="QXmlItem::QXmlItem" href="qxmlitem.html#QXmlItem-2" location="qabstractxmlnodemodel.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QXmlItem(const QXmlItem &amp; other)">
+ <parameter left="const QXmlItem &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlItem" fullname="QXmlItem::QXmlItem" href="qxmlitem.html#QXmlItem-3" location="qabstractxmlnodemodel.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QXmlItem(const QXmlNodeModelIndex &amp; node)">
+ <parameter left="const QXmlNodeModelIndex &amp;" right="" name="node" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlItem" fullname="QXmlItem::QXmlItem" href="qxmlitem.html#QXmlItem-4" location="qabstractxmlnodemodel.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QXmlItem(const QVariant &amp; atomicValue)">
+ <parameter left="const QVariant &amp;" right="" name="atomicValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlItem" fullname="QXmlItem::~QXmlItem" href="qxmlitem.html#dtor.QXmlItem" location="qabstractxmlnodemodel.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QXmlItem::operator=" href="qxmlitem.html#operator=" location="qabstractxmlnodemodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QXmlItem &amp;" signature="operator=(const QXmlItem &amp; other)">
+ <parameter left="const QXmlItem &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QXmlItem::isNull" href="qxmlitem.html#isNull" location="qabstractxmlnodemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNode" fullname="QXmlItem::isNode" href="qxmlitem.html#isNode" location="qabstractxmlnodemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isAtomicValue" fullname="QXmlItem::isAtomicValue" href="qxmlitem.html#isAtomicValue" location="qabstractxmlnodemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isAtomicValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toAtomicValue" fullname="QXmlItem::toAtomicValue" href="qxmlitem.html#toAtomicValue" location="qabstractxmlnodemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="toAtomicValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toNodeModelIndex" fullname="QXmlItem::toNodeModelIndex" href="qxmlitem.html#toNodeModelIndex" location="qabstractxmlnodemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QXmlNodeModelIndex" signature="toNodeModelIndex() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qCopy" href="qtalgorithms.html#qCopy" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtAlgorithms&gt;" type="OutputIterator" signature="qCopy(InputIterator begin1, InputIterator end1, OutputIterator begin2)">
+ <parameter left="InputIterator" right="" name="begin1" default=""/>
+ <parameter left="InputIterator" right="" name="end1" default=""/>
+ <parameter left="OutputIterator" right="" name="begin2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qCopyBackward" href="qtalgorithms.html#qCopyBackward" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtAlgorithms&gt;" type="BiIterator2" signature="qCopyBackward(BiIterator1 begin1, BiIterator1 end1, BiIterator2 end2)">
+ <parameter left="BiIterator1" right="" name="begin1" default=""/>
+ <parameter left="BiIterator1" right="" name="end1" default=""/>
+ <parameter left="BiIterator2" right="" name="end2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qEqual" href="qtalgorithms.html#qEqual" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtAlgorithms&gt;" type="bool" signature="qEqual(InputIterator1 begin1, InputIterator1 end1, InputIterator2 begin2)">
+ <parameter left="InputIterator1" right="" name="begin1" default=""/>
+ <parameter left="InputIterator1" right="" name="end1" default=""/>
+ <parameter left="InputIterator2" right="" name="begin2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qFill" href="qtalgorithms.html#qFill" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtAlgorithms&gt;" type="void" signature="qFill(ForwardIterator begin, ForwardIterator end, const T &amp; value)">
+ <parameter left="ForwardIterator" right="" name="begin" default=""/>
+ <parameter left="ForwardIterator" right="" name="end" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qFill" href="qtalgorithms.html#qFill-2" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="&lt;QtAlgorithms&gt;" type="void" signature="qFill(Container &amp; container, const T &amp; value)">
+ <parameter left="Container &amp;" right="" name="container" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qFind" href="qtalgorithms.html#qFind" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtAlgorithms&gt;" type="InputIterator" signature="qFind(InputIterator begin, InputIterator end, const T &amp; value)">
+ <parameter left="InputIterator" right="" name="begin" default=""/>
+ <parameter left="InputIterator" right="" name="end" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qFind" href="qtalgorithms.html#qFind-2" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="&lt;QtAlgorithms&gt;" type="Container::const_iterator" signature="qFind(const Container &amp; container, const T &amp; value)">
+ <parameter left="const Container &amp;" right="" name="container" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qCount" href="qtalgorithms.html#qCount" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtAlgorithms&gt;" type="void" signature="qCount(InputIterator begin, InputIterator end, const T &amp; value, Size &amp; n)">
+ <parameter left="InputIterator" right="" name="begin" default=""/>
+ <parameter left="InputIterator" right="" name="end" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ <parameter left="Size &amp;" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qCount" href="qtalgorithms.html#qCount-2" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="&lt;QtAlgorithms&gt;" type="void" signature="qCount(const Container &amp; container, const T &amp; value, Size &amp; n)">
+ <parameter left="const Container &amp;" right="" name="container" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ <parameter left="Size &amp;" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qLess" href="qtalgorithms.html#qLess" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtAlgorithms&gt;" type="LessThan" signature="qLess()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qGreater" href="qtalgorithms.html#qGreater" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtAlgorithms&gt;" type="LessThan" signature="qGreater()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qSort" href="qtalgorithms.html#qSort" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtAlgorithms&gt;" type="void" signature="qSort(RandomAccessIterator begin, RandomAccessIterator end)">
+ <parameter left="RandomAccessIterator" right="" name="begin" default=""/>
+ <parameter left="RandomAccessIterator" right="" name="end" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qSort" href="qtalgorithms.html#qSort-2" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="&lt;QtAlgorithms&gt;" type="void" signature="qSort(RandomAccessIterator begin, RandomAccessIterator end, LessThan lessThan)">
+ <parameter left="RandomAccessIterator" right="" name="begin" default=""/>
+ <parameter left="RandomAccessIterator" right="" name="end" default=""/>
+ <parameter left="LessThan" right="" name="lessThan" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qSort" href="qtalgorithms.html#qSort-3" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" relates="&lt;QtAlgorithms&gt;" type="void" signature="qSort(Container &amp; container)">
+ <parameter left="Container &amp;" right="" name="container" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qStableSort" href="qtalgorithms.html#qStableSort" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtAlgorithms&gt;" type="void" signature="qStableSort(RandomAccessIterator begin, RandomAccessIterator end)">
+ <parameter left="RandomAccessIterator" right="" name="begin" default=""/>
+ <parameter left="RandomAccessIterator" right="" name="end" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qStableSort" href="qtalgorithms.html#qStableSort-2" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="&lt;QtAlgorithms&gt;" type="void" signature="qStableSort(RandomAccessIterator begin, RandomAccessIterator end, LessThan lessThan)">
+ <parameter left="RandomAccessIterator" right="" name="begin" default=""/>
+ <parameter left="RandomAccessIterator" right="" name="end" default=""/>
+ <parameter left="LessThan" right="" name="lessThan" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qStableSort" href="qtalgorithms.html#qStableSort-3" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" relates="&lt;QtAlgorithms&gt;" type="void" signature="qStableSort(Container &amp; container)">
+ <parameter left="Container &amp;" right="" name="container" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qLowerBound" href="qtalgorithms.html#qLowerBound" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtAlgorithms&gt;" type="RandomAccessIterator" signature="qLowerBound(RandomAccessIterator begin, RandomAccessIterator end, const T &amp; value)">
+ <parameter left="RandomAccessIterator" right="" name="begin" default=""/>
+ <parameter left="RandomAccessIterator" right="" name="end" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qLowerBound" href="qtalgorithms.html#qLowerBound-2" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="&lt;QtAlgorithms&gt;" type="RandomAccessIterator" signature="qLowerBound(RandomAccessIterator begin, RandomAccessIterator end, const T &amp; value, LessThan lessThan)">
+ <parameter left="RandomAccessIterator" right="" name="begin" default=""/>
+ <parameter left="RandomAccessIterator" right="" name="end" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ <parameter left="LessThan" right="" name="lessThan" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qLowerBound" href="qtalgorithms.html#qLowerBound-3" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" relates="&lt;QtAlgorithms&gt;" type="Container::const_iterator" signature="qLowerBound(const Container &amp; container, const T &amp; value)">
+ <parameter left="const Container &amp;" right="" name="container" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qUpperBound" href="qtalgorithms.html#qUpperBound" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtAlgorithms&gt;" type="RandomAccessIterator" signature="qUpperBound(RandomAccessIterator begin, RandomAccessIterator end, const T &amp; value)">
+ <parameter left="RandomAccessIterator" right="" name="begin" default=""/>
+ <parameter left="RandomAccessIterator" right="" name="end" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qUpperBound" href="qtalgorithms.html#qUpperBound-2" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="&lt;QtAlgorithms&gt;" type="RandomAccessIterator" signature="qUpperBound(RandomAccessIterator begin, RandomAccessIterator end, const T &amp; value, LessThan lessThan)">
+ <parameter left="RandomAccessIterator" right="" name="begin" default=""/>
+ <parameter left="RandomAccessIterator" right="" name="end" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ <parameter left="LessThan" right="" name="lessThan" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qUpperBound" href="qtalgorithms.html#qUpperBound-3" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" relates="&lt;QtAlgorithms&gt;" type="Container::const_iterator" signature="qUpperBound(const Container &amp; container, const T &amp; value)">
+ <parameter left="const Container &amp;" right="" name="container" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qBinaryFind" href="qtalgorithms.html#qBinaryFind" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtAlgorithms&gt;" type="RandomAccessIterator" signature="qBinaryFind(RandomAccessIterator begin, RandomAccessIterator end, const T &amp; value)">
+ <parameter left="RandomAccessIterator" right="" name="begin" default=""/>
+ <parameter left="RandomAccessIterator" right="" name="end" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qBinaryFind" href="qtalgorithms.html#qBinaryFind-2" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="&lt;QtAlgorithms&gt;" type="RandomAccessIterator" signature="qBinaryFind(RandomAccessIterator begin, RandomAccessIterator end, const T &amp; value, LessThan lessThan)">
+ <parameter left="RandomAccessIterator" right="" name="begin" default=""/>
+ <parameter left="RandomAccessIterator" right="" name="end" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ <parameter left="LessThan" right="" name="lessThan" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qBinaryFind" href="qtalgorithms.html#qBinaryFind-3" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" relates="&lt;QtAlgorithms&gt;" type="Container::const_iterator" signature="qBinaryFind(const Container &amp; container, const T &amp; value)">
+ <parameter left="const Container &amp;" right="" name="container" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qDeleteAll" href="qtalgorithms.html#qDeleteAll" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtAlgorithms&gt;" type="void" signature="qDeleteAll(ForwardIterator begin, ForwardIterator end)">
+ <parameter left="ForwardIterator" right="" name="begin" default=""/>
+ <parameter left="ForwardIterator" right="" name="end" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qDeleteAll" href="qtalgorithms.html#qDeleteAll-2" location="qalgorithms.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="&lt;QtAlgorithms&gt;" type="void" signature="qDeleteAll(const Container &amp; c)">
+ <parameter left="const Container &amp;" right="" name="c" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGridLayout" href="qgridlayout.html" location="qgridlayout.h" bases="QLayout" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="horizontalSpacing" fullname="QGridLayout::horizontalSpacing" href="qgridlayout.html#horizontalSpacing-prop" location="qgridlayout.h" type="int">
+ <getter name="horizontalSpacing"/>
+ <setter name="setHorizontalSpacing"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="verticalSpacing" fullname="QGridLayout::verticalSpacing" href="qgridlayout.html#verticalSpacing-prop" location="qgridlayout.h" type="int">
+ <getter name="verticalSpacing"/>
+ <setter name="setVerticalSpacing"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGridLayout" fullname="QGridLayout::QGridLayout" href="qgridlayout.html#QGridLayout" location="qgridlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGridLayout(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGridLayout" fullname="QGridLayout::QGridLayout" href="qgridlayout.html#QGridLayout-2" location="qgridlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QGridLayout()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="QGridLayout" fullname="QGridLayout::QGridLayout" href="qgridlayout-qt3.html#QGridLayout-3" location="qgridlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QGridLayout(QWidget * parent, int nRows, int nCols, int margin, int space, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="nRows" default=""/>
+ <parameter left="int" right="" name="nCols" default="1"/>
+ <parameter left="int" right="" name="margin" default="0"/>
+ <parameter left="int" right="" name="space" default="-1"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QGridLayout" fullname="QGridLayout::QGridLayout" href="qgridlayout-qt3.html#QGridLayout-4" location="qgridlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QGridLayout(int nRows, int nCols, int spacing, const char * name)">
+ <parameter left="int" right="" name="nRows" default=""/>
+ <parameter left="int" right="" name="nCols" default="1"/>
+ <parameter left="int" right="" name="spacing" default="-1"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QGridLayout" fullname="QGridLayout::QGridLayout" href="qgridlayout-qt3.html#QGridLayout-5" location="qgridlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QGridLayout(QLayout * parentLayout, int nRows, int nCols, int spacing, const char * name)">
+ <parameter left="QLayout *" right="" name="parentLayout" default=""/>
+ <parameter left="int" right="" name="nRows" default="1"/>
+ <parameter left="int" right="" name="nCols" default="1"/>
+ <parameter left="int" right="" name="spacing" default="-1"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGridLayout" fullname="QGridLayout::~QGridLayout" href="qgridlayout.html#dtor.QGridLayout" location="qgridlayout.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGridLayout()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QGridLayout::sizeHint" href="qgridlayout.html#sizeHint" location="qgridlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSize" fullname="QGridLayout::minimumSize" href="qgridlayout.html#minimumSize" location="qgridlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumSize" fullname="QGridLayout::maximumSize" href="qgridlayout.html#maximumSize" location="qgridlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="maximumSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHorizontalSpacing" fullname="QGridLayout::setHorizontalSpacing" href="qgridlayout.html#horizontalSpacing-prop" location="qgridlayout.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="horizontalSpacing" type="void" signature="setHorizontalSpacing(int spacing)">
+ <parameter left="int" right="" name="spacing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="horizontalSpacing" fullname="QGridLayout::horizontalSpacing" href="qgridlayout.html#horizontalSpacing-prop" location="qgridlayout.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="horizontalSpacing" type="int" signature="horizontalSpacing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVerticalSpacing" fullname="QGridLayout::setVerticalSpacing" href="qgridlayout.html#verticalSpacing-prop" location="qgridlayout.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="verticalSpacing" type="void" signature="setVerticalSpacing(int spacing)">
+ <parameter left="int" right="" name="spacing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="verticalSpacing" fullname="QGridLayout::verticalSpacing" href="qgridlayout.html#verticalSpacing-prop" location="qgridlayout.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="verticalSpacing" type="int" signature="verticalSpacing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSpacing" fullname="QGridLayout::setSpacing" href="qgridlayout.html#setSpacing" location="qgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSpacing(int spacing)">
+ <parameter left="int" right="" name="spacing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="spacing" fullname="QGridLayout::spacing" href="qgridlayout.html#spacing" location="qgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="spacing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRowStretch" fullname="QGridLayout::setRowStretch" href="qgridlayout.html#setRowStretch" location="qgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRowStretch(int row, int stretch)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="stretch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnStretch" fullname="QGridLayout::setColumnStretch" href="qgridlayout.html#setColumnStretch" location="qgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumnStretch(int column, int stretch)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="stretch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowStretch" fullname="QGridLayout::rowStretch" href="qgridlayout.html#rowStretch" location="qgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="rowStretch(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnStretch" fullname="QGridLayout::columnStretch" href="qgridlayout.html#columnStretch" location="qgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columnStretch(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRowMinimumHeight" fullname="QGridLayout::setRowMinimumHeight" href="qgridlayout.html#setRowMinimumHeight" location="qgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRowMinimumHeight(int row, int minSize)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="minSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnMinimumWidth" fullname="QGridLayout::setColumnMinimumWidth" href="qgridlayout.html#setColumnMinimumWidth" location="qgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumnMinimumWidth(int column, int minSize)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="minSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowMinimumHeight" fullname="QGridLayout::rowMinimumHeight" href="qgridlayout.html#rowMinimumHeight" location="qgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="rowMinimumHeight(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnMinimumWidth" fullname="QGridLayout::columnMinimumWidth" href="qgridlayout.html#columnMinimumWidth" location="qgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columnMinimumWidth(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnCount" fullname="QGridLayout::columnCount" href="qgridlayout.html#columnCount" location="qgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columnCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowCount" fullname="QGridLayout::rowCount" href="qgridlayout.html#rowCount" location="qgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="rowCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellRect" fullname="QGridLayout::cellRect" href="qgridlayout.html#cellRect" location="qgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="cellRect(int row, int column) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="cellGeometry" fullname="QGridLayout::cellGeometry" href="qgridlayout-qt3.html#cellGeometry" location="qgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="cellGeometry(int row, int column) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasHeightForWidth" fullname="QGridLayout::hasHeightForWidth" href="qgridlayout.html#hasHeightForWidth" location="qgridlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasHeightForWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="heightForWidth" fullname="QGridLayout::heightForWidth" href="qgridlayout.html#heightForWidth" location="qgridlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="heightForWidth(int w) const">
+ <parameter left="int" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumHeightForWidth" fullname="QGridLayout::minimumHeightForWidth" href="qgridlayout.html#minimumHeightForWidth" location="qgridlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="minimumHeightForWidth(int w) const">
+ <parameter left="int" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expandingDirections" fullname="QGridLayout::expandingDirections" href="qgridlayout.html#expandingDirections" location="qgridlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::Orientations" signature="expandingDirections() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invalidate" fullname="QGridLayout::invalidate" href="qgridlayout.html#invalidate" location="qgridlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="invalidate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addWidget" fullname="QGridLayout::addWidget" href="qgridlayout.html#addWidget" location="qgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addWidget(QWidget * widget, int row, int column, QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addWidget" fullname="QGridLayout::addWidget" href="qgridlayout.html#addWidget-2" location="qgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addWidget(QWidget * widget, int fromRow, int fromColumn, int rowSpan, int columnSpan, QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="int" right="" name="fromRow" default=""/>
+ <parameter left="int" right="" name="fromColumn" default=""/>
+ <parameter left="int" right="" name="rowSpan" default=""/>
+ <parameter left="int" right="" name="columnSpan" default=""/>
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addLayout" fullname="QGridLayout::addLayout" href="qgridlayout.html#addLayout" location="qgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addLayout(QLayout * layout, int row, int column, QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QLayout *" right="" name="layout" default=""/>
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addLayout" fullname="QGridLayout::addLayout" href="qgridlayout.html#addLayout-2" location="qgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addLayout(QLayout * layout, int row, int column, int rowSpan, int columnSpan, QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QLayout *" right="" name="layout" default=""/>
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="rowSpan" default=""/>
+ <parameter left="int" right="" name="columnSpan" default=""/>
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOriginCorner" fullname="QGridLayout::setOriginCorner" href="qgridlayout.html#setOriginCorner" location="qgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOriginCorner(Qt::Corner corner)">
+ <parameter left="Qt::Corner" right="" name="corner" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="originCorner" fullname="QGridLayout::originCorner" href="qgridlayout.html#originCorner" location="qgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::Corner" signature="originCorner() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setOrigin" fullname="QGridLayout::setOrigin" href="qgridlayout-qt3.html#setOrigin" location="qgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOrigin(Qt::Corner corner)">
+ <parameter left="Qt::Corner" right="" name="corner" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="origin" fullname="QGridLayout::origin" href="qgridlayout-qt3.html#origin" location="qgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::Corner" signature="origin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAt" fullname="QGridLayout::itemAt" href="qgridlayout.html#itemAt" location="qgridlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QLayoutItem *" signature="itemAt(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAtPosition" fullname="QGridLayout::itemAtPosition" href="qgridlayout.html#itemAtPosition" location="qgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QLayoutItem *" signature="itemAtPosition(int row, int column) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeAt" fullname="QGridLayout::takeAt" href="qgridlayout.html#takeAt" location="qgridlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QLayoutItem *" signature="takeAt(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QGridLayout::count" href="qgridlayout.html#count" location="qgridlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGeometry" fullname="QGridLayout::setGeometry" href="qgridlayout.html#setGeometry" location="qgridlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setGeometry(const QRect &amp; rect)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addItem" fullname="QGridLayout::addItem" href="qgridlayout.html#addItem" location="qgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addItem(QLayoutItem * item, int row, int column, int rowSpan, int columnSpan, QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QLayoutItem *" right="" name="item" default=""/>
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="rowSpan" default="1"/>
+ <parameter left="int" right="" name="columnSpan" default="1"/>
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getItemPosition" fullname="QGridLayout::getItemPosition" href="qgridlayout.html#getItemPosition" location="qgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="getItemPosition(int index, int * row, int * column, int * rowSpan, int * columnSpan)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int *" right="" name="row" default=""/>
+ <parameter left="int *" right="" name="column" default=""/>
+ <parameter left="int *" right="" name="rowSpan" default=""/>
+ <parameter left="int *" right="" name="columnSpan" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="compat" name="findWidget" fullname="QGridLayout::findWidget" href="qgridlayout-qt3.html#findWidget" location="qgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findWidget(QWidget * w, int * row, int * column)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ <parameter left="int *" right="" name="row" default=""/>
+ <parameter left="int *" right="" name="column" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="addItem" fullname="QGridLayout::addItem" href="qgridlayout.html#addItem-2" location="qgridlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addItem(QLayoutItem * item)">
+ <parameter left="QLayoutItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="expand" fullname="QGridLayout::expand" href="qgridlayout-qt3.html#expand" location="qgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="expand(int nRows, int nCols)">
+ <parameter left="int" right="" name="nRows" default=""/>
+ <parameter left="int" right="" name="nCols" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="addRowSpacing" fullname="QGridLayout::addRowSpacing" href="qgridlayout-qt3.html#addRowSpacing" location="qgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addRowSpacing(int row, int minsize)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="minsize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="addColSpacing" fullname="QGridLayout::addColSpacing" href="qgridlayout-qt3.html#addColSpacing" location="qgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addColSpacing(int col, int minsize)">
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="int" right="" name="minsize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="addMultiCellWidget" fullname="QGridLayout::addMultiCellWidget" href="qgridlayout-qt3.html#addMultiCellWidget" location="qgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addMultiCellWidget(QWidget * widget, int fromRow, int toRow, int fromCol, int toCol, QFlags&lt;Qt::AlignmentFlag&gt; align)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="int" right="" name="fromRow" default=""/>
+ <parameter left="int" right="" name="toRow" default=""/>
+ <parameter left="int" right="" name="fromCol" default=""/>
+ <parameter left="int" right="" name="toCol" default=""/>
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="align" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="addMultiCell" fullname="QGridLayout::addMultiCell" href="qgridlayout-qt3.html#addMultiCell" location="qgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addMultiCell(QLayoutItem * l, int fromRow, int toRow, int fromCol, int toCol, QFlags&lt;Qt::AlignmentFlag&gt; align)">
+ <parameter left="QLayoutItem *" right="" name="l" default=""/>
+ <parameter left="int" right="" name="fromRow" default=""/>
+ <parameter left="int" right="" name="toRow" default=""/>
+ <parameter left="int" right="" name="fromCol" default=""/>
+ <parameter left="int" right="" name="toCol" default=""/>
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="align" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="addMultiCellLayout" fullname="QGridLayout::addMultiCellLayout" href="qgridlayout-qt3.html#addMultiCellLayout" location="qgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addMultiCellLayout(QLayout * layout, int fromRow, int toRow, int fromCol, int toCol, QFlags&lt;Qt::AlignmentFlag&gt; align)">
+ <parameter left="QLayout *" right="" name="layout" default=""/>
+ <parameter left="int" right="" name="fromRow" default=""/>
+ <parameter left="int" right="" name="toRow" default=""/>
+ <parameter left="int" right="" name="fromCol" default=""/>
+ <parameter left="int" right="" name="toCol" default=""/>
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="align" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="numRows" fullname="QGridLayout::numRows" href="qgridlayout-qt3.html#numRows" location="qgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="numRows() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="numCols" fullname="QGridLayout::numCols" href="qgridlayout-qt3.html#numCols" location="qgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="numCols() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setColStretch" fullname="QGridLayout::setColStretch" href="qgridlayout-qt3.html#setColStretch" location="qgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColStretch(int col, int stretch)">
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="int" right="" name="stretch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="colStretch" fullname="QGridLayout::colStretch" href="qgridlayout-qt3.html#colStretch" location="qgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="colStretch(int col) const">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setColSpacing" fullname="QGridLayout::setColSpacing" href="qgridlayout-qt3.html#setColSpacing" location="qgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColSpacing(int col, int minSize)">
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="int" right="" name="minSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="colSpacing" fullname="QGridLayout::colSpacing" href="qgridlayout-qt3.html#colSpacing" location="qgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="colSpacing(int col) const">
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setRowSpacing" fullname="QGridLayout::setRowSpacing" href="qgridlayout-qt3.html#setRowSpacing" location="qgridlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRowSpacing(int row, int minSize)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="minSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="rowSpacing" fullname="QGridLayout::rowSpacing" href="qgridlayout-qt3.html#rowSpacing" location="qgridlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="rowSpacing(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QColorDialog" href="qcolordialog.html" location="qcolordialog.h" bases="QDialog" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentColor" fullname="QColorDialog::currentColor" href="qcolordialog.html#currentColor-prop" location="qcolordialog.h" type="QColor">
+ <getter name="currentColor"/>
+ <setter name="setCurrentColor"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="options" fullname="QColorDialog::options" href="qcolordialog.html#options-prop" location="qcolordialog.h" type="ColorDialogOptions">
+ <getter name="options"/>
+ <setter name="setOptions"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ColorDialogOption" fullname="QColorDialog::ColorDialogOption" href="qcolordialog.html#ColorDialogOption-enum" location="qcolordialog.h" typedef="QColorDialog::ColorDialogOptions">
+ <value name="ShowAlphaChannel" value="0x00000001"/>
+ <value name="NoButtons" value="0x00000002"/>
+ <value name="DontUseNativeDialog" value="0x00000004"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ColorDialogOptions" fullname="QColorDialog::ColorDialogOptions" href="qcolordialog.html#ColorDialogOptions-typedef" location="qcolordialog.h" enum="QColorDialog::ColorDialogOption"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QColorDialog" fullname="QColorDialog::QColorDialog" href="qcolordialog.html#QColorDialog" location="qcolordialog.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QColorDialog(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QColorDialog" fullname="QColorDialog::QColorDialog" href="qcolordialog.html#QColorDialog-2" location="qcolordialog.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QColorDialog(const QColor &amp; initial, QWidget * parent)">
+ <parameter left="const QColor &amp;" right="" name="initial" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QColorDialog" fullname="QColorDialog::~QColorDialog" href="qcolordialog.html#dtor.QColorDialog" location="qcolordialog.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QColorDialog()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentColor" fullname="QColorDialog::setCurrentColor" href="qcolordialog.html#currentColor-prop" location="qcolordialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="currentColor" type="void" signature="setCurrentColor(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentColor" fullname="QColorDialog::currentColor" href="qcolordialog.html#currentColor-prop" location="qcolordialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentColor" type="QColor" signature="currentColor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedColor" fullname="QColorDialog::selectedColor" href="qcolordialog.html#selectedColor" location="qcolordialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="selectedColor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOption" fullname="QColorDialog::setOption" href="qcolordialog.html#setOption" location="qcolordialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOption(ColorDialogOption option, bool on)">
+ <parameter left="ColorDialogOption" right="" name="option" default=""/>
+ <parameter left="bool" right="" name="on" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testOption" fullname="QColorDialog::testOption" href="qcolordialog.html#testOption" location="qcolordialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="testOption(ColorDialogOption option) const">
+ <parameter left="ColorDialogOption" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOptions" fullname="QColorDialog::setOptions" href="qcolordialog.html#options-prop" location="qcolordialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="options" type="void" signature="setOptions(QFlags&lt;QColorDialog::ColorDialogOption&gt; options)">
+ <parameter left="QFlags&lt;QColorDialog::ColorDialogOption&gt;" right="" name="options" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="options" fullname="QColorDialog::options" href="qcolordialog.html#options-prop" location="qcolordialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="options" type="ColorDialogOptions" signature="options() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QColorDialog::open" href="qcolordialog.html#open" location="qcolordialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="open()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QColorDialog::open" href="qcolordialog.html#open-2" location="qcolordialog.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="open(QObject * receiver, const char * member)">
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="QColorDialog::setVisible" href="qcolordialog.html#setVisible" location="qcolordialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getColor" fullname="QColorDialog::getColor" href="qcolordialog.html#getColor" location="qcolordialog.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QColor" signature="getColor(const QColor &amp; initial, QWidget * parent, const QString &amp; title, QFlags&lt;QColorDialog::ColorDialogOption&gt; options)">
+ <parameter left="const QColor &amp;" right="" name="initial" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="QFlags&lt;QColorDialog::ColorDialogOption&gt;" right="" name="options" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getColor" fullname="QColorDialog::getColor" href="qcolordialog.html#getColor-2" location="qcolordialog.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QColor" signature="getColor(const QColor &amp; initial, QWidget * parent)">
+ <parameter left="const QColor &amp;" right="" name="initial" default="Qt::white"/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="getRgba" fullname="QColorDialog::getRgba" href="qcolordialog-obsolete.html#getRgba" location="qcolordialog.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QRgb" signature="getRgba(QRgb initial, bool * ok, QWidget * parent)">
+ <parameter left="QRgb" right="" name="initial" default="0xffffffff"/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="customCount" fullname="QColorDialog::customCount" href="qcolordialog.html#customCount" location="qcolordialog.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="customCount()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="customColor" fullname="QColorDialog::customColor" href="qcolordialog.html#customColor" location="qcolordialog.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QRgb" signature="customColor(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCustomColor" fullname="QColorDialog::setCustomColor" href="qcolordialog.html#setCustomColor" location="qcolordialog.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setCustomColor(int index, QRgb color)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="QRgb" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStandardColor" fullname="QColorDialog::setStandardColor" href="qcolordialog.html#setStandardColor" location="qcolordialog.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setStandardColor(int index, QRgb color)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="QRgb" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="getColor" fullname="QColorDialog::getColor" href="qcolordialog-qt3.html#getColor-3" location="qcolordialog.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="QColor" signature="getColor(const QColor &amp; init, QWidget * parent, const char * name)">
+ <parameter left="const QColor &amp;" right="" name="init" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="getRgba" fullname="QColorDialog::getRgba" href="qcolordialog-qt3.html#getRgba-2" location="qcolordialog.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QRgb" signature="getRgba(QRgb rgba, bool * ok, QWidget * parent, const char * name)">
+ <parameter left="QRgb" right="" name="rgba" default=""/>
+ <parameter left="bool *" right="" name="ok" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentColorChanged" fullname="QColorDialog::currentColorChanged" href="qcolordialog.html#currentColorChanged" location="qcolordialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentColorChanged(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="colorSelected" fullname="QColorDialog::colorSelected" href="qcolordialog.html#colorSelected" location="qcolordialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="colorSelected(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QColorDialog::changeEvent" href="qcolordialog.html#changeEvent" location="qcolordialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="done" fullname="QColorDialog::done" href="qcolordialog.html#done" location="qcolordialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="done(int result)">
+ <parameter left="int" right="" name="result" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QColumnView" href="qcolumnview.html" location="qcolumnview.h" bases="QAbstractItemView" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="resizeGripsVisible" fullname="QColumnView::resizeGripsVisible" href="qcolumnview.html#resizeGripsVisible-prop" location="qcolumnview.h" type="bool">
+ <getter name="resizeGripsVisible"/>
+ <setter name="setResizeGripsVisible"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updatePreviewWidget" fullname="QColumnView::updatePreviewWidget" href="qcolumnview.html#updatePreviewWidget" location="qcolumnview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="updatePreviewWidget(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QColumnView" fullname="QColumnView::QColumnView" href="qcolumnview.html#QColumnView" location="qcolumnview.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QColumnView(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QColumnView" fullname="QColumnView::~QColumnView" href="qcolumnview.html#dtor.QColumnView" location="qcolumnview.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QColumnView()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexAt" fullname="QColumnView::indexAt" href="qcolumnview.html#indexAt" location="qcolumnview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="indexAt(const QPoint &amp; point) const">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scrollTo" fullname="QColumnView::scrollTo" href="qcolumnview.html#scrollTo" location="qcolumnview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="scrollTo(const QModelIndex &amp; index, ScrollHint hint)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="ScrollHint" right="" name="hint" default="EnsureVisible"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QColumnView::sizeHint" href="qcolumnview.html#sizeHint" location="qcolumnview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="visualRect" fullname="QColumnView::visualRect" href="qcolumnview.html#visualRect" location="qcolumnview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="visualRect(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setModel" fullname="QColumnView::setModel" href="qcolumnview.html#setModel" location="qcolumnview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setModel(QAbstractItemModel * model)">
+ <parameter left="QAbstractItemModel *" right="" name="model" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectionModel" fullname="QColumnView::setSelectionModel" href="qcolumnview.html#setSelectionModel" location="qcolumnview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelectionModel(QItemSelectionModel * newSelectionModel)">
+ <parameter left="QItemSelectionModel *" right="" name="newSelectionModel" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRootIndex" fullname="QColumnView::setRootIndex" href="qcolumnview.html#setRootIndex" location="qcolumnview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setRootIndex(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectAll" fullname="QColumnView::selectAll" href="qcolumnview.html#selectAll" location="qcolumnview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="selectAll()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setResizeGripsVisible" fullname="QColumnView::setResizeGripsVisible" href="qcolumnview.html#resizeGripsVisible-prop" location="qcolumnview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="resizeGripsVisible" type="void" signature="setResizeGripsVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resizeGripsVisible" fullname="QColumnView::resizeGripsVisible" href="qcolumnview.html#resizeGripsVisible-prop" location="qcolumnview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="resizeGripsVisible" type="bool" signature="resizeGripsVisible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previewWidget" fullname="QColumnView::previewWidget" href="qcolumnview.html#previewWidget" location="qcolumnview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="previewWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPreviewWidget" fullname="QColumnView::setPreviewWidget" href="qcolumnview.html#setPreviewWidget" location="qcolumnview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPreviewWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnWidths" fullname="QColumnView::setColumnWidths" href="qcolumnview.html#setColumnWidths" location="qcolumnview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumnWidths(const QList&lt;int&gt; &amp; list)">
+ <parameter left="const QList&lt;int&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnWidths" fullname="QColumnView::columnWidths" href="qcolumnview.html#columnWidths" location="qcolumnview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;int&gt;" signature="columnWidths() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="isIndexHidden" fullname="QColumnView::isIndexHidden" href="qcolumnview.html#isIndexHidden" location="qcolumnview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isIndexHidden(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="moveCursor" fullname="QColumnView::moveCursor" href="qcolumnview.html#moveCursor" location="qcolumnview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QModelIndex" signature="moveCursor(CursorAction cursorAction, QFlags&lt;Qt::KeyboardModifier&gt; modifiers)">
+ <parameter left="CursorAction" right="" name="cursorAction" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QColumnView::resizeEvent" href="qcolumnview.html#resizeEvent" location="qcolumnview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * event)">
+ <parameter left="QResizeEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setSelection" fullname="QColumnView::setSelection" href="qcolumnview.html#setSelection" location="qcolumnview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelection(const QRect &amp; rect, QFlags&lt;QItemSelectionModel::SelectionFlag&gt; command)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="QFlags&lt;QItemSelectionModel::SelectionFlag&gt;" right="" name="command" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="visualRegionForSelection" fullname="QColumnView::visualRegionForSelection" href="qcolumnview.html#visualRegionForSelection" location="qcolumnview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRegion" signature="visualRegionForSelection(const QItemSelection &amp; selection) const">
+ <parameter left="const QItemSelection &amp;" right="" name="selection" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="horizontalOffset" fullname="QColumnView::horizontalOffset" href="qcolumnview.html#horizontalOffset" location="qcolumnview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="horizontalOffset() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="verticalOffset" fullname="QColumnView::verticalOffset" href="qcolumnview.html#verticalOffset" location="qcolumnview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="verticalOffset() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="rowsInserted" fullname="QColumnView::rowsInserted" href="qcolumnview.html#rowsInserted" location="qcolumnview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="rowsInserted(const QModelIndex &amp; parent, int start, int end)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="end" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="currentChanged" fullname="QColumnView::currentChanged" href="qcolumnview.html#currentChanged" location="qcolumnview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="currentChanged(const QModelIndex &amp; current, const QModelIndex &amp; previous)">
+ <parameter left="const QModelIndex &amp;" right="" name="current" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="previous" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="scrollContentsBy" fullname="QColumnView::scrollContentsBy" href="qcolumnview.html#scrollContentsBy" location="qcolumnview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="scrollContentsBy(int dx, int dy)">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="createColumn" fullname="QColumnView::createColumn" href="qcolumnview.html#createColumn" location="qcolumnview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QAbstractItemView *" signature="createColumn(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initializeColumn" fullname="QColumnView::initializeColumn" href="qcolumnview.html#initializeColumn" location="qcolumnview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="initializeColumn(QAbstractItemView * column) const">
+ <parameter left="QAbstractItemView *" right="" name="column" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSplitter" href="qsplitter.html" location="qsplitter.h" bases="QFrame" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="QSplitter::orientation" href="qsplitter.html#orientation-prop" location="qsplitter.h" type="Qt::Orientation">
+ <getter name="orientation"/>
+ <setter name="setOrientation"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="opaqueResize" fullname="QSplitter::opaqueResize" href="qsplitter.html#opaqueResize-prop" location="qsplitter.h" type="bool">
+ <getter name="opaqueResize"/>
+ <setter name="setOpaqueResize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="handleWidth" fullname="QSplitter::handleWidth" href="qsplitter.html#handleWidth-prop" location="qsplitter.h" type="int">
+ <getter name="handleWidth"/>
+ <setter name="setHandleWidth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="childrenCollapsible" fullname="QSplitter::childrenCollapsible" href="qsplitter.html#childrenCollapsible-prop" location="qsplitter.h" type="bool">
+ <getter name="childrenCollapsible"/>
+ <setter name="setChildrenCollapsible"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSplitter" fullname="QSplitter::QSplitter" href="qsplitter.html#QSplitter" location="qsplitter.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSplitter(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSplitter" fullname="QSplitter::QSplitter" href="qsplitter.html#QSplitter-2" location="qsplitter.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSplitter(Qt::Orientation orientation, QWidget * parent)">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSplitter" fullname="QSplitter::~QSplitter" href="qsplitter.html#dtor.QSplitter" location="qsplitter.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSplitter()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addWidget" fullname="QSplitter::addWidget" href="qsplitter.html#addWidget" location="qsplitter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertWidget" fullname="QSplitter::insertWidget" href="qsplitter.html#insertWidget" location="qsplitter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertWidget(int index, QWidget * widget)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOrientation" fullname="QSplitter::setOrientation" href="qsplitter.html#orientation-prop" location="qsplitter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="orientation" type="void" signature="setOrientation(Qt::Orientation )">
+ <parameter left="Qt::Orientation" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="QSplitter::orientation" href="qsplitter.html#orientation-prop" location="qsplitter.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="orientation" type="Qt::Orientation" signature="orientation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setChildrenCollapsible" fullname="QSplitter::setChildrenCollapsible" href="qsplitter.html#childrenCollapsible-prop" location="qsplitter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="childrenCollapsible" type="void" signature="setChildrenCollapsible(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childrenCollapsible" fullname="QSplitter::childrenCollapsible" href="qsplitter.html#childrenCollapsible-prop" location="qsplitter.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="childrenCollapsible" type="bool" signature="childrenCollapsible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCollapsible" fullname="QSplitter::setCollapsible" href="qsplitter.html#setCollapsible" location="qsplitter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCollapsible(int index, bool collapse)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="bool" right="" name="collapse" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCollapsible" fullname="QSplitter::isCollapsible" href="qsplitter.html#isCollapsible" location="qsplitter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCollapsible(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOpaqueResize" fullname="QSplitter::setOpaqueResize" href="qsplitter.html#opaqueResize-prop" location="qsplitter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="opaqueResize" type="void" signature="setOpaqueResize(bool opaque)">
+ <parameter left="bool" right="" name="opaque" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="opaqueResize" fullname="QSplitter::opaqueResize" href="qsplitter.html#opaqueResize-prop" location="qsplitter.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="opaqueResize" type="bool" signature="opaqueResize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="refresh" fullname="QSplitter::refresh" href="qsplitter.html#refresh" location="qsplitter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="refresh()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QSplitter::sizeHint" href="qsplitter.html#sizeHint" location="qsplitter.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="QSplitter::minimumSizeHint" href="qsplitter.html#minimumSizeHint" location="qsplitter.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizes" fullname="QSplitter::sizes" href="qsplitter.html#sizes" location="qsplitter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;int&gt;" signature="sizes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSizes" fullname="QSplitter::setSizes" href="qsplitter.html#setSizes" location="qsplitter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSizes(const QList&lt;int&gt; &amp; list)">
+ <parameter left="const QList&lt;int&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="saveState" fullname="QSplitter::saveState" href="qsplitter.html#saveState" location="qsplitter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="saveState() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="restoreState" fullname="QSplitter::restoreState" href="qsplitter.html#restoreState" location="qsplitter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="restoreState(const QByteArray &amp; state)">
+ <parameter left="const QByteArray &amp;" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="handleWidth" fullname="QSplitter::handleWidth" href="qsplitter.html#handleWidth-prop" location="qsplitter.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="handleWidth" type="int" signature="handleWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHandleWidth" fullname="QSplitter::setHandleWidth" href="qsplitter.html#handleWidth-prop" location="qsplitter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="handleWidth" type="void" signature="setHandleWidth(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="QSplitter::indexOf" href="qsplitter.html#indexOf" location="qsplitter.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOf(QWidget * widget) const">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widget" fullname="QSplitter::widget" href="qsplitter.html#widget" location="qsplitter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="widget(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QSplitter::count" href="qsplitter.html#count" location="qsplitter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getRange" fullname="QSplitter::getRange" href="qsplitter.html#getRange" location="qsplitter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="getRange(int index, int * min, int * max) const">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int *" right="" name="min" default=""/>
+ <parameter left="int *" right="" name="max" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="handle" fullname="QSplitter::handle" href="qsplitter.html#handle" location="qsplitter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSplitterHandle *" signature="handle(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStretchFactor" fullname="QSplitter::setStretchFactor" href="qsplitter.html#setStretchFactor" location="qsplitter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStretchFactor(int index, int stretch)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int" right="" name="stretch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="splitterMoved" fullname="QSplitter::splitterMoved" href="qsplitter.html#splitterMoved" location="qsplitter.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="splitterMoved(int pos, int index)">
+ <parameter left="int" right="" name="pos" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="createHandle" fullname="QSplitter::createHandle" href="qsplitter.html#createHandle" location="qsplitter.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QSplitterHandle *" signature="createHandle()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="childEvent" fullname="QSplitter::childEvent" href="qsplitter.html#childEvent" location="qsplitter.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="childEvent(QChildEvent * c)">
+ <parameter left="QChildEvent *" right="" name="c" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QSplitter::event" href="qsplitter.html#event" location="qsplitter.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QSplitter::resizeEvent" href="qsplitter.html#resizeEvent" location="qsplitter.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * )">
+ <parameter left="QResizeEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QSplitter::changeEvent" href="qsplitter.html#changeEvent" location="qsplitter.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * ev)">
+ <parameter left="QEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="moveSplitter" fullname="QSplitter::moveSplitter" href="qsplitter.html#moveSplitter" location="qsplitter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveSplitter(int pos, int index)">
+ <parameter left="int" right="" name="pos" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setRubberBand" fullname="QSplitter::setRubberBand" href="qsplitter.html#setRubberBand" location="qsplitter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRubberBand(int pos)">
+ <parameter left="int" right="" name="pos" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="closestLegalPosition" fullname="QSplitter::closestLegalPosition" href="qsplitter.html#closestLegalPosition" location="qsplitter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="closestLegalPosition(int pos, int index)">
+ <parameter left="int" right="" name="pos" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QSplitter" fullname="QSplitter::QSplitter" href="qsplitter-qt3.html#QSplitter-3" location="qsplitter.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QSplitter(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QSplitter" fullname="QSplitter::QSplitter" href="qsplitter-qt3.html#QSplitter-4" location="qsplitter.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QSplitter(Qt::Orientation orientation, QWidget * parent, const char * name)">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="compat" name="ResizeMode" fullname="QSplitter::ResizeMode" href="qsplitter-qt3.html#ResizeMode-enum" location="qsplitter.h">
+ <value name="Stretch" value="0"/>
+ <value name="KeepSize" value="1"/>
+ <value name="FollowSizeHint" value="2"/>
+ <value name="Auto" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="compat" name="setResizeMode" fullname="QSplitter::setResizeMode" href="qsplitter-qt3.html#setResizeMode" location="qsplitter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setResizeMode(QWidget * widget, ResizeMode mode)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="ResizeMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="moveToFirst" fullname="QSplitter::moveToFirst" href="qsplitter-qt3.html#moveToFirst" location="qsplitter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveToFirst(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="moveToLast" fullname="QSplitter::moveToLast" href="qsplitter-qt3.html#moveToLast" location="qsplitter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveToLast(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setCollapsible" fullname="QSplitter::setCollapsible" href="qsplitter-qt3.html#setCollapsible-2" location="qsplitter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setCollapsible(QWidget * widget, bool collapsible)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="bool" right="" name="collapsible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setMargin" fullname="QSplitter::setMargin" href="qsplitter-qt3.html#setMargin" location="qsplitter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMargin(int margin)">
+ <parameter left="int" right="" name="margin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="margin" fullname="QSplitter::margin" href="qsplitter-qt3.html#margin" location="qsplitter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="margin() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="operator&lt;&lt;" href="qsplitter-obsolete.html#operator&lt;&lt;-115" location="qsplitter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="115" relates="QSplitter" type="QTextStream &amp;" signature="operator&lt;&lt;(QTextStream &amp; ts, const QSplitter &amp; splitter)">
+ <parameter left="QTextStream &amp;" right="" name="ts" default=""/>
+ <parameter left="const QSplitter &amp;" right="" name="splitter" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="operator&gt;&gt;" href="qsplitter-obsolete.html#operator&gt;&gt;-66" location="qsplitter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="66" relates="QSplitter" type="QTextStream &amp;" signature="operator&gt;&gt;(QTextStream &amp; ts, QSplitter &amp; splitter)">
+ <parameter left="QTextStream &amp;" right="" name="ts" default=""/>
+ <parameter left="QSplitter &amp;" right="" name="splitter" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSplitterHandle" href="qsplitterhandle.html" location="qsplitter.h" bases="QWidget" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSplitterHandle" fullname="QSplitterHandle::QSplitterHandle" href="qsplitterhandle.html#QSplitterHandle" location="qsplitter.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSplitterHandle(Qt::Orientation orientation, QSplitter * parent)">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="QSplitter *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOrientation" fullname="QSplitterHandle::setOrientation" href="qsplitterhandle.html#setOrientation" location="qsplitter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOrientation(Qt::Orientation orientation)">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="QSplitterHandle::orientation" href="qsplitterhandle.html#orientation" location="qsplitter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::Orientation" signature="orientation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="opaqueResize" fullname="QSplitterHandle::opaqueResize" href="qsplitterhandle.html#opaqueResize" location="qsplitter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="opaqueResize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="splitter" fullname="QSplitterHandle::splitter" href="qsplitterhandle.html#splitter" location="qsplitter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSplitter *" signature="splitter() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QSplitterHandle::sizeHint" href="qsplitterhandle.html#sizeHint" location="qsplitter.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QSplitterHandle::paintEvent" href="qsplitterhandle.html#paintEvent" location="qsplitter.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * )">
+ <parameter left="QPaintEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QSplitterHandle::mouseMoveEvent" href="qsplitterhandle.html#mouseMoveEvent" location="qsplitter.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QSplitterHandle::mousePressEvent" href="qsplitterhandle.html#mousePressEvent" location="qsplitter.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QSplitterHandle::mouseReleaseEvent" href="qsplitterhandle.html#mouseReleaseEvent" location="qsplitter.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QSplitterHandle::event" href="qsplitterhandle.html#event" location="qsplitter.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="moveSplitter" fullname="QSplitterHandle::moveSplitter" href="qsplitterhandle.html#moveSplitter" location="qsplitter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveSplitter(int pos)">
+ <parameter left="int" right="" name="pos" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="closestLegalPosition" fullname="QSplitterHandle::closestLegalPosition" href="qsplitterhandle.html#closestLegalPosition" location="qsplitter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="closestLegalPosition(int pos)">
+ <parameter left="int" right="" name="pos" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3Signal" href="q3signal.html" location="q3signal.h" bases="QObject" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Signal" fullname="Q3Signal::Q3Signal" href="q3signal.html#Q3Signal" location="q3signal.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3Signal(QObject * parent, const char * name)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3Signal" fullname="Q3Signal::~Q3Signal" href="q3signal.html#dtor.Q3Signal" location="q3signal.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3Signal()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connect" fullname="Q3Signal::connect" href="q3signal.html#connect" location="q3signal.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="connect(const QObject * receiver, const char * member)">
+ <parameter left="const QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="disconnect" fullname="Q3Signal::disconnect" href="q3signal.html#disconnect" location="q3signal.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="disconnect(const QObject * receiver, const char * member)">
+ <parameter left="const QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activate" fullname="Q3Signal::activate" href="q3signal.html#activate" location="q3signal.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="activate()"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="isBlocked" fullname="Q3Signal::isBlocked" href="q3signal-obsolete.html#isBlocked" location="q3signal.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isBlocked() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="block" fullname="Q3Signal::block" href="q3signal-obsolete.html#block" location="q3signal.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="block(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setParameter" fullname="Q3Signal::setParameter" href="q3signal-obsolete.html#setParameter" location="q3signal.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setParameter(int value)">
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="parameter" fullname="Q3Signal::parameter" href="q3signal-obsolete.html#parameter" location="q3signal.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="parameter() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="Q3Signal::setValue" href="q3signal.html#setValue" location="q3signal.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setValue(const QVariant &amp; value)">
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="Q3Signal::value" href="q3signal.html#value" location="q3signal.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="value() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QmlParserStatus" href="qmlparserstatus.html" location="qmlparserstatus.h" bases="" module="QtDeclarative">
+ <function access="public" threadsafety="unspecified" status="commendable" name="classBegin" fullname="QmlParserStatus::classBegin" href="qmlparserstatus.html#classBegin" location="qmlparserstatus.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="classBegin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="componentComplete" fullname="QmlParserStatus::componentComplete" href="qmlparserstatus.html#componentComplete" location="qmlparserstatus.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="componentComplete()"/>
+ </class>
+ <function access="public" threadsafety="thread safe" status="commendable" name="qDBusRegisterMetaType" href="qdbusargument.html#qDBusRegisterMetaType" location="qdbusmetatype.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QDBusArgument" type="int" signature="qDBusRegisterMetaType()"/>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsLayoutItem" href="qgraphicslayoutitem.html" location="qgraphicslayoutitem.h" bases="" module="QtGui">
+ <contents name="subclassing-qgraphicslayoutitem" title="Subclassing QGraphicsLayoutItem" level="1"/>
+ <contents name="nesting-qgraphicslayoutitems" title="Nesting QGraphicsLayoutItems" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsLayoutItem" fullname="QGraphicsLayoutItem::QGraphicsLayoutItem" href="qgraphicslayoutitem.html#QGraphicsLayoutItem" location="qgraphicslayoutitem.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsLayoutItem(QGraphicsLayoutItem * parent, bool isLayout)">
+ <parameter left="QGraphicsLayoutItem *" right="" name="parent" default="0"/>
+ <parameter left="bool" right="" name="isLayout" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsLayoutItem" fullname="QGraphicsLayoutItem::~QGraphicsLayoutItem" href="qgraphicslayoutitem.html#dtor.QGraphicsLayoutItem" location="qgraphicslayoutitem.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsLayoutItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSizePolicy" fullname="QGraphicsLayoutItem::setSizePolicy" href="qgraphicslayoutitem.html#setSizePolicy" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSizePolicy(const QSizePolicy &amp; policy)">
+ <parameter left="const QSizePolicy &amp;" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSizePolicy" fullname="QGraphicsLayoutItem::setSizePolicy" href="qgraphicslayoutitem.html#setSizePolicy-2" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setSizePolicy(QSizePolicy::Policy hPolicy, QSizePolicy::Policy vPolicy, QSizePolicy::ControlType controlType)">
+ <parameter left="QSizePolicy::Policy" right="" name="hPolicy" default=""/>
+ <parameter left="QSizePolicy::Policy" right="" name="vPolicy" default=""/>
+ <parameter left="QSizePolicy::ControlType" right="" name="controlType" default="QSizePolicy::DefaultType"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizePolicy" fullname="QGraphicsLayoutItem::sizePolicy" href="qgraphicslayoutitem.html#sizePolicy" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSizePolicy" signature="sizePolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinimumSize" fullname="QGraphicsLayoutItem::setMinimumSize" href="qgraphicslayoutitem.html#setMinimumSize" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMinimumSize(const QSizeF &amp; size)">
+ <parameter left="const QSizeF &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinimumSize" fullname="QGraphicsLayoutItem::setMinimumSize" href="qgraphicslayoutitem.html#setMinimumSize-2" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setMinimumSize(qreal w, qreal h)">
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSize" fullname="QGraphicsLayoutItem::minimumSize" href="qgraphicslayoutitem.html#minimumSize" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSizeF" signature="minimumSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinimumWidth" fullname="QGraphicsLayoutItem::setMinimumWidth" href="qgraphicslayoutitem.html#setMinimumWidth" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMinimumWidth(qreal width)">
+ <parameter left="qreal" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumWidth" fullname="QGraphicsLayoutItem::minimumWidth" href="qgraphicslayoutitem.html#minimumWidth" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="minimumWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinimumHeight" fullname="QGraphicsLayoutItem::setMinimumHeight" href="qgraphicslayoutitem.html#setMinimumHeight" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMinimumHeight(qreal height)">
+ <parameter left="qreal" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumHeight" fullname="QGraphicsLayoutItem::minimumHeight" href="qgraphicslayoutitem.html#minimumHeight" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="minimumHeight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPreferredSize" fullname="QGraphicsLayoutItem::setPreferredSize" href="qgraphicslayoutitem.html#setPreferredSize" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPreferredSize(const QSizeF &amp; size)">
+ <parameter left="const QSizeF &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPreferredSize" fullname="QGraphicsLayoutItem::setPreferredSize" href="qgraphicslayoutitem.html#setPreferredSize-2" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setPreferredSize(qreal w, qreal h)">
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="preferredSize" fullname="QGraphicsLayoutItem::preferredSize" href="qgraphicslayoutitem.html#preferredSize" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSizeF" signature="preferredSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPreferredWidth" fullname="QGraphicsLayoutItem::setPreferredWidth" href="qgraphicslayoutitem.html#setPreferredWidth" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPreferredWidth(qreal width)">
+ <parameter left="qreal" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="preferredWidth" fullname="QGraphicsLayoutItem::preferredWidth" href="qgraphicslayoutitem.html#preferredWidth" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="preferredWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPreferredHeight" fullname="QGraphicsLayoutItem::setPreferredHeight" href="qgraphicslayoutitem.html#setPreferredHeight" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPreferredHeight(qreal height)">
+ <parameter left="qreal" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="preferredHeight" fullname="QGraphicsLayoutItem::preferredHeight" href="qgraphicslayoutitem.html#preferredHeight" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="preferredHeight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaximumSize" fullname="QGraphicsLayoutItem::setMaximumSize" href="qgraphicslayoutitem.html#setMaximumSize" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMaximumSize(const QSizeF &amp; size)">
+ <parameter left="const QSizeF &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaximumSize" fullname="QGraphicsLayoutItem::setMaximumSize" href="qgraphicslayoutitem.html#setMaximumSize-2" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setMaximumSize(qreal w, qreal h)">
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumSize" fullname="QGraphicsLayoutItem::maximumSize" href="qgraphicslayoutitem.html#maximumSize" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSizeF" signature="maximumSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaximumWidth" fullname="QGraphicsLayoutItem::setMaximumWidth" href="qgraphicslayoutitem.html#setMaximumWidth" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMaximumWidth(qreal width)">
+ <parameter left="qreal" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumWidth" fullname="QGraphicsLayoutItem::maximumWidth" href="qgraphicslayoutitem.html#maximumWidth" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="maximumWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaximumHeight" fullname="QGraphicsLayoutItem::setMaximumHeight" href="qgraphicslayoutitem.html#setMaximumHeight" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMaximumHeight(qreal height)">
+ <parameter left="qreal" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumHeight" fullname="QGraphicsLayoutItem::maximumHeight" href="qgraphicslayoutitem.html#maximumHeight" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="maximumHeight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGeometry" fullname="QGraphicsLayoutItem::setGeometry" href="qgraphicslayoutitem.html#setGeometry" location="qgraphicslayoutitem.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setGeometry(const QRectF &amp; rect)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="geometry" fullname="QGraphicsLayoutItem::geometry" href="qgraphicslayoutitem.html#geometry" location="qgraphicslayoutitem.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="geometry() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getContentsMargins" fullname="QGraphicsLayoutItem::getContentsMargins" href="qgraphicslayoutitem.html#getContentsMargins" location="qgraphicslayoutitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="getContentsMargins(qreal * left, qreal * top, qreal * right, qreal * bottom) const">
+ <parameter left="qreal *" right="" name="left" default=""/>
+ <parameter left="qreal *" right="" name="top" default=""/>
+ <parameter left="qreal *" right="" name="right" default=""/>
+ <parameter left="qreal *" right="" name="bottom" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentsRect" fullname="QGraphicsLayoutItem::contentsRect" href="qgraphicslayoutitem.html#contentsRect" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="contentsRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="effectiveSizeHint" fullname="QGraphicsLayoutItem::effectiveSizeHint" href="qgraphicslayoutitem.html#effectiveSizeHint" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSizeF" signature="effectiveSizeHint(Qt::SizeHint which, const QSizeF &amp; constraint) const">
+ <parameter left="Qt::SizeHint" right="" name="which" default=""/>
+ <parameter left="const QSizeF &amp;" right="" name="constraint" default="QSizeF()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateGeometry" fullname="QGraphicsLayoutItem::updateGeometry" href="qgraphicslayoutitem.html#updateGeometry" location="qgraphicslayoutitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateGeometry()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parentLayoutItem" fullname="QGraphicsLayoutItem::parentLayoutItem" href="qgraphicslayoutitem.html#parentLayoutItem" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsLayoutItem *" signature="parentLayoutItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setParentLayoutItem" fullname="QGraphicsLayoutItem::setParentLayoutItem" href="qgraphicslayoutitem.html#setParentLayoutItem" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setParentLayoutItem(QGraphicsLayoutItem * parent)">
+ <parameter left="QGraphicsLayoutItem *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isLayout" fullname="QGraphicsLayoutItem::isLayout" href="qgraphicslayoutitem.html#isLayout" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isLayout() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="graphicsItem" fullname="QGraphicsLayoutItem::graphicsItem" href="qgraphicslayoutitem.html#graphicsItem" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsItem *" signature="graphicsItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ownedByLayout" fullname="QGraphicsLayoutItem::ownedByLayout" href="qgraphicslayoutitem.html#ownedByLayout" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="ownedByLayout() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setGraphicsItem" fullname="QGraphicsLayoutItem::setGraphicsItem" href="qgraphicslayoutitem.html#setGraphicsItem" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setGraphicsItem(QGraphicsItem * item)">
+ <parameter left="QGraphicsItem *" right="" name="item" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setOwnedByLayout" fullname="QGraphicsLayoutItem::setOwnedByLayout" href="qgraphicslayoutitem.html#setOwnedByLayout" location="qgraphicslayoutitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOwnedByLayout(bool ownership)">
+ <parameter left="bool" right="" name="ownership" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QGraphicsLayoutItem::sizeHint" href="qgraphicslayoutitem.html#sizeHint" location="qgraphicslayoutitem.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QSizeF" signature="sizeHint(Qt::SizeHint which, const QSizeF &amp; constraint) const">
+ <parameter left="Qt::SizeHint" right="" name="which" default=""/>
+ <parameter left="const QSizeF &amp;" right="" name="constraint" default="QSizeF()"/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d_ptr" fullname="QGraphicsLayoutItem::d_ptr" href="qgraphicslayoutitem.html#d_ptr-var" location="qgraphicslayoutitem.h" type="QGraphicsLayoutItemPrivate *" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3CanvasItemList" href="q3canvasitemlist.html" location="q3canvas.h" bases="Q3ValueList" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" fullname="Q3CanvasItemList::operator+" href="q3canvasitemlist.html#operator+" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3CanvasItemList" signature="operator+(const Q3CanvasItemList &amp; l) const">
+ <parameter left="const Q3CanvasItemList &amp;" right="" name="l" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3CanvasItem" href="q3canvasitem.html" location="q3canvas.h" bases="" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CanvasItem" fullname="Q3CanvasItem::Q3CanvasItem" href="q3canvasitem.html#Q3CanvasItem" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3CanvasItem(Q3Canvas * canvas)">
+ <parameter left="Q3Canvas *" right="" name="canvas" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3CanvasItem" fullname="Q3CanvasItem::~Q3CanvasItem" href="q3canvasitem.html#dtor.Q3CanvasItem" location="q3canvas.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3CanvasItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x" fullname="Q3CanvasItem::x" href="q3canvasitem.html#x" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="double" signature="x() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="y" fullname="Q3CanvasItem::y" href="q3canvasitem.html#y" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="double" signature="y() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="z" fullname="Q3CanvasItem::z" href="q3canvasitem.html#z" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="double" signature="z() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveBy" fullname="Q3CanvasItem::moveBy" href="q3canvasitem.html#moveBy" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="moveBy(double dx, double dy)">
+ <parameter left="double" right="" name="dx" default=""/>
+ <parameter left="double" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="move" fullname="Q3CanvasItem::move" href="q3canvasitem.html#move" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="move(double x, double y)">
+ <parameter left="double" right="" name="x" default=""/>
+ <parameter left="double" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setX" fullname="Q3CanvasItem::setX" href="q3canvasitem.html#setX" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setX(double x)">
+ <parameter left="double" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setY" fullname="Q3CanvasItem::setY" href="q3canvasitem.html#setY" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setY(double y)">
+ <parameter left="double" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setZ" fullname="Q3CanvasItem::setZ" href="q3canvasitem.html#setZ" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setZ(double z)">
+ <parameter left="double" right="" name="z" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="animated" fullname="Q3CanvasItem::animated" href="q3canvasitem.html#animated" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="animated() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAnimated" fullname="Q3CanvasItem::setAnimated" href="q3canvasitem.html#setAnimated" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setAnimated(bool y)">
+ <parameter left="bool" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVelocity" fullname="Q3CanvasItem::setVelocity" href="q3canvasitem.html#setVelocity" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setVelocity(double vx, double vy)">
+ <parameter left="double" right="" name="vx" default=""/>
+ <parameter left="double" right="" name="vy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setXVelocity" fullname="Q3CanvasItem::setXVelocity" href="q3canvasitem.html#setXVelocity" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setXVelocity(double vx)">
+ <parameter left="double" right="" name="vx" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setYVelocity" fullname="Q3CanvasItem::setYVelocity" href="q3canvasitem.html#setYVelocity" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setYVelocity(double vy)">
+ <parameter left="double" right="" name="vy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="xVelocity" fullname="Q3CanvasItem::xVelocity" href="q3canvasitem.html#xVelocity" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="double" signature="xVelocity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="yVelocity" fullname="Q3CanvasItem::yVelocity" href="q3canvasitem.html#yVelocity" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="double" signature="yVelocity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="advance" fullname="Q3CanvasItem::advance" href="q3canvasitem.html#advance" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="advance(int phase)">
+ <parameter left="int" right="" name="phase" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="collidesWith" fullname="Q3CanvasItem::collidesWith" href="q3canvasitem.html#collidesWith" location="q3canvas.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="collidesWith(const Q3CanvasItem * other) const">
+ <parameter left="const Q3CanvasItem *" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="collisions" fullname="Q3CanvasItem::collisions" href="q3canvasitem.html#collisions" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3CanvasItemList" signature="collisions(bool exact) const">
+ <parameter left="bool" right="" name="exact" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCanvas" fullname="Q3CanvasItem::setCanvas" href="q3canvasitem.html#setCanvas" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setCanvas(Q3Canvas * c)">
+ <parameter left="Q3Canvas *" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="draw" fullname="Q3CanvasItem::draw" href="q3canvasitem.html#draw" location="q3canvas.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="draw(QPainter &amp; painter)">
+ <parameter left="QPainter &amp;" right="" name="painter" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="show" fullname="Q3CanvasItem::show" href="q3canvasitem.html#show" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="show()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hide" fullname="Q3CanvasItem::hide" href="q3canvasitem.html#hide" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="hide()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="Q3CanvasItem::setVisible" href="q3canvasitem.html#setVisible" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisible(bool yes)">
+ <parameter left="bool" right="" name="yes" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isVisible" fullname="Q3CanvasItem::isVisible" href="q3canvasitem.html#isVisible" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isVisible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelected" fullname="Q3CanvasItem::setSelected" href="q3canvasitem.html#setSelected" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelected(bool yes)">
+ <parameter left="bool" right="" name="yes" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSelected" fullname="Q3CanvasItem::isSelected" href="q3canvasitem.html#isSelected" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSelected() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEnabled" fullname="Q3CanvasItem::setEnabled" href="q3canvasitem.html#setEnabled" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setEnabled(bool yes)">
+ <parameter left="bool" right="" name="yes" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEnabled" fullname="Q3CanvasItem::isEnabled" href="q3canvasitem.html#isEnabled" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setActive" fullname="Q3CanvasItem::setActive" href="q3canvasitem.html#setActive" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setActive(bool yes)">
+ <parameter left="bool" right="" name="yes" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isActive" fullname="Q3CanvasItem::isActive" href="q3canvasitem.html#isActive" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isActive() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="visible" fullname="Q3CanvasItem::visible" href="q3canvasitem-obsolete.html#visible" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="visible() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="selected" fullname="Q3CanvasItem::selected" href="q3canvasitem-obsolete.html#selected" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="selected() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="enabled" fullname="Q3CanvasItem::enabled" href="q3canvasitem-obsolete.html#enabled" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="enabled() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="active" fullname="Q3CanvasItem::active" href="q3canvasitem-obsolete.html#active" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="active() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="RttiValues" fullname="Q3CanvasItem::RttiValues" href="q3canvasitem.html#RttiValues-enum" location="q3canvas.h">
+ <value name="Rtti_Item" value="0"/>
+ <value name="Rtti_Sprite" value="1"/>
+ <value name="Rtti_PolygonalItem" value="2"/>
+ <value name="Rtti_Text" value="3"/>
+ <value name="Rtti_Polygon" value="4"/>
+ <value name="Rtti_Rectangle" value="5"/>
+ <value name="Rtti_Ellipse" value="6"/>
+ <value name="Rtti_Line" value="7"/>
+ <value name="Rtti_Spline" value="8"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rtti" fullname="Q3CanvasItem::rtti" href="q3canvasitem.html#rtti" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rtti() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="RTTI" fullname="Q3CanvasItem::RTTI" href="q3canvasitem.html#RTTI-var" location="q3canvas.h" type="int" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="Q3CanvasItem::boundingRect" href="q3canvasitem.html#boundingRect" location="q3canvas.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRectAdvanced" fullname="Q3CanvasItem::boundingRectAdvanced" href="q3canvasitem.html#boundingRectAdvanced" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="boundingRectAdvanced() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canvas" fullname="Q3CanvasItem::canvas" href="q3canvasitem.html#canvas" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3Canvas *" signature="canvas() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="update" fullname="Q3CanvasItem::update" href="q3canvasitem.html#update" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="update()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3Canvas" href="q3canvas.html" location="q3canvas.h" bases="QObject" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Canvas" fullname="Q3Canvas::Q3Canvas" href="q3canvas.html#Q3Canvas" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3Canvas(QObject * parent, const char * name)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Canvas" fullname="Q3Canvas::Q3Canvas" href="q3canvas.html#Q3Canvas-2" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3Canvas(int w, int h)">
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Canvas" fullname="Q3Canvas::Q3Canvas" href="q3canvas.html#Q3Canvas-3" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3Canvas(QPixmap p, int h, int v, int tilewidth, int tileheight)">
+ <parameter left="QPixmap" right="" name="p" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="int" right="" name="v" default=""/>
+ <parameter left="int" right="" name="tilewidth" default=""/>
+ <parameter left="int" right="" name="tileheight" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3Canvas" fullname="Q3Canvas::~Q3Canvas" href="q3canvas.html#dtor.Q3Canvas" location="q3canvas.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3Canvas()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTiles" fullname="Q3Canvas::setTiles" href="q3canvas.html#setTiles" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setTiles(QPixmap p, int h, int v, int tilewidth, int tileheight)">
+ <parameter left="QPixmap" right="" name="p" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="int" right="" name="v" default=""/>
+ <parameter left="int" right="" name="tilewidth" default=""/>
+ <parameter left="int" right="" name="tileheight" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBackgroundPixmap" fullname="Q3Canvas::setBackgroundPixmap" href="q3canvas.html#setBackgroundPixmap" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setBackgroundPixmap(const QPixmap &amp; p)">
+ <parameter left="const QPixmap &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="backgroundPixmap" fullname="Q3Canvas::backgroundPixmap" href="q3canvas.html#backgroundPixmap" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="backgroundPixmap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBackgroundColor" fullname="Q3Canvas::setBackgroundColor" href="q3canvas.html#setBackgroundColor" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setBackgroundColor(const QColor &amp; c)">
+ <parameter left="const QColor &amp;" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="backgroundColor" fullname="Q3Canvas::backgroundColor" href="q3canvas.html#backgroundColor" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="backgroundColor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTile" fullname="Q3Canvas::setTile" href="q3canvas.html#setTile" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setTile(int x, int y, int tilenum)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="tilenum" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tile" fullname="Q3Canvas::tile" href="q3canvas.html#tile" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="tile(int x, int y) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tilesHorizontally" fullname="Q3Canvas::tilesHorizontally" href="q3canvas.html#tilesHorizontally" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="tilesHorizontally() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tilesVertically" fullname="Q3Canvas::tilesVertically" href="q3canvas.html#tilesVertically" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="tilesVertically() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tileWidth" fullname="Q3Canvas::tileWidth" href="q3canvas.html#tileWidth" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="tileWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tileHeight" fullname="Q3Canvas::tileHeight" href="q3canvas.html#tileHeight" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="tileHeight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resize" fullname="Q3Canvas::resize" href="q3canvas.html#resize" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resize(int w, int h)">
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="Q3Canvas::width" href="q3canvas.html#width" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="Q3Canvas::height" href="q3canvas.html#height" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="Q3Canvas::size" href="q3canvas.html#size" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rect" fullname="Q3Canvas::rect" href="q3canvas.html#rect" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="rect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="onCanvas" fullname="Q3Canvas::onCanvas" href="q3canvas.html#onCanvas" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="onCanvas(int x, int y) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="onCanvas" fullname="Q3Canvas::onCanvas" href="q3canvas.html#onCanvas-2" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="onCanvas(const QPoint &amp; p) const">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="validChunk" fullname="Q3Canvas::validChunk" href="q3canvas.html#validChunk" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="validChunk(int x, int y) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="validChunk" fullname="Q3Canvas::validChunk" href="q3canvas.html#validChunk-2" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="validChunk(const QPoint &amp; p) const">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="chunkSize" fullname="Q3Canvas::chunkSize" href="q3canvas.html#chunkSize" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="chunkSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="retune" fullname="Q3Canvas::retune" href="q3canvas.html#retune" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="retune(int chunksze, int mxclusters)">
+ <parameter left="int" right="" name="chunksze" default=""/>
+ <parameter left="int" right="" name="mxclusters" default="100"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAllChanged" fullname="Q3Canvas::setAllChanged" href="q3canvas.html#setAllChanged" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setAllChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setChanged" fullname="Q3Canvas::setChanged" href="q3canvas.html#setChanged" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setChanged(const QRect &amp; area)">
+ <parameter left="const QRect &amp;" right="" name="area" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUnchanged" fullname="Q3Canvas::setUnchanged" href="q3canvas.html#setUnchanged" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setUnchanged(const QRect &amp; area)">
+ <parameter left="const QRect &amp;" right="" name="area" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="allItems" fullname="Q3Canvas::allItems" href="q3canvas.html#allItems" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3CanvasItemList" signature="allItems()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="collisions" fullname="Q3Canvas::collisions" href="q3canvas.html#collisions" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3CanvasItemList" signature="collisions(const QPoint &amp; p) const">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="collisions" fullname="Q3Canvas::collisions" href="q3canvas.html#collisions-2" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="Q3CanvasItemList" signature="collisions(const QRect &amp; r) const">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="collisions" fullname="Q3Canvas::collisions" href="q3canvas.html#collisions-3" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="Q3CanvasItemList" signature="collisions(const Q3PointArray &amp; chunklist, const Q3CanvasItem * item, bool exact) const">
+ <parameter left="const Q3PointArray &amp;" right="" name="chunklist" default=""/>
+ <parameter left="const Q3CanvasItem *" right="" name="item" default=""/>
+ <parameter left="bool" right="" name="exact" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawArea" fullname="Q3Canvas::drawArea" href="q3canvas.html#drawArea" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawArea(const QRect &amp; clip, QPainter * painter, bool dbuf)">
+ <parameter left="const QRect &amp;" right="" name="clip" default=""/>
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="bool" right="" name="dbuf" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAdvancePeriod" fullname="Q3Canvas::setAdvancePeriod" href="q3canvas.html#setAdvancePeriod" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setAdvancePeriod(int ms)">
+ <parameter left="int" right="" name="ms" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUpdatePeriod" fullname="Q3Canvas::setUpdatePeriod" href="q3canvas.html#setUpdatePeriod" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setUpdatePeriod(int ms)">
+ <parameter left="int" right="" name="ms" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDoubleBuffering" fullname="Q3Canvas::setDoubleBuffering" href="q3canvas.html#setDoubleBuffering" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setDoubleBuffering(bool y)">
+ <parameter left="bool" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resized" fullname="Q3Canvas::resized" href="q3canvas.html#resized" location="q3canvas.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="resized()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="advance" fullname="Q3Canvas::advance" href="q3canvas.html#advance" location="q3canvas.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="advance()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="update" fullname="Q3Canvas::update" href="q3canvas.html#update" location="q3canvas.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="update()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawBackground" fullname="Q3Canvas::drawBackground" href="q3canvas.html#drawBackground" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawBackground(QPainter &amp; painter, const QRect &amp; clip)">
+ <parameter left="QPainter &amp;" right="" name="painter" default=""/>
+ <parameter left="const QRect &amp;" right="" name="clip" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawForeground" fullname="Q3Canvas::drawForeground" href="q3canvas.html#drawForeground" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawForeground(QPainter &amp; painter, const QRect &amp; clip)">
+ <parameter left="QPainter &amp;" right="" name="painter" default=""/>
+ <parameter left="const QRect &amp;" right="" name="clip" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3CanvasView" href="q3canvasview.html" location="q3canvas.h" bases="Q3ScrollView" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CanvasView" fullname="Q3CanvasView::Q3CanvasView" href="q3canvasview.html#Q3CanvasView" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3CanvasView(QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CanvasView" fullname="Q3CanvasView::Q3CanvasView" href="q3canvasview.html#Q3CanvasView-2" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3CanvasView(Q3Canvas * canvas, QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="Q3Canvas *" right="" name="canvas" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3CanvasView" fullname="Q3CanvasView::~Q3CanvasView" href="q3canvasview.html#dtor.Q3CanvasView" location="q3canvas.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3CanvasView()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canvas" fullname="Q3CanvasView::canvas" href="q3canvasview.html#canvas" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3Canvas *" signature="canvas() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCanvas" fullname="Q3CanvasView::setCanvas" href="q3canvasview.html#setCanvas" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCanvas(Q3Canvas * canvas)">
+ <parameter left="Q3Canvas *" right="" name="canvas" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="worldMatrix" fullname="Q3CanvasView::worldMatrix" href="q3canvasview.html#worldMatrix" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QMatrix &amp;" signature="worldMatrix() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inverseWorldMatrix" fullname="Q3CanvasView::inverseWorldMatrix" href="q3canvasview.html#inverseWorldMatrix" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QMatrix &amp;" signature="inverseWorldMatrix() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWorldMatrix" fullname="Q3CanvasView::setWorldMatrix" href="q3canvasview.html#setWorldMatrix" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="setWorldMatrix(const QMatrix &amp; wm)">
+ <parameter left="const QMatrix &amp;" right="" name="wm" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawContents" fullname="Q3CanvasView::drawContents" href="q3canvasview.html#drawContents" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawContents(QPainter * p, int cx, int cy, int cw, int ch)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="int" right="" name="cx" default=""/>
+ <parameter left="int" right="" name="cy" default=""/>
+ <parameter left="int" right="" name="cw" default=""/>
+ <parameter left="int" right="" name="ch" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="Q3CanvasView::sizeHint" href="q3canvasview.html#sizeHint" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3CanvasPixmap" href="q3canvaspixmap.html" location="q3canvas.h" bases="QPixmap" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CanvasPixmap" fullname="Q3CanvasPixmap::Q3CanvasPixmap" href="q3canvaspixmap.html#Q3CanvasPixmap" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3CanvasPixmap(const QString &amp; datafilename)">
+ <parameter left="const QString &amp;" right="" name="datafilename" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CanvasPixmap" fullname="Q3CanvasPixmap::Q3CanvasPixmap" href="q3canvaspixmap.html#Q3CanvasPixmap-2" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3CanvasPixmap(const QImage &amp; image)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CanvasPixmap" fullname="Q3CanvasPixmap::Q3CanvasPixmap" href="q3canvaspixmap.html#Q3CanvasPixmap-3" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3CanvasPixmap(const QPixmap &amp; pm, const QPoint &amp; offset)">
+ <parameter left="const QPixmap &amp;" right="" name="pm" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3CanvasPixmap" fullname="Q3CanvasPixmap::~Q3CanvasPixmap" href="q3canvaspixmap.html#dtor.Q3CanvasPixmap" location="q3canvas.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3CanvasPixmap()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="offsetX" fullname="Q3CanvasPixmap::offsetX" href="q3canvaspixmap.html#offsetX" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="offsetX() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="offsetY" fullname="Q3CanvasPixmap::offsetY" href="q3canvaspixmap.html#offsetY" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="offsetY() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOffset" fullname="Q3CanvasPixmap::setOffset" href="q3canvaspixmap.html#setOffset" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOffset(int x, int y)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3CanvasPixmapArray" href="q3canvaspixmaparray.html" location="q3canvas.h" bases="" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CanvasPixmapArray" fullname="Q3CanvasPixmapArray::Q3CanvasPixmapArray" href="q3canvaspixmaparray.html#Q3CanvasPixmapArray" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3CanvasPixmapArray()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CanvasPixmapArray" fullname="Q3CanvasPixmapArray::Q3CanvasPixmapArray" href="q3canvaspixmaparray.html#Q3CanvasPixmapArray-2" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3CanvasPixmapArray(const QString &amp; datafilenamepattern, int fc)">
+ <parameter left="const QString &amp;" right="" name="datafilenamepattern" default=""/>
+ <parameter left="int" right="" name="fc" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="Q3CanvasPixmapArray" fullname="Q3CanvasPixmapArray::Q3CanvasPixmapArray" href="q3canvaspixmaparray-obsolete.html#Q3CanvasPixmapArray-3" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3CanvasPixmapArray(Q3PtrList&lt;QPixmap&gt; list, Q3PtrList&lt;QPoint&gt; hotspots)">
+ <parameter left="Q3PtrList&lt;QPixmap&gt;" right="" name="list" default=""/>
+ <parameter left="Q3PtrList&lt;QPoint&gt;" right="" name="hotspots" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CanvasPixmapArray" fullname="Q3CanvasPixmapArray::Q3CanvasPixmapArray" href="q3canvaspixmaparray.html#Q3CanvasPixmapArray-4" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="Q3CanvasPixmapArray(Q3ValueList&lt;QPixmap&gt; list, Q3PointArray hotspots)">
+ <parameter left="Q3ValueList&lt;QPixmap&gt;" right="" name="list" default=""/>
+ <parameter left="Q3PointArray" right="" name="hotspots" default="Q3PointArray()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3CanvasPixmapArray" fullname="Q3CanvasPixmapArray::~Q3CanvasPixmapArray" href="q3canvaspixmaparray.html#dtor.Q3CanvasPixmapArray" location="q3canvas.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3CanvasPixmapArray()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readPixmaps" fullname="Q3CanvasPixmapArray::readPixmaps" href="q3canvaspixmaparray.html#readPixmaps" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="readPixmaps(const QString &amp; filenamepattern, int fc)">
+ <parameter left="const QString &amp;" right="" name="filenamepattern" default=""/>
+ <parameter left="int" right="" name="fc" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readCollisionMasks" fullname="Q3CanvasPixmapArray::readCollisionMasks" href="q3canvaspixmaparray.html#readCollisionMasks" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="readCollisionMasks(const QString &amp; filename)">
+ <parameter left="const QString &amp;" right="" name="filename" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="operator!" fullname="Q3CanvasPixmapArray::operator!" href="q3canvaspixmaparray-obsolete.html#operator!" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="operator!()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="Q3CanvasPixmapArray::isValid" href="q3canvaspixmaparray.html#isValid" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="image" fullname="Q3CanvasPixmapArray::image" href="q3canvaspixmaparray.html#image" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3CanvasPixmap *" signature="image(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setImage" fullname="Q3CanvasPixmapArray::setImage" href="q3canvaspixmaparray.html#setImage" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setImage(int i, Q3CanvasPixmap * p)">
+ <parameter left="int" right="" name="i" default=""/>
+ <parameter left="Q3CanvasPixmap *" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3CanvasPixmapArray::count" href="q3canvaspixmaparray.html#count" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3CanvasSprite" href="q3canvassprite.html" location="q3canvas.h" bases="Q3CanvasItem" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CanvasSprite" fullname="Q3CanvasSprite::Q3CanvasSprite" href="q3canvassprite.html#Q3CanvasSprite" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3CanvasSprite(Q3CanvasPixmapArray * a, Q3Canvas * canvas)">
+ <parameter left="Q3CanvasPixmapArray *" right="" name="a" default=""/>
+ <parameter left="Q3Canvas *" right="" name="canvas" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSequence" fullname="Q3CanvasSprite::setSequence" href="q3canvassprite.html#setSequence" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSequence(Q3CanvasPixmapArray * a)">
+ <parameter left="Q3CanvasPixmapArray *" right="" name="a" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3CanvasSprite" fullname="Q3CanvasSprite::~Q3CanvasSprite" href="q3canvassprite.html#dtor.Q3CanvasSprite" location="q3canvas.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3CanvasSprite()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="move" fullname="Q3CanvasSprite::move" href="q3canvassprite.html#move" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="move(double x, double y)">
+ <parameter left="double" right="" name="x" default=""/>
+ <parameter left="double" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="move" fullname="Q3CanvasSprite::move" href="q3canvassprite.html#move-2" location="q3canvas.cpp" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="move(double nx, double ny, int nf)">
+ <parameter left="double" right="" name="nx" default=""/>
+ <parameter left="double" right="" name="ny" default=""/>
+ <parameter left="int" right="" name="nf" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFrame" fullname="Q3CanvasSprite::setFrame" href="q3canvassprite.html#setFrame" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFrame(int f)">
+ <parameter left="int" right="" name="f" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FrameAnimationType" fullname="Q3CanvasSprite::FrameAnimationType" href="q3canvassprite.html#FrameAnimationType-enum" location="q3canvas.h">
+ <value name="Cycle" value="0"/>
+ <value name="Oscillate" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFrameAnimation" fullname="Q3CanvasSprite::setFrameAnimation" href="q3canvassprite.html#setFrameAnimation" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setFrameAnimation(FrameAnimationType type, int step, int state)">
+ <parameter left="FrameAnimationType" right="" name="type" default="Cycle"/>
+ <parameter left="int" right="" name="step" default="1"/>
+ <parameter left="int" right="" name="state" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frame" fullname="Q3CanvasSprite::frame" href="q3canvassprite.html#frame" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="frame() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frameCount" fullname="Q3CanvasSprite::frameCount" href="q3canvassprite.html#frameCount" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="frameCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rtti" fullname="Q3CanvasSprite::rtti" href="q3canvassprite.html#rtti" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rtti() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="RTTI" fullname="Q3CanvasSprite::RTTI" href="q3canvassprite.html#RTTI-var" location="q3canvas.h" type="int" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="collidesWith" fullname="Q3CanvasSprite::collidesWith" href="q3canvassprite.html#collidesWith" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="collidesWith(const Q3CanvasItem * i) const">
+ <parameter left="const Q3CanvasItem *" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="Q3CanvasSprite::boundingRect" href="q3canvassprite.html#boundingRect" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="Q3CanvasSprite::width" href="q3canvassprite.html#width" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="Q3CanvasSprite::height" href="q3canvassprite.html#height" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="leftEdge" fullname="Q3CanvasSprite::leftEdge" href="q3canvassprite.html#leftEdge" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="leftEdge() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="topEdge" fullname="Q3CanvasSprite::topEdge" href="q3canvassprite.html#topEdge" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="topEdge() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rightEdge" fullname="Q3CanvasSprite::rightEdge" href="q3canvassprite.html#rightEdge" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="rightEdge() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bottomEdge" fullname="Q3CanvasSprite::bottomEdge" href="q3canvassprite.html#bottomEdge" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="bottomEdge() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="leftEdge" fullname="Q3CanvasSprite::leftEdge" href="q3canvassprite.html#leftEdge-2" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="leftEdge(int nx) const">
+ <parameter left="int" right="" name="nx" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="topEdge" fullname="Q3CanvasSprite::topEdge" href="q3canvassprite.html#topEdge-2" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="topEdge(int ny) const">
+ <parameter left="int" right="" name="ny" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rightEdge" fullname="Q3CanvasSprite::rightEdge" href="q3canvassprite.html#rightEdge-2" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="rightEdge(int nx) const">
+ <parameter left="int" right="" name="nx" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bottomEdge" fullname="Q3CanvasSprite::bottomEdge" href="q3canvassprite.html#bottomEdge-2" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="bottomEdge(int ny) const">
+ <parameter left="int" right="" name="ny" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="image" fullname="Q3CanvasSprite::image" href="q3canvassprite.html#image" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3CanvasPixmap *" signature="image() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="imageAdvanced" fullname="Q3CanvasSprite::imageAdvanced" href="q3canvassprite.html#imageAdvanced" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Q3CanvasPixmap *" signature="imageAdvanced() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="image" fullname="Q3CanvasSprite::image" href="q3canvassprite.html#image-2" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="Q3CanvasPixmap *" signature="image(int f) const">
+ <parameter left="int" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="advance" fullname="Q3CanvasSprite::advance" href="q3canvassprite.html#advance" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="advance(int phase)">
+ <parameter left="int" right="" name="phase" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="draw" fullname="Q3CanvasSprite::draw" href="q3canvassprite.html#draw" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="draw(QPainter &amp; painter)">
+ <parameter left="QPainter &amp;" right="" name="painter" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3CanvasPolygonalItem" href="q3canvaspolygonalitem.html" location="q3canvas.h" bases="Q3CanvasItem" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CanvasPolygonalItem" fullname="Q3CanvasPolygonalItem::Q3CanvasPolygonalItem" href="q3canvaspolygonalitem.html#Q3CanvasPolygonalItem" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3CanvasPolygonalItem(Q3Canvas * canvas)">
+ <parameter left="Q3Canvas *" right="" name="canvas" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3CanvasPolygonalItem" fullname="Q3CanvasPolygonalItem::~Q3CanvasPolygonalItem" href="q3canvaspolygonalitem.html#dtor.Q3CanvasPolygonalItem" location="q3canvas.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3CanvasPolygonalItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="collidesWith" fullname="Q3CanvasPolygonalItem::collidesWith" href="q3canvaspolygonalitem.html#collidesWith" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="collidesWith(const Q3CanvasItem * i) const">
+ <parameter left="const Q3CanvasItem *" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPen" fullname="Q3CanvasPolygonalItem::setPen" href="q3canvaspolygonalitem.html#setPen" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setPen(QPen p)">
+ <parameter left="QPen" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBrush" fullname="Q3CanvasPolygonalItem::setBrush" href="q3canvaspolygonalitem.html#setBrush" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setBrush(QBrush b)">
+ <parameter left="QBrush" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pen" fullname="Q3CanvasPolygonalItem::pen" href="q3canvaspolygonalitem.html#pen" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPen" signature="pen() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="brush" fullname="Q3CanvasPolygonalItem::brush" href="q3canvaspolygonalitem.html#brush" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QBrush" signature="brush() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="areaPoints" fullname="Q3CanvasPolygonalItem::areaPoints" href="q3canvaspolygonalitem.html#areaPoints" location="q3canvas.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="Q3PointArray" signature="areaPoints() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="areaPointsAdvanced" fullname="Q3CanvasPolygonalItem::areaPointsAdvanced" href="q3canvaspolygonalitem.html#areaPointsAdvanced" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Q3PointArray" signature="areaPointsAdvanced() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="Q3CanvasPolygonalItem::boundingRect" href="q3canvaspolygonalitem.html#boundingRect" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rtti" fullname="Q3CanvasPolygonalItem::rtti" href="q3canvaspolygonalitem.html#rtti" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rtti() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="RTTI" fullname="Q3CanvasPolygonalItem::RTTI" href="q3canvaspolygonalitem.html#RTTI-var" location="q3canvas.h" type="int" static="true"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="draw" fullname="Q3CanvasPolygonalItem::draw" href="q3canvaspolygonalitem.html#draw" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="draw(QPainter &amp; p)">
+ <parameter left="QPainter &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawShape" fullname="Q3CanvasPolygonalItem::drawShape" href="q3canvaspolygonalitem.html#drawShape" location="q3canvas.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawShape(QPainter &amp; p)">
+ <parameter left="QPainter &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="winding" fullname="Q3CanvasPolygonalItem::winding" href="q3canvaspolygonalitem.html#winding" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="winding() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setWinding" fullname="Q3CanvasPolygonalItem::setWinding" href="q3canvaspolygonalitem.html#setWinding" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWinding(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="invalidate" fullname="Q3CanvasPolygonalItem::invalidate" href="q3canvaspolygonalitem.html#invalidate" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="invalidate()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="isValid" fullname="Q3CanvasPolygonalItem::isValid" href="q3canvaspolygonalitem.html#isValid" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3CanvasRectangle" href="q3canvasrectangle.html" location="q3canvas.h" bases="Q3CanvasPolygonalItem" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CanvasRectangle" fullname="Q3CanvasRectangle::Q3CanvasRectangle" href="q3canvasrectangle.html#Q3CanvasRectangle" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3CanvasRectangle(Q3Canvas * canvas)">
+ <parameter left="Q3Canvas *" right="" name="canvas" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CanvasRectangle" fullname="Q3CanvasRectangle::Q3CanvasRectangle" href="q3canvasrectangle.html#Q3CanvasRectangle-2" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3CanvasRectangle(const QRect &amp; r, Q3Canvas * canvas)">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ <parameter left="Q3Canvas *" right="" name="canvas" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CanvasRectangle" fullname="Q3CanvasRectangle::Q3CanvasRectangle" href="q3canvasrectangle.html#Q3CanvasRectangle-3" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3CanvasRectangle(int x, int y, int width, int height, Q3Canvas * canvas)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="Q3Canvas *" right="" name="canvas" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3CanvasRectangle" fullname="Q3CanvasRectangle::~Q3CanvasRectangle" href="q3canvasrectangle.html#dtor.Q3CanvasRectangle" location="q3canvas.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3CanvasRectangle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="Q3CanvasRectangle::width" href="q3canvasrectangle.html#width" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="Q3CanvasRectangle::height" href="q3canvasrectangle.html#height" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSize" fullname="Q3CanvasRectangle::setSize" href="q3canvasrectangle.html#setSize" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSize(int width, int height)">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="Q3CanvasRectangle::size" href="q3canvasrectangle.html#size" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="areaPoints" fullname="Q3CanvasRectangle::areaPoints" href="q3canvasrectangle.html#areaPoints" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Q3PointArray" signature="areaPoints() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rect" fullname="Q3CanvasRectangle::rect" href="q3canvasrectangle.html#rect" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="rect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="collidesWith" fullname="Q3CanvasRectangle::collidesWith" href="q3canvasrectangle.html#collidesWith" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="collidesWith(const Q3CanvasItem * i) const">
+ <parameter left="const Q3CanvasItem *" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rtti" fullname="Q3CanvasRectangle::rtti" href="q3canvasrectangle.html#rtti" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rtti() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="RTTI" fullname="Q3CanvasRectangle::RTTI" href="q3canvasrectangle.html#RTTI-var" location="q3canvas.h" type="int" static="true"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawShape" fullname="Q3CanvasRectangle::drawShape" href="q3canvasrectangle.html#drawShape" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawShape(QPainter &amp; p)">
+ <parameter left="QPainter &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="chunks" fullname="Q3CanvasRectangle::chunks" href="q3canvasrectangle.html#chunks" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Q3PointArray" signature="chunks() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3CanvasPolygon" href="q3canvaspolygon.html" location="q3canvas.h" bases="Q3CanvasPolygonalItem" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CanvasPolygon" fullname="Q3CanvasPolygon::Q3CanvasPolygon" href="q3canvaspolygon.html#Q3CanvasPolygon" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3CanvasPolygon(Q3Canvas * canvas)">
+ <parameter left="Q3Canvas *" right="" name="canvas" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3CanvasPolygon" fullname="Q3CanvasPolygon::~Q3CanvasPolygon" href="q3canvaspolygon.html#dtor.Q3CanvasPolygon" location="q3canvas.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3CanvasPolygon()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPoints" fullname="Q3CanvasPolygon::setPoints" href="q3canvaspolygon.html#setPoints" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPoints(Q3PointArray pa)">
+ <parameter left="Q3PointArray" right="" name="pa" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="points" fullname="Q3CanvasPolygon::points" href="q3canvaspolygon.html#points" location="q3canvas.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3PointArray" signature="points() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveBy" fullname="Q3CanvasPolygon::moveBy" href="q3canvaspolygon.html#moveBy" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="moveBy(double dx, double dy)">
+ <parameter left="double" right="" name="dx" default=""/>
+ <parameter left="double" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="areaPoints" fullname="Q3CanvasPolygon::areaPoints" href="q3canvaspolygon.html#areaPoints" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Q3PointArray" signature="areaPoints() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rtti" fullname="Q3CanvasPolygon::rtti" href="q3canvaspolygon.html#rtti" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rtti() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="RTTI" fullname="Q3CanvasPolygon::RTTI" href="q3canvaspolygon.html#RTTI-var" location="q3canvas.h" type="int" static="true"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawShape" fullname="Q3CanvasPolygon::drawShape" href="q3canvaspolygon.html#drawShape" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawShape(QPainter &amp; p)">
+ <parameter left="QPainter &amp;" right="" name="p" default=""/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="poly" fullname="Q3CanvasPolygon::poly" href="q3canvaspolygon.html#poly-var" location="q3canvas.h" type="Q3PointArray" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3CanvasSpline" href="q3canvasspline.html" location="q3canvas.h" bases="Q3CanvasPolygon" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CanvasSpline" fullname="Q3CanvasSpline::Q3CanvasSpline" href="q3canvasspline.html#Q3CanvasSpline" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3CanvasSpline(Q3Canvas * canvas)">
+ <parameter left="Q3Canvas *" right="" name="canvas" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3CanvasSpline" fullname="Q3CanvasSpline::~Q3CanvasSpline" href="q3canvasspline.html#dtor.Q3CanvasSpline" location="q3canvas.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3CanvasSpline()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setControlPoints" fullname="Q3CanvasSpline::setControlPoints" href="q3canvasspline.html#setControlPoints" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setControlPoints(Q3PointArray ctrl, bool close)">
+ <parameter left="Q3PointArray" right="" name="ctrl" default=""/>
+ <parameter left="bool" right="" name="close" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="controlPoints" fullname="Q3CanvasSpline::controlPoints" href="q3canvasspline.html#controlPoints" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3PointArray" signature="controlPoints() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="closed" fullname="Q3CanvasSpline::closed" href="q3canvasspline.html#closed" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="closed() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rtti" fullname="Q3CanvasSpline::rtti" href="q3canvasspline.html#rtti" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rtti() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="RTTI" fullname="Q3CanvasSpline::RTTI" href="q3canvasspline.html#RTTI-var" location="q3canvas.h" type="int" static="true"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3CanvasLine" href="q3canvasline.html" location="q3canvas.h" bases="Q3CanvasPolygonalItem" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CanvasLine" fullname="Q3CanvasLine::Q3CanvasLine" href="q3canvasline.html#Q3CanvasLine" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3CanvasLine(Q3Canvas * canvas)">
+ <parameter left="Q3Canvas *" right="" name="canvas" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3CanvasLine" fullname="Q3CanvasLine::~Q3CanvasLine" href="q3canvasline.html#dtor.Q3CanvasLine" location="q3canvas.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3CanvasLine()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPoints" fullname="Q3CanvasLine::setPoints" href="q3canvasline.html#setPoints" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPoints(int xa, int ya, int xb, int yb)">
+ <parameter left="int" right="" name="xa" default=""/>
+ <parameter left="int" right="" name="ya" default=""/>
+ <parameter left="int" right="" name="xb" default=""/>
+ <parameter left="int" right="" name="yb" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startPoint" fullname="Q3CanvasLine::startPoint" href="q3canvasline.html#startPoint" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="startPoint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endPoint" fullname="Q3CanvasLine::endPoint" href="q3canvasline.html#endPoint" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="endPoint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rtti" fullname="Q3CanvasLine::rtti" href="q3canvasline.html#rtti" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rtti() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="RTTI" fullname="Q3CanvasLine::RTTI" href="q3canvasline.html#RTTI-var" location="q3canvas.h" type="int" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPen" fullname="Q3CanvasLine::setPen" href="q3canvasline.html#setPen" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setPen(QPen p)">
+ <parameter left="QPen" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveBy" fullname="Q3CanvasLine::moveBy" href="q3canvasline.html#moveBy" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="moveBy(double dx, double dy)">
+ <parameter left="double" right="" name="dx" default=""/>
+ <parameter left="double" right="" name="dy" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawShape" fullname="Q3CanvasLine::drawShape" href="q3canvasline.html#drawShape" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawShape(QPainter &amp; p)">
+ <parameter left="QPainter &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="areaPoints" fullname="Q3CanvasLine::areaPoints" href="q3canvasline.html#areaPoints" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Q3PointArray" signature="areaPoints() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3CanvasEllipse" href="q3canvasellipse.html" location="q3canvas.h" bases="Q3CanvasPolygonalItem" module="Qt3Support">
+ <target name="anglediagram"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CanvasEllipse" fullname="Q3CanvasEllipse::Q3CanvasEllipse" href="q3canvasellipse.html#Q3CanvasEllipse" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3CanvasEllipse(Q3Canvas * canvas)">
+ <parameter left="Q3Canvas *" right="" name="canvas" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CanvasEllipse" fullname="Q3CanvasEllipse::Q3CanvasEllipse" href="q3canvasellipse.html#Q3CanvasEllipse-2" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3CanvasEllipse(int width, int height, Q3Canvas * canvas)">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="Q3Canvas *" right="" name="canvas" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CanvasEllipse" fullname="Q3CanvasEllipse::Q3CanvasEllipse" href="q3canvasellipse.html#Q3CanvasEllipse-3" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3CanvasEllipse(int width, int height, int startangle, int angle, Q3Canvas * canvas)">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="int" right="" name="startangle" default=""/>
+ <parameter left="int" right="" name="angle" default=""/>
+ <parameter left="Q3Canvas *" right="" name="canvas" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3CanvasEllipse" fullname="Q3CanvasEllipse::~Q3CanvasEllipse" href="q3canvasellipse.html#dtor.Q3CanvasEllipse" location="q3canvas.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3CanvasEllipse()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="Q3CanvasEllipse::width" href="q3canvasellipse.html#width" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="Q3CanvasEllipse::height" href="q3canvasellipse.html#height" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSize" fullname="Q3CanvasEllipse::setSize" href="q3canvasellipse.html#setSize" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSize(int width, int height)">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAngles" fullname="Q3CanvasEllipse::setAngles" href="q3canvasellipse.html#setAngles" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAngles(int start, int length)">
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="length" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="angleStart" fullname="Q3CanvasEllipse::angleStart" href="q3canvasellipse.html#angleStart" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="angleStart() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="angleLength" fullname="Q3CanvasEllipse::angleLength" href="q3canvasellipse.html#angleLength" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="angleLength() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="areaPoints" fullname="Q3CanvasEllipse::areaPoints" href="q3canvasellipse.html#areaPoints" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Q3PointArray" signature="areaPoints() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="collidesWith" fullname="Q3CanvasEllipse::collidesWith" href="q3canvasellipse.html#collidesWith" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="collidesWith(const Q3CanvasItem * i) const">
+ <parameter left="const Q3CanvasItem *" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rtti" fullname="Q3CanvasEllipse::rtti" href="q3canvasellipse.html#rtti" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rtti() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="RTTI" fullname="Q3CanvasEllipse::RTTI" href="q3canvasellipse.html#RTTI-var" location="q3canvas.h" type="int" static="true"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawShape" fullname="Q3CanvasEllipse::drawShape" href="q3canvasellipse.html#drawShape" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawShape(QPainter &amp; p)">
+ <parameter left="QPainter &amp;" right="" name="p" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3CanvasText" href="q3canvastext.html" location="q3canvas.h" bases="Q3CanvasItem" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CanvasText" fullname="Q3CanvasText::Q3CanvasText" href="q3canvastext.html#Q3CanvasText" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3CanvasText(Q3Canvas * canvas)">
+ <parameter left="Q3Canvas *" right="" name="canvas" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CanvasText" fullname="Q3CanvasText::Q3CanvasText" href="q3canvastext.html#Q3CanvasText-2" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3CanvasText(const QString &amp; t, Q3Canvas * canvas)">
+ <parameter left="const QString &amp;" right="" name="t" default=""/>
+ <parameter left="Q3Canvas *" right="" name="canvas" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3CanvasText" fullname="Q3CanvasText::Q3CanvasText" href="q3canvastext.html#Q3CanvasText-3" location="q3canvas.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3CanvasText(const QString &amp; t, QFont f, Q3Canvas * canvas)">
+ <parameter left="const QString &amp;" right="" name="t" default=""/>
+ <parameter left="QFont" right="" name="f" default=""/>
+ <parameter left="Q3Canvas *" right="" name="canvas" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3CanvasText" fullname="Q3CanvasText::~Q3CanvasText" href="q3canvastext.html#dtor.Q3CanvasText" location="q3canvas.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3CanvasText()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="Q3CanvasText::setText" href="q3canvastext.html#setText" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setText(const QString &amp; t)">
+ <parameter left="const QString &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFont" fullname="Q3CanvasText::setFont" href="q3canvastext.html#setFont" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFont(const QFont &amp; f)">
+ <parameter left="const QFont &amp;" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColor" fullname="Q3CanvasText::setColor" href="q3canvastext.html#setColor" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColor(const QColor &amp; c)">
+ <parameter left="const QColor &amp;" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="Q3CanvasText::text" href="q3canvastext.html#text" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="font" fullname="Q3CanvasText::font" href="q3canvastext.html#font" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFont" signature="font() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="color" fullname="Q3CanvasText::color" href="q3canvastext.html#color" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="color() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveBy" fullname="Q3CanvasText::moveBy" href="q3canvastext.html#moveBy" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="moveBy(double dx, double dy)">
+ <parameter left="double" right="" name="dx" default=""/>
+ <parameter left="double" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textFlags" fullname="Q3CanvasText::textFlags" href="q3canvastext.html#textFlags" location="q3canvas.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="textFlags() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextFlags" fullname="Q3CanvasText::setTextFlags" href="q3canvastext.html#setTextFlags" location="q3canvas.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextFlags(int f)">
+ <parameter left="int" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="Q3CanvasText::boundingRect" href="q3canvastext.html#boundingRect" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="collidesWith" fullname="Q3CanvasText::collidesWith" href="q3canvastext.html#collidesWith" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="collidesWith(const Q3CanvasItem * i) const">
+ <parameter left="const Q3CanvasItem *" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rtti" fullname="Q3CanvasText::rtti" href="q3canvastext.html#rtti" location="q3canvas.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rtti() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="RTTI" fullname="Q3CanvasText::RTTI" href="q3canvastext.html#RTTI-var" location="q3canvas.h" type="int" static="true"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="draw" fullname="Q3CanvasText::draw" href="q3canvastext.html#draw" location="q3canvas.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="draw(QPainter &amp; painter)">
+ <parameter left="QPainter &amp;" right="" name="painter" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="thread safe" status="commendable" name="QFontDatabase" href="qfontdatabase.html" location="qfontdatabase.h" bases="" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WritingSystem" fullname="QFontDatabase::WritingSystem" href="qfontdatabase.html#WritingSystem-enum" location="qfontdatabase.h">
+ <value name="Any" value="0"/>
+ <value name="Latin" value="1"/>
+ <value name="Greek" value="2"/>
+ <value name="Cyrillic" value="3"/>
+ <value name="Armenian" value="4"/>
+ <value name="Hebrew" value="5"/>
+ <value name="Arabic" value="6"/>
+ <value name="Syriac" value="7"/>
+ <value name="Thaana" value="8"/>
+ <value name="Devanagari" value="9"/>
+ <value name="Bengali" value="10"/>
+ <value name="Gurmukhi" value="11"/>
+ <value name="Gujarati" value="12"/>
+ <value name="Oriya" value="13"/>
+ <value name="Tamil" value="14"/>
+ <value name="Telugu" value="15"/>
+ <value name="Kannada" value="16"/>
+ <value name="Malayalam" value="17"/>
+ <value name="Sinhala" value="18"/>
+ <value name="Thai" value="19"/>
+ <value name="Lao" value="20"/>
+ <value name="Tibetan" value="21"/>
+ <value name="Myanmar" value="22"/>
+ <value name="Georgian" value="23"/>
+ <value name="Khmer" value="24"/>
+ <value name="SimplifiedChinese" value="25"/>
+ <value name="TraditionalChinese" value="26"/>
+ <value name="Japanese" value="27"/>
+ <value name="Korean" value="28"/>
+ <value name="Vietnamese" value="29"/>
+ <value name="Symbol" value="30"/>
+ <value name="Other" value="Symbol"/>
+ <value name="Ogham" value=""/>
+ <value name="Runic" value=""/>
+ <value name="WritingSystemsCount" value=""/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardSizes" fullname="QFontDatabase::standardSizes" href="qfontdatabase.html#standardSizes" location="qfontdatabase.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;int&gt;" signature="standardSizes()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFontDatabase" fullname="QFontDatabase::QFontDatabase" href="qfontdatabase.html#QFontDatabase" location="qfontdatabase.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFontDatabase()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writingSystems" fullname="QFontDatabase::writingSystems" href="qfontdatabase.html#writingSystems" location="qfontdatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;WritingSystem&gt;" signature="writingSystems() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writingSystems" fullname="QFontDatabase::writingSystems" href="qfontdatabase.html#writingSystems-2" location="qfontdatabase.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QList&lt;WritingSystem&gt;" signature="writingSystems(const QString &amp; family) const">
+ <parameter left="const QString &amp;" right="" name="family" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="families" fullname="QFontDatabase::families" href="qfontdatabase.html#families" location="qfontdatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="families(WritingSystem writingSystem) const">
+ <parameter left="WritingSystem" right="" name="writingSystem" default="Any"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="styles" fullname="QFontDatabase::styles" href="qfontdatabase.html#styles" location="qfontdatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="styles(const QString &amp; family) const">
+ <parameter left="const QString &amp;" right="" name="family" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pointSizes" fullname="QFontDatabase::pointSizes" href="qfontdatabase.html#pointSizes" location="qfontdatabase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QList&lt;int&gt;" signature="pointSizes(const QString &amp; family, const QString &amp; style)">
+ <parameter left="const QString &amp;" right="" name="family" default=""/>
+ <parameter left="const QString &amp;" right="" name="style" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="smoothSizes" fullname="QFontDatabase::smoothSizes" href="qfontdatabase.html#smoothSizes" location="qfontdatabase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QList&lt;int&gt;" signature="smoothSizes(const QString &amp; family, const QString &amp; style)">
+ <parameter left="const QString &amp;" right="" name="family" default=""/>
+ <parameter left="const QString &amp;" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="styleString" fullname="QFontDatabase::styleString" href="qfontdatabase.html#styleString" location="qfontdatabase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString" signature="styleString(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="styleString" fullname="QFontDatabase::styleString" href="qfontdatabase.html#styleString-2" location="qfontdatabase.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QString" signature="styleString(const QFontInfo &amp; fontInfo)">
+ <parameter left="const QFontInfo &amp;" right="" name="fontInfo" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QFontDatabase::font" href="qfontdatabase.html#font" location="qfontdatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFont" signature="font(const QString &amp; family, const QString &amp; style, int pointSize) const">
+ <parameter left="const QString &amp;" right="" name="family" default=""/>
+ <parameter left="const QString &amp;" right="" name="style" default=""/>
+ <parameter left="int" right="" name="pointSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isBitmapScalable" fullname="QFontDatabase::isBitmapScalable" href="qfontdatabase.html#isBitmapScalable" location="qfontdatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isBitmapScalable(const QString &amp; family, const QString &amp; style) const">
+ <parameter left="const QString &amp;" right="" name="family" default=""/>
+ <parameter left="const QString &amp;" right="" name="style" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSmoothlyScalable" fullname="QFontDatabase::isSmoothlyScalable" href="qfontdatabase.html#isSmoothlyScalable" location="qfontdatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSmoothlyScalable(const QString &amp; family, const QString &amp; style) const">
+ <parameter left="const QString &amp;" right="" name="family" default=""/>
+ <parameter left="const QString &amp;" right="" name="style" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isScalable" fullname="QFontDatabase::isScalable" href="qfontdatabase.html#isScalable" location="qfontdatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isScalable(const QString &amp; family, const QString &amp; style) const">
+ <parameter left="const QString &amp;" right="" name="family" default=""/>
+ <parameter left="const QString &amp;" right="" name="style" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFixedPitch" fullname="QFontDatabase::isFixedPitch" href="qfontdatabase.html#isFixedPitch" location="qfontdatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isFixedPitch(const QString &amp; family, const QString &amp; style) const">
+ <parameter left="const QString &amp;" right="" name="family" default=""/>
+ <parameter left="const QString &amp;" right="" name="style" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="italic" fullname="QFontDatabase::italic" href="qfontdatabase.html#italic" location="qfontdatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="italic(const QString &amp; family, const QString &amp; style) const">
+ <parameter left="const QString &amp;" right="" name="family" default=""/>
+ <parameter left="const QString &amp;" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bold" fullname="QFontDatabase::bold" href="qfontdatabase.html#bold" location="qfontdatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="bold(const QString &amp; family, const QString &amp; style) const">
+ <parameter left="const QString &amp;" right="" name="family" default=""/>
+ <parameter left="const QString &amp;" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="weight" fullname="QFontDatabase::weight" href="qfontdatabase.html#weight" location="qfontdatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="weight(const QString &amp; family, const QString &amp; style) const">
+ <parameter left="const QString &amp;" right="" name="family" default=""/>
+ <parameter left="const QString &amp;" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writingSystemName" fullname="QFontDatabase::writingSystemName" href="qfontdatabase.html#writingSystemName" location="qfontdatabase.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="writingSystemName(WritingSystem writingSystem)">
+ <parameter left="WritingSystem" right="" name="writingSystem" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writingSystemSample" fullname="QFontDatabase::writingSystemSample" href="qfontdatabase.html#writingSystemSample" location="qfontdatabase.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="writingSystemSample(WritingSystem writingSystem)">
+ <parameter left="WritingSystem" right="" name="writingSystem" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addApplicationFont" fullname="QFontDatabase::addApplicationFont" href="qfontdatabase.html#addApplicationFont" location="qfontdatabase.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="addApplicationFont(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addApplicationFontFromData" fullname="QFontDatabase::addApplicationFontFromData" href="qfontdatabase.html#addApplicationFontFromData" location="qfontdatabase.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="addApplicationFontFromData(const QByteArray &amp; fontData)">
+ <parameter left="const QByteArray &amp;" right="" name="fontData" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="applicationFontFamilies" fullname="QFontDatabase::applicationFontFamilies" href="qfontdatabase.html#applicationFontFamilies" location="qfontdatabase.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="applicationFontFamilies(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeApplicationFont" fullname="QFontDatabase::removeApplicationFont" href="qfontdatabase.html#removeApplicationFont" location="qfontdatabase_qws.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="removeApplicationFont(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeAllApplicationFonts" fullname="QFontDatabase::removeAllApplicationFonts" href="qfontdatabase.html#removeAllApplicationFonts" location="qfontdatabase_qws.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="removeAllApplicationFonts()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportsThreadedFontRendering" fullname="QFontDatabase::supportsThreadedFontRendering" href="qfontdatabase.html#supportsThreadedFontRendering" location="qfontdatabase_qws.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="supportsThreadedFontRendering()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3PtrDict" href="q3ptrdict.html" location="q3ptrdict.h" bases="Q3PtrCollection" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3PtrDict" fullname="Q3PtrDict::Q3PtrDict" href="q3ptrdict.html#Q3PtrDict" location="q3ptrdict.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3PtrDict(int size)">
+ <parameter left="int" right="" name="size" default="17"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3PtrDict" fullname="Q3PtrDict::Q3PtrDict" href="q3ptrdict.html#Q3PtrDict-2" location="q3ptrdict.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3PtrDict(const Q3PtrDict&lt;type&gt; &amp; dict)">
+ <parameter left="const Q3PtrDict&lt;type&gt; &amp;" right="" name="dict" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3PtrDict" fullname="Q3PtrDict::~Q3PtrDict" href="q3ptrdict.html#dtor.Q3PtrDict" location="q3ptrdict.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3PtrDict()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3PtrDict::operator=" href="q3ptrdict.html#operator=" location="q3ptrdict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3PtrDict&lt;type&gt; &amp;" signature="operator=(const Q3PtrDict&lt;type&gt; &amp; dict)">
+ <parameter left="const Q3PtrDict&lt;type&gt; &amp;" right="" name="dict" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3PtrDict::count" href="q3ptrdict.html#count" location="q3ptrdict.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="Q3PtrDict::size" href="q3ptrdict.html#size" location="q3ptrdict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="Q3PtrDict::isEmpty" href="q3ptrdict.html#isEmpty" location="q3ptrdict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="Q3PtrDict::insert" href="q3ptrdict.html#insert" location="q3ptrdict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insert(void * key, const type * item)">
+ <parameter left="void *" right="" name="key" default=""/>
+ <parameter left="const type *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="Q3PtrDict::replace" href="q3ptrdict.html#replace" location="q3ptrdict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="replace(void * key, const type * item)">
+ <parameter left="void *" right="" name="key" default=""/>
+ <parameter left="const type *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="Q3PtrDict::remove" href="q3ptrdict.html#remove" location="q3ptrdict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="remove(void * key)">
+ <parameter left="void *" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="take" fullname="Q3PtrDict::take" href="q3ptrdict.html#take" location="q3ptrdict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="take(void * key)">
+ <parameter left="void *" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="Q3PtrDict::find" href="q3ptrdict.html#find" location="q3ptrdict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="find(void * key) const">
+ <parameter left="void *" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="Q3PtrDict::operator[]" href="q3ptrdict.html#operator[]" location="q3ptrdict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="operator[](void * key) const">
+ <parameter left="void *" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="Q3PtrDict::clear" href="q3ptrdict.html#clear" location="q3ptrdict.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resize" fullname="Q3PtrDict::resize" href="q3ptrdict.html#resize" location="q3ptrdict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resize(uint newsize)">
+ <parameter left="uint" right="" name="newsize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="statistics" fullname="Q3PtrDict::statistics" href="q3ptrdict.html#statistics" location="q3ptrdict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="statistics() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="read" fullname="Q3PtrDict::read" href="q3ptrdict.html#read" location="q3ptrdict.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QDataStream &amp;" signature="read(QDataStream &amp; s, Q3PtrCollection::Item &amp; item)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="Q3PtrCollection::Item &amp;" right="" name="item" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="write" fullname="Q3PtrDict::write" href="q3ptrdict.html#write" location="q3ptrdict.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QDataStream &amp;" signature="write(QDataStream &amp; s, Q3PtrCollection::Item item) const">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="Q3PtrCollection::Item" right="" name="item" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3PtrDictIterator" href="q3ptrdictiterator.html" location="q3ptrdict.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3PtrDictIterator" fullname="Q3PtrDictIterator::Q3PtrDictIterator" href="q3ptrdictiterator.html#Q3PtrDictIterator" location="q3ptrdict.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3PtrDictIterator(const Q3PtrDict&lt;type&gt; &amp; dict)">
+ <parameter left="const Q3PtrDict&lt;type&gt; &amp;" right="" name="dict" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3PtrDictIterator" fullname="Q3PtrDictIterator::~Q3PtrDictIterator" href="q3ptrdictiterator.html#dtor.Q3PtrDictIterator" location="q3ptrdict.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3PtrDictIterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3PtrDictIterator::count" href="q3ptrdictiterator.html#count" location="q3ptrdict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="Q3PtrDictIterator::isEmpty" href="q3ptrdictiterator.html#isEmpty" location="q3ptrdict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFirst" fullname="Q3PtrDictIterator::toFirst" href="q3ptrdictiterator.html#toFirst" location="q3ptrdict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="toFirst()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator type *" fullname="Q3PtrDictIterator::operator type *" href="q3ptrdictiterator.html#operator type *" location="q3ptrdict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator type *() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="current" fullname="Q3PtrDictIterator::current" href="q3ptrdictiterator.html#current" location="q3ptrdict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="current() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentKey" fullname="Q3PtrDictIterator::currentKey" href="q3ptrdictiterator.html#currentKey" location="q3ptrdict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void *" signature="currentKey() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator()" fullname="Q3PtrDictIterator::operator()" href="q3ptrdictiterator.html#operator()" location="q3ptrdict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator()()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="Q3PtrDictIterator::operator++" href="q3ptrdictiterator.html#operator++" location="q3ptrdict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator++()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="Q3PtrDictIterator::operator+=" href="q3ptrdictiterator.html#operator+=" location="q3ptrdict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator+=(uint jump)">
+ <parameter left="uint" right="" name="jump" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QPrintEngine" href="qprintengine.html" location="qprintengine.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPrintEngine" fullname="QPrintEngine::~QPrintEngine" href="qprintengine.html#dtor.QPrintEngine" location="qprintengine.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPrintEngine()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PrintEnginePropertyKey" fullname="QPrintEngine::PrintEnginePropertyKey" href="qprintengine.html#PrintEnginePropertyKey-enum" location="qprintengine.h">
+ <value name="PPK_CollateCopies" value="0"/>
+ <value name="PPK_ColorMode" value="1"/>
+ <value name="PPK_Creator" value="2"/>
+ <value name="PPK_DocumentName" value="3"/>
+ <value name="PPK_FullPage" value="4"/>
+ <value name="PPK_NumberOfCopies" value="5"/>
+ <value name="PPK_Orientation" value="6"/>
+ <value name="PPK_OutputFileName" value="7"/>
+ <value name="PPK_PageOrder" value="8"/>
+ <value name="PPK_PageRect" value="9"/>
+ <value name="PPK_PageSize" value="10"/>
+ <value name="PPK_PaperRect" value="11"/>
+ <value name="PPK_PaperSource" value="12"/>
+ <value name="PPK_PrinterName" value="13"/>
+ <value name="PPK_PrinterProgram" value="14"/>
+ <value name="PPK_Resolution" value="15"/>
+ <value name="PPK_SelectionOption" value="16"/>
+ <value name="PPK_SupportedResolutions" value="17"/>
+ <value name="PPK_WindowsPageSize" value="18"/>
+ <value name="PPK_FontEmbedding" value="19"/>
+ <value name="PPK_SuppressSystemPrintStatus" value="20"/>
+ <value name="PPK_Duplex" value="21"/>
+ <value name="PPK_PaperSources" value="22"/>
+ <value name="PPK_CustomPaperSize" value="23"/>
+ <value name="PPK_PageMargins" value="24"/>
+ <value name="PPK_PaperSize" value="PPK_PageSize"/>
+ <value name="PPK_CustomBase" value="0xff00"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProperty" fullname="QPrintEngine::setProperty" href="qprintengine.html#setProperty" location="qprintengine.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setProperty(PrintEnginePropertyKey key, const QVariant &amp; value)">
+ <parameter left="PrintEnginePropertyKey" right="" name="key" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="property" fullname="QPrintEngine::property" href="qprintengine.html#property" location="qprintengine.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="property(PrintEnginePropertyKey key) const">
+ <parameter left="PrintEnginePropertyKey" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newPage" fullname="QPrintEngine::newPage" href="qprintengine.html#newPage" location="qprintengine.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="newPage()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="abort" fullname="QPrintEngine::abort" href="qprintengine.html#abort" location="qprintengine.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="abort()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="metric" fullname="QPrintEngine::metric" href="qprintengine.html#metric" location="qprintengine.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="metric(QPaintDevice::PaintDeviceMetric id) const">
+ <parameter left="QPaintDevice::PaintDeviceMetric" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="printerState" fullname="QPrintEngine::printerState" href="qprintengine.html#printerState" location="qprintengine.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QPrinter::PrinterState" signature="printerState() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QHistoryState" href="qhistorystate.html" location="qhistorystate.h" bases="QAbstractState" module="QtCore">
+ <property access="public" threadsafety="unspecified" status="commendable" name="defaultState" fullname="QHistoryState::defaultState" href="qhistorystate.html#defaultState-prop" location="qhistorystate.h" type="QAbstractState *">
+ <getter name="defaultState"/>
+ <setter name="setDefaultState"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="historyType" fullname="QHistoryState::historyType" href="qhistorystate.html#historyType-prop" location="qhistorystate.h" type="HistoryType">
+ <getter name="historyType"/>
+ <setter name="setHistoryType"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="HistoryType" fullname="QHistoryState::HistoryType" href="qhistorystate.html#HistoryType-enum" location="qhistorystate.h">
+ <value name="ShallowHistory" value="0"/>
+ <value name="DeepHistory" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHistoryState" fullname="QHistoryState::QHistoryState" href="qhistorystate.html#QHistoryState" location="qhistorystate.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QHistoryState(QState * parent)">
+ <parameter left="QState *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHistoryState" fullname="QHistoryState::QHistoryState" href="qhistorystate.html#QHistoryState-2" location="qhistorystate.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QHistoryState(HistoryType type, QState * parent)">
+ <parameter left="HistoryType" right="" name="type" default=""/>
+ <parameter left="QState *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QHistoryState" fullname="QHistoryState::~QHistoryState" href="qhistorystate.html#dtor.QHistoryState" location="qhistorystate.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QHistoryState()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultState" fullname="QHistoryState::defaultState" href="qhistorystate.html#defaultState-prop" location="qhistorystate.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="defaultState" type="QAbstractState *" signature="defaultState() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultState" fullname="QHistoryState::setDefaultState" href="qhistorystate.html#defaultState-prop" location="qhistorystate.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="defaultState" type="void" signature="setDefaultState(QAbstractState * state)">
+ <parameter left="QAbstractState *" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="historyType" fullname="QHistoryState::historyType" href="qhistorystate.html#historyType-prop" location="qhistorystate.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="historyType" type="HistoryType" signature="historyType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHistoryType" fullname="QHistoryState::setHistoryType" href="qhistorystate.html#historyType-prop" location="qhistorystate.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="historyType" type="void" signature="setHistoryType(HistoryType type)">
+ <parameter left="HistoryType" right="" name="type" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="onEntry" fullname="QHistoryState::onEntry" href="qhistorystate.html#onEntry" location="qhistorystate.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="onEntry(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="onExit" fullname="QHistoryState::onExit" href="qhistorystate.html#onExit" location="qhistorystate.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="onExit(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QHistoryState::event" href="qhistorystate.html#event" location="qhistorystate.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="thread safe" status="commendable" name="QWaitCondition" href="qwaitcondition.html" location="qwaitcondition.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWaitCondition" fullname="QWaitCondition::QWaitCondition" href="qwaitcondition.html#QWaitCondition" location="qwaitcondition_unix.cpp" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWaitCondition()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWaitCondition" fullname="QWaitCondition::~QWaitCondition" href="qwaitcondition.html#dtor.QWaitCondition" location="qwaitcondition_unix.cpp" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWaitCondition()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wait" fullname="QWaitCondition::wait" href="qwaitcondition.html#wait" location="qwaitcondition_unix.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="wait(QMutex * mutex, unsigned long time)">
+ <parameter left="QMutex *" right="" name="mutex" default=""/>
+ <parameter left="unsigned long" right="" name="time" default="ULONG_MAX"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wait" fullname="QWaitCondition::wait" href="qwaitcondition.html#wait-2" location="qwaitcondition_unix.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="wait(QReadWriteLock * readWriteLock, unsigned long time)">
+ <parameter left="QReadWriteLock *" right="" name="readWriteLock" default=""/>
+ <parameter left="unsigned long" right="" name="time" default="ULONG_MAX"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wakeOne" fullname="QWaitCondition::wakeOne" href="qwaitcondition.html#wakeOne" location="qwaitcondition_unix.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="wakeOne()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wakeAll" fullname="QWaitCondition::wakeAll" href="qwaitcondition.html#wakeAll" location="qwaitcondition_unix.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="wakeAll()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QLayout" href="qlayout.html" location="qlayout.h" bases="QObject,QLayoutItem" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="obsolete" name="margin" fullname="QLayout::margin" href="qlayout-obsolete.html#margin-prop" location="qlayout.h" type="int">
+ <getter name="margin"/>
+ <setter name="setMargin"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="spacing" fullname="QLayout::spacing" href="qlayout.html#spacing-prop" location="qlayout.h" type="int">
+ <getter name="spacing"/>
+ <setter name="setSpacing"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="sizeConstraint" fullname="QLayout::sizeConstraint" href="qlayout.html#sizeConstraint-prop" location="qlayout.h" type="SizeConstraint">
+ <getter name="sizeConstraint"/>
+ <setter name="setSizeConstraint"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SizeConstraint" fullname="QLayout::SizeConstraint" href="qlayout.html#SizeConstraint-enum" location="qlayout.h">
+ <value name="SetDefaultConstraint" value="0"/>
+ <value name="SetNoConstraint" value="1"/>
+ <value name="SetMinimumSize" value="2"/>
+ <value name="SetFixedSize" value="3"/>
+ <value name="SetMaximumSize" value="4"/>
+ <value name="SetMinAndMaxSize" value="5"/>
+ <value name="Auto" value="SetDefaultConstraint"/>
+ <value name="FreeResize" value="SetNoConstraint"/>
+ <value name="Minimum" value="SetMinimumSize"/>
+ <value name="Fixed" value="SetFixedSize"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLayout" fullname="QLayout::QLayout" href="qlayout.html#QLayout" location="qlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QLayout(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLayout" fullname="QLayout::QLayout" href="qlayout.html#QLayout-2" location="qlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QLayout()"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="margin" fullname="QLayout::margin" href="qlayout-obsolete.html#margin-prop" location="qlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="margin" type="int" signature="margin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="spacing" fullname="QLayout::spacing" href="qlayout.html#spacing-prop" location="qlayout.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="spacing" type="int" signature="spacing() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setMargin" fullname="QLayout::setMargin" href="qlayout-obsolete.html#margin-prop" location="qlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="margin" type="void" signature="setMargin(int margin)">
+ <parameter left="int" right="" name="margin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSpacing" fullname="QLayout::setSpacing" href="qlayout.html#spacing-prop" location="qlayout.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="spacing" type="void" signature="setSpacing(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContentsMargins" fullname="QLayout::setContentsMargins" href="qlayout.html#setContentsMargins" location="qlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setContentsMargins(int left, int top, int right, int bottom)">
+ <parameter left="int" right="" name="left" default=""/>
+ <parameter left="int" right="" name="top" default=""/>
+ <parameter left="int" right="" name="right" default=""/>
+ <parameter left="int" right="" name="bottom" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getContentsMargins" fullname="QLayout::getContentsMargins" href="qlayout.html#getContentsMargins" location="qlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="getContentsMargins(int * left, int * top, int * right, int * bottom) const">
+ <parameter left="int *" right="" name="left" default=""/>
+ <parameter left="int *" right="" name="top" default=""/>
+ <parameter left="int *" right="" name="right" default=""/>
+ <parameter left="int *" right="" name="bottom" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentsRect" fullname="QLayout::contentsRect" href="qlayout.html#contentsRect" location="qlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="contentsRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlignment" fullname="QLayout::setAlignment" href="qlayout.html#setAlignment" location="qlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="setAlignment(QWidget * w, QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlignment" fullname="QLayout::setAlignment" href="qlayout.html#setAlignment-3" location="qlayout.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="bool" signature="setAlignment(QLayout * l, QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QLayout *" right="" name="l" default=""/>
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlignment" fullname="QLayout::setAlignment" href="qlayout.html#setAlignment-2" location="qlayout.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setAlignment(QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSizeConstraint" fullname="QLayout::setSizeConstraint" href="qlayout.html#sizeConstraint-prop" location="qlayout.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="sizeConstraint" type="void" signature="setSizeConstraint(SizeConstraint )">
+ <parameter left="SizeConstraint" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeConstraint" fullname="QLayout::sizeConstraint" href="qlayout.html#sizeConstraint-prop" location="qlayout.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sizeConstraint" type="SizeConstraint" signature="sizeConstraint() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setResizeMode" fullname="QLayout::setResizeMode" href="qlayout-qt3.html#setResizeMode" location="qlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setResizeMode(SizeConstraint constraint)">
+ <parameter left="SizeConstraint" right="" name="constraint" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="resizeMode" fullname="QLayout::resizeMode" href="qlayout-qt3.html#resizeMode" location="qlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="SizeConstraint" signature="resizeMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMenuBar" fullname="QLayout::setMenuBar" href="qlayout.html#setMenuBar" location="qlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMenuBar(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="menuBar" fullname="QLayout::menuBar" href="qlayout.html#menuBar" location="qlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="menuBar() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parentWidget" fullname="QLayout::parentWidget" href="qlayout.html#parentWidget" location="qlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="parentWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invalidate" fullname="QLayout::invalidate" href="qlayout.html#invalidate" location="qlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="invalidate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="geometry" fullname="QLayout::geometry" href="qlayout.html#geometry" location="qlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="geometry() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activate" fullname="QLayout::activate" href="qlayout.html#activate" location="qlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="activate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="update" fullname="QLayout::update" href="qlayout.html#update" location="qlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="update()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addWidget" fullname="QLayout::addWidget" href="qlayout.html#addWidget" location="qlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addWidget(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addItem" fullname="QLayout::addItem" href="qlayout.html#addItem" location="qlayout.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="addItem(QLayoutItem * item)">
+ <parameter left="QLayoutItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeWidget" fullname="QLayout::removeWidget" href="qlayout.html#removeWidget" location="qlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeItem" fullname="QLayout::removeItem" href="qlayout.html#removeItem" location="qlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeItem(QLayoutItem * item)">
+ <parameter left="QLayoutItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expandingDirections" fullname="QLayout::expandingDirections" href="qlayout.html#expandingDirections" location="qlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::Orientations" signature="expandingDirections() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSize" fullname="QLayout::minimumSize" href="qlayout.html#minimumSize" location="qlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumSize" fullname="QLayout::maximumSize" href="qlayout.html#maximumSize" location="qlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="maximumSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGeometry" fullname="QLayout::setGeometry" href="qlayout.html#setGeometry" location="qlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setGeometry(const QRect &amp; r)">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAt" fullname="QLayout::itemAt" href="qlayout.html#itemAt" location="qlayout.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QLayoutItem *" signature="itemAt(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeAt" fullname="QLayout::takeAt" href="qlayout.html#takeAt" location="qlayout.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QLayoutItem *" signature="takeAt(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="QLayout::indexOf" href="qlayout.html#indexOf" location="qlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOf(QWidget * widget) const">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QLayout::count" href="qlayout.html#count" location="qlayout.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QLayout::isEmpty" href="qlayout.html#isEmpty" location="qlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="layout" fullname="QLayout::layout" href="qlayout.html#layout" location="qlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QLayout *" signature="layout()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEnabled" fullname="QLayout::setEnabled" href="qlayout.html#setEnabled" location="qlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEnabled" fullname="QLayout::isEnabled" href="qlayout.html#isEnabled" location="qlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="freeze" fullname="QLayout::freeze" href="qlayout-qt3.html#freeze" location="qlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="freeze(int w, int h)">
+ <parameter left="int" right="" name="w" default="0"/>
+ <parameter left="int" right="" name="h" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="isTopLevel" fullname="QLayout::isTopLevel" href="qlayout-qt3.html#isTopLevel" location="qlayout.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isTopLevel() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="closestAcceptableSize" fullname="QLayout::closestAcceptableSize" href="qlayout.html#closestAcceptableSize" location="qlayout.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QSize" signature="closestAcceptableSize(const QWidget * widget, const QSize &amp; size)">
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="childEvent" fullname="QLayout::childEvent" href="qlayout.html#childEvent" location="qlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="childEvent(QChildEvent * e)">
+ <parameter left="QChildEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="addChildLayout" fullname="QLayout::addChildLayout" href="qlayout.html#addChildLayout" location="qlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addChildLayout(QLayout * l)">
+ <parameter left="QLayout *" right="" name="l" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="addChildWidget" fullname="QLayout::addChildWidget" href="qlayout.html#addChildWidget" location="qlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addChildWidget(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="compat" name="deleteAllItems" fullname="QLayout::deleteAllItems" href="qlayout-qt3.html#deleteAllItems" location="qlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="deleteAllItems()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="alignmentRect" fullname="QLayout::alignmentRect" href="qlayout.html#alignmentRect" location="qlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="alignmentRect(const QRect &amp; r) const">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QLayout" fullname="QLayout::QLayout" href="qlayout-qt3.html#QLayout-4" location="qlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QLayout(QWidget * parent, int margin, int spacing, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="margin" default=""/>
+ <parameter left="int" right="" name="spacing" default="-1"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QLayout" fullname="QLayout::QLayout" href="qlayout-qt3.html#QLayout-5" location="qlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QLayout(QLayout * parentLayout, int spacing, const char * name)">
+ <parameter left="QLayout *" right="" name="parentLayout" default=""/>
+ <parameter left="int" right="" name="spacing" default="-1"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QLayout" fullname="QLayout::QLayout" href="qlayout-qt3.html#QLayout-6" location="qlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QLayout(int spacing, const char * name)">
+ <parameter left="int" right="" name="spacing" default=""/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="mainWidget" fullname="QLayout::mainWidget" href="qlayout-qt3.html#mainWidget" location="qlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="mainWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="remove" fullname="QLayout::remove" href="qlayout-qt3.html#remove" location="qlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="remove(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="add" fullname="QLayout::add" href="qlayout-qt3.html#add" location="qlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="add(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setAutoAdd" fullname="QLayout::setAutoAdd" href="qlayout-qt3.html#setAutoAdd" location="qlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAutoAdd(bool a)">
+ <parameter left="bool" right="" name="a" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="autoAdd" fullname="QLayout::autoAdd" href="qlayout-qt3.html#autoAdd" location="qlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="autoAdd() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="iterator" fullname="QLayout::iterator" href="qlayout-qt3.html#iterator" location="qlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QLayoutIterator" signature="iterator()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="defaultBorder" fullname="QLayout::defaultBorder" href="qlayout-qt3.html#defaultBorder" location="qlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="defaultBorder() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QErrorMessage" href="qerrormessage.html" location="qerrormessage.h" bases="QDialog" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QErrorMessage" fullname="QErrorMessage::QErrorMessage" href="qerrormessage.html#QErrorMessage" location="qerrormessage.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QErrorMessage(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QErrorMessage" fullname="QErrorMessage::~QErrorMessage" href="qerrormessage.html#dtor.QErrorMessage" location="qerrormessage.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QErrorMessage()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qtHandler" fullname="QErrorMessage::qtHandler" href="qerrormessage.html#qtHandler" location="qerrormessage.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QErrorMessage *" signature="qtHandler()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showMessage" fullname="QErrorMessage::showMessage" href="qerrormessage.html#showMessage" location="qerrormessage.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="showMessage(const QString &amp; message)">
+ <parameter left="const QString &amp;" right="" name="message" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showMessage" fullname="QErrorMessage::showMessage" href="qerrormessage.html#showMessage-2" location="qerrormessage.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="showMessage(const QString &amp; message, const QString &amp; type)">
+ <parameter left="const QString &amp;" right="" name="message" default=""/>
+ <parameter left="const QString &amp;" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="message" fullname="QErrorMessage::message" href="qerrormessage-qt3.html#message" location="qerrormessage.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="message(const QString &amp; message)">
+ <parameter left="const QString &amp;" right="" name="message" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="done" fullname="QErrorMessage::done" href="qerrormessage.html#done" location="qerrormessage.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="done(int a)">
+ <parameter left="int" right="" name="a" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QErrorMessage::changeEvent" href="qerrormessage.html#changeEvent" location="qerrormessage.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qstrdup" href="qbytearray.html#qstrdup" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QByteArray" type="char *" signature="qstrdup(const char * src)">
+ <parameter left="const char *" right="" name="src" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qstrlen" href="qbytearray.html#qstrlen" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QByteArray" type="uint" signature="qstrlen(const char * str)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qstrnlen" href="qbytearray.html#qstrnlen" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QByteArray" type="uint" signature="qstrnlen(const char * str, uint maxlen)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ <parameter left="uint" right="" name="maxlen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qstrcpy" href="qbytearray.html#qstrcpy" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QByteArray" type="char *" signature="qstrcpy(char * dst, const char * src)">
+ <parameter left="char *" right="" name="dst" default=""/>
+ <parameter left="const char *" right="" name="src" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qstrncpy" href="qbytearray.html#qstrncpy" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QByteArray" type="char *" signature="qstrncpy(char * dst, const char * src, uint len)">
+ <parameter left="char *" right="" name="dst" default=""/>
+ <parameter left="const char *" right="" name="src" default=""/>
+ <parameter left="uint" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qstrcmp" href="qbytearray.html#qstrcmp" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QByteArray" type="int" signature="qstrcmp(const char * str1, const char * str2)">
+ <parameter left="const char *" right="" name="str1" default=""/>
+ <parameter left="const char *" right="" name="str2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qstrncmp" href="qbytearray.html#qstrncmp" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QByteArray" type="int" signature="qstrncmp(const char * str1, const char * str2, uint len)">
+ <parameter left="const char *" right="" name="str1" default=""/>
+ <parameter left="const char *" right="" name="str2" default=""/>
+ <parameter left="uint" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qstricmp" href="qbytearray.html#qstricmp" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QByteArray" type="int" signature="qstricmp(const char * str1, const char * str2)">
+ <parameter left="const char *" right="" name="str1" default=""/>
+ <parameter left="const char *" right="" name="str2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qstrnicmp" href="qbytearray.html#qstrnicmp" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QByteArray" type="int" signature="qstrnicmp(const char * str1, const char * str2, uint len)">
+ <parameter left="const char *" right="" name="str1" default=""/>
+ <parameter left="const char *" right="" name="str2" default=""/>
+ <parameter left="uint" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qvsnprintf" href="qbytearray.html#qvsnprintf" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QByteArray" type="int" signature="qvsnprintf(char * str, size_t n, const char * fmt, va_list ap)">
+ <parameter left="char *" right="" name="str" default=""/>
+ <parameter left="size_t" right="" name="n" default=""/>
+ <parameter left="const char *" right="" name="fmt" default=""/>
+ <parameter left="va_list" right="" name="ap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qsnprintf" href="qbytearray.html#qsnprintf" location="qurl.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QByteArray" type="int" signature="qsnprintf(char * str, size_t n, const char * fmt, ... )">
+ <parameter left="char *" right="" name="str" default=""/>
+ <parameter left="size_t" right="" name="n" default=""/>
+ <parameter left="const char *" right="" name="fmt" default=""/>
+ <parameter left="..." right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qChecksum" href="qbytearray.html#qChecksum" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QByteArray" type="quint16" signature="qChecksum(const char * data, uint len)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ <parameter left="uint" right="" name="len" default=""/>
+ </function>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QByteArray" href="qbytearray.html" location="qbytearray.h" bases="" module="QtCore">
+ <contents name="notes-on-locale" title="Notes on Locale" level="1"/>
+ <contents name="number-string-conversions" title="Number-String Conversions" level="2"/>
+ <contents name="8-bit-character-comparisons" title="8-bit Character Comparisons" level="2"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QByteArray" fullname="QByteArray::QByteArray" href="qbytearray.html#QByteArray" location="qbytearray.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QByteArray()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QByteArray" fullname="QByteArray::QByteArray" href="qbytearray.html#QByteArray-2" location="qbytearray.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QByteArray(const char * str)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QByteArray" fullname="QByteArray::QByteArray" href="qbytearray.html#QByteArray-3" location="qbytearray.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QByteArray(const char * data, int size)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QByteArray" fullname="QByteArray::QByteArray" href="qbytearray.html#QByteArray-4" location="qbytearray.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QByteArray(int size, char ch)">
+ <parameter left="int" right="" name="size" default=""/>
+ <parameter left="char" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QByteArray" fullname="QByteArray::QByteArray" href="qbytearray.html#QByteArray-6" location="qbytearray.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QByteArray(const QByteArray &amp; other)">
+ <parameter left="const QByteArray &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QByteArray" fullname="QByteArray::~QByteArray" href="qbytearray.html#dtor.QByteArray" location="qbytearray.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QByteArray()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QByteArray::operator=" href="qbytearray.html#operator=" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QByteArray &amp;" signature="operator=(const QByteArray &amp; other)">
+ <parameter left="const QByteArray &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QByteArray::operator=" href="qbytearray.html#operator=-2" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QByteArray &amp;" signature="operator=(const char * str)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QByteArray::size" href="qbytearray.html#size" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QByteArray::isEmpty" href="qbytearray.html#isEmpty" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resize" fullname="QByteArray::resize" href="qbytearray.html#resize" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resize(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fill" fullname="QByteArray::fill" href="qbytearray.html#fill" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QByteArray &amp;" signature="fill(char ch, int size)">
+ <parameter left="char" right="" name="ch" default=""/>
+ <parameter left="int" right="" name="size" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="capacity" fullname="QByteArray::capacity" href="qbytearray.html#capacity" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="capacity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reserve" fullname="QByteArray::reserve" href="qbytearray.html#reserve" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reserve(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="squeeze" fullname="QByteArray::squeeze" href="qbytearray.html#squeeze" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="squeeze()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator const char *" fullname="QByteArray::operator const char *" href="qbytearray.html#operator const char *" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator const char *() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator const void *" fullname="QByteArray::operator const void *" href="qbytearray.html#operator const void *" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator const void *() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QByteArray::data" href="qbytearray.html#data" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="char *" signature="data()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QByteArray::data" href="qbytearray.html#data-2" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const char *" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constData" fullname="QByteArray::constData" href="qbytearray.html#constData" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="constData() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QByteArray::clear" href="qbytearray.html#clear" location="qbytearray.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="at" fullname="QByteArray::at" href="qbytearray.html#at" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="char" signature="at(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QByteArray::operator[]" href="qbytearray.html#operator[]-2" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="char" signature="operator[](int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QByteArray::operator[]" href="qbytearray.html#operator[]-4" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="char" signature="operator[](uint i) const">
+ <parameter left="uint" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QByteArray::operator[]" href="qbytearray.html#operator[]" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QByteRef" signature="operator[](int i)">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QByteArray::operator[]" href="qbytearray.html#operator[]-3" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QByteRef" signature="operator[](uint i)">
+ <parameter left="uint" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="QByteArray::indexOf" href="qbytearray.html#indexOf-4" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="int" signature="indexOf(char ch, int from) const">
+ <parameter left="char" right="" name="ch" default=""/>
+ <parameter left="int" right="" name="from" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="QByteArray::indexOf" href="qbytearray.html#indexOf-3" location="qbytearray.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="int" signature="indexOf(const char * str, int from) const">
+ <parameter left="const char *" right="" name="str" default=""/>
+ <parameter left="int" right="" name="from" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="QByteArray::indexOf" href="qbytearray.html#indexOf" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOf(const QByteArray &amp; ba, int from) const">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ <parameter left="int" right="" name="from" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastIndexOf" fullname="QByteArray::lastIndexOf" href="qbytearray.html#lastIndexOf-4" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="int" signature="lastIndexOf(char ch, int from) const">
+ <parameter left="char" right="" name="ch" default=""/>
+ <parameter left="int" right="" name="from" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastIndexOf" fullname="QByteArray::lastIndexOf" href="qbytearray.html#lastIndexOf-3" location="qbytearray.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="int" signature="lastIndexOf(const char * str, int from) const">
+ <parameter left="const char *" right="" name="str" default=""/>
+ <parameter left="int" right="" name="from" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastIndexOf" fullname="QByteArray::lastIndexOf" href="qbytearray.html#lastIndexOf" location="qbytearray.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="lastIndexOf(const QByteArray &amp; ba, int from) const">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ <parameter left="int" right="" name="from" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QByteArray::contains" href="qbytearray.html#contains-3" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="bool" signature="contains(char ch) const">
+ <parameter left="char" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QByteArray::contains" href="qbytearray.html#contains-2" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="contains(const char * str) const">
+ <parameter left="const char *" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QByteArray::contains" href="qbytearray.html#contains" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const QByteArray &amp; ba) const">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QByteArray::count" href="qbytearray.html#count-3" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="int" signature="count(char ch) const">
+ <parameter left="char" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QByteArray::count" href="qbytearray.html#count-2" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="count(const char * str) const">
+ <parameter left="const char *" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QByteArray::count" href="qbytearray.html#count" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count(const QByteArray &amp; ba) const">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="left" fullname="QByteArray::left" href="qbytearray.html#left" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="left(int len) const">
+ <parameter left="int" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="right" fullname="QByteArray::right" href="qbytearray.html#right" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="right(int len) const">
+ <parameter left="int" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mid" fullname="QByteArray::mid" href="qbytearray.html#mid" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="mid(int pos, int len) const">
+ <parameter left="int" right="" name="pos" default=""/>
+ <parameter left="int" right="" name="len" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startsWith" fullname="QByteArray::startsWith" href="qbytearray.html#startsWith" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="startsWith(const QByteArray &amp; ba) const">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startsWith" fullname="QByteArray::startsWith" href="qbytearray.html#startsWith-3" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="bool" signature="startsWith(char ch) const">
+ <parameter left="char" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startsWith" fullname="QByteArray::startsWith" href="qbytearray.html#startsWith-2" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="startsWith(const char * str) const">
+ <parameter left="const char *" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endsWith" fullname="QByteArray::endsWith" href="qbytearray.html#endsWith" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="endsWith(const QByteArray &amp; ba) const">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endsWith" fullname="QByteArray::endsWith" href="qbytearray.html#endsWith-3" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="bool" signature="endsWith(char ch) const">
+ <parameter left="char" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endsWith" fullname="QByteArray::endsWith" href="qbytearray.html#endsWith-2" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="endsWith(const char * str) const">
+ <parameter left="const char *" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="truncate" fullname="QByteArray::truncate" href="qbytearray.html#truncate" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="truncate(int pos)">
+ <parameter left="int" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="chop" fullname="QByteArray::chop" href="qbytearray.html#chop" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="chop(int n)">
+ <parameter left="int" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLower" fullname="QByteArray::toLower" href="qbytearray.html#toLower" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="toLower() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUpper" fullname="QByteArray::toUpper" href="qbytearray.html#toUpper" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="toUpper() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="trimmed" fullname="QByteArray::trimmed" href="qbytearray.html#trimmed" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="trimmed() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="simplified" fullname="QByteArray::simplified" href="qbytearray.html#simplified" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="simplified() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="leftJustified" fullname="QByteArray::leftJustified" href="qbytearray.html#leftJustified" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="leftJustified(int width, char fill, bool truncate) const">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="char" right="" name="fill" default="' '"/>
+ <parameter left="bool" right="" name="truncate" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rightJustified" fullname="QByteArray::rightJustified" href="qbytearray.html#rightJustified" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="rightJustified(int width, char fill, bool truncate) const">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="char" right="" name="fill" default="' '"/>
+ <parameter left="bool" right="" name="truncate" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="leftJustify" fullname="QByteArray::leftJustify" href="qbytearray-qt3.html#leftJustify" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="leftJustify(uint width, char fill, bool truncate) const">
+ <parameter left="uint" right="" name="width" default=""/>
+ <parameter left="char" right="" name="fill" default="' '"/>
+ <parameter left="bool" right="" name="truncate" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="rightJustify" fullname="QByteArray::rightJustify" href="qbytearray-qt3.html#rightJustify" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="rightJustify(uint width, char fill, bool truncate) const">
+ <parameter left="uint" right="" name="width" default=""/>
+ <parameter left="char" right="" name="fill" default="' '"/>
+ <parameter left="bool" right="" name="truncate" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prepend" fullname="QByteArray::prepend" href="qbytearray.html#prepend-3" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QByteArray &amp;" signature="prepend(char ch)">
+ <parameter left="char" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prepend" fullname="QByteArray::prepend" href="qbytearray.html#prepend-2" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QByteArray &amp;" signature="prepend(const char * str)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prepend" fullname="QByteArray::prepend" href="qbytearray.html#prepend" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QByteArray &amp;" signature="prepend(const QByteArray &amp; ba)">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QByteArray::append" href="qbytearray.html#append-5" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="QByteArray &amp;" signature="append(char ch)">
+ <parameter left="char" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QByteArray::append" href="qbytearray.html#append-3" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QByteArray &amp;" signature="append(const char * str)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QByteArray::append" href="qbytearray.html#append-4" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="QByteArray &amp;" signature="append(const char * str, int len)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ <parameter left="int" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QByteArray::append" href="qbytearray.html#append" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QByteArray &amp;" signature="append(const QByteArray &amp; ba)">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QByteArray::insert" href="qbytearray.html#insert-4" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="QByteArray &amp;" signature="insert(int i, char ch)">
+ <parameter left="int" right="" name="i" default=""/>
+ <parameter left="char" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QByteArray::insert" href="qbytearray.html#insert-3" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QByteArray &amp;" signature="insert(int i, const char * str)">
+ <parameter left="int" right="" name="i" default=""/>
+ <parameter left="const char *" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QByteArray::insert" href="qbytearray.html#insert" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QByteArray &amp;" signature="insert(int i, const QByteArray &amp; ba)">
+ <parameter left="int" right="" name="i" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QByteArray::remove" href="qbytearray.html#remove" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QByteArray &amp;" signature="remove(int pos, int len)">
+ <parameter left="int" right="" name="pos" default=""/>
+ <parameter left="int" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QByteArray::replace" href="qbytearray.html#replace-2" location="qbytearray.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QByteArray &amp;" signature="replace(int pos, int len, const char * after)">
+ <parameter left="int" right="" name="pos" default=""/>
+ <parameter left="int" right="" name="len" default=""/>
+ <parameter left="const char *" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QByteArray::replace" href="qbytearray.html#replace" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QByteArray &amp;" signature="replace(int pos, int len, const QByteArray &amp; after)">
+ <parameter left="int" right="" name="pos" default=""/>
+ <parameter left="int" right="" name="len" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QByteArray::replace" href="qbytearray.html#replace-12" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" type="QByteArray &amp;" signature="replace(char before, const char * after)">
+ <parameter left="char" right="" name="before" default=""/>
+ <parameter left="const char *" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QByteArray::replace" href="qbytearray.html#replace-10" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="10" type="QByteArray &amp;" signature="replace(char before, const QByteArray &amp; after)">
+ <parameter left="char" right="" name="before" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QByteArray::replace" href="qbytearray.html#replace-9" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" type="QByteArray &amp;" signature="replace(const char * before, const char * after)">
+ <parameter left="const char *" right="" name="before" default=""/>
+ <parameter left="const char *" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QByteArray::replace" href="qbytearray.html#replace-5" location="qbytearray.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="QByteArray &amp;" signature="replace(const char * before, int bsize, const char * after, int asize)">
+ <parameter left="const char *" right="" name="before" default=""/>
+ <parameter left="int" right="" name="bsize" default=""/>
+ <parameter left="const char *" right="" name="after" default=""/>
+ <parameter left="int" right="" name="asize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QByteArray::replace" href="qbytearray.html#replace-3" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QByteArray &amp;" signature="replace(const QByteArray &amp; before, const QByteArray &amp; after)">
+ <parameter left="const QByteArray &amp;" right="" name="before" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QByteArray::replace" href="qbytearray.html#replace-6" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="QByteArray &amp;" signature="replace(const QByteArray &amp; before, const char * after)">
+ <parameter left="const QByteArray &amp;" right="" name="before" default=""/>
+ <parameter left="const char *" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QByteArray::replace" href="qbytearray.html#replace-4" location="qbytearray.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="QByteArray &amp;" signature="replace(const char * before, const QByteArray &amp; after)">
+ <parameter left="const char *" right="" name="before" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QByteArray::replace" href="qbytearray.html#replace-13" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="13" type="QByteArray &amp;" signature="replace(char before, char after)">
+ <parameter left="char" right="" name="before" default=""/>
+ <parameter left="char" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QByteArray::operator+=" href="qbytearray.html#operator+=-4" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="QByteArray &amp;" signature="operator+=(char ch)">
+ <parameter left="char" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QByteArray::operator+=" href="qbytearray.html#operator+=-3" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QByteArray &amp;" signature="operator+=(const char * str)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QByteArray::operator+=" href="qbytearray.html#operator+=" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QByteArray &amp;" signature="operator+=(const QByteArray &amp; ba)">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="split" fullname="QByteArray::split" href="qbytearray.html#split" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QByteArray&gt;" signature="split(char sep) const">
+ <parameter left="char" right="" name="sep" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="repeated" fullname="QByteArray::repeated" href="qbytearray.html#repeated" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="repeated(int times) const">
+ <parameter left="int" right="" name="times" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QByteArray::append" href="qbytearray.html#append-2" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QByteArray &amp;" signature="append(const QString &amp; str)">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QByteArray::insert" href="qbytearray.html#insert-2" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QByteArray &amp;" signature="insert(int i, const QString &amp; str)">
+ <parameter left="int" right="" name="i" default=""/>
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QByteArray::replace" href="qbytearray.html#replace-8" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="QByteArray &amp;" signature="replace(const QString &amp; before, const char * after)">
+ <parameter left="const QString &amp;" right="" name="before" default=""/>
+ <parameter left="const char *" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QByteArray::replace" href="qbytearray.html#replace-11" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="11" type="QByteArray &amp;" signature="replace(char before, const QString &amp; after)">
+ <parameter left="char" right="" name="before" default=""/>
+ <parameter left="const QString &amp;" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QByteArray::replace" href="qbytearray.html#replace-7" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="QByteArray &amp;" signature="replace(const QString &amp; before, const QByteArray &amp; after)">
+ <parameter left="const QString &amp;" right="" name="before" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QByteArray::operator+=" href="qbytearray.html#operator+=-2" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QByteArray &amp;" signature="operator+=(const QString &amp; str)">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="QByteArray::indexOf" href="qbytearray.html#indexOf-2" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="indexOf(const QString &amp; str, int from) const">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ <parameter left="int" right="" name="from" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastIndexOf" fullname="QByteArray::lastIndexOf" href="qbytearray.html#lastIndexOf-2" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="lastIndexOf(const QString &amp; str, int from) const">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ <parameter left="int" right="" name="from" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QByteArray::operator==" href="qbytearray.html#operator==" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QString &amp; str) const">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QByteArray::operator!=" href="qbytearray.html#operator!=" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QString &amp; str) const">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QByteArray::operator&lt;" href="qbytearray.html#operator&lt;" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;(const QString &amp; str) const">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" fullname="QByteArray::operator&gt;" href="qbytearray.html#operator&gt;" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&gt;(const QString &amp; str) const">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;=" fullname="QByteArray::operator&lt;=" href="qbytearray.html#operator&lt;=" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;=(const QString &amp; str) const">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;=" fullname="QByteArray::operator&gt;=" href="qbytearray.html#operator&gt;=" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&gt;=(const QString &amp; str) const">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toShort" fullname="QByteArray::toShort" href="qbytearray.html#toShort" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="short" signature="toShort(bool * ok, int base) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUShort" fullname="QByteArray::toUShort" href="qbytearray.html#toUShort" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ushort" signature="toUShort(bool * ok, int base) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toInt" fullname="QByteArray::toInt" href="qbytearray.html#toInt" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="toInt(bool * ok, int base) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUInt" fullname="QByteArray::toUInt" href="qbytearray.html#toUInt" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="toUInt(bool * ok, int base) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLong" fullname="QByteArray::toLong" href="qbytearray.html#toLong" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="long" signature="toLong(bool * ok, int base) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toULong" fullname="QByteArray::toULong" href="qbytearray.html#toULong" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ulong" signature="toULong(bool * ok, int base) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLongLong" fullname="QByteArray::toLongLong" href="qbytearray.html#toLongLong" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qlonglong" signature="toLongLong(bool * ok, int base) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toULongLong" fullname="QByteArray::toULongLong" href="qbytearray.html#toULongLong" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qulonglong" signature="toULongLong(bool * ok, int base) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFloat" fullname="QByteArray::toFloat" href="qbytearray.html#toFloat" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="float" signature="toFloat(bool * ok) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toDouble" fullname="QByteArray::toDouble" href="qbytearray.html#toDouble" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="double" signature="toDouble(bool * ok) const">
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toBase64" fullname="QByteArray::toBase64" href="qbytearray.html#toBase64" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="toBase64() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toHex" fullname="QByteArray::toHex" href="qbytearray.html#toHex" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="toHex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPercentEncoding" fullname="QByteArray::toPercentEncoding" href="qbytearray.html#toPercentEncoding" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="toPercentEncoding(const QByteArray &amp; exclude, const QByteArray &amp; include, char percent) const">
+ <parameter left="const QByteArray &amp;" right="" name="exclude" default="QByteArray()"/>
+ <parameter left="const QByteArray &amp;" right="" name="include" default="QByteArray()"/>
+ <parameter left="char" right="" name="percent" default="'%'"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="QByteArray::setNum" href="qbytearray.html#setNum-3" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QByteArray &amp;" signature="setNum(short n, int base)">
+ <parameter left="short" right="" name="n" default=""/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="QByteArray::setNum" href="qbytearray.html#setNum-4" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="QByteArray &amp;" signature="setNum(ushort n, int base)">
+ <parameter left="ushort" right="" name="n" default=""/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="QByteArray::setNum" href="qbytearray.html#setNum" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QByteArray &amp;" signature="setNum(int n, int base)">
+ <parameter left="int" right="" name="n" default=""/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="QByteArray::setNum" href="qbytearray.html#setNum-2" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QByteArray &amp;" signature="setNum(uint n, int base)">
+ <parameter left="uint" right="" name="n" default=""/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="QByteArray::setNum" href="qbytearray.html#setNum-5" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="QByteArray &amp;" signature="setNum(qlonglong n, int base)">
+ <parameter left="qlonglong" right="" name="n" default=""/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="QByteArray::setNum" href="qbytearray.html#setNum-6" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="QByteArray &amp;" signature="setNum(qulonglong n, int base)">
+ <parameter left="qulonglong" right="" name="n" default=""/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="QByteArray::setNum" href="qbytearray.html#setNum-8" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="QByteArray &amp;" signature="setNum(float n, char f, int prec)">
+ <parameter left="float" right="" name="n" default=""/>
+ <parameter left="char" right="" name="f" default="'g'"/>
+ <parameter left="int" right="" name="prec" default="6"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="QByteArray::setNum" href="qbytearray.html#setNum-7" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="QByteArray &amp;" signature="setNum(double n, char f, int prec)">
+ <parameter left="double" right="" name="n" default=""/>
+ <parameter left="char" right="" name="f" default="'g'"/>
+ <parameter left="int" right="" name="prec" default="6"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="number" fullname="QByteArray::number" href="qbytearray.html#number" location="qbytearray.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QByteArray" signature="number(int n, int base)">
+ <parameter left="int" right="" name="n" default=""/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="number" fullname="QByteArray::number" href="qbytearray.html#number-2" location="qbytearray.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QByteArray" signature="number(uint n, int base)">
+ <parameter left="uint" right="" name="n" default=""/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="number" fullname="QByteArray::number" href="qbytearray.html#number-3" location="qbytearray.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="QByteArray" signature="number(qlonglong n, int base)">
+ <parameter left="qlonglong" right="" name="n" default=""/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="number" fullname="QByteArray::number" href="qbytearray.html#number-4" location="qbytearray.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="4" type="QByteArray" signature="number(qulonglong n, int base)">
+ <parameter left="qulonglong" right="" name="n" default=""/>
+ <parameter left="int" right="" name="base" default="10"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="number" fullname="QByteArray::number" href="qbytearray.html#number-5" location="qbytearray.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="5" type="QByteArray" signature="number(double n, char f, int prec)">
+ <parameter left="double" right="" name="n" default=""/>
+ <parameter left="char" right="" name="f" default="'g'"/>
+ <parameter left="int" right="" name="prec" default="6"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromRawData" fullname="QByteArray::fromRawData" href="qbytearray.html#fromRawData" location="qbytearray.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QByteArray" signature="fromRawData(const char * data, int size)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromBase64" fullname="QByteArray::fromBase64" href="qbytearray.html#fromBase64" location="qbytearray.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QByteArray" signature="fromBase64(const QByteArray &amp; base64)">
+ <parameter left="const QByteArray &amp;" right="" name="base64" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromHex" fullname="QByteArray::fromHex" href="qbytearray.html#fromHex" location="qbytearray.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QByteArray" signature="fromHex(const QByteArray &amp; hexEncoded)">
+ <parameter left="const QByteArray &amp;" right="" name="hexEncoded" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromPercentEncoding" fullname="QByteArray::fromPercentEncoding" href="qbytearray.html#fromPercentEncoding" location="qbytearray.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QByteArray" signature="fromPercentEncoding(const QByteArray &amp; input, char percent)">
+ <parameter left="const QByteArray &amp;" right="" name="input" default=""/>
+ <parameter left="char" right="" name="percent" default="'%'"/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="value_type" fullname="QByteArray::value_type" href="qbytearray.html#value_type-typedef" location="qbytearray.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="push_back" fullname="QByteArray::push_back" href="qbytearray.html#push_back-3" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="push_back(char ch)">
+ <parameter left="char" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="push_back" fullname="QByteArray::push_back" href="qbytearray.html#push_back-2" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="push_back(const char * str)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="push_back" fullname="QByteArray::push_back" href="qbytearray.html#push_back" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="push_back(const QByteArray &amp; other)">
+ <parameter left="const QByteArray &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="push_front" fullname="QByteArray::push_front" href="qbytearray.html#push_front-3" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="push_front(char ch)">
+ <parameter left="char" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="push_front" fullname="QByteArray::push_front" href="qbytearray.html#push_front-2" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="push_front(const char * str)">
+ <parameter left="const char *" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="push_front" fullname="QByteArray::push_front" href="qbytearray.html#push_front" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="push_front(const QByteArray &amp; other)">
+ <parameter left="const QByteArray &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QByteArray::count" href="qbytearray.html#count-4" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="length" fullname="QByteArray::length" href="qbytearray.html#length" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="length() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QByteArray::isNull" href="qbytearray.html#isNull" location="qbytearray.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="QByteArray" fullname="QByteArray::QByteArray" href="qbytearray-qt3.html#QByteArray-7" location="qbytearray.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="7" type="" signature="QByteArray(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="duplicate" fullname="QByteArray::duplicate" href="qbytearray-qt3.html#duplicate" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QByteArray &amp;" signature="duplicate(const QByteArray &amp; a)">
+ <parameter left="const QByteArray &amp;" right="" name="a" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="duplicate" fullname="QByteArray::duplicate" href="qbytearray-qt3.html#duplicate-2" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QByteArray &amp;" signature="duplicate(const char * a, uint n)">
+ <parameter left="const char *" right="" name="a" default=""/>
+ <parameter left="uint" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setRawData" fullname="QByteArray::setRawData" href="qbytearray-qt3.html#setRawData" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QByteArray &amp;" signature="setRawData(const char * a, uint n)">
+ <parameter left="const char *" right="" name="a" default=""/>
+ <parameter left="uint" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="resetRawData" fullname="QByteArray::resetRawData" href="qbytearray-qt3.html#resetRawData" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resetRawData(const char * data, uint n)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ <parameter left="uint" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="lower" fullname="QByteArray::lower" href="qbytearray-qt3.html#lower" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="lower() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="upper" fullname="QByteArray::upper" href="qbytearray-qt3.html#upper" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="upper() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="stripWhiteSpace" fullname="QByteArray::stripWhiteSpace" href="qbytearray-qt3.html#stripWhiteSpace" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="stripWhiteSpace() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="simplifyWhiteSpace" fullname="QByteArray::simplifyWhiteSpace" href="qbytearray-qt3.html#simplifyWhiteSpace" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="simplifyWhiteSpace() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="find" fullname="QByteArray::find" href="qbytearray-qt3.html#find" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="find(char c, int from) const">
+ <parameter left="char" right="" name="c" default=""/>
+ <parameter left="int" right="" name="from" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="find" fullname="QByteArray::find" href="qbytearray-qt3.html#find-2" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="find(const char * c, int from) const">
+ <parameter left="const char *" right="" name="c" default=""/>
+ <parameter left="int" right="" name="from" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="find" fullname="QByteArray::find" href="qbytearray-qt3.html#find-3" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="int" signature="find(const QByteArray &amp; ba, int from) const">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ <parameter left="int" right="" name="from" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="findRev" fullname="QByteArray::findRev" href="qbytearray-qt3.html#findRev" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="findRev(char c, int from) const">
+ <parameter left="char" right="" name="c" default=""/>
+ <parameter left="int" right="" name="from" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="findRev" fullname="QByteArray::findRev" href="qbytearray-qt3.html#findRev-2" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="findRev(const char * c, int from) const">
+ <parameter left="const char *" right="" name="c" default=""/>
+ <parameter left="int" right="" name="from" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="findRev" fullname="QByteArray::findRev" href="qbytearray-qt3.html#findRev-3" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="int" signature="findRev(const QByteArray &amp; ba, int from) const">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ <parameter left="int" right="" name="from" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="find" fullname="QByteArray::find" href="qbytearray-qt3.html#find-4" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="int" signature="find(const QString &amp; s, int from) const">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="int" right="" name="from" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="findRev" fullname="QByteArray::findRev" href="qbytearray-qt3.html#findRev-4" location="qbytearray.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="int" signature="findRev(const QString &amp; s, int from) const">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="int" right="" name="from" default="-1"/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qbytearray.html#operator==-79" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="79" relates="QByteArray" type="bool" signature="operator==(const QByteArray &amp; a1, const QByteArray &amp; a2)">
+ <parameter left="const QByteArray &amp;" right="" name="a1" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qbytearray.html#operator==-80" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="80" relates="QByteArray" type="bool" signature="operator==(const QByteArray &amp; a1, const char * a2)">
+ <parameter left="const QByteArray &amp;" right="" name="a1" default=""/>
+ <parameter left="const char *" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qbytearray.html#operator==-81" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="81" relates="QByteArray" type="bool" signature="operator==(const char * a1, const QByteArray &amp; a2)">
+ <parameter left="const char *" right="" name="a1" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="qbytearray.html#operator!=-56" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="56" relates="QByteArray" type="bool" signature="operator!=(const QByteArray &amp; a1, const QByteArray &amp; a2)">
+ <parameter left="const QByteArray &amp;" right="" name="a1" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="qbytearray.html#operator!=-57" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="57" relates="QByteArray" type="bool" signature="operator!=(const QByteArray &amp; a1, const char * a2)">
+ <parameter left="const QByteArray &amp;" right="" name="a1" default=""/>
+ <parameter left="const char *" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="qbytearray.html#operator!=-58" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="58" relates="QByteArray" type="bool" signature="operator!=(const char * a1, const QByteArray &amp; a2)">
+ <parameter left="const char *" right="" name="a1" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" href="qbytearray.html#operator&lt;-18" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="18" relates="QByteArray" type="bool" signature="operator&lt;(const QByteArray &amp; a1, const QByteArray &amp; a2)">
+ <parameter left="const QByteArray &amp;" right="" name="a1" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" href="qbytearray.html#operator&lt;-19" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="19" relates="QByteArray" type="bool" signature="operator&lt;(const QByteArray &amp; a1, const char * a2)">
+ <parameter left="const QByteArray &amp;" right="" name="a1" default=""/>
+ <parameter left="const char *" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" href="qbytearray.html#operator&lt;-20" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="20" relates="QByteArray" type="bool" signature="operator&lt;(const char * a1, const QByteArray &amp; a2)">
+ <parameter left="const char *" right="" name="a1" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;=" href="qbytearray.html#operator&lt;=-13" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="13" relates="QByteArray" type="bool" signature="operator&lt;=(const QByteArray &amp; a1, const QByteArray &amp; a2)">
+ <parameter left="const QByteArray &amp;" right="" name="a1" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;=" href="qbytearray.html#operator&lt;=-14" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="14" relates="QByteArray" type="bool" signature="operator&lt;=(const QByteArray &amp; a1, const char * a2)">
+ <parameter left="const QByteArray &amp;" right="" name="a1" default=""/>
+ <parameter left="const char *" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;=" href="qbytearray.html#operator&lt;=-15" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="15" relates="QByteArray" type="bool" signature="operator&lt;=(const char * a1, const QByteArray &amp; a2)">
+ <parameter left="const char *" right="" name="a1" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" href="qbytearray.html#operator&gt;-13" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="13" relates="QByteArray" type="bool" signature="operator&gt;(const QByteArray &amp; a1, const QByteArray &amp; a2)">
+ <parameter left="const QByteArray &amp;" right="" name="a1" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" href="qbytearray.html#operator&gt;-14" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="14" relates="QByteArray" type="bool" signature="operator&gt;(const QByteArray &amp; a1, const char * a2)">
+ <parameter left="const QByteArray &amp;" right="" name="a1" default=""/>
+ <parameter left="const char *" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" href="qbytearray.html#operator&gt;-15" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="15" relates="QByteArray" type="bool" signature="operator&gt;(const char * a1, const QByteArray &amp; a2)">
+ <parameter left="const char *" right="" name="a1" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;=" href="qbytearray.html#operator&gt;=-13" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="13" relates="QByteArray" type="bool" signature="operator&gt;=(const QByteArray &amp; a1, const QByteArray &amp; a2)">
+ <parameter left="const QByteArray &amp;" right="" name="a1" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;=" href="qbytearray.html#operator&gt;=-14" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="14" relates="QByteArray" type="bool" signature="operator&gt;=(const QByteArray &amp; a1, const char * a2)">
+ <parameter left="const QByteArray &amp;" right="" name="a1" default=""/>
+ <parameter left="const char *" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;=" href="qbytearray.html#operator&gt;=-15" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="15" relates="QByteArray" type="bool" signature="operator&gt;=(const char * a1, const QByteArray &amp; a2)">
+ <parameter left="const char *" right="" name="a1" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="qbytearray.html#operator+-23" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="23" relates="QByteArray" type="const QByteArray" signature="operator+(const QByteArray &amp; a1, const QByteArray &amp; a2)">
+ <parameter left="const QByteArray &amp;" right="" name="a1" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="qbytearray.html#operator+-40" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="40" relates="QByteArray" type="const QByteArray" signature="operator+(const QByteArray &amp; a1, const char * a2)">
+ <parameter left="const QByteArray &amp;" right="" name="a1" default=""/>
+ <parameter left="const char *" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="qbytearray.html#operator+-41" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="41" relates="QByteArray" type="const QByteArray" signature="operator+(const QByteArray &amp; a1, char a2)">
+ <parameter left="const QByteArray &amp;" right="" name="a1" default=""/>
+ <parameter left="char" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="qbytearray.html#operator+-42" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="42" relates="QByteArray" type="const QByteArray" signature="operator+(const char * a1, const QByteArray &amp; a2)">
+ <parameter left="const char *" right="" name="a1" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="qbytearray.html#operator+-43" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="43" relates="QByteArray" type="const QByteArray" signature="operator+(char a1, const QByteArray &amp; a2)">
+ <parameter left="char" right="" name="a1" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="a2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qbytearray.html#operator&lt;&lt;-118" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="118" relates="QByteArray" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; out, const QByteArray &amp; ba)">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qbytearray.html#operator&gt;&gt;-69" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="69" relates="QByteArray" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; in, QByteArray &amp; ba)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ <parameter left="QByteArray &amp;" right="" name="ba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qCompress" href="qbytearray.html#qCompress-2" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="QByteArray" type="QByteArray" signature="qCompress(const uchar * data, int nbytes, int compressionLevel)">
+ <parameter left="const uchar *" right="" name="data" default=""/>
+ <parameter left="int" right="" name="nbytes" default=""/>
+ <parameter left="int" right="" name="compressionLevel" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qUncompress" href="qbytearray.html#qUncompress-2" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="QByteArray" type="QByteArray" signature="qUncompress(const uchar * data, int nbytes)">
+ <parameter left="const uchar *" right="" name="data" default=""/>
+ <parameter left="int" right="" name="nbytes" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qCompress" href="qbytearray.html#qCompress" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QByteArray" type="QByteArray" signature="qCompress(const QByteArray &amp; data, int compressionLevel)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ <parameter left="int" right="" name="compressionLevel" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qUncompress" href="qbytearray.html#qUncompress" location="qbytearray.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QByteArray" type="QByteArray" signature="qUncompress(const QByteArray &amp; data)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAbstractSpinBox" href="qabstractspinbox.html" location="qabstractspinbox.h" bases="QWidget" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="wrapping" fullname="QAbstractSpinBox::wrapping" href="qabstractspinbox.html#wrapping-prop" location="qabstractspinbox.h" type="bool">
+ <getter name="wrapping"/>
+ <setter name="setWrapping"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="frame" fullname="QAbstractSpinBox::frame" href="qabstractspinbox.html#frame-prop" location="qabstractspinbox.h" type="bool">
+ <getter name="hasFrame"/>
+ <setter name="setFrame"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="QAbstractSpinBox::alignment" href="qabstractspinbox.html#alignment-prop" location="qabstractspinbox.h" type="Qt::Alignment">
+ <getter name="alignment"/>
+ <setter name="setAlignment"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="readOnly" fullname="QAbstractSpinBox::readOnly" href="qabstractspinbox.html#readOnly-prop" location="qabstractspinbox.h" type="bool">
+ <getter name="isReadOnly"/>
+ <setter name="setReadOnly"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="buttonSymbols" fullname="QAbstractSpinBox::buttonSymbols" href="qabstractspinbox.html#buttonSymbols-prop" location="qabstractspinbox.h" type="ButtonSymbols">
+ <getter name="buttonSymbols"/>
+ <setter name="setButtonSymbols"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="specialValueText" fullname="QAbstractSpinBox::specialValueText" href="qabstractspinbox.html#specialValueText-prop" location="qabstractspinbox.h" type="QString">
+ <getter name="specialValueText"/>
+ <setter name="setSpecialValueText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QAbstractSpinBox::text" href="qabstractspinbox.html#text-prop" location="qabstractspinbox.h" type="QString">
+ <getter name="text"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="accelerated" fullname="QAbstractSpinBox::accelerated" href="qabstractspinbox.html#accelerated-prop" location="qabstractspinbox.h" type="bool">
+ <getter name="isAccelerated"/>
+ <setter name="setAccelerated"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="correctionMode" fullname="QAbstractSpinBox::correctionMode" href="qabstractspinbox.html#correctionMode-prop" location="qabstractspinbox.h" type="CorrectionMode">
+ <getter name="correctionMode"/>
+ <setter name="setCorrectionMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="acceptableInput" fullname="QAbstractSpinBox::acceptableInput" href="qabstractspinbox.html#acceptableInput-prop" location="qabstractspinbox.h" type="bool">
+ <getter name="hasAcceptableInput"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="keyboardTracking" fullname="QAbstractSpinBox::keyboardTracking" href="qabstractspinbox.html#keyboardTracking-prop" location="qabstractspinbox.h" type="bool">
+ <getter name="keyboardTracking"/>
+ <setter name="setKeyboardTracking"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractSpinBox" fullname="QAbstractSpinBox::QAbstractSpinBox" href="qabstractspinbox.html#QAbstractSpinBox" location="qabstractspinbox.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractSpinBox(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractSpinBox" fullname="QAbstractSpinBox::~QAbstractSpinBox" href="qabstractspinbox.html#dtor.QAbstractSpinBox" location="qabstractspinbox.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractSpinBox()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StepEnabledFlag" fullname="QAbstractSpinBox::StepEnabledFlag" href="qabstractspinbox.html#StepEnabledFlag-enum" location="qabstractspinbox.h" typedef="QAbstractSpinBox::StepEnabled">
+ <value name="StepNone" value="0x00"/>
+ <value name="StepUpEnabled" value="0x01"/>
+ <value name="StepDownEnabled" value="0x02"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="StepEnabled" fullname="QAbstractSpinBox::StepEnabled" href="qabstractspinbox.html#StepEnabled-typedef" location="qabstractspinbox.h" enum="QAbstractSpinBox::StepEnabledFlag"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ButtonSymbols" fullname="QAbstractSpinBox::ButtonSymbols" href="qabstractspinbox.html#ButtonSymbols-enum" location="qabstractspinbox.h">
+ <value name="UpDownArrows" value="0"/>
+ <value name="PlusMinus" value="1"/>
+ <value name="NoButtons" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buttonSymbols" fullname="QAbstractSpinBox::buttonSymbols" href="qabstractspinbox.html#buttonSymbols-prop" location="qabstractspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="buttonSymbols" type="ButtonSymbols" signature="buttonSymbols() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setButtonSymbols" fullname="QAbstractSpinBox::setButtonSymbols" href="qabstractspinbox.html#buttonSymbols-prop" location="qabstractspinbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="buttonSymbols" type="void" signature="setButtonSymbols(ButtonSymbols bs)">
+ <parameter left="ButtonSymbols" right="" name="bs" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="CorrectionMode" fullname="QAbstractSpinBox::CorrectionMode" href="qabstractspinbox.html#CorrectionMode-enum" location="qabstractspinbox.h">
+ <value name="CorrectToPreviousValue" value="0"/>
+ <value name="CorrectToNearestValue" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCorrectionMode" fullname="QAbstractSpinBox::setCorrectionMode" href="qabstractspinbox.html#correctionMode-prop" location="qabstractspinbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="correctionMode" type="void" signature="setCorrectionMode(CorrectionMode cm)">
+ <parameter left="CorrectionMode" right="" name="cm" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="correctionMode" fullname="QAbstractSpinBox::correctionMode" href="qabstractspinbox.html#correctionMode-prop" location="qabstractspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="correctionMode" type="CorrectionMode" signature="correctionMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasAcceptableInput" fullname="QAbstractSpinBox::hasAcceptableInput" href="qabstractspinbox.html#acceptableInput-prop" location="qabstractspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="acceptableInput" type="bool" signature="hasAcceptableInput() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QAbstractSpinBox::text" href="qabstractspinbox.html#text-prop" location="qabstractspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="text" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="specialValueText" fullname="QAbstractSpinBox::specialValueText" href="qabstractspinbox.html#specialValueText-prop" location="qabstractspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="specialValueText" type="QString" signature="specialValueText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSpecialValueText" fullname="QAbstractSpinBox::setSpecialValueText" href="qabstractspinbox.html#specialValueText-prop" location="qabstractspinbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="specialValueText" type="void" signature="setSpecialValueText(const QString &amp; txt)">
+ <parameter left="const QString &amp;" right="" name="txt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wrapping" fullname="QAbstractSpinBox::wrapping" href="qabstractspinbox.html#wrapping-prop" location="qabstractspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="wrapping" type="bool" signature="wrapping() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWrapping" fullname="QAbstractSpinBox::setWrapping" href="qabstractspinbox.html#wrapping-prop" location="qabstractspinbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="wrapping" type="void" signature="setWrapping(bool w)">
+ <parameter left="bool" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setReadOnly" fullname="QAbstractSpinBox::setReadOnly" href="qabstractspinbox.html#readOnly-prop" location="qabstractspinbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="readOnly" type="void" signature="setReadOnly(bool r)">
+ <parameter left="bool" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isReadOnly" fullname="QAbstractSpinBox::isReadOnly" href="qabstractspinbox.html#readOnly-prop" location="qabstractspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="readOnly" type="bool" signature="isReadOnly() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setKeyboardTracking" fullname="QAbstractSpinBox::setKeyboardTracking" href="qabstractspinbox.html#keyboardTracking-prop" location="qabstractspinbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="keyboardTracking" type="void" signature="setKeyboardTracking(bool kt)">
+ <parameter left="bool" right="" name="kt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyboardTracking" fullname="QAbstractSpinBox::keyboardTracking" href="qabstractspinbox.html#keyboardTracking-prop" location="qabstractspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="keyboardTracking" type="bool" signature="keyboardTracking() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlignment" fullname="QAbstractSpinBox::setAlignment" href="qabstractspinbox.html#alignment-prop" location="qabstractspinbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="alignment" type="void" signature="setAlignment(QFlags&lt;Qt::AlignmentFlag&gt; flag)">
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="flag" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="QAbstractSpinBox::alignment" href="qabstractspinbox.html#alignment-prop" location="qabstractspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="alignment" type="Qt::Alignment" signature="alignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFrame" fullname="QAbstractSpinBox::setFrame" href="qabstractspinbox.html#frame-prop" location="qabstractspinbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="frame" type="void" signature="setFrame(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasFrame" fullname="QAbstractSpinBox::hasFrame" href="qabstractspinbox.html#frame-prop" location="qabstractspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="frame" type="bool" signature="hasFrame() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAccelerated" fullname="QAbstractSpinBox::setAccelerated" href="qabstractspinbox.html#accelerated-prop" location="qabstractspinbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="accelerated" type="void" signature="setAccelerated(bool on)">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isAccelerated" fullname="QAbstractSpinBox::isAccelerated" href="qabstractspinbox.html#accelerated-prop" location="qabstractspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="accelerated" type="bool" signature="isAccelerated() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QAbstractSpinBox::sizeHint" href="qabstractspinbox.html#sizeHint" location="qabstractspinbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="QAbstractSpinBox::minimumSizeHint" href="qabstractspinbox.html#minimumSizeHint" location="qabstractspinbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="interpretText" fullname="QAbstractSpinBox::interpretText" href="qabstractspinbox.html#interpretText" location="qabstractspinbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="interpretText()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="event" fullname="QAbstractSpinBox::event" href="qabstractspinbox.html#event" location="qabstractspinbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="validate" fullname="QAbstractSpinBox::validate" href="qabstractspinbox.html#validate" location="qabstractspinbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QValidator::State" signature="validate(QString &amp; input, int &amp; pos) const">
+ <parameter left="QString &amp;" right="" name="input" default=""/>
+ <parameter left="int &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fixup" fullname="QAbstractSpinBox::fixup" href="qabstractspinbox.html#fixup" location="qabstractspinbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="fixup(QString &amp; input) const">
+ <parameter left="QString &amp;" right="" name="input" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stepBy" fullname="QAbstractSpinBox::stepBy" href="qabstractspinbox.html#stepBy" location="qabstractspinbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="stepBy(int steps)">
+ <parameter left="int" right="" name="steps" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stepUp" fullname="QAbstractSpinBox::stepUp" href="qabstractspinbox.html#stepUp" location="qabstractspinbox.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="stepUp()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stepDown" fullname="QAbstractSpinBox::stepDown" href="qabstractspinbox.html#stepDown" location="qabstractspinbox.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="stepDown()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectAll" fullname="QAbstractSpinBox::selectAll" href="qabstractspinbox.html#selectAll" location="qabstractspinbox.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="selectAll()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QAbstractSpinBox::clear" href="qabstractspinbox.html#clear" location="qabstractspinbox.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QAbstractSpinBox::resizeEvent" href="qabstractspinbox.html#resizeEvent" location="qabstractspinbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * event)">
+ <parameter left="QResizeEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QAbstractSpinBox::keyPressEvent" href="qabstractspinbox.html#keyPressEvent" location="qabstractspinbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * event)">
+ <parameter left="QKeyEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyReleaseEvent" fullname="QAbstractSpinBox::keyReleaseEvent" href="qabstractspinbox.html#keyReleaseEvent" location="qabstractspinbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyReleaseEvent(QKeyEvent * event)">
+ <parameter left="QKeyEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="wheelEvent" fullname="QAbstractSpinBox::wheelEvent" href="qabstractspinbox.html#wheelEvent" location="qabstractspinbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="wheelEvent(QWheelEvent * event)">
+ <parameter left="QWheelEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="QAbstractSpinBox::focusInEvent" href="qabstractspinbox.html#focusInEvent" location="qabstractspinbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * event)">
+ <parameter left="QFocusEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="QAbstractSpinBox::focusOutEvent" href="qabstractspinbox.html#focusOutEvent" location="qabstractspinbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * event)">
+ <parameter left="QFocusEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contextMenuEvent" fullname="QAbstractSpinBox::contextMenuEvent" href="qabstractspinbox.html#contextMenuEvent" location="qabstractspinbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contextMenuEvent(QContextMenuEvent * event)">
+ <parameter left="QContextMenuEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QAbstractSpinBox::changeEvent" href="qabstractspinbox.html#changeEvent" location="qabstractspinbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="closeEvent" fullname="QAbstractSpinBox::closeEvent" href="qabstractspinbox.html#closeEvent" location="qabstractspinbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="closeEvent(QCloseEvent * event)">
+ <parameter left="QCloseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hideEvent" fullname="QAbstractSpinBox::hideEvent" href="qabstractspinbox.html#hideEvent" location="qabstractspinbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hideEvent(QHideEvent * event)">
+ <parameter left="QHideEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QAbstractSpinBox::mousePressEvent" href="qabstractspinbox.html#mousePressEvent" location="qabstractspinbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QAbstractSpinBox::mouseReleaseEvent" href="qabstractspinbox.html#mouseReleaseEvent" location="qabstractspinbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QAbstractSpinBox::mouseMoveEvent" href="qabstractspinbox.html#mouseMoveEvent" location="qabstractspinbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="timerEvent" fullname="QAbstractSpinBox::timerEvent" href="qabstractspinbox.html#timerEvent" location="qabstractspinbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="timerEvent(QTimerEvent * event)">
+ <parameter left="QTimerEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QAbstractSpinBox::paintEvent" href="qabstractspinbox.html#paintEvent" location="qabstractspinbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * event)">
+ <parameter left="QPaintEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="QAbstractSpinBox::showEvent" href="qabstractspinbox.html#showEvent" location="qabstractspinbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * event)">
+ <parameter left="QShowEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initStyleOption" fullname="QAbstractSpinBox::initStyleOption" href="qabstractspinbox.html#initStyleOption" location="qabstractspinbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="initStyleOption(QStyleOptionSpinBox * option) const">
+ <parameter left="QStyleOptionSpinBox *" right="" name="option" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="lineEdit" fullname="QAbstractSpinBox::lineEdit" href="qabstractspinbox.html#lineEdit" location="qabstractspinbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QLineEdit *" signature="lineEdit() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setLineEdit" fullname="QAbstractSpinBox::setLineEdit" href="qabstractspinbox.html#setLineEdit" location="qabstractspinbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLineEdit(QLineEdit * lineEdit)">
+ <parameter left="QLineEdit *" right="" name="lineEdit" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="stepEnabled" fullname="QAbstractSpinBox::stepEnabled" href="qabstractspinbox.html#stepEnabled" location="qabstractspinbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="StepEnabled" signature="stepEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="editingFinished" fullname="QAbstractSpinBox::editingFinished" href="qabstractspinbox.html#editingFinished" location="qabstractspinbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="editingFinished()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAudioFormat" href="qaudioformat.html" location="qaudioformat.h" bases="" module="QtMultimedia">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SampleType" fullname="QAudioFormat::SampleType" href="qaudioformat.html#SampleType-enum" location="qaudioformat.h">
+ <value name="Unknown" value="0"/>
+ <value name="SignedInt" value="1"/>
+ <value name="UnSignedInt" value="2"/>
+ <value name="Float" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Endian" fullname="QAudioFormat::Endian" href="qaudioformat.html#Endian-enum" location="qaudioformat.h">
+ <value name="BigEndian" value="QSysInfo::BigEndian"/>
+ <value name="LittleEndian" value="QSysInfo::LittleEndian"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAudioFormat" fullname="QAudioFormat::QAudioFormat" href="qaudioformat.html#QAudioFormat" location="qaudioformat.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAudioFormat()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAudioFormat" fullname="QAudioFormat::QAudioFormat" href="qaudioformat.html#QAudioFormat-2" location="qaudioformat.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QAudioFormat(const QAudioFormat &amp; other)">
+ <parameter left="const QAudioFormat &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAudioFormat" fullname="QAudioFormat::~QAudioFormat" href="qaudioformat.html#dtor.QAudioFormat" location="qaudioformat.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAudioFormat()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QAudioFormat::operator=" href="qaudioformat.html#operator=" location="qaudioformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAudioFormat &amp;" signature="operator=(const QAudioFormat &amp; other)">
+ <parameter left="const QAudioFormat &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QAudioFormat::operator==" href="qaudioformat.html#operator==" location="qaudioformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QAudioFormat &amp; other) const">
+ <parameter left="const QAudioFormat &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QAudioFormat::operator!=" href="qaudioformat.html#operator!=" location="qaudioformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QAudioFormat &amp; other) const">
+ <parameter left="const QAudioFormat &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QAudioFormat::isNull" href="qaudioformat.html#isNull" location="qaudioformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFrequency" fullname="QAudioFormat::setFrequency" href="qaudioformat.html#setFrequency" location="qaudioformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFrequency(int frequency)">
+ <parameter left="int" right="" name="frequency" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frequency" fullname="QAudioFormat::frequency" href="qaudioformat.html#frequency" location="qaudioformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="frequency() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setChannels" fullname="QAudioFormat::setChannels" href="qaudioformat.html#setChannels" location="qaudioformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setChannels(int channels)">
+ <parameter left="int" right="" name="channels" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="channels" fullname="QAudioFormat::channels" href="qaudioformat.html#channels" location="qaudioformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="channels() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSampleSize" fullname="QAudioFormat::setSampleSize" href="qaudioformat.html#setSampleSize" location="qaudioformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSampleSize(int sampleSize)">
+ <parameter left="int" right="" name="sampleSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sampleSize" fullname="QAudioFormat::sampleSize" href="qaudioformat.html#sampleSize" location="qaudioformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="sampleSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCodec" fullname="QAudioFormat::setCodec" href="qaudioformat.html#setCodec" location="qaudioformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCodec(QString codec)">
+ <parameter left="QString" right="" name="codec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="codec" fullname="QAudioFormat::codec" href="qaudioformat.html#codec" location="qaudioformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="codec() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setByteOrder" fullname="QAudioFormat::setByteOrder" href="qaudioformat.html#setByteOrder" location="qaudioformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setByteOrder(QAudioFormat::Endian byteOrder)">
+ <parameter left="QAudioFormat::Endian" right="" name="byteOrder" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="byteOrder" fullname="QAudioFormat::byteOrder" href="qaudioformat.html#byteOrder" location="qaudioformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAudioFormat::Endian" signature="byteOrder() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSampleType" fullname="QAudioFormat::setSampleType" href="qaudioformat.html#setSampleType" location="qaudioformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSampleType(QAudioFormat::SampleType sampleType)">
+ <parameter left="QAudioFormat::SampleType" right="" name="sampleType" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sampleType" fullname="QAudioFormat::sampleType" href="qaudioformat.html#sampleType" location="qaudioformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAudioFormat::SampleType" signature="sampleType() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSqlDriverCreatorBase" href="qsqldrivercreatorbase.html" location="qsqldatabase.h" bases="" module="QtSql">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSqlDriverCreatorBase" fullname="QSqlDriverCreatorBase::~QSqlDriverCreatorBase" href="qsqldrivercreatorbase.html#dtor.QSqlDriverCreatorBase" location="qsqldatabase.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSqlDriverCreatorBase()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createObject" fullname="QSqlDriverCreatorBase::createObject" href="qsqldrivercreatorbase.html#createObject" location="qsqldatabase.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QSqlDriver *" signature="createObject() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSqlDriverCreator" href="qsqldrivercreator.html" location="qsqldatabase.h" bases="QSqlDriverCreatorBase" module="QtSql">
+ <function access="public" threadsafety="unspecified" status="commendable" name="createObject" fullname="QSqlDriverCreator::createObject" href="qsqldrivercreator.html#createObject" location="qsqldatabase.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSqlDriver *" signature="createObject() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSqlDatabase" href="qsqldatabase.html" location="qsqldatabase.h" bases="" module="QtSql">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSqlDatabase" fullname="QSqlDatabase::QSqlDatabase" href="qsqldatabase.html#QSqlDatabase" location="qsqldatabase.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSqlDatabase()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSqlDatabase" fullname="QSqlDatabase::QSqlDatabase" href="qsqldatabase.html#QSqlDatabase-2" location="qsqldatabase.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSqlDatabase(const QSqlDatabase &amp; other)">
+ <parameter left="const QSqlDatabase &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSqlDatabase" fullname="QSqlDatabase::~QSqlDatabase" href="qsqldatabase.html#dtor.QSqlDatabase" location="qsqldatabase.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSqlDatabase()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QSqlDatabase::operator=" href="qsqldatabase.html#operator=" location="qsqldatabase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSqlDatabase &amp;" signature="operator=(const QSqlDatabase &amp; other)">
+ <parameter left="const QSqlDatabase &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QSqlDatabase::open" href="qsqldatabase.html#open" location="qsqldatabase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="open()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QSqlDatabase::open" href="qsqldatabase.html#open-2" location="qsqldatabase.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="open(const QString &amp; user, const QString &amp; password)">
+ <parameter left="const QString &amp;" right="" name="user" default=""/>
+ <parameter left="const QString &amp;" right="" name="password" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="close" fullname="QSqlDatabase::close" href="qsqldatabase.html#close" location="qsqldatabase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="close()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isOpen" fullname="QSqlDatabase::isOpen" href="qsqldatabase.html#isOpen" location="qsqldatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isOpen() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isOpenError" fullname="QSqlDatabase::isOpenError" href="qsqldatabase.html#isOpenError" location="qsqldatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isOpenError() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tables" fullname="QSqlDatabase::tables" href="qsqldatabase.html#tables" location="qsqldatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="tables(QSql::TableType type) const">
+ <parameter left="QSql::TableType" right="" name="type" default="QSql::Tables"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="primaryIndex" fullname="QSqlDatabase::primaryIndex" href="qsqldatabase.html#primaryIndex" location="qsqldatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSqlIndex" signature="primaryIndex(const QString &amp; tablename) const">
+ <parameter left="const QString &amp;" right="" name="tablename" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="record" fullname="QSqlDatabase::record" href="qsqldatabase.html#record" location="qsqldatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSqlRecord" signature="record(const QString &amp; tablename) const">
+ <parameter left="const QString &amp;" right="" name="tablename" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="record" fullname="QSqlDatabase::record" href="qsqldatabase-qt3.html#record-2" location="qsqldatabase.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QSqlRecord" signature="record(const QSqlQuery &amp; query) const">
+ <parameter left="const QSqlQuery &amp;" right="" name="query" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="recordInfo" fullname="QSqlDatabase::recordInfo" href="qsqldatabase-qt3.html#recordInfo" location="qsqldatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSqlRecord" signature="recordInfo(const QString &amp; tablename) const">
+ <parameter left="const QString &amp;" right="" name="tablename" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="recordInfo" fullname="QSqlDatabase::recordInfo" href="qsqldatabase-qt3.html#recordInfo-2" location="qsqldatabase.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QSqlRecord" signature="recordInfo(const QSqlQuery &amp; query) const">
+ <parameter left="const QSqlQuery &amp;" right="" name="query" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exec" fullname="QSqlDatabase::exec" href="qsqldatabase.html#exec" location="qsqldatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSqlQuery" signature="exec(const QString &amp; query) const">
+ <parameter left="const QString &amp;" right="" name="query" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastError" fullname="QSqlDatabase::lastError" href="qsqldatabase.html#lastError" location="qsqldatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSqlError" signature="lastError() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QSqlDatabase::isValid" href="qsqldatabase.html#isValid" location="qsqldatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transaction" fullname="QSqlDatabase::transaction" href="qsqldatabase.html#transaction" location="qsqldatabase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="transaction()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="commit" fullname="QSqlDatabase::commit" href="qsqldatabase.html#commit" location="qsqldatabase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="commit()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rollback" fullname="QSqlDatabase::rollback" href="qsqldatabase.html#rollback" location="qsqldatabase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="rollback()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDatabaseName" fullname="QSqlDatabase::setDatabaseName" href="qsqldatabase.html#setDatabaseName" location="qsqldatabase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDatabaseName(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUserName" fullname="QSqlDatabase::setUserName" href="qsqldatabase.html#setUserName" location="qsqldatabase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUserName(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPassword" fullname="QSqlDatabase::setPassword" href="qsqldatabase.html#setPassword" location="qsqldatabase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPassword(const QString &amp; password)">
+ <parameter left="const QString &amp;" right="" name="password" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHostName" fullname="QSqlDatabase::setHostName" href="qsqldatabase.html#setHostName" location="qsqldatabase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHostName(const QString &amp; host)">
+ <parameter left="const QString &amp;" right="" name="host" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPort" fullname="QSqlDatabase::setPort" href="qsqldatabase.html#setPort" location="qsqldatabase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPort(int port)">
+ <parameter left="int" right="" name="port" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setConnectOptions" fullname="QSqlDatabase::setConnectOptions" href="qsqldatabase.html#setConnectOptions" location="qsqldatabase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setConnectOptions(const QString &amp; options)">
+ <parameter left="const QString &amp;" right="" name="options" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="databaseName" fullname="QSqlDatabase::databaseName" href="qsqldatabase.html#databaseName" location="qsqldatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="databaseName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="userName" fullname="QSqlDatabase::userName" href="qsqldatabase.html#userName" location="qsqldatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="userName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="password" fullname="QSqlDatabase::password" href="qsqldatabase.html#password" location="qsqldatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="password() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hostName" fullname="QSqlDatabase::hostName" href="qsqldatabase.html#hostName" location="qsqldatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="hostName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="driverName" fullname="QSqlDatabase::driverName" href="qsqldatabase.html#driverName" location="qsqldatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="driverName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="port" fullname="QSqlDatabase::port" href="qsqldatabase.html#port" location="qsqldatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="port() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connectOptions" fullname="QSqlDatabase::connectOptions" href="qsqldatabase.html#connectOptions" location="qsqldatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="connectOptions() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connectionName" fullname="QSqlDatabase::connectionName" href="qsqldatabase.html#connectionName" location="qsqldatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="connectionName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNumericalPrecisionPolicy" fullname="QSqlDatabase::setNumericalPrecisionPolicy" href="qsqldatabase.html#setNumericalPrecisionPolicy" location="qsqldatabase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNumericalPrecisionPolicy(QSql::NumericalPrecisionPolicy precisionPolicy)">
+ <parameter left="QSql::NumericalPrecisionPolicy" right="" name="precisionPolicy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numericalPrecisionPolicy" fullname="QSqlDatabase::numericalPrecisionPolicy" href="qsqldatabase.html#numericalPrecisionPolicy" location="qsqldatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSql::NumericalPrecisionPolicy" signature="numericalPrecisionPolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="driver" fullname="QSqlDatabase::driver" href="qsqldatabase.html#driver" location="qsqldatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSqlDriver *" signature="driver() const"/>
+ <function access="public" threadsafety="thread safe" status="commendable" name="addDatabase" fullname="QSqlDatabase::addDatabase" href="qsqldatabase.html#addDatabase" location="qsqldatabase.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QSqlDatabase" signature="addDatabase(const QString &amp; type, const QString &amp; connectionName)">
+ <parameter left="const QString &amp;" right="" name="type" default=""/>
+ <parameter left="const QString &amp;" right="" name="connectionName" default="QLatin1String( defaultConnection )"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addDatabase" fullname="QSqlDatabase::addDatabase" href="qsqldatabase.html#addDatabase-2" location="qsqldatabase.cpp" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QSqlDatabase" signature="addDatabase(QSqlDriver * driver, const QString &amp; connectionName)">
+ <parameter left="QSqlDriver *" right="" name="driver" default=""/>
+ <parameter left="const QString &amp;" right="" name="connectionName" default="QLatin1String( defaultConnection )"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cloneDatabase" fullname="QSqlDatabase::cloneDatabase" href="qsqldatabase.html#cloneDatabase" location="qsqldatabase.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QSqlDatabase" signature="cloneDatabase(const QSqlDatabase &amp; other, const QString &amp; connectionName)">
+ <parameter left="const QSqlDatabase &amp;" right="" name="other" default=""/>
+ <parameter left="const QString &amp;" right="" name="connectionName" default=""/>
+ </function>
+ <function access="public" threadsafety="thread safe" status="commendable" name="database" fullname="QSqlDatabase::database" href="qsqldatabase.html#database" location="qsqldatabase.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QSqlDatabase" signature="database(const QString &amp; connectionName, bool open)">
+ <parameter left="const QString &amp;" right="" name="connectionName" default="QLatin1String( defaultConnection )"/>
+ <parameter left="bool" right="" name="open" default="true"/>
+ </function>
+ <function access="public" threadsafety="thread safe" status="commendable" name="removeDatabase" fullname="QSqlDatabase::removeDatabase" href="qsqldatabase.html#removeDatabase" location="qsqldatabase.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="removeDatabase(const QString &amp; connectionName)">
+ <parameter left="const QString &amp;" right="" name="connectionName" default=""/>
+ </function>
+ <function access="public" threadsafety="thread safe" status="commendable" name="contains" fullname="QSqlDatabase::contains" href="qsqldatabase.html#contains" location="qsqldatabase.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="contains(const QString &amp; connectionName)">
+ <parameter left="const QString &amp;" right="" name="connectionName" default="QLatin1String( defaultConnection )"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drivers" fullname="QSqlDatabase::drivers" href="qsqldatabase.html#drivers" location="qsqldatabase.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="drivers()"/>
+ <function access="public" threadsafety="thread safe" status="commendable" name="connectionNames" fullname="QSqlDatabase::connectionNames" href="qsqldatabase.html#connectionNames" location="qsqldatabase.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="connectionNames()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="registerSqlDriver" fullname="QSqlDatabase::registerSqlDriver" href="qsqldatabase.html#registerSqlDriver" location="qsqldatabase.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="registerSqlDriver(const QString &amp; name, QSqlDriverCreatorBase * creator)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="QSqlDriverCreatorBase *" right="" name="creator" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDriverAvailable" fullname="QSqlDatabase::isDriverAvailable" href="qsqldatabase.html#isDriverAvailable" location="qsqldatabase.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isDriverAvailable(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="QSqlDatabase" fullname="QSqlDatabase::QSqlDatabase" href="qsqldatabase.html#QSqlDatabase-3" location="qsqldatabase.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QSqlDatabase(const QString &amp; type)">
+ <parameter left="const QString &amp;" right="" name="type" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="QSqlDatabase" fullname="QSqlDatabase::QSqlDatabase" href="qsqldatabase.html#QSqlDatabase-4" location="qsqldatabase.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QSqlDatabase(QSqlDriver * driver)">
+ <parameter left="QSqlDriver *" right="" name="driver" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsSceneEvent" href="qgraphicssceneevent.html" location="qgraphicssceneevent.h" bases="QEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsSceneEvent" fullname="QGraphicsSceneEvent::~QGraphicsSceneEvent" href="qgraphicssceneevent.html#dtor.QGraphicsSceneEvent" location="qgraphicssceneevent.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsSceneEvent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widget" fullname="QGraphicsSceneEvent::widget" href="qgraphicssceneevent.html#widget" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="widget() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d_ptr" fullname="QGraphicsSceneEvent::d_ptr" href="qgraphicssceneevent.html#d_ptr-var" location="qgraphicssceneevent.h" type="QGraphicsSceneEventPrivate *" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsSceneMouseEvent" href="qgraphicsscenemouseevent.html" location="qgraphicssceneevent.h" bases="QGraphicsSceneEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsSceneMouseEvent" fullname="QGraphicsSceneMouseEvent::~QGraphicsSceneMouseEvent" href="qgraphicsscenemouseevent.html#dtor.QGraphicsSceneMouseEvent" location="qgraphicssceneevent.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsSceneMouseEvent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QGraphicsSceneMouseEvent::pos" href="qgraphicsscenemouseevent.html#pos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scenePos" fullname="QGraphicsSceneMouseEvent::scenePos" href="qgraphicsscenemouseevent.html#scenePos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="scenePos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screenPos" fullname="QGraphicsSceneMouseEvent::screenPos" href="qgraphicsscenemouseevent.html#screenPos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="screenPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buttonDownPos" fullname="QGraphicsSceneMouseEvent::buttonDownPos" href="qgraphicsscenemouseevent.html#buttonDownPos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="buttonDownPos(Qt::MouseButton button) const">
+ <parameter left="Qt::MouseButton" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buttonDownScenePos" fullname="QGraphicsSceneMouseEvent::buttonDownScenePos" href="qgraphicsscenemouseevent.html#buttonDownScenePos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="buttonDownScenePos(Qt::MouseButton button) const">
+ <parameter left="Qt::MouseButton" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buttonDownScreenPos" fullname="QGraphicsSceneMouseEvent::buttonDownScreenPos" href="qgraphicsscenemouseevent.html#buttonDownScreenPos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="buttonDownScreenPos(Qt::MouseButton button) const">
+ <parameter left="Qt::MouseButton" right="" name="button" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastPos" fullname="QGraphicsSceneMouseEvent::lastPos" href="qgraphicsscenemouseevent.html#lastPos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="lastPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastScenePos" fullname="QGraphicsSceneMouseEvent::lastScenePos" href="qgraphicsscenemouseevent.html#lastScenePos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="lastScenePos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastScreenPos" fullname="QGraphicsSceneMouseEvent::lastScreenPos" href="qgraphicsscenemouseevent.html#lastScreenPos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="lastScreenPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buttons" fullname="QGraphicsSceneMouseEvent::buttons" href="qgraphicsscenemouseevent.html#buttons" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::MouseButtons" signature="buttons() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="button" fullname="QGraphicsSceneMouseEvent::button" href="qgraphicsscenemouseevent.html#button" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::MouseButton" signature="button() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="modifiers" fullname="QGraphicsSceneMouseEvent::modifiers" href="qgraphicsscenemouseevent.html#modifiers" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::KeyboardModifiers" signature="modifiers() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsSceneWheelEvent" href="qgraphicsscenewheelevent.html" location="qgraphicssceneevent.h" bases="QGraphicsSceneEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsSceneWheelEvent" fullname="QGraphicsSceneWheelEvent::~QGraphicsSceneWheelEvent" href="qgraphicsscenewheelevent.html#dtor.QGraphicsSceneWheelEvent" location="qgraphicssceneevent.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsSceneWheelEvent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QGraphicsSceneWheelEvent::pos" href="qgraphicsscenewheelevent.html#pos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scenePos" fullname="QGraphicsSceneWheelEvent::scenePos" href="qgraphicsscenewheelevent.html#scenePos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="scenePos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screenPos" fullname="QGraphicsSceneWheelEvent::screenPos" href="qgraphicsscenewheelevent.html#screenPos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="screenPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buttons" fullname="QGraphicsSceneWheelEvent::buttons" href="qgraphicsscenewheelevent.html#buttons" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::MouseButtons" signature="buttons() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="modifiers" fullname="QGraphicsSceneWheelEvent::modifiers" href="qgraphicsscenewheelevent.html#modifiers" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::KeyboardModifiers" signature="modifiers() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="delta" fullname="QGraphicsSceneWheelEvent::delta" href="qgraphicsscenewheelevent.html#delta" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="delta() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="QGraphicsSceneWheelEvent::orientation" href="qgraphicsscenewheelevent.html#orientation" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::Orientation" signature="orientation() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsSceneContextMenuEvent" href="qgraphicsscenecontextmenuevent.html" location="qgraphicssceneevent.h" bases="QGraphicsSceneEvent" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Reason" fullname="QGraphicsSceneContextMenuEvent::Reason" href="qgraphicsscenecontextmenuevent.html#Reason-enum" location="qgraphicssceneevent.h">
+ <value name="Mouse" value="0"/>
+ <value name="Keyboard" value="1"/>
+ <value name="Other" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsSceneContextMenuEvent" fullname="QGraphicsSceneContextMenuEvent::~QGraphicsSceneContextMenuEvent" href="qgraphicsscenecontextmenuevent.html#dtor.QGraphicsSceneContextMenuEvent" location="qgraphicssceneevent.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsSceneContextMenuEvent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QGraphicsSceneContextMenuEvent::pos" href="qgraphicsscenecontextmenuevent.html#pos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scenePos" fullname="QGraphicsSceneContextMenuEvent::scenePos" href="qgraphicsscenecontextmenuevent.html#scenePos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="scenePos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screenPos" fullname="QGraphicsSceneContextMenuEvent::screenPos" href="qgraphicsscenecontextmenuevent.html#screenPos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="screenPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="modifiers" fullname="QGraphicsSceneContextMenuEvent::modifiers" href="qgraphicsscenecontextmenuevent.html#modifiers" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::KeyboardModifiers" signature="modifiers() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reason" fullname="QGraphicsSceneContextMenuEvent::reason" href="qgraphicsscenecontextmenuevent.html#reason" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Reason" signature="reason() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsSceneHoverEvent" href="qgraphicsscenehoverevent.html" location="qgraphicssceneevent.h" bases="QGraphicsSceneEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsSceneHoverEvent" fullname="QGraphicsSceneHoverEvent::~QGraphicsSceneHoverEvent" href="qgraphicsscenehoverevent.html#dtor.QGraphicsSceneHoverEvent" location="qgraphicssceneevent.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsSceneHoverEvent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QGraphicsSceneHoverEvent::pos" href="qgraphicsscenehoverevent.html#pos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scenePos" fullname="QGraphicsSceneHoverEvent::scenePos" href="qgraphicsscenehoverevent.html#scenePos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="scenePos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screenPos" fullname="QGraphicsSceneHoverEvent::screenPos" href="qgraphicsscenehoverevent.html#screenPos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="screenPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastPos" fullname="QGraphicsSceneHoverEvent::lastPos" href="qgraphicsscenehoverevent.html#lastPos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="lastPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastScenePos" fullname="QGraphicsSceneHoverEvent::lastScenePos" href="qgraphicsscenehoverevent.html#lastScenePos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="lastScenePos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastScreenPos" fullname="QGraphicsSceneHoverEvent::lastScreenPos" href="qgraphicsscenehoverevent.html#lastScreenPos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="lastScreenPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="modifiers" fullname="QGraphicsSceneHoverEvent::modifiers" href="qgraphicsscenehoverevent.html#modifiers" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::KeyboardModifiers" signature="modifiers() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsSceneHelpEvent" href="qgraphicsscenehelpevent.html" location="qgraphicssceneevent.h" bases="QGraphicsSceneEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsSceneHelpEvent" fullname="QGraphicsSceneHelpEvent::~QGraphicsSceneHelpEvent" href="qgraphicsscenehelpevent.html#dtor.QGraphicsSceneHelpEvent" location="qgraphicssceneevent.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsSceneHelpEvent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scenePos" fullname="QGraphicsSceneHelpEvent::scenePos" href="qgraphicsscenehelpevent.html#scenePos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="scenePos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screenPos" fullname="QGraphicsSceneHelpEvent::screenPos" href="qgraphicsscenehelpevent.html#screenPos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="screenPos() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsSceneDragDropEvent" href="qgraphicsscenedragdropevent.html" location="qgraphicssceneevent.h" bases="QGraphicsSceneEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsSceneDragDropEvent" fullname="QGraphicsSceneDragDropEvent::~QGraphicsSceneDragDropEvent" href="qgraphicsscenedragdropevent.html#dtor.QGraphicsSceneDragDropEvent" location="qgraphicssceneevent.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsSceneDragDropEvent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QGraphicsSceneDragDropEvent::pos" href="qgraphicsscenedragdropevent.html#pos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scenePos" fullname="QGraphicsSceneDragDropEvent::scenePos" href="qgraphicsscenedragdropevent.html#scenePos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="scenePos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screenPos" fullname="QGraphicsSceneDragDropEvent::screenPos" href="qgraphicsscenedragdropevent.html#screenPos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="screenPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buttons" fullname="QGraphicsSceneDragDropEvent::buttons" href="qgraphicsscenedragdropevent.html#buttons" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::MouseButtons" signature="buttons() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="modifiers" fullname="QGraphicsSceneDragDropEvent::modifiers" href="qgraphicsscenedragdropevent.html#modifiers" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::KeyboardModifiers" signature="modifiers() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="possibleActions" fullname="QGraphicsSceneDragDropEvent::possibleActions" href="qgraphicsscenedragdropevent.html#possibleActions" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::DropActions" signature="possibleActions() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="proposedAction" fullname="QGraphicsSceneDragDropEvent::proposedAction" href="qgraphicsscenedragdropevent.html#proposedAction" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::DropAction" signature="proposedAction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="acceptProposedAction" fullname="QGraphicsSceneDragDropEvent::acceptProposedAction" href="qgraphicsscenedragdropevent.html#acceptProposedAction" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="acceptProposedAction()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dropAction" fullname="QGraphicsSceneDragDropEvent::dropAction" href="qgraphicsscenedragdropevent.html#dropAction" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::DropAction" signature="dropAction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDropAction" fullname="QGraphicsSceneDragDropEvent::setDropAction" href="qgraphicsscenedragdropevent.html#setDropAction" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDropAction(Qt::DropAction action)">
+ <parameter left="Qt::DropAction" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="source" fullname="QGraphicsSceneDragDropEvent::source" href="qgraphicsscenedragdropevent.html#source" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="source() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mimeData" fullname="QGraphicsSceneDragDropEvent::mimeData" href="qgraphicsscenedragdropevent.html#mimeData" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QMimeData *" signature="mimeData() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsSceneResizeEvent" href="qgraphicssceneresizeevent.html" location="qgraphicssceneevent.h" bases="QGraphicsSceneEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsSceneResizeEvent" fullname="QGraphicsSceneResizeEvent::QGraphicsSceneResizeEvent" href="qgraphicssceneresizeevent.html#QGraphicsSceneResizeEvent" location="qgraphicssceneevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsSceneResizeEvent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsSceneResizeEvent" fullname="QGraphicsSceneResizeEvent::~QGraphicsSceneResizeEvent" href="qgraphicssceneresizeevent.html#dtor.QGraphicsSceneResizeEvent" location="qgraphicssceneevent.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsSceneResizeEvent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="oldSize" fullname="QGraphicsSceneResizeEvent::oldSize" href="qgraphicssceneresizeevent.html#oldSize" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSizeF" signature="oldSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newSize" fullname="QGraphicsSceneResizeEvent::newSize" href="qgraphicssceneresizeevent.html#newSize" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSizeF" signature="newSize() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsSceneMoveEvent" href="qgraphicsscenemoveevent.html" location="qgraphicssceneevent.h" bases="QGraphicsSceneEvent" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsSceneMoveEvent" fullname="QGraphicsSceneMoveEvent::QGraphicsSceneMoveEvent" href="qgraphicsscenemoveevent.html#QGraphicsSceneMoveEvent" location="qgraphicssceneevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsSceneMoveEvent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsSceneMoveEvent" fullname="QGraphicsSceneMoveEvent::~QGraphicsSceneMoveEvent" href="qgraphicsscenemoveevent.html#dtor.QGraphicsSceneMoveEvent" location="qgraphicssceneevent.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsSceneMoveEvent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="oldPos" fullname="QGraphicsSceneMoveEvent::oldPos" href="qgraphicsscenemoveevent.html#oldPos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="oldPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newPos" fullname="QGraphicsSceneMoveEvent::newPos" href="qgraphicsscenemoveevent.html#newPos" location="qgraphicssceneevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="newPos() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3ServerSocket" href="q3serversocket.html" location="q3serversocket.h" bases="QObject" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ServerSocket" fullname="Q3ServerSocket::Q3ServerSocket" href="q3serversocket.html#Q3ServerSocket" location="q3serversocket.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3ServerSocket(Q_UINT16 port, int backlog, QObject * parent, const char * name)">
+ <parameter left="Q_UINT16" right="" name="port" default=""/>
+ <parameter left="int" right="" name="backlog" default="1"/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ServerSocket" fullname="Q3ServerSocket::Q3ServerSocket" href="q3serversocket.html#Q3ServerSocket-2" location="q3serversocket.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3ServerSocket(const QHostAddress &amp; address, Q_UINT16 port, int backlog, QObject * parent, const char * name)">
+ <parameter left="const QHostAddress &amp;" right="" name="address" default=""/>
+ <parameter left="Q_UINT16" right="" name="port" default=""/>
+ <parameter left="int" right="" name="backlog" default="1"/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ServerSocket" fullname="Q3ServerSocket::Q3ServerSocket" href="q3serversocket.html#Q3ServerSocket-3" location="q3serversocket.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3ServerSocket(QObject * parent, const char * name)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3ServerSocket" fullname="Q3ServerSocket::~Q3ServerSocket" href="q3serversocket.html#dtor.Q3ServerSocket" location="q3serversocket.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3ServerSocket()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ok" fullname="Q3ServerSocket::ok" href="q3serversocket.html#ok" location="q3serversocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="ok() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="port" fullname="Q3ServerSocket::port" href="q3serversocket.html#port" location="q3serversocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q_UINT16" signature="port() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="socket" fullname="Q3ServerSocket::socket" href="q3serversocket.html#socket" location="q3serversocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="socket() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSocket" fullname="Q3ServerSocket::setSocket" href="q3serversocket.html#setSocket" location="q3serversocket.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSocket(int socket)">
+ <parameter left="int" right="" name="socket" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="address" fullname="Q3ServerSocket::address" href="q3serversocket.html#address" location="q3serversocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QHostAddress" signature="address() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newConnection" fullname="Q3ServerSocket::newConnection" href="q3serversocket.html#newConnection" location="q3serversocket.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="newConnection(int socket)">
+ <parameter left="int" right="" name="socket" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="socketDevice" fullname="Q3ServerSocket::socketDevice" href="q3serversocket.html#socketDevice" location="q3serversocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3SocketDevice *" signature="socketDevice()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTestEventList" href="qtesteventlist.html" location="qtestevent.h" bases="QList" module="QtTest">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTestEventList" fullname="QTestEventList::QTestEventList" href="qtesteventlist.html#QTestEventList" location="qtestevent.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTestEventList()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTestEventList" fullname="QTestEventList::QTestEventList" href="qtesteventlist.html#QTestEventList-2" location="qtestevent.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTestEventList(const QTestEventList &amp; other)">
+ <parameter left="const QTestEventList &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTestEventList" fullname="QTestEventList::~QTestEventList" href="qtesteventlist.html#dtor.QTestEventList" location="qtestevent.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTestEventList()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QTestEventList::clear" href="qtesteventlist.html#clear" location="qtestevent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addKeyClick" fullname="QTestEventList::addKeyClick" href="qtesteventlist.html#addKeyClick" location="qtestevent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addKeyClick(Qt::Key qtKey, QFlags&lt;Qt::KeyboardModifier&gt; modifiers, int msecs)">
+ <parameter left="Qt::Key" right="" name="qtKey" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default="Qt::NoModifier"/>
+ <parameter left="int" right="" name="msecs" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addKeyPress" fullname="QTestEventList::addKeyPress" href="qtesteventlist.html#addKeyPress" location="qtestevent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addKeyPress(Qt::Key qtKey, QFlags&lt;Qt::KeyboardModifier&gt; modifiers, int msecs)">
+ <parameter left="Qt::Key" right="" name="qtKey" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default="Qt::NoModifier"/>
+ <parameter left="int" right="" name="msecs" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addKeyRelease" fullname="QTestEventList::addKeyRelease" href="qtesteventlist.html#addKeyRelease" location="qtestevent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addKeyRelease(Qt::Key qtKey, QFlags&lt;Qt::KeyboardModifier&gt; modifiers, int msecs)">
+ <parameter left="Qt::Key" right="" name="qtKey" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default="Qt::NoModifier"/>
+ <parameter left="int" right="" name="msecs" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addKeyClick" fullname="QTestEventList::addKeyClick" href="qtesteventlist.html#addKeyClick-2" location="qtestevent.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addKeyClick(char ascii, QFlags&lt;Qt::KeyboardModifier&gt; modifiers, int msecs)">
+ <parameter left="char" right="" name="ascii" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default="Qt::NoModifier"/>
+ <parameter left="int" right="" name="msecs" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addKeyPress" fullname="QTestEventList::addKeyPress" href="qtesteventlist.html#addKeyPress-2" location="qtestevent.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addKeyPress(char ascii, QFlags&lt;Qt::KeyboardModifier&gt; modifiers, int msecs)">
+ <parameter left="char" right="" name="ascii" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default="Qt::NoModifier"/>
+ <parameter left="int" right="" name="msecs" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addKeyRelease" fullname="QTestEventList::addKeyRelease" href="qtesteventlist.html#addKeyRelease-2" location="qtestevent.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addKeyRelease(char ascii, QFlags&lt;Qt::KeyboardModifier&gt; modifiers, int msecs)">
+ <parameter left="char" right="" name="ascii" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default="Qt::NoModifier"/>
+ <parameter left="int" right="" name="msecs" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addKeyClicks" fullname="QTestEventList::addKeyClicks" href="qtesteventlist.html#addKeyClicks" location="qtestevent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addKeyClicks(const QString &amp; keys, QFlags&lt;Qt::KeyboardModifier&gt; modifiers, int msecs)">
+ <parameter left="const QString &amp;" right="" name="keys" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default="Qt::NoModifier"/>
+ <parameter left="int" right="" name="msecs" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addMousePress" fullname="QTestEventList::addMousePress" href="qtesteventlist.html#addMousePress" location="qtestevent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addMousePress(Qt::MouseButton button, QFlags&lt;Qt::KeyboardModifier&gt; modifiers, QPoint pos, int delay)">
+ <parameter left="Qt::MouseButton" right="" name="button" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default="0"/>
+ <parameter left="QPoint" right="" name="pos" default="QPoint()"/>
+ <parameter left="int" right="" name="delay" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addMouseRelease" fullname="QTestEventList::addMouseRelease" href="qtesteventlist.html#addMouseRelease" location="qtestevent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addMouseRelease(Qt::MouseButton button, QFlags&lt;Qt::KeyboardModifier&gt; modifiers, QPoint pos, int delay)">
+ <parameter left="Qt::MouseButton" right="" name="button" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default="0"/>
+ <parameter left="QPoint" right="" name="pos" default="QPoint()"/>
+ <parameter left="int" right="" name="delay" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addMouseClick" fullname="QTestEventList::addMouseClick" href="qtesteventlist.html#addMouseClick" location="qtestevent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addMouseClick(Qt::MouseButton button, QFlags&lt;Qt::KeyboardModifier&gt; modifiers, QPoint pos, int delay)">
+ <parameter left="Qt::MouseButton" right="" name="button" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default="0"/>
+ <parameter left="QPoint" right="" name="pos" default="QPoint()"/>
+ <parameter left="int" right="" name="delay" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addMouseDClick" fullname="QTestEventList::addMouseDClick" href="qtesteventlist.html#addMouseDClick" location="qtestevent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addMouseDClick(Qt::MouseButton button, QFlags&lt;Qt::KeyboardModifier&gt; modifiers, QPoint pos, int delay)">
+ <parameter left="Qt::MouseButton" right="" name="button" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default="0"/>
+ <parameter left="QPoint" right="" name="pos" default="QPoint()"/>
+ <parameter left="int" right="" name="delay" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addMouseMove" fullname="QTestEventList::addMouseMove" href="qtesteventlist.html#addMouseMove" location="qtestevent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addMouseMove(QPoint pos, int delay)">
+ <parameter left="QPoint" right="" name="pos" default="QPoint()"/>
+ <parameter left="int" right="" name="delay" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addDelay" fullname="QTestEventList::addDelay" href="qtesteventlist.html#addDelay" location="qtestevent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addDelay(int msecs)">
+ <parameter left="int" right="" name="msecs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="simulate" fullname="QTestEventList::simulate" href="qtesteventlist.html#simulate" location="qtestevent.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="simulate(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAudioInput" href="qaudioinput.html" location="qaudioinput.h" bases="QObject" module="QtMultimedia">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAudioInput" fullname="QAudioInput::QAudioInput" href="qaudioinput.html#QAudioInput" location="qaudioinput.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAudioInput(const QAudioFormat &amp; format, QObject * parent)">
+ <parameter left="const QAudioFormat &amp;" right="" name="format" default="QAudioFormat()"/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAudioInput" fullname="QAudioInput::QAudioInput" href="qaudioinput.html#QAudioInput-2" location="qaudioinput.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QAudioInput(const QAudioDeviceId &amp; id, const QAudioFormat &amp; format, QObject * parent)">
+ <parameter left="const QAudioDeviceId &amp;" right="" name="id" default=""/>
+ <parameter left="const QAudioFormat &amp;" right="" name="format" default="QAudioFormat()"/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAudioInput" fullname="QAudioInput::~QAudioInput" href="qaudioinput.html#dtor.QAudioInput" location="qaudioinput.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAudioInput()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QAudioInput::format" href="qaudioinput.html#format" location="qaudioinput.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAudioFormat" signature="format() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="start" fullname="QAudioInput::start" href="qaudioinput.html#start" location="qaudioinput.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QIODevice *" signature="start(QIODevice * device)">
+ <parameter left="QIODevice *" right="" name="device" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stop" fullname="QAudioInput::stop" href="qaudioinput.html#stop" location="qaudioinput.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="stop()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="QAudioInput::reset" href="qaudioinput.html#reset" location="qaudioinput.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="suspend" fullname="QAudioInput::suspend" href="qaudioinput.html#suspend" location="qaudioinput.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="suspend()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resume" fullname="QAudioInput::resume" href="qaudioinput.html#resume" location="qaudioinput.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resume()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBufferSize" fullname="QAudioInput::setBufferSize" href="qaudioinput.html#setBufferSize" location="qaudioinput.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBufferSize(int value)">
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bufferSize" fullname="QAudioInput::bufferSize" href="qaudioinput.html#bufferSize" location="qaudioinput.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="bufferSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bytesReady" fullname="QAudioInput::bytesReady" href="qaudioinput.html#bytesReady" location="qaudioinput.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="bytesReady() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="periodSize" fullname="QAudioInput::periodSize" href="qaudioinput.html#periodSize" location="qaudioinput.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="periodSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNotifyInterval" fullname="QAudioInput::setNotifyInterval" href="qaudioinput.html#setNotifyInterval" location="qaudioinput.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNotifyInterval(int ms)">
+ <parameter left="int" right="" name="ms" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="notifyInterval" fullname="QAudioInput::notifyInterval" href="qaudioinput.html#notifyInterval" location="qaudioinput.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="notifyInterval() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="totalTime" fullname="QAudioInput::totalTime" href="qaudioinput.html#totalTime" location="qaudioinput.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="totalTime() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clock" fullname="QAudioInput::clock" href="qaudioinput.html#clock" location="qaudioinput.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="clock() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QAudioInput::error" href="qaudioinput.html#error" location="qaudioinput.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAudio::Error" signature="error() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QAudioInput::state" href="qaudioinput.html#state" location="qaudioinput.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAudio::State" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stateChanged" fullname="QAudioInput::stateChanged" href="qaudioinput.html#stateChanged" location="qaudioinput.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="stateChanged(QAudio::State state)">
+ <parameter left="QAudio::State" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="notify" fullname="QAudioInput::notify" href="qaudioinput.html#notify" location="qaudioinput.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="notify()"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QImage" href="qimage.html" location="qimage.h" bases="QPaintDevice" module="QtGui">
+ <contents name="reading-and-writing-image-files" title="Reading and Writing Image Files" level="1"/>
+ <contents name="image-information" title="Image Information" level="1"/>
+ <contents name="pixel-manipulation" title="Pixel Manipulation" level="1"/>
+ <contents name="image-formats" title="Image Formats" level="1"/>
+ <contents name="image-transformations" title="Image Transformations" level="1"/>
+ <contents name="legal-information" title="Legal Information" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="InvertMode" fullname="QImage::InvertMode" href="qimage.html#InvertMode-enum" location="qimage.h">
+ <value name="InvertRgb" value="0"/>
+ <value name="InvertRgba" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Format" fullname="QImage::Format" href="qimage.html#Format-enum" location="qimage.h">
+ <value name="Format_Invalid" value="0"/>
+ <value name="Format_Mono" value="1"/>
+ <value name="Format_MonoLSB" value="2"/>
+ <value name="Format_Indexed8" value="3"/>
+ <value name="Format_RGB32" value="4"/>
+ <value name="Format_ARGB32" value="5"/>
+ <value name="Format_ARGB32_Premultiplied" value="6"/>
+ <value name="Format_RGB16" value="7"/>
+ <value name="Format_ARGB8565_Premultiplied" value="8"/>
+ <value name="Format_RGB666" value="9"/>
+ <value name="Format_ARGB6666_Premultiplied" value="10"/>
+ <value name="Format_RGB555" value="11"/>
+ <value name="Format_ARGB8555_Premultiplied" value="12"/>
+ <value name="Format_RGB888" value="13"/>
+ <value name="Format_RGB444" value="14"/>
+ <value name="Format_ARGB4444_Premultiplied" value="15"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QImage" fullname="QImage::QImage" href="qimage.html#QImage" location="qimage.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QImage()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QImage" fullname="QImage::QImage" href="qimage.html#QImage-2" location="qimage.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QImage(const QSize &amp; size, Format format)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="Format" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QImage" fullname="QImage::QImage" href="qimage.html#QImage-3" location="qimage.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QImage(int width, int height, Format format)">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="Format" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QImage" fullname="QImage::QImage" href="qimage.html#QImage-4" location="qimage.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QImage(uchar * data, int width, int height, Format format)">
+ <parameter left="uchar *" right="" name="data" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="Format" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QImage" fullname="QImage::QImage" href="qimage.html#QImage-5" location="qimage.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QImage(const uchar * data, int width, int height, Format format)">
+ <parameter left="const uchar *" right="" name="data" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="Format" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QImage" fullname="QImage::QImage" href="qimage.html#QImage-6" location="qimage.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QImage(uchar * data, int width, int height, int bytesPerLine, Format format)">
+ <parameter left="uchar *" right="" name="data" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="int" right="" name="bytesPerLine" default=""/>
+ <parameter left="Format" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QImage" fullname="QImage::QImage" href="qimage.html#QImage-7" location="qimage.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="7" type="" signature="QImage(const uchar * data, int width, int height, int bytesPerLine, Format format)">
+ <parameter left="const uchar *" right="" name="data" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="int" right="" name="bytesPerLine" default=""/>
+ <parameter left="Format" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QImage" fullname="QImage::QImage" href="qimage.html#QImage-8" location="qimage.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="8" type="" signature="QImage(const char * const[] xpm)">
+ <parameter left="const char * const[]" right="" name="xpm" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QImage" fullname="QImage::QImage" href="qimage.html#QImage-9" location="qimage.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="9" type="" signature="QImage(const QString &amp; fileName, const char * format)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const char *" right="" name="format" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QImage" fullname="QImage::QImage" href="qimage.html#QImage-10" location="qimage.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="10" type="" signature="QImage(const char * fileName, const char * format)">
+ <parameter left="const char *" right="" name="fileName" default=""/>
+ <parameter left="const char *" right="" name="format" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QImage" fullname="QImage::QImage" href="qimage.html#QImage-11" location="qimage.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="11" type="" signature="QImage(const QImage &amp; image)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QImage" fullname="QImage::~QImage" href="qimage.html#dtor.QImage" location="qimage.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QImage()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QImage::operator=" href="qimage.html#operator=" location="qimage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QImage &amp;" signature="operator=(const QImage &amp; image)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QImage::isNull" href="qimage.html#isNull" location="qimage.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QImage::operator==" href="qimage.html#operator==" location="qimage.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QImage &amp; image) const">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QImage::operator!=" href="qimage.html#operator!=" location="qimage.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QImage &amp; image) const">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QVariant" fullname="QImage::operator QVariant" href="qimage.html#operator QVariant" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QVariant() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="copy" fullname="QImage::copy" href="qimage.html#copy" location="qimage.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="copy(const QRect &amp; rectangle) const">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default="QRect()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="copy" fullname="QImage::copy" href="qimage.html#copy-4" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QImage" signature="copy(int x, int y, int width, int height) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QImage::format" href="qimage.html#format" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Format" signature="format() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="convertToFormat" fullname="QImage::convertToFormat" href="qimage.html#convertToFormat" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="convertToFormat(Format format, QFlags&lt;Qt::ImageConversionFlag&gt; flags) const">
+ <parameter left="Format" right="" name="format" default=""/>
+ <parameter left="QFlags&lt;Qt::ImageConversionFlag&gt;" right="" name="flags" default="Qt::AutoColor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="convertToFormat" fullname="QImage::convertToFormat" href="qimage.html#convertToFormat-2" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QImage" signature="convertToFormat(Format format, const QVector&lt;QRgb&gt; &amp; colorTable, QFlags&lt;Qt::ImageConversionFlag&gt; flags) const">
+ <parameter left="Format" right="" name="format" default=""/>
+ <parameter left="const QVector&lt;QRgb&gt; &amp;" right="" name="colorTable" default=""/>
+ <parameter left="QFlags&lt;Qt::ImageConversionFlag&gt;" right="" name="flags" default="Qt::AutoColor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QImage::width" href="qimage.html#width" location="qimage.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="QImage::height" href="qimage.html#height" location="qimage.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QImage::size" href="qimage.html#size" location="qimage.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rect" fullname="QImage::rect" href="qimage.html#rect" location="qimage.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="rect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="depth" fullname="QImage::depth" href="qimage.html#depth" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="depth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numColors" fullname="QImage::numColors" href="qimage.html#numColors" location="qimage.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="numColors() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="color" fullname="QImage::color" href="qimage.html#color" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRgb" signature="color(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColor" fullname="QImage::setColor" href="qimage.html#setColor" location="qimage.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColor(int index, QRgb colorValue)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="QRgb" right="" name="colorValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNumColors" fullname="QImage::setNumColors" href="qimage.html#setNumColors" location="qimage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNumColors(int numColors)">
+ <parameter left="int" right="" name="numColors" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="allGray" fullname="QImage::allGray" href="qimage.html#allGray" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="allGray() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isGrayscale" fullname="QImage::isGrayscale" href="qimage.html#isGrayscale" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isGrayscale() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bits" fullname="QImage::bits" href="qimage.html#bits" location="qimage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="uchar *" signature="bits()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bits" fullname="QImage::bits" href="qimage.html#bits-2" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const uchar *" signature="bits() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numBytes" fullname="QImage::numBytes" href="qimage.html#numBytes" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="numBytes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scanLine" fullname="QImage::scanLine" href="qimage.html#scanLine" location="qimage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="uchar *" signature="scanLine(int i)">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scanLine" fullname="QImage::scanLine" href="qimage.html#scanLine-2" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const uchar *" signature="scanLine(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bytesPerLine" fullname="QImage::bytesPerLine" href="qimage.html#bytesPerLine" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="bytesPerLine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valid" fullname="QImage::valid" href="qimage.html#valid-2" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="valid(int x, int y) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valid" fullname="QImage::valid" href="qimage.html#valid" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="valid(const QPoint &amp; pos) const">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixelIndex" fullname="QImage::pixelIndex" href="qimage.html#pixelIndex-2" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="pixelIndex(int x, int y) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixelIndex" fullname="QImage::pixelIndex" href="qimage.html#pixelIndex" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="pixelIndex(const QPoint &amp; position) const">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixel" fullname="QImage::pixel" href="qimage.html#pixel-2" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRgb" signature="pixel(int x, int y) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixel" fullname="QImage::pixel" href="qimage.html#pixel" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRgb" signature="pixel(const QPoint &amp; position) const">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPixel" fullname="QImage::setPixel" href="qimage.html#setPixel-2" location="qimage.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setPixel(int x, int y, uint index_or_rgb)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="uint" right="" name="index_or_rgb" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPixel" fullname="QImage::setPixel" href="qimage.html#setPixel" location="qimage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPixel(const QPoint &amp; position, uint index_or_rgb)">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ <parameter left="uint" right="" name="index_or_rgb" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="colorTable" fullname="QImage::colorTable" href="qimage.html#colorTable" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector&lt;QRgb&gt;" signature="colorTable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColorTable" fullname="QImage::setColorTable" href="qimage.html#setColorTable" location="qimage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColorTable(const QVector&lt;QRgb&gt; colors)">
+ <parameter left="const QVector&lt;QRgb&gt;" right="" name="colors" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fill" fullname="QImage::fill" href="qimage.html#fill" location="qimage.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="fill(uint pixelValue)">
+ <parameter left="uint" right="" name="pixelValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasAlphaChannel" fullname="QImage::hasAlphaChannel" href="qimage.html#hasAlphaChannel" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasAlphaChannel() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setAlphaChannel" fullname="QImage::setAlphaChannel" href="qimage-obsolete.html#setAlphaChannel" location="qimage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAlphaChannel(const QImage &amp; alphaChannel)">
+ <parameter left="const QImage &amp;" right="" name="alphaChannel" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="alphaChannel" fullname="QImage::alphaChannel" href="qimage-obsolete.html#alphaChannel" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="alphaChannel() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createAlphaMask" fullname="QImage::createAlphaMask" href="qimage.html#createAlphaMask" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="createAlphaMask(QFlags&lt;Qt::ImageConversionFlag&gt; flags) const">
+ <parameter left="QFlags&lt;Qt::ImageConversionFlag&gt;" right="" name="flags" default="Qt::AutoColor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createHeuristicMask" fullname="QImage::createHeuristicMask" href="qimage.html#createHeuristicMask" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="createHeuristicMask(bool clipTight) const">
+ <parameter left="bool" right="" name="clipTight" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createMaskFromColor" fullname="QImage::createMaskFromColor" href="qimage.html#createMaskFromColor" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="createMaskFromColor(QRgb color, Qt::MaskMode mode) const">
+ <parameter left="QRgb" right="" name="color" default=""/>
+ <parameter left="Qt::MaskMode" right="" name="mode" default="Qt::MaskInColor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scaled" fullname="QImage::scaled" href="qimage.html#scaled-2" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QImage" signature="scaled(int width, int height, Qt::AspectRatioMode aspectRatioMode, Qt::TransformationMode transformMode) const">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="Qt::AspectRatioMode" right="" name="aspectRatioMode" default="Qt::IgnoreAspectRatio"/>
+ <parameter left="Qt::TransformationMode" right="" name="transformMode" default="Qt::FastTransformation"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scaled" fullname="QImage::scaled" href="qimage.html#scaled" location="qimage.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="scaled(const QSize &amp; size, Qt::AspectRatioMode aspectRatioMode, Qt::TransformationMode transformMode) const">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="Qt::AspectRatioMode" right="" name="aspectRatioMode" default="Qt::IgnoreAspectRatio"/>
+ <parameter left="Qt::TransformationMode" right="" name="transformMode" default="Qt::FastTransformation"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scaledToWidth" fullname="QImage::scaledToWidth" href="qimage.html#scaledToWidth" location="qimage.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="scaledToWidth(int width, Qt::TransformationMode mode) const">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="Qt::TransformationMode" right="" name="mode" default="Qt::FastTransformation"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scaledToHeight" fullname="QImage::scaledToHeight" href="qimage.html#scaledToHeight" location="qimage.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="scaledToHeight(int height, Qt::TransformationMode mode) const">
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="Qt::TransformationMode" right="" name="mode" default="Qt::FastTransformation"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transformed" fullname="QImage::transformed" href="qimage.html#transformed" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="transformed(const QMatrix &amp; matrix, Qt::TransformationMode mode) const">
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ <parameter left="Qt::TransformationMode" right="" name="mode" default="Qt::FastTransformation"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="trueMatrix" fullname="QImage::trueMatrix" href="qimage.html#trueMatrix" location="qimage.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QMatrix" signature="trueMatrix(const QMatrix &amp; matrix, int width, int height)">
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transformed" fullname="QImage::transformed" href="qimage.html#transformed-2" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QImage" signature="transformed(const QTransform &amp; matrix, Qt::TransformationMode mode) const">
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ <parameter left="Qt::TransformationMode" right="" name="mode" default="Qt::FastTransformation"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="trueMatrix" fullname="QImage::trueMatrix" href="qimage.html#trueMatrix-2" location="qimage.cpp" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QTransform" signature="trueMatrix(const QTransform &amp; matrix, int width, int height)">
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mirrored" fullname="QImage::mirrored" href="qimage.html#mirrored" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="mirrored(bool horizontal, bool vertical) const">
+ <parameter left="bool" right="" name="horizontal" default="false"/>
+ <parameter left="bool" right="" name="vertical" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rgbSwapped" fullname="QImage::rgbSwapped" href="qimage.html#rgbSwapped" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="rgbSwapped() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invertPixels" fullname="QImage::invertPixels" href="qimage.html#invertPixels" location="qimage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="invertPixels(InvertMode mode)">
+ <parameter left="InvertMode" right="" name="mode" default="InvertRgb"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QImage::load" href="qimage.html#load-2" location="qimage.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="load(QIODevice * device, const char * format)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ <parameter left="const char *" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QImage::load" href="qimage.html#load" location="qimage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="load(const QString &amp; fileName, const char * format)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const char *" right="" name="format" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loadFromData" fullname="QImage::loadFromData" href="qimage.html#loadFromData" location="qimage.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="loadFromData(const uchar * data, int len, const char * format)">
+ <parameter left="const uchar *" right="" name="data" default=""/>
+ <parameter left="int" right="" name="len" default=""/>
+ <parameter left="const char *" right="" name="format" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loadFromData" fullname="QImage::loadFromData" href="qimage.html#loadFromData-2" location="qimage.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="loadFromData(const QByteArray &amp; data, const char * format)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ <parameter left="const char *" right="" name="format" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="save" fullname="QImage::save" href="qimage.html#save" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="save(const QString &amp; fileName, const char * format, int quality) const">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const char *" right="" name="format" default="0"/>
+ <parameter left="int" right="" name="quality" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="save" fullname="QImage::save" href="qimage.html#save-2" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="save(QIODevice * device, const char * format, int quality) const">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ <parameter left="const char *" right="" name="format" default="0"/>
+ <parameter left="int" right="" name="quality" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromData" fullname="QImage::fromData" href="qimage.html#fromData" location="qimage.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QImage" signature="fromData(const uchar * data, int size, const char * format)">
+ <parameter left="const uchar *" right="" name="data" default=""/>
+ <parameter left="int" right="" name="size" default=""/>
+ <parameter left="const char *" right="" name="format" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromData" fullname="QImage::fromData" href="qimage.html#fromData-2" location="qimage.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QImage" signature="fromData(const QByteArray &amp; data, const char * format)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ <parameter left="const char *" right="" name="format" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="serialNumber" fullname="QImage::serialNumber" href="qimage-obsolete.html#serialNumber" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="serialNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cacheKey" fullname="QImage::cacheKey" href="qimage.html#cacheKey" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="cacheKey() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dotsPerMeterX" fullname="QImage::dotsPerMeterX" href="qimage.html#dotsPerMeterX" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="dotsPerMeterX() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dotsPerMeterY" fullname="QImage::dotsPerMeterY" href="qimage.html#dotsPerMeterY" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="dotsPerMeterY() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDotsPerMeterX" fullname="QImage::setDotsPerMeterX" href="qimage.html#setDotsPerMeterX" location="qimage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDotsPerMeterX(int x)">
+ <parameter left="int" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDotsPerMeterY" fullname="QImage::setDotsPerMeterY" href="qimage.html#setDotsPerMeterY" location="qimage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDotsPerMeterY(int y)">
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="offset" fullname="QImage::offset" href="qimage.html#offset" location="qimage.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="offset() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOffset" fullname="QImage::setOffset" href="qimage.html#setOffset" location="qimage.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOffset(const QPoint &amp; offset)">
+ <parameter left="const QPoint &amp;" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textKeys" fullname="QImage::textKeys" href="qimage.html#textKeys" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="textKeys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QImage::text" href="qimage.html#text" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="QImage::setText" href="qimage.html#setText" location="qimage.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setText(const QString &amp; key, const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="text" fullname="QImage::text" href="qimage-obsolete.html#text-2" location="qimage.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QString" signature="text(const char * key, const char * language) const">
+ <parameter left="const char *" right="" name="key" default=""/>
+ <parameter left="const char *" right="" name="language" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="textList" fullname="QImage::textList" href="qimage-obsolete.html#textList" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QImageTextKeyLang&gt;" signature="textList() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="textLanguages" fullname="QImage::textLanguages" href="qimage-obsolete.html#textLanguages" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="textLanguages() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="text" fullname="QImage::text" href="qimage-obsolete.html#text-3" location="qimage.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QString" signature="text(const QImageTextKeyLang &amp; keywordAndLanguage) const">
+ <parameter left="const QImageTextKeyLang &amp;" right="" name="keywordAndLanguage" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setText" fullname="QImage::setText" href="qimage-obsolete.html#setText-2" location="qimage.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setText(const char * key, const char * language, const QString &amp; text)">
+ <parameter left="const char *" right="" name="key" default=""/>
+ <parameter left="const char *" right="" name="language" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="compat" name="Endian" fullname="QImage::Endian" href="qimage-qt3.html#Endian-enum" location="qimage.h">
+ <value name="BigEndian" value="0"/>
+ <value name="LittleEndian" value="1"/>
+ <value name="IgnoreEndian" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="compat" name="QImage" fullname="QImage::QImage" href="qimage-qt3.html#QImage-12" location="qimage.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="12" type="" signature="QImage(int width, int height, int depth, int numColors, Endian bitOrder)">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="int" right="" name="depth" default=""/>
+ <parameter left="int" right="" name="numColors" default="0"/>
+ <parameter left="Endian" right="" name="bitOrder" default="IgnoreEndian"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QImage" fullname="QImage::QImage" href="qimage-qt3.html#QImage-13" location="qimage.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="13" type="" signature="QImage(const QSize &amp; size, int depth, int numColors, Endian bitOrder)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="int" right="" name="depth" default=""/>
+ <parameter left="int" right="" name="numColors" default="0"/>
+ <parameter left="Endian" right="" name="bitOrder" default="IgnoreEndian"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QImage" fullname="QImage::QImage" href="qimage-qt3.html#QImage-14" location="qimage.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="14" type="" signature="QImage(uchar * data, int width, int height, int depth, const QRgb * colortable, int numColors, Endian bitOrder)">
+ <parameter left="uchar *" right="" name="data" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="int" right="" name="depth" default=""/>
+ <parameter left="const QRgb *" right="" name="colortable" default=""/>
+ <parameter left="int" right="" name="numColors" default=""/>
+ <parameter left="Endian" right="" name="bitOrder" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QImage" fullname="QImage::QImage" href="qimage-qt3.html#QImage-15" location="qimage.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="15" type="" signature="QImage(uchar * data, int width, int height, int depth, int bytesPerLine, const QRgb * colortable, int numColors, Endian bitOrder)">
+ <parameter left="uchar *" right="" name="data" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="int" right="" name="depth" default=""/>
+ <parameter left="int" right="" name="bytesPerLine" default=""/>
+ <parameter left="const QRgb *" right="" name="colortable" default=""/>
+ <parameter left="int" right="" name="numColors" default=""/>
+ <parameter left="Endian" right="" name="bitOrder" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="bitOrder" fullname="QImage::bitOrder" href="qimage-qt3.html#bitOrder" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Endian" signature="bitOrder() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="convertDepth" fullname="QImage::convertDepth" href="qimage-qt3.html#convertDepth" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="convertDepth(int depth, QFlags&lt;Qt::ImageConversionFlag&gt; flags) const">
+ <parameter left="int" right="" name="depth" default=""/>
+ <parameter left="QFlags&lt;Qt::ImageConversionFlag&gt;" right="" name="flags" default="Qt::AutoColor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="convertDepthWithPalette" fullname="QImage::convertDepthWithPalette" href="qimage-qt3.html#convertDepthWithPalette" location="qimage.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="convertDepthWithPalette(int depth, QRgb * palette, int palette_count, QFlags&lt;Qt::ImageConversionFlag&gt; flags) const">
+ <parameter left="int" right="" name="depth" default=""/>
+ <parameter left="QRgb *" right="" name="palette" default=""/>
+ <parameter left="int" right="" name="palette_count" default=""/>
+ <parameter left="QFlags&lt;Qt::ImageConversionFlag&gt;" right="" name="flags" default="Qt::AutoColor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="convertBitOrder" fullname="QImage::convertBitOrder" href="qimage-qt3.html#convertBitOrder" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="convertBitOrder(Endian bitOrder) const">
+ <parameter left="Endian" right="" name="bitOrder" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="hasAlphaBuffer" fullname="QImage::hasAlphaBuffer" href="qimage-qt3.html#hasAlphaBuffer" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasAlphaBuffer() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setAlphaBuffer" fullname="QImage::setAlphaBuffer" href="qimage-qt3.html#setAlphaBuffer" location="qimage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAlphaBuffer(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="jumpTable" fullname="QImage::jumpTable" href="qimage-qt3.html#jumpTable" location="qimage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="uchar **" signature="jumpTable()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="jumpTable" fullname="QImage::jumpTable" href="qimage-qt3.html#jumpTable-2" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const uchar * const *" signature="jumpTable() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="reset" fullname="QImage::reset" href="qimage-qt3.html#reset" location="qimage.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="systemByteOrder" fullname="QImage::systemByteOrder" href="qimage-qt3.html#systemByteOrder" location="qimage.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="Endian" signature="systemByteOrder()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="swapRGB" fullname="QImage::swapRGB" href="qimage-qt3.html#swapRGB" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="swapRGB() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="mirror" fullname="QImage::mirror" href="qimage-qt3.html#mirror" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="mirror(bool horizontal, bool vertical) const">
+ <parameter left="bool" right="" name="horizontal" default="false"/>
+ <parameter left="bool" right="" name="vertical" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="create" fullname="QImage::create" href="qimage-qt3.html#create-2" location="qimage.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="create(const QSize &amp; size, int depth, int numColors, Endian bitOrder)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="int" right="" name="depth" default=""/>
+ <parameter left="int" right="" name="numColors" default="0"/>
+ <parameter left="Endian" right="" name="bitOrder" default="IgnoreEndian"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="create" fullname="QImage::create" href="qimage-qt3.html#create" location="qimage.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="create(int width, int height, int depth, int numColors, Endian bitOrder)">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="int" right="" name="depth" default=""/>
+ <parameter left="int" right="" name="numColors" default="0"/>
+ <parameter left="Endian" right="" name="bitOrder" default="IgnoreEndian"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="xForm" fullname="QImage::xForm" href="qimage-qt3.html#xForm" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="xForm(const QMatrix &amp; matrix) const">
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="smoothScale" fullname="QImage::smoothScale" href="qimage-qt3.html#smoothScale" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="smoothScale(int width, int height, Qt::AspectRatioMode mode) const">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="Qt::AspectRatioMode" right="" name="mode" default="Qt::IgnoreAspectRatio"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="smoothScale" fullname="QImage::smoothScale" href="qimage-qt3.html#smoothScale-2" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QImage" signature="smoothScale(const QSize &amp; size, Qt::AspectRatioMode mode) const">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="Qt::AspectRatioMode" right="" name="mode" default="Qt::IgnoreAspectRatio"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="scaleWidth" fullname="QImage::scaleWidth" href="qimage-qt3.html#scaleWidth" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="scaleWidth(int w) const">
+ <parameter left="int" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="scaleHeight" fullname="QImage::scaleHeight" href="qimage-qt3.html#scaleHeight" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="scaleHeight(int h) const">
+ <parameter left="int" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="invertPixels" fullname="QImage::invertPixels" href="qimage-qt3.html#invertPixels-2" location="qimage.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="invertPixels(bool invertAlpha)">
+ <parameter left="bool" right="" name="invertAlpha" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="copy" fullname="QImage::copy" href="qimage-qt3.html#copy-2" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QImage" signature="copy(int x, int y, int w, int h, QFlags&lt;Qt::ImageConversionFlag&gt; flags) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="QFlags&lt;Qt::ImageConversionFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="copy" fullname="QImage::copy" href="qimage-qt3.html#copy-3" location="qimage.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QImage" signature="copy(const QRect &amp; rect, QFlags&lt;Qt::ImageConversionFlag&gt; flags) const">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="QFlags&lt;Qt::ImageConversionFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="systemBitOrder" fullname="QImage::systemBitOrder" href="qimage-qt3.html#systemBitOrder" location="qimage.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="Endian" signature="systemBitOrder()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="QImage" fullname="QImage::QImage" href="qimage-qt3.html#QImage-16" location="qimage.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="16" type="" signature="QImage(const QByteArray &amp; data)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qimage.html#operator&lt;&lt;-122" location="qimage.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="122" relates="QImage" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QImage &amp; image)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qimage.html#operator&gt;&gt;-70" location="qimage.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="70" relates="QImage" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QImage &amp; image)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QImage &amp;" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="bitBlt" href="qimage-qt3.html#bitBlt-4" location="qimage.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" relates="QImage" type="void" signature="bitBlt(QImage * dst, int dx, int dy, const QImage * src, int sx, int sy, int sw, int sh, QFlags&lt;Qt::ImageConversionFlag&gt; flags)">
+ <parameter left="QImage *" right="" name="dst" default=""/>
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ <parameter left="const QImage *" right="" name="src" default=""/>
+ <parameter left="int" right="" name="sx" default="0"/>
+ <parameter left="int" right="" name="sy" default="0"/>
+ <parameter left="int" right="" name="sw" default="-1"/>
+ <parameter left="int" right="" name="sh" default="-1"/>
+ <parameter left="QFlags&lt;Qt::ImageConversionFlag&gt;" right="" name="flags" default="Qt::AutoColor"/>
+ </function>
+ <class access="public" threadsafety="reentrant" status="compat" name="Q3DeepCopy" href="q3deepcopy.html" location="q3deepcopy.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3DeepCopy" fullname="Q3DeepCopy::Q3DeepCopy" href="q3deepcopy.html#Q3DeepCopy" location="q3deepcopy.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3DeepCopy()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3DeepCopy" fullname="Q3DeepCopy::Q3DeepCopy" href="q3deepcopy.html#Q3DeepCopy-2" location="q3deepcopy.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3DeepCopy(const T &amp; t)">
+ <parameter left="const T &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3DeepCopy::operator=" href="q3deepcopy.html#operator=" location="q3deepcopy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3DeepCopy&lt;T&gt; &amp;" signature="operator=(const T &amp; t)">
+ <parameter left="const T &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator T" fullname="Q3DeepCopy::operator T" href="q3deepcopy.html#operator T" location="q3deepcopy.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="" signature="operator T()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3PaintDeviceMetrics" href="q3paintdevicemetrics.html" location="q3paintdevicemetrics.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3PaintDeviceMetrics" fullname="Q3PaintDeviceMetrics::Q3PaintDeviceMetrics" href="q3paintdevicemetrics.html#Q3PaintDeviceMetrics" location="q3paintdevicemetrics.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3PaintDeviceMetrics(const QPaintDevice * pd)">
+ <parameter left="const QPaintDevice *" right="" name="pd" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="Q3PaintDeviceMetrics::width" href="q3paintdevicemetrics.html#width" location="q3paintdevicemetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="Q3PaintDeviceMetrics::height" href="q3paintdevicemetrics.html#height" location="q3paintdevicemetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widthMM" fullname="Q3PaintDeviceMetrics::widthMM" href="q3paintdevicemetrics.html#widthMM" location="q3paintdevicemetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="widthMM() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="heightMM" fullname="Q3PaintDeviceMetrics::heightMM" href="q3paintdevicemetrics.html#heightMM" location="q3paintdevicemetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="heightMM() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="logicalDpiX" fullname="Q3PaintDeviceMetrics::logicalDpiX" href="q3paintdevicemetrics.html#logicalDpiX" location="q3paintdevicemetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="logicalDpiX() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="logicalDpiY" fullname="Q3PaintDeviceMetrics::logicalDpiY" href="q3paintdevicemetrics.html#logicalDpiY" location="q3paintdevicemetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="logicalDpiY() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numColors" fullname="Q3PaintDeviceMetrics::numColors" href="q3paintdevicemetrics.html#numColors" location="q3paintdevicemetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="numColors() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="depth" fullname="Q3PaintDeviceMetrics::depth" href="q3paintdevicemetrics.html#depth" location="q3paintdevicemetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="depth() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3SqlEditorFactory" href="q3sqleditorfactory.html" location="q3sqleditorfactory.h" bases="Q3EditorFactory" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3SqlEditorFactory" fullname="Q3SqlEditorFactory::Q3SqlEditorFactory" href="q3sqleditorfactory.html#Q3SqlEditorFactory" location="q3sqleditorfactory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3SqlEditorFactory(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3SqlEditorFactory" fullname="Q3SqlEditorFactory::~Q3SqlEditorFactory" href="q3sqleditorfactory.html#dtor.Q3SqlEditorFactory" location="q3sqleditorfactory.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3SqlEditorFactory()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createEditor" fullname="Q3SqlEditorFactory::createEditor" href="q3sqleditorfactory.html#createEditor" location="q3sqleditorfactory.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QWidget *" signature="createEditor(QWidget * parent, const QVariant &amp; variant)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="variant" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createEditor" fullname="Q3SqlEditorFactory::createEditor" href="q3sqleditorfactory.html#createEditor-2" location="q3sqleditorfactory.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QWidget *" signature="createEditor(QWidget * parent, const QSqlField * field)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QSqlField *" right="" name="field" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultFactory" fullname="Q3SqlEditorFactory::defaultFactory" href="q3sqleditorfactory.html#defaultFactory" location="q3sqleditorfactory.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="Q3SqlEditorFactory *" signature="defaultFactory()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="installDefaultFactory" fullname="Q3SqlEditorFactory::installDefaultFactory" href="q3sqleditorfactory.html#installDefaultFactory" location="q3sqleditorfactory.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="installDefaultFactory(Q3SqlEditorFactory * factory)">
+ <parameter left="Q3SqlEditorFactory *" right="" name="factory" default=""/>
+ </function>
+ </class>
+ <namespace access="public" threadsafety="unspecified" status="commendable" name="QDBus" href="qdbus.html" location="qdbusconnection.h" module="QtDBus">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="CallMode" fullname="QDBus::CallMode" href="qdbus.html#CallMode-enum" location="qdbusconnection.h">
+ <value name="NoBlock" value="0"/>
+ <value name="Block" value="1"/>
+ <value name="BlockWithGui" value="2"/>
+ <value name="AutoDetect" value="3"/>
+ </enum>
+ </namespace>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDBusConnection" href="qdbusconnection.html" location="qdbusconnection.h" bases="" module="QtDBus">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="BusType" fullname="QDBusConnection::BusType" href="qdbusconnection.html#BusType-enum" location="qdbusconnection.h">
+ <value name="SessionBus" value="0"/>
+ <value name="SystemBus" value="1"/>
+ <value name="ActivationBus" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="RegisterOption" fullname="QDBusConnection::RegisterOption" href="qdbusconnection.html#RegisterOption-enum" location="qdbusconnection.h" typedef="QDBusConnection::RegisterOptions">
+ <value name="ExportAdaptors" value="0x01"/>
+ <value name="ExportScriptableSlots" value="0x10"/>
+ <value name="ExportScriptableSignals" value="0x20"/>
+ <value name="ExportScriptableProperties" value="0x40"/>
+ <value name="ExportScriptableContents" value="0xf0"/>
+ <value name="ExportNonScriptableSlots" value="0x100"/>
+ <value name="ExportNonScriptableSignals" value="0x200"/>
+ <value name="ExportNonScriptableProperties" value="0x400"/>
+ <value name="ExportNonScriptableContents" value="0xf00"/>
+ <value name="ExportAllSlots" value="ExportScriptableSlots | ExportNonScriptableSlots"/>
+ <value name="ExportAllSignals" value="ExportScriptableSignals | ExportNonScriptableSignals"/>
+ <value name="ExportAllProperties" value="ExportScriptableProperties | ExportNonScriptableProperties"/>
+ <value name="ExportAllContents" value="ExportScriptableContents | ExportNonScriptableContents"/>
+ <value name="ExportChildObjects" value="0x1000"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="UnregisterMode" fullname="QDBusConnection::UnregisterMode" href="qdbusconnection.html#UnregisterMode-enum" location="qdbusconnection.h">
+ <value name="UnregisterNode" value="0"/>
+ <value name="UnregisterTree" value="1"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="RegisterOptions" fullname="QDBusConnection::RegisterOptions" href="qdbusconnection.html#RegisterOptions-typedef" location="qdbusconnection.h" enum="QDBusConnection::RegisterOption"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusConnection" fullname="QDBusConnection::QDBusConnection" href="qdbusconnection.html#QDBusConnection" location="qdbusconnection.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDBusConnection(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusConnection" fullname="QDBusConnection::QDBusConnection" href="qdbusconnection.html#QDBusConnection-2" location="qdbusconnection.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDBusConnection(const QDBusConnection &amp; other)">
+ <parameter left="const QDBusConnection &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDBusConnection" fullname="QDBusConnection::~QDBusConnection" href="qdbusconnection.html#dtor.QDBusConnection" location="qdbusconnection.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDBusConnection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDBusConnection::operator=" href="qdbusconnection.html#operator=" location="qdbusconnection.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDBusConnection &amp;" signature="operator=(const QDBusConnection &amp; other)">
+ <parameter left="const QDBusConnection &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isConnected" fullname="QDBusConnection::isConnected" href="qdbusconnection.html#isConnected" location="qdbusconnection.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isConnected() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="baseService" fullname="QDBusConnection::baseService" href="qdbusconnection.html#baseService" location="qdbusconnection.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="baseService() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastError" fullname="QDBusConnection::lastError" href="qdbusconnection.html#lastError" location="qdbusconnection.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDBusError" signature="lastError() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QDBusConnection::name" href="qdbusconnection.html#name" location="qdbusconnection.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="send" fullname="QDBusConnection::send" href="qdbusconnection.html#send" location="qdbusconnection.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="send(const QDBusMessage &amp; message) const">
+ <parameter left="const QDBusMessage &amp;" right="" name="message" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="callWithCallback" fullname="QDBusConnection::callWithCallback" href="qdbusconnection.html#callWithCallback" location="qdbusconnection.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="callWithCallback(const QDBusMessage &amp; message, QObject * receiver, const char * returnMethod, const char * errorMethod, int timeout) const">
+ <parameter left="const QDBusMessage &amp;" right="" name="message" default=""/>
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="returnMethod" default=""/>
+ <parameter left="const char *" right="" name="errorMethod" default=""/>
+ <parameter left="int" right="" name="timeout" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="deprecated" name="callWithCallback" fullname="QDBusConnection::callWithCallback" href="qdbusconnection.html#callWithCallback-2" location="qdbusconnection.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="callWithCallback(const QDBusMessage &amp; message, QObject * receiver, const char * returnMethod, int timeout) const">
+ <parameter left="const QDBusMessage &amp;" right="" name="message" default=""/>
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="returnMethod" default=""/>
+ <parameter left="int" right="" name="timeout" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="call" fullname="QDBusConnection::call" href="qdbusconnection.html#call" location="qdbusconnection.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDBusMessage" signature="call(const QDBusMessage &amp; message, QDBus::CallMode mode, int timeout) const">
+ <parameter left="const QDBusMessage &amp;" right="" name="message" default=""/>
+ <parameter left="QDBus::CallMode" right="" name="mode" default="QDBus::Block"/>
+ <parameter left="int" right="" name="timeout" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="asyncCall" fullname="QDBusConnection::asyncCall" href="qdbusconnection.html#asyncCall" location="qdbusconnection.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDBusPendingCall" signature="asyncCall(const QDBusMessage &amp; message, int timeout) const">
+ <parameter left="const QDBusMessage &amp;" right="" name="message" default=""/>
+ <parameter left="int" right="" name="timeout" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connect" fullname="QDBusConnection::connect" href="qdbusconnection.html#connect" location="qdbusconnection.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="connect(const QString &amp; service, const QString &amp; path, const QString &amp; interface, const QString &amp; name, QObject * receiver, const char * slot)">
+ <parameter left="const QString &amp;" right="" name="service" default=""/>
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="const QString &amp;" right="" name="interface" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="slot" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="disconnect" fullname="QDBusConnection::disconnect" href="qdbusconnection.html#disconnect" location="qdbusconnection.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="disconnect(const QString &amp; service, const QString &amp; path, const QString &amp; interface, const QString &amp; name, QObject * receiver, const char * slot)">
+ <parameter left="const QString &amp;" right="" name="service" default=""/>
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="const QString &amp;" right="" name="interface" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="slot" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connect" fullname="QDBusConnection::connect" href="qdbusconnection.html#connect-2" location="qdbusconnection.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="connect(const QString &amp; service, const QString &amp; path, const QString &amp; interface, const QString &amp; name, const QString &amp; signature, QObject * receiver, const char * slot)">
+ <parameter left="const QString &amp;" right="" name="service" default=""/>
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="const QString &amp;" right="" name="interface" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="signature" default=""/>
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="slot" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="disconnect" fullname="QDBusConnection::disconnect" href="qdbusconnection.html#disconnect-2" location="qdbusconnection.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="disconnect(const QString &amp; service, const QString &amp; path, const QString &amp; interface, const QString &amp; name, const QString &amp; signature, QObject * receiver, const char * slot)">
+ <parameter left="const QString &amp;" right="" name="service" default=""/>
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="const QString &amp;" right="" name="interface" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="signature" default=""/>
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="slot" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="registerObject" fullname="QDBusConnection::registerObject" href="qdbusconnection.html#registerObject" location="qdbusconnection.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="registerObject(const QString &amp; path, QObject * object, QFlags&lt;QDBusConnection::RegisterOption&gt; options)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="QFlags&lt;QDBusConnection::RegisterOption&gt;" right="" name="options" default="ExportAdaptors"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unregisterObject" fullname="QDBusConnection::unregisterObject" href="qdbusconnection.html#unregisterObject" location="qdbusconnection.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="unregisterObject(const QString &amp; path, UnregisterMode mode)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="UnregisterMode" right="" name="mode" default="UnregisterNode"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="objectRegisteredAt" fullname="QDBusConnection::objectRegisteredAt" href="qdbusconnection.html#objectRegisteredAt" location="qdbusconnection.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QObject *" signature="objectRegisteredAt(const QString &amp; path) const">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="registerService" fullname="QDBusConnection::registerService" href="qdbusconnection.html#registerService" location="qdbusconnection.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="registerService(const QString &amp; serviceName)">
+ <parameter left="const QString &amp;" right="" name="serviceName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unregisterService" fullname="QDBusConnection::unregisterService" href="qdbusconnection.html#unregisterService" location="qdbusconnection.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="unregisterService(const QString &amp; serviceName)">
+ <parameter left="const QString &amp;" right="" name="serviceName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="interface" fullname="QDBusConnection::interface" href="qdbusconnection.html#interface" location="qdbusconnection.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDBusConnectionInterface *" signature="interface() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connectToBus" fullname="QDBusConnection::connectToBus" href="qdbusconnection.html#connectToBus" location="qdbusconnection.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QDBusConnection" signature="connectToBus(BusType type, const QString &amp; name)">
+ <parameter left="BusType" right="" name="type" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connectToBus" fullname="QDBusConnection::connectToBus" href="qdbusconnection.html#connectToBus-2" location="qdbusconnection.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QDBusConnection" signature="connectToBus(const QString &amp; address, const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="address" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="disconnectFromBus" fullname="QDBusConnection::disconnectFromBus" href="qdbusconnection.html#disconnectFromBus" location="qdbusconnection.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="disconnectFromBus(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sessionBus" fullname="QDBusConnection::sessionBus" href="qdbusconnection.html#sessionBus" location="qdbusconnection.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" relates="QDBusConnection" type="QDBusConnection" signature="sessionBus()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="systemBus" fullname="QDBusConnection::systemBus" href="qdbusconnection.html#systemBus" location="qdbusconnection.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" relates="QDBusConnection" type="QDBusConnection" signature="systemBus()"/>
+ <function access="public" threadsafety="non-reentrant" status="commendable" name="sender" fullname="QDBusConnection::sender" href="qdbusconnection.html#sender" location="qdbusconnection.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QDBusConnection" signature="sender()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QmlMetaProperty" href="qmlmetaproperty.html" location="qmlmetaproperty.h" bases="" module="QtDeclarative">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PropertyCategory" fullname="QmlMetaProperty::PropertyCategory" href="qmlmetaproperty.html#PropertyCategory-enum" location="qmlmetaproperty.h">
+ <value name="Unknown" value="0"/>
+ <value name="InvalidProperty" value="1"/>
+ <value name="Bindable" value="2"/>
+ <value name="List" value="3"/>
+ <value name="QmlList" value="4"/>
+ <value name="Object" value="5"/>
+ <value name="Normal" value="6"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QmlMetaProperty" fullname="QmlMetaProperty::QmlMetaProperty" href="qmlmetaproperty.html#QmlMetaProperty" location="qmlmetaproperty.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QmlMetaProperty()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QmlMetaProperty" fullname="QmlMetaProperty::QmlMetaProperty" href="qmlmetaproperty.html#QmlMetaProperty-2" location="qmlmetaproperty.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QmlMetaProperty(QObject * obj)">
+ <parameter left="QObject *" right="" name="obj" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QmlMetaProperty" fullname="QmlMetaProperty::QmlMetaProperty" href="qmlmetaproperty.html#QmlMetaProperty-3" location="qmlmetaproperty.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QmlMetaProperty(QObject * obj, const QString &amp; name)">
+ <parameter left="QObject *" right="" name="obj" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QmlMetaProperty" fullname="QmlMetaProperty::QmlMetaProperty" href="qmlmetaproperty.html#QmlMetaProperty-6" location="qmlmetaproperty.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QmlMetaProperty(const QmlMetaProperty &amp; other)">
+ <parameter left="const QmlMetaProperty &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QmlMetaProperty::operator=" href="qmlmetaproperty.html#operator=" location="qmlmetaproperty.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QmlMetaProperty &amp;" signature="operator=(const QmlMetaProperty &amp; other)">
+ <parameter left="const QmlMetaProperty &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QmlMetaProperty" fullname="QmlMetaProperty::~QmlMetaProperty" href="qmlmetaproperty.html#dtor.QmlMetaProperty" location="qmlmetaproperty.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QmlMetaProperty()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="properties" fullname="QmlMetaProperty::properties" href="qmlmetaproperty.html#properties" location="qmlmetaproperty.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="properties(QObject * obj)">
+ <parameter left="QObject *" right="" name="obj" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QmlMetaProperty::name" href="qmlmetaproperty.html#name" location="qmlmetaproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="read" fullname="QmlMetaProperty::read" href="qmlmetaproperty.html#read" location="qmlmetaproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="read() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="write" fullname="QmlMetaProperty::write" href="qmlmetaproperty.html#write" location="qmlmetaproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="write(const QVariant &amp; value) const">
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasChangedNotifier" fullname="QmlMetaProperty::hasChangedNotifier" href="qmlmetaproperty.html#hasChangedNotifier" location="qmlmetaproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasChangedNotifier() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="needsChangedNotifier" fullname="QmlMetaProperty::needsChangedNotifier" href="qmlmetaproperty.html#needsChangedNotifier" location="qmlmetaproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="needsChangedNotifier() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connectNotifier" fullname="QmlMetaProperty::connectNotifier" href="qmlmetaproperty.html#connectNotifier" location="qmlmetaproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="connectNotifier(QObject * dest, const char * slot) const">
+ <parameter left="QObject *" right="" name="dest" default=""/>
+ <parameter left="const char *" right="" name="slot" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connectNotifier" fullname="QmlMetaProperty::connectNotifier" href="qmlmetaproperty.html#connectNotifier-2" location="qmlmetaproperty.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="connectNotifier(QObject * dest, int method) const">
+ <parameter left="QObject *" right="" name="dest" default=""/>
+ <parameter left="int" right="" name="method" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="save" fullname="QmlMetaProperty::save" href="qmlmetaproperty.html#save" location="qmlmetaproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="quint32" signature="save() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="restore" fullname="QmlMetaProperty::restore" href="qmlmetaproperty.html#restore" location="qmlmetaproperty.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="restore(quint32 id, QObject * obj, QmlContext * ctxt)">
+ <parameter left="quint32" right="" name="id" default=""/>
+ <parameter left="QObject *" right="" name="obj" default=""/>
+ <parameter left="QmlContext *" right="" name="ctxt" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="method" fullname="QmlMetaProperty::method" href="qmlmetaproperty.html#method" location="qmlmetaproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMetaMethod" signature="method() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QmlMetaProperty::Type" href="qmlmetaproperty.html#Type-enum" location="qmlmetaproperty.h">
+ <value name="Invalid" value="0x00"/>
+ <value name="Property" value="0x01"/>
+ <value name="SignalProperty" value="0x02"/>
+ <value name="Default" value="0x08"/>
+ <value name="Attached" value="0x10"/>
+ <value name="ValueTypeProperty" value="0x20"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QmlMetaProperty::type" href="qmlmetaproperty.html#type" location="qmlmetaproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Type" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isProperty" fullname="QmlMetaProperty::isProperty" href="qmlmetaproperty.html#isProperty" location="qmlmetaproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isProperty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDefault" fullname="QmlMetaProperty::isDefault" href="qmlmetaproperty.html#isDefault" location="qmlmetaproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDefault() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isWritable" fullname="QmlMetaProperty::isWritable" href="qmlmetaproperty.html#isWritable" location="qmlmetaproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isWritable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDesignable" fullname="QmlMetaProperty::isDesignable" href="qmlmetaproperty.html#isDesignable" location="qmlmetaproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDesignable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QmlMetaProperty::isValid" href="qmlmetaproperty.html#isValid" location="qmlmetaproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="object" fullname="QmlMetaProperty::object" href="qmlmetaproperty.html#object" location="qmlmetaproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QObject *" signature="object() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="propertyCategory" fullname="QmlMetaProperty::propertyCategory" href="qmlmetaproperty.html#propertyCategory" location="qmlmetaproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="PropertyCategory" signature="propertyCategory() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="propertyType" fullname="QmlMetaProperty::propertyType" href="qmlmetaproperty.html#propertyType" location="qmlmetaproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="propertyType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="propertyTypeName" fullname="QmlMetaProperty::propertyTypeName" href="qmlmetaproperty.html#propertyTypeName" location="qmlmetaproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="propertyTypeName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QmlMetaProperty::operator==" href="qmlmetaproperty.html#operator==" location="qmlmetaproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QmlMetaProperty &amp; other) const">
+ <parameter left="const QmlMetaProperty &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="property" fullname="QmlMetaProperty::property" href="qmlmetaproperty.html#property" location="qmlmetaproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMetaProperty" signature="property() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="binding" fullname="QmlMetaProperty::binding" href="qmlmetaproperty.html#binding" location="qmlmetaproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QmlAbstractBinding *" signature="binding() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBinding" fullname="QmlMetaProperty::setBinding" href="qmlmetaproperty.html#setBinding" location="qmlmetaproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QmlAbstractBinding *" signature="setBinding(QmlAbstractBinding * newBinding) const">
+ <parameter left="QmlAbstractBinding *" right="" name="newBinding" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="coreIndex" fullname="QmlMetaProperty::coreIndex" href="qmlmetaproperty.html#coreIndex" location="qmlmetaproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="coreIndex() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QInputContext" href="qinputcontext.html" location="qinputcontext.h" bases="QObject" module="QtGui">
+ <contents name="groups-of-functions" title="Groups of Functions" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QInputContext" fullname="QInputContext::QInputContext" href="qinputcontext.html#QInputContext" location="qinputcontext.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QInputContext(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QInputContext" fullname="QInputContext::~QInputContext" href="qinputcontext.html#dtor.QInputContext" location="qinputcontext.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QInputContext()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="identifierName" fullname="QInputContext::identifierName" href="qinputcontext.html#identifierName" location="qinputcontext.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QString" signature="identifierName()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="language" fullname="QInputContext::language" href="qinputcontext.html#language" location="qinputcontext.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QString" signature="language()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="QInputContext::reset" href="qinputcontext.html#reset" location="qinputcontext.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="update" fullname="QInputContext::update" href="qinputcontext.html#update" location="qinputcontext.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="update()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mouseHandler" fullname="QInputContext::mouseHandler" href="qinputcontext.html#mouseHandler" location="qinputcontext.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseHandler(int x, QMouseEvent * event)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QInputContext::font" href="qinputcontext.html#font" location="qinputcontext.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QFont" signature="font() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isComposing" fullname="QInputContext::isComposing" href="qinputcontext.html#isComposing" location="qinputcontext.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isComposing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widgetDestroyed" fullname="QInputContext::widgetDestroyed" href="qinputcontext.html#widgetDestroyed" location="qinputcontext.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="widgetDestroyed(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actions" fullname="QInputContext::actions" href="qinputcontext.html#actions" location="qinputcontext.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QList&lt;QAction *&gt;" signature="actions()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x11FilterEvent" fullname="QInputContext::x11FilterEvent" href="qinputcontext.html#x11FilterEvent" location="qinputcontext.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="x11FilterEvent(QWidget * keywidget, XEvent * event)">
+ <parameter left="QWidget *" right="" name="keywidget" default=""/>
+ <parameter left="XEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filterEvent" fullname="QInputContext::filterEvent" href="qinputcontext.html#filterEvent" location="qinputcontext.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="filterEvent(const QEvent * event)">
+ <parameter left="const QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sendEvent" fullname="QInputContext::sendEvent" href="qinputcontext.html#sendEvent" location="qinputcontext.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="sendEvent(const QInputMethodEvent &amp; event)">
+ <parameter left="const QInputMethodEvent &amp;" right="" name="event" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StandardFormat" fullname="QInputContext::StandardFormat" href="qinputcontext.html#StandardFormat-enum" location="qinputcontext.h">
+ <value name="PreeditFormat" value="0"/>
+ <value name="SelectionFormat" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardFormat" fullname="QInputContext::standardFormat" href="qinputcontext.html#standardFormat" location="qinputcontext.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextFormat" signature="standardFormat(StandardFormat s) const">
+ <parameter left="StandardFormat" right="" name="s" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSqlError" href="qsqlerror.html" location="qsqlerror.h" bases="" module="QtSql">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ErrorType" fullname="QSqlError::ErrorType" href="qsqlerror.html#ErrorType-enum" location="qsqlerror.h">
+ <value name="NoError" value="0"/>
+ <value name="ConnectionError" value="1"/>
+ <value name="StatementError" value="2"/>
+ <value name="TransactionError" value="3"/>
+ <value name="UnknownError" value="4"/>
+ <value name="None" value="NoError"/>
+ <value name="Connection" value="ConnectionError"/>
+ <value name="Statement" value="StatementError"/>
+ <value name="Transaction" value="TransactionError"/>
+ <value name="Unknown" value="UnknownError"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSqlError" fullname="QSqlError::QSqlError" href="qsqlerror.html#QSqlError" location="qsqlerror.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSqlError(const QString &amp; driverText, const QString &amp; databaseText, ErrorType type, int number)">
+ <parameter left="const QString &amp;" right="" name="driverText" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="databaseText" default="QString()"/>
+ <parameter left="ErrorType" right="" name="type" default="NoError"/>
+ <parameter left="int" right="" name="number" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSqlError" fullname="QSqlError::QSqlError" href="qsqlerror.html#QSqlError-2" location="qsqlerror.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSqlError(const QSqlError &amp; other)">
+ <parameter left="const QSqlError &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QSqlError::operator=" href="qsqlerror.html#operator=" location="qsqlerror.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSqlError &amp;" signature="operator=(const QSqlError &amp; other)">
+ <parameter left="const QSqlError &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSqlError" fullname="QSqlError::~QSqlError" href="qsqlerror.html#dtor.QSqlError" location="qsqlerror.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSqlError()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="driverText" fullname="QSqlError::driverText" href="qsqlerror.html#driverText" location="qsqlerror.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="driverText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDriverText" fullname="QSqlError::setDriverText" href="qsqlerror.html#setDriverText" location="qsqlerror.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDriverText(const QString &amp; driverText)">
+ <parameter left="const QString &amp;" right="" name="driverText" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="databaseText" fullname="QSqlError::databaseText" href="qsqlerror.html#databaseText" location="qsqlerror.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="databaseText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDatabaseText" fullname="QSqlError::setDatabaseText" href="qsqlerror.html#setDatabaseText" location="qsqlerror.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDatabaseText(const QString &amp; databaseText)">
+ <parameter left="const QString &amp;" right="" name="databaseText" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QSqlError::type" href="qsqlerror.html#type" location="qsqlerror.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ErrorType" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setType" fullname="QSqlError::setType" href="qsqlerror.html#setType" location="qsqlerror.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setType(ErrorType type)">
+ <parameter left="ErrorType" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="number" fullname="QSqlError::number" href="qsqlerror.html#number" location="qsqlerror.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="number() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNumber" fullname="QSqlError::setNumber" href="qsqlerror.html#setNumber" location="qsqlerror.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNumber(int number)">
+ <parameter left="int" right="" name="number" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QSqlError::text" href="qsqlerror.html#text" location="qsqlerror.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QSqlError::isValid" href="qsqlerror.html#isValid" location="qsqlerror.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3Button" href="q3button.html" location="q3button.h" bases="QAbstractButton" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Button" fullname="Q3Button::Q3Button" href="q3button.html#Q3Button" location="q3button.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3Button(QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3Button" fullname="Q3Button::~Q3Button" href="q3button.html#dtor.Q3Button" location="q3button.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3Button()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawButton" fullname="Q3Button::drawButton" href="q3button.html#drawButton" location="q3button.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawButton(QPainter * painter)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawButtonLabel" fullname="Q3Button::drawButtonLabel" href="q3button.html#drawButtonLabel" location="q3button.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawButtonLabel(QPainter * painter)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="Q3Button::paintEvent" href="q3button.html#paintEvent" location="q3button.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * event)">
+ <parameter left="QPaintEvent *" right="" name="event" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QProxyScreenCursor" href="qproxyscreencursor.html" location="qscreenproxy_qws.h" bases="QScreenCursor" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QProxyScreenCursor" fullname="QProxyScreenCursor::QProxyScreenCursor" href="qproxyscreencursor.html#QProxyScreenCursor" location="qscreenproxy_qws.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QProxyScreenCursor()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QProxyScreenCursor" fullname="QProxyScreenCursor::~QProxyScreenCursor" href="qproxyscreencursor.html#dtor.QProxyScreenCursor" location="qscreenproxy_qws.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QProxyScreenCursor()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScreenCursor" fullname="QProxyScreenCursor::setScreenCursor" href="qproxyscreencursor.html#setScreenCursor" location="qscreenproxy_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setScreenCursor(QScreenCursor * cursor)">
+ <parameter left="QScreenCursor *" right="" name="cursor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screenCursor" fullname="QProxyScreenCursor::screenCursor" href="qproxyscreencursor.html#screenCursor" location="qscreenproxy_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScreenCursor *" signature="screenCursor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="set" fullname="QProxyScreenCursor::set" href="qproxyscreencursor.html#set" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="set(const QImage &amp; image, int hotx, int hoty)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ <parameter left="int" right="" name="hotx" default=""/>
+ <parameter left="int" right="" name="hoty" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="move" fullname="QProxyScreenCursor::move" href="qproxyscreencursor.html#move" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="move(int x, int y)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="show" fullname="QProxyScreenCursor::show" href="qproxyscreencursor.html#show" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="show()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hide" fullname="QProxyScreenCursor::hide" href="qproxyscreencursor.html#hide" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hide()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QProxyScreen" href="qproxyscreen.html" location="qscreenproxy_qws.h" bases="QScreen" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QProxyScreen" fullname="QProxyScreen::QProxyScreen" href="qproxyscreen.html#QProxyScreen" location="qscreenproxy_qws.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QProxyScreen(int displayId, ClassId classId)">
+ <parameter left="int" right="" name="displayId" default=""/>
+ <parameter left="ClassId" right="" name="classId" default="ProxyClass"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QProxyScreen" fullname="QProxyScreen::~QProxyScreen" href="qproxyscreen.html#dtor.QProxyScreen" location="qscreenproxy_qws.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QProxyScreen()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScreen" fullname="QProxyScreen::setScreen" href="qproxyscreen.html#setScreen" location="qscreenproxy_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setScreen(QScreen * screen)">
+ <parameter left="QScreen *" right="" name="screen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screen" fullname="QProxyScreen::screen" href="qproxyscreen.html#screen" location="qscreenproxy_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScreen *" signature="screen() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToDevice" fullname="QProxyScreen::mapToDevice" href="qproxyscreen.html#mapToDevice" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="mapToDevice(const QSize &amp; s) const">
+ <parameter left="const QSize &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromDevice" fullname="QProxyScreen::mapFromDevice" href="qproxyscreen.html#mapFromDevice" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="mapFromDevice(const QSize &amp; s) const">
+ <parameter left="const QSize &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToDevice" fullname="QProxyScreen::mapToDevice" href="qproxyscreen.html#mapToDevice-2" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPoint" signature="mapToDevice(const QPoint &amp; p, const QSize &amp; s) const">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ <parameter left="const QSize &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromDevice" fullname="QProxyScreen::mapFromDevice" href="qproxyscreen.html#mapFromDevice-2" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPoint" signature="mapFromDevice(const QPoint &amp; p, const QSize &amp; s) const">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ <parameter left="const QSize &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToDevice" fullname="QProxyScreen::mapToDevice" href="qproxyscreen.html#mapToDevice-3" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QRect" signature="mapToDevice(const QRect &amp; r, const QSize &amp; s) const">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ <parameter left="const QSize &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromDevice" fullname="QProxyScreen::mapFromDevice" href="qproxyscreen.html#mapFromDevice-3" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QRect" signature="mapFromDevice(const QRect &amp; r, const QSize &amp; s) const">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ <parameter left="const QSize &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToDevice" fullname="QProxyScreen::mapToDevice" href="qproxyscreen.html#mapToDevice-4" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QRegion" signature="mapToDevice(const QRegion &amp; r, const QSize &amp; s) const">
+ <parameter left="const QRegion &amp;" right="" name="r" default=""/>
+ <parameter left="const QSize &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromDevice" fullname="QProxyScreen::mapFromDevice" href="qproxyscreen.html#mapFromDevice-4" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QRegion" signature="mapFromDevice(const QRegion &amp; r, const QSize &amp; s) const">
+ <parameter left="const QRegion &amp;" right="" name="r" default=""/>
+ <parameter left="const QSize &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connect" fullname="QProxyScreen::connect" href="qproxyscreen.html#connect" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="connect(const QString &amp; displaySpec)">
+ <parameter left="const QString &amp;" right="" name="displaySpec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="initDevice" fullname="QProxyScreen::initDevice" href="qproxyscreen.html#initDevice" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="initDevice()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shutdownDevice" fullname="QProxyScreen::shutdownDevice" href="qproxyscreen.html#shutdownDevice" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="shutdownDevice()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="disconnect" fullname="QProxyScreen::disconnect" href="qproxyscreen.html#disconnect" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="disconnect()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMode" fullname="QProxyScreen::setMode" href="qproxyscreen.html#setMode" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setMode(int w, int h, int d)">
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="int" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportsDepth" fullname="QProxyScreen::supportsDepth" href="qproxyscreen.html#supportsDepth" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="supportsDepth(int depth) const">
+ <parameter left="int" right="" name="depth" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="save" fullname="QProxyScreen::save" href="qproxyscreen.html#save" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="save()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="restore" fullname="QProxyScreen::restore" href="qproxyscreen.html#restore" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="restore()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blank" fullname="QProxyScreen::blank" href="qproxyscreen.html#blank" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="blank(bool on)">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="onCard" fullname="QProxyScreen::onCard" href="qproxyscreen.html#onCard" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="onCard(const unsigned char * ptr) const">
+ <parameter left="const unsigned char *" right="" name="ptr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="onCard" fullname="QProxyScreen::onCard" href="qproxyscreen.html#onCard-2" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="onCard(const unsigned char * ptr, ulong &amp; offset) const">
+ <parameter left="const unsigned char *" right="" name="ptr" default=""/>
+ <parameter left="ulong &amp;" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isInterlaced" fullname="QProxyScreen::isInterlaced" href="qproxyscreen.html#isInterlaced" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isInterlaced() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isTransformed" fullname="QProxyScreen::isTransformed" href="qproxyscreen.html#isTransformed" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isTransformed() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transformOrientation" fullname="QProxyScreen::transformOrientation" href="qproxyscreen.html#transformOrientation" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="transformOrientation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exposeRegion" fullname="QProxyScreen::exposeRegion" href="qproxyscreen.html#exposeRegion" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="exposeRegion(QRegion r, int changing)">
+ <parameter left="QRegion" right="" name="r" default=""/>
+ <parameter left="int" right="" name="changing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blit" fullname="QProxyScreen::blit" href="qproxyscreen.html#blit" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="blit(const QImage &amp; image, const QPoint &amp; topLeft, const QRegion &amp; region)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="topLeft" default=""/>
+ <parameter left="const QRegion &amp;" right="" name="region" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="solidFill" fullname="QProxyScreen::solidFill" href="qproxyscreen.html#solidFill" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="solidFill(const QColor &amp; color, const QRegion &amp; region)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ <parameter left="const QRegion &amp;" right="" name="region" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDirty" fullname="QProxyScreen::setDirty" href="qproxyscreen.html#setDirty" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setDirty(const QRect &amp; rect)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createSurface" fullname="QProxyScreen::createSurface" href="qproxyscreen.html#createSurface" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QWSWindowSurface *" signature="createSurface(QWidget * widget) const">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createSurface" fullname="QProxyScreen::createSurface" href="qproxyscreen.html#createSurface-2" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QWSWindowSurface *" signature="createSurface(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subScreens" fullname="QProxyScreen::subScreens" href="qproxyscreen.html#subScreens" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QList&lt;QScreen *&gt;" signature="subScreens() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="region" fullname="QProxyScreen::region" href="qproxyscreen.html#region" location="qscreenproxy_qws.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRegion" signature="region() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPixmap" href="qpixmap.html" location="qpixmap.h" bases="QPaintDevice" module="QtGui">
+ <contents name="reading-and-writing-image-files" title="Reading and Writing Image Files" level="1"/>
+ <contents name="pixmap-information" title="Pixmap Information" level="1"/>
+ <contents name="pixmap-conversion" title="Pixmap Conversion" level="1"/>
+ <contents name="pixmap-transformations" title="Pixmap Transformations" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPixmap" fullname="QPixmap::QPixmap" href="qpixmap.html#QPixmap" location="qpixmap.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPixmap()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPixmap" fullname="QPixmap::QPixmap" href="qpixmap.html#QPixmap-3" location="qpixmap.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QPixmap(int width, int height)">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPixmap" fullname="QPixmap::QPixmap" href="qpixmap.html#QPixmap-11" location="qpixmap.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="11" type="" signature="QPixmap(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPixmap" fullname="QPixmap::QPixmap" href="qpixmap.html#QPixmap-4" location="qpixmap.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QPixmap(const QString &amp; fileName, const char * format, QFlags&lt;Qt::ImageConversionFlag&gt; flags)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const char *" right="" name="format" default="0"/>
+ <parameter left="QFlags&lt;Qt::ImageConversionFlag&gt;" right="" name="flags" default="Qt::AutoColor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPixmap" fullname="QPixmap::QPixmap" href="qpixmap.html#QPixmap-5" location="qpixmap.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QPixmap(const char * const[] xpm)">
+ <parameter left="const char * const[]" right="" name="xpm" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPixmap" fullname="QPixmap::QPixmap" href="qpixmap.html#QPixmap-6" location="qpixmap.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QPixmap(const QPixmap &amp; pixmap)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPixmap" fullname="QPixmap::~QPixmap" href="qpixmap.html#dtor.QPixmap" location="qpixmap.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPixmap()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QPixmap::operator=" href="qpixmap.html#operator=" location="qpixmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPixmap &amp;" signature="operator=(const QPixmap &amp; pixmap)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QVariant" fullname="QPixmap::operator QVariant" href="qpixmap.html#operator QVariant" location="qpixmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QVariant() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QPixmap::isNull" href="qpixmap.html#isNull" location="qpixmap.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QPixmap::width" href="qpixmap.html#width" location="qpixmap.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="QPixmap::height" href="qpixmap.html#height" location="qpixmap.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QPixmap::size" href="qpixmap.html#size" location="qpixmap.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rect" fullname="QPixmap::rect" href="qpixmap.html#rect" location="qpixmap.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="rect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="depth" fullname="QPixmap::depth" href="qpixmap.html#depth" location="qpixmap.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="depth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultDepth" fullname="QPixmap::defaultDepth" href="qpixmap.html#defaultDepth" location="qpixmap.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="defaultDepth()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fill" fullname="QPixmap::fill" href="qpixmap.html#fill" location="qpixmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="fill(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default="Qt::white"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fill" fullname="QPixmap::fill" href="qpixmap.html#fill-2" location="qwidget.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="fill(const QWidget * widget, const QPoint &amp; offset)">
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fill" fullname="QPixmap::fill" href="qpixmap.html#fill-3" location="qpixmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="fill(const QWidget * widget, int x, int y)">
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mask" fullname="QPixmap::mask" href="qpixmap.html#mask" location="qpixmap.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QBitmap" signature="mask() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMask" fullname="QPixmap::setMask" href="qpixmap.html#setMask" location="qpixmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMask(const QBitmap &amp; mask)">
+ <parameter left="const QBitmap &amp;" right="" name="mask" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="alphaChannel" fullname="QPixmap::alphaChannel" href="qpixmap-obsolete.html#alphaChannel" location="qpixmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="alphaChannel() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setAlphaChannel" fullname="QPixmap::setAlphaChannel" href="qpixmap-obsolete.html#setAlphaChannel" location="qpixmap.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAlphaChannel(const QPixmap &amp; alphaChannel)">
+ <parameter left="const QPixmap &amp;" right="" name="alphaChannel" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasAlpha" fullname="QPixmap::hasAlpha" href="qpixmap.html#hasAlpha" location="qpixmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasAlpha() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasAlphaChannel" fullname="QPixmap::hasAlphaChannel" href="qpixmap.html#hasAlphaChannel" location="qpixmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasAlphaChannel() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createHeuristicMask" fullname="QPixmap::createHeuristicMask" href="qpixmap.html#createHeuristicMask" location="qpixmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QBitmap" signature="createHeuristicMask(bool clipTight) const">
+ <parameter left="bool" right="" name="clipTight" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createMaskFromColor" fullname="QPixmap::createMaskFromColor" href="qpixmap.html#createMaskFromColor-2" location="qpixmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QBitmap" signature="createMaskFromColor(const QColor &amp; maskColor) const">
+ <parameter left="const QColor &amp;" right="" name="maskColor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createMaskFromColor" fullname="QPixmap::createMaskFromColor" href="qpixmap.html#createMaskFromColor" location="qpixmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QBitmap" signature="createMaskFromColor(const QColor &amp; maskColor, Qt::MaskMode mode) const">
+ <parameter left="const QColor &amp;" right="" name="maskColor" default=""/>
+ <parameter left="Qt::MaskMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="grabWindow" fullname="QPixmap::grabWindow" href="qpixmap.html#grabWindow" location="qpixmap_mac.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QPixmap" signature="grabWindow(WId window, int x, int y, int width, int height)">
+ <parameter left="WId" right="" name="window" default=""/>
+ <parameter left="int" right="" name="x" default="0"/>
+ <parameter left="int" right="" name="y" default="0"/>
+ <parameter left="int" right="" name="width" default="-1"/>
+ <parameter left="int" right="" name="height" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="grabWidget" fullname="QPixmap::grabWidget" href="qpixmap.html#grabWidget" location="qpixmap.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QPixmap" signature="grabWidget(QWidget * widget, const QRect &amp; rectangle)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="grabWidget" fullname="QPixmap::grabWidget" href="qpixmap.html#grabWidget-2" location="qpixmap.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QPixmap" signature="grabWidget(QWidget * widget, int x, int y, int width, int height)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="int" right="" name="x" default="0"/>
+ <parameter left="int" right="" name="y" default="0"/>
+ <parameter left="int" right="" name="width" default="-1"/>
+ <parameter left="int" right="" name="height" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scaled" fullname="QPixmap::scaled" href="qpixmap.html#scaled-2" location="qpixmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPixmap" signature="scaled(int width, int height, Qt::AspectRatioMode aspectRatioMode, Qt::TransformationMode transformMode) const">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="Qt::AspectRatioMode" right="" name="aspectRatioMode" default="Qt::IgnoreAspectRatio"/>
+ <parameter left="Qt::TransformationMode" right="" name="transformMode" default="Qt::FastTransformation"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scaled" fullname="QPixmap::scaled" href="qpixmap.html#scaled" location="qpixmap.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="scaled(const QSize &amp; size, Qt::AspectRatioMode aspectRatioMode, Qt::TransformationMode transformMode) const">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="Qt::AspectRatioMode" right="" name="aspectRatioMode" default="Qt::IgnoreAspectRatio"/>
+ <parameter left="Qt::TransformationMode" right="" name="transformMode" default="Qt::FastTransformation"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scaledToWidth" fullname="QPixmap::scaledToWidth" href="qpixmap.html#scaledToWidth" location="qpixmap.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="scaledToWidth(int width, Qt::TransformationMode mode) const">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="Qt::TransformationMode" right="" name="mode" default="Qt::FastTransformation"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scaledToHeight" fullname="QPixmap::scaledToHeight" href="qpixmap.html#scaledToHeight" location="qpixmap.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="scaledToHeight(int height, Qt::TransformationMode mode) const">
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="Qt::TransformationMode" right="" name="mode" default="Qt::FastTransformation"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transformed" fullname="QPixmap::transformed" href="qpixmap.html#transformed-2" location="qpixmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPixmap" signature="transformed(const QMatrix &amp; matrix, Qt::TransformationMode mode) const">
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ <parameter left="Qt::TransformationMode" right="" name="mode" default="Qt::FastTransformation"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="trueMatrix" fullname="QPixmap::trueMatrix" href="qpixmap.html#trueMatrix-2" location="qpixmap.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QMatrix" signature="trueMatrix(const QMatrix &amp; m, int w, int h)">
+ <parameter left="const QMatrix &amp;" right="" name="m" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transformed" fullname="QPixmap::transformed" href="qpixmap.html#transformed" location="qpixmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="transformed(const QTransform &amp; transform, Qt::TransformationMode mode) const">
+ <parameter left="const QTransform &amp;" right="" name="transform" default=""/>
+ <parameter left="Qt::TransformationMode" right="" name="mode" default="Qt::FastTransformation"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="trueMatrix" fullname="QPixmap::trueMatrix" href="qpixmap.html#trueMatrix" location="qpixmap.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QTransform" signature="trueMatrix(const QTransform &amp; matrix, int width, int height)">
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toImage" fullname="QPixmap::toImage" href="qpixmap.html#toImage" location="qpixmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="toImage() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromImage" fullname="QPixmap::fromImage" href="qpixmap.html#fromImage" location="qpixmap.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QPixmap" signature="fromImage(const QImage &amp; image, QFlags&lt;Qt::ImageConversionFlag&gt; flags)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ <parameter left="QFlags&lt;Qt::ImageConversionFlag&gt;" right="" name="flags" default="Qt::AutoColor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QPixmap::load" href="qpixmap.html#load" location="qpixmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="load(const QString &amp; fileName, const char * format, QFlags&lt;Qt::ImageConversionFlag&gt; flags)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const char *" right="" name="format" default="0"/>
+ <parameter left="QFlags&lt;Qt::ImageConversionFlag&gt;" right="" name="flags" default="Qt::AutoColor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loadFromData" fullname="QPixmap::loadFromData" href="qpixmap.html#loadFromData" location="qpixmap.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="loadFromData(const uchar * data, uint len, const char * format, QFlags&lt;Qt::ImageConversionFlag&gt; flags)">
+ <parameter left="const uchar *" right="" name="data" default=""/>
+ <parameter left="uint" right="" name="len" default=""/>
+ <parameter left="const char *" right="" name="format" default="0"/>
+ <parameter left="QFlags&lt;Qt::ImageConversionFlag&gt;" right="" name="flags" default="Qt::AutoColor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loadFromData" fullname="QPixmap::loadFromData" href="qpixmap.html#loadFromData-3" location="qpixmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="bool" signature="loadFromData(const QByteArray &amp; data, const char * format, QFlags&lt;Qt::ImageConversionFlag&gt; flags)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ <parameter left="const char *" right="" name="format" default="0"/>
+ <parameter left="QFlags&lt;Qt::ImageConversionFlag&gt;" right="" name="flags" default="Qt::AutoColor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="save" fullname="QPixmap::save" href="qpixmap.html#save" location="qpixmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="save(const QString &amp; fileName, const char * format, int quality) const">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const char *" right="" name="format" default="0"/>
+ <parameter left="int" right="" name="quality" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="save" fullname="QPixmap::save" href="qpixmap.html#save-2" location="qpixmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="save(QIODevice * device, const char * format, int quality) const">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ <parameter left="const char *" right="" name="format" default="0"/>
+ <parameter left="int" right="" name="quality" default="-1"/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="HBitmapFormat" fullname="QPixmap::HBitmapFormat" href="qpixmap.html#HBitmapFormat-enum" location="qpixmap.h">
+ <value name="NoAlpha" value="0"/>
+ <value name="PremultipliedAlpha" value="1"/>
+ <value name="Alpha" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toWinHBITMAP" fullname="QPixmap::toWinHBITMAP" href="qpixmap.html#toWinHBITMAP" location="qpixmap_win.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="HBITMAP" signature="toWinHBITMAP(HBitmapFormat format) const">
+ <parameter left="HBitmapFormat" right="" name="format" default="NoAlpha"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromWinHBITMAP" fullname="QPixmap::fromWinHBITMAP" href="qpixmap.html#fromWinHBITMAP" location="qpixmap_win.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QPixmap" signature="fromWinHBITMAP(HBITMAP bitmap, HBitmapFormat format)">
+ <parameter left="HBITMAP" right="" name="bitmap" default=""/>
+ <parameter left="HBitmapFormat" right="" name="format" default="NoAlpha"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toMacCGImageRef" fullname="QPixmap::toMacCGImageRef" href="qpixmap.html#toMacCGImageRef" location="qpixmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="CGImageRef" signature="toMacCGImageRef() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromMacCGImageRef" fullname="QPixmap::fromMacCGImageRef" href="qpixmap.html#fromMacCGImageRef" location="qpixmap.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QPixmap" signature="fromMacCGImageRef(CGImageRef image)">
+ <parameter left="CGImageRef" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="copy" fullname="QPixmap::copy" href="qpixmap.html#copy-2" location="qpixmap.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPixmap" signature="copy(int x, int y, int width, int height) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="copy" fullname="QPixmap::copy" href="qpixmap.html#copy" location="qpixmap.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="copy(const QRect &amp; rectangle) const">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default="QRect()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scroll" fullname="QPixmap::scroll" href="qpixmap.html#scroll" location="qpixmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="scroll(int dx, int dy, int x, int y, int width, int height, QRegion * exposed)">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="QRegion *" right="" name="exposed" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scroll" fullname="QPixmap::scroll" href="qpixmap.html#scroll-2" location="qpixmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="scroll(int dx, int dy, const QRect &amp; rect, QRegion * exposed)">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="QRegion *" right="" name="exposed" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="serialNumber" fullname="QPixmap::serialNumber" href="qpixmap-obsolete.html#serialNumber" location="qpixmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="serialNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cacheKey" fullname="QPixmap::cacheKey" href="qpixmap.html#cacheKey" location="qpixmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="cacheKey() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="detach" fullname="QPixmap::detach" href="qpixmap.html#detach" location="qpixmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="detach()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isQBitmap" fullname="QPixmap::isQBitmap" href="qpixmap.html#isQBitmap" location="qpixmap.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isQBitmap() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ShareMode" fullname="QPixmap::ShareMode" href="qpixmap.html#ShareMode-enum" location="qpixmap.h">
+ <value name="ImplicitlyShared" value="0"/>
+ <value name="ExplicitlyShared" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromX11Pixmap" fullname="QPixmap::fromX11Pixmap" href="qpixmap.html#fromX11Pixmap" location="qpixmap_x11.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QPixmap" signature="fromX11Pixmap(Qt::HANDLE pixmap, ShareMode mode)">
+ <parameter left="Qt::HANDLE" right="" name="pixmap" default=""/>
+ <parameter left="ShareMode" right="" name="mode" default="ImplicitlyShared"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x11Info" fullname="QPixmap::x11Info" href="qpixmap.html#x11Info" location="qpixmap_x11.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QX11Info &amp;" signature="x11Info() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x11PictureHandle" fullname="QPixmap::x11PictureHandle" href="qpixmap.html#x11PictureHandle" location="qpixmap_x11.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::HANDLE" signature="x11PictureHandle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="handle" fullname="QPixmap::handle" href="qpixmap.html#handle" location="qpixmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::HANDLE" signature="handle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!" fullname="QPixmap::operator!" href="qpixmap.html#operator!" location="qpixmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!() const"/>
+ <enum access="public" threadsafety="unspecified" status="compat" name="ColorMode" fullname="QPixmap::ColorMode" href="qpixmap-qt3.html#ColorMode-enum" location="qpixmap.h">
+ <value name="Auto" value="0"/>
+ <value name="Color" value="1"/>
+ <value name="Mono" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="compat" name="QPixmap" fullname="QPixmap::QPixmap" href="qpixmap-qt3.html#QPixmap-7" location="qpixmap.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="7" type="" signature="QPixmap(const QString &amp; fileName, const char * format, ColorMode mode)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const char *" right="" name="format" default=""/>
+ <parameter left="ColorMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="load" fullname="QPixmap::load" href="qpixmap-qt3.html#load-2" location="qpixmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="load(const QString &amp; fileName, const char * format, ColorMode mode)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const char *" right="" name="format" default=""/>
+ <parameter left="ColorMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="loadFromData" fullname="QPixmap::loadFromData" href="qpixmap-qt3.html#loadFromData-2" location="qpixmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="loadFromData(const uchar * buf, uint len, const char * format, ColorMode mode)">
+ <parameter left="const uchar *" right="" name="buf" default=""/>
+ <parameter left="uint" right="" name="len" default=""/>
+ <parameter left="const char *" right="" name="format" default=""/>
+ <parameter left="ColorMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QPixmap" fullname="QPixmap::QPixmap" href="qpixmap-qt3.html#QPixmap-8" location="qpixmap.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="8" type="" signature="QPixmap(const QImage &amp; image)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="operator=" fullname="QPixmap::operator=" href="qpixmap-qt3.html#operator=-2" location="qpixmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QPixmap &amp;" signature="operator=(const QImage &amp; image)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="convertToImage" fullname="QPixmap::convertToImage" href="qpixmap-qt3.html#convertToImage" location="qpixmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="convertToImage() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="convertFromImage" fullname="QPixmap::convertFromImage" href="qpixmap-qt3.html#convertFromImage" location="qpixmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="convertFromImage(const QImage &amp; image, ColorMode mode)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ <parameter left="ColorMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="convertFromImage" fullname="QPixmap::convertFromImage" href="qpixmap-qt3.html#convertFromImage-2" location="qpixmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="convertFromImage(const QImage &amp; image, QFlags&lt;Qt::ImageConversionFlag&gt; flags)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ <parameter left="QFlags&lt;Qt::ImageConversionFlag&gt;" right="" name="flags" default="Qt::AutoColor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="operator QImage" fullname="QPixmap::operator QImage" href="qpixmap-qt3.html#operator QImage" location="qpixmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QImage() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="xForm" fullname="QPixmap::xForm" href="qpixmap-qt3.html#xForm" location="qpixmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="xForm(const QMatrix &amp; matrix) const">
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="selfMask" fullname="QPixmap::selfMask" href="qpixmap-qt3.html#selfMask" location="qpixmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="selfMask() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="resize" fullname="QPixmap::resize" href="qpixmap-qt3.html#resize-2" location="qpixmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="resize(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="resize" fullname="QPixmap::resize" href="qpixmap-qt3.html#resize" location="qpixmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resize(int width, int height)">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qpixmap.html#operator&lt;&lt;-124" location="qpixmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="124" relates="QPixmap" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QPixmap &amp; pixmap)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qpixmap.html#operator&gt;&gt;-71" location="qpixmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="71" relates="QPixmap" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QPixmap &amp; pixmap)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWebDatabase" href="qwebdatabase.html" location="qwebdatabase.h" bases="" module="QtWebKit">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWebDatabase" fullname="QWebDatabase::QWebDatabase" href="qwebdatabase.html#QWebDatabase" location="qwebdatabase.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWebDatabase(const QWebDatabase &amp; other)">
+ <parameter left="const QWebDatabase &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QWebDatabase::operator=" href="qwebdatabase.html#operator=" location="qwebdatabase.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QWebDatabase &amp;" signature="operator=(const QWebDatabase &amp; other)">
+ <parameter left="const QWebDatabase &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWebDatabase" fullname="QWebDatabase::~QWebDatabase" href="qwebdatabase.html#dtor.QWebDatabase" location="qwebdatabase.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWebDatabase()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QWebDatabase::name" href="qwebdatabase.html#name" location="qwebdatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="displayName" fullname="QWebDatabase::displayName" href="qwebdatabase.html#displayName" location="qwebdatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="displayName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expectedSize" fullname="QWebDatabase::expectedSize" href="qwebdatabase.html#expectedSize" location="qwebdatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="expectedSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QWebDatabase::size" href="qwebdatabase.html#size" location="qwebdatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QWebDatabase::fileName" href="qwebdatabase.html#fileName" location="qwebdatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fileName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="origin" fullname="QWebDatabase::origin" href="qwebdatabase.html#origin" location="qwebdatabase.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebSecurityOrigin" signature="origin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeDatabase" fullname="QWebDatabase::removeDatabase" href="qwebdatabase.html#removeDatabase" location="qwebdatabase.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="removeDatabase(const QWebDatabase &amp; db)">
+ <parameter left="const QWebDatabase &amp;" right="" name="db" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeAllDatabases" fullname="QWebDatabase::removeAllDatabases" href="qwebdatabase.html#removeAllDatabases" location="qwebdatabase.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="removeAllDatabases()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDesignerWidgetBoxInterface" href="qdesignerwidgetboxinterface.html" location="abstractwidgetbox.h" bases="QWidget" module="QtDesigner">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDesignerWidgetBoxInterface" fullname="QDesignerWidgetBoxInterface::QDesignerWidgetBoxInterface" href="qdesignerwidgetboxinterface.html#QDesignerWidgetBoxInterface" location="abstractwidgetbox.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDesignerWidgetBoxInterface(QWidget * parent, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDesignerWidgetBoxInterface" fullname="QDesignerWidgetBoxInterface::~QDesignerWidgetBoxInterface" href="qdesignerwidgetboxinterface.html#dtor.QDesignerWidgetBoxInterface" location="abstractwidgetbox.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDesignerWidgetBoxInterface()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFileName" fullname="QDesignerWidgetBoxInterface::setFileName" href="qdesignerwidgetboxinterface.html#setFileName" location="abstractwidgetbox.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setFileName(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QDesignerWidgetBoxInterface::fileName" href="qdesignerwidgetboxinterface.html#fileName" location="abstractwidgetbox.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="fileName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QDesignerWidgetBoxInterface::load" href="qdesignerwidgetboxinterface.html#load" location="abstractwidgetbox.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="load()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="save" fullname="QDesignerWidgetBoxInterface::save" href="qdesignerwidgetboxinterface.html#save" location="abstractwidgetbox.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="save()"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextLength" href="qtextlength.html" location="qtextformat.h" bases="" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QTextLength::Type" href="qtextlength.html#Type-enum" location="qtextformat.h">
+ <value name="VariableLength" value="0"/>
+ <value name="FixedLength" value="1"/>
+ <value name="PercentageLength" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextLength" fullname="QTextLength::QTextLength" href="qtextlength.html#QTextLength" location="qtextformat.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextLength()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextLength" fullname="QTextLength::QTextLength" href="qtextlength.html#QTextLength-2" location="qtextformat.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTextLength(Type type, qreal value)">
+ <parameter left="Type" right="" name="type" default=""/>
+ <parameter left="qreal" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QTextLength::type" href="qtextlength.html#type" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Type" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QTextLength::value" href="qtextlength.html#value" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="value(qreal maximumLength) const">
+ <parameter left="qreal" right="" name="maximumLength" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rawValue" fullname="QTextLength::rawValue" href="qtextlength.html#rawValue" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="rawValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QTextLength::operator==" href="qtextlength.html#operator==" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QTextLength &amp; other) const">
+ <parameter left="const QTextLength &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QTextLength::operator!=" href="qtextlength.html#operator!=" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QTextLength &amp; other) const">
+ <parameter left="const QTextLength &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QVariant" fullname="QTextLength::operator QVariant" href="qtextlength.html#operator QVariant" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QVariant() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextFormat" href="qtextformat.html" location="qtextformat.h" bases="" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FormatType" fullname="QTextFormat::FormatType" href="qtextformat.html#FormatType-enum" location="qtextformat.h">
+ <value name="InvalidFormat" value="-1"/>
+ <value name="BlockFormat" value="1"/>
+ <value name="CharFormat" value="2"/>
+ <value name="ListFormat" value="3"/>
+ <value name="TableFormat" value="4"/>
+ <value name="FrameFormat" value="5"/>
+ <value name="UserFormat" value="100"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Property" fullname="QTextFormat::Property" href="qtextformat.html#Property-enum" location="qtextformat.h">
+ <value name="ObjectIndex" value="0x0"/>
+ <value name="CssFloat" value="0x0800"/>
+ <value name="LayoutDirection" value="0x0801"/>
+ <value name="OutlinePen" value="0x810"/>
+ <value name="BackgroundBrush" value="0x820"/>
+ <value name="ForegroundBrush" value="0x821"/>
+ <value name="BackgroundImageUrl" value="0x823"/>
+ <value name="BlockAlignment" value="0x1010"/>
+ <value name="BlockTopMargin" value="0x1030"/>
+ <value name="BlockBottomMargin" value="0x1031"/>
+ <value name="BlockLeftMargin" value="0x1032"/>
+ <value name="BlockRightMargin" value="0x1033"/>
+ <value name="TextIndent" value="0x1034"/>
+ <value name="TabPositions" value="0x1035"/>
+ <value name="BlockIndent" value="0x1040"/>
+ <value name="BlockNonBreakableLines" value="0x1050"/>
+ <value name="BlockTrailingHorizontalRulerWidth" value="0x1060"/>
+ <value name="FirstFontProperty" value="0x1FE0"/>
+ <value name="FontCapitalization" value="FirstFontProperty"/>
+ <value name="FontLetterSpacing" value="0x1FE1"/>
+ <value name="FontWordSpacing" value="0x1FE2"/>
+ <value name="FontStyleHint" value="0x1FE3"/>
+ <value name="FontStyleStrategy" value="0x1FE4"/>
+ <value name="FontKerning" value="0x1FE5"/>
+ <value name="FontFamily" value="0x2000"/>
+ <value name="FontPointSize" value="0x2001"/>
+ <value name="FontSizeAdjustment" value="0x2002"/>
+ <value name="FontSizeIncrement" value="FontSizeAdjustment"/>
+ <value name="FontWeight" value="0x2003"/>
+ <value name="FontItalic" value="0x2004"/>
+ <value name="FontUnderline" value="0x2005"/>
+ <value name="FontOverline" value="0x2006"/>
+ <value name="FontStrikeOut" value="0x2007"/>
+ <value name="FontFixedPitch" value="0x2008"/>
+ <value name="FontPixelSize" value="0x2009"/>
+ <value name="LastFontProperty" value="FontPixelSize"/>
+ <value name="TextUnderlineColor" value="0x2010"/>
+ <value name="TextVerticalAlignment" value="0x2021"/>
+ <value name="TextOutline" value="0x2022"/>
+ <value name="TextUnderlineStyle" value="0x2023"/>
+ <value name="TextToolTip" value="0x2024"/>
+ <value name="IsAnchor" value="0x2030"/>
+ <value name="AnchorHref" value="0x2031"/>
+ <value name="AnchorName" value="0x2032"/>
+ <value name="ObjectType" value="0x2f00"/>
+ <value name="ListStyle" value="0x3000"/>
+ <value name="ListIndent" value="0x3001"/>
+ <value name="FrameBorder" value="0x4000"/>
+ <value name="FrameMargin" value="0x4001"/>
+ <value name="FramePadding" value="0x4002"/>
+ <value name="FrameWidth" value="0x4003"/>
+ <value name="FrameHeight" value="0x4004"/>
+ <value name="FrameTopMargin" value="0x4005"/>
+ <value name="FrameBottomMargin" value="0x4006"/>
+ <value name="FrameLeftMargin" value="0x4007"/>
+ <value name="FrameRightMargin" value="0x4008"/>
+ <value name="FrameBorderBrush" value="0x4009"/>
+ <value name="FrameBorderStyle" value="0x4010"/>
+ <value name="TableColumns" value="0x4100"/>
+ <value name="TableColumnWidthConstraints" value="0x4101"/>
+ <value name="TableCellSpacing" value="0x4102"/>
+ <value name="TableCellPadding" value="0x4103"/>
+ <value name="TableHeaderRowCount" value="0x4104"/>
+ <value name="TableCellRowSpan" value="0x4810"/>
+ <value name="TableCellColumnSpan" value="0x4811"/>
+ <value name="TableCellTopPadding" value="0x4812"/>
+ <value name="TableCellBottomPadding" value="0x4813"/>
+ <value name="TableCellLeftPadding" value="0x4814"/>
+ <value name="TableCellRightPadding" value="0x4815"/>
+ <value name="ImageName" value="0x5000"/>
+ <value name="ImageWidth" value="0x5010"/>
+ <value name="ImageHeight" value="0x5011"/>
+ <value name="FullWidthSelection" value="0x06000"/>
+ <value name="PageBreakPolicy" value="0x7000"/>
+ <value name="UserProperty" value="0x100000"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ObjectTypes" fullname="QTextFormat::ObjectTypes" href="qtextformat.html#ObjectTypes-enum" location="qtextformat.h">
+ <value name="NoObject" value="0"/>
+ <value name="ImageObject" value="1"/>
+ <value name="TableObject" value="2"/>
+ <value name="TableCellObject" value="3"/>
+ <value name="UserObject" value="0x1000"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PageBreakFlag" fullname="QTextFormat::PageBreakFlag" href="qtextformat.html#PageBreakFlag-enum" location="qtextformat.h" typedef="QTextFormat::PageBreakFlags">
+ <value name="PageBreak_Auto" value="0"/>
+ <value name="PageBreak_AlwaysBefore" value="0x001"/>
+ <value name="PageBreak_AlwaysAfter" value="0x010"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="PageBreakFlags" fullname="QTextFormat::PageBreakFlags" href="qtextformat.html#PageBreakFlags-typedef" location="qtextformat.h" enum="QTextFormat::PageBreakFlag"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextFormat" fullname="QTextFormat::QTextFormat" href="qtextformat.html#QTextFormat" location="qtextformat.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextFormat()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextFormat" fullname="QTextFormat::QTextFormat" href="qtextformat.html#QTextFormat-2" location="qtextformat.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTextFormat(int type)">
+ <parameter left="int" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextFormat" fullname="QTextFormat::QTextFormat" href="qtextformat.html#QTextFormat-3" location="qtextformat.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QTextFormat(const QTextFormat &amp; other)">
+ <parameter left="const QTextFormat &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QTextFormat::operator=" href="qtextformat.html#operator=" location="qtextformat.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTextFormat &amp;" signature="operator=(const QTextFormat &amp; other)">
+ <parameter left="const QTextFormat &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTextFormat" fullname="QTextFormat::~QTextFormat" href="qtextformat.html#dtor.QTextFormat" location="qtextformat.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTextFormat()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="merge" fullname="QTextFormat::merge" href="qtextformat.html#merge" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="merge(const QTextFormat &amp; other)">
+ <parameter left="const QTextFormat &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QTextFormat::isValid" href="qtextformat.html#isValid" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QTextFormat::type" href="qtextformat.html#type" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="objectIndex" fullname="QTextFormat::objectIndex" href="qtextformat.html#objectIndex" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="objectIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setObjectIndex" fullname="QTextFormat::setObjectIndex" href="qtextformat.html#setObjectIndex" location="qtextformat.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setObjectIndex(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="property" fullname="QTextFormat::property" href="qtextformat.html#property" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="property(int propertyId) const">
+ <parameter left="int" right="" name="propertyId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProperty" fullname="QTextFormat::setProperty" href="qtextformat.html#setProperty" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setProperty(int propertyId, const QVariant &amp; value)">
+ <parameter left="int" right="" name="propertyId" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearProperty" fullname="QTextFormat::clearProperty" href="qtextformat.html#clearProperty" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearProperty(int propertyId)">
+ <parameter left="int" right="" name="propertyId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasProperty" fullname="QTextFormat::hasProperty" href="qtextformat.html#hasProperty" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasProperty(int propertyId) const">
+ <parameter left="int" right="" name="propertyId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boolProperty" fullname="QTextFormat::boolProperty" href="qtextformat.html#boolProperty" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="boolProperty(int propertyId) const">
+ <parameter left="int" right="" name="propertyId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intProperty" fullname="QTextFormat::intProperty" href="qtextformat.html#intProperty" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="intProperty(int propertyId) const">
+ <parameter left="int" right="" name="propertyId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doubleProperty" fullname="QTextFormat::doubleProperty" href="qtextformat.html#doubleProperty" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="doubleProperty(int propertyId) const">
+ <parameter left="int" right="" name="propertyId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stringProperty" fullname="QTextFormat::stringProperty" href="qtextformat.html#stringProperty" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="stringProperty(int propertyId) const">
+ <parameter left="int" right="" name="propertyId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="colorProperty" fullname="QTextFormat::colorProperty" href="qtextformat.html#colorProperty" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="colorProperty(int propertyId) const">
+ <parameter left="int" right="" name="propertyId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="penProperty" fullname="QTextFormat::penProperty" href="qtextformat.html#penProperty" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPen" signature="penProperty(int propertyId) const">
+ <parameter left="int" right="" name="propertyId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="brushProperty" fullname="QTextFormat::brushProperty" href="qtextformat.html#brushProperty" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QBrush" signature="brushProperty(int propertyId) const">
+ <parameter left="int" right="" name="propertyId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lengthProperty" fullname="QTextFormat::lengthProperty" href="qtextformat.html#lengthProperty" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextLength" signature="lengthProperty(int propertyId) const">
+ <parameter left="int" right="" name="propertyId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lengthVectorProperty" fullname="QTextFormat::lengthVectorProperty" href="qtextformat.html#lengthVectorProperty" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector&lt;QTextLength&gt;" signature="lengthVectorProperty(int propertyId) const">
+ <parameter left="int" right="" name="propertyId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProperty" fullname="QTextFormat::setProperty" href="qtextformat.html#setProperty-2" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setProperty(int propertyId, const QVector&lt;QTextLength&gt; &amp; value)">
+ <parameter left="int" right="" name="propertyId" default=""/>
+ <parameter left="const QVector&lt;QTextLength&gt; &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="properties" fullname="QTextFormat::properties" href="qtextformat.html#properties" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMap&lt;int, QVariant&gt;" signature="properties() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="propertyCount" fullname="QTextFormat::propertyCount" href="qtextformat.html#propertyCount" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="propertyCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setObjectType" fullname="QTextFormat::setObjectType" href="qtextformat.html#setObjectType" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setObjectType(int type)">
+ <parameter left="int" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="objectType" fullname="QTextFormat::objectType" href="qtextformat.html#objectType" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="objectType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCharFormat" fullname="QTextFormat::isCharFormat" href="qtextformat.html#isCharFormat" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCharFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isBlockFormat" fullname="QTextFormat::isBlockFormat" href="qtextformat.html#isBlockFormat" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isBlockFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isListFormat" fullname="QTextFormat::isListFormat" href="qtextformat.html#isListFormat" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isListFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFrameFormat" fullname="QTextFormat::isFrameFormat" href="qtextformat.html#isFrameFormat" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isFrameFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isImageFormat" fullname="QTextFormat::isImageFormat" href="qtextformat.html#isImageFormat" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isImageFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isTableFormat" fullname="QTextFormat::isTableFormat" href="qtextformat.html#isTableFormat" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isTableFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isTableCellFormat" fullname="QTextFormat::isTableCellFormat" href="qtextformat.html#isTableCellFormat" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isTableCellFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toBlockFormat" fullname="QTextFormat::toBlockFormat" href="qtextformat.html#toBlockFormat" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextBlockFormat" signature="toBlockFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toCharFormat" fullname="QTextFormat::toCharFormat" href="qtextformat.html#toCharFormat" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCharFormat" signature="toCharFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toListFormat" fullname="QTextFormat::toListFormat" href="qtextformat.html#toListFormat" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextListFormat" signature="toListFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toTableFormat" fullname="QTextFormat::toTableFormat" href="qtextformat.html#toTableFormat" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextTableFormat" signature="toTableFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFrameFormat" fullname="QTextFormat::toFrameFormat" href="qtextformat.html#toFrameFormat" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextFrameFormat" signature="toFrameFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toImageFormat" fullname="QTextFormat::toImageFormat" href="qtextformat.html#toImageFormat" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextImageFormat" signature="toImageFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toTableCellFormat" fullname="QTextFormat::toTableCellFormat" href="qtextformat.html#toTableCellFormat" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextTableCellFormat" signature="toTableCellFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QTextFormat::operator==" href="qtextformat.html#operator==" location="qtextformat.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QTextFormat &amp; other) const">
+ <parameter left="const QTextFormat &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QTextFormat::operator!=" href="qtextformat.html#operator!=" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QTextFormat &amp; other) const">
+ <parameter left="const QTextFormat &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QVariant" fullname="QTextFormat::operator QVariant" href="qtextformat.html#operator QVariant" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QVariant() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLayoutDirection" fullname="QTextFormat::setLayoutDirection" href="qtextformat.html#setLayoutDirection" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLayoutDirection(Qt::LayoutDirection direction)">
+ <parameter left="Qt::LayoutDirection" right="" name="direction" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="layoutDirection" fullname="QTextFormat::layoutDirection" href="qtextformat.html#layoutDirection" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::LayoutDirection" signature="layoutDirection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBackground" fullname="QTextFormat::setBackground" href="qtextformat.html#setBackground" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBackground(const QBrush &amp; brush)">
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="background" fullname="QTextFormat::background" href="qtextformat.html#background" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QBrush" signature="background() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearBackground" fullname="QTextFormat::clearBackground" href="qtextformat.html#clearBackground" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearBackground()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setForeground" fullname="QTextFormat::setForeground" href="qtextformat.html#setForeground" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setForeground(const QBrush &amp; brush)">
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="foreground" fullname="QTextFormat::foreground" href="qtextformat.html#foreground" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QBrush" signature="foreground() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearForeground" fullname="QTextFormat::clearForeground" href="qtextformat.html#clearForeground" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearForeground()"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextCharFormat" href="qtextcharformat.html" location="qtextformat.h" bases="QTextFormat" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="VerticalAlignment" fullname="QTextCharFormat::VerticalAlignment" href="qtextcharformat.html#VerticalAlignment-enum" location="qtextformat.h">
+ <value name="AlignNormal" value="0"/>
+ <value name="AlignSuperScript" value="1"/>
+ <value name="AlignSubScript" value="2"/>
+ <value name="AlignMiddle" value="3"/>
+ <value name="AlignTop" value="4"/>
+ <value name="AlignBottom" value="5"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="UnderlineStyle" fullname="QTextCharFormat::UnderlineStyle" href="qtextcharformat.html#UnderlineStyle-enum" location="qtextformat.h">
+ <value name="NoUnderline" value="0"/>
+ <value name="SingleUnderline" value="1"/>
+ <value name="DashUnderline" value="2"/>
+ <value name="DotLine" value="3"/>
+ <value name="DashDotLine" value="4"/>
+ <value name="DashDotDotLine" value="5"/>
+ <value name="WaveUnderline" value="6"/>
+ <value name="SpellCheckUnderline" value="7"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextCharFormat" fullname="QTextCharFormat::QTextCharFormat" href="qtextcharformat.html#QTextCharFormat" location="qtextformat.cpp" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextCharFormat()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QTextCharFormat::isValid" href="qtextcharformat.html#isValid" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFont" fullname="QTextCharFormat::setFont" href="qtextcharformat.html#setFont" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFont(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QTextCharFormat::font" href="qtextcharformat.html#font" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFont" signature="font() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontFamily" fullname="QTextCharFormat::setFontFamily" href="qtextcharformat.html#setFontFamily" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFontFamily(const QString &amp; family)">
+ <parameter left="const QString &amp;" right="" name="family" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontFamily" fullname="QTextCharFormat::fontFamily" href="qtextcharformat.html#fontFamily" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fontFamily() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontPointSize" fullname="QTextCharFormat::setFontPointSize" href="qtextcharformat.html#setFontPointSize" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFontPointSize(qreal size)">
+ <parameter left="qreal" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontPointSize" fullname="QTextCharFormat::fontPointSize" href="qtextcharformat.html#fontPointSize" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="fontPointSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontWeight" fullname="QTextCharFormat::setFontWeight" href="qtextcharformat.html#setFontWeight" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFontWeight(int weight)">
+ <parameter left="int" right="" name="weight" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontWeight" fullname="QTextCharFormat::fontWeight" href="qtextcharformat.html#fontWeight" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="fontWeight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontItalic" fullname="QTextCharFormat::setFontItalic" href="qtextcharformat.html#setFontItalic" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFontItalic(bool italic)">
+ <parameter left="bool" right="" name="italic" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontItalic" fullname="QTextCharFormat::fontItalic" href="qtextcharformat.html#fontItalic" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="fontItalic() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontCapitalization" fullname="QTextCharFormat::setFontCapitalization" href="qtextcharformat.html#setFontCapitalization" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFontCapitalization(QFont::Capitalization capitalization)">
+ <parameter left="QFont::Capitalization" right="" name="capitalization" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontCapitalization" fullname="QTextCharFormat::fontCapitalization" href="qtextcharformat.html#fontCapitalization" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFont::Capitalization" signature="fontCapitalization() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontLetterSpacing" fullname="QTextCharFormat::setFontLetterSpacing" href="qtextcharformat.html#setFontLetterSpacing" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFontLetterSpacing(qreal spacing)">
+ <parameter left="qreal" right="" name="spacing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontLetterSpacing" fullname="QTextCharFormat::fontLetterSpacing" href="qtextcharformat.html#fontLetterSpacing" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="fontLetterSpacing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontWordSpacing" fullname="QTextCharFormat::setFontWordSpacing" href="qtextcharformat.html#setFontWordSpacing" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFontWordSpacing(qreal spacing)">
+ <parameter left="qreal" right="" name="spacing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontWordSpacing" fullname="QTextCharFormat::fontWordSpacing" href="qtextcharformat.html#fontWordSpacing" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="fontWordSpacing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontUnderline" fullname="QTextCharFormat::setFontUnderline" href="qtextcharformat.html#setFontUnderline" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFontUnderline(bool underline)">
+ <parameter left="bool" right="" name="underline" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontUnderline" fullname="QTextCharFormat::fontUnderline" href="qtextcharformat.html#fontUnderline" location="qtextformat.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="fontUnderline() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontOverline" fullname="QTextCharFormat::setFontOverline" href="qtextcharformat.html#setFontOverline" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFontOverline(bool overline)">
+ <parameter left="bool" right="" name="overline" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontOverline" fullname="QTextCharFormat::fontOverline" href="qtextcharformat.html#fontOverline" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="fontOverline() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontStrikeOut" fullname="QTextCharFormat::setFontStrikeOut" href="qtextcharformat.html#setFontStrikeOut" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFontStrikeOut(bool strikeOut)">
+ <parameter left="bool" right="" name="strikeOut" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontStrikeOut" fullname="QTextCharFormat::fontStrikeOut" href="qtextcharformat.html#fontStrikeOut" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="fontStrikeOut() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUnderlineColor" fullname="QTextCharFormat::setUnderlineColor" href="qtextcharformat.html#setUnderlineColor" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUnderlineColor(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="underlineColor" fullname="QTextCharFormat::underlineColor" href="qtextcharformat.html#underlineColor" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="underlineColor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontFixedPitch" fullname="QTextCharFormat::setFontFixedPitch" href="qtextcharformat.html#setFontFixedPitch" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFontFixedPitch(bool fixedPitch)">
+ <parameter left="bool" right="" name="fixedPitch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontFixedPitch" fullname="QTextCharFormat::fontFixedPitch" href="qtextcharformat.html#fontFixedPitch" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="fontFixedPitch() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontStyleHint" fullname="QTextCharFormat::setFontStyleHint" href="qtextcharformat.html#setFontStyleHint" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFontStyleHint(QFont::StyleHint hint, QFont::StyleStrategy strategy)">
+ <parameter left="QFont::StyleHint" right="" name="hint" default=""/>
+ <parameter left="QFont::StyleStrategy" right="" name="strategy" default="QFont::PreferDefault"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontStyleStrategy" fullname="QTextCharFormat::setFontStyleStrategy" href="qtextcharformat.html#setFontStyleStrategy" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFontStyleStrategy(QFont::StyleStrategy strategy)">
+ <parameter left="QFont::StyleStrategy" right="" name="strategy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontStyleHint" fullname="QTextCharFormat::fontStyleHint" href="qtextcharformat.html#fontStyleHint" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFont::StyleHint" signature="fontStyleHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontStyleStrategy" fullname="QTextCharFormat::fontStyleStrategy" href="qtextcharformat.html#fontStyleStrategy" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFont::StyleStrategy" signature="fontStyleStrategy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontKerning" fullname="QTextCharFormat::setFontKerning" href="qtextcharformat.html#setFontKerning" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFontKerning(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontKerning" fullname="QTextCharFormat::fontKerning" href="qtextcharformat.html#fontKerning" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="fontKerning() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUnderlineStyle" fullname="QTextCharFormat::setUnderlineStyle" href="qtextcharformat.html#setUnderlineStyle" location="qtextformat.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUnderlineStyle(UnderlineStyle style)">
+ <parameter left="UnderlineStyle" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="underlineStyle" fullname="QTextCharFormat::underlineStyle" href="qtextcharformat.html#underlineStyle" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="UnderlineStyle" signature="underlineStyle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVerticalAlignment" fullname="QTextCharFormat::setVerticalAlignment" href="qtextcharformat.html#setVerticalAlignment" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setVerticalAlignment(VerticalAlignment alignment)">
+ <parameter left="VerticalAlignment" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="verticalAlignment" fullname="QTextCharFormat::verticalAlignment" href="qtextcharformat.html#verticalAlignment" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="VerticalAlignment" signature="verticalAlignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextOutline" fullname="QTextCharFormat::setTextOutline" href="qtextcharformat.html#setTextOutline" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextOutline(const QPen &amp; pen)">
+ <parameter left="const QPen &amp;" right="" name="pen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textOutline" fullname="QTextCharFormat::textOutline" href="qtextcharformat.html#textOutline" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPen" signature="textOutline() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setToolTip" fullname="QTextCharFormat::setToolTip" href="qtextcharformat.html#setToolTip" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setToolTip(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toolTip" fullname="QTextCharFormat::toolTip" href="qtextcharformat.html#toolTip" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toolTip() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAnchor" fullname="QTextCharFormat::setAnchor" href="qtextcharformat.html#setAnchor" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAnchor(bool anchor)">
+ <parameter left="bool" right="" name="anchor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isAnchor" fullname="QTextCharFormat::isAnchor" href="qtextcharformat.html#isAnchor" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isAnchor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAnchorHref" fullname="QTextCharFormat::setAnchorHref" href="qtextcharformat.html#setAnchorHref" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAnchorHref(const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="anchorHref" fullname="QTextCharFormat::anchorHref" href="qtextcharformat.html#anchorHref" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="anchorHref() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setAnchorName" fullname="QTextCharFormat::setAnchorName" href="qtextcharformat-obsolete.html#setAnchorName" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAnchorName(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="anchorName" fullname="QTextCharFormat::anchorName" href="qtextcharformat-obsolete.html#anchorName" location="qtextformat.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="anchorName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAnchorNames" fullname="QTextCharFormat::setAnchorNames" href="qtextcharformat.html#setAnchorNames" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAnchorNames(const QStringList &amp; names)">
+ <parameter left="const QStringList &amp;" right="" name="names" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="anchorNames" fullname="QTextCharFormat::anchorNames" href="qtextcharformat.html#anchorNames" location="qtextformat.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="anchorNames() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextBlockFormat" href="qtextblockformat.html" location="qtextformat.h" bases="QTextFormat" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextBlockFormat" fullname="QTextBlockFormat::QTextBlockFormat" href="qtextblockformat.html#QTextBlockFormat" location="qtextformat.cpp" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextBlockFormat()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QTextBlockFormat::isValid" href="qtextblockformat.html#isValid" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlignment" fullname="QTextBlockFormat::setAlignment" href="qtextblockformat.html#setAlignment" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAlignment(QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="QTextBlockFormat::alignment" href="qtextblockformat.html#alignment" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::Alignment" signature="alignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTopMargin" fullname="QTextBlockFormat::setTopMargin" href="qtextblockformat.html#setTopMargin" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTopMargin(qreal margin)">
+ <parameter left="qreal" right="" name="margin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="topMargin" fullname="QTextBlockFormat::topMargin" href="qtextblockformat.html#topMargin" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="topMargin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBottomMargin" fullname="QTextBlockFormat::setBottomMargin" href="qtextblockformat.html#setBottomMargin" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBottomMargin(qreal margin)">
+ <parameter left="qreal" right="" name="margin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bottomMargin" fullname="QTextBlockFormat::bottomMargin" href="qtextblockformat.html#bottomMargin" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="bottomMargin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLeftMargin" fullname="QTextBlockFormat::setLeftMargin" href="qtextblockformat.html#setLeftMargin" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLeftMargin(qreal margin)">
+ <parameter left="qreal" right="" name="margin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="leftMargin" fullname="QTextBlockFormat::leftMargin" href="qtextblockformat.html#leftMargin" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="leftMargin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRightMargin" fullname="QTextBlockFormat::setRightMargin" href="qtextblockformat.html#setRightMargin" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRightMargin(qreal margin)">
+ <parameter left="qreal" right="" name="margin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rightMargin" fullname="QTextBlockFormat::rightMargin" href="qtextblockformat.html#rightMargin" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="rightMargin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextIndent" fullname="QTextBlockFormat::setTextIndent" href="qtextblockformat.html#setTextIndent" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextIndent(qreal indent)">
+ <parameter left="qreal" right="" name="indent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textIndent" fullname="QTextBlockFormat::textIndent" href="qtextblockformat.html#textIndent" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="textIndent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIndent" fullname="QTextBlockFormat::setIndent" href="qtextblockformat.html#setIndent" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setIndent(int indentation)">
+ <parameter left="int" right="" name="indentation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indent" fullname="QTextBlockFormat::indent" href="qtextblockformat.html#indent" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNonBreakableLines" fullname="QTextBlockFormat::setNonBreakableLines" href="qtextblockformat.html#setNonBreakableLines" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNonBreakableLines(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nonBreakableLines" fullname="QTextBlockFormat::nonBreakableLines" href="qtextblockformat.html#nonBreakableLines" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="nonBreakableLines() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPageBreakPolicy" fullname="QTextBlockFormat::setPageBreakPolicy" href="qtextblockformat.html#setPageBreakPolicy" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPageBreakPolicy(QFlags&lt;QTextFormat::PageBreakFlag&gt; policy)">
+ <parameter left="QFlags&lt;QTextFormat::PageBreakFlag&gt;" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pageBreakPolicy" fullname="QTextBlockFormat::pageBreakPolicy" href="qtextblockformat.html#pageBreakPolicy" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="PageBreakFlags" signature="pageBreakPolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabPositions" fullname="QTextBlockFormat::setTabPositions" href="qtextblockformat.html#setTabPositions" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTabPositions(const QList&lt;QTextOption::Tab&gt; &amp; tabs)">
+ <parameter left="const QList&lt;QTextOption::Tab&gt; &amp;" right="" name="tabs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabPositions" fullname="QTextBlockFormat::tabPositions" href="qtextblockformat.html#tabPositions" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QTextOption::Tab&gt;" signature="tabPositions() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextListFormat" href="qtextlistformat.html" location="qtextformat.h" bases="QTextFormat" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextListFormat" fullname="QTextListFormat::QTextListFormat" href="qtextlistformat.html#QTextListFormat" location="qtextformat.cpp" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextListFormat()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QTextListFormat::isValid" href="qtextlistformat.html#isValid" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Style" fullname="QTextListFormat::Style" href="qtextlistformat.html#Style-enum" location="qtextformat.h">
+ <value name="ListDisc" value="-1"/>
+ <value name="ListCircle" value="-2"/>
+ <value name="ListSquare" value="-3"/>
+ <value name="ListDecimal" value="-4"/>
+ <value name="ListLowerAlpha" value="-5"/>
+ <value name="ListUpperAlpha" value="-6"/>
+ <value name="ListLowerRoman" value="-7"/>
+ <value name="ListUpperRoman" value="-8"/>
+ <value name="ListStyleUndefined" value="0"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStyle" fullname="QTextListFormat::setStyle" href="qtextlistformat.html#setStyle" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStyle(Style style)">
+ <parameter left="Style" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="style" fullname="QTextListFormat::style" href="qtextlistformat.html#style" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Style" signature="style() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIndent" fullname="QTextListFormat::setIndent" href="qtextlistformat.html#setIndent" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setIndent(int indentation)">
+ <parameter left="int" right="" name="indentation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indent" fullname="QTextListFormat::indent" href="qtextlistformat.html#indent" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indent() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextImageFormat" href="qtextimageformat.html" location="qtextformat.h" bases="QTextCharFormat" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextImageFormat" fullname="QTextImageFormat::QTextImageFormat" href="qtextimageformat.html#QTextImageFormat" location="qtextformat.cpp" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextImageFormat()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QTextImageFormat::isValid" href="qtextimageformat.html#isValid" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setName" fullname="QTextImageFormat::setName" href="qtextimageformat.html#setName" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setName(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QTextImageFormat::name" href="qtextimageformat.html#name" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidth" fullname="QTextImageFormat::setWidth" href="qtextimageformat.html#setWidth" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWidth(qreal width)">
+ <parameter left="qreal" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QTextImageFormat::width" href="qtextimageformat.html#width" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHeight" fullname="QTextImageFormat::setHeight" href="qtextimageformat.html#setHeight" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHeight(qreal height)">
+ <parameter left="qreal" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="QTextImageFormat::height" href="qtextimageformat.html#height" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="height() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextFrameFormat" href="qtextframeformat.html" location="qtextformat.h" bases="QTextFormat" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextFrameFormat" fullname="QTextFrameFormat::QTextFrameFormat" href="qtextframeformat.html#QTextFrameFormat" location="qtextformat.cpp" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextFrameFormat()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QTextFrameFormat::isValid" href="qtextframeformat.html#isValid" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Position" fullname="QTextFrameFormat::Position" href="qtextframeformat.html#Position-enum" location="qtextformat.h">
+ <value name="InFlow" value="0"/>
+ <value name="FloatLeft" value="1"/>
+ <value name="FloatRight" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="BorderStyle" fullname="QTextFrameFormat::BorderStyle" href="qtextframeformat.html#BorderStyle-enum" location="qtextformat.h">
+ <value name="BorderStyle_None" value="0"/>
+ <value name="BorderStyle_Dotted" value="1"/>
+ <value name="BorderStyle_Dashed" value="2"/>
+ <value name="BorderStyle_Solid" value="3"/>
+ <value name="BorderStyle_Double" value="4"/>
+ <value name="BorderStyle_DotDash" value="5"/>
+ <value name="BorderStyle_DotDotDash" value="6"/>
+ <value name="BorderStyle_Groove" value="7"/>
+ <value name="BorderStyle_Ridge" value="8"/>
+ <value name="BorderStyle_Inset" value="9"/>
+ <value name="BorderStyle_Outset" value="10"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPosition" fullname="QTextFrameFormat::setPosition" href="qtextframeformat.html#setPosition" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPosition(Position policy)">
+ <parameter left="Position" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="position" fullname="QTextFrameFormat::position" href="qtextframeformat.html#position" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Position" signature="position() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBorder" fullname="QTextFrameFormat::setBorder" href="qtextframeformat.html#setBorder" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBorder(qreal width)">
+ <parameter left="qreal" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="border" fullname="QTextFrameFormat::border" href="qtextframeformat.html#border" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="border() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBorderBrush" fullname="QTextFrameFormat::setBorderBrush" href="qtextframeformat.html#setBorderBrush" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBorderBrush(const QBrush &amp; brush)">
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="borderBrush" fullname="QTextFrameFormat::borderBrush" href="qtextframeformat.html#borderBrush" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QBrush" signature="borderBrush() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBorderStyle" fullname="QTextFrameFormat::setBorderStyle" href="qtextframeformat.html#setBorderStyle" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBorderStyle(BorderStyle style)">
+ <parameter left="BorderStyle" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="borderStyle" fullname="QTextFrameFormat::borderStyle" href="qtextframeformat.html#borderStyle" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="BorderStyle" signature="borderStyle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMargin" fullname="QTextFrameFormat::setMargin" href="qtextframeformat.html#setMargin" location="qtextformat.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMargin(qreal margin)">
+ <parameter left="qreal" right="" name="margin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="margin" fullname="QTextFrameFormat::margin" href="qtextframeformat.html#margin" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="margin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTopMargin" fullname="QTextFrameFormat::setTopMargin" href="qtextframeformat.html#setTopMargin" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTopMargin(qreal margin)">
+ <parameter left="qreal" right="" name="margin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="topMargin" fullname="QTextFrameFormat::topMargin" href="qtextframeformat.html#topMargin" location="qtextformat.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="topMargin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBottomMargin" fullname="QTextFrameFormat::setBottomMargin" href="qtextframeformat.html#setBottomMargin" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBottomMargin(qreal margin)">
+ <parameter left="qreal" right="" name="margin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bottomMargin" fullname="QTextFrameFormat::bottomMargin" href="qtextframeformat.html#bottomMargin" location="qtextformat.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="bottomMargin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLeftMargin" fullname="QTextFrameFormat::setLeftMargin" href="qtextframeformat.html#setLeftMargin" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLeftMargin(qreal margin)">
+ <parameter left="qreal" right="" name="margin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="leftMargin" fullname="QTextFrameFormat::leftMargin" href="qtextframeformat.html#leftMargin" location="qtextformat.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="leftMargin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRightMargin" fullname="QTextFrameFormat::setRightMargin" href="qtextframeformat.html#setRightMargin" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRightMargin(qreal margin)">
+ <parameter left="qreal" right="" name="margin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rightMargin" fullname="QTextFrameFormat::rightMargin" href="qtextframeformat.html#rightMargin" location="qtextformat.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="rightMargin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPadding" fullname="QTextFrameFormat::setPadding" href="qtextframeformat.html#setPadding" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPadding(qreal width)">
+ <parameter left="qreal" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="padding" fullname="QTextFrameFormat::padding" href="qtextframeformat.html#padding" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="padding() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidth" fullname="QTextFrameFormat::setWidth" href="qtextframeformat.html#setWidth-2" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setWidth(qreal width)">
+ <parameter left="qreal" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidth" fullname="QTextFrameFormat::setWidth" href="qtextframeformat.html#setWidth" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWidth(const QTextLength &amp; width)">
+ <parameter left="const QTextLength &amp;" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QTextFrameFormat::width" href="qtextframeformat.html#width" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextLength" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHeight" fullname="QTextFrameFormat::setHeight" href="qtextframeformat.html#setHeight-2" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setHeight(qreal height)">
+ <parameter left="qreal" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHeight" fullname="QTextFrameFormat::setHeight" href="qtextframeformat.html#setHeight" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHeight(const QTextLength &amp; height)">
+ <parameter left="const QTextLength &amp;" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="QTextFrameFormat::height" href="qtextframeformat.html#height" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextLength" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPageBreakPolicy" fullname="QTextFrameFormat::setPageBreakPolicy" href="qtextframeformat.html#setPageBreakPolicy" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPageBreakPolicy(QFlags&lt;QTextFormat::PageBreakFlag&gt; policy)">
+ <parameter left="QFlags&lt;QTextFormat::PageBreakFlag&gt;" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pageBreakPolicy" fullname="QTextFrameFormat::pageBreakPolicy" href="qtextframeformat.html#pageBreakPolicy" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="PageBreakFlags" signature="pageBreakPolicy() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextTableFormat" href="qtexttableformat.html" location="qtextformat.h" bases="QTextFrameFormat" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextTableFormat" fullname="QTextTableFormat::QTextTableFormat" href="qtexttableformat.html#QTextTableFormat" location="qtextformat.cpp" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextTableFormat()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QTextTableFormat::isValid" href="qtexttableformat.html#isValid" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columns" fullname="QTextTableFormat::columns" href="qtexttableformat.html#columns" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columns() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnWidthConstraints" fullname="QTextTableFormat::setColumnWidthConstraints" href="qtexttableformat.html#setColumnWidthConstraints" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumnWidthConstraints(const QVector&lt;QTextLength&gt; &amp; constraints)">
+ <parameter left="const QVector&lt;QTextLength&gt; &amp;" right="" name="constraints" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnWidthConstraints" fullname="QTextTableFormat::columnWidthConstraints" href="qtexttableformat.html#columnWidthConstraints" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector&lt;QTextLength&gt;" signature="columnWidthConstraints() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearColumnWidthConstraints" fullname="QTextTableFormat::clearColumnWidthConstraints" href="qtexttableformat.html#clearColumnWidthConstraints" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearColumnWidthConstraints()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellSpacing" fullname="QTextTableFormat::cellSpacing" href="qtexttableformat.html#cellSpacing" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="cellSpacing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCellSpacing" fullname="QTextTableFormat::setCellSpacing" href="qtexttableformat.html#setCellSpacing" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCellSpacing(qreal spacing)">
+ <parameter left="qreal" right="" name="spacing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellPadding" fullname="QTextTableFormat::cellPadding" href="qtexttableformat.html#cellPadding" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="cellPadding() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCellPadding" fullname="QTextTableFormat::setCellPadding" href="qtexttableformat.html#setCellPadding" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCellPadding(qreal padding)">
+ <parameter left="qreal" right="" name="padding" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlignment" fullname="QTextTableFormat::setAlignment" href="qtexttableformat.html#setAlignment" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAlignment(QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="QTextTableFormat::alignment" href="qtexttableformat.html#alignment" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::Alignment" signature="alignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHeaderRowCount" fullname="QTextTableFormat::setHeaderRowCount" href="qtexttableformat.html#setHeaderRowCount" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHeaderRowCount(int count)">
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="headerRowCount" fullname="QTextTableFormat::headerRowCount" href="qtexttableformat.html#headerRowCount" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="headerRowCount() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextTableCellFormat" href="qtexttablecellformat.html" location="qtextformat.h" bases="QTextCharFormat" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextTableCellFormat" fullname="QTextTableCellFormat::QTextTableCellFormat" href="qtexttablecellformat.html#QTextTableCellFormat" location="qtextformat.cpp" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextTableCellFormat()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QTextTableCellFormat::isValid" href="qtexttablecellformat.html#isValid" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTopPadding" fullname="QTextTableCellFormat::setTopPadding" href="qtexttablecellformat.html#setTopPadding" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTopPadding(qreal padding)">
+ <parameter left="qreal" right="" name="padding" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="topPadding" fullname="QTextTableCellFormat::topPadding" href="qtexttablecellformat.html#topPadding" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="topPadding() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBottomPadding" fullname="QTextTableCellFormat::setBottomPadding" href="qtexttablecellformat.html#setBottomPadding" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBottomPadding(qreal padding)">
+ <parameter left="qreal" right="" name="padding" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bottomPadding" fullname="QTextTableCellFormat::bottomPadding" href="qtexttablecellformat.html#bottomPadding" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="bottomPadding() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLeftPadding" fullname="QTextTableCellFormat::setLeftPadding" href="qtexttablecellformat.html#setLeftPadding" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLeftPadding(qreal padding)">
+ <parameter left="qreal" right="" name="padding" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="leftPadding" fullname="QTextTableCellFormat::leftPadding" href="qtexttablecellformat.html#leftPadding" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="leftPadding() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRightPadding" fullname="QTextTableCellFormat::setRightPadding" href="qtexttablecellformat.html#setRightPadding" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRightPadding(qreal padding)">
+ <parameter left="qreal" right="" name="padding" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rightPadding" fullname="QTextTableCellFormat::rightPadding" href="qtexttablecellformat.html#rightPadding" location="qtextformat.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="rightPadding() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPadding" fullname="QTextTableCellFormat::setPadding" href="qtexttablecellformat.html#setPadding" location="qtextformat.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPadding(qreal padding)">
+ <parameter left="qreal" right="" name="padding" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGLPixelBuffer" href="qglpixelbuffer.html" location="qglpixelbuffer.h" bases="QPaintDevice" module="QtOpenGL">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLPixelBuffer" fullname="QGLPixelBuffer::QGLPixelBuffer" href="qglpixelbuffer.html#QGLPixelBuffer" location="qglpixelbuffer.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGLPixelBuffer(const QSize &amp; size, const QGLFormat &amp; format, QGLWidget * shareWidget)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="const QGLFormat &amp;" right="" name="format" default="QGLFormat::defaultFormat()"/>
+ <parameter left="QGLWidget *" right="" name="shareWidget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLPixelBuffer" fullname="QGLPixelBuffer::QGLPixelBuffer" href="qglpixelbuffer.html#QGLPixelBuffer-2" location="qglpixelbuffer.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QGLPixelBuffer(int width, int height, const QGLFormat &amp; format, QGLWidget * shareWidget)">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="const QGLFormat &amp;" right="" name="format" default="QGLFormat::defaultFormat()"/>
+ <parameter left="QGLWidget *" right="" name="shareWidget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGLPixelBuffer" fullname="QGLPixelBuffer::~QGLPixelBuffer" href="qglpixelbuffer.html#dtor.QGLPixelBuffer" location="qglpixelbuffer.cpp" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGLPixelBuffer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QGLPixelBuffer::isValid" href="qglpixelbuffer.html#isValid" location="qglpixelbuffer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="makeCurrent" fullname="QGLPixelBuffer::makeCurrent" href="qglpixelbuffer.html#makeCurrent" location="qglpixelbuffer.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="makeCurrent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doneCurrent" fullname="QGLPixelBuffer::doneCurrent" href="qglpixelbuffer.html#doneCurrent" location="qglpixelbuffer.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="doneCurrent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="generateDynamicTexture" fullname="QGLPixelBuffer::generateDynamicTexture" href="qglpixelbuffer.html#generateDynamicTexture" location="qglpixelbuffer_mac.mm" virtual="non" meta="plain" const="true" static="false" overload="false" type="GLuint" signature="generateDynamicTexture() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bindToDynamicTexture" fullname="QGLPixelBuffer::bindToDynamicTexture" href="qglpixelbuffer.html#bindToDynamicTexture" location="qglpixelbuffer_win.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="bindToDynamicTexture(GLuint texture_id)">
+ <parameter left="GLuint" right="" name="texture_id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="releaseFromDynamicTexture" fullname="QGLPixelBuffer::releaseFromDynamicTexture" href="qglpixelbuffer.html#releaseFromDynamicTexture" location="qglpixelbuffer_win.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="releaseFromDynamicTexture()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateDynamicTexture" fullname="QGLPixelBuffer::updateDynamicTexture" href="qglpixelbuffer.html#updateDynamicTexture" location="qglpixelbuffer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="updateDynamicTexture(GLuint texture_id) const">
+ <parameter left="GLuint" right="" name="texture_id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bindTexture" fullname="QGLPixelBuffer::bindTexture" href="qglpixelbuffer.html#bindTexture" location="qglpixelbuffer.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="GLuint" signature="bindTexture(const QImage &amp; image, GLenum target)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ <parameter left="GLenum" right="" name="target" default="GL_TEXTURE_2D"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bindTexture" fullname="QGLPixelBuffer::bindTexture" href="qglpixelbuffer.html#bindTexture-2" location="qglpixelbuffer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="GLuint" signature="bindTexture(const QPixmap &amp; pixmap, GLenum target)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="GLenum" right="" name="target" default="GL_TEXTURE_2D"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bindTexture" fullname="QGLPixelBuffer::bindTexture" href="qglpixelbuffer.html#bindTexture-3" location="qglpixelbuffer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="GLuint" signature="bindTexture(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="deleteTexture" fullname="QGLPixelBuffer::deleteTexture" href="qglpixelbuffer.html#deleteTexture" location="qglpixelbuffer.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="deleteTexture(GLuint texture_id)">
+ <parameter left="GLuint" right="" name="texture_id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawTexture" fullname="QGLPixelBuffer::drawTexture" href="qglpixelbuffer.html#drawTexture" location="qglpixelbuffer.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawTexture(const QRectF &amp; target, GLuint textureId, GLenum textureTarget)">
+ <parameter left="const QRectF &amp;" right="" name="target" default=""/>
+ <parameter left="GLuint" right="" name="textureId" default=""/>
+ <parameter left="GLenum" right="" name="textureTarget" default="GL_TEXTURE_2D"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawTexture" fullname="QGLPixelBuffer::drawTexture" href="qglpixelbuffer.html#drawTexture-2" location="qglpixelbuffer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawTexture(const QPointF &amp; point, GLuint textureId, GLenum textureTarget)">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ <parameter left="GLuint" right="" name="textureId" default=""/>
+ <parameter left="GLenum" right="" name="textureTarget" default="GL_TEXTURE_2D"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QGLPixelBuffer::size" href="qglpixelbuffer.html#size" location="qglpixelbuffer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="handle" fullname="QGLPixelBuffer::handle" href="qglpixelbuffer.html#handle" location="qglpixelbuffer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::HANDLE" signature="handle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toImage" fullname="QGLPixelBuffer::toImage" href="qglpixelbuffer.html#toImage" location="qglpixelbuffer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="toImage() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paintEngine" fullname="QGLPixelBuffer::paintEngine" href="qglpixelbuffer.html#paintEngine" location="qglpixelbuffer.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPaintEngine *" signature="paintEngine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QGLPixelBuffer::format" href="qglpixelbuffer.html#format" location="qglpixelbuffer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGLFormat" signature="format() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasOpenGLPbuffers" fullname="QGLPixelBuffer::hasOpenGLPbuffers" href="qglpixelbuffer.html#hasOpenGLPbuffers" location="qglpixelbuffer_win.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="hasOpenGLPbuffers()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="metric" fullname="QGLPixelBuffer::metric" href="qglpixelbuffer.html#metric" location="qglpixelbuffer.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="metric(PaintDeviceMetric metric) const">
+ <parameter left="PaintDeviceMetric" right="" name="metric" default=""/>
+ </function>
+ </class>
+ <namespace access="public" threadsafety="unspecified" status="commendable" name="QSql" href="qsql.html" location="qsql.h" module="QtSql">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Location" fullname="QSql::Location" href="qsql.html#Location-enum" location="qsql.h">
+ <value name="BeforeFirstRow" value="-1"/>
+ <value name="AfterLastRow" value="-2"/>
+ <value name="BeforeFirst" value="BeforeFirstRow"/>
+ <value name="AfterLast" value="AfterLastRow"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ParamTypeFlag" fullname="QSql::ParamTypeFlag" href="qsql.html#ParamTypeFlag-enum" location="qsql.h" typedef="QSql::ParamType">
+ <value name="In" value="0x00000001"/>
+ <value name="Out" value="0x00000002"/>
+ <value name="InOut" value="In | Out"/>
+ <value name="Binary" value="0x00000004"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ParamType" fullname="QSql::ParamType" href="qsql.html#ParamType-typedef" location="qsql.h" enum="QSql::ParamTypeFlag"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="TableType" fullname="QSql::TableType" href="qsql.html#TableType-enum" location="qsql.h">
+ <value name="Tables" value="0x01"/>
+ <value name="SystemTables" value="0x02"/>
+ <value name="Views" value="0x04"/>
+ <value name="AllTables" value="0xff"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="NumericalPrecisionPolicy" fullname="QSql::NumericalPrecisionPolicy" href="qsql.html#NumericalPrecisionPolicy-enum" location="qsql.h">
+ <value name="LowPrecisionInt32" value="0x01"/>
+ <value name="LowPrecisionInt64" value="0x02"/>
+ <value name="LowPrecisionDouble" value="0x04"/>
+ <value name="HighPrecision" value="0"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="compat" name="Op" fullname="QSql::Op" href="qsql-qt3.html#Op-enum" location="qsql.h">
+ <value name="None" value="-1"/>
+ <value name="Insert" value="0"/>
+ <value name="Update" value="1"/>
+ <value name="Delete" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="compat" name="Confirm" fullname="QSql::Confirm" href="qsql-qt3.html#Confirm-enum" location="qsql.h">
+ <value name="Cancel" value="-1"/>
+ <value name="No" value="0"/>
+ <value name="Yes" value="1"/>
+ </enum>
+ </namespace>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="QWidgetList" href="qwidget.html#QWidgetList-typedef" location="qwindowdefs.h"/>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QAuthenticator" href="qauthenticator.html" location="qauthenticator.h" bases="" module="QtNetwork">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAuthenticator" fullname="QAuthenticator::QAuthenticator" href="qauthenticator.html#QAuthenticator" location="qauthenticator.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAuthenticator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAuthenticator" fullname="QAuthenticator::~QAuthenticator" href="qauthenticator.html#dtor.QAuthenticator" location="qauthenticator.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAuthenticator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAuthenticator" fullname="QAuthenticator::QAuthenticator" href="qauthenticator.html#QAuthenticator-2" location="qauthenticator.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QAuthenticator(const QAuthenticator &amp; other)">
+ <parameter left="const QAuthenticator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QAuthenticator::operator=" href="qauthenticator.html#operator=" location="qauthenticator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAuthenticator &amp;" signature="operator=(const QAuthenticator &amp; other)">
+ <parameter left="const QAuthenticator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QAuthenticator::operator==" href="qauthenticator.html#operator==" location="qauthenticator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QAuthenticator &amp; other) const">
+ <parameter left="const QAuthenticator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QAuthenticator::operator!=" href="qauthenticator.html#operator!=" location="qauthenticator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QAuthenticator &amp; other) const">
+ <parameter left="const QAuthenticator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="user" fullname="QAuthenticator::user" href="qauthenticator.html#user" location="qauthenticator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="user() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUser" fullname="QAuthenticator::setUser" href="qauthenticator.html#setUser" location="qauthenticator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUser(const QString &amp; user)">
+ <parameter left="const QString &amp;" right="" name="user" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="password" fullname="QAuthenticator::password" href="qauthenticator.html#password" location="qauthenticator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="password() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPassword" fullname="QAuthenticator::setPassword" href="qauthenticator.html#setPassword" location="qauthenticator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPassword(const QString &amp; password)">
+ <parameter left="const QString &amp;" right="" name="password" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="realm" fullname="QAuthenticator::realm" href="qauthenticator.html#realm" location="qauthenticator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="realm() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QAuthenticator::isNull" href="qauthenticator.html#isNull" location="qauthenticator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3RangeControl" href="q3rangecontrol.html" location="q3rangecontrol.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3RangeControl" fullname="Q3RangeControl::Q3RangeControl" href="q3rangecontrol.html#Q3RangeControl" location="q3rangecontrol.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3RangeControl()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3RangeControl" fullname="Q3RangeControl::Q3RangeControl" href="q3rangecontrol.html#Q3RangeControl-2" location="q3rangecontrol.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3RangeControl(int minValue, int maxValue, int lineStep, int pageStep, int value)">
+ <parameter left="int" right="" name="minValue" default=""/>
+ <parameter left="int" right="" name="maxValue" default=""/>
+ <parameter left="int" right="" name="lineStep" default=""/>
+ <parameter left="int" right="" name="pageStep" default=""/>
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3RangeControl" fullname="Q3RangeControl::~Q3RangeControl" href="q3rangecontrol.html#dtor.Q3RangeControl" location="q3rangecontrol.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3RangeControl()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="Q3RangeControl::value" href="q3rangecontrol.html#value" location="q3rangecontrol.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="Q3RangeControl::setValue" href="q3rangecontrol.html#setValue" location="q3rangecontrol.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setValue(int value)">
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addPage" fullname="Q3RangeControl::addPage" href="q3rangecontrol.html#addPage" location="q3rangecontrol.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addPage()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subtractPage" fullname="Q3RangeControl::subtractPage" href="q3rangecontrol.html#subtractPage" location="q3rangecontrol.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="subtractPage()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addLine" fullname="Q3RangeControl::addLine" href="q3rangecontrol.html#addLine" location="q3rangecontrol.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addLine()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subtractLine" fullname="Q3RangeControl::subtractLine" href="q3rangecontrol.html#subtractLine" location="q3rangecontrol.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="subtractLine()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minValue" fullname="Q3RangeControl::minValue" href="q3rangecontrol.html#minValue" location="q3rangecontrol.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="minValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maxValue" fullname="Q3RangeControl::maxValue" href="q3rangecontrol.html#maxValue" location="q3rangecontrol.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="maxValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRange" fullname="Q3RangeControl::setRange" href="q3rangecontrol.html#setRange" location="q3rangecontrol.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRange(int minValue, int maxValue)">
+ <parameter left="int" right="" name="minValue" default=""/>
+ <parameter left="int" right="" name="maxValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinValue" fullname="Q3RangeControl::setMinValue" href="q3rangecontrol.html#setMinValue" location="q3rangecontrol.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMinValue(int minVal)">
+ <parameter left="int" right="" name="minVal" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaxValue" fullname="Q3RangeControl::setMaxValue" href="q3rangecontrol.html#setMaxValue" location="q3rangecontrol.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMaxValue(int maxVal)">
+ <parameter left="int" right="" name="maxVal" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineStep" fullname="Q3RangeControl::lineStep" href="q3rangecontrol.html#lineStep" location="q3rangecontrol.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="lineStep() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pageStep" fullname="Q3RangeControl::pageStep" href="q3rangecontrol.html#pageStep" location="q3rangecontrol.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="pageStep() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSteps" fullname="Q3RangeControl::setSteps" href="q3rangecontrol.html#setSteps" location="q3rangecontrol.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSteps(int lineStep, int pageStep)">
+ <parameter left="int" right="" name="lineStep" default=""/>
+ <parameter left="int" right="" name="pageStep" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bound" fullname="Q3RangeControl::bound" href="q3rangecontrol.html#bound" location="q3rangecontrol.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="bound(int v) const">
+ <parameter left="int" right="" name="v" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="positionFromValue" fullname="Q3RangeControl::positionFromValue" href="q3rangecontrol.html#positionFromValue" location="q3rangecontrol.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="positionFromValue(int logical_val, int span) const">
+ <parameter left="int" right="" name="logical_val" default=""/>
+ <parameter left="int" right="" name="span" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="valueFromPosition" fullname="Q3RangeControl::valueFromPosition" href="q3rangecontrol.html#valueFromPosition" location="q3rangecontrol.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="valueFromPosition(int pos, int span) const">
+ <parameter left="int" right="" name="pos" default=""/>
+ <parameter left="int" right="" name="span" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="directSetValue" fullname="Q3RangeControl::directSetValue" href="q3rangecontrol.html#directSetValue" location="q3rangecontrol.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="directSetValue(int value)">
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="prevValue" fullname="Q3RangeControl::prevValue" href="q3rangecontrol.html#prevValue" location="q3rangecontrol.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="prevValue() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="valueChange" fullname="Q3RangeControl::valueChange" href="q3rangecontrol.html#valueChange" location="q3rangecontrol.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="valueChange()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="rangeChange" fullname="Q3RangeControl::rangeChange" href="q3rangecontrol.html#rangeChange" location="q3rangecontrol.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="rangeChange()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="stepChange" fullname="Q3RangeControl::stepChange" href="q3rangecontrol.html#stepChange" location="q3rangecontrol.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="stepChange()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3Url" href="q3url.html" location="q3url.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Url" fullname="Q3Url::Q3Url" href="q3url.html#Q3Url" location="q3url.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3Url()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Url" fullname="Q3Url::Q3Url" href="q3url.html#Q3Url-2" location="q3url.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3Url(const QString &amp; url)">
+ <parameter left="const QString &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Url" fullname="Q3Url::Q3Url" href="q3url.html#Q3Url-3" location="q3url.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3Url(const Q3Url &amp; url)">
+ <parameter left="const Q3Url &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Url" fullname="Q3Url::Q3Url" href="q3url.html#Q3Url-4" location="q3url.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="Q3Url(const Q3Url &amp; url, const QString &amp; relUrl, bool checkSlash)">
+ <parameter left="const Q3Url &amp;" right="" name="url" default=""/>
+ <parameter left="const QString &amp;" right="" name="relUrl" default=""/>
+ <parameter left="bool" right="" name="checkSlash" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3Url" fullname="Q3Url::~Q3Url" href="q3url.html#dtor.Q3Url" location="q3url.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3Url()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="protocol" fullname="Q3Url::protocol" href="q3url.html#protocol" location="q3url.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="protocol() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProtocol" fullname="Q3Url::setProtocol" href="q3url.html#setProtocol" location="q3url.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setProtocol(const QString &amp; protocol)">
+ <parameter left="const QString &amp;" right="" name="protocol" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="user" fullname="Q3Url::user" href="q3url.html#user" location="q3url.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="user() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUser" fullname="Q3Url::setUser" href="q3url.html#setUser" location="q3url.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setUser(const QString &amp; user)">
+ <parameter left="const QString &amp;" right="" name="user" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasUser" fullname="Q3Url::hasUser" href="q3url.html#hasUser" location="q3url.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasUser() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="password" fullname="Q3Url::password" href="q3url.html#password" location="q3url.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="password() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPassword" fullname="Q3Url::setPassword" href="q3url.html#setPassword" location="q3url.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setPassword(const QString &amp; pass)">
+ <parameter left="const QString &amp;" right="" name="pass" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPassword" fullname="Q3Url::hasPassword" href="q3url.html#hasPassword" location="q3url.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPassword() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="host" fullname="Q3Url::host" href="q3url.html#host" location="q3url.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="host() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHost" fullname="Q3Url::setHost" href="q3url.html#setHost" location="q3url.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setHost(const QString &amp; host)">
+ <parameter left="const QString &amp;" right="" name="host" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasHost" fullname="Q3Url::hasHost" href="q3url.html#hasHost" location="q3url.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasHost() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="port" fullname="Q3Url::port" href="q3url.html#port" location="q3url.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="port() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPort" fullname="Q3Url::setPort" href="q3url.html#setPort" location="q3url.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setPort(int port)">
+ <parameter left="int" right="" name="port" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPort" fullname="Q3Url::hasPort" href="q3url.html#hasPort" location="q3url.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPort() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="path" fullname="Q3Url::path" href="q3url.html#path" location="q3url.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="path(bool correct) const">
+ <parameter left="bool" right="" name="correct" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPath" fullname="Q3Url::setPath" href="q3url.html#setPath" location="q3url.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setPath(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPath" fullname="Q3Url::hasPath" href="q3url.html#hasPath" location="q3url.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPath() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEncodedPathAndQuery" fullname="Q3Url::setEncodedPathAndQuery" href="q3url.html#setEncodedPathAndQuery" location="q3url.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setEncodedPathAndQuery(const QString &amp; pathAndQuery)">
+ <parameter left="const QString &amp;" right="" name="pathAndQuery" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encodedPathAndQuery" fullname="Q3Url::encodedPathAndQuery" href="q3url.html#encodedPathAndQuery" location="q3url.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString" signature="encodedPathAndQuery()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setQuery" fullname="Q3Url::setQuery" href="q3url.html#setQuery" location="q3url.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setQuery(const QString &amp; txt)">
+ <parameter left="const QString &amp;" right="" name="txt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="query" fullname="Q3Url::query" href="q3url.html#query" location="q3url.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="query() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ref" fullname="Q3Url::ref" href="q3url.html#ref" location="q3url.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="ref() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRef" fullname="Q3Url::setRef" href="q3url.html#setRef" location="q3url.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setRef(const QString &amp; txt)">
+ <parameter left="const QString &amp;" right="" name="txt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasRef" fullname="Q3Url::hasRef" href="q3url.html#hasRef" location="q3url.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasRef() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="Q3Url::isValid" href="q3url.html#isValid" location="q3url.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isLocalFile" fullname="Q3Url::isLocalFile" href="q3url.html#isLocalFile" location="q3url.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isLocalFile() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addPath" fullname="Q3Url::addPath" href="q3url.html#addPath" location="q3url.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="addPath(const QString &amp; pa)">
+ <parameter left="const QString &amp;" right="" name="pa" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFileName" fullname="Q3Url::setFileName" href="q3url.html#setFileName" location="q3url.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setFileName(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="Q3Url::fileName" href="q3url.html#fileName" location="q3url.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fileName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dirPath" fullname="Q3Url::dirPath" href="q3url.html#dirPath" location="q3url.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="dirPath() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3Url::operator=" href="q3url.html#operator=" location="q3url.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3Url &amp;" signature="operator=(const Q3Url &amp; url)">
+ <parameter left="const Q3Url &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3Url::operator=" href="q3url.html#operator=-2" location="q3url.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="Q3Url &amp;" signature="operator=(const QString &amp; url)">
+ <parameter left="const QString &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="Q3Url::operator==" href="q3url.html#operator==" location="q3url.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const Q3Url &amp; url) const">
+ <parameter left="const Q3Url &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="Q3Url::operator==" href="q3url.html#operator==-2" location="q3url.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator==(const QString &amp; url) const">
+ <parameter left="const QString &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="decode" fullname="Q3Url::decode" href="q3url.html#decode" location="q3url.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="decode(QString &amp; url)">
+ <parameter left="QString &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encode" fullname="Q3Url::encode" href="q3url.html#encode" location="q3url.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="encode(QString &amp; url)">
+ <parameter left="QString &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QString" fullname="Q3Url::operator QString" href="q3url.html#operator QString" location="q3url.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="Q3Url::toString" href="q3url.html#toString" location="q3url.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString(bool encodedPath, bool forcePrependProtocol) const">
+ <parameter left="bool" right="" name="encodedPath" default="false"/>
+ <parameter left="bool" right="" name="forcePrependProtocol" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cdUp" fullname="Q3Url::cdUp" href="q3url.html#cdUp" location="q3url.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="cdUp()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRelativeUrl" fullname="Q3Url::isRelativeUrl" href="q3url.html#isRelativeUrl" location="q3url.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isRelativeUrl(const QString &amp; url)">
+ <parameter left="const QString &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="reset" fullname="Q3Url::reset" href="q3url.html#reset" location="q3url.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="parse" fullname="Q3Url::parse" href="q3url.html#parse" location="q3url.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="parse(const QString &amp; url)">
+ <parameter left="const QString &amp;" right="" name="url" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QX11Info" href="qx11info.html" location="qx11info_x11.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QX11Info" fullname="QX11Info::QX11Info" href="qx11info.html#QX11Info" location="qx11info_x11.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QX11Info()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QX11Info" fullname="QX11Info::~QX11Info" href="qx11info.html#dtor.QX11Info" location="qx11info_x11.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QX11Info()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QX11Info" fullname="QX11Info::QX11Info" href="qx11info.html#QX11Info-2" location="qx11info_x11.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QX11Info(const QX11Info &amp; other)">
+ <parameter left="const QX11Info &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QX11Info::operator=" href="qx11info.html#operator=" location="qx11info_x11.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QX11Info &amp;" signature="operator=(const QX11Info &amp; other)">
+ <parameter left="const QX11Info &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="display" fullname="QX11Info::display" href="qx11info.html#display" location="qx11info_x11.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="Display *" signature="display()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appClass" fullname="QX11Info::appClass" href="qx11info.html#appClass" location="qapplication_x11.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="const char *" signature="appClass()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screen" fullname="QX11Info::screen" href="qx11info.html#screen" location="qx11info_x11.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="screen() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="depth" fullname="QX11Info::depth" href="qx11info.html#depth" location="qx11info_x11.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="depth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cells" fullname="QX11Info::cells" href="qx11info.html#cells" location="qx11info_x11.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="cells() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="colormap" fullname="QX11Info::colormap" href="qx11info.html#colormap" location="qx11info_x11.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::HANDLE" signature="colormap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultColormap" fullname="QX11Info::defaultColormap" href="qx11info.html#defaultColormap" location="qx11info_x11.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="defaultColormap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="visual" fullname="QX11Info::visual" href="qx11info.html#visual" location="qx11info_x11.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void *" signature="visual() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultVisual" fullname="QX11Info::defaultVisual" href="qx11info.html#defaultVisual" location="qx11info_x11.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="defaultVisual() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appScreen" fullname="QX11Info::appScreen" href="qx11info.html#appScreen" location="qx11info_x11.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="appScreen()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appDepth" fullname="QX11Info::appDepth" href="qx11info.html#appDepth" location="qx11info_x11.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="appDepth(int screen)">
+ <parameter left="int" right="" name="screen" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appCells" fullname="QX11Info::appCells" href="qx11info.html#appCells" location="qx11info_x11.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="appCells(int screen)">
+ <parameter left="int" right="" name="screen" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appColormap" fullname="QX11Info::appColormap" href="qx11info.html#appColormap" location="qx11info_x11.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="Qt::HANDLE" signature="appColormap(int screen)">
+ <parameter left="int" right="" name="screen" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appVisual" fullname="QX11Info::appVisual" href="qx11info.html#appVisual" location="qx11info_x11.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void *" signature="appVisual(int screen)">
+ <parameter left="int" right="" name="screen" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appRootWindow" fullname="QX11Info::appRootWindow" href="qx11info.html#appRootWindow" location="qx11info_x11.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="Qt::HANDLE" signature="appRootWindow(int screen)">
+ <parameter left="int" right="" name="screen" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appDefaultColormap" fullname="QX11Info::appDefaultColormap" href="qx11info.html#appDefaultColormap" location="qx11info_x11.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="appDefaultColormap(int screen)">
+ <parameter left="int" right="" name="screen" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appDefaultVisual" fullname="QX11Info::appDefaultVisual" href="qx11info.html#appDefaultVisual" location="qx11info_x11.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="appDefaultVisual(int screen)">
+ <parameter left="int" right="" name="screen" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appDpiX" fullname="QX11Info::appDpiX" href="qx11info.html#appDpiX" location="qx11info_x11.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="appDpiX(int screen)">
+ <parameter left="int" right="" name="screen" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appDpiY" fullname="QX11Info::appDpiY" href="qx11info.html#appDpiY" location="qx11info_x11.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="appDpiY(int screen)">
+ <parameter left="int" right="" name="screen" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAppDpiX" fullname="QX11Info::setAppDpiX" href="qx11info.html#setAppDpiX" location="qx11info_x11.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setAppDpiX(int screen, int xdpi)">
+ <parameter left="int" right="" name="screen" default=""/>
+ <parameter left="int" right="" name="xdpi" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAppDpiY" fullname="QX11Info::setAppDpiY" href="qx11info.html#setAppDpiY" location="qx11info_x11.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setAppDpiY(int screen, int ydpi)">
+ <parameter left="int" right="" name="screen" default=""/>
+ <parameter left="int" right="" name="ydpi" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appTime" fullname="QX11Info::appTime" href="qx11info.html#appTime" location="qx11info_x11.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="unsigned long" signature="appTime()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appUserTime" fullname="QX11Info::appUserTime" href="qx11info.html#appUserTime" location="qx11info_x11.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="unsigned long" signature="appUserTime()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAppTime" fullname="QX11Info::setAppTime" href="qx11info.html#setAppTime" location="qx11info_x11.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setAppTime(unsigned long time)">
+ <parameter left="unsigned long" right="" name="time" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAppUserTime" fullname="QX11Info::setAppUserTime" href="qx11info.html#setAppUserTime" location="qx11info_x11.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setAppUserTime(unsigned long time)">
+ <parameter left="unsigned long" right="" name="time" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCompositingManagerRunning" fullname="QX11Info::isCompositingManagerRunning" href="qx11info.html#isCompositingManagerRunning" location="qx11info_x11.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isCompositingManagerRunning()"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="x11data" fullname="QX11Info::x11data" href="qx11info.html#x11data-var" location="qx11info_x11.h" type="QX11InfoData *" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QClipboard" href="qclipboard.html" location="qclipboard.h" bases="QObject" module="QtGui">
+ <contents name="notes-for-x11-users" title="Notes for X11 Users" level="1"/>
+ <contents name="notes-for-mac-os-x-users" title="Notes for Mac OS X Users" level="1"/>
+ <contents name="notes-for-windows-and-mac-os-x-users" title="Notes for Windows and Mac OS X Users" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Mode" fullname="QClipboard::Mode" href="qclipboard.html#Mode-enum" location="qclipboard.h">
+ <value name="Clipboard" value="0"/>
+ <value name="Selection" value="1"/>
+ <value name="FindBuffer" value="2"/>
+ <value name="LastMode" value="FindBuffer"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QClipboard::clear" href="qclipboard.html#clear" location="qclipboard_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear(Mode mode)">
+ <parameter left="Mode" right="" name="mode" default="Clipboard"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportsSelection" fullname="QClipboard::supportsSelection" href="qclipboard.html#supportsSelection" location="qclipboard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="supportsSelection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportsFindBuffer" fullname="QClipboard::supportsFindBuffer" href="qclipboard.html#supportsFindBuffer" location="qclipboard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="supportsFindBuffer() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ownsSelection" fullname="QClipboard::ownsSelection" href="qclipboard.html#ownsSelection" location="qclipboard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="ownsSelection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ownsClipboard" fullname="QClipboard::ownsClipboard" href="qclipboard.html#ownsClipboard" location="qclipboard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="ownsClipboard() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ownsFindBuffer" fullname="QClipboard::ownsFindBuffer" href="qclipboard.html#ownsFindBuffer" location="qclipboard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="ownsFindBuffer() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QClipboard::text" href="qclipboard.html#text" location="qclipboard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text(Mode mode) const">
+ <parameter left="Mode" right="" name="mode" default="Clipboard"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QClipboard::text" href="qclipboard.html#text-2" location="qclipboard.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QString" signature="text(QString &amp; subtype, Mode mode) const">
+ <parameter left="QString &amp;" right="" name="subtype" default=""/>
+ <parameter left="Mode" right="" name="mode" default="Clipboard"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="QClipboard::setText" href="qclipboard.html#setText" location="qclipboard.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setText(const QString &amp; text, Mode mode)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="Mode" right="" name="mode" default="Clipboard"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="data" fullname="QClipboard::data" href="qclipboard-qt3.html#data" location="qclipboard.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMimeSource *" signature="data(Mode mode) const">
+ <parameter left="Mode" right="" name="mode" default="Clipboard"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setData" fullname="QClipboard::setData" href="qclipboard-qt3.html#setData" location="qclipboard.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setData(QMimeSource * src, Mode mode)">
+ <parameter left="QMimeSource *" right="" name="src" default=""/>
+ <parameter left="Mode" right="" name="mode" default="Clipboard"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mimeData" fullname="QClipboard::mimeData" href="qclipboard.html#mimeData" location="qclipboard_qws.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QMimeData *" signature="mimeData(Mode mode) const">
+ <parameter left="Mode" right="" name="mode" default="Clipboard"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMimeData" fullname="QClipboard::setMimeData" href="qclipboard.html#setMimeData" location="qclipboard_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMimeData(QMimeData * src, Mode mode)">
+ <parameter left="QMimeData *" right="" name="src" default=""/>
+ <parameter left="Mode" right="" name="mode" default="Clipboard"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="image" fullname="QClipboard::image" href="qclipboard.html#image" location="qclipboard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="image(Mode mode) const">
+ <parameter left="Mode" right="" name="mode" default="Clipboard"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmap" fullname="QClipboard::pixmap" href="qclipboard.html#pixmap" location="qclipboard.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="pixmap(Mode mode) const">
+ <parameter left="Mode" right="" name="mode" default="Clipboard"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setImage" fullname="QClipboard::setImage" href="qclipboard.html#setImage" location="qclipboard.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setImage(const QImage &amp; image, Mode mode)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ <parameter left="Mode" right="" name="mode" default="Clipboard"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPixmap" fullname="QClipboard::setPixmap" href="qclipboard.html#setPixmap" location="qclipboard.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPixmap(const QPixmap &amp; pixmap, Mode mode)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="Mode" right="" name="mode" default="Clipboard"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="changed" fullname="QClipboard::changed" href="qclipboard.html#changed" location="qclipboard.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="changed(QClipboard::Mode mode)">
+ <parameter left="QClipboard::Mode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionChanged" fullname="QClipboard::selectionChanged" href="qclipboard.html#selectionChanged" location="qclipboard.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="selectionChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findBufferChanged" fullname="QClipboard::findBufferChanged" href="qclipboard.html#findBufferChanged" location="qclipboard.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="findBufferChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dataChanged" fullname="QClipboard::dataChanged" href="qclipboard.html#dataChanged" location="qclipboard.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="dataChanged()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QClipboard::event" href="qclipboard.html#event" location="qclipboard_qws.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QScrollArea" href="qscrollarea.html" location="qscrollarea.h" bases="QAbstractScrollArea" module="QtGui">
+ <contents name="size-hints-and-layouts" title="Size Hints and Layouts" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="widgetResizable" fullname="QScrollArea::widgetResizable" href="qscrollarea.html#widgetResizable-prop" location="qscrollarea.h" type="bool">
+ <getter name="widgetResizable"/>
+ <setter name="setWidgetResizable"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="QScrollArea::alignment" href="qscrollarea.html#alignment-prop" location="qscrollarea.h" type="Qt::Alignment">
+ <getter name="alignment"/>
+ <setter name="setAlignment"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScrollArea" fullname="QScrollArea::QScrollArea" href="qscrollarea.html#QScrollArea" location="qscrollarea.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QScrollArea(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QScrollArea" fullname="QScrollArea::~QScrollArea" href="qscrollarea.html#dtor.QScrollArea" location="qscrollarea.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QScrollArea()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widget" fullname="QScrollArea::widget" href="qscrollarea.html#widget" location="qscrollarea.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="widget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidget" fullname="QScrollArea::setWidget" href="qscrollarea.html#setWidget" location="qscrollarea.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeWidget" fullname="QScrollArea::takeWidget" href="qscrollarea.html#takeWidget" location="qscrollarea.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QWidget *" signature="takeWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widgetResizable" fullname="QScrollArea::widgetResizable" href="qscrollarea.html#widgetResizable-prop" location="qscrollarea.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="widgetResizable" type="bool" signature="widgetResizable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidgetResizable" fullname="QScrollArea::setWidgetResizable" href="qscrollarea.html#widgetResizable-prop" location="qscrollarea.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="widgetResizable" type="void" signature="setWidgetResizable(bool resizable)">
+ <parameter left="bool" right="" name="resizable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QScrollArea::sizeHint" href="qscrollarea.html#sizeHint" location="qscrollarea.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="focusNextPrevChild" fullname="QScrollArea::focusNextPrevChild" href="qscrollarea.html#focusNextPrevChild" location="qscrollarea.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="focusNextPrevChild(bool next)">
+ <parameter left="bool" right="" name="next" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="QScrollArea::alignment" href="qscrollarea.html#alignment-prop" location="qscrollarea.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="alignment" type="Qt::Alignment" signature="alignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlignment" fullname="QScrollArea::setAlignment" href="qscrollarea.html#alignment-prop" location="qscrollarea.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="alignment" type="void" signature="setAlignment(QFlags&lt;Qt::AlignmentFlag&gt; )">
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ensureVisible" fullname="QScrollArea::ensureVisible" href="qscrollarea.html#ensureVisible" location="qscrollarea.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="ensureVisible(int x, int y, int xmargin, int ymargin)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="xmargin" default="50"/>
+ <parameter left="int" right="" name="ymargin" default="50"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ensureWidgetVisible" fullname="QScrollArea::ensureWidgetVisible" href="qscrollarea.html#ensureWidgetVisible" location="qscrollarea.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="ensureWidgetVisible(QWidget * childWidget, int xmargin, int ymargin)">
+ <parameter left="QWidget *" right="" name="childWidget" default=""/>
+ <parameter left="int" right="" name="xmargin" default="50"/>
+ <parameter left="int" right="" name="ymargin" default="50"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QScrollArea::event" href="qscrollarea.html#event" location="qscrollarea.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="QScrollArea::eventFilter" href="qscrollarea.html#eventFilter" location="qscrollarea.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * o, QEvent * e)">
+ <parameter left="QObject *" right="" name="o" default=""/>
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QScrollArea::resizeEvent" href="qscrollarea.html#resizeEvent" location="qscrollarea.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * )">
+ <parameter left="QResizeEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="scrollContentsBy" fullname="QScrollArea::scrollContentsBy" href="qscrollarea.html#scrollContentsBy" location="qscrollarea.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="scrollContentsBy(int dx, int dy)">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QExtensionManager" href="qextensionmanager.html" location="qextensionmanager.h" bases="QAbstractExtensionManager,QObject" module="QtDesigner">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QExtensionManager" fullname="QExtensionManager::QExtensionManager" href="qextensionmanager.html#QExtensionManager" location="qextensionmanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QExtensionManager(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QExtensionManager" fullname="QExtensionManager::~QExtensionManager" href="qextensionmanager.html#dtor.QExtensionManager" location="qextensionmanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QExtensionManager()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="registerExtensions" fullname="QExtensionManager::registerExtensions" href="qextensionmanager.html#registerExtensions" location="qextensionmanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="registerExtensions(QAbstractExtensionFactory * factory, const QString &amp; iid)">
+ <parameter left="QAbstractExtensionFactory *" right="" name="factory" default=""/>
+ <parameter left="const QString &amp;" right="" name="iid" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unregisterExtensions" fullname="QExtensionManager::unregisterExtensions" href="qextensionmanager.html#unregisterExtensions" location="qextensionmanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="unregisterExtensions(QAbstractExtensionFactory * factory, const QString &amp; iid)">
+ <parameter left="QAbstractExtensionFactory *" right="" name="factory" default=""/>
+ <parameter left="const QString &amp;" right="" name="iid" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="extension" fullname="QExtensionManager::extension" href="qextensionmanager.html#extension" location="qextensionmanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QObject *" signature="extension(QObject * object, const QString &amp; iid) const">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="const QString &amp;" right="" name="iid" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGLFramebufferObject" href="qglframebufferobject.html" location="qglframebufferobject.h" bases="QPaintDevice" module="QtOpenGL">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Attachment" fullname="QGLFramebufferObject::Attachment" href="qglframebufferobject.html#Attachment-enum" location="qglframebufferobject.h">
+ <value name="NoAttachment" value="0"/>
+ <value name="CombinedDepthStencil" value="1"/>
+ <value name="Depth" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLFramebufferObject" fullname="QGLFramebufferObject::QGLFramebufferObject" href="qglframebufferobject.html#QGLFramebufferObject" location="qglframebufferobject.cpp" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGLFramebufferObject(const QSize &amp; size, GLenum target)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="GLenum" right="" name="target" default="GL_TEXTURE_2D"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLFramebufferObject" fullname="QGLFramebufferObject::QGLFramebufferObject" href="qglframebufferobject.html#QGLFramebufferObject-2" location="qglframebufferobject.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QGLFramebufferObject(int width, int height, GLenum target)">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="GLenum" right="" name="target" default="GL_TEXTURE_2D"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLFramebufferObject" fullname="QGLFramebufferObject::QGLFramebufferObject" href="qglframebufferobject.html#QGLFramebufferObject-6" location="qglframebufferobject.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QGLFramebufferObject(const QSize &amp; size, Attachment attachment, GLenum target, GLenum internal_format)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="Attachment" right="" name="attachment" default=""/>
+ <parameter left="GLenum" right="" name="target" default="GL_TEXTURE_2D"/>
+ <parameter left="GLenum" right="" name="internal_format" default="GL_RGBA8"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLFramebufferObject" fullname="QGLFramebufferObject::QGLFramebufferObject" href="qglframebufferobject.html#QGLFramebufferObject-5" location="qglframebufferobject.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QGLFramebufferObject(int width, int height, Attachment attachment, GLenum target, GLenum internal_format)">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="Attachment" right="" name="attachment" default=""/>
+ <parameter left="GLenum" right="" name="target" default="GL_TEXTURE_2D"/>
+ <parameter left="GLenum" right="" name="internal_format" default="GL_RGBA8"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLFramebufferObject" fullname="QGLFramebufferObject::QGLFramebufferObject" href="qglframebufferobject.html#QGLFramebufferObject-3" location="qglframebufferobject.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QGLFramebufferObject(const QSize &amp; size, const QGLFramebufferObjectFormat &amp; format)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="const QGLFramebufferObjectFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLFramebufferObject" fullname="QGLFramebufferObject::QGLFramebufferObject" href="qglframebufferobject.html#QGLFramebufferObject-4" location="qglframebufferobject.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QGLFramebufferObject(int width, int height, const QGLFramebufferObjectFormat &amp; format)">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="const QGLFramebufferObjectFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGLFramebufferObject" fullname="QGLFramebufferObject::~QGLFramebufferObject" href="qglframebufferobject.html#dtor.QGLFramebufferObject" location="qglframebufferobject.cpp" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGLFramebufferObject()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QGLFramebufferObject::format" href="qglframebufferobject.html#format" location="qglframebufferobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QGLFramebufferObjectFormat &amp;" signature="format() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QGLFramebufferObject::isValid" href="qglframebufferobject.html#isValid" location="qglframebufferobject.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isBound" fullname="QGLFramebufferObject::isBound" href="qglframebufferobject.html#isBound" location="qglframebufferobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isBound() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bind" fullname="QGLFramebufferObject::bind" href="qglframebufferobject.html#bind" location="qglframebufferobject.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="bind()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="release" fullname="QGLFramebufferObject::release" href="qglframebufferobject.html#release" location="qglframebufferobject.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="release()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="texture" fullname="QGLFramebufferObject::texture" href="qglframebufferobject.html#texture" location="qglframebufferobject.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="GLuint" signature="texture() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QGLFramebufferObject::size" href="qglframebufferobject.html#size" location="qglframebufferobject.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toImage" fullname="QGLFramebufferObject::toImage" href="qglframebufferobject.html#toImage" location="qglframebufferobject.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="toImage() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attachment" fullname="QGLFramebufferObject::attachment" href="qglframebufferobject.html#attachment" location="qglframebufferobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Attachment" signature="attachment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paintEngine" fullname="QGLFramebufferObject::paintEngine" href="qglframebufferobject.html#paintEngine" location="qglframebufferobject.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPaintEngine *" signature="paintEngine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="handle" fullname="QGLFramebufferObject::handle" href="qglframebufferobject.html#handle" location="qglframebufferobject.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="GLuint" signature="handle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasOpenGLFramebufferObjects" fullname="QGLFramebufferObject::hasOpenGLFramebufferObjects" href="qglframebufferobject.html#hasOpenGLFramebufferObjects" location="qglframebufferobject.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="hasOpenGLFramebufferObjects()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawTexture" fullname="QGLFramebufferObject::drawTexture" href="qglframebufferobject.html#drawTexture" location="qglframebufferobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawTexture(const QRectF &amp; target, GLuint textureId, GLenum textureTarget)">
+ <parameter left="const QRectF &amp;" right="" name="target" default=""/>
+ <parameter left="GLuint" right="" name="textureId" default=""/>
+ <parameter left="GLenum" right="" name="textureTarget" default="GL_TEXTURE_2D"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawTexture" fullname="QGLFramebufferObject::drawTexture" href="qglframebufferobject.html#drawTexture-2" location="qglframebufferobject.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawTexture(const QPointF &amp; point, GLuint textureId, GLenum textureTarget)">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ <parameter left="GLuint" right="" name="textureId" default=""/>
+ <parameter left="GLenum" right="" name="textureTarget" default="GL_TEXTURE_2D"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasOpenGLFramebufferBlit" fullname="QGLFramebufferObject::hasOpenGLFramebufferBlit" href="qglframebufferobject.html#hasOpenGLFramebufferBlit" location="qglframebufferobject.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="hasOpenGLFramebufferBlit()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blitFramebuffer" fullname="QGLFramebufferObject::blitFramebuffer" href="qglframebufferobject.html#blitFramebuffer" location="qglframebufferobject.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="blitFramebuffer(QGLFramebufferObject * target, const QRect &amp; targetRect, QGLFramebufferObject * source, const QRect &amp; sourceRect, GLbitfield buffers, GLenum filter)">
+ <parameter left="QGLFramebufferObject *" right="" name="target" default=""/>
+ <parameter left="const QRect &amp;" right="" name="targetRect" default=""/>
+ <parameter left="QGLFramebufferObject *" right="" name="source" default=""/>
+ <parameter left="const QRect &amp;" right="" name="sourceRect" default=""/>
+ <parameter left="GLbitfield" right="" name="buffers" default="GL_COLOR_BUFFER_BIT"/>
+ <parameter left="GLenum" right="" name="filter" default="GL_NEAREST"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="metric" fullname="QGLFramebufferObject::metric" href="qglframebufferobject.html#metric" location="qglframebufferobject.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="metric(PaintDeviceMetric metric) const">
+ <parameter left="PaintDeviceMetric" right="" name="metric" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGLFramebufferObjectFormat" href="qglframebufferobjectformat.html" location="qglframebufferobject.h" bases="" module="QtOpenGL">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLFramebufferObjectFormat" fullname="QGLFramebufferObjectFormat::QGLFramebufferObjectFormat" href="qglframebufferobjectformat.html#QGLFramebufferObjectFormat" location="qglframebufferobject.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGLFramebufferObjectFormat(int samples, QGLFramebufferObject::Attachment attachment, GLenum target, GLenum internalFormat)">
+ <parameter left="int" right="" name="samples" default="0"/>
+ <parameter left="QGLFramebufferObject::Attachment" right="" name="attachment" default="QGLFramebufferObject::NoAttachment"/>
+ <parameter left="GLenum" right="" name="target" default="GL_TEXTURE_2D"/>
+ <parameter left="GLenum" right="" name="internalFormat" default="GL_RGBA8"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLFramebufferObjectFormat" fullname="QGLFramebufferObjectFormat::QGLFramebufferObjectFormat" href="qglframebufferobjectformat.html#QGLFramebufferObjectFormat-2" location="qglframebufferobject.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QGLFramebufferObjectFormat(const QGLFramebufferObjectFormat &amp; other)">
+ <parameter left="const QGLFramebufferObjectFormat &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QGLFramebufferObjectFormat::operator=" href="qglframebufferobjectformat.html#operator=" location="qglframebufferobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QGLFramebufferObjectFormat &amp;" signature="operator=(const QGLFramebufferObjectFormat &amp; other)">
+ <parameter left="const QGLFramebufferObjectFormat &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGLFramebufferObjectFormat" fullname="QGLFramebufferObjectFormat::~QGLFramebufferObjectFormat" href="qglframebufferobjectformat.html#dtor.QGLFramebufferObjectFormat" location="qglframebufferobject.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGLFramebufferObjectFormat()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSamples" fullname="QGLFramebufferObjectFormat::setSamples" href="qglframebufferobjectformat.html#setSamples" location="qglframebufferobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSamples(int samples)">
+ <parameter left="int" right="" name="samples" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="samples" fullname="QGLFramebufferObjectFormat::samples" href="qglframebufferobjectformat.html#samples" location="qglframebufferobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="samples() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttachment" fullname="QGLFramebufferObjectFormat::setAttachment" href="qglframebufferobjectformat.html#setAttachment" location="qglframebufferobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAttachment(QGLFramebufferObject::Attachment attachment)">
+ <parameter left="QGLFramebufferObject::Attachment" right="" name="attachment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attachment" fullname="QGLFramebufferObjectFormat::attachment" href="qglframebufferobjectformat.html#attachment" location="qglframebufferobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGLFramebufferObject::Attachment" signature="attachment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextureTarget" fullname="QGLFramebufferObjectFormat::setTextureTarget" href="qglframebufferobjectformat.html#setTextureTarget" location="qglframebufferobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextureTarget(GLenum target)">
+ <parameter left="GLenum" right="" name="target" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textureTarget" fullname="QGLFramebufferObjectFormat::textureTarget" href="qglframebufferobjectformat.html#textureTarget" location="qglframebufferobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="GLenum" signature="textureTarget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setInternalFormat" fullname="QGLFramebufferObjectFormat::setInternalFormat" href="qglframebufferobjectformat.html#setInternalFormat" location="qglframebufferobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setInternalFormat(GLenum internalFormat)">
+ <parameter left="GLenum" right="" name="internalFormat" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="internalFormat" fullname="QGLFramebufferObjectFormat::internalFormat" href="qglframebufferobjectformat.html#internalFormat" location="qglframebufferobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="GLenum" signature="internalFormat() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QEventLoop" href="qeventloop.html" location="qeventloop.h" bases="QObject" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QEventLoop" fullname="QEventLoop::QEventLoop" href="qeventloop.html#QEventLoop" location="qeventloop.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QEventLoop(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QEventLoop" fullname="QEventLoop::~QEventLoop" href="qeventloop.html#dtor.QEventLoop" location="qeventloop.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QEventLoop()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ProcessEventsFlag" fullname="QEventLoop::ProcessEventsFlag" href="qeventloop.html#ProcessEventsFlag-enum" location="qeventloop.h" typedef="QEventLoop::ProcessEventsFlags">
+ <value name="AllEvents" value="0x00"/>
+ <value name="ExcludeUserInputEvents" value="0x01"/>
+ <value name="ExcludeSocketNotifiers" value="0x02"/>
+ <value name="WaitForMoreEvents" value="0x04"/>
+ <value name="ExcludeUserInput" value="ExcludeUserInputEvents"/>
+ <value name="WaitForMore" value="WaitForMoreEvents"/>
+ <value name="X11ExcludeTimers" value="0x08"/>
+ <value name="DeferredDeletion" value="0x10"/>
+ <value name="EventLoopExec" value="0x20"/>
+ <value name="DialogExec" value="0x40"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ProcessEventsFlags" fullname="QEventLoop::ProcessEventsFlags" href="qeventloop.html#ProcessEventsFlags-typedef" location="qeventloop.h" enum="QEventLoop::ProcessEventsFlag"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="processEvents" fullname="QEventLoop::processEvents" href="qeventloop.html#processEvents" location="qeventloop.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="processEvents(QFlags&lt;QEventLoop::ProcessEventsFlag&gt; flags)">
+ <parameter left="QFlags&lt;QEventLoop::ProcessEventsFlag&gt;" right="" name="flags" default="AllEvents"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="processEvents" fullname="QEventLoop::processEvents" href="qeventloop.html#processEvents-2" location="qeventloop.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="processEvents(QFlags&lt;QEventLoop::ProcessEventsFlag&gt; flags, int maxTime)">
+ <parameter left="QFlags&lt;QEventLoop::ProcessEventsFlag&gt;" right="" name="flags" default=""/>
+ <parameter left="int" right="" name="maxTime" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exec" fullname="QEventLoop::exec" href="qeventloop.html#exec" location="qeventloop.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="exec(QFlags&lt;QEventLoop::ProcessEventsFlag&gt; flags)">
+ <parameter left="QFlags&lt;QEventLoop::ProcessEventsFlag&gt;" right="" name="flags" default="AllEvents"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exit" fullname="QEventLoop::exit" href="qeventloop.html#exit" location="qeventloop.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="exit(int returnCode)">
+ <parameter left="int" right="" name="returnCode" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRunning" fullname="QEventLoop::isRunning" href="qeventloop.html#isRunning" location="qeventloop.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRunning() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wakeUp" fullname="QEventLoop::wakeUp" href="qeventloop.html#wakeUp" location="qeventloop.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="wakeUp()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="quit" fullname="QEventLoop::quit" href="qeventloop.html#quit" location="qeventloop.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="quit()"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QSslSocket" href="qsslsocket.html" location="qsslsocket.h" bases="QTcpSocket" module="QtNetwork">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SslMode" fullname="QSslSocket::SslMode" href="qsslsocket.html#SslMode-enum" location="qsslsocket.h">
+ <value name="UnencryptedMode" value="0"/>
+ <value name="SslClientMode" value="1"/>
+ <value name="SslServerMode" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PeerVerifyMode" fullname="QSslSocket::PeerVerifyMode" href="qsslsocket.html#PeerVerifyMode-enum" location="qsslsocket.h">
+ <value name="VerifyNone" value="0"/>
+ <value name="QueryPeer" value="1"/>
+ <value name="VerifyPeer" value="2"/>
+ <value name="AutoVerifyPeer" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSslSocket" fullname="QSslSocket::QSslSocket" href="qsslsocket.html#QSslSocket" location="qsslsocket.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSslSocket(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSslSocket" fullname="QSslSocket::~QSslSocket" href="qsslsocket.html#dtor.QSslSocket" location="qsslsocket.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSslSocket()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connectToHostEncrypted" fullname="QSslSocket::connectToHostEncrypted" href="qsslsocket.html#connectToHostEncrypted" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="connectToHostEncrypted(const QString &amp; hostName, quint16 port, QFlags&lt;QIODevice::OpenModeFlag&gt; mode)">
+ <parameter left="const QString &amp;" right="" name="hostName" default=""/>
+ <parameter left="quint16" right="" name="port" default=""/>
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="mode" default="ReadWrite"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connectToHostEncrypted" fullname="QSslSocket::connectToHostEncrypted" href="qsslsocket.html#connectToHostEncrypted-2" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="connectToHostEncrypted(const QString &amp; hostName, quint16 port, const QString &amp; sslPeerName, QFlags&lt;QIODevice::OpenModeFlag&gt; mode)">
+ <parameter left="const QString &amp;" right="" name="hostName" default=""/>
+ <parameter left="quint16" right="" name="port" default=""/>
+ <parameter left="const QString &amp;" right="" name="sslPeerName" default=""/>
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="mode" default="ReadWrite"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSocketDescriptor" fullname="QSslSocket::setSocketDescriptor" href="qsslsocket.html#setSocketDescriptor" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="setSocketDescriptor(int socketDescriptor, SocketState state, QFlags&lt;QIODevice::OpenModeFlag&gt; openMode)">
+ <parameter left="int" right="" name="socketDescriptor" default=""/>
+ <parameter left="SocketState" right="" name="state" default="ConnectedState"/>
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="openMode" default="ReadWrite"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mode" fullname="QSslSocket::mode" href="qsslsocket.html#mode" location="qsslsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="SslMode" signature="mode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEncrypted" fullname="QSslSocket::isEncrypted" href="qsslsocket.html#isEncrypted" location="qsslsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEncrypted() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="protocol" fullname="QSslSocket::protocol" href="qsslsocket.html#protocol" location="qsslsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSsl::SslProtocol" signature="protocol() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProtocol" fullname="QSslSocket::setProtocol" href="qsslsocket.html#setProtocol" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setProtocol(QSsl::SslProtocol protocol)">
+ <parameter left="QSsl::SslProtocol" right="" name="protocol" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peerVerifyMode" fullname="QSslSocket::peerVerifyMode" href="qsslsocket.html#peerVerifyMode" location="qsslsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSslSocket::PeerVerifyMode" signature="peerVerifyMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPeerVerifyMode" fullname="QSslSocket::setPeerVerifyMode" href="qsslsocket.html#setPeerVerifyMode" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPeerVerifyMode(QSslSocket::PeerVerifyMode mode)">
+ <parameter left="QSslSocket::PeerVerifyMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peerVerifyDepth" fullname="QSslSocket::peerVerifyDepth" href="qsslsocket.html#peerVerifyDepth" location="qsslsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="peerVerifyDepth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPeerVerifyDepth" fullname="QSslSocket::setPeerVerifyDepth" href="qsslsocket.html#setPeerVerifyDepth" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPeerVerifyDepth(int depth)">
+ <parameter left="int" right="" name="depth" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bytesAvailable" fullname="QSslSocket::bytesAvailable" href="qsslsocket.html#bytesAvailable" location="qsslsocket.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="bytesAvailable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bytesToWrite" fullname="QSslSocket::bytesToWrite" href="qsslsocket.html#bytesToWrite" location="qsslsocket.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="bytesToWrite() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canReadLine" fullname="QSslSocket::canReadLine" href="qsslsocket.html#canReadLine" location="qsslsocket.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="canReadLine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="close" fullname="QSslSocket::close" href="qsslsocket.html#close" location="qsslsocket.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="close()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atEnd" fullname="QSslSocket::atEnd" href="qsslsocket.html#atEnd" location="qsslsocket.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="atEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flush" fullname="QSslSocket::flush" href="qsslsocket.html#flush" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="flush()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="abort" fullname="QSslSocket::abort" href="qsslsocket.html#abort" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="abort()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setReadBufferSize" fullname="QSslSocket::setReadBufferSize" href="qsslsocket.html#setReadBufferSize" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setReadBufferSize(qint64 size)">
+ <parameter left="qint64" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encryptedBytesAvailable" fullname="QSslSocket::encryptedBytesAvailable" href="qsslsocket.html#encryptedBytesAvailable" location="qsslsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="encryptedBytesAvailable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encryptedBytesToWrite" fullname="QSslSocket::encryptedBytesToWrite" href="qsslsocket.html#encryptedBytesToWrite" location="qsslsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="encryptedBytesToWrite() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sslConfiguration" fullname="QSslSocket::sslConfiguration" href="qsslsocket.html#sslConfiguration" location="qsslsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSslConfiguration" signature="sslConfiguration() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSslConfiguration" fullname="QSslSocket::setSslConfiguration" href="qsslsocket.html#setSslConfiguration" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSslConfiguration(const QSslConfiguration &amp; configuration)">
+ <parameter left="const QSslConfiguration &amp;" right="" name="configuration" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLocalCertificate" fullname="QSslSocket::setLocalCertificate" href="qsslsocket.html#setLocalCertificate" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLocalCertificate(const QSslCertificate &amp; certificate)">
+ <parameter left="const QSslCertificate &amp;" right="" name="certificate" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLocalCertificate" fullname="QSslSocket::setLocalCertificate" href="qsslsocket.html#setLocalCertificate-2" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setLocalCertificate(const QString &amp; path, QSsl::EncodingFormat format)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="QSsl::EncodingFormat" right="" name="format" default="QSsl::Pem"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="localCertificate" fullname="QSslSocket::localCertificate" href="qsslsocket.html#localCertificate" location="qsslsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSslCertificate" signature="localCertificate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peerCertificate" fullname="QSslSocket::peerCertificate" href="qsslsocket.html#peerCertificate" location="qsslsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSslCertificate" signature="peerCertificate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peerCertificateChain" fullname="QSslSocket::peerCertificateChain" href="qsslsocket.html#peerCertificateChain" location="qsslsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QSslCertificate&gt;" signature="peerCertificateChain() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sessionCipher" fullname="QSslSocket::sessionCipher" href="qsslsocket.html#sessionCipher" location="qsslsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSslCipher" signature="sessionCipher() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPrivateKey" fullname="QSslSocket::setPrivateKey" href="qsslsocket.html#setPrivateKey" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPrivateKey(const QSslKey &amp; key)">
+ <parameter left="const QSslKey &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPrivateKey" fullname="QSslSocket::setPrivateKey" href="qsslsocket.html#setPrivateKey-2" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setPrivateKey(const QString &amp; fileName, QSsl::KeyAlgorithm algorithm, QSsl::EncodingFormat format, const QByteArray &amp; passPhrase)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="QSsl::KeyAlgorithm" right="" name="algorithm" default="QSsl::Rsa"/>
+ <parameter left="QSsl::EncodingFormat" right="" name="format" default="QSsl::Pem"/>
+ <parameter left="const QByteArray &amp;" right="" name="passPhrase" default="QByteArray()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="privateKey" fullname="QSslSocket::privateKey" href="qsslsocket.html#privateKey" location="qsslsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSslKey" signature="privateKey() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ciphers" fullname="QSslSocket::ciphers" href="qsslsocket.html#ciphers" location="qsslsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QSslCipher&gt;" signature="ciphers() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCiphers" fullname="QSslSocket::setCiphers" href="qsslsocket.html#setCiphers" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCiphers(const QList&lt;QSslCipher&gt; &amp; ciphers)">
+ <parameter left="const QList&lt;QSslCipher&gt; &amp;" right="" name="ciphers" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCiphers" fullname="QSslSocket::setCiphers" href="qsslsocket.html#setCiphers-2" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setCiphers(const QString &amp; ciphers)">
+ <parameter left="const QString &amp;" right="" name="ciphers" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultCiphers" fullname="QSslSocket::setDefaultCiphers" href="qsslsocket.html#setDefaultCiphers" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setDefaultCiphers(const QList&lt;QSslCipher&gt; &amp; ciphers)">
+ <parameter left="const QList&lt;QSslCipher&gt; &amp;" right="" name="ciphers" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultCiphers" fullname="QSslSocket::defaultCiphers" href="qsslsocket.html#defaultCiphers" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QSslCipher&gt;" signature="defaultCiphers()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedCiphers" fullname="QSslSocket::supportedCiphers" href="qsslsocket.html#supportedCiphers" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QSslCipher&gt;" signature="supportedCiphers()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addCaCertificates" fullname="QSslSocket::addCaCertificates" href="qsslsocket.html#addCaCertificates" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="addCaCertificates(const QString &amp; path, QSsl::EncodingFormat format, QRegExp::PatternSyntax syntax)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="QSsl::EncodingFormat" right="" name="format" default="QSsl::Pem"/>
+ <parameter left="QRegExp::PatternSyntax" right="" name="syntax" default="QRegExp::FixedString"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addCaCertificate" fullname="QSslSocket::addCaCertificate" href="qsslsocket.html#addCaCertificate" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addCaCertificate(const QSslCertificate &amp; certificate)">
+ <parameter left="const QSslCertificate &amp;" right="" name="certificate" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addCaCertificates" fullname="QSslSocket::addCaCertificates" href="qsslsocket.html#addCaCertificates-2" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addCaCertificates(const QList&lt;QSslCertificate&gt; &amp; certificates)">
+ <parameter left="const QList&lt;QSslCertificate&gt; &amp;" right="" name="certificates" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCaCertificates" fullname="QSslSocket::setCaCertificates" href="qsslsocket.html#setCaCertificates" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCaCertificates(const QList&lt;QSslCertificate&gt; &amp; certificates)">
+ <parameter left="const QList&lt;QSslCertificate&gt; &amp;" right="" name="certificates" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="caCertificates" fullname="QSslSocket::caCertificates" href="qsslsocket.html#caCertificates" location="qsslsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QSslCertificate&gt;" signature="caCertificates() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addDefaultCaCertificates" fullname="QSslSocket::addDefaultCaCertificates" href="qsslsocket.html#addDefaultCaCertificates" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="addDefaultCaCertificates(const QString &amp; path, QSsl::EncodingFormat encoding, QRegExp::PatternSyntax syntax)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="QSsl::EncodingFormat" right="" name="encoding" default="QSsl::Pem"/>
+ <parameter left="QRegExp::PatternSyntax" right="" name="syntax" default="QRegExp::FixedString"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addDefaultCaCertificate" fullname="QSslSocket::addDefaultCaCertificate" href="qsslsocket.html#addDefaultCaCertificate" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="addDefaultCaCertificate(const QSslCertificate &amp; certificate)">
+ <parameter left="const QSslCertificate &amp;" right="" name="certificate" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addDefaultCaCertificates" fullname="QSslSocket::addDefaultCaCertificates" href="qsslsocket.html#addDefaultCaCertificates-2" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="void" signature="addDefaultCaCertificates(const QList&lt;QSslCertificate&gt; &amp; certificates)">
+ <parameter left="const QList&lt;QSslCertificate&gt; &amp;" right="" name="certificates" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultCaCertificates" fullname="QSslSocket::setDefaultCaCertificates" href="qsslsocket.html#setDefaultCaCertificates" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setDefaultCaCertificates(const QList&lt;QSslCertificate&gt; &amp; certificates)">
+ <parameter left="const QList&lt;QSslCertificate&gt; &amp;" right="" name="certificates" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultCaCertificates" fullname="QSslSocket::defaultCaCertificates" href="qsslsocket.html#defaultCaCertificates" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QSslCertificate&gt;" signature="defaultCaCertificates()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="systemCaCertificates" fullname="QSslSocket::systemCaCertificates" href="qsslsocket.html#systemCaCertificates" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QSslCertificate&gt;" signature="systemCaCertificates()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForConnected" fullname="QSslSocket::waitForConnected" href="qsslsocket.html#waitForConnected" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="waitForConnected(int msecs)">
+ <parameter left="int" right="" name="msecs" default="30000"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForEncrypted" fullname="QSslSocket::waitForEncrypted" href="qsslsocket.html#waitForEncrypted" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="waitForEncrypted(int msecs)">
+ <parameter left="int" right="" name="msecs" default="30000"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForReadyRead" fullname="QSslSocket::waitForReadyRead" href="qsslsocket.html#waitForReadyRead" location="qsslsocket.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="waitForReadyRead(int msecs)">
+ <parameter left="int" right="" name="msecs" default="30000"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForBytesWritten" fullname="QSslSocket::waitForBytesWritten" href="qsslsocket.html#waitForBytesWritten" location="qsslsocket.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="waitForBytesWritten(int msecs)">
+ <parameter left="int" right="" name="msecs" default="30000"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForDisconnected" fullname="QSslSocket::waitForDisconnected" href="qsslsocket.html#waitForDisconnected" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="waitForDisconnected(int msecs)">
+ <parameter left="int" right="" name="msecs" default="30000"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sslErrors" fullname="QSslSocket::sslErrors" href="qsslsocket.html#sslErrors" location="qsslsocket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QSslError&gt;" signature="sslErrors() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportsSsl" fullname="QSslSocket::supportsSsl" href="qsslsocket.html#supportsSsl" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="supportsSsl()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ignoreSslErrors" fullname="QSslSocket::ignoreSslErrors" href="qsslsocket.html#ignoreSslErrors-2" location="qsslsocket.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="ignoreSslErrors(const QList&lt;QSslError&gt; &amp; errors)">
+ <parameter left="const QList&lt;QSslError&gt; &amp;" right="" name="errors" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startClientEncryption" fullname="QSslSocket::startClientEncryption" href="qsslsocket.html#startClientEncryption" location="qsslsocket.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="startClientEncryption()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startServerEncryption" fullname="QSslSocket::startServerEncryption" href="qsslsocket.html#startServerEncryption" location="qsslsocket.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="startServerEncryption()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ignoreSslErrors" fullname="QSslSocket::ignoreSslErrors" href="qsslsocket.html#ignoreSslErrors" location="qsslsocket.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="ignoreSslErrors()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encrypted" fullname="QSslSocket::encrypted" href="qsslsocket.html#encrypted" location="qsslsocket.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="encrypted()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peerVerifyError" fullname="QSslSocket::peerVerifyError" href="qsslsocket.html#peerVerifyError" location="qsslsocket.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="peerVerifyError(const QSslError &amp; error)">
+ <parameter left="const QSslError &amp;" right="" name="error" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sslErrors" fullname="QSslSocket::sslErrors" href="qsslsocket.html#sslErrors-2" location="qsslsocket.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="sslErrors(const QList&lt;QSslError&gt; &amp; errors)">
+ <parameter left="const QList&lt;QSslError&gt; &amp;" right="" name="errors" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="modeChanged" fullname="QSslSocket::modeChanged" href="qsslsocket.html#modeChanged" location="qsslsocket.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="modeChanged(QSslSocket::SslMode mode)">
+ <parameter left="QSslSocket::SslMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encryptedBytesWritten" fullname="QSslSocket::encryptedBytesWritten" href="qsslsocket.html#encryptedBytesWritten" location="qsslsocket.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="encryptedBytesWritten(qint64 written)">
+ <parameter left="qint64" right="" name="written" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="readData" fullname="QSslSocket::readData" href="qsslsocket.html#readData" location="qsslsocket.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="readData(char * data, qint64 maxlen)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="maxlen" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="writeData" fullname="QSslSocket::writeData" href="qsslsocket.html#writeData" location="qsslsocket.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="writeData(const char * data, qint64 len)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="len" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMdiArea" href="qmdiarea.html" location="qmdiarea.h" bases="QAbstractScrollArea" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="background" fullname="QMdiArea::background" href="qmdiarea.html#background-prop" location="qmdiarea.h" type="QBrush">
+ <getter name="background"/>
+ <setter name="setBackground"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="activationOrder" fullname="QMdiArea::activationOrder" href="qmdiarea.html#activationOrder-prop" location="qmdiarea.h" type="WindowOrder">
+ <getter name="activationOrder"/>
+ <setter name="setActivationOrder"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="viewMode" fullname="QMdiArea::viewMode" href="qmdiarea.html#viewMode-prop" location="qmdiarea.h" type="ViewMode">
+ <getter name="viewMode"/>
+ <setter name="setViewMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="documentMode" fullname="QMdiArea::documentMode" href="qmdiarea.html#documentMode-prop" location="qmdiarea.h" type="bool">
+ <getter name="documentMode"/>
+ <setter name="setDocumentMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="tabShape" fullname="QMdiArea::tabShape" href="qmdiarea.html#tabShape-prop" location="qmdiarea.h" type="QTabWidget::TabShape">
+ <getter name="tabShape"/>
+ <setter name="setTabShape"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="tabPosition" fullname="QMdiArea::tabPosition" href="qmdiarea.html#tabPosition-prop" location="qmdiarea.h" type="QTabWidget::TabPosition">
+ <getter name="tabPosition"/>
+ <setter name="setTabPosition"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="AreaOption" fullname="QMdiArea::AreaOption" href="qmdiarea.html#AreaOption-enum" location="qmdiarea.h" typedef="QMdiArea::AreaOptions">
+ <value name="DontMaximizeSubWindowOnActivation" value="0x1"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="AreaOptions" fullname="QMdiArea::AreaOptions" href="qmdiarea.html#AreaOptions-typedef" location="qmdiarea.h" enum="QMdiArea::AreaOption"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WindowOrder" fullname="QMdiArea::WindowOrder" href="qmdiarea.html#WindowOrder-enum" location="qmdiarea.h">
+ <value name="CreationOrder" value="0"/>
+ <value name="StackingOrder" value="1"/>
+ <value name="ActivationHistoryOrder" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ViewMode" fullname="QMdiArea::ViewMode" href="qmdiarea.html#ViewMode-enum" location="qmdiarea.h">
+ <value name="SubWindowView" value="0"/>
+ <value name="TabbedView" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMdiArea" fullname="QMdiArea::QMdiArea" href="qmdiarea.html#QMdiArea" location="qmdiarea.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMdiArea(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMdiArea" fullname="QMdiArea::~QMdiArea" href="qmdiarea.html#dtor.QMdiArea" location="qmdiarea.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMdiArea()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QMdiArea::sizeHint" href="qmdiarea.html#sizeHint" location="qmdiarea.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="QMdiArea::minimumSizeHint" href="qmdiarea.html#minimumSizeHint" location="qmdiarea.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentSubWindow" fullname="QMdiArea::currentSubWindow" href="qmdiarea.html#currentSubWindow" location="qmdiarea.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMdiSubWindow *" signature="currentSubWindow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activeSubWindow" fullname="QMdiArea::activeSubWindow" href="qmdiarea.html#activeSubWindow" location="qmdiarea.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMdiSubWindow *" signature="activeSubWindow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subWindowList" fullname="QMdiArea::subWindowList" href="qmdiarea.html#subWindowList" location="qmdiarea.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QMdiSubWindow *&gt;" signature="subWindowList(WindowOrder order) const">
+ <parameter left="WindowOrder" right="" name="order" default="CreationOrder"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addSubWindow" fullname="QMdiArea::addSubWindow" href="qmdiarea.html#addSubWindow" location="qmdiarea.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMdiSubWindow *" signature="addSubWindow(QWidget * widget, QFlags&lt;Qt::WindowType&gt; windowFlags)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="windowFlags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeSubWindow" fullname="QMdiArea::removeSubWindow" href="qmdiarea.html#removeSubWindow" location="qmdiarea.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeSubWindow(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="background" fullname="QMdiArea::background" href="qmdiarea.html#background-prop" location="qmdiarea.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="background" type="QBrush" signature="background() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBackground" fullname="QMdiArea::setBackground" href="qmdiarea.html#background-prop" location="qmdiarea.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="background" type="void" signature="setBackground(const QBrush &amp; background)">
+ <parameter left="const QBrush &amp;" right="" name="background" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activationOrder" fullname="QMdiArea::activationOrder" href="qmdiarea.html#activationOrder-prop" location="qmdiarea.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="activationOrder" type="WindowOrder" signature="activationOrder() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setActivationOrder" fullname="QMdiArea::setActivationOrder" href="qmdiarea.html#activationOrder-prop" location="qmdiarea.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="activationOrder" type="void" signature="setActivationOrder(WindowOrder order)">
+ <parameter left="WindowOrder" right="" name="order" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOption" fullname="QMdiArea::setOption" href="qmdiarea.html#setOption" location="qmdiarea.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOption(AreaOption option, bool on)">
+ <parameter left="AreaOption" right="" name="option" default=""/>
+ <parameter left="bool" right="" name="on" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testOption" fullname="QMdiArea::testOption" href="qmdiarea.html#testOption" location="qmdiarea.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="testOption(AreaOption option) const">
+ <parameter left="AreaOption" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setViewMode" fullname="QMdiArea::setViewMode" href="qmdiarea.html#viewMode-prop" location="qmdiarea.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="viewMode" type="void" signature="setViewMode(ViewMode mode)">
+ <parameter left="ViewMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="viewMode" fullname="QMdiArea::viewMode" href="qmdiarea.html#viewMode-prop" location="qmdiarea.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="viewMode" type="ViewMode" signature="viewMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="documentMode" fullname="QMdiArea::documentMode" href="qmdiarea.html#documentMode-prop" location="qmdiarea.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="documentMode" type="bool" signature="documentMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDocumentMode" fullname="QMdiArea::setDocumentMode" href="qmdiarea.html#documentMode-prop" location="qmdiarea.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="documentMode" type="void" signature="setDocumentMode(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabShape" fullname="QMdiArea::setTabShape" href="qmdiarea.html#tabShape-prop" location="qmdiarea.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="tabShape" type="void" signature="setTabShape(QTabWidget::TabShape shape)">
+ <parameter left="QTabWidget::TabShape" right="" name="shape" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabShape" fullname="QMdiArea::tabShape" href="qmdiarea.html#tabShape-prop" location="qmdiarea.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="tabShape" type="QTabWidget::TabShape" signature="tabShape() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabPosition" fullname="QMdiArea::setTabPosition" href="qmdiarea.html#tabPosition-prop" location="qmdiarea.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="tabPosition" type="void" signature="setTabPosition(QTabWidget::TabPosition position)">
+ <parameter left="QTabWidget::TabPosition" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabPosition" fullname="QMdiArea::tabPosition" href="qmdiarea.html#tabPosition-prop" location="qmdiarea.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="tabPosition" type="QTabWidget::TabPosition" signature="tabPosition() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subWindowActivated" fullname="QMdiArea::subWindowActivated" href="qmdiarea.html#subWindowActivated" location="qmdiarea.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="subWindowActivated(QMdiSubWindow * window)">
+ <parameter left="QMdiSubWindow *" right="" name="window" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setActiveSubWindow" fullname="QMdiArea::setActiveSubWindow" href="qmdiarea.html#setActiveSubWindow" location="qmdiarea.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setActiveSubWindow(QMdiSubWindow * window)">
+ <parameter left="QMdiSubWindow *" right="" name="window" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tileSubWindows" fullname="QMdiArea::tileSubWindows" href="qmdiarea.html#tileSubWindows" location="qmdiarea.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="tileSubWindows()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cascadeSubWindows" fullname="QMdiArea::cascadeSubWindows" href="qmdiarea.html#cascadeSubWindows" location="qmdiarea.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="cascadeSubWindows()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="closeActiveSubWindow" fullname="QMdiArea::closeActiveSubWindow" href="qmdiarea.html#closeActiveSubWindow" location="qmdiarea.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="closeActiveSubWindow()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="closeAllSubWindows" fullname="QMdiArea::closeAllSubWindows" href="qmdiarea.html#closeAllSubWindows" location="qmdiarea.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="closeAllSubWindows()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activateNextSubWindow" fullname="QMdiArea::activateNextSubWindow" href="qmdiarea.html#activateNextSubWindow" location="qmdiarea.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="activateNextSubWindow()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activatePreviousSubWindow" fullname="QMdiArea::activatePreviousSubWindow" href="qmdiarea.html#activatePreviousSubWindow" location="qmdiarea.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="activatePreviousSubWindow()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setupViewport" fullname="QMdiArea::setupViewport" href="qmdiarea.html#setupViewport" location="qmdiarea.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setupViewport(QWidget * viewport)">
+ <parameter left="QWidget *" right="" name="viewport" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QMdiArea::event" href="qmdiarea.html#event" location="qmdiarea.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="QMdiArea::eventFilter" href="qmdiarea.html#eventFilter" location="qmdiarea.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * object, QEvent * event)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QMdiArea::paintEvent" href="qmdiarea.html#paintEvent" location="qmdiarea.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * paintEvent)">
+ <parameter left="QPaintEvent *" right="" name="paintEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="childEvent" fullname="QMdiArea::childEvent" href="qmdiarea.html#childEvent" location="qmdiarea.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="childEvent(QChildEvent * childEvent)">
+ <parameter left="QChildEvent *" right="" name="childEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QMdiArea::resizeEvent" href="qmdiarea.html#resizeEvent" location="qmdiarea.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * resizeEvent)">
+ <parameter left="QResizeEvent *" right="" name="resizeEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="timerEvent" fullname="QMdiArea::timerEvent" href="qmdiarea.html#timerEvent" location="qmdiarea.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="timerEvent(QTimerEvent * timerEvent)">
+ <parameter left="QTimerEvent *" right="" name="timerEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="QMdiArea::showEvent" href="qmdiarea.html#showEvent" location="qmdiarea.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * showEvent)">
+ <parameter left="QShowEvent *" right="" name="showEvent" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="viewportEvent" fullname="QMdiArea::viewportEvent" href="qmdiarea.html#viewportEvent" location="qmdiarea.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="viewportEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="scrollContentsBy" fullname="QMdiArea::scrollContentsBy" href="qmdiarea.html#scrollContentsBy" location="qmdiarea.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="scrollContentsBy(int dx, int dy)">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMetaMethod" href="qmetamethod.html" location="qmetaobject.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="signature" fullname="QMetaMethod::signature" href="qmetamethod.html#signature" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="signature() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="typeName" fullname="QMetaMethod::typeName" href="qmetamethod.html#typeName" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="typeName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parameterTypes" fullname="QMetaMethod::parameterTypes" href="qmetamethod.html#parameterTypes" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QByteArray&gt;" signature="parameterTypes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parameterNames" fullname="QMetaMethod::parameterNames" href="qmetamethod.html#parameterNames" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QByteArray&gt;" signature="parameterNames() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tag" fullname="QMetaMethod::tag" href="qmetamethod.html#tag" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="tag() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Access" fullname="QMetaMethod::Access" href="qmetamethod.html#Access-enum" location="qmetaobject.h">
+ <value name="Private" value="0"/>
+ <value name="Protected" value="1"/>
+ <value name="Public" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="access" fullname="QMetaMethod::access" href="qmetamethod.html#access" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Access" signature="access() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="MethodType" fullname="QMetaMethod::MethodType" href="qmetamethod.html#MethodType-enum" location="qmetaobject.h">
+ <value name="Method" value="0"/>
+ <value name="Signal" value="1"/>
+ <value name="Slot" value="2"/>
+ <value name="Constructor" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="methodType" fullname="QMetaMethod::methodType" href="qmetamethod.html#methodType" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="MethodType" signature="methodType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="methodIndex" fullname="QMetaMethod::methodIndex" href="qmetamethod.html#methodIndex" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="methodIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invoke" fullname="QMetaMethod::invoke" href="qmetamethod.html#invoke" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="invoke(QObject * object, Qt::ConnectionType connectionType, QGenericReturnArgument returnValue, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="Qt::ConnectionType" right="" name="connectionType" default=""/>
+ <parameter left="QGenericReturnArgument" right="" name="returnValue" default=""/>
+ <parameter left="QGenericArgument" right="" name="val0" default="QGenericArgument( 0 )"/>
+ <parameter left="QGenericArgument" right="" name="val1" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val2" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val3" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val4" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val5" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val6" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val7" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val8" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val9" default="QGenericArgument()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invoke" fullname="QMetaMethod::invoke" href="qmetamethod.html#invoke-2" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="invoke(QObject * object, QGenericReturnArgument returnValue, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="QGenericReturnArgument" right="" name="returnValue" default=""/>
+ <parameter left="QGenericArgument" right="" name="val0" default="QGenericArgument( 0 )"/>
+ <parameter left="QGenericArgument" right="" name="val1" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val2" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val3" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val4" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val5" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val6" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val7" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val8" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val9" default="QGenericArgument()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invoke" fullname="QMetaMethod::invoke" href="qmetamethod.html#invoke-3" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="bool" signature="invoke(QObject * object, Qt::ConnectionType connectionType, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="Qt::ConnectionType" right="" name="connectionType" default=""/>
+ <parameter left="QGenericArgument" right="" name="val0" default="QGenericArgument( 0 )"/>
+ <parameter left="QGenericArgument" right="" name="val1" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val2" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val3" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val4" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val5" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val6" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val7" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val8" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val9" default="QGenericArgument()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invoke" fullname="QMetaMethod::invoke" href="qmetamethod.html#invoke-4" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="bool" signature="invoke(QObject * object, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="QGenericArgument" right="" name="val0" default="QGenericArgument( 0 )"/>
+ <parameter left="QGenericArgument" right="" name="val1" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val2" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val3" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val4" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val5" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val6" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val7" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val8" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val9" default="QGenericArgument()"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMetaEnum" href="qmetaenum.html" location="qmetaobject.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QMetaEnum::name" href="qmetaenum.html#name" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFlag" fullname="QMetaEnum::isFlag" href="qmetaenum.html#isFlag" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isFlag() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyCount" fullname="QMetaEnum::keyCount" href="qmetaenum.html#keyCount" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="keyCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="QMetaEnum::key" href="qmetaenum.html#key" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="key(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QMetaEnum::value" href="qmetaenum.html#value" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="value(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scope" fullname="QMetaEnum::scope" href="qmetaenum.html#scope" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="scope() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyToValue" fullname="QMetaEnum::keyToValue" href="qmetaenum.html#keyToValue" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="keyToValue(const char * key) const">
+ <parameter left="const char *" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valueToKey" fullname="QMetaEnum::valueToKey" href="qmetaenum.html#valueToKey" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="valueToKey(int value) const">
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keysToValue" fullname="QMetaEnum::keysToValue" href="qmetaenum.html#keysToValue" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="keysToValue(const char * keys) const">
+ <parameter left="const char *" right="" name="keys" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valueToKeys" fullname="QMetaEnum::valueToKeys" href="qmetaenum.html#valueToKeys" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="valueToKeys(int value) const">
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QMetaEnum::isValid" href="qmetaenum.html#isValid" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMetaProperty" href="qmetaproperty.html" location="qmetaobject.h" bases="" module="QtCore">
+ <contents name="property-meta-data" title="Property Meta-Data" level="1"/>
+ <contents name="copying-and-assignment" title="Copying and Assignment" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QMetaProperty::name" href="qmetaproperty.html#name" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="typeName" fullname="QMetaProperty::typeName" href="qmetaproperty.html#typeName" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="typeName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QMetaProperty::type" href="qmetaproperty.html#type" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant::Type" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="userType" fullname="QMetaProperty::userType" href="qmetaproperty.html#userType" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="userType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="propertyIndex" fullname="QMetaProperty::propertyIndex" href="qmetaproperty.html#propertyIndex" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="propertyIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isReadable" fullname="QMetaProperty::isReadable" href="qmetaproperty.html#isReadable" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isReadable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isWritable" fullname="QMetaProperty::isWritable" href="qmetaproperty.html#isWritable" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isWritable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isResettable" fullname="QMetaProperty::isResettable" href="qmetaproperty.html#isResettable" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isResettable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDesignable" fullname="QMetaProperty::isDesignable" href="qmetaproperty.html#isDesignable" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDesignable(const QObject * object) const">
+ <parameter left="const QObject *" right="" name="object" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isScriptable" fullname="QMetaProperty::isScriptable" href="qmetaproperty.html#isScriptable" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isScriptable(const QObject * object) const">
+ <parameter left="const QObject *" right="" name="object" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isStored" fullname="QMetaProperty::isStored" href="qmetaproperty.html#isStored" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isStored(const QObject * object) const">
+ <parameter left="const QObject *" right="" name="object" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="isEditable" fullname="QMetaProperty::isEditable" href="qmetaproperty-obsolete.html#isEditable" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEditable(const QObject * object) const">
+ <parameter left="const QObject *" right="" name="object" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isUser" fullname="QMetaProperty::isUser" href="qmetaproperty.html#isUser" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isUser(const QObject * object) const">
+ <parameter left="const QObject *" right="" name="object" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isConstant" fullname="QMetaProperty::isConstant" href="qmetaproperty.html#isConstant" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isConstant() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFinal" fullname="QMetaProperty::isFinal" href="qmetaproperty.html#isFinal" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isFinal() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFlagType" fullname="QMetaProperty::isFlagType" href="qmetaproperty.html#isFlagType" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isFlagType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEnumType" fullname="QMetaProperty::isEnumType" href="qmetaproperty.html#isEnumType" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEnumType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="enumerator" fullname="QMetaProperty::enumerator" href="qmetaproperty.html#enumerator" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMetaEnum" signature="enumerator() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasNotifySignal" fullname="QMetaProperty::hasNotifySignal" href="qmetaproperty.html#hasNotifySignal" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasNotifySignal() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="notifySignal" fullname="QMetaProperty::notifySignal" href="qmetaproperty.html#notifySignal" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMetaMethod" signature="notifySignal() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="notifySignalIndex" fullname="QMetaProperty::notifySignalIndex" href="qmetaproperty.html#notifySignalIndex" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="notifySignalIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="read" fullname="QMetaProperty::read" href="qmetaproperty.html#read" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="read(const QObject * object) const">
+ <parameter left="const QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="write" fullname="QMetaProperty::write" href="qmetaproperty.html#write" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="write(QObject * object, const QVariant &amp; value) const">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="QMetaProperty::reset" href="qmetaproperty.html#reset" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="reset(QObject * object) const">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QMetaProperty::isValid" href="qmetaproperty.html#isValid" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMetaClassInfo" href="qmetaclassinfo.html" location="qmetaobject.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QMetaClassInfo::name" href="qmetaclassinfo.html#name" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QMetaClassInfo::value" href="qmetaclassinfo.html#value" location="qmetaobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="value() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDecorationDefault" href="qdecorationdefault.html" location="qdecorationdefault_qws.h" bases="QDecoration" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDecorationDefault" fullname="QDecorationDefault::QDecorationDefault" href="qdecorationdefault.html#QDecorationDefault" location="qdecorationdefault_qws.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDecorationDefault()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDecorationDefault" fullname="QDecorationDefault::~QDecorationDefault" href="qdecorationdefault.html#dtor.QDecorationDefault" location="qdecorationdefault_qws.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDecorationDefault()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="region" fullname="QDecorationDefault::region" href="qdecorationdefault.html#region" location="qdecorationdefault_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QRegion" signature="region(const QWidget * widget, const QRect &amp; rect, int decorationRegion)">
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="int" right="" name="decorationRegion" default="All"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="QDecorationDefault::paint" href="qdecorationdefault.html#paint" location="qdecorationdefault_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="paint(QPainter * painter, const QWidget * widget, int decorationRegion, DecorationState state)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ <parameter left="int" right="" name="decorationRegion" default="All"/>
+ <parameter left="DecorationState" right="" name="state" default="Normal"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="titleBarHeight" fullname="QDecorationDefault::titleBarHeight" href="qdecorationdefault.html#titleBarHeight" location="qdecorationdefault_qws.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="int" signature="titleBarHeight(const QWidget * widget)">
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintButton" fullname="QDecorationDefault::paintButton" href="qdecorationdefault.html#paintButton" location="qdecorationdefault_qws.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintButton(QPainter * painter, const QWidget * widget, int buttonRegion, DecorationState state, const QPalette &amp; palette)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ <parameter left="int" right="" name="buttonRegion" default=""/>
+ <parameter left="DecorationState" right="" name="state" default=""/>
+ <parameter left="const QPalette &amp;" right="" name="palette" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="pixmapFor" fullname="QDecorationDefault::pixmapFor" href="qdecorationdefault.html#pixmapFor" location="qdecorationdefault_qws.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QPixmap" signature="pixmapFor(const QWidget * widget, int decorationRegion, int &amp; xoff, int &amp; yoff)">
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ <parameter left="int" right="" name="decorationRegion" default=""/>
+ <parameter left="int &amp;" right="" name="xoff" default=""/>
+ <parameter left="int &amp;" right="" name="yoff" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="xpmForRegion" fullname="QDecorationDefault::xpmForRegion" href="qdecorationdefault.html#xpmForRegion" location="qdecorationdefault_qws.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="const char **" signature="xpmForRegion(int region)">
+ <parameter left="int" right="" name="region" default=""/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="menu_width" fullname="QDecorationDefault::menu_width" href="qdecorationdefault.html#menu_width-var" location="qdecorationdefault_qws.h" type="int" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="help_width" fullname="QDecorationDefault::help_width" href="qdecorationdefault.html#help_width-var" location="qdecorationdefault_qws.h" type="int" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="close_width" fullname="QDecorationDefault::close_width" href="qdecorationdefault.html#close_width-var" location="qdecorationdefault_qws.h" type="int" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="minimize_width" fullname="QDecorationDefault::minimize_width" href="qdecorationdefault.html#minimize_width-var" location="qdecorationdefault_qws.h" type="int" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="maximize_width" fullname="QDecorationDefault::maximize_width" href="qdecorationdefault.html#maximize_width-var" location="qdecorationdefault_qws.h" type="int" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="normalize_width" fullname="QDecorationDefault::normalize_width" href="qdecorationdefault.html#normalize_width-var" location="qdecorationdefault_qws.h" type="int" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWrappedEvent" href="qwrappedevent.html" location="qwrappedevent.h" bases="QEvent" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWrappedEvent" fullname="QWrappedEvent::~QWrappedEvent" href="qwrappedevent.html#dtor.QWrappedEvent" location="qwrappedevent.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWrappedEvent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="object" fullname="QWrappedEvent::object" href="qwrappedevent.html#object" location="qwrappedevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QObject *" signature="object() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="event" fullname="QWrappedEvent::event" href="qwrappedevent.html#event" location="qwrappedevent.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QEvent *" signature="event() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QNetworkAddressEntry" href="qnetworkaddressentry.html" location="qnetworkinterface.h" bases="" module="QtNetwork">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QNetworkAddressEntry" fullname="QNetworkAddressEntry::QNetworkAddressEntry" href="qnetworkaddressentry.html#QNetworkAddressEntry" location="qnetworkinterface.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QNetworkAddressEntry()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QNetworkAddressEntry" fullname="QNetworkAddressEntry::QNetworkAddressEntry" href="qnetworkaddressentry.html#QNetworkAddressEntry-2" location="qnetworkinterface.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QNetworkAddressEntry(const QNetworkAddressEntry &amp; other)">
+ <parameter left="const QNetworkAddressEntry &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QNetworkAddressEntry::operator=" href="qnetworkaddressentry.html#operator=" location="qnetworkinterface.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QNetworkAddressEntry &amp;" signature="operator=(const QNetworkAddressEntry &amp; other)">
+ <parameter left="const QNetworkAddressEntry &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QNetworkAddressEntry" fullname="QNetworkAddressEntry::~QNetworkAddressEntry" href="qnetworkaddressentry.html#dtor.QNetworkAddressEntry" location="qnetworkinterface.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QNetworkAddressEntry()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QNetworkAddressEntry::operator==" href="qnetworkaddressentry.html#operator==" location="qnetworkinterface.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QNetworkAddressEntry &amp; other) const">
+ <parameter left="const QNetworkAddressEntry &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QNetworkAddressEntry::operator!=" href="qnetworkaddressentry.html#operator!=" location="qnetworkinterface.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QNetworkAddressEntry &amp; other) const">
+ <parameter left="const QNetworkAddressEntry &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ip" fullname="QNetworkAddressEntry::ip" href="qnetworkaddressentry.html#ip" location="qnetworkinterface.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QHostAddress" signature="ip() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIp" fullname="QNetworkAddressEntry::setIp" href="qnetworkaddressentry.html#setIp" location="qnetworkinterface.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setIp(const QHostAddress &amp; newIp)">
+ <parameter left="const QHostAddress &amp;" right="" name="newIp" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="netmask" fullname="QNetworkAddressEntry::netmask" href="qnetworkaddressentry.html#netmask" location="qnetworkinterface.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QHostAddress" signature="netmask() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNetmask" fullname="QNetworkAddressEntry::setNetmask" href="qnetworkaddressentry.html#setNetmask" location="qnetworkinterface.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNetmask(const QHostAddress &amp; newNetmask)">
+ <parameter left="const QHostAddress &amp;" right="" name="newNetmask" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prefixLength" fullname="QNetworkAddressEntry::prefixLength" href="qnetworkaddressentry.html#prefixLength" location="qnetworkinterface.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="prefixLength() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPrefixLength" fullname="QNetworkAddressEntry::setPrefixLength" href="qnetworkaddressentry.html#setPrefixLength" location="qnetworkinterface.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPrefixLength(int length)">
+ <parameter left="int" right="" name="length" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="broadcast" fullname="QNetworkAddressEntry::broadcast" href="qnetworkaddressentry.html#broadcast" location="qnetworkinterface.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QHostAddress" signature="broadcast() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBroadcast" fullname="QNetworkAddressEntry::setBroadcast" href="qnetworkaddressentry.html#setBroadcast" location="qnetworkinterface.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBroadcast(const QHostAddress &amp; newBroadcast)">
+ <parameter left="const QHostAddress &amp;" right="" name="newBroadcast" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QNetworkInterface" href="qnetworkinterface.html" location="qnetworkinterface.h" bases="" module="QtNetwork">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="InterfaceFlag" fullname="QNetworkInterface::InterfaceFlag" href="qnetworkinterface.html#InterfaceFlag-enum" location="qnetworkinterface.h" typedef="QNetworkInterface::InterfaceFlags">
+ <value name="IsUp" value="0x1"/>
+ <value name="IsRunning" value="0x2"/>
+ <value name="CanBroadcast" value="0x4"/>
+ <value name="IsLoopBack" value="0x8"/>
+ <value name="IsPointToPoint" value="0x10"/>
+ <value name="CanMulticast" value="0x20"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="InterfaceFlags" fullname="QNetworkInterface::InterfaceFlags" href="qnetworkinterface.html#InterfaceFlags-typedef" location="qnetworkinterface.h" enum="QNetworkInterface::InterfaceFlag"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QNetworkInterface" fullname="QNetworkInterface::QNetworkInterface" href="qnetworkinterface.html#QNetworkInterface" location="qnetworkinterface.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QNetworkInterface()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QNetworkInterface" fullname="QNetworkInterface::QNetworkInterface" href="qnetworkinterface.html#QNetworkInterface-2" location="qnetworkinterface.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QNetworkInterface(const QNetworkInterface &amp; other)">
+ <parameter left="const QNetworkInterface &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QNetworkInterface::operator=" href="qnetworkinterface.html#operator=" location="qnetworkinterface.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QNetworkInterface &amp;" signature="operator=(const QNetworkInterface &amp; other)">
+ <parameter left="const QNetworkInterface &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QNetworkInterface" fullname="QNetworkInterface::~QNetworkInterface" href="qnetworkinterface.html#dtor.QNetworkInterface" location="qnetworkinterface.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QNetworkInterface()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QNetworkInterface::isValid" href="qnetworkinterface.html#isValid" location="qnetworkinterface.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="index" fullname="QNetworkInterface::index" href="qnetworkinterface.html#index" location="qnetworkinterface.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="index() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QNetworkInterface::name" href="qnetworkinterface.html#name" location="qnetworkinterface.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="humanReadableName" fullname="QNetworkInterface::humanReadableName" href="qnetworkinterface.html#humanReadableName" location="qnetworkinterface.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="humanReadableName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flags" fullname="QNetworkInterface::flags" href="qnetworkinterface.html#flags" location="qnetworkinterface.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="InterfaceFlags" signature="flags() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hardwareAddress" fullname="QNetworkInterface::hardwareAddress" href="qnetworkinterface.html#hardwareAddress" location="qnetworkinterface.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="hardwareAddress() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addressEntries" fullname="QNetworkInterface::addressEntries" href="qnetworkinterface.html#addressEntries" location="qnetworkinterface.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QNetworkAddressEntry&gt;" signature="addressEntries() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="interfaceFromName" fullname="QNetworkInterface::interfaceFromName" href="qnetworkinterface.html#interfaceFromName" location="qnetworkinterface.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QNetworkInterface" signature="interfaceFromName(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="interfaceFromIndex" fullname="QNetworkInterface::interfaceFromIndex" href="qnetworkinterface.html#interfaceFromIndex" location="qnetworkinterface.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QNetworkInterface" signature="interfaceFromIndex(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="allInterfaces" fullname="QNetworkInterface::allInterfaces" href="qnetworkinterface.html#allInterfaces" location="qnetworkinterface.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QNetworkInterface&gt;" signature="allInterfaces()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="allAddresses" fullname="QNetworkInterface::allAddresses" href="qnetworkinterface.html#allAddresses" location="qnetworkinterface.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QHostAddress&gt;" signature="allAddresses()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAbstractFormBuilder" href="qabstractformbuilder.html" location="abstractformbuilder.h" bases="" module="QtDesigner">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractFormBuilder" fullname="QAbstractFormBuilder::QAbstractFormBuilder" href="qabstractformbuilder.html#QAbstractFormBuilder" location="abstractformbuilder.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractFormBuilder()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractFormBuilder" fullname="QAbstractFormBuilder::~QAbstractFormBuilder" href="qabstractformbuilder.html#dtor.QAbstractFormBuilder" location="abstractformbuilder.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractFormBuilder()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="workingDirectory" fullname="QAbstractFormBuilder::workingDirectory" href="qabstractformbuilder.html#workingDirectory" location="abstractformbuilder.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDir" signature="workingDirectory() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWorkingDirectory" fullname="QAbstractFormBuilder::setWorkingDirectory" href="qabstractformbuilder.html#setWorkingDirectory" location="abstractformbuilder.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWorkingDirectory(const QDir &amp; directory)">
+ <parameter left="const QDir &amp;" right="" name="directory" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QAbstractFormBuilder::load" href="qabstractformbuilder.html#load" location="abstractformbuilder.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QWidget *" signature="load(QIODevice * device, QWidget * parent)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="save" fullname="QAbstractFormBuilder::save" href="qabstractformbuilder.html#save" location="abstractformbuilder.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="save(QIODevice * device, QWidget * widget)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="m_laidout" fullname="QAbstractFormBuilder::m_laidout" href="qabstractformbuilder.html#m_laidout-var" location="abstractformbuilder.h" type="QHash&lt;QObject *, bool&gt;" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="m_actions" fullname="QAbstractFormBuilder::m_actions" href="qabstractformbuilder.html#m_actions-var" location="abstractformbuilder.h" type="QHash&lt;QString, QAction *&gt;" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="m_actionGroups" fullname="QAbstractFormBuilder::m_actionGroups" href="qabstractformbuilder.html#m_actionGroups-var" location="abstractformbuilder.h" type="QHash&lt;QString, QActionGroup *&gt;" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="m_defaultMargin" fullname="QAbstractFormBuilder::m_defaultMargin" href="qabstractformbuilder.html#m_defaultMargin-var" location="abstractformbuilder.h" type="int" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="m_defaultSpacing" fullname="QAbstractFormBuilder::m_defaultSpacing" href="qabstractformbuilder.html#m_defaultSpacing-var" location="abstractformbuilder.h" type="int" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="m_workingDirectory" fullname="QAbstractFormBuilder::m_workingDirectory" href="qabstractformbuilder.html#m_workingDirectory-var" location="abstractformbuilder.h" type="QDir" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="main" name="QmlEngine" href="qmlengine.html" location="qmlengine.h" bases="QObject" module="QtDeclarative">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QmlEngine" fullname="QmlEngine::QmlEngine" href="qmlengine.html#QmlEngine" location="qmlengine.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QmlEngine(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QmlEngine" fullname="QmlEngine::~QmlEngine" href="qmlengine.html#dtor.QmlEngine" location="qmlengine.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QmlEngine()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rootContext" fullname="QmlEngine::rootContext" href="qmlengine.html#rootContext" location="qmlengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QmlContext *" signature="rootContext()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearComponentCache" fullname="QmlEngine::clearComponentCache" href="qmlengine.html#clearComponentCache" location="qmlengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearComponentCache()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addImportPath" fullname="QmlEngine::addImportPath" href="qmlengine.html#addImportPath" location="qmlengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addImportPath(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNetworkAccessManager" fullname="QmlEngine::setNetworkAccessManager" href="qmlengine.html#setNetworkAccessManager" location="qmlengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNetworkAccessManager(QNetworkAccessManager * network)">
+ <parameter left="QNetworkAccessManager *" right="" name="network" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="networkAccessManager" fullname="QmlEngine::networkAccessManager" href="qmlengine.html#networkAccessManager" location="qmlengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QNetworkAccessManager *" signature="networkAccessManager() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="baseUrl" fullname="QmlEngine::baseUrl" href="qmlengine.html#baseUrl" location="qmlengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="baseUrl() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBaseUrl" fullname="QmlEngine::setBaseUrl" href="qmlengine.html#setBaseUrl" location="qmlengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBaseUrl(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contextForObject" fullname="QmlEngine::contextForObject" href="qmlengine.html#contextForObject" location="qmlengine.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QmlContext *" signature="contextForObject(const QObject * object)">
+ <parameter left="const QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContextForObject" fullname="QmlEngine::setContextForObject" href="qmlengine.html#setContextForObject" location="qmlengine.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setContextForObject(QObject * object, QmlContext * context)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="QmlContext *" right="" name="context" default=""/>
+ </function>
+ </class>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="QSpan" href="qrasterpaintengine.html#QSpan-typedef" location="qdrawhelper_p.h"/>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStringMatcher" href="qstringmatcher.html" location="qstringmatcher.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStringMatcher" fullname="QStringMatcher::QStringMatcher" href="qstringmatcher.html#QStringMatcher" location="qstringmatcher.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStringMatcher()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStringMatcher" fullname="QStringMatcher::QStringMatcher" href="qstringmatcher.html#QStringMatcher-2" location="qstringmatcher.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStringMatcher(const QString &amp; pattern, Qt::CaseSensitivity cs)">
+ <parameter left="const QString &amp;" right="" name="pattern" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStringMatcher" fullname="QStringMatcher::QStringMatcher" href="qstringmatcher.html#QStringMatcher-3" location="qstringmatcher.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QStringMatcher(const QChar * uc, int length, Qt::CaseSensitivity cs)">
+ <parameter left="const QChar *" right="" name="uc" default=""/>
+ <parameter left="int" right="" name="length" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStringMatcher" fullname="QStringMatcher::QStringMatcher" href="qstringmatcher.html#QStringMatcher-4" location="qstringmatcher.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QStringMatcher(const QStringMatcher &amp; other)">
+ <parameter left="const QStringMatcher &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QStringMatcher" fullname="QStringMatcher::~QStringMatcher" href="qstringmatcher.html#dtor.QStringMatcher" location="qstringmatcher.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QStringMatcher()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QStringMatcher::operator=" href="qstringmatcher.html#operator=" location="qstringmatcher.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QStringMatcher &amp;" signature="operator=(const QStringMatcher &amp; other)">
+ <parameter left="const QStringMatcher &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPattern" fullname="QStringMatcher::setPattern" href="qstringmatcher.html#setPattern" location="qstringmatcher.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPattern(const QString &amp; pattern)">
+ <parameter left="const QString &amp;" right="" name="pattern" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCaseSensitivity" fullname="QStringMatcher::setCaseSensitivity" href="qstringmatcher.html#setCaseSensitivity" location="qstringmatcher.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCaseSensitivity(Qt::CaseSensitivity cs)">
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexIn" fullname="QStringMatcher::indexIn" href="qstringmatcher.html#indexIn" location="qstringmatcher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexIn(const QString &amp; str, int from) const">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ <parameter left="int" right="" name="from" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexIn" fullname="QStringMatcher::indexIn" href="qstringmatcher.html#indexIn-2" location="qstringmatcher.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="indexIn(const QChar * str, int length, int from) const">
+ <parameter left="const QChar *" right="" name="str" default=""/>
+ <parameter left="int" right="" name="length" default=""/>
+ <parameter left="int" right="" name="from" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pattern" fullname="QStringMatcher::pattern" href="qstringmatcher.html#pattern" location="qstringmatcher.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="pattern() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="caseSensitivity" fullname="QStringMatcher::caseSensitivity" href="qstringmatcher.html#caseSensitivity" location="qstringmatcher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::CaseSensitivity" signature="caseSensitivity() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDBusArgument" href="qdbusargument.html" location="qdbusargument.h" bases="" module="QtDBus">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ElementType" fullname="QDBusArgument::ElementType" href="qdbusargument.html#ElementType-enum" location="qdbusargument.h">
+ <value name="BasicType" value="0"/>
+ <value name="VariantType" value="1"/>
+ <value name="ArrayType" value="2"/>
+ <value name="StructureType" value="3"/>
+ <value name="MapType" value="4"/>
+ <value name="MapEntryType" value="5"/>
+ <value name="UnknownType" value="-1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusArgument" fullname="QDBusArgument::QDBusArgument" href="qdbusargument.html#QDBusArgument" location="qdbusargument.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDBusArgument()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusArgument" fullname="QDBusArgument::QDBusArgument" href="qdbusargument.html#QDBusArgument-2" location="qdbusargument.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDBusArgument(const QDBusArgument &amp; other)">
+ <parameter left="const QDBusArgument &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDBusArgument::operator=" href="qdbusargument.html#operator=" location="qdbusargument.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDBusArgument &amp;" signature="operator=(const QDBusArgument &amp; other)">
+ <parameter left="const QDBusArgument &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDBusArgument" fullname="QDBusArgument::~QDBusArgument" href="qdbusargument.html#dtor.QDBusArgument" location="qdbusargument.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDBusArgument()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDBusArgument::operator&lt;&lt;" href="qdbusargument.html#operator&lt;&lt;" location="qdbusargument.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDBusArgument &amp;" signature="operator&lt;&lt;(uchar arg)">
+ <parameter left="uchar" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDBusArgument::operator&lt;&lt;" href="qdbusargument.html#operator&lt;&lt;-2" location="qdbusargument.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QDBusArgument &amp;" signature="operator&lt;&lt;(bool arg)">
+ <parameter left="bool" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDBusArgument::operator&lt;&lt;" href="qdbusargument.html#operator&lt;&lt;-3" location="qdbusargument.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QDBusArgument &amp;" signature="operator&lt;&lt;(short arg)">
+ <parameter left="short" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDBusArgument::operator&lt;&lt;" href="qdbusargument.html#operator&lt;&lt;-4" location="qdbusargument.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="QDBusArgument &amp;" signature="operator&lt;&lt;(ushort arg)">
+ <parameter left="ushort" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDBusArgument::operator&lt;&lt;" href="qdbusargument.html#operator&lt;&lt;-5" location="qdbusargument.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="QDBusArgument &amp;" signature="operator&lt;&lt;(int arg)">
+ <parameter left="int" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDBusArgument::operator&lt;&lt;" href="qdbusargument.html#operator&lt;&lt;-6" location="qdbusargument.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="QDBusArgument &amp;" signature="operator&lt;&lt;(uint arg)">
+ <parameter left="uint" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDBusArgument::operator&lt;&lt;" href="qdbusargument.html#operator&lt;&lt;-7" location="qdbusargument.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="QDBusArgument &amp;" signature="operator&lt;&lt;(qlonglong arg)">
+ <parameter left="qlonglong" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDBusArgument::operator&lt;&lt;" href="qdbusargument.html#operator&lt;&lt;-8" location="qdbusargument.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="QDBusArgument &amp;" signature="operator&lt;&lt;(qulonglong arg)">
+ <parameter left="qulonglong" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDBusArgument::operator&lt;&lt;" href="qdbusargument.html#operator&lt;&lt;-9" location="qdbusargument.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" type="QDBusArgument &amp;" signature="operator&lt;&lt;(double arg)">
+ <parameter left="double" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDBusArgument::operator&lt;&lt;" href="qdbusargument.html#operator&lt;&lt;-10" location="qdbusargument.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="10" type="QDBusArgument &amp;" signature="operator&lt;&lt;(const QString &amp; arg)">
+ <parameter left="const QString &amp;" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDBusArgument::operator&lt;&lt;" href="qdbusargument.html#operator&lt;&lt;-13" location="qdbusargument.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="13" type="QDBusArgument &amp;" signature="operator&lt;&lt;(const QDBusVariant &amp; arg)">
+ <parameter left="const QDBusVariant &amp;" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDBusArgument::operator&lt;&lt;" href="qdbusargument.html#operator&lt;&lt;-14" location="qdbusargument.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="14" type="QDBusArgument &amp;" signature="operator&lt;&lt;(const QStringList &amp; arg)">
+ <parameter left="const QStringList &amp;" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QDBusArgument::operator&lt;&lt;" href="qdbusargument.html#operator&lt;&lt;-15" location="qdbusargument.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="15" type="QDBusArgument &amp;" signature="operator&lt;&lt;(const QByteArray &amp; arg)">
+ <parameter left="const QByteArray &amp;" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beginStructure" fullname="QDBusArgument::beginStructure" href="qdbusargument.html#beginStructure" location="qdbusargument.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="beginStructure()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endStructure" fullname="QDBusArgument::endStructure" href="qdbusargument.html#endStructure" location="qdbusargument.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="endStructure()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beginArray" fullname="QDBusArgument::beginArray" href="qdbusargument.html#beginArray" location="qdbusargument.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="beginArray(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endArray" fullname="QDBusArgument::endArray" href="qdbusargument.html#endArray" location="qdbusargument.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="endArray()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beginMap" fullname="QDBusArgument::beginMap" href="qdbusargument.html#beginMap" location="qdbusargument.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="beginMap(int kid, int vid)">
+ <parameter left="int" right="" name="kid" default=""/>
+ <parameter left="int" right="" name="vid" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endMap" fullname="QDBusArgument::endMap" href="qdbusargument.html#endMap" location="qdbusargument.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="endMap()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beginMapEntry" fullname="QDBusArgument::beginMapEntry" href="qdbusargument.html#beginMapEntry" location="qdbusargument.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="beginMapEntry()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endMapEntry" fullname="QDBusArgument::endMapEntry" href="qdbusargument.html#endMapEntry" location="qdbusargument.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="endMapEntry()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentType" fullname="QDBusArgument::currentType" href="qdbusargument.html#currentType" location="qdbusargument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ElementType" signature="currentType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDBusArgument::operator&gt;&gt;" href="qdbusargument.html#operator&gt;&gt;" location="qdbusargument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QDBusArgument &amp;" signature="operator&gt;&gt;(uchar &amp; arg) const">
+ <parameter left="uchar &amp;" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDBusArgument::operator&gt;&gt;" href="qdbusargument.html#operator&gt;&gt;-2" location="qdbusargument.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const QDBusArgument &amp;" signature="operator&gt;&gt;(bool &amp; arg) const">
+ <parameter left="bool &amp;" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDBusArgument::operator&gt;&gt;" href="qdbusargument.html#operator&gt;&gt;-4" location="qdbusargument.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="const QDBusArgument &amp;" signature="operator&gt;&gt;(short &amp; arg) const">
+ <parameter left="short &amp;" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDBusArgument::operator&gt;&gt;" href="qdbusargument.html#operator&gt;&gt;-3" location="qdbusargument.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="const QDBusArgument &amp;" signature="operator&gt;&gt;(ushort &amp; arg) const">
+ <parameter left="ushort &amp;" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDBusArgument::operator&gt;&gt;" href="qdbusargument.html#operator&gt;&gt;-5" location="qdbusargument.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="5" type="const QDBusArgument &amp;" signature="operator&gt;&gt;(int &amp; arg) const">
+ <parameter left="int &amp;" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDBusArgument::operator&gt;&gt;" href="qdbusargument.html#operator&gt;&gt;-6" location="qdbusargument.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="6" type="const QDBusArgument &amp;" signature="operator&gt;&gt;(uint &amp; arg) const">
+ <parameter left="uint &amp;" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDBusArgument::operator&gt;&gt;" href="qdbusargument.html#operator&gt;&gt;-7" location="qdbusargument.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="7" type="const QDBusArgument &amp;" signature="operator&gt;&gt;(qlonglong &amp; arg) const">
+ <parameter left="qlonglong &amp;" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDBusArgument::operator&gt;&gt;" href="qdbusargument.html#operator&gt;&gt;-8" location="qdbusargument.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="8" type="const QDBusArgument &amp;" signature="operator&gt;&gt;(qulonglong &amp; arg) const">
+ <parameter left="qulonglong &amp;" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDBusArgument::operator&gt;&gt;" href="qdbusargument.html#operator&gt;&gt;-9" location="qdbusargument.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="9" type="const QDBusArgument &amp;" signature="operator&gt;&gt;(double &amp; arg) const">
+ <parameter left="double &amp;" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDBusArgument::operator&gt;&gt;" href="qdbusargument.html#operator&gt;&gt;-10" location="qdbusargument.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="10" type="const QDBusArgument &amp;" signature="operator&gt;&gt;(QString &amp; arg) const">
+ <parameter left="QString &amp;" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDBusArgument::operator&gt;&gt;" href="qdbusargument.html#operator&gt;&gt;-13" location="qdbusargument.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="13" type="const QDBusArgument &amp;" signature="operator&gt;&gt;(QDBusVariant &amp; arg) const">
+ <parameter left="QDBusVariant &amp;" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDBusArgument::operator&gt;&gt;" href="qdbusargument.html#operator&gt;&gt;-14" location="qdbusargument.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="14" type="const QDBusArgument &amp;" signature="operator&gt;&gt;(QStringList &amp; arg) const">
+ <parameter left="QStringList &amp;" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" fullname="QDBusArgument::operator&gt;&gt;" href="qdbusargument.html#operator&gt;&gt;-15" location="qdbusargument.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="15" type="const QDBusArgument &amp;" signature="operator&gt;&gt;(QByteArray &amp; arg) const">
+ <parameter left="QByteArray &amp;" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beginStructure" fullname="QDBusArgument::beginStructure" href="qdbusargument.html#beginStructure-2" location="qdbusargument.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="void" signature="beginStructure() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endStructure" fullname="QDBusArgument::endStructure" href="qdbusargument.html#endStructure-2" location="qdbusargument.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="void" signature="endStructure() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beginArray" fullname="QDBusArgument::beginArray" href="qdbusargument.html#beginArray-2" location="qdbusargument.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="void" signature="beginArray() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endArray" fullname="QDBusArgument::endArray" href="qdbusargument.html#endArray-2" location="qdbusargument.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="void" signature="endArray() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beginMap" fullname="QDBusArgument::beginMap" href="qdbusargument.html#beginMap-2" location="qdbusargument.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="void" signature="beginMap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endMap" fullname="QDBusArgument::endMap" href="qdbusargument.html#endMap-2" location="qdbusargument.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="void" signature="endMap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beginMapEntry" fullname="QDBusArgument::beginMapEntry" href="qdbusargument.html#beginMapEntry-2" location="qdbusargument.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="void" signature="beginMapEntry() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endMapEntry" fullname="QDBusArgument::endMapEntry" href="qdbusargument.html#endMapEntry-2" location="qdbusargument.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="void" signature="endMapEntry() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atEnd" fullname="QDBusArgument::atEnd" href="qdbusargument.html#atEnd" location="qdbusargument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="atEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="asVariant" fullname="QDBusArgument::asVariant" href="qdbusargument.html#asVariant" location="qdbusargument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="asVariant() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qdbus_cast" href="qdbusargument.html#qdbus_cast" location="qdbusargument.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QDBusArgument" type="T" signature="qdbus_cast(const QDBusArgument &amp; argument)">
+ <parameter left="const QDBusArgument &amp;" right="" name="argument" default=""/>
+ </function>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextDocumentFragment" href="qtextdocumentfragment.html" location="qtextdocumentfragment.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextDocumentFragment" fullname="QTextDocumentFragment::QTextDocumentFragment" href="qtextdocumentfragment.html#QTextDocumentFragment" location="qtextdocumentfragment.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextDocumentFragment()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextDocumentFragment" fullname="QTextDocumentFragment::QTextDocumentFragment" href="qtextdocumentfragment.html#QTextDocumentFragment-2" location="qtextdocumentfragment.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTextDocumentFragment(const QTextDocument * document)">
+ <parameter left="const QTextDocument *" right="" name="document" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextDocumentFragment" fullname="QTextDocumentFragment::QTextDocumentFragment" href="qtextdocumentfragment.html#QTextDocumentFragment-3" location="qtextdocumentfragment.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QTextDocumentFragment(const QTextCursor &amp; cursor)">
+ <parameter left="const QTextCursor &amp;" right="" name="cursor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextDocumentFragment" fullname="QTextDocumentFragment::QTextDocumentFragment" href="qtextdocumentfragment.html#QTextDocumentFragment-4" location="qtextdocumentfragment.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QTextDocumentFragment(const QTextDocumentFragment &amp; other)">
+ <parameter left="const QTextDocumentFragment &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QTextDocumentFragment::operator=" href="qtextdocumentfragment.html#operator=" location="qtextdocumentfragment.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTextDocumentFragment &amp;" signature="operator=(const QTextDocumentFragment &amp; other)">
+ <parameter left="const QTextDocumentFragment &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTextDocumentFragment" fullname="QTextDocumentFragment::~QTextDocumentFragment" href="qtextdocumentfragment.html#dtor.QTextDocumentFragment" location="qtextdocumentfragment.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTextDocumentFragment()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QTextDocumentFragment::isEmpty" href="qtextdocumentfragment.html#isEmpty" location="qtextdocumentfragment.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPlainText" fullname="QTextDocumentFragment::toPlainText" href="qtextdocumentfragment.html#toPlainText" location="qtextdocumentfragment.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toPlainText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toHtml" fullname="QTextDocumentFragment::toHtml" href="qtextdocumentfragment.html#toHtml-2" location="qtextdocumentfragment.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QString" signature="toHtml() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toHtml" fullname="QTextDocumentFragment::toHtml" href="qtextdocumentfragment.html#toHtml" location="qtextdocumentfragment.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toHtml(const QByteArray &amp; encoding) const">
+ <parameter left="const QByteArray &amp;" right="" name="encoding" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromPlainText" fullname="QTextDocumentFragment::fromPlainText" href="qtextdocumentfragment.html#fromPlainText" location="qtextdocumentfragment.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QTextDocumentFragment" signature="fromPlainText(const QString &amp; plainText)">
+ <parameter left="const QString &amp;" right="" name="plainText" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromHtml" fullname="QTextDocumentFragment::fromHtml" href="qtextdocumentfragment.html#fromHtml" location="qtextdocumentfragment.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QTextDocumentFragment" signature="fromHtml(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromHtml" fullname="QTextDocumentFragment::fromHtml" href="qtextdocumentfragment.html#fromHtml-2" location="qtextdocumentfragment.cpp" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QTextDocumentFragment" signature="fromHtml(const QString &amp; text, const QTextDocument * resourceProvider)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QTextDocument *" right="" name="resourceProvider" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QInputContextPlugin" href="qinputcontextplugin.html" location="qinputcontextplugin.h" bases="QObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QInputContextPlugin" fullname="QInputContextPlugin::QInputContextPlugin" href="qinputcontextplugin.html#QInputContextPlugin" location="qinputcontextplugin.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QInputContextPlugin(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QInputContextPlugin" fullname="QInputContextPlugin::~QInputContextPlugin" href="qinputcontextplugin.html#dtor.QInputContextPlugin" location="qinputcontextplugin.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QInputContextPlugin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QInputContextPlugin::keys" href="qinputcontextplugin.html#keys" location="qinputcontextplugin.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="keys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QInputContextPlugin::create" href="qinputcontextplugin.html#create" location="qinputcontextplugin.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QInputContext *" signature="create(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="languages" fullname="QInputContextPlugin::languages" href="qinputcontextplugin.html#languages" location="qinputcontextplugin.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QStringList" signature="languages(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="displayName" fullname="QInputContextPlugin::displayName" href="qinputcontextplugin.html#displayName" location="qinputcontextplugin.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QString" signature="displayName(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="description" fullname="QInputContextPlugin::description" href="qinputcontextplugin.html#description" location="qinputcontextplugin.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QString" signature="description(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPauseAnimation" href="qpauseanimation.html" location="qpauseanimation.h" bases="QAbstractAnimation" module="QtCore">
+ <property access="public" threadsafety="unspecified" status="commendable" name="duration" fullname="QPauseAnimation::duration" href="qpauseanimation.html#duration-prop" location="qpauseanimation.h" type="int">
+ <getter name="duration"/>
+ <setter name="setDuration"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPauseAnimation" fullname="QPauseAnimation::QPauseAnimation" href="qpauseanimation.html#QPauseAnimation" location="qpauseanimation.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPauseAnimation(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPauseAnimation" fullname="QPauseAnimation::QPauseAnimation" href="qpauseanimation.html#QPauseAnimation-2" location="qpauseanimation.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QPauseAnimation(int msecs, QObject * parent)">
+ <parameter left="int" right="" name="msecs" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPauseAnimation" fullname="QPauseAnimation::~QPauseAnimation" href="qpauseanimation.html#dtor.QPauseAnimation" location="qpauseanimation.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPauseAnimation()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="duration" fullname="QPauseAnimation::duration" href="qpauseanimation.html#duration-prop" location="qpauseanimation.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" associated-property="duration" type="int" signature="duration() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDuration" fullname="QPauseAnimation::setDuration" href="qpauseanimation.html#duration-prop" location="qpauseanimation.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="duration" type="void" signature="setDuration(int msecs)">
+ <parameter left="int" right="" name="msecs" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QPauseAnimation::event" href="qpauseanimation.html#event" location="qpauseanimation.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateCurrentTime" fullname="QPauseAnimation::updateCurrentTime" href="qpauseanimation.html#updateCurrentTime" location="qpauseanimation.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateCurrentTime(int msecs)">
+ <parameter left="int" right="" name="msecs" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsSvgItem" href="qgraphicssvgitem.html" location="qgraphicssvgitem.h" bases="QGraphicsItem,QObject" module="QtSvg">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsSvgItem" fullname="QGraphicsSvgItem::QGraphicsSvgItem" href="qgraphicssvgitem.html#QGraphicsSvgItem" location="qgraphicssvgitem.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsSvgItem(QGraphicsItem * parent)">
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsSvgItem" fullname="QGraphicsSvgItem::QGraphicsSvgItem" href="qgraphicssvgitem.html#QGraphicsSvgItem-2" location="qgraphicssvgitem.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QGraphicsSvgItem(const QString &amp; fileName, QGraphicsItem * parent)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSharedRenderer" fullname="QGraphicsSvgItem::setSharedRenderer" href="qgraphicssvgitem.html#setSharedRenderer" location="qgraphicssvgitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSharedRenderer(QSvgRenderer * renderer)">
+ <parameter left="QSvgRenderer *" right="" name="renderer" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="renderer" fullname="QGraphicsSvgItem::renderer" href="qgraphicssvgitem.html#renderer" location="qgraphicssvgitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSvgRenderer *" signature="renderer() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setElementId" fullname="QGraphicsSvgItem::setElementId" href="qgraphicssvgitem.html#setElementId" location="qgraphicssvgitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setElementId(const QString &amp; id)">
+ <parameter left="const QString &amp;" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="elementId" fullname="QGraphicsSvgItem::elementId" href="qgraphicssvgitem.html#elementId" location="qgraphicssvgitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="elementId() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setCachingEnabled" fullname="QGraphicsSvgItem::setCachingEnabled" href="qgraphicssvgitem-obsolete.html#setCachingEnabled" location="qgraphicssvgitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCachingEnabled(bool caching)">
+ <parameter left="bool" right="" name="caching" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="isCachingEnabled" fullname="QGraphicsSvgItem::isCachingEnabled" href="qgraphicssvgitem-obsolete.html#isCachingEnabled" location="qgraphicssvgitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCachingEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaximumCacheSize" fullname="QGraphicsSvgItem::setMaximumCacheSize" href="qgraphicssvgitem.html#setMaximumCacheSize" location="qgraphicssvgitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMaximumCacheSize(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumCacheSize" fullname="QGraphicsSvgItem::maximumCacheSize" href="qgraphicssvgitem.html#maximumCacheSize" location="qgraphicssvgitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="maximumCacheSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QGraphicsSvgItem::boundingRect" href="qgraphicssvgitem.html#boundingRect" location="qgraphicssvgitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="QGraphicsSvgItem::paint" href="qgraphicssvgitem.html#paint" location="qgraphicssvgitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QStyleOptionGraphicsItem *" right="" name="option" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QGraphicsSvgItem::Type" href="qgraphicssvgitem.html#Type-var" location="qgraphicssvgitem.h" type="const int" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QGraphicsSvgItem::type" href="qgraphicssvgitem.html#type" location="qgraphicssvgitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="type() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QSslKey" href="qsslkey.html" location="qsslkey.h" bases="" module="QtNetwork">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSslKey" fullname="QSslKey::QSslKey" href="qsslkey.html#QSslKey" location="qsslkey.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSslKey()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSslKey" fullname="QSslKey::QSslKey" href="qsslkey.html#QSslKey-2" location="qsslkey.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSslKey(const QByteArray &amp; encoded, QSsl::KeyAlgorithm algorithm, QSsl::EncodingFormat encoding, QSsl::KeyType type, const QByteArray &amp; passPhrase)">
+ <parameter left="const QByteArray &amp;" right="" name="encoded" default=""/>
+ <parameter left="QSsl::KeyAlgorithm" right="" name="algorithm" default=""/>
+ <parameter left="QSsl::EncodingFormat" right="" name="encoding" default="QSsl::Pem"/>
+ <parameter left="QSsl::KeyType" right="" name="type" default="QSsl::PrivateKey"/>
+ <parameter left="const QByteArray &amp;" right="" name="passPhrase" default="QByteArray()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSslKey" fullname="QSslKey::QSslKey" href="qsslkey.html#QSslKey-3" location="qsslkey.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QSslKey(QIODevice * device, QSsl::KeyAlgorithm algorithm, QSsl::EncodingFormat encoding, QSsl::KeyType type, const QByteArray &amp; passPhrase)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ <parameter left="QSsl::KeyAlgorithm" right="" name="algorithm" default=""/>
+ <parameter left="QSsl::EncodingFormat" right="" name="encoding" default="QSsl::Pem"/>
+ <parameter left="QSsl::KeyType" right="" name="type" default="QSsl::PrivateKey"/>
+ <parameter left="const QByteArray &amp;" right="" name="passPhrase" default="QByteArray()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSslKey" fullname="QSslKey::QSslKey" href="qsslkey.html#QSslKey-4" location="qsslkey.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QSslKey(const QSslKey &amp; other)">
+ <parameter left="const QSslKey &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSslKey" fullname="QSslKey::~QSslKey" href="qsslkey.html#dtor.QSslKey" location="qsslkey.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSslKey()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QSslKey::operator=" href="qsslkey.html#operator=" location="qsslkey.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSslKey &amp;" signature="operator=(const QSslKey &amp; other)">
+ <parameter left="const QSslKey &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QSslKey::isNull" href="qsslkey.html#isNull" location="qsslkey.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QSslKey::clear" href="qsslkey.html#clear" location="qsslkey.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="length" fullname="QSslKey::length" href="qsslkey.html#length" location="qsslkey.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="length() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QSslKey::type" href="qsslkey.html#type" location="qsslkey.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSsl::KeyType" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="algorithm" fullname="QSslKey::algorithm" href="qsslkey.html#algorithm" location="qsslkey.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSsl::KeyAlgorithm" signature="algorithm() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPem" fullname="QSslKey::toPem" href="qsslkey.html#toPem" location="qsslkey.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="toPem(const QByteArray &amp; passPhrase) const">
+ <parameter left="const QByteArray &amp;" right="" name="passPhrase" default="QByteArray()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toDer" fullname="QSslKey::toDer" href="qsslkey.html#toDer" location="qsslkey.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="toDer(const QByteArray &amp; passPhrase) const">
+ <parameter left="const QByteArray &amp;" right="" name="passPhrase" default="QByteArray()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="handle" fullname="QSslKey::handle" href="qsslkey.html#handle" location="qsslkey.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::HANDLE" signature="handle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QSslKey::operator==" href="qsslkey.html#operator==" location="qsslkey.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QSslKey &amp; other) const">
+ <parameter left="const QSslKey &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QSslKey::operator!=" href="qsslkey.html#operator!=" location="qsslkey.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QSslKey &amp; other) const">
+ <parameter left="const QSslKey &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPageSetupDialog" href="qpagesetupdialog.html" location="qpagesetupdialog.h" bases="QDialog" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="options" fullname="QPageSetupDialog::options" href="qpagesetupdialog.html#options-prop" location="qpagesetupdialog.h" type="PageSetupDialogOptions">
+ <getter name="options"/>
+ <setter name="setOptions"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PageSetupDialogOption" fullname="QPageSetupDialog::PageSetupDialogOption" href="qpagesetupdialog.html#PageSetupDialogOption-enum" location="qpagesetupdialog.h" typedef="QPageSetupDialog::PageSetupDialogOptions">
+ <value name="None" value="0x00000000"/>
+ <value name="DontUseSheet" value="0x00000001"/>
+ <value name="OwnsPrinter" value="0x80000000"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="PageSetupDialogOptions" fullname="QPageSetupDialog::PageSetupDialogOptions" href="qpagesetupdialog.html#PageSetupDialogOptions-typedef" location="qpagesetupdialog.h" enum="QPageSetupDialog::PageSetupDialogOption"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPageSetupDialog" fullname="QPageSetupDialog::QPageSetupDialog" href="qpagesetupdialog.html#QPageSetupDialog" location="qpagesetupdialog_mac.mm" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPageSetupDialog(QPrinter * printer, QWidget * parent)">
+ <parameter left="QPrinter *" right="" name="printer" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPageSetupDialog" fullname="QPageSetupDialog::QPageSetupDialog" href="qpagesetupdialog.html#QPageSetupDialog-2" location="qpagesetupdialog_mac.mm" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QPageSetupDialog(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="addEnabledOption" fullname="QPageSetupDialog::addEnabledOption" href="qpagesetupdialog-obsolete.html#addEnabledOption" location="qpagesetupdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addEnabledOption(PageSetupDialogOption option)">
+ <parameter left="PageSetupDialogOption" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setEnabledOptions" fullname="QPageSetupDialog::setEnabledOptions" href="qpagesetupdialog-obsolete.html#setEnabledOptions" location="qpagesetupdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEnabledOptions(QFlags&lt;QPageSetupDialog::PageSetupDialogOption&gt; options)">
+ <parameter left="QFlags&lt;QPageSetupDialog::PageSetupDialogOption&gt;" right="" name="options" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="enabledOptions" fullname="QPageSetupDialog::enabledOptions" href="qpagesetupdialog-obsolete.html#enabledOptions" location="qpagesetupdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="PageSetupDialogOptions" signature="enabledOptions() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="isOptionEnabled" fullname="QPageSetupDialog::isOptionEnabled" href="qpagesetupdialog-obsolete.html#isOptionEnabled" location="qpagesetupdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isOptionEnabled(PageSetupDialogOption option) const">
+ <parameter left="PageSetupDialogOption" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOption" fullname="QPageSetupDialog::setOption" href="qpagesetupdialog.html#setOption" location="qpagesetupdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOption(PageSetupDialogOption option, bool on)">
+ <parameter left="PageSetupDialogOption" right="" name="option" default=""/>
+ <parameter left="bool" right="" name="on" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testOption" fullname="QPageSetupDialog::testOption" href="qpagesetupdialog.html#testOption" location="qpagesetupdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="testOption(PageSetupDialogOption option) const">
+ <parameter left="PageSetupDialogOption" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOptions" fullname="QPageSetupDialog::setOptions" href="qpagesetupdialog.html#options-prop" location="qpagesetupdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="options" type="void" signature="setOptions(QFlags&lt;QPageSetupDialog::PageSetupDialogOption&gt; options)">
+ <parameter left="QFlags&lt;QPageSetupDialog::PageSetupDialogOption&gt;" right="" name="options" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="options" fullname="QPageSetupDialog::options" href="qpagesetupdialog.html#options-prop" location="qpagesetupdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="options" type="PageSetupDialogOptions" signature="options() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="QPageSetupDialog::setVisible" href="qpagesetupdialog.html#setVisible" location="qpagesetupdialog_mac.mm" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QPageSetupDialog::open" href="qpagesetupdialog.html#open" location="qpagesetupdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="open(QObject * receiver, const char * member)">
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="printer" fullname="QPageSetupDialog::printer" href="qpagesetupdialog.html#printer" location="qpagesetupdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPrinter *" signature="printer()"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qScriptValueFromValue" href="qscriptengine.html#qScriptValueFromValue" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QScriptEngine" type="QScriptValue" signature="qScriptValueFromValue(QScriptEngine * engine, const T &amp; value)">
+ <parameter left="QScriptEngine *" right="" name="engine" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qScriptValueToValue" href="qscriptengine.html#qScriptValueToValue" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QScriptEngine" type="T" signature="qScriptValueToValue(const QScriptValue &amp; value)">
+ <parameter left="const QScriptValue &amp;" right="" name="value" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QScriptSyntaxCheckResult" href="qscriptsyntaxcheckresult.html" location="qscriptengine.h" bases="" module="QtScript">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="State" fullname="QScriptSyntaxCheckResult::State" href="qscriptsyntaxcheckresult.html#State-enum" location="qscriptengine.h">
+ <value name="Error" value="0"/>
+ <value name="Intermediate" value="1"/>
+ <value name="Valid" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScriptSyntaxCheckResult" fullname="QScriptSyntaxCheckResult::QScriptSyntaxCheckResult" href="qscriptsyntaxcheckresult.html#QScriptSyntaxCheckResult" location="qscriptengine.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QScriptSyntaxCheckResult(const QScriptSyntaxCheckResult &amp; other)">
+ <parameter left="const QScriptSyntaxCheckResult &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QScriptSyntaxCheckResult" fullname="QScriptSyntaxCheckResult::~QScriptSyntaxCheckResult" href="qscriptsyntaxcheckresult.html#dtor.QScriptSyntaxCheckResult" location="qscriptengine.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QScriptSyntaxCheckResult()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QScriptSyntaxCheckResult::state" href="qscriptsyntaxcheckresult.html#state" location="qscriptengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="State" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorLineNumber" fullname="QScriptSyntaxCheckResult::errorLineNumber" href="qscriptsyntaxcheckresult.html#errorLineNumber" location="qscriptengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="errorLineNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorColumnNumber" fullname="QScriptSyntaxCheckResult::errorColumnNumber" href="qscriptsyntaxcheckresult.html#errorColumnNumber" location="qscriptengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="errorColumnNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorMessage" fullname="QScriptSyntaxCheckResult::errorMessage" href="qscriptsyntaxcheckresult.html#errorMessage" location="qscriptengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorMessage() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QScriptSyntaxCheckResult::operator=" href="qscriptsyntaxcheckresult.html#operator=" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptSyntaxCheckResult &amp;" signature="operator=(const QScriptSyntaxCheckResult &amp; other)">
+ <parameter left="const QScriptSyntaxCheckResult &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QScriptEngine" href="qscriptengine.html" location="qscriptengine.h" bases="QObject" module="QtScript">
+ <contents name="evaluating-scripts" title="Evaluating Scripts" level="1"/>
+ <contents name="engine-configuration" title="Engine Configuration" level="1"/>
+ <contents name="script-exceptions" title="Script Exceptions" level="1"/>
+ <contents name="script-object-creation" title="Script Object Creation" level="1"/>
+ <contents name="qobject-integration" title="QObject Integration" level="1"/>
+ <contents name="support-for-custom-c-types" title="Support for Custom C++ Types" level="1"/>
+ <contents name="importing-extensions" title="Importing Extensions" level="1"/>
+ <contents name="native-functions" title="Native Functions" level="1"/>
+ <contents name="long-running-scripts" title="Long-running Scripts" level="1"/>
+ <contents name="core-debugging-tracing-facilities" title="Core Debugging/Tracing Facilities" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ValueOwnership" fullname="QScriptEngine::ValueOwnership" href="qscriptengine.html#ValueOwnership-enum" location="qscriptengine.h">
+ <value name="QtOwnership" value="0"/>
+ <value name="ScriptOwnership" value="1"/>
+ <value name="AutoOwnership" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="QObjectWrapOption" fullname="QScriptEngine::QObjectWrapOption" href="qscriptengine.html#QObjectWrapOption-enum" location="qscriptengine.h" typedef="QScriptEngine::QObjectWrapOptions">
+ <value name="ExcludeChildObjects" value="0x0001"/>
+ <value name="ExcludeSuperClassMethods" value="0x0002"/>
+ <value name="ExcludeSuperClassProperties" value="0x0004"/>
+ <value name="ExcludeSuperClassContents" value="0x0006"/>
+ <value name="SkipMethodsInEnumeration" value="0x0008"/>
+ <value name="ExcludeDeleteLater" value="0x0010"/>
+ <value name="AutoCreateDynamicProperties" value="0x0100"/>
+ <value name="PreferExistingWrapperObject" value="0x0200"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="QObjectWrapOptions" fullname="QScriptEngine::QObjectWrapOptions" href="qscriptengine.html#QObjectWrapOptions-typedef" location="qscriptengine.h" enum="QScriptEngine::QObjectWrapOption"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScriptEngine" fullname="QScriptEngine::QScriptEngine" href="qscriptengine.html#QScriptEngine" location="qscriptengine.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QScriptEngine()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScriptEngine" fullname="QScriptEngine::QScriptEngine" href="qscriptengine.html#QScriptEngine-2" location="qscriptengine.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QScriptEngine(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QScriptEngine" fullname="QScriptEngine::~QScriptEngine" href="qscriptengine.html#dtor.QScriptEngine" location="qscriptengine.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QScriptEngine()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="globalObject" fullname="QScriptEngine::globalObject" href="qscriptengine.html#globalObject" location="qscriptengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptValue" signature="globalObject() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGlobalObject" fullname="QScriptEngine::setGlobalObject" href="qscriptengine.html#setGlobalObject" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setGlobalObject(const QScriptValue &amp; object)">
+ <parameter left="const QScriptValue &amp;" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentContext" fullname="QScriptEngine::currentContext" href="qscriptengine.html#currentContext" location="qscriptengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptContext *" signature="currentContext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pushContext" fullname="QScriptEngine::pushContext" href="qscriptengine.html#pushContext" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptContext *" signature="pushContext()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="popContext" fullname="QScriptEngine::popContext" href="qscriptengine.html#popContext" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="popContext()"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="canEvaluate" fullname="QScriptEngine::canEvaluate" href="qscriptengine-obsolete.html#canEvaluate" location="qscriptengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="canEvaluate(const QString &amp; program) const">
+ <parameter left="const QString &amp;" right="" name="program" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="checkSyntax" fullname="QScriptEngine::checkSyntax" href="qscriptengine.html#checkSyntax" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QScriptSyntaxCheckResult" signature="checkSyntax(const QString &amp; program)">
+ <parameter left="const QString &amp;" right="" name="program" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="evaluate" fullname="QScriptEngine::evaluate" href="qscriptengine.html#evaluate" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptValue" signature="evaluate(const QString &amp; program, const QString &amp; fileName, int lineNumber)">
+ <parameter left="const QString &amp;" right="" name="program" default=""/>
+ <parameter left="const QString &amp;" right="" name="fileName" default="QString()"/>
+ <parameter left="int" right="" name="lineNumber" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEvaluating" fullname="QScriptEngine::isEvaluating" href="qscriptengine.html#isEvaluating" location="qscriptengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEvaluating() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="abortEvaluation" fullname="QScriptEngine::abortEvaluation" href="qscriptengine.html#abortEvaluation" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="abortEvaluation(const QScriptValue &amp; result)">
+ <parameter left="const QScriptValue &amp;" right="" name="result" default="QScriptValue()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasUncaughtException" fullname="QScriptEngine::hasUncaughtException" href="qscriptengine.html#hasUncaughtException" location="qscriptengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasUncaughtException() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="uncaughtException" fullname="QScriptEngine::uncaughtException" href="qscriptengine.html#uncaughtException" location="qscriptengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptValue" signature="uncaughtException() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="uncaughtExceptionLineNumber" fullname="QScriptEngine::uncaughtExceptionLineNumber" href="qscriptengine.html#uncaughtExceptionLineNumber" location="qscriptengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="uncaughtExceptionLineNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="uncaughtExceptionBacktrace" fullname="QScriptEngine::uncaughtExceptionBacktrace" href="qscriptengine.html#uncaughtExceptionBacktrace" location="qscriptengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="uncaughtExceptionBacktrace() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearExceptions" fullname="QScriptEngine::clearExceptions" href="qscriptengine.html#clearExceptions" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearExceptions()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nullValue" fullname="QScriptEngine::nullValue" href="qscriptengine.html#nullValue" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptValue" signature="nullValue()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="undefinedValue" fullname="QScriptEngine::undefinedValue" href="qscriptengine.html#undefinedValue" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptValue" signature="undefinedValue()"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="FunctionSignature" fullname="QScriptEngine::FunctionSignature" href="qscriptengine.html#FunctionSignature-typedef" location="qscriptengine.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="FunctionWithArgSignature" fullname="QScriptEngine::FunctionWithArgSignature" href="qscriptengine.html#FunctionWithArgSignature-typedef" location="qscriptengine.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newFunction" fullname="QScriptEngine::newFunction" href="qscriptengine.html#newFunction" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptValue" signature="newFunction(FunctionSignature fun, int length)">
+ <parameter left="FunctionSignature" right="" name="fun" default=""/>
+ <parameter left="int" right="" name="length" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newFunction" fullname="QScriptEngine::newFunction" href="qscriptengine.html#newFunction-2" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QScriptValue" signature="newFunction(FunctionSignature fun, const QScriptValue &amp; prototype, int length)">
+ <parameter left="FunctionSignature" right="" name="fun" default=""/>
+ <parameter left="const QScriptValue &amp;" right="" name="prototype" default=""/>
+ <parameter left="int" right="" name="length" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newVariant" fullname="QScriptEngine::newVariant" href="qscriptengine.html#newVariant" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptValue" signature="newVariant(const QVariant &amp; value)">
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newVariant" fullname="QScriptEngine::newVariant" href="qscriptengine.html#newVariant-2" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QScriptValue" signature="newVariant(const QScriptValue &amp; object, const QVariant &amp; value)">
+ <parameter left="const QScriptValue &amp;" right="" name="object" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newRegExp" fullname="QScriptEngine::newRegExp" href="qscriptengine.html#newRegExp" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptValue" signature="newRegExp(const QRegExp &amp; regexp)">
+ <parameter left="const QRegExp &amp;" right="" name="regexp" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newObject" fullname="QScriptEngine::newObject" href="qscriptengine.html#newObject" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptValue" signature="newObject()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newObject" fullname="QScriptEngine::newObject" href="qscriptengine.html#newObject-2" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QScriptValue" signature="newObject(QScriptClass * scriptClass, const QScriptValue &amp; data)">
+ <parameter left="QScriptClass *" right="" name="scriptClass" default=""/>
+ <parameter left="const QScriptValue &amp;" right="" name="data" default="QScriptValue()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newArray" fullname="QScriptEngine::newArray" href="qscriptengine.html#newArray" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptValue" signature="newArray(uint length)">
+ <parameter left="uint" right="" name="length" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newRegExp" fullname="QScriptEngine::newRegExp" href="qscriptengine.html#newRegExp-2" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QScriptValue" signature="newRegExp(const QString &amp; pattern, const QString &amp; flags)">
+ <parameter left="const QString &amp;" right="" name="pattern" default=""/>
+ <parameter left="const QString &amp;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newDate" fullname="QScriptEngine::newDate" href="qscriptengine.html#newDate" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptValue" signature="newDate(qsreal value)">
+ <parameter left="qsreal" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newDate" fullname="QScriptEngine::newDate" href="qscriptengine.html#newDate-2" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QScriptValue" signature="newDate(const QDateTime &amp; value)">
+ <parameter left="const QDateTime &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newQObject" fullname="QScriptEngine::newQObject" href="qscriptengine.html#newQObject" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptValue" signature="newQObject(QObject * object, ValueOwnership ownership, const QObjectWrapOptions &amp; options)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="ValueOwnership" right="" name="ownership" default="QtOwnership"/>
+ <parameter left="const QObjectWrapOptions &amp;" right="" name="options" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newQObject" fullname="QScriptEngine::newQObject" href="qscriptengine.html#newQObject-2" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QScriptValue" signature="newQObject(const QScriptValue &amp; scriptObject, QObject * qtObject, ValueOwnership ownership, const QObjectWrapOptions &amp; options)">
+ <parameter left="const QScriptValue &amp;" right="" name="scriptObject" default=""/>
+ <parameter left="QObject *" right="" name="qtObject" default=""/>
+ <parameter left="ValueOwnership" right="" name="ownership" default="QtOwnership"/>
+ <parameter left="const QObjectWrapOptions &amp;" right="" name="options" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newQMetaObject" fullname="QScriptEngine::newQMetaObject" href="qscriptengine.html#newQMetaObject" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptValue" signature="newQMetaObject(const QMetaObject * metaObject, const QScriptValue &amp; ctor)">
+ <parameter left="const QMetaObject *" right="" name="metaObject" default=""/>
+ <parameter left="const QScriptValue &amp;" right="" name="ctor" default="QScriptValue()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scriptValueFromQMetaObject" fullname="QScriptEngine::scriptValueFromQMetaObject" href="qscriptengine.html#scriptValueFromQMetaObject" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptValue" signature="scriptValueFromQMetaObject()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultPrototype" fullname="QScriptEngine::defaultPrototype" href="qscriptengine.html#defaultPrototype" location="qscriptengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptValue" signature="defaultPrototype(int metaTypeId) const">
+ <parameter left="int" right="" name="metaTypeId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultPrototype" fullname="QScriptEngine::setDefaultPrototype" href="qscriptengine.html#setDefaultPrototype" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDefaultPrototype(int metaTypeId, const QScriptValue &amp; prototype)">
+ <parameter left="int" right="" name="metaTypeId" default=""/>
+ <parameter left="const QScriptValue &amp;" right="" name="prototype" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toScriptValue" fullname="QScriptEngine::toScriptValue" href="qscriptengine.html#toScriptValue" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptValue" signature="toScriptValue(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromScriptValue" fullname="QScriptEngine::fromScriptValue" href="qscriptengine.html#fromScriptValue" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T" signature="fromScriptValue(const QScriptValue &amp; value)">
+ <parameter left="const QScriptValue &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="installTranslatorFunctions" fullname="QScriptEngine::installTranslatorFunctions" href="qscriptengine.html#installTranslatorFunctions" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="installTranslatorFunctions(const QScriptValue &amp; object)">
+ <parameter left="const QScriptValue &amp;" right="" name="object" default="QScriptValue()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="importExtension" fullname="QScriptEngine::importExtension" href="qscriptengine.html#importExtension" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptValue" signature="importExtension(const QString &amp; extension)">
+ <parameter left="const QString &amp;" right="" name="extension" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="availableExtensions" fullname="QScriptEngine::availableExtensions" href="qscriptengine.html#availableExtensions" location="qscriptengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="availableExtensions() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="importedExtensions" fullname="QScriptEngine::importedExtensions" href="qscriptengine.html#importedExtensions" location="qscriptengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="importedExtensions() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="collectGarbage" fullname="QScriptEngine::collectGarbage" href="qscriptengine.html#collectGarbage" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="collectGarbage()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProcessEventsInterval" fullname="QScriptEngine::setProcessEventsInterval" href="qscriptengine.html#setProcessEventsInterval" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setProcessEventsInterval(int interval)">
+ <parameter left="int" right="" name="interval" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="processEventsInterval" fullname="QScriptEngine::processEventsInterval" href="qscriptengine.html#processEventsInterval" location="qscriptengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="processEventsInterval() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAgent" fullname="QScriptEngine::setAgent" href="qscriptengine.html#setAgent" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAgent(QScriptEngineAgent * agent)">
+ <parameter left="QScriptEngineAgent *" right="" name="agent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="agent" fullname="QScriptEngine::agent" href="qscriptengine.html#agent" location="qscriptengine.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptEngineAgent *" signature="agent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toStringHandle" fullname="QScriptEngine::toStringHandle" href="qscriptengine.html#toStringHandle" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptString" signature="toStringHandle(const QString &amp; str)">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toObject" fullname="QScriptEngine::toObject" href="qscriptengine.html#toObject" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QScriptValue" signature="toObject(const QScriptValue &amp; value)">
+ <parameter left="const QScriptValue &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="signalHandlerException" fullname="QScriptEngine::signalHandlerException" href="qscriptengine.html#signalHandlerException" location="qscriptengine.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="signalHandlerException(const QScriptValue &amp; exception)">
+ <parameter left="const QScriptValue &amp;" right="" name="exception" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qScriptValueFromQMetaObject" href="qscriptengine.html#qScriptValueFromQMetaObject" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QScriptEngine" type="QScriptValue" signature="qScriptValueFromQMetaObject(QScriptEngine * engine)">
+ <parameter left="QScriptEngine *" right="" name="engine" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qscriptvalue_cast" href="qscriptvalue.html#qscriptvalue_cast" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QScriptValue" type="T" signature="qscriptvalue_cast(const QScriptValue &amp; value)">
+ <parameter left="const QScriptValue &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qScriptRegisterMetaType" href="qscriptengine.html#qScriptRegisterMetaType" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QScriptEngine" type="int" signature="qScriptRegisterMetaType(QScriptEngine * engine, QScriptValue(* ) ( QScriptEngine *, const T &amp; t ) toScriptValue, void(* ) ( const QScriptValue &amp;, T &amp; t ) fromScriptValue, const QScriptValue &amp; prototype)">
+ <parameter left="QScriptEngine *" right="" name="engine" default=""/>
+ <parameter left="QScriptValue(* ) ( QScriptEngine *, const T &amp; t )" right="" name="toScriptValue" default=""/>
+ <parameter left="void(* ) ( const QScriptValue &amp;, T &amp; t )" right="" name="fromScriptValue" default=""/>
+ <parameter left="const QScriptValue &amp;" right="" name="prototype" default="QScriptValue()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qScriptValueFromSequence" href="qscriptengine.html#qScriptValueFromSequence" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QScriptEngine" type="QScriptValue" signature="qScriptValueFromSequence(QScriptEngine * engine, const Container &amp; container)">
+ <parameter left="QScriptEngine *" right="" name="engine" default=""/>
+ <parameter left="const Container &amp;" right="" name="container" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qScriptValueToSequence" href="qscriptengine.html#qScriptValueToSequence" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QScriptEngine" type="void" signature="qScriptValueToSequence(const QScriptValue &amp; value, Container &amp; container)">
+ <parameter left="const QScriptValue &amp;" right="" name="value" default=""/>
+ <parameter left="Container &amp;" right="" name="container" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qScriptRegisterSequenceMetaType" href="qscriptengine.html#qScriptRegisterSequenceMetaType" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QScriptEngine" type="int" signature="qScriptRegisterSequenceMetaType(QScriptEngine * engine, const QScriptValue &amp; prototype)">
+ <parameter left="QScriptEngine *" right="" name="engine" default=""/>
+ <parameter left="const QScriptValue &amp;" right="" name="prototype" default="QScriptValue()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qScriptConnect" href="qscriptengine.html#qScriptConnect" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QScriptEngine" type="bool" signature="qScriptConnect(QObject * sender, const char * signal, const QScriptValue &amp; receiver, const QScriptValue &amp; function)">
+ <parameter left="QObject *" right="" name="sender" default=""/>
+ <parameter left="const char *" right="" name="signal" default=""/>
+ <parameter left="const QScriptValue &amp;" right="" name="receiver" default=""/>
+ <parameter left="const QScriptValue &amp;" right="" name="function" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qScriptDisconnect" href="qscriptengine.html#qScriptDisconnect" location="qscriptengine.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QScriptEngine" type="bool" signature="qScriptDisconnect(QObject * sender, const char * signal, const QScriptValue &amp; receiver, const QScriptValue &amp; function)">
+ <parameter left="QObject *" right="" name="sender" default=""/>
+ <parameter left="const char *" right="" name="signal" default=""/>
+ <parameter left="const QScriptValue &amp;" right="" name="receiver" default=""/>
+ <parameter left="const QScriptValue &amp;" right="" name="function" default=""/>
+ </function>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlResultItems" href="qxmlresultitems.html" location="qxmlresultitems.h" bases="" module="QtXmlPatterns">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlResultItems" fullname="QXmlResultItems::QXmlResultItems" href="qxmlresultitems.html#QXmlResultItems" location="qxmlresultitems.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QXmlResultItems()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlResultItems" fullname="QXmlResultItems::~QXmlResultItems" href="qxmlresultitems.html#dtor.QXmlResultItems" location="qxmlresultitems.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlResultItems()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasError" fullname="QXmlResultItems::hasError" href="qxmlresultitems.html#hasError" location="qxmlresultitems.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasError() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="QXmlResultItems::next" href="qxmlresultitems.html#next" location="qxmlresultitems.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QXmlItem" signature="next()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="current" fullname="QXmlResultItems::current" href="qxmlresultitems.html#current" location="qxmlresultitems.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QXmlItem" signature="current() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSignalMapper" href="qsignalmapper.html" location="qsignalmapper.h" bases="QObject" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSignalMapper" fullname="QSignalMapper::QSignalMapper" href="qsignalmapper.html#QSignalMapper" location="qsignalmapper.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSignalMapper(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSignalMapper" fullname="QSignalMapper::~QSignalMapper" href="qsignalmapper.html#dtor.QSignalMapper" location="qsignalmapper.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSignalMapper()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMapping" fullname="QSignalMapper::setMapping" href="qsignalmapper.html#setMapping" location="qsignalmapper.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMapping(QObject * sender, int id)">
+ <parameter left="QObject *" right="" name="sender" default=""/>
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMapping" fullname="QSignalMapper::setMapping" href="qsignalmapper.html#setMapping-2" location="qsignalmapper.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setMapping(QObject * sender, const QString &amp; text)">
+ <parameter left="QObject *" right="" name="sender" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMapping" fullname="QSignalMapper::setMapping" href="qsignalmapper.html#setMapping-3" location="qsignalmapper.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="setMapping(QObject * sender, QWidget * widget)">
+ <parameter left="QObject *" right="" name="sender" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMapping" fullname="QSignalMapper::setMapping" href="qsignalmapper.html#setMapping-4" location="qsignalmapper.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="setMapping(QObject * sender, QObject * object)">
+ <parameter left="QObject *" right="" name="sender" default=""/>
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeMappings" fullname="QSignalMapper::removeMappings" href="qsignalmapper.html#removeMappings" location="qsignalmapper.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeMappings(QObject * sender)">
+ <parameter left="QObject *" right="" name="sender" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapping" fullname="QSignalMapper::mapping" href="qsignalmapper.html#mapping" location="qsignalmapper.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QObject *" signature="mapping(int id) const">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapping" fullname="QSignalMapper::mapping" href="qsignalmapper.html#mapping-2" location="qsignalmapper.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QObject *" signature="mapping(const QString &amp; id) const">
+ <parameter left="const QString &amp;" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapping" fullname="QSignalMapper::mapping" href="qsignalmapper.html#mapping-3" location="qsignalmapper.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QObject *" signature="mapping(QWidget * widget) const">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapping" fullname="QSignalMapper::mapping" href="qsignalmapper.html#mapping-4" location="qsignalmapper.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QObject *" signature="mapping(QObject * object) const">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapped" fullname="QSignalMapper::mapped" href="qsignalmapper.html#mapped" location="qsignalmapper.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="mapped(int i)">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapped" fullname="QSignalMapper::mapped" href="qsignalmapper.html#mapped-2" location="qsignalmapper.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="mapped(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapped" fullname="QSignalMapper::mapped" href="qsignalmapper.html#mapped-3" location="qsignalmapper.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="3" type="void" signature="mapped(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapped" fullname="QSignalMapper::mapped" href="qsignalmapper.html#mapped-4" location="qsignalmapper.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="4" type="void" signature="mapped(QObject * object)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QSignalMapper::map" href="qsignalmapper.html#map" location="qsignalmapper.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="map()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QSignalMapper::map" href="qsignalmapper.html#map-2" location="qsignalmapper.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="map(QObject * sender)">
+ <parameter left="QObject *" right="" name="sender" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QSignalMapper" fullname="QSignalMapper::QSignalMapper" href="qsignalmapper-qt3.html#QSignalMapper-2" location="qsignalmapper.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSignalMapper(QObject * parent, const char * name)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3Header" href="q3header.html" location="q3header.h" bases="QWidget" module="Qt3SupportLight">
+ <property access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="Q3Header::orientation" href="q3header.html#orientation-prop" location="q3header.h" type="Qt::Orientation">
+ <getter name="orientation"/>
+ <setter name="setOrientation"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="tracking" fullname="Q3Header::tracking" href="q3header.html#tracking-prop" location="q3header.h" type="bool">
+ <getter name="tracking"/>
+ <setter name="setTracking"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3Header::count" href="q3header.html#count-prop" location="q3header.h" type="int">
+ <getter name="count"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="offset" fullname="Q3Header::offset" href="q3header.html#offset-prop" location="q3header.h" type="int">
+ <getter name="offset"/>
+ <setter name="setOffset"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="moving" fullname="Q3Header::moving" href="q3header.html#moving-prop" location="q3header.h" type="bool">
+ <getter name="isMovingEnabled"/>
+ <setter name="setMovingEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="stretching" fullname="Q3Header::stretching" href="q3header.html#stretching-prop" location="q3header.h" type="bool">
+ <getter name="isStretchEnabled"/>
+ <getter name="isStretchEnabled"/>
+ <setter name="setStretchEnabled"/>
+ <setter name="setStretchEnabled"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Header" fullname="Q3Header::Q3Header" href="q3header.html#Q3Header" location="q3header.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3Header(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Header" fullname="Q3Header::Q3Header" href="q3header.html#Q3Header-2" location="q3header.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3Header(int n, QWidget * parent, const char * name)">
+ <parameter left="int" right="" name="n" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3Header" fullname="Q3Header::~Q3Header" href="q3header.html#dtor.Q3Header" location="q3header.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3Header()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addLabel" fullname="Q3Header::addLabel" href="q3header.html#addLabel" location="q3header.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="addLabel(const QString &amp; s, int size)">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="int" right="" name="size" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addLabel" fullname="Q3Header::addLabel" href="q3header.html#addLabel-2" location="q3header.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="addLabel(const QIcon &amp; icon, const QString &amp; s, int size)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="int" right="" name="size" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeLabel" fullname="Q3Header::removeLabel" href="q3header.html#removeLabel" location="q3header.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeLabel(int section)">
+ <parameter left="int" right="" name="section" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLabel" fullname="Q3Header::setLabel" href="q3header.html#setLabel" location="q3header.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setLabel(int section, const QString &amp; s, int size)">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="int" right="" name="size" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLabel" fullname="Q3Header::setLabel" href="q3header.html#setLabel-2" location="q3header.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setLabel(int section, const QIcon &amp; icon, const QString &amp; s, int size)">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="int" right="" name="size" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="label" fullname="Q3Header::label" href="q3header.html#label" location="q3header.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="label(int section) const">
+ <parameter left="int" right="" name="section" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iconSet" fullname="Q3Header::iconSet" href="q3header.html#iconSet" location="q3header.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIcon *" signature="iconSet(int section) const">
+ <parameter left="int" right="" name="section" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOrientation" fullname="Q3Header::setOrientation" href="q3header.html#orientation-prop" location="q3header.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="orientation" type="void" signature="setOrientation(Qt::Orientation )">
+ <parameter left="Qt::Orientation" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="Q3Header::orientation" href="q3header.html#orientation-prop" location="q3header.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="orientation" type="Qt::Orientation" signature="orientation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTracking" fullname="Q3Header::setTracking" href="q3header.html#tracking-prop" location="q3header.h" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="tracking" type="void" signature="setTracking(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tracking" fullname="Q3Header::tracking" href="q3header.html#tracking-prop" location="q3header.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="tracking" type="bool" signature="tracking() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setClickEnabled" fullname="Q3Header::setClickEnabled" href="q3header.html#setClickEnabled" location="q3header.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setClickEnabled(bool enable, int section)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ <parameter left="int" right="" name="section" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setResizeEnabled" fullname="Q3Header::setResizeEnabled" href="q3header.html#setResizeEnabled" location="q3header.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setResizeEnabled(bool enable, int section)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ <parameter left="int" right="" name="section" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMovingEnabled" fullname="Q3Header::setMovingEnabled" href="q3header.html#moving-prop" location="q3header.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="moving" type="void" signature="setMovingEnabled(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStretchEnabled" fullname="Q3Header::setStretchEnabled" href="q3header.html#stretching-prop" location="q3header.h" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="stretching" type="void" signature="setStretchEnabled(bool b, int section)">
+ <parameter left="bool" right="" name="b" default=""/>
+ <parameter left="int" right="" name="section" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStretchEnabled" fullname="Q3Header::setStretchEnabled" href="q3header.html#stretching-prop" location="q3header.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" associated-property="stretching" type="void" signature="setStretchEnabled(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isClickEnabled" fullname="Q3Header::isClickEnabled" href="q3header.html#isClickEnabled" location="q3header.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isClickEnabled(int section) const">
+ <parameter left="int" right="" name="section" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isResizeEnabled" fullname="Q3Header::isResizeEnabled" href="q3header.html#isResizeEnabled" location="q3header.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isResizeEnabled(int section) const">
+ <parameter left="int" right="" name="section" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isMovingEnabled" fullname="Q3Header::isMovingEnabled" href="q3header.html#moving-prop" location="q3header.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="moving" type="bool" signature="isMovingEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isStretchEnabled" fullname="Q3Header::isStretchEnabled" href="q3header.html#stretching-prop" location="q3header.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="stretching" type="bool" signature="isStretchEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isStretchEnabled" fullname="Q3Header::isStretchEnabled" href="q3header.html#stretching-prop" location="q3header.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" associated-property="stretching" type="bool" signature="isStretchEnabled(int section) const">
+ <parameter left="int" right="" name="section" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resizeSection" fullname="Q3Header::resizeSection" href="q3header.html#resizeSection" location="q3header.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeSection(int section, int s)">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="int" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sectionSize" fullname="Q3Header::sectionSize" href="q3header.html#sectionSize" location="q3header.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="sectionSize(int section) const">
+ <parameter left="int" right="" name="section" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sectionPos" fullname="Q3Header::sectionPos" href="q3header.html#sectionPos" location="q3header.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="sectionPos(int section) const">
+ <parameter left="int" right="" name="section" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sectionAt" fullname="Q3Header::sectionAt" href="q3header.html#sectionAt" location="q3header.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="sectionAt(int pos) const">
+ <parameter left="int" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3Header::count" href="q3header.html#count-prop" location="q3header.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="count" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="headerWidth" fullname="Q3Header::headerWidth" href="q3header.html#headerWidth" location="q3header.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="headerWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sectionRect" fullname="Q3Header::sectionRect" href="q3header.html#sectionRect" location="q3header.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="sectionRect(int section) const">
+ <parameter left="int" right="" name="section" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCellSize" fullname="Q3Header::setCellSize" href="q3header.html#setCellSize" location="q3header.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setCellSize(int section, int s)">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="int" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellSize" fullname="Q3Header::cellSize" href="q3header.html#cellSize" location="q3header.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="cellSize(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellPos" fullname="Q3Header::cellPos" href="q3header.html#cellPos" location="q3header.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="cellPos(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellAt" fullname="Q3Header::cellAt" href="q3header.html#cellAt" location="q3header.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="cellAt(int pos) const">
+ <parameter left="int" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="offset" fullname="Q3Header::offset" href="q3header.html#offset-prop" location="q3header.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="offset" type="int" signature="offset() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="Q3Header::sizeHint" href="q3header.html#sizeHint" location="q3header.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToSection" fullname="Q3Header::mapToSection" href="q3header.html#mapToSection" location="q3header.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="mapToSection(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToIndex" fullname="Q3Header::mapToIndex" href="q3header.html#mapToIndex" location="q3header.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="mapToIndex(int section) const">
+ <parameter left="int" right="" name="section" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToLogical" fullname="Q3Header::mapToLogical" href="q3header.html#mapToLogical" location="q3header.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="mapToLogical(int a) const">
+ <parameter left="int" right="" name="a" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToActual" fullname="Q3Header::mapToActual" href="q3header.html#mapToActual" location="q3header.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="mapToActual(int l) const">
+ <parameter left="int" right="" name="l" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveSection" fullname="Q3Header::moveSection" href="q3header.html#moveSection" location="q3header.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveSection(int section, int toIndex)">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="int" right="" name="toIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveCell" fullname="Q3Header::moveCell" href="q3header.html#moveCell" location="q3header.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="moveCell(int fromIdx, int toIdx)">
+ <parameter left="int" right="" name="fromIdx" default=""/>
+ <parameter left="int" right="" name="toIdx" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSortIndicator" fullname="Q3Header::setSortIndicator" href="q3header.html#setSortIndicator-2" location="q3header.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setSortIndicator(int section, bool ascending)">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="bool" right="" name="ascending" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSortIndicator" fullname="Q3Header::setSortIndicator" href="q3header.html#setSortIndicator" location="q3header.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSortIndicator(int section, Qt::SortOrder order)">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="Qt::SortOrder" right="" name="order" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortIndicatorSection" fullname="Q3Header::sortIndicatorSection" href="q3header.html#sortIndicatorSection" location="q3header.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="sortIndicatorSection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortIndicatorOrder" fullname="Q3Header::sortIndicatorOrder" href="q3header.html#sortIndicatorOrder" location="q3header.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::SortOrder" signature="sortIndicatorOrder() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="adjustHeaderSize" fullname="Q3Header::adjustHeaderSize" href="q3header.html#adjustHeaderSize" location="q3header.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="adjustHeaderSize()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOffset" fullname="Q3Header::setOffset" href="q3header.html#offset-prop" location="q3header.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="offset" type="void" signature="setOffset(int pos)">
+ <parameter left="int" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clicked" fullname="Q3Header::clicked" href="q3header.html#clicked" location="q3header.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="clicked(int section)">
+ <parameter left="int" right="" name="section" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pressed" fullname="Q3Header::pressed" href="q3header.html#pressed" location="q3header.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="pressed(int section)">
+ <parameter left="int" right="" name="section" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="released" fullname="Q3Header::released" href="q3header.html#released" location="q3header.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="released(int section)">
+ <parameter left="int" right="" name="section" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeChange" fullname="Q3Header::sizeChange" href="q3header.html#sizeChange" location="q3header.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="sizeChange(int section, int oldSize, int newSize)">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="int" right="" name="oldSize" default=""/>
+ <parameter left="int" right="" name="newSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexChange" fullname="Q3Header::indexChange" href="q3header.html#indexChange" location="q3header.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="indexChange(int section, int fromIndex, int toIndex)">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="int" right="" name="fromIndex" default=""/>
+ <parameter left="int" right="" name="toIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sectionClicked" fullname="Q3Header::sectionClicked" href="q3header.html#sectionClicked" location="q3header.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="sectionClicked(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moved" fullname="Q3Header::moved" href="q3header.html#moved" location="q3header.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="moved(int fromIndex, int toIndex)">
+ <parameter left="int" right="" name="fromIndex" default=""/>
+ <parameter left="int" right="" name="toIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sectionHandleDoubleClicked" fullname="Q3Header::sectionHandleDoubleClicked" href="q3header.html#sectionHandleDoubleClicked" location="q3header.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="sectionHandleDoubleClicked(int section)">
+ <parameter left="int" right="" name="section" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="Q3Header::paintEvent" href="q3header.html#paintEvent" location="q3header.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * e)">
+ <parameter left="QPaintEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="Q3Header::showEvent" href="q3header.html#showEvent" location="q3header.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * e)">
+ <parameter left="QShowEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="Q3Header::resizeEvent" href="q3header.html#resizeEvent" location="q3header.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sRect" fullname="Q3Header::sRect" href="q3header.html#sRect" location="q3header.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QRect" signature="sRect(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintSection" fullname="Q3Header::paintSection" href="q3header.html#paintSection" location="q3header.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintSection(QPainter * p, int index, const QRect &amp; fr)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QRect &amp;" right="" name="fr" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintSectionLabel" fullname="Q3Header::paintSectionLabel" href="q3header.html#paintSectionLabel" location="q3header.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintSectionLabel(QPainter * p, int index, const QRect &amp; fr)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QRect &amp;" right="" name="fr" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="Q3Header::changeEvent" href="q3header.html#changeEvent" location="q3header.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * ev)">
+ <parameter left="QEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="Q3Header::mousePressEvent" href="q3header.html#mousePressEvent" location="q3header.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="Q3Header::mouseReleaseEvent" href="q3header.html#mouseReleaseEvent" location="q3header.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="Q3Header::mouseMoveEvent" href="q3header.html#mouseMoveEvent" location="q3header.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseDoubleClickEvent" fullname="Q3Header::mouseDoubleClickEvent" href="q3header.html#mouseDoubleClickEvent" location="q3header.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseDoubleClickEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="Q3Header::keyPressEvent" href="q3header.html#keyPressEvent" location="q3header.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyReleaseEvent" fullname="Q3Header::keyReleaseEvent" href="q3header.html#keyReleaseEvent" location="q3header.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyReleaseEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QKeyEventTransition" href="qkeyeventtransition.html" location="qkeyeventtransition.h" bases="QEventTransition" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="key" fullname="QKeyEventTransition::key" href="qkeyeventtransition.html#key-prop" location="qkeyeventtransition.h" type="int">
+ <getter name="key"/>
+ <setter name="setKey"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="modifiersMask" fullname="QKeyEventTransition::modifiersMask" href="qkeyeventtransition.html#modifiersMask-prop" location="qkeyeventtransition.h" type="Qt::KeyboardModifiers">
+ <getter name="modifiersMask"/>
+ <setter name="setModifiersMask"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QKeyEventTransition" fullname="QKeyEventTransition::QKeyEventTransition" href="qkeyeventtransition.html#QKeyEventTransition" location="qkeyeventtransition.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QKeyEventTransition(QState * sourceState)">
+ <parameter left="QState *" right="" name="sourceState" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QKeyEventTransition" fullname="QKeyEventTransition::QKeyEventTransition" href="qkeyeventtransition.html#QKeyEventTransition-2" location="qkeyeventtransition.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QKeyEventTransition(QObject * object, QEvent::Type type, int key, QState * sourceState)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="QEvent::Type" right="" name="type" default=""/>
+ <parameter left="int" right="" name="key" default=""/>
+ <parameter left="QState *" right="" name="sourceState" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QKeyEventTransition" fullname="QKeyEventTransition::~QKeyEventTransition" href="qkeyeventtransition.html#dtor.QKeyEventTransition" location="qkeyeventtransition.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QKeyEventTransition()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="QKeyEventTransition::key" href="qkeyeventtransition.html#key-prop" location="qkeyeventtransition.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="key" type="int" signature="key() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setKey" fullname="QKeyEventTransition::setKey" href="qkeyeventtransition.html#key-prop" location="qkeyeventtransition.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="key" type="void" signature="setKey(int key)">
+ <parameter left="int" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="modifiersMask" fullname="QKeyEventTransition::modifiersMask" href="qkeyeventtransition.html#modifiersMask-prop" location="qkeyeventtransition.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="modifiersMask" type="Qt::KeyboardModifiers" signature="modifiersMask() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setModifiersMask" fullname="QKeyEventTransition::setModifiersMask" href="qkeyeventtransition.html#modifiersMask-prop" location="qkeyeventtransition.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="modifiersMask" type="void" signature="setModifiersMask(QFlags&lt;Qt::KeyboardModifier&gt; modifiersMask)">
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiersMask" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="onTransition" fullname="QKeyEventTransition::onTransition" href="qkeyeventtransition.html#onTransition" location="qkeyeventtransition.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="onTransition(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventTest" fullname="QKeyEventTransition::eventTest" href="qkeyeventtransition.html#eventTest" location="qkeyeventtransition.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventTest(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QRegion" href="qregion.html" location="qregion.h" bases="" module="QtGui">
+ <contents name="creating-and-using-regions" title="Creating and Using Regions" level="1"/>
+ <contents name="additional-license-information" title="Additional License Information" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="RegionType" fullname="QRegion::RegionType" href="qregion.html#RegionType-enum" location="qregion.h">
+ <value name="Rectangle" value="0"/>
+ <value name="Ellipse" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRegion" fullname="QRegion::QRegion" href="qregion.html#QRegion" location="qregion.cpp" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QRegion()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRegion" fullname="QRegion::QRegion" href="qregion.html#QRegion-2" location="qregion.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QRegion(int x, int y, int w, int h, RegionType t)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="RegionType" right="" name="t" default="Rectangle"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRegion" fullname="QRegion::QRegion" href="qregion.html#QRegion-7" location="qregion.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="7" type="" signature="QRegion(const QRect &amp; r, RegionType t)">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ <parameter left="RegionType" right="" name="t" default="Rectangle"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRegion" fullname="QRegion::QRegion" href="qregion.html#QRegion-3" location="qregion.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QRegion(const QPolygon &amp; a, Qt::FillRule fillRule)">
+ <parameter left="const QPolygon &amp;" right="" name="a" default=""/>
+ <parameter left="Qt::FillRule" right="" name="fillRule" default="Qt::OddEvenFill"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QRegion" fullname="QRegion::QRegion" href="qregion-qt3.html#QRegion-4" location="qregion.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QRegion(const QPolygon &amp; pa, bool winding)">
+ <parameter left="const QPolygon &amp;" right="" name="pa" default=""/>
+ <parameter left="bool" right="" name="winding" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRegion" fullname="QRegion::QRegion" href="qregion.html#QRegion-5" location="qregion.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QRegion(const QRegion &amp; r)">
+ <parameter left="const QRegion &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRegion" fullname="QRegion::QRegion" href="qregion.html#QRegion-6" location="qregion.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QRegion(const QBitmap &amp; bm)">
+ <parameter left="const QBitmap &amp;" right="" name="bm" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QRegion::operator=" href="qregion.html#operator=" location="qregion.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QRegion &amp;" signature="operator=(const QRegion &amp; r)">
+ <parameter left="const QRegion &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="isNull" fullname="QRegion::isNull" href="qregion-qt3.html#isNull" location="qregion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QRegion::isEmpty" href="qregion.html#isEmpty" location="qregion.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QRegion::contains" href="qregion.html#contains" location="qregion.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const QPoint &amp; p) const">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QRegion::contains" href="qregion.html#contains-2" location="qregion.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="contains(const QRect &amp; r) const">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QRegion::translate" href="qregion.html#translate" location="qregion.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="translate(int dx, int dy)">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QRegion::translate" href="qregion.html#translate-2" location="qregion.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="translate(const QPoint &amp; point)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translated" fullname="QRegion::translated" href="qregion.html#translated" location="qregion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRegion" signature="translated(int dx, int dy) const">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translated" fullname="QRegion::translated" href="qregion.html#translated-2" location="qregion.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRegion" signature="translated(const QPoint &amp; p) const">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="unite" fullname="QRegion::unite" href="qregion-obsolete.html#unite" location="qregion.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRegion" signature="unite(const QRegion &amp; r) const">
+ <parameter left="const QRegion &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="unite" fullname="QRegion::unite" href="qregion-obsolete.html#unite-2" location="qregion.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRegion" signature="unite(const QRect &amp; rect) const">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="intersect" fullname="QRegion::intersect" href="qregion-obsolete.html#intersect" location="qregion.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRegion" signature="intersect(const QRegion &amp; r) const">
+ <parameter left="const QRegion &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="intersect" fullname="QRegion::intersect" href="qregion-obsolete.html#intersect-2" location="qregion.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRegion" signature="intersect(const QRect &amp; rect) const">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="subtract" fullname="QRegion::subtract" href="qregion-obsolete.html#subtract" location="qregion.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRegion" signature="subtract(const QRegion &amp; r) const">
+ <parameter left="const QRegion &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="eor" fullname="QRegion::eor" href="qregion-obsolete.html#eor" location="qregion.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRegion" signature="eor(const QRegion &amp; r) const">
+ <parameter left="const QRegion &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="united" fullname="QRegion::united" href="qregion.html#united" location="qregion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRegion" signature="united(const QRegion &amp; r) const">
+ <parameter left="const QRegion &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="united" fullname="QRegion::united" href="qregion.html#united-2" location="qregion.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRegion" signature="united(const QRect &amp; rect) const">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intersected" fullname="QRegion::intersected" href="qregion.html#intersected" location="qregion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRegion" signature="intersected(const QRegion &amp; r) const">
+ <parameter left="const QRegion &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intersected" fullname="QRegion::intersected" href="qregion.html#intersected-2" location="qregion.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRegion" signature="intersected(const QRect &amp; rect) const">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subtracted" fullname="QRegion::subtracted" href="qregion.html#subtracted" location="qregion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRegion" signature="subtracted(const QRegion &amp; r) const">
+ <parameter left="const QRegion &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="xored" fullname="QRegion::xored" href="qregion.html#xored" location="qregion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRegion" signature="xored(const QRegion &amp; r) const">
+ <parameter left="const QRegion &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intersects" fullname="QRegion::intersects" href="qregion.html#intersects" location="qregion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="intersects(const QRegion &amp; region) const">
+ <parameter left="const QRegion &amp;" right="" name="region" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intersects" fullname="QRegion::intersects" href="qregion.html#intersects-2" location="qregion.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="intersects(const QRect &amp; rect) const">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QRegion::boundingRect" href="qregion.html#boundingRect" location="qregion.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rects" fullname="QRegion::rects" href="qregion.html#rects" location="qregion.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector&lt;QRect&gt;" signature="rects() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRects" fullname="QRegion::setRects" href="qregion.html#setRects" location="qregion.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRects(const QRect * rects, int number)">
+ <parameter left="const QRect *" right="" name="rects" default=""/>
+ <parameter left="int" right="" name="number" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numRects" fullname="QRegion::numRects" href="qregion.html#numRects" location="qregion.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="numRects() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator|" fullname="QRegion::operator|" href="qregion.html#operator|" location="qregion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QRegion" signature="operator|(const QRegion &amp; r) const">
+ <parameter left="const QRegion &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" fullname="QRegion::operator+" href="qregion.html#operator+" location="qregion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QRegion" signature="operator+(const QRegion &amp; r) const">
+ <parameter left="const QRegion &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" fullname="QRegion::operator+" href="qregion.html#operator+-2" location="qregion.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const QRegion" signature="operator+(const QRect &amp; r) const">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&amp;" fullname="QRegion::operator&amp;" href="qregion.html#operator&amp;" location="qregion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QRegion" signature="operator&amp;(const QRegion &amp; r) const">
+ <parameter left="const QRegion &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&amp;" fullname="QRegion::operator&amp;" href="qregion.html#operator&amp;-2" location="qregion.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const QRegion" signature="operator&amp;(const QRect &amp; r) const">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" fullname="QRegion::operator-" href="qregion.html#operator-" location="qregion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QRegion" signature="operator-(const QRegion &amp; r) const">
+ <parameter left="const QRegion &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator^" fullname="QRegion::operator^" href="qregion.html#operator^" location="qregion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QRegion" signature="operator^(const QRegion &amp; r) const">
+ <parameter left="const QRegion &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator|=" fullname="QRegion::operator|=" href="qregion.html#operator|=" location="qregion.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QRegion &amp;" signature="operator|=(const QRegion &amp; r)">
+ <parameter left="const QRegion &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QRegion::operator+=" href="qregion.html#operator+=" location="qregion.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QRegion &amp;" signature="operator+=(const QRegion &amp; r)">
+ <parameter left="const QRegion &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QRegion::operator+=" href="qregion.html#operator+=-2" location="qregion.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QRegion &amp;" signature="operator+=(const QRect &amp; rect)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&amp;=" fullname="QRegion::operator&amp;=" href="qregion.html#operator&amp;=" location="qregion.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QRegion &amp;" signature="operator&amp;=(const QRegion &amp; r)">
+ <parameter left="const QRegion &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&amp;=" fullname="QRegion::operator&amp;=" href="qregion.html#operator&amp;=-2" location="qregion.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QRegion &amp;" signature="operator&amp;=(const QRect &amp; r)">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QRegion::operator-=" href="qregion.html#operator-=" location="qregion.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QRegion &amp;" signature="operator-=(const QRegion &amp; r)">
+ <parameter left="const QRegion &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator^=" fullname="QRegion::operator^=" href="qregion.html#operator^=" location="qregion.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QRegion &amp;" signature="operator^=(const QRegion &amp; r)">
+ <parameter left="const QRegion &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QRegion::operator==" href="qregion.html#operator==" location="qregion.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QRegion &amp; r) const">
+ <parameter left="const QRegion &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QRegion::operator!=" href="qregion.html#operator!=" location="qregion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QRegion &amp; other) const">
+ <parameter left="const QRegion &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QVariant" fullname="QRegion::operator QVariant" href="qregion.html#operator QVariant" location="qregion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QVariant() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="handle" fullname="QRegion::handle" href="qregion.html#handle" location="qregion.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Handle" signature="handle() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qregion.html#operator&lt;&lt;-148" location="qregion.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="148" relates="QRegion" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; s, const QRegion &amp; r)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="const QRegion &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qregion.html#operator&gt;&gt;-91" location="qregion.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="91" relates="QRegion" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; s, QRegion &amp; r)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="QRegion &amp;" right="" name="r" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSize" href="qsize.html" location="qsize.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSize" fullname="QSize::QSize" href="qsize.html#QSize" location="qsize.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSize()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSize" fullname="QSize::QSize" href="qsize.html#QSize-2" location="qsize.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSize(int width, int height)">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QSize::isNull" href="qsize.html#isNull" location="qsize.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QSize::isEmpty" href="qsize.html#isEmpty" location="qsize.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QSize::isValid" href="qsize.html#isValid" location="qsize.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QSize::width" href="qsize.html#width" location="qsize.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="QSize::height" href="qsize.html#height" location="qsize.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidth" fullname="QSize::setWidth" href="qsize.html#setWidth" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWidth(int width)">
+ <parameter left="int" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHeight" fullname="QSize::setHeight" href="qsize.html#setHeight" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHeight(int height)">
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transpose" fullname="QSize::transpose" href="qsize.html#transpose" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="transpose()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scale" fullname="QSize::scale" href="qsize.html#scale" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="scale(int width, int height, Qt::AspectRatioMode mode)">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="Qt::AspectRatioMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scale" fullname="QSize::scale" href="qsize.html#scale-2" location="qsize.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="scale(const QSize &amp; size, Qt::AspectRatioMode mode)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="Qt::AspectRatioMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expandedTo" fullname="QSize::expandedTo" href="qsize.html#expandedTo" location="qsize.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="expandedTo(const QSize &amp; otherSize) const">
+ <parameter left="const QSize &amp;" right="" name="otherSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundedTo" fullname="QSize::boundedTo" href="qsize.html#boundedTo" location="qsize.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="boundedTo(const QSize &amp; otherSize) const">
+ <parameter left="const QSize &amp;" right="" name="otherSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rwidth" fullname="QSize::rwidth" href="qsize.html#rwidth" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int &amp;" signature="rwidth()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rheight" fullname="QSize::rheight" href="qsize.html#rheight" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int &amp;" signature="rheight()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QSize::operator+=" href="qsize.html#operator+=" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSize &amp;" signature="operator+=(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QSize::operator-=" href="qsize.html#operator-=" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSize &amp;" signature="operator-=(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*=" fullname="QSize::operator*=" href="qsize.html#operator*=" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSize &amp;" signature="operator*=(qreal factor)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator/=" fullname="QSize::operator/=" href="qsize.html#operator/=" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSize &amp;" signature="operator/=(qreal divisor)">
+ <parameter left="qreal" right="" name="divisor" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qsize.html#operator&lt;&lt;-150" location="qsize.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="150" relates="QSize" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QSize &amp; size)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qsize.html#operator&gt;&gt;-92" location="qsize.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="92" relates="QSize" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QSize &amp; size)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qsize.html#operator==-59" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="59" relates="QSize" type="bool" signature="operator==(const QSize &amp; s1, const QSize &amp; s2)">
+ <parameter left="const QSize &amp;" right="" name="s1" default=""/>
+ <parameter left="const QSize &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="qsize.html#operator!=-39" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="39" relates="QSize" type="bool" signature="operator!=(const QSize &amp; s1, const QSize &amp; s2)">
+ <parameter left="const QSize &amp;" right="" name="s1" default=""/>
+ <parameter left="const QSize &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="qsize.html#operator+-36" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="36" relates="QSize" type="const QSize" signature="operator+(const QSize &amp; s1, const QSize &amp; s2)">
+ <parameter left="const QSize &amp;" right="" name="s1" default=""/>
+ <parameter left="const QSize &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" href="qsize.html#operator--13" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="13" relates="QSize" type="const QSize" signature="operator-(const QSize &amp; s1, const QSize &amp; s2)">
+ <parameter left="const QSize &amp;" right="" name="s1" default=""/>
+ <parameter left="const QSize &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qsize.html#operator*-48" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="48" relates="QSize" type="const QSize" signature="operator*(const QSize &amp; size, qreal factor)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qsize.html#operator*-52" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="52" relates="QSize" type="const QSize" signature="operator*(qreal factor, const QSize &amp; size)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator/" href="qsize.html#operator/-11" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="11" relates="QSize" type="const QSize" signature="operator/(const QSize &amp; size, qreal divisor)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="qreal" right="" name="divisor" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSizeF" href="qsizef.html" location="qsize.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSizeF" fullname="QSizeF::QSizeF" href="qsizef.html#QSizeF" location="qsize.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSizeF()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSizeF" fullname="QSizeF::QSizeF" href="qsizef.html#QSizeF-2" location="qsize.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSizeF(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSizeF" fullname="QSizeF::QSizeF" href="qsizef.html#QSizeF-3" location="qsize.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QSizeF(qreal width, qreal height)">
+ <parameter left="qreal" right="" name="width" default=""/>
+ <parameter left="qreal" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QSizeF::isNull" href="qsizef.html#isNull" location="qsize.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QSizeF::isEmpty" href="qsizef.html#isEmpty" location="qsize.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QSizeF::isValid" href="qsizef.html#isValid" location="qsize.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QSizeF::width" href="qsizef.html#width" location="qsize.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="QSizeF::height" href="qsizef.html#height" location="qsize.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidth" fullname="QSizeF::setWidth" href="qsizef.html#setWidth" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWidth(qreal width)">
+ <parameter left="qreal" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHeight" fullname="QSizeF::setHeight" href="qsizef.html#setHeight" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHeight(qreal height)">
+ <parameter left="qreal" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transpose" fullname="QSizeF::transpose" href="qsizef.html#transpose" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="transpose()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scale" fullname="QSizeF::scale" href="qsizef.html#scale" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="scale(qreal width, qreal height, Qt::AspectRatioMode mode)">
+ <parameter left="qreal" right="" name="width" default=""/>
+ <parameter left="qreal" right="" name="height" default=""/>
+ <parameter left="Qt::AspectRatioMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scale" fullname="QSizeF::scale" href="qsizef.html#scale-2" location="qsize.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="scale(const QSizeF &amp; size, Qt::AspectRatioMode mode)">
+ <parameter left="const QSizeF &amp;" right="" name="size" default=""/>
+ <parameter left="Qt::AspectRatioMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expandedTo" fullname="QSizeF::expandedTo" href="qsizef.html#expandedTo" location="qsize.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSizeF" signature="expandedTo(const QSizeF &amp; otherSize) const">
+ <parameter left="const QSizeF &amp;" right="" name="otherSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundedTo" fullname="QSizeF::boundedTo" href="qsizef.html#boundedTo" location="qsize.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSizeF" signature="boundedTo(const QSizeF &amp; otherSize) const">
+ <parameter left="const QSizeF &amp;" right="" name="otherSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rwidth" fullname="QSizeF::rwidth" href="qsizef.html#rwidth" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="qreal &amp;" signature="rwidth()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rheight" fullname="QSizeF::rheight" href="qsizef.html#rheight" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="qreal &amp;" signature="rheight()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QSizeF::operator+=" href="qsizef.html#operator+=" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSizeF &amp;" signature="operator+=(const QSizeF &amp; size)">
+ <parameter left="const QSizeF &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QSizeF::operator-=" href="qsizef.html#operator-=" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSizeF &amp;" signature="operator-=(const QSizeF &amp; size)">
+ <parameter left="const QSizeF &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*=" fullname="QSizeF::operator*=" href="qsizef.html#operator*=" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSizeF &amp;" signature="operator*=(qreal factor)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator/=" fullname="QSizeF::operator/=" href="qsizef.html#operator/=" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSizeF &amp;" signature="operator/=(qreal divisor)">
+ <parameter left="qreal" right="" name="divisor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toSize" fullname="QSizeF::toSize" href="qsizef.html#toSize" location="qsize.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="toSize() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qsizef.html#operator&lt;&lt;-152" location="qsize.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="152" relates="QSizeF" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QSizeF &amp; size)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QSizeF &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qsizef.html#operator&gt;&gt;-93" location="qsize.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="93" relates="QSizeF" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QSizeF &amp; size)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QSizeF &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qsizef.html#operator==-60" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="60" relates="QSizeF" type="bool" signature="operator==(const QSizeF &amp; s1, const QSizeF &amp; s2)">
+ <parameter left="const QSizeF &amp;" right="" name="s1" default=""/>
+ <parameter left="const QSizeF &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="qsizef.html#operator!=-40" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="40" relates="QSizeF" type="bool" signature="operator!=(const QSizeF &amp; s1, const QSizeF &amp; s2)">
+ <parameter left="const QSizeF &amp;" right="" name="s1" default=""/>
+ <parameter left="const QSizeF &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="qsizef.html#operator+-37" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="37" relates="QSizeF" type="const QSizeF" signature="operator+(const QSizeF &amp; s1, const QSizeF &amp; s2)">
+ <parameter left="const QSizeF &amp;" right="" name="s1" default=""/>
+ <parameter left="const QSizeF &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" href="qsizef.html#operator--14" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="14" relates="QSizeF" type="const QSizeF" signature="operator-(const QSizeF &amp; s1, const QSizeF &amp; s2)">
+ <parameter left="const QSizeF &amp;" right="" name="s1" default=""/>
+ <parameter left="const QSizeF &amp;" right="" name="s2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qsizef.html#operator*-53" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="53" relates="QSizeF" type="const QSizeF" signature="operator*(const QSizeF &amp; size, qreal factor)">
+ <parameter left="const QSizeF &amp;" right="" name="size" default=""/>
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qsizef.html#operator*-54" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="54" relates="QSizeF" type="const QSizeF" signature="operator*(qreal factor, const QSizeF &amp; size)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ <parameter left="const QSizeF &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator/" href="qsizef.html#operator/-12" location="qsize.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" relates="QSizeF" type="const QSizeF" signature="operator/(const QSizeF &amp; size, qreal divisor)">
+ <parameter left="const QSizeF &amp;" right="" name="size" default=""/>
+ <parameter left="qreal" right="" name="divisor" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAtomicInt" href="qatomicint.html" location="qatomic.h" bases="" module="QtCore">
+ <contents name="non-atomic-convenience-operators" title="Non-atomic convenience operators" level="1"/>
+ <contents name="the-atomic-api" title="The Atomic API" level="1"/>
+ <contents name="reference-counting" title="Reference counting" level="2"/>
+ <contents name="memory-ordering" title="Memory ordering" level="2"/>
+ <contents name="test-and-set" title="Test-and-set" level="2"/>
+ <contents name="fetch-and-store" title="Fetch-and-store" level="2"/>
+ <contents name="fetch-and-add" title="Fetch-and-add" level="2"/>
+ <contents name="feature-tests-for-the-atomic-api" title="Feature Tests for the Atomic API" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAtomicInt" fullname="QAtomicInt::QAtomicInt" href="qatomicint.html#QAtomicInt" location="qatomic.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAtomicInt(int value)">
+ <parameter left="int" right="" name="value" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAtomicInt" fullname="QAtomicInt::QAtomicInt" href="qatomicint.html#QAtomicInt-2" location="qatomic.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QAtomicInt(const QAtomicInt &amp; other)">
+ <parameter left="const QAtomicInt &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QAtomicInt::operator=" href="qatomicint.html#operator=" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAtomicInt &amp;" signature="operator=(int value)">
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QAtomicInt::operator=" href="qatomicint.html#operator=-2" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QAtomicInt &amp;" signature="operator=(const QAtomicInt &amp; other)">
+ <parameter left="const QAtomicInt &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QAtomicInt::operator==" href="qatomicint.html#operator==" location="qatomic.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(int value) const">
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QAtomicInt::operator!=" href="qatomicint.html#operator!=" location="qatomic.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(int value) const">
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!" fullname="QAtomicInt::operator!" href="qatomicint.html#operator!" location="qatomic.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator int" fullname="QAtomicInt::operator int" href="qatomicint.html#operator int" location="qatomic.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator int() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isReferenceCountingNative" fullname="QAtomicInt::isReferenceCountingNative" href="qatomicint.html#isReferenceCountingNative" location="qatomic.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isReferenceCountingNative()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isReferenceCountingWaitFree" fullname="QAtomicInt::isReferenceCountingWaitFree" href="qatomicint.html#isReferenceCountingWaitFree" location="qatomic.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isReferenceCountingWaitFree()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ref" fullname="QAtomicInt::ref" href="qatomicint.html#ref" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="ref()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="deref" fullname="QAtomicInt::deref" href="qatomicint.html#deref" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="deref()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isTestAndSetNative" fullname="QAtomicInt::isTestAndSetNative" href="qatomicint.html#isTestAndSetNative" location="qatomic.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isTestAndSetNative()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isTestAndSetWaitFree" fullname="QAtomicInt::isTestAndSetWaitFree" href="qatomicint.html#isTestAndSetWaitFree" location="qatomic.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isTestAndSetWaitFree()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testAndSetRelaxed" fullname="QAtomicInt::testAndSetRelaxed" href="qatomicint.html#testAndSetRelaxed" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="testAndSetRelaxed(int expectedValue, int newValue)">
+ <parameter left="int" right="" name="expectedValue" default=""/>
+ <parameter left="int" right="" name="newValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testAndSetAcquire" fullname="QAtomicInt::testAndSetAcquire" href="qatomicint.html#testAndSetAcquire" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="testAndSetAcquire(int expectedValue, int newValue)">
+ <parameter left="int" right="" name="expectedValue" default=""/>
+ <parameter left="int" right="" name="newValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testAndSetRelease" fullname="QAtomicInt::testAndSetRelease" href="qatomicint.html#testAndSetRelease" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="testAndSetRelease(int expectedValue, int newValue)">
+ <parameter left="int" right="" name="expectedValue" default=""/>
+ <parameter left="int" right="" name="newValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testAndSetOrdered" fullname="QAtomicInt::testAndSetOrdered" href="qatomicint.html#testAndSetOrdered" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="testAndSetOrdered(int expectedValue, int newValue)">
+ <parameter left="int" right="" name="expectedValue" default=""/>
+ <parameter left="int" right="" name="newValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFetchAndStoreNative" fullname="QAtomicInt::isFetchAndStoreNative" href="qatomicint.html#isFetchAndStoreNative" location="qatomic.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isFetchAndStoreNative()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFetchAndStoreWaitFree" fullname="QAtomicInt::isFetchAndStoreWaitFree" href="qatomicint.html#isFetchAndStoreWaitFree" location="qatomic.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isFetchAndStoreWaitFree()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fetchAndStoreRelaxed" fullname="QAtomicInt::fetchAndStoreRelaxed" href="qatomicint.html#fetchAndStoreRelaxed" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="fetchAndStoreRelaxed(int newValue)">
+ <parameter left="int" right="" name="newValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fetchAndStoreAcquire" fullname="QAtomicInt::fetchAndStoreAcquire" href="qatomicint.html#fetchAndStoreAcquire" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="fetchAndStoreAcquire(int newValue)">
+ <parameter left="int" right="" name="newValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fetchAndStoreRelease" fullname="QAtomicInt::fetchAndStoreRelease" href="qatomicint.html#fetchAndStoreRelease" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="fetchAndStoreRelease(int newValue)">
+ <parameter left="int" right="" name="newValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fetchAndStoreOrdered" fullname="QAtomicInt::fetchAndStoreOrdered" href="qatomicint.html#fetchAndStoreOrdered" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="fetchAndStoreOrdered(int newValue)">
+ <parameter left="int" right="" name="newValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFetchAndAddNative" fullname="QAtomicInt::isFetchAndAddNative" href="qatomicint.html#isFetchAndAddNative" location="qatomic.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isFetchAndAddNative()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFetchAndAddWaitFree" fullname="QAtomicInt::isFetchAndAddWaitFree" href="qatomicint.html#isFetchAndAddWaitFree" location="qatomic.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isFetchAndAddWaitFree()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fetchAndAddRelaxed" fullname="QAtomicInt::fetchAndAddRelaxed" href="qatomicint.html#fetchAndAddRelaxed" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="fetchAndAddRelaxed(int valueToAdd)">
+ <parameter left="int" right="" name="valueToAdd" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fetchAndAddAcquire" fullname="QAtomicInt::fetchAndAddAcquire" href="qatomicint.html#fetchAndAddAcquire" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="fetchAndAddAcquire(int valueToAdd)">
+ <parameter left="int" right="" name="valueToAdd" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fetchAndAddRelease" fullname="QAtomicInt::fetchAndAddRelease" href="qatomicint.html#fetchAndAddRelease" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="fetchAndAddRelease(int valueToAdd)">
+ <parameter left="int" right="" name="valueToAdd" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fetchAndAddOrdered" fullname="QAtomicInt::fetchAndAddOrdered" href="qatomicint.html#fetchAndAddOrdered" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="fetchAndAddOrdered(int valueToAdd)">
+ <parameter left="int" right="" name="valueToAdd" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAtomicPointer" href="qatomicpointer.html" location="qatomic.h" bases="" module="QtCore">
+ <contents name="non-atomic-convenience-operators" title="Non-atomic convenience operators" level="1"/>
+ <contents name="the-atomic-api" title="The Atomic API" level="1"/>
+ <contents name="memory-ordering" title="Memory ordering" level="2"/>
+ <contents name="test-and-set" title="Test-and-set" level="2"/>
+ <contents name="fetch-and-store" title="Fetch-and-store" level="2"/>
+ <contents name="fetch-and-add" title="Fetch-and-add" level="2"/>
+ <contents name="feature-tests-for-the-atomic-api" title="Feature Tests for the Atomic API" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAtomicPointer" fullname="QAtomicPointer::QAtomicPointer" href="qatomicpointer.html#QAtomicPointer" location="qatomic.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAtomicPointer(T * value)">
+ <parameter left="T *" right="" name="value" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAtomicPointer" fullname="QAtomicPointer::QAtomicPointer" href="qatomicpointer.html#QAtomicPointer-2" location="qatomic.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QAtomicPointer(const QAtomicPointer&lt;T&gt; &amp; other)">
+ <parameter left="const QAtomicPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QAtomicPointer::operator=" href="qatomicpointer.html#operator=" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAtomicPointer&lt;T&gt; &amp;" signature="operator=(T * value)">
+ <parameter left="T *" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QAtomicPointer::operator=" href="qatomicpointer.html#operator=-2" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QAtomicPointer&lt;T&gt; &amp;" signature="operator=(const QAtomicPointer&lt;T&gt; &amp; other)">
+ <parameter left="const QAtomicPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QAtomicPointer::operator==" href="qatomicpointer.html#operator==" location="qatomic.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(T * value) const">
+ <parameter left="T *" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QAtomicPointer::operator!=" href="qatomicpointer.html#operator!=" location="qatomic.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(T * value) const">
+ <parameter left="T *" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!" fullname="QAtomicPointer::operator!" href="qatomicpointer.html#operator!" location="qatomic.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator T *" fullname="QAtomicPointer::operator T *" href="qatomicpointer.html#operator T *" location="qatomic.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator T *() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-&gt;" fullname="QAtomicPointer::operator-&gt;" href="qatomicpointer.html#operator-&gt;" location="qatomic.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T *" signature="operator-&gt;() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isTestAndSetNative" fullname="QAtomicPointer::isTestAndSetNative" href="qatomicpointer.html#isTestAndSetNative" location="qatomic.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isTestAndSetNative()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isTestAndSetWaitFree" fullname="QAtomicPointer::isTestAndSetWaitFree" href="qatomicpointer.html#isTestAndSetWaitFree" location="qatomic.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isTestAndSetWaitFree()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testAndSetRelaxed" fullname="QAtomicPointer::testAndSetRelaxed" href="qatomicpointer.html#testAndSetRelaxed" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="testAndSetRelaxed(T * expectedValue, T * newValue)">
+ <parameter left="T *" right="" name="expectedValue" default=""/>
+ <parameter left="T *" right="" name="newValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testAndSetAcquire" fullname="QAtomicPointer::testAndSetAcquire" href="qatomicpointer.html#testAndSetAcquire" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="testAndSetAcquire(T * expectedValue, T * newValue)">
+ <parameter left="T *" right="" name="expectedValue" default=""/>
+ <parameter left="T *" right="" name="newValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testAndSetRelease" fullname="QAtomicPointer::testAndSetRelease" href="qatomicpointer.html#testAndSetRelease" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="testAndSetRelease(T * expectedValue, T * newValue)">
+ <parameter left="T *" right="" name="expectedValue" default=""/>
+ <parameter left="T *" right="" name="newValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testAndSetOrdered" fullname="QAtomicPointer::testAndSetOrdered" href="qatomicpointer.html#testAndSetOrdered" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="testAndSetOrdered(T * expectedValue, T * newValue)">
+ <parameter left="T *" right="" name="expectedValue" default=""/>
+ <parameter left="T *" right="" name="newValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFetchAndStoreNative" fullname="QAtomicPointer::isFetchAndStoreNative" href="qatomicpointer.html#isFetchAndStoreNative" location="qatomic.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isFetchAndStoreNative()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFetchAndStoreWaitFree" fullname="QAtomicPointer::isFetchAndStoreWaitFree" href="qatomicpointer.html#isFetchAndStoreWaitFree" location="qatomic.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isFetchAndStoreWaitFree()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fetchAndStoreRelaxed" fullname="QAtomicPointer::fetchAndStoreRelaxed" href="qatomicpointer.html#fetchAndStoreRelaxed" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T *" signature="fetchAndStoreRelaxed(T * newValue)">
+ <parameter left="T *" right="" name="newValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fetchAndStoreAcquire" fullname="QAtomicPointer::fetchAndStoreAcquire" href="qatomicpointer.html#fetchAndStoreAcquire" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T *" signature="fetchAndStoreAcquire(T * newValue)">
+ <parameter left="T *" right="" name="newValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fetchAndStoreRelease" fullname="QAtomicPointer::fetchAndStoreRelease" href="qatomicpointer.html#fetchAndStoreRelease" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T *" signature="fetchAndStoreRelease(T * newValue)">
+ <parameter left="T *" right="" name="newValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fetchAndStoreOrdered" fullname="QAtomicPointer::fetchAndStoreOrdered" href="qatomicpointer.html#fetchAndStoreOrdered" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T *" signature="fetchAndStoreOrdered(T * newValue)">
+ <parameter left="T *" right="" name="newValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFetchAndAddNative" fullname="QAtomicPointer::isFetchAndAddNative" href="qatomicpointer.html#isFetchAndAddNative" location="qatomic.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isFetchAndAddNative()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFetchAndAddWaitFree" fullname="QAtomicPointer::isFetchAndAddWaitFree" href="qatomicpointer.html#isFetchAndAddWaitFree" location="qatomic.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isFetchAndAddWaitFree()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fetchAndAddRelaxed" fullname="QAtomicPointer::fetchAndAddRelaxed" href="qatomicpointer.html#fetchAndAddRelaxed" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T *" signature="fetchAndAddRelaxed(qptrdiff valueToAdd)">
+ <parameter left="qptrdiff" right="" name="valueToAdd" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fetchAndAddAcquire" fullname="QAtomicPointer::fetchAndAddAcquire" href="qatomicpointer.html#fetchAndAddAcquire" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T *" signature="fetchAndAddAcquire(qptrdiff valueToAdd)">
+ <parameter left="qptrdiff" right="" name="valueToAdd" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fetchAndAddRelease" fullname="QAtomicPointer::fetchAndAddRelease" href="qatomicpointer.html#fetchAndAddRelease" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T *" signature="fetchAndAddRelease(qptrdiff valueToAdd)">
+ <parameter left="qptrdiff" right="" name="valueToAdd" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fetchAndAddOrdered" fullname="QAtomicPointer::fetchAndAddOrdered" href="qatomicpointer.html#fetchAndAddOrdered" location="qatomic.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T *" signature="fetchAndAddOrdered(qptrdiff valueToAdd)">
+ <parameter left="qptrdiff" right="" name="valueToAdd" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTreeView" href="qtreeview.html" location="qtreeview.h" bases="QAbstractItemView" module="QtGui">
+ <contents name="key-bindings" title="Key Bindings" level="1"/>
+ <contents name="improving-performance" title="Improving Performance" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoExpandDelay" fullname="QTreeView::autoExpandDelay" href="qtreeview.html#autoExpandDelay-prop" location="qtreeview.h" type="int">
+ <getter name="autoExpandDelay"/>
+ <setter name="setAutoExpandDelay"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="indentation" fullname="QTreeView::indentation" href="qtreeview.html#indentation-prop" location="qtreeview.h" type="int">
+ <getter name="indentation"/>
+ <setter name="setIndentation"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="rootIsDecorated" fullname="QTreeView::rootIsDecorated" href="qtreeview.html#rootIsDecorated-prop" location="qtreeview.h" type="bool">
+ <getter name="rootIsDecorated"/>
+ <setter name="setRootIsDecorated"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="uniformRowHeights" fullname="QTreeView::uniformRowHeights" href="qtreeview.html#uniformRowHeights-prop" location="qtreeview.h" type="bool">
+ <getter name="uniformRowHeights"/>
+ <setter name="setUniformRowHeights"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="itemsExpandable" fullname="QTreeView::itemsExpandable" href="qtreeview.html#itemsExpandable-prop" location="qtreeview.h" type="bool">
+ <getter name="itemsExpandable"/>
+ <setter name="setItemsExpandable"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="sortingEnabled" fullname="QTreeView::sortingEnabled" href="qtreeview.html#sortingEnabled-prop" location="qtreeview.h" type="bool">
+ <getter name="isSortingEnabled"/>
+ <setter name="setSortingEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="animated" fullname="QTreeView::animated" href="qtreeview.html#animated-prop" location="qtreeview.h" type="bool">
+ <getter name="isAnimated"/>
+ <setter name="setAnimated"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="allColumnsShowFocus" fullname="QTreeView::allColumnsShowFocus" href="qtreeview.html#allColumnsShowFocus-prop" location="qtreeview.h" type="bool">
+ <getter name="allColumnsShowFocus"/>
+ <setter name="setAllColumnsShowFocus"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="wordWrap" fullname="QTreeView::wordWrap" href="qtreeview.html#wordWrap-prop" location="qtreeview.h" type="bool">
+ <getter name="wordWrap"/>
+ <setter name="setWordWrap"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="headerHidden" fullname="QTreeView::headerHidden" href="qtreeview.html#headerHidden-prop" location="qtreeview.h" type="bool">
+ <getter name="isHeaderHidden"/>
+ <setter name="setHeaderHidden"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="expandsOnDoubleClick" fullname="QTreeView::expandsOnDoubleClick" href="qtreeview.html#expandsOnDoubleClick-prop" location="qtreeview.h" type="bool">
+ <getter name="expandsOnDoubleClick"/>
+ <setter name="setExpandsOnDoubleClick"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTreeView" fullname="QTreeView::QTreeView" href="qtreeview.html#QTreeView" location="qtreeview.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTreeView(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTreeView" fullname="QTreeView::~QTreeView" href="qtreeview.html#dtor.QTreeView" location="qtreeview.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTreeView()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setModel" fullname="QTreeView::setModel" href="qtreeview.html#setModel" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setModel(QAbstractItemModel * model)">
+ <parameter left="QAbstractItemModel *" right="" name="model" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRootIndex" fullname="QTreeView::setRootIndex" href="qtreeview.html#setRootIndex" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setRootIndex(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectionModel" fullname="QTreeView::setSelectionModel" href="qtreeview.html#setSelectionModel" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelectionModel(QItemSelectionModel * selectionModel)">
+ <parameter left="QItemSelectionModel *" right="" name="selectionModel" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="header" fullname="QTreeView::header" href="qtreeview.html#header" location="qtreeview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QHeaderView *" signature="header() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHeader" fullname="QTreeView::setHeader" href="qtreeview.html#setHeader" location="qtreeview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHeader(QHeaderView * header)">
+ <parameter left="QHeaderView *" right="" name="header" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoExpandDelay" fullname="QTreeView::autoExpandDelay" href="qtreeview.html#autoExpandDelay-prop" location="qtreeview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoExpandDelay" type="int" signature="autoExpandDelay() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoExpandDelay" fullname="QTreeView::setAutoExpandDelay" href="qtreeview.html#autoExpandDelay-prop" location="qtreeview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="autoExpandDelay" type="void" signature="setAutoExpandDelay(int delay)">
+ <parameter left="int" right="" name="delay" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indentation" fullname="QTreeView::indentation" href="qtreeview.html#indentation-prop" location="qtreeview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="indentation" type="int" signature="indentation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIndentation" fullname="QTreeView::setIndentation" href="qtreeview.html#indentation-prop" location="qtreeview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="indentation" type="void" signature="setIndentation(int i)">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rootIsDecorated" fullname="QTreeView::rootIsDecorated" href="qtreeview.html#rootIsDecorated-prop" location="qtreeview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="rootIsDecorated" type="bool" signature="rootIsDecorated() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRootIsDecorated" fullname="QTreeView::setRootIsDecorated" href="qtreeview.html#rootIsDecorated-prop" location="qtreeview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="rootIsDecorated" type="void" signature="setRootIsDecorated(bool show)">
+ <parameter left="bool" right="" name="show" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="uniformRowHeights" fullname="QTreeView::uniformRowHeights" href="qtreeview.html#uniformRowHeights-prop" location="qtreeview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="uniformRowHeights" type="bool" signature="uniformRowHeights() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUniformRowHeights" fullname="QTreeView::setUniformRowHeights" href="qtreeview.html#uniformRowHeights-prop" location="qtreeview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="uniformRowHeights" type="void" signature="setUniformRowHeights(bool uniform)">
+ <parameter left="bool" right="" name="uniform" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemsExpandable" fullname="QTreeView::itemsExpandable" href="qtreeview.html#itemsExpandable-prop" location="qtreeview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="itemsExpandable" type="bool" signature="itemsExpandable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemsExpandable" fullname="QTreeView::setItemsExpandable" href="qtreeview.html#itemsExpandable-prop" location="qtreeview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="itemsExpandable" type="void" signature="setItemsExpandable(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expandsOnDoubleClick" fullname="QTreeView::expandsOnDoubleClick" href="qtreeview.html#expandsOnDoubleClick-prop" location="qtreeview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="expandsOnDoubleClick" type="bool" signature="expandsOnDoubleClick() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setExpandsOnDoubleClick" fullname="QTreeView::setExpandsOnDoubleClick" href="qtreeview.html#expandsOnDoubleClick-prop" location="qtreeview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="expandsOnDoubleClick" type="void" signature="setExpandsOnDoubleClick(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnViewportPosition" fullname="QTreeView::columnViewportPosition" href="qtreeview.html#columnViewportPosition" location="qtreeview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columnViewportPosition(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnWidth" fullname="QTreeView::columnWidth" href="qtreeview.html#columnWidth" location="qtreeview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columnWidth(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnWidth" fullname="QTreeView::setColumnWidth" href="qtreeview.html#setColumnWidth" location="qtreeview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumnWidth(int column, int width)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnAt" fullname="QTreeView::columnAt" href="qtreeview.html#columnAt" location="qtreeview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columnAt(int x) const">
+ <parameter left="int" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isColumnHidden" fullname="QTreeView::isColumnHidden" href="qtreeview.html#isColumnHidden" location="qtreeview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isColumnHidden(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnHidden" fullname="QTreeView::setColumnHidden" href="qtreeview.html#setColumnHidden" location="qtreeview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumnHidden(int column, bool hide)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="bool" right="" name="hide" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isHeaderHidden" fullname="QTreeView::isHeaderHidden" href="qtreeview.html#headerHidden-prop" location="qtreeview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="headerHidden" type="bool" signature="isHeaderHidden() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHeaderHidden" fullname="QTreeView::setHeaderHidden" href="qtreeview.html#headerHidden-prop" location="qtreeview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="headerHidden" type="void" signature="setHeaderHidden(bool hide)">
+ <parameter left="bool" right="" name="hide" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRowHidden" fullname="QTreeView::isRowHidden" href="qtreeview.html#isRowHidden" location="qtreeview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRowHidden(int row, const QModelIndex &amp; parent) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRowHidden" fullname="QTreeView::setRowHidden" href="qtreeview.html#setRowHidden" location="qtreeview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRowHidden(int row, const QModelIndex &amp; parent, bool hide)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="bool" right="" name="hide" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFirstColumnSpanned" fullname="QTreeView::isFirstColumnSpanned" href="qtreeview.html#isFirstColumnSpanned" location="qtreeview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isFirstColumnSpanned(int row, const QModelIndex &amp; parent) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFirstColumnSpanned" fullname="QTreeView::setFirstColumnSpanned" href="qtreeview.html#setFirstColumnSpanned" location="qtreeview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFirstColumnSpanned(int row, const QModelIndex &amp; parent, bool span)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="bool" right="" name="span" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isExpanded" fullname="QTreeView::isExpanded" href="qtreeview.html#isExpanded" location="qtreeview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isExpanded(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setExpanded" fullname="QTreeView::setExpanded" href="qtreeview.html#setExpanded" location="qtreeview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setExpanded(const QModelIndex &amp; index, bool expanded)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="bool" right="" name="expanded" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSortingEnabled" fullname="QTreeView::setSortingEnabled" href="qtreeview.html#sortingEnabled-prop" location="qtreeview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="sortingEnabled" type="void" signature="setSortingEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSortingEnabled" fullname="QTreeView::isSortingEnabled" href="qtreeview.html#sortingEnabled-prop" location="qtreeview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sortingEnabled" type="bool" signature="isSortingEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAnimated" fullname="QTreeView::setAnimated" href="qtreeview.html#animated-prop" location="qtreeview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="animated" type="void" signature="setAnimated(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isAnimated" fullname="QTreeView::isAnimated" href="qtreeview.html#animated-prop" location="qtreeview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="animated" type="bool" signature="isAnimated() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAllColumnsShowFocus" fullname="QTreeView::setAllColumnsShowFocus" href="qtreeview.html#allColumnsShowFocus-prop" location="qtreeview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="allColumnsShowFocus" type="void" signature="setAllColumnsShowFocus(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="allColumnsShowFocus" fullname="QTreeView::allColumnsShowFocus" href="qtreeview.html#allColumnsShowFocus-prop" location="qtreeview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="allColumnsShowFocus" type="bool" signature="allColumnsShowFocus() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWordWrap" fullname="QTreeView::setWordWrap" href="qtreeview.html#wordWrap-prop" location="qtreeview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="wordWrap" type="void" signature="setWordWrap(bool on)">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wordWrap" fullname="QTreeView::wordWrap" href="qtreeview.html#wordWrap-prop" location="qtreeview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="wordWrap" type="bool" signature="wordWrap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyboardSearch" fullname="QTreeView::keyboardSearch" href="qtreeview.html#keyboardSearch" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyboardSearch(const QString &amp; search)">
+ <parameter left="const QString &amp;" right="" name="search" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="visualRect" fullname="QTreeView::visualRect" href="qtreeview.html#visualRect" location="qtreeview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="visualRect(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scrollTo" fullname="QTreeView::scrollTo" href="qtreeview.html#scrollTo" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="scrollTo(const QModelIndex &amp; index, ScrollHint hint)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="ScrollHint" right="" name="hint" default="EnsureVisible"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexAt" fullname="QTreeView::indexAt" href="qtreeview.html#indexAt" location="qtreeview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="indexAt(const QPoint &amp; point) const">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexAbove" fullname="QTreeView::indexAbove" href="qtreeview.html#indexAbove" location="qtreeview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="indexAbove(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexBelow" fullname="QTreeView::indexBelow" href="qtreeview.html#indexBelow" location="qtreeview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="indexBelow(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="QTreeView::reset" href="qtreeview.html#reset" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortByColumn" fullname="QTreeView::sortByColumn" href="qtreeview.html#sortByColumn" location="qtreeview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="sortByColumn(int column, Qt::SortOrder order)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="Qt::SortOrder" right="" name="order" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dataChanged" fullname="QTreeView::dataChanged" href="qtreeview.html#dataChanged" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dataChanged(const QModelIndex &amp; topLeft, const QModelIndex &amp; bottomRight)">
+ <parameter left="const QModelIndex &amp;" right="" name="topLeft" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="bottomRight" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectAll" fullname="QTreeView::selectAll" href="qtreeview.html#selectAll" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="selectAll()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expanded" fullname="QTreeView::expanded" href="qtreeview.html#expanded" location="qtreeview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="expanded(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="collapsed" fullname="QTreeView::collapsed" href="qtreeview.html#collapsed" location="qtreeview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="collapsed(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hideColumn" fullname="QTreeView::hideColumn" href="qtreeview.html#hideColumn" location="qtreeview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="hideColumn(int column)">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showColumn" fullname="QTreeView::showColumn" href="qtreeview.html#showColumn" location="qtreeview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="showColumn(int column)">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expand" fullname="QTreeView::expand" href="qtreeview.html#expand" location="qtreeview.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="expand(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="collapse" fullname="QTreeView::collapse" href="qtreeview.html#collapse" location="qtreeview.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="collapse(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resizeColumnToContents" fullname="QTreeView::resizeColumnToContents" href="qtreeview.html#resizeColumnToContents" location="qtreeview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="resizeColumnToContents(int column)">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="sortByColumn" fullname="QTreeView::sortByColumn" href="qtreeview-obsolete.html#sortByColumn-2" location="qtreeview.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="sortByColumn(int column)">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expandAll" fullname="QTreeView::expandAll" href="qtreeview.html#expandAll" location="qtreeview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="expandAll()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="collapseAll" fullname="QTreeView::collapseAll" href="qtreeview.html#collapseAll" location="qtreeview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="collapseAll()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expandToDepth" fullname="QTreeView::expandToDepth" href="qtreeview.html#expandToDepth" location="qtreeview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="expandToDepth(int depth)">
+ <parameter left="int" right="" name="depth" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="columnResized" fullname="QTreeView::columnResized" href="qtreeview.html#columnResized" location="qtreeview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="columnResized(int column, int oldSize, int newSize)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="oldSize" default=""/>
+ <parameter left="int" right="" name="newSize" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="columnCountChanged" fullname="QTreeView::columnCountChanged" href="qtreeview.html#columnCountChanged" location="qtreeview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="columnCountChanged(int oldCount, int newCount)">
+ <parameter left="int" right="" name="oldCount" default=""/>
+ <parameter left="int" right="" name="newCount" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="columnMoved" fullname="QTreeView::columnMoved" href="qtreeview.html#columnMoved" location="qtreeview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="columnMoved()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="rowsRemoved" fullname="QTreeView::rowsRemoved" href="qtreeview.html#rowsRemoved" location="qtreeview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="rowsRemoved(const QModelIndex &amp; parent, int start, int end)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="end" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="scrollContentsBy" fullname="QTreeView::scrollContentsBy" href="qtreeview.html#scrollContentsBy" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="scrollContentsBy(int dx, int dy)">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="rowsInserted" fullname="QTreeView::rowsInserted" href="qtreeview.html#rowsInserted" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="rowsInserted(const QModelIndex &amp; parent, int start, int end)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="end" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="rowsAboutToBeRemoved" fullname="QTreeView::rowsAboutToBeRemoved" href="qtreeview.html#rowsAboutToBeRemoved" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="rowsAboutToBeRemoved(const QModelIndex &amp; parent, int start, int end)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="end" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="moveCursor" fullname="QTreeView::moveCursor" href="qtreeview.html#moveCursor" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QModelIndex" signature="moveCursor(CursorAction cursorAction, QFlags&lt;Qt::KeyboardModifier&gt; modifiers)">
+ <parameter left="CursorAction" right="" name="cursorAction" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="horizontalOffset" fullname="QTreeView::horizontalOffset" href="qtreeview.html#horizontalOffset" location="qtreeview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="horizontalOffset() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="verticalOffset" fullname="QTreeView::verticalOffset" href="qtreeview.html#verticalOffset" location="qtreeview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="verticalOffset() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setSelection" fullname="QTreeView::setSelection" href="qtreeview.html#setSelection" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelection(const QRect &amp; rect, QFlags&lt;QItemSelectionModel::SelectionFlag&gt; command)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="QFlags&lt;QItemSelectionModel::SelectionFlag&gt;" right="" name="command" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="visualRegionForSelection" fullname="QTreeView::visualRegionForSelection" href="qtreeview.html#visualRegionForSelection" location="qtreeview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRegion" signature="visualRegionForSelection(const QItemSelection &amp; selection) const">
+ <parameter left="const QItemSelection &amp;" right="" name="selection" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="selectedIndexes" fullname="QTreeView::selectedIndexes" href="qtreeview.html#selectedIndexes" location="qtreeview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndexList" signature="selectedIndexes() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="timerEvent" fullname="QTreeView::timerEvent" href="qtreeview.html#timerEvent" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="timerEvent(QTimerEvent * event)">
+ <parameter left="QTimerEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QTreeView::paintEvent" href="qtreeview.html#paintEvent" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * event)">
+ <parameter left="QPaintEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawTree" fullname="QTreeView::drawTree" href="qtreeview.html#drawTree" location="qtreeview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="drawTree(QPainter * painter, const QRegion &amp; region) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRegion &amp;" right="" name="region" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawRow" fullname="QTreeView::drawRow" href="qtreeview.html#drawRow" location="qtreeview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawRow(QPainter * painter, const QStyleOptionViewItem &amp; option, const QModelIndex &amp; index) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QStyleOptionViewItem &amp;" right="" name="option" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawBranches" fullname="QTreeView::drawBranches" href="qtreeview.html#drawBranches" location="qtreeview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawBranches(QPainter * painter, const QRect &amp; rect, const QModelIndex &amp; index) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QTreeView::mousePressEvent" href="qtreeview.html#mousePressEvent" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QTreeView::mouseReleaseEvent" href="qtreeview.html#mouseReleaseEvent" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseDoubleClickEvent" fullname="QTreeView::mouseDoubleClickEvent" href="qtreeview.html#mouseDoubleClickEvent" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseDoubleClickEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QTreeView::mouseMoveEvent" href="qtreeview.html#mouseMoveEvent" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QTreeView::keyPressEvent" href="qtreeview.html#keyPressEvent" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * event)">
+ <parameter left="QKeyEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragMoveEvent" fullname="QTreeView::dragMoveEvent" href="qtreeview.html#dragMoveEvent" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragMoveEvent(QDragMoveEvent * event)">
+ <parameter left="QDragMoveEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="viewportEvent" fullname="QTreeView::viewportEvent" href="qtreeview.html#viewportEvent" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="viewportEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateGeometries" fullname="QTreeView::updateGeometries" href="qtreeview.html#updateGeometries" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateGeometries()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sizeHintForColumn" fullname="QTreeView::sizeHintForColumn" href="qtreeview.html#sizeHintForColumn" location="qtreeview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="sizeHintForColumn(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="indexRowSizeHint" fullname="QTreeView::indexRowSizeHint" href="qtreeview.html#indexRowSizeHint" location="qtreeview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexRowSizeHint(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="rowHeight" fullname="QTreeView::rowHeight" href="qtreeview.html#rowHeight" location="qtreeview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="rowHeight(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="isIndexHidden" fullname="QTreeView::isIndexHidden" href="qtreeview.html#isIndexHidden" location="qtreeview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isIndexHidden(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="selectionChanged" fullname="QTreeView::selectionChanged" href="qtreeview.html#selectionChanged" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="selectionChanged(const QItemSelection &amp; selected, const QItemSelection &amp; deselected)">
+ <parameter left="const QItemSelection &amp;" right="" name="selected" default=""/>
+ <parameter left="const QItemSelection &amp;" right="" name="deselected" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="currentChanged" fullname="QTreeView::currentChanged" href="qtreeview.html#currentChanged" location="qtreeview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="currentChanged(const QModelIndex &amp; current, const QModelIndex &amp; previous)">
+ <parameter left="const QModelIndex &amp;" right="" name="current" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="previous" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QCompleter" href="qcompleter.html" location="qcompleter.h" bases="QObject" module="QtGui">
+ <contents name="basic-usage" title="Basic Usage" level="1"/>
+ <contents name="iterating-through-completions" title="Iterating Through Completions" level="1"/>
+ <contents name="the-completion-model" title="The Completion Model" level="1"/>
+ <contents name="handling-tree-models" title="Handling Tree Models" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="completionPrefix" fullname="QCompleter::completionPrefix" href="qcompleter.html#completionPrefix-prop" location="qcompleter.h" type="QString">
+ <getter name="completionPrefix"/>
+ <setter name="setCompletionPrefix"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="modelSorting" fullname="QCompleter::modelSorting" href="qcompleter.html#modelSorting-prop" location="qcompleter.h" type="ModelSorting">
+ <getter name="modelSorting"/>
+ <setter name="setModelSorting"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="completionMode" fullname="QCompleter::completionMode" href="qcompleter.html#completionMode-prop" location="qcompleter.h" type="CompletionMode">
+ <getter name="completionMode"/>
+ <setter name="setCompletionMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="completionColumn" fullname="QCompleter::completionColumn" href="qcompleter.html#completionColumn-prop" location="qcompleter.h" type="int">
+ <getter name="completionColumn"/>
+ <setter name="setCompletionColumn"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="completionRole" fullname="QCompleter::completionRole" href="qcompleter.html#completionRole-prop" location="qcompleter.h" type="int">
+ <getter name="completionRole"/>
+ <setter name="setCompletionRole"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maxVisibleItems" fullname="QCompleter::maxVisibleItems" href="qcompleter.html#maxVisibleItems-prop" location="qcompleter.h" type="int">
+ <getter name="maxVisibleItems"/>
+ <setter name="setMaxVisibleItems"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="caseSensitivity" fullname="QCompleter::caseSensitivity" href="qcompleter.html#caseSensitivity-prop" location="qcompleter.h" type="Qt::CaseSensitivity">
+ <getter name="caseSensitivity"/>
+ <setter name="setCaseSensitivity"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="wrapAround" fullname="QCompleter::wrapAround" href="qcompleter.html#wrapAround-prop" location="qcompleter.h" type="bool">
+ <getter name="wrapAround"/>
+ <setter name="setWrapAround"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="CompletionMode" fullname="QCompleter::CompletionMode" href="qcompleter.html#CompletionMode-enum" location="qcompleter.h">
+ <value name="PopupCompletion" value="0"/>
+ <value name="UnfilteredPopupCompletion" value="1"/>
+ <value name="InlineCompletion" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ModelSorting" fullname="QCompleter::ModelSorting" href="qcompleter.html#ModelSorting-enum" location="qcompleter.h">
+ <value name="UnsortedModel" value="0"/>
+ <value name="CaseSensitivelySortedModel" value="1"/>
+ <value name="CaseInsensitivelySortedModel" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCompleter" fullname="QCompleter::QCompleter" href="qcompleter.html#QCompleter" location="qcompleter.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QCompleter(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCompleter" fullname="QCompleter::QCompleter" href="qcompleter.html#QCompleter-2" location="qcompleter.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QCompleter(QAbstractItemModel * model, QObject * parent)">
+ <parameter left="QAbstractItemModel *" right="" name="model" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCompleter" fullname="QCompleter::QCompleter" href="qcompleter.html#QCompleter-3" location="qcompleter.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QCompleter(const QStringList &amp; list, QObject * parent)">
+ <parameter left="const QStringList &amp;" right="" name="list" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QCompleter" fullname="QCompleter::~QCompleter" href="qcompleter.html#dtor.QCompleter" location="qcompleter.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QCompleter()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidget" fullname="QCompleter::setWidget" href="qcompleter.html#setWidget" location="qcompleter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widget" fullname="QCompleter::widget" href="qcompleter.html#widget" location="qcompleter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="widget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setModel" fullname="QCompleter::setModel" href="qcompleter.html#setModel" location="qcompleter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setModel(QAbstractItemModel * model)">
+ <parameter left="QAbstractItemModel *" right="" name="model" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="model" fullname="QCompleter::model" href="qcompleter.html#model" location="qcompleter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractItemModel *" signature="model() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCompletionMode" fullname="QCompleter::setCompletionMode" href="qcompleter.html#completionMode-prop" location="qcompleter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="completionMode" type="void" signature="setCompletionMode(CompletionMode mode)">
+ <parameter left="CompletionMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="completionMode" fullname="QCompleter::completionMode" href="qcompleter.html#completionMode-prop" location="qcompleter.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="completionMode" type="CompletionMode" signature="completionMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="popup" fullname="QCompleter::popup" href="qcompleter.html#popup" location="qcompleter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractItemView *" signature="popup() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPopup" fullname="QCompleter::setPopup" href="qcompleter.html#setPopup" location="qcompleter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPopup(QAbstractItemView * popup)">
+ <parameter left="QAbstractItemView *" right="" name="popup" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCaseSensitivity" fullname="QCompleter::setCaseSensitivity" href="qcompleter.html#caseSensitivity-prop" location="qcompleter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="caseSensitivity" type="void" signature="setCaseSensitivity(Qt::CaseSensitivity caseSensitivity)">
+ <parameter left="Qt::CaseSensitivity" right="" name="caseSensitivity" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="caseSensitivity" fullname="QCompleter::caseSensitivity" href="qcompleter.html#caseSensitivity-prop" location="qcompleter.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="caseSensitivity" type="Qt::CaseSensitivity" signature="caseSensitivity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setModelSorting" fullname="QCompleter::setModelSorting" href="qcompleter.html#modelSorting-prop" location="qcompleter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="modelSorting" type="void" signature="setModelSorting(ModelSorting sorting)">
+ <parameter left="ModelSorting" right="" name="sorting" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="modelSorting" fullname="QCompleter::modelSorting" href="qcompleter.html#modelSorting-prop" location="qcompleter.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="modelSorting" type="ModelSorting" signature="modelSorting() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCompletionColumn" fullname="QCompleter::setCompletionColumn" href="qcompleter.html#completionColumn-prop" location="qcompleter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="completionColumn" type="void" signature="setCompletionColumn(int column)">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="completionColumn" fullname="QCompleter::completionColumn" href="qcompleter.html#completionColumn-prop" location="qcompleter.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="completionColumn" type="int" signature="completionColumn() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCompletionRole" fullname="QCompleter::setCompletionRole" href="qcompleter.html#completionRole-prop" location="qcompleter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="completionRole" type="void" signature="setCompletionRole(int role)">
+ <parameter left="int" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="completionRole" fullname="QCompleter::completionRole" href="qcompleter.html#completionRole-prop" location="qcompleter.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="completionRole" type="int" signature="completionRole() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wrapAround" fullname="QCompleter::wrapAround" href="qcompleter.html#wrapAround-prop" location="qcompleter.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="wrapAround" type="bool" signature="wrapAround() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maxVisibleItems" fullname="QCompleter::maxVisibleItems" href="qcompleter.html#maxVisibleItems-prop" location="qcompleter.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maxVisibleItems" type="int" signature="maxVisibleItems() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaxVisibleItems" fullname="QCompleter::setMaxVisibleItems" href="qcompleter.html#maxVisibleItems-prop" location="qcompleter.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="maxVisibleItems" type="void" signature="setMaxVisibleItems(int maxItems)">
+ <parameter left="int" right="" name="maxItems" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="completionCount" fullname="QCompleter::completionCount" href="qcompleter.html#completionCount" location="qcompleter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="completionCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentRow" fullname="QCompleter::setCurrentRow" href="qcompleter.html#setCurrentRow" location="qcompleter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="setCurrentRow(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentRow" fullname="QCompleter::currentRow" href="qcompleter.html#currentRow" location="qcompleter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currentRow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentIndex" fullname="QCompleter::currentIndex" href="qcompleter.html#currentIndex" location="qcompleter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="currentIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentCompletion" fullname="QCompleter::currentCompletion" href="qcompleter.html#currentCompletion" location="qcompleter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="currentCompletion() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="completionModel" fullname="QCompleter::completionModel" href="qcompleter.html#completionModel" location="qcompleter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractItemModel *" signature="completionModel() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="completionPrefix" fullname="QCompleter::completionPrefix" href="qcompleter.html#completionPrefix-prop" location="qcompleter.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="completionPrefix" type="QString" signature="completionPrefix() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCompletionPrefix" fullname="QCompleter::setCompletionPrefix" href="qcompleter.html#completionPrefix-prop" location="qcompleter.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="completionPrefix" type="void" signature="setCompletionPrefix(const QString &amp; prefix)">
+ <parameter left="const QString &amp;" right="" name="prefix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="complete" fullname="QCompleter::complete" href="qcompleter.html#complete" location="qcompleter.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="complete(const QRect &amp; rect)">
+ <parameter left="const QRect &amp;" right="" name="rect" default="QRect()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWrapAround" fullname="QCompleter::setWrapAround" href="qcompleter.html#wrapAround-prop" location="qcompleter.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="wrapAround" type="void" signature="setWrapAround(bool wrap)">
+ <parameter left="bool" right="" name="wrap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pathFromIndex" fullname="QCompleter::pathFromIndex" href="qcompleter.html#pathFromIndex" location="qcompleter.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="pathFromIndex(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="splitPath" fullname="QCompleter::splitPath" href="qcompleter.html#splitPath" location="qcompleter.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="splitPath(const QString &amp; path) const">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="QCompleter::eventFilter" href="qcompleter.html#eventFilter" location="qcompleter.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * o, QEvent * e)">
+ <parameter left="QObject *" right="" name="o" default=""/>
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QCompleter::event" href="qcompleter.html#event" location="qcompleter.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * ev)">
+ <parameter left="QEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activated" fullname="QCompleter::activated" href="qcompleter.html#activated" location="qcompleter.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="activated(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activated" fullname="QCompleter::activated" href="qcompleter.html#activated-2" location="qcompleter.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="activated(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="highlighted" fullname="QCompleter::highlighted" href="qcompleter.html#highlighted" location="qcompleter.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="highlighted(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="highlighted" fullname="QCompleter::highlighted" href="qcompleter.html#highlighted-2" location="qcompleter.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="highlighted(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDirectPainter" href="qdirectpainter.html" location="qdirectpainter_qws.h" bases="QObject" module="QtGui">
+ <contents name="dynamic-allocation" title="Dynamic Allocation" level="1"/>
+ <contents name="static-allocation" title="Static Allocation" level="1"/>
+ <contents name="rendering" title="Rendering" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SurfaceFlag" fullname="QDirectPainter::SurfaceFlag" href="qdirectpainter.html#SurfaceFlag-enum" location="qdirectpainter_qws.h">
+ <value name="NonReserved" value="0"/>
+ <value name="Reserved" value="1"/>
+ <value name="ReservedSynchronous" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDirectPainter" fullname="QDirectPainter::QDirectPainter" href="qdirectpainter.html#QDirectPainter" location="qdirectpainter_qws.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDirectPainter(QObject * parent, SurfaceFlag flag)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ <parameter left="SurfaceFlag" right="" name="flag" default="NonReserved"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDirectPainter" fullname="QDirectPainter::~QDirectPainter" href="qdirectpainter.html#dtor.QDirectPainter" location="qdirectpainter_qws.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDirectPainter()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRegion" fullname="QDirectPainter::setRegion" href="qdirectpainter.html#setRegion" location="qdirectpainter_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRegion(const QRegion &amp; region)">
+ <parameter left="const QRegion &amp;" right="" name="region" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="requestedRegion" fullname="QDirectPainter::requestedRegion" href="qdirectpainter.html#requestedRegion" location="qdirectpainter_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRegion" signature="requestedRegion() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="allocatedRegion" fullname="QDirectPainter::allocatedRegion" href="qdirectpainter.html#allocatedRegion" location="qdirectpainter_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRegion" signature="allocatedRegion() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGeometry" fullname="QDirectPainter::setGeometry" href="qdirectpainter.html#setGeometry" location="qdirectpainter_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setGeometry(const QRect &amp; rectangle)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="geometry" fullname="QDirectPainter::geometry" href="qdirectpainter.html#geometry" location="qdirectpainter_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="geometry() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="winId" fullname="QDirectPainter::winId" href="qdirectpainter.html#winId" location="qdirectpainter_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="WId" signature="winId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="regionChanged" fullname="QDirectPainter::regionChanged" href="qdirectpainter.html#regionChanged" location="qdirectpainter_qws.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="regionChanged(const QRegion &amp; newRegion)">
+ <parameter left="const QRegion &amp;" right="" name="newRegion" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startPainting" fullname="QDirectPainter::startPainting" href="qdirectpainter.html#startPainting" location="qdirectpainter_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="startPainting(bool lockDisplay)">
+ <parameter left="bool" right="" name="lockDisplay" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endPainting" fullname="QDirectPainter::endPainting" href="qdirectpainter.html#endPainting" location="qdirectpainter_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="endPainting()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endPainting" fullname="QDirectPainter::endPainting" href="qdirectpainter.html#endPainting-2" location="qdirectpainter_qws.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="endPainting(const QRegion &amp; region)">
+ <parameter left="const QRegion &amp;" right="" name="region" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flush" fullname="QDirectPainter::flush" href="qdirectpainter.html#flush" location="qdirectpainter_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="flush(const QRegion &amp; region)">
+ <parameter left="const QRegion &amp;" right="" name="region" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="raise" fullname="QDirectPainter::raise" href="qdirectpainter.html#raise" location="qdirectpainter_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="raise()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lower" fullname="QDirectPainter::lower" href="qdirectpainter.html#lower" location="qdirectpainter_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="lower()"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="reserveRegion" fullname="QDirectPainter::reserveRegion" href="qdirectpainter-obsolete.html#reserveRegion" location="qdirectpainter_qws.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QRegion" signature="reserveRegion(const QRegion &amp; region)">
+ <parameter left="const QRegion &amp;" right="" name="region" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="reservedRegion" fullname="QDirectPainter::reservedRegion" href="qdirectpainter-obsolete.html#reservedRegion" location="qdirectpainter_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QRegion" signature="reservedRegion()"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="region" fullname="QDirectPainter::region" href="qdirectpainter-obsolete.html#region" location="qdirectpainter_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QRegion" signature="region()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frameBuffer" fullname="QDirectPainter::frameBuffer" href="qdirectpainter.html#frameBuffer" location="qdirectpainter_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="uchar *" signature="frameBuffer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screenDepth" fullname="QDirectPainter::screenDepth" href="qdirectpainter.html#screenDepth" location="qdirectpainter_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="screenDepth()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screenWidth" fullname="QDirectPainter::screenWidth" href="qdirectpainter.html#screenWidth" location="qdirectpainter_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="screenWidth()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screenHeight" fullname="QDirectPainter::screenHeight" href="qdirectpainter.html#screenHeight" location="qdirectpainter_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="screenHeight()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="linestep" fullname="QDirectPainter::linestep" href="qdirectpainter.html#linestep" location="qdirectpainter_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="linestep()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lock" fullname="QDirectPainter::lock" href="qdirectpainter.html#lock" location="qdirectpainter_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="lock()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unlock" fullname="QDirectPainter::unlock" href="qdirectpainter.html#unlock" location="qdirectpainter_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="unlock()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMouseDriverPlugin" href="qmousedriverplugin.html" location="qmousedriverplugin_qws.h" bases="QObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMouseDriverPlugin" fullname="QMouseDriverPlugin::QMouseDriverPlugin" href="qmousedriverplugin.html#QMouseDriverPlugin" location="qmousedriverplugin_qws.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMouseDriverPlugin(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMouseDriverPlugin" fullname="QMouseDriverPlugin::~QMouseDriverPlugin" href="qmousedriverplugin.html#dtor.QMouseDriverPlugin" location="qmousedriverplugin_qws.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMouseDriverPlugin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QMouseDriverPlugin::keys" href="qmousedriverplugin.html#keys" location="qmousedriverplugin_qws.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="keys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QMouseDriverPlugin::create" href="qmousedriverplugin.html#create" location="qmousedriverplugin_qws.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QWSMouseHandler *" signature="create(const QString &amp; key, const QString &amp; device)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="const QString &amp;" right="" name="device" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAnimationGroup" href="qanimationgroup.html" location="qanimationgroup.h" bases="QAbstractAnimation" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAnimationGroup" fullname="QAnimationGroup::QAnimationGroup" href="qanimationgroup.html#QAnimationGroup" location="qanimationgroup.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAnimationGroup(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAnimationGroup" fullname="QAnimationGroup::~QAnimationGroup" href="qanimationgroup.html#dtor.QAnimationGroup" location="qanimationgroup.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAnimationGroup()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="animationAt" fullname="QAnimationGroup::animationAt" href="qanimationgroup.html#animationAt" location="qanimationgroup.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractAnimation *" signature="animationAt(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="animationCount" fullname="QAnimationGroup::animationCount" href="qanimationgroup.html#animationCount" location="qanimationgroup.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="animationCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOfAnimation" fullname="QAnimationGroup::indexOfAnimation" href="qanimationgroup.html#indexOfAnimation" location="qanimationgroup.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOfAnimation(QAbstractAnimation * animation) const">
+ <parameter left="QAbstractAnimation *" right="" name="animation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addAnimation" fullname="QAnimationGroup::addAnimation" href="qanimationgroup.html#addAnimation" location="qanimationgroup.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addAnimation(QAbstractAnimation * animation)">
+ <parameter left="QAbstractAnimation *" right="" name="animation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertAnimationAt" fullname="QAnimationGroup::insertAnimationAt" href="qanimationgroup.html#insertAnimationAt" location="qanimationgroup.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertAnimationAt(int index, QAbstractAnimation * animation)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="QAbstractAnimation *" right="" name="animation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeAnimation" fullname="QAnimationGroup::removeAnimation" href="qanimationgroup.html#removeAnimation" location="qanimationgroup.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeAnimation(QAbstractAnimation * animation)">
+ <parameter left="QAbstractAnimation *" right="" name="animation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeAnimationAt" fullname="QAnimationGroup::takeAnimationAt" href="qanimationgroup.html#takeAnimationAt" location="qanimationgroup.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAbstractAnimation *" signature="takeAnimationAt(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearAnimations" fullname="QAnimationGroup::clearAnimations" href="qanimationgroup.html#clearAnimations" location="qanimationgroup.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearAnimations()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QAnimationGroup::event" href="qanimationgroup.html#event" location="qanimationgroup.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWebSecurityOrigin" href="qwebsecurityorigin.html" location="qwebsecurityorigin.h" bases="" module="QtWebKit">
+ <function access="public" threadsafety="unspecified" status="commendable" name="allOrigins" fullname="QWebSecurityOrigin::allOrigins" href="qwebsecurityorigin.html#allOrigins" location="qwebsecurityorigin.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QWebSecurityOrigin&gt;" signature="allOrigins()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWebSecurityOrigin" fullname="QWebSecurityOrigin::~QWebSecurityOrigin" href="qwebsecurityorigin.html#dtor.QWebSecurityOrigin" location="qwebsecurityorigin.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWebSecurityOrigin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scheme" fullname="QWebSecurityOrigin::scheme" href="qwebsecurityorigin.html#scheme" location="qwebsecurityorigin.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="scheme() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="host" fullname="QWebSecurityOrigin::host" href="qwebsecurityorigin.html#host" location="qwebsecurityorigin.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="host() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="port" fullname="QWebSecurityOrigin::port" href="qwebsecurityorigin.html#port" location="qwebsecurityorigin.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="port() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="databaseUsage" fullname="QWebSecurityOrigin::databaseUsage" href="qwebsecurityorigin.html#databaseUsage" location="qwebsecurityorigin.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="databaseUsage() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="databaseQuota" fullname="QWebSecurityOrigin::databaseQuota" href="qwebsecurityorigin.html#databaseQuota" location="qwebsecurityorigin.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="databaseQuota() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDatabaseQuota" fullname="QWebSecurityOrigin::setDatabaseQuota" href="qwebsecurityorigin.html#setDatabaseQuota" location="qwebsecurityorigin.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDatabaseQuota(qint64 quota)">
+ <parameter left="qint64" right="" name="quota" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="databases" fullname="QWebSecurityOrigin::databases" href="qwebsecurityorigin.html#databases" location="qwebsecurityorigin.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QWebDatabase&gt;" signature="databases() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWebSecurityOrigin" fullname="QWebSecurityOrigin::QWebSecurityOrigin" href="qwebsecurityorigin.html#QWebSecurityOrigin" location="qwebsecurityorigin.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWebSecurityOrigin(const QWebSecurityOrigin &amp; other)">
+ <parameter left="const QWebSecurityOrigin &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QWebSecurityOrigin::operator=" href="qwebsecurityorigin.html#operator=" location="qwebsecurityorigin.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QWebSecurityOrigin &amp;" signature="operator=(const QWebSecurityOrigin &amp; other)">
+ <parameter left="const QWebSecurityOrigin &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qscriptdebuggervalueproperty.html#operator&lt;&lt;-154" location="qscriptdebuggervalueproperty.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="154" relates="QScriptDebuggerValueProperty" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QScriptDebuggerValueProperty &amp; property)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QScriptDebuggerValueProperty &amp;" right="" name="property" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qscriptdebuggervalueproperty.html#operator&gt;&gt;-94" location="qscriptdebuggervalueproperty.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="94" relates="QScriptDebuggerValueProperty" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QScriptDebuggerValueProperty &amp; property)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QScriptDebuggerValueProperty &amp;" right="" name="property" default=""/>
+ </function>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextTableCell" href="qtexttablecell.html" location="qtexttable.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextTableCell" fullname="QTextTableCell::QTextTableCell" href="qtexttablecell.html#QTextTableCell" location="qtexttable.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextTableCell()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTextTableCell" fullname="QTextTableCell::~QTextTableCell" href="qtexttablecell.html#dtor.QTextTableCell" location="qtexttable.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTextTableCell()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextTableCell" fullname="QTextTableCell::QTextTableCell" href="qtexttablecell.html#QTextTableCell-2" location="qtexttable.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTextTableCell(const QTextTableCell &amp; other)">
+ <parameter left="const QTextTableCell &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QTextTableCell::operator=" href="qtexttablecell.html#operator=" location="qtexttable.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTextTableCell &amp;" signature="operator=(const QTextTableCell &amp; other)">
+ <parameter left="const QTextTableCell &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFormat" fullname="QTextTableCell::setFormat" href="qtexttablecell.html#setFormat" location="qtexttable.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFormat(const QTextCharFormat &amp; format)">
+ <parameter left="const QTextCharFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QTextTableCell::format" href="qtexttablecell.html#format" location="qtexttable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCharFormat" signature="format() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="row" fullname="QTextTableCell::row" href="qtexttablecell.html#row" location="qtexttable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="row() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="column" fullname="QTextTableCell::column" href="qtexttablecell.html#column" location="qtexttable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="column() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowSpan" fullname="QTextTableCell::rowSpan" href="qtexttablecell.html#rowSpan" location="qtexttable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="rowSpan() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnSpan" fullname="QTextTableCell::columnSpan" href="qtexttablecell.html#columnSpan" location="qtexttable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columnSpan() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QTextTableCell::isValid" href="qtexttablecell.html#isValid" location="qtexttable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="firstCursorPosition" fullname="QTextTableCell::firstCursorPosition" href="qtexttablecell.html#firstCursorPosition" location="qtexttable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCursor" signature="firstCursorPosition() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastCursorPosition" fullname="QTextTableCell::lastCursorPosition" href="qtexttablecell.html#lastCursorPosition" location="qtexttable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCursor" signature="lastCursorPosition() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QTextTableCell::operator==" href="qtexttablecell.html#operator==" location="qtexttable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QTextTableCell &amp; other) const">
+ <parameter left="const QTextTableCell &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QTextTableCell::operator!=" href="qtexttablecell.html#operator!=" location="qtexttable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QTextTableCell &amp; other) const">
+ <parameter left="const QTextTableCell &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="QTextTableCell::begin" href="qtexttablecell.html#begin" location="qtexttable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextFrame::iterator" signature="begin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="QTextTableCell::end" href="qtexttablecell.html#end" location="qtexttable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextFrame::iterator" signature="end() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tableCellFormatIndex" fullname="QTextTableCell::tableCellFormatIndex" href="qtexttablecell.html#tableCellFormatIndex" location="qtexttable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="tableCellFormatIndex() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextTable" href="qtexttable.html" location="qtexttable.h" bases="QTextFrame" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="resize" fullname="QTextTable::resize" href="qtexttable.html#resize" location="qtexttable.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resize(int rows, int columns)">
+ <parameter left="int" right="" name="rows" default=""/>
+ <parameter left="int" right="" name="columns" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertRows" fullname="QTextTable::insertRows" href="qtexttable.html#insertRows" location="qtexttable.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertRows(int index, int rows)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int" right="" name="rows" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertColumns" fullname="QTextTable::insertColumns" href="qtexttable.html#insertColumns" location="qtexttable.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertColumns(int index, int columns)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int" right="" name="columns" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appendRows" fullname="QTextTable::appendRows" href="qtexttable.html#appendRows" location="qtexttable.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="appendRows(int count)">
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appendColumns" fullname="QTextTable::appendColumns" href="qtexttable.html#appendColumns" location="qtexttable.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="appendColumns(int count)">
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeRows" fullname="QTextTable::removeRows" href="qtexttable.html#removeRows" location="qtexttable.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeRows(int index, int rows)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int" right="" name="rows" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeColumns" fullname="QTextTable::removeColumns" href="qtexttable.html#removeColumns" location="qtexttable.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeColumns(int index, int columns)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int" right="" name="columns" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mergeCells" fullname="QTextTable::mergeCells" href="qtexttable.html#mergeCells" location="qtexttable.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="mergeCells(int row, int column, int numRows, int numCols)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="numRows" default=""/>
+ <parameter left="int" right="" name="numCols" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mergeCells" fullname="QTextTable::mergeCells" href="qtexttable.html#mergeCells-2" location="qtexttable.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="mergeCells(const QTextCursor &amp; cursor)">
+ <parameter left="const QTextCursor &amp;" right="" name="cursor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="splitCell" fullname="QTextTable::splitCell" href="qtexttable.html#splitCell" location="qtexttable.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="splitCell(int row, int column, int numRows, int numCols)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="numRows" default=""/>
+ <parameter left="int" right="" name="numCols" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rows" fullname="QTextTable::rows" href="qtexttable.html#rows" location="qtexttable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="rows() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columns" fullname="QTextTable::columns" href="qtexttable.html#columns" location="qtexttable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columns() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellAt" fullname="QTextTable::cellAt" href="qtexttable.html#cellAt" location="qtexttable.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextTableCell" signature="cellAt(int row, int column) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellAt" fullname="QTextTable::cellAt" href="qtexttable.html#cellAt-2" location="qtexttable.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QTextTableCell" signature="cellAt(int position) const">
+ <parameter left="int" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cellAt" fullname="QTextTable::cellAt" href="qtexttable.html#cellAt-3" location="qtexttable.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QTextTableCell" signature="cellAt(const QTextCursor &amp; cursor) const">
+ <parameter left="const QTextCursor &amp;" right="" name="cursor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowStart" fullname="QTextTable::rowStart" href="qtexttable.html#rowStart" location="qtexttable.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCursor" signature="rowStart(const QTextCursor &amp; cursor) const">
+ <parameter left="const QTextCursor &amp;" right="" name="cursor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowEnd" fullname="QTextTable::rowEnd" href="qtexttable.html#rowEnd" location="qtexttable.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCursor" signature="rowEnd(const QTextCursor &amp; cursor) const">
+ <parameter left="const QTextCursor &amp;" right="" name="cursor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFormat" fullname="QTextTable::setFormat" href="qtexttable.html#setFormat" location="qtexttable.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFormat(const QTextTableFormat &amp; format)">
+ <parameter left="const QTextTableFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QTextTable::format" href="qtexttable.html#format" location="qtexttable.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextTableFormat" signature="format() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextCodecPlugin" href="qtextcodecplugin.html" location="qtextcodecplugin.h" bases="QObject" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextCodecPlugin" fullname="QTextCodecPlugin::QTextCodecPlugin" href="qtextcodecplugin.html#QTextCodecPlugin" location="qtextcodecplugin.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextCodecPlugin(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTextCodecPlugin" fullname="QTextCodecPlugin::~QTextCodecPlugin" href="qtextcodecplugin.html#dtor.QTextCodecPlugin" location="qtextcodecplugin.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTextCodecPlugin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="names" fullname="QTextCodecPlugin::names" href="qtextcodecplugin.html#names" location="qtextcodecplugin.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QList&lt;QByteArray&gt;" signature="names() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="aliases" fullname="QTextCodecPlugin::aliases" href="qtextcodecplugin.html#aliases" location="qtextcodecplugin.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QList&lt;QByteArray&gt;" signature="aliases() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createForName" fullname="QTextCodecPlugin::createForName" href="qtextcodecplugin.html#createForName" location="qtextcodecplugin.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QTextCodec *" signature="createForName(const QByteArray &amp; name)">
+ <parameter left="const QByteArray &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mibEnums" fullname="QTextCodecPlugin::mibEnums" href="qtextcodecplugin.html#mibEnums" location="qtextcodecplugin.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QList&lt;int&gt;" signature="mibEnums() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createForMib" fullname="QTextCodecPlugin::createForMib" href="qtextcodecplugin.html#createForMib" location="qtextcodecplugin.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QTextCodec *" signature="createForMib(int mib)">
+ <parameter left="int" right="" name="mib" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QProgressBar" href="qprogressbar.html" location="qprogressbar.h" bases="QWidget" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="minimum" fullname="QProgressBar::minimum" href="qprogressbar.html#minimum-prop" location="qprogressbar.h" type="int">
+ <getter name="minimum"/>
+ <setter name="setMinimum"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maximum" fullname="QProgressBar::maximum" href="qprogressbar.html#maximum-prop" location="qprogressbar.h" type="int">
+ <getter name="maximum"/>
+ <setter name="setMaximum"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QProgressBar::text" href="qprogressbar.html#text-prop" location="qprogressbar.h" type="QString">
+ <getter name="text"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QProgressBar::value" href="qprogressbar.html#value-prop" location="qprogressbar.h" type="int">
+ <getter name="value"/>
+ <setter name="setValue"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="QProgressBar::alignment" href="qprogressbar.html#alignment-prop" location="qprogressbar.h" type="Qt::Alignment">
+ <getter name="alignment"/>
+ <setter name="setAlignment"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="textVisible" fullname="QProgressBar::textVisible" href="qprogressbar.html#textVisible-prop" location="qprogressbar.h" type="bool">
+ <getter name="isTextVisible"/>
+ <setter name="setTextVisible"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="QProgressBar::orientation" href="qprogressbar.html#orientation-prop" location="qprogressbar.h" type="Qt::Orientation">
+ <getter name="orientation"/>
+ <setter name="setOrientation"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="invertedAppearance" fullname="QProgressBar::invertedAppearance" href="qprogressbar.html#invertedAppearance-prop" location="qprogressbar.h" type="bool">
+ <getter name="invertedAppearance"/>
+ <setter name="setInvertedAppearance"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="textDirection" fullname="QProgressBar::textDirection" href="qprogressbar.html#textDirection-prop" location="qprogressbar.h" type="Direction">
+ <getter name="textDirection"/>
+ <setter name="setTextDirection"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QProgressBar::format" href="qprogressbar.html#format-prop" location="qprogressbar.h" type="QString">
+ <getter name="format"/>
+ <setter name="setFormat"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Direction" fullname="QProgressBar::Direction" href="qprogressbar.html#Direction-enum" location="qprogressbar.h">
+ <value name="TopToBottom" value="0"/>
+ <value name="BottomToTop" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QProgressBar" fullname="QProgressBar::QProgressBar" href="qprogressbar.html#QProgressBar" location="qprogressbar.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QProgressBar(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimum" fullname="QProgressBar::minimum" href="qprogressbar.html#minimum-prop" location="qprogressbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="minimum" type="int" signature="minimum() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximum" fullname="QProgressBar::maximum" href="qprogressbar.html#maximum-prop" location="qprogressbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maximum" type="int" signature="maximum() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QProgressBar::value" href="qprogressbar.html#value-prop" location="qprogressbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="value" type="int" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QProgressBar::text" href="qprogressbar.html#text-prop" location="qprogressbar.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" associated-property="text" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextVisible" fullname="QProgressBar::setTextVisible" href="qprogressbar.html#textVisible-prop" location="qprogressbar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="textVisible" type="void" signature="setTextVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isTextVisible" fullname="QProgressBar::isTextVisible" href="qprogressbar.html#textVisible-prop" location="qprogressbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="textVisible" type="bool" signature="isTextVisible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="QProgressBar::alignment" href="qprogressbar.html#alignment-prop" location="qprogressbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="alignment" type="Qt::Alignment" signature="alignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlignment" fullname="QProgressBar::setAlignment" href="qprogressbar.html#alignment-prop" location="qprogressbar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="alignment" type="void" signature="setAlignment(QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QProgressBar::sizeHint" href="qprogressbar.html#sizeHint" location="qprogressbar.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="QProgressBar::minimumSizeHint" href="qprogressbar.html#minimumSizeHint" location="qprogressbar.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="QProgressBar::orientation" href="qprogressbar.html#orientation-prop" location="qprogressbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="orientation" type="Qt::Orientation" signature="orientation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setInvertedAppearance" fullname="QProgressBar::setInvertedAppearance" href="qprogressbar.html#invertedAppearance-prop" location="qprogressbar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="invertedAppearance" type="void" signature="setInvertedAppearance(bool invert)">
+ <parameter left="bool" right="" name="invert" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invertedAppearance" fullname="QProgressBar::invertedAppearance" href="qprogressbar.html#invertedAppearance-prop" location="qprogressbar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="invertedAppearance" type="bool" signature="invertedAppearance()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextDirection" fullname="QProgressBar::setTextDirection" href="qprogressbar.html#textDirection-prop" location="qprogressbar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="textDirection" type="void" signature="setTextDirection(QProgressBar::Direction textDirection)">
+ <parameter left="QProgressBar::Direction" right="" name="textDirection" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textDirection" fullname="QProgressBar::textDirection" href="qprogressbar.html#textDirection-prop" location="qprogressbar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="textDirection" type="QProgressBar::Direction" signature="textDirection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFormat" fullname="QProgressBar::setFormat" href="qprogressbar.html#format-prop" location="qprogressbar.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="format" type="void" signature="setFormat(const QString &amp; format)">
+ <parameter left="const QString &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QProgressBar::format" href="qprogressbar.html#format-prop" location="qprogressbar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="format" type="QString" signature="format() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="QProgressBar::reset" href="qprogressbar.html#reset" location="qprogressbar.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRange" fullname="QProgressBar::setRange" href="qprogressbar.html#setRange" location="qprogressbar.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setRange(int minimum, int maximum)">
+ <parameter left="int" right="" name="minimum" default=""/>
+ <parameter left="int" right="" name="maximum" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinimum" fullname="QProgressBar::setMinimum" href="qprogressbar.html#minimum-prop" location="qprogressbar.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="minimum" type="void" signature="setMinimum(int minimum)">
+ <parameter left="int" right="" name="minimum" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaximum" fullname="QProgressBar::setMaximum" href="qprogressbar.html#maximum-prop" location="qprogressbar.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="maximum" type="void" signature="setMaximum(int maximum)">
+ <parameter left="int" right="" name="maximum" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QProgressBar::setValue" href="qprogressbar.html#value-prop" location="qprogressbar.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="value" type="void" signature="setValue(int value)">
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOrientation" fullname="QProgressBar::setOrientation" href="qprogressbar.html#orientation-prop" location="qprogressbar.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="orientation" type="void" signature="setOrientation(Qt::Orientation )">
+ <parameter left="Qt::Orientation" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QProgressBar::valueChanged" href="qprogressbar.html#valueChanged" location="qprogressbar.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(int value)">
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QProgressBar::event" href="qprogressbar.html#event" location="qprogressbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QProgressBar::paintEvent" href="qprogressbar.html#paintEvent" location="qprogressbar.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * )">
+ <parameter left="QPaintEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initStyleOption" fullname="QProgressBar::initStyleOption" href="qprogressbar.html#initStyleOption" location="qprogressbar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="initStyleOption(QStyleOptionProgressBar * option) const">
+ <parameter left="QStyleOptionProgressBar *" right="" name="option" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPlastiqueStyle" href="qplastiquestyle.html" location="qplastiquestyle.h" bases="QWindowsStyle" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPlastiqueStyle" fullname="QPlastiqueStyle::QPlastiqueStyle" href="qplastiquestyle.html#QPlastiqueStyle" location="qplastiquestyle.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPlastiqueStyle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPlastiqueStyle" fullname="QPlastiqueStyle::~QPlastiqueStyle" href="qplastiquestyle.html#dtor.QPlastiqueStyle" location="qplastiquestyle.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPlastiqueStyle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPrimitive" fullname="QPlastiqueStyle::drawPrimitive" href="qplastiquestyle.html#drawPrimitive" location="qplastiquestyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawPrimitive(PrimitiveElement element, const QStyleOption * option, QPainter * painter, const QWidget * widget) const">
+ <parameter left="PrimitiveElement" right="" name="element" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawControl" fullname="QPlastiqueStyle::drawControl" href="qplastiquestyle.html#drawControl" location="qplastiquestyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawControl(ControlElement element, const QStyleOption * option, QPainter * painter, const QWidget * widget) const">
+ <parameter left="ControlElement" right="" name="element" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawComplexControl" fullname="QPlastiqueStyle::drawComplexControl" href="qplastiquestyle.html#drawComplexControl" location="qplastiquestyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawComplexControl(ComplexControl control, const QStyleOptionComplex * option, QPainter * painter, const QWidget * widget) const">
+ <parameter left="ComplexControl" right="" name="control" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="option" default=""/>
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeFromContents" fullname="QPlastiqueStyle::sizeFromContents" href="qplastiquestyle.html#sizeFromContents" location="qplastiquestyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeFromContents(ContentsType type, const QStyleOption * option, const QSize &amp; size, const QWidget * widget) const">
+ <parameter left="ContentsType" right="" name="type" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subElementRect" fullname="QPlastiqueStyle::subElementRect" href="qplastiquestyle.html#subElementRect" location="qplastiquestyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="subElementRect(SubElement element, const QStyleOption * option, const QWidget * widget) const">
+ <parameter left="SubElement" right="" name="element" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subControlRect" fullname="QPlastiqueStyle::subControlRect" href="qplastiquestyle.html#subControlRect" location="qplastiquestyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="subControlRect(ComplexControl control, const QStyleOptionComplex * option, SubControl subControl, const QWidget * widget) const">
+ <parameter left="ComplexControl" right="" name="control" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="option" default=""/>
+ <parameter left="SubControl" right="" name="subControl" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="styleHint" fullname="QPlastiqueStyle::styleHint" href="qplastiquestyle.html#styleHint" location="qplastiquestyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="styleHint(StyleHint hint, const QStyleOption * option, const QWidget * widget, QStyleHintReturn * returnData) const">
+ <parameter left="StyleHint" right="" name="hint" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ <parameter left="QStyleHintReturn *" right="" name="returnData" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hitTestComplexControl" fullname="QPlastiqueStyle::hitTestComplexControl" href="qplastiquestyle.html#hitTestComplexControl" location="qplastiquestyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="SubControl" signature="hitTestComplexControl(ComplexControl control, const QStyleOptionComplex * option, const QPoint &amp; pos, const QWidget * widget) const">
+ <parameter left="ComplexControl" right="" name="control" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="option" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixelMetric" fullname="QPlastiqueStyle::pixelMetric" href="qplastiquestyle.html#pixelMetric" location="qplastiquestyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="pixelMetric(PixelMetric metric, const QStyleOption * option, const QWidget * widget) const">
+ <parameter left="PixelMetric" right="" name="metric" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardPixmap" fullname="QPlastiqueStyle::standardPixmap" href="qplastiquestyle.html#standardPixmap" location="qplastiquestyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="standardPixmap(StandardPixmap standardPixmap, const QStyleOption * opt, const QWidget * widget) const">
+ <parameter left="StandardPixmap" right="" name="standardPixmap" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QPlastiqueStyle::polish" href="qplastiquestyle.html#polish" location="qplastiquestyle.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="polish(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QPlastiqueStyle::polish" href="qplastiquestyle.html#polish-2" location="qplastiquestyle.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="polish(QApplication * app)">
+ <parameter left="QApplication *" right="" name="app" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QPlastiqueStyle::polish" href="qplastiquestyle.html#polish-3" location="qplastiquestyle.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="polish(QPalette &amp; pal)">
+ <parameter left="QPalette &amp;" right="" name="pal" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unpolish" fullname="QPlastiqueStyle::unpolish" href="qplastiquestyle.html#unpolish" location="qplastiquestyle.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="unpolish(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unpolish" fullname="QPlastiqueStyle::unpolish" href="qplastiquestyle.html#unpolish-2" location="qplastiquestyle.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="unpolish(QApplication * app)">
+ <parameter left="QApplication *" right="" name="app" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardPalette" fullname="QPlastiqueStyle::standardPalette" href="qplastiquestyle.html#standardPalette" location="qplastiquestyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPalette" signature="standardPalette() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="QPlastiqueStyle::eventFilter" href="qplastiquestyle.html#eventFilter" location="qplastiquestyle.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * watched, QEvent * event)">
+ <parameter left="QObject *" right="" name="watched" default=""/>
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="timerEvent" fullname="QPlastiqueStyle::timerEvent" href="qplastiquestyle.html#timerEvent" location="qplastiquestyle.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="timerEvent(QTimerEvent * event)">
+ <parameter left="QTimerEvent *" right="" name="event" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QLocalServer" href="qlocalserver.html" location="qlocalserver.h" bases="QObject" module="QtNetwork">
+ <function access="public" threadsafety="unspecified" status="commendable" name="newConnection" fullname="QLocalServer::newConnection" href="qlocalserver.html#newConnection" location="qlocalserver.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="newConnection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLocalServer" fullname="QLocalServer::QLocalServer" href="qlocalserver.html#QLocalServer" location="qlocalserver.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QLocalServer(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QLocalServer" fullname="QLocalServer::~QLocalServer" href="qlocalserver.html#dtor.QLocalServer" location="qlocalserver.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QLocalServer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="close" fullname="QLocalServer::close" href="qlocalserver.html#close" location="qlocalserver.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="close()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QLocalServer::errorString" href="qlocalserver.html#errorString" location="qlocalserver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPendingConnections" fullname="QLocalServer::hasPendingConnections" href="qlocalserver.html#hasPendingConnections" location="qlocalserver.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPendingConnections() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isListening" fullname="QLocalServer::isListening" href="qlocalserver.html#isListening" location="qlocalserver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isListening() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="listen" fullname="QLocalServer::listen" href="qlocalserver.html#listen" location="qlocalserver.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="listen(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maxPendingConnections" fullname="QLocalServer::maxPendingConnections" href="qlocalserver.html#maxPendingConnections" location="qlocalserver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="maxPendingConnections() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nextPendingConnection" fullname="QLocalServer::nextPendingConnection" href="qlocalserver.html#nextPendingConnection" location="qlocalserver.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QLocalSocket *" signature="nextPendingConnection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="serverName" fullname="QLocalServer::serverName" href="qlocalserver.html#serverName" location="qlocalserver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="serverName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fullServerName" fullname="QLocalServer::fullServerName" href="qlocalserver.html#fullServerName" location="qlocalserver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fullServerName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeServer" fullname="QLocalServer::removeServer" href="qlocalserver.html#removeServer" location="qlocalserver.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="removeServer(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="serverError" fullname="QLocalServer::serverError" href="qlocalserver.html#serverError" location="qlocalserver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractSocket::SocketError" signature="serverError() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaxPendingConnections" fullname="QLocalServer::setMaxPendingConnections" href="qlocalserver.html#setMaxPendingConnections" location="qlocalserver.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMaxPendingConnections(int numConnections)">
+ <parameter left="int" right="" name="numConnections" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForNewConnection" fullname="QLocalServer::waitForNewConnection" href="qlocalserver.html#waitForNewConnection" location="qlocalserver.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="waitForNewConnection(int msec, bool * timedOut)">
+ <parameter left="int" right="" name="msec" default="0"/>
+ <parameter left="bool *" right="" name="timedOut" default="0"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="incomingConnection" fullname="QLocalServer::incomingConnection" href="qlocalserver.html#incomingConnection" location="qlocalserver.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="incomingConnection(quintptr socketDescriptor)">
+ <parameter left="quintptr" right="" name="socketDescriptor" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="thread safe" status="commendable" name="QMetaType" href="qmetatype.html" location="qmetatype.h" bases="" module="QtCore">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QMetaType::Type" href="qmetatype.html#Type-enum" location="qmetatype.h">
+ <value name="Void" value="0"/>
+ <value name="Bool" value="1"/>
+ <value name="Int" value="2"/>
+ <value name="UInt" value="3"/>
+ <value name="LongLong" value="4"/>
+ <value name="ULongLong" value="5"/>
+ <value name="Double" value="6"/>
+ <value name="QChar" value="7"/>
+ <value name="QVariantMap" value="8"/>
+ <value name="QVariantList" value="9"/>
+ <value name="QString" value="10"/>
+ <value name="QStringList" value="11"/>
+ <value name="QByteArray" value="12"/>
+ <value name="QBitArray" value="13"/>
+ <value name="QDate" value="14"/>
+ <value name="QTime" value="15"/>
+ <value name="QDateTime" value="16"/>
+ <value name="QUrl" value="17"/>
+ <value name="QLocale" value="18"/>
+ <value name="QRect" value="19"/>
+ <value name="QRectF" value="20"/>
+ <value name="QSize" value="21"/>
+ <value name="QSizeF" value="22"/>
+ <value name="QLine" value="23"/>
+ <value name="QLineF" value="24"/>
+ <value name="QPoint" value="25"/>
+ <value name="QPointF" value="26"/>
+ <value name="QRegExp" value="27"/>
+ <value name="QVariantHash" value="28"/>
+ <value name="LastCoreType" value="28"/>
+ <value name="FirstGuiType" value="63"/>
+ <value name="QColorGroup" value="63"/>
+ <value name="QFont" value="64"/>
+ <value name="QPixmap" value="65"/>
+ <value name="QBrush" value="66"/>
+ <value name="QColor" value="67"/>
+ <value name="QPalette" value="68"/>
+ <value name="QIcon" value="69"/>
+ <value name="QImage" value="70"/>
+ <value name="QPolygon" value="71"/>
+ <value name="QRegion" value="72"/>
+ <value name="QBitmap" value="73"/>
+ <value name="QCursor" value="74"/>
+ <value name="QSizePolicy" value="75"/>
+ <value name="QKeySequence" value="76"/>
+ <value name="QPen" value="77"/>
+ <value name="QTextLength" value="78"/>
+ <value name="QTextFormat" value="79"/>
+ <value name="QMatrix" value="80"/>
+ <value name="QTransform" value="81"/>
+ <value name="QMatrix4x4" value="82"/>
+ <value name="QVector2D" value="83"/>
+ <value name="QVector3D" value="84"/>
+ <value name="QVector4D" value="85"/>
+ <value name="QQuaternion" value="86"/>
+ <value name="LastGuiType" value="86"/>
+ <value name="FirstCoreExtType" value="128"/>
+ <value name="VoidStar" value="128"/>
+ <value name="Long" value="129"/>
+ <value name="Short" value="130"/>
+ <value name="Char" value="131"/>
+ <value name="ULong" value="132"/>
+ <value name="UShort" value="133"/>
+ <value name="UChar" value="134"/>
+ <value name="Float" value="135"/>
+ <value name="QObjectStar" value="136"/>
+ <value name="QWidgetStar" value="137"/>
+ <value name="LastCoreExtType" value="137"/>
+ <value name="QReal" value="Double"/>
+ <value name="User" value="256"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QMetaType::type" href="qmetatype.html#type" location="qmetatype.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="type(const char * typeName)">
+ <parameter left="const char *" right="" name="typeName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="typeName" fullname="QMetaType::typeName" href="qmetatype.html#typeName" location="qmetatype.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="const char *" signature="typeName(int type)">
+ <parameter left="int" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRegistered" fullname="QMetaType::isRegistered" href="qmetatype.html#isRegistered" location="qmetatype.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isRegistered(int type)">
+ <parameter left="int" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="construct" fullname="QMetaType::construct" href="qmetatype.html#construct" location="qmetatype.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void *" signature="construct(int type, const void * copy)">
+ <parameter left="int" right="" name="type" default=""/>
+ <parameter left="const void *" right="" name="copy" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="destroy" fullname="QMetaType::destroy" href="qmetatype.html#destroy" location="qmetatype.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="destroy(int type, void * data)">
+ <parameter left="int" right="" name="type" default=""/>
+ <parameter left="void *" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unregisterType" fullname="QMetaType::unregisterType" href="qmetatype.html#unregisterType" location="qmetatype.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="unregisterType(const char * typeName)">
+ <parameter left="const char *" right="" name="typeName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="save" fullname="QMetaType::save" href="qmetatype.html#save" location="qmetatype.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="save(QDataStream &amp; stream, int type, const void * data)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="int" right="" name="type" default=""/>
+ <parameter left="const void *" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QMetaType::load" href="qmetatype.html#load" location="qmetatype.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="load(QDataStream &amp; stream, int type, void * data)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="int" right="" name="type" default=""/>
+ <parameter left="void *" right="" name="data" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="thread safe" status="commendable" name="qRegisterMetaType" href="qmetatype.html#qRegisterMetaType" location="qmetatype.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QMetaType" type="int" signature="qRegisterMetaType(const char * typeName)">
+ <parameter left="const char *" right="" name="typeName" default=""/>
+ </function>
+ <function access="public" threadsafety="thread safe" status="commendable" name="qRegisterMetaTypeStreamOperators" href="qmetatype.html#qRegisterMetaTypeStreamOperators" location="qmetatype.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QMetaType" type="void" signature="qRegisterMetaTypeStreamOperators(const char * typeName)">
+ <parameter left="const char *" right="" name="typeName" default=""/>
+ </function>
+ <function access="public" threadsafety="thread safe" status="commendable" name="qMetaTypeId" href="qmetatype.html#qMetaTypeId" location="qmetatype.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QMetaType" type="int" signature="qMetaTypeId()"/>
+ <function access="public" threadsafety="thread safe" status="commendable" name="qRegisterMetaType" href="qmetatype.html#qRegisterMetaType-2" location="qmetatype.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="QMetaType" type="int" signature="qRegisterMetaType()"/>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QSyntaxHighlighter" href="qsyntaxhighlighter.html" location="qsyntaxhighlighter.h" bases="QObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSyntaxHighlighter" fullname="QSyntaxHighlighter::QSyntaxHighlighter" href="qsyntaxhighlighter.html#QSyntaxHighlighter" location="qsyntaxhighlighter.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSyntaxHighlighter(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSyntaxHighlighter" fullname="QSyntaxHighlighter::QSyntaxHighlighter" href="qsyntaxhighlighter.html#QSyntaxHighlighter-2" location="qsyntaxhighlighter.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSyntaxHighlighter(QTextDocument * parent)">
+ <parameter left="QTextDocument *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSyntaxHighlighter" fullname="QSyntaxHighlighter::QSyntaxHighlighter" href="qsyntaxhighlighter.html#QSyntaxHighlighter-3" location="qsyntaxhighlighter.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QSyntaxHighlighter(QTextEdit * parent)">
+ <parameter left="QTextEdit *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSyntaxHighlighter" fullname="QSyntaxHighlighter::~QSyntaxHighlighter" href="qsyntaxhighlighter.html#dtor.QSyntaxHighlighter" location="qsyntaxhighlighter.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSyntaxHighlighter()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDocument" fullname="QSyntaxHighlighter::setDocument" href="qsyntaxhighlighter.html#setDocument" location="qsyntaxhighlighter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDocument(QTextDocument * doc)">
+ <parameter left="QTextDocument *" right="" name="doc" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="document" fullname="QSyntaxHighlighter::document" href="qsyntaxhighlighter.html#document" location="qsyntaxhighlighter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextDocument *" signature="document() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rehighlight" fullname="QSyntaxHighlighter::rehighlight" href="qsyntaxhighlighter.html#rehighlight" location="qsyntaxhighlighter.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="rehighlight()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rehighlightBlock" fullname="QSyntaxHighlighter::rehighlightBlock" href="qsyntaxhighlighter.html#rehighlightBlock" location="qsyntaxhighlighter.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="rehighlightBlock(const QTextBlock &amp; block)">
+ <parameter left="const QTextBlock &amp;" right="" name="block" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="highlightBlock" fullname="QSyntaxHighlighter::highlightBlock" href="qsyntaxhighlighter.html#highlightBlock" location="qsyntaxhighlighter.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="highlightBlock(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setFormat" fullname="QSyntaxHighlighter::setFormat" href="qsyntaxhighlighter.html#setFormat" location="qsyntaxhighlighter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFormat(int start, int count, const QTextCharFormat &amp; format)">
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QTextCharFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setFormat" fullname="QSyntaxHighlighter::setFormat" href="qsyntaxhighlighter.html#setFormat-2" location="qsyntaxhighlighter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setFormat(int start, int count, const QColor &amp; color)">
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setFormat" fullname="QSyntaxHighlighter::setFormat" href="qsyntaxhighlighter.html#setFormat-3" location="qsyntaxhighlighter.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="setFormat(int start, int count, const QFont &amp; font)">
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="format" fullname="QSyntaxHighlighter::format" href="qsyntaxhighlighter.html#format" location="qsyntaxhighlighter.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCharFormat" signature="format(int position) const">
+ <parameter left="int" right="" name="position" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="previousBlockState" fullname="QSyntaxHighlighter::previousBlockState" href="qsyntaxhighlighter.html#previousBlockState" location="qsyntaxhighlighter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="previousBlockState() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="currentBlockState" fullname="QSyntaxHighlighter::currentBlockState" href="qsyntaxhighlighter.html#currentBlockState" location="qsyntaxhighlighter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currentBlockState() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setCurrentBlockState" fullname="QSyntaxHighlighter::setCurrentBlockState" href="qsyntaxhighlighter.html#setCurrentBlockState" location="qsyntaxhighlighter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCurrentBlockState(int newState)">
+ <parameter left="int" right="" name="newState" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setCurrentBlockUserData" fullname="QSyntaxHighlighter::setCurrentBlockUserData" href="qsyntaxhighlighter.html#setCurrentBlockUserData" location="qsyntaxhighlighter.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCurrentBlockUserData(QTextBlockUserData * data)">
+ <parameter left="QTextBlockUserData *" right="" name="data" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="currentBlockUserData" fullname="QSyntaxHighlighter::currentBlockUserData" href="qsyntaxhighlighter.html#currentBlockUserData" location="qsyntaxhighlighter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextBlockUserData *" signature="currentBlockUserData() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="currentBlock" fullname="QSyntaxHighlighter::currentBlock" href="qsyntaxhighlighter.html#currentBlock" location="qsyntaxhighlighter.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextBlock" signature="currentBlock() const"/>
+ </class>
+ <class access="public" threadsafety="thread safe" status="commendable" name="QFuture" href="qfuture.html" location="qfuture.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFuture" fullname="QFuture::QFuture" href="qfuture.html#QFuture" location="qfuture.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFuture()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFuture" fullname="QFuture::QFuture" href="qfuture.html#QFuture-3" location="qfuture.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QFuture(const QFuture &amp; other)">
+ <parameter left="const QFuture &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFuture" fullname="QFuture::~QFuture" href="qfuture.html#dtor.QFuture" location="qfuture.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFuture()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QFuture::operator=" href="qfuture.html#operator=" location="qfuture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QFuture &amp;" signature="operator=(const QFuture &amp; other)">
+ <parameter left="const QFuture &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QFuture::operator==" href="qfuture.html#operator==" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QFuture &amp; other) const">
+ <parameter left="const QFuture &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QFuture::operator!=" href="qfuture.html#operator!=" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QFuture &amp; other) const">
+ <parameter left="const QFuture &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cancel" fullname="QFuture::cancel" href="qfuture.html#cancel" location="qfuture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="cancel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCanceled" fullname="QFuture::isCanceled" href="qfuture.html#isCanceled" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCanceled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPaused" fullname="QFuture::setPaused" href="qfuture.html#setPaused" location="qfuture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPaused(bool paused)">
+ <parameter left="bool" right="" name="paused" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isPaused" fullname="QFuture::isPaused" href="qfuture.html#isPaused" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isPaused() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pause" fullname="QFuture::pause" href="qfuture.html#pause" location="qfuture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="pause()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resume" fullname="QFuture::resume" href="qfuture.html#resume" location="qfuture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resume()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="togglePaused" fullname="QFuture::togglePaused" href="qfuture.html#togglePaused" location="qfuture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="togglePaused()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isStarted" fullname="QFuture::isStarted" href="qfuture.html#isStarted" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isStarted() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFinished" fullname="QFuture::isFinished" href="qfuture.html#isFinished" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isFinished() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRunning" fullname="QFuture::isRunning" href="qfuture.html#isRunning" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRunning() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resultCount" fullname="QFuture::resultCount" href="qfuture.html#resultCount" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="resultCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="progressValue" fullname="QFuture::progressValue" href="qfuture.html#progressValue" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="progressValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="progressMinimum" fullname="QFuture::progressMinimum" href="qfuture.html#progressMinimum" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="progressMinimum() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="progressMaximum" fullname="QFuture::progressMaximum" href="qfuture.html#progressMaximum" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="progressMaximum() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="progressText" fullname="QFuture::progressText" href="qfuture.html#progressText" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="progressText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForFinished" fullname="QFuture::waitForFinished" href="qfuture.html#waitForFinished" location="qfuture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="waitForFinished()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="result" fullname="QFuture::result" href="qfuture.html#result" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T" signature="result() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resultAt" fullname="QFuture::resultAt" href="qfuture.html#resultAt" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T" signature="resultAt(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isResultReadyAt" fullname="QFuture::isResultReadyAt" href="qfuture.html#isResultReadyAt" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isResultReadyAt(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator T" fullname="QFuture::operator T" href="qfuture.html#operator T" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator T() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="results" fullname="QFuture::results" href="qfuture.html#results" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;T&gt;" signature="results() const"/>
+ <class access="public" threadsafety="reentrant" status="commendable" name="const_iterator" fullname="QFuture::const_iterator" href="qfuture-const-iterator.html" location="qfuture.h" bases="" module="QtCore">
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="iterator_category" fullname="QFuture::const_iterator::iterator_category" href="qfuture-const-iterator.html#iterator_category-typedef" location="qfuture.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="difference_type" fullname="QFuture::const_iterator::difference_type" href="qfuture-const-iterator.html#difference_type-typedef" location="qfuture.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="value_type" fullname="QFuture::const_iterator::value_type" href="qfuture-const-iterator.html#value_type-typedef" location="qfuture.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="pointer" fullname="QFuture::const_iterator::pointer" href="qfuture-const-iterator.html#pointer-typedef" location="qfuture.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="reference" fullname="QFuture::const_iterator::reference" href="qfuture-const-iterator.html#reference-typedef" location="qfuture.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="const_iterator" fullname="QFuture::const_iterator::const_iterator" href="qfuture-const-iterator.html#const_iterator" location="qfuture.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="const_iterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="const_iterator" fullname="QFuture::const_iterator::const_iterator" href="qfuture-const-iterator.html#const_iterator-3" location="qfuture.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="const_iterator(const const_iterator &amp; other)">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QFuture::const_iterator::operator=" href="qfuture-const-iterator.html#operator=" location="qfuture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator=(const const_iterator &amp; other)">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" fullname="QFuture::const_iterator::operator*" href="qfuture-const-iterator.html#operator*" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="operator*() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-&gt;" fullname="QFuture::const_iterator::operator-&gt;" href="qfuture-const-iterator.html#operator-&gt;" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T *" signature="operator-&gt;() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QFuture::const_iterator::operator!=" href="qfuture-const-iterator.html#operator!=" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QFuture::const_iterator::operator==" href="qfuture-const-iterator.html#operator==" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QFuture::const_iterator::operator++" href="qfuture-const-iterator.html#operator++" location="qfuture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator++()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QFuture::const_iterator::operator++" href="qfuture-const-iterator.html#operator++-2" location="qfuture.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="const_iterator" signature="operator++(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QFuture::const_iterator::operator--" href="qfuture-const-iterator.html#operator--" location="qfuture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator--()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QFuture::const_iterator::operator--" href="qfuture-const-iterator.html#operator---2" location="qfuture.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="const_iterator" signature="operator--(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" fullname="QFuture::const_iterator::operator+" href="qfuture-const-iterator.html#operator+" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="operator+(int j) const">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" fullname="QFuture::const_iterator::operator-" href="qfuture-const-iterator.html#operator-" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="operator-(int j) const">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QFuture::const_iterator::operator+=" href="qfuture-const-iterator.html#operator+=" location="qfuture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator+=(int j)">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QFuture::const_iterator::operator-=" href="qfuture-const-iterator.html#operator-=" location="qfuture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator-=(int j)">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ </class>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ConstIterator" fullname="QFuture::ConstIterator" href="qfuture.html#ConstIterator-typedef" location="qfuture.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="QFuture::begin" href="qfuture.html#begin" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="begin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constBegin" fullname="QFuture::constBegin" href="qfuture.html#constBegin" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="constBegin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="QFuture::end" href="qfuture.html#end" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="end() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constEnd" fullname="QFuture::constEnd" href="qfuture.html#constEnd" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="constEnd() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlQuery" href="qxmlquery.html" location="qxmlquery.h" bases="" module="QtXmlPatterns">
+ <contents name="running-xqueries" title="Running XQueries" level="1"/>
+ <contents name="running-xpath-expressions" title="Running XPath Expressions" level="1"/>
+ <contents name="running-xslt-stylesheets" title="Running XSLT stylesheets" level="1"/>
+ <contents name="binding-a-query-to-a-starting-node" title="Binding A Query To A Starting Node" level="1"/>
+ <contents name="reentrancy-and-thread-safety" title="Reentrancy and Thread-Safety" level="1"/>
+ <contents name="error-handling" title="Error Handling" level="1"/>
+ <contents name="resource-management" title="Resource Management" level="1"/>
+ <contents name="event-handling" title="Event Handling" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="QueryLanguage" fullname="QXmlQuery::QueryLanguage" href="qxmlquery.html#QueryLanguage-enum" location="qxmlquery.h">
+ <value name="XQuery10" value="1"/>
+ <value name="XSLT20" value="2"/>
+ <value name="XmlSchema11IdentityConstraintSelector" value="1024"/>
+ <value name="XmlSchema11IdentityConstraintField" value="2048"/>
+ <value name="XPath20" value="4096"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlQuery" fullname="QXmlQuery::QXmlQuery" href="qxmlquery.html#QXmlQuery" location="qxmlquery.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QXmlQuery()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlQuery" fullname="QXmlQuery::QXmlQuery" href="qxmlquery.html#QXmlQuery-2" location="qxmlquery.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QXmlQuery(const QXmlQuery &amp; other)">
+ <parameter left="const QXmlQuery &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlQuery" fullname="QXmlQuery::QXmlQuery" href="qxmlquery.html#QXmlQuery-3" location="qxmlquery.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QXmlQuery(const QXmlNamePool &amp; np)">
+ <parameter left="const QXmlNamePool &amp;" right="" name="np" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlQuery" fullname="QXmlQuery::QXmlQuery" href="qxmlquery.html#QXmlQuery-4" location="qxmlquery.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QXmlQuery(QueryLanguage queryLanguage, const QXmlNamePool &amp; np)">
+ <parameter left="QueryLanguage" right="" name="queryLanguage" default=""/>
+ <parameter left="const QXmlNamePool &amp;" right="" name="np" default="QXmlNamePool()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QXmlQuery" fullname="QXmlQuery::~QXmlQuery" href="qxmlquery.html#dtor.QXmlQuery" location="qxmlquery.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QXmlQuery()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QXmlQuery::operator=" href="qxmlquery.html#operator=" location="qxmlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QXmlQuery &amp;" signature="operator=(const QXmlQuery &amp; other)">
+ <parameter left="const QXmlQuery &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMessageHandler" fullname="QXmlQuery::setMessageHandler" href="qxmlquery.html#setMessageHandler" location="qxmlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMessageHandler(QAbstractMessageHandler * aMessageHandler)">
+ <parameter left="QAbstractMessageHandler *" right="" name="aMessageHandler" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="messageHandler" fullname="QXmlQuery::messageHandler" href="qxmlquery.html#messageHandler" location="qxmlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractMessageHandler *" signature="messageHandler() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setQuery" fullname="QXmlQuery::setQuery" href="qxmlquery.html#setQuery-3" location="qxmlquery.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="setQuery(const QString &amp; sourceCode, const QUrl &amp; documentURI)">
+ <parameter left="const QString &amp;" right="" name="sourceCode" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="documentURI" default="QUrl()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setQuery" fullname="QXmlQuery::setQuery" href="qxmlquery.html#setQuery" location="qxmlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setQuery(QIODevice * sourceCode, const QUrl &amp; documentURI)">
+ <parameter left="QIODevice *" right="" name="sourceCode" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="documentURI" default="QUrl()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setQuery" fullname="QXmlQuery::setQuery" href="qxmlquery.html#setQuery-2" location="qxmlquery.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setQuery(const QUrl &amp; queryURI, const QUrl &amp; baseURI)">
+ <parameter left="const QUrl &amp;" right="" name="queryURI" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="baseURI" default="QUrl()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="namePool" fullname="QXmlQuery::namePool" href="qxmlquery.html#namePool" location="qxmlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QXmlNamePool" signature="namePool() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bindVariable" fullname="QXmlQuery::bindVariable" href="qxmlquery.html#bindVariable" location="qxmlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="bindVariable(const QXmlName &amp; name, const QXmlItem &amp; value)">
+ <parameter left="const QXmlName &amp;" right="" name="name" default=""/>
+ <parameter left="const QXmlItem &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bindVariable" fullname="QXmlQuery::bindVariable" href="qxmlquery.html#bindVariable-4" location="qxmlquery.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="bindVariable(const QString &amp; localName, const QXmlItem &amp; value)">
+ <parameter left="const QString &amp;" right="" name="localName" default=""/>
+ <parameter left="const QXmlItem &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bindVariable" fullname="QXmlQuery::bindVariable" href="qxmlquery.html#bindVariable-2" location="qxmlquery.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="bindVariable(const QXmlName &amp; name, QIODevice * device)">
+ <parameter left="const QXmlName &amp;" right="" name="name" default=""/>
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bindVariable" fullname="QXmlQuery::bindVariable" href="qxmlquery.html#bindVariable-5" location="qxmlquery.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="void" signature="bindVariable(const QString &amp; localName, QIODevice * device)">
+ <parameter left="const QString &amp;" right="" name="localName" default=""/>
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bindVariable" fullname="QXmlQuery::bindVariable" href="qxmlquery.html#bindVariable-3" location="qxmlquery.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="bindVariable(const QXmlName &amp; name, const QXmlQuery &amp; query)">
+ <parameter left="const QXmlName &amp;" right="" name="name" default=""/>
+ <parameter left="const QXmlQuery &amp;" right="" name="query" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bindVariable" fullname="QXmlQuery::bindVariable" href="qxmlquery.html#bindVariable-6" location="qxmlquery.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="void" signature="bindVariable(const QString &amp; localName, const QXmlQuery &amp; query)">
+ <parameter left="const QString &amp;" right="" name="localName" default=""/>
+ <parameter left="const QXmlQuery &amp;" right="" name="query" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QXmlQuery::isValid" href="qxmlquery.html#isValid" location="qxmlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="evaluateTo" fullname="QXmlQuery::evaluateTo" href="qxmlquery.html#evaluateTo" location="qxmlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="evaluateTo(QXmlResultItems * result) const">
+ <parameter left="QXmlResultItems *" right="" name="result" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="evaluateTo" fullname="QXmlQuery::evaluateTo" href="qxmlquery.html#evaluateTo-2" location="qxmlquery.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="evaluateTo(QAbstractXmlReceiver * callback) const">
+ <parameter left="QAbstractXmlReceiver *" right="" name="callback" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="evaluateTo" fullname="QXmlQuery::evaluateTo" href="qxmlquery.html#evaluateTo-3" location="qxmlquery.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="bool" signature="evaluateTo(QStringList * target) const">
+ <parameter left="QStringList *" right="" name="target" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="evaluateTo" fullname="QXmlQuery::evaluateTo" href="qxmlquery.html#evaluateTo-5" location="qxmlquery.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="5" type="bool" signature="evaluateTo(QIODevice * target) const">
+ <parameter left="QIODevice *" right="" name="target" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="evaluateTo" fullname="QXmlQuery::evaluateTo" href="qxmlquery.html#evaluateTo-4" location="qxmlquery.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="bool" signature="evaluateTo(QString * output) const">
+ <parameter left="QString *" right="" name="output" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUriResolver" fullname="QXmlQuery::setUriResolver" href="qxmlquery.html#setUriResolver" location="qxmlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUriResolver(const QAbstractUriResolver * resolver)">
+ <parameter left="const QAbstractUriResolver *" right="" name="resolver" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="uriResolver" fullname="QXmlQuery::uriResolver" href="qxmlquery.html#uriResolver" location="qxmlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QAbstractUriResolver *" signature="uriResolver() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFocus" fullname="QXmlQuery::setFocus" href="qxmlquery.html#setFocus" location="qxmlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFocus(const QXmlItem &amp; item)">
+ <parameter left="const QXmlItem &amp;" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFocus" fullname="QXmlQuery::setFocus" href="qxmlquery.html#setFocus-2" location="qxmlquery.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="setFocus(const QUrl &amp; documentURI)">
+ <parameter left="const QUrl &amp;" right="" name="documentURI" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFocus" fullname="QXmlQuery::setFocus" href="qxmlquery.html#setFocus-3" location="qxmlquery.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="bool" signature="setFocus(QIODevice * document)">
+ <parameter left="QIODevice *" right="" name="document" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFocus" fullname="QXmlQuery::setFocus" href="qxmlquery.html#setFocus-4" location="qxmlquery.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="bool" signature="setFocus(const QString &amp; focus)">
+ <parameter left="const QString &amp;" right="" name="focus" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setInitialTemplateName" fullname="QXmlQuery::setInitialTemplateName" href="qxmlquery.html#setInitialTemplateName" location="qxmlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setInitialTemplateName(const QXmlName &amp; name)">
+ <parameter left="const QXmlName &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setInitialTemplateName" fullname="QXmlQuery::setInitialTemplateName" href="qxmlquery.html#setInitialTemplateName-2" location="qxmlquery.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setInitialTemplateName(const QString &amp; localName)">
+ <parameter left="const QString &amp;" right="" name="localName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="initialTemplateName" fullname="QXmlQuery::initialTemplateName" href="qxmlquery.html#initialTemplateName" location="qxmlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QXmlName" signature="initialTemplateName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNetworkAccessManager" fullname="QXmlQuery::setNetworkAccessManager" href="qxmlquery.html#setNetworkAccessManager" location="qxmlquery.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNetworkAccessManager(QNetworkAccessManager * newManager)">
+ <parameter left="QNetworkAccessManager *" right="" name="newManager" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="networkAccessManager" fullname="QXmlQuery::networkAccessManager" href="qxmlquery.html#networkAccessManager" location="qxmlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QNetworkAccessManager *" signature="networkAccessManager() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="queryLanguage" fullname="QXmlQuery::queryLanguage" href="qxmlquery.html#queryLanguage" location="qxmlquery.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QueryLanguage" signature="queryLanguage() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QLabel" href="qlabel.html" location="qlabel.h" bases="QFrame" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QLabel::text" href="qlabel.html#text-prop" location="qlabel.h" type="QString">
+ <getter name="text"/>
+ <setter name="setText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="textFormat" fullname="QLabel::textFormat" href="qlabel.html#textFormat-prop" location="qlabel.h" type="Qt::TextFormat">
+ <getter name="textFormat"/>
+ <setter name="setTextFormat"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="pixmap" fullname="QLabel::pixmap" href="qlabel.html#pixmap-prop" location="qlabel.h" type="QPixmap">
+ <getter name="pixmap"/>
+ <setter name="setPixmap"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="scaledContents" fullname="QLabel::scaledContents" href="qlabel.html#scaledContents-prop" location="qlabel.h" type="bool">
+ <getter name="hasScaledContents"/>
+ <setter name="setScaledContents"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="QLabel::alignment" href="qlabel.html#alignment-prop" location="qlabel.h" type="Qt::Alignment">
+ <getter name="alignment"/>
+ <setter name="setAlignment"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="wordWrap" fullname="QLabel::wordWrap" href="qlabel.html#wordWrap-prop" location="qlabel.h" type="bool">
+ <getter name="wordWrap"/>
+ <setter name="setWordWrap"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="margin" fullname="QLabel::margin" href="qlabel.html#margin-prop" location="qlabel.h" type="int">
+ <getter name="margin"/>
+ <setter name="setMargin"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="indent" fullname="QLabel::indent" href="qlabel.html#indent-prop" location="qlabel.h" type="int">
+ <getter name="indent"/>
+ <setter name="setIndent"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="openExternalLinks" fullname="QLabel::openExternalLinks" href="qlabel.html#openExternalLinks-prop" location="qlabel.h" type="bool">
+ <getter name="openExternalLinks"/>
+ <setter name="setOpenExternalLinks"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="textInteractionFlags" fullname="QLabel::textInteractionFlags" href="qlabel.html#textInteractionFlags-prop" location="qlabel.h" type="Qt::TextInteractionFlags">
+ <getter name="textInteractionFlags"/>
+ <setter name="setTextInteractionFlags"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLabel" fullname="QLabel::QLabel" href="qlabel.html#QLabel" location="qlabel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QLabel(QWidget * parent, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLabel" fullname="QLabel::QLabel" href="qlabel.html#QLabel-2" location="qlabel.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QLabel(const QString &amp; text, QWidget * parent, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QLabel" fullname="QLabel::~QLabel" href="qlabel.html#dtor.QLabel" location="qlabel.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QLabel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QLabel::text" href="qlabel.html#text-prop" location="qlabel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="text" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmap" fullname="QLabel::pixmap" href="qlabel.html#pixmap-prop" location="qlabel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="pixmap" type="const QPixmap *" signature="pixmap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="picture" fullname="QLabel::picture" href="qlabel.html#picture" location="qlabel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPicture *" signature="picture() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="movie" fullname="QLabel::movie" href="qlabel.html#movie" location="qlabel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMovie *" signature="movie() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textFormat" fullname="QLabel::textFormat" href="qlabel.html#textFormat-prop" location="qlabel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="textFormat" type="Qt::TextFormat" signature="textFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextFormat" fullname="QLabel::setTextFormat" href="qlabel.html#textFormat-prop" location="qlabel.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="textFormat" type="void" signature="setTextFormat(Qt::TextFormat )">
+ <parameter left="Qt::TextFormat" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="QLabel::alignment" href="qlabel.html#alignment-prop" location="qlabel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="alignment" type="Qt::Alignment" signature="alignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlignment" fullname="QLabel::setAlignment" href="qlabel.html#alignment-prop" location="qlabel.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="alignment" type="void" signature="setAlignment(QFlags&lt;Qt::AlignmentFlag&gt; )">
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWordWrap" fullname="QLabel::setWordWrap" href="qlabel.html#wordWrap-prop" location="qlabel.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="wordWrap" type="void" signature="setWordWrap(bool on)">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wordWrap" fullname="QLabel::wordWrap" href="qlabel.html#wordWrap-prop" location="qlabel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="wordWrap" type="bool" signature="wordWrap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indent" fullname="QLabel::indent" href="qlabel.html#indent-prop" location="qlabel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="indent" type="int" signature="indent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIndent" fullname="QLabel::setIndent" href="qlabel.html#indent-prop" location="qlabel.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="indent" type="void" signature="setIndent(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="margin" fullname="QLabel::margin" href="qlabel.html#margin-prop" location="qlabel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="margin" type="int" signature="margin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMargin" fullname="QLabel::setMargin" href="qlabel.html#margin-prop" location="qlabel.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="margin" type="void" signature="setMargin(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasScaledContents" fullname="QLabel::hasScaledContents" href="qlabel.html#scaledContents-prop" location="qlabel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="scaledContents" type="bool" signature="hasScaledContents() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScaledContents" fullname="QLabel::setScaledContents" href="qlabel.html#scaledContents-prop" location="qlabel.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="scaledContents" type="void" signature="setScaledContents(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QLabel::sizeHint" href="qlabel.html#sizeHint" location="qlabel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="QLabel::minimumSizeHint" href="qlabel.html#minimumSizeHint" location="qlabel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBuddy" fullname="QLabel::setBuddy" href="qlabel.html#setBuddy" location="qlabel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBuddy(QWidget * buddy)">
+ <parameter left="QWidget *" right="" name="buddy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buddy" fullname="QLabel::buddy" href="qlabel.html#buddy" location="qlabel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="buddy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="heightForWidth" fullname="QLabel::heightForWidth" href="qlabel.html#heightForWidth" location="qlabel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="heightForWidth(int w) const">
+ <parameter left="int" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="openExternalLinks" fullname="QLabel::openExternalLinks" href="qlabel.html#openExternalLinks-prop" location="qlabel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="openExternalLinks" type="bool" signature="openExternalLinks() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOpenExternalLinks" fullname="QLabel::setOpenExternalLinks" href="qlabel.html#openExternalLinks-prop" location="qlabel.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="openExternalLinks" type="void" signature="setOpenExternalLinks(bool open)">
+ <parameter left="bool" right="" name="open" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextInteractionFlags" fullname="QLabel::setTextInteractionFlags" href="qlabel.html#textInteractionFlags-prop" location="qlabel.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="textInteractionFlags" type="void" signature="setTextInteractionFlags(QFlags&lt;Qt::TextInteractionFlag&gt; flags)">
+ <parameter left="QFlags&lt;Qt::TextInteractionFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textInteractionFlags" fullname="QLabel::textInteractionFlags" href="qlabel.html#textInteractionFlags-prop" location="qlabel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="textInteractionFlags" type="Qt::TextInteractionFlags" signature="textInteractionFlags() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="QLabel::setText" href="qlabel.html#text-prop" location="qlabel.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="text" type="void" signature="setText(const QString &amp; )">
+ <parameter left="const QString &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPixmap" fullname="QLabel::setPixmap" href="qlabel.html#pixmap-prop" location="qlabel.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="pixmap" type="void" signature="setPixmap(const QPixmap &amp; )">
+ <parameter left="const QPixmap &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPicture" fullname="QLabel::setPicture" href="qlabel.html#setPicture" location="qlabel.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setPicture(const QPicture &amp; picture)">
+ <parameter left="const QPicture &amp;" right="" name="picture" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMovie" fullname="QLabel::setMovie" href="qlabel.html#setMovie" location="qlabel.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setMovie(QMovie * movie)">
+ <parameter left="QMovie *" right="" name="movie" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="QLabel::setNum" href="qlabel.html#setNum" location="qlabel.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setNum(int num)">
+ <parameter left="int" right="" name="num" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNum" fullname="QLabel::setNum" href="qlabel.html#setNum-2" location="qlabel.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="setNum(double num)">
+ <parameter left="double" right="" name="num" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QLabel::clear" href="qlabel.html#clear" location="qlabel.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="linkActivated" fullname="QLabel::linkActivated" href="qlabel.html#linkActivated" location="qlabel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="linkActivated(const QString &amp; link)">
+ <parameter left="const QString &amp;" right="" name="link" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="linkHovered" fullname="QLabel::linkHovered" href="qlabel.html#linkHovered" location="qlabel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="linkHovered(const QString &amp; link)">
+ <parameter left="const QString &amp;" right="" name="link" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QLabel::event" href="qlabel.html#event" location="qlabel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QLabel::keyPressEvent" href="qlabel.html#keyPressEvent" location="qlabel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * ev)">
+ <parameter left="QKeyEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QLabel::paintEvent" href="qlabel.html#paintEvent" location="qlabel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * )">
+ <parameter left="QPaintEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QLabel::changeEvent" href="qlabel.html#changeEvent" location="qlabel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * ev)">
+ <parameter left="QEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QLabel::mousePressEvent" href="qlabel.html#mousePressEvent" location="qlabel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * ev)">
+ <parameter left="QMouseEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QLabel::mouseMoveEvent" href="qlabel.html#mouseMoveEvent" location="qlabel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * ev)">
+ <parameter left="QMouseEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QLabel::mouseReleaseEvent" href="qlabel.html#mouseReleaseEvent" location="qlabel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * ev)">
+ <parameter left="QMouseEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contextMenuEvent" fullname="QLabel::contextMenuEvent" href="qlabel.html#contextMenuEvent" location="qlabel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contextMenuEvent(QContextMenuEvent * ev)">
+ <parameter left="QContextMenuEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="QLabel::focusInEvent" href="qlabel.html#focusInEvent" location="qlabel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * ev)">
+ <parameter left="QFocusEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="QLabel::focusOutEvent" href="qlabel.html#focusOutEvent" location="qlabel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * ev)">
+ <parameter left="QFocusEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusNextPrevChild" fullname="QLabel::focusNextPrevChild" href="qlabel.html#focusNextPrevChild" location="qlabel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="focusNextPrevChild(bool next)">
+ <parameter left="bool" right="" name="next" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QLabel" fullname="QLabel::QLabel" href="qlabel-qt3.html#QLabel-3" location="qlabel.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QLabel(QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QLabel" fullname="QLabel::QLabel" href="qlabel-qt3.html#QLabel-4" location="qlabel.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QLabel(const QString &amp; text, QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QLabel" fullname="QLabel::QLabel" href="qlabel-qt3.html#QLabel-5" location="qlabel.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QLabel(QWidget * buddy, const QString &amp; text, QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="buddy" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setAlignment" fullname="QLabel::setAlignment" href="qlabel-qt3.html#setAlignment-2" location="qlabel.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setAlignment(int alignment)">
+ <parameter left="int" right="" name="alignment" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWebElement" href="qwebelement.html" location="qwebelement.h" bases="" module="QtWebKit">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWebElement" fullname="QWebElement::QWebElement" href="qwebelement.html#QWebElement" location="qwebelement.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWebElement()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWebElement" fullname="QWebElement::QWebElement" href="qwebelement.html#QWebElement-2" location="qwebelement.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QWebElement(const QWebElement &amp; other)">
+ <parameter left="const QWebElement &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QWebElement::operator=" href="qwebelement.html#operator=" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QWebElement &amp;" signature="operator=(const QWebElement &amp; other)">
+ <parameter left="const QWebElement &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWebElement" fullname="QWebElement::~QWebElement" href="qwebelement.html#dtor.QWebElement" location="qwebelement.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWebElement()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QWebElement::operator==" href="qwebelement.html#operator==" location="qwebelement.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QWebElement &amp; o) const">
+ <parameter left="const QWebElement &amp;" right="" name="o" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QWebElement::operator!=" href="qwebelement.html#operator!=" location="qwebelement.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QWebElement &amp; o) const">
+ <parameter left="const QWebElement &amp;" right="" name="o" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QWebElement::isNull" href="qwebelement.html#isNull" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findAll" fullname="QWebElement::findAll" href="qwebelement.html#findAll" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QWebElement&gt;" signature="findAll(const QString &amp; selectorQuery) const">
+ <parameter left="const QString &amp;" right="" name="selectorQuery" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findFirst" fullname="QWebElement::findFirst" href="qwebelement.html#findFirst" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebElement" signature="findFirst(const QString &amp; selectorQuery) const">
+ <parameter left="const QString &amp;" right="" name="selectorQuery" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPlainText" fullname="QWebElement::setPlainText" href="qwebelement.html#setPlainText" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPlainText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPlainText" fullname="QWebElement::toPlainText" href="qwebelement.html#toPlainText" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toPlainText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOuterXml" fullname="QWebElement::setOuterXml" href="qwebelement.html#setOuterXml" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOuterXml(const QString &amp; markup)">
+ <parameter left="const QString &amp;" right="" name="markup" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toOuterXml" fullname="QWebElement::toOuterXml" href="qwebelement.html#toOuterXml" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toOuterXml() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setInnerXml" fullname="QWebElement::setInnerXml" href="qwebelement.html#setInnerXml" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setInnerXml(const QString &amp; markup)">
+ <parameter left="const QString &amp;" right="" name="markup" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toInnerXml" fullname="QWebElement::toInnerXml" href="qwebelement.html#toInnerXml" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toInnerXml() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttribute" fullname="QWebElement::setAttribute" href="qwebelement.html#setAttribute" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAttribute(const QString &amp; name, const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributeNS" fullname="QWebElement::setAttributeNS" href="qwebelement.html#setAttributeNS" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAttributeNS(const QString &amp; namespaceUri, const QString &amp; name, const QString &amp; value)">
+ <parameter left="const QString &amp;" right="" name="namespaceUri" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attribute" fullname="QWebElement::attribute" href="qwebelement.html#attribute" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="attribute(const QString &amp; name, const QString &amp; defaultValue) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="defaultValue" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attributeNS" fullname="QWebElement::attributeNS" href="qwebelement.html#attributeNS" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="attributeNS(const QString &amp; namespaceUri, const QString &amp; name, const QString &amp; defaultValue) const">
+ <parameter left="const QString &amp;" right="" name="namespaceUri" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="defaultValue" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasAttribute" fullname="QWebElement::hasAttribute" href="qwebelement.html#hasAttribute" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasAttribute(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasAttributeNS" fullname="QWebElement::hasAttributeNS" href="qwebelement.html#hasAttributeNS" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasAttributeNS(const QString &amp; namespaceUri, const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="namespaceUri" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeAttribute" fullname="QWebElement::removeAttribute" href="qwebelement.html#removeAttribute" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeAttribute(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeAttributeNS" fullname="QWebElement::removeAttributeNS" href="qwebelement.html#removeAttributeNS" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeAttributeNS(const QString &amp; namespaceUri, const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="namespaceUri" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasAttributes" fullname="QWebElement::hasAttributes" href="qwebelement.html#hasAttributes" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasAttributes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="classes" fullname="QWebElement::classes" href="qwebelement.html#classes" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="classes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasClass" fullname="QWebElement::hasClass" href="qwebelement.html#hasClass" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasClass(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addClass" fullname="QWebElement::addClass" href="qwebelement.html#addClass" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addClass(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeClass" fullname="QWebElement::removeClass" href="qwebelement.html#removeClass" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeClass(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toggleClass" fullname="QWebElement::toggleClass" href="qwebelement.html#toggleClass" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toggleClass(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="geometry" fullname="QWebElement::geometry" href="qwebelement.html#geometry" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="geometry() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tagName" fullname="QWebElement::tagName" href="qwebelement.html#tagName" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="tagName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prefix" fullname="QWebElement::prefix" href="qwebelement.html#prefix" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="prefix() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="localName" fullname="QWebElement::localName" href="qwebelement.html#localName" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="localName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="namespaceUri" fullname="QWebElement::namespaceUri" href="qwebelement.html#namespaceUri" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="namespaceUri() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parent" fullname="QWebElement::parent" href="qwebelement.html#parent" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebElement" signature="parent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="firstChild" fullname="QWebElement::firstChild" href="qwebelement.html#firstChild" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebElement" signature="firstChild() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastChild" fullname="QWebElement::lastChild" href="qwebelement.html#lastChild" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebElement" signature="lastChild() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nextSibling" fullname="QWebElement::nextSibling" href="qwebelement.html#nextSibling" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebElement" signature="nextSibling() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previousSibling" fullname="QWebElement::previousSibling" href="qwebelement.html#previousSibling" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebElement" signature="previousSibling() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="document" fullname="QWebElement::document" href="qwebelement.html#document" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebElement" signature="document() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="webFrame" fullname="QWebElement::webFrame" href="qwebelement.html#webFrame" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebFrame *" signature="webFrame() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appendInside" fullname="QWebElement::appendInside" href="qwebelement.html#appendInside" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="appendInside(const QString &amp; markup)">
+ <parameter left="const QString &amp;" right="" name="markup" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appendInside" fullname="QWebElement::appendInside" href="qwebelement.html#appendInside-2" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="appendInside(const QWebElement &amp; element)">
+ <parameter left="const QWebElement &amp;" right="" name="element" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prependInside" fullname="QWebElement::prependInside" href="qwebelement.html#prependInside" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="prependInside(const QString &amp; markup)">
+ <parameter left="const QString &amp;" right="" name="markup" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prependInside" fullname="QWebElement::prependInside" href="qwebelement.html#prependInside-2" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="prependInside(const QWebElement &amp; element)">
+ <parameter left="const QWebElement &amp;" right="" name="element" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appendOutside" fullname="QWebElement::appendOutside" href="qwebelement.html#appendOutside" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="appendOutside(const QString &amp; markup)">
+ <parameter left="const QString &amp;" right="" name="markup" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appendOutside" fullname="QWebElement::appendOutside" href="qwebelement.html#appendOutside-2" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="appendOutside(const QWebElement &amp; element)">
+ <parameter left="const QWebElement &amp;" right="" name="element" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prependOutside" fullname="QWebElement::prependOutside" href="qwebelement.html#prependOutside" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="prependOutside(const QString &amp; markup)">
+ <parameter left="const QString &amp;" right="" name="markup" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prependOutside" fullname="QWebElement::prependOutside" href="qwebelement.html#prependOutside-2" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="prependOutside(const QWebElement &amp; element)">
+ <parameter left="const QWebElement &amp;" right="" name="element" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encloseContentsWith" fullname="QWebElement::encloseContentsWith" href="qwebelement.html#encloseContentsWith" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="encloseContentsWith(const QWebElement &amp; element)">
+ <parameter left="const QWebElement &amp;" right="" name="element" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encloseContentsWith" fullname="QWebElement::encloseContentsWith" href="qwebelement.html#encloseContentsWith-2" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="encloseContentsWith(const QString &amp; markup)">
+ <parameter left="const QString &amp;" right="" name="markup" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encloseWith" fullname="QWebElement::encloseWith" href="qwebelement.html#encloseWith" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="encloseWith(const QString &amp; markup)">
+ <parameter left="const QString &amp;" right="" name="markup" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encloseWith" fullname="QWebElement::encloseWith" href="qwebelement.html#encloseWith-2" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="encloseWith(const QWebElement &amp; element)">
+ <parameter left="const QWebElement &amp;" right="" name="element" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QWebElement::replace" href="qwebelement.html#replace" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="replace(const QString &amp; markup)">
+ <parameter left="const QString &amp;" right="" name="markup" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QWebElement::replace" href="qwebelement.html#replace-2" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="replace(const QWebElement &amp; element)">
+ <parameter left="const QWebElement &amp;" right="" name="element" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clone" fullname="QWebElement::clone" href="qwebelement.html#clone" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWebElement" signature="clone() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeFromDocument" fullname="QWebElement::takeFromDocument" href="qwebelement.html#takeFromDocument" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QWebElement &amp;" signature="takeFromDocument()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeFromDocument" fullname="QWebElement::removeFromDocument" href="qwebelement.html#removeFromDocument" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeFromDocument()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeChildren" fullname="QWebElement::removeChildren" href="qwebelement.html#removeChildren" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeChildren()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="evaluateScript" fullname="QWebElement::evaluateScript" href="qwebelement.html#evaluateScript" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVariant" signature="evaluateScript(const QString &amp; scriptSource)">
+ <parameter left="const QString &amp;" right="" name="scriptSource" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="callFunction" fullname="QWebElement::callFunction" href="qwebelement.html#callFunction" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVariant" signature="callFunction(const QString &amp; name, const QVariantList &amp; arguments)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QVariantList &amp;" right="" name="arguments" default="QVariantList()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="functions" fullname="QWebElement::functions" href="qwebelement.html#functions" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="functions() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scriptableProperty" fullname="QWebElement::scriptableProperty" href="qwebelement.html#scriptableProperty" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="scriptableProperty(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScriptableProperty" fullname="QWebElement::setScriptableProperty" href="qwebelement.html#setScriptableProperty" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setScriptableProperty(const QString &amp; name, const QVariant &amp; value)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scriptableProperties" fullname="QWebElement::scriptableProperties" href="qwebelement.html#scriptableProperties" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="scriptableProperties() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ResolveRule" fullname="QWebElement::ResolveRule" href="qwebelement.html#ResolveRule-enum" location="qwebelement.h">
+ <value name="IgnoreCascadingStyles" value="0"/>
+ <value name="RespectCascadingStyles" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="styleProperty" fullname="QWebElement::styleProperty" href="qwebelement.html#styleProperty" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="styleProperty(const QString &amp; name, ResolveRule rule) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="ResolveRule" right="" name="rule" default="IgnoreCascadingStyles"/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StylePriority" fullname="QWebElement::StylePriority" href="qwebelement.html#StylePriority-enum" location="qwebelement.h">
+ <value name="NormalStylePriority" value="0"/>
+ <value name="DeclaredStylePriority" value="1"/>
+ <value name="ImportantStylePriority" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStyleProperty" fullname="QWebElement::setStyleProperty" href="qwebelement.html#setStyleProperty" location="qwebelement.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStyleProperty(const QString &amp; name, const QString &amp; value, StylePriority priority)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ <parameter left="StylePriority" right="" name="priority" default="DeclaredStylePriority"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="computedStyleProperty" fullname="QWebElement::computedStyleProperty" href="qwebelement.html#computedStyleProperty" location="qwebelement.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="computedStyleProperty(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QFileSystemWatcher" href="qfilesystemwatcher.html" location="qfilesystemwatcher.h" bases="QObject" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFileSystemWatcher" fullname="QFileSystemWatcher::QFileSystemWatcher" href="qfilesystemwatcher.html#QFileSystemWatcher" location="qfilesystemwatcher.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFileSystemWatcher(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFileSystemWatcher" fullname="QFileSystemWatcher::QFileSystemWatcher" href="qfilesystemwatcher.html#QFileSystemWatcher-2" location="qfilesystemwatcher.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QFileSystemWatcher(const QStringList &amp; paths, QObject * parent)">
+ <parameter left="const QStringList &amp;" right="" name="paths" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFileSystemWatcher" fullname="QFileSystemWatcher::~QFileSystemWatcher" href="qfilesystemwatcher.html#dtor.QFileSystemWatcher" location="qfilesystemwatcher.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFileSystemWatcher()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addPath" fullname="QFileSystemWatcher::addPath" href="qfilesystemwatcher.html#addPath" location="qfilesystemwatcher.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addPath(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addPaths" fullname="QFileSystemWatcher::addPaths" href="qfilesystemwatcher.html#addPaths" location="qfilesystemwatcher.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addPaths(const QStringList &amp; paths)">
+ <parameter left="const QStringList &amp;" right="" name="paths" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removePath" fullname="QFileSystemWatcher::removePath" href="qfilesystemwatcher.html#removePath" location="qfilesystemwatcher.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removePath(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removePaths" fullname="QFileSystemWatcher::removePaths" href="qfilesystemwatcher.html#removePaths" location="qfilesystemwatcher.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removePaths(const QStringList &amp; paths)">
+ <parameter left="const QStringList &amp;" right="" name="paths" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="files" fullname="QFileSystemWatcher::files" href="qfilesystemwatcher.html#files" location="qfilesystemwatcher.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="files() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="directories" fullname="QFileSystemWatcher::directories" href="qfilesystemwatcher.html#directories" location="qfilesystemwatcher.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="directories() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileChanged" fullname="QFileSystemWatcher::fileChanged" href="qfilesystemwatcher.html#fileChanged" location="qfilesystemwatcher.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="fileChanged(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="directoryChanged" fullname="QFileSystemWatcher::directoryChanged" href="qfilesystemwatcher.html#directoryChanged" location="qfilesystemwatcher.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="directoryChanged(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3Socket" href="q3socket.html" location="q3socket.h" bases="QIODevice" module="Qt3Support">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Error" fullname="Q3Socket::Error" href="q3socket.html#Error-enum" location="q3socket.h">
+ <value name="ErrConnectionRefused" value="0"/>
+ <value name="ErrHostNotFound" value="1"/>
+ <value name="ErrSocketRead" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Socket" fullname="Q3Socket::Q3Socket" href="q3socket.html#Q3Socket" location="q3socket.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3Socket(QObject * parent, const char * name)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3Socket" fullname="Q3Socket::~Q3Socket" href="q3socket.html#dtor.Q3Socket" location="q3socket.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3Socket()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="State" fullname="Q3Socket::State" href="q3socket.html#State-enum" location="q3socket.h">
+ <value name="Idle" value="0"/>
+ <value name="HostLookup" value="1"/>
+ <value name="Connecting" value="2"/>
+ <value name="Connected" value="3"/>
+ <value name="Closing" value="4"/>
+ <value name="Connection" value="Connected"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="Q3Socket::state" href="q3socket.html#state" location="q3socket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="State" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="socket" fullname="Q3Socket::socket" href="q3socket.html#socket" location="q3socket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="socket() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSocket" fullname="Q3Socket::setSocket" href="q3socket.html#setSocket" location="q3socket.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSocket(int socket)">
+ <parameter left="int" right="" name="socket" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="socketDevice" fullname="Q3Socket::socketDevice" href="q3socket.html#socketDevice" location="q3socket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3SocketDevice *" signature="socketDevice()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSocketDevice" fullname="Q3Socket::setSocketDevice" href="q3socket.html#setSocketDevice" location="q3socket.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSocketDevice(Q3SocketDevice * device)">
+ <parameter left="Q3SocketDevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connectToHost" fullname="Q3Socket::connectToHost" href="q3socket.html#connectToHost" location="q3socket.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="connectToHost(const QString &amp; host, Q_UINT16 port)">
+ <parameter left="const QString &amp;" right="" name="host" default=""/>
+ <parameter left="Q_UINT16" right="" name="port" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peerName" fullname="Q3Socket::peerName" href="q3socket.html#peerName" location="q3socket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="peerName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="Q3Socket::open" href="q3socket.html#open" location="q3socket.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="open(QFlags&lt;QIODevice::OpenModeFlag&gt; m)">
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="m" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="Q3Socket::open" href="q3socket.html#open-2" location="q3socket.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="open(int m)">
+ <parameter left="int" right="" name="m" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="close" fullname="Q3Socket::close" href="q3socket.html#close" location="q3socket.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="close()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flush" fullname="Q3Socket::flush" href="q3socket.html#flush" location="q3socket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="flush()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="Q3Socket::size" href="q3socket.html#size" location="q3socket.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Offset" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="at" fullname="Q3Socket::at" href="q3socket.html#at" location="q3socket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Offset" signature="at() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="at" fullname="Q3Socket::at" href="q3socket.html#at-2" location="q3socket.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="at(Offset index)">
+ <parameter left="Offset" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atEnd" fullname="Q3Socket::atEnd" href="q3socket.html#atEnd" location="q3socket.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="atEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bytesAvailable" fullname="Q3Socket::bytesAvailable" href="q3socket.html#bytesAvailable" location="q3socket.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="bytesAvailable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForMore" fullname="Q3Socket::waitForMore" href="q3socket.html#waitForMore" location="q3socket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q_ULONG" signature="waitForMore(int msecs, bool * timeout) const">
+ <parameter left="int" right="" name="msecs" default=""/>
+ <parameter left="bool *" right="" name="timeout" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForMore" fullname="Q3Socket::waitForMore" href="q3socket.html#waitForMore-2" location="q3socket.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="Q_ULONG" signature="waitForMore(int msecs) const">
+ <parameter left="int" right="" name="msecs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bytesToWrite" fullname="Q3Socket::bytesToWrite" href="q3socket.html#bytesToWrite" location="q3socket.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="bytesToWrite() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearPendingData" fullname="Q3Socket::clearPendingData" href="q3socket.html#clearPendingData" location="q3socket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearPendingData()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getch" fullname="Q3Socket::getch" href="q3socket.html#getch" location="q3socket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="getch()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="putch" fullname="Q3Socket::putch" href="q3socket.html#putch" location="q3socket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="putch(int ch)">
+ <parameter left="int" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ungetch" fullname="Q3Socket::ungetch" href="q3socket.html#ungetch" location="q3socket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="ungetch(int ch)">
+ <parameter left="int" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canReadLine" fullname="Q3Socket::canReadLine" href="q3socket.html#canReadLine" location="q3socket.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="canReadLine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="port" fullname="Q3Socket::port" href="q3socket.html#port" location="q3socket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q_UINT16" signature="port() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peerPort" fullname="Q3Socket::peerPort" href="q3socket.html#peerPort" location="q3socket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q_UINT16" signature="peerPort() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="address" fullname="Q3Socket::address" href="q3socket.html#address" location="q3socket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QHostAddress" signature="address() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peerAddress" fullname="Q3Socket::peerAddress" href="q3socket.html#peerAddress" location="q3socket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QHostAddress" signature="peerAddress() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setReadBufferSize" fullname="Q3Socket::setReadBufferSize" href="q3socket.html#setReadBufferSize" location="q3socket.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setReadBufferSize(Q_ULONG bufSize)">
+ <parameter left="Q_ULONG" right="" name="bufSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readBufferSize" fullname="Q3Socket::readBufferSize" href="q3socket.html#readBufferSize" location="q3socket.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q_ULONG" signature="readBufferSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hostFound" fullname="Q3Socket::hostFound" href="q3socket.html#hostFound" location="q3socket.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="hostFound()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connected" fullname="Q3Socket::connected" href="q3socket.html#connected" location="q3socket.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="connected()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connectionClosed" fullname="Q3Socket::connectionClosed" href="q3socket.html#connectionClosed" location="q3socket.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="connectionClosed()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="delayedCloseFinished" fullname="Q3Socket::delayedCloseFinished" href="q3socket.html#delayedCloseFinished" location="q3socket.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="delayedCloseFinished()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readyRead" fullname="Q3Socket::readyRead" href="q3socket.html#readyRead" location="q3socket.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="readyRead()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bytesWritten" fullname="Q3Socket::bytesWritten" href="q3socket.html#bytesWritten" location="q3socket.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="bytesWritten(int nbytes)">
+ <parameter left="int" right="" name="nbytes" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="Q3Socket::error" href="q3socket.html#error" location="q3socket.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="error(int error)">
+ <parameter left="int" right="" name="error" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="readData" fullname="Q3Socket::readData" href="q3socket.html#readData" location="q3socket.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="readData(char * data, qint64 maxlen)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="maxlen" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="writeData" fullname="Q3Socket::writeData" href="q3socket.html#writeData" location="q3socket.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="writeData(const char * data, qint64 len)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="len" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWindowsStyle" href="qwindowsstyle.html" location="qwindowsstyle.h" bases="QCommonStyle" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWindowsStyle" fullname="QWindowsStyle::QWindowsStyle" href="qwindowsstyle.html#QWindowsStyle" location="qwindowsstyle.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWindowsStyle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWindowsStyle" fullname="QWindowsStyle::~QWindowsStyle" href="qwindowsstyle.html#dtor.QWindowsStyle" location="qwindowsstyle.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWindowsStyle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QWindowsStyle::polish" href="qwindowsstyle.html#polish" location="qwindowsstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="polish(QApplication * app)">
+ <parameter left="QApplication *" right="" name="app" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unpolish" fullname="QWindowsStyle::unpolish" href="qwindowsstyle.html#unpolish" location="qwindowsstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="unpolish(QApplication * app)">
+ <parameter left="QApplication *" right="" name="app" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QWindowsStyle::polish" href="qwindowsstyle.html#polish-2" location="qwindowsstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="polish(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unpolish" fullname="QWindowsStyle::unpolish" href="qwindowsstyle.html#unpolish-2" location="qwindowsstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="unpolish(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QWindowsStyle::polish" href="qwindowsstyle.html#polish-3" location="qwindowsstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="polish(QPalette &amp; pal)">
+ <parameter left="QPalette &amp;" right="" name="pal" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPrimitive" fullname="QWindowsStyle::drawPrimitive" href="qwindowsstyle.html#drawPrimitive" location="qwindowsstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawPrimitive(PrimitiveElement pe, const QStyleOption * opt, QPainter * p, const QWidget * w) const">
+ <parameter left="PrimitiveElement" right="" name="pe" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QWidget *" right="" name="w" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawControl" fullname="QWindowsStyle::drawControl" href="qwindowsstyle.html#drawControl" location="qwindowsstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawControl(ControlElement ce, const QStyleOption * opt, QPainter * p, const QWidget * widget) const">
+ <parameter left="ControlElement" right="" name="ce" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subElementRect" fullname="QWindowsStyle::subElementRect" href="qwindowsstyle.html#subElementRect" location="qwindowsstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="subElementRect(SubElement sr, const QStyleOption * opt, const QWidget * w) const">
+ <parameter left="SubElement" right="" name="sr" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="const QWidget *" right="" name="w" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawComplexControl" fullname="QWindowsStyle::drawComplexControl" href="qwindowsstyle.html#drawComplexControl" location="qwindowsstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawComplexControl(ComplexControl cc, const QStyleOptionComplex * opt, QPainter * p, const QWidget * widget) const">
+ <parameter left="ComplexControl" right="" name="cc" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="opt" default=""/>
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeFromContents" fullname="QWindowsStyle::sizeFromContents" href="qwindowsstyle.html#sizeFromContents" location="qwindowsstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeFromContents(ContentsType ct, const QStyleOption * opt, const QSize &amp; csz, const QWidget * widget) const">
+ <parameter left="ContentsType" right="" name="ct" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="const QSize &amp;" right="" name="csz" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixelMetric" fullname="QWindowsStyle::pixelMetric" href="qwindowsstyle.html#pixelMetric" location="qwindowsstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="pixelMetric(PixelMetric pm, const QStyleOption * opt, const QWidget * widget) const">
+ <parameter left="PixelMetric" right="" name="pm" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="styleHint" fullname="QWindowsStyle::styleHint" href="qwindowsstyle.html#styleHint" location="qwindowsstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="styleHint(StyleHint hint, const QStyleOption * opt, const QWidget * widget, QStyleHintReturn * returnData) const">
+ <parameter left="StyleHint" right="" name="hint" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ <parameter left="QStyleHintReturn *" right="" name="returnData" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardPixmap" fullname="QWindowsStyle::standardPixmap" href="qwindowsstyle.html#standardPixmap" location="qwindowsstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="standardPixmap(StandardPixmap standardPixmap, const QStyleOption * opt, const QWidget * widget) const">
+ <parameter left="StandardPixmap" right="" name="standardPixmap" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="QWindowsStyle::eventFilter" href="qwindowsstyle.html#eventFilter" location="qwindowsstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * o, QEvent * e)">
+ <parameter left="QObject *" right="" name="o" default=""/>
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="timerEvent" fullname="QWindowsStyle::timerEvent" href="qwindowsstyle.html#timerEvent" location="qwindowsstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="timerEvent(QTimerEvent * event)">
+ <parameter left="QTimerEvent *" right="" name="event" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3DropSite" href="q3dropsite.html" location="q3dropsite.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3DropSite" fullname="Q3DropSite::Q3DropSite" href="q3dropsite.html#Q3DropSite" location="q3dropsite.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3DropSite(QWidget * self)">
+ <parameter left="QWidget *" right="" name="self" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3DropSite" fullname="Q3DropSite::~Q3DropSite" href="q3dropsite.html#dtor.Q3DropSite" location="q3dropsite.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3DropSite()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QValidator" href="qvalidator.html" location="qvalidator.h" bases="QObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QValidator" fullname="QValidator::QValidator" href="qvalidator.html#QValidator" location="qvalidator.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QValidator(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QValidator" fullname="QValidator::~QValidator" href="qvalidator.html#dtor.QValidator" location="qvalidator.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QValidator()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="State" fullname="QValidator::State" href="qvalidator.html#State-enum" location="qvalidator.h">
+ <value name="Invalid" value="0"/>
+ <value name="Intermediate" value="1"/>
+ <value name="Acceptable" value="2"/>
+ <value name="Valid" value="Intermediate"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLocale" fullname="QValidator::setLocale" href="qvalidator.html#setLocale" location="qvalidator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLocale(const QLocale &amp; locale)">
+ <parameter left="const QLocale &amp;" right="" name="locale" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="locale" fullname="QValidator::locale" href="qvalidator.html#locale" location="qvalidator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QLocale" signature="locale() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="validate" fullname="QValidator::validate" href="qvalidator.html#validate" location="qvalidator.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="State" signature="validate(QString &amp; input, int &amp; pos) const">
+ <parameter left="QString &amp;" right="" name="input" default=""/>
+ <parameter left="int &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fixup" fullname="QValidator::fixup" href="qvalidator.html#fixup" location="qvalidator.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="fixup(QString &amp; input) const">
+ <parameter left="QString &amp;" right="" name="input" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QValidator" fullname="QValidator::QValidator" href="qvalidator-qt3.html#QValidator-2" location="qvalidator.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QValidator(QObject * parent, const char * name)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QIntValidator" href="qintvalidator.html" location="qvalidator.h" bases="QValidator" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="bottom" fullname="QIntValidator::bottom" href="qintvalidator.html#bottom-prop" location="qvalidator.h" type="int">
+ <getter name="bottom"/>
+ <setter name="setBottom"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="top" fullname="QIntValidator::top" href="qintvalidator.html#top-prop" location="qvalidator.h" type="int">
+ <getter name="top"/>
+ <setter name="setTop"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QIntValidator" fullname="QIntValidator::QIntValidator" href="qintvalidator.html#QIntValidator" location="qvalidator.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QIntValidator(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QIntValidator" fullname="QIntValidator::QIntValidator" href="qintvalidator.html#QIntValidator-2" location="qvalidator.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QIntValidator(int minimum, int maximum, QObject * parent)">
+ <parameter left="int" right="" name="minimum" default=""/>
+ <parameter left="int" right="" name="maximum" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QIntValidator" fullname="QIntValidator::~QIntValidator" href="qintvalidator.html#dtor.QIntValidator" location="qvalidator.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QIntValidator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="validate" fullname="QIntValidator::validate" href="qintvalidator.html#validate" location="qvalidator.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QValidator::State" signature="validate(QString &amp; input, int &amp; pos) const">
+ <parameter left="QString &amp;" right="" name="input" default=""/>
+ <parameter left="int &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBottom" fullname="QIntValidator::setBottom" href="qintvalidator.html#bottom-prop" location="qvalidator.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="bottom" type="void" signature="setBottom(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTop" fullname="QIntValidator::setTop" href="qintvalidator.html#top-prop" location="qvalidator.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="top" type="void" signature="setTop(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRange" fullname="QIntValidator::setRange" href="qintvalidator.html#setRange" location="qvalidator.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setRange(int bottom, int top)">
+ <parameter left="int" right="" name="bottom" default=""/>
+ <parameter left="int" right="" name="top" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bottom" fullname="QIntValidator::bottom" href="qintvalidator.html#bottom-prop" location="qvalidator.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="bottom" type="int" signature="bottom() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="top" fullname="QIntValidator::top" href="qintvalidator.html#top-prop" location="qvalidator.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="top" type="int" signature="top() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="QIntValidator" fullname="QIntValidator::QIntValidator" href="qintvalidator-qt3.html#QIntValidator-3" location="qvalidator.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QIntValidator(QObject * parent, const char * name)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QIntValidator" fullname="QIntValidator::QIntValidator" href="qintvalidator-qt3.html#QIntValidator-4" location="qvalidator.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QIntValidator(int minimum, int maximum, QObject * parent, const char * name)">
+ <parameter left="int" right="" name="minimum" default=""/>
+ <parameter left="int" right="" name="maximum" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDoubleValidator" href="qdoublevalidator.html" location="qvalidator.h" bases="QValidator" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="bottom" fullname="QDoubleValidator::bottom" href="qdoublevalidator.html#bottom-prop" location="qvalidator.h" type="double">
+ <getter name="bottom"/>
+ <setter name="setBottom"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="top" fullname="QDoubleValidator::top" href="qdoublevalidator.html#top-prop" location="qvalidator.h" type="double">
+ <getter name="top"/>
+ <setter name="setTop"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="decimals" fullname="QDoubleValidator::decimals" href="qdoublevalidator.html#decimals-prop" location="qvalidator.h" type="int">
+ <getter name="decimals"/>
+ <setter name="setDecimals"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="notation" fullname="QDoubleValidator::notation" href="qdoublevalidator.html#notation-prop" location="qvalidator.h" type="Notation">
+ <getter name="notation"/>
+ <setter name="setNotation"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDoubleValidator" fullname="QDoubleValidator::QDoubleValidator" href="qdoublevalidator.html#QDoubleValidator" location="qvalidator.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDoubleValidator(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDoubleValidator" fullname="QDoubleValidator::QDoubleValidator" href="qdoublevalidator.html#QDoubleValidator-2" location="qvalidator.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDoubleValidator(double bottom, double top, int decimals, QObject * parent)">
+ <parameter left="double" right="" name="bottom" default=""/>
+ <parameter left="double" right="" name="top" default=""/>
+ <parameter left="int" right="" name="decimals" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDoubleValidator" fullname="QDoubleValidator::~QDoubleValidator" href="qdoublevalidator.html#dtor.QDoubleValidator" location="qvalidator.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDoubleValidator()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Notation" fullname="QDoubleValidator::Notation" href="qdoublevalidator.html#Notation-enum" location="qvalidator.h">
+ <value name="StandardNotation" value="0"/>
+ <value name="ScientificNotation" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="validate" fullname="QDoubleValidator::validate" href="qdoublevalidator.html#validate" location="qvalidator.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QValidator::State" signature="validate(QString &amp; input, int &amp; pos) const">
+ <parameter left="QString &amp;" right="" name="input" default=""/>
+ <parameter left="int &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRange" fullname="QDoubleValidator::setRange" href="qdoublevalidator.html#setRange" location="qvalidator.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setRange(double minimum, double maximum, int decimals)">
+ <parameter left="double" right="" name="minimum" default=""/>
+ <parameter left="double" right="" name="maximum" default=""/>
+ <parameter left="int" right="" name="decimals" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBottom" fullname="QDoubleValidator::setBottom" href="qdoublevalidator.html#bottom-prop" location="qvalidator.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="bottom" type="void" signature="setBottom(double )">
+ <parameter left="double" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTop" fullname="QDoubleValidator::setTop" href="qdoublevalidator.html#top-prop" location="qvalidator.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="top" type="void" signature="setTop(double )">
+ <parameter left="double" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDecimals" fullname="QDoubleValidator::setDecimals" href="qdoublevalidator.html#decimals-prop" location="qvalidator.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="decimals" type="void" signature="setDecimals(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNotation" fullname="QDoubleValidator::setNotation" href="qdoublevalidator.html#notation-prop" location="qvalidator.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="notation" type="void" signature="setNotation(Notation )">
+ <parameter left="Notation" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bottom" fullname="QDoubleValidator::bottom" href="qdoublevalidator.html#bottom-prop" location="qvalidator.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="bottom" type="double" signature="bottom() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="top" fullname="QDoubleValidator::top" href="qdoublevalidator.html#top-prop" location="qvalidator.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="top" type="double" signature="top() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="decimals" fullname="QDoubleValidator::decimals" href="qdoublevalidator.html#decimals-prop" location="qvalidator.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="decimals" type="int" signature="decimals() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="notation" fullname="QDoubleValidator::notation" href="qdoublevalidator.html#notation-prop" location="qvalidator.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="notation" type="Notation" signature="notation() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="QDoubleValidator" fullname="QDoubleValidator::QDoubleValidator" href="qdoublevalidator-qt3.html#QDoubleValidator-3" location="qvalidator.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QDoubleValidator(QObject * parent, const char * name)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QDoubleValidator" fullname="QDoubleValidator::QDoubleValidator" href="qdoublevalidator-qt3.html#QDoubleValidator-4" location="qvalidator.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QDoubleValidator(double bottom, double top, int decimals, QObject * parent, const char * name)">
+ <parameter left="double" right="" name="bottom" default=""/>
+ <parameter left="double" right="" name="top" default=""/>
+ <parameter left="int" right="" name="decimals" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QRegExpValidator" href="qregexpvalidator.html" location="qvalidator.h" bases="QValidator" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="regExp" fullname="QRegExpValidator::regExp" href="qregexpvalidator.html#regExp-prop" location="qvalidator.h" type="QRegExp">
+ <getter name="regExp"/>
+ <setter name="setRegExp"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRegExpValidator" fullname="QRegExpValidator::QRegExpValidator" href="qregexpvalidator.html#QRegExpValidator" location="qvalidator.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QRegExpValidator(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRegExpValidator" fullname="QRegExpValidator::QRegExpValidator" href="qregexpvalidator.html#QRegExpValidator-2" location="qvalidator.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QRegExpValidator(const QRegExp &amp; rx, QObject * parent)">
+ <parameter left="const QRegExp &amp;" right="" name="rx" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QRegExpValidator" fullname="QRegExpValidator::~QRegExpValidator" href="qregexpvalidator.html#dtor.QRegExpValidator" location="qvalidator.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QRegExpValidator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="validate" fullname="QRegExpValidator::validate" href="qregexpvalidator.html#validate" location="qvalidator.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QValidator::State" signature="validate(QString &amp; input, int &amp; pos) const">
+ <parameter left="QString &amp;" right="" name="input" default=""/>
+ <parameter left="int &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRegExp" fullname="QRegExpValidator::setRegExp" href="qregexpvalidator.html#regExp-prop" location="qvalidator.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="regExp" type="void" signature="setRegExp(const QRegExp &amp; rx)">
+ <parameter left="const QRegExp &amp;" right="" name="rx" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="regExp" fullname="QRegExpValidator::regExp" href="qregexpvalidator.html#regExp-prop" location="qvalidator.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="regExp" type="const QRegExp &amp;" signature="regExp() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="QRegExpValidator" fullname="QRegExpValidator::QRegExpValidator" href="qregexpvalidator-qt3.html#QRegExpValidator-3" location="qvalidator.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QRegExpValidator(QObject * parent, const char * name)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QRegExpValidator" fullname="QRegExpValidator::QRegExpValidator" href="qregexpvalidator-qt3.html#QRegExpValidator-4" location="qvalidator.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QRegExpValidator(const QRegExp &amp; rx, QObject * parent, const char * name)">
+ <parameter left="const QRegExp &amp;" right="" name="rx" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3IconDragItem" href="q3icondragitem.html" location="q3iconview.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3IconDragItem" fullname="Q3IconDragItem::Q3IconDragItem" href="q3icondragitem.html#Q3IconDragItem" location="q3iconview.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3IconDragItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3IconDragItem" fullname="Q3IconDragItem::~Q3IconDragItem" href="q3icondragitem.html#dtor.Q3IconDragItem" location="q3iconview.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3IconDragItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="Q3IconDragItem::data" href="q3icondragitem.html#data" location="q3iconview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="Q3IconDragItem::setData" href="q3icondragitem.html#setData" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setData(const QByteArray &amp; d)">
+ <parameter left="const QByteArray &amp;" right="" name="d" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3IconDrag" href="q3icondrag.html" location="q3iconview.h" bases="Q3DragObject" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3IconDrag" fullname="Q3IconDrag::Q3IconDrag" href="q3icondrag.html#Q3IconDrag" location="q3iconview.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3IconDrag(QWidget * dragSource, const char * name)">
+ <parameter left="QWidget *" right="" name="dragSource" default=""/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3IconDrag" fullname="Q3IconDrag::~Q3IconDrag" href="q3icondrag.html#dtor.Q3IconDrag" location="q3iconview.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3IconDrag()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="Q3IconDrag::append" href="q3icondrag.html#append" location="q3iconview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="append(const Q3IconDragItem &amp; i, const QRect &amp; pr, const QRect &amp; tr)">
+ <parameter left="const Q3IconDragItem &amp;" right="" name="i" default=""/>
+ <parameter left="const QRect &amp;" right="" name="pr" default=""/>
+ <parameter left="const QRect &amp;" right="" name="tr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="Q3IconDrag::format" href="q3icondrag.html#format" location="q3iconview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="const char *" signature="format(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canDecode" fullname="Q3IconDrag::canDecode" href="q3icondrag.html#canDecode" location="q3iconview.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="canDecode(QMimeSource * e)">
+ <parameter left="QMimeSource *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encodedData" fullname="Q3IconDrag::encodedData" href="q3icondrag.html#encodedData" location="q3iconview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="encodedData(const char * mime) const">
+ <parameter left="const char *" right="" name="mime" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3IconViewItem" href="q3iconviewitem.html" location="q3iconview.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3IconViewItem" fullname="Q3IconViewItem::Q3IconViewItem" href="q3iconviewitem.html#Q3IconViewItem" location="q3iconview.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3IconViewItem(Q3IconView * parent)">
+ <parameter left="Q3IconView *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3IconViewItem" fullname="Q3IconViewItem::Q3IconViewItem" href="q3iconviewitem.html#Q3IconViewItem-2" location="q3iconview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3IconViewItem(Q3IconView * parent, Q3IconViewItem * after)">
+ <parameter left="Q3IconView *" right="" name="parent" default=""/>
+ <parameter left="Q3IconViewItem *" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3IconViewItem" fullname="Q3IconViewItem::Q3IconViewItem" href="q3iconviewitem.html#Q3IconViewItem-3" location="q3iconview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3IconViewItem(Q3IconView * parent, const QString &amp; text)">
+ <parameter left="Q3IconView *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3IconViewItem" fullname="Q3IconViewItem::Q3IconViewItem" href="q3iconviewitem.html#Q3IconViewItem-4" location="q3iconview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="Q3IconViewItem(Q3IconView * parent, Q3IconViewItem * after, const QString &amp; text)">
+ <parameter left="Q3IconView *" right="" name="parent" default=""/>
+ <parameter left="Q3IconViewItem *" right="" name="after" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3IconViewItem" fullname="Q3IconViewItem::Q3IconViewItem" href="q3iconviewitem.html#Q3IconViewItem-5" location="q3iconview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="Q3IconViewItem(Q3IconView * parent, const QString &amp; text, const QPixmap &amp; icon)">
+ <parameter left="Q3IconView *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3IconViewItem" fullname="Q3IconViewItem::Q3IconViewItem" href="q3iconviewitem.html#Q3IconViewItem-6" location="q3iconview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="Q3IconViewItem(Q3IconView * parent, Q3IconViewItem * after, const QString &amp; text, const QPixmap &amp; icon)">
+ <parameter left="Q3IconView *" right="" name="parent" default=""/>
+ <parameter left="Q3IconViewItem *" right="" name="after" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3IconViewItem" fullname="Q3IconViewItem::Q3IconViewItem" href="q3iconviewitem.html#Q3IconViewItem-7" location="q3iconview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="7" type="" signature="Q3IconViewItem(Q3IconView * parent, const QString &amp; text, const QPicture &amp; picture)">
+ <parameter left="Q3IconView *" right="" name="parent" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QPicture &amp;" right="" name="picture" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3IconViewItem" fullname="Q3IconViewItem::Q3IconViewItem" href="q3iconviewitem.html#Q3IconViewItem-8" location="q3iconview.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="8" type="" signature="Q3IconViewItem(Q3IconView * parent, Q3IconViewItem * after, const QString &amp; text, const QPicture &amp; picture)">
+ <parameter left="Q3IconView *" right="" name="parent" default=""/>
+ <parameter left="Q3IconViewItem *" right="" name="after" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QPicture &amp;" right="" name="picture" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3IconViewItem" fullname="Q3IconViewItem::~Q3IconViewItem" href="q3iconviewitem.html#dtor.Q3IconViewItem" location="q3iconview.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3IconViewItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRenameEnabled" fullname="Q3IconViewItem::setRenameEnabled" href="q3iconviewitem.html#setRenameEnabled" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setRenameEnabled(bool allow)">
+ <parameter left="bool" right="" name="allow" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDragEnabled" fullname="Q3IconViewItem::setDragEnabled" href="q3iconviewitem.html#setDragEnabled" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setDragEnabled(bool allow)">
+ <parameter left="bool" right="" name="allow" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDropEnabled" fullname="Q3IconViewItem::setDropEnabled" href="q3iconviewitem.html#setDropEnabled" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setDropEnabled(bool allow)">
+ <parameter left="bool" right="" name="allow" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="Q3IconViewItem::text" href="q3iconviewitem.html#text" location="q3iconview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmap" fullname="Q3IconViewItem::pixmap" href="q3iconviewitem.html#pixmap" location="q3iconview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPixmap *" signature="pixmap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="picture" fullname="Q3IconViewItem::picture" href="q3iconviewitem.html#picture" location="q3iconview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPicture *" signature="picture() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="Q3IconViewItem::key" href="q3iconviewitem.html#key" location="q3iconview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="key() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="renameEnabled" fullname="Q3IconViewItem::renameEnabled" href="q3iconviewitem.html#renameEnabled" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="renameEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dragEnabled" fullname="Q3IconViewItem::dragEnabled" href="q3iconviewitem.html#dragEnabled" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="dragEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dropEnabled" fullname="Q3IconViewItem::dropEnabled" href="q3iconviewitem.html#dropEnabled" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="dropEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iconView" fullname="Q3IconViewItem::iconView" href="q3iconviewitem.html#iconView" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3IconView *" signature="iconView() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prevItem" fullname="Q3IconViewItem::prevItem" href="q3iconviewitem.html#prevItem" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3IconViewItem *" signature="prevItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nextItem" fullname="Q3IconViewItem::nextItem" href="q3iconviewitem.html#nextItem" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3IconViewItem *" signature="nextItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="index" fullname="Q3IconViewItem::index" href="q3iconviewitem.html#index" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="index() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelected" fullname="Q3IconViewItem::setSelected" href="q3iconviewitem.html#setSelected" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelected(bool s, bool cb)">
+ <parameter left="bool" right="" name="s" default=""/>
+ <parameter left="bool" right="" name="cb" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelected" fullname="Q3IconViewItem::setSelected" href="q3iconviewitem.html#setSelected-2" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setSelected(bool s)">
+ <parameter left="bool" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectable" fullname="Q3IconViewItem::setSelectable" href="q3iconviewitem.html#setSelectable" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelectable(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSelected" fullname="Q3IconViewItem::isSelected" href="q3iconviewitem.html#isSelected" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSelected() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSelectable" fullname="Q3IconViewItem::isSelectable" href="q3iconviewitem.html#isSelectable" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSelectable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="repaint" fullname="Q3IconViewItem::repaint" href="q3iconviewitem.html#repaint" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="repaint()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="move" fullname="Q3IconViewItem::move" href="q3iconviewitem.html#move" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="move(int x, int y)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveBy" fullname="Q3IconViewItem::moveBy" href="q3iconviewitem.html#moveBy" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="moveBy(int dx, int dy)">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="move" fullname="Q3IconViewItem::move" href="q3iconviewitem.html#move-2" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="move(const QPoint &amp; pnt)">
+ <parameter left="const QPoint &amp;" right="" name="pnt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveBy" fullname="Q3IconViewItem::moveBy" href="q3iconviewitem.html#moveBy-2" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="moveBy(const QPoint &amp; pnt)">
+ <parameter left="const QPoint &amp;" right="" name="pnt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rect" fullname="Q3IconViewItem::rect" href="q3iconviewitem.html#rect" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="rect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x" fullname="Q3IconViewItem::x" href="q3iconviewitem.html#x" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="x() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="y" fullname="Q3IconViewItem::y" href="q3iconviewitem.html#y" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="y() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="Q3IconViewItem::width" href="q3iconviewitem.html#width" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="Q3IconViewItem::height" href="q3iconviewitem.html#height" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="Q3IconViewItem::size" href="q3iconviewitem.html#size" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="Q3IconViewItem::pos" href="q3iconviewitem.html#pos" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textRect" fullname="Q3IconViewItem::textRect" href="q3iconviewitem.html#textRect" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="textRect(bool relative) const">
+ <parameter left="bool" right="" name="relative" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmapRect" fullname="Q3IconViewItem::pixmapRect" href="q3iconviewitem.html#pixmapRect" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="pixmapRect(bool relative) const">
+ <parameter left="bool" right="" name="relative" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="Q3IconViewItem::contains" href="q3iconviewitem.html#contains" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const QPoint &amp; pnt) const">
+ <parameter left="const QPoint &amp;" right="" name="pnt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intersects" fullname="Q3IconViewItem::intersects" href="q3iconviewitem.html#intersects" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="intersects(const QRect &amp; r) const">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="acceptDrop" fullname="Q3IconViewItem::acceptDrop" href="q3iconviewitem.html#acceptDrop" location="q3iconview.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="acceptDrop(const QMimeSource * mime) const">
+ <parameter left="const QMimeSource *" right="" name="mime" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rename" fullname="Q3IconViewItem::rename" href="q3iconviewitem.html#rename" location="q3iconview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="rename()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="compare" fullname="Q3IconViewItem::compare" href="q3iconviewitem.html#compare" location="q3iconview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="compare(Q3IconViewItem * i) const">
+ <parameter left="Q3IconViewItem *" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="Q3IconViewItem::setText" href="q3iconviewitem.html#setText" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPixmap" fullname="Q3IconViewItem::setPixmap" href="q3iconviewitem.html#setPixmap" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setPixmap(const QPixmap &amp; icon)">
+ <parameter left="const QPixmap &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPicture" fullname="Q3IconViewItem::setPicture" href="q3iconviewitem.html#setPicture" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setPicture(const QPicture &amp; icon)">
+ <parameter left="const QPicture &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="Q3IconViewItem::setText" href="q3iconviewitem.html#setText-2" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setText(const QString &amp; text, bool recalc, bool redraw)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="bool" right="" name="recalc" default=""/>
+ <parameter left="bool" right="" name="redraw" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPixmap" fullname="Q3IconViewItem::setPixmap" href="q3iconviewitem.html#setPixmap-2" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setPixmap(const QPixmap &amp; icon, bool recalc, bool redraw)">
+ <parameter left="const QPixmap &amp;" right="" name="icon" default=""/>
+ <parameter left="bool" right="" name="recalc" default=""/>
+ <parameter left="bool" right="" name="redraw" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setKey" fullname="Q3IconViewItem::setKey" href="q3iconviewitem.html#setKey" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setKey(const QString &amp; k)">
+ <parameter left="const QString &amp;" right="" name="k" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rtti" fullname="Q3IconViewItem::rtti" href="q3iconviewitem.html#rtti" location="q3iconview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rtti() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="RTTI" fullname="Q3IconViewItem::RTTI" href="q3iconviewitem.html#RTTI-var" location="q3iconview.h" type="int" static="true"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="removeRenameBox" fullname="Q3IconViewItem::removeRenameBox" href="q3iconviewitem.html#removeRenameBox" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="removeRenameBox()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="calcRect" fullname="Q3IconViewItem::calcRect" href="q3iconviewitem.html#calcRect" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="calcRect(const QString &amp; text_)">
+ <parameter left="const QString &amp;" right="" name="text_" default="QString()"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintItem" fullname="Q3IconViewItem::paintItem" href="q3iconviewitem.html#paintItem" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintItem(QPainter * p, const QColorGroup &amp; cg)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QColorGroup &amp;" right="" name="cg" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintFocus" fullname="Q3IconViewItem::paintFocus" href="q3iconviewitem.html#paintFocus" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintFocus(QPainter * p, const QColorGroup &amp; cg)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QColorGroup &amp;" right="" name="cg" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dropped" fullname="Q3IconViewItem::dropped" href="q3iconviewitem.html#dropped" location="q3iconview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dropped(QDropEvent * e, const Q3ValueList&lt;Q3IconDragItem&gt; &amp; lst)">
+ <parameter left="QDropEvent *" right="" name="e" default=""/>
+ <parameter left="const Q3ValueList&lt;Q3IconDragItem&gt; &amp;" right="" name="lst" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragEntered" fullname="Q3IconViewItem::dragEntered" href="q3iconviewitem.html#dragEntered" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragEntered()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragLeft" fullname="Q3IconViewItem::dragLeft" href="q3iconviewitem.html#dragLeft" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragLeft()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setItemRect" fullname="Q3IconViewItem::setItemRect" href="q3iconviewitem.html#setItemRect" location="q3iconview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemRect(const QRect &amp; r)">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setTextRect" fullname="Q3IconViewItem::setTextRect" href="q3iconviewitem.html#setTextRect" location="q3iconview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextRect(const QRect &amp; r)">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setPixmapRect" fullname="Q3IconViewItem::setPixmapRect" href="q3iconviewitem.html#setPixmapRect" location="q3iconview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPixmapRect(const QRect &amp; r)">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3IconView" href="q3iconview.html" location="q3iconview.h" bases="Q3ScrollView" module="Qt3SupportLight">
+ <target name="draganddrop"/>
+ <contents name="drag-and-drop" title="Drag and Drop" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="sorting" fullname="Q3IconView::sorting" href="q3iconview.html#sorting-prop" location="q3iconview.h" type="bool">
+ <getter name="sorting"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="sortDirection" fullname="Q3IconView::sortDirection" href="q3iconview.html#sortDirection-prop" location="q3iconview.h" type="bool">
+ <getter name="sortDirection"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="selectionMode" fullname="Q3IconView::selectionMode" href="q3iconview.html#selectionMode-prop" location="q3iconview.h" type="SelectionMode">
+ <getter name="selectionMode"/>
+ <setter name="setSelectionMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="gridX" fullname="Q3IconView::gridX" href="q3iconview.html#gridX-prop" location="q3iconview.h" type="int">
+ <getter name="gridX"/>
+ <setter name="setGridX"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="gridY" fullname="Q3IconView::gridY" href="q3iconview.html#gridY-prop" location="q3iconview.h" type="int">
+ <getter name="gridY"/>
+ <setter name="setGridY"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="spacing" fullname="Q3IconView::spacing" href="q3iconview.html#spacing-prop" location="q3iconview.h" type="int">
+ <getter name="spacing"/>
+ <setter name="setSpacing"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="itemTextPos" fullname="Q3IconView::itemTextPos" href="q3iconview.html#itemTextPos-prop" location="q3iconview.h" type="ItemTextPos">
+ <getter name="itemTextPos"/>
+ <setter name="setItemTextPos"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="itemTextBackground" fullname="Q3IconView::itemTextBackground" href="q3iconview.html#itemTextBackground-prop" location="q3iconview.h" type="QBrush">
+ <getter name="itemTextBackground"/>
+ <setter name="setItemTextBackground"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="arrangement" fullname="Q3IconView::arrangement" href="q3iconview.html#arrangement-prop" location="q3iconview.h" type="Arrangement">
+ <getter name="arrangement"/>
+ <setter name="setArrangement"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="resizeMode" fullname="Q3IconView::resizeMode" href="q3iconview.html#resizeMode-prop" location="q3iconview.h" type="ResizeMode">
+ <getter name="resizeMode"/>
+ <setter name="setResizeMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maxItemWidth" fullname="Q3IconView::maxItemWidth" href="q3iconview.html#maxItemWidth-prop" location="q3iconview.h" type="int">
+ <getter name="maxItemWidth"/>
+ <setter name="setMaxItemWidth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maxItemTextLength" fullname="Q3IconView::maxItemTextLength" href="q3iconview.html#maxItemTextLength-prop" location="q3iconview.h" type="int">
+ <getter name="maxItemTextLength"/>
+ <setter name="setMaxItemTextLength"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoArrange" fullname="Q3IconView::autoArrange" href="q3iconview.html#autoArrange-prop" location="q3iconview.h" type="bool">
+ <getter name="autoArrange"/>
+ <setter name="setAutoArrange"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="itemsMovable" fullname="Q3IconView::itemsMovable" href="q3iconview.html#itemsMovable-prop" location="q3iconview.h" type="bool">
+ <getter name="itemsMovable"/>
+ <setter name="setItemsMovable"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="wordWrapIconText" fullname="Q3IconView::wordWrapIconText" href="q3iconview.html#wordWrapIconText-prop" location="q3iconview.h" type="bool">
+ <getter name="wordWrapIconText"/>
+ <setter name="setWordWrapIconText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="showToolTips" fullname="Q3IconView::showToolTips" href="q3iconview.html#showToolTips-prop" location="q3iconview.h" type="bool">
+ <getter name="showToolTips"/>
+ <setter name="setShowToolTips"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3IconView::count" href="q3iconview.html#count-prop" location="q3iconview.h" type="uint">
+ <getter name="count"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SelectionMode" fullname="Q3IconView::SelectionMode" href="q3iconview.html#SelectionMode-enum" location="q3iconview.h">
+ <value name="Single" value="0"/>
+ <value name="Multi" value="1"/>
+ <value name="Extended" value="2"/>
+ <value name="NoSelection" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Arrangement" fullname="Q3IconView::Arrangement" href="q3iconview.html#Arrangement-enum" location="q3iconview.h">
+ <value name="LeftToRight" value="0"/>
+ <value name="TopToBottom" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ResizeMode" fullname="Q3IconView::ResizeMode" href="q3iconview.html#ResizeMode-enum" location="q3iconview.h">
+ <value name="Fixed" value="0"/>
+ <value name="Adjust" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ItemTextPos" fullname="Q3IconView::ItemTextPos" href="q3iconview.html#ItemTextPos-enum" location="q3iconview.h">
+ <value name="Bottom" value="0"/>
+ <value name="Right" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3IconView" fullname="Q3IconView::Q3IconView" href="q3iconview.html#Q3IconView" location="q3iconview.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3IconView(QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3IconView" fullname="Q3IconView::~Q3IconView" href="q3iconview.html#dtor.Q3IconView" location="q3iconview.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3IconView()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertItem" fullname="Q3IconView::insertItem" href="q3iconview.html#insertItem" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="insertItem(Q3IconViewItem * item, Q3IconViewItem * after)">
+ <parameter left="Q3IconViewItem *" right="" name="item" default=""/>
+ <parameter left="Q3IconViewItem *" right="" name="after" default="0L"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeItem" fullname="Q3IconView::takeItem" href="q3iconview.html#takeItem" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="takeItem(Q3IconViewItem * item)">
+ <parameter left="Q3IconViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="index" fullname="Q3IconView::index" href="q3iconview.html#index" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="index(const Q3IconViewItem * item) const">
+ <parameter left="const Q3IconViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="firstItem" fullname="Q3IconView::firstItem" href="q3iconview.html#firstItem" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3IconViewItem *" signature="firstItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastItem" fullname="Q3IconView::lastItem" href="q3iconview.html#lastItem" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3IconViewItem *" signature="lastItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentItem" fullname="Q3IconView::currentItem" href="q3iconview.html#currentItem" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3IconViewItem *" signature="currentItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentItem" fullname="Q3IconView::setCurrentItem" href="q3iconview.html#setCurrentItem" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setCurrentItem(Q3IconViewItem * item)">
+ <parameter left="Q3IconViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelected" fullname="Q3IconView::setSelected" href="q3iconview.html#setSelected" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelected(Q3IconViewItem * item, bool s, bool cb)">
+ <parameter left="Q3IconViewItem *" right="" name="item" default=""/>
+ <parameter left="bool" right="" name="s" default=""/>
+ <parameter left="bool" right="" name="cb" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3IconView::count" href="q3iconview.html#count-prop" location="q3iconview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="count" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showEvent" fullname="Q3IconView::showEvent" href="q3iconview.html#showEvent" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * )">
+ <parameter left="QShowEvent *" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectionMode" fullname="Q3IconView::setSelectionMode" href="q3iconview.html#selectionMode-prop" location="q3iconview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="selectionMode" type="void" signature="setSelectionMode(SelectionMode m)">
+ <parameter left="SelectionMode" right="" name="m" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionMode" fullname="Q3IconView::selectionMode" href="q3iconview.html#selectionMode-prop" location="q3iconview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="selectionMode" type="SelectionMode" signature="selectionMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findItem" fullname="Q3IconView::findItem" href="q3iconview.html#findItem" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3IconViewItem *" signature="findItem(const QPoint &amp; pos) const">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StringComparisonMode" fullname="Q3IconView::StringComparisonMode" href="q3iconview.html#StringComparisonMode-enum" location="q3iconview.h">
+ <value name="CaseSensitive" value="0x00001"/>
+ <value name="BeginsWith" value="0x00002"/>
+ <value name="EndsWith" value="0x00004"/>
+ <value name="Contains" value="0x00008"/>
+ <value name="ExactMatch" value="0x00010"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ComparisonFlags" fullname="Q3IconView::ComparisonFlags" href="q3iconview.html#ComparisonFlags-typedef" location="q3iconview.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findItem" fullname="Q3IconView::findItem" href="q3iconview.html#findItem-3" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="Q3IconViewItem *" signature="findItem(const QString &amp; text, ComparisonFlags compare) const">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="ComparisonFlags" right="" name="compare" default="BeginsWith | Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectAll" fullname="Q3IconView::selectAll" href="q3iconview.html#selectAll" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="selectAll(bool select)">
+ <parameter left="bool" right="" name="select" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearSelection" fullname="Q3IconView::clearSelection" href="q3iconview.html#clearSelection" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clearSelection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invertSelection" fullname="Q3IconView::invertSelection" href="q3iconview.html#invertSelection" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="invertSelection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="repaintItem" fullname="Q3IconView::repaintItem" href="q3iconview.html#repaintItem" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="repaintItem(Q3IconViewItem * item)">
+ <parameter left="Q3IconViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="repaintSelectedItems" fullname="Q3IconView::repaintSelectedItems" href="q3iconview.html#repaintSelectedItems" location="q3iconview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="repaintSelectedItems()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ensureItemVisible" fullname="Q3IconView::ensureItemVisible" href="q3iconview.html#ensureItemVisible" location="q3iconview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="ensureItemVisible(Q3IconViewItem * item)">
+ <parameter left="Q3IconViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findFirstVisibleItem" fullname="Q3IconView::findFirstVisibleItem" href="q3iconview.html#findFirstVisibleItem" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3IconViewItem *" signature="findFirstVisibleItem(const QRect &amp; r) const">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findLastVisibleItem" fullname="Q3IconView::findLastVisibleItem" href="q3iconview.html#findLastVisibleItem" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3IconViewItem *" signature="findLastVisibleItem(const QRect &amp; r) const">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="Q3IconView::clear" href="q3iconview.html#clear" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGridX" fullname="Q3IconView::setGridX" href="q3iconview.html#gridX-prop" location="q3iconview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="gridX" type="void" signature="setGridX(int rx)">
+ <parameter left="int" right="" name="rx" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGridY" fullname="Q3IconView::setGridY" href="q3iconview.html#gridY-prop" location="q3iconview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="gridY" type="void" signature="setGridY(int ry)">
+ <parameter left="int" right="" name="ry" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="gridX" fullname="Q3IconView::gridX" href="q3iconview.html#gridX-prop" location="q3iconview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="gridX" type="int" signature="gridX() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="gridY" fullname="Q3IconView::gridY" href="q3iconview.html#gridY-prop" location="q3iconview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="gridY" type="int" signature="gridY() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSpacing" fullname="Q3IconView::setSpacing" href="q3iconview.html#spacing-prop" location="q3iconview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="spacing" type="void" signature="setSpacing(int sp)">
+ <parameter left="int" right="" name="sp" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="spacing" fullname="Q3IconView::spacing" href="q3iconview.html#spacing-prop" location="q3iconview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="spacing" type="int" signature="spacing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemTextPos" fullname="Q3IconView::setItemTextPos" href="q3iconview.html#itemTextPos-prop" location="q3iconview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="itemTextPos" type="void" signature="setItemTextPos(ItemTextPos pos)">
+ <parameter left="ItemTextPos" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemTextPos" fullname="Q3IconView::itemTextPos" href="q3iconview.html#itemTextPos-prop" location="q3iconview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="itemTextPos" type="ItemTextPos" signature="itemTextPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemTextBackground" fullname="Q3IconView::setItemTextBackground" href="q3iconview.html#itemTextBackground-prop" location="q3iconview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="itemTextBackground" type="void" signature="setItemTextBackground(const QBrush &amp; b)">
+ <parameter left="const QBrush &amp;" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemTextBackground" fullname="Q3IconView::itemTextBackground" href="q3iconview.html#itemTextBackground-prop" location="q3iconview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="itemTextBackground" type="QBrush" signature="itemTextBackground() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setArrangement" fullname="Q3IconView::setArrangement" href="q3iconview.html#arrangement-prop" location="q3iconview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="arrangement" type="void" signature="setArrangement(Arrangement am)">
+ <parameter left="Arrangement" right="" name="am" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arrangement" fullname="Q3IconView::arrangement" href="q3iconview.html#arrangement-prop" location="q3iconview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="arrangement" type="Arrangement" signature="arrangement() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setResizeMode" fullname="Q3IconView::setResizeMode" href="q3iconview.html#resizeMode-prop" location="q3iconview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="resizeMode" type="void" signature="setResizeMode(ResizeMode am)">
+ <parameter left="ResizeMode" right="" name="am" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resizeMode" fullname="Q3IconView::resizeMode" href="q3iconview.html#resizeMode-prop" location="q3iconview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="resizeMode" type="ResizeMode" signature="resizeMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaxItemWidth" fullname="Q3IconView::setMaxItemWidth" href="q3iconview.html#maxItemWidth-prop" location="q3iconview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="maxItemWidth" type="void" signature="setMaxItemWidth(int w)">
+ <parameter left="int" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maxItemWidth" fullname="Q3IconView::maxItemWidth" href="q3iconview.html#maxItemWidth-prop" location="q3iconview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maxItemWidth" type="int" signature="maxItemWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaxItemTextLength" fullname="Q3IconView::setMaxItemTextLength" href="q3iconview.html#maxItemTextLength-prop" location="q3iconview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="maxItemTextLength" type="void" signature="setMaxItemTextLength(int w)">
+ <parameter left="int" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maxItemTextLength" fullname="Q3IconView::maxItemTextLength" href="q3iconview.html#maxItemTextLength-prop" location="q3iconview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maxItemTextLength" type="int" signature="maxItemTextLength() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoArrange" fullname="Q3IconView::setAutoArrange" href="q3iconview.html#autoArrange-prop" location="q3iconview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="autoArrange" type="void" signature="setAutoArrange(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoArrange" fullname="Q3IconView::autoArrange" href="q3iconview.html#autoArrange-prop" location="q3iconview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoArrange" type="bool" signature="autoArrange() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setShowToolTips" fullname="Q3IconView::setShowToolTips" href="q3iconview.html#showToolTips-prop" location="q3iconview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="showToolTips" type="void" signature="setShowToolTips(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showToolTips" fullname="Q3IconView::showToolTips" href="q3iconview.html#showToolTips-prop" location="q3iconview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="showToolTips" type="bool" signature="showToolTips() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSorting" fullname="Q3IconView::setSorting" href="q3iconview.html#setSorting" location="q3iconview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSorting(bool sort, bool ascending)">
+ <parameter left="bool" right="" name="sort" default=""/>
+ <parameter left="bool" right="" name="ascending" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sorting" fullname="Q3IconView::sorting" href="q3iconview.html#sorting-prop" location="q3iconview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sorting" type="bool" signature="sorting() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sortDirection" fullname="Q3IconView::sortDirection" href="q3iconview.html#sortDirection-prop" location="q3iconview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sortDirection" type="bool" signature="sortDirection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemsMovable" fullname="Q3IconView::setItemsMovable" href="q3iconview.html#itemsMovable-prop" location="q3iconview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="itemsMovable" type="void" signature="setItemsMovable(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemsMovable" fullname="Q3IconView::itemsMovable" href="q3iconview.html#itemsMovable-prop" location="q3iconview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="itemsMovable" type="bool" signature="itemsMovable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWordWrapIconText" fullname="Q3IconView::setWordWrapIconText" href="q3iconview.html#wordWrapIconText-prop" location="q3iconview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="wordWrapIconText" type="void" signature="setWordWrapIconText(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wordWrapIconText" fullname="Q3IconView::wordWrapIconText" href="q3iconview.html#wordWrapIconText-prop" location="q3iconview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="wordWrapIconText" type="bool" signature="wordWrapIconText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="Q3IconView::eventFilter" href="q3iconview.html#eventFilter" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * o, QEvent * e)">
+ <parameter left="QObject *" right="" name="o" default=""/>
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="Q3IconView::minimumSizeHint" href="q3iconview.html#minimumSizeHint" location="q3iconview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="Q3IconView::sizeHint" href="q3iconview.html#sizeHint" location="q3iconview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sort" fullname="Q3IconView::sort" href="q3iconview.html#sort" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="sort(bool ascending)">
+ <parameter left="bool" right="" name="ascending" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRenaming" fullname="Q3IconView::isRenaming" href="q3iconview.html#isRenaming" location="q3iconview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRenaming() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inputMethodQuery" fullname="Q3IconView::inputMethodQuery" href="q3iconview.html#inputMethodQuery" location="q3iconview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="inputMethodQuery(Qt::InputMethodQuery query) const">
+ <parameter left="Qt::InputMethodQuery" right="" name="query" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arrangeItemsInGrid" fullname="Q3IconView::arrangeItemsInGrid" href="q3iconview.html#arrangeItemsInGrid" location="q3iconview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="arrangeItemsInGrid(const QSize &amp; grid, bool update)">
+ <parameter left="const QSize &amp;" right="" name="grid" default=""/>
+ <parameter left="bool" right="" name="update" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arrangeItemsInGrid" fullname="Q3IconView::arrangeItemsInGrid" href="q3iconview.html#arrangeItemsInGrid-2" location="q3iconview.h" virtual="impure" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="arrangeItemsInGrid(bool update)">
+ <parameter left="bool" right="" name="update" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContentsPos" fullname="Q3IconView::setContentsPos" href="q3iconview.html#setContentsPos" location="q3iconview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setContentsPos(int x, int y)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionChanged" fullname="Q3IconView::selectionChanged" href="q3iconview.html#selectionChanged" location="q3iconview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="selectionChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionChanged" fullname="Q3IconView::selectionChanged" href="q3iconview.html#selectionChanged-2" location="q3iconview.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="selectionChanged(Q3IconViewItem * item)">
+ <parameter left="Q3IconViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentChanged" fullname="Q3IconView::currentChanged" href="q3iconview.html#currentChanged" location="q3iconview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentChanged(Q3IconViewItem * item)">
+ <parameter left="Q3IconViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clicked" fullname="Q3IconView::clicked" href="q3iconview.html#clicked" location="q3iconview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="clicked(Q3IconViewItem * item)">
+ <parameter left="Q3IconViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clicked" fullname="Q3IconView::clicked" href="q3iconview.html#clicked-2" location="q3iconview.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="clicked(Q3IconViewItem * item, const QPoint &amp; pos)">
+ <parameter left="Q3IconViewItem *" right="" name="item" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pressed" fullname="Q3IconView::pressed" href="q3iconview.html#pressed" location="q3iconview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="pressed(Q3IconViewItem * item)">
+ <parameter left="Q3IconViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pressed" fullname="Q3IconView::pressed" href="q3iconview.html#pressed-2" location="q3iconview.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="pressed(Q3IconViewItem * item, const QPoint &amp; pos)">
+ <parameter left="Q3IconViewItem *" right="" name="item" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doubleClicked" fullname="Q3IconView::doubleClicked" href="q3iconview.html#doubleClicked" location="q3iconview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="doubleClicked(Q3IconViewItem * item)">
+ <parameter left="Q3IconViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="returnPressed" fullname="Q3IconView::returnPressed" href="q3iconview.html#returnPressed" location="q3iconview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="returnPressed(Q3IconViewItem * item)">
+ <parameter left="Q3IconViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rightButtonClicked" fullname="Q3IconView::rightButtonClicked" href="q3iconview.html#rightButtonClicked" location="q3iconview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="rightButtonClicked(Q3IconViewItem * item, const QPoint &amp; pos)">
+ <parameter left="Q3IconViewItem *" right="" name="item" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rightButtonPressed" fullname="Q3IconView::rightButtonPressed" href="q3iconview.html#rightButtonPressed" location="q3iconview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="rightButtonPressed(Q3IconViewItem * item, const QPoint &amp; pos)">
+ <parameter left="Q3IconViewItem *" right="" name="item" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mouseButtonPressed" fullname="Q3IconView::mouseButtonPressed" href="q3iconview.html#mouseButtonPressed" location="q3iconview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="mouseButtonPressed(int button, Q3IconViewItem * item, const QPoint &amp; pos)">
+ <parameter left="int" right="" name="button" default=""/>
+ <parameter left="Q3IconViewItem *" right="" name="item" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mouseButtonClicked" fullname="Q3IconView::mouseButtonClicked" href="q3iconview.html#mouseButtonClicked" location="q3iconview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="mouseButtonClicked(int button, Q3IconViewItem * item, const QPoint &amp; pos)">
+ <parameter left="int" right="" name="button" default=""/>
+ <parameter left="Q3IconViewItem *" right="" name="item" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contextMenuRequested" fullname="Q3IconView::contextMenuRequested" href="q3iconview.html#contextMenuRequested" location="q3iconview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="contextMenuRequested(Q3IconViewItem * item, const QPoint &amp; pos)">
+ <parameter left="Q3IconViewItem *" right="" name="item" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dropped" fullname="Q3IconView::dropped" href="q3iconview.html#dropped" location="q3iconview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="dropped(QDropEvent * e, const Q3ValueList&lt;Q3IconDragItem&gt; &amp; lst)">
+ <parameter left="QDropEvent *" right="" name="e" default=""/>
+ <parameter left="const Q3ValueList&lt;Q3IconDragItem&gt; &amp;" right="" name="lst" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moved" fullname="Q3IconView::moved" href="q3iconview.html#moved" location="q3iconview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="moved()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="onItem" fullname="Q3IconView::onItem" href="q3iconview.html#onItem" location="q3iconview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="onItem(Q3IconViewItem * item)">
+ <parameter left="Q3IconViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="onViewport" fullname="Q3IconView::onViewport" href="q3iconview.html#onViewport" location="q3iconview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="onViewport()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemRenamed" fullname="Q3IconView::itemRenamed" href="q3iconview.html#itemRenamed" location="q3iconview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemRenamed(Q3IconViewItem * item, const QString &amp; name)">
+ <parameter left="Q3IconViewItem *" right="" name="item" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemRenamed" fullname="Q3IconView::itemRenamed" href="q3iconview.html#itemRenamed-2" location="q3iconview.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="itemRenamed(Q3IconViewItem * item)">
+ <parameter left="Q3IconViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="doAutoScroll" fullname="Q3IconView::doAutoScroll" href="q3iconview.html#doAutoScroll" location="q3iconview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="doAutoScroll()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="adjustItems" fullname="Q3IconView::adjustItems" href="q3iconview.html#adjustItems" location="q3iconview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="adjustItems()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="slotUpdate" fullname="Q3IconView::slotUpdate" href="q3iconview.html#slotUpdate" location="q3iconview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="slotUpdate()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawContents" fullname="Q3IconView::drawContents" href="q3iconview.html#drawContents" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawContents(QPainter * p, int cx, int cy, int cw, int ch)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="int" right="" name="cx" default=""/>
+ <parameter left="int" right="" name="cy" default=""/>
+ <parameter left="int" right="" name="cw" default=""/>
+ <parameter left="int" right="" name="ch" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsMousePressEvent" fullname="Q3IconView::contentsMousePressEvent" href="q3iconview.html#contentsMousePressEvent" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsMousePressEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsMouseReleaseEvent" fullname="Q3IconView::contentsMouseReleaseEvent" href="q3iconview.html#contentsMouseReleaseEvent" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsMouseReleaseEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsMouseMoveEvent" fullname="Q3IconView::contentsMouseMoveEvent" href="q3iconview.html#contentsMouseMoveEvent" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsMouseMoveEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsMouseDoubleClickEvent" fullname="Q3IconView::contentsMouseDoubleClickEvent" href="q3iconview.html#contentsMouseDoubleClickEvent" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsMouseDoubleClickEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsContextMenuEvent" fullname="Q3IconView::contentsContextMenuEvent" href="q3iconview.html#contentsContextMenuEvent" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsContextMenuEvent(QContextMenuEvent * e)">
+ <parameter left="QContextMenuEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsDragEnterEvent" fullname="Q3IconView::contentsDragEnterEvent" href="q3iconview.html#contentsDragEnterEvent" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsDragEnterEvent(QDragEnterEvent * e)">
+ <parameter left="QDragEnterEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsDragMoveEvent" fullname="Q3IconView::contentsDragMoveEvent" href="q3iconview.html#contentsDragMoveEvent" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsDragMoveEvent(QDragMoveEvent * e)">
+ <parameter left="QDragMoveEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsDragLeaveEvent" fullname="Q3IconView::contentsDragLeaveEvent" href="q3iconview.html#contentsDragLeaveEvent" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsDragLeaveEvent(QDragLeaveEvent * e)">
+ <parameter left="QDragLeaveEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contentsDropEvent" fullname="Q3IconView::contentsDropEvent" href="q3iconview.html#contentsDropEvent" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contentsDropEvent(QDropEvent * e)">
+ <parameter left="QDropEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="Q3IconView::resizeEvent" href="q3iconview.html#resizeEvent" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="Q3IconView::keyPressEvent" href="q3iconview.html#keyPressEvent" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="Q3IconView::focusInEvent" href="q3iconview.html#focusInEvent" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * e)">
+ <parameter left="QFocusEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="Q3IconView::focusOutEvent" href="q3iconview.html#focusOutEvent" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * e)">
+ <parameter left="QFocusEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="enterEvent" fullname="Q3IconView::enterEvent" href="q3iconview.html#enterEvent" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="enterEvent(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawRubber" fullname="Q3IconView::drawRubber" href="q3iconview.html#drawRubber" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawRubber(QPainter * p)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragObject" fullname="Q3IconView::dragObject" href="q3iconview.html#dragObject" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="Q3DragObject *" signature="dragObject()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="startDrag" fullname="Q3IconView::startDrag" href="q3iconview.html#startDrag" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="startDrag()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="insertInGrid" fullname="Q3IconView::insertInGrid" href="q3iconview.html#insertInGrid" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="insertInGrid(Q3IconViewItem * item)">
+ <parameter left="Q3IconViewItem *" right="" name="item" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawBackground" fullname="Q3IconView::drawBackground" href="q3iconview.html#drawBackground" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawBackground(QPainter * p, const QRect &amp; r)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="emitSelectionChanged" fullname="Q3IconView::emitSelectionChanged" href="q3iconview.html#emitSelectionChanged" location="q3iconview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="emitSelectionChanged(Q3IconViewItem * i)">
+ <parameter left="Q3IconViewItem *" right="" name="i" default="0"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="makeRowLayout" fullname="Q3IconView::makeRowLayout" href="q3iconview.html#makeRowLayout" location="q3iconview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3IconViewItem *" signature="makeRowLayout(Q3IconViewItem * begin, int &amp; y, bool &amp; changed)">
+ <parameter left="Q3IconViewItem *" right="" name="begin" default=""/>
+ <parameter left="int &amp;" right="" name="y" default=""/>
+ <parameter left="bool &amp;" right="" name="changed" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="Q3IconView::changeEvent" href="q3iconview.html#changeEvent" location="q3iconview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * ev)">
+ <parameter left="QEvent *" right="" name="ev" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3VBox" href="q3vbox.html" location="q3vbox.h" bases="Q3HBox" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3VBox" fullname="Q3VBox::Q3VBox" href="q3vbox.html#Q3VBox" location="q3vbox.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3VBox(QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSqlRelation" href="qsqlrelation.html" location="qsqlrelationaltablemodel.h" bases="" module="QtSql">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSqlRelation" fullname="QSqlRelation::QSqlRelation" href="qsqlrelation.html#QSqlRelation" location="qsqlrelationaltablemodel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSqlRelation()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSqlRelation" fullname="QSqlRelation::QSqlRelation" href="qsqlrelation.html#QSqlRelation-2" location="qsqlrelationaltablemodel.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSqlRelation(const QString &amp; tableName, const QString &amp; indexColumn, const QString &amp; displayColumn)">
+ <parameter left="const QString &amp;" right="" name="tableName" default=""/>
+ <parameter left="const QString &amp;" right="" name="indexColumn" default=""/>
+ <parameter left="const QString &amp;" right="" name="displayColumn" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tableName" fullname="QSqlRelation::tableName" href="qsqlrelation.html#tableName" location="qsqlrelationaltablemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="tableName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexColumn" fullname="QSqlRelation::indexColumn" href="qsqlrelation.html#indexColumn" location="qsqlrelationaltablemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="indexColumn() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="displayColumn" fullname="QSqlRelation::displayColumn" href="qsqlrelation.html#displayColumn" location="qsqlrelationaltablemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="displayColumn() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QSqlRelation::isValid" href="qsqlrelation.html#isValid" location="qsqlrelationaltablemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSqlRelationalTableModel" href="qsqlrelationaltablemodel.html" location="qsqlrelationaltablemodel.h" bases="QSqlTableModel" module="QtSql">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSqlRelationalTableModel" fullname="QSqlRelationalTableModel::QSqlRelationalTableModel" href="qsqlrelationaltablemodel.html#QSqlRelationalTableModel" location="qsqlrelationaltablemodel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSqlRelationalTableModel(QObject * parent, QSqlDatabase db)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ <parameter left="QSqlDatabase" right="" name="db" default="QSqlDatabase()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSqlRelationalTableModel" fullname="QSqlRelationalTableModel::~QSqlRelationalTableModel" href="qsqlrelationaltablemodel.html#dtor.QSqlRelationalTableModel" location="qsqlrelationaltablemodel.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSqlRelationalTableModel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QSqlRelationalTableModel::data" href="qsqlrelationaltablemodel.html#data" location="qsqlrelationaltablemodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="data(const QModelIndex &amp; index, int role) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::DisplayRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QSqlRelationalTableModel::setData" href="qsqlrelationaltablemodel.html#setData" location="qsqlrelationaltablemodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="setData(const QModelIndex &amp; index, const QVariant &amp; value, int role)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::EditRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeColumns" fullname="QSqlRelationalTableModel::removeColumns" href="qsqlrelationaltablemodel.html#removeColumns" location="qsqlrelationaltablemodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeColumns(int column, int count, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QSqlRelationalTableModel::clear" href="qsqlrelationaltablemodel.html#clear" location="qsqlrelationaltablemodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="select" fullname="QSqlRelationalTableModel::select" href="qsqlrelationaltablemodel.html#select" location="qsqlrelationaltablemodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="select()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTable" fullname="QSqlRelationalTableModel::setTable" href="qsqlrelationaltablemodel.html#setTable" location="qsqlrelationaltablemodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setTable(const QString &amp; table)">
+ <parameter left="const QString &amp;" right="" name="table" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRelation" fullname="QSqlRelationalTableModel::setRelation" href="qsqlrelationaltablemodel.html#setRelation" location="qsqlrelationaltablemodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setRelation(int column, const QSqlRelation &amp; relation)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QSqlRelation &amp;" right="" name="relation" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="relation" fullname="QSqlRelationalTableModel::relation" href="qsqlrelationaltablemodel.html#relation" location="qsqlrelationaltablemodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSqlRelation" signature="relation(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="relationModel" fullname="QSqlRelationalTableModel::relationModel" href="qsqlrelationaltablemodel.html#relationModel" location="qsqlrelationaltablemodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSqlTableModel *" signature="relationModel(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="revertRow" fullname="QSqlRelationalTableModel::revertRow" href="qsqlrelationaltablemodel.html#revertRow" location="qsqlrelationaltablemodel.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="revertRow(int row)">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="selectStatement" fullname="QSqlRelationalTableModel::selectStatement" href="qsqlrelationaltablemodel.html#selectStatement" location="qsqlrelationaltablemodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="selectStatement() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateRowInTable" fullname="QSqlRelationalTableModel::updateRowInTable" href="qsqlrelationaltablemodel.html#updateRowInTable" location="qsqlrelationaltablemodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="updateRowInTable(int row, const QSqlRecord &amp; values)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="const QSqlRecord &amp;" right="" name="values" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="insertRowIntoTable" fullname="QSqlRelationalTableModel::insertRowIntoTable" href="qsqlrelationaltablemodel.html#insertRowIntoTable" location="qsqlrelationaltablemodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="insertRowIntoTable(const QSqlRecord &amp; values)">
+ <parameter left="const QSqlRecord &amp;" right="" name="values" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="orderByClause" fullname="QSqlRelationalTableModel::orderByClause" href="qsqlrelationaltablemodel.html#orderByClause" location="qsqlrelationaltablemodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="orderByClause() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QUiLoader" href="quiloader.html" location="quiloader.h" bases="QObject" module="QtUiTools">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QUiLoader" fullname="QUiLoader::QUiLoader" href="quiloader.html#QUiLoader" location="quiloader.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QUiLoader(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QUiLoader" fullname="QUiLoader::~QUiLoader" href="quiloader.html#dtor.QUiLoader" location="quiloader.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QUiLoader()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pluginPaths" fullname="QUiLoader::pluginPaths" href="quiloader.html#pluginPaths" location="quiloader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="pluginPaths() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearPluginPaths" fullname="QUiLoader::clearPluginPaths" href="quiloader.html#clearPluginPaths" location="quiloader.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearPluginPaths()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addPluginPath" fullname="QUiLoader::addPluginPath" href="quiloader.html#addPluginPath" location="quiloader.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addPluginPath(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QUiLoader::load" href="quiloader.html#load" location="quiloader.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QWidget *" signature="load(QIODevice * device, QWidget * parentWidget)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ <parameter left="QWidget *" right="" name="parentWidget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="availableWidgets" fullname="QUiLoader::availableWidgets" href="quiloader.html#availableWidgets" location="quiloader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="availableWidgets() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="availableLayouts" fullname="QUiLoader::availableLayouts" href="quiloader.html#availableLayouts" location="quiloader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="availableLayouts() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createWidget" fullname="QUiLoader::createWidget" href="quiloader.html#createWidget" location="quiloader.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QWidget *" signature="createWidget(const QString &amp; className, QWidget * parent, const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="className" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const QString &amp;" right="" name="name" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createLayout" fullname="QUiLoader::createLayout" href="quiloader.html#createLayout" location="quiloader.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QLayout *" signature="createLayout(const QString &amp; className, QObject * parent, const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="className" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ <parameter left="const QString &amp;" right="" name="name" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createActionGroup" fullname="QUiLoader::createActionGroup" href="quiloader.html#createActionGroup" location="quiloader.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QActionGroup *" signature="createActionGroup(QObject * parent, const QString &amp; name)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ <parameter left="const QString &amp;" right="" name="name" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createAction" fullname="QUiLoader::createAction" href="quiloader.html#createAction" location="quiloader.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QAction *" signature="createAction(QObject * parent, const QString &amp; name)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ <parameter left="const QString &amp;" right="" name="name" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWorkingDirectory" fullname="QUiLoader::setWorkingDirectory" href="quiloader.html#setWorkingDirectory" location="quiloader.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWorkingDirectory(const QDir &amp; dir)">
+ <parameter left="const QDir &amp;" right="" name="dir" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="workingDirectory" fullname="QUiLoader::workingDirectory" href="quiloader.html#workingDirectory" location="quiloader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDir" signature="workingDirectory() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLanguageChangeEnabled" fullname="QUiLoader::setLanguageChangeEnabled" href="quiloader.html#setLanguageChangeEnabled" location="quiloader.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLanguageChangeEnabled(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isLanguageChangeEnabled" fullname="QUiLoader::isLanguageChangeEnabled" href="quiloader.html#isLanguageChangeEnabled" location="quiloader.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isLanguageChangeEnabled() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QProgressDialog" href="qprogressdialog.html" location="qprogressdialog.h" bases="QDialog" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="wasCanceled" fullname="QProgressDialog::wasCanceled" href="qprogressdialog.html#wasCanceled-prop" location="qprogressdialog.h" type="bool">
+ <getter name="wasCanceled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="minimum" fullname="QProgressDialog::minimum" href="qprogressdialog.html#minimum-prop" location="qprogressdialog.h" type="int">
+ <getter name="minimum"/>
+ <setter name="setMinimum"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maximum" fullname="QProgressDialog::maximum" href="qprogressdialog.html#maximum-prop" location="qprogressdialog.h" type="int">
+ <getter name="maximum"/>
+ <setter name="setMaximum"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QProgressDialog::value" href="qprogressdialog.html#value-prop" location="qprogressdialog.h" type="int">
+ <getter name="value"/>
+ <setter name="setValue"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoReset" fullname="QProgressDialog::autoReset" href="qprogressdialog.html#autoReset-prop" location="qprogressdialog.h" type="bool">
+ <getter name="autoReset"/>
+ <setter name="setAutoReset"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoClose" fullname="QProgressDialog::autoClose" href="qprogressdialog.html#autoClose-prop" location="qprogressdialog.h" type="bool">
+ <getter name="autoClose"/>
+ <setter name="setAutoClose"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="minimumDuration" fullname="QProgressDialog::minimumDuration" href="qprogressdialog.html#minimumDuration-prop" location="qprogressdialog.h" type="int">
+ <getter name="minimumDuration"/>
+ <setter name="setMinimumDuration"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="labelText" fullname="QProgressDialog::labelText" href="qprogressdialog.html#labelText-prop" location="qprogressdialog.h" type="QString">
+ <getter name="labelText"/>
+ <setter name="setLabelText"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QProgressDialog" fullname="QProgressDialog::QProgressDialog" href="qprogressdialog.html#QProgressDialog" location="qprogressdialog.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QProgressDialog(QWidget * parent, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QProgressDialog" fullname="QProgressDialog::QProgressDialog" href="qprogressdialog.html#QProgressDialog-2" location="qprogressdialog.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QProgressDialog(const QString &amp; labelText, const QString &amp; cancelButtonText, int minimum, int maximum, QWidget * parent, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="const QString &amp;" right="" name="labelText" default=""/>
+ <parameter left="const QString &amp;" right="" name="cancelButtonText" default=""/>
+ <parameter left="int" right="" name="minimum" default=""/>
+ <parameter left="int" right="" name="maximum" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QProgressDialog" fullname="QProgressDialog::~QProgressDialog" href="qprogressdialog.html#dtor.QProgressDialog" location="qprogressdialog.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QProgressDialog()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLabel" fullname="QProgressDialog::setLabel" href="qprogressdialog.html#setLabel" location="qprogressdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLabel(QLabel * label)">
+ <parameter left="QLabel *" right="" name="label" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCancelButton" fullname="QProgressDialog::setCancelButton" href="qprogressdialog.html#setCancelButton" location="qprogressdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCancelButton(QPushButton * cancelButton)">
+ <parameter left="QPushButton *" right="" name="cancelButton" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBar" fullname="QProgressDialog::setBar" href="qprogressdialog.html#setBar" location="qprogressdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBar(QProgressBar * bar)">
+ <parameter left="QProgressBar *" right="" name="bar" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wasCanceled" fullname="QProgressDialog::wasCanceled" href="qprogressdialog.html#wasCanceled-prop" location="qprogressdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="wasCanceled" type="bool" signature="wasCanceled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimum" fullname="QProgressDialog::minimum" href="qprogressdialog.html#minimum-prop" location="qprogressdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="minimum" type="int" signature="minimum() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximum" fullname="QProgressDialog::maximum" href="qprogressdialog.html#maximum-prop" location="qprogressdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maximum" type="int" signature="maximum() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QProgressDialog::value" href="qprogressdialog.html#value-prop" location="qprogressdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="value" type="int" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QProgressDialog::sizeHint" href="qprogressdialog.html#sizeHint" location="qprogressdialog.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="labelText" fullname="QProgressDialog::labelText" href="qprogressdialog.html#labelText-prop" location="qprogressdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="labelText" type="QString" signature="labelText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumDuration" fullname="QProgressDialog::minimumDuration" href="qprogressdialog.html#minimumDuration-prop" location="qprogressdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="minimumDuration" type="int" signature="minimumDuration() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoReset" fullname="QProgressDialog::setAutoReset" href="qprogressdialog.html#autoReset-prop" location="qprogressdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="autoReset" type="void" signature="setAutoReset(bool reset)">
+ <parameter left="bool" right="" name="reset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoReset" fullname="QProgressDialog::autoReset" href="qprogressdialog.html#autoReset-prop" location="qprogressdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoReset" type="bool" signature="autoReset() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoClose" fullname="QProgressDialog::setAutoClose" href="qprogressdialog.html#autoClose-prop" location="qprogressdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="autoClose" type="void" signature="setAutoClose(bool close)">
+ <parameter left="bool" right="" name="close" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoClose" fullname="QProgressDialog::autoClose" href="qprogressdialog.html#autoClose-prop" location="qprogressdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoClose" type="bool" signature="autoClose() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QProgressDialog::open" href="qprogressdialog.html#open" location="qprogressdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="open(QObject * receiver, const char * member)">
+ <parameter left="QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cancel" fullname="QProgressDialog::cancel" href="qprogressdialog.html#cancel" location="qprogressdialog.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="cancel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="QProgressDialog::reset" href="qprogressdialog.html#reset" location="qprogressdialog.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaximum" fullname="QProgressDialog::setMaximum" href="qprogressdialog.html#maximum-prop" location="qprogressdialog.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="maximum" type="void" signature="setMaximum(int maximum)">
+ <parameter left="int" right="" name="maximum" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinimum" fullname="QProgressDialog::setMinimum" href="qprogressdialog.html#minimum-prop" location="qprogressdialog.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="minimum" type="void" signature="setMinimum(int minimum)">
+ <parameter left="int" right="" name="minimum" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRange" fullname="QProgressDialog::setRange" href="qprogressdialog.html#setRange" location="qprogressdialog.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setRange(int minimum, int maximum)">
+ <parameter left="int" right="" name="minimum" default=""/>
+ <parameter left="int" right="" name="maximum" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QProgressDialog::setValue" href="qprogressdialog.html#value-prop" location="qprogressdialog.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="value" type="void" signature="setValue(int progress)">
+ <parameter left="int" right="" name="progress" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLabelText" fullname="QProgressDialog::setLabelText" href="qprogressdialog.html#labelText-prop" location="qprogressdialog.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="labelText" type="void" signature="setLabelText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCancelButtonText" fullname="QProgressDialog::setCancelButtonText" href="qprogressdialog.html#setCancelButtonText" location="qprogressdialog.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setCancelButtonText(const QString &amp; cancelButtonText)">
+ <parameter left="const QString &amp;" right="" name="cancelButtonText" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinimumDuration" fullname="QProgressDialog::setMinimumDuration" href="qprogressdialog.html#minimumDuration-prop" location="qprogressdialog.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="minimumDuration" type="void" signature="setMinimumDuration(int ms)">
+ <parameter left="int" right="" name="ms" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canceled" fullname="QProgressDialog::canceled" href="qprogressdialog.html#canceled" location="qprogressdialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="canceled()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QProgressDialog::resizeEvent" href="qprogressdialog.html#resizeEvent" location="qprogressdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * event)">
+ <parameter left="QResizeEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="closeEvent" fullname="QProgressDialog::closeEvent" href="qprogressdialog.html#closeEvent" location="qprogressdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="closeEvent(QCloseEvent * e)">
+ <parameter left="QCloseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QProgressDialog::changeEvent" href="qprogressdialog.html#changeEvent" location="qprogressdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * ev)">
+ <parameter left="QEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="QProgressDialog::showEvent" href="qprogressdialog.html#showEvent" location="qprogressdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * e)">
+ <parameter left="QShowEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="forceShow" fullname="QProgressDialog::forceShow" href="qprogressdialog.html#forceShow" location="qprogressdialog.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="forceShow()"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QSvgRenderer" href="qsvgrenderer.html" location="qsvgrenderer.h" bases="QObject" module="QtSvg">
+ <property access="public" threadsafety="unspecified" status="commendable" name="viewBox" fullname="QSvgRenderer::viewBox" href="qsvgrenderer.html#viewBox-prop" location="qsvgrenderer.h" type="QRectF">
+ <getter name="viewBoxF"/>
+ <setter name="setViewBox"/>
+ <setter name="setViewBox"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="framesPerSecond" fullname="QSvgRenderer::framesPerSecond" href="qsvgrenderer.html#framesPerSecond-prop" location="qsvgrenderer.h" type="int">
+ <getter name="framesPerSecond"/>
+ <setter name="setFramesPerSecond"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSvgRenderer" fullname="QSvgRenderer::QSvgRenderer" href="qsvgrenderer.html#QSvgRenderer" location="qsvgrenderer.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSvgRenderer(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSvgRenderer" fullname="QSvgRenderer::QSvgRenderer" href="qsvgrenderer.html#QSvgRenderer-2" location="qsvgrenderer.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSvgRenderer(const QString &amp; filename, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="filename" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSvgRenderer" fullname="QSvgRenderer::QSvgRenderer" href="qsvgrenderer.html#QSvgRenderer-3" location="qsvgrenderer.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QSvgRenderer(const QByteArray &amp; contents, QObject * parent)">
+ <parameter left="const QByteArray &amp;" right="" name="contents" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSvgRenderer" fullname="QSvgRenderer::QSvgRenderer" href="qsvgrenderer.html#QSvgRenderer-4" location="qsvgrenderer.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QSvgRenderer(QXmlStreamReader * contents, QObject * parent)">
+ <parameter left="QXmlStreamReader *" right="" name="contents" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSvgRenderer" fullname="QSvgRenderer::~QSvgRenderer" href="qsvgrenderer.html#dtor.QSvgRenderer" location="qsvgrenderer.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSvgRenderer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QSvgRenderer::isValid" href="qsvgrenderer.html#isValid" location="qsvgrenderer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultSize" fullname="QSvgRenderer::defaultSize" href="qsvgrenderer.html#defaultSize" location="qsvgrenderer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="defaultSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="viewBox" fullname="QSvgRenderer::viewBox" href="qsvgrenderer.html#viewBox" location="qsvgrenderer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="viewBox() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="viewBoxF" fullname="QSvgRenderer::viewBoxF" href="qsvgrenderer.html#viewBox-prop" location="qsvgrenderer.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="viewBox" type="QRectF" signature="viewBoxF() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setViewBox" fullname="QSvgRenderer::setViewBox" href="qsvgrenderer.html#viewBox-prop" location="qsvgrenderer.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="viewBox" type="void" signature="setViewBox(const QRect &amp; viewbox)">
+ <parameter left="const QRect &amp;" right="" name="viewbox" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setViewBox" fullname="QSvgRenderer::setViewBox" href="qsvgrenderer.html#viewBox-prop" location="qsvgrenderer.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" associated-property="viewBox" type="void" signature="setViewBox(const QRectF &amp; viewbox)">
+ <parameter left="const QRectF &amp;" right="" name="viewbox" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="animated" fullname="QSvgRenderer::animated" href="qsvgrenderer.html#animated" location="qsvgrenderer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="animated() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="framesPerSecond" fullname="QSvgRenderer::framesPerSecond" href="qsvgrenderer.html#framesPerSecond-prop" location="qsvgrenderer.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="framesPerSecond" type="int" signature="framesPerSecond() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFramesPerSecond" fullname="QSvgRenderer::setFramesPerSecond" href="qsvgrenderer.html#framesPerSecond-prop" location="qsvgrenderer.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="framesPerSecond" type="void" signature="setFramesPerSecond(int num)">
+ <parameter left="int" right="" name="num" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundsOnElement" fullname="QSvgRenderer::boundsOnElement" href="qsvgrenderer.html#boundsOnElement" location="qsvgrenderer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="boundsOnElement(const QString &amp; id) const">
+ <parameter left="const QString &amp;" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="elementExists" fullname="QSvgRenderer::elementExists" href="qsvgrenderer.html#elementExists" location="qsvgrenderer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="elementExists(const QString &amp; id) const">
+ <parameter left="const QString &amp;" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="matrixForElement" fullname="QSvgRenderer::matrixForElement" href="qsvgrenderer.html#matrixForElement" location="qsvgrenderer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMatrix" signature="matrixForElement(const QString &amp; id) const">
+ <parameter left="const QString &amp;" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QSvgRenderer::load" href="qsvgrenderer.html#load" location="qsvgrenderer.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="bool" signature="load(const QString &amp; filename)">
+ <parameter left="const QString &amp;" right="" name="filename" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QSvgRenderer::load" href="qsvgrenderer.html#load-2" location="qsvgrenderer.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" type="bool" signature="load(const QByteArray &amp; contents)">
+ <parameter left="const QByteArray &amp;" right="" name="contents" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QSvgRenderer::load" href="qsvgrenderer.html#load-3" location="qsvgrenderer.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="3" type="bool" signature="load(QXmlStreamReader * contents)">
+ <parameter left="QXmlStreamReader *" right="" name="contents" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="render" fullname="QSvgRenderer::render" href="qsvgrenderer.html#render" location="qsvgrenderer.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="render(QPainter * painter)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="render" fullname="QSvgRenderer::render" href="qsvgrenderer.html#render-2" location="qsvgrenderer.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="render(QPainter * painter, const QRectF &amp; bounds)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="bounds" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="render" fullname="QSvgRenderer::render" href="qsvgrenderer.html#render-3" location="qsvgrenderer.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="3" type="void" signature="render(QPainter * painter, const QString &amp; elementId, const QRectF &amp; bounds)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QString &amp;" right="" name="elementId" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="bounds" default="QRectF()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="repaintNeeded" fullname="QSvgRenderer::repaintNeeded" href="qsvgrenderer.html#repaintNeeded" location="qsvgrenderer.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="repaintNeeded()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="QMenuItem" href="qmenuitem.html" location="qmenudata.h" bases="QAction" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="compat" name="QMenuItem" fullname="QMenuItem::QMenuItem" href="qmenuitem-qt3.html#QMenuItem" location="qmenudata.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMenuItem()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="id" fullname="QMenuItem::id" href="qmenuitem-qt3.html#id" location="qmenudata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="id() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="signalValue" fullname="QMenuItem::signalValue" href="qmenuitem-qt3.html#signalValue" location="qmenudata.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="signalValue() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextCursor" href="qtextcursor.html" location="qtextcursor.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextCursor" fullname="QTextCursor::QTextCursor" href="qtextcursor.html#QTextCursor" location="qtextcursor.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextCursor()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextCursor" fullname="QTextCursor::QTextCursor" href="qtextcursor.html#QTextCursor-2" location="qtextcursor.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTextCursor(QTextDocument * document)">
+ <parameter left="QTextDocument *" right="" name="document" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextCursor" fullname="QTextCursor::QTextCursor" href="qtextcursor.html#QTextCursor-4" location="qtextcursor.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QTextCursor(QTextFrame * frame)">
+ <parameter left="QTextFrame *" right="" name="frame" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextCursor" fullname="QTextCursor::QTextCursor" href="qtextcursor.html#QTextCursor-5" location="qtextcursor.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QTextCursor(const QTextBlock &amp; block)">
+ <parameter left="const QTextBlock &amp;" right="" name="block" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextCursor" fullname="QTextCursor::QTextCursor" href="qtextcursor.html#QTextCursor-7" location="qtextcursor.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="7" type="" signature="QTextCursor(const QTextCursor &amp; cursor)">
+ <parameter left="const QTextCursor &amp;" right="" name="cursor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QTextCursor::operator=" href="qtextcursor.html#operator=" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTextCursor &amp;" signature="operator=(const QTextCursor &amp; cursor)">
+ <parameter left="const QTextCursor &amp;" right="" name="cursor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTextCursor" fullname="QTextCursor::~QTextCursor" href="qtextcursor.html#dtor.QTextCursor" location="qtextcursor.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTextCursor()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QTextCursor::isNull" href="qtextcursor.html#isNull" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="MoveMode" fullname="QTextCursor::MoveMode" href="qtextcursor.html#MoveMode-enum" location="qtextcursor.h">
+ <value name="MoveAnchor" value="0"/>
+ <value name="KeepAnchor" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPosition" fullname="QTextCursor::setPosition" href="qtextcursor.html#setPosition" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPosition(int pos, MoveMode m)">
+ <parameter left="int" right="" name="pos" default=""/>
+ <parameter left="MoveMode" right="" name="m" default="MoveAnchor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="position" fullname="QTextCursor::position" href="qtextcursor.html#position" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="position() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="anchor" fullname="QTextCursor::anchor" href="qtextcursor.html#anchor" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="anchor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertText" fullname="QTextCursor::insertText" href="qtextcursor.html#insertText" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertText" fullname="QTextCursor::insertText" href="qtextcursor.html#insertText-2" location="qtextcursor.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="insertText(const QString &amp; text, const QTextCharFormat &amp; format)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QTextCharFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="MoveOperation" fullname="QTextCursor::MoveOperation" href="qtextcursor.html#MoveOperation-enum" location="qtextcursor.h">
+ <value name="NoMove" value="0"/>
+ <value name="Start" value="1"/>
+ <value name="Up" value="2"/>
+ <value name="StartOfLine" value="3"/>
+ <value name="StartOfBlock" value="4"/>
+ <value name="StartOfWord" value="5"/>
+ <value name="PreviousBlock" value="6"/>
+ <value name="PreviousCharacter" value="7"/>
+ <value name="PreviousWord" value="8"/>
+ <value name="Left" value="9"/>
+ <value name="WordLeft" value="10"/>
+ <value name="End" value="11"/>
+ <value name="Down" value="12"/>
+ <value name="EndOfLine" value="13"/>
+ <value name="EndOfWord" value="14"/>
+ <value name="EndOfBlock" value="15"/>
+ <value name="NextBlock" value="16"/>
+ <value name="NextCharacter" value="17"/>
+ <value name="NextWord" value="18"/>
+ <value name="Right" value="19"/>
+ <value name="WordRight" value="20"/>
+ <value name="NextCell" value="21"/>
+ <value name="PreviousCell" value="22"/>
+ <value name="NextRow" value="23"/>
+ <value name="PreviousRow" value="24"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="movePosition" fullname="QTextCursor::movePosition" href="qtextcursor.html#movePosition" location="qtextcursor.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="movePosition(MoveOperation operation, MoveMode mode, int n)">
+ <parameter left="MoveOperation" right="" name="operation" default=""/>
+ <parameter left="MoveMode" right="" name="mode" default="MoveAnchor"/>
+ <parameter left="int" right="" name="n" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="visualNavigation" fullname="QTextCursor::visualNavigation" href="qtextcursor.html#visualNavigation" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="visualNavigation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisualNavigation" fullname="QTextCursor::setVisualNavigation" href="qtextcursor.html#setVisualNavigation" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisualNavigation(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="deleteChar" fullname="QTextCursor::deleteChar" href="qtextcursor.html#deleteChar" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="deleteChar()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="deletePreviousChar" fullname="QTextCursor::deletePreviousChar" href="qtextcursor.html#deletePreviousChar" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="deletePreviousChar()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SelectionType" fullname="QTextCursor::SelectionType" href="qtextcursor.html#SelectionType-enum" location="qtextcursor.h">
+ <value name="WordUnderCursor" value="0"/>
+ <value name="LineUnderCursor" value="1"/>
+ <value name="BlockUnderCursor" value="2"/>
+ <value name="Document" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="select" fullname="QTextCursor::select" href="qtextcursor.html#select" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="select(SelectionType selection)">
+ <parameter left="SelectionType" right="" name="selection" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasSelection" fullname="QTextCursor::hasSelection" href="qtextcursor.html#hasSelection" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasSelection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasComplexSelection" fullname="QTextCursor::hasComplexSelection" href="qtextcursor.html#hasComplexSelection" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasComplexSelection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeSelectedText" fullname="QTextCursor::removeSelectedText" href="qtextcursor.html#removeSelectedText" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeSelectedText()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearSelection" fullname="QTextCursor::clearSelection" href="qtextcursor.html#clearSelection" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearSelection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionStart" fullname="QTextCursor::selectionStart" href="qtextcursor.html#selectionStart" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="selectionStart() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionEnd" fullname="QTextCursor::selectionEnd" href="qtextcursor.html#selectionEnd" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="selectionEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedText" fullname="QTextCursor::selectedText" href="qtextcursor.html#selectedText" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="selectedText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selection" fullname="QTextCursor::selection" href="qtextcursor.html#selection" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextDocumentFragment" signature="selection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedTableCells" fullname="QTextCursor::selectedTableCells" href="qtextcursor.html#selectedTableCells" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="selectedTableCells(int * firstRow, int * numRows, int * firstColumn, int * numColumns) const">
+ <parameter left="int *" right="" name="firstRow" default=""/>
+ <parameter left="int *" right="" name="numRows" default=""/>
+ <parameter left="int *" right="" name="firstColumn" default=""/>
+ <parameter left="int *" right="" name="numColumns" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="block" fullname="QTextCursor::block" href="qtextcursor.html#block" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextBlock" signature="block() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="charFormat" fullname="QTextCursor::charFormat" href="qtextcursor.html#charFormat" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCharFormat" signature="charFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCharFormat" fullname="QTextCursor::setCharFormat" href="qtextcursor.html#setCharFormat" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCharFormat(const QTextCharFormat &amp; format)">
+ <parameter left="const QTextCharFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mergeCharFormat" fullname="QTextCursor::mergeCharFormat" href="qtextcursor.html#mergeCharFormat" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="mergeCharFormat(const QTextCharFormat &amp; modifier)">
+ <parameter left="const QTextCharFormat &amp;" right="" name="modifier" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blockFormat" fullname="QTextCursor::blockFormat" href="qtextcursor.html#blockFormat" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextBlockFormat" signature="blockFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBlockFormat" fullname="QTextCursor::setBlockFormat" href="qtextcursor.html#setBlockFormat" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBlockFormat(const QTextBlockFormat &amp; format)">
+ <parameter left="const QTextBlockFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mergeBlockFormat" fullname="QTextCursor::mergeBlockFormat" href="qtextcursor.html#mergeBlockFormat" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="mergeBlockFormat(const QTextBlockFormat &amp; modifier)">
+ <parameter left="const QTextBlockFormat &amp;" right="" name="modifier" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blockCharFormat" fullname="QTextCursor::blockCharFormat" href="qtextcursor.html#blockCharFormat" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCharFormat" signature="blockCharFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBlockCharFormat" fullname="QTextCursor::setBlockCharFormat" href="qtextcursor.html#setBlockCharFormat" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBlockCharFormat(const QTextCharFormat &amp; format)">
+ <parameter left="const QTextCharFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mergeBlockCharFormat" fullname="QTextCursor::mergeBlockCharFormat" href="qtextcursor.html#mergeBlockCharFormat" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="mergeBlockCharFormat(const QTextCharFormat &amp; modifier)">
+ <parameter left="const QTextCharFormat &amp;" right="" name="modifier" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atBlockStart" fullname="QTextCursor::atBlockStart" href="qtextcursor.html#atBlockStart" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="atBlockStart() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atBlockEnd" fullname="QTextCursor::atBlockEnd" href="qtextcursor.html#atBlockEnd" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="atBlockEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atStart" fullname="QTextCursor::atStart" href="qtextcursor.html#atStart" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="atStart() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atEnd" fullname="QTextCursor::atEnd" href="qtextcursor.html#atEnd" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="atEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertBlock" fullname="QTextCursor::insertBlock" href="qtextcursor.html#insertBlock" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertBlock()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertBlock" fullname="QTextCursor::insertBlock" href="qtextcursor.html#insertBlock-2" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="insertBlock(const QTextBlockFormat &amp; format)">
+ <parameter left="const QTextBlockFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertBlock" fullname="QTextCursor::insertBlock" href="qtextcursor.html#insertBlock-3" location="qtextcursor.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="insertBlock(const QTextBlockFormat &amp; format, const QTextCharFormat &amp; charFormat)">
+ <parameter left="const QTextBlockFormat &amp;" right="" name="format" default=""/>
+ <parameter left="const QTextCharFormat &amp;" right="" name="charFormat" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertList" fullname="QTextCursor::insertList" href="qtextcursor.html#insertList" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTextList *" signature="insertList(const QTextListFormat &amp; format)">
+ <parameter left="const QTextListFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertList" fullname="QTextCursor::insertList" href="qtextcursor.html#insertList-2" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QTextList *" signature="insertList(QTextListFormat::Style style)">
+ <parameter left="QTextListFormat::Style" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createList" fullname="QTextCursor::createList" href="qtextcursor.html#createList" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTextList *" signature="createList(const QTextListFormat &amp; format)">
+ <parameter left="const QTextListFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createList" fullname="QTextCursor::createList" href="qtextcursor.html#createList-2" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QTextList *" signature="createList(QTextListFormat::Style style)">
+ <parameter left="QTextListFormat::Style" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentList" fullname="QTextCursor::currentList" href="qtextcursor.html#currentList" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextList *" signature="currentList() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertTable" fullname="QTextCursor::insertTable" href="qtextcursor.html#insertTable" location="qtextcursor.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTextTable *" signature="insertTable(int rows, int columns, const QTextTableFormat &amp; format)">
+ <parameter left="int" right="" name="rows" default=""/>
+ <parameter left="int" right="" name="columns" default=""/>
+ <parameter left="const QTextTableFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertTable" fullname="QTextCursor::insertTable" href="qtextcursor.html#insertTable-2" location="qtextcursor.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QTextTable *" signature="insertTable(int rows, int columns)">
+ <parameter left="int" right="" name="rows" default=""/>
+ <parameter left="int" right="" name="columns" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentTable" fullname="QTextCursor::currentTable" href="qtextcursor.html#currentTable" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextTable *" signature="currentTable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertFrame" fullname="QTextCursor::insertFrame" href="qtextcursor.html#insertFrame" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTextFrame *" signature="insertFrame(const QTextFrameFormat &amp; format)">
+ <parameter left="const QTextFrameFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentFrame" fullname="QTextCursor::currentFrame" href="qtextcursor.html#currentFrame" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextFrame *" signature="currentFrame() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertFragment" fullname="QTextCursor::insertFragment" href="qtextcursor.html#insertFragment" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertFragment(const QTextDocumentFragment &amp; fragment)">
+ <parameter left="const QTextDocumentFragment &amp;" right="" name="fragment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertHtml" fullname="QTextCursor::insertHtml" href="qtextcursor.html#insertHtml" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertHtml(const QString &amp; html)">
+ <parameter left="const QString &amp;" right="" name="html" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertImage" fullname="QTextCursor::insertImage" href="qtextcursor.html#insertImage-2" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="insertImage(const QTextImageFormat &amp; format, QTextFrameFormat::Position alignment)">
+ <parameter left="const QTextImageFormat &amp;" right="" name="format" default=""/>
+ <parameter left="QTextFrameFormat::Position" right="" name="alignment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertImage" fullname="QTextCursor::insertImage" href="qtextcursor.html#insertImage" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertImage(const QTextImageFormat &amp; format)">
+ <parameter left="const QTextImageFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertImage" fullname="QTextCursor::insertImage" href="qtextcursor.html#insertImage-3" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="insertImage(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertImage" fullname="QTextCursor::insertImage" href="qtextcursor.html#insertImage-4" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="insertImage(const QImage &amp; image, const QString &amp; name)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beginEditBlock" fullname="QTextCursor::beginEditBlock" href="qtextcursor.html#beginEditBlock" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="beginEditBlock()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="joinPreviousEditBlock" fullname="QTextCursor::joinPreviousEditBlock" href="qtextcursor.html#joinPreviousEditBlock" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="joinPreviousEditBlock()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endEditBlock" fullname="QTextCursor::endEditBlock" href="qtextcursor.html#endEditBlock" location="qtextcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="endEditBlock()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QTextCursor::operator!=" href="qtextcursor.html#operator!=" location="qtextcursor.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QTextCursor &amp; other) const">
+ <parameter left="const QTextCursor &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QTextCursor::operator&lt;" href="qtextcursor.html#operator&lt;" location="qtextcursor.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;(const QTextCursor &amp; other) const">
+ <parameter left="const QTextCursor &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;=" fullname="QTextCursor::operator&lt;=" href="qtextcursor.html#operator&lt;=" location="qtextcursor.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;=(const QTextCursor &amp; other) const">
+ <parameter left="const QTextCursor &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QTextCursor::operator==" href="qtextcursor.html#operator==" location="qtextcursor.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QTextCursor &amp; other) const">
+ <parameter left="const QTextCursor &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;=" fullname="QTextCursor::operator&gt;=" href="qtextcursor.html#operator&gt;=" location="qtextcursor.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&gt;=(const QTextCursor &amp; other) const">
+ <parameter left="const QTextCursor &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" fullname="QTextCursor::operator&gt;" href="qtextcursor.html#operator&gt;" location="qtextcursor.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&gt;(const QTextCursor &amp; other) const">
+ <parameter left="const QTextCursor &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCopyOf" fullname="QTextCursor::isCopyOf" href="qtextcursor.html#isCopyOf" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCopyOf(const QTextCursor &amp; other) const">
+ <parameter left="const QTextCursor &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blockNumber" fullname="QTextCursor::blockNumber" href="qtextcursor.html#blockNumber" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="blockNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnNumber" fullname="QTextCursor::columnNumber" href="qtextcursor.html#columnNumber" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="columnNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="document" fullname="QTextCursor::document" href="qtextcursor.html#document" location="qtextcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextDocument *" signature="document() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDesignerFormWindowCursorInterface" href="qdesignerformwindowcursorinterface.html" location="abstractformwindowcursor.h" bases="" module="QtDesigner">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="MoveOperation" fullname="QDesignerFormWindowCursorInterface::MoveOperation" href="qdesignerformwindowcursorinterface.html#MoveOperation-enum" location="abstractformwindowcursor.h">
+ <value name="NoMove" value="0"/>
+ <value name="Start" value="1"/>
+ <value name="End" value="2"/>
+ <value name="Next" value="3"/>
+ <value name="Prev" value="4"/>
+ <value name="Left" value="5"/>
+ <value name="Right" value="6"/>
+ <value name="Up" value="7"/>
+ <value name="Down" value="8"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="MoveMode" fullname="QDesignerFormWindowCursorInterface::MoveMode" href="qdesignerformwindowcursorinterface.html#MoveMode-enum" location="abstractformwindowcursor.h">
+ <value name="MoveAnchor" value="0"/>
+ <value name="KeepAnchor" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDesignerFormWindowCursorInterface" fullname="QDesignerFormWindowCursorInterface::~QDesignerFormWindowCursorInterface" href="qdesignerformwindowcursorinterface.html#dtor.QDesignerFormWindowCursorInterface" location="abstractformwindowcursor.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDesignerFormWindowCursorInterface()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="formWindow" fullname="QDesignerFormWindowCursorInterface::formWindow" href="qdesignerformwindowcursorinterface.html#formWindow" location="abstractformwindowcursor.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QDesignerFormWindowInterface *" signature="formWindow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="movePosition" fullname="QDesignerFormWindowCursorInterface::movePosition" href="qdesignerformwindowcursorinterface.html#movePosition" location="abstractformwindowcursor.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="movePosition(MoveOperation operation, MoveMode mode)">
+ <parameter left="MoveOperation" right="" name="operation" default=""/>
+ <parameter left="MoveMode" right="" name="mode" default="MoveAnchor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="position" fullname="QDesignerFormWindowCursorInterface::position" href="qdesignerformwindowcursorinterface.html#position" location="abstractformwindowcursor.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="position() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPosition" fullname="QDesignerFormWindowCursorInterface::setPosition" href="qdesignerformwindowcursorinterface.html#setPosition" location="abstractformwindowcursor.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setPosition(int position, MoveMode mode)">
+ <parameter left="int" right="" name="position" default=""/>
+ <parameter left="MoveMode" right="" name="mode" default="MoveAnchor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="current" fullname="QDesignerFormWindowCursorInterface::current" href="qdesignerformwindowcursorinterface.html#current" location="abstractformwindowcursor.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="current() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widgetCount" fullname="QDesignerFormWindowCursorInterface::widgetCount" href="qdesignerformwindowcursorinterface.html#widgetCount" location="abstractformwindowcursor.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="widgetCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widget" fullname="QDesignerFormWindowCursorInterface::widget" href="qdesignerformwindowcursorinterface.html#widget" location="abstractformwindowcursor.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="widget(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasSelection" fullname="QDesignerFormWindowCursorInterface::hasSelection" href="qdesignerformwindowcursorinterface.html#hasSelection" location="abstractformwindowcursor.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasSelection() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedWidgetCount" fullname="QDesignerFormWindowCursorInterface::selectedWidgetCount" href="qdesignerformwindowcursorinterface.html#selectedWidgetCount" location="abstractformwindowcursor.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="selectedWidgetCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectedWidget" fullname="QDesignerFormWindowCursorInterface::selectedWidget" href="qdesignerformwindowcursorinterface.html#selectedWidget" location="abstractformwindowcursor.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="selectedWidget(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProperty" fullname="QDesignerFormWindowCursorInterface::setProperty" href="qdesignerformwindowcursorinterface.html#setProperty" location="abstractformwindowcursor.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setProperty(const QString &amp; name, const QVariant &amp; value)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidgetProperty" fullname="QDesignerFormWindowCursorInterface::setWidgetProperty" href="qdesignerformwindowcursorinterface.html#setWidgetProperty" location="abstractformwindowcursor.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setWidgetProperty(QWidget * widget, const QString &amp; name, const QVariant &amp; value)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resetWidgetProperty" fullname="QDesignerFormWindowCursorInterface::resetWidgetProperty" href="qdesignerformwindowcursorinterface.html#resetWidgetProperty" location="abstractformwindowcursor.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="resetWidgetProperty(QWidget * widget, const QString &amp; name)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isWidgetSelected" fullname="QDesignerFormWindowCursorInterface::isWidgetSelected" href="qdesignerformwindowcursorinterface.html#isWidgetSelected" location="abstractformwindowcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isWidgetSelected(QWidget * widget) const">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QFontMetrics" href="qfontmetrics.html" location="qfontmetrics.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFontMetrics" fullname="QFontMetrics::QFontMetrics" href="qfontmetrics.html#QFontMetrics" location="qfontmetrics.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFontMetrics(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFontMetrics" fullname="QFontMetrics::QFontMetrics" href="qfontmetrics.html#QFontMetrics-2" location="qfontmetrics.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QFontMetrics(const QFont &amp; font, QPaintDevice * paintdevice)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ <parameter left="QPaintDevice *" right="" name="paintdevice" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFontMetrics" fullname="QFontMetrics::QFontMetrics" href="qfontmetrics.html#QFontMetrics-3" location="qfontmetrics.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QFontMetrics(const QFontMetrics &amp; fm)">
+ <parameter left="const QFontMetrics &amp;" right="" name="fm" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFontMetrics" fullname="QFontMetrics::~QFontMetrics" href="qfontmetrics.html#dtor.QFontMetrics" location="qfontmetrics.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFontMetrics()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QFontMetrics::operator=" href="qfontmetrics.html#operator=" location="qfontmetrics.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QFontMetrics &amp;" signature="operator=(const QFontMetrics &amp; fm)">
+ <parameter left="const QFontMetrics &amp;" right="" name="fm" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ascent" fullname="QFontMetrics::ascent" href="qfontmetrics.html#ascent" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="ascent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="descent" fullname="QFontMetrics::descent" href="qfontmetrics.html#descent" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="descent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="QFontMetrics::height" href="qfontmetrics.html#height" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="leading" fullname="QFontMetrics::leading" href="qfontmetrics.html#leading" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="leading() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineSpacing" fullname="QFontMetrics::lineSpacing" href="qfontmetrics.html#lineSpacing" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="lineSpacing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minLeftBearing" fullname="QFontMetrics::minLeftBearing" href="qfontmetrics.html#minLeftBearing" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="minLeftBearing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minRightBearing" fullname="QFontMetrics::minRightBearing" href="qfontmetrics.html#minRightBearing" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="minRightBearing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maxWidth" fullname="QFontMetrics::maxWidth" href="qfontmetrics.html#maxWidth" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="maxWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="xHeight" fullname="QFontMetrics::xHeight" href="qfontmetrics.html#xHeight" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="xHeight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="averageCharWidth" fullname="QFontMetrics::averageCharWidth" href="qfontmetrics.html#averageCharWidth" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="averageCharWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inFont" fullname="QFontMetrics::inFont" href="qfontmetrics.html#inFont" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="inFont(QChar ch) const">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="leftBearing" fullname="QFontMetrics::leftBearing" href="qfontmetrics.html#leftBearing" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="leftBearing(QChar ch) const">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rightBearing" fullname="QFontMetrics::rightBearing" href="qfontmetrics.html#rightBearing" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="rightBearing(QChar ch) const">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QFontMetrics::width" href="qfontmetrics.html#width" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="width(const QString &amp; text, int len) const">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="len" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QFontMetrics::width" href="qfontmetrics.html#width-2" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="width(QChar ch) const">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="charWidth" fullname="QFontMetrics::charWidth" href="qfontmetrics-obsolete.html#charWidth" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="charWidth(const QString &amp; text, int pos) const">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QFontMetrics::boundingRect" href="qfontmetrics.html#boundingRect" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="boundingRect(QChar ch) const">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QFontMetrics::boundingRect" href="qfontmetrics.html#boundingRect-2" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRect" signature="boundingRect(const QString &amp; text) const">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QFontMetrics::boundingRect" href="qfontmetrics.html#boundingRect-6" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="6" type="QRect" signature="boundingRect(const QRect &amp; rect, int flags, const QString &amp; text, int tabStops, int * tabArray) const">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="tabStops" default="0"/>
+ <parameter left="int *" right="" name="tabArray" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QFontMetrics::boundingRect" href="qfontmetrics.html#boundingRect-5" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="5" type="QRect" signature="boundingRect(int x, int y, int width, int height, int flags, const QString &amp; text, int tabStops, int * tabArray) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="tabStops" default="0"/>
+ <parameter left="int *" right="" name="tabArray" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QFontMetrics::size" href="qfontmetrics.html#size" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="size(int flags, const QString &amp; text, int tabStops, int * tabArray) const">
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="tabStops" default="0"/>
+ <parameter left="int *" right="" name="tabArray" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tightBoundingRect" fullname="QFontMetrics::tightBoundingRect" href="qfontmetrics.html#tightBoundingRect" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="tightBoundingRect(const QString &amp; text) const">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="elidedText" fullname="QFontMetrics::elidedText" href="qfontmetrics.html#elidedText" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="elidedText(const QString &amp; text, Qt::TextElideMode mode, int width, int flags) const">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="Qt::TextElideMode" right="" name="mode" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="underlinePos" fullname="QFontMetrics::underlinePos" href="qfontmetrics.html#underlinePos" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="underlinePos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="overlinePos" fullname="QFontMetrics::overlinePos" href="qfontmetrics.html#overlinePos" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="overlinePos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="strikeOutPos" fullname="QFontMetrics::strikeOutPos" href="qfontmetrics.html#strikeOutPos" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="strikeOutPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineWidth" fullname="QFontMetrics::lineWidth" href="qfontmetrics.html#lineWidth" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="lineWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QFontMetrics::operator==" href="qfontmetrics.html#operator==" location="qfontmetrics.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="operator==(const QFontMetrics &amp; other)">
+ <parameter left="const QFontMetrics &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QFontMetrics::operator==" href="qfontmetrics.html#operator==-2" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator==(const QFontMetrics &amp; other) const">
+ <parameter left="const QFontMetrics &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QFontMetrics::operator!=" href="qfontmetrics.html#operator!=" location="qfontmetrics.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="operator!=(const QFontMetrics &amp; other)">
+ <parameter left="const QFontMetrics &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QFontMetrics::operator!=" href="qfontmetrics.html#operator!=-2" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator!=(const QFontMetrics &amp; other) const">
+ <parameter left="const QFontMetrics &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="boundingRect" fullname="QFontMetrics::boundingRect" href="qfontmetrics-qt3.html#boundingRect-3" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QRect" signature="boundingRect(const QString &amp; text, int len) const">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="boundingRect" fullname="QFontMetrics::boundingRect" href="qfontmetrics-qt3.html#boundingRect-4" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QRect" signature="boundingRect(int x, int y, int w, int h, int flags, const QString &amp; text, int len, int tabStops, int * tabArray) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="w" default=""/>
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="len" default=""/>
+ <parameter left="int" right="" name="tabStops" default="0"/>
+ <parameter left="int *" right="" name="tabArray" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="size" fullname="QFontMetrics::size" href="qfontmetrics-qt3.html#size-2" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QSize" signature="size(int flags, const QString &amp; text, int len, int tabStops, int * tabArray) const">
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="len" default=""/>
+ <parameter left="int" right="" name="tabStops" default="0"/>
+ <parameter left="int *" right="" name="tabArray" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QFontMetricsF" href="qfontmetricsf.html" location="qfontmetrics.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFontMetricsF" fullname="QFontMetricsF::QFontMetricsF" href="qfontmetricsf.html#QFontMetricsF" location="qfontmetrics.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFontMetricsF(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFontMetricsF" fullname="QFontMetricsF::QFontMetricsF" href="qfontmetricsf.html#QFontMetricsF-2" location="qfontmetrics.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QFontMetricsF(const QFont &amp; font, QPaintDevice * paintdevice)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ <parameter left="QPaintDevice *" right="" name="paintdevice" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFontMetricsF" fullname="QFontMetricsF::QFontMetricsF" href="qfontmetricsf.html#QFontMetricsF-3" location="qfontmetrics.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QFontMetricsF(const QFontMetrics &amp; fontMetrics)">
+ <parameter left="const QFontMetrics &amp;" right="" name="fontMetrics" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFontMetricsF" fullname="QFontMetricsF::QFontMetricsF" href="qfontmetricsf.html#QFontMetricsF-4" location="qfontmetrics.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QFontMetricsF(const QFontMetricsF &amp; fm)">
+ <parameter left="const QFontMetricsF &amp;" right="" name="fm" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFontMetricsF" fullname="QFontMetricsF::~QFontMetricsF" href="qfontmetricsf.html#dtor.QFontMetricsF" location="qfontmetrics.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFontMetricsF()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QFontMetricsF::operator=" href="qfontmetricsf.html#operator=" location="qfontmetrics.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QFontMetricsF &amp;" signature="operator=(const QFontMetricsF &amp; fm)">
+ <parameter left="const QFontMetricsF &amp;" right="" name="fm" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QFontMetricsF::operator=" href="qfontmetricsf.html#operator=-2" location="qfontmetrics.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QFontMetricsF &amp;" signature="operator=(const QFontMetrics &amp; other)">
+ <parameter left="const QFontMetrics &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ascent" fullname="QFontMetricsF::ascent" href="qfontmetricsf.html#ascent" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="ascent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="descent" fullname="QFontMetricsF::descent" href="qfontmetricsf.html#descent" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="descent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="QFontMetricsF::height" href="qfontmetricsf.html#height" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="leading" fullname="QFontMetricsF::leading" href="qfontmetricsf.html#leading" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="leading() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineSpacing" fullname="QFontMetricsF::lineSpacing" href="qfontmetricsf.html#lineSpacing" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="lineSpacing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minLeftBearing" fullname="QFontMetricsF::minLeftBearing" href="qfontmetricsf.html#minLeftBearing" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="minLeftBearing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minRightBearing" fullname="QFontMetricsF::minRightBearing" href="qfontmetricsf.html#minRightBearing" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="minRightBearing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maxWidth" fullname="QFontMetricsF::maxWidth" href="qfontmetricsf.html#maxWidth" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="maxWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="xHeight" fullname="QFontMetricsF::xHeight" href="qfontmetricsf.html#xHeight" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="xHeight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="averageCharWidth" fullname="QFontMetricsF::averageCharWidth" href="qfontmetricsf.html#averageCharWidth" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="averageCharWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inFont" fullname="QFontMetricsF::inFont" href="qfontmetricsf.html#inFont" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="inFont(QChar ch) const">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="leftBearing" fullname="QFontMetricsF::leftBearing" href="qfontmetricsf.html#leftBearing" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="leftBearing(QChar ch) const">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rightBearing" fullname="QFontMetricsF::rightBearing" href="qfontmetricsf.html#rightBearing" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="rightBearing(QChar ch) const">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QFontMetricsF::width" href="qfontmetricsf.html#width" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="width(const QString &amp; text) const">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QFontMetricsF::width" href="qfontmetricsf.html#width-2" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="qreal" signature="width(QChar ch) const">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QFontMetricsF::boundingRect" href="qfontmetricsf.html#boundingRect" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="boundingRect(const QString &amp; text) const">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QFontMetricsF::boundingRect" href="qfontmetricsf.html#boundingRect-2" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRectF" signature="boundingRect(QChar ch) const">
+ <parameter left="QChar" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QFontMetricsF::boundingRect" href="qfontmetricsf.html#boundingRect-3" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QRectF" signature="boundingRect(const QRectF &amp; rect, int flags, const QString &amp; text, int tabStops, int * tabArray) const">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="tabStops" default="0"/>
+ <parameter left="int *" right="" name="tabArray" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QFontMetricsF::size" href="qfontmetricsf.html#size" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSizeF" signature="size(int flags, const QString &amp; text, int tabStops, int * tabArray) const">
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="tabStops" default="0"/>
+ <parameter left="int *" right="" name="tabArray" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tightBoundingRect" fullname="QFontMetricsF::tightBoundingRect" href="qfontmetricsf.html#tightBoundingRect" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="tightBoundingRect(const QString &amp; text) const">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="elidedText" fullname="QFontMetricsF::elidedText" href="qfontmetricsf.html#elidedText" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="elidedText(const QString &amp; text, Qt::TextElideMode mode, qreal width, int flags) const">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="Qt::TextElideMode" right="" name="mode" default=""/>
+ <parameter left="qreal" right="" name="width" default=""/>
+ <parameter left="int" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="underlinePos" fullname="QFontMetricsF::underlinePos" href="qfontmetricsf.html#underlinePos" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="underlinePos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="overlinePos" fullname="QFontMetricsF::overlinePos" href="qfontmetricsf.html#overlinePos" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="overlinePos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="strikeOutPos" fullname="QFontMetricsF::strikeOutPos" href="qfontmetricsf.html#strikeOutPos" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="strikeOutPos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineWidth" fullname="QFontMetricsF::lineWidth" href="qfontmetricsf.html#lineWidth" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="lineWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QFontMetricsF::operator==" href="qfontmetricsf.html#operator==" location="qfontmetrics.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="operator==(const QFontMetricsF &amp; other)">
+ <parameter left="const QFontMetricsF &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QFontMetricsF::operator==" href="qfontmetricsf.html#operator==-2" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator==(const QFontMetricsF &amp; other) const">
+ <parameter left="const QFontMetricsF &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QFontMetricsF::operator!=" href="qfontmetricsf.html#operator!=" location="qfontmetrics.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="operator!=(const QFontMetricsF &amp; other)">
+ <parameter left="const QFontMetricsF &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QFontMetricsF::operator!=" href="qfontmetricsf.html#operator!=-2" location="qfontmetrics.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator!=(const QFontMetricsF &amp; other) const">
+ <parameter left="const QFontMetricsF &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3Process" href="q3process.html" location="q3process.h" bases="QObject" module="Qt3SupportLight">
+ <contents name="notes-for-windows-users" title="Notes for Windows users" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Process" fullname="Q3Process::Q3Process" href="q3process.html#Q3Process" location="q3process.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3Process(QObject * parent, const char * name)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Process" fullname="Q3Process::Q3Process" href="q3process.html#Q3Process-2" location="q3process.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3Process(const QString &amp; arg0, QObject * parent, const char * name)">
+ <parameter left="const QString &amp;" right="" name="arg0" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Process" fullname="Q3Process::Q3Process" href="q3process.html#Q3Process-3" location="q3process.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3Process(const QStringList &amp; args, QObject * parent, const char * name)">
+ <parameter left="const QStringList &amp;" right="" name="args" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3Process" fullname="Q3Process::~Q3Process" href="q3process.html#dtor.Q3Process" location="q3process_win.cpp" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3Process()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arguments" fullname="Q3Process::arguments" href="q3process.html#arguments" location="q3process.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="arguments() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearArguments" fullname="Q3Process::clearArguments" href="q3process.html#clearArguments" location="q3process.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearArguments()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setArguments" fullname="Q3Process::setArguments" href="q3process.html#setArguments" location="q3process.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setArguments(const QStringList &amp; args)">
+ <parameter left="const QStringList &amp;" right="" name="args" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addArgument" fullname="Q3Process::addArgument" href="q3process.html#addArgument" location="q3process.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="addArgument(const QString &amp; arg)">
+ <parameter left="const QString &amp;" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="workingDirectory" fullname="Q3Process::workingDirectory" href="q3process.html#workingDirectory" location="q3process.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDir" signature="workingDirectory() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWorkingDirectory" fullname="Q3Process::setWorkingDirectory" href="q3process.html#setWorkingDirectory" location="q3process.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setWorkingDirectory(const QDir &amp; dir)">
+ <parameter left="const QDir &amp;" right="" name="dir" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Communication" fullname="Q3Process::Communication" href="q3process.html#Communication-enum" location="q3process.h">
+ <value name="Stdin" value="0x01"/>
+ <value name="Stdout" value="0x02"/>
+ <value name="Stderr" value="0x04"/>
+ <value name="DupStderr" value="0x08"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCommunication" fullname="Q3Process::setCommunication" href="q3process.html#setCommunication" location="q3process.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCommunication(int commFlags)">
+ <parameter left="int" right="" name="commFlags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="communication" fullname="Q3Process::communication" href="q3process.html#communication" location="q3process.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="communication() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="start" fullname="Q3Process::start" href="q3process.html#start" location="q3process_win.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="start(QStringList * env)">
+ <parameter left="QStringList *" right="" name="env" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="launch" fullname="Q3Process::launch" href="q3process.html#launch-2" location="q3process.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="launch(const QString &amp; buf, QStringList * env)">
+ <parameter left="const QString &amp;" right="" name="buf" default=""/>
+ <parameter left="QStringList *" right="" name="env" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="launch" fullname="Q3Process::launch" href="q3process.html#launch" location="q3process.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="launch(const QByteArray &amp; buf, QStringList * env)">
+ <parameter left="const QByteArray &amp;" right="" name="buf" default=""/>
+ <parameter left="QStringList *" right="" name="env" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRunning" fullname="Q3Process::isRunning" href="q3process.html#isRunning" location="q3process_win.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRunning() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="normalExit" fullname="Q3Process::normalExit" href="q3process.html#normalExit" location="q3process.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="normalExit() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exitStatus" fullname="Q3Process::exitStatus" href="q3process.html#exitStatus" location="q3process.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="exitStatus() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readStdout" fullname="Q3Process::readStdout" href="q3process.html#readStdout" location="q3process.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QByteArray" signature="readStdout()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readStderr" fullname="Q3Process::readStderr" href="q3process.html#readStderr" location="q3process.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QByteArray" signature="readStderr()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canReadLineStdout" fullname="Q3Process::canReadLineStdout" href="q3process.html#canReadLineStdout" location="q3process_win.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="canReadLineStdout() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canReadLineStderr" fullname="Q3Process::canReadLineStderr" href="q3process.html#canReadLineStderr" location="q3process_win.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="canReadLineStderr() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readLineStdout" fullname="Q3Process::readLineStdout" href="q3process.html#readLineStdout" location="q3process.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QString" signature="readLineStdout()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readLineStderr" fullname="Q3Process::readLineStderr" href="q3process.html#readLineStderr" location="q3process.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QString" signature="readLineStderr()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="processIdentifier" fullname="Q3Process::processIdentifier" href="q3process.html#processIdentifier" location="q3process_win.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="PID" signature="processIdentifier()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readyReadStdout" fullname="Q3Process::readyReadStdout" href="q3process.html#readyReadStdout" location="q3process.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="readyReadStdout()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readyReadStderr" fullname="Q3Process::readyReadStderr" href="q3process.html#readyReadStderr" location="q3process.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="readyReadStderr()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="processExited" fullname="Q3Process::processExited" href="q3process.html#processExited" location="q3process.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="processExited()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wroteToStdin" fullname="Q3Process::wroteToStdin" href="q3process.html#wroteToStdin" location="q3process.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="wroteToStdin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="launchFinished" fullname="Q3Process::launchFinished" href="q3process.html#launchFinished" location="q3process.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="launchFinished()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tryTerminate" fullname="Q3Process::tryTerminate" href="q3process.html#tryTerminate" location="q3process_win.cpp" virtual="non" meta="slot" const="true" static="false" overload="false" type="void" signature="tryTerminate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="kill" fullname="Q3Process::kill" href="q3process.html#kill" location="q3process_win.cpp" virtual="non" meta="slot" const="true" static="false" overload="false" type="void" signature="kill() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeToStdin" fullname="Q3Process::writeToStdin" href="q3process.html#writeToStdin" location="q3process_win.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="writeToStdin(const QByteArray &amp; buf)">
+ <parameter left="const QByteArray &amp;" right="" name="buf" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeToStdin" fullname="Q3Process::writeToStdin" href="q3process.html#writeToStdin-2" location="q3process.h" virtual="impure" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="writeToStdin(const QString &amp; buf)">
+ <parameter left="const QString &amp;" right="" name="buf" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="closeStdin" fullname="Q3Process::closeStdin" href="q3process.html#closeStdin" location="q3process_win.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="closeStdin()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="connectNotify" fullname="Q3Process::connectNotify" href="q3process.html#connectNotify" location="q3process.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="connectNotify(const char * signal)">
+ <parameter left="const char *" right="" name="signal" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="disconnectNotify" fullname="Q3Process::disconnectNotify" href="q3process.html#disconnectNotify" location="q3process.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="disconnectNotify(const char * signal)">
+ <parameter left="const char *" right="" name="signal" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3PtrVector" href="q3ptrvector.html" location="q3ptrvector.h" bases="Q3PtrCollection" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3PtrVector" fullname="Q3PtrVector::Q3PtrVector" href="q3ptrvector.html#Q3PtrVector" location="q3ptrvector.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3PtrVector()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3PtrVector" fullname="Q3PtrVector::Q3PtrVector" href="q3ptrvector.html#Q3PtrVector-2" location="q3ptrvector.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3PtrVector(uint size)">
+ <parameter left="uint" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3PtrVector" fullname="Q3PtrVector::Q3PtrVector" href="q3ptrvector.html#Q3PtrVector-3" location="q3ptrvector.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3PtrVector(const Q3PtrVector&lt;type&gt; &amp; v)">
+ <parameter left="const Q3PtrVector&lt;type&gt; &amp;" right="" name="v" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3PtrVector" fullname="Q3PtrVector::~Q3PtrVector" href="q3ptrvector.html#dtor.Q3PtrVector" location="q3ptrvector.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3PtrVector()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3PtrVector::operator=" href="q3ptrvector.html#operator=" location="q3ptrvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3PtrVector&lt;type&gt; &amp;" signature="operator=(const Q3PtrVector&lt;type&gt; &amp; v)">
+ <parameter left="const Q3PtrVector&lt;type&gt; &amp;" right="" name="v" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="Q3PtrVector::operator==" href="q3ptrvector.html#operator==" location="q3ptrvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const Q3PtrVector&lt;type&gt; &amp; v) const">
+ <parameter left="const Q3PtrVector&lt;type&gt; &amp;" right="" name="v" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="Q3PtrVector::data" href="q3ptrvector.html#data" location="q3ptrvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type **" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="Q3PtrVector::size" href="q3ptrvector.html#size" location="q3ptrvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3PtrVector::count" href="q3ptrvector.html#count" location="q3ptrvector.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="Q3PtrVector::isEmpty" href="q3ptrvector.html#isEmpty" location="q3ptrvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="Q3PtrVector::isNull" href="q3ptrvector.html#isNull" location="q3ptrvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resize" fullname="Q3PtrVector::resize" href="q3ptrvector.html#resize" location="q3ptrvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="resize(uint size)">
+ <parameter left="uint" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="Q3PtrVector::insert" href="q3ptrvector.html#insert" location="q3ptrvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="insert(uint i, const type * d)">
+ <parameter left="uint" right="" name="i" default=""/>
+ <parameter left="const type *" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="Q3PtrVector::remove" href="q3ptrvector.html#remove" location="q3ptrvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="remove(uint i)">
+ <parameter left="uint" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="take" fullname="Q3PtrVector::take" href="q3ptrvector.html#take" location="q3ptrvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="take(uint i)">
+ <parameter left="uint" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="Q3PtrVector::clear" href="q3ptrvector.html#clear" location="q3ptrvector.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fill" fullname="Q3PtrVector::fill" href="q3ptrvector.html#fill" location="q3ptrvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="fill(const type * d, int size)">
+ <parameter left="const type *" right="" name="d" default=""/>
+ <parameter left="int" right="" name="size" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sort" fullname="Q3PtrVector::sort" href="q3ptrvector.html#sort" location="q3ptrvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="sort()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bsearch" fullname="Q3PtrVector::bsearch" href="q3ptrvector.html#bsearch" location="q3ptrvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="bsearch(const type * d) const">
+ <parameter left="const type *" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findRef" fullname="Q3PtrVector::findRef" href="q3ptrvector.html#findRef" location="q3ptrvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="findRef(const type * d, uint i) const">
+ <parameter left="const type *" right="" name="d" default=""/>
+ <parameter left="uint" right="" name="i" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="Q3PtrVector::find" href="q3ptrvector.html#find" location="q3ptrvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="find(const type * d, uint i) const">
+ <parameter left="const type *" right="" name="d" default=""/>
+ <parameter left="uint" right="" name="i" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="containsRef" fullname="Q3PtrVector::containsRef" href="q3ptrvector.html#containsRef" location="q3ptrvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="containsRef(const type * d) const">
+ <parameter left="const type *" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="Q3PtrVector::contains" href="q3ptrvector.html#contains" location="q3ptrvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="contains(const type * d) const">
+ <parameter left="const type *" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="Q3PtrVector::operator[]" href="q3ptrvector.html#operator[]" location="q3ptrvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="operator[](int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="at" fullname="Q3PtrVector::at" href="q3ptrvector.html#at" location="q3ptrvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="at(uint i) const">
+ <parameter left="uint" right="" name="i" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="compareItems" fullname="Q3PtrVector::compareItems" href="q3ptrvector.html#compareItems" location="q3ptrvector.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="int" signature="compareItems(Q3PtrCollection::Item d1, Q3PtrCollection::Item d2)">
+ <parameter left="Q3PtrCollection::Item" right="" name="d1" default=""/>
+ <parameter left="Q3PtrCollection::Item" right="" name="d2" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="read" fullname="Q3PtrVector::read" href="q3ptrvector.html#read" location="q3ptrvector.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QDataStream &amp;" signature="read(QDataStream &amp; s, Q3PtrCollection::Item &amp; item)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="Q3PtrCollection::Item &amp;" right="" name="item" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="write" fullname="Q3PtrVector::write" href="q3ptrvector.html#write" location="q3ptrvector.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QDataStream &amp;" signature="write(QDataStream &amp; s, Q3PtrCollection::Item item) const">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="Q3PtrCollection::Item" right="" name="item" default=""/>
+ </function>
+ </class>
+ <namespace access="public" threadsafety="unspecified" status="commendable" name="QGL" href="qgl.html" location="qgl.h" module="QtOpenGL">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FormatOption" fullname="QGL::FormatOption" href="qgl.html#FormatOption-enum" location="qgl.h" typedef="QGL::FormatOptions">
+ <value name="DoubleBuffer" value="0x0001"/>
+ <value name="DepthBuffer" value="0x0002"/>
+ <value name="Rgba" value="0x0004"/>
+ <value name="AlphaChannel" value="0x0008"/>
+ <value name="AccumBuffer" value="0x0010"/>
+ <value name="StencilBuffer" value="0x0020"/>
+ <value name="StereoBuffers" value="0x0040"/>
+ <value name="DirectRendering" value="0x0080"/>
+ <value name="HasOverlay" value="0x0100"/>
+ <value name="SampleBuffers" value="0x0200"/>
+ <value name="SingleBuffer" value="DoubleBuffer&lt;&lt;16"/>
+ <value name="NoDepthBuffer" value="DepthBuffer&lt;&lt;16"/>
+ <value name="ColorIndex" value="Rgba&lt;&lt;16"/>
+ <value name="NoAlphaChannel" value="AlphaChannel&lt;&lt;16"/>
+ <value name="NoAccumBuffer" value="AccumBuffer&lt;&lt;16"/>
+ <value name="NoStencilBuffer" value="StencilBuffer&lt;&lt;16"/>
+ <value name="NoStereoBuffers" value="StereoBuffers&lt;&lt;16"/>
+ <value name="IndirectRendering" value="DirectRendering&lt;&lt;16"/>
+ <value name="NoOverlay" value="HasOverlay&lt;&lt;16"/>
+ <value name="NoSampleBuffers" value="SampleBuffers&lt;&lt;16"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="FormatOptions" fullname="QGL::FormatOptions" href="qgl.html#FormatOptions-typedef" location="qgl.h" enum="QGL::FormatOption"/>
+ </namespace>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGLFormat" href="qglformat.html" location="qgl.h" bases="" module="QtOpenGL">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLFormat" fullname="QGLFormat::QGLFormat" href="qglformat.html#QGLFormat" location="qgl.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGLFormat()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLFormat" fullname="QGLFormat::QGLFormat" href="qglformat.html#QGLFormat-2" location="qgl.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QGLFormat(QFlags&lt;QGL::FormatOption&gt; options, int plane)">
+ <parameter left="QFlags&lt;QGL::FormatOption&gt;" right="" name="options" default=""/>
+ <parameter left="int" right="" name="plane" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLFormat" fullname="QGLFormat::QGLFormat" href="qglformat.html#QGLFormat-3" location="qgl.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QGLFormat(const QGLFormat &amp; other)">
+ <parameter left="const QGLFormat &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QGLFormat::operator=" href="qglformat.html#operator=" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QGLFormat &amp;" signature="operator=(const QGLFormat &amp; other)">
+ <parameter left="const QGLFormat &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGLFormat" fullname="QGLFormat::~QGLFormat" href="qglformat.html#dtor.QGLFormat" location="qgl.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGLFormat()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDepthBufferSize" fullname="QGLFormat::setDepthBufferSize" href="qglformat.html#setDepthBufferSize" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDepthBufferSize(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="depthBufferSize" fullname="QGLFormat::depthBufferSize" href="qglformat.html#depthBufferSize" location="qgl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="depthBufferSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAccumBufferSize" fullname="QGLFormat::setAccumBufferSize" href="qglformat.html#setAccumBufferSize" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAccumBufferSize(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="accumBufferSize" fullname="QGLFormat::accumBufferSize" href="qglformat.html#accumBufferSize" location="qgl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="accumBufferSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRedBufferSize" fullname="QGLFormat::setRedBufferSize" href="qglformat.html#setRedBufferSize" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRedBufferSize(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="redBufferSize" fullname="QGLFormat::redBufferSize" href="qglformat.html#redBufferSize" location="qgl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="redBufferSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGreenBufferSize" fullname="QGLFormat::setGreenBufferSize" href="qglformat.html#setGreenBufferSize" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setGreenBufferSize(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="greenBufferSize" fullname="QGLFormat::greenBufferSize" href="qglformat.html#greenBufferSize" location="qgl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="greenBufferSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBlueBufferSize" fullname="QGLFormat::setBlueBufferSize" href="qglformat.html#setBlueBufferSize" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBlueBufferSize(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blueBufferSize" fullname="QGLFormat::blueBufferSize" href="qglformat.html#blueBufferSize" location="qgl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="blueBufferSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlphaBufferSize" fullname="QGLFormat::setAlphaBufferSize" href="qglformat.html#setAlphaBufferSize" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAlphaBufferSize(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alphaBufferSize" fullname="QGLFormat::alphaBufferSize" href="qglformat.html#alphaBufferSize" location="qgl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="alphaBufferSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStencilBufferSize" fullname="QGLFormat::setStencilBufferSize" href="qglformat.html#setStencilBufferSize" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStencilBufferSize(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stencilBufferSize" fullname="QGLFormat::stencilBufferSize" href="qglformat.html#stencilBufferSize" location="qgl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="stencilBufferSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSampleBuffers" fullname="QGLFormat::setSampleBuffers" href="qglformat.html#setSampleBuffers" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSampleBuffers(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sampleBuffers" fullname="QGLFormat::sampleBuffers" href="qglformat.html#sampleBuffers" location="qgl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="sampleBuffers() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSamples" fullname="QGLFormat::setSamples" href="qglformat.html#setSamples" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSamples(int numSamples)">
+ <parameter left="int" right="" name="numSamples" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="samples" fullname="QGLFormat::samples" href="qglformat.html#samples" location="qgl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="samples() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSwapInterval" fullname="QGLFormat::setSwapInterval" href="qglformat.html#setSwapInterval" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSwapInterval(int interval)">
+ <parameter left="int" right="" name="interval" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="swapInterval" fullname="QGLFormat::swapInterval" href="qglformat.html#swapInterval" location="qgl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="swapInterval() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doubleBuffer" fullname="QGLFormat::doubleBuffer" href="qglformat.html#doubleBuffer" location="qgl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="doubleBuffer() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDoubleBuffer" fullname="QGLFormat::setDoubleBuffer" href="qglformat.html#setDoubleBuffer" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDoubleBuffer(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="depth" fullname="QGLFormat::depth" href="qglformat.html#depth" location="qgl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="depth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDepth" fullname="QGLFormat::setDepth" href="qglformat.html#setDepth" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDepth(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rgba" fullname="QGLFormat::rgba" href="qglformat.html#rgba" location="qgl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="rgba() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRgba" fullname="QGLFormat::setRgba" href="qglformat.html#setRgba" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRgba(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alpha" fullname="QGLFormat::alpha" href="qglformat.html#alpha" location="qgl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="alpha() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlpha" fullname="QGLFormat::setAlpha" href="qglformat.html#setAlpha" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAlpha(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="accum" fullname="QGLFormat::accum" href="qglformat.html#accum" location="qgl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="accum() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAccum" fullname="QGLFormat::setAccum" href="qglformat.html#setAccum" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAccum(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stencil" fullname="QGLFormat::stencil" href="qglformat.html#stencil" location="qgl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="stencil() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStencil" fullname="QGLFormat::setStencil" href="qglformat.html#setStencil" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStencil(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stereo" fullname="QGLFormat::stereo" href="qglformat.html#stereo" location="qgl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="stereo() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStereo" fullname="QGLFormat::setStereo" href="qglformat.html#setStereo" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStereo(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="directRendering" fullname="QGLFormat::directRendering" href="qglformat.html#directRendering" location="qgl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="directRendering() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDirectRendering" fullname="QGLFormat::setDirectRendering" href="qglformat.html#setDirectRendering" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDirectRendering(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasOverlay" fullname="QGLFormat::hasOverlay" href="qglformat.html#hasOverlay" location="qgl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasOverlay() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOverlay" fullname="QGLFormat::setOverlay" href="qglformat.html#setOverlay" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOverlay(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="plane" fullname="QGLFormat::plane" href="qglformat.html#plane" location="qgl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="plane() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPlane" fullname="QGLFormat::setPlane" href="qglformat.html#setPlane" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPlane(int plane)">
+ <parameter left="int" right="" name="plane" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOption" fullname="QGLFormat::setOption" href="qglformat.html#setOption" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOption(QFlags&lt;QGL::FormatOption&gt; opt)">
+ <parameter left="QFlags&lt;QGL::FormatOption&gt;" right="" name="opt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="testOption" fullname="QGLFormat::testOption" href="qglformat.html#testOption" location="qgl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="testOption(QFlags&lt;QGL::FormatOption&gt; opt) const">
+ <parameter left="QFlags&lt;QGL::FormatOption&gt;" right="" name="opt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultFormat" fullname="QGLFormat::defaultFormat" href="qglformat.html#defaultFormat" location="qgl.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QGLFormat" signature="defaultFormat()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultFormat" fullname="QGLFormat::setDefaultFormat" href="qglformat.html#setDefaultFormat" location="qgl.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setDefaultFormat(const QGLFormat &amp; f)">
+ <parameter left="const QGLFormat &amp;" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultOverlayFormat" fullname="QGLFormat::defaultOverlayFormat" href="qglformat.html#defaultOverlayFormat" location="qgl.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QGLFormat" signature="defaultOverlayFormat()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultOverlayFormat" fullname="QGLFormat::setDefaultOverlayFormat" href="qglformat.html#setDefaultOverlayFormat" location="qgl.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setDefaultOverlayFormat(const QGLFormat &amp; f)">
+ <parameter left="const QGLFormat &amp;" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasOpenGL" fullname="QGLFormat::hasOpenGL" href="qglformat.html#hasOpenGL" location="qgl_x11.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="hasOpenGL()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasOpenGLOverlays" fullname="QGLFormat::hasOpenGLOverlays" href="qglformat.html#hasOpenGLOverlays" location="qgl_x11.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="hasOpenGLOverlays()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="OpenGLVersionFlag" fullname="QGLFormat::OpenGLVersionFlag" href="qglformat.html#OpenGLVersionFlag-enum" location="qgl.h" typedef="QGLFormat::OpenGLVersionFlags">
+ <value name="OpenGL_Version_None" value="0x00000000"/>
+ <value name="OpenGL_Version_1_1" value="0x00000001"/>
+ <value name="OpenGL_Version_1_2" value="0x00000002"/>
+ <value name="OpenGL_Version_1_3" value="0x00000004"/>
+ <value name="OpenGL_Version_1_4" value="0x00000008"/>
+ <value name="OpenGL_Version_1_5" value="0x00000010"/>
+ <value name="OpenGL_Version_2_0" value="0x00000020"/>
+ <value name="OpenGL_Version_2_1" value="0x00000040"/>
+ <value name="OpenGL_ES_Common_Version_1_0" value="0x00000080"/>
+ <value name="OpenGL_ES_CommonLite_Version_1_0" value="0x00000100"/>
+ <value name="OpenGL_ES_Common_Version_1_1" value="0x00000200"/>
+ <value name="OpenGL_ES_CommonLite_Version_1_1" value="0x00000400"/>
+ <value name="OpenGL_ES_Version_2_0" value="0x00000800"/>
+ <value name="OpenGL_Version_3_0" value="0x00001000"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="OpenGLVersionFlags" fullname="QGLFormat::OpenGLVersionFlags" href="qglformat.html#OpenGLVersionFlags-typedef" location="qgl.h" enum="QGLFormat::OpenGLVersionFlag"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="openGLVersionFlags" fullname="QGLFormat::openGLVersionFlags" href="qglformat.html#openGLVersionFlags" location="qgl.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="OpenGLVersionFlags" signature="openGLVersionFlags()"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="#operator==-61" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="61" type="bool" signature="operator==(const QGLFormat &amp; a, const QGLFormat &amp; b)">
+ <parameter left="const QGLFormat &amp;" right="" name="a" default=""/>
+ <parameter left="const QGLFormat &amp;" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="#operator!=-41" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="41" type="bool" signature="operator!=(const QGLFormat &amp; a, const QGLFormat &amp; b)">
+ <parameter left="const QGLFormat &amp;" right="" name="a" default=""/>
+ <parameter left="const QGLFormat &amp;" right="" name="b" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGLContext" href="qglcontext.html" location="qgl.h" bases="" module="QtOpenGL">
+ <function access="public" threadsafety="unspecified" status="obsolete" name="QGLContext" fullname="QGLContext::QGLContext" href="qglcontext-obsolete.html#QGLContext-2" location="qgl.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QGLContext(const QGLFormat &amp; format, QPaintDevice * device)">
+ <parameter left="const QGLFormat &amp;" right="" name="format" default=""/>
+ <parameter left="QPaintDevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLContext" fullname="QGLContext::QGLContext" href="qglcontext.html#QGLContext" location="qgl.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGLContext(const QGLFormat &amp; format)">
+ <parameter left="const QGLFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGLContext" fullname="QGLContext::~QGLContext" href="qglcontext.html#dtor.QGLContext" location="qgl.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGLContext()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QGLContext::create" href="qglcontext.html#create" location="qgl.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="create(const QGLContext * shareContext)">
+ <parameter left="const QGLContext *" right="" name="shareContext" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QGLContext::isValid" href="qglcontext.html#isValid" location="qgl.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSharing" fullname="QGLContext::isSharing" href="qglcontext.html#isSharing" location="qgl.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSharing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="QGLContext::reset" href="qglcontext.html#reset" location="qgl_x11.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QGLContext::format" href="qglcontext.html#format" location="qgl.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGLFormat" signature="format() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="requestedFormat" fullname="QGLContext::requestedFormat" href="qglcontext.html#requestedFormat" location="qgl.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGLFormat" signature="requestedFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFormat" fullname="QGLContext::setFormat" href="qglcontext.html#setFormat" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFormat(const QGLFormat &amp; format)">
+ <parameter left="const QGLFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="makeCurrent" fullname="QGLContext::makeCurrent" href="qglcontext.html#makeCurrent" location="qgl_x11.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="makeCurrent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doneCurrent" fullname="QGLContext::doneCurrent" href="qglcontext.html#doneCurrent" location="qgl_x11.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="doneCurrent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="swapBuffers" fullname="QGLContext::swapBuffers" href="qglcontext.html#swapBuffers" location="qgl_x11.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="swapBuffers() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bindTexture" fullname="QGLContext::bindTexture" href="qglcontext.html#bindTexture" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="GLuint" signature="bindTexture(const QImage &amp; image, GLenum target, GLint format)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ <parameter left="GLenum" right="" name="target" default="GL_TEXTURE_2D"/>
+ <parameter left="GLint" right="" name="format" default="GL_RGBA"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bindTexture" fullname="QGLContext::bindTexture" href="qglcontext.html#bindTexture-3" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="GLuint" signature="bindTexture(const QPixmap &amp; pixmap, GLenum target, GLint format)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="GLenum" right="" name="target" default="GL_TEXTURE_2D"/>
+ <parameter left="GLint" right="" name="format" default="GL_RGBA"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bindTexture" fullname="QGLContext::bindTexture" href="qglcontext.html#bindTexture-2" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="GLuint" signature="bindTexture(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="deleteTexture" fullname="QGLContext::deleteTexture" href="qglcontext.html#deleteTexture" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="deleteTexture(GLuint id)">
+ <parameter left="GLuint" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawTexture" fullname="QGLContext::drawTexture" href="qglcontext.html#drawTexture" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawTexture(const QRectF &amp; target, GLuint textureId, GLenum textureTarget)">
+ <parameter left="const QRectF &amp;" right="" name="target" default=""/>
+ <parameter left="GLuint" right="" name="textureId" default=""/>
+ <parameter left="GLenum" right="" name="textureTarget" default="GL_TEXTURE_2D"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawTexture" fullname="QGLContext::drawTexture" href="qglcontext.html#drawTexture-2" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawTexture(const QPointF &amp; point, GLuint textureId, GLenum textureTarget)">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ <parameter left="GLuint" right="" name="textureId" default=""/>
+ <parameter left="GLenum" right="" name="textureTarget" default="GL_TEXTURE_2D"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextureCacheLimit" fullname="QGLContext::setTextureCacheLimit" href="qglcontext.html#setTextureCacheLimit" location="qgl.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setTextureCacheLimit(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textureCacheLimit" fullname="QGLContext::textureCacheLimit" href="qglcontext.html#textureCacheLimit" location="qgl.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="textureCacheLimit()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getProcAddress" fullname="QGLContext::getProcAddress" href="qglcontext.html#getProcAddress" location="qgl_x11.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="void *" signature="getProcAddress(const QString &amp; proc) const">
+ <parameter left="const QString &amp;" right="" name="proc" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="device" fullname="QGLContext::device" href="qglcontext.html#device" location="qgl.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPaintDevice *" signature="device() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="overlayTransparentColor" fullname="QGLContext::overlayTransparentColor" href="qglcontext.html#overlayTransparentColor" location="qgl_x11.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="overlayTransparentColor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentContext" fullname="QGLContext::currentContext" href="qglcontext.html#currentContext" location="qgl.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="const QGLContext *" signature="currentContext()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="chooseContext" fullname="QGLContext::chooseContext" href="qglcontext.html#chooseContext" location="qgl_x11.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="chooseContext(const QGLContext * shareContext)">
+ <parameter left="const QGLContext *" right="" name="shareContext" default="0"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="choosePixelFormat" fullname="QGLContext::choosePixelFormat" href="qglcontext.html#choosePixelFormat" location="qgl_win.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="int" signature="choosePixelFormat(void * dummyPfd, HDC pdc)">
+ <parameter left="void *" right="" name="dummyPfd" default=""/>
+ <parameter left="HDC" right="" name="pdc" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="chooseVisual" fullname="QGLContext::chooseVisual" href="qglcontext.html#chooseVisual" location="qgl_x11.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void *" signature="chooseVisual()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="chooseMacVisual" fullname="QGLContext::chooseMacVisual" href="qglcontext.html#chooseMacVisual" location="qgl.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void *" signature="chooseMacVisual(GDHandle handle)">
+ <parameter left="GDHandle" right="" name="handle" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="deviceIsPixmap" fullname="QGLContext::deviceIsPixmap" href="qglcontext.html#deviceIsPixmap" location="qgl.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="deviceIsPixmap() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="windowCreated" fullname="QGLContext::windowCreated" href="qglcontext.html#windowCreated" location="qgl.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="windowCreated() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setWindowCreated" fullname="QGLContext::setWindowCreated" href="qglcontext.html#setWindowCreated" location="qgl.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWindowCreated(bool on)">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initialized" fullname="QGLContext::initialized" href="qglcontext.html#initialized" location="qgl.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="initialized() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setInitialized" fullname="QGLContext::setInitialized" href="qglcontext.html#setInitialized" location="qgl.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setInitialized(bool on)">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="obsolete" name="generateFontDisplayLists" fullname="QGLContext::generateFontDisplayLists" href="qglcontext-obsolete.html#generateFontDisplayLists" location="qgl_x11.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="generateFontDisplayLists(const QFont &amp; font, int listBase)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ <parameter left="int" right="" name="listBase" default=""/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="currentCtx" fullname="QGLContext::currentCtx" href="qglcontext.html#currentCtx-var" location="qgl.h" type="QGLContext *" static="true"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGLWidget" href="qglwidget.html" location="qgl.h" bases="QWidget" module="QtOpenGL">
+ <contents name="overlays" title="Overlays" level="1"/>
+ <contents name="painting-techniques" title="Painting Techniques" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLWidget" fullname="QGLWidget::QGLWidget" href="qglwidget.html#QGLWidget" location="qgl.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGLWidget(QWidget * parent, const QGLWidget * shareWidget, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const QGLWidget *" right="" name="shareWidget" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLWidget" fullname="QGLWidget::QGLWidget" href="qglwidget.html#QGLWidget-2" location="qgl.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QGLWidget(QGLContext * context, QWidget * parent, const QGLWidget * shareWidget, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QGLContext *" right="" name="context" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const QGLWidget *" right="" name="shareWidget" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGLWidget" fullname="QGLWidget::QGLWidget" href="qglwidget.html#QGLWidget-3" location="qgl.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QGLWidget(const QGLFormat &amp; format, QWidget * parent, const QGLWidget * shareWidget, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="const QGLFormat &amp;" right="" name="format" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const QGLWidget *" right="" name="shareWidget" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QGLWidget" fullname="QGLWidget::QGLWidget" href="qglwidget-qt3.html#QGLWidget-4" location="qgl.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QGLWidget(QWidget * parent, const char * name, const QGLWidget * shareWidget, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QGLWidget *" right="" name="shareWidget" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QGLWidget" fullname="QGLWidget::QGLWidget" href="qglwidget-qt3.html#QGLWidget-6" location="qgl.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QGLWidget(QGLContext * context, QWidget * parent, const char * name, const QGLWidget * shareWidget, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QGLContext *" right="" name="context" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QGLWidget *" right="" name="shareWidget" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QGLWidget" fullname="QGLWidget::QGLWidget" href="qglwidget-qt3.html#QGLWidget-5" location="qgl.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QGLWidget(const QGLFormat &amp; format, QWidget * parent, const char * name, const QGLWidget * shareWidget, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="const QGLFormat &amp;" right="" name="format" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QGLWidget *" right="" name="shareWidget" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGLWidget" fullname="QGLWidget::~QGLWidget" href="qglwidget.html#dtor.QGLWidget" location="qgl.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGLWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qglColor" fullname="QGLWidget::qglColor" href="qglwidget.html#qglColor" location="qgl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="qglColor(const QColor &amp; c) const">
+ <parameter left="const QColor &amp;" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qglClearColor" fullname="QGLWidget::qglClearColor" href="qglwidget.html#qglClearColor" location="qgl.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="qglClearColor(const QColor &amp; c) const">
+ <parameter left="const QColor &amp;" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QGLWidget::isValid" href="qglwidget.html#isValid" location="qgl.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSharing" fullname="QGLWidget::isSharing" href="qglwidget.html#isSharing" location="qgl.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSharing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="makeCurrent" fullname="QGLWidget::makeCurrent" href="qglwidget.html#makeCurrent" location="qgl.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="makeCurrent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doneCurrent" fullname="QGLWidget::doneCurrent" href="qglwidget.html#doneCurrent" location="qgl.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="doneCurrent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doubleBuffer" fullname="QGLWidget::doubleBuffer" href="qglwidget.html#doubleBuffer" location="qgl.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="doubleBuffer() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="swapBuffers" fullname="QGLWidget::swapBuffers" href="qglwidget.html#swapBuffers" location="qgl.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="swapBuffers()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QGLWidget::format" href="qglwidget.html#format" location="qgl.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGLFormat" signature="format() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setFormat" fullname="QGLWidget::setFormat" href="qglwidget-obsolete.html#setFormat" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFormat(const QGLFormat &amp; format)">
+ <parameter left="const QGLFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="context" fullname="QGLWidget::context" href="qglwidget.html#context" location="qgl.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QGLContext *" signature="context() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="renderPixmap" fullname="QGLWidget::renderPixmap" href="qglwidget.html#renderPixmap" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPixmap" signature="renderPixmap(int w, int h, bool useContext)">
+ <parameter left="int" right="" name="w" default="0"/>
+ <parameter left="int" right="" name="h" default="0"/>
+ <parameter left="bool" right="" name="useContext" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="grabFrameBuffer" fullname="QGLWidget::grabFrameBuffer" href="qglwidget.html#grabFrameBuffer" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QImage" signature="grabFrameBuffer(bool withAlpha)">
+ <parameter left="bool" right="" name="withAlpha" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="makeOverlayCurrent" fullname="QGLWidget::makeOverlayCurrent" href="qglwidget.html#makeOverlayCurrent" location="qgl_x11.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="makeOverlayCurrent()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="overlayContext" fullname="QGLWidget::overlayContext" href="qglwidget.html#overlayContext" location="qgl_x11.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QGLContext *" signature="overlayContext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="convertToGLFormat" fullname="QGLWidget::convertToGLFormat" href="qglwidget.html#convertToGLFormat" location="qgl.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QImage" signature="convertToGLFormat(const QImage &amp; img)">
+ <parameter left="const QImage &amp;" right="" name="img" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMouseTracking" fullname="QGLWidget::setMouseTracking" href="qglwidget.html#setMouseTracking" location="qgl_x11.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMouseTracking(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="colormap" fullname="QGLWidget::colormap" href="qglwidget.html#colormap" location="qgl_x11.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QGLColormap &amp;" signature="colormap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColormap" fullname="QGLWidget::setColormap" href="qglwidget.html#setColormap" location="qgl_x11.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColormap(const QGLColormap &amp; cmap)">
+ <parameter left="const QGLColormap &amp;" right="" name="cmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="renderText" fullname="QGLWidget::renderText" href="qglwidget.html#renderText" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="renderText(int x, int y, const QString &amp; str, const QFont &amp; font, int listBase)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ <parameter left="const QFont &amp;" right="" name="font" default="QFont()"/>
+ <parameter left="int" right="" name="listBase" default="2000"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="renderText" fullname="QGLWidget::renderText" href="qglwidget.html#renderText-2" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="renderText(double x, double y, double z, const QString &amp; str, const QFont &amp; font, int listBase)">
+ <parameter left="double" right="" name="x" default=""/>
+ <parameter left="double" right="" name="y" default=""/>
+ <parameter left="double" right="" name="z" default=""/>
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ <parameter left="const QFont &amp;" right="" name="font" default="QFont()"/>
+ <parameter left="int" right="" name="listBase" default="2000"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bindTexture" fullname="QGLWidget::bindTexture" href="qglwidget.html#bindTexture" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="GLuint" signature="bindTexture(const QImage &amp; image, GLenum target, GLint format)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ <parameter left="GLenum" right="" name="target" default="GL_TEXTURE_2D"/>
+ <parameter left="GLint" right="" name="format" default="GL_RGBA"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bindTexture" fullname="QGLWidget::bindTexture" href="qglwidget.html#bindTexture-2" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="GLuint" signature="bindTexture(const QPixmap &amp; pixmap, GLenum target, GLint format)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="GLenum" right="" name="target" default="GL_TEXTURE_2D"/>
+ <parameter left="GLint" right="" name="format" default="GL_RGBA"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bindTexture" fullname="QGLWidget::bindTexture" href="qglwidget.html#bindTexture-3" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="GLuint" signature="bindTexture(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="deleteTexture" fullname="QGLWidget::deleteTexture" href="qglwidget.html#deleteTexture" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="deleteTexture(GLuint id)">
+ <parameter left="GLuint" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawTexture" fullname="QGLWidget::drawTexture" href="qglwidget.html#drawTexture" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawTexture(const QRectF &amp; target, GLuint textureId, GLenum textureTarget)">
+ <parameter left="const QRectF &amp;" right="" name="target" default=""/>
+ <parameter left="GLuint" right="" name="textureId" default=""/>
+ <parameter left="GLenum" right="" name="textureTarget" default="GL_TEXTURE_2D"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawTexture" fullname="QGLWidget::drawTexture" href="qglwidget.html#drawTexture-2" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="drawTexture(const QPointF &amp; point, GLuint textureId, GLenum textureTarget)">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ <parameter left="GLuint" right="" name="textureId" default=""/>
+ <parameter left="GLenum" right="" name="textureTarget" default="GL_TEXTURE_2D"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateGL" fullname="QGLWidget::updateGL" href="qglwidget.html#updateGL" location="qgl.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="updateGL()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateOverlayGL" fullname="QGLWidget::updateOverlayGL" href="qglwidget.html#updateOverlayGL" location="qgl_x11.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="updateOverlayGL()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QGLWidget::event" href="qglwidget.html#event" location="qgl_qws.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initializeGL" fullname="QGLWidget::initializeGL" href="qglwidget.html#initializeGL" location="qgl.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeGL()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeGL" fullname="QGLWidget::resizeGL" href="qglwidget.html#resizeGL" location="qgl.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeGL(int width, int height)">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintGL" fullname="QGLWidget::paintGL" href="qglwidget.html#paintGL" location="qgl.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintGL()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initializeOverlayGL" fullname="QGLWidget::initializeOverlayGL" href="qglwidget.html#initializeOverlayGL" location="qgl.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeOverlayGL()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeOverlayGL" fullname="QGLWidget::resizeOverlayGL" href="qglwidget.html#resizeOverlayGL" location="qgl.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeOverlayGL(int width, int height)">
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintOverlayGL" fullname="QGLWidget::paintOverlayGL" href="qglwidget.html#paintOverlayGL" location="qgl.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintOverlayGL()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setAutoBufferSwap" fullname="QGLWidget::setAutoBufferSwap" href="qglwidget.html#setAutoBufferSwap" location="qgl.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAutoBufferSwap(bool on)">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="autoBufferSwap" fullname="QGLWidget::autoBufferSwap" href="qglwidget.html#autoBufferSwap" location="qgl.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="autoBufferSwap() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QGLWidget::paintEvent" href="qglwidget.html#paintEvent" location="qgl.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * event)">
+ <parameter left="QPaintEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QGLWidget::resizeEvent" href="qglwidget.html#resizeEvent" location="qgl_x11.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * event)">
+ <parameter left="QResizeEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="glInit" fullname="QGLWidget::glInit" href="qglwidget.html#glInit" location="qgl.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="glInit()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="glDraw" fullname="QGLWidget::glDraw" href="qglwidget.html#glDraw" location="qgl.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="glDraw()"/>
+ <function access="protected" threadsafety="unspecified" status="obsolete" name="fontDisplayListBase" fullname="QGLWidget::fontDisplayListBase" href="qglwidget-obsolete.html#fontDisplayListBase" location="qgl.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="fontDisplayListBase(const QFont &amp; font, int listBase)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ <parameter left="int" right="" name="listBase" default="2000"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAbstractEventDispatcher" href="qabstracteventdispatcher.html" location="qabstracteventdispatcher.h" bases="QObject" module="QtCore">
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="TimerInfo" fullname="QAbstractEventDispatcher::TimerInfo" href="qabstracteventdispatcher.html#TimerInfo-typedef" location="qabstracteventdispatcher.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractEventDispatcher" fullname="QAbstractEventDispatcher::QAbstractEventDispatcher" href="qabstracteventdispatcher.html#QAbstractEventDispatcher" location="qabstracteventdispatcher.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractEventDispatcher(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractEventDispatcher" fullname="QAbstractEventDispatcher::~QAbstractEventDispatcher" href="qabstracteventdispatcher.html#dtor.QAbstractEventDispatcher" location="qabstracteventdispatcher.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractEventDispatcher()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="instance" fullname="QAbstractEventDispatcher::instance" href="qabstracteventdispatcher.html#instance" location="qabstracteventdispatcher.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QAbstractEventDispatcher *" signature="instance(QThread * thread)">
+ <parameter left="QThread *" right="" name="thread" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="processEvents" fullname="QAbstractEventDispatcher::processEvents" href="qabstracteventdispatcher.html#processEvents" location="qabstracteventdispatcher.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="processEvents(QFlags&lt;QEventLoop::ProcessEventsFlag&gt; flags)">
+ <parameter left="QFlags&lt;QEventLoop::ProcessEventsFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPendingEvents" fullname="QAbstractEventDispatcher::hasPendingEvents" href="qabstracteventdispatcher.html#hasPendingEvents" location="qabstracteventdispatcher.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="hasPendingEvents()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="registerSocketNotifier" fullname="QAbstractEventDispatcher::registerSocketNotifier" href="qabstracteventdispatcher.html#registerSocketNotifier" location="qabstracteventdispatcher.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="registerSocketNotifier(QSocketNotifier * notifier)">
+ <parameter left="QSocketNotifier *" right="" name="notifier" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unregisterSocketNotifier" fullname="QAbstractEventDispatcher::unregisterSocketNotifier" href="qabstracteventdispatcher.html#unregisterSocketNotifier" location="qabstracteventdispatcher.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="unregisterSocketNotifier(QSocketNotifier * notifier)">
+ <parameter left="QSocketNotifier *" right="" name="notifier" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="registerTimer" fullname="QAbstractEventDispatcher::registerTimer" href="qabstracteventdispatcher.html#registerTimer" location="qabstracteventdispatcher.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="registerTimer(int interval, QObject * object)">
+ <parameter left="int" right="" name="interval" default=""/>
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="registerTimer" fullname="QAbstractEventDispatcher::registerTimer" href="qabstracteventdispatcher.html#registerTimer-2" location="qabstracteventdispatcher.h" virtual="pure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="registerTimer(int timerId, int interval, QObject * object)">
+ <parameter left="int" right="" name="timerId" default=""/>
+ <parameter left="int" right="" name="interval" default=""/>
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unregisterTimer" fullname="QAbstractEventDispatcher::unregisterTimer" href="qabstracteventdispatcher.html#unregisterTimer" location="qabstracteventdispatcher.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="unregisterTimer(int timerId)">
+ <parameter left="int" right="" name="timerId" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unregisterTimers" fullname="QAbstractEventDispatcher::unregisterTimers" href="qabstracteventdispatcher.html#unregisterTimers" location="qabstracteventdispatcher.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="unregisterTimers(QObject * object)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="registeredTimers" fullname="QAbstractEventDispatcher::registeredTimers" href="qabstracteventdispatcher.html#registeredTimers" location="qabstracteventdispatcher.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QList&lt;TimerInfo&gt;" signature="registeredTimers(QObject * object) const">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="thread safe" status="commendable" name="wakeUp" fullname="QAbstractEventDispatcher::wakeUp" href="qabstracteventdispatcher.html#wakeUp" location="qabstracteventdispatcher.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="wakeUp()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="interrupt" fullname="QAbstractEventDispatcher::interrupt" href="qabstracteventdispatcher.html#interrupt" location="qabstracteventdispatcher.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="interrupt()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flush" fullname="QAbstractEventDispatcher::flush" href="qabstracteventdispatcher.html#flush" location="qabstracteventdispatcher.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="flush()"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="EventFilter" fullname="QAbstractEventDispatcher::EventFilter" href="qabstracteventdispatcher.html#EventFilter-typedef" location="qabstracteventdispatcher.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEventFilter" fullname="QAbstractEventDispatcher::setEventFilter" href="qabstracteventdispatcher.html#setEventFilter" location="qabstracteventdispatcher.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="EventFilter" signature="setEventFilter(EventFilter filter)">
+ <parameter left="EventFilter" right="" name="filter" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filterEvent" fullname="QAbstractEventDispatcher::filterEvent" href="qabstracteventdispatcher.html#filterEvent" location="qabstracteventdispatcher.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="filterEvent(void * message)">
+ <parameter left="void *" right="" name="message" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="aboutToBlock" fullname="QAbstractEventDispatcher::aboutToBlock" href="qabstracteventdispatcher.html#aboutToBlock" location="qabstracteventdispatcher.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="aboutToBlock()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="awake" fullname="QAbstractEventDispatcher::awake" href="qabstracteventdispatcher.html#awake" location="qabstracteventdispatcher.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="awake()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsItem" href="qgraphicsitem.html" location="qgraphicsitem.h" bases="" module="QtGui">
+ <contents name="transformation" title="Transformation" level="1"/>
+ <contents name="painting" title="Painting" level="1"/>
+ <contents name="events" title="Events" level="1"/>
+ <contents name="custom-data" title="Custom Data" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="GraphicsItemFlag" fullname="QGraphicsItem::GraphicsItemFlag" href="qgraphicsitem.html#GraphicsItemFlag-enum" location="qgraphicsitem.h" typedef="QGraphicsItem::GraphicsItemFlags">
+ <value name="ItemIsMovable" value="0x1"/>
+ <value name="ItemIsSelectable" value="0x2"/>
+ <value name="ItemIsFocusable" value="0x4"/>
+ <value name="ItemClipsToShape" value="0x8"/>
+ <value name="ItemClipsChildrenToShape" value="0x10"/>
+ <value name="ItemIgnoresTransformations" value="0x20"/>
+ <value name="ItemIgnoresParentOpacity" value="0x40"/>
+ <value name="ItemDoesntPropagateOpacityToChildren" value="0x80"/>
+ <value name="ItemStacksBehindParent" value="0x100"/>
+ <value name="ItemUsesExtendedStyleOption" value="0x200"/>
+ <value name="ItemHasNoContents" value="0x400"/>
+ <value name="ItemSendsGeometryChanges" value="0x800"/>
+ <value name="ItemAcceptsInputMethod" value="0x1000"/>
+ <value name="ItemAutoDetectsFocusProxy" value="0x2000"/>
+ <value name="ItemNegativeZStacksBehindParent" value="0x4000"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="GraphicsItemFlags" fullname="QGraphicsItem::GraphicsItemFlags" href="qgraphicsitem.html#GraphicsItemFlags-typedef" location="qgraphicsitem.h" enum="QGraphicsItem::GraphicsItemFlag"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="GraphicsItemChange" fullname="QGraphicsItem::GraphicsItemChange" href="qgraphicsitem.html#GraphicsItemChange-enum" location="qgraphicsitem.h">
+ <value name="ItemPositionChange" value="0"/>
+ <value name="ItemMatrixChange" value="1"/>
+ <value name="ItemVisibleChange" value="2"/>
+ <value name="ItemEnabledChange" value="3"/>
+ <value name="ItemSelectedChange" value="4"/>
+ <value name="ItemParentChange" value="5"/>
+ <value name="ItemChildAddedChange" value="6"/>
+ <value name="ItemChildRemovedChange" value="7"/>
+ <value name="ItemTransformChange" value="8"/>
+ <value name="ItemPositionHasChanged" value="9"/>
+ <value name="ItemTransformHasChanged" value="10"/>
+ <value name="ItemSceneChange" value="11"/>
+ <value name="ItemVisibleHasChanged" value="12"/>
+ <value name="ItemEnabledHasChanged" value="13"/>
+ <value name="ItemSelectedHasChanged" value="14"/>
+ <value name="ItemParentHasChanged" value="15"/>
+ <value name="ItemSceneHasChanged" value="16"/>
+ <value name="ItemCursorChange" value="17"/>
+ <value name="ItemCursorHasChanged" value="18"/>
+ <value name="ItemToolTipChange" value="19"/>
+ <value name="ItemToolTipHasChanged" value="20"/>
+ <value name="ItemFlagsChange" value="21"/>
+ <value name="ItemFlagsHaveChanged" value="22"/>
+ <value name="ItemZValueChange" value="23"/>
+ <value name="ItemZValueHasChanged" value="24"/>
+ <value name="ItemOpacityChange" value="25"/>
+ <value name="ItemOpacityHasChanged" value="26"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="CacheMode" fullname="QGraphicsItem::CacheMode" href="qgraphicsitem.html#CacheMode-enum" location="qgraphicsitem.h">
+ <value name="NoCache" value="0"/>
+ <value name="ItemCoordinateCache" value="1"/>
+ <value name="DeviceCoordinateCache" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsItem" fullname="QGraphicsItem::QGraphicsItem" href="qgraphicsitem.html#QGraphicsItem" location="qgraphicsitem.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsItem(QGraphicsItem * parent)">
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsItem" fullname="QGraphicsItem::~QGraphicsItem" href="qgraphicsitem.html#dtor.QGraphicsItem" location="qgraphicsitem.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scene" fullname="QGraphicsItem::scene" href="qgraphicsitem.html#scene" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsScene *" signature="scene() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parentItem" fullname="QGraphicsItem::parentItem" href="qgraphicsitem.html#parentItem" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsItem *" signature="parentItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="topLevelItem" fullname="QGraphicsItem::topLevelItem" href="qgraphicsitem.html#topLevelItem" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsItem *" signature="topLevelItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parentObject" fullname="QGraphicsItem::parentObject" href="qgraphicsitem.html#parentObject" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsObject *" signature="parentObject() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parentWidget" fullname="QGraphicsItem::parentWidget" href="qgraphicsitem.html#parentWidget" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsWidget *" signature="parentWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="topLevelWidget" fullname="QGraphicsItem::topLevelWidget" href="qgraphicsitem.html#topLevelWidget" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsWidget *" signature="topLevelWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="window" fullname="QGraphicsItem::window" href="qgraphicsitem.html#window" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsWidget *" signature="window() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setParentItem" fullname="QGraphicsItem::setParentItem" href="qgraphicsitem.html#setParentItem" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setParentItem(QGraphicsItem * parent)">
+ <parameter left="QGraphicsItem *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="children" fullname="QGraphicsItem::children" href="qgraphicsitem-obsolete.html#children" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QGraphicsItem *&gt;" signature="children() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childItems" fullname="QGraphicsItem::childItems" href="qgraphicsitem.html#childItems" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QGraphicsItem *&gt;" signature="childItems() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isWidget" fullname="QGraphicsItem::isWidget" href="qgraphicsitem.html#isWidget" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isWindow" fullname="QGraphicsItem::isWindow" href="qgraphicsitem.html#isWindow" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isWindow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toGraphicsObject" fullname="QGraphicsItem::toGraphicsObject" href="qgraphicsitem.html#toGraphicsObject" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QGraphicsObject *" signature="toGraphicsObject()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toGraphicsObject" fullname="QGraphicsItem::toGraphicsObject" href="qgraphicsitem.html#toGraphicsObject-2" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const QGraphicsObject *" signature="toGraphicsObject() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="group" fullname="QGraphicsItem::group" href="qgraphicsitem.html#group" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsItemGroup *" signature="group() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGroup" fullname="QGraphicsItem::setGroup" href="qgraphicsitem.html#setGroup" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setGroup(QGraphicsItemGroup * group)">
+ <parameter left="QGraphicsItemGroup *" right="" name="group" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flags" fullname="QGraphicsItem::flags" href="qgraphicsitem.html#flags" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="GraphicsItemFlags" signature="flags() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFlag" fullname="QGraphicsItem::setFlag" href="qgraphicsitem.html#setFlag" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFlag(GraphicsItemFlag flag, bool enabled)">
+ <parameter left="GraphicsItemFlag" right="" name="flag" default=""/>
+ <parameter left="bool" right="" name="enabled" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFlags" fullname="QGraphicsItem::setFlags" href="qgraphicsitem.html#setFlags" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFlags(QFlags&lt;QGraphicsItem::GraphicsItemFlag&gt; flags)">
+ <parameter left="QFlags&lt;QGraphicsItem::GraphicsItemFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cacheMode" fullname="QGraphicsItem::cacheMode" href="qgraphicsitem.html#cacheMode" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="CacheMode" signature="cacheMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCacheMode" fullname="QGraphicsItem::setCacheMode" href="qgraphicsitem.html#setCacheMode" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCacheMode(CacheMode mode, const QSize &amp; logicalCacheSize)">
+ <parameter left="CacheMode" right="" name="mode" default=""/>
+ <parameter left="const QSize &amp;" right="" name="logicalCacheSize" default="QSize()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toolTip" fullname="QGraphicsItem::toolTip" href="qgraphicsitem.html#toolTip" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toolTip() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setToolTip" fullname="QGraphicsItem::setToolTip" href="qgraphicsitem.html#setToolTip" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setToolTip(const QString &amp; toolTip)">
+ <parameter left="const QString &amp;" right="" name="toolTip" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursor" fullname="QGraphicsItem::cursor" href="qgraphicsitem.html#cursor" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QCursor" signature="cursor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCursor" fullname="QGraphicsItem::setCursor" href="qgraphicsitem.html#setCursor" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCursor(const QCursor &amp; cursor)">
+ <parameter left="const QCursor &amp;" right="" name="cursor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasCursor" fullname="QGraphicsItem::hasCursor" href="qgraphicsitem.html#hasCursor" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasCursor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unsetCursor" fullname="QGraphicsItem::unsetCursor" href="qgraphicsitem.html#unsetCursor" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="unsetCursor()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isVisible" fullname="QGraphicsItem::isVisible" href="qgraphicsitem.html#isVisible" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isVisible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isVisibleTo" fullname="QGraphicsItem::isVisibleTo" href="qgraphicsitem.html#isVisibleTo" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isVisibleTo(const QGraphicsItem * parent) const">
+ <parameter left="const QGraphicsItem *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="QGraphicsItem::setVisible" href="qgraphicsitem.html#setVisible" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hide" fullname="QGraphicsItem::hide" href="qgraphicsitem.html#hide" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="hide()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="show" fullname="QGraphicsItem::show" href="qgraphicsitem.html#show" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="show()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEnabled" fullname="QGraphicsItem::isEnabled" href="qgraphicsitem.html#isEnabled" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEnabled" fullname="QGraphicsItem::setEnabled" href="qgraphicsitem.html#setEnabled" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEnabled(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSelected" fullname="QGraphicsItem::isSelected" href="qgraphicsitem.html#isSelected" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSelected() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelected" fullname="QGraphicsItem::setSelected" href="qgraphicsitem.html#setSelected" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelected(bool selected)">
+ <parameter left="bool" right="" name="selected" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="acceptDrops" fullname="QGraphicsItem::acceptDrops" href="qgraphicsitem.html#acceptDrops" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="acceptDrops() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAcceptDrops" fullname="QGraphicsItem::setAcceptDrops" href="qgraphicsitem.html#setAcceptDrops" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAcceptDrops(bool on)">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="opacity" fullname="QGraphicsItem::opacity" href="qgraphicsitem.html#opacity" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="opacity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="effectiveOpacity" fullname="QGraphicsItem::effectiveOpacity" href="qgraphicsitem.html#effectiveOpacity" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="effectiveOpacity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOpacity" fullname="QGraphicsItem::setOpacity" href="qgraphicsitem.html#setOpacity" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOpacity(qreal opacity)">
+ <parameter left="qreal" right="" name="opacity" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="acceptedMouseButtons" fullname="QGraphicsItem::acceptedMouseButtons" href="qgraphicsitem.html#acceptedMouseButtons" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::MouseButtons" signature="acceptedMouseButtons() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAcceptedMouseButtons" fullname="QGraphicsItem::setAcceptedMouseButtons" href="qgraphicsitem.html#setAcceptedMouseButtons" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAcceptedMouseButtons(QFlags&lt;Qt::MouseButton&gt; buttons)">
+ <parameter left="QFlags&lt;Qt::MouseButton&gt;" right="" name="buttons" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="acceptsHoverEvents" fullname="QGraphicsItem::acceptsHoverEvents" href="qgraphicsitem-obsolete.html#acceptsHoverEvents" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="acceptsHoverEvents() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setAcceptsHoverEvents" fullname="QGraphicsItem::setAcceptsHoverEvents" href="qgraphicsitem-obsolete.html#setAcceptsHoverEvents" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAcceptsHoverEvents(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="acceptHoverEvents" fullname="QGraphicsItem::acceptHoverEvents" href="qgraphicsitem.html#acceptHoverEvents" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="acceptHoverEvents() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAcceptHoverEvents" fullname="QGraphicsItem::setAcceptHoverEvents" href="qgraphicsitem.html#setAcceptHoverEvents" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAcceptHoverEvents(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="acceptTouchEvents" fullname="QGraphicsItem::acceptTouchEvents" href="qgraphicsitem.html#acceptTouchEvents" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="acceptTouchEvents() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAcceptTouchEvents" fullname="QGraphicsItem::setAcceptTouchEvents" href="qgraphicsitem.html#setAcceptTouchEvents" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAcceptTouchEvents(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filtersChildEvents" fullname="QGraphicsItem::filtersChildEvents" href="qgraphicsitem.html#filtersChildEvents" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="filtersChildEvents() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFiltersChildEvents" fullname="QGraphicsItem::setFiltersChildEvents" href="qgraphicsitem.html#setFiltersChildEvents" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFiltersChildEvents(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="handlesChildEvents" fullname="QGraphicsItem::handlesChildEvents" href="qgraphicsitem-obsolete.html#handlesChildEvents" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="handlesChildEvents() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setHandlesChildEvents" fullname="QGraphicsItem::setHandlesChildEvents" href="qgraphicsitem-obsolete.html#setHandlesChildEvents" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHandlesChildEvents(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasFocus" fullname="QGraphicsItem::hasFocus" href="qgraphicsitem.html#hasFocus" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasFocus() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFocus" fullname="QGraphicsItem::setFocus" href="qgraphicsitem.html#setFocus" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFocus(Qt::FocusReason focusReason)">
+ <parameter left="Qt::FocusReason" right="" name="focusReason" default="Qt::OtherFocusReason"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearFocus" fullname="QGraphicsItem::clearFocus" href="qgraphicsitem.html#clearFocus" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearFocus()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="focusProxy" fullname="QGraphicsItem::focusProxy" href="qgraphicsitem.html#focusProxy" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsItem *" signature="focusProxy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFocusProxy" fullname="QGraphicsItem::setFocusProxy" href="qgraphicsitem.html#setFocusProxy" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFocusProxy(QGraphicsItem * item)">
+ <parameter left="QGraphicsItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="focusItem" fullname="QGraphicsItem::focusItem" href="qgraphicsitem.html#focusItem" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsItem *" signature="focusItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="grabMouse" fullname="QGraphicsItem::grabMouse" href="qgraphicsitem.html#grabMouse" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="grabMouse()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ungrabMouse" fullname="QGraphicsItem::ungrabMouse" href="qgraphicsitem.html#ungrabMouse" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="ungrabMouse()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="grabKeyboard" fullname="QGraphicsItem::grabKeyboard" href="qgraphicsitem.html#grabKeyboard" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="grabKeyboard()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ungrabKeyboard" fullname="QGraphicsItem::ungrabKeyboard" href="qgraphicsitem.html#ungrabKeyboard" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="ungrabKeyboard()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QGraphicsItem::pos" href="qgraphicsitem.html#pos" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x" fullname="QGraphicsItem::x" href="qgraphicsitem.html#x" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="x() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setX" fullname="QGraphicsItem::setX" href="qgraphicsitem.html#setX" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setX(qreal x)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="y" fullname="QGraphicsItem::y" href="qgraphicsitem.html#y" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="y() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setY" fullname="QGraphicsItem::setY" href="qgraphicsitem.html#setY" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setY(qreal y)">
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scenePos" fullname="QGraphicsItem::scenePos" href="qgraphicsitem.html#scenePos" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="scenePos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPos" fullname="QGraphicsItem::setPos" href="qgraphicsitem.html#setPos" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPos(const QPointF &amp; pos)">
+ <parameter left="const QPointF &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPos" fullname="QGraphicsItem::setPos" href="qgraphicsitem.html#setPos-2" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setPos(qreal x, qreal y)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveBy" fullname="QGraphicsItem::moveBy" href="qgraphicsitem.html#moveBy" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveBy(qreal dx, qreal dy)">
+ <parameter left="qreal" right="" name="dx" default=""/>
+ <parameter left="qreal" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ensureVisible" fullname="QGraphicsItem::ensureVisible" href="qgraphicsitem.html#ensureVisible" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="ensureVisible(const QRectF &amp; rect, int xmargin, int ymargin)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default="QRectF()"/>
+ <parameter left="int" right="" name="xmargin" default="50"/>
+ <parameter left="int" right="" name="ymargin" default="50"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ensureVisible" fullname="QGraphicsItem::ensureVisible" href="qgraphicsitem.html#ensureVisible-2" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="ensureVisible(qreal x, qreal y, qreal w, qreal h, int xmargin, int ymargin)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ <parameter left="int" right="" name="xmargin" default="50"/>
+ <parameter left="int" right="" name="ymargin" default="50"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="matrix" fullname="QGraphicsItem::matrix" href="qgraphicsitem-obsolete.html#matrix" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMatrix" signature="matrix() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="sceneMatrix" fullname="QGraphicsItem::sceneMatrix" href="qgraphicsitem-obsolete.html#sceneMatrix" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMatrix" signature="sceneMatrix() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setMatrix" fullname="QGraphicsItem::setMatrix" href="qgraphicsitem-obsolete.html#setMatrix" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMatrix(const QMatrix &amp; matrix, bool combine)">
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ <parameter left="bool" right="" name="combine" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="resetMatrix" fullname="QGraphicsItem::resetMatrix" href="qgraphicsitem-obsolete.html#resetMatrix" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resetMatrix()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transform" fullname="QGraphicsItem::transform" href="qgraphicsitem.html#transform" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTransform" signature="transform() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sceneTransform" fullname="QGraphicsItem::sceneTransform" href="qgraphicsitem.html#sceneTransform" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTransform" signature="sceneTransform() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="deviceTransform" fullname="QGraphicsItem::deviceTransform" href="qgraphicsitem.html#deviceTransform" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTransform" signature="deviceTransform(const QTransform &amp; viewportTransform) const">
+ <parameter left="const QTransform &amp;" right="" name="viewportTransform" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemTransform" fullname="QGraphicsItem::itemTransform" href="qgraphicsitem.html#itemTransform" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTransform" signature="itemTransform(const QGraphicsItem * other, bool * ok) const">
+ <parameter left="const QGraphicsItem *" right="" name="other" default=""/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTransform" fullname="QGraphicsItem::setTransform" href="qgraphicsitem.html#setTransform" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTransform(const QTransform &amp; matrix, bool combine)">
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ <parameter left="bool" right="" name="combine" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resetTransform" fullname="QGraphicsItem::resetTransform" href="qgraphicsitem.html#resetTransform" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resetTransform()"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="rotate" fullname="QGraphicsItem::rotate" href="qgraphicsitem-obsolete.html#rotate" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="rotate(qreal angle)">
+ <parameter left="qreal" right="" name="angle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="scale" fullname="QGraphicsItem::scale" href="qgraphicsitem-obsolete.html#scale-2" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="scale(qreal sx, qreal sy)">
+ <parameter left="qreal" right="" name="sx" default=""/>
+ <parameter left="qreal" right="" name="sy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="shear" fullname="QGraphicsItem::shear" href="qgraphicsitem-obsolete.html#shear" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="shear(qreal sh, qreal sv)">
+ <parameter left="qreal" right="" name="sh" default=""/>
+ <parameter left="qreal" right="" name="sv" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="translate" fullname="QGraphicsItem::translate" href="qgraphicsitem-obsolete.html#translate" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="translate(qreal dx, qreal dy)">
+ <parameter left="qreal" right="" name="dx" default=""/>
+ <parameter left="qreal" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRotation" fullname="QGraphicsItem::setRotation" href="qgraphicsitem.html#setRotation" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRotation(qreal angle)">
+ <parameter left="qreal" right="" name="angle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rotation" fullname="QGraphicsItem::rotation" href="qgraphicsitem.html#rotation" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="rotation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScale" fullname="QGraphicsItem::setScale" href="qgraphicsitem.html#setScale" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setScale(qreal factor)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scale" fullname="QGraphicsItem::scale" href="qgraphicsitem.html#scale" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="scale() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transformations" fullname="QGraphicsItem::transformations" href="qgraphicsitem.html#transformations" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QGraphicsTransform *&gt;" signature="transformations() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTransformations" fullname="QGraphicsItem::setTransformations" href="qgraphicsitem.html#setTransformations" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTransformations(const QList&lt;QGraphicsTransform *&gt; &amp; transformations)">
+ <parameter left="const QList&lt;QGraphicsTransform *&gt; &amp;" right="" name="transformations" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transformOriginPoint" fullname="QGraphicsItem::transformOriginPoint" href="qgraphicsitem.html#transformOriginPoint" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="transformOriginPoint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTransformOriginPoint" fullname="QGraphicsItem::setTransformOriginPoint" href="qgraphicsitem.html#setTransformOriginPoint" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTransformOriginPoint(const QPointF &amp; origin)">
+ <parameter left="const QPointF &amp;" right="" name="origin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTransformOriginPoint" fullname="QGraphicsItem::setTransformOriginPoint" href="qgraphicsitem.html#setTransformOriginPoint-2" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setTransformOriginPoint(qreal x, qreal y)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="advance" fullname="QGraphicsItem::advance" href="qgraphicsitem.html#advance" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="advance(int phase)">
+ <parameter left="int" right="" name="phase" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="zValue" fullname="QGraphicsItem::zValue" href="qgraphicsitem.html#zValue" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="zValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setZValue" fullname="QGraphicsItem::setZValue" href="qgraphicsitem.html#setZValue" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setZValue(qreal z)">
+ <parameter left="qreal" right="" name="z" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QGraphicsItem::boundingRect" href="qgraphicsitem.html#boundingRect" location="qgraphicsitem.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childrenBoundingRect" fullname="QGraphicsItem::childrenBoundingRect" href="qgraphicsitem.html#childrenBoundingRect" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="childrenBoundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sceneBoundingRect" fullname="QGraphicsItem::sceneBoundingRect" href="qgraphicsitem.html#sceneBoundingRect" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="sceneBoundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shape" fullname="QGraphicsItem::shape" href="qgraphicsitem.html#shape" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="shape() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isClipped" fullname="QGraphicsItem::isClipped" href="qgraphicsitem.html#isClipped" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isClipped() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clipPath" fullname="QGraphicsItem::clipPath" href="qgraphicsitem.html#clipPath" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="clipPath() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QGraphicsItem::contains" href="qgraphicsitem.html#contains" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const QPointF &amp; point) const">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="collidesWithItem" fullname="QGraphicsItem::collidesWithItem" href="qgraphicsitem.html#collidesWithItem" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="collidesWithItem(const QGraphicsItem * other, Qt::ItemSelectionMode mode) const">
+ <parameter left="const QGraphicsItem *" right="" name="other" default=""/>
+ <parameter left="Qt::ItemSelectionMode" right="" name="mode" default="Qt::IntersectsItemShape"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="collidesWithPath" fullname="QGraphicsItem::collidesWithPath" href="qgraphicsitem.html#collidesWithPath" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="collidesWithPath(const QPainterPath &amp; path, Qt::ItemSelectionMode mode) const">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ <parameter left="Qt::ItemSelectionMode" right="" name="mode" default="Qt::IntersectsItemShape"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="collidingItems" fullname="QGraphicsItem::collidingItems" href="qgraphicsitem.html#collidingItems" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QGraphicsItem *&gt;" signature="collidingItems(Qt::ItemSelectionMode mode) const">
+ <parameter left="Qt::ItemSelectionMode" right="" name="mode" default="Qt::IntersectsItemShape"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isObscured" fullname="QGraphicsItem::isObscured" href="qgraphicsitem.html#isObscured" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isObscured() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isObscured" fullname="QGraphicsItem::isObscured" href="qgraphicsitem.html#isObscured-3" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="bool" signature="isObscured(const QRectF &amp; rect) const">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isObscured" fullname="QGraphicsItem::isObscured" href="qgraphicsitem.html#isObscured-2" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="isObscured(qreal x, qreal y, qreal w, qreal h) const">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isObscuredBy" fullname="QGraphicsItem::isObscuredBy" href="qgraphicsitem.html#isObscuredBy" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isObscuredBy(const QGraphicsItem * item) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="opaqueArea" fullname="QGraphicsItem::opaqueArea" href="qgraphicsitem.html#opaqueArea" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="opaqueArea() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRegion" fullname="QGraphicsItem::boundingRegion" href="qgraphicsitem.html#boundingRegion" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRegion" signature="boundingRegion(const QTransform &amp; itemToDeviceTransform) const">
+ <parameter left="const QTransform &amp;" right="" name="itemToDeviceTransform" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRegionGranularity" fullname="QGraphicsItem::boundingRegionGranularity" href="qgraphicsitem.html#boundingRegionGranularity" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="boundingRegionGranularity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBoundingRegionGranularity" fullname="QGraphicsItem::setBoundingRegionGranularity" href="qgraphicsitem.html#setBoundingRegionGranularity" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBoundingRegionGranularity(qreal granularity)">
+ <parameter left="qreal" right="" name="granularity" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="QGraphicsItem::paint" href="qgraphicsitem.html#paint" location="qgraphicsitem.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QStyleOptionGraphicsItem *" right="" name="option" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="update" fullname="QGraphicsItem::update" href="qgraphicsitem.html#update" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="update(const QRectF &amp; rect)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default="QRectF()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="update" fullname="QGraphicsItem::update" href="qgraphicsitem.html#update-2" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="update(qreal x, qreal y, qreal width, qreal height)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="width" default=""/>
+ <parameter left="qreal" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scroll" fullname="QGraphicsItem::scroll" href="qgraphicsitem.html#scroll" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="scroll(qreal dx, qreal dy, const QRectF &amp; rect)">
+ <parameter left="qreal" right="" name="dx" default=""/>
+ <parameter left="qreal" right="" name="dy" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="rect" default="QRectF()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToItem" fullname="QGraphicsItem::mapToItem" href="qgraphicsitem.html#mapToItem" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="mapToItem(const QGraphicsItem * item, const QPointF &amp; point) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToParent" fullname="QGraphicsItem::mapToParent" href="qgraphicsitem.html#mapToParent" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="mapToParent(const QPointF &amp; point) const">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToScene" fullname="QGraphicsItem::mapToScene" href="qgraphicsitem.html#mapToScene" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="mapToScene(const QPointF &amp; point) const">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToItem" fullname="QGraphicsItem::mapToItem" href="qgraphicsitem.html#mapToItem-2" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPolygonF" signature="mapToItem(const QGraphicsItem * item, const QRectF &amp; rect) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToParent" fullname="QGraphicsItem::mapToParent" href="qgraphicsitem.html#mapToParent-2" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPolygonF" signature="mapToParent(const QRectF &amp; rect) const">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToScene" fullname="QGraphicsItem::mapToScene" href="qgraphicsitem.html#mapToScene-2" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPolygonF" signature="mapToScene(const QRectF &amp; rect) const">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapRectToItem" fullname="QGraphicsItem::mapRectToItem" href="qgraphicsitem.html#mapRectToItem" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="mapRectToItem(const QGraphicsItem * item, const QRectF &amp; rect) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapRectToParent" fullname="QGraphicsItem::mapRectToParent" href="qgraphicsitem.html#mapRectToParent" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="mapRectToParent(const QRectF &amp; rect) const">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapRectToScene" fullname="QGraphicsItem::mapRectToScene" href="qgraphicsitem.html#mapRectToScene" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="mapRectToScene(const QRectF &amp; rect) const">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToItem" fullname="QGraphicsItem::mapToItem" href="qgraphicsitem.html#mapToItem-3" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QPolygonF" signature="mapToItem(const QGraphicsItem * item, const QPolygonF &amp; polygon) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ <parameter left="const QPolygonF &amp;" right="" name="polygon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToParent" fullname="QGraphicsItem::mapToParent" href="qgraphicsitem.html#mapToParent-3" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QPolygonF" signature="mapToParent(const QPolygonF &amp; polygon) const">
+ <parameter left="const QPolygonF &amp;" right="" name="polygon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToScene" fullname="QGraphicsItem::mapToScene" href="qgraphicsitem.html#mapToScene-3" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QPolygonF" signature="mapToScene(const QPolygonF &amp; polygon) const">
+ <parameter left="const QPolygonF &amp;" right="" name="polygon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToItem" fullname="QGraphicsItem::mapToItem" href="qgraphicsitem.html#mapToItem-4" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QPainterPath" signature="mapToItem(const QGraphicsItem * item, const QPainterPath &amp; path) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToParent" fullname="QGraphicsItem::mapToParent" href="qgraphicsitem.html#mapToParent-4" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QPainterPath" signature="mapToParent(const QPainterPath &amp; path) const">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToScene" fullname="QGraphicsItem::mapToScene" href="qgraphicsitem.html#mapToScene-4" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QPainterPath" signature="mapToScene(const QPainterPath &amp; path) const">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromItem" fullname="QGraphicsItem::mapFromItem" href="qgraphicsitem.html#mapFromItem" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="mapFromItem(const QGraphicsItem * item, const QPointF &amp; point) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromParent" fullname="QGraphicsItem::mapFromParent" href="qgraphicsitem.html#mapFromParent" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="mapFromParent(const QPointF &amp; point) const">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromScene" fullname="QGraphicsItem::mapFromScene" href="qgraphicsitem.html#mapFromScene" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="mapFromScene(const QPointF &amp; point) const">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromItem" fullname="QGraphicsItem::mapFromItem" href="qgraphicsitem.html#mapFromItem-2" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPolygonF" signature="mapFromItem(const QGraphicsItem * item, const QRectF &amp; rect) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromParent" fullname="QGraphicsItem::mapFromParent" href="qgraphicsitem.html#mapFromParent-2" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPolygonF" signature="mapFromParent(const QRectF &amp; rect) const">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromScene" fullname="QGraphicsItem::mapFromScene" href="qgraphicsitem.html#mapFromScene-2" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPolygonF" signature="mapFromScene(const QRectF &amp; rect) const">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapRectFromItem" fullname="QGraphicsItem::mapRectFromItem" href="qgraphicsitem.html#mapRectFromItem" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="mapRectFromItem(const QGraphicsItem * item, const QRectF &amp; rect) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapRectFromParent" fullname="QGraphicsItem::mapRectFromParent" href="qgraphicsitem.html#mapRectFromParent" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="mapRectFromParent(const QRectF &amp; rect) const">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapRectFromScene" fullname="QGraphicsItem::mapRectFromScene" href="qgraphicsitem.html#mapRectFromScene" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="mapRectFromScene(const QRectF &amp; rect) const">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromItem" fullname="QGraphicsItem::mapFromItem" href="qgraphicsitem.html#mapFromItem-3" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QPolygonF" signature="mapFromItem(const QGraphicsItem * item, const QPolygonF &amp; polygon) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ <parameter left="const QPolygonF &amp;" right="" name="polygon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromParent" fullname="QGraphicsItem::mapFromParent" href="qgraphicsitem.html#mapFromParent-3" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QPolygonF" signature="mapFromParent(const QPolygonF &amp; polygon) const">
+ <parameter left="const QPolygonF &amp;" right="" name="polygon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromScene" fullname="QGraphicsItem::mapFromScene" href="qgraphicsitem.html#mapFromScene-3" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QPolygonF" signature="mapFromScene(const QPolygonF &amp; polygon) const">
+ <parameter left="const QPolygonF &amp;" right="" name="polygon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromItem" fullname="QGraphicsItem::mapFromItem" href="qgraphicsitem.html#mapFromItem-4" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QPainterPath" signature="mapFromItem(const QGraphicsItem * item, const QPainterPath &amp; path) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromParent" fullname="QGraphicsItem::mapFromParent" href="qgraphicsitem.html#mapFromParent-4" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QPainterPath" signature="mapFromParent(const QPainterPath &amp; path) const">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromScene" fullname="QGraphicsItem::mapFromScene" href="qgraphicsitem.html#mapFromScene-4" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QPainterPath" signature="mapFromScene(const QPainterPath &amp; path) const">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToItem" fullname="QGraphicsItem::mapToItem" href="qgraphicsitem.html#mapToItem-6" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="6" type="QPointF" signature="mapToItem(const QGraphicsItem * item, qreal x, qreal y) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToParent" fullname="QGraphicsItem::mapToParent" href="qgraphicsitem.html#mapToParent-6" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="6" type="QPointF" signature="mapToParent(qreal x, qreal y) const">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToScene" fullname="QGraphicsItem::mapToScene" href="qgraphicsitem.html#mapToScene-6" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="6" type="QPointF" signature="mapToScene(qreal x, qreal y) const">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToItem" fullname="QGraphicsItem::mapToItem" href="qgraphicsitem.html#mapToItem-5" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="5" type="QPolygonF" signature="mapToItem(const QGraphicsItem * item, qreal x, qreal y, qreal w, qreal h) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToParent" fullname="QGraphicsItem::mapToParent" href="qgraphicsitem.html#mapToParent-5" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="5" type="QPolygonF" signature="mapToParent(qreal x, qreal y, qreal w, qreal h) const">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapToScene" fullname="QGraphicsItem::mapToScene" href="qgraphicsitem.html#mapToScene-5" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="5" type="QPolygonF" signature="mapToScene(qreal x, qreal y, qreal w, qreal h) const">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapRectToItem" fullname="QGraphicsItem::mapRectToItem" href="qgraphicsitem.html#mapRectToItem-2" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRectF" signature="mapRectToItem(const QGraphicsItem * item, qreal x, qreal y, qreal w, qreal h) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapRectToParent" fullname="QGraphicsItem::mapRectToParent" href="qgraphicsitem.html#mapRectToParent-2" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRectF" signature="mapRectToParent(qreal x, qreal y, qreal w, qreal h) const">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapRectToScene" fullname="QGraphicsItem::mapRectToScene" href="qgraphicsitem.html#mapRectToScene-2" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRectF" signature="mapRectToScene(qreal x, qreal y, qreal w, qreal h) const">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromItem" fullname="QGraphicsItem::mapFromItem" href="qgraphicsitem.html#mapFromItem-6" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="6" type="QPointF" signature="mapFromItem(const QGraphicsItem * item, qreal x, qreal y) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromParent" fullname="QGraphicsItem::mapFromParent" href="qgraphicsitem.html#mapFromParent-6" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="6" type="QPointF" signature="mapFromParent(qreal x, qreal y) const">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromScene" fullname="QGraphicsItem::mapFromScene" href="qgraphicsitem.html#mapFromScene-6" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="6" type="QPointF" signature="mapFromScene(qreal x, qreal y) const">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromItem" fullname="QGraphicsItem::mapFromItem" href="qgraphicsitem.html#mapFromItem-5" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="5" type="QPolygonF" signature="mapFromItem(const QGraphicsItem * item, qreal x, qreal y, qreal w, qreal h) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromParent" fullname="QGraphicsItem::mapFromParent" href="qgraphicsitem.html#mapFromParent-5" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="5" type="QPolygonF" signature="mapFromParent(qreal x, qreal y, qreal w, qreal h) const">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapFromScene" fullname="QGraphicsItem::mapFromScene" href="qgraphicsitem.html#mapFromScene-5" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="5" type="QPolygonF" signature="mapFromScene(qreal x, qreal y, qreal w, qreal h) const">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapRectFromItem" fullname="QGraphicsItem::mapRectFromItem" href="qgraphicsitem.html#mapRectFromItem-2" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRectF" signature="mapRectFromItem(const QGraphicsItem * item, qreal x, qreal y, qreal w, qreal h) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapRectFromParent" fullname="QGraphicsItem::mapRectFromParent" href="qgraphicsitem.html#mapRectFromParent-2" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRectF" signature="mapRectFromParent(qreal x, qreal y, qreal w, qreal h) const">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mapRectFromScene" fullname="QGraphicsItem::mapRectFromScene" href="qgraphicsitem.html#mapRectFromScene-2" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRectF" signature="mapRectFromScene(qreal x, qreal y, qreal w, qreal h) const">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isAncestorOf" fullname="QGraphicsItem::isAncestorOf" href="qgraphicsitem.html#isAncestorOf" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isAncestorOf(const QGraphicsItem * child) const">
+ <parameter left="const QGraphicsItem *" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="commonAncestorItem" fullname="QGraphicsItem::commonAncestorItem" href="qgraphicsitem.html#commonAncestorItem" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsItem *" signature="commonAncestorItem(const QGraphicsItem * other) const">
+ <parameter left="const QGraphicsItem *" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isUnderMouse" fullname="QGraphicsItem::isUnderMouse" href="qgraphicsitem.html#isUnderMouse" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isUnderMouse() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QGraphicsItem::data" href="qgraphicsitem.html#data" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="data(int key) const">
+ <parameter left="int" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QGraphicsItem::setData" href="qgraphicsitem.html#setData" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setData(int key, const QVariant &amp; value)">
+ <parameter left="int" right="" name="key" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inputMethodHints" fullname="QGraphicsItem::inputMethodHints" href="qgraphicsitem.html#inputMethodHints" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::InputMethodHints" signature="inputMethodHints() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setInputMethodHints" fullname="QGraphicsItem::setInputMethodHints" href="qgraphicsitem.html#setInputMethodHints" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setInputMethodHints(QFlags&lt;Qt::InputMethodHint&gt; hints)">
+ <parameter left="QFlags&lt;Qt::InputMethodHint&gt;" right="" name="hints" default=""/>
+ </function>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QGraphicsItem::Type" href="qgraphicsitem.html#Type-var" location="qgraphicsitem.h" type="const int" static="true"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="UserType" fullname="QGraphicsItem::UserType" href="qgraphicsitem.html#UserType-var" location="qgraphicsitem.h" type="const int" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QGraphicsItem::type" href="qgraphicsitem.html#type" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="installSceneEventFilter" fullname="QGraphicsItem::installSceneEventFilter" href="qgraphicsitem.html#installSceneEventFilter" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="installSceneEventFilter(QGraphicsItem * filterItem)">
+ <parameter left="QGraphicsItem *" right="" name="filterItem" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeSceneEventFilter" fullname="QGraphicsItem::removeSceneEventFilter" href="qgraphicsitem.html#removeSceneEventFilter" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeSceneEventFilter(QGraphicsItem * filterItem)">
+ <parameter left="QGraphicsItem *" right="" name="filterItem" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sceneEventFilter" fullname="QGraphicsItem::sceneEventFilter" href="qgraphicsitem.html#sceneEventFilter" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="sceneEventFilter(QGraphicsItem * watched, QEvent * event)">
+ <parameter left="QGraphicsItem *" right="" name="watched" default=""/>
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sceneEvent" fullname="QGraphicsItem::sceneEvent" href="qgraphicsitem.html#sceneEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="sceneEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contextMenuEvent" fullname="QGraphicsItem::contextMenuEvent" href="qgraphicsitem.html#contextMenuEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contextMenuEvent(QGraphicsSceneContextMenuEvent * event)">
+ <parameter left="QGraphicsSceneContextMenuEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragEnterEvent" fullname="QGraphicsItem::dragEnterEvent" href="qgraphicsitem.html#dragEnterEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragEnterEvent(QGraphicsSceneDragDropEvent * event)">
+ <parameter left="QGraphicsSceneDragDropEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragLeaveEvent" fullname="QGraphicsItem::dragLeaveEvent" href="qgraphicsitem.html#dragLeaveEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragLeaveEvent(QGraphicsSceneDragDropEvent * event)">
+ <parameter left="QGraphicsSceneDragDropEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragMoveEvent" fullname="QGraphicsItem::dragMoveEvent" href="qgraphicsitem.html#dragMoveEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragMoveEvent(QGraphicsSceneDragDropEvent * event)">
+ <parameter left="QGraphicsSceneDragDropEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dropEvent" fullname="QGraphicsItem::dropEvent" href="qgraphicsitem.html#dropEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dropEvent(QGraphicsSceneDragDropEvent * event)">
+ <parameter left="QGraphicsSceneDragDropEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="QGraphicsItem::focusInEvent" href="qgraphicsitem.html#focusInEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * event)">
+ <parameter left="QFocusEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="QGraphicsItem::focusOutEvent" href="qgraphicsitem.html#focusOutEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * event)">
+ <parameter left="QFocusEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hoverEnterEvent" fullname="QGraphicsItem::hoverEnterEvent" href="qgraphicsitem.html#hoverEnterEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hoverEnterEvent(QGraphicsSceneHoverEvent * event)">
+ <parameter left="QGraphicsSceneHoverEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hoverMoveEvent" fullname="QGraphicsItem::hoverMoveEvent" href="qgraphicsitem.html#hoverMoveEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hoverMoveEvent(QGraphicsSceneHoverEvent * event)">
+ <parameter left="QGraphicsSceneHoverEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hoverLeaveEvent" fullname="QGraphicsItem::hoverLeaveEvent" href="qgraphicsitem.html#hoverLeaveEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hoverLeaveEvent(QGraphicsSceneHoverEvent * event)">
+ <parameter left="QGraphicsSceneHoverEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QGraphicsItem::keyPressEvent" href="qgraphicsitem.html#keyPressEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * event)">
+ <parameter left="QKeyEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyReleaseEvent" fullname="QGraphicsItem::keyReleaseEvent" href="qgraphicsitem.html#keyReleaseEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyReleaseEvent(QKeyEvent * event)">
+ <parameter left="QKeyEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QGraphicsItem::mousePressEvent" href="qgraphicsitem.html#mousePressEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QGraphicsSceneMouseEvent * event)">
+ <parameter left="QGraphicsSceneMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QGraphicsItem::mouseMoveEvent" href="qgraphicsitem.html#mouseMoveEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QGraphicsSceneMouseEvent * event)">
+ <parameter left="QGraphicsSceneMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QGraphicsItem::mouseReleaseEvent" href="qgraphicsitem.html#mouseReleaseEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QGraphicsSceneMouseEvent * event)">
+ <parameter left="QGraphicsSceneMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseDoubleClickEvent" fullname="QGraphicsItem::mouseDoubleClickEvent" href="qgraphicsitem.html#mouseDoubleClickEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseDoubleClickEvent(QGraphicsSceneMouseEvent * event)">
+ <parameter left="QGraphicsSceneMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="wheelEvent" fullname="QGraphicsItem::wheelEvent" href="qgraphicsitem.html#wheelEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="wheelEvent(QGraphicsSceneWheelEvent * event)">
+ <parameter left="QGraphicsSceneWheelEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="inputMethodEvent" fullname="QGraphicsItem::inputMethodEvent" href="qgraphicsitem.html#inputMethodEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="inputMethodEvent(QInputMethodEvent * event)">
+ <parameter left="QInputMethodEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="inputMethodQuery" fullname="QGraphicsItem::inputMethodQuery" href="qgraphicsitem.html#inputMethodQuery" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="inputMethodQuery(Qt::InputMethodQuery query) const">
+ <parameter left="Qt::InputMethodQuery" right="" name="query" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="itemChange" fullname="QGraphicsItem::itemChange" href="qgraphicsitem.html#itemChange" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QVariant" signature="itemChange(GraphicsItemChange change, const QVariant &amp; value)">
+ <parameter left="GraphicsItemChange" right="" name="change" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d_ptr" fullname="QGraphicsItem::d_ptr" href="qgraphicsitem.html#d_ptr-var" location="qgraphicsitem.h" type="QGraphicsItemPrivate *" static="false"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="prepareGeometryChange" fullname="QGraphicsItem::prepareGeometryChange" href="qgraphicsitem.html#prepareGeometryChange" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="prepareGeometryChange()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsObject" href="qgraphicsobject.html" location="qgraphicsitem.h" bases="QGraphicsItem,QObject" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="parent" fullname="QGraphicsObject::parent" href="qgraphicsobject.html#parent-prop" location="qgraphicsitem.h" type="QGraphicsObject *"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="id" fullname="QGraphicsObject::id" href="qgraphicsobject.html#id-prop" location="qgraphicsitem.h" type="QString"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="opacity" fullname="QGraphicsObject::opacity" href="qgraphicsobject.html#opacity-prop" location="qgraphicsitem.h" type="qreal"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="enabled" fullname="QGraphicsObject::enabled" href="qgraphicsobject.html#enabled-prop" location="qgraphicsitem.h" type="bool"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="visible" fullname="QGraphicsObject::visible" href="qgraphicsobject.html#visible-prop" location="qgraphicsitem.h" type="bool"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QGraphicsObject::pos" href="qgraphicsobject.html#pos-prop" location="qgraphicsitem.h" type="QPointF"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="x" fullname="QGraphicsObject::x" href="qgraphicsobject.html#x-prop" location="qgraphicsitem.h" type="qreal"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="y" fullname="QGraphicsObject::y" href="qgraphicsobject.html#y-prop" location="qgraphicsitem.h" type="qreal"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="z" fullname="QGraphicsObject::z" href="qgraphicsobject.html#z-prop" location="qgraphicsitem.h" type="qreal"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="rotation" fullname="QGraphicsObject::rotation" href="qgraphicsobject.html#rotation-prop" location="qgraphicsitem.h" type="qreal"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="scale" fullname="QGraphicsObject::scale" href="qgraphicsobject.html#scale-prop" location="qgraphicsitem.h" type="qreal"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="transformOriginPoint" fullname="QGraphicsObject::transformOriginPoint" href="qgraphicsobject.html#transformOriginPoint-prop" location="qgraphicsitem.h" type="QPointF"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsObject" fullname="QGraphicsObject::QGraphicsObject" href="qgraphicsobject.html#QGraphicsObject" location="qgraphicsitem.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsObject(QGraphicsItem * parent)">
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parentChanged" fullname="QGraphicsObject::parentChanged" href="qgraphicsobject.html#parentChanged" location="qgraphicsitem.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="parentChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="opacityChanged" fullname="QGraphicsObject::opacityChanged" href="qgraphicsobject.html#opacityChanged" location="qgraphicsitem.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="opacityChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="visibleChanged" fullname="QGraphicsObject::visibleChanged" href="qgraphicsobject.html#visibleChanged" location="qgraphicsitem.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="visibleChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="enabledChanged" fullname="QGraphicsObject::enabledChanged" href="qgraphicsobject.html#enabledChanged" location="qgraphicsitem.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="enabledChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="xChanged" fullname="QGraphicsObject::xChanged" href="qgraphicsobject.html#xChanged" location="qgraphicsitem.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="xChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="yChanged" fullname="QGraphicsObject::yChanged" href="qgraphicsobject.html#yChanged" location="qgraphicsitem.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="yChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="zChanged" fullname="QGraphicsObject::zChanged" href="qgraphicsobject.html#zChanged" location="qgraphicsitem.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="zChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rotationChanged" fullname="QGraphicsObject::rotationChanged" href="qgraphicsobject.html#rotationChanged" location="qgraphicsitem.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="rotationChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scaleChanged" fullname="QGraphicsObject::scaleChanged" href="qgraphicsobject.html#scaleChanged" location="qgraphicsitem.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="scaleChanged()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAbstractGraphicsShapeItem" href="qabstractgraphicsshapeitem.html" location="qgraphicsitem.h" bases="QGraphicsItem" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractGraphicsShapeItem" fullname="QAbstractGraphicsShapeItem::QAbstractGraphicsShapeItem" href="qabstractgraphicsshapeitem.html#QAbstractGraphicsShapeItem" location="qgraphicsitem.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractGraphicsShapeItem(QGraphicsItem * parent)">
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractGraphicsShapeItem" fullname="QAbstractGraphicsShapeItem::~QAbstractGraphicsShapeItem" href="qabstractgraphicsshapeitem.html#dtor.QAbstractGraphicsShapeItem" location="qgraphicsitem.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractGraphicsShapeItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pen" fullname="QAbstractGraphicsShapeItem::pen" href="qabstractgraphicsshapeitem.html#pen" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPen" signature="pen() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPen" fullname="QAbstractGraphicsShapeItem::setPen" href="qabstractgraphicsshapeitem.html#setPen" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPen(const QPen &amp; pen)">
+ <parameter left="const QPen &amp;" right="" name="pen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="brush" fullname="QAbstractGraphicsShapeItem::brush" href="qabstractgraphicsshapeitem.html#brush" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QBrush" signature="brush() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBrush" fullname="QAbstractGraphicsShapeItem::setBrush" href="qabstractgraphicsshapeitem.html#setBrush" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBrush(const QBrush &amp; brush)">
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isObscuredBy" fullname="QAbstractGraphicsShapeItem::isObscuredBy" href="qabstractgraphicsshapeitem.html#isObscuredBy" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isObscuredBy(const QGraphicsItem * item) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="opaqueArea" fullname="QAbstractGraphicsShapeItem::opaqueArea" href="qabstractgraphicsshapeitem.html#opaqueArea" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="opaqueArea() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsPathItem" href="qgraphicspathitem.html" location="qgraphicsitem.h" bases="QAbstractGraphicsShapeItem" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsPathItem" fullname="QGraphicsPathItem::QGraphicsPathItem" href="qgraphicspathitem.html#QGraphicsPathItem" location="qgraphicsitem.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsPathItem(QGraphicsItem * parent)">
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsPathItem" fullname="QGraphicsPathItem::QGraphicsPathItem" href="qgraphicspathitem.html#QGraphicsPathItem-2" location="qgraphicsitem.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QGraphicsPathItem(const QPainterPath &amp; path, QGraphicsItem * parent)">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsPathItem" fullname="QGraphicsPathItem::~QGraphicsPathItem" href="qgraphicspathitem.html#dtor.QGraphicsPathItem" location="qgraphicsitem.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsPathItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="path" fullname="QGraphicsPathItem::path" href="qgraphicspathitem.html#path" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="path() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPath" fullname="QGraphicsPathItem::setPath" href="qgraphicspathitem.html#setPath" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPath(const QPainterPath &amp; path)">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QGraphicsPathItem::boundingRect" href="qgraphicspathitem.html#boundingRect" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shape" fullname="QGraphicsPathItem::shape" href="qgraphicspathitem.html#shape" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="shape() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QGraphicsPathItem::contains" href="qgraphicspathitem.html#contains" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const QPointF &amp; point) const">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="QGraphicsPathItem::paint" href="qgraphicspathitem.html#paint" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QStyleOptionGraphicsItem *" right="" name="option" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isObscuredBy" fullname="QGraphicsPathItem::isObscuredBy" href="qgraphicspathitem.html#isObscuredBy" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isObscuredBy(const QGraphicsItem * item) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="opaqueArea" fullname="QGraphicsPathItem::opaqueArea" href="qgraphicspathitem.html#opaqueArea" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="opaqueArea() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QGraphicsPathItem::Type" href="qgraphicspathitem.html#Type-var" location="qgraphicsitem.h" type="const int" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QGraphicsPathItem::type" href="qgraphicspathitem.html#type" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="type() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsRectItem" href="qgraphicsrectitem.html" location="qgraphicsitem.h" bases="QAbstractGraphicsShapeItem" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsRectItem" fullname="QGraphicsRectItem::QGraphicsRectItem" href="qgraphicsrectitem.html#QGraphicsRectItem" location="qgraphicsitem.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsRectItem(QGraphicsItem * parent)">
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsRectItem" fullname="QGraphicsRectItem::QGraphicsRectItem" href="qgraphicsrectitem.html#QGraphicsRectItem-2" location="qgraphicsitem.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QGraphicsRectItem(const QRectF &amp; rect, QGraphicsItem * parent)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsRectItem" fullname="QGraphicsRectItem::QGraphicsRectItem" href="qgraphicsrectitem.html#QGraphicsRectItem-3" location="qgraphicsitem.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QGraphicsRectItem(qreal x, qreal y, qreal width, qreal height, QGraphicsItem * parent)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="width" default=""/>
+ <parameter left="qreal" right="" name="height" default=""/>
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsRectItem" fullname="QGraphicsRectItem::~QGraphicsRectItem" href="qgraphicsrectitem.html#dtor.QGraphicsRectItem" location="qgraphicsitem.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsRectItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rect" fullname="QGraphicsRectItem::rect" href="qgraphicsrectitem.html#rect" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="rect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRect" fullname="QGraphicsRectItem::setRect" href="qgraphicsrectitem.html#setRect" location="qgraphicsitem.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRect(const QRectF &amp; rectangle)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRect" fullname="QGraphicsRectItem::setRect" href="qgraphicsrectitem.html#setRect-2" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setRect(qreal x, qreal y, qreal width, qreal height)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="width" default=""/>
+ <parameter left="qreal" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QGraphicsRectItem::boundingRect" href="qgraphicsrectitem.html#boundingRect" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shape" fullname="QGraphicsRectItem::shape" href="qgraphicsrectitem.html#shape" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="shape() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QGraphicsRectItem::contains" href="qgraphicsrectitem.html#contains" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const QPointF &amp; point) const">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="QGraphicsRectItem::paint" href="qgraphicsrectitem.html#paint" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QStyleOptionGraphicsItem *" right="" name="option" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isObscuredBy" fullname="QGraphicsRectItem::isObscuredBy" href="qgraphicsrectitem.html#isObscuredBy" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isObscuredBy(const QGraphicsItem * item) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="opaqueArea" fullname="QGraphicsRectItem::opaqueArea" href="qgraphicsrectitem.html#opaqueArea" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="opaqueArea() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QGraphicsRectItem::Type" href="qgraphicsrectitem.html#Type-var" location="qgraphicsitem.h" type="const int" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QGraphicsRectItem::type" href="qgraphicsrectitem.html#type" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="type() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsEllipseItem" href="qgraphicsellipseitem.html" location="qgraphicsitem.h" bases="QAbstractGraphicsShapeItem" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsEllipseItem" fullname="QGraphicsEllipseItem::QGraphicsEllipseItem" href="qgraphicsellipseitem.html#QGraphicsEllipseItem" location="qgraphicsitem.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsEllipseItem(QGraphicsItem * parent)">
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsEllipseItem" fullname="QGraphicsEllipseItem::QGraphicsEllipseItem" href="qgraphicsellipseitem.html#QGraphicsEllipseItem-2" location="qgraphicsitem.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QGraphicsEllipseItem(const QRectF &amp; rect, QGraphicsItem * parent)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsEllipseItem" fullname="QGraphicsEllipseItem::QGraphicsEllipseItem" href="qgraphicsellipseitem.html#QGraphicsEllipseItem-3" location="qgraphicsitem.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QGraphicsEllipseItem(qreal x, qreal y, qreal width, qreal height, QGraphicsItem * parent)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="width" default=""/>
+ <parameter left="qreal" right="" name="height" default=""/>
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsEllipseItem" fullname="QGraphicsEllipseItem::~QGraphicsEllipseItem" href="qgraphicsellipseitem.html#dtor.QGraphicsEllipseItem" location="qgraphicsitem.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsEllipseItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rect" fullname="QGraphicsEllipseItem::rect" href="qgraphicsellipseitem.html#rect" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="rect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRect" fullname="QGraphicsEllipseItem::setRect" href="qgraphicsellipseitem.html#setRect" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRect(const QRectF &amp; rect)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRect" fullname="QGraphicsEllipseItem::setRect" href="qgraphicsellipseitem.html#setRect-2" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setRect(qreal x, qreal y, qreal width, qreal height)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="width" default=""/>
+ <parameter left="qreal" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startAngle" fullname="QGraphicsEllipseItem::startAngle" href="qgraphicsellipseitem.html#startAngle" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="startAngle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStartAngle" fullname="QGraphicsEllipseItem::setStartAngle" href="qgraphicsellipseitem.html#setStartAngle" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStartAngle(int angle)">
+ <parameter left="int" right="" name="angle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="spanAngle" fullname="QGraphicsEllipseItem::spanAngle" href="qgraphicsellipseitem.html#spanAngle" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="spanAngle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSpanAngle" fullname="QGraphicsEllipseItem::setSpanAngle" href="qgraphicsellipseitem.html#setSpanAngle" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSpanAngle(int angle)">
+ <parameter left="int" right="" name="angle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QGraphicsEllipseItem::boundingRect" href="qgraphicsellipseitem.html#boundingRect" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shape" fullname="QGraphicsEllipseItem::shape" href="qgraphicsellipseitem.html#shape" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="shape() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QGraphicsEllipseItem::contains" href="qgraphicsellipseitem.html#contains" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const QPointF &amp; point) const">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="QGraphicsEllipseItem::paint" href="qgraphicsellipseitem.html#paint" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QStyleOptionGraphicsItem *" right="" name="option" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isObscuredBy" fullname="QGraphicsEllipseItem::isObscuredBy" href="qgraphicsellipseitem.html#isObscuredBy" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isObscuredBy(const QGraphicsItem * item) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="opaqueArea" fullname="QGraphicsEllipseItem::opaqueArea" href="qgraphicsellipseitem.html#opaqueArea" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="opaqueArea() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QGraphicsEllipseItem::Type" href="qgraphicsellipseitem.html#Type-var" location="qgraphicsitem.h" type="const int" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QGraphicsEllipseItem::type" href="qgraphicsellipseitem.html#type" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="type() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsPolygonItem" href="qgraphicspolygonitem.html" location="qgraphicsitem.h" bases="QAbstractGraphicsShapeItem" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsPolygonItem" fullname="QGraphicsPolygonItem::QGraphicsPolygonItem" href="qgraphicspolygonitem.html#QGraphicsPolygonItem" location="qgraphicsitem.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsPolygonItem(QGraphicsItem * parent)">
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsPolygonItem" fullname="QGraphicsPolygonItem::QGraphicsPolygonItem" href="qgraphicspolygonitem.html#QGraphicsPolygonItem-2" location="qgraphicsitem.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QGraphicsPolygonItem(const QPolygonF &amp; polygon, QGraphicsItem * parent)">
+ <parameter left="const QPolygonF &amp;" right="" name="polygon" default=""/>
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsPolygonItem" fullname="QGraphicsPolygonItem::~QGraphicsPolygonItem" href="qgraphicspolygonitem.html#dtor.QGraphicsPolygonItem" location="qgraphicsitem.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsPolygonItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polygon" fullname="QGraphicsPolygonItem::polygon" href="qgraphicspolygonitem.html#polygon" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPolygonF" signature="polygon() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPolygon" fullname="QGraphicsPolygonItem::setPolygon" href="qgraphicspolygonitem.html#setPolygon" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPolygon(const QPolygonF &amp; polygon)">
+ <parameter left="const QPolygonF &amp;" right="" name="polygon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fillRule" fullname="QGraphicsPolygonItem::fillRule" href="qgraphicspolygonitem.html#fillRule" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::FillRule" signature="fillRule() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFillRule" fullname="QGraphicsPolygonItem::setFillRule" href="qgraphicspolygonitem.html#setFillRule" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFillRule(Qt::FillRule rule)">
+ <parameter left="Qt::FillRule" right="" name="rule" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QGraphicsPolygonItem::boundingRect" href="qgraphicspolygonitem.html#boundingRect" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shape" fullname="QGraphicsPolygonItem::shape" href="qgraphicspolygonitem.html#shape" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="shape() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QGraphicsPolygonItem::contains" href="qgraphicspolygonitem.html#contains" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const QPointF &amp; point) const">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="QGraphicsPolygonItem::paint" href="qgraphicspolygonitem.html#paint" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QStyleOptionGraphicsItem *" right="" name="option" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isObscuredBy" fullname="QGraphicsPolygonItem::isObscuredBy" href="qgraphicspolygonitem.html#isObscuredBy" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isObscuredBy(const QGraphicsItem * item) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="opaqueArea" fullname="QGraphicsPolygonItem::opaqueArea" href="qgraphicspolygonitem.html#opaqueArea" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="opaqueArea() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QGraphicsPolygonItem::Type" href="qgraphicspolygonitem.html#Type-var" location="qgraphicsitem.h" type="const int" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QGraphicsPolygonItem::type" href="qgraphicspolygonitem.html#type" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="type() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsLineItem" href="qgraphicslineitem.html" location="qgraphicsitem.h" bases="QGraphicsItem" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsLineItem" fullname="QGraphicsLineItem::QGraphicsLineItem" href="qgraphicslineitem.html#QGraphicsLineItem" location="qgraphicsitem.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsLineItem(QGraphicsItem * parent)">
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsLineItem" fullname="QGraphicsLineItem::QGraphicsLineItem" href="qgraphicslineitem.html#QGraphicsLineItem-2" location="qgraphicsitem.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QGraphicsLineItem(const QLineF &amp; line, QGraphicsItem * parent)">
+ <parameter left="const QLineF &amp;" right="" name="line" default=""/>
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsLineItem" fullname="QGraphicsLineItem::QGraphicsLineItem" href="qgraphicslineitem.html#QGraphicsLineItem-3" location="qgraphicsitem.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QGraphicsLineItem(qreal x1, qreal y1, qreal x2, qreal y2, QGraphicsItem * parent)">
+ <parameter left="qreal" right="" name="x1" default=""/>
+ <parameter left="qreal" right="" name="y1" default=""/>
+ <parameter left="qreal" right="" name="x2" default=""/>
+ <parameter left="qreal" right="" name="y2" default=""/>
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsLineItem" fullname="QGraphicsLineItem::~QGraphicsLineItem" href="qgraphicslineitem.html#dtor.QGraphicsLineItem" location="qgraphicsitem.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsLineItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pen" fullname="QGraphicsLineItem::pen" href="qgraphicslineitem.html#pen" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPen" signature="pen() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPen" fullname="QGraphicsLineItem::setPen" href="qgraphicslineitem.html#setPen" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPen(const QPen &amp; pen)">
+ <parameter left="const QPen &amp;" right="" name="pen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="line" fullname="QGraphicsLineItem::line" href="qgraphicslineitem.html#line" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QLineF" signature="line() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLine" fullname="QGraphicsLineItem::setLine" href="qgraphicslineitem.html#setLine" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLine(const QLineF &amp; line)">
+ <parameter left="const QLineF &amp;" right="" name="line" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLine" fullname="QGraphicsLineItem::setLine" href="qgraphicslineitem.html#setLine-2" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setLine(qreal x1, qreal y1, qreal x2, qreal y2)">
+ <parameter left="qreal" right="" name="x1" default=""/>
+ <parameter left="qreal" right="" name="y1" default=""/>
+ <parameter left="qreal" right="" name="x2" default=""/>
+ <parameter left="qreal" right="" name="y2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QGraphicsLineItem::boundingRect" href="qgraphicslineitem.html#boundingRect" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shape" fullname="QGraphicsLineItem::shape" href="qgraphicslineitem.html#shape" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="shape() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QGraphicsLineItem::contains" href="qgraphicslineitem.html#contains" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const QPointF &amp; point) const">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="QGraphicsLineItem::paint" href="qgraphicslineitem.html#paint" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QStyleOptionGraphicsItem *" right="" name="option" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isObscuredBy" fullname="QGraphicsLineItem::isObscuredBy" href="qgraphicslineitem.html#isObscuredBy" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isObscuredBy(const QGraphicsItem * item) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="opaqueArea" fullname="QGraphicsLineItem::opaqueArea" href="qgraphicslineitem.html#opaqueArea" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="opaqueArea() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QGraphicsLineItem::Type" href="qgraphicslineitem.html#Type-var" location="qgraphicsitem.h" type="const int" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QGraphicsLineItem::type" href="qgraphicslineitem.html#type" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="type() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsPixmapItem" href="qgraphicspixmapitem.html" location="qgraphicsitem.h" bases="QGraphicsItem" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ShapeMode" fullname="QGraphicsPixmapItem::ShapeMode" href="qgraphicspixmapitem.html#ShapeMode-enum" location="qgraphicsitem.h">
+ <value name="MaskShape" value="0"/>
+ <value name="BoundingRectShape" value="1"/>
+ <value name="HeuristicMaskShape" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsPixmapItem" fullname="QGraphicsPixmapItem::QGraphicsPixmapItem" href="qgraphicspixmapitem.html#QGraphicsPixmapItem" location="qgraphicsitem.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsPixmapItem(QGraphicsItem * parent)">
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsPixmapItem" fullname="QGraphicsPixmapItem::QGraphicsPixmapItem" href="qgraphicspixmapitem.html#QGraphicsPixmapItem-2" location="qgraphicsitem.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QGraphicsPixmapItem(const QPixmap &amp; pixmap, QGraphicsItem * parent)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsPixmapItem" fullname="QGraphicsPixmapItem::~QGraphicsPixmapItem" href="qgraphicspixmapitem.html#dtor.QGraphicsPixmapItem" location="qgraphicsitem.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsPixmapItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmap" fullname="QGraphicsPixmapItem::pixmap" href="qgraphicspixmapitem.html#pixmap" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="pixmap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPixmap" fullname="QGraphicsPixmapItem::setPixmap" href="qgraphicspixmapitem.html#setPixmap" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPixmap(const QPixmap &amp; pixmap)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transformationMode" fullname="QGraphicsPixmapItem::transformationMode" href="qgraphicspixmapitem.html#transformationMode" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::TransformationMode" signature="transformationMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTransformationMode" fullname="QGraphicsPixmapItem::setTransformationMode" href="qgraphicspixmapitem.html#setTransformationMode" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTransformationMode(Qt::TransformationMode mode)">
+ <parameter left="Qt::TransformationMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="offset" fullname="QGraphicsPixmapItem::offset" href="qgraphicspixmapitem.html#offset" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="offset() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOffset" fullname="QGraphicsPixmapItem::setOffset" href="qgraphicspixmapitem.html#setOffset" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOffset(const QPointF &amp; offset)">
+ <parameter left="const QPointF &amp;" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOffset" fullname="QGraphicsPixmapItem::setOffset" href="qgraphicspixmapitem.html#setOffset-2" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setOffset(qreal x, qreal y)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QGraphicsPixmapItem::boundingRect" href="qgraphicspixmapitem.html#boundingRect" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shape" fullname="QGraphicsPixmapItem::shape" href="qgraphicspixmapitem.html#shape" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="shape() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QGraphicsPixmapItem::contains" href="qgraphicspixmapitem.html#contains" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const QPointF &amp; point) const">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="QGraphicsPixmapItem::paint" href="qgraphicspixmapitem.html#paint" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QStyleOptionGraphicsItem *" right="" name="option" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isObscuredBy" fullname="QGraphicsPixmapItem::isObscuredBy" href="qgraphicspixmapitem.html#isObscuredBy" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isObscuredBy(const QGraphicsItem * item) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="opaqueArea" fullname="QGraphicsPixmapItem::opaqueArea" href="qgraphicspixmapitem.html#opaqueArea" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="opaqueArea() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QGraphicsPixmapItem::Type" href="qgraphicspixmapitem.html#Type-var" location="qgraphicsitem.h" type="const int" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QGraphicsPixmapItem::type" href="qgraphicspixmapitem.html#type" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shapeMode" fullname="QGraphicsPixmapItem::shapeMode" href="qgraphicspixmapitem.html#shapeMode" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ShapeMode" signature="shapeMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setShapeMode" fullname="QGraphicsPixmapItem::setShapeMode" href="qgraphicspixmapitem.html#setShapeMode" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setShapeMode(ShapeMode mode)">
+ <parameter left="ShapeMode" right="" name="mode" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsTextItem" href="qgraphicstextitem.html" location="qgraphicsitem.h" bases="QGraphicsObject" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="openExternalLinks" fullname="QGraphicsTextItem::openExternalLinks" href="qgraphicstextitem.html#openExternalLinks-prop" location="qgraphicsitem.h" type="bool">
+ <getter name="openExternalLinks"/>
+ <setter name="setOpenExternalLinks"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="textCursor" fullname="QGraphicsTextItem::textCursor" href="qgraphicstextitem.html#textCursor-prop" location="qgraphicsitem.h" type="QTextCursor">
+ <getter name="textCursor"/>
+ <setter name="setTextCursor"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsTextItem" fullname="QGraphicsTextItem::QGraphicsTextItem" href="qgraphicstextitem.html#QGraphicsTextItem" location="qgraphicsitem.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsTextItem(QGraphicsItem * parent)">
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsTextItem" fullname="QGraphicsTextItem::QGraphicsTextItem" href="qgraphicstextitem.html#QGraphicsTextItem-2" location="qgraphicsitem.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QGraphicsTextItem(const QString &amp; text, QGraphicsItem * parent)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsTextItem" fullname="QGraphicsTextItem::~QGraphicsTextItem" href="qgraphicstextitem.html#dtor.QGraphicsTextItem" location="qgraphicsitem.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsTextItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toHtml" fullname="QGraphicsTextItem::toHtml" href="qgraphicstextitem.html#toHtml" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toHtml() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHtml" fullname="QGraphicsTextItem::setHtml" href="qgraphicstextitem.html#setHtml" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHtml(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPlainText" fullname="QGraphicsTextItem::toPlainText" href="qgraphicstextitem.html#toPlainText" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toPlainText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPlainText" fullname="QGraphicsTextItem::setPlainText" href="qgraphicstextitem.html#setPlainText" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPlainText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QGraphicsTextItem::font" href="qgraphicstextitem.html#font" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFont" signature="font() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFont" fullname="QGraphicsTextItem::setFont" href="qgraphicstextitem.html#setFont" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFont(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultTextColor" fullname="QGraphicsTextItem::setDefaultTextColor" href="qgraphicstextitem.html#setDefaultTextColor" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDefaultTextColor(const QColor &amp; col)">
+ <parameter left="const QColor &amp;" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultTextColor" fullname="QGraphicsTextItem::defaultTextColor" href="qgraphicstextitem.html#defaultTextColor" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="defaultTextColor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QGraphicsTextItem::boundingRect" href="qgraphicstextitem.html#boundingRect" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shape" fullname="QGraphicsTextItem::shape" href="qgraphicstextitem.html#shape" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="shape() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QGraphicsTextItem::contains" href="qgraphicstextitem.html#contains" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const QPointF &amp; point) const">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="QGraphicsTextItem::paint" href="qgraphicstextitem.html#paint" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QStyleOptionGraphicsItem *" right="" name="option" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isObscuredBy" fullname="QGraphicsTextItem::isObscuredBy" href="qgraphicstextitem.html#isObscuredBy" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isObscuredBy(const QGraphicsItem * item) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="opaqueArea" fullname="QGraphicsTextItem::opaqueArea" href="qgraphicstextitem.html#opaqueArea" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="opaqueArea() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QGraphicsTextItem::Type" href="qgraphicstextitem.html#Type-var" location="qgraphicsitem.h" type="const int" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QGraphicsTextItem::type" href="qgraphicstextitem.html#type" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextWidth" fullname="QGraphicsTextItem::setTextWidth" href="qgraphicstextitem.html#setTextWidth" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextWidth(qreal width)">
+ <parameter left="qreal" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textWidth" fullname="QGraphicsTextItem::textWidth" href="qgraphicstextitem.html#textWidth" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="textWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="adjustSize" fullname="QGraphicsTextItem::adjustSize" href="qgraphicstextitem.html#adjustSize" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="adjustSize()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDocument" fullname="QGraphicsTextItem::setDocument" href="qgraphicstextitem.html#setDocument" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDocument(QTextDocument * document)">
+ <parameter left="QTextDocument *" right="" name="document" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="document" fullname="QGraphicsTextItem::document" href="qgraphicstextitem.html#document" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextDocument *" signature="document() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextInteractionFlags" fullname="QGraphicsTextItem::setTextInteractionFlags" href="qgraphicstextitem.html#setTextInteractionFlags" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextInteractionFlags(QFlags&lt;Qt::TextInteractionFlag&gt; flags)">
+ <parameter left="QFlags&lt;Qt::TextInteractionFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textInteractionFlags" fullname="QGraphicsTextItem::textInteractionFlags" href="qgraphicstextitem.html#textInteractionFlags" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::TextInteractionFlags" signature="textInteractionFlags() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabChangesFocus" fullname="QGraphicsTextItem::setTabChangesFocus" href="qgraphicstextitem.html#setTabChangesFocus" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTabChangesFocus(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabChangesFocus" fullname="QGraphicsTextItem::tabChangesFocus" href="qgraphicstextitem.html#tabChangesFocus" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="tabChangesFocus() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOpenExternalLinks" fullname="QGraphicsTextItem::setOpenExternalLinks" href="qgraphicstextitem.html#openExternalLinks-prop" location="qgraphicsitem.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="openExternalLinks" type="void" signature="setOpenExternalLinks(bool open)">
+ <parameter left="bool" right="" name="open" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="openExternalLinks" fullname="QGraphicsTextItem::openExternalLinks" href="qgraphicstextitem.html#openExternalLinks-prop" location="qgraphicsitem.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="openExternalLinks" type="bool" signature="openExternalLinks() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextCursor" fullname="QGraphicsTextItem::setTextCursor" href="qgraphicstextitem.html#textCursor-prop" location="qgraphicsitem.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="textCursor" type="void" signature="setTextCursor(const QTextCursor &amp; cursor)">
+ <parameter left="const QTextCursor &amp;" right="" name="cursor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textCursor" fullname="QGraphicsTextItem::textCursor" href="qgraphicstextitem.html#textCursor-prop" location="qgraphicsitem.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="textCursor" type="QTextCursor" signature="textCursor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="linkActivated" fullname="QGraphicsTextItem::linkActivated" href="qgraphicstextitem.html#linkActivated" location="qgraphicsitem.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="linkActivated(const QString &amp; link)">
+ <parameter left="const QString &amp;" right="" name="link" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="linkHovered" fullname="QGraphicsTextItem::linkHovered" href="qgraphicstextitem.html#linkHovered" location="qgraphicsitem.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="linkHovered(const QString &amp; link)">
+ <parameter left="const QString &amp;" right="" name="link" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sceneEvent" fullname="QGraphicsTextItem::sceneEvent" href="qgraphicstextitem.html#sceneEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="sceneEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QGraphicsTextItem::mousePressEvent" href="qgraphicstextitem.html#mousePressEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QGraphicsSceneMouseEvent * event)">
+ <parameter left="QGraphicsSceneMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QGraphicsTextItem::mouseMoveEvent" href="qgraphicstextitem.html#mouseMoveEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QGraphicsSceneMouseEvent * event)">
+ <parameter left="QGraphicsSceneMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QGraphicsTextItem::mouseReleaseEvent" href="qgraphicstextitem.html#mouseReleaseEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QGraphicsSceneMouseEvent * event)">
+ <parameter left="QGraphicsSceneMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseDoubleClickEvent" fullname="QGraphicsTextItem::mouseDoubleClickEvent" href="qgraphicstextitem.html#mouseDoubleClickEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseDoubleClickEvent(QGraphicsSceneMouseEvent * event)">
+ <parameter left="QGraphicsSceneMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contextMenuEvent" fullname="QGraphicsTextItem::contextMenuEvent" href="qgraphicstextitem.html#contextMenuEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contextMenuEvent(QGraphicsSceneContextMenuEvent * event)">
+ <parameter left="QGraphicsSceneContextMenuEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QGraphicsTextItem::keyPressEvent" href="qgraphicstextitem.html#keyPressEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * event)">
+ <parameter left="QKeyEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyReleaseEvent" fullname="QGraphicsTextItem::keyReleaseEvent" href="qgraphicstextitem.html#keyReleaseEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyReleaseEvent(QKeyEvent * event)">
+ <parameter left="QKeyEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="QGraphicsTextItem::focusInEvent" href="qgraphicstextitem.html#focusInEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * event)">
+ <parameter left="QFocusEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="QGraphicsTextItem::focusOutEvent" href="qgraphicstextitem.html#focusOutEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * event)">
+ <parameter left="QFocusEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragEnterEvent" fullname="QGraphicsTextItem::dragEnterEvent" href="qgraphicstextitem.html#dragEnterEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragEnterEvent(QGraphicsSceneDragDropEvent * event)">
+ <parameter left="QGraphicsSceneDragDropEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragLeaveEvent" fullname="QGraphicsTextItem::dragLeaveEvent" href="qgraphicstextitem.html#dragLeaveEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragLeaveEvent(QGraphicsSceneDragDropEvent * event)">
+ <parameter left="QGraphicsSceneDragDropEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragMoveEvent" fullname="QGraphicsTextItem::dragMoveEvent" href="qgraphicstextitem.html#dragMoveEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragMoveEvent(QGraphicsSceneDragDropEvent * event)">
+ <parameter left="QGraphicsSceneDragDropEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dropEvent" fullname="QGraphicsTextItem::dropEvent" href="qgraphicstextitem.html#dropEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dropEvent(QGraphicsSceneDragDropEvent * event)">
+ <parameter left="QGraphicsSceneDragDropEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="inputMethodEvent" fullname="QGraphicsTextItem::inputMethodEvent" href="qgraphicstextitem.html#inputMethodEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="inputMethodEvent(QInputMethodEvent * event)">
+ <parameter left="QInputMethodEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hoverEnterEvent" fullname="QGraphicsTextItem::hoverEnterEvent" href="qgraphicstextitem.html#hoverEnterEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hoverEnterEvent(QGraphicsSceneHoverEvent * event)">
+ <parameter left="QGraphicsSceneHoverEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hoverMoveEvent" fullname="QGraphicsTextItem::hoverMoveEvent" href="qgraphicstextitem.html#hoverMoveEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hoverMoveEvent(QGraphicsSceneHoverEvent * event)">
+ <parameter left="QGraphicsSceneHoverEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hoverLeaveEvent" fullname="QGraphicsTextItem::hoverLeaveEvent" href="qgraphicstextitem.html#hoverLeaveEvent" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hoverLeaveEvent(QGraphicsSceneHoverEvent * event)">
+ <parameter left="QGraphicsSceneHoverEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="inputMethodQuery" fullname="QGraphicsTextItem::inputMethodQuery" href="qgraphicstextitem.html#inputMethodQuery" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="inputMethodQuery(Qt::InputMethodQuery query) const">
+ <parameter left="Qt::InputMethodQuery" right="" name="query" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsSimpleTextItem" href="qgraphicssimpletextitem.html" location="qgraphicsitem.h" bases="QAbstractGraphicsShapeItem" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsSimpleTextItem" fullname="QGraphicsSimpleTextItem::QGraphicsSimpleTextItem" href="qgraphicssimpletextitem.html#QGraphicsSimpleTextItem" location="qgraphicsitem.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsSimpleTextItem(QGraphicsItem * parent)">
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsSimpleTextItem" fullname="QGraphicsSimpleTextItem::QGraphicsSimpleTextItem" href="qgraphicssimpletextitem.html#QGraphicsSimpleTextItem-2" location="qgraphicsitem.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QGraphicsSimpleTextItem(const QString &amp; text, QGraphicsItem * parent)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsSimpleTextItem" fullname="QGraphicsSimpleTextItem::~QGraphicsSimpleTextItem" href="qgraphicssimpletextitem.html#dtor.QGraphicsSimpleTextItem" location="qgraphicsitem.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsSimpleTextItem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="QGraphicsSimpleTextItem::setText" href="qgraphicssimpletextitem.html#setText" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QGraphicsSimpleTextItem::text" href="qgraphicssimpletextitem.html#text" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFont" fullname="QGraphicsSimpleTextItem::setFont" href="qgraphicssimpletextitem.html#setFont" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFont(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QGraphicsSimpleTextItem::font" href="qgraphicssimpletextitem.html#font" location="qgraphicsitem.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFont" signature="font() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QGraphicsSimpleTextItem::boundingRect" href="qgraphicssimpletextitem.html#boundingRect" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="shape" fullname="QGraphicsSimpleTextItem::shape" href="qgraphicssimpletextitem.html#shape" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="shape() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QGraphicsSimpleTextItem::contains" href="qgraphicssimpletextitem.html#contains" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const QPointF &amp; point) const">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="QGraphicsSimpleTextItem::paint" href="qgraphicssimpletextitem.html#paint" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QStyleOptionGraphicsItem *" right="" name="option" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isObscuredBy" fullname="QGraphicsSimpleTextItem::isObscuredBy" href="qgraphicssimpletextitem.html#isObscuredBy" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isObscuredBy(const QGraphicsItem * item) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="opaqueArea" fullname="QGraphicsSimpleTextItem::opaqueArea" href="qgraphicssimpletextitem.html#opaqueArea" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="opaqueArea() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QGraphicsSimpleTextItem::Type" href="qgraphicssimpletextitem.html#Type-var" location="qgraphicsitem.h" type="const int" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QGraphicsSimpleTextItem::type" href="qgraphicssimpletextitem.html#type" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="type() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsItemGroup" href="qgraphicsitemgroup.html" location="qgraphicsitem.h" bases="QGraphicsItem" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsItemGroup" fullname="QGraphicsItemGroup::QGraphicsItemGroup" href="qgraphicsitemgroup.html#QGraphicsItemGroup" location="qgraphicsitem.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsItemGroup(QGraphicsItem * parent)">
+ <parameter left="QGraphicsItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsItemGroup" fullname="QGraphicsItemGroup::~QGraphicsItemGroup" href="qgraphicsitemgroup.html#dtor.QGraphicsItemGroup" location="qgraphicsitem.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsItemGroup()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addToGroup" fullname="QGraphicsItemGroup::addToGroup" href="qgraphicsitemgroup.html#addToGroup" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addToGroup(QGraphicsItem * item)">
+ <parameter left="QGraphicsItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeFromGroup" fullname="QGraphicsItemGroup::removeFromGroup" href="qgraphicsitemgroup.html#removeFromGroup" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeFromGroup(QGraphicsItem * item)">
+ <parameter left="QGraphicsItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QGraphicsItemGroup::boundingRect" href="qgraphicsitemgroup.html#boundingRect" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="QGraphicsItemGroup::paint" href="qgraphicsitemgroup.html#paint" location="qgraphicsitem.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QStyleOptionGraphicsItem *" right="" name="option" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isObscuredBy" fullname="QGraphicsItemGroup::isObscuredBy" href="qgraphicsitemgroup.html#isObscuredBy" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isObscuredBy(const QGraphicsItem * item) const">
+ <parameter left="const QGraphicsItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="opaqueArea" fullname="QGraphicsItemGroup::opaqueArea" href="qgraphicsitemgroup.html#opaqueArea" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="opaqueArea() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QGraphicsItemGroup::Type" href="qgraphicsitemgroup.html#Type-var" location="qgraphicsitem.h" type="const int" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QGraphicsItemGroup::type" href="qgraphicsitemgroup.html#type" location="qgraphicsitem.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="type() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qgraphicsitem_cast" href="qgraphicsitem.html#qgraphicsitem_cast" location="qgraphicsitem.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QGraphicsItem" type="T" signature="qgraphicsitem_cast(QGraphicsItem * item)">
+ <parameter left="QGraphicsItem *" right="" name="item" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPoint" href="qpoint.html" location="qpoint.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPoint" fullname="QPoint::QPoint" href="qpoint.html#QPoint" location="qpoint.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPoint()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPoint" fullname="QPoint::QPoint" href="qpoint.html#QPoint-2" location="qpoint.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QPoint(int x, int y)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QPoint::isNull" href="qpoint.html#isNull" location="qpoint.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x" fullname="QPoint::x" href="qpoint.html#x" location="qpoint.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="x() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="y" fullname="QPoint::y" href="qpoint.html#y" location="qpoint.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="y() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setX" fullname="QPoint::setX" href="qpoint.html#setX" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setX(int x)">
+ <parameter left="int" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setY" fullname="QPoint::setY" href="qpoint.html#setY" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setY(int y)">
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="manhattanLength" fullname="QPoint::manhattanLength" href="qpoint.html#manhattanLength" location="qpoint.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="manhattanLength() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rx" fullname="QPoint::rx" href="qpoint.html#rx" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int &amp;" signature="rx()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ry" fullname="QPoint::ry" href="qpoint.html#ry" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int &amp;" signature="ry()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QPoint::operator+=" href="qpoint.html#operator+=" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPoint &amp;" signature="operator+=(const QPoint &amp; point)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QPoint::operator-=" href="qpoint.html#operator-=" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPoint &amp;" signature="operator-=(const QPoint &amp; point)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*=" fullname="QPoint::operator*=" href="qpoint.html#operator*=" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPoint &amp;" signature="operator*=(qreal factor)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator/=" fullname="QPoint::operator/=" href="qpoint.html#operator/=" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPoint &amp;" signature="operator/=(qreal divisor)">
+ <parameter left="qreal" right="" name="divisor" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qpoint.html#operator&lt;&lt;-159" location="qpoint.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="159" relates="QPoint" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QPoint &amp; point)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qpoint.html#operator&gt;&gt;-95" location="qpoint.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="95" relates="QPoint" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QPoint &amp; point)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qpoint.html#operator==-62" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="62" relates="QPoint" type="bool" signature="operator==(const QPoint &amp; p1, const QPoint &amp; p2)">
+ <parameter left="const QPoint &amp;" right="" name="p1" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="qpoint.html#operator!=-42" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="42" relates="QPoint" type="bool" signature="operator!=(const QPoint &amp; p1, const QPoint &amp; p2)">
+ <parameter left="const QPoint &amp;" right="" name="p1" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="qpoint.html#operator+-38" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="38" relates="QPoint" type="const QPoint" signature="operator+(const QPoint &amp; p1, const QPoint &amp; p2)">
+ <parameter left="const QPoint &amp;" right="" name="p1" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" href="qpoint.html#operator--15" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="15" relates="QPoint" type="const QPoint" signature="operator-(const QPoint &amp; p1, const QPoint &amp; p2)">
+ <parameter left="const QPoint &amp;" right="" name="p1" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qpoint.html#operator*-49" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="49" relates="QPoint" type="const QPoint" signature="operator*(const QPoint &amp; point, qreal factor)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qpoint.html#operator*-55" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="55" relates="QPoint" type="const QPoint" signature="operator*(qreal factor, const QPoint &amp; point)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" href="qpoint.html#operator--18" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="18" relates="QPoint" type="const QPoint" signature="operator-(const QPoint &amp; point)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator/" href="qpoint.html#operator/-9" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="9" relates="QPoint" type="const QPoint" signature="operator/(const QPoint &amp; point, qreal divisor)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ <parameter left="qreal" right="" name="divisor" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPointF" href="qpointf.html" location="qpoint.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPointF" fullname="QPointF::QPointF" href="qpointf.html#QPointF" location="qpoint.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPointF()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPointF" fullname="QPointF::QPointF" href="qpointf.html#QPointF-2" location="qpoint.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QPointF(const QPoint &amp; point)">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPointF" fullname="QPointF::QPointF" href="qpointf.html#QPointF-3" location="qpoint.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QPointF(qreal x, qreal y)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="manhattanLength" fullname="QPointF::manhattanLength" href="qpointf.html#manhattanLength" location="qpoint.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="manhattanLength() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QPointF::isNull" href="qpointf.html#isNull" location="qpoint.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x" fullname="QPointF::x" href="qpointf.html#x" location="qpoint.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="x() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="y" fullname="QPointF::y" href="qpointf.html#y" location="qpoint.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="y() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setX" fullname="QPointF::setX" href="qpointf.html#setX" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setX(qreal x)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setY" fullname="QPointF::setY" href="qpointf.html#setY" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setY(qreal y)">
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rx" fullname="QPointF::rx" href="qpointf.html#rx" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="qreal &amp;" signature="rx()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ry" fullname="QPointF::ry" href="qpointf.html#ry" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="qreal &amp;" signature="ry()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QPointF::operator+=" href="qpointf.html#operator+=" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPointF &amp;" signature="operator+=(const QPointF &amp; point)">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QPointF::operator-=" href="qpointf.html#operator-=" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPointF &amp;" signature="operator-=(const QPointF &amp; point)">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*=" fullname="QPointF::operator*=" href="qpointf.html#operator*=" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPointF &amp;" signature="operator*=(qreal factor)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator/=" fullname="QPointF::operator/=" href="qpointf.html#operator/=" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPointF &amp;" signature="operator/=(qreal divisor)">
+ <parameter left="qreal" right="" name="divisor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPoint" fullname="QPointF::toPoint" href="qpointf.html#toPoint" location="qpoint.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="toPoint() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qpointf.html#operator&lt;&lt;-161" location="qpoint.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="161" relates="QPointF" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QPointF &amp; point)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qpointf.html#operator&gt;&gt;-96" location="qpoint.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="96" relates="QPointF" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QPointF &amp; point)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qpointf.html#operator==-63" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="63" relates="QPointF" type="bool" signature="operator==(const QPointF &amp; p1, const QPointF &amp; p2)">
+ <parameter left="const QPointF &amp;" right="" name="p1" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="qpointf.html#operator!=-43" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="43" relates="QPointF" type="bool" signature="operator!=(const QPointF &amp; p1, const QPointF &amp; p2)">
+ <parameter left="const QPointF &amp;" right="" name="p1" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" href="qpointf.html#operator+-39" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="39" relates="QPointF" type="const QPointF" signature="operator+(const QPointF &amp; p1, const QPointF &amp; p2)">
+ <parameter left="const QPointF &amp;" right="" name="p1" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" href="qpointf.html#operator--16" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="16" relates="QPointF" type="const QPointF" signature="operator-(const QPointF &amp; p1, const QPointF &amp; p2)">
+ <parameter left="const QPointF &amp;" right="" name="p1" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="p2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qpointf.html#operator*-50" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="50" relates="QPointF" type="const QPointF" signature="operator*(const QPointF &amp; point, qreal factor)">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ <parameter left="qreal" right="" name="factor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" href="qpointf.html#operator*-56" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="56" relates="QPointF" type="const QPointF" signature="operator*(qreal factor, const QPointF &amp; point)">
+ <parameter left="qreal" right="" name="factor" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" href="qpointf.html#operator--19" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="19" relates="QPointF" type="const QPointF" signature="operator-(const QPointF &amp; point)">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator/" href="qpointf.html#operator/-10" location="qpoint.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="10" relates="QPointF" type="const QPointF" signature="operator/(const QPointF &amp; point, qreal divisor)">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ <parameter left="qreal" right="" name="divisor" default=""/>
+ </function>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QPolygon" href="qpolygon.html" location="qpolygon.h" bases="QVector" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPolygon" fullname="QPolygon::QPolygon" href="qpolygon.html#QPolygon" location="qpolygon.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPolygon()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPolygon" fullname="QPolygon::~QPolygon" href="qpolygon.html#dtor.QPolygon" location="qpolygon.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPolygon()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPolygon" fullname="QPolygon::QPolygon" href="qpolygon.html#QPolygon-2" location="qpolygon.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QPolygon(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPolygon" fullname="QPolygon::QPolygon" href="qpolygon.html#QPolygon-3" location="qpolygon.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QPolygon(const QPolygon &amp; polygon)">
+ <parameter left="const QPolygon &amp;" right="" name="polygon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPolygon" fullname="QPolygon::QPolygon" href="qpolygon.html#QPolygon-4" location="qpolygon.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QPolygon(const QVector&lt;QPoint&gt; &amp; points)">
+ <parameter left="const QVector&lt;QPoint&gt; &amp;" right="" name="points" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPolygon" fullname="QPolygon::QPolygon" href="qpolygon.html#QPolygon-5" location="qpolygon.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QPolygon(const QRect &amp; rectangle, bool closed)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="bool" right="" name="closed" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QVariant" fullname="QPolygon::operator QVariant" href="qpolygon.html#operator QVariant" location="qpolygon.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QVariant() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QPolygon::translate" href="qpolygon.html#translate" location="qpolygon.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="translate(int dx, int dy)">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QPolygon::translate" href="qpolygon.html#translate-2" location="qpolygon.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="translate(const QPoint &amp; offset)">
+ <parameter left="const QPoint &amp;" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translated" fullname="QPolygon::translated" href="qpolygon.html#translated" location="qpolygon.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPolygon" signature="translated(int dx, int dy) const">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translated" fullname="QPolygon::translated" href="qpolygon.html#translated-2" location="qpolygon.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPolygon" signature="translated(const QPoint &amp; offset) const">
+ <parameter left="const QPoint &amp;" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QPolygon::boundingRect" href="qpolygon.html#boundingRect" location="qpolygon.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="point" fullname="QPolygon::point" href="qpolygon.html#point" location="qpolygon.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="point(int index, int * x, int * y) const">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int *" right="" name="x" default=""/>
+ <parameter left="int *" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="point" fullname="QPolygon::point" href="qpolygon.html#point-2" location="qpolygon.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPoint" signature="point(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPoint" fullname="QPolygon::setPoint" href="qpolygon.html#setPoint" location="qpolygon.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPoint(int index, int x, int y)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPoint" fullname="QPolygon::setPoint" href="qpolygon.html#setPoint-2" location="qpolygon.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setPoint(int index, const QPoint &amp; point)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPoints" fullname="QPolygon::setPoints" href="qpolygon.html#setPoints" location="qpolygon.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPoints(int nPoints, const int * points)">
+ <parameter left="int" right="" name="nPoints" default=""/>
+ <parameter left="const int *" right="" name="points" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPoints" fullname="QPolygon::setPoints" href="qpolygon.html#setPoints-2" location="qpolygon.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setPoints(int nPoints, int firstx, int firsty, ... )">
+ <parameter left="int" right="" name="nPoints" default=""/>
+ <parameter left="int" right="" name="firstx" default=""/>
+ <parameter left="int" right="" name="firsty" default=""/>
+ <parameter left="..." right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="putPoints" fullname="QPolygon::putPoints" href="qpolygon.html#putPoints" location="qpolygon.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="putPoints(int index, int nPoints, int firstx, int firsty, ... )">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int" right="" name="nPoints" default=""/>
+ <parameter left="int" right="" name="firstx" default=""/>
+ <parameter left="int" right="" name="firsty" default=""/>
+ <parameter left="..." right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="putPoints" fullname="QPolygon::putPoints" href="qpolygon.html#putPoints-3" location="qpolygon.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="putPoints(int index, int nPoints, const QPolygon &amp; fromPolygon, int fromIndex)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int" right="" name="nPoints" default=""/>
+ <parameter left="const QPolygon &amp;" right="" name="fromPolygon" default=""/>
+ <parameter left="int" right="" name="fromIndex" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="containsPoint" fullname="QPolygon::containsPoint" href="qpolygon.html#containsPoint" location="qpolygon.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="containsPoint(const QPoint &amp; point, Qt::FillRule fillRule) const">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ <parameter left="Qt::FillRule" right="" name="fillRule" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="united" fullname="QPolygon::united" href="qpolygon.html#united" location="qpolygon.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPolygon" signature="united(const QPolygon &amp; r) const">
+ <parameter left="const QPolygon &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intersected" fullname="QPolygon::intersected" href="qpolygon.html#intersected" location="qpolygon.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPolygon" signature="intersected(const QPolygon &amp; r) const">
+ <parameter left="const QPolygon &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subtracted" fullname="QPolygon::subtracted" href="qpolygon.html#subtracted" location="qpolygon.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPolygon" signature="subtracted(const QPolygon &amp; r) const">
+ <parameter left="const QPolygon &amp;" right="" name="r" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qpolygon.html#operator&lt;&lt;-164" location="qpolygon.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="164" relates="QPolygon" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QPolygon &amp; polygon)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QPolygon &amp;" right="" name="polygon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qpolygon.html#operator&gt;&gt;-97" location="qpolygon.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="97" relates="QPolygon" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QPolygon &amp; polygon)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QPolygon &amp;" right="" name="polygon" default=""/>
+ </function>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QPolygonF" href="qpolygonf.html" location="qpolygon.h" bases="QVector" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPolygonF" fullname="QPolygonF::QPolygonF" href="qpolygonf.html#QPolygonF" location="qpolygon.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPolygonF()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPolygonF" fullname="QPolygonF::~QPolygonF" href="qpolygonf.html#dtor.QPolygonF" location="qpolygon.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPolygonF()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPolygonF" fullname="QPolygonF::QPolygonF" href="qpolygonf.html#QPolygonF-2" location="qpolygon.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QPolygonF(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPolygonF" fullname="QPolygonF::QPolygonF" href="qpolygonf.html#QPolygonF-3" location="qpolygon.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QPolygonF(const QPolygonF &amp; polygon)">
+ <parameter left="const QPolygonF &amp;" right="" name="polygon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPolygonF" fullname="QPolygonF::QPolygonF" href="qpolygonf.html#QPolygonF-4" location="qpolygon.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QPolygonF(const QVector&lt;QPointF&gt; &amp; points)">
+ <parameter left="const QVector&lt;QPointF&gt; &amp;" right="" name="points" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPolygonF" fullname="QPolygonF::QPolygonF" href="qpolygonf.html#QPolygonF-5" location="qpolygon.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QPolygonF(const QRectF &amp; rectangle)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPolygonF" fullname="QPolygonF::QPolygonF" href="qpolygonf.html#QPolygonF-6" location="qpolygon.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QPolygonF(const QPolygon &amp; polygon)">
+ <parameter left="const QPolygon &amp;" right="" name="polygon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QPolygonF::translate" href="qpolygonf.html#translate-2" location="qpolygon.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="translate(qreal dx, qreal dy)">
+ <parameter left="qreal" right="" name="dx" default=""/>
+ <parameter left="qreal" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QPolygonF::translate" href="qpolygonf.html#translate" location="qpolygon.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="translate(const QPointF &amp; offset)">
+ <parameter left="const QPointF &amp;" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translated" fullname="QPolygonF::translated" href="qpolygonf.html#translated-2" location="qpolygon.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPolygonF" signature="translated(qreal dx, qreal dy) const">
+ <parameter left="qreal" right="" name="dx" default=""/>
+ <parameter left="qreal" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translated" fullname="QPolygonF::translated" href="qpolygonf.html#translated" location="qpolygon.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPolygonF" signature="translated(const QPointF &amp; offset) const">
+ <parameter left="const QPointF &amp;" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPolygon" fullname="QPolygonF::toPolygon" href="qpolygonf.html#toPolygon" location="qpolygon.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPolygon" signature="toPolygon() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isClosed" fullname="QPolygonF::isClosed" href="qpolygonf.html#isClosed" location="qpolygon.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isClosed() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QPolygonF::boundingRect" href="qpolygonf.html#boundingRect" location="qpolygon.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="containsPoint" fullname="QPolygonF::containsPoint" href="qpolygonf.html#containsPoint" location="qpolygon.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="containsPoint(const QPointF &amp; point, Qt::FillRule fillRule) const">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ <parameter left="Qt::FillRule" right="" name="fillRule" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="united" fullname="QPolygonF::united" href="qpolygonf.html#united" location="qpolygon.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPolygonF" signature="united(const QPolygonF &amp; r) const">
+ <parameter left="const QPolygonF &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intersected" fullname="QPolygonF::intersected" href="qpolygonf.html#intersected" location="qpolygon.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPolygonF" signature="intersected(const QPolygonF &amp; r) const">
+ <parameter left="const QPolygonF &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subtracted" fullname="QPolygonF::subtracted" href="qpolygonf.html#subtracted" location="qpolygon.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPolygonF" signature="subtracted(const QPolygonF &amp; r) const">
+ <parameter left="const QPolygonF &amp;" right="" name="r" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qpolygonf.html#operator&lt;&lt;-166" location="qpolygon.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="166" relates="QPolygonF" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QPolygonF &amp; polygon)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QPolygonF &amp;" right="" name="polygon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qpolygonf.html#operator&gt;&gt;-98" location="qpolygon.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="98" relates="QPolygonF" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QPolygonF &amp; polygon)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QPolygonF &amp;" right="" name="polygon" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QCommandLinkButton" href="qcommandlinkbutton.html" location="qcommandlinkbutton.h" bases="QPushButton" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="description" fullname="QCommandLinkButton::description" href="qcommandlinkbutton.html#description-prop" location="qcommandlinkbutton.h" type="QString">
+ <getter name="description"/>
+ <setter name="setDescription"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="flat" fullname="QCommandLinkButton::flat" href="qcommandlinkbutton.html#flat-prop" location="qcommandlinkbutton.h" type="bool">
+ <getter name="isFlat"/>
+ <setter name="setFlat"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCommandLinkButton" fullname="QCommandLinkButton::QCommandLinkButton" href="qcommandlinkbutton.html#QCommandLinkButton" location="qcommandlinkbutton.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QCommandLinkButton(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCommandLinkButton" fullname="QCommandLinkButton::QCommandLinkButton" href="qcommandlinkbutton.html#QCommandLinkButton-2" location="qcommandlinkbutton.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QCommandLinkButton(const QString &amp; text, QWidget * parent)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCommandLinkButton" fullname="QCommandLinkButton::QCommandLinkButton" href="qcommandlinkbutton.html#QCommandLinkButton-3" location="qcommandlinkbutton.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QCommandLinkButton(const QString &amp; text, const QString &amp; description, QWidget * parent)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QString &amp;" right="" name="description" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="description" fullname="QCommandLinkButton::description" href="qcommandlinkbutton.html#description-prop" location="qcommandlinkbutton.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="description" type="QString" signature="description() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDescription" fullname="QCommandLinkButton::setDescription" href="qcommandlinkbutton.html#description-prop" location="qcommandlinkbutton.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="description" type="void" signature="setDescription(const QString &amp; description)">
+ <parameter left="const QString &amp;" right="" name="description" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QCommandLinkButton::sizeHint" href="qcommandlinkbutton.html#sizeHint" location="qcommandlinkbutton.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="heightForWidth" fullname="QCommandLinkButton::heightForWidth" href="qcommandlinkbutton.html#heightForWidth" location="qcommandlinkbutton.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="heightForWidth(int width) const">
+ <parameter left="int" right="" name="width" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="QCommandLinkButton::minimumSizeHint" href="qcommandlinkbutton.html#minimumSizeHint" location="qcommandlinkbutton.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QCommandLinkButton::event" href="qcommandlinkbutton.html#event" location="qcommandlinkbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QCommandLinkButton::paintEvent" href="qcommandlinkbutton.html#paintEvent" location="qcommandlinkbutton.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * )">
+ <parameter left="QPaintEvent *" right="" name="" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QSharedPointer" href="qsharedpointer.html" location="qsharedpointer.h" bases="" module="QtCore">
+ <contents name="thread-safety" title="Thread-Safety" level="1"/>
+ <contents name="other-pointer-classes" title="Other Pointer Classes" level="1"/>
+ <contents name="optional-pointer-tracking" title="Optional pointer tracking" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QSharedPointer::data" href="qsharedpointer.html#data" location="qsharedpointer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T *" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QSharedPointer::isNull" href="qsharedpointer.html#isNull" location="qsharedpointer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator bool" fullname="QSharedPointer::operator bool" href="qsharedpointer.html#operator bool" location="qsharedpointer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator bool() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!" fullname="QSharedPointer::operator!" href="qsharedpointer.html#operator!" location="qsharedpointer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" fullname="QSharedPointer::operator*" href="qsharedpointer.html#operator*" location="qsharedpointer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T &amp;" signature="operator*() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-&gt;" fullname="QSharedPointer::operator-&gt;" href="qsharedpointer.html#operator-&gt;" location="qsharedpointer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T *" signature="operator-&gt;() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSharedPointer" fullname="QSharedPointer::QSharedPointer" href="qsharedpointer.html#QSharedPointer" location="qsharedpointer.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSharedPointer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSharedPointer" fullname="QSharedPointer::QSharedPointer" href="qsharedpointer.html#QSharedPointer-2" location="qsharedpointer.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSharedPointer(T * ptr)">
+ <parameter left="T *" right="" name="ptr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSharedPointer" fullname="QSharedPointer::QSharedPointer" href="qsharedpointer.html#QSharedPointer-3" location="qsharedpointer.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QSharedPointer(T * ptr, Deleter deleter)">
+ <parameter left="T *" right="" name="ptr" default=""/>
+ <parameter left="Deleter" right="" name="deleter" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSharedPointer" fullname="QSharedPointer::QSharedPointer" href="qsharedpointer.html#QSharedPointer-4" location="qsharedpointer.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QSharedPointer(const QSharedPointer&lt;T&gt; &amp; other)">
+ <parameter left="const QSharedPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSharedPointer" fullname="QSharedPointer::QSharedPointer" href="qsharedpointer.html#QSharedPointer-5" location="qsharedpointer.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QSharedPointer(const QWeakPointer&lt;T&gt; &amp; other)">
+ <parameter left="const QWeakPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSharedPointer" fullname="QSharedPointer::~QSharedPointer" href="qsharedpointer.html#dtor.QSharedPointer" location="qsharedpointer.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSharedPointer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QSharedPointer::operator=" href="qsharedpointer.html#operator=" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSharedPointer&lt;T&gt; &amp;" signature="operator=(const QSharedPointer&lt;T&gt; &amp; other)">
+ <parameter left="const QSharedPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QSharedPointer::operator=" href="qsharedpointer.html#operator=-2" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QSharedPointer&lt;T&gt; &amp;" signature="operator=(const QWeakPointer&lt;T&gt; &amp; other)">
+ <parameter left="const QWeakPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toWeakRef" fullname="QSharedPointer::toWeakRef" href="qsharedpointer.html#toWeakRef" location="qsharedpointer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWeakPointer&lt;T&gt;" signature="toWeakRef() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QSharedPointer::clear" href="qsharedpointer.html#clear" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="staticCast" fullname="QSharedPointer::staticCast" href="qsharedpointer.html#staticCast" location="qsharedpointer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSharedPointer&lt;X&gt;" signature="staticCast() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dynamicCast" fullname="QSharedPointer::dynamicCast" href="qsharedpointer.html#dynamicCast" location="qsharedpointer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSharedPointer&lt;X&gt;" signature="dynamicCast() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constCast" fullname="QSharedPointer::constCast" href="qsharedpointer.html#constCast" location="qsharedpointer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSharedPointer&lt;X&gt;" signature="constCast() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="objectCast" fullname="QSharedPointer::objectCast" href="qsharedpointer.html#objectCast" location="qsharedpointer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSharedPointer&lt;X&gt;" signature="objectCast() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QWeakPointer" href="qweakpointer.html" location="qsharedpointer.h" bases="" module="QtCore">
+ <contents name="tracking-qobject" title="Tracking QObject" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QWeakPointer::isNull" href="qweakpointer.html#isNull" location="qsharedpointer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator bool" fullname="QWeakPointer::operator bool" href="qweakpointer.html#operator bool" location="qsharedpointer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator bool() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!" fullname="QWeakPointer::operator!" href="qweakpointer.html#operator!" location="qsharedpointer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWeakPointer" fullname="QWeakPointer::QWeakPointer" href="qweakpointer.html#QWeakPointer" location="qsharedpointer.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWeakPointer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWeakPointer" fullname="QWeakPointer::QWeakPointer" href="qweakpointer.html#QWeakPointer-2" location="qsharedpointer.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QWeakPointer(const QWeakPointer&lt;T&gt; &amp; other)">
+ <parameter left="const QWeakPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWeakPointer" fullname="QWeakPointer::QWeakPointer" href="qweakpointer.html#QWeakPointer-3" location="qsharedpointer.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QWeakPointer(const QSharedPointer&lt;T&gt; &amp; other)">
+ <parameter left="const QSharedPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWeakPointer" fullname="QWeakPointer::~QWeakPointer" href="qweakpointer.html#dtor.QWeakPointer" location="qsharedpointer.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWeakPointer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QWeakPointer::operator=" href="qweakpointer.html#operator=" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QWeakPointer&lt;T&gt;" signature="operator=(const QWeakPointer&lt;T&gt; &amp; other)">
+ <parameter left="const QWeakPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QWeakPointer::operator=" href="qweakpointer.html#operator=-2" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QWeakPointer&lt;T&gt;" signature="operator=(const QSharedPointer&lt;T&gt; &amp; other)">
+ <parameter left="const QSharedPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWeakPointer" fullname="QWeakPointer::QWeakPointer" href="qweakpointer.html#QWeakPointer-4" location="qsharedpointer.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QWeakPointer(const QObject * obj)">
+ <parameter left="const QObject *" right="" name="obj" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QWeakPointer::operator=" href="qweakpointer.html#operator=-3" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QWeakPointer&lt;T&gt;" signature="operator=(const QObject * obj)">
+ <parameter left="const QObject *" right="" name="obj" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QWeakPointer::data" href="qweakpointer.html#data" location="qsharedpointer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T *" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QWeakPointer::clear" href="qweakpointer.html#clear" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toStrongRef" fullname="QWeakPointer::toStrongRef" href="qweakpointer.html#toStrongRef" location="qsharedpointer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSharedPointer&lt;T&gt;" signature="toStrongRef() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qsharedpointer.html#operator==-64" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="64" relates="QSharedPointer" type="bool" signature="operator==(const QSharedPointer&lt;T&gt; &amp; ptr1, const QSharedPointer&lt;X&gt; &amp; ptr2)">
+ <parameter left="const QSharedPointer&lt;T&gt; &amp;" right="" name="ptr1" default=""/>
+ <parameter left="const QSharedPointer&lt;X&gt; &amp;" right="" name="ptr2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="qsharedpointer.html#operator!=-44" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="44" relates="QSharedPointer" type="bool" signature="operator!=(const QSharedPointer&lt;T&gt; &amp; ptr1, const QSharedPointer&lt;X&gt; &amp; ptr2)">
+ <parameter left="const QSharedPointer&lt;T&gt; &amp;" right="" name="ptr1" default=""/>
+ <parameter left="const QSharedPointer&lt;X&gt; &amp;" right="" name="ptr2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qsharedpointer.html#operator==-65" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="65" relates="QSharedPointer" type="bool" signature="operator==(const QSharedPointer&lt;T&gt; &amp; ptr1, const X * ptr2)">
+ <parameter left="const QSharedPointer&lt;T&gt; &amp;" right="" name="ptr1" default=""/>
+ <parameter left="const X *" right="" name="ptr2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="qsharedpointer.html#operator!=-45" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="45" relates="QSharedPointer" type="bool" signature="operator!=(const QSharedPointer&lt;T&gt; &amp; ptr1, const X * ptr2)">
+ <parameter left="const QSharedPointer&lt;T&gt; &amp;" right="" name="ptr1" default=""/>
+ <parameter left="const X *" right="" name="ptr2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qsharedpointer.html#operator==-66" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="66" relates="QSharedPointer" type="bool" signature="operator==(const T * ptr1, const QSharedPointer&lt;X&gt; &amp; ptr2)">
+ <parameter left="const T *" right="" name="ptr1" default=""/>
+ <parameter left="const QSharedPointer&lt;X&gt; &amp;" right="" name="ptr2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="qsharedpointer.html#operator!=-46" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="46" relates="QSharedPointer" type="bool" signature="operator!=(const T * ptr1, const QSharedPointer&lt;X&gt; &amp; ptr2)">
+ <parameter left="const T *" right="" name="ptr1" default=""/>
+ <parameter left="const QSharedPointer&lt;X&gt; &amp;" right="" name="ptr2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qweakpointer.html#operator==-67" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="67" relates="QWeakPointer" type="bool" signature="operator==(const QWeakPointer&lt;T&gt; &amp; ptr1, const QSharedPointer&lt;X&gt; &amp; ptr2)">
+ <parameter left="const QWeakPointer&lt;T&gt; &amp;" right="" name="ptr1" default=""/>
+ <parameter left="const QSharedPointer&lt;X&gt; &amp;" right="" name="ptr2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="qweakpointer.html#operator!=-47" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="47" relates="QWeakPointer" type="bool" signature="operator!=(const QWeakPointer&lt;T&gt; &amp; ptr1, const QSharedPointer&lt;X&gt; &amp; ptr2)">
+ <parameter left="const QWeakPointer&lt;T&gt; &amp;" right="" name="ptr1" default=""/>
+ <parameter left="const QSharedPointer&lt;X&gt; &amp;" right="" name="ptr2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qweakpointer.html#operator==-68" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="68" relates="QWeakPointer" type="bool" signature="operator==(const QSharedPointer&lt;T&gt; &amp; ptr1, const QWeakPointer&lt;X&gt; &amp; ptr2)">
+ <parameter left="const QSharedPointer&lt;T&gt; &amp;" right="" name="ptr1" default=""/>
+ <parameter left="const QWeakPointer&lt;X&gt; &amp;" right="" name="ptr2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="qweakpointer.html#operator!=-48" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="48" relates="QWeakPointer" type="bool" signature="operator!=(const QSharedPointer&lt;T&gt; &amp; ptr1, const QWeakPointer&lt;X&gt; &amp; ptr2)">
+ <parameter left="const QSharedPointer&lt;T&gt; &amp;" right="" name="ptr1" default=""/>
+ <parameter left="const QWeakPointer&lt;X&gt; &amp;" right="" name="ptr2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qSharedPointerCast" href="qsharedpointer.html#qSharedPointerCast" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QSharedPointer" type="QSharedPointer&lt;X&gt;" signature="qSharedPointerCast(const QSharedPointer&lt;T&gt; &amp; other)">
+ <parameter left="const QSharedPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qSharedPointerCast" href="qweakpointer.html#qSharedPointerCast-2" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="QWeakPointer" type="QSharedPointer&lt;X&gt;" signature="qSharedPointerCast(const QWeakPointer&lt;T&gt; &amp; other)">
+ <parameter left="const QWeakPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qSharedPointerDynamicCast" href="qsharedpointer.html#qSharedPointerDynamicCast" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QSharedPointer" type="QSharedPointer&lt;X&gt;" signature="qSharedPointerDynamicCast(const QSharedPointer&lt;T&gt; &amp; other)">
+ <parameter left="const QSharedPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qSharedPointerDynamicCast" href="qweakpointer.html#qSharedPointerDynamicCast-2" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="QWeakPointer" type="QSharedPointer&lt;X&gt;" signature="qSharedPointerDynamicCast(const QWeakPointer&lt;T&gt; &amp; other)">
+ <parameter left="const QWeakPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qSharedPointerConstCast" href="qsharedpointer.html#qSharedPointerConstCast" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QSharedPointer" type="QSharedPointer&lt;X&gt;" signature="qSharedPointerConstCast(const QSharedPointer&lt;T&gt; &amp; other)">
+ <parameter left="const QSharedPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qSharedPointerConstCast" href="qweakpointer.html#qSharedPointerConstCast-2" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="QWeakPointer" type="QSharedPointer&lt;X&gt;" signature="qSharedPointerConstCast(const QWeakPointer&lt;T&gt; &amp; other)">
+ <parameter left="const QWeakPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qSharedPointerObjectCast" href="qsharedpointer.html#qSharedPointerObjectCast" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QSharedPointer" type="QSharedPointer&lt;X&gt;" signature="qSharedPointerObjectCast(const QSharedPointer&lt;T&gt; &amp; other)">
+ <parameter left="const QSharedPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qSharedPointerObjectCast" href="qweakpointer.html#qSharedPointerObjectCast-2" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="QWeakPointer" type="QSharedPointer&lt;X&gt;" signature="qSharedPointerObjectCast(const QWeakPointer&lt;T&gt; &amp; other)">
+ <parameter left="const QWeakPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qWeakPointerCast" href="qweakpointer.html#qWeakPointerCast" location="qsharedpointer.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QWeakPointer" type="QWeakPointer&lt;X&gt;" signature="qWeakPointerCast(const QWeakPointer&lt;T&gt; &amp; other)">
+ <parameter left="const QWeakPointer&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QState" href="qstate.html" location="qstate.h" bases="QAbstractState" module="QtCore">
+ <contents name="states-with-child-states" title="States with Child States" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="initialState" fullname="QState::initialState" href="qstate.html#initialState-prop" location="qstate.h" type="QAbstractState *">
+ <getter name="initialState"/>
+ <setter name="setInitialState"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="errorState" fullname="QState::errorState" href="qstate.html#errorState-prop" location="qstate.h" type="QAbstractState *">
+ <getter name="errorState"/>
+ <setter name="setErrorState"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="childMode" fullname="QState::childMode" href="qstate.html#childMode-prop" location="qstate.h" type="ChildMode">
+ <getter name="childMode"/>
+ <setter name="setChildMode"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ChildMode" fullname="QState::ChildMode" href="qstate.html#ChildMode-enum" location="qstate.h">
+ <value name="ExclusiveStates" value="0"/>
+ <value name="ParallelStates" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QState" fullname="QState::QState" href="qstate.html#QState" location="qstate.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QState(QState * parent)">
+ <parameter left="QState *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QState" fullname="QState::QState" href="qstate.html#QState-2" location="qstate.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QState(ChildMode childMode, QState * parent)">
+ <parameter left="ChildMode" right="" name="childMode" default=""/>
+ <parameter left="QState *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QState" fullname="QState::~QState" href="qstate.html#dtor.QState" location="qstate.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QState()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorState" fullname="QState::errorState" href="qstate.html#errorState-prop" location="qstate.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="errorState" type="QAbstractState *" signature="errorState() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setErrorState" fullname="QState::setErrorState" href="qstate.html#errorState-prop" location="qstate.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="errorState" type="void" signature="setErrorState(QAbstractState * state)">
+ <parameter left="QAbstractState *" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addTransition" fullname="QState::addTransition" href="qstate.html#addTransition" location="qstate.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAbstractTransition *" signature="addTransition(QAbstractTransition * transition)">
+ <parameter left="QAbstractTransition *" right="" name="transition" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addTransition" fullname="QState::addTransition" href="qstate.html#addTransition-2" location="qstate.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QSignalTransition *" signature="addTransition(QObject * sender, const char * signal, QAbstractState * target)">
+ <parameter left="QObject *" right="" name="sender" default=""/>
+ <parameter left="const char *" right="" name="signal" default=""/>
+ <parameter left="QAbstractState *" right="" name="target" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addTransition" fullname="QState::addTransition" href="qstate.html#addTransition-3" location="qstate.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QAbstractTransition *" signature="addTransition(QAbstractState * target)">
+ <parameter left="QAbstractState *" right="" name="target" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeTransition" fullname="QState::removeTransition" href="qstate.html#removeTransition" location="qstate.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeTransition(QAbstractTransition * transition)">
+ <parameter left="QAbstractTransition *" right="" name="transition" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="initialState" fullname="QState::initialState" href="qstate.html#initialState-prop" location="qstate.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="initialState" type="QAbstractState *" signature="initialState() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setInitialState" fullname="QState::setInitialState" href="qstate.html#initialState-prop" location="qstate.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="initialState" type="void" signature="setInitialState(QAbstractState * state)">
+ <parameter left="QAbstractState *" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="childMode" fullname="QState::childMode" href="qstate.html#childMode-prop" location="qstate.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="childMode" type="ChildMode" signature="childMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setChildMode" fullname="QState::setChildMode" href="qstate.html#childMode-prop" location="qstate.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="childMode" type="void" signature="setChildMode(ChildMode mode)">
+ <parameter left="ChildMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="assignProperty" fullname="QState::assignProperty" href="qstate.html#assignProperty" location="qstate.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="assignProperty(QObject * object, const char * name, const QVariant &amp; value)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="finished" fullname="QState::finished" href="qstate.html#finished" location="qstate.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="finished()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polished" fullname="QState::polished" href="qstate.html#polished" location="qstate.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="polished()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="onEntry" fullname="QState::onEntry" href="qstate.html#onEntry" location="qstate.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="onEntry(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="onExit" fullname="QState::onExit" href="qstate.html#onExit" location="qstate.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="onExit(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QState::event" href="qstate.html#event" location="qstate.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPainterPath" href="qpainterpath.html" location="qpainterpath.h" bases="" module="QtGui">
+ <contents name="composing-a-qpainterpath" title="Composing a QPainterPath" level="1"/>
+ <contents name="qpainterpath-information" title="QPainterPath Information" level="1"/>
+ <contents name="qpainterpath-conversion" title="QPainterPath Conversion" level="1"/>
+ <contents name="examples" title="Examples" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ElementType" fullname="QPainterPath::ElementType" href="qpainterpath.html#ElementType-enum" location="qpainterpath.h">
+ <value name="MoveToElement" value="0"/>
+ <value name="LineToElement" value="1"/>
+ <value name="CurveToElement" value="2"/>
+ <value name="CurveToDataElement" value="3"/>
+ </enum>
+ <class access="public" threadsafety="unspecified" status="commendable" name="Element" fullname="QPainterPath::Element" href="qpainterpath-element.html" location="qpainterpath.h" bases="" module="QtGui">
+ <variable access="public" threadsafety="unspecified" status="commendable" name="x" fullname="QPainterPath::Element::x" href="qpainterpath-element.html#x-var" location="qpainterpath.h" type="qreal" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="y" fullname="QPainterPath::Element::y" href="qpainterpath-element.html#y-var" location="qpainterpath.h" type="qreal" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QPainterPath::Element::type" href="qpainterpath-element.html#type-var" location="qpainterpath.h" type="ElementType" static="false"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isMoveTo" fullname="QPainterPath::Element::isMoveTo" href="qpainterpath-element.html#isMoveTo" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isMoveTo() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isLineTo" fullname="QPainterPath::Element::isLineTo" href="qpainterpath-element.html#isLineTo" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isLineTo() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCurveTo" fullname="QPainterPath::Element::isCurveTo" href="qpainterpath-element.html#isCurveTo" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCurveTo() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QPointF" fullname="QPainterPath::Element::operator QPointF" href="qpainterpath-element.html#operator QPointF" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QPointF() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QPainterPath::Element::operator==" href="qpainterpath-element.html#operator==" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const Element &amp; other) const">
+ <parameter left="const Element &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QPainterPath::Element::operator!=" href="qpainterpath-element.html#operator!=" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const Element &amp; other) const">
+ <parameter left="const Element &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPainterPath" fullname="QPainterPath::QPainterPath" href="qpainterpath.html#QPainterPath" location="qpainterpath.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPainterPath()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPainterPath" fullname="QPainterPath::QPainterPath" href="qpainterpath.html#QPainterPath-2" location="qpainterpath.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QPainterPath(const QPointF &amp; startPoint)">
+ <parameter left="const QPointF &amp;" right="" name="startPoint" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPainterPath" fullname="QPainterPath::QPainterPath" href="qpainterpath.html#QPainterPath-3" location="qpainterpath.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QPainterPath(const QPainterPath &amp; path)">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QPainterPath::operator=" href="qpainterpath.html#operator=" location="qpainterpath.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPainterPath &amp;" signature="operator=(const QPainterPath &amp; path)">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPainterPath" fullname="QPainterPath::~QPainterPath" href="qpainterpath.html#dtor.QPainterPath" location="qpainterpath.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPainterPath()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="closeSubpath" fullname="QPainterPath::closeSubpath" href="qpainterpath.html#closeSubpath" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="closeSubpath()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveTo" fullname="QPainterPath::moveTo" href="qpainterpath.html#moveTo" location="qpainterpath.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveTo(const QPointF &amp; point)">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveTo" fullname="QPainterPath::moveTo" href="qpainterpath.html#moveTo-2" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="moveTo(qreal x, qreal y)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineTo" fullname="QPainterPath::lineTo" href="qpainterpath.html#lineTo" location="qpainterpath.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="lineTo(const QPointF &amp; endPoint)">
+ <parameter left="const QPointF &amp;" right="" name="endPoint" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineTo" fullname="QPainterPath::lineTo" href="qpainterpath.html#lineTo-2" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="lineTo(qreal x, qreal y)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arcMoveTo" fullname="QPainterPath::arcMoveTo" href="qpainterpath.html#arcMoveTo" location="qpainterpath.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="arcMoveTo(const QRectF &amp; rectangle, qreal angle)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ <parameter left="qreal" right="" name="angle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arcMoveTo" fullname="QPainterPath::arcMoveTo" href="qpainterpath.html#arcMoveTo-2" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="arcMoveTo(qreal x, qreal y, qreal width, qreal height, qreal angle)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="width" default=""/>
+ <parameter left="qreal" right="" name="height" default=""/>
+ <parameter left="qreal" right="" name="angle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arcTo" fullname="QPainterPath::arcTo" href="qpainterpath.html#arcTo" location="qpainterpath.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="arcTo(const QRectF &amp; rectangle, qreal startAngle, qreal sweepLength)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ <parameter left="qreal" right="" name="startAngle" default=""/>
+ <parameter left="qreal" right="" name="sweepLength" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arcTo" fullname="QPainterPath::arcTo" href="qpainterpath.html#arcTo-2" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="arcTo(qreal x, qreal y, qreal width, qreal height, qreal startAngle, qreal sweepLength)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="width" default=""/>
+ <parameter left="qreal" right="" name="height" default=""/>
+ <parameter left="qreal" right="" name="startAngle" default=""/>
+ <parameter left="qreal" right="" name="sweepLength" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cubicTo" fullname="QPainterPath::cubicTo" href="qpainterpath.html#cubicTo" location="qpainterpath.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="cubicTo(const QPointF &amp; c1, const QPointF &amp; c2, const QPointF &amp; endPoint)">
+ <parameter left="const QPointF &amp;" right="" name="c1" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="c2" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="endPoint" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cubicTo" fullname="QPainterPath::cubicTo" href="qpainterpath.html#cubicTo-2" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="cubicTo(qreal c1X, qreal c1Y, qreal c2X, qreal c2Y, qreal endPointX, qreal endPointY)">
+ <parameter left="qreal" right="" name="c1X" default=""/>
+ <parameter left="qreal" right="" name="c1Y" default=""/>
+ <parameter left="qreal" right="" name="c2X" default=""/>
+ <parameter left="qreal" right="" name="c2Y" default=""/>
+ <parameter left="qreal" right="" name="endPointX" default=""/>
+ <parameter left="qreal" right="" name="endPointY" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="quadTo" fullname="QPainterPath::quadTo" href="qpainterpath.html#quadTo" location="qpainterpath.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="quadTo(const QPointF &amp; c, const QPointF &amp; endPoint)">
+ <parameter left="const QPointF &amp;" right="" name="c" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="endPoint" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="quadTo" fullname="QPainterPath::quadTo" href="qpainterpath.html#quadTo-2" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="quadTo(qreal cx, qreal cy, qreal endPointX, qreal endPointY)">
+ <parameter left="qreal" right="" name="cx" default=""/>
+ <parameter left="qreal" right="" name="cy" default=""/>
+ <parameter left="qreal" right="" name="endPointX" default=""/>
+ <parameter left="qreal" right="" name="endPointY" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentPosition" fullname="QPainterPath::currentPosition" href="qpainterpath.html#currentPosition" location="qpainterpath.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="currentPosition() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addRect" fullname="QPainterPath::addRect" href="qpainterpath.html#addRect" location="qpainterpath.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addRect(const QRectF &amp; rectangle)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addRect" fullname="QPainterPath::addRect" href="qpainterpath.html#addRect-2" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addRect(qreal x, qreal y, qreal width, qreal height)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="width" default=""/>
+ <parameter left="qreal" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addEllipse" fullname="QPainterPath::addEllipse" href="qpainterpath.html#addEllipse" location="qpainterpath.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addEllipse(const QRectF &amp; boundingRectangle)">
+ <parameter left="const QRectF &amp;" right="" name="boundingRectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addEllipse" fullname="QPainterPath::addEllipse" href="qpainterpath.html#addEllipse-2" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addEllipse(qreal x, qreal y, qreal width, qreal height)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="width" default=""/>
+ <parameter left="qreal" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addEllipse" fullname="QPainterPath::addEllipse" href="qpainterpath.html#addEllipse-3" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="addEllipse(const QPointF &amp; center, qreal rx, qreal ry)">
+ <parameter left="const QPointF &amp;" right="" name="center" default=""/>
+ <parameter left="qreal" right="" name="rx" default=""/>
+ <parameter left="qreal" right="" name="ry" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addPolygon" fullname="QPainterPath::addPolygon" href="qpainterpath.html#addPolygon" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addPolygon(const QPolygonF &amp; polygon)">
+ <parameter left="const QPolygonF &amp;" right="" name="polygon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addText" fullname="QPainterPath::addText" href="qpainterpath.html#addText" location="qpainterpath.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addText(const QPointF &amp; point, const QFont &amp; font, const QString &amp; text)">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addText" fullname="QPainterPath::addText" href="qpainterpath.html#addText-2" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addText(qreal x, qreal y, const QFont &amp; font, const QString &amp; text)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addPath" fullname="QPainterPath::addPath" href="qpainterpath.html#addPath" location="qpainterpath.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addPath(const QPainterPath &amp; path)">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addRegion" fullname="QPainterPath::addRegion" href="qpainterpath.html#addRegion" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addRegion(const QRegion &amp; region)">
+ <parameter left="const QRegion &amp;" right="" name="region" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addRoundedRect" fullname="QPainterPath::addRoundedRect" href="qpainterpath.html#addRoundedRect" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addRoundedRect(const QRectF &amp; rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ <parameter left="qreal" right="" name="xRadius" default=""/>
+ <parameter left="qreal" right="" name="yRadius" default=""/>
+ <parameter left="Qt::SizeMode" right="" name="mode" default="Qt::AbsoluteSize"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addRoundedRect" fullname="QPainterPath::addRoundedRect" href="qpainterpath.html#addRoundedRect-2" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addRoundedRect(qreal x, qreal y, qreal w, qreal h, qreal xRadius, qreal yRadius, Qt::SizeMode mode)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ <parameter left="qreal" right="" name="xRadius" default=""/>
+ <parameter left="qreal" right="" name="yRadius" default=""/>
+ <parameter left="Qt::SizeMode" right="" name="mode" default="Qt::AbsoluteSize"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="addRoundRect" fullname="QPainterPath::addRoundRect" href="qpainterpath-obsolete.html#addRoundRect" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addRoundRect(const QRectF &amp; r, int xRnd, int yRnd)">
+ <parameter left="const QRectF &amp;" right="" name="r" default=""/>
+ <parameter left="int" right="" name="xRnd" default=""/>
+ <parameter left="int" right="" name="yRnd" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="addRoundRect" fullname="QPainterPath::addRoundRect" href="qpainterpath-obsolete.html#addRoundRect-3" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="addRoundRect(qreal x, qreal y, qreal w, qreal h, int xRnd, int yRnd)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="w" default=""/>
+ <parameter left="qreal" right="" name="h" default=""/>
+ <parameter left="int" right="" name="xRnd" default=""/>
+ <parameter left="int" right="" name="yRnd" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="addRoundRect" fullname="QPainterPath::addRoundRect" href="qpainterpath-obsolete.html#addRoundRect-2" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addRoundRect(const QRectF &amp; rect, int roundness)">
+ <parameter left="const QRectF &amp;" right="" name="rect" default=""/>
+ <parameter left="int" right="" name="roundness" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="addRoundRect" fullname="QPainterPath::addRoundRect" href="qpainterpath-obsolete.html#addRoundRect-4" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="addRoundRect(qreal x, qreal y, qreal width, qreal height, int roundness)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="width" default=""/>
+ <parameter left="qreal" right="" name="height" default=""/>
+ <parameter left="int" right="" name="roundness" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connectPath" fullname="QPainterPath::connectPath" href="qpainterpath.html#connectPath" location="qpainterpath.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="connectPath(const QPainterPath &amp; path)">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QPainterPath::contains" href="qpainterpath.html#contains" location="qpainterpath.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const QPointF &amp; point) const">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QPainterPath::contains" href="qpainterpath.html#contains-2" location="qpainterpath.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="contains(const QRectF &amp; rectangle) const">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intersects" fullname="QPainterPath::intersects" href="qpainterpath.html#intersects" location="qpainterpath.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="intersects(const QRectF &amp; rectangle) const">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QPainterPath::translate" href="qpainterpath.html#translate" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="translate(qreal dx, qreal dy)">
+ <parameter left="qreal" right="" name="dx" default=""/>
+ <parameter left="qreal" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QPainterPath::translate" href="qpainterpath.html#translate-2" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="translate(const QPointF &amp; offset)">
+ <parameter left="const QPointF &amp;" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translated" fullname="QPainterPath::translated" href="qpainterpath.html#translated" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="translated(qreal dx, qreal dy) const">
+ <parameter left="qreal" right="" name="dx" default=""/>
+ <parameter left="qreal" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translated" fullname="QPainterPath::translated" href="qpainterpath.html#translated-2" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPainterPath" signature="translated(const QPointF &amp; offset) const">
+ <parameter left="const QPointF &amp;" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundingRect" fullname="QPainterPath::boundingRect" href="qpainterpath.html#boundingRect" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="boundingRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="controlPointRect" fullname="QPainterPath::controlPointRect" href="qpainterpath.html#controlPointRect" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="controlPointRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fillRule" fullname="QPainterPath::fillRule" href="qpainterpath.html#fillRule" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::FillRule" signature="fillRule() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFillRule" fullname="QPainterPath::setFillRule" href="qpainterpath.html#setFillRule" location="qpainterpath.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFillRule(Qt::FillRule fillRule)">
+ <parameter left="Qt::FillRule" right="" name="fillRule" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QPainterPath::isEmpty" href="qpainterpath.html#isEmpty" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toReversed" fullname="QPainterPath::toReversed" href="qpainterpath.html#toReversed" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="toReversed() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toSubpathPolygons" fullname="QPainterPath::toSubpathPolygons" href="qpainterpath.html#toSubpathPolygons-2" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QList&lt;QPolygonF&gt;" signature="toSubpathPolygons(const QMatrix &amp; matrix) const">
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default="QMatrix()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFillPolygons" fullname="QPainterPath::toFillPolygons" href="qpainterpath.html#toFillPolygons-2" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QList&lt;QPolygonF&gt;" signature="toFillPolygons(const QMatrix &amp; matrix) const">
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default="QMatrix()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFillPolygon" fullname="QPainterPath::toFillPolygon" href="qpainterpath.html#toFillPolygon-2" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QPolygonF" signature="toFillPolygon(const QMatrix &amp; matrix) const">
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default="QMatrix()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toSubpathPolygons" fullname="QPainterPath::toSubpathPolygons" href="qpainterpath.html#toSubpathPolygons" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QPolygonF&gt;" signature="toSubpathPolygons(const QTransform &amp; matrix) const">
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFillPolygons" fullname="QPainterPath::toFillPolygons" href="qpainterpath.html#toFillPolygons" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QPolygonF&gt;" signature="toFillPolygons(const QTransform &amp; matrix) const">
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFillPolygon" fullname="QPainterPath::toFillPolygon" href="qpainterpath.html#toFillPolygon" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPolygonF" signature="toFillPolygon(const QTransform &amp; matrix) const">
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="elementCount" fullname="QPainterPath::elementCount" href="qpainterpath.html#elementCount" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="elementCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="elementAt" fullname="QPainterPath::elementAt" href="qpainterpath.html#elementAt" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPainterPath::Element &amp;" signature="elementAt(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setElementPositionAt" fullname="QPainterPath::setElementPositionAt" href="qpainterpath.html#setElementPositionAt" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setElementPositionAt(int index, qreal x, qreal y)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="length" fullname="QPainterPath::length" href="qpainterpath.html#length" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="length() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="percentAtLength" fullname="QPainterPath::percentAtLength" href="qpainterpath.html#percentAtLength" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="percentAtLength(qreal len) const">
+ <parameter left="qreal" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pointAtPercent" fullname="QPainterPath::pointAtPercent" href="qpainterpath.html#pointAtPercent" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="pointAtPercent(qreal t) const">
+ <parameter left="qreal" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="angleAtPercent" fullname="QPainterPath::angleAtPercent" href="qpainterpath.html#angleAtPercent" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="angleAtPercent(qreal t) const">
+ <parameter left="qreal" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="slopeAtPercent" fullname="QPainterPath::slopeAtPercent" href="qpainterpath.html#slopeAtPercent" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="slopeAtPercent(qreal t) const">
+ <parameter left="qreal" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intersects" fullname="QPainterPath::intersects" href="qpainterpath.html#intersects-2" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="intersects(const QPainterPath &amp; p) const">
+ <parameter left="const QPainterPath &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QPainterPath::contains" href="qpainterpath.html#contains-3" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="bool" signature="contains(const QPainterPath &amp; p) const">
+ <parameter left="const QPainterPath &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="united" fullname="QPainterPath::united" href="qpainterpath.html#united" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="united(const QPainterPath &amp; p) const">
+ <parameter left="const QPainterPath &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intersected" fullname="QPainterPath::intersected" href="qpainterpath.html#intersected" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="intersected(const QPainterPath &amp; p) const">
+ <parameter left="const QPainterPath &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subtracted" fullname="QPainterPath::subtracted" href="qpainterpath.html#subtracted" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="subtracted(const QPainterPath &amp; p) const">
+ <parameter left="const QPainterPath &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="subtractedInverted" fullname="QPainterPath::subtractedInverted" href="qpainterpath-obsolete.html#subtractedInverted" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="subtractedInverted(const QPainterPath &amp; p) const">
+ <parameter left="const QPainterPath &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="simplified" fullname="QPainterPath::simplified" href="qpainterpath.html#simplified" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="simplified() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QPainterPath::operator==" href="qpainterpath.html#operator==" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QPainterPath &amp; path) const">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QPainterPath::operator!=" href="qpainterpath.html#operator!=" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QPainterPath &amp; path) const">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&amp;" fullname="QPainterPath::operator&amp;" href="qpainterpath.html#operator&amp;" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="operator&amp;(const QPainterPath &amp; other) const">
+ <parameter left="const QPainterPath &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator|" fullname="QPainterPath::operator|" href="qpainterpath.html#operator|" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="operator|(const QPainterPath &amp; other) const">
+ <parameter left="const QPainterPath &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" fullname="QPainterPath::operator+" href="qpainterpath.html#operator+" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="operator+(const QPainterPath &amp; other) const">
+ <parameter left="const QPainterPath &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" fullname="QPainterPath::operator-" href="qpainterpath.html#operator-" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="operator-(const QPainterPath &amp; other) const">
+ <parameter left="const QPainterPath &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&amp;=" fullname="QPainterPath::operator&amp;=" href="qpainterpath.html#operator&amp;=" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPainterPath &amp;" signature="operator&amp;=(const QPainterPath &amp; other)">
+ <parameter left="const QPainterPath &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator|=" fullname="QPainterPath::operator|=" href="qpainterpath.html#operator|=" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPainterPath &amp;" signature="operator|=(const QPainterPath &amp; other)">
+ <parameter left="const QPainterPath &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QPainterPath::operator+=" href="qpainterpath.html#operator+=" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPainterPath &amp;" signature="operator+=(const QPainterPath &amp; other)">
+ <parameter left="const QPainterPath &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QPainterPath::operator-=" href="qpainterpath.html#operator-=" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPainterPath &amp;" signature="operator-=(const QPainterPath &amp; other)">
+ <parameter left="const QPainterPath &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qpainterpath.html#operator&lt;&lt;-167" location="qpainterpath.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="167" relates="QPainterPath" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QPainterPath &amp; path)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qpainterpath.html#operator&gt;&gt;-99" location="qpainterpath.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="99" relates="QPainterPath" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QPainterPath &amp; path)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QPainterPath &amp;" right="" name="path" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPainterPathStroker" href="qpainterpathstroker.html" location="qpainterpath.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPainterPathStroker" fullname="QPainterPathStroker::QPainterPathStroker" href="qpainterpathstroker.html#QPainterPathStroker" location="qpainterpath.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPainterPathStroker()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QPainterPathStroker" fullname="QPainterPathStroker::~QPainterPathStroker" href="qpainterpathstroker.html#dtor.QPainterPathStroker" location="qpainterpath.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QPainterPathStroker()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidth" fullname="QPainterPathStroker::setWidth" href="qpainterpathstroker.html#setWidth" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWidth(qreal width)">
+ <parameter left="qreal" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QPainterPathStroker::width" href="qpainterpathstroker.html#width" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCapStyle" fullname="QPainterPathStroker::setCapStyle" href="qpainterpathstroker.html#setCapStyle" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCapStyle(Qt::PenCapStyle style)">
+ <parameter left="Qt::PenCapStyle" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="capStyle" fullname="QPainterPathStroker::capStyle" href="qpainterpathstroker.html#capStyle" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::PenCapStyle" signature="capStyle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setJoinStyle" fullname="QPainterPathStroker::setJoinStyle" href="qpainterpathstroker.html#setJoinStyle" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setJoinStyle(Qt::PenJoinStyle style)">
+ <parameter left="Qt::PenJoinStyle" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="joinStyle" fullname="QPainterPathStroker::joinStyle" href="qpainterpathstroker.html#joinStyle" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::PenJoinStyle" signature="joinStyle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMiterLimit" fullname="QPainterPathStroker::setMiterLimit" href="qpainterpathstroker.html#setMiterLimit" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMiterLimit(qreal limit)">
+ <parameter left="qreal" right="" name="limit" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="miterLimit" fullname="QPainterPathStroker::miterLimit" href="qpainterpathstroker.html#miterLimit" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="miterLimit() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurveThreshold" fullname="QPainterPathStroker::setCurveThreshold" href="qpainterpathstroker.html#setCurveThreshold" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCurveThreshold(qreal threshold)">
+ <parameter left="qreal" right="" name="threshold" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="curveThreshold" fullname="QPainterPathStroker::curveThreshold" href="qpainterpathstroker.html#curveThreshold" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="curveThreshold() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDashPattern" fullname="QPainterPathStroker::setDashPattern" href="qpainterpathstroker.html#setDashPattern" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDashPattern(Qt::PenStyle style)">
+ <parameter left="Qt::PenStyle" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDashPattern" fullname="QPainterPathStroker::setDashPattern" href="qpainterpathstroker.html#setDashPattern-2" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setDashPattern(const QVector&lt;qreal&gt; &amp; dashPattern)">
+ <parameter left="const QVector&lt;qreal&gt; &amp;" right="" name="dashPattern" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dashPattern" fullname="QPainterPathStroker::dashPattern" href="qpainterpathstroker.html#dashPattern" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector&lt;qreal&gt;" signature="dashPattern() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDashOffset" fullname="QPainterPathStroker::setDashOffset" href="qpainterpathstroker.html#setDashOffset" location="qpainterpath.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDashOffset(qreal offset)">
+ <parameter left="qreal" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dashOffset" fullname="QPainterPathStroker::dashOffset" href="qpainterpathstroker.html#dashOffset" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="dashOffset() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createStroke" fullname="QPainterPathStroker::createStroke" href="qpainterpathstroker.html#createStroke" location="qpainterpath.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPainterPath" signature="createStroke(const QPainterPath &amp; path) const">
+ <parameter left="const QPainterPath &amp;" right="" name="path" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QFSFileEngine" href="qfsfileengine.html" location="qfsfileengine.h" bases="QAbstractFileEngine" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFSFileEngine" fullname="QFSFileEngine::QFSFileEngine" href="qfsfileengine.html#QFSFileEngine" location="qfsfileengine.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFSFileEngine()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFSFileEngine" fullname="QFSFileEngine::QFSFileEngine" href="qfsfileengine.html#QFSFileEngine-2" location="qfsfileengine.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QFSFileEngine(const QString &amp; file)">
+ <parameter left="const QString &amp;" right="" name="file" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFSFileEngine" fullname="QFSFileEngine::~QFSFileEngine" href="qfsfileengine.html#dtor.QFSFileEngine" location="qfsfileengine.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFSFileEngine()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QFSFileEngine::open" href="qfsfileengine.html#open" location="qfsfileengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="open(QFlags&lt;QIODevice::OpenModeFlag&gt; openMode)">
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="openMode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QFSFileEngine::open" href="qfsfileengine.html#open-2" location="qfsfileengine.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="open(QFlags&lt;QIODevice::OpenModeFlag&gt; openMode, FILE * fh)">
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="openMode" default=""/>
+ <parameter left="FILE *" right="" name="fh" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="close" fullname="QFSFileEngine::close" href="qfsfileengine.html#close" location="qfsfileengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="close()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flush" fullname="QFSFileEngine::flush" href="qfsfileengine.html#flush" location="qfsfileengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="flush()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QFSFileEngine::size" href="qfsfileengine.html#size" location="qfsfileengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QFSFileEngine::pos" href="qfsfileengine.html#pos" location="qfsfileengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="seek" fullname="QFSFileEngine::seek" href="qfsfileengine.html#seek" location="qfsfileengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="seek(qint64 pos)">
+ <parameter left="qint64" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSequential" fullname="QFSFileEngine::isSequential" href="qfsfileengine.html#isSequential" location="qfsfileengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSequential() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QFSFileEngine::remove" href="qfsfileengine.html#remove" location="qfsfileengine_win.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="remove()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="copy" fullname="QFSFileEngine::copy" href="qfsfileengine.html#copy" location="qfsfileengine_win.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="copy(const QString &amp; copyName)">
+ <parameter left="const QString &amp;" right="" name="copyName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rename" fullname="QFSFileEngine::rename" href="qfsfileengine.html#rename" location="qfsfileengine_win.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="rename(const QString &amp; newName)">
+ <parameter left="const QString &amp;" right="" name="newName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="link" fullname="QFSFileEngine::link" href="qfsfileengine.html#link" location="qfsfileengine_win.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="link(const QString &amp; newName)">
+ <parameter left="const QString &amp;" right="" name="newName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mkdir" fullname="QFSFileEngine::mkdir" href="qfsfileengine.html#mkdir" location="qfsfileengine_win.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="mkdir(const QString &amp; name, bool createParentDirectories) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="bool" right="" name="createParentDirectories" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rmdir" fullname="QFSFileEngine::rmdir" href="qfsfileengine.html#rmdir" location="qfsfileengine_win.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="rmdir(const QString &amp; name, bool recurseParentDirectories) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="bool" right="" name="recurseParentDirectories" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSize" fullname="QFSFileEngine::setSize" href="qfsfileengine.html#setSize" location="qfsfileengine_win.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="setSize(qint64 size)">
+ <parameter left="qint64" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="caseSensitive" fullname="QFSFileEngine::caseSensitive" href="qfsfileengine.html#caseSensitive" location="qfsfileengine_win.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="caseSensitive() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRelativePath" fullname="QFSFileEngine::isRelativePath" href="qfsfileengine.html#isRelativePath" location="qfsfileengine_win.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRelativePath() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileFlags" fullname="QFSFileEngine::fileFlags" href="qfsfileengine.html#fileFlags" location="qfsfileengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="FileFlags" signature="fileFlags(QFlags&lt;QAbstractFileEngine::FileFlag&gt; type) const">
+ <parameter left="QFlags&lt;QAbstractFileEngine::FileFlag&gt;" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPermissions" fullname="QFSFileEngine::setPermissions" href="qfsfileengine.html#setPermissions" location="qfsfileengine_win.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="setPermissions(uint perms)">
+ <parameter left="uint" right="" name="perms" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QFSFileEngine::fileName" href="qfsfileengine.html#fileName" location="qfsfileengine_win.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="fileName(FileName file) const">
+ <parameter left="FileName" right="" name="file" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ownerId" fullname="QFSFileEngine::ownerId" href="qfsfileengine.html#ownerId" location="qfsfileengine_win.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="uint" signature="ownerId(FileOwner own) const">
+ <parameter left="FileOwner" right="" name="own" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="owner" fullname="QFSFileEngine::owner" href="qfsfileengine.html#owner" location="qfsfileengine_win.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="owner(FileOwner own) const">
+ <parameter left="FileOwner" right="" name="own" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileTime" fullname="QFSFileEngine::fileTime" href="qfsfileengine.html#fileTime" location="qfsfileengine_win.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="fileTime(FileTime time) const">
+ <parameter left="FileTime" right="" name="time" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFileName" fullname="QFSFileEngine::setFileName" href="qfsfileengine.html#setFileName" location="qfsfileengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setFileName(const QString &amp; file)">
+ <parameter left="const QString &amp;" right="" name="file" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="handle" fullname="QFSFileEngine::handle" href="qfsfileengine.html#handle" location="qfsfileengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="handle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="read" fullname="QFSFileEngine::read" href="qfsfileengine.html#read" location="qfsfileengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="read(char * data, qint64 maxlen)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="maxlen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readLine" fullname="QFSFileEngine::readLine" href="qfsfileengine.html#readLine" location="qfsfileengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="readLine(char * data, qint64 maxlen)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="maxlen" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="write" fullname="QFSFileEngine::write" href="qfsfileengine.html#write" location="qfsfileengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="write(const char * data, qint64 len)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="len" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="extension" fullname="QFSFileEngine::extension" href="qfsfileengine.html#extension" location="qfsfileengine.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="extension(Extension extension, const ExtensionOption * option, ExtensionReturn * output)">
+ <parameter left="Extension" right="" name="extension" default=""/>
+ <parameter left="const ExtensionOption *" right="" name="option" default="0"/>
+ <parameter left="ExtensionReturn *" right="" name="output" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportsExtension" fullname="QFSFileEngine::supportsExtension" href="qfsfileengine.html#supportsExtension" location="qfsfileengine.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="supportsExtension(Extension extension) const">
+ <parameter left="Extension" right="" name="extension" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QFSFileEngine::open" href="qfsfileengine.html#open-3" location="qfsfileengine.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="bool" signature="open(QFlags&lt;QIODevice::OpenModeFlag&gt; openMode, int fd)">
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="openMode" default=""/>
+ <parameter left="int" right="" name="fd" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentPath" fullname="QFSFileEngine::setCurrentPath" href="qfsfileengine.html#setCurrentPath" location="qfsfileengine_win.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="setCurrentPath(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentPath" fullname="QFSFileEngine::currentPath" href="qfsfileengine.html#currentPath" location="qfsfileengine_win.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="currentPath(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="homePath" fullname="QFSFileEngine::homePath" href="qfsfileengine.html#homePath" location="qfsfileengine_win.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="homePath()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rootPath" fullname="QFSFileEngine::rootPath" href="qfsfileengine.html#rootPath" location="qfsfileengine_win.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="rootPath()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tempPath" fullname="QFSFileEngine::tempPath" href="qfsfileengine.html#tempPath" location="qfsfileengine_win.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="tempPath()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drives" fullname="QFSFileEngine::drives" href="qfsfileengine.html#drives" location="qfsfileengine_win.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="QFileInfoList" signature="drives()"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qRegisterStaticPluginInstanceFunction" href="qpluginloader.html#qRegisterStaticPluginInstanceFunction" location="qplugin.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QPluginLoader" type="void" signature="qRegisterStaticPluginInstanceFunction(QtPluginInstanceFunction function)">
+ <parameter left="QtPluginInstanceFunction" right="" name="function" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAbstractItemView" href="qabstractitemview.html" location="qabstractitemview.h" bases="QAbstractScrollArea" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoScroll" fullname="QAbstractItemView::autoScroll" href="qabstractitemview.html#autoScroll-prop" location="qabstractitemview.h" type="bool">
+ <getter name="hasAutoScroll"/>
+ <setter name="setAutoScroll"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoScrollMargin" fullname="QAbstractItemView::autoScrollMargin" href="qabstractitemview.html#autoScrollMargin-prop" location="qabstractitemview.h" type="int">
+ <getter name="autoScrollMargin"/>
+ <setter name="setAutoScrollMargin"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="editTriggers" fullname="QAbstractItemView::editTriggers" href="qabstractitemview.html#editTriggers-prop" location="qabstractitemview.h" type="EditTriggers">
+ <getter name="editTriggers"/>
+ <setter name="setEditTriggers"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="tabKeyNavigation" fullname="QAbstractItemView::tabKeyNavigation" href="qabstractitemview.html#tabKeyNavigation-prop" location="qabstractitemview.h" type="bool">
+ <getter name="tabKeyNavigation"/>
+ <setter name="setTabKeyNavigation"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="showDropIndicator" fullname="QAbstractItemView::showDropIndicator" href="qabstractitemview.html#showDropIndicator-prop" location="qabstractitemview.h" type="bool">
+ <getter name="showDropIndicator"/>
+ <setter name="setDropIndicatorShown"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="dragEnabled" fullname="QAbstractItemView::dragEnabled" href="qabstractitemview.html#dragEnabled-prop" location="qabstractitemview.h" type="bool">
+ <getter name="dragEnabled"/>
+ <setter name="setDragEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="dragDropOverwriteMode" fullname="QAbstractItemView::dragDropOverwriteMode" href="qabstractitemview.html#dragDropOverwriteMode-prop" location="qabstractitemview.h" type="bool">
+ <getter name="dragDropOverwriteMode"/>
+ <setter name="setDragDropOverwriteMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="dragDropMode" fullname="QAbstractItemView::dragDropMode" href="qabstractitemview.html#dragDropMode-prop" location="qabstractitemview.h" type="DragDropMode">
+ <getter name="dragDropMode"/>
+ <setter name="setDragDropMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="alternatingRowColors" fullname="QAbstractItemView::alternatingRowColors" href="qabstractitemview.html#alternatingRowColors-prop" location="qabstractitemview.h" type="bool">
+ <getter name="alternatingRowColors"/>
+ <setter name="setAlternatingRowColors"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="selectionMode" fullname="QAbstractItemView::selectionMode" href="qabstractitemview.html#selectionMode-prop" location="qabstractitemview.h" type="SelectionMode">
+ <getter name="selectionMode"/>
+ <setter name="setSelectionMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="selectionBehavior" fullname="QAbstractItemView::selectionBehavior" href="qabstractitemview.html#selectionBehavior-prop" location="qabstractitemview.h" type="SelectionBehavior">
+ <getter name="selectionBehavior"/>
+ <setter name="setSelectionBehavior"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="iconSize" fullname="QAbstractItemView::iconSize" href="qabstractitemview.html#iconSize-prop" location="qabstractitemview.h" type="QSize">
+ <getter name="iconSize"/>
+ <setter name="setIconSize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="textElideMode" fullname="QAbstractItemView::textElideMode" href="qabstractitemview.html#textElideMode-prop" location="qabstractitemview.h" type="Qt::TextElideMode">
+ <getter name="textElideMode"/>
+ <setter name="setTextElideMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="verticalScrollMode" fullname="QAbstractItemView::verticalScrollMode" href="qabstractitemview.html#verticalScrollMode-prop" location="qabstractitemview.h" type="ScrollMode">
+ <getter name="verticalScrollMode"/>
+ <setter name="setVerticalScrollMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="horizontalScrollMode" fullname="QAbstractItemView::horizontalScrollMode" href="qabstractitemview.html#horizontalScrollMode-prop" location="qabstractitemview.h" type="ScrollMode">
+ <getter name="horizontalScrollMode"/>
+ <setter name="setHorizontalScrollMode"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SelectionMode" fullname="QAbstractItemView::SelectionMode" href="qabstractitemview.html#SelectionMode-enum" location="qabstractitemview.h">
+ <value name="NoSelection" value="0"/>
+ <value name="SingleSelection" value="1"/>
+ <value name="MultiSelection" value="2"/>
+ <value name="ExtendedSelection" value="3"/>
+ <value name="ContiguousSelection" value="4"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SelectionBehavior" fullname="QAbstractItemView::SelectionBehavior" href="qabstractitemview.html#SelectionBehavior-enum" location="qabstractitemview.h">
+ <value name="SelectItems" value="0"/>
+ <value name="SelectRows" value="1"/>
+ <value name="SelectColumns" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ScrollHint" fullname="QAbstractItemView::ScrollHint" href="qabstractitemview.html#ScrollHint-enum" location="qabstractitemview.h">
+ <value name="EnsureVisible" value="0"/>
+ <value name="PositionAtTop" value="1"/>
+ <value name="PositionAtBottom" value="2"/>
+ <value name="PositionAtCenter" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="EditTrigger" fullname="QAbstractItemView::EditTrigger" href="qabstractitemview.html#EditTrigger-enum" location="qabstractitemview.h" typedef="QAbstractItemView::EditTriggers">
+ <value name="NoEditTriggers" value="0"/>
+ <value name="CurrentChanged" value="1"/>
+ <value name="DoubleClicked" value="2"/>
+ <value name="SelectedClicked" value="4"/>
+ <value name="EditKeyPressed" value="8"/>
+ <value name="AnyKeyPressed" value="16"/>
+ <value name="AllEditTriggers" value="31"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="EditTriggers" fullname="QAbstractItemView::EditTriggers" href="qabstractitemview.html#EditTriggers-typedef" location="qabstractitemview.h" enum="QAbstractItemView::EditTrigger"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ScrollMode" fullname="QAbstractItemView::ScrollMode" href="qabstractitemview.html#ScrollMode-enum" location="qabstractitemview.h">
+ <value name="ScrollPerItem" value="0"/>
+ <value name="ScrollPerPixel" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractItemView" fullname="QAbstractItemView::QAbstractItemView" href="qabstractitemview.html#QAbstractItemView" location="qabstractitemview.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractItemView(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractItemView" fullname="QAbstractItemView::~QAbstractItemView" href="qabstractitemview.html#dtor.QAbstractItemView" location="qabstractitemview.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractItemView()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setModel" fullname="QAbstractItemView::setModel" href="qabstractitemview.html#setModel" location="qabstractitemview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setModel(QAbstractItemModel * model)">
+ <parameter left="QAbstractItemModel *" right="" name="model" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="model" fullname="QAbstractItemView::model" href="qabstractitemview.html#model" location="qabstractitemview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractItemModel *" signature="model() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectionModel" fullname="QAbstractItemView::setSelectionModel" href="qabstractitemview.html#setSelectionModel" location="qabstractitemview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelectionModel(QItemSelectionModel * selectionModel)">
+ <parameter left="QItemSelectionModel *" right="" name="selectionModel" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionModel" fullname="QAbstractItemView::selectionModel" href="qabstractitemview.html#selectionModel" location="qabstractitemview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QItemSelectionModel *" signature="selectionModel() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemDelegate" fullname="QAbstractItemView::setItemDelegate" href="qabstractitemview.html#setItemDelegate" location="qabstractitemview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemDelegate(QAbstractItemDelegate * delegate)">
+ <parameter left="QAbstractItemDelegate *" right="" name="delegate" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemDelegate" fullname="QAbstractItemView::itemDelegate" href="qabstractitemview.html#itemDelegate" location="qabstractitemview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractItemDelegate *" signature="itemDelegate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectionMode" fullname="QAbstractItemView::setSelectionMode" href="qabstractitemview.html#selectionMode-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="selectionMode" type="void" signature="setSelectionMode(QAbstractItemView::SelectionMode mode)">
+ <parameter left="QAbstractItemView::SelectionMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionMode" fullname="QAbstractItemView::selectionMode" href="qabstractitemview.html#selectionMode-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="selectionMode" type="QAbstractItemView::SelectionMode" signature="selectionMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSelectionBehavior" fullname="QAbstractItemView::setSelectionBehavior" href="qabstractitemview.html#selectionBehavior-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="selectionBehavior" type="void" signature="setSelectionBehavior(QAbstractItemView::SelectionBehavior behavior)">
+ <parameter left="QAbstractItemView::SelectionBehavior" right="" name="behavior" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionBehavior" fullname="QAbstractItemView::selectionBehavior" href="qabstractitemview.html#selectionBehavior-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="selectionBehavior" type="QAbstractItemView::SelectionBehavior" signature="selectionBehavior() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentIndex" fullname="QAbstractItemView::currentIndex" href="qabstractitemview.html#currentIndex" location="qabstractitemview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="currentIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rootIndex" fullname="QAbstractItemView::rootIndex" href="qabstractitemview.html#rootIndex" location="qabstractitemview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="rootIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEditTriggers" fullname="QAbstractItemView::setEditTriggers" href="qabstractitemview.html#editTriggers-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="editTriggers" type="void" signature="setEditTriggers(QFlags&lt;QAbstractItemView::EditTrigger&gt; triggers)">
+ <parameter left="QFlags&lt;QAbstractItemView::EditTrigger&gt;" right="" name="triggers" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="editTriggers" fullname="QAbstractItemView::editTriggers" href="qabstractitemview.html#editTriggers-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="editTriggers" type="EditTriggers" signature="editTriggers() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVerticalScrollMode" fullname="QAbstractItemView::setVerticalScrollMode" href="qabstractitemview.html#verticalScrollMode-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="verticalScrollMode" type="void" signature="setVerticalScrollMode(ScrollMode mode)">
+ <parameter left="ScrollMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="verticalScrollMode" fullname="QAbstractItemView::verticalScrollMode" href="qabstractitemview.html#verticalScrollMode-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="verticalScrollMode" type="ScrollMode" signature="verticalScrollMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHorizontalScrollMode" fullname="QAbstractItemView::setHorizontalScrollMode" href="qabstractitemview.html#horizontalScrollMode-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="horizontalScrollMode" type="void" signature="setHorizontalScrollMode(ScrollMode mode)">
+ <parameter left="ScrollMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="horizontalScrollMode" fullname="QAbstractItemView::horizontalScrollMode" href="qabstractitemview.html#horizontalScrollMode-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="horizontalScrollMode" type="ScrollMode" signature="horizontalScrollMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoScroll" fullname="QAbstractItemView::setAutoScroll" href="qabstractitemview.html#autoScroll-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="autoScroll" type="void" signature="setAutoScroll(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasAutoScroll" fullname="QAbstractItemView::hasAutoScroll" href="qabstractitemview.html#autoScroll-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoScroll" type="bool" signature="hasAutoScroll() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoScrollMargin" fullname="QAbstractItemView::setAutoScrollMargin" href="qabstractitemview.html#autoScrollMargin-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="autoScrollMargin" type="void" signature="setAutoScrollMargin(int margin)">
+ <parameter left="int" right="" name="margin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoScrollMargin" fullname="QAbstractItemView::autoScrollMargin" href="qabstractitemview.html#autoScrollMargin-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoScrollMargin" type="int" signature="autoScrollMargin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabKeyNavigation" fullname="QAbstractItemView::setTabKeyNavigation" href="qabstractitemview.html#tabKeyNavigation-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="tabKeyNavigation" type="void" signature="setTabKeyNavigation(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabKeyNavigation" fullname="QAbstractItemView::tabKeyNavigation" href="qabstractitemview.html#tabKeyNavigation-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="tabKeyNavigation" type="bool" signature="tabKeyNavigation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDropIndicatorShown" fullname="QAbstractItemView::setDropIndicatorShown" href="qabstractitemview.html#showDropIndicator-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="showDropIndicator" type="void" signature="setDropIndicatorShown(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showDropIndicator" fullname="QAbstractItemView::showDropIndicator" href="qabstractitemview.html#showDropIndicator-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="showDropIndicator" type="bool" signature="showDropIndicator() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDragEnabled" fullname="QAbstractItemView::setDragEnabled" href="qabstractitemview.html#dragEnabled-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="dragEnabled" type="void" signature="setDragEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dragEnabled" fullname="QAbstractItemView::dragEnabled" href="qabstractitemview.html#dragEnabled-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="dragEnabled" type="bool" signature="dragEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDragDropOverwriteMode" fullname="QAbstractItemView::setDragDropOverwriteMode" href="qabstractitemview.html#dragDropOverwriteMode-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="dragDropOverwriteMode" type="void" signature="setDragDropOverwriteMode(bool overwrite)">
+ <parameter left="bool" right="" name="overwrite" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dragDropOverwriteMode" fullname="QAbstractItemView::dragDropOverwriteMode" href="qabstractitemview.html#dragDropOverwriteMode-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="dragDropOverwriteMode" type="bool" signature="dragDropOverwriteMode() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DragDropMode" fullname="QAbstractItemView::DragDropMode" href="qabstractitemview.html#DragDropMode-enum" location="qabstractitemview.h">
+ <value name="NoDragDrop" value="0"/>
+ <value name="DragOnly" value="1"/>
+ <value name="DropOnly" value="2"/>
+ <value name="DragDrop" value="3"/>
+ <value name="InternalMove" value="4"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDragDropMode" fullname="QAbstractItemView::setDragDropMode" href="qabstractitemview.html#dragDropMode-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="dragDropMode" type="void" signature="setDragDropMode(DragDropMode behavior)">
+ <parameter left="DragDropMode" right="" name="behavior" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dragDropMode" fullname="QAbstractItemView::dragDropMode" href="qabstractitemview.html#dragDropMode-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="dragDropMode" type="DragDropMode" signature="dragDropMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlternatingRowColors" fullname="QAbstractItemView::setAlternatingRowColors" href="qabstractitemview.html#alternatingRowColors-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="alternatingRowColors" type="void" signature="setAlternatingRowColors(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alternatingRowColors" fullname="QAbstractItemView::alternatingRowColors" href="qabstractitemview.html#alternatingRowColors-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="alternatingRowColors" type="bool" signature="alternatingRowColors() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIconSize" fullname="QAbstractItemView::setIconSize" href="qabstractitemview.html#iconSize-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="iconSize" type="void" signature="setIconSize(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iconSize" fullname="QAbstractItemView::iconSize" href="qabstractitemview.html#iconSize-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="iconSize" type="QSize" signature="iconSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextElideMode" fullname="QAbstractItemView::setTextElideMode" href="qabstractitemview.html#textElideMode-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="textElideMode" type="void" signature="setTextElideMode(Qt::TextElideMode mode)">
+ <parameter left="Qt::TextElideMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textElideMode" fullname="QAbstractItemView::textElideMode" href="qabstractitemview.html#textElideMode-prop" location="qabstractitemview.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="textElideMode" type="Qt::TextElideMode" signature="textElideMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyboardSearch" fullname="QAbstractItemView::keyboardSearch" href="qabstractitemview.html#keyboardSearch" location="qabstractitemview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyboardSearch(const QString &amp; search)">
+ <parameter left="const QString &amp;" right="" name="search" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="visualRect" fullname="QAbstractItemView::visualRect" href="qabstractitemview.html#visualRect" location="qabstractitemview.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="visualRect(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scrollTo" fullname="QAbstractItemView::scrollTo" href="qabstractitemview.html#scrollTo" location="qabstractitemview.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="scrollTo(const QModelIndex &amp; index, ScrollHint hint)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="ScrollHint" right="" name="hint" default="EnsureVisible"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexAt" fullname="QAbstractItemView::indexAt" href="qabstractitemview.html#indexAt" location="qabstractitemview.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="indexAt(const QPoint &amp; point) const">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHintForIndex" fullname="QAbstractItemView::sizeHintForIndex" href="qabstractitemview.html#sizeHintForIndex" location="qabstractitemview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHintForIndex(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHintForRow" fullname="QAbstractItemView::sizeHintForRow" href="qabstractitemview.html#sizeHintForRow" location="qabstractitemview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="sizeHintForRow(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHintForColumn" fullname="QAbstractItemView::sizeHintForColumn" href="qabstractitemview.html#sizeHintForColumn" location="qabstractitemview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="sizeHintForColumn(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="openPersistentEditor" fullname="QAbstractItemView::openPersistentEditor" href="qabstractitemview.html#openPersistentEditor" location="qabstractitemview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="openPersistentEditor(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="closePersistentEditor" fullname="QAbstractItemView::closePersistentEditor" href="qabstractitemview.html#closePersistentEditor" location="qabstractitemview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="closePersistentEditor(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIndexWidget" fullname="QAbstractItemView::setIndexWidget" href="qabstractitemview.html#setIndexWidget" location="qabstractitemview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setIndexWidget(const QModelIndex &amp; index, QWidget * widget)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexWidget" fullname="QAbstractItemView::indexWidget" href="qabstractitemview.html#indexWidget" location="qabstractitemview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="indexWidget(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemDelegateForRow" fullname="QAbstractItemView::setItemDelegateForRow" href="qabstractitemview.html#setItemDelegateForRow" location="qabstractitemview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemDelegateForRow(int row, QAbstractItemDelegate * delegate)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="QAbstractItemDelegate *" right="" name="delegate" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemDelegateForRow" fullname="QAbstractItemView::itemDelegateForRow" href="qabstractitemview.html#itemDelegateForRow" location="qabstractitemview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractItemDelegate *" signature="itemDelegateForRow(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemDelegateForColumn" fullname="QAbstractItemView::setItemDelegateForColumn" href="qabstractitemview.html#setItemDelegateForColumn" location="qabstractitemview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemDelegateForColumn(int column, QAbstractItemDelegate * delegate)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="QAbstractItemDelegate *" right="" name="delegate" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemDelegateForColumn" fullname="QAbstractItemView::itemDelegateForColumn" href="qabstractitemview.html#itemDelegateForColumn" location="qabstractitemview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractItemDelegate *" signature="itemDelegateForColumn(int column) const">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemDelegate" fullname="QAbstractItemView::itemDelegate" href="qabstractitemview.html#itemDelegate-2" location="qabstractitemview.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QAbstractItemDelegate *" signature="itemDelegate(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inputMethodQuery" fullname="QAbstractItemView::inputMethodQuery" href="qabstractitemview.html#inputMethodQuery" location="qabstractitemview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="inputMethodQuery(Qt::InputMethodQuery query) const">
+ <parameter left="Qt::InputMethodQuery" right="" name="query" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="QAbstractItemView::reset" href="qabstractitemview.html#reset" location="qabstractitemview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRootIndex" fullname="QAbstractItemView::setRootIndex" href="qabstractitemview.html#setRootIndex" location="qabstractitemview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setRootIndex(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectAll" fullname="QAbstractItemView::selectAll" href="qabstractitemview.html#selectAll" location="qabstractitemview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="selectAll()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="edit" fullname="QAbstractItemView::edit" href="qabstractitemview.html#edit" location="qabstractitemview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="edit(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearSelection" fullname="QAbstractItemView::clearSelection" href="qabstractitemview.html#clearSelection" location="qabstractitemview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clearSelection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentIndex" fullname="QAbstractItemView::setCurrentIndex" href="qabstractitemview.html#setCurrentIndex" location="qabstractitemview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setCurrentIndex(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scrollToTop" fullname="QAbstractItemView::scrollToTop" href="qabstractitemview.html#scrollToTop" location="qabstractitemview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="scrollToTop()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scrollToBottom" fullname="QAbstractItemView::scrollToBottom" href="qabstractitemview.html#scrollToBottom" location="qabstractitemview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="scrollToBottom()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="update" fullname="QAbstractItemView::update" href="qabstractitemview.html#update" location="qabstractitemview.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="update(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dataChanged" fullname="QAbstractItemView::dataChanged" href="qabstractitemview.html#dataChanged" location="qabstractitemview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="dataChanged(const QModelIndex &amp; topLeft, const QModelIndex &amp; bottomRight)">
+ <parameter left="const QModelIndex &amp;" right="" name="topLeft" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="bottomRight" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="rowsInserted" fullname="QAbstractItemView::rowsInserted" href="qabstractitemview.html#rowsInserted" location="qabstractitemview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="rowsInserted(const QModelIndex &amp; parent, int start, int end)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="end" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="rowsAboutToBeRemoved" fullname="QAbstractItemView::rowsAboutToBeRemoved" href="qabstractitemview.html#rowsAboutToBeRemoved" location="qabstractitemview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="rowsAboutToBeRemoved(const QModelIndex &amp; parent, int start, int end)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="end" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="selectionChanged" fullname="QAbstractItemView::selectionChanged" href="qabstractitemview.html#selectionChanged" location="qabstractitemview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="selectionChanged(const QItemSelection &amp; selected, const QItemSelection &amp; deselected)">
+ <parameter left="const QItemSelection &amp;" right="" name="selected" default=""/>
+ <parameter left="const QItemSelection &amp;" right="" name="deselected" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="currentChanged" fullname="QAbstractItemView::currentChanged" href="qabstractitemview.html#currentChanged" location="qabstractitemview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="currentChanged(const QModelIndex &amp; current, const QModelIndex &amp; previous)">
+ <parameter left="const QModelIndex &amp;" right="" name="current" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="previous" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateGeometries" fullname="QAbstractItemView::updateGeometries" href="qabstractitemview.html#updateGeometries" location="qabstractitemview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="updateGeometries()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="closeEditor" fullname="QAbstractItemView::closeEditor" href="qabstractitemview.html#closeEditor" location="qabstractitemview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="closeEditor(QWidget * editor, QAbstractItemDelegate::EndEditHint hint)">
+ <parameter left="QWidget *" right="" name="editor" default=""/>
+ <parameter left="QAbstractItemDelegate::EndEditHint" right="" name="hint" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="commitData" fullname="QAbstractItemView::commitData" href="qabstractitemview.html#commitData" location="qabstractitemview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="commitData(QWidget * editor)">
+ <parameter left="QWidget *" right="" name="editor" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="editorDestroyed" fullname="QAbstractItemView::editorDestroyed" href="qabstractitemview.html#editorDestroyed" location="qabstractitemview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="editorDestroyed(QObject * editor)">
+ <parameter left="QObject *" right="" name="editor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pressed" fullname="QAbstractItemView::pressed" href="qabstractitemview.html#pressed" location="qabstractitemview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="pressed(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clicked" fullname="QAbstractItemView::clicked" href="qabstractitemview.html#clicked" location="qabstractitemview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="clicked(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doubleClicked" fullname="QAbstractItemView::doubleClicked" href="qabstractitemview.html#doubleClicked" location="qabstractitemview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="doubleClicked(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activated" fullname="QAbstractItemView::activated" href="qabstractitemview.html#activated" location="qabstractitemview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="activated(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="entered" fullname="QAbstractItemView::entered" href="qabstractitemview.html#entered" location="qabstractitemview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="entered(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="viewportEntered" fullname="QAbstractItemView::viewportEntered" href="qabstractitemview.html#viewportEntered" location="qabstractitemview.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="viewportEntered()"/>
+ <function access="protected" threadsafety="unspecified" status="obsolete" name="setHorizontalStepsPerItem" fullname="QAbstractItemView::setHorizontalStepsPerItem" href="qabstractitemview-obsolete.html#setHorizontalStepsPerItem" location="qabstractitemview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHorizontalStepsPerItem(int steps)">
+ <parameter left="int" right="" name="steps" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="obsolete" name="horizontalStepsPerItem" fullname="QAbstractItemView::horizontalStepsPerItem" href="qabstractitemview-obsolete.html#horizontalStepsPerItem" location="qabstractitemview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="horizontalStepsPerItem() const"/>
+ <function access="protected" threadsafety="unspecified" status="obsolete" name="setVerticalStepsPerItem" fullname="QAbstractItemView::setVerticalStepsPerItem" href="qabstractitemview-obsolete.html#setVerticalStepsPerItem" location="qabstractitemview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setVerticalStepsPerItem(int steps)">
+ <parameter left="int" right="" name="steps" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="obsolete" name="verticalStepsPerItem" fullname="QAbstractItemView::verticalStepsPerItem" href="qabstractitemview-obsolete.html#verticalStepsPerItem" location="qabstractitemview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="verticalStepsPerItem() const"/>
+ <enum access="protected" threadsafety="unspecified" status="commendable" name="CursorAction" fullname="QAbstractItemView::CursorAction" href="qabstractitemview.html#CursorAction-enum" location="qabstractitemview.h">
+ <value name="MoveUp" value="0"/>
+ <value name="MoveDown" value="1"/>
+ <value name="MoveLeft" value="2"/>
+ <value name="MoveRight" value="3"/>
+ <value name="MoveHome" value="4"/>
+ <value name="MoveEnd" value="5"/>
+ <value name="MovePageUp" value="6"/>
+ <value name="MovePageDown" value="7"/>
+ <value name="MoveNext" value="8"/>
+ <value name="MovePrevious" value="9"/>
+ </enum>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="moveCursor" fullname="QAbstractItemView::moveCursor" href="qabstractitemview.html#moveCursor" location="qabstractitemview.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QModelIndex" signature="moveCursor(CursorAction cursorAction, QFlags&lt;Qt::KeyboardModifier&gt; modifiers)">
+ <parameter left="CursorAction" right="" name="cursorAction" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="horizontalOffset" fullname="QAbstractItemView::horizontalOffset" href="qabstractitemview.html#horizontalOffset" location="qabstractitemview.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="horizontalOffset() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="verticalOffset" fullname="QAbstractItemView::verticalOffset" href="qabstractitemview.html#verticalOffset" location="qabstractitemview.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="verticalOffset() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="isIndexHidden" fullname="QAbstractItemView::isIndexHidden" href="qabstractitemview.html#isIndexHidden" location="qabstractitemview.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isIndexHidden(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setSelection" fullname="QAbstractItemView::setSelection" href="qabstractitemview.html#setSelection" location="qabstractitemview.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSelection(const QRect &amp; rect, QFlags&lt;QItemSelectionModel::SelectionFlag&gt; flags)">
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="QFlags&lt;QItemSelectionModel::SelectionFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="visualRegionForSelection" fullname="QAbstractItemView::visualRegionForSelection" href="qabstractitemview.html#visualRegionForSelection" location="qabstractitemview.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QRegion" signature="visualRegionForSelection(const QItemSelection &amp; selection) const">
+ <parameter left="const QItemSelection &amp;" right="" name="selection" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="selectedIndexes" fullname="QAbstractItemView::selectedIndexes" href="qabstractitemview.html#selectedIndexes" location="qabstractitemview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndexList" signature="selectedIndexes() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="edit" fullname="QAbstractItemView::edit" href="qabstractitemview.html#edit-2" location="qabstractitemview.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="edit(const QModelIndex &amp; index, EditTrigger trigger, QEvent * event)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="EditTrigger" right="" name="trigger" default=""/>
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="selectionCommand" fullname="QAbstractItemView::selectionCommand" href="qabstractitemview.html#selectionCommand" location="qabstractitemview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QItemSelectionModel::SelectionFlags" signature="selectionCommand(const QModelIndex &amp; index, const QEvent * event) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="const QEvent *" right="" name="event" default="0"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="startDrag" fullname="QAbstractItemView::startDrag" href="qabstractitemview.html#startDrag" location="qabstractitemview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="startDrag(QFlags&lt;Qt::DropAction&gt; supportedActions)">
+ <parameter left="QFlags&lt;Qt::DropAction&gt;" right="" name="supportedActions" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="viewOptions" fullname="QAbstractItemView::viewOptions" href="qabstractitemview.html#viewOptions" location="qabstractitemview.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QStyleOptionViewItem" signature="viewOptions() const"/>
+ <enum access="protected" threadsafety="unspecified" status="commendable" name="State" fullname="QAbstractItemView::State" href="qabstractitemview.html#State-enum" location="qabstractitemview.h">
+ <value name="NoState" value="0"/>
+ <value name="DraggingState" value="1"/>
+ <value name="DragSelectingState" value="2"/>
+ <value name="EditingState" value="3"/>
+ <value name="ExpandingState" value="4"/>
+ <value name="CollapsingState" value="5"/>
+ <value name="AnimatingState" value="6"/>
+ </enum>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="state" fullname="QAbstractItemView::state" href="qabstractitemview.html#state" location="qabstractitemview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="State" signature="state() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setState" fullname="QAbstractItemView::setState" href="qabstractitemview.html#setState" location="qabstractitemview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setState(State state)">
+ <parameter left="State" right="" name="state" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="scheduleDelayedItemsLayout" fullname="QAbstractItemView::scheduleDelayedItemsLayout" href="qabstractitemview.html#scheduleDelayedItemsLayout" location="qabstractitemview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="scheduleDelayedItemsLayout()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="executeDelayedItemsLayout" fullname="QAbstractItemView::executeDelayedItemsLayout" href="qabstractitemview.html#executeDelayedItemsLayout" location="qabstractitemview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="executeDelayedItemsLayout()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setDirtyRegion" fullname="QAbstractItemView::setDirtyRegion" href="qabstractitemview.html#setDirtyRegion" location="qabstractitemview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDirtyRegion(const QRegion &amp; region)">
+ <parameter left="const QRegion &amp;" right="" name="region" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="scrollDirtyRegion" fullname="QAbstractItemView::scrollDirtyRegion" href="qabstractitemview.html#scrollDirtyRegion" location="qabstractitemview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="scrollDirtyRegion(int dx, int dy)">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dirtyRegionOffset" fullname="QAbstractItemView::dirtyRegionOffset" href="qabstractitemview.html#dirtyRegionOffset" location="qabstractitemview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="dirtyRegionOffset() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusNextPrevChild" fullname="QAbstractItemView::focusNextPrevChild" href="qabstractitemview.html#focusNextPrevChild" location="qabstractitemview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="focusNextPrevChild(bool next)">
+ <parameter left="bool" right="" name="next" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QAbstractItemView::event" href="qabstractitemview.html#event" location="qabstractitemview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="viewportEvent" fullname="QAbstractItemView::viewportEvent" href="qabstractitemview.html#viewportEvent" location="qabstractitemview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="viewportEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QAbstractItemView::mousePressEvent" href="qabstractitemview.html#mousePressEvent" location="qabstractitemview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QAbstractItemView::mouseMoveEvent" href="qabstractitemview.html#mouseMoveEvent" location="qabstractitemview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QAbstractItemView::mouseReleaseEvent" href="qabstractitemview.html#mouseReleaseEvent" location="qabstractitemview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseDoubleClickEvent" fullname="QAbstractItemView::mouseDoubleClickEvent" href="qabstractitemview.html#mouseDoubleClickEvent" location="qabstractitemview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseDoubleClickEvent(QMouseEvent * event)">
+ <parameter left="QMouseEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragEnterEvent" fullname="QAbstractItemView::dragEnterEvent" href="qabstractitemview.html#dragEnterEvent" location="qabstractitemview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragEnterEvent(QDragEnterEvent * event)">
+ <parameter left="QDragEnterEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragMoveEvent" fullname="QAbstractItemView::dragMoveEvent" href="qabstractitemview.html#dragMoveEvent" location="qabstractitemview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragMoveEvent(QDragMoveEvent * event)">
+ <parameter left="QDragMoveEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragLeaveEvent" fullname="QAbstractItemView::dragLeaveEvent" href="qabstractitemview.html#dragLeaveEvent" location="qabstractitemview.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragLeaveEvent(QDragLeaveEvent * event)">
+ <parameter left="QDragLeaveEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dropEvent" fullname="QAbstractItemView::dropEvent" href="qabstractitemview.html#dropEvent" location="qabstractitemview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dropEvent(QDropEvent * event)">
+ <parameter left="QDropEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="QAbstractItemView::focusInEvent" href="qabstractitemview.html#focusInEvent" location="qabstractitemview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * event)">
+ <parameter left="QFocusEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="QAbstractItemView::focusOutEvent" href="qabstractitemview.html#focusOutEvent" location="qabstractitemview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * event)">
+ <parameter left="QFocusEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QAbstractItemView::keyPressEvent" href="qabstractitemview.html#keyPressEvent" location="qabstractitemview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * event)">
+ <parameter left="QKeyEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QAbstractItemView::resizeEvent" href="qabstractitemview.html#resizeEvent" location="qabstractitemview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * event)">
+ <parameter left="QResizeEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="timerEvent" fullname="QAbstractItemView::timerEvent" href="qabstractitemview.html#timerEvent" location="qabstractitemview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="timerEvent(QTimerEvent * event)">
+ <parameter left="QTimerEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="inputMethodEvent" fullname="QAbstractItemView::inputMethodEvent" href="qabstractitemview.html#inputMethodEvent" location="qabstractitemview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="inputMethodEvent(QInputMethodEvent * event)">
+ <parameter left="QInputMethodEvent *" right="" name="event" default=""/>
+ </function>
+ <enum access="protected" threadsafety="unspecified" status="commendable" name="DropIndicatorPosition" fullname="QAbstractItemView::DropIndicatorPosition" href="qabstractitemview.html#DropIndicatorPosition-enum" location="qabstractitemview.h">
+ <value name="OnItem" value="0"/>
+ <value name="AboveItem" value="1"/>
+ <value name="BelowItem" value="2"/>
+ <value name="OnViewport" value="3"/>
+ </enum>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dropIndicatorPosition" fullname="QAbstractItemView::dropIndicatorPosition" href="qabstractitemview.html#dropIndicatorPosition" location="qabstractitemview.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="DropIndicatorPosition" signature="dropIndicatorPosition() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3MultiLineEdit" href="q3multilineedit.html" location="q3multilineedit.h" bases="Q3TextEdit" module="Qt3SupportLight">
+ <property access="public" threadsafety="unspecified" status="commendable" name="numLines" fullname="Q3MultiLineEdit::numLines" href="q3multilineedit.html#numLines-prop" location="q3multilineedit.h" type="int">
+ <getter name="numLines"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="atBeginning" fullname="Q3MultiLineEdit::atBeginning" href="q3multilineedit.html#atBeginning-prop" location="q3multilineedit.h" type="bool">
+ <getter name="atBeginning"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="atEnd" fullname="Q3MultiLineEdit::atEnd" href="q3multilineedit.html#atEnd-prop" location="q3multilineedit.h" type="bool">
+ <getter name="atEnd"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="Q3MultiLineEdit::alignment" href="q3multilineedit.html#alignment-prop" location="q3multilineedit.h" type="Qt::Alignment">
+ <getter name="alignment"/>
+ <setter name="setAlignment"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="edited" fullname="Q3MultiLineEdit::edited" href="q3multilineedit.html#edited-prop" location="q3multilineedit.h" type="bool">
+ <getter name="edited"/>
+ <setter name="setEdited"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3MultiLineEdit" fullname="Q3MultiLineEdit::Q3MultiLineEdit" href="q3multilineedit.html#Q3MultiLineEdit" location="q3multilineedit.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3MultiLineEdit(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3MultiLineEdit" fullname="Q3MultiLineEdit::~Q3MultiLineEdit" href="q3multilineedit.html#dtor.Q3MultiLineEdit" location="q3multilineedit.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3MultiLineEdit()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textLine" fullname="Q3MultiLineEdit::textLine" href="q3multilineedit.html#textLine" location="q3multilineedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="textLine(int line) const">
+ <parameter left="int" right="" name="line" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numLines" fullname="Q3MultiLineEdit::numLines" href="q3multilineedit.html#numLines-prop" location="q3multilineedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="numLines" type="int" signature="numLines() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertLine" fullname="Q3MultiLineEdit::insertLine" href="q3multilineedit.html#insertLine" location="q3multilineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="insertLine(const QString &amp; txt, int line)">
+ <parameter left="const QString &amp;" right="" name="txt" default=""/>
+ <parameter left="int" right="" name="line" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertAt" fullname="Q3MultiLineEdit::insertAt" href="q3multilineedit.html#insertAt" location="q3multilineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="insertAt(const QString &amp; s, int line, int col)">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="int" right="" name="line" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertAt" fullname="Q3MultiLineEdit::insertAt" href="q3multilineedit.html#insertAt-2" location="q3multilineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="insertAt(const QString &amp; s, int line, int col, bool mark)">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ <parameter left="int" right="" name="line" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="bool" right="" name="mark" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeLine" fullname="Q3MultiLineEdit::removeLine" href="q3multilineedit.html#removeLine" location="q3multilineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="removeLine(int paragraph)">
+ <parameter left="int" right="" name="paragraph" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCursorPosition" fullname="Q3MultiLineEdit::setCursorPosition" href="q3multilineedit.html#setCursorPosition" location="q3multilineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setCursorPosition(int line, int col)">
+ <parameter left="int" right="" name="line" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCursorPosition" fullname="Q3MultiLineEdit::setCursorPosition" href="q3multilineedit.html#setCursorPosition-2" location="q3multilineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setCursorPosition(int line, int col, bool mark)">
+ <parameter left="int" right="" name="line" default=""/>
+ <parameter left="int" right="" name="col" default=""/>
+ <parameter left="bool" right="" name="mark" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atBeginning" fullname="Q3MultiLineEdit::atBeginning" href="q3multilineedit.html#atBeginning-prop" location="q3multilineedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="atBeginning" type="bool" signature="atBeginning() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atEnd" fullname="Q3MultiLineEdit::atEnd" href="q3multilineedit.html#atEnd-prop" location="q3multilineedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="atEnd" type="bool" signature="atEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlignment" fullname="Q3MultiLineEdit::setAlignment" href="q3multilineedit.html#alignment-prop" location="q3multilineedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="alignment" type="void" signature="setAlignment(QFlags&lt;Qt::AlignmentFlag&gt; flags)">
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="Q3MultiLineEdit::alignment" href="q3multilineedit.html#alignment-prop" location="q3multilineedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="alignment" type="Qt::Alignment" signature="alignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEdited" fullname="Q3MultiLineEdit::setEdited" href="q3multilineedit.html#edited-prop" location="q3multilineedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="edited" type="void" signature="setEdited(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="edited" fullname="Q3MultiLineEdit::edited" href="q3multilineedit.html#edited-prop" location="q3multilineedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="edited" type="bool" signature="edited() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasMarkedText" fullname="Q3MultiLineEdit::hasMarkedText" href="q3multilineedit.html#hasMarkedText" location="q3multilineedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasMarkedText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="markedText" fullname="Q3MultiLineEdit::markedText" href="q3multilineedit.html#markedText" location="q3multilineedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="markedText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorWordForward" fullname="Q3MultiLineEdit::cursorWordForward" href="q3multilineedit.html#cursorWordForward" location="q3multilineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="cursorWordForward(bool mark)">
+ <parameter left="bool" right="" name="mark" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorWordBackward" fullname="Q3MultiLineEdit::cursorWordBackward" href="q3multilineedit.html#cursorWordBackward" location="q3multilineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="cursorWordBackward(bool mark)">
+ <parameter left="bool" right="" name="mark" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoUpdate" fullname="Q3MultiLineEdit::autoUpdate" href="q3multilineedit.html#autoUpdate" location="q3multilineedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="autoUpdate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="totalWidth" fullname="Q3MultiLineEdit::totalWidth" href="q3multilineedit.html#totalWidth" location="q3multilineedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="totalWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="totalHeight" fullname="Q3MultiLineEdit::totalHeight" href="q3multilineedit.html#totalHeight" location="q3multilineedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="totalHeight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maxLines" fullname="Q3MultiLineEdit::maxLines" href="q3multilineedit.html#maxLines" location="q3multilineedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="maxLines() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaxLines" fullname="Q3MultiLineEdit::setMaxLines" href="q3multilineedit.html#setMaxLines" location="q3multilineedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMaxLines(int max)">
+ <parameter left="int" right="" name="max" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="deselect" fullname="Q3MultiLineEdit::deselect" href="q3multilineedit.html#deselect" location="q3multilineedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="deselect()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="cursorPoint" fullname="Q3MultiLineEdit::cursorPoint" href="q3multilineedit.html#cursorPoint" location="q3multilineedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="cursorPoint() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="insertAndMark" fullname="Q3MultiLineEdit::insertAndMark" href="q3multilineedit.html#insertAndMark" location="q3multilineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="insertAndMark(const QString &amp; str, bool mark)">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ <parameter left="bool" right="" name="mark" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="newLine" fullname="Q3MultiLineEdit::newLine" href="q3multilineedit.html#newLine" location="q3multilineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="newLine()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="killLine" fullname="Q3MultiLineEdit::killLine" href="q3multilineedit.html#killLine" location="q3multilineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="killLine()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="pageUp" fullname="Q3MultiLineEdit::pageUp" href="q3multilineedit.html#pageUp" location="q3multilineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="pageUp(bool mark)">
+ <parameter left="bool" right="" name="mark" default="false"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="pageDown" fullname="Q3MultiLineEdit::pageDown" href="q3multilineedit.html#pageDown" location="q3multilineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="pageDown(bool mark)">
+ <parameter left="bool" right="" name="mark" default="false"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="cursorLeft" fullname="Q3MultiLineEdit::cursorLeft" href="q3multilineedit.html#cursorLeft" location="q3multilineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="cursorLeft(bool mark, bool wrap)">
+ <parameter left="bool" right="" name="mark" default="false"/>
+ <parameter left="bool" right="" name="wrap" default="true"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="cursorRight" fullname="Q3MultiLineEdit::cursorRight" href="q3multilineedit.html#cursorRight" location="q3multilineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="cursorRight(bool mark, bool wrap)">
+ <parameter left="bool" right="" name="mark" default="false"/>
+ <parameter left="bool" right="" name="wrap" default="true"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="cursorUp" fullname="Q3MultiLineEdit::cursorUp" href="q3multilineedit.html#cursorUp" location="q3multilineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="cursorUp(bool mark)">
+ <parameter left="bool" right="" name="mark" default="false"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="cursorDown" fullname="Q3MultiLineEdit::cursorDown" href="q3multilineedit.html#cursorDown" location="q3multilineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="cursorDown(bool mark)">
+ <parameter left="bool" right="" name="mark" default="false"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="backspace" fullname="Q3MultiLineEdit::backspace" href="q3multilineedit.html#backspace" location="q3multilineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="backspace()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="home" fullname="Q3MultiLineEdit::home" href="q3multilineedit.html#home" location="q3multilineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="home(bool mark)">
+ <parameter left="bool" right="" name="mark" default="false"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="end" fullname="Q3MultiLineEdit::end" href="q3multilineedit.html#end" location="q3multilineedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="end(bool mark)">
+ <parameter left="bool" right="" name="mark" default="false"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="getMarkedRegion" fullname="Q3MultiLineEdit::getMarkedRegion" href="q3multilineedit.html#getMarkedRegion" location="q3multilineedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="getMarkedRegion(int * line1, int * col1, int * line2, int * col2) const">
+ <parameter left="int *" right="" name="line1" default=""/>
+ <parameter left="int *" right="" name="col1" default=""/>
+ <parameter left="int *" right="" name="line2" default=""/>
+ <parameter left="int *" right="" name="col2" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="lineLength" fullname="Q3MultiLineEdit::lineLength" href="q3multilineedit.html#lineLength" location="q3multilineedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="lineLength(int row) const">
+ <parameter left="int" right="" name="row" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3Frame" href="q3frame.html" location="q3frame.h" bases="QFrame" module="Qt3SupportLight">
+ <property access="public" threadsafety="unspecified" status="commendable" name="margin" fullname="Q3Frame::margin" href="q3frame.html#margin-prop" location="q3frame.h" type="int">
+ <getter name="margin"/>
+ <setter name="setMargin"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="contentsRect" fullname="Q3Frame::contentsRect" href="q3frame.html#contentsRect-prop" location="q3frame.h" type="QRect">
+ <getter name="contentsRect"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Frame" fullname="Q3Frame::Q3Frame" href="q3frame.html#Q3Frame" location="q3frame.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3Frame(QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3Frame" fullname="Q3Frame::~Q3Frame" href="q3frame.html#dtor.Q3Frame" location="q3frame.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3Frame()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="margin" fullname="Q3Frame::margin" href="q3frame.html#margin-prop" location="q3frame.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="margin" type="int" signature="margin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMargin" fullname="Q3Frame::setMargin" href="q3frame.html#margin-prop" location="q3frame.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="margin" type="void" signature="setMargin(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentsRect" fullname="Q3Frame::contentsRect" href="q3frame.html#contentsRect-prop" location="q3frame.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="contentsRect" type="QRect" signature="contentsRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frameWidth" fullname="Q3Frame::frameWidth" href="q3frame.html#frameWidth" location="q3frame.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="frameWidth() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="Q3Frame::paintEvent" href="q3frame.html#paintEvent" location="q3frame.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * event)">
+ <parameter left="QPaintEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="Q3Frame::resizeEvent" href="q3frame.html#resizeEvent" location="q3frame.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * event)">
+ <parameter left="QResizeEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="frameChanged" fullname="Q3Frame::frameChanged" href="q3frame.html#frameChanged" location="q3frame.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="frameChanged()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawFrame" fullname="Q3Frame::drawFrame" href="q3frame.html#drawFrame" location="q3frame.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawFrame(QPainter * p)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawContents" fullname="Q3Frame::drawContents" href="q3frame.html#drawContents" location="q3frame.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawContents(QPainter * painter)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QLatin1Char" href="qlatin1char.html" location="qchar.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLatin1Char" fullname="QLatin1Char::QLatin1Char" href="qlatin1char.html#QLatin1Char" location="qchar.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QLatin1Char(char c)">
+ <parameter left="char" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLatin1" fullname="QLatin1Char::toLatin1" href="qlatin1char.html#toLatin1" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="char" signature="toLatin1() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unicode" fullname="QLatin1Char::unicode" href="qlatin1char.html#unicode" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="ushort" signature="unicode() const"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QChar" href="qchar.html" location="qchar.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QChar" fullname="QChar::QChar" href="qchar.html#QChar" location="qchar.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QChar()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QChar" fullname="QChar::QChar" href="qchar.html#QChar-2" location="qchar.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QChar(char ch)">
+ <parameter left="char" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QChar" fullname="QChar::QChar" href="qchar.html#QChar-3" location="qchar.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QChar(uchar ch)">
+ <parameter left="uchar" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QChar" fullname="QChar::QChar" href="qchar.html#QChar-4" location="qchar.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QChar(QLatin1Char ch)">
+ <parameter left="QLatin1Char" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QChar" fullname="QChar::QChar" href="qchar.html#QChar-5" location="qchar.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QChar(uchar cell, uchar row)">
+ <parameter left="uchar" right="" name="cell" default=""/>
+ <parameter left="uchar" right="" name="row" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QChar" fullname="QChar::QChar" href="qchar.html#QChar-6" location="qchar.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QChar(ushort code)">
+ <parameter left="ushort" right="" name="code" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QChar" fullname="QChar::QChar" href="qchar.html#QChar-7" location="qchar.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="7" type="" signature="QChar(short code)">
+ <parameter left="short" right="" name="code" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QChar" fullname="QChar::QChar" href="qchar.html#QChar-8" location="qchar.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="8" type="" signature="QChar(uint code)">
+ <parameter left="uint" right="" name="code" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QChar" fullname="QChar::QChar" href="qchar.html#QChar-9" location="qchar.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="9" type="" signature="QChar(int code)">
+ <parameter left="int" right="" name="code" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SpecialCharacter" fullname="QChar::SpecialCharacter" href="qchar.html#SpecialCharacter-enum" location="qchar.h">
+ <value name="Null" value="0x0000"/>
+ <value name="Nbsp" value="0x00a0"/>
+ <value name="ReplacementCharacter" value="0xfffd"/>
+ <value name="ObjectReplacementCharacter" value="0xfffc"/>
+ <value name="ByteOrderMark" value="0xfeff"/>
+ <value name="ByteOrderSwapped" value="0xfffe"/>
+ <value name="null" value="Null"/>
+ <value name="replacement" value="ReplacementCharacter"/>
+ <value name="byteOrderMark" value="ByteOrderMark"/>
+ <value name="byteOrderSwapped" value="ByteOrderSwapped"/>
+ <value name="nbsp" value="Nbsp"/>
+ <value name="ParagraphSeparator" value="0x2029"/>
+ <value name="LineSeparator" value="0x2028"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QChar" fullname="QChar::QChar" href="qchar.html#QChar-10" location="qchar.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="10" type="" signature="QChar(SpecialCharacter ch)">
+ <parameter left="SpecialCharacter" right="" name="ch" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Category" fullname="QChar::Category" href="qchar.html#Category-enum" location="qchar.h">
+ <value name="NoCategory" value="0"/>
+ <value name="Mark_NonSpacing" value="1"/>
+ <value name="Mark_SpacingCombining" value="2"/>
+ <value name="Mark_Enclosing" value="3"/>
+ <value name="Number_DecimalDigit" value="4"/>
+ <value name="Number_Letter" value="5"/>
+ <value name="Number_Other" value="6"/>
+ <value name="Separator_Space" value="7"/>
+ <value name="Separator_Line" value="8"/>
+ <value name="Separator_Paragraph" value="9"/>
+ <value name="Other_Control" value="10"/>
+ <value name="Other_Format" value="11"/>
+ <value name="Other_Surrogate" value="12"/>
+ <value name="Other_PrivateUse" value="13"/>
+ <value name="Other_NotAssigned" value="14"/>
+ <value name="Letter_Uppercase" value="15"/>
+ <value name="Letter_Lowercase" value="16"/>
+ <value name="Letter_Titlecase" value="17"/>
+ <value name="Letter_Modifier" value="18"/>
+ <value name="Letter_Other" value="19"/>
+ <value name="Punctuation_Connector" value="20"/>
+ <value name="Punctuation_Dash" value="21"/>
+ <value name="Punctuation_Open" value="22"/>
+ <value name="Punctuation_Close" value="23"/>
+ <value name="Punctuation_InitialQuote" value="24"/>
+ <value name="Punctuation_FinalQuote" value="25"/>
+ <value name="Punctuation_Other" value="26"/>
+ <value name="Symbol_Math" value="27"/>
+ <value name="Symbol_Currency" value="28"/>
+ <value name="Symbol_Modifier" value="29"/>
+ <value name="Symbol_Other" value="30"/>
+ <value name="Punctuation_Dask" value="Punctuation_Dash"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Direction" fullname="QChar::Direction" href="qchar.html#Direction-enum" location="qchar.h">
+ <value name="DirL" value="0"/>
+ <value name="DirR" value="1"/>
+ <value name="DirEN" value="2"/>
+ <value name="DirES" value="3"/>
+ <value name="DirET" value="4"/>
+ <value name="DirAN" value="5"/>
+ <value name="DirCS" value="6"/>
+ <value name="DirB" value="7"/>
+ <value name="DirS" value="8"/>
+ <value name="DirWS" value="9"/>
+ <value name="DirON" value="10"/>
+ <value name="DirLRE" value="11"/>
+ <value name="DirLRO" value="12"/>
+ <value name="DirAL" value="13"/>
+ <value name="DirRLE" value="14"/>
+ <value name="DirRLO" value="15"/>
+ <value name="DirPDF" value="16"/>
+ <value name="DirNSM" value="17"/>
+ <value name="DirBN" value="18"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Decomposition" fullname="QChar::Decomposition" href="qchar.html#Decomposition-enum" location="qchar.h">
+ <value name="NoDecomposition" value="0"/>
+ <value name="Canonical" value="1"/>
+ <value name="Font" value="2"/>
+ <value name="NoBreak" value="3"/>
+ <value name="Initial" value="4"/>
+ <value name="Medial" value="5"/>
+ <value name="Final" value="6"/>
+ <value name="Isolated" value="7"/>
+ <value name="Circle" value="8"/>
+ <value name="Super" value="9"/>
+ <value name="Sub" value="10"/>
+ <value name="Vertical" value="11"/>
+ <value name="Wide" value="12"/>
+ <value name="Narrow" value="13"/>
+ <value name="Small" value="14"/>
+ <value name="Square" value="15"/>
+ <value name="Compat" value="16"/>
+ <value name="Fraction" value="17"/>
+ <value name="Single" value="NoDecomposition"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Joining" fullname="QChar::Joining" href="qchar.html#Joining-enum" location="qchar.h">
+ <value name="OtherJoining" value="0"/>
+ <value name="Dual" value="1"/>
+ <value name="Right" value="2"/>
+ <value name="Center" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="UnicodeVersion" fullname="QChar::UnicodeVersion" href="qchar.html#UnicodeVersion-enum" location="qchar.h">
+ <value name="Unicode_Unassigned" value="0"/>
+ <value name="Unicode_1_1" value="1"/>
+ <value name="Unicode_2_0" value="2"/>
+ <value name="Unicode_2_1_2" value="3"/>
+ <value name="Unicode_3_0" value="4"/>
+ <value name="Unicode_3_1" value="5"/>
+ <value name="Unicode_3_2" value="6"/>
+ <value name="Unicode_4_0" value="7"/>
+ <value name="Unicode_4_1" value="8"/>
+ <value name="Unicode_5_0" value="9"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="category" fullname="QChar::category" href="qchar.html#category" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Category" signature="category() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="direction" fullname="QChar::direction" href="qchar.html#direction" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Direction" signature="direction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="joining" fullname="QChar::joining" href="qchar.html#joining" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Joining" signature="joining() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasMirrored" fullname="QChar::hasMirrored" href="qchar.html#hasMirrored" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasMirrored() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="combiningClass" fullname="QChar::combiningClass" href="qchar.html#combiningClass" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="unsigned char" signature="combiningClass() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mirroredChar" fullname="QChar::mirroredChar" href="qchar.html#mirroredChar" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QChar" signature="mirroredChar() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="decomposition" fullname="QChar::decomposition" href="qchar.html#decomposition" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="decomposition() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="decompositionTag" fullname="QChar::decompositionTag" href="qchar.html#decompositionTag" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Decomposition" signature="decompositionTag() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="digitValue" fullname="QChar::digitValue" href="qchar.html#digitValue" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="digitValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLower" fullname="QChar::toLower" href="qchar.html#toLower" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QChar" signature="toLower() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUpper" fullname="QChar::toUpper" href="qchar.html#toUpper" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QChar" signature="toUpper() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toTitleCase" fullname="QChar::toTitleCase" href="qchar.html#toTitleCase" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QChar" signature="toTitleCase() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toCaseFolded" fullname="QChar::toCaseFolded" href="qchar.html#toCaseFolded" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QChar" signature="toCaseFolded() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unicodeVersion" fullname="QChar::unicodeVersion" href="qchar.html#unicodeVersion" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="UnicodeVersion" signature="unicodeVersion() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toAscii" fullname="QChar::toAscii" href="qchar.html#toAscii" location="qchar.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="char" signature="toAscii() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLatin1" fullname="QChar::toLatin1" href="qchar.html#toLatin1" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="char" signature="toLatin1() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unicode" fullname="QChar::unicode" href="qchar.html#unicode-2" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="ushort" signature="unicode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unicode" fullname="QChar::unicode" href="qchar.html#unicode" location="qchar.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="ushort &amp;" signature="unicode()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromAscii" fullname="QChar::fromAscii" href="qchar.html#fromAscii" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QChar" signature="fromAscii(char c)">
+ <parameter left="char" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromLatin1" fullname="QChar::fromLatin1" href="qchar.html#fromLatin1" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QChar" signature="fromLatin1(char c)">
+ <parameter left="char" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QChar::isNull" href="qchar.html#isNull" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isPrint" fullname="QChar::isPrint" href="qchar.html#isPrint" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isPrint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isPunct" fullname="QChar::isPunct" href="qchar.html#isPunct" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isPunct() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSpace" fullname="QChar::isSpace" href="qchar.html#isSpace" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSpace() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isMark" fullname="QChar::isMark" href="qchar.html#isMark" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isMark() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isLetter" fullname="QChar::isLetter" href="qchar.html#isLetter" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isLetter() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNumber" fullname="QChar::isNumber" href="qchar.html#isNumber" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isLetterOrNumber" fullname="QChar::isLetterOrNumber" href="qchar.html#isLetterOrNumber" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isLetterOrNumber() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDigit" fullname="QChar::isDigit" href="qchar.html#isDigit" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDigit() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSymbol" fullname="QChar::isSymbol" href="qchar.html#isSymbol" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSymbol() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isLower" fullname="QChar::isLower" href="qchar.html#isLower" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isLower() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isUpper" fullname="QChar::isUpper" href="qchar.html#isUpper" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isUpper() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isTitleCase" fullname="QChar::isTitleCase" href="qchar.html#isTitleCase" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isTitleCase() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isHighSurrogate" fullname="QChar::isHighSurrogate" href="qchar.html#isHighSurrogate" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isHighSurrogate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isLowSurrogate" fullname="QChar::isLowSurrogate" href="qchar.html#isLowSurrogate" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isLowSurrogate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cell" fullname="QChar::cell" href="qchar.html#cell" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uchar" signature="cell() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="row" fullname="QChar::row" href="qchar.html#row" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uchar" signature="row() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="surrogateToUcs4" fullname="QChar::surrogateToUcs4" href="qchar.html#surrogateToUcs4" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="uint" signature="surrogateToUcs4(ushort high, ushort low)">
+ <parameter left="ushort" right="" name="high" default=""/>
+ <parameter left="ushort" right="" name="low" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="surrogateToUcs4" fullname="QChar::surrogateToUcs4" href="qchar.html#surrogateToUcs4-2" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="uint" signature="surrogateToUcs4(QChar high, QChar low)">
+ <parameter left="QChar" right="" name="high" default=""/>
+ <parameter left="QChar" right="" name="low" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="highSurrogate" fullname="QChar::highSurrogate" href="qchar.html#highSurrogate" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="ushort" signature="highSurrogate(uint ucs4)">
+ <parameter left="uint" right="" name="ucs4" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lowSurrogate" fullname="QChar::lowSurrogate" href="qchar.html#lowSurrogate" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="ushort" signature="lowSurrogate(uint ucs4)">
+ <parameter left="uint" right="" name="ucs4" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="category" fullname="QChar::category" href="qchar.html#category-2" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="Category" signature="category(uint ucs4)">
+ <parameter left="uint" right="" name="ucs4" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="category" fullname="QChar::category" href="qchar.html#category-3" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="Category" signature="category(ushort ucs2)">
+ <parameter left="ushort" right="" name="ucs2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="direction" fullname="QChar::direction" href="qchar.html#direction-2" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="Direction" signature="direction(uint ucs4)">
+ <parameter left="uint" right="" name="ucs4" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="direction" fullname="QChar::direction" href="qchar.html#direction-3" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="Direction" signature="direction(ushort ucs2)">
+ <parameter left="ushort" right="" name="ucs2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="joining" fullname="QChar::joining" href="qchar.html#joining-2" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="Joining" signature="joining(uint ucs4)">
+ <parameter left="uint" right="" name="ucs4" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="joining" fullname="QChar::joining" href="qchar.html#joining-3" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="Joining" signature="joining(ushort ucs2)">
+ <parameter left="ushort" right="" name="ucs2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="combiningClass" fullname="QChar::combiningClass" href="qchar.html#combiningClass-2" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="unsigned char" signature="combiningClass(uint ucs4)">
+ <parameter left="uint" right="" name="ucs4" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="combiningClass" fullname="QChar::combiningClass" href="qchar.html#combiningClass-3" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="unsigned char" signature="combiningClass(ushort ucs2)">
+ <parameter left="ushort" right="" name="ucs2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mirroredChar" fullname="QChar::mirroredChar" href="qchar.html#mirroredChar-2" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="uint" signature="mirroredChar(uint ucs4)">
+ <parameter left="uint" right="" name="ucs4" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mirroredChar" fullname="QChar::mirroredChar" href="qchar.html#mirroredChar-3" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="ushort" signature="mirroredChar(ushort ucs2)">
+ <parameter left="ushort" right="" name="ucs2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="decompositionTag" fullname="QChar::decompositionTag" href="qchar.html#decompositionTag-2" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="Decomposition" signature="decompositionTag(uint ucs4)">
+ <parameter left="uint" right="" name="ucs4" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="digitValue" fullname="QChar::digitValue" href="qchar.html#digitValue-3" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="int" signature="digitValue(uint ucs4)">
+ <parameter left="uint" right="" name="ucs4" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="digitValue" fullname="QChar::digitValue" href="qchar.html#digitValue-2" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="int" signature="digitValue(ushort ucs2)">
+ <parameter left="ushort" right="" name="ucs2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLower" fullname="QChar::toLower" href="qchar.html#toLower-2" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="uint" signature="toLower(uint ucs4)">
+ <parameter left="uint" right="" name="ucs4" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLower" fullname="QChar::toLower" href="qchar.html#toLower-3" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="ushort" signature="toLower(ushort ucs2)">
+ <parameter left="ushort" right="" name="ucs2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUpper" fullname="QChar::toUpper" href="qchar.html#toUpper-2" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="uint" signature="toUpper(uint ucs4)">
+ <parameter left="uint" right="" name="ucs4" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toUpper" fullname="QChar::toUpper" href="qchar.html#toUpper-3" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="ushort" signature="toUpper(ushort ucs2)">
+ <parameter left="ushort" right="" name="ucs2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toTitleCase" fullname="QChar::toTitleCase" href="qchar.html#toTitleCase-2" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="uint" signature="toTitleCase(uint ucs4)">
+ <parameter left="uint" right="" name="ucs4" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toTitleCase" fullname="QChar::toTitleCase" href="qchar.html#toTitleCase-3" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="ushort" signature="toTitleCase(ushort ucs2)">
+ <parameter left="ushort" right="" name="ucs2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toCaseFolded" fullname="QChar::toCaseFolded" href="qchar.html#toCaseFolded-2" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="uint" signature="toCaseFolded(uint ucs4)">
+ <parameter left="uint" right="" name="ucs4" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toCaseFolded" fullname="QChar::toCaseFolded" href="qchar.html#toCaseFolded-3" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="ushort" signature="toCaseFolded(ushort ucs2)">
+ <parameter left="ushort" right="" name="ucs2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unicodeVersion" fullname="QChar::unicodeVersion" href="qchar.html#unicodeVersion-2" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="UnicodeVersion" signature="unicodeVersion(uint ucs4)">
+ <parameter left="uint" right="" name="ucs4" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unicodeVersion" fullname="QChar::unicodeVersion" href="qchar.html#unicodeVersion-3" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="UnicodeVersion" signature="unicodeVersion(ushort ucs2)">
+ <parameter left="ushort" right="" name="ucs2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="decomposition" fullname="QChar::decomposition" href="qchar.html#decomposition-2" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QString" signature="decomposition(uint ucs4)">
+ <parameter left="uint" right="" name="ucs4" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="mirrored" fullname="QChar::mirrored" href="qchar-qt3.html#mirrored" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="mirrored() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="lower" fullname="QChar::lower" href="qchar-qt3.html#lower" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QChar" signature="lower() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="upper" fullname="QChar::upper" href="qchar-qt3.html#upper" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QChar" signature="upper() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="networkOrdered" fullname="QChar::networkOrdered" href="qchar-qt3.html#networkOrdered" location="qchar.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="networkOrdered()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="latin1" fullname="QChar::latin1" href="qchar-qt3.html#latin1" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="char" signature="latin1() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="ascii" fullname="QChar::ascii" href="qchar-qt3.html#ascii" location="qchar.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="char" signature="ascii() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qchar.html#operator==-69" location="qchar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="69" relates="QChar" type="bool" signature="operator==(QChar c1, QChar c2)">
+ <parameter left="QChar" right="" name="c1" default=""/>
+ <parameter left="QChar" right="" name="c2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="qchar.html#operator!=-49" location="qchar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="49" relates="QChar" type="bool" signature="operator!=(QChar c1, QChar c2)">
+ <parameter left="QChar" right="" name="c1" default=""/>
+ <parameter left="QChar" right="" name="c2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;=" href="qchar.html#operator&lt;=-12" location="qchar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" relates="QChar" type="bool" signature="operator&lt;=(QChar c1, QChar c2)">
+ <parameter left="QChar" right="" name="c1" default=""/>
+ <parameter left="QChar" right="" name="c2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;=" href="qchar.html#operator&gt;=-12" location="qchar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" relates="QChar" type="bool" signature="operator&gt;=(QChar c1, QChar c2)">
+ <parameter left="QChar" right="" name="c1" default=""/>
+ <parameter left="QChar" right="" name="c2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" href="qchar.html#operator&lt;-15" location="qchar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="15" relates="QChar" type="bool" signature="operator&lt;(QChar c1, QChar c2)">
+ <parameter left="QChar" right="" name="c1" default=""/>
+ <parameter left="QChar" right="" name="c2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" href="qchar.html#operator&gt;-12" location="qchar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="12" relates="QChar" type="bool" signature="operator&gt;(QChar c1, QChar c2)">
+ <parameter left="QChar" right="" name="c1" default=""/>
+ <parameter left="QChar" right="" name="c2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qchar.html#operator&lt;&lt;-169" location="qchar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="169" relates="QChar" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; out, const QChar &amp; chr)">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ <parameter left="const QChar &amp;" right="" name="chr" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qchar.html#operator&gt;&gt;-100" location="qchar.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="100" relates="QChar" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; in, QChar &amp; chr)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ <parameter left="QChar &amp;" right="" name="chr" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QToolTip" href="qtooltip.html" location="qtooltip.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="showText" fullname="QToolTip::showText" href="qtooltip.html#showText-2" location="qtooltip.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="void" signature="showText(const QPoint &amp; pos, const QString &amp; text, QWidget * w)">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QWidget *" right="" name="w" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showText" fullname="QToolTip::showText" href="qtooltip.html#showText" location="qtooltip.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="showText(const QPoint &amp; pos, const QString &amp; text, QWidget * w, const QRect &amp; rect)">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hideText" fullname="QToolTip::hideText" href="qtooltip.html#hideText" location="qtooltip.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="hideText()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isVisible" fullname="QToolTip::isVisible" href="qtooltip.html#isVisible" location="qtooltip.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isVisible()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="QToolTip::text" href="qtooltip.html#text" location="qtooltip.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="text()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="palette" fullname="QToolTip::palette" href="qtooltip.html#palette" location="qtooltip.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QPalette" signature="palette()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPalette" fullname="QToolTip::setPalette" href="qtooltip.html#setPalette" location="qtooltip.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setPalette(const QPalette &amp; palette)">
+ <parameter left="const QPalette &amp;" right="" name="palette" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="font" fullname="QToolTip::font" href="qtooltip.html#font" location="qtooltip.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QFont" signature="font()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFont" fullname="QToolTip::setFont" href="qtooltip.html#setFont" location="qtooltip.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setFont(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="add" fullname="QToolTip::add" href="qtooltip-qt3.html#add" location="qtooltip.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="add(QWidget * widget, const QString &amp; text)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="add" fullname="QToolTip::add" href="qtooltip-qt3.html#add-2" location="qtooltip.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="void" signature="add(QWidget * widget, const QRect &amp; rect, const QString &amp; text)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="remove" fullname="QToolTip::remove" href="qtooltip-qt3.html#remove" location="qtooltip.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="remove(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QItemEditorCreatorBase" href="qitemeditorcreatorbase.html" location="qitemeditorfactory.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QItemEditorCreatorBase" fullname="QItemEditorCreatorBase::~QItemEditorCreatorBase" href="qitemeditorcreatorbase.html#dtor.QItemEditorCreatorBase" location="qitemeditorfactory.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QItemEditorCreatorBase()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createWidget" fullname="QItemEditorCreatorBase::createWidget" href="qitemeditorcreatorbase.html#createWidget" location="qitemeditorfactory.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="createWidget(QWidget * parent) const">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valuePropertyName" fullname="QItemEditorCreatorBase::valuePropertyName" href="qitemeditorcreatorbase.html#valuePropertyName" location="qitemeditorfactory.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="valuePropertyName() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QItemEditorCreator" href="qitemeditorcreator.html" location="qitemeditorfactory.h" bases="QItemEditorCreatorBase" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QItemEditorCreator" fullname="QItemEditorCreator::QItemEditorCreator" href="qitemeditorcreator.html#QItemEditorCreator" location="qitemeditorfactory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QItemEditorCreator(const QByteArray &amp; valuePropertyName)">
+ <parameter left="const QByteArray &amp;" right="" name="valuePropertyName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createWidget" fullname="QItemEditorCreator::createWidget" href="qitemeditorcreator.html#createWidget" location="qitemeditorfactory.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="createWidget(QWidget * parent) const">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valuePropertyName" fullname="QItemEditorCreator::valuePropertyName" href="qitemeditorcreator.html#valuePropertyName" location="qitemeditorfactory.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="valuePropertyName() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QStandardItemEditorCreator" href="qstandarditemeditorcreator.html" location="qitemeditorfactory.h" bases="QItemEditorCreatorBase" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStandardItemEditorCreator" fullname="QStandardItemEditorCreator::QStandardItemEditorCreator" href="qstandarditemeditorcreator.html#QStandardItemEditorCreator" location="qitemeditorfactory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStandardItemEditorCreator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createWidget" fullname="QStandardItemEditorCreator::createWidget" href="qstandarditemeditorcreator.html#createWidget" location="qitemeditorfactory.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="createWidget(QWidget * parent) const">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valuePropertyName" fullname="QStandardItemEditorCreator::valuePropertyName" href="qstandarditemeditorcreator.html#valuePropertyName" location="qitemeditorfactory.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="valuePropertyName() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QItemEditorFactory" href="qitemeditorfactory.html" location="qitemeditorfactory.h" bases="" module="QtGui">
+ <contents name="standard-editing-widgets" title="Standard Editing Widgets" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QItemEditorFactory" fullname="QItemEditorFactory::QItemEditorFactory" href="qitemeditorfactory.html#QItemEditorFactory" location="qitemeditorfactory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QItemEditorFactory()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QItemEditorFactory" fullname="QItemEditorFactory::~QItemEditorFactory" href="qitemeditorfactory.html#dtor.QItemEditorFactory" location="qitemeditorfactory.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QItemEditorFactory()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createEditor" fullname="QItemEditorFactory::createEditor" href="qitemeditorfactory.html#createEditor" location="qitemeditorfactory.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="createEditor(QVariant::Type type, QWidget * parent) const">
+ <parameter left="QVariant::Type" right="" name="type" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valuePropertyName" fullname="QItemEditorFactory::valuePropertyName" href="qitemeditorfactory.html#valuePropertyName" location="qitemeditorfactory.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="valuePropertyName(QVariant::Type type) const">
+ <parameter left="QVariant::Type" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="registerEditor" fullname="QItemEditorFactory::registerEditor" href="qitemeditorfactory.html#registerEditor" location="qitemeditorfactory.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="registerEditor(QVariant::Type type, QItemEditorCreatorBase * creator)">
+ <parameter left="QVariant::Type" right="" name="type" default=""/>
+ <parameter left="QItemEditorCreatorBase *" right="" name="creator" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultFactory" fullname="QItemEditorFactory::defaultFactory" href="qitemeditorfactory.html#defaultFactory" location="qitemeditorfactory.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="const QItemEditorFactory *" signature="defaultFactory()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultFactory" fullname="QItemEditorFactory::setDefaultFactory" href="qitemeditorfactory.html#setDefaultFactory" location="qitemeditorfactory.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setDefaultFactory(QItemEditorFactory * factory)">
+ <parameter left="QItemEditorFactory *" right="" name="factory" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QByteArrayMatcher" href="qbytearraymatcher.html" location="qbytearraymatcher.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QByteArrayMatcher" fullname="QByteArrayMatcher::QByteArrayMatcher" href="qbytearraymatcher.html#QByteArrayMatcher" location="qbytearraymatcher.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QByteArrayMatcher()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QByteArrayMatcher" fullname="QByteArrayMatcher::QByteArrayMatcher" href="qbytearraymatcher.html#QByteArrayMatcher-2" location="qbytearraymatcher.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QByteArrayMatcher(const QByteArray &amp; pattern)">
+ <parameter left="const QByteArray &amp;" right="" name="pattern" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QByteArrayMatcher" fullname="QByteArrayMatcher::QByteArrayMatcher" href="qbytearraymatcher.html#QByteArrayMatcher-3" location="qbytearraymatcher.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QByteArrayMatcher(const char * pattern, int length)">
+ <parameter left="const char *" right="" name="pattern" default=""/>
+ <parameter left="int" right="" name="length" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QByteArrayMatcher" fullname="QByteArrayMatcher::QByteArrayMatcher" href="qbytearraymatcher.html#QByteArrayMatcher-4" location="qbytearraymatcher.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QByteArrayMatcher(const QByteArrayMatcher &amp; other)">
+ <parameter left="const QByteArrayMatcher &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QByteArrayMatcher" fullname="QByteArrayMatcher::~QByteArrayMatcher" href="qbytearraymatcher.html#dtor.QByteArrayMatcher" location="qbytearraymatcher.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QByteArrayMatcher()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QByteArrayMatcher::operator=" href="qbytearraymatcher.html#operator=" location="qbytearraymatcher.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QByteArrayMatcher &amp;" signature="operator=(const QByteArrayMatcher &amp; other)">
+ <parameter left="const QByteArrayMatcher &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPattern" fullname="QByteArrayMatcher::setPattern" href="qbytearraymatcher.html#setPattern" location="qbytearraymatcher.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPattern(const QByteArray &amp; pattern)">
+ <parameter left="const QByteArray &amp;" right="" name="pattern" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexIn" fullname="QByteArrayMatcher::indexIn" href="qbytearraymatcher.html#indexIn" location="qbytearraymatcher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexIn(const QByteArray &amp; ba, int from) const">
+ <parameter left="const QByteArray &amp;" right="" name="ba" default=""/>
+ <parameter left="int" right="" name="from" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexIn" fullname="QByteArrayMatcher::indexIn" href="qbytearraymatcher.html#indexIn-2" location="qbytearraymatcher.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="indexIn(const char * str, int len, int from) const">
+ <parameter left="const char *" right="" name="str" default=""/>
+ <parameter left="int" right="" name="len" default=""/>
+ <parameter left="int" right="" name="from" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pattern" fullname="QByteArrayMatcher::pattern" href="qbytearraymatcher.html#pattern" location="qbytearraymatcher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="pattern() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3AsciiDict" href="q3asciidict.html" location="q3asciidict.h" bases="Q3PtrCollection" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3AsciiDict" fullname="Q3AsciiDict::Q3AsciiDict" href="q3asciidict.html#Q3AsciiDict" location="q3asciidict.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3AsciiDict(int size, bool caseSensitive, bool copyKeys)">
+ <parameter left="int" right="" name="size" default="17"/>
+ <parameter left="bool" right="" name="caseSensitive" default="true"/>
+ <parameter left="bool" right="" name="copyKeys" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3AsciiDict" fullname="Q3AsciiDict::Q3AsciiDict" href="q3asciidict.html#Q3AsciiDict-2" location="q3asciidict.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3AsciiDict(const Q3AsciiDict&lt;type&gt; &amp; dict)">
+ <parameter left="const Q3AsciiDict&lt;type&gt; &amp;" right="" name="dict" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3AsciiDict" fullname="Q3AsciiDict::~Q3AsciiDict" href="q3asciidict.html#dtor.Q3AsciiDict" location="q3asciidict.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3AsciiDict()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3AsciiDict::operator=" href="q3asciidict.html#operator=" location="q3asciidict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3AsciiDict&lt;type&gt; &amp;" signature="operator=(const Q3AsciiDict&lt;type&gt; &amp; dict)">
+ <parameter left="const Q3AsciiDict&lt;type&gt; &amp;" right="" name="dict" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3AsciiDict::count" href="q3asciidict.html#count" location="q3asciidict.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="Q3AsciiDict::size" href="q3asciidict.html#size" location="q3asciidict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="Q3AsciiDict::isEmpty" href="q3asciidict.html#isEmpty" location="q3asciidict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="Q3AsciiDict::insert" href="q3asciidict.html#insert" location="q3asciidict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insert(const char * key, const type * item)">
+ <parameter left="const char *" right="" name="key" default=""/>
+ <parameter left="const type *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="Q3AsciiDict::replace" href="q3asciidict.html#replace" location="q3asciidict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="replace(const char * key, const type * item)">
+ <parameter left="const char *" right="" name="key" default=""/>
+ <parameter left="const type *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="Q3AsciiDict::remove" href="q3asciidict.html#remove" location="q3asciidict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="remove(const char * key)">
+ <parameter left="const char *" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="take" fullname="Q3AsciiDict::take" href="q3asciidict.html#take" location="q3asciidict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="take(const char * key)">
+ <parameter left="const char *" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="Q3AsciiDict::find" href="q3asciidict.html#find" location="q3asciidict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="find(const char * key) const">
+ <parameter left="const char *" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="Q3AsciiDict::operator[]" href="q3asciidict.html#operator[]" location="q3asciidict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="operator[](const char * key) const">
+ <parameter left="const char *" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="Q3AsciiDict::clear" href="q3asciidict.html#clear" location="q3asciidict.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resize" fullname="Q3AsciiDict::resize" href="q3asciidict.html#resize" location="q3asciidict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resize(uint newsize)">
+ <parameter left="uint" right="" name="newsize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="statistics" fullname="Q3AsciiDict::statistics" href="q3asciidict.html#statistics" location="q3asciidict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="statistics() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="read" fullname="Q3AsciiDict::read" href="q3asciidict.html#read" location="q3asciidict.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QDataStream &amp;" signature="read(QDataStream &amp; s, Q3PtrCollection::Item &amp; item)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="Q3PtrCollection::Item &amp;" right="" name="item" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="write" fullname="Q3AsciiDict::write" href="q3asciidict.html#write" location="q3asciidict.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QDataStream &amp;" signature="write(QDataStream &amp; s, Q3PtrCollection::Item item) const">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="Q3PtrCollection::Item" right="" name="item" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3AsciiDictIterator" href="q3asciidictiterator.html" location="q3asciidict.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3AsciiDictIterator" fullname="Q3AsciiDictIterator::Q3AsciiDictIterator" href="q3asciidictiterator.html#Q3AsciiDictIterator" location="q3asciidict.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3AsciiDictIterator(const Q3AsciiDict&lt;type&gt; &amp; dict)">
+ <parameter left="const Q3AsciiDict&lt;type&gt; &amp;" right="" name="dict" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3AsciiDictIterator" fullname="Q3AsciiDictIterator::~Q3AsciiDictIterator" href="q3asciidictiterator.html#dtor.Q3AsciiDictIterator" location="q3asciidict.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3AsciiDictIterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3AsciiDictIterator::count" href="q3asciidictiterator.html#count" location="q3asciidict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="Q3AsciiDictIterator::isEmpty" href="q3asciidictiterator.html#isEmpty" location="q3asciidict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFirst" fullname="Q3AsciiDictIterator::toFirst" href="q3asciidictiterator.html#toFirst" location="q3asciidict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="toFirst()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator type *" fullname="Q3AsciiDictIterator::operator type *" href="q3asciidictiterator.html#operator type *" location="q3asciidict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator type *() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="current" fullname="Q3AsciiDictIterator::current" href="q3asciidictiterator.html#current" location="q3asciidict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="current() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentKey" fullname="Q3AsciiDictIterator::currentKey" href="q3asciidictiterator.html#currentKey" location="q3asciidict.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="currentKey() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator()" fullname="Q3AsciiDictIterator::operator()" href="q3asciidictiterator.html#operator()" location="q3asciidict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator()()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="Q3AsciiDictIterator::operator++" href="q3asciidictiterator.html#operator++" location="q3asciidict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator++()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="Q3AsciiDictIterator::operator+=" href="q3asciidictiterator.html#operator+=" location="q3asciidict.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator+=(uint jump)">
+ <parameter left="uint" right="" name="jump" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDecorationPlugin" href="qdecorationplugin.html" location="qdecorationplugin_qws.h" bases="QObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDecorationPlugin" fullname="QDecorationPlugin::QDecorationPlugin" href="qdecorationplugin.html#QDecorationPlugin" location="qdecorationplugin_qws.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDecorationPlugin(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDecorationPlugin" fullname="QDecorationPlugin::~QDecorationPlugin" href="qdecorationplugin.html#dtor.QDecorationPlugin" location="qdecorationplugin_qws.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDecorationPlugin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QDecorationPlugin::keys" href="qdecorationplugin.html#keys" location="qdecorationplugin_qws.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="keys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QDecorationPlugin::create" href="qdecorationplugin.html#create" location="qdecorationplugin_qws.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QDecoration *" signature="create(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGesture" href="qgesture.html" location="qgesture.h" bases="QObject" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QGesture::state" href="qgesture.html#state-prop" location="qgesture.h" type="Qt::GestureState">
+ <getter name="state"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGesture" fullname="QGesture::QGesture" href="qgesture.html#QGesture" location="qgesture.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGesture(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGesture" fullname="QGesture::~QGesture" href="qgesture.html#dtor.QGesture" location="qgesture.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGesture()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filterEvent" fullname="QGesture::filterEvent" href="qgesture.html#filterEvent" location="qgesture.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="filterEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGraphicsItem" fullname="QGesture::setGraphicsItem" href="qgesture.html#setGraphicsItem" location="qgesture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setGraphicsItem(QGraphicsItem * graphicsItem)">
+ <parameter left="QGraphicsItem *" right="" name="graphicsItem" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="graphicsItem" fullname="QGesture::graphicsItem" href="qgesture.html#graphicsItem" location="qgesture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGraphicsItem *" signature="graphicsItem() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QGesture::state" href="qgesture.html#state-prop" location="qgesture.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="state" type="Qt::GestureState" signature="state() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="reset" fullname="QGesture::reset" href="qgesture.html#reset" location="qgesture.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateState" fullname="QGesture::updateState" href="qgesture.html#updateState" location="qgesture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="updateState(Qt::GestureState state)">
+ <parameter left="Qt::GestureState" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="started" fullname="QGesture::started" href="qgesture.html#started" location="qgesture.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="started()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="triggered" fullname="QGesture::triggered" href="qgesture.html#triggered" location="qgesture.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="triggered()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="finished" fullname="QGesture::finished" href="qgesture.html#finished" location="qgesture.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="finished()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cancelled" fullname="QGesture::cancelled" href="qgesture.html#cancelled" location="qgesture.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="cancelled()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDBusObjectPath" href="qdbusobjectpath.html" location="qdbusextratypes.h" bases="QString" module="QtDBus">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusObjectPath" fullname="QDBusObjectPath::QDBusObjectPath" href="qdbusobjectpath.html#QDBusObjectPath" location="qdbusextratypes.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDBusObjectPath()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusObjectPath" fullname="QDBusObjectPath::QDBusObjectPath" href="qdbusobjectpath.html#QDBusObjectPath-2" location="qdbusextratypes.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDBusObjectPath(const char * path)">
+ <parameter left="const char *" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusObjectPath" fullname="QDBusObjectPath::QDBusObjectPath" href="qdbusobjectpath.html#QDBusObjectPath-3" location="qdbusextratypes.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QDBusObjectPath(const QLatin1String &amp; path)">
+ <parameter left="const QLatin1String &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusObjectPath" fullname="QDBusObjectPath::QDBusObjectPath" href="qdbusobjectpath.html#QDBusObjectPath-4" location="qdbusextratypes.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QDBusObjectPath(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDBusObjectPath::operator=" href="qdbusobjectpath.html#operator=" location="qdbusextratypes.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDBusObjectPath &amp;" signature="operator=(const QDBusObjectPath &amp; path)">
+ <parameter left="const QDBusObjectPath &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPath" fullname="QDBusObjectPath::setPath" href="qdbusobjectpath.html#setPath" location="qdbusextratypes.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPath(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="path" fullname="QDBusObjectPath::path" href="qdbusobjectpath.html#path" location="qdbusextratypes.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="path() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDBusSignature" href="qdbussignature.html" location="qdbusextratypes.h" bases="QString" module="QtDBus">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusSignature" fullname="QDBusSignature::QDBusSignature" href="qdbussignature.html#QDBusSignature" location="qdbusextratypes.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDBusSignature()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusSignature" fullname="QDBusSignature::QDBusSignature" href="qdbussignature.html#QDBusSignature-2" location="qdbusextratypes.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDBusSignature(const char * signature)">
+ <parameter left="const char *" right="" name="signature" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusSignature" fullname="QDBusSignature::QDBusSignature" href="qdbussignature.html#QDBusSignature-3" location="qdbusextratypes.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QDBusSignature(const QLatin1String &amp; signature)">
+ <parameter left="const QLatin1String &amp;" right="" name="signature" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusSignature" fullname="QDBusSignature::QDBusSignature" href="qdbussignature.html#QDBusSignature-4" location="qdbusextratypes.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QDBusSignature(const QString &amp; signature)">
+ <parameter left="const QString &amp;" right="" name="signature" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QDBusSignature::operator=" href="qdbussignature.html#operator=" location="qdbusextratypes.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QDBusSignature &amp;" signature="operator=(const QDBusSignature &amp; signature)">
+ <parameter left="const QDBusSignature &amp;" right="" name="signature" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSignature" fullname="QDBusSignature::setSignature" href="qdbussignature.html#setSignature" location="qdbusextratypes.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSignature(const QString &amp; signature)">
+ <parameter left="const QString &amp;" right="" name="signature" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="signature" fullname="QDBusSignature::signature" href="qdbussignature.html#signature" location="qdbusextratypes.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="signature() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDBusVariant" href="qdbusvariant.html" location="qdbusextratypes.h" bases="QVariant" module="QtDBus">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusVariant" fullname="QDBusVariant::QDBusVariant" href="qdbusvariant.html#QDBusVariant" location="qdbusextratypes.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDBusVariant()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDBusVariant" fullname="QDBusVariant::QDBusVariant" href="qdbusvariant.html#QDBusVariant-2" location="qdbusextratypes.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDBusVariant(const QVariant &amp; variant)">
+ <parameter left="const QVariant &amp;" right="" name="variant" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVariant" fullname="QDBusVariant::setVariant" href="qdbusvariant.html#setVariant" location="qdbusextratypes.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setVariant(const QVariant &amp; variant)">
+ <parameter left="const QVariant &amp;" right="" name="variant" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="variant" fullname="QDBusVariant::variant" href="qdbusvariant.html#variant" location="qdbusextratypes.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="variant() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QBoxLayout" href="qboxlayout.html" location="qboxlayout.h" bases="QLayout" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Direction" fullname="QBoxLayout::Direction" href="qboxlayout.html#Direction-enum" location="qboxlayout.h">
+ <value name="LeftToRight" value="0"/>
+ <value name="RightToLeft" value="1"/>
+ <value name="TopToBottom" value="2"/>
+ <value name="BottomToTop" value="3"/>
+ <value name="Down" value="TopToBottom"/>
+ <value name="Up" value="BottomToTop"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBoxLayout" fullname="QBoxLayout::QBoxLayout" href="qboxlayout.html#QBoxLayout" location="qboxlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QBoxLayout(Direction dir, QWidget * parent)">
+ <parameter left="Direction" right="" name="dir" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QBoxLayout" fullname="QBoxLayout::QBoxLayout" href="qboxlayout-qt3.html#QBoxLayout-2" location="qboxlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QBoxLayout(QWidget * parent, Direction dir, int margin, int spacing, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="Direction" right="" name="dir" default=""/>
+ <parameter left="int" right="" name="margin" default="0"/>
+ <parameter left="int" right="" name="spacing" default="-1"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QBoxLayout" fullname="QBoxLayout::QBoxLayout" href="qboxlayout-qt3.html#QBoxLayout-3" location="qboxlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QBoxLayout(QLayout * parentLayout, Direction dir, int spacing, const char * name)">
+ <parameter left="QLayout *" right="" name="parentLayout" default=""/>
+ <parameter left="Direction" right="" name="dir" default=""/>
+ <parameter left="int" right="" name="spacing" default="-1"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QBoxLayout" fullname="QBoxLayout::QBoxLayout" href="qboxlayout-qt3.html#QBoxLayout-4" location="qboxlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QBoxLayout(Direction dir, int spacing, const char * name)">
+ <parameter left="Direction" right="" name="dir" default=""/>
+ <parameter left="int" right="" name="spacing" default=""/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QBoxLayout" fullname="QBoxLayout::~QBoxLayout" href="qboxlayout.html#dtor.QBoxLayout" location="qboxlayout.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QBoxLayout()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="direction" fullname="QBoxLayout::direction" href="qboxlayout.html#direction" location="qboxlayout.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="Direction" signature="direction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDirection" fullname="QBoxLayout::setDirection" href="qboxlayout.html#setDirection" location="qboxlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDirection(Direction direction)">
+ <parameter left="Direction" right="" name="direction" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addSpacing" fullname="QBoxLayout::addSpacing" href="qboxlayout.html#addSpacing" location="qboxlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addSpacing(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addStretch" fullname="QBoxLayout::addStretch" href="qboxlayout.html#addStretch" location="qboxlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addStretch(int stretch)">
+ <parameter left="int" right="" name="stretch" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addSpacerItem" fullname="QBoxLayout::addSpacerItem" href="qboxlayout.html#addSpacerItem" location="qboxlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addSpacerItem(QSpacerItem * spacerItem)">
+ <parameter left="QSpacerItem *" right="" name="spacerItem" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addWidget" fullname="QBoxLayout::addWidget" href="qboxlayout.html#addWidget" location="qboxlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addWidget(QWidget * widget, int stretch, QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="int" right="" name="stretch" default="0"/>
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addLayout" fullname="QBoxLayout::addLayout" href="qboxlayout.html#addLayout" location="qboxlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addLayout(QLayout * layout, int stretch)">
+ <parameter left="QLayout *" right="" name="layout" default=""/>
+ <parameter left="int" right="" name="stretch" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addStrut" fullname="QBoxLayout::addStrut" href="qboxlayout.html#addStrut" location="qboxlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addStrut(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addItem" fullname="QBoxLayout::addItem" href="qboxlayout.html#addItem" location="qboxlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="addItem(QLayoutItem * item)">
+ <parameter left="QLayoutItem *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertSpacing" fullname="QBoxLayout::insertSpacing" href="qboxlayout.html#insertSpacing" location="qboxlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertSpacing(int index, int size)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertStretch" fullname="QBoxLayout::insertStretch" href="qboxlayout.html#insertStretch" location="qboxlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertStretch(int index, int stretch)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int" right="" name="stretch" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertSpacerItem" fullname="QBoxLayout::insertSpacerItem" href="qboxlayout.html#insertSpacerItem" location="qboxlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertSpacerItem(int index, QSpacerItem * spacerItem)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="QSpacerItem *" right="" name="spacerItem" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertWidget" fullname="QBoxLayout::insertWidget" href="qboxlayout.html#insertWidget" location="qboxlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertWidget(int index, QWidget * widget, int stretch, QFlags&lt;Qt::AlignmentFlag&gt; alignment)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="int" right="" name="stretch" default="0"/>
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="alignment" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertLayout" fullname="QBoxLayout::insertLayout" href="qboxlayout.html#insertLayout" location="qboxlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertLayout(int index, QLayout * layout, int stretch)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="QLayout *" right="" name="layout" default=""/>
+ <parameter left="int" right="" name="stretch" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="spacing" fullname="QBoxLayout::spacing" href="qboxlayout.html#spacing" location="qboxlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="spacing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSpacing" fullname="QBoxLayout::setSpacing" href="qboxlayout.html#setSpacing" location="qboxlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSpacing(int spacing)">
+ <parameter left="int" right="" name="spacing" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStretchFactor" fullname="QBoxLayout::setStretchFactor" href="qboxlayout.html#setStretchFactor" location="qboxlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="setStretchFactor(QWidget * widget, int stretch)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="int" right="" name="stretch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStretchFactor" fullname="QBoxLayout::setStretchFactor" href="qboxlayout.html#setStretchFactor-2" location="qboxlayout.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="setStretchFactor(QLayout * layout, int stretch)">
+ <parameter left="QLayout *" right="" name="layout" default=""/>
+ <parameter left="int" right="" name="stretch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStretch" fullname="QBoxLayout::setStretch" href="qboxlayout.html#setStretch" location="qboxlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStretch(int index, int stretch)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="int" right="" name="stretch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stretch" fullname="QBoxLayout::stretch" href="qboxlayout.html#stretch" location="qboxlayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="stretch(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QBoxLayout::sizeHint" href="qboxlayout.html#sizeHint" location="qboxlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSize" fullname="QBoxLayout::minimumSize" href="qboxlayout.html#minimumSize" location="qboxlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumSize" fullname="QBoxLayout::maximumSize" href="qboxlayout.html#maximumSize" location="qboxlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="maximumSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasHeightForWidth" fullname="QBoxLayout::hasHeightForWidth" href="qboxlayout.html#hasHeightForWidth" location="qboxlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasHeightForWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="heightForWidth" fullname="QBoxLayout::heightForWidth" href="qboxlayout.html#heightForWidth" location="qboxlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="heightForWidth(int w) const">
+ <parameter left="int" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumHeightForWidth" fullname="QBoxLayout::minimumHeightForWidth" href="qboxlayout.html#minimumHeightForWidth" location="qboxlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="minimumHeightForWidth(int w) const">
+ <parameter left="int" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expandingDirections" fullname="QBoxLayout::expandingDirections" href="qboxlayout.html#expandingDirections" location="qboxlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::Orientations" signature="expandingDirections() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invalidate" fullname="QBoxLayout::invalidate" href="qboxlayout.html#invalidate" location="qboxlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="invalidate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAt" fullname="QBoxLayout::itemAt" href="qboxlayout.html#itemAt" location="qboxlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QLayoutItem *" signature="itemAt(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeAt" fullname="QBoxLayout::takeAt" href="qboxlayout.html#takeAt" location="qboxlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QLayoutItem *" signature="takeAt(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QBoxLayout::count" href="qboxlayout.html#count" location="qboxlayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGeometry" fullname="QBoxLayout::setGeometry" href="qboxlayout.html#setGeometry" location="qboxlayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setGeometry(const QRect &amp; r)">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="findWidget" fullname="QBoxLayout::findWidget" href="qboxlayout-qt3.html#findWidget" location="qboxlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="findWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="insertItem" fullname="QBoxLayout::insertItem" href="qboxlayout.html#insertItem" location="qboxlayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertItem(int index, QLayoutItem * item)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="QLayoutItem *" right="" name="item" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QHBoxLayout" href="qhboxlayout.html" location="qboxlayout.h" bases="QBoxLayout" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHBoxLayout" fullname="QHBoxLayout::QHBoxLayout" href="qhboxlayout.html#QHBoxLayout" location="qboxlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QHBoxLayout()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHBoxLayout" fullname="QHBoxLayout::QHBoxLayout" href="qhboxlayout.html#QHBoxLayout-2" location="qboxlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QHBoxLayout(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QHBoxLayout" fullname="QHBoxLayout::~QHBoxLayout" href="qhboxlayout.html#dtor.QHBoxLayout" location="qboxlayout.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QHBoxLayout()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="QHBoxLayout" fullname="QHBoxLayout::QHBoxLayout" href="qhboxlayout-qt3.html#QHBoxLayout-3" location="qboxlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QHBoxLayout(QWidget * parent, int margin, int spacing, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="margin" default=""/>
+ <parameter left="int" right="" name="spacing" default="-1"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QHBoxLayout" fullname="QHBoxLayout::QHBoxLayout" href="qhboxlayout-qt3.html#QHBoxLayout-4" location="qboxlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QHBoxLayout(QLayout * parentLayout, int spacing, const char * name)">
+ <parameter left="QLayout *" right="" name="parentLayout" default=""/>
+ <parameter left="int" right="" name="spacing" default="-1"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QHBoxLayout" fullname="QHBoxLayout::QHBoxLayout" href="qhboxlayout-qt3.html#QHBoxLayout-5" location="qboxlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QHBoxLayout(int spacing, const char * name)">
+ <parameter left="int" right="" name="spacing" default=""/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QVBoxLayout" href="qvboxlayout.html" location="qboxlayout.h" bases="QBoxLayout" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVBoxLayout" fullname="QVBoxLayout::QVBoxLayout" href="qvboxlayout.html#QVBoxLayout" location="qboxlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QVBoxLayout()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVBoxLayout" fullname="QVBoxLayout::QVBoxLayout" href="qvboxlayout.html#QVBoxLayout-2" location="qboxlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QVBoxLayout(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QVBoxLayout" fullname="QVBoxLayout::~QVBoxLayout" href="qvboxlayout.html#dtor.QVBoxLayout" location="qboxlayout.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QVBoxLayout()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="QVBoxLayout" fullname="QVBoxLayout::QVBoxLayout" href="qvboxlayout-qt3.html#QVBoxLayout-3" location="qboxlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QVBoxLayout(QWidget * parent, int margin, int spacing, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="margin" default=""/>
+ <parameter left="int" right="" name="spacing" default="-1"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QVBoxLayout" fullname="QVBoxLayout::QVBoxLayout" href="qvboxlayout-qt3.html#QVBoxLayout-4" location="qboxlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QVBoxLayout(QLayout * parentLayout, int spacing, const char * name)">
+ <parameter left="QLayout *" right="" name="parentLayout" default=""/>
+ <parameter left="int" right="" name="spacing" default="-1"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QVBoxLayout" fullname="QVBoxLayout::QVBoxLayout" href="qvboxlayout-qt3.html#QVBoxLayout-5" location="qboxlayout.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QVBoxLayout(int spacing, const char * name)">
+ <parameter left="int" right="" name="spacing" default=""/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QScriptClassPropertyIterator" href="qscriptclasspropertyiterator.html" location="qscriptclasspropertyiterator.h" bases="" module="QtScript">
+ <function access="protected" threadsafety="unspecified" status="commendable" name="QScriptClassPropertyIterator" fullname="QScriptClassPropertyIterator::QScriptClassPropertyIterator" href="qscriptclasspropertyiterator.html#QScriptClassPropertyIterator" location="qscriptclasspropertyiterator.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QScriptClassPropertyIterator(const QScriptValue &amp; object)">
+ <parameter left="const QScriptValue &amp;" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QScriptClassPropertyIterator" fullname="QScriptClassPropertyIterator::~QScriptClassPropertyIterator" href="qscriptclasspropertyiterator.html#dtor.QScriptClassPropertyIterator" location="qscriptclasspropertyiterator.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QScriptClassPropertyIterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="object" fullname="QScriptClassPropertyIterator::object" href="qscriptclasspropertyiterator.html#object" location="qscriptclasspropertyiterator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QScriptValue" signature="object() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasNext" fullname="QScriptClassPropertyIterator::hasNext" href="qscriptclasspropertyiterator.html#hasNext" location="qscriptclasspropertyiterator.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="QScriptClassPropertyIterator::next" href="qscriptclasspropertyiterator.html#next" location="qscriptclasspropertyiterator.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="next()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPrevious" fullname="QScriptClassPropertyIterator::hasPrevious" href="qscriptclasspropertyiterator.html#hasPrevious" location="qscriptclasspropertyiterator.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previous" fullname="QScriptClassPropertyIterator::previous" href="qscriptclasspropertyiterator.html#previous" location="qscriptclasspropertyiterator.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="previous()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFront" fullname="QScriptClassPropertyIterator::toFront" href="qscriptclasspropertyiterator.html#toFront" location="qscriptclasspropertyiterator.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="toFront()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toBack" fullname="QScriptClassPropertyIterator::toBack" href="qscriptclasspropertyiterator.html#toBack" location="qscriptclasspropertyiterator.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="toBack()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QScriptClassPropertyIterator::name" href="qscriptclasspropertyiterator.html#name" location="qscriptclasspropertyiterator.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QScriptString" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="id" fullname="QScriptClassPropertyIterator::id" href="qscriptclasspropertyiterator.html#id" location="qscriptclasspropertyiterator.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="uint" signature="id() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flags" fullname="QScriptClassPropertyIterator::flags" href="qscriptclasspropertyiterator.html#flags" location="qscriptclasspropertyiterator.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QScriptValue::PropertyFlags" signature="flags() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d_ptr" fullname="QScriptClassPropertyIterator::d_ptr" href="qscriptclasspropertyiterator.html#d_ptr-var" location="qscriptclasspropertyiterator.h" type="QScriptClassPropertyIteratorPrivate *" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAxWidget" href="qaxwidget.html" location="qaxwidget.h" bases="QWidget,QAxBase" module="QAxContainer">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAxWidget" fullname="QAxWidget::QAxWidget" href="qaxwidget.html#QAxWidget" location="qaxwidget.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAxWidget(QWidget * parent, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAxWidget" fullname="QAxWidget::QAxWidget" href="qaxwidget.html#QAxWidget-2" location="qaxwidget.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QAxWidget(const QString &amp; c, QWidget * parent, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="const QString &amp;" right="" name="c" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAxWidget" fullname="QAxWidget::QAxWidget" href="qaxwidget.html#QAxWidget-3" location="qaxwidget.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QAxWidget(IUnknown * iface, QWidget * parent, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="IUnknown *" right="" name="iface" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAxWidget" fullname="QAxWidget::~QAxWidget" href="qaxwidget.html#dtor.QAxWidget" location="qaxwidget.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAxWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QAxWidget::clear" href="qaxwidget.html#clear" location="qaxwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="doVerb" fullname="QAxWidget::doVerb" href="qaxwidget.html#doVerb" location="qaxwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="doVerb(const QString &amp; verb)">
+ <parameter left="const QString &amp;" right="" name="verb" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QAxWidget::sizeHint" href="qaxwidget.html#sizeHint" location="qaxwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="QAxWidget::minimumSizeHint" href="qaxwidget.html#minimumSizeHint" location="qaxwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createAggregate" fullname="QAxWidget::createAggregate" href="qaxwidget.html#createAggregate" location="qaxwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QAxAggregated *" signature="createAggregate()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initialize" fullname="QAxWidget::initialize" href="qaxwidget.html#initialize" location="qaxwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="initialize(IUnknown ** ptr)">
+ <parameter left="IUnknown **" right="" name="ptr" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="createHostWindow" fullname="QAxWidget::createHostWindow" href="qaxwidget.html#createHostWindow" location="qaxwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="createHostWindow(bool initialized)">
+ <parameter left="bool" right="" name="initialized" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="createHostWindow" fullname="QAxWidget::createHostWindow" href="qaxwidget.html#createHostWindow-2" location="qaxwidget.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="createHostWindow(bool initialized, const QByteArray &amp; data)">
+ <parameter left="bool" right="" name="initialized" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QAxWidget::changeEvent" href="qaxwidget.html#changeEvent" location="qaxwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QAxWidget::resizeEvent" href="qaxwidget.html#resizeEvent" location="qaxwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * )">
+ <parameter left="QResizeEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="translateKeyEvent" fullname="QAxWidget::translateKeyEvent" href="qaxwidget.html#translateKeyEvent" location="qaxwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="translateKeyEvent(int message, int keycode) const">
+ <parameter left="int" right="" name="message" default=""/>
+ <parameter left="int" right="" name="keycode" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="connectNotify" fullname="QAxWidget::connectNotify" href="qaxwidget.html#connectNotify" location="qaxwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="connectNotify(const char * signal)">
+ <parameter left="const char *" right="" name="signal" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qHash" href="qxmlname.html#qHash-28" location="qxmlname.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="28" relates="QXmlName" type="uint" signature="qHash(const QXmlName &amp; name)">
+ <parameter left="const QXmlName &amp;" right="" name="name" default=""/>
+ </function>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QXmlName" href="qxmlname.html" location="qxmlname.h" bases="" module="QtXmlPatterns">
+ <target name="comparing-qxmlnames"/>
+ <contents name="comparing-qxmlnames" title="Comparing QXmlNames" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlName" fullname="QXmlName::QXmlName" href="qxmlname.html#QXmlName" location="qxmlname.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QXmlName()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QXmlName" fullname="QXmlName::QXmlName" href="qxmlname.html#QXmlName-2" location="qxmlname.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QXmlName(QXmlNamePool &amp; namePool, const QString &amp; localName, const QString &amp; namespaceURI, const QString &amp; prefix)">
+ <parameter left="QXmlNamePool &amp;" right="" name="namePool" default=""/>
+ <parameter left="const QString &amp;" right="" name="localName" default=""/>
+ <parameter left="const QString &amp;" right="" name="namespaceURI" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="prefix" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="namespaceUri" fullname="QXmlName::namespaceUri" href="qxmlname.html#namespaceUri" location="qxmlname.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="namespaceUri(const QXmlNamePool &amp; namePool) const">
+ <parameter left="const QXmlNamePool &amp;" right="" name="namePool" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prefix" fullname="QXmlName::prefix" href="qxmlname.html#prefix" location="qxmlname.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="prefix(const QXmlNamePool &amp; namePool) const">
+ <parameter left="const QXmlNamePool &amp;" right="" name="namePool" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="localName" fullname="QXmlName::localName" href="qxmlname.html#localName" location="qxmlname.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="localName(const QXmlNamePool &amp; namePool) const">
+ <parameter left="const QXmlNamePool &amp;" right="" name="namePool" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toClarkName" fullname="QXmlName::toClarkName" href="qxmlname.html#toClarkName" location="qxmlname.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toClarkName(const QXmlNamePool &amp; namePool) const">
+ <parameter left="const QXmlNamePool &amp;" right="" name="namePool" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QXmlName::operator==" href="qxmlname.html#operator==" location="qxmlname.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QXmlName &amp; other) const">
+ <parameter left="const QXmlName &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QXmlName::operator!=" href="qxmlname.html#operator!=" location="qxmlname.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QXmlName &amp; other) const">
+ <parameter left="const QXmlName &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QXmlName::operator=" href="qxmlname.html#operator=" location="qxmlname.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QXmlName &amp;" signature="operator=(const QXmlName &amp; other)">
+ <parameter left="const QXmlName &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QXmlName::isNull" href="qxmlname.html#isNull" location="qxmlname.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNCName" fullname="QXmlName::isNCName" href="qxmlname.html#isNCName" location="qxmlname.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isNCName(const QString &amp; candidate)">
+ <parameter left="const QString &amp;" right="" name="candidate" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromClarkName" fullname="QXmlName::fromClarkName" href="qxmlname.html#fromClarkName" location="qxmlname.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QXmlName" signature="fromClarkName(const QString &amp; clarkName, const QXmlNamePool &amp; namePool)">
+ <parameter left="const QString &amp;" right="" name="clarkName" default=""/>
+ <parameter left="const QXmlNamePool &amp;" right="" name="namePool" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QX11EmbedWidget" href="qx11embedwidget.html" location="qx11embed_x11.h" bases="QWidget" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QX11EmbedWidget" fullname="QX11EmbedWidget::QX11EmbedWidget" href="qx11embedwidget.html#QX11EmbedWidget" location="qx11embed_x11.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QX11EmbedWidget(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QX11EmbedWidget" fullname="QX11EmbedWidget::~QX11EmbedWidget" href="qx11embedwidget.html#dtor.QX11EmbedWidget" location="qx11embed_x11.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QX11EmbedWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="embedInto" fullname="QX11EmbedWidget::embedInto" href="qx11embedwidget.html#embedInto" location="qx11embed_x11.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="embedInto(WId id)">
+ <parameter left="WId" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="containerWinId" fullname="QX11EmbedWidget::containerWinId" href="qx11embedwidget.html#containerWinId" location="qx11embed_x11.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="WId" signature="containerWinId() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Error" fullname="QX11EmbedWidget::Error" href="qx11embedwidget.html#Error-enum" location="qx11embed_x11.h">
+ <value name="Unknown" value="0"/>
+ <value name="Internal" value="1"/>
+ <value name="InvalidWindowID" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QX11EmbedWidget::error" href="qx11embedwidget.html#error" location="qx11embed_x11.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Error" signature="error() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="embedded" fullname="QX11EmbedWidget::embedded" href="qx11embedwidget.html#embedded" location="qx11embed_x11.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="embedded()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="containerClosed" fullname="QX11EmbedWidget::containerClosed" href="qx11embedwidget.html#containerClosed" location="qx11embed_x11.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="containerClosed()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QX11EmbedWidget::error" href="qx11embedwidget.html#error-2" location="qx11embed_x11.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="error(QX11EmbedWidget::Error error)">
+ <parameter left="QX11EmbedWidget::Error" right="" name="error" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QX11EmbedWidget::event" href="qx11embedwidget.html#event" location="qx11embed_x11.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QX11EmbedWidget::resizeEvent" href="qx11embedwidget.html#resizeEvent" location="qx11embed_x11.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * event)">
+ <parameter left="QResizeEvent *" right="" name="event" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QX11EmbedContainer" href="qx11embedcontainer.html" location="qx11embed_x11.h" bases="QWidget" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QX11EmbedContainer" fullname="QX11EmbedContainer::QX11EmbedContainer" href="qx11embedcontainer.html#QX11EmbedContainer" location="qx11embed_x11.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QX11EmbedContainer(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QX11EmbedContainer" fullname="QX11EmbedContainer::~QX11EmbedContainer" href="qx11embedcontainer.html#dtor.QX11EmbedContainer" location="qx11embed_x11.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QX11EmbedContainer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="embedClient" fullname="QX11EmbedContainer::embedClient" href="qx11embedcontainer.html#embedClient" location="qx11embed_x11.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="embedClient(WId id)">
+ <parameter left="WId" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="discardClient" fullname="QX11EmbedContainer::discardClient" href="qx11embedcontainer.html#discardClient" location="qx11embed_x11.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="discardClient()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clientWinId" fullname="QX11EmbedContainer::clientWinId" href="qx11embedcontainer.html#clientWinId" location="qx11embed_x11.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="WId" signature="clientWinId() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Error" fullname="QX11EmbedContainer::Error" href="qx11embedcontainer.html#Error-enum" location="qx11embed_x11.h">
+ <value name="Unknown" value="0"/>
+ <value name="Internal" value="1"/>
+ <value name="InvalidWindowID" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QX11EmbedContainer::error" href="qx11embedcontainer.html#error" location="qx11embed_x11.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="Error" signature="error() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clientIsEmbedded" fullname="QX11EmbedContainer::clientIsEmbedded" href="qx11embedcontainer.html#clientIsEmbedded" location="qx11embed_x11.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="clientIsEmbedded()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clientClosed" fullname="QX11EmbedContainer::clientClosed" href="qx11embedcontainer.html#clientClosed" location="qx11embed_x11.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="clientClosed()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QX11EmbedContainer::error" href="qx11embedcontainer.html#error-2" location="qx11embed_x11.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="error(QX11EmbedContainer::Error error)">
+ <parameter left="QX11EmbedContainer::Error" right="" name="error" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QX11EmbedContainer::paintEvent" href="qx11embedcontainer.html#paintEvent" location="qx11embed_x11.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * e)">
+ <parameter left="QPaintEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QX11EmbedContainer::event" href="qx11embedcontainer.html#event" location="qx11embed_x11.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QNetworkCacheMetaData" href="qnetworkcachemetadata.html" location="qabstractnetworkcache.h" bases="" module="QtNetwork">
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="RawHeader" fullname="QNetworkCacheMetaData::RawHeader" href="qnetworkcachemetadata.html#RawHeader-typedef" location="qabstractnetworkcache.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="RawHeaderList" fullname="QNetworkCacheMetaData::RawHeaderList" href="qnetworkcachemetadata.html#RawHeaderList-typedef" location="qabstractnetworkcache.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="AttributesMap" fullname="QNetworkCacheMetaData::AttributesMap" href="qnetworkcachemetadata.html#AttributesMap-typedef" location="qabstractnetworkcache.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QNetworkCacheMetaData" fullname="QNetworkCacheMetaData::QNetworkCacheMetaData" href="qnetworkcachemetadata.html#QNetworkCacheMetaData" location="qabstractnetworkcache.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QNetworkCacheMetaData()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QNetworkCacheMetaData" fullname="QNetworkCacheMetaData::QNetworkCacheMetaData" href="qnetworkcachemetadata.html#QNetworkCacheMetaData-2" location="qabstractnetworkcache.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QNetworkCacheMetaData(const QNetworkCacheMetaData &amp; other)">
+ <parameter left="const QNetworkCacheMetaData &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QNetworkCacheMetaData" fullname="QNetworkCacheMetaData::~QNetworkCacheMetaData" href="qnetworkcachemetadata.html#dtor.QNetworkCacheMetaData" location="qabstractnetworkcache.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QNetworkCacheMetaData()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QNetworkCacheMetaData::operator=" href="qnetworkcachemetadata.html#operator=" location="qabstractnetworkcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QNetworkCacheMetaData &amp;" signature="operator=(const QNetworkCacheMetaData &amp; other)">
+ <parameter left="const QNetworkCacheMetaData &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QNetworkCacheMetaData::operator==" href="qnetworkcachemetadata.html#operator==" location="qabstractnetworkcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QNetworkCacheMetaData &amp; other) const">
+ <parameter left="const QNetworkCacheMetaData &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QNetworkCacheMetaData::operator!=" href="qnetworkcachemetadata.html#operator!=" location="qabstractnetworkcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QNetworkCacheMetaData &amp; other) const">
+ <parameter left="const QNetworkCacheMetaData &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QNetworkCacheMetaData::isValid" href="qnetworkcachemetadata.html#isValid" location="qabstractnetworkcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="url" fullname="QNetworkCacheMetaData::url" href="qnetworkcachemetadata.html#url" location="qabstractnetworkcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="url() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUrl" fullname="QNetworkCacheMetaData::setUrl" href="qnetworkcachemetadata.html#setUrl" location="qabstractnetworkcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUrl(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rawHeaders" fullname="QNetworkCacheMetaData::rawHeaders" href="qnetworkcachemetadata.html#rawHeaders" location="qabstractnetworkcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="RawHeaderList" signature="rawHeaders() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRawHeaders" fullname="QNetworkCacheMetaData::setRawHeaders" href="qnetworkcachemetadata.html#setRawHeaders" location="qabstractnetworkcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRawHeaders(const RawHeaderList &amp; list)">
+ <parameter left="const RawHeaderList &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastModified" fullname="QNetworkCacheMetaData::lastModified" href="qnetworkcachemetadata.html#lastModified" location="qabstractnetworkcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="lastModified() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLastModified" fullname="QNetworkCacheMetaData::setLastModified" href="qnetworkcachemetadata.html#setLastModified" location="qabstractnetworkcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLastModified(const QDateTime &amp; dateTime)">
+ <parameter left="const QDateTime &amp;" right="" name="dateTime" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expirationDate" fullname="QNetworkCacheMetaData::expirationDate" href="qnetworkcachemetadata.html#expirationDate" location="qabstractnetworkcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="expirationDate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setExpirationDate" fullname="QNetworkCacheMetaData::setExpirationDate" href="qnetworkcachemetadata.html#setExpirationDate" location="qabstractnetworkcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setExpirationDate(const QDateTime &amp; dateTime)">
+ <parameter left="const QDateTime &amp;" right="" name="dateTime" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="saveToDisk" fullname="QNetworkCacheMetaData::saveToDisk" href="qnetworkcachemetadata.html#saveToDisk" location="qabstractnetworkcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="saveToDisk() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSaveToDisk" fullname="QNetworkCacheMetaData::setSaveToDisk" href="qnetworkcachemetadata.html#setSaveToDisk" location="qabstractnetworkcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSaveToDisk(bool allow)">
+ <parameter left="bool" right="" name="allow" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="attributes" fullname="QNetworkCacheMetaData::attributes" href="qnetworkcachemetadata.html#attributes" location="qabstractnetworkcache.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="AttributesMap" signature="attributes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttributes" fullname="QNetworkCacheMetaData::setAttributes" href="qnetworkcachemetadata.html#setAttributes" location="qabstractnetworkcache.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAttributes(const AttributesMap &amp; attributes)">
+ <parameter left="const AttributesMap &amp;" right="" name="attributes" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qnetworkcachemetadata.html#operator&lt;&lt;-170" location="qabstractnetworkcache.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="170" relates="QNetworkCacheMetaData" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; out, const QNetworkCacheMetaData &amp; metaData)">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ <parameter left="const QNetworkCacheMetaData &amp;" right="" name="metaData" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qnetworkcachemetadata.html#operator&gt;&gt;-101" location="qabstractnetworkcache.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="101" relates="QNetworkCacheMetaData" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; in, QNetworkCacheMetaData &amp; metaData)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ <parameter left="QNetworkCacheMetaData &amp;" right="" name="metaData" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAbstractNetworkCache" href="qabstractnetworkcache.html" location="qabstractnetworkcache.h" bases="QObject" module="QtNetwork">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractNetworkCache" fullname="QAbstractNetworkCache::~QAbstractNetworkCache" href="qabstractnetworkcache.html#dtor.QAbstractNetworkCache" location="qabstractnetworkcache.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractNetworkCache()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="metaData" fullname="QAbstractNetworkCache::metaData" href="qabstractnetworkcache.html#metaData" location="qabstractnetworkcache.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QNetworkCacheMetaData" signature="metaData(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateMetaData" fullname="QAbstractNetworkCache::updateMetaData" href="qabstractnetworkcache.html#updateMetaData" location="qabstractnetworkcache.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateMetaData(const QNetworkCacheMetaData &amp; metaData)">
+ <parameter left="const QNetworkCacheMetaData &amp;" right="" name="metaData" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QAbstractNetworkCache::data" href="qabstractnetworkcache.html#data" location="qabstractnetworkcache.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QIODevice *" signature="data(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QAbstractNetworkCache::remove" href="qabstractnetworkcache.html#remove" location="qabstractnetworkcache.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="remove(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cacheSize" fullname="QAbstractNetworkCache::cacheSize" href="qabstractnetworkcache.html#cacheSize" location="qabstractnetworkcache.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="cacheSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prepare" fullname="QAbstractNetworkCache::prepare" href="qabstractnetworkcache.html#prepare" location="qabstractnetworkcache.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QIODevice *" signature="prepare(const QNetworkCacheMetaData &amp; metaData)">
+ <parameter left="const QNetworkCacheMetaData &amp;" right="" name="metaData" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QAbstractNetworkCache::insert" href="qabstractnetworkcache.html#insert" location="qabstractnetworkcache.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="insert(QIODevice * device)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QAbstractNetworkCache::clear" href="qabstractnetworkcache.html#clear" location="qabstractnetworkcache.h" virtual="pure" meta="slot" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="QAbstractNetworkCache" fullname="QAbstractNetworkCache::QAbstractNetworkCache" href="qabstractnetworkcache.html#QAbstractNetworkCache" location="qabstractnetworkcache.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractNetworkCache(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSvgWidget" href="qsvgwidget.html" location="qsvgwidget.h" bases="QWidget" module="QtSvg">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSvgWidget" fullname="QSvgWidget::QSvgWidget" href="qsvgwidget.html#QSvgWidget" location="qsvgwidget.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSvgWidget(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSvgWidget" fullname="QSvgWidget::QSvgWidget" href="qsvgwidget.html#QSvgWidget-2" location="qsvgwidget.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSvgWidget(const QString &amp; file, QWidget * parent)">
+ <parameter left="const QString &amp;" right="" name="file" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSvgWidget" fullname="QSvgWidget::~QSvgWidget" href="qsvgwidget.html#dtor.QSvgWidget" location="qsvgwidget.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSvgWidget()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="renderer" fullname="QSvgWidget::renderer" href="qsvgwidget.html#renderer" location="qsvgwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSvgRenderer *" signature="renderer() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QSvgWidget::sizeHint" href="qsvgwidget.html#sizeHint" location="qsvgwidget.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QSvgWidget::load" href="qsvgwidget.html#load" location="qsvgwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="load(const QString &amp; file)">
+ <parameter left="const QString &amp;" right="" name="file" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="QSvgWidget::load" href="qsvgwidget.html#load-2" location="qsvgwidget.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="load(const QByteArray &amp; contents)">
+ <parameter left="const QByteArray &amp;" right="" name="contents" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QSvgWidget::paintEvent" href="qsvgwidget.html#paintEvent" location="qsvgwidget.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * event)">
+ <parameter left="QPaintEvent *" right="" name="event" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTextDocument" href="qtextdocument.html" location="qtextdocument.h" bases="QObject" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="undoRedoEnabled" fullname="QTextDocument::undoRedoEnabled" href="qtextdocument.html#undoRedoEnabled-prop" location="qtextdocument.h" type="bool">
+ <getter name="isUndoRedoEnabled"/>
+ <setter name="setUndoRedoEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="modified" fullname="QTextDocument::modified" href="qtextdocument.html#modified-prop" location="qtextdocument.h" type="bool">
+ <getter name="isModified"/>
+ <setter name="setModified"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="pageSize" fullname="QTextDocument::pageSize" href="qtextdocument.html#pageSize-prop" location="qtextdocument.h" type="QSizeF">
+ <getter name="pageSize"/>
+ <setter name="setPageSize"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="defaultFont" fullname="QTextDocument::defaultFont" href="qtextdocument.html#defaultFont-prop" location="qtextdocument.h" type="QFont">
+ <getter name="defaultFont"/>
+ <setter name="setDefaultFont"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="useDesignMetrics" fullname="QTextDocument::useDesignMetrics" href="qtextdocument.html#useDesignMetrics-prop" location="qtextdocument.h" type="bool">
+ <getter name="useDesignMetrics"/>
+ <setter name="setUseDesignMetrics"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QTextDocument::size" href="qtextdocument.html#size-prop" location="qtextdocument.h" type="QSizeF">
+ <getter name="size"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="textWidth" fullname="QTextDocument::textWidth" href="qtextdocument.html#textWidth-prop" location="qtextdocument.h" type="qreal">
+ <getter name="textWidth"/>
+ <setter name="setTextWidth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="blockCount" fullname="QTextDocument::blockCount" href="qtextdocument.html#blockCount-prop" location="qtextdocument.h" type="int">
+ <getter name="blockCount"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="indentWidth" fullname="QTextDocument::indentWidth" href="qtextdocument.html#indentWidth-prop" location="qtextdocument.h" type="qreal">
+ <getter name="indentWidth"/>
+ <setter name="setIndentWidth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="defaultStyleSheet" fullname="QTextDocument::defaultStyleSheet" href="qtextdocument.html#defaultStyleSheet-prop" location="qtextdocument.h" type="QString">
+ <getter name="defaultStyleSheet"/>
+ <setter name="setDefaultStyleSheet"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maximumBlockCount" fullname="QTextDocument::maximumBlockCount" href="qtextdocument.html#maximumBlockCount-prop" location="qtextdocument.h" type="int">
+ <getter name="maximumBlockCount"/>
+ <setter name="setMaximumBlockCount"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="documentMargin" fullname="QTextDocument::documentMargin" href="qtextdocument.html#documentMargin-prop" location="qtextdocument.h" type="qreal">
+ <getter name="documentMargin"/>
+ <setter name="setDocumentMargin"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="defaultTextOption" fullname="QTextDocument::defaultTextOption" href="qtextdocument.html#defaultTextOption-prop" location="qtextdocument.h" type="QTextOption">
+ <getter name="defaultTextOption"/>
+ <setter name="setDefaultTextOption"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextDocument" fullname="QTextDocument::QTextDocument" href="qtextdocument.html#QTextDocument" location="qtextdocument.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextDocument(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextDocument" fullname="QTextDocument::QTextDocument" href="qtextdocument.html#QTextDocument-2" location="qtextdocument.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTextDocument(const QString &amp; text, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTextDocument" fullname="QTextDocument::~QTextDocument" href="qtextdocument.html#dtor.QTextDocument" location="qtextdocument.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTextDocument()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clone" fullname="QTextDocument::clone" href="qtextdocument.html#clone" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextDocument *" signature="clone(QObject * parent) const">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QTextDocument::isEmpty" href="qtextdocument.html#isEmpty" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QTextDocument::clear" href="qtextdocument.html#clear" location="qtextdocument.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUndoRedoEnabled" fullname="QTextDocument::setUndoRedoEnabled" href="qtextdocument.html#undoRedoEnabled-prop" location="qtextdocument.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="undoRedoEnabled" type="void" signature="setUndoRedoEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isUndoRedoEnabled" fullname="QTextDocument::isUndoRedoEnabled" href="qtextdocument.html#undoRedoEnabled-prop" location="qtextdocument.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="undoRedoEnabled" type="bool" signature="isUndoRedoEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isUndoAvailable" fullname="QTextDocument::isUndoAvailable" href="qtextdocument.html#isUndoAvailable" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isUndoAvailable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRedoAvailable" fullname="QTextDocument::isRedoAvailable" href="qtextdocument.html#isRedoAvailable" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRedoAvailable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="revision" fullname="QTextDocument::revision" href="qtextdocument.html#revision" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="revision() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDocumentLayout" fullname="QTextDocument::setDocumentLayout" href="qtextdocument.html#setDocumentLayout" location="qtextdocument.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDocumentLayout(QAbstractTextDocumentLayout * layout)">
+ <parameter left="QAbstractTextDocumentLayout *" right="" name="layout" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="documentLayout" fullname="QTextDocument::documentLayout" href="qtextdocument.html#documentLayout" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractTextDocumentLayout *" signature="documentLayout() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="MetaInformation" fullname="QTextDocument::MetaInformation" href="qtextdocument.html#MetaInformation-enum" location="qtextdocument.h">
+ <value name="DocumentTitle" value="0"/>
+ <value name="DocumentUrl" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMetaInformation" fullname="QTextDocument::setMetaInformation" href="qtextdocument.html#setMetaInformation" location="qtextdocument.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMetaInformation(MetaInformation info, const QString &amp; string)">
+ <parameter left="MetaInformation" right="" name="info" default=""/>
+ <parameter left="const QString &amp;" right="" name="string" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="metaInformation" fullname="QTextDocument::metaInformation" href="qtextdocument.html#metaInformation" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="metaInformation(MetaInformation info) const">
+ <parameter left="MetaInformation" right="" name="info" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toHtml" fullname="QTextDocument::toHtml" href="qtextdocument.html#toHtml" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toHtml(const QByteArray &amp; encoding) const">
+ <parameter left="const QByteArray &amp;" right="" name="encoding" default="QByteArray()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHtml" fullname="QTextDocument::setHtml" href="qtextdocument.html#setHtml" location="qtextdocument.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHtml(const QString &amp; html)">
+ <parameter left="const QString &amp;" right="" name="html" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPlainText" fullname="QTextDocument::toPlainText" href="qtextdocument.html#toPlainText" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toPlainText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPlainText" fullname="QTextDocument::setPlainText" href="qtextdocument.html#setPlainText" location="qtextdocument.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPlainText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="characterAt" fullname="QTextDocument::characterAt" href="qtextdocument.html#characterAt" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QChar" signature="characterAt(int pos) const">
+ <parameter left="int" right="" name="pos" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FindFlag" fullname="QTextDocument::FindFlag" href="qtextdocument.html#FindFlag-enum" location="qtextdocument.h" typedef="QTextDocument::FindFlags">
+ <value name="FindBackward" value="0x00001"/>
+ <value name="FindCaseSensitively" value="0x00002"/>
+ <value name="FindWholeWords" value="0x00004"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="FindFlags" fullname="QTextDocument::FindFlags" href="qtextdocument.html#FindFlags-typedef" location="qtextdocument.h" enum="QTextDocument::FindFlag"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="QTextDocument::find" href="qtextdocument.html#find-3" location="qtextdocument.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QTextCursor" signature="find(const QString &amp; subString, int position, QFlags&lt;QTextDocument::FindFlag&gt; options) const">
+ <parameter left="const QString &amp;" right="" name="subString" default=""/>
+ <parameter left="int" right="" name="position" default="0"/>
+ <parameter left="QFlags&lt;QTextDocument::FindFlag&gt;" right="" name="options" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="QTextDocument::find" href="qtextdocument.html#find" location="qtextdocument.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCursor" signature="find(const QString &amp; subString, const QTextCursor &amp; cursor, QFlags&lt;QTextDocument::FindFlag&gt; options) const">
+ <parameter left="const QString &amp;" right="" name="subString" default=""/>
+ <parameter left="const QTextCursor &amp;" right="" name="cursor" default=""/>
+ <parameter left="QFlags&lt;QTextDocument::FindFlag&gt;" right="" name="options" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="QTextDocument::find" href="qtextdocument.html#find-4" location="qtextdocument.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QTextCursor" signature="find(const QRegExp &amp; expr, int position, QFlags&lt;QTextDocument::FindFlag&gt; options) const">
+ <parameter left="const QRegExp &amp;" right="" name="expr" default=""/>
+ <parameter left="int" right="" name="position" default="0"/>
+ <parameter left="QFlags&lt;QTextDocument::FindFlag&gt;" right="" name="options" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="QTextDocument::find" href="qtextdocument.html#find-2" location="qtextdocument.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QTextCursor" signature="find(const QRegExp &amp; expr, const QTextCursor &amp; cursor, QFlags&lt;QTextDocument::FindFlag&gt; options) const">
+ <parameter left="const QRegExp &amp;" right="" name="expr" default=""/>
+ <parameter left="const QTextCursor &amp;" right="" name="cursor" default=""/>
+ <parameter left="QFlags&lt;QTextDocument::FindFlag&gt;" right="" name="options" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rootFrame" fullname="QTextDocument::rootFrame" href="qtextdocument.html#rootFrame" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextFrame *" signature="rootFrame() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="object" fullname="QTextDocument::object" href="qtextdocument.html#object" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextObject *" signature="object(int objectIndex) const">
+ <parameter left="int" right="" name="objectIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="objectForFormat" fullname="QTextDocument::objectForFormat" href="qtextdocument.html#objectForFormat" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextObject *" signature="objectForFormat(const QTextFormat &amp; f) const">
+ <parameter left="const QTextFormat &amp;" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findBlock" fullname="QTextDocument::findBlock" href="qtextdocument.html#findBlock" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextBlock" signature="findBlock(int pos) const">
+ <parameter left="int" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findBlockByNumber" fullname="QTextDocument::findBlockByNumber" href="qtextdocument.html#findBlockByNumber" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextBlock" signature="findBlockByNumber(int blockNumber) const">
+ <parameter left="int" right="" name="blockNumber" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findBlockByLineNumber" fullname="QTextDocument::findBlockByLineNumber" href="qtextdocument.html#findBlockByLineNumber" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextBlock" signature="findBlockByLineNumber(int lineNumber) const">
+ <parameter left="int" right="" name="lineNumber" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="QTextDocument::begin" href="qtextdocument.html#begin" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextBlock" signature="begin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="QTextDocument::end" href="qtextdocument.html#end" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextBlock" signature="end() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="firstBlock" fullname="QTextDocument::firstBlock" href="qtextdocument.html#firstBlock" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextBlock" signature="firstBlock() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastBlock" fullname="QTextDocument::lastBlock" href="qtextdocument.html#lastBlock" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextBlock" signature="lastBlock() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPageSize" fullname="QTextDocument::setPageSize" href="qtextdocument.html#pageSize-prop" location="qtextdocument.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="pageSize" type="void" signature="setPageSize(const QSizeF &amp; size)">
+ <parameter left="const QSizeF &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pageSize" fullname="QTextDocument::pageSize" href="qtextdocument.html#pageSize-prop" location="qtextdocument.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="pageSize" type="QSizeF" signature="pageSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultFont" fullname="QTextDocument::setDefaultFont" href="qtextdocument.html#defaultFont-prop" location="qtextdocument.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="defaultFont" type="void" signature="setDefaultFont(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultFont" fullname="QTextDocument::defaultFont" href="qtextdocument.html#defaultFont-prop" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="defaultFont" type="QFont" signature="defaultFont() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pageCount" fullname="QTextDocument::pageCount" href="qtextdocument.html#pageCount" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="pageCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isModified" fullname="QTextDocument::isModified" href="qtextdocument.html#modified-prop" location="qtextdocument.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="modified" type="bool" signature="isModified() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="print" fullname="QTextDocument::print" href="qtextdocument.html#print" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="print(QPrinter * printer) const">
+ <parameter left="QPrinter *" right="" name="printer" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ResourceType" fullname="QTextDocument::ResourceType" href="qtextdocument.html#ResourceType-enum" location="qtextdocument.h">
+ <value name="HtmlResource" value="1"/>
+ <value name="ImageResource" value="2"/>
+ <value name="StyleSheetResource" value="3"/>
+ <value name="UserResource" value="100"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resource" fullname="QTextDocument::resource" href="qtextdocument.html#resource" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="resource(int type, const QUrl &amp; name) const">
+ <parameter left="int" right="" name="type" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addResource" fullname="QTextDocument::addResource" href="qtextdocument.html#addResource" location="qtextdocument.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addResource(int type, const QUrl &amp; name, const QVariant &amp; resource)">
+ <parameter left="int" right="" name="type" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="name" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="resource" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="allFormats" fullname="QTextDocument::allFormats" href="qtextdocument.html#allFormats" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector&lt;QTextFormat&gt;" signature="allFormats() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="markContentsDirty" fullname="QTextDocument::markContentsDirty" href="qtextdocument.html#markContentsDirty" location="qtextdocument.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="markContentsDirty(int position, int length)">
+ <parameter left="int" right="" name="position" default=""/>
+ <parameter left="int" right="" name="length" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUseDesignMetrics" fullname="QTextDocument::setUseDesignMetrics" href="qtextdocument.html#useDesignMetrics-prop" location="qtextdocument.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="useDesignMetrics" type="void" signature="setUseDesignMetrics(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="useDesignMetrics" fullname="QTextDocument::useDesignMetrics" href="qtextdocument.html#useDesignMetrics-prop" location="qtextdocument.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="useDesignMetrics" type="bool" signature="useDesignMetrics() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawContents" fullname="QTextDocument::drawContents" href="qtextdocument.html#drawContents" location="qtextdocument.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="drawContents(QPainter * p, const QRectF &amp; rect)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="rect" default="QRectF()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextWidth" fullname="QTextDocument::setTextWidth" href="qtextdocument.html#textWidth-prop" location="qtextdocument.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="textWidth" type="void" signature="setTextWidth(qreal width)">
+ <parameter left="qreal" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textWidth" fullname="QTextDocument::textWidth" href="qtextdocument.html#textWidth-prop" location="qtextdocument.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="textWidth" type="qreal" signature="textWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="idealWidth" fullname="QTextDocument::idealWidth" href="qtextdocument.html#idealWidth" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="idealWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indentWidth" fullname="QTextDocument::indentWidth" href="qtextdocument.html#indentWidth-prop" location="qtextdocument.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="indentWidth" type="qreal" signature="indentWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIndentWidth" fullname="QTextDocument::setIndentWidth" href="qtextdocument.html#indentWidth-prop" location="qtextdocument.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="indentWidth" type="void" signature="setIndentWidth(qreal width)">
+ <parameter left="qreal" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="documentMargin" fullname="QTextDocument::documentMargin" href="qtextdocument.html#documentMargin-prop" location="qtextdocument.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="documentMargin" type="qreal" signature="documentMargin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDocumentMargin" fullname="QTextDocument::setDocumentMargin" href="qtextdocument.html#documentMargin-prop" location="qtextdocument.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="documentMargin" type="void" signature="setDocumentMargin(qreal margin)">
+ <parameter left="qreal" right="" name="margin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="adjustSize" fullname="QTextDocument::adjustSize" href="qtextdocument.html#adjustSize" location="qtextdocument.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="adjustSize()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QTextDocument::size" href="qtextdocument.html#size-prop" location="qtextdocument.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="size" type="QSizeF" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blockCount" fullname="QTextDocument::blockCount" href="qtextdocument.html#blockCount-prop" location="qtextdocument.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="blockCount" type="int" signature="blockCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineCount" fullname="QTextDocument::lineCount" href="qtextdocument.html#lineCount" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="lineCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="characterCount" fullname="QTextDocument::characterCount" href="qtextdocument.html#characterCount" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="characterCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultStyleSheet" fullname="QTextDocument::setDefaultStyleSheet" href="qtextdocument.html#defaultStyleSheet-prop" location="qtextdocument.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="defaultStyleSheet" type="void" signature="setDefaultStyleSheet(const QString &amp; sheet)">
+ <parameter left="const QString &amp;" right="" name="sheet" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultStyleSheet" fullname="QTextDocument::defaultStyleSheet" href="qtextdocument.html#defaultStyleSheet-prop" location="qtextdocument.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="defaultStyleSheet" type="QString" signature="defaultStyleSheet() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="undo" fullname="QTextDocument::undo" href="qtextdocument.html#undo" location="qtextdocument.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="undo(QTextCursor * cursor)">
+ <parameter left="QTextCursor *" right="" name="cursor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="redo" fullname="QTextDocument::redo" href="qtextdocument.html#redo" location="qtextdocument.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="redo(QTextCursor * cursor)">
+ <parameter left="QTextCursor *" right="" name="cursor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximumBlockCount" fullname="QTextDocument::maximumBlockCount" href="qtextdocument.html#maximumBlockCount-prop" location="qtextdocument.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maximumBlockCount" type="int" signature="maximumBlockCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaximumBlockCount" fullname="QTextDocument::setMaximumBlockCount" href="qtextdocument.html#maximumBlockCount-prop" location="qtextdocument.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="maximumBlockCount" type="void" signature="setMaximumBlockCount(int maximum)">
+ <parameter left="int" right="" name="maximum" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultTextOption" fullname="QTextDocument::defaultTextOption" href="qtextdocument.html#defaultTextOption-prop" location="qtextdocument.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="defaultTextOption" type="QTextOption" signature="defaultTextOption() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultTextOption" fullname="QTextDocument::setDefaultTextOption" href="qtextdocument.html#defaultTextOption-prop" location="qtextdocument.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="defaultTextOption" type="void" signature="setDefaultTextOption(const QTextOption &amp; option)">
+ <parameter left="const QTextOption &amp;" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentsChange" fullname="QTextDocument::contentsChange" href="qtextdocument.html#contentsChange" location="qtextdocument.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="contentsChange(int position, int charsRemoved, int charsAdded)">
+ <parameter left="int" right="" name="position" default=""/>
+ <parameter left="int" right="" name="charsRemoved" default=""/>
+ <parameter left="int" right="" name="charsAdded" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contentsChanged" fullname="QTextDocument::contentsChanged" href="qtextdocument.html#contentsChanged" location="qtextdocument.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="contentsChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="undoAvailable" fullname="QTextDocument::undoAvailable" href="qtextdocument.html#undoAvailable" location="qtextdocument.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="undoAvailable(bool available)">
+ <parameter left="bool" right="" name="available" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="redoAvailable" fullname="QTextDocument::redoAvailable" href="qtextdocument.html#redoAvailable" location="qtextdocument.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="redoAvailable(bool available)">
+ <parameter left="bool" right="" name="available" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="undoCommandAdded" fullname="QTextDocument::undoCommandAdded" href="qtextdocument.html#undoCommandAdded" location="qtextdocument.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="undoCommandAdded()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="modificationChanged" fullname="QTextDocument::modificationChanged" href="qtextdocument.html#modificationChanged" location="qtextdocument.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="modificationChanged(bool changed)">
+ <parameter left="bool" right="" name="changed" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorPositionChanged" fullname="QTextDocument::cursorPositionChanged" href="qtextdocument.html#cursorPositionChanged" location="qtextdocument.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="cursorPositionChanged(const QTextCursor &amp; cursor)">
+ <parameter left="const QTextCursor &amp;" right="" name="cursor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blockCountChanged" fullname="QTextDocument::blockCountChanged" href="qtextdocument.html#blockCountChanged" location="qtextdocument.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="blockCountChanged(int newBlockCount)">
+ <parameter left="int" right="" name="newBlockCount" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="documentLayoutChanged" fullname="QTextDocument::documentLayoutChanged" href="qtextdocument.html#documentLayoutChanged" location="qtextdocument.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="documentLayoutChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="undo" fullname="QTextDocument::undo" href="qtextdocument.html#undo-2" location="qtextdocument.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="undo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="redo" fullname="QTextDocument::redo" href="qtextdocument.html#redo-2" location="qtextdocument.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="redo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setModified" fullname="QTextDocument::setModified" href="qtextdocument.html#modified-prop" location="qtextdocument.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="modified" type="void" signature="setModified(bool m)">
+ <parameter left="bool" right="" name="m" default="true"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="createObject" fullname="QTextDocument::createObject" href="qtextdocument.html#createObject" location="qtextdocument.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QTextObject *" signature="createObject(const QTextFormat &amp; format)">
+ <parameter left="const QTextFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="loadResource" fullname="QTextDocument::loadResource" href="qtextdocument.html#loadResource" location="qtextdocument.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QVariant" signature="loadResource(int type, const QUrl &amp; name)">
+ <parameter left="int" right="" name="type" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="name" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="obsolete" name="QWorkspace" href="qworkspace.html" location="qworkspace.h" bases="QWidget" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="scrollBarsEnabled" fullname="QWorkspace::scrollBarsEnabled" href="qworkspace.html#scrollBarsEnabled-prop" location="qworkspace.h" type="bool">
+ <getter name="scrollBarsEnabled"/>
+ <setter name="setScrollBarsEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="background" fullname="QWorkspace::background" href="qworkspace.html#background-prop" location="qworkspace.h" type="QBrush">
+ <getter name="background"/>
+ <setter name="setBackground"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWorkspace" fullname="QWorkspace::QWorkspace" href="qworkspace.html#QWorkspace" location="qworkspace.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWorkspace(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWorkspace" fullname="QWorkspace::~QWorkspace" href="qworkspace.html#dtor.QWorkspace" location="qworkspace.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWorkspace()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WindowOrder" fullname="QWorkspace::WindowOrder" href="qworkspace.html#WindowOrder-enum" location="qworkspace.h">
+ <value name="CreationOrder" value="0"/>
+ <value name="StackingOrder" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activeWindow" fullname="QWorkspace::activeWindow" href="qworkspace.html#activeWindow" location="qworkspace.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="activeWindow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowList" fullname="QWorkspace::windowList" href="qworkspace.html#windowList" location="qworkspace.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidgetList" signature="windowList(WindowOrder order) const">
+ <parameter left="WindowOrder" right="" name="order" default="CreationOrder"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addWindow" fullname="QWorkspace::addWindow" href="qworkspace.html#addWindow" location="qworkspace.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QWidget *" signature="addWindow(QWidget * w, QFlags&lt;Qt::WindowType&gt; flags)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="flags" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QWorkspace::sizeHint" href="qworkspace.html#sizeHint" location="qworkspace.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scrollBarsEnabled" fullname="QWorkspace::scrollBarsEnabled" href="qworkspace.html#scrollBarsEnabled-prop" location="qworkspace.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="scrollBarsEnabled" type="bool" signature="scrollBarsEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScrollBarsEnabled" fullname="QWorkspace::setScrollBarsEnabled" href="qworkspace.html#scrollBarsEnabled-prop" location="qworkspace.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="scrollBarsEnabled" type="void" signature="setScrollBarsEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QWorkspace" fullname="QWorkspace::QWorkspace" href="qworkspace-qt3.html#QWorkspace-2" location="qworkspace.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QWorkspace(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setPaletteBackgroundColor" fullname="QWorkspace::setPaletteBackgroundColor" href="qworkspace-qt3.html#setPaletteBackgroundColor" location="qworkspace.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPaletteBackgroundColor(const QColor &amp; c)">
+ <parameter left="const QColor &amp;" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setPaletteBackgroundPixmap" fullname="QWorkspace::setPaletteBackgroundPixmap" href="qworkspace-qt3.html#setPaletteBackgroundPixmap" location="qworkspace.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPaletteBackgroundPixmap(const QPixmap &amp; pm)">
+ <parameter left="const QPixmap &amp;" right="" name="pm" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBackground" fullname="QWorkspace::setBackground" href="qworkspace.html#background-prop" location="qworkspace.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="background" type="void" signature="setBackground(const QBrush &amp; background)">
+ <parameter left="const QBrush &amp;" right="" name="background" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="background" fullname="QWorkspace::background" href="qworkspace.html#background-prop" location="qworkspace.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="background" type="QBrush" signature="background() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowActivated" fullname="QWorkspace::windowActivated" href="qworkspace.html#windowActivated" location="qworkspace.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="windowActivated(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setActiveWindow" fullname="QWorkspace::setActiveWindow" href="qworkspace.html#setActiveWindow" location="qworkspace.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setActiveWindow(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cascade" fullname="QWorkspace::cascade" href="qworkspace.html#cascade" location="qworkspace.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="cascade()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tile" fullname="QWorkspace::tile" href="qworkspace.html#tile" location="qworkspace.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="tile()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arrangeIcons" fullname="QWorkspace::arrangeIcons" href="qworkspace.html#arrangeIcons" location="qworkspace.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="arrangeIcons()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="closeActiveWindow" fullname="QWorkspace::closeActiveWindow" href="qworkspace.html#closeActiveWindow" location="qworkspace.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="closeActiveWindow()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="closeAllWindows" fullname="QWorkspace::closeAllWindows" href="qworkspace.html#closeAllWindows" location="qworkspace.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="closeAllWindows()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activateNextWindow" fullname="QWorkspace::activateNextWindow" href="qworkspace.html#activateNextWindow" location="qworkspace.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="activateNextWindow()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activatePreviousWindow" fullname="QWorkspace::activatePreviousWindow" href="qworkspace.html#activatePreviousWindow" location="qworkspace.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="activatePreviousWindow()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QWorkspace::event" href="qworkspace.html#event" location="qworkspace.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QWorkspace::paintEvent" href="qworkspace.html#paintEvent" location="qworkspace.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * e)">
+ <parameter left="QPaintEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QWorkspace::changeEvent" href="qworkspace.html#changeEvent" location="qworkspace.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * ev)">
+ <parameter left="QEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="childEvent" fullname="QWorkspace::childEvent" href="qworkspace.html#childEvent" location="qworkspace.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="childEvent(QChildEvent * e)">
+ <parameter left="QChildEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QWorkspace::resizeEvent" href="qworkspace.html#resizeEvent" location="qworkspace.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * )">
+ <parameter left="QResizeEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="QWorkspace::eventFilter" href="qworkspace.html#eventFilter" location="qworkspace.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * o, QEvent * e)">
+ <parameter left="QObject *" right="" name="o" default=""/>
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="QWorkspace::showEvent" href="qworkspace.html#showEvent" location="qworkspace.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * e)">
+ <parameter left="QShowEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hideEvent" fullname="QWorkspace::hideEvent" href="qworkspace.html#hideEvent" location="qworkspace.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hideEvent(QHideEvent * e)">
+ <parameter left="QHideEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="wheelEvent" fullname="QWorkspace::wheelEvent" href="qworkspace.html#wheelEvent" location="qworkspace.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="wheelEvent(QWheelEvent * e)">
+ <parameter left="QWheelEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QList" href="qlist.html" location="qlist.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QList" fullname="QList::QList" href="qlist.html#QList" location="qlist.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QList()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QList" fullname="QList::QList" href="qlist.html#QList-2" location="qlist.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QList(const QList&lt;T&gt; &amp; other)">
+ <parameter left="const QList&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QList" fullname="QList::~QList" href="qlist.html#dtor.QList" location="qlist.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QList()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QList::operator=" href="qlist.html#operator=" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QList&lt;T&gt; &amp;" signature="operator=(const QList&lt;T&gt; &amp; other)">
+ <parameter left="const QList&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QList::operator==" href="qlist.html#operator==" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QList&lt;T&gt; &amp; other) const">
+ <parameter left="const QList&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QList::operator!=" href="qlist.html#operator!=" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QList&lt;T&gt; &amp; other) const">
+ <parameter left="const QList&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QList::size" href="qlist.html#size" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QList::isEmpty" href="qlist.html#isEmpty" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QList::clear" href="qlist.html#clear" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="at" fullname="QList::at" href="qlist.html#at" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="at(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QList::operator[]" href="qlist.html#operator[]-2" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T &amp;" signature="operator[](int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QList::operator[]" href="qlist.html#operator[]" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="operator[](int i)">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QList::append" href="qlist.html#append" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="append(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QList::append" href="qlist.html#append-2" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="append(const QList&lt;T&gt; &amp; value)">
+ <parameter left="const QList&lt;T&gt; &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prepend" fullname="QList::prepend" href="qlist.html#prepend" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="prepend(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QList::insert" href="qlist.html#insert" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insert(int i, const T &amp; value)">
+ <parameter left="int" right="" name="i" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="QList::replace" href="qlist.html#replace" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="replace(int i, const T &amp; value)">
+ <parameter left="int" right="" name="i" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeAt" fullname="QList::removeAt" href="qlist.html#removeAt" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeAt(int i)">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeAll" fullname="QList::removeAll" href="qlist.html#removeAll" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="removeAll(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeOne" fullname="QList::removeOne" href="qlist.html#removeOne" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeOne(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeAt" fullname="QList::takeAt" href="qlist.html#takeAt" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T" signature="takeAt(int i)">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeFirst" fullname="QList::takeFirst" href="qlist.html#takeFirst" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T" signature="takeFirst()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeLast" fullname="QList::takeLast" href="qlist.html#takeLast" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T" signature="takeLast()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="move" fullname="QList::move" href="qlist.html#move" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="move(int from, int to)">
+ <parameter left="int" right="" name="from" default=""/>
+ <parameter left="int" right="" name="to" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="swap" fullname="QList::swap" href="qlist.html#swap" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="swap(int i, int j)">
+ <parameter left="int" right="" name="i" default=""/>
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="QList::indexOf" href="qlist.html#indexOf" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOf(const T &amp; value, int from) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="from" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastIndexOf" fullname="QList::lastIndexOf" href="qlist.html#lastIndexOf" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="lastIndexOf(const T &amp; value, int from) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="from" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QList::contains" href="qlist.html#contains" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const T &amp; value) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QList::count" href="qlist.html#count" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="count(const T &amp; value) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="iterator" fullname="QList::iterator" href="qlist-iterator.html" location="qlist.h" bases="" module="QtCore">
+ <variable access="public" threadsafety="unspecified" status="commendable" name="i" fullname="QList::iterator::i" href="qlist-iterator.html#i-var" location="qlist.h" type="Node *" static="false"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="iterator_category" fullname="QList::iterator::iterator_category" href="qlist-iterator.html#iterator_category-typedef" location="qlist.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iterator" fullname="QList::iterator::iterator" href="qlist-iterator.html#iterator" location="qlist.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="iterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iterator" fullname="QList::iterator::iterator" href="qlist-iterator.html#iterator-3" location="qlist.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="iterator(const iterator &amp; other)">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" fullname="QList::iterator::operator*" href="qlist-iterator.html#operator*" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T &amp;" signature="operator*() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-&gt;" fullname="QList::iterator::operator-&gt;" href="qlist-iterator.html#operator-&gt;" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T *" signature="operator-&gt;() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QList::iterator::operator[]" href="qlist-iterator.html#operator[]" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T &amp;" signature="operator[](int j) const">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QList::iterator::operator==" href="qlist-iterator.html#operator==" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const iterator &amp; other) const">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QList::iterator::operator!=" href="qlist-iterator.html#operator!=" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const iterator &amp; other) const">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QList::iterator::operator&lt;" href="qlist-iterator.html#operator&lt;" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;(const iterator &amp; other) const">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;=" fullname="QList::iterator::operator&lt;=" href="qlist-iterator.html#operator&lt;=" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;=(const iterator &amp; other) const">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" fullname="QList::iterator::operator&gt;" href="qlist-iterator.html#operator&gt;" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&gt;(const iterator &amp; other) const">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;=" fullname="QList::iterator::operator&gt;=" href="qlist-iterator.html#operator&gt;=" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&gt;=(const iterator &amp; other) const">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QList::iterator::operator==" href="qlist-iterator.html#operator==-2" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator==(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QList::iterator::operator!=" href="qlist-iterator.html#operator!=-2" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator!=(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QList::iterator::operator&lt;" href="qlist-iterator.html#operator&lt;-2" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator&lt;(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;=" fullname="QList::iterator::operator&lt;=" href="qlist-iterator.html#operator&lt;=-2" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator&lt;=(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" fullname="QList::iterator::operator&gt;" href="qlist-iterator.html#operator&gt;-2" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator&gt;(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;=" fullname="QList::iterator::operator&gt;=" href="qlist-iterator.html#operator&gt;=-2" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator&gt;=(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QList::iterator::operator++" href="qlist-iterator.html#operator++" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator++()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QList::iterator::operator++" href="qlist-iterator.html#operator++-2" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="operator++(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QList::iterator::operator--" href="qlist-iterator.html#operator--" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator--()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QList::iterator::operator--" href="qlist-iterator.html#operator---2" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="operator--(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QList::iterator::operator+=" href="qlist-iterator.html#operator+=" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator+=(int j)">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QList::iterator::operator-=" href="qlist-iterator.html#operator-=" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator &amp;" signature="operator-=(int j)">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" fullname="QList::iterator::operator+" href="qlist-iterator.html#operator+" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="iterator" signature="operator+(int j) const">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" fullname="QList::iterator::operator-" href="qlist-iterator.html#operator-" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="iterator" signature="operator-(int j) const">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" fullname="QList::iterator::operator-" href="qlist-iterator.html#operator--2" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="operator-(iterator other) const">
+ <parameter left="iterator" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="const_iterator" fullname="QList::const_iterator" href="qlist-const-iterator.html" location="qlist.h" bases="" module="QtCore">
+ <variable access="public" threadsafety="unspecified" status="commendable" name="i" fullname="QList::const_iterator::i" href="qlist-const-iterator.html#i-var" location="qlist.h" type="Node *" static="false"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="iterator_category" fullname="QList::const_iterator::iterator_category" href="qlist-const-iterator.html#iterator_category-typedef" location="qlist.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="const_iterator" fullname="QList::const_iterator::const_iterator" href="qlist-const-iterator.html#const_iterator" location="qlist.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="const_iterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="const_iterator" fullname="QList::const_iterator::const_iterator" href="qlist-const-iterator.html#const_iterator-3" location="qlist.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="const_iterator(const const_iterator &amp; other)">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="const_iterator" fullname="QList::const_iterator::const_iterator" href="qlist-const-iterator.html#const_iterator-4" location="qlist.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="const_iterator(const iterator &amp; other)">
+ <parameter left="const iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" fullname="QList::const_iterator::operator*" href="qlist-const-iterator.html#operator*" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="operator*() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-&gt;" fullname="QList::const_iterator::operator-&gt;" href="qlist-const-iterator.html#operator-&gt;" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T *" signature="operator-&gt;() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QList::const_iterator::operator[]" href="qlist-const-iterator.html#operator[]" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="operator[](int j) const">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QList::const_iterator::operator==" href="qlist-const-iterator.html#operator==" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QList::const_iterator::operator!=" href="qlist-const-iterator.html#operator!=" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QList::const_iterator::operator&lt;" href="qlist-const-iterator.html#operator&lt;" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;=" fullname="QList::const_iterator::operator&lt;=" href="qlist-const-iterator.html#operator&lt;=" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;=(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" fullname="QList::const_iterator::operator&gt;" href="qlist-const-iterator.html#operator&gt;" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&gt;(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;=" fullname="QList::const_iterator::operator&gt;=" href="qlist-const-iterator.html#operator&gt;=" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&gt;=(const const_iterator &amp; other) const">
+ <parameter left="const const_iterator &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QList::const_iterator::operator++" href="qlist-const-iterator.html#operator++" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator++()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QList::const_iterator::operator++" href="qlist-const-iterator.html#operator++-2" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="const_iterator" signature="operator++(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QList::const_iterator::operator--" href="qlist-const-iterator.html#operator--" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator--()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QList::const_iterator::operator--" href="qlist-const-iterator.html#operator---2" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="const_iterator" signature="operator--(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QList::const_iterator::operator+=" href="qlist-const-iterator.html#operator+=" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator+=(int j)">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QList::const_iterator::operator-=" href="qlist-const-iterator.html#operator-=" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const_iterator &amp;" signature="operator-=(int j)">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" fullname="QList::const_iterator::operator+" href="qlist-const-iterator.html#operator+" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="operator+(int j) const">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" fullname="QList::const_iterator::operator-" href="qlist-const-iterator.html#operator-" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="operator-(int j) const">
+ <parameter left="int" right="" name="j" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-" fullname="QList::const_iterator::operator-" href="qlist-const-iterator.html#operator--2" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="operator-(const_iterator other) const">
+ <parameter left="const_iterator" right="" name="other" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="QList::begin" href="qlist.html#begin" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="begin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="begin" fullname="QList::begin" href="qlist.html#begin-2" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const_iterator" signature="begin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constBegin" fullname="QList::constBegin" href="qlist.html#constBegin" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="constBegin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="QList::end" href="qlist.html#end" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="end()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="end" fullname="QList::end" href="qlist.html#end-2" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const_iterator" signature="end() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constEnd" fullname="QList::constEnd" href="qlist.html#constEnd" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const_iterator" signature="constEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QList::insert" href="qlist.html#insert-2" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="insert(iterator before, const T &amp; value)">
+ <parameter left="iterator" right="" name="before" default=""/>
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="erase" fullname="QList::erase" href="qlist.html#erase" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="erase(iterator pos)">
+ <parameter left="iterator" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="erase" fullname="QList::erase" href="qlist.html#erase-2" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="iterator" signature="erase(iterator begin, iterator end)">
+ <parameter left="iterator" right="" name="begin" default=""/>
+ <parameter left="iterator" right="" name="end" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Iterator" fullname="QList::Iterator" href="qlist.html#Iterator-typedef" location="qlist.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="ConstIterator" fullname="QList::ConstIterator" href="qlist.html#ConstIterator-typedef" location="qlist.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QList::count" href="qlist.html#count-2" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="length" fullname="QList::length" href="qlist.html#length" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="length() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="first" fullname="QList::first" href="qlist.html#first" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="first()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="first" fullname="QList::first" href="qlist.html#first-2" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T &amp;" signature="first() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="last" fullname="QList::last" href="qlist.html#last" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="last()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="last" fullname="QList::last" href="qlist.html#last-2" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T &amp;" signature="last() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeFirst" fullname="QList::removeFirst" href="qlist.html#removeFirst" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeFirst()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeLast" fullname="QList::removeLast" href="qlist.html#removeLast" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeLast()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startsWith" fullname="QList::startsWith" href="qlist.html#startsWith" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="startsWith(const T &amp; value) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endsWith" fullname="QList::endsWith" href="qlist.html#endsWith" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="endsWith(const T &amp; value) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mid" fullname="QList::mid" href="qlist.html#mid" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;T&gt;" signature="mid(int pos, int length) const">
+ <parameter left="int" right="" name="pos" default=""/>
+ <parameter left="int" right="" name="length" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QList::value" href="qlist.html#value" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T" signature="value(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QList::value" href="qlist.html#value-2" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="T" signature="value(int i, const T &amp; defaultValue) const">
+ <parameter left="int" right="" name="i" default=""/>
+ <parameter left="const T &amp;" right="" name="defaultValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="push_back" fullname="QList::push_back" href="qlist.html#push_back" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="push_back(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="push_front" fullname="QList::push_front" href="qlist.html#push_front" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="push_front(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="front" fullname="QList::front" href="qlist.html#front" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="front()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="front" fullname="QList::front" href="qlist.html#front-2" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T &amp;" signature="front() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="back" fullname="QList::back" href="qlist.html#back" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="back()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="back" fullname="QList::back" href="qlist.html#back-2" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T &amp;" signature="back() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pop_front" fullname="QList::pop_front" href="qlist.html#pop_front" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="pop_front()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pop_back" fullname="QList::pop_back" href="qlist.html#pop_back" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="pop_back()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="empty" fullname="QList::empty" href="qlist.html#empty" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="empty() const"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="size_type" fullname="QList::size_type" href="qlist.html#size_type-typedef" location="qlist.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="value_type" fullname="QList::value_type" href="qlist.html#value_type-typedef" location="qlist.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="pointer" fullname="QList::pointer" href="qlist.html#pointer-typedef" location="qlist.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="const_pointer" fullname="QList::const_pointer" href="qlist.html#const_pointer-typedef" location="qlist.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="reference" fullname="QList::reference" href="qlist.html#reference-typedef" location="qlist.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="const_reference" fullname="QList::const_reference" href="qlist.html#const_reference-typedef" location="qlist.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="difference_type" fullname="QList::difference_type" href="qlist.html#difference_type-typedef" location="qlist.h"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="remove" fullname="QList::remove" href="qlist-qt3.html#remove" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="remove(iterator pos)">
+ <parameter left="iterator" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="remove" fullname="QList::remove" href="qlist-qt3.html#remove-2" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="remove(const T &amp; t)">
+ <parameter left="const T &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="findIndex" fullname="QList::findIndex" href="qlist-qt3.html#findIndex" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="findIndex(const T &amp; t) const">
+ <parameter left="const T &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="find" fullname="QList::find" href="qlist-qt3.html#find" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="iterator" signature="find(const T &amp; t)">
+ <parameter left="const T &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="find" fullname="QList::find" href="qlist-qt3.html#find-2" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const_iterator" signature="find(const T &amp; t) const">
+ <parameter left="const T &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="find" fullname="QList::find" href="qlist-qt3.html#find-3" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="iterator" signature="find(iterator from, const T &amp; t)">
+ <parameter left="iterator" right="" name="from" default=""/>
+ <parameter left="const T &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="find" fullname="QList::find" href="qlist-qt3.html#find-4" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="const_iterator" signature="find(const_iterator from, const T &amp; t) const">
+ <parameter left="const_iterator" right="" name="from" default=""/>
+ <parameter left="const T &amp;" right="" name="t" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QList::operator+=" href="qlist.html#operator+=" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QList&lt;T&gt; &amp;" signature="operator+=(const QList&lt;T&gt; &amp; other)">
+ <parameter left="const QList&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" fullname="QList::operator+" href="qlist.html#operator+" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;T&gt;" signature="operator+(const QList&lt;T&gt; &amp; other) const">
+ <parameter left="const QList&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QList::operator+=" href="qlist.html#operator+=-2" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QList&lt;T&gt; &amp;" signature="operator+=(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QList::operator&lt;&lt;" href="qlist.html#operator&lt;&lt;-2" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QList&lt;T&gt; &amp;" signature="operator&lt;&lt;(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QList::operator&lt;&lt;" href="qlist.html#operator&lt;&lt;" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QList&lt;T&gt; &amp;" signature="operator&lt;&lt;(const QList&lt;T&gt; &amp; other)">
+ <parameter left="const QList&lt;T&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toVector" fullname="QList::toVector" href="qlist.html#toVector" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVector&lt;T&gt;" signature="toVector() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toSet" fullname="QList::toSet" href="qlist.html#toSet" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSet&lt;T&gt;" signature="toSet() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromVector" fullname="QList::fromVector" href="qlist.html#fromVector" location="qlist.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;T&gt;" signature="fromVector(const QVector&lt;T&gt; &amp; vector)">
+ <parameter left="const QVector&lt;T&gt; &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromSet" fullname="QList::fromSet" href="qlist.html#fromSet" location="qlist.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;T&gt;" signature="fromSet(const QSet&lt;T&gt; &amp; set)">
+ <parameter left="const QSet&lt;T&gt; &amp;" right="" name="set" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromStdList" fullname="QList::fromStdList" href="qlist.html#fromStdList" location="qlist.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;T&gt;" signature="fromStdList(const std::list&lt;T&gt; &amp; list)">
+ <parameter left="const std::list&lt;T&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toStdList" fullname="QList::toStdList" href="qlist.html#toStdList" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="std::list&lt;T&gt;" signature="toStdList() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3SqlFieldInfo" href="q3sqlfieldinfo.html" location="q3sqlfieldinfo.h" bases="" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3SqlFieldInfo" fullname="Q3SqlFieldInfo::Q3SqlFieldInfo" href="q3sqlfieldinfo.html#Q3SqlFieldInfo" location="q3sqlfieldinfo.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3SqlFieldInfo(const QString &amp; name, QVariant::Type typ, int required, int len, int prec, const QVariant &amp; defValue, int typeID, bool generated, bool trim, bool calculated)">
+ <parameter left="const QString &amp;" right="" name="name" default="QString()"/>
+ <parameter left="QVariant::Type" right="" name="typ" default="QVariant::Invalid"/>
+ <parameter left="int" right="" name="required" default="-1"/>
+ <parameter left="int" right="" name="len" default="-1"/>
+ <parameter left="int" right="" name="prec" default="-1"/>
+ <parameter left="const QVariant &amp;" right="" name="defValue" default="QVariant()"/>
+ <parameter left="int" right="" name="typeID" default="0"/>
+ <parameter left="bool" right="" name="generated" default="true"/>
+ <parameter left="bool" right="" name="trim" default="false"/>
+ <parameter left="bool" right="" name="calculated" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3SqlFieldInfo" fullname="Q3SqlFieldInfo::~Q3SqlFieldInfo" href="q3sqlfieldinfo.html#dtor.Q3SqlFieldInfo" location="q3sqlfieldinfo.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3SqlFieldInfo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3SqlFieldInfo" fullname="Q3SqlFieldInfo::Q3SqlFieldInfo" href="q3sqlfieldinfo.html#Q3SqlFieldInfo-2" location="q3sqlfieldinfo.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3SqlFieldInfo(const QSqlField &amp; other)">
+ <parameter left="const QSqlField &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="Q3SqlFieldInfo::operator==" href="q3sqlfieldinfo.html#operator==" location="q3sqlfieldinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const Q3SqlFieldInfo &amp; other) const">
+ <parameter left="const Q3SqlFieldInfo &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toField" fullname="Q3SqlFieldInfo::toField" href="q3sqlfieldinfo.html#toField" location="q3sqlfieldinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSqlField" signature="toField() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRequired" fullname="Q3SqlFieldInfo::isRequired" href="q3sqlfieldinfo.html#isRequired" location="q3sqlfieldinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="isRequired() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="Q3SqlFieldInfo::type" href="q3sqlfieldinfo.html#type" location="q3sqlfieldinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant::Type" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="length" fullname="Q3SqlFieldInfo::length" href="q3sqlfieldinfo.html#length" location="q3sqlfieldinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="length() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="precision" fullname="Q3SqlFieldInfo::precision" href="q3sqlfieldinfo.html#precision" location="q3sqlfieldinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="precision() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultValue" fullname="Q3SqlFieldInfo::defaultValue" href="q3sqlfieldinfo.html#defaultValue" location="q3sqlfieldinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="defaultValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="Q3SqlFieldInfo::name" href="q3sqlfieldinfo.html#name" location="q3sqlfieldinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="typeID" fullname="Q3SqlFieldInfo::typeID" href="q3sqlfieldinfo.html#typeID" location="q3sqlfieldinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="typeID() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isGenerated" fullname="Q3SqlFieldInfo::isGenerated" href="q3sqlfieldinfo.html#isGenerated" location="q3sqlfieldinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isGenerated() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isTrim" fullname="Q3SqlFieldInfo::isTrim" href="q3sqlfieldinfo.html#isTrim" location="q3sqlfieldinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isTrim() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCalculated" fullname="Q3SqlFieldInfo::isCalculated" href="q3sqlfieldinfo.html#isCalculated" location="q3sqlfieldinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCalculated() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTrim" fullname="Q3SqlFieldInfo::setTrim" href="q3sqlfieldinfo.html#setTrim" location="q3sqlfieldinfo.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setTrim(bool trim)">
+ <parameter left="bool" right="" name="trim" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGenerated" fullname="Q3SqlFieldInfo::setGenerated" href="q3sqlfieldinfo.html#setGenerated" location="q3sqlfieldinfo.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setGenerated(bool generated)">
+ <parameter left="bool" right="" name="generated" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCalculated" fullname="Q3SqlFieldInfo::setCalculated" href="q3sqlfieldinfo.html#setCalculated" location="q3sqlfieldinfo.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setCalculated(bool calculated)">
+ <parameter left="bool" right="" name="calculated" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QAbstractUriResolver" href="qabstracturiresolver.html" location="qabstracturiresolver.h" bases="QObject" module="QtXmlPatterns">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractUriResolver" fullname="QAbstractUriResolver::QAbstractUriResolver" href="qabstracturiresolver.html#QAbstractUriResolver" location="qabstracturiresolver.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractUriResolver(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractUriResolver" fullname="QAbstractUriResolver::~QAbstractUriResolver" href="qabstracturiresolver.html#dtor.QAbstractUriResolver" location="qabstracturiresolver.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractUriResolver()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resolve" fullname="QAbstractUriResolver::resolve" href="qabstracturiresolver.html#resolve" location="qabstracturiresolver.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="resolve(const QUrl &amp; relative, const QUrl &amp; baseURI) const">
+ <parameter left="const QUrl &amp;" right="" name="relative" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="baseURI" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QIODevice" href="qiodevice.html" location="qiodevice.h" bases="QObject" module="QtCore">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="OpenModeFlag" fullname="QIODevice::OpenModeFlag" href="qiodevice.html#OpenModeFlag-enum" location="qiodevice.h" typedef="QIODevice::OpenMode">
+ <value name="NotOpen" value="0x0000"/>
+ <value name="ReadOnly" value="0x0001"/>
+ <value name="WriteOnly" value="0x0002"/>
+ <value name="ReadWrite" value="ReadOnly | WriteOnly"/>
+ <value name="Append" value="0x0004"/>
+ <value name="Truncate" value="0x0008"/>
+ <value name="Text" value="0x0010"/>
+ <value name="Unbuffered" value="0x0020"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="OpenMode" fullname="QIODevice::OpenMode" href="qiodevice.html#OpenMode-typedef" location="qiodevice.h" enum="QIODevice::OpenModeFlag"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QIODevice" fullname="QIODevice::QIODevice" href="qiodevice.html#QIODevice" location="qiodevice.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QIODevice()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QIODevice" fullname="QIODevice::QIODevice" href="qiodevice.html#QIODevice-2" location="qiodevice.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QIODevice(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QIODevice" fullname="QIODevice::~QIODevice" href="qiodevice.html#dtor.QIODevice" location="qiodevice.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QIODevice()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="openMode" fullname="QIODevice::openMode" href="qiodevice.html#openMode" location="qiodevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="OpenMode" signature="openMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextModeEnabled" fullname="QIODevice::setTextModeEnabled" href="qiodevice.html#setTextModeEnabled" location="qiodevice.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextModeEnabled(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isTextModeEnabled" fullname="QIODevice::isTextModeEnabled" href="qiodevice.html#isTextModeEnabled" location="qiodevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isTextModeEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isOpen" fullname="QIODevice::isOpen" href="qiodevice.html#isOpen" location="qiodevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isOpen() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isReadable" fullname="QIODevice::isReadable" href="qiodevice.html#isReadable" location="qiodevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isReadable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isWritable" fullname="QIODevice::isWritable" href="qiodevice.html#isWritable" location="qiodevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isWritable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSequential" fullname="QIODevice::isSequential" href="qiodevice.html#isSequential" location="qiodevice.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSequential() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QIODevice::open" href="qiodevice.html#open" location="qiodevice.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="open(QFlags&lt;QIODevice::OpenModeFlag&gt; mode)">
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="close" fullname="QIODevice::close" href="qiodevice.html#close" location="qiodevice.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="close()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QIODevice::pos" href="qiodevice.html#pos" location="qiodevice.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QIODevice::size" href="qiodevice.html#size" location="qiodevice.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="seek" fullname="QIODevice::seek" href="qiodevice.html#seek" location="qiodevice.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="seek(qint64 pos)">
+ <parameter left="qint64" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atEnd" fullname="QIODevice::atEnd" href="qiodevice.html#atEnd" location="qiodevice.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="atEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="QIODevice::reset" href="qiodevice.html#reset" location="qiodevice.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="reset()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bytesAvailable" fullname="QIODevice::bytesAvailable" href="qiodevice.html#bytesAvailable" location="qiodevice.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="bytesAvailable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bytesToWrite" fullname="QIODevice::bytesToWrite" href="qiodevice.html#bytesToWrite" location="qiodevice.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="bytesToWrite() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="read" fullname="QIODevice::read" href="qiodevice.html#read" location="qiodevice.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="qint64" signature="read(char * data, qint64 maxSize)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="maxSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="read" fullname="QIODevice::read" href="qiodevice.html#read-2" location="qiodevice.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QByteArray" signature="read(qint64 maxSize)">
+ <parameter left="qint64" right="" name="maxSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readAll" fullname="QIODevice::readAll" href="qiodevice.html#readAll" location="qiodevice.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QByteArray" signature="readAll()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readLine" fullname="QIODevice::readLine" href="qiodevice.html#readLine" location="qiodevice.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="qint64" signature="readLine(char * data, qint64 maxSize)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="maxSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readLine" fullname="QIODevice::readLine" href="qiodevice.html#readLine-2" location="qiodevice.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QByteArray" signature="readLine(qint64 maxSize)">
+ <parameter left="qint64" right="" name="maxSize" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canReadLine" fullname="QIODevice::canReadLine" href="qiodevice.html#canReadLine" location="qiodevice.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="canReadLine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="write" fullname="QIODevice::write" href="qiodevice.html#write" location="qiodevice.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="qint64" signature="write(const char * data, qint64 maxSize)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="maxSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="write" fullname="QIODevice::write" href="qiodevice.html#write-2" location="qiodevice.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="qint64" signature="write(const char * data)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="write" fullname="QIODevice::write" href="qiodevice.html#write-3" location="qiodevice.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="qint64" signature="write(const QByteArray &amp; byteArray)">
+ <parameter left="const QByteArray &amp;" right="" name="byteArray" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peek" fullname="QIODevice::peek" href="qiodevice.html#peek" location="qiodevice.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="qint64" signature="peek(char * data, qint64 maxSize)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="maxSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peek" fullname="QIODevice::peek" href="qiodevice.html#peek-2" location="qiodevice.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QByteArray" signature="peek(qint64 maxSize)">
+ <parameter left="qint64" right="" name="maxSize" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForReadyRead" fullname="QIODevice::waitForReadyRead" href="qiodevice.html#waitForReadyRead" location="qiodevice.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="waitForReadyRead(int msecs)">
+ <parameter left="int" right="" name="msecs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForBytesWritten" fullname="QIODevice::waitForBytesWritten" href="qiodevice.html#waitForBytesWritten" location="qiodevice.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="waitForBytesWritten(int msecs)">
+ <parameter left="int" right="" name="msecs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ungetChar" fullname="QIODevice::ungetChar" href="qiodevice.html#ungetChar" location="qiodevice.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="ungetChar(char c)">
+ <parameter left="char" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="putChar" fullname="QIODevice::putChar" href="qiodevice.html#putChar" location="qiodevice.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="putChar(char c)">
+ <parameter left="char" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getChar" fullname="QIODevice::getChar" href="qiodevice.html#getChar" location="qiodevice.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="getChar(char * c)">
+ <parameter left="char *" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QIODevice::errorString" href="qiodevice.html#errorString" location="qiodevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readyRead" fullname="QIODevice::readyRead" href="qiodevice.html#readyRead" location="qiodevice.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="readyRead()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bytesWritten" fullname="QIODevice::bytesWritten" href="qiodevice.html#bytesWritten" location="qiodevice.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="bytesWritten(qint64 bytes)">
+ <parameter left="qint64" right="" name="bytes" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="aboutToClose" fullname="QIODevice::aboutToClose" href="qiodevice.html#aboutToClose" location="qiodevice.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="aboutToClose()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readChannelFinished" fullname="QIODevice::readChannelFinished" href="qiodevice.html#readChannelFinished" location="qiodevice.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="readChannelFinished()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="readData" fullname="QIODevice::readData" href="qiodevice.html#readData" location="qiodevice.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="readData(char * data, qint64 maxSize)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="maxSize" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="readLineData" fullname="QIODevice::readLineData" href="qiodevice.html#readLineData" location="qiodevice.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="readLineData(char * data, qint64 maxSize)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="maxSize" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="writeData" fullname="QIODevice::writeData" href="qiodevice.html#writeData" location="qiodevice.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="writeData(const char * data, qint64 maxSize)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="maxSize" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setOpenMode" fullname="QIODevice::setOpenMode" href="qiodevice.html#setOpenMode" location="qiodevice.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOpenMode(QFlags&lt;QIODevice::OpenModeFlag&gt; openMode)">
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="openMode" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setErrorString" fullname="QIODevice::setErrorString" href="qiodevice.html#setErrorString" location="qiodevice.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setErrorString(const QString &amp; str)">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="compat" name="Offset" fullname="QIODevice::Offset" href="qiodevice-qt3.html#Offset-typedef" location="qiodevice.h"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="flags" fullname="QIODevice::flags" href="qiodevice-qt3.html#flags" location="qiodevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="flags() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="mode" fullname="QIODevice::mode" href="qiodevice-qt3.html#mode" location="qiodevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="mode() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="state" fullname="QIODevice::state" href="qiodevice-qt3.html#state" location="qiodevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="isDirectAccess" fullname="QIODevice::isDirectAccess" href="qiodevice-qt3.html#isDirectAccess" location="qiodevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDirectAccess() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="isSequentialAccess" fullname="QIODevice::isSequentialAccess" href="qiodevice-qt3.html#isSequentialAccess" location="qiodevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSequentialAccess() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="isCombinedAccess" fullname="QIODevice::isCombinedAccess" href="qiodevice-qt3.html#isCombinedAccess" location="qiodevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCombinedAccess() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="isBuffered" fullname="QIODevice::isBuffered" href="qiodevice-qt3.html#isBuffered" location="qiodevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isBuffered() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="isRaw" fullname="QIODevice::isRaw" href="qiodevice-qt3.html#isRaw" location="qiodevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRaw() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="isSynchronous" fullname="QIODevice::isSynchronous" href="qiodevice-qt3.html#isSynchronous" location="qiodevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSynchronous() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="isAsynchronous" fullname="QIODevice::isAsynchronous" href="qiodevice-qt3.html#isAsynchronous" location="qiodevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isAsynchronous() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="isTranslated" fullname="QIODevice::isTranslated" href="qiodevice-qt3.html#isTranslated" location="qiodevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isTranslated() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="isInactive" fullname="QIODevice::isInactive" href="qiodevice-qt3.html#isInactive" location="qiodevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isInactive() const"/>
+ <typedef access="public" threadsafety="unspecified" status="compat" name="Status" fullname="QIODevice::Status" href="qiodevice-qt3.html#Status-typedef" location="qiodevice.h"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="status" fullname="QIODevice::status" href="qiodevice-qt3.html#status" location="qiodevice.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="Status" signature="status() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="resetStatus" fullname="QIODevice::resetStatus" href="qiodevice-qt3.html#resetStatus" location="qiodevice.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resetStatus()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="at" fullname="QIODevice::at" href="qiodevice-qt3.html#at" location="qiodevice.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Offset" signature="at() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="at" fullname="QIODevice::at" href="qiodevice-qt3.html#at-2" location="qiodevice.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="at(Offset offset)">
+ <parameter left="Offset" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="readBlock" fullname="QIODevice::readBlock" href="qiodevice-qt3.html#readBlock" location="qiodevice.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="qint64" signature="readBlock(char * data, quint64 size)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="quint64" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="writeBlock" fullname="QIODevice::writeBlock" href="qiodevice-qt3.html#writeBlock" location="qiodevice.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="qint64" signature="writeBlock(const char * data, quint64 size)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ <parameter left="quint64" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="writeBlock" fullname="QIODevice::writeBlock" href="qiodevice-qt3.html#writeBlock-2" location="qiodevice.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="qint64" signature="writeBlock(const QByteArray &amp; data)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="getch" fullname="QIODevice::getch" href="qiodevice-qt3.html#getch" location="qiodevice.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="getch()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="putch" fullname="QIODevice::putch" href="qiodevice-qt3.html#putch" location="qiodevice.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="putch(int ch)">
+ <parameter left="int" right="" name="ch" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="ungetch" fullname="QIODevice::ungetch" href="qiodevice-qt3.html#ungetch" location="qiodevice.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="ungetch(int ch)">
+ <parameter left="int" right="" name="ch" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QFutureSynchronizer" href="qfuturesynchronizer.html" location="qfuturesynchronizer.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFutureSynchronizer" fullname="QFutureSynchronizer::QFutureSynchronizer" href="qfuturesynchronizer.html#QFutureSynchronizer" location="qfuturesynchronizer.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFutureSynchronizer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFutureSynchronizer" fullname="QFutureSynchronizer::QFutureSynchronizer" href="qfuturesynchronizer.html#QFutureSynchronizer-2" location="qfuturesynchronizer.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QFutureSynchronizer(const QFuture&lt;T&gt; &amp; future)">
+ <parameter left="const QFuture&lt;T&gt; &amp;" right="" name="future" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFutureSynchronizer" fullname="QFutureSynchronizer::~QFutureSynchronizer" href="qfuturesynchronizer.html#dtor.QFutureSynchronizer" location="qfuturesynchronizer.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFutureSynchronizer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFuture" fullname="QFutureSynchronizer::setFuture" href="qfuturesynchronizer.html#setFuture" location="qfuturesynchronizer.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFuture(const QFuture&lt;T&gt; &amp; future)">
+ <parameter left="const QFuture&lt;T&gt; &amp;" right="" name="future" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addFuture" fullname="QFutureSynchronizer::addFuture" href="qfuturesynchronizer.html#addFuture" location="qfuturesynchronizer.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addFuture(const QFuture&lt;T&gt; &amp; future)">
+ <parameter left="const QFuture&lt;T&gt; &amp;" right="" name="future" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForFinished" fullname="QFutureSynchronizer::waitForFinished" href="qfuturesynchronizer.html#waitForFinished" location="qfuturesynchronizer.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="waitForFinished()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearFutures" fullname="QFutureSynchronizer::clearFutures" href="qfuturesynchronizer.html#clearFutures" location="qfuturesynchronizer.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clearFutures()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="futures" fullname="QFutureSynchronizer::futures" href="qfuturesynchronizer.html#futures" location="qfuturesynchronizer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QFuture&lt;T&gt; &gt;" signature="futures() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCancelOnWait" fullname="QFutureSynchronizer::setCancelOnWait" href="qfuturesynchronizer.html#setCancelOnWait" location="qfuturesynchronizer.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCancelOnWait(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cancelOnWait" fullname="QFutureSynchronizer::cancelOnWait" href="qfuturesynchronizer.html#cancelOnWait" location="qfuturesynchronizer.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="cancelOnWait() const"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="m_futures" fullname="QFutureSynchronizer::m_futures" href="qfuturesynchronizer.html#m_futures-var" location="qfuturesynchronizer.h" type="QList&lt;QFuture&lt;T&gt; &gt;" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="m_cancelOnWait" fullname="QFutureSynchronizer::m_cancelOnWait" href="qfuturesynchronizer.html#m_cancelOnWait-var" location="qfuturesynchronizer.h" type="bool" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QRect" href="qrect.html" location="qrect.h" bases="" module="QtCore">
+ <contents name="rendering" title="Rendering" level="1"/>
+ <contents name="coordinates" title="Coordinates" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRect" fullname="QRect::QRect" href="qrect.html#QRect" location="qrect.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QRect()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRect" fullname="QRect::QRect" href="qrect.html#QRect-2" location="qrect.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QRect(const QPoint &amp; topLeft, const QPoint &amp; bottomRight)">
+ <parameter left="const QPoint &amp;" right="" name="topLeft" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="bottomRight" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRect" fullname="QRect::QRect" href="qrect.html#QRect-3" location="qrect.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QRect(const QPoint &amp; topLeft, const QSize &amp; size)">
+ <parameter left="const QPoint &amp;" right="" name="topLeft" default=""/>
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRect" fullname="QRect::QRect" href="qrect.html#QRect-4" location="qrect.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QRect(int x, int y, int width, int height)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QRect::isNull" href="qrect.html#isNull" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QRect::isEmpty" href="qrect.html#isEmpty" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QRect::isValid" href="qrect.html#isValid" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="left" fullname="QRect::left" href="qrect.html#left" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="left() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="top" fullname="QRect::top" href="qrect.html#top" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="top() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="right" fullname="QRect::right" href="qrect.html#right" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="right() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bottom" fullname="QRect::bottom" href="qrect.html#bottom" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="bottom() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="normalized" fullname="QRect::normalized" href="qrect.html#normalized" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="normalized() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="rLeft" fullname="QRect::rLeft" href="qrect-qt3.html#rLeft" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int &amp;" signature="rLeft()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="rTop" fullname="QRect::rTop" href="qrect-qt3.html#rTop" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int &amp;" signature="rTop()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="rRight" fullname="QRect::rRight" href="qrect-qt3.html#rRight" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int &amp;" signature="rRight()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="rBottom" fullname="QRect::rBottom" href="qrect-qt3.html#rBottom" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int &amp;" signature="rBottom()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="normalize" fullname="QRect::normalize" href="qrect-qt3.html#normalize" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="normalize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x" fullname="QRect::x" href="qrect.html#x" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="x() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="y" fullname="QRect::y" href="qrect.html#y" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="y() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLeft" fullname="QRect::setLeft" href="qrect.html#setLeft" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLeft(int x)">
+ <parameter left="int" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTop" fullname="QRect::setTop" href="qrect.html#setTop" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTop(int y)">
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRight" fullname="QRect::setRight" href="qrect.html#setRight" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRight(int x)">
+ <parameter left="int" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBottom" fullname="QRect::setBottom" href="qrect.html#setBottom" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBottom(int y)">
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setX" fullname="QRect::setX" href="qrect.html#setX" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setX(int x)">
+ <parameter left="int" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setY" fullname="QRect::setY" href="qrect.html#setY" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setY(int y)">
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTopLeft" fullname="QRect::setTopLeft" href="qrect.html#setTopLeft" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTopLeft(const QPoint &amp; position)">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBottomRight" fullname="QRect::setBottomRight" href="qrect.html#setBottomRight" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBottomRight(const QPoint &amp; position)">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTopRight" fullname="QRect::setTopRight" href="qrect.html#setTopRight" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTopRight(const QPoint &amp; position)">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBottomLeft" fullname="QRect::setBottomLeft" href="qrect.html#setBottomLeft" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBottomLeft(const QPoint &amp; position)">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="topLeft" fullname="QRect::topLeft" href="qrect.html#topLeft" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="topLeft() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bottomRight" fullname="QRect::bottomRight" href="qrect.html#bottomRight" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="bottomRight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="topRight" fullname="QRect::topRight" href="qrect.html#topRight" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="topRight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bottomLeft" fullname="QRect::bottomLeft" href="qrect.html#bottomLeft" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="bottomLeft() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="center" fullname="QRect::center" href="qrect.html#center" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="center() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveLeft" fullname="QRect::moveLeft" href="qrect.html#moveLeft" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveLeft(int x)">
+ <parameter left="int" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveTop" fullname="QRect::moveTop" href="qrect.html#moveTop" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveTop(int y)">
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveRight" fullname="QRect::moveRight" href="qrect.html#moveRight" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveRight(int x)">
+ <parameter left="int" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveBottom" fullname="QRect::moveBottom" href="qrect.html#moveBottom" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveBottom(int y)">
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveTopLeft" fullname="QRect::moveTopLeft" href="qrect.html#moveTopLeft" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveTopLeft(const QPoint &amp; position)">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveBottomRight" fullname="QRect::moveBottomRight" href="qrect.html#moveBottomRight" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveBottomRight(const QPoint &amp; position)">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveTopRight" fullname="QRect::moveTopRight" href="qrect.html#moveTopRight" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveTopRight(const QPoint &amp; position)">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveBottomLeft" fullname="QRect::moveBottomLeft" href="qrect.html#moveBottomLeft" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveBottomLeft(const QPoint &amp; position)">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveCenter" fullname="QRect::moveCenter" href="qrect.html#moveCenter" location="qrect.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveCenter(const QPoint &amp; position)">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QRect::translate" href="qrect.html#translate" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="translate(int dx, int dy)">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QRect::translate" href="qrect.html#translate-2" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="translate(const QPoint &amp; offset)">
+ <parameter left="const QPoint &amp;" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translated" fullname="QRect::translated" href="qrect.html#translated" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="translated(int dx, int dy) const">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translated" fullname="QRect::translated" href="qrect.html#translated-2" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRect" signature="translated(const QPoint &amp; offset) const">
+ <parameter left="const QPoint &amp;" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveTo" fullname="QRect::moveTo" href="qrect.html#moveTo" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveTo(int x, int y)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveTo" fullname="QRect::moveTo" href="qrect.html#moveTo-2" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="moveTo(const QPoint &amp; position)">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="moveBy" fullname="QRect::moveBy" href="qrect-qt3.html#moveBy" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveBy(int dx, int dy)">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="moveBy" fullname="QRect::moveBy" href="qrect-qt3.html#moveBy-2" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="moveBy(const QPoint &amp; p)">
+ <parameter left="const QPoint &amp;" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRect" fullname="QRect::setRect" href="qrect.html#setRect" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRect(int x, int y, int width, int height)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getRect" fullname="QRect::getRect" href="qrect.html#getRect" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="getRect(int * x, int * y, int * width, int * height) const">
+ <parameter left="int *" right="" name="x" default=""/>
+ <parameter left="int *" right="" name="y" default=""/>
+ <parameter left="int *" right="" name="width" default=""/>
+ <parameter left="int *" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCoords" fullname="QRect::setCoords" href="qrect.html#setCoords" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCoords(int x1, int y1, int x2, int y2)">
+ <parameter left="int" right="" name="x1" default=""/>
+ <parameter left="int" right="" name="y1" default=""/>
+ <parameter left="int" right="" name="x2" default=""/>
+ <parameter left="int" right="" name="y2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="addCoords" fullname="QRect::addCoords" href="qrect-qt3.html#addCoords" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addCoords(int dx1, int dy1, int dx2, int dy2)">
+ <parameter left="int" right="" name="dx1" default=""/>
+ <parameter left="int" right="" name="dy1" default=""/>
+ <parameter left="int" right="" name="dx2" default=""/>
+ <parameter left="int" right="" name="dy2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getCoords" fullname="QRect::getCoords" href="qrect.html#getCoords" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="getCoords(int * x1, int * y1, int * x2, int * y2) const">
+ <parameter left="int *" right="" name="x1" default=""/>
+ <parameter left="int *" right="" name="y1" default=""/>
+ <parameter left="int *" right="" name="x2" default=""/>
+ <parameter left="int *" right="" name="y2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="adjust" fullname="QRect::adjust" href="qrect.html#adjust" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="adjust(int dx1, int dy1, int dx2, int dy2)">
+ <parameter left="int" right="" name="dx1" default=""/>
+ <parameter left="int" right="" name="dy1" default=""/>
+ <parameter left="int" right="" name="dx2" default=""/>
+ <parameter left="int" right="" name="dy2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="adjusted" fullname="QRect::adjusted" href="qrect.html#adjusted" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="adjusted(int dx1, int dy1, int dx2, int dy2) const">
+ <parameter left="int" right="" name="dx1" default=""/>
+ <parameter left="int" right="" name="dy1" default=""/>
+ <parameter left="int" right="" name="dx2" default=""/>
+ <parameter left="int" right="" name="dy2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QRect::size" href="qrect.html#size" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QRect::width" href="qrect.html#width" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="QRect::height" href="qrect.html#height" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidth" fullname="QRect::setWidth" href="qrect.html#setWidth" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWidth(int width)">
+ <parameter left="int" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHeight" fullname="QRect::setHeight" href="qrect.html#setHeight" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHeight(int height)">
+ <parameter left="int" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSize" fullname="QRect::setSize" href="qrect.html#setSize" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSize(const QSize &amp; size)">
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator|" fullname="QRect::operator|" href="qrect.html#operator|" location="qrect.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="operator|(const QRect &amp; rectangle) const">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&amp;" fullname="QRect::operator&amp;" href="qrect.html#operator&amp;" location="qrect.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="operator&amp;(const QRect &amp; rectangle) const">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator|=" fullname="QRect::operator|=" href="qrect.html#operator|=" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QRect &amp;" signature="operator|=(const QRect &amp; rectangle)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&amp;=" fullname="QRect::operator&amp;=" href="qrect.html#operator&amp;=" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QRect &amp;" signature="operator&amp;=(const QRect &amp; rectangle)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QRect::contains" href="qrect.html#contains" location="qrect.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const QPoint &amp; point, bool proper) const">
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ <parameter left="bool" right="" name="proper" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QRect::contains" href="qrect.html#contains-3" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="bool" signature="contains(int x, int y) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QRect::contains" href="qrect.html#contains-2" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="contains(int x, int y, bool proper) const">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="bool" right="" name="proper" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QRect::contains" href="qrect.html#contains-4" location="qrect.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="4" type="bool" signature="contains(const QRect &amp; rectangle, bool proper) const">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="bool" right="" name="proper" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="unite" fullname="QRect::unite" href="qrect-obsolete.html#unite" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="unite(const QRect &amp; rectangle) const">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="united" fullname="QRect::united" href="qrect.html#united" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="united(const QRect &amp; rectangle) const">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="intersect" fullname="QRect::intersect" href="qrect-obsolete.html#intersect" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="intersect(const QRect &amp; rectangle) const">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intersected" fullname="QRect::intersected" href="qrect.html#intersected" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="intersected(const QRect &amp; rectangle) const">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intersects" fullname="QRect::intersects" href="qrect.html#intersects" location="qrect.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="intersects(const QRect &amp; rectangle) const">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="rect" fullname="QRect::rect" href="qrect-qt3.html#rect" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="rect(int * x, int * y, int * width, int * height) const">
+ <parameter left="int *" right="" name="x" default=""/>
+ <parameter left="int *" right="" name="y" default=""/>
+ <parameter left="int *" right="" name="width" default=""/>
+ <parameter left="int *" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="coords" fullname="QRect::coords" href="qrect-qt3.html#coords" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="coords(int * x1, int * y1, int * x2, int * y2) const">
+ <parameter left="int *" right="" name="x1" default=""/>
+ <parameter left="int *" right="" name="y1" default=""/>
+ <parameter left="int *" right="" name="x2" default=""/>
+ <parameter left="int *" right="" name="y2" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qrect.html#operator==-73" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="73" relates="QRect" type="Q_CORE_EXPORT_INLINE" signature="operator==(const QRect &amp; r1, const QRect &amp; r2)">
+ <parameter left="const QRect &amp;" right="" name="r1" default=""/>
+ <parameter left="const QRect &amp;" right="" name="r2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="qrect.html#operator!=-52" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="52" relates="QRect" type="Q_CORE_EXPORT_INLINE" signature="operator!=(const QRect &amp; r1, const QRect &amp; r2)">
+ <parameter left="const QRect &amp;" right="" name="r1" default=""/>
+ <parameter left="const QRect &amp;" right="" name="r2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qrect.html#operator&lt;&lt;-172" location="qrect.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="172" relates="QRect" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QRect &amp; rectangle)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qrect.html#operator&gt;&gt;-102" location="qrect.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="102" relates="QRect" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QRect &amp; rectangle)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QRectF" href="qrectf.html" location="qrect.h" bases="" module="QtCore">
+ <contents name="rendering" title="Rendering" level="1"/>
+ <contents name="coordinates" title="Coordinates" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRectF" fullname="QRectF::QRectF" href="qrectf.html#QRectF" location="qrect.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QRectF()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRectF" fullname="QRectF::QRectF" href="qrectf.html#QRectF-2" location="qrect.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QRectF(const QPointF &amp; topLeft, const QSizeF &amp; size)">
+ <parameter left="const QPointF &amp;" right="" name="topLeft" default=""/>
+ <parameter left="const QSizeF &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRectF" fullname="QRectF::QRectF" href="qrectf.html#QRectF-3" location="qrect.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QRectF(const QPointF &amp; topLeft, const QPointF &amp; bottomRight)">
+ <parameter left="const QPointF &amp;" right="" name="topLeft" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="bottomRight" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRectF" fullname="QRectF::QRectF" href="qrectf.html#QRectF-4" location="qrect.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QRectF(qreal x, qreal y, qreal width, qreal height)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="width" default=""/>
+ <parameter left="qreal" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRectF" fullname="QRectF::QRectF" href="qrectf.html#QRectF-5" location="qrect.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QRectF(const QRect &amp; rectangle)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="QRectF::isNull" href="qrectf.html#isNull" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QRectF::isEmpty" href="qrectf.html#isEmpty" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QRectF::isValid" href="qrectf.html#isValid" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="normalized" fullname="QRectF::normalized" href="qrectf.html#normalized" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="normalized() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="left" fullname="QRectF::left" href="qrectf.html#left" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="left() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="top" fullname="QRectF::top" href="qrectf.html#top" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="top() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="right" fullname="QRectF::right" href="qrectf.html#right" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="right() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bottom" fullname="QRectF::bottom" href="qrectf.html#bottom" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="bottom() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="x" fullname="QRectF::x" href="qrectf.html#x" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="x() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="y" fullname="QRectF::y" href="qrectf.html#y" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="y() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLeft" fullname="QRectF::setLeft" href="qrectf.html#setLeft" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLeft(qreal x)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTop" fullname="QRectF::setTop" href="qrectf.html#setTop" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTop(qreal y)">
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRight" fullname="QRectF::setRight" href="qrectf.html#setRight" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRight(qreal x)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBottom" fullname="QRectF::setBottom" href="qrectf.html#setBottom" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBottom(qreal y)">
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setX" fullname="QRectF::setX" href="qrectf.html#setX" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setX(qreal x)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setY" fullname="QRectF::setY" href="qrectf.html#setY" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setY(qreal y)">
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="topLeft" fullname="QRectF::topLeft" href="qrectf.html#topLeft" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="topLeft() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bottomRight" fullname="QRectF::bottomRight" href="qrectf.html#bottomRight" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="bottomRight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="topRight" fullname="QRectF::topRight" href="qrectf.html#topRight" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="topRight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="bottomLeft" fullname="QRectF::bottomLeft" href="qrectf.html#bottomLeft" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="bottomLeft() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="center" fullname="QRectF::center" href="qrectf.html#center" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="center() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTopLeft" fullname="QRectF::setTopLeft" href="qrectf.html#setTopLeft" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTopLeft(const QPointF &amp; position)">
+ <parameter left="const QPointF &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBottomRight" fullname="QRectF::setBottomRight" href="qrectf.html#setBottomRight" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBottomRight(const QPointF &amp; position)">
+ <parameter left="const QPointF &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTopRight" fullname="QRectF::setTopRight" href="qrectf.html#setTopRight" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTopRight(const QPointF &amp; position)">
+ <parameter left="const QPointF &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBottomLeft" fullname="QRectF::setBottomLeft" href="qrectf.html#setBottomLeft" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBottomLeft(const QPointF &amp; position)">
+ <parameter left="const QPointF &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveLeft" fullname="QRectF::moveLeft" href="qrectf.html#moveLeft" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveLeft(qreal x)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveTop" fullname="QRectF::moveTop" href="qrectf.html#moveTop" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveTop(qreal y)">
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveRight" fullname="QRectF::moveRight" href="qrectf.html#moveRight" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveRight(qreal x)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveBottom" fullname="QRectF::moveBottom" href="qrectf.html#moveBottom" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveBottom(qreal y)">
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveTopLeft" fullname="QRectF::moveTopLeft" href="qrectf.html#moveTopLeft" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveTopLeft(const QPointF &amp; position)">
+ <parameter left="const QPointF &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveBottomRight" fullname="QRectF::moveBottomRight" href="qrectf.html#moveBottomRight" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveBottomRight(const QPointF &amp; position)">
+ <parameter left="const QPointF &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveTopRight" fullname="QRectF::moveTopRight" href="qrectf.html#moveTopRight" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveTopRight(const QPointF &amp; position)">
+ <parameter left="const QPointF &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveBottomLeft" fullname="QRectF::moveBottomLeft" href="qrectf.html#moveBottomLeft" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveBottomLeft(const QPointF &amp; position)">
+ <parameter left="const QPointF &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveCenter" fullname="QRectF::moveCenter" href="qrectf.html#moveCenter" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveCenter(const QPointF &amp; position)">
+ <parameter left="const QPointF &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QRectF::translate" href="qrectf.html#translate" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="translate(qreal dx, qreal dy)">
+ <parameter left="qreal" right="" name="dx" default=""/>
+ <parameter left="qreal" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translate" fullname="QRectF::translate" href="qrectf.html#translate-2" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="translate(const QPointF &amp; offset)">
+ <parameter left="const QPointF &amp;" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translated" fullname="QRectF::translated" href="qrectf.html#translated" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="translated(qreal dx, qreal dy) const">
+ <parameter left="qreal" right="" name="dx" default=""/>
+ <parameter left="qreal" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="translated" fullname="QRectF::translated" href="qrectf.html#translated-2" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRectF" signature="translated(const QPointF &amp; offset) const">
+ <parameter left="const QPointF &amp;" right="" name="offset" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveTo" fullname="QRectF::moveTo" href="qrectf.html#moveTo" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveTo(qreal x, qreal y)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveTo" fullname="QRectF::moveTo" href="qrectf.html#moveTo-2" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="moveTo(const QPointF &amp; position)">
+ <parameter left="const QPointF &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRect" fullname="QRectF::setRect" href="qrectf.html#setRect" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRect(qreal x, qreal y, qreal width, qreal height)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="width" default=""/>
+ <parameter left="qreal" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getRect" fullname="QRectF::getRect" href="qrectf.html#getRect" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="getRect(qreal * x, qreal * y, qreal * width, qreal * height) const">
+ <parameter left="qreal *" right="" name="x" default=""/>
+ <parameter left="qreal *" right="" name="y" default=""/>
+ <parameter left="qreal *" right="" name="width" default=""/>
+ <parameter left="qreal *" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCoords" fullname="QRectF::setCoords" href="qrectf.html#setCoords" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCoords(qreal x1, qreal y1, qreal x2, qreal y2)">
+ <parameter left="qreal" right="" name="x1" default=""/>
+ <parameter left="qreal" right="" name="y1" default=""/>
+ <parameter left="qreal" right="" name="x2" default=""/>
+ <parameter left="qreal" right="" name="y2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getCoords" fullname="QRectF::getCoords" href="qrectf.html#getCoords" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="getCoords(qreal * x1, qreal * y1, qreal * x2, qreal * y2) const">
+ <parameter left="qreal *" right="" name="x1" default=""/>
+ <parameter left="qreal *" right="" name="y1" default=""/>
+ <parameter left="qreal *" right="" name="x2" default=""/>
+ <parameter left="qreal *" right="" name="y2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="adjust" fullname="QRectF::adjust" href="qrectf.html#adjust" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="adjust(qreal dx1, qreal dy1, qreal dx2, qreal dy2)">
+ <parameter left="qreal" right="" name="dx1" default=""/>
+ <parameter left="qreal" right="" name="dy1" default=""/>
+ <parameter left="qreal" right="" name="dx2" default=""/>
+ <parameter left="qreal" right="" name="dy2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="adjusted" fullname="QRectF::adjusted" href="qrectf.html#adjusted" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="adjusted(qreal dx1, qreal dy1, qreal dx2, qreal dy2) const">
+ <parameter left="qreal" right="" name="dx1" default=""/>
+ <parameter left="qreal" right="" name="dy1" default=""/>
+ <parameter left="qreal" right="" name="dx2" default=""/>
+ <parameter left="qreal" right="" name="dy2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QRectF::size" href="qrectf.html#size" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSizeF" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="width" fullname="QRectF::width" href="qrectf.html#width" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="width() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="height" fullname="QRectF::height" href="qrectf.html#height" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="height() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidth" fullname="QRectF::setWidth" href="qrectf.html#setWidth" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWidth(qreal width)">
+ <parameter left="qreal" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHeight" fullname="QRectF::setHeight" href="qrectf.html#setHeight" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHeight(qreal height)">
+ <parameter left="qreal" right="" name="height" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSize" fullname="QRectF::setSize" href="qrectf.html#setSize" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSize(const QSizeF &amp; size)">
+ <parameter left="const QSizeF &amp;" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator|" fullname="QRectF::operator|" href="qrectf.html#operator|" location="qrect.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="operator|(const QRectF &amp; rectangle) const">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&amp;" fullname="QRectF::operator&amp;" href="qrectf.html#operator&amp;" location="qrect.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="operator&amp;(const QRectF &amp; rectangle) const">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator|=" fullname="QRectF::operator|=" href="qrectf.html#operator|=" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QRectF &amp;" signature="operator|=(const QRectF &amp; rectangle)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&amp;=" fullname="QRectF::operator&amp;=" href="qrectf.html#operator&amp;=" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QRectF &amp;" signature="operator&amp;=(const QRectF &amp; rectangle)">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QRectF::contains" href="qrectf.html#contains" location="qrect.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const QPointF &amp; point) const">
+ <parameter left="const QPointF &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QRectF::contains" href="qrectf.html#contains-2" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="contains(qreal x, qreal y) const">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QRectF::contains" href="qrectf.html#contains-3" location="qrect.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="bool" signature="contains(const QRectF &amp; rectangle) const">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="unite" fullname="QRectF::unite" href="qrectf-obsolete.html#unite" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="unite(const QRectF &amp; rectangle) const">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="united" fullname="QRectF::united" href="qrectf.html#united" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="united(const QRectF &amp; rectangle) const">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="intersect" fullname="QRectF::intersect" href="qrectf-obsolete.html#intersect" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="intersect(const QRectF &amp; rectangle) const">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intersected" fullname="QRectF::intersected" href="qrectf.html#intersected" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="intersected(const QRectF &amp; rectangle) const">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intersects" fullname="QRectF::intersects" href="qrectf.html#intersects" location="qrect.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="intersects(const QRectF &amp; rectangle) const">
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toRect" fullname="QRectF::toRect" href="qrectf.html#toRect" location="qrect.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="toRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toAlignedRect" fullname="QRectF::toAlignedRect" href="qrectf.html#toAlignedRect" location="qrect.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="toAlignedRect() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" href="qrectf.html#operator==-75" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="75" relates="QRectF" type="Q_CORE_EXPORT_INLINE" signature="operator==(const QRectF &amp; r1, const QRectF &amp; r2)">
+ <parameter left="const QRectF &amp;" right="" name="r1" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="r2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" href="qrectf.html#operator!=-54" location="qrect.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="54" relates="QRectF" type="Q_CORE_EXPORT_INLINE" signature="operator!=(const QRectF &amp; r1, const QRectF &amp; r2)">
+ <parameter left="const QRectF &amp;" right="" name="r1" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="r2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qrectf.html#operator&lt;&lt;-174" location="qrect.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="174" relates="QRectF" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QRectF &amp; rectangle)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QRectF &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qrectf.html#operator&gt;&gt;-103" location="qrect.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="103" relates="QRectF" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QRectF &amp; rectangle)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QRectF &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QmlError" href="qmlerror.html" location="qmlerror.h" bases="" module="QtDeclarative">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QmlError" fullname="QmlError::QmlError" href="qmlerror.html#QmlError" location="qmlerror.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QmlError()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QmlError" fullname="QmlError::QmlError" href="qmlerror.html#QmlError-2" location="qmlerror.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QmlError(const QmlError &amp; other)">
+ <parameter left="const QmlError &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QmlError::operator=" href="qmlerror.html#operator=" location="qmlerror.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QmlError &amp;" signature="operator=(const QmlError &amp; other)">
+ <parameter left="const QmlError &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="url" fullname="QmlError::url" href="qmlerror.html#url" location="qmlerror.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QUrl" signature="url() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUrl" fullname="QmlError::setUrl" href="qmlerror.html#setUrl" location="qmlerror.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUrl(const QUrl &amp; url)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="description" fullname="QmlError::description" href="qmlerror.html#description" location="qmlerror.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="description() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDescription" fullname="QmlError::setDescription" href="qmlerror.html#setDescription" location="qmlerror.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDescription(const QString &amp; description)">
+ <parameter left="const QString &amp;" right="" name="description" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="line" fullname="QmlError::line" href="qmlerror.html#line" location="qmlerror.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="line() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLine" fullname="QmlError::setLine" href="qmlerror.html#setLine" location="qmlerror.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLine(int line)">
+ <parameter left="int" right="" name="line" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="column" fullname="QmlError::column" href="qmlerror.html#column" location="qmlerror.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="column() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumn" fullname="QmlError::setColumn" href="qmlerror.html#setColumn" location="qmlerror.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumn(int column)">
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QmlError::toString" href="qmlerror.html#toString" location="qmlerror.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qmlerror.html#operator&lt;&lt;-176" location="qmlerror.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="176" relates="QmlError" type="QDebug" signature="operator&lt;&lt;(QDebug debug, const QmlError &amp; error)">
+ <parameter left="QDebug" right="" name="debug" default=""/>
+ <parameter left="const QmlError &amp;" right="" name="error" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="QStringListIterator" href="qstringlist.html#QStringListIterator-typedef" location="qstringlist.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="QMutableStringListIterator" href="qstringlist.html#QMutableStringListIterator-typedef" location="qstringlist.h"/>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QStringList" href="qstringlist.html" location="qstringlist.h" bases="QList" module="QtCore">
+ <contents name="adding-strings" title="Adding strings" level="1"/>
+ <contents name="iterating-over-the-strings" title="Iterating over the strings" level="1"/>
+ <contents name="manipulating-the-strings" title="Manipulating the strings" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStringList" fullname="QStringList::QStringList" href="qstringlist.html#QStringList" location="qstringlist.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QStringList()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStringList" fullname="QStringList::QStringList" href="qstringlist.html#QStringList-2" location="qstringlist.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QStringList(const QString &amp; str)">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStringList" fullname="QStringList::QStringList" href="qstringlist.html#QStringList-3" location="qstringlist.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QStringList(const QStringList &amp; other)">
+ <parameter left="const QStringList &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QStringList" fullname="QStringList::QStringList" href="qstringlist.html#QStringList-4" location="qstringlist.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QStringList(const QList&lt;QString&gt; &amp; other)">
+ <parameter left="const QList&lt;QString&gt; &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sort" fullname="QStringList::sort" href="qstringlist.html#sort" location="qstringlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="sort()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeDuplicates" fullname="QStringList::removeDuplicates" href="qstringlist.html#removeDuplicates" location="qstringlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="removeDuplicates()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="join" fullname="QStringList::join" href="qstringlist.html#join" location="qstringlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="join(const QString &amp; separator) const">
+ <parameter left="const QString &amp;" right="" name="separator" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filter" fullname="QStringList::filter" href="qstringlist.html#filter" location="qstringlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="filter(const QString &amp; str, Qt::CaseSensitivity cs) const">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="QStringList::contains" href="qstringlist.html#contains" location="qstringlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="contains(const QString &amp; str, Qt::CaseSensitivity cs) const">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replaceInStrings" fullname="QStringList::replaceInStrings" href="qstringlist.html#replaceInStrings" location="qstringlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QStringList &amp;" signature="replaceInStrings(const QString &amp; before, const QString &amp; after, Qt::CaseSensitivity cs)">
+ <parameter left="const QString &amp;" right="" name="before" default=""/>
+ <parameter left="const QString &amp;" right="" name="after" default=""/>
+ <parameter left="Qt::CaseSensitivity" right="" name="cs" default="Qt::CaseSensitive"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+" fullname="QStringList::operator+" href="qstringlist.html#operator+" location="qstringlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="operator+(const QStringList &amp; other) const">
+ <parameter left="const QStringList &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QStringList::operator&lt;&lt;" href="qstringlist.html#operator&lt;&lt;" location="qstringlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QStringList &amp;" signature="operator&lt;&lt;(const QString &amp; str)">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" fullname="QStringList::operator&lt;&lt;" href="qstringlist.html#operator&lt;&lt;-2" location="qstringlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QStringList &amp;" signature="operator&lt;&lt;(const QStringList &amp; other)">
+ <parameter left="const QStringList &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filter" fullname="QStringList::filter" href="qstringlist.html#filter-2" location="qstringlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QStringList" signature="filter(const QRegExp &amp; rx) const">
+ <parameter left="const QRegExp &amp;" right="" name="rx" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replaceInStrings" fullname="QStringList::replaceInStrings" href="qstringlist.html#replaceInStrings-2" location="qstringlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QStringList &amp;" signature="replaceInStrings(const QRegExp &amp; rx, const QString &amp; after)">
+ <parameter left="const QRegExp &amp;" right="" name="rx" default=""/>
+ <parameter left="const QString &amp;" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="QStringList::indexOf" href="qstringlist.html#indexOf" location="qstringlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOf(const QRegExp &amp; rx, int from) const">
+ <parameter left="const QRegExp &amp;" right="" name="rx" default=""/>
+ <parameter left="int" right="" name="from" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastIndexOf" fullname="QStringList::lastIndexOf" href="qstringlist.html#lastIndexOf" location="qstringlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="lastIndexOf(const QRegExp &amp; rx, int from) const">
+ <parameter left="const QRegExp &amp;" right="" name="rx" default=""/>
+ <parameter left="int" right="" name="from" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="QStringList::indexOf" href="qstringlist.html#indexOf-3" location="qstringlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="int" signature="indexOf(QRegExp &amp; rx, int from) const">
+ <parameter left="QRegExp &amp;" right="" name="rx" default=""/>
+ <parameter left="int" right="" name="from" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastIndexOf" fullname="QStringList::lastIndexOf" href="qstringlist.html#lastIndexOf-3" location="qstringlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="int" signature="lastIndexOf(QRegExp &amp; rx, int from) const">
+ <parameter left="QRegExp &amp;" right="" name="rx" default=""/>
+ <parameter left="int" right="" name="from" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="QStringList::indexOf" href="qstringlist.html#indexOf-2" location="qstringlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="indexOf(const QString &amp; value, int from) const">
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="from" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastIndexOf" fullname="QStringList::lastIndexOf" href="qstringlist.html#lastIndexOf-2" location="qstringlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="lastIndexOf(const QString &amp; value, int from) const">
+ <parameter left="const QString &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="from" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="split" fullname="QStringList::split" href="qstringlist-qt3.html#split-3" location="qstringlist.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="QStringList" signature="split(const QString &amp; sep, const QString &amp; str, bool allowEmptyEntries)">
+ <parameter left="const QString &amp;" right="" name="sep" default=""/>
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ <parameter left="bool" right="" name="allowEmptyEntries" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="split" fullname="QStringList::split" href="qstringlist-qt3.html#split-2" location="qstringlist.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QStringList" signature="split(const QChar &amp; sep, const QString &amp; str, bool allowEmptyEntries)">
+ <parameter left="const QChar &amp;" right="" name="sep" default=""/>
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ <parameter left="bool" right="" name="allowEmptyEntries" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="grep" fullname="QStringList::grep" href="qstringlist-qt3.html#grep" location="qstringlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="grep(const QString &amp; str, bool cs) const">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ <parameter left="bool" right="" name="cs" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="split" fullname="QStringList::split" href="qstringlist-qt3.html#split" location="qstringlist.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="split(const QRegExp &amp; sep, const QString &amp; str, bool allowEmptyEntries)">
+ <parameter left="const QRegExp &amp;" right="" name="sep" default=""/>
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ <parameter left="bool" right="" name="allowEmptyEntries" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="grep" fullname="QStringList::grep" href="qstringlist-qt3.html#grep-2" location="qstringlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QStringList" signature="grep(const QRegExp &amp; rx) const">
+ <parameter left="const QRegExp &amp;" right="" name="rx" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="gres" fullname="QStringList::gres" href="qstringlist-qt3.html#gres" location="qstringlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QStringList &amp;" signature="gres(const QRegExp &amp; rx, const QString &amp; after)">
+ <parameter left="const QRegExp &amp;" right="" name="rx" default=""/>
+ <parameter left="const QString &amp;" right="" name="after" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="gres" fullname="QStringList::gres" href="qstringlist-qt3.html#gres-2" location="qstringlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QStringList &amp;" signature="gres(const QString &amp; before, const QString &amp; after, bool cs)">
+ <parameter left="const QString &amp;" right="" name="before" default=""/>
+ <parameter left="const QString &amp;" right="" name="after" default=""/>
+ <parameter left="bool" right="" name="cs" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="fromLast" fullname="QStringList::fromLast" href="qstringlist-qt3.html#fromLast" location="qstringlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Iterator" signature="fromLast()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="fromLast" fullname="QStringList::fromLast" href="qstringlist-qt3.html#fromLast-2" location="qstringlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="ConstIterator" signature="fromLast() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qstringlist.html#operator&gt;&gt;-104" location="qstringlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="104" relates="QStringList" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; in, QStringList &amp; list)">
+ <parameter left="QDataStream &amp;" right="" name="in" default=""/>
+ <parameter left="QStringList &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qstringlist.html#operator&lt;&lt;-177" location="qstringlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="177" relates="QStringList" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; out, const QStringList &amp; list)">
+ <parameter left="QDataStream &amp;" right="" name="out" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="list" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QModelIndex" href="qmodelindex.html" location="qabstractitemmodel.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QModelIndex" fullname="QModelIndex::QModelIndex" href="qmodelindex.html#QModelIndex" location="qabstractitemmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QModelIndex()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QModelIndex" fullname="QModelIndex::QModelIndex" href="qmodelindex.html#QModelIndex-2" location="qabstractitemmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QModelIndex(const QModelIndex &amp; other)">
+ <parameter left="const QModelIndex &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QModelIndex" fullname="QModelIndex::~QModelIndex" href="qmodelindex.html#dtor.QModelIndex" location="qabstractitemmodel.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QModelIndex()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="row" fullname="QModelIndex::row" href="qmodelindex.html#row" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="row() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="column" fullname="QModelIndex::column" href="qmodelindex.html#column" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="column() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="internalPointer" fullname="QModelIndex::internalPointer" href="qmodelindex.html#internalPointer" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void *" signature="internalPointer() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="internalId" fullname="QModelIndex::internalId" href="qmodelindex.html#internalId" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="internalId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parent" fullname="QModelIndex::parent" href="qmodelindex.html#parent" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="parent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sibling" fullname="QModelIndex::sibling" href="qmodelindex.html#sibling" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="sibling(int row, int column) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="child" fullname="QModelIndex::child" href="qmodelindex.html#child" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="child(int row, int column) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QModelIndex::data" href="qmodelindex.html#data" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="data(int role) const">
+ <parameter left="int" right="" name="role" default="Qt::DisplayRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flags" fullname="QModelIndex::flags" href="qmodelindex.html#flags" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::ItemFlags" signature="flags() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="model" fullname="QModelIndex::model" href="qmodelindex.html#model" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QAbstractItemModel *" signature="model() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QModelIndex::isValid" href="qmodelindex.html#isValid" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QModelIndex::operator==" href="qmodelindex.html#operator==" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QModelIndex &amp; other) const">
+ <parameter left="const QModelIndex &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QModelIndex::operator!=" href="qmodelindex.html#operator!=" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QModelIndex &amp; other) const">
+ <parameter left="const QModelIndex &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QModelIndex::operator&lt;" href="qmodelindex.html#operator&lt;" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;(const QModelIndex &amp; other) const">
+ <parameter left="const QModelIndex &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QPersistentModelIndex" href="qpersistentmodelindex.html" location="qabstractitemmodel.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPersistentModelIndex" fullname="QPersistentModelIndex::QPersistentModelIndex" href="qpersistentmodelindex.html#QPersistentModelIndex" location="qabstractitemmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QPersistentModelIndex(const QModelIndex &amp; index)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QPersistentModelIndex" fullname="QPersistentModelIndex::QPersistentModelIndex" href="qpersistentmodelindex.html#QPersistentModelIndex-3" location="qabstractitemmodel.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QPersistentModelIndex(const QPersistentModelIndex &amp; other)">
+ <parameter left="const QPersistentModelIndex &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QPersistentModelIndex::operator&lt;" href="qpersistentmodelindex.html#operator&lt;" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;(const QPersistentModelIndex &amp; other) const">
+ <parameter left="const QPersistentModelIndex &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QPersistentModelIndex::operator==" href="qpersistentmodelindex.html#operator==" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QPersistentModelIndex &amp; other) const">
+ <parameter left="const QPersistentModelIndex &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QPersistentModelIndex::operator!=" href="qpersistentmodelindex.html#operator!=" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QPersistentModelIndex &amp; other) const">
+ <parameter left="const QPersistentModelIndex &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QPersistentModelIndex::operator=" href="qpersistentmodelindex.html#operator=" location="qabstractitemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QPersistentModelIndex &amp;" signature="operator=(const QPersistentModelIndex &amp; other)">
+ <parameter left="const QPersistentModelIndex &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QPersistentModelIndex::operator==" href="qpersistentmodelindex.html#operator==-2" location="qabstractitemmodel.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator==(const QModelIndex &amp; other) const">
+ <parameter left="const QModelIndex &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QPersistentModelIndex::operator!=" href="qpersistentmodelindex.html#operator!=-2" location="qabstractitemmodel.cpp" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="operator!=(const QModelIndex &amp; other) const">
+ <parameter left="const QModelIndex &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QPersistentModelIndex::operator=" href="qpersistentmodelindex.html#operator=-2" location="qabstractitemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QPersistentModelIndex &amp;" signature="operator=(const QModelIndex &amp; other)">
+ <parameter left="const QModelIndex &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator const QModelIndex &amp;" fullname="QPersistentModelIndex::operator const QModelIndex &amp;" href="qpersistentmodelindex.html#operator const QModelIndex &amp;" location="qabstractitemmodel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator const QModelIndex &amp;() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="row" fullname="QPersistentModelIndex::row" href="qpersistentmodelindex.html#row" location="qabstractitemmodel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="row() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="column" fullname="QPersistentModelIndex::column" href="qpersistentmodelindex.html#column" location="qabstractitemmodel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="column() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parent" fullname="QPersistentModelIndex::parent" href="qpersistentmodelindex.html#parent" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="parent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sibling" fullname="QPersistentModelIndex::sibling" href="qpersistentmodelindex.html#sibling" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="sibling(int row, int column) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="child" fullname="QPersistentModelIndex::child" href="qpersistentmodelindex.html#child" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="child(int row, int column) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QPersistentModelIndex::data" href="qpersistentmodelindex.html#data" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="data(int role) const">
+ <parameter left="int" right="" name="role" default="Qt::DisplayRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flags" fullname="QPersistentModelIndex::flags" href="qpersistentmodelindex.html#flags" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::ItemFlags" signature="flags() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="model" fullname="QPersistentModelIndex::model" href="qpersistentmodelindex.html#model" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QAbstractItemModel *" signature="model() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QPersistentModelIndex::isValid" href="qpersistentmodelindex.html#isValid" location="qabstractitemmodel.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qHash" href="#qHash-29" location="qabstractitemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="29" type="uint" signature="qHash(const QPersistentModelIndex &amp; index)">
+ <parameter left="const QPersistentModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="QModelIndexList" href="qmodelindex.html#QModelIndexList-typedef" location="qabstractitemmodel.h"/>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAbstractItemModel" href="qabstractitemmodel.html" location="qabstractitemmodel.h" bases="QObject" module="QtCore">
+ <contents name="subclassing" title="Subclassing" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractItemModel" fullname="QAbstractItemModel::QAbstractItemModel" href="qabstractitemmodel.html#QAbstractItemModel" location="qabstractitemmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractItemModel(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractItemModel" fullname="QAbstractItemModel::~QAbstractItemModel" href="qabstractitemmodel.html#dtor.QAbstractItemModel" location="qabstractitemmodel.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractItemModel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasIndex" fullname="QAbstractItemModel::hasIndex" href="qabstractitemmodel.html#hasIndex" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasIndex(int row, int column, const QModelIndex &amp; parent) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="index" fullname="QAbstractItemModel::index" href="qabstractitemmodel.html#index" location="qabstractitemmodel.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="index(int row, int column, const QModelIndex &amp; parent) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parent" fullname="QAbstractItemModel::parent" href="qabstractitemmodel.html#parent" location="qabstractitemmodel.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="parent(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sibling" fullname="QAbstractItemModel::sibling" href="qabstractitemmodel.html#sibling" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="sibling(int row, int column, const QModelIndex &amp; index) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowCount" fullname="QAbstractItemModel::rowCount" href="qabstractitemmodel.html#rowCount" location="qabstractitemmodel.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="rowCount(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnCount" fullname="QAbstractItemModel::columnCount" href="qabstractitemmodel.html#columnCount" location="qabstractitemmodel.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="columnCount(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasChildren" fullname="QAbstractItemModel::hasChildren" href="qabstractitemmodel.html#hasChildren" location="qabstractitemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasChildren(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QAbstractItemModel::data" href="qabstractitemmodel.html#data" location="qabstractitemmodel.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="data(const QModelIndex &amp; index, int role) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::DisplayRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QAbstractItemModel::setData" href="qabstractitemmodel.html#setData" location="qabstractitemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="setData(const QModelIndex &amp; index, const QVariant &amp; value, int role)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::EditRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="headerData" fullname="QAbstractItemModel::headerData" href="qabstractitemmodel.html#headerData" location="qabstractitemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="headerData(int section, Qt::Orientation orientation, int role) const">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::DisplayRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHeaderData" fullname="QAbstractItemModel::setHeaderData" href="qabstractitemmodel.html#setHeaderData" location="qabstractitemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="setHeaderData(int section, Qt::Orientation orientation, const QVariant &amp; value, int role)">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="role" default="Qt::EditRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemData" fullname="QAbstractItemModel::itemData" href="qabstractitemmodel.html#itemData" location="qabstractitemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QMap&lt;int, QVariant&gt;" signature="itemData(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemData" fullname="QAbstractItemModel::setItemData" href="qabstractitemmodel.html#setItemData" location="qabstractitemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="setItemData(const QModelIndex &amp; index, const QMap&lt;int, QVariant&gt; &amp; roles)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="const QMap&lt;int, QVariant&gt; &amp;" right="" name="roles" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mimeTypes" fullname="QAbstractItemModel::mimeTypes" href="qabstractitemmodel.html#mimeTypes" location="qabstractitemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="mimeTypes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mimeData" fullname="QAbstractItemModel::mimeData" href="qabstractitemmodel.html#mimeData" location="qabstractitemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QMimeData *" signature="mimeData(const QModelIndexList &amp; indexes) const">
+ <parameter left="const QModelIndexList &amp;" right="" name="indexes" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dropMimeData" fullname="QAbstractItemModel::dropMimeData" href="qabstractitemmodel.html#dropMimeData" location="qabstractitemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="dropMimeData(const QMimeData * data, Qt::DropAction action, int row, int column, const QModelIndex &amp; parent)">
+ <parameter left="const QMimeData *" right="" name="data" default=""/>
+ <parameter left="Qt::DropAction" right="" name="action" default=""/>
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedDropActions" fullname="QAbstractItemModel::supportedDropActions" href="qabstractitemmodel.html#supportedDropActions" location="qabstractitemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::DropActions" signature="supportedDropActions() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedDragActions" fullname="QAbstractItemModel::supportedDragActions" href="qabstractitemmodel.html#supportedDragActions" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::DropActions" signature="supportedDragActions() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSupportedDragActions" fullname="QAbstractItemModel::setSupportedDragActions" href="qabstractitemmodel.html#setSupportedDragActions" location="qabstractitemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSupportedDragActions(QFlags&lt;Qt::DropAction&gt; actions)">
+ <parameter left="QFlags&lt;Qt::DropAction&gt;" right="" name="actions" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertRows" fullname="QAbstractItemModel::insertRows" href="qabstractitemmodel.html#insertRows" location="qabstractitemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="insertRows(int row, int count, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertColumns" fullname="QAbstractItemModel::insertColumns" href="qabstractitemmodel.html#insertColumns" location="qabstractitemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="insertColumns(int column, int count, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeRows" fullname="QAbstractItemModel::removeRows" href="qabstractitemmodel.html#removeRows" location="qabstractitemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeRows(int row, int count, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeColumns" fullname="QAbstractItemModel::removeColumns" href="qabstractitemmodel.html#removeColumns" location="qabstractitemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeColumns(int column, int count, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertRow" fullname="QAbstractItemModel::insertRow" href="qabstractitemmodel.html#insertRow" location="qabstractitemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="insertRow(int row, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertColumn" fullname="QAbstractItemModel::insertColumn" href="qabstractitemmodel.html#insertColumn" location="qabstractitemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="insertColumn(int column, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeRow" fullname="QAbstractItemModel::removeRow" href="qabstractitemmodel.html#removeRow" location="qabstractitemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeRow(int row, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeColumn" fullname="QAbstractItemModel::removeColumn" href="qabstractitemmodel.html#removeColumn" location="qabstractitemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeColumn(int column, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fetchMore" fullname="QAbstractItemModel::fetchMore" href="qabstractitemmodel.html#fetchMore" location="qabstractitemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="fetchMore(const QModelIndex &amp; parent)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canFetchMore" fullname="QAbstractItemModel::canFetchMore" href="qabstractitemmodel.html#canFetchMore" location="qabstractitemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="canFetchMore(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flags" fullname="QAbstractItemModel::flags" href="qabstractitemmodel.html#flags" location="qabstractitemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::ItemFlags" signature="flags(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sort" fullname="QAbstractItemModel::sort" href="qabstractitemmodel.html#sort" location="qabstractitemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="sort(int column, Qt::SortOrder order)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="Qt::SortOrder" right="" name="order" default="Qt::AscendingOrder"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buddy" fullname="QAbstractItemModel::buddy" href="qabstractitemmodel.html#buddy" location="qabstractitemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="buddy(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="match" fullname="QAbstractItemModel::match" href="qabstractitemmodel.html#match" location="qabstractitemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndexList" signature="match(const QModelIndex &amp; start, int role, const QVariant &amp; value, int hits, QFlags&lt;Qt::MatchFlag&gt; flags) const">
+ <parameter left="const QModelIndex &amp;" right="" name="start" default=""/>
+ <parameter left="int" right="" name="role" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="hits" default="1"/>
+ <parameter left="QFlags&lt;Qt::MatchFlag&gt;" right="" name="flags" default="Qt::MatchFlags( Qt::MatchStartsWith | Qt::MatchWrap )"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="span" fullname="QAbstractItemModel::span" href="qabstractitemmodel.html#span" location="qabstractitemmodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="span(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="roleNames" fullname="QAbstractItemModel::roleNames" href="qabstractitemmodel.html#roleNames" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QHash&lt;int, QByteArray&gt; &amp;" signature="roleNames() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dataChanged" fullname="QAbstractItemModel::dataChanged" href="qabstractitemmodel.html#dataChanged" location="qabstractitemmodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="dataChanged(const QModelIndex &amp; topLeft, const QModelIndex &amp; bottomRight)">
+ <parameter left="const QModelIndex &amp;" right="" name="topLeft" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="bottomRight" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="headerDataChanged" fullname="QAbstractItemModel::headerDataChanged" href="qabstractitemmodel.html#headerDataChanged" location="qabstractitemmodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="headerDataChanged(Qt::Orientation orientation, int first, int last)">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="int" right="" name="first" default=""/>
+ <parameter left="int" right="" name="last" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="layoutChanged" fullname="QAbstractItemModel::layoutChanged" href="qabstractitemmodel.html#layoutChanged" location="qabstractitemmodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="layoutChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="layoutAboutToBeChanged" fullname="QAbstractItemModel::layoutAboutToBeChanged" href="qabstractitemmodel.html#layoutAboutToBeChanged" location="qabstractitemmodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="layoutAboutToBeChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowsAboutToBeInserted" fullname="QAbstractItemModel::rowsAboutToBeInserted" href="qabstractitemmodel.html#rowsAboutToBeInserted" location="qabstractitemmodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="rowsAboutToBeInserted(const QModelIndex &amp; parent, int start, int end)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="end" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowsInserted" fullname="QAbstractItemModel::rowsInserted" href="qabstractitemmodel.html#rowsInserted" location="qabstractitemmodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="rowsInserted(const QModelIndex &amp; parent, int start, int end)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="end" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowsAboutToBeRemoved" fullname="QAbstractItemModel::rowsAboutToBeRemoved" href="qabstractitemmodel.html#rowsAboutToBeRemoved" location="qabstractitemmodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="rowsAboutToBeRemoved(const QModelIndex &amp; parent, int start, int end)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="end" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowsRemoved" fullname="QAbstractItemModel::rowsRemoved" href="qabstractitemmodel.html#rowsRemoved" location="qabstractitemmodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="rowsRemoved(const QModelIndex &amp; parent, int start, int end)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="end" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnsAboutToBeInserted" fullname="QAbstractItemModel::columnsAboutToBeInserted" href="qabstractitemmodel.html#columnsAboutToBeInserted" location="qabstractitemmodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="columnsAboutToBeInserted(const QModelIndex &amp; parent, int start, int end)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="end" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnsInserted" fullname="QAbstractItemModel::columnsInserted" href="qabstractitemmodel.html#columnsInserted" location="qabstractitemmodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="columnsInserted(const QModelIndex &amp; parent, int start, int end)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="end" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnsAboutToBeRemoved" fullname="QAbstractItemModel::columnsAboutToBeRemoved" href="qabstractitemmodel.html#columnsAboutToBeRemoved" location="qabstractitemmodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="columnsAboutToBeRemoved(const QModelIndex &amp; parent, int start, int end)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="end" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnsRemoved" fullname="QAbstractItemModel::columnsRemoved" href="qabstractitemmodel.html#columnsRemoved" location="qabstractitemmodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="columnsRemoved(const QModelIndex &amp; parent, int start, int end)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="start" default=""/>
+ <parameter left="int" right="" name="end" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="modelAboutToBeReset" fullname="QAbstractItemModel::modelAboutToBeReset" href="qabstractitemmodel.html#modelAboutToBeReset" location="qabstractitemmodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="modelAboutToBeReset()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="modelReset" fullname="QAbstractItemModel::modelReset" href="qabstractitemmodel.html#modelReset" location="qabstractitemmodel.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="modelReset()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="submit" fullname="QAbstractItemModel::submit" href="qabstractitemmodel.html#submit" location="qabstractitemmodel.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="bool" signature="submit()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="revert" fullname="QAbstractItemModel::revert" href="qabstractitemmodel.html#revert" location="qabstractitemmodel.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="revert()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="createIndex" fullname="QAbstractItemModel::createIndex" href="qabstractitemmodel.html#createIndex" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="createIndex(int row, int column, void * ptr) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="void *" right="" name="ptr" default="0"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="obsolete" name="createIndex" fullname="QAbstractItemModel::createIndex" href="qabstractitemmodel-obsolete.html#createIndex-2" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QModelIndex" signature="createIndex(int row, int column, int id) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="createIndex" fullname="QAbstractItemModel::createIndex" href="qabstractitemmodel.html#createIndex-3" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QModelIndex" signature="createIndex(int row, int column, quint32 id) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="quint32" right="" name="id" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="beginInsertRows" fullname="QAbstractItemModel::beginInsertRows" href="qabstractitemmodel.html#beginInsertRows" location="qabstractitemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="beginInsertRows(const QModelIndex &amp; parent, int first, int last)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="first" default=""/>
+ <parameter left="int" right="" name="last" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="endInsertRows" fullname="QAbstractItemModel::endInsertRows" href="qabstractitemmodel.html#endInsertRows" location="qabstractitemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="endInsertRows()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="beginRemoveRows" fullname="QAbstractItemModel::beginRemoveRows" href="qabstractitemmodel.html#beginRemoveRows" location="qabstractitemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="beginRemoveRows(const QModelIndex &amp; parent, int first, int last)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="first" default=""/>
+ <parameter left="int" right="" name="last" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="endRemoveRows" fullname="QAbstractItemModel::endRemoveRows" href="qabstractitemmodel.html#endRemoveRows" location="qabstractitemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="endRemoveRows()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="beginInsertColumns" fullname="QAbstractItemModel::beginInsertColumns" href="qabstractitemmodel.html#beginInsertColumns" location="qabstractitemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="beginInsertColumns(const QModelIndex &amp; parent, int first, int last)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="first" default=""/>
+ <parameter left="int" right="" name="last" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="endInsertColumns" fullname="QAbstractItemModel::endInsertColumns" href="qabstractitemmodel.html#endInsertColumns" location="qabstractitemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="endInsertColumns()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="beginRemoveColumns" fullname="QAbstractItemModel::beginRemoveColumns" href="qabstractitemmodel.html#beginRemoveColumns" location="qabstractitemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="beginRemoveColumns(const QModelIndex &amp; parent, int first, int last)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ <parameter left="int" right="" name="first" default=""/>
+ <parameter left="int" right="" name="last" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="endRemoveColumns" fullname="QAbstractItemModel::endRemoveColumns" href="qabstractitemmodel.html#endRemoveColumns" location="qabstractitemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="endRemoveColumns()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="reset" fullname="QAbstractItemModel::reset" href="qabstractitemmodel.html#reset" location="qabstractitemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changePersistentIndex" fullname="QAbstractItemModel::changePersistentIndex" href="qabstractitemmodel.html#changePersistentIndex" location="qabstractitemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="changePersistentIndex(const QModelIndex &amp; from, const QModelIndex &amp; to)">
+ <parameter left="const QModelIndex &amp;" right="" name="from" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="to" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changePersistentIndexList" fullname="QAbstractItemModel::changePersistentIndexList" href="qabstractitemmodel.html#changePersistentIndexList" location="qabstractitemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="changePersistentIndexList(const QModelIndexList &amp; from, const QModelIndexList &amp; to)">
+ <parameter left="const QModelIndexList &amp;" right="" name="from" default=""/>
+ <parameter left="const QModelIndexList &amp;" right="" name="to" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="persistentIndexList" fullname="QAbstractItemModel::persistentIndexList" href="qabstractitemmodel.html#persistentIndexList" location="qabstractitemmodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QModelIndexList" signature="persistentIndexList() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setRoleNames" fullname="QAbstractItemModel::setRoleNames" href="qabstractitemmodel.html#setRoleNames" location="qabstractitemmodel.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRoleNames(const QHash&lt;int, QByteArray&gt; &amp; roleNames)">
+ <parameter left="const QHash&lt;int, QByteArray&gt; &amp;" right="" name="roleNames" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAbstractTableModel" href="qabstracttablemodel.html" location="qabstractitemmodel.h" bases="QAbstractItemModel" module="QtCore">
+ <contents name="subclassing" title="Subclassing" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractTableModel" fullname="QAbstractTableModel::QAbstractTableModel" href="qabstracttablemodel.html#QAbstractTableModel" location="qabstractitemmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractTableModel(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractTableModel" fullname="QAbstractTableModel::~QAbstractTableModel" href="qabstracttablemodel.html#dtor.QAbstractTableModel" location="qabstractitemmodel.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractTableModel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="index" fullname="QAbstractTableModel::index" href="qabstracttablemodel.html#index" location="qabstractitemmodel.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="index(int row, int column, const QModelIndex &amp; parent) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dropMimeData" fullname="QAbstractTableModel::dropMimeData" href="qabstracttablemodel.html#dropMimeData" location="qabstractitemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="dropMimeData(const QMimeData * data, Qt::DropAction action, int row, int column, const QModelIndex &amp; parent)">
+ <parameter left="const QMimeData *" right="" name="data" default=""/>
+ <parameter left="Qt::DropAction" right="" name="action" default=""/>
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAbstractListModel" href="qabstractlistmodel.html" location="qabstractitemmodel.h" bases="QAbstractItemModel" module="QtCore">
+ <contents name="subclassing" title="Subclassing" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractListModel" fullname="QAbstractListModel::QAbstractListModel" href="qabstractlistmodel.html#QAbstractListModel" location="qabstractitemmodel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractListModel(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAbstractListModel" fullname="QAbstractListModel::~QAbstractListModel" href="qabstractlistmodel.html#dtor.QAbstractListModel" location="qabstractitemmodel.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAbstractListModel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="index" fullname="QAbstractListModel::index" href="qabstractlistmodel.html#index" location="qabstractitemmodel.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="index(int row, int column, const QModelIndex &amp; parent) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default="0"/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default="QModelIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dropMimeData" fullname="QAbstractListModel::dropMimeData" href="qabstractlistmodel.html#dropMimeData" location="qabstractitemmodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="dropMimeData(const QMimeData * data, Qt::DropAction action, int row, int column, const QModelIndex &amp; parent)">
+ <parameter left="const QMimeData *" right="" name="data" default=""/>
+ <parameter left="Qt::DropAction" right="" name="action" default=""/>
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ </class>
+ <namespace access="public" threadsafety="unspecified" status="commendable" name="QAudio" href="qaudio.html" location="qaudio.h" module="">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Error" fullname="QAudio::Error" href="qaudio.html#Error-enum" location="qaudio.h">
+ <value name="NoError" value="0"/>
+ <value name="OpenError" value="1"/>
+ <value name="IOError" value="2"/>
+ <value name="UnderrunError" value="3"/>
+ <value name="FatalError" value="4"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="State" fullname="QAudio::State" href="qaudio.html#State-enum" location="qaudio.h">
+ <value name="ActiveState" value="0"/>
+ <value name="SuspendState" value="1"/>
+ <value name="StopState" value="2"/>
+ <value name="IdleState" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Mode" fullname="QAudio::Mode" href="qaudio.html#Mode-enum" location="qaudio.h">
+ <value name="AudioInput" value="0"/>
+ <value name="AudioOutput" value="1"/>
+ </enum>
+ </namespace>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTimeLine" href="qtimeline.html" location="qtimeline.h" bases="QObject" module="QtCore">
+ <property access="public" threadsafety="unspecified" status="commendable" name="duration" fullname="QTimeLine::duration" href="qtimeline.html#duration-prop" location="qtimeline.h" type="int">
+ <getter name="duration"/>
+ <setter name="setDuration"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="updateInterval" fullname="QTimeLine::updateInterval" href="qtimeline.html#updateInterval-prop" location="qtimeline.h" type="int">
+ <getter name="updateInterval"/>
+ <setter name="setUpdateInterval"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentTime" fullname="QTimeLine::currentTime" href="qtimeline.html#currentTime-prop" location="qtimeline.h" type="int">
+ <getter name="currentTime"/>
+ <setter name="setCurrentTime"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="direction" fullname="QTimeLine::direction" href="qtimeline.html#direction-prop" location="qtimeline.h" type="Direction">
+ <getter name="direction"/>
+ <setter name="setDirection"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="loopCount" fullname="QTimeLine::loopCount" href="qtimeline.html#loopCount-prop" location="qtimeline.h" type="int">
+ <getter name="loopCount"/>
+ <setter name="setLoopCount"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="curveShape" fullname="QTimeLine::curveShape" href="qtimeline.html#curveShape-prop" location="qtimeline.h" type="CurveShape">
+ <getter name="curveShape"/>
+ <setter name="setCurveShape"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="easingCurve" fullname="QTimeLine::easingCurve" href="qtimeline.html#easingCurve-prop" location="qtimeline.h" type="QEasingCurve">
+ <getter name="easingCurve"/>
+ <setter name="setEasingCurve"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="State" fullname="QTimeLine::State" href="qtimeline.html#State-enum" location="qtimeline.h">
+ <value name="NotRunning" value="0"/>
+ <value name="Paused" value="1"/>
+ <value name="Running" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Direction" fullname="QTimeLine::Direction" href="qtimeline.html#Direction-enum" location="qtimeline.h">
+ <value name="Forward" value="0"/>
+ <value name="Backward" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="CurveShape" fullname="QTimeLine::CurveShape" href="qtimeline.html#CurveShape-enum" location="qtimeline.h">
+ <value name="EaseInCurve" value="0"/>
+ <value name="EaseOutCurve" value="1"/>
+ <value name="EaseInOutCurve" value="2"/>
+ <value name="LinearCurve" value="3"/>
+ <value name="SineCurve" value="4"/>
+ <value name="CosineCurve" value="5"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTimeLine" fullname="QTimeLine::QTimeLine" href="qtimeline.html#QTimeLine" location="qtimeline.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTimeLine(int duration, QObject * parent)">
+ <parameter left="int" right="" name="duration" default="1000"/>
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTimeLine" fullname="QTimeLine::~QTimeLine" href="qtimeline.html#dtor.QTimeLine" location="qtimeline.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTimeLine()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QTimeLine::state" href="qtimeline.html#state" location="qtimeline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="State" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loopCount" fullname="QTimeLine::loopCount" href="qtimeline.html#loopCount-prop" location="qtimeline.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="loopCount" type="int" signature="loopCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLoopCount" fullname="QTimeLine::setLoopCount" href="qtimeline.html#loopCount-prop" location="qtimeline.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="loopCount" type="void" signature="setLoopCount(int count)">
+ <parameter left="int" right="" name="count" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="direction" fullname="QTimeLine::direction" href="qtimeline.html#direction-prop" location="qtimeline.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="direction" type="Direction" signature="direction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDirection" fullname="QTimeLine::setDirection" href="qtimeline.html#direction-prop" location="qtimeline.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="direction" type="void" signature="setDirection(Direction direction)">
+ <parameter left="Direction" right="" name="direction" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="duration" fullname="QTimeLine::duration" href="qtimeline.html#duration-prop" location="qtimeline.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="duration" type="int" signature="duration() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDuration" fullname="QTimeLine::setDuration" href="qtimeline.html#duration-prop" location="qtimeline.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="duration" type="void" signature="setDuration(int duration)">
+ <parameter left="int" right="" name="duration" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startFrame" fullname="QTimeLine::startFrame" href="qtimeline.html#startFrame" location="qtimeline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="startFrame() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStartFrame" fullname="QTimeLine::setStartFrame" href="qtimeline.html#setStartFrame" location="qtimeline.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStartFrame(int frame)">
+ <parameter left="int" right="" name="frame" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="endFrame" fullname="QTimeLine::endFrame" href="qtimeline.html#endFrame" location="qtimeline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="endFrame() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEndFrame" fullname="QTimeLine::setEndFrame" href="qtimeline.html#setEndFrame" location="qtimeline.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEndFrame(int frame)">
+ <parameter left="int" right="" name="frame" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFrameRange" fullname="QTimeLine::setFrameRange" href="qtimeline.html#setFrameRange" location="qtimeline.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFrameRange(int startFrame, int endFrame)">
+ <parameter left="int" right="" name="startFrame" default=""/>
+ <parameter left="int" right="" name="endFrame" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateInterval" fullname="QTimeLine::updateInterval" href="qtimeline.html#updateInterval-prop" location="qtimeline.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="updateInterval" type="int" signature="updateInterval() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUpdateInterval" fullname="QTimeLine::setUpdateInterval" href="qtimeline.html#updateInterval-prop" location="qtimeline.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="updateInterval" type="void" signature="setUpdateInterval(int interval)">
+ <parameter left="int" right="" name="interval" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="curveShape" fullname="QTimeLine::curveShape" href="qtimeline.html#curveShape-prop" location="qtimeline.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="curveShape" type="CurveShape" signature="curveShape() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurveShape" fullname="QTimeLine::setCurveShape" href="qtimeline.html#curveShape-prop" location="qtimeline.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="curveShape" type="void" signature="setCurveShape(CurveShape shape)">
+ <parameter left="CurveShape" right="" name="shape" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="easingCurve" fullname="QTimeLine::easingCurve" href="qtimeline.html#easingCurve-prop" location="qtimeline.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="easingCurve" type="QEasingCurve" signature="easingCurve() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEasingCurve" fullname="QTimeLine::setEasingCurve" href="qtimeline.html#easingCurve-prop" location="qtimeline.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="easingCurve" type="void" signature="setEasingCurve(const QEasingCurve &amp; curve)">
+ <parameter left="const QEasingCurve &amp;" right="" name="curve" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentTime" fullname="QTimeLine::currentTime" href="qtimeline.html#currentTime-prop" location="qtimeline.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentTime" type="int" signature="currentTime() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentFrame" fullname="QTimeLine::currentFrame" href="qtimeline.html#currentFrame" location="qtimeline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="currentFrame() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentValue" fullname="QTimeLine::currentValue" href="qtimeline.html#currentValue" location="qtimeline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="currentValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frameForTime" fullname="QTimeLine::frameForTime" href="qtimeline.html#frameForTime" location="qtimeline.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="frameForTime(int msec) const">
+ <parameter left="int" right="" name="msec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valueForTime" fullname="QTimeLine::valueForTime" href="qtimeline.html#valueForTime" location="qtimeline.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qreal" signature="valueForTime(int msec) const">
+ <parameter left="int" right="" name="msec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="start" fullname="QTimeLine::start" href="qtimeline.html#start" location="qtimeline.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="start()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resume" fullname="QTimeLine::resume" href="qtimeline.html#resume" location="qtimeline.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="resume()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stop" fullname="QTimeLine::stop" href="qtimeline.html#stop" location="qtimeline.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="stop()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPaused" fullname="QTimeLine::setPaused" href="qtimeline.html#setPaused" location="qtimeline.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setPaused(bool paused)">
+ <parameter left="bool" right="" name="paused" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentTime" fullname="QTimeLine::setCurrentTime" href="qtimeline.html#currentTime-prop" location="qtimeline.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="currentTime" type="void" signature="setCurrentTime(int msec)">
+ <parameter left="int" right="" name="msec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toggleDirection" fullname="QTimeLine::toggleDirection" href="qtimeline.html#toggleDirection" location="qtimeline.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="toggleDirection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QTimeLine::valueChanged" href="qtimeline.html#valueChanged" location="qtimeline.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(qreal value)">
+ <parameter left="qreal" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frameChanged" fullname="QTimeLine::frameChanged" href="qtimeline.html#frameChanged" location="qtimeline.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="frameChanged(int frame)">
+ <parameter left="int" right="" name="frame" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stateChanged" fullname="QTimeLine::stateChanged" href="qtimeline.html#stateChanged" location="qtimeline.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="stateChanged(QTimeLine::State newState)">
+ <parameter left="QTimeLine::State" right="" name="newState" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="finished" fullname="QTimeLine::finished" href="qtimeline.html#finished" location="qtimeline.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="finished()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="timerEvent" fullname="QTimeLine::timerEvent" href="qtimeline.html#timerEvent" location="qtimeline.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="timerEvent(QTimerEvent * event)">
+ <parameter left="QTimerEvent *" right="" name="event" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3DataBrowser" href="q3databrowser.html" location="q3databrowser.h" bases="QWidget" module="Qt3Support">
+ <property access="public" threadsafety="unspecified" status="commendable" name="boundaryChecking" fullname="Q3DataBrowser::boundaryChecking" href="q3databrowser.html#boundaryChecking-prop" location="q3databrowser.h" type="bool">
+ <getter name="boundaryChecking"/>
+ <setter name="setBoundaryChecking"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="filter" fullname="Q3DataBrowser::filter" href="q3databrowser.html#filter-prop" location="q3databrowser.h" type="QString">
+ <getter name="filter"/>
+ <setter name="setFilter"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="sort" fullname="Q3DataBrowser::sort" href="q3databrowser.html#sort-prop" location="q3databrowser.h" type="QStringList">
+ <getter name="sort"/>
+ <setter name="setSort"/>
+ <setter name="setSort"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="confirmEdits" fullname="Q3DataBrowser::confirmEdits" href="q3databrowser.html#confirmEdits-prop" location="q3databrowser.h" type="bool">
+ <getter name="confirmEdits"/>
+ <setter name="setConfirmEdits"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="confirmInsert" fullname="Q3DataBrowser::confirmInsert" href="q3databrowser.html#confirmInsert-prop" location="q3databrowser.h" type="bool">
+ <getter name="confirmInsert"/>
+ <setter name="setConfirmInsert"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="confirmUpdate" fullname="Q3DataBrowser::confirmUpdate" href="q3databrowser.html#confirmUpdate-prop" location="q3databrowser.h" type="bool">
+ <getter name="confirmUpdate"/>
+ <setter name="setConfirmUpdate"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="confirmDelete" fullname="Q3DataBrowser::confirmDelete" href="q3databrowser.html#confirmDelete-prop" location="q3databrowser.h" type="bool">
+ <getter name="confirmDelete"/>
+ <setter name="setConfirmDelete"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="confirmCancels" fullname="Q3DataBrowser::confirmCancels" href="q3databrowser.html#confirmCancels-prop" location="q3databrowser.h" type="bool">
+ <getter name="confirmCancels"/>
+ <setter name="setConfirmCancels"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="readOnly" fullname="Q3DataBrowser::readOnly" href="q3databrowser.html#readOnly-prop" location="q3databrowser.h" type="bool">
+ <getter name="isReadOnly"/>
+ <setter name="setReadOnly"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoEdit" fullname="Q3DataBrowser::autoEdit" href="q3databrowser.html#autoEdit-prop" location="q3databrowser.h" type="bool">
+ <getter name="autoEdit"/>
+ <setter name="setAutoEdit"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3DataBrowser" fullname="Q3DataBrowser::Q3DataBrowser" href="q3databrowser.html#Q3DataBrowser" location="q3databrowser.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3DataBrowser(QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; fl)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="fl" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3DataBrowser" fullname="Q3DataBrowser::~Q3DataBrowser" href="q3databrowser.html#dtor.Q3DataBrowser" location="q3databrowser.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3DataBrowser()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Boundary" fullname="Q3DataBrowser::Boundary" href="q3databrowser.html#Boundary-enum" location="q3databrowser.h">
+ <value name="Unknown" value="0"/>
+ <value name="None" value="1"/>
+ <value name="BeforeBeginning" value="2"/>
+ <value name="Beginning" value="3"/>
+ <value name="End" value="4"/>
+ <value name="AfterEnd" value="5"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundary" fullname="Q3DataBrowser::boundary" href="q3databrowser.html#boundary" location="q3databrowser.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Boundary" signature="boundary()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBoundaryChecking" fullname="Q3DataBrowser::setBoundaryChecking" href="q3databrowser.html#boundaryChecking-prop" location="q3databrowser.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="boundaryChecking" type="void" signature="setBoundaryChecking(bool active)">
+ <parameter left="bool" right="" name="active" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boundaryChecking" fullname="Q3DataBrowser::boundaryChecking" href="q3databrowser.html#boundaryChecking-prop" location="q3databrowser.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="boundaryChecking" type="bool" signature="boundaryChecking() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSort" fullname="Q3DataBrowser::setSort" href="q3databrowser.html#sort-prop" location="q3databrowser.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" associated-property="sort" type="void" signature="setSort(const QSqlIndex &amp; sort)">
+ <parameter left="const QSqlIndex &amp;" right="" name="sort" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSort" fullname="Q3DataBrowser::setSort" href="q3databrowser.html#sort-prop" location="q3databrowser.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="sort" type="void" signature="setSort(const QStringList &amp; sort)">
+ <parameter left="const QStringList &amp;" right="" name="sort" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sort" fullname="Q3DataBrowser::sort" href="q3databrowser.html#sort-prop" location="q3databrowser.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="sort" type="QStringList" signature="sort() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFilter" fullname="Q3DataBrowser::setFilter" href="q3databrowser.html#filter-prop" location="q3databrowser.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="filter" type="void" signature="setFilter(const QString &amp; filter)">
+ <parameter left="const QString &amp;" right="" name="filter" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filter" fullname="Q3DataBrowser::filter" href="q3databrowser.html#filter-prop" location="q3databrowser.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="filter" type="QString" signature="filter() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSqlCursor" fullname="Q3DataBrowser::setSqlCursor" href="q3databrowser.html#setSqlCursor" location="q3databrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSqlCursor(Q3SqlCursor * cursor, bool autoDelete)">
+ <parameter left="Q3SqlCursor *" right="" name="cursor" default=""/>
+ <parameter left="bool" right="" name="autoDelete" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sqlCursor" fullname="Q3DataBrowser::sqlCursor" href="q3databrowser.html#sqlCursor" location="q3databrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3SqlCursor *" signature="sqlCursor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setForm" fullname="Q3DataBrowser::setForm" href="q3databrowser.html#setForm" location="q3databrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setForm(Q3SqlForm * form)">
+ <parameter left="Q3SqlForm *" right="" name="form" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="form" fullname="Q3DataBrowser::form" href="q3databrowser.html#form" location="q3databrowser.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3SqlForm *" signature="form()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setConfirmEdits" fullname="Q3DataBrowser::setConfirmEdits" href="q3databrowser.html#confirmEdits-prop" location="q3databrowser.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="confirmEdits" type="void" signature="setConfirmEdits(bool confirm)">
+ <parameter left="bool" right="" name="confirm" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setConfirmInsert" fullname="Q3DataBrowser::setConfirmInsert" href="q3databrowser.html#confirmInsert-prop" location="q3databrowser.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="confirmInsert" type="void" signature="setConfirmInsert(bool confirm)">
+ <parameter left="bool" right="" name="confirm" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setConfirmUpdate" fullname="Q3DataBrowser::setConfirmUpdate" href="q3databrowser.html#confirmUpdate-prop" location="q3databrowser.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="confirmUpdate" type="void" signature="setConfirmUpdate(bool confirm)">
+ <parameter left="bool" right="" name="confirm" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setConfirmDelete" fullname="Q3DataBrowser::setConfirmDelete" href="q3databrowser.html#confirmDelete-prop" location="q3databrowser.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="confirmDelete" type="void" signature="setConfirmDelete(bool confirm)">
+ <parameter left="bool" right="" name="confirm" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setConfirmCancels" fullname="Q3DataBrowser::setConfirmCancels" href="q3databrowser.html#confirmCancels-prop" location="q3databrowser.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="confirmCancels" type="void" signature="setConfirmCancels(bool confirm)">
+ <parameter left="bool" right="" name="confirm" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="confirmEdits" fullname="Q3DataBrowser::confirmEdits" href="q3databrowser.html#confirmEdits-prop" location="q3databrowser.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="confirmEdits" type="bool" signature="confirmEdits() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="confirmInsert" fullname="Q3DataBrowser::confirmInsert" href="q3databrowser.html#confirmInsert-prop" location="q3databrowser.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="confirmInsert" type="bool" signature="confirmInsert() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="confirmUpdate" fullname="Q3DataBrowser::confirmUpdate" href="q3databrowser.html#confirmUpdate-prop" location="q3databrowser.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="confirmUpdate" type="bool" signature="confirmUpdate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="confirmDelete" fullname="Q3DataBrowser::confirmDelete" href="q3databrowser.html#confirmDelete-prop" location="q3databrowser.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="confirmDelete" type="bool" signature="confirmDelete() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="confirmCancels" fullname="Q3DataBrowser::confirmCancels" href="q3databrowser.html#confirmCancels-prop" location="q3databrowser.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="confirmCancels" type="bool" signature="confirmCancels() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setReadOnly" fullname="Q3DataBrowser::setReadOnly" href="q3databrowser.html#readOnly-prop" location="q3databrowser.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="readOnly" type="void" signature="setReadOnly(bool active)">
+ <parameter left="bool" right="" name="active" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isReadOnly" fullname="Q3DataBrowser::isReadOnly" href="q3databrowser.html#readOnly-prop" location="q3databrowser.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="readOnly" type="bool" signature="isReadOnly() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoEdit" fullname="Q3DataBrowser::setAutoEdit" href="q3databrowser.html#autoEdit-prop" location="q3databrowser.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="autoEdit" type="void" signature="setAutoEdit(bool autoEdit)">
+ <parameter left="bool" right="" name="autoEdit" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoEdit" fullname="Q3DataBrowser::autoEdit" href="q3databrowser.html#autoEdit-prop" location="q3databrowser.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoEdit" type="bool" signature="autoEdit() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="seek" fullname="Q3DataBrowser::seek" href="q3databrowser.html#seek" location="q3databrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="seek(int i, bool relative)">
+ <parameter left="int" right="" name="i" default=""/>
+ <parameter left="bool" right="" name="relative" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="firstRecordAvailable" fullname="Q3DataBrowser::firstRecordAvailable" href="q3databrowser.html#firstRecordAvailable" location="q3databrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="firstRecordAvailable(bool available)">
+ <parameter left="bool" right="" name="available" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastRecordAvailable" fullname="Q3DataBrowser::lastRecordAvailable" href="q3databrowser.html#lastRecordAvailable" location="q3databrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="lastRecordAvailable(bool available)">
+ <parameter left="bool" right="" name="available" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nextRecordAvailable" fullname="Q3DataBrowser::nextRecordAvailable" href="q3databrowser.html#nextRecordAvailable" location="q3databrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="nextRecordAvailable(bool available)">
+ <parameter left="bool" right="" name="available" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prevRecordAvailable" fullname="Q3DataBrowser::prevRecordAvailable" href="q3databrowser.html#prevRecordAvailable" location="q3databrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="prevRecordAvailable(bool available)">
+ <parameter left="bool" right="" name="available" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentChanged" fullname="Q3DataBrowser::currentChanged" href="q3databrowser.html#currentChanged" location="q3databrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentChanged(const QSqlRecord * record)">
+ <parameter left="const QSqlRecord *" right="" name="record" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="primeInsert" fullname="Q3DataBrowser::primeInsert" href="q3databrowser.html#primeInsert" location="q3databrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="primeInsert(QSqlRecord * buf)">
+ <parameter left="QSqlRecord *" right="" name="buf" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="primeUpdate" fullname="Q3DataBrowser::primeUpdate" href="q3databrowser.html#primeUpdate" location="q3databrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="primeUpdate(QSqlRecord * buf)">
+ <parameter left="QSqlRecord *" right="" name="buf" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="primeDelete" fullname="Q3DataBrowser::primeDelete" href="q3databrowser.html#primeDelete" location="q3databrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="primeDelete(QSqlRecord * buf)">
+ <parameter left="QSqlRecord *" right="" name="buf" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beforeInsert" fullname="Q3DataBrowser::beforeInsert" href="q3databrowser.html#beforeInsert" location="q3databrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="beforeInsert(QSqlRecord * buf)">
+ <parameter left="QSqlRecord *" right="" name="buf" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beforeUpdate" fullname="Q3DataBrowser::beforeUpdate" href="q3databrowser.html#beforeUpdate" location="q3databrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="beforeUpdate(QSqlRecord * buf)">
+ <parameter left="QSqlRecord *" right="" name="buf" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beforeDelete" fullname="Q3DataBrowser::beforeDelete" href="q3databrowser.html#beforeDelete" location="q3databrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="beforeDelete(QSqlRecord * buf)">
+ <parameter left="QSqlRecord *" right="" name="buf" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorChanged" fullname="Q3DataBrowser::cursorChanged" href="q3databrowser.html#cursorChanged" location="q3databrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="cursorChanged(Q3SqlCursor::Mode mode)">
+ <parameter left="Q3SqlCursor::Mode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="refresh" fullname="Q3DataBrowser::refresh" href="q3databrowser.html#refresh" location="q3databrowser.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="refresh()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="Q3DataBrowser::insert" href="q3databrowser.html#insert" location="q3databrowser.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="insert()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="update" fullname="Q3DataBrowser::update" href="q3databrowser.html#update" location="q3databrowser.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="update()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="del" fullname="Q3DataBrowser::del" href="q3databrowser.html#del" location="q3databrowser.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="del()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="first" fullname="Q3DataBrowser::first" href="q3databrowser.html#first" location="q3databrowser.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="first()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="last" fullname="Q3DataBrowser::last" href="q3databrowser.html#last" location="q3databrowser.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="last()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="Q3DataBrowser::next" href="q3databrowser.html#next" location="q3databrowser.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="next()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prev" fullname="Q3DataBrowser::prev" href="q3databrowser.html#prev" location="q3databrowser.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="prev()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readFields" fullname="Q3DataBrowser::readFields" href="q3databrowser.html#readFields" location="q3databrowser.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="readFields()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeFields" fullname="Q3DataBrowser::writeFields" href="q3databrowser.html#writeFields" location="q3databrowser.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="writeFields()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearValues" fullname="Q3DataBrowser::clearValues" href="q3databrowser.html#clearValues" location="q3databrowser.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="clearValues()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateBoundary" fullname="Q3DataBrowser::updateBoundary" href="q3databrowser.html#updateBoundary" location="q3databrowser.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="updateBoundary()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="insertCurrent" fullname="Q3DataBrowser::insertCurrent" href="q3databrowser.html#insertCurrent" location="q3databrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="insertCurrent()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="updateCurrent" fullname="Q3DataBrowser::updateCurrent" href="q3databrowser.html#updateCurrent" location="q3databrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="updateCurrent()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="deleteCurrent" fullname="Q3DataBrowser::deleteCurrent" href="q3databrowser.html#deleteCurrent" location="q3databrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="deleteCurrent()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="currentEdited" fullname="Q3DataBrowser::currentEdited" href="q3databrowser.html#currentEdited" location="q3databrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="currentEdited()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="confirmEdit" fullname="Q3DataBrowser::confirmEdit" href="q3databrowser.html#confirmEdit" location="q3databrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QSql::Confirm" signature="confirmEdit(QSql::Op m)">
+ <parameter left="QSql::Op" right="" name="m" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="confirmCancel" fullname="Q3DataBrowser::confirmCancel" href="q3databrowser.html#confirmCancel" location="q3databrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QSql::Confirm" signature="confirmCancel(QSql::Op m)">
+ <parameter left="QSql::Op" right="" name="m" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="handleError" fullname="Q3DataBrowser::handleError" href="q3databrowser.html#handleError" location="q3databrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="handleError(const QSqlError &amp; error)">
+ <parameter left="const QSqlError &amp;" right="" name="error" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QTcpServer" href="qtcpserver.html" location="qtcpserver.h" bases="QObject" module="QtNetwork">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTcpServer" fullname="QTcpServer::QTcpServer" href="qtcpserver.html#QTcpServer" location="qtcpserver.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTcpServer(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTcpServer" fullname="QTcpServer::~QTcpServer" href="qtcpserver.html#dtor.QTcpServer" location="qtcpserver.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTcpServer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="listen" fullname="QTcpServer::listen" href="qtcpserver.html#listen" location="qtcpserver.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="listen(const QHostAddress &amp; address, quint16 port)">
+ <parameter left="const QHostAddress &amp;" right="" name="address" default="QHostAddress::Any"/>
+ <parameter left="quint16" right="" name="port" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="close" fullname="QTcpServer::close" href="qtcpserver.html#close" location="qtcpserver.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="close()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isListening" fullname="QTcpServer::isListening" href="qtcpserver.html#isListening" location="qtcpserver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isListening() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaxPendingConnections" fullname="QTcpServer::setMaxPendingConnections" href="qtcpserver.html#setMaxPendingConnections" location="qtcpserver.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMaxPendingConnections(int numConnections)">
+ <parameter left="int" right="" name="numConnections" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maxPendingConnections" fullname="QTcpServer::maxPendingConnections" href="qtcpserver.html#maxPendingConnections" location="qtcpserver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="maxPendingConnections() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="serverPort" fullname="QTcpServer::serverPort" href="qtcpserver.html#serverPort" location="qtcpserver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="quint16" signature="serverPort() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="serverAddress" fullname="QTcpServer::serverAddress" href="qtcpserver.html#serverAddress" location="qtcpserver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QHostAddress" signature="serverAddress() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="socketDescriptor" fullname="QTcpServer::socketDescriptor" href="qtcpserver.html#socketDescriptor" location="qtcpserver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="socketDescriptor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSocketDescriptor" fullname="QTcpServer::setSocketDescriptor" href="qtcpserver.html#setSocketDescriptor" location="qtcpserver.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="setSocketDescriptor(int socketDescriptor)">
+ <parameter left="int" right="" name="socketDescriptor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForNewConnection" fullname="QTcpServer::waitForNewConnection" href="qtcpserver.html#waitForNewConnection" location="qtcpserver.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="waitForNewConnection(int msec, bool * timedOut)">
+ <parameter left="int" right="" name="msec" default="0"/>
+ <parameter left="bool *" right="" name="timedOut" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPendingConnections" fullname="QTcpServer::hasPendingConnections" href="qtcpserver.html#hasPendingConnections" location="qtcpserver.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPendingConnections() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="nextPendingConnection" fullname="QTcpServer::nextPendingConnection" href="qtcpserver.html#nextPendingConnection" location="qtcpserver.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QTcpSocket *" signature="nextPendingConnection()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="serverError" fullname="QTcpServer::serverError" href="qtcpserver.html#serverError" location="qtcpserver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractSocket::SocketError" signature="serverError() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorString" fullname="QTcpServer::errorString" href="qtcpserver.html#errorString" location="qtcpserver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="errorString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProxy" fullname="QTcpServer::setProxy" href="qtcpserver.html#setProxy" location="qtcpserver.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setProxy(const QNetworkProxy &amp; networkProxy)">
+ <parameter left="const QNetworkProxy &amp;" right="" name="networkProxy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="proxy" fullname="QTcpServer::proxy" href="qtcpserver.html#proxy" location="qtcpserver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QNetworkProxy" signature="proxy() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="incomingConnection" fullname="QTcpServer::incomingConnection" href="qtcpserver.html#incomingConnection" location="qtcpserver.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="incomingConnection(int socketDescriptor)">
+ <parameter left="int" right="" name="socketDescriptor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newConnection" fullname="QTcpServer::newConnection" href="qtcpserver.html#newConnection" location="qtcpserver.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="newConnection()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3SqlCursor" href="q3sqlcursor.html" location="q3sqlcursor.h" bases="QSqlRecord,QSqlQuery" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3SqlCursor" fullname="Q3SqlCursor::Q3SqlCursor" href="q3sqlcursor.html#Q3SqlCursor" location="q3sqlcursor.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3SqlCursor(const QString &amp; name, bool autopopulate, QSqlDatabase db)">
+ <parameter left="const QString &amp;" right="" name="name" default="QString()"/>
+ <parameter left="bool" right="" name="autopopulate" default="true"/>
+ <parameter left="QSqlDatabase" right="" name="db" default="QSqlDatabase()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3SqlCursor" fullname="Q3SqlCursor::Q3SqlCursor" href="q3sqlcursor.html#Q3SqlCursor-2" location="q3sqlcursor.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3SqlCursor(const Q3SqlCursor &amp; other)">
+ <parameter left="const Q3SqlCursor &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3SqlCursor::operator=" href="q3sqlcursor.html#operator=" location="q3sqlcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3SqlCursor &amp;" signature="operator=(const Q3SqlCursor &amp; other)">
+ <parameter left="const Q3SqlCursor &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3SqlCursor" fullname="Q3SqlCursor::~Q3SqlCursor" href="q3sqlcursor.html#dtor.Q3SqlCursor" location="q3sqlcursor.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3SqlCursor()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Mode" fullname="Q3SqlCursor::Mode" href="q3sqlcursor.html#Mode-enum" location="q3sqlcursor.h">
+ <value name="ReadOnly" value="0"/>
+ <value name="Insert" value="1"/>
+ <value name="Update" value="2"/>
+ <value name="Delete" value="4"/>
+ <value name="Writable" value="7"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="Q3SqlCursor::value" href="q3sqlcursor.html#value" location="q3sqlcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="value(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="Q3SqlCursor::value" href="q3sqlcursor.html#value-2" location="q3sqlcursor.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QVariant" signature="value(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="Q3SqlCursor::setValue" href="q3sqlcursor.html#setValue" location="q3sqlcursor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setValue(const QString &amp; name, const QVariant &amp; val)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="primaryIndex" fullname="Q3SqlCursor::primaryIndex" href="q3sqlcursor.html#primaryIndex" location="q3sqlcursor.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSqlIndex" signature="primaryIndex(bool setFromCursor) const">
+ <parameter left="bool" right="" name="setFromCursor" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="index" fullname="Q3SqlCursor::index" href="q3sqlcursor.html#index" location="q3sqlcursor.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSqlIndex" signature="index(const QStringList &amp; fieldNames) const">
+ <parameter left="const QStringList &amp;" right="" name="fieldNames" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="index" fullname="Q3SqlCursor::index" href="q3sqlcursor.html#index-2" location="q3sqlcursor.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QSqlIndex" signature="index(const QString &amp; fieldName) const">
+ <parameter left="const QString &amp;" right="" name="fieldName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPrimaryIndex" fullname="Q3SqlCursor::setPrimaryIndex" href="q3sqlcursor.html#setPrimaryIndex" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setPrimaryIndex(const QSqlIndex &amp; idx)">
+ <parameter left="const QSqlIndex &amp;" right="" name="idx" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="Q3SqlCursor::append" href="q3sqlcursor.html#append" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="append(const Q3SqlFieldInfo &amp; fieldInfo)">
+ <parameter left="const Q3SqlFieldInfo &amp;" right="" name="fieldInfo" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="Q3SqlCursor::insert" href="q3sqlcursor.html#insert" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="insert(int pos, const Q3SqlFieldInfo &amp; fieldInfo)">
+ <parameter left="int" right="" name="pos" default=""/>
+ <parameter left="const Q3SqlFieldInfo &amp;" right="" name="fieldInfo" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="Q3SqlCursor::remove" href="q3sqlcursor.html#remove" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="remove(int pos)">
+ <parameter left="int" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="Q3SqlCursor::clear" href="q3sqlcursor.html#clear" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGenerated" fullname="Q3SqlCursor::setGenerated" href="q3sqlcursor.html#setGenerated" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setGenerated(const QString &amp; name, bool generated)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="bool" right="" name="generated" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGenerated" fullname="Q3SqlCursor::setGenerated" href="q3sqlcursor.html#setGenerated-2" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setGenerated(int i, bool generated)">
+ <parameter left="int" right="" name="i" default=""/>
+ <parameter left="bool" right="" name="generated" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="editBuffer" fullname="Q3SqlCursor::editBuffer" href="q3sqlcursor.html#editBuffer" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QSqlRecord *" signature="editBuffer(bool copy)">
+ <parameter left="bool" right="" name="copy" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="primeInsert" fullname="Q3SqlCursor::primeInsert" href="q3sqlcursor.html#primeInsert" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QSqlRecord *" signature="primeInsert()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="primeUpdate" fullname="Q3SqlCursor::primeUpdate" href="q3sqlcursor.html#primeUpdate" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QSqlRecord *" signature="primeUpdate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="primeDelete" fullname="Q3SqlCursor::primeDelete" href="q3sqlcursor.html#primeDelete" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QSqlRecord *" signature="primeDelete()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="Q3SqlCursor::insert" href="q3sqlcursor.html#insert-2" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="insert(bool invalidate)">
+ <parameter left="bool" right="" name="invalidate" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="update" fullname="Q3SqlCursor::update" href="q3sqlcursor.html#update" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="int" signature="update(bool invalidate)">
+ <parameter left="bool" right="" name="invalidate" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="del" fullname="Q3SqlCursor::del" href="q3sqlcursor.html#del" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="int" signature="del(bool invalidate)">
+ <parameter left="bool" right="" name="invalidate" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMode" fullname="Q3SqlCursor::setMode" href="q3sqlcursor.html#setMode" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setMode(int mode)">
+ <parameter left="int" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mode" fullname="Q3SqlCursor::mode" href="q3sqlcursor.html#mode" location="q3sqlcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="mode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCalculated" fullname="Q3SqlCursor::setCalculated" href="q3sqlcursor.html#setCalculated" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setCalculated(const QString &amp; name, bool calculated)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="bool" right="" name="calculated" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCalculated" fullname="Q3SqlCursor::isCalculated" href="q3sqlcursor.html#isCalculated" location="q3sqlcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCalculated(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTrimmed" fullname="Q3SqlCursor::setTrimmed" href="q3sqlcursor.html#setTrimmed" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setTrimmed(const QString &amp; name, bool trim)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="bool" right="" name="trim" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isTrimmed" fullname="Q3SqlCursor::isTrimmed" href="q3sqlcursor.html#isTrimmed" location="q3sqlcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isTrimmed(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isReadOnly" fullname="Q3SqlCursor::isReadOnly" href="q3sqlcursor.html#isReadOnly" location="q3sqlcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isReadOnly() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canInsert" fullname="Q3SqlCursor::canInsert" href="q3sqlcursor.html#canInsert" location="q3sqlcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="canInsert() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canUpdate" fullname="Q3SqlCursor::canUpdate" href="q3sqlcursor.html#canUpdate" location="q3sqlcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="canUpdate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canDelete" fullname="Q3SqlCursor::canDelete" href="q3sqlcursor.html#canDelete" location="q3sqlcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="canDelete() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="select" fullname="Q3SqlCursor::select" href="q3sqlcursor.html#select-2" location="q3sqlcursor.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="select()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="select" fullname="Q3SqlCursor::select" href="q3sqlcursor.html#select-3" location="q3sqlcursor.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="bool" signature="select(const QSqlIndex &amp; sort)">
+ <parameter left="const QSqlIndex &amp;" right="" name="sort" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="select" fullname="Q3SqlCursor::select" href="q3sqlcursor.html#select-4" location="q3sqlcursor.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="bool" signature="select(const QSqlIndex &amp; filter, const QSqlIndex &amp; sort)">
+ <parameter left="const QSqlIndex &amp;" right="" name="filter" default=""/>
+ <parameter left="const QSqlIndex &amp;" right="" name="sort" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="select" fullname="Q3SqlCursor::select" href="q3sqlcursor.html#select" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="select(const QString &amp; filter, const QSqlIndex &amp; sort)">
+ <parameter left="const QString &amp;" right="" name="filter" default=""/>
+ <parameter left="const QSqlIndex &amp;" right="" name="sort" default="QSqlIndex()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSort" fullname="Q3SqlCursor::setSort" href="q3sqlcursor.html#setSort" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSort(const QSqlIndex &amp; sort)">
+ <parameter left="const QSqlIndex &amp;" right="" name="sort" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sort" fullname="Q3SqlCursor::sort" href="q3sqlcursor.html#sort" location="q3sqlcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSqlIndex" signature="sort() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFilter" fullname="Q3SqlCursor::setFilter" href="q3sqlcursor.html#setFilter" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setFilter(const QString &amp; filter)">
+ <parameter left="const QString &amp;" right="" name="filter" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filter" fullname="Q3SqlCursor::filter" href="q3sqlcursor.html#filter" location="q3sqlcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="filter() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setName" fullname="Q3SqlCursor::setName" href="q3sqlcursor.html#setName" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setName(const QString &amp; name, bool autopopulate)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="bool" right="" name="autopopulate" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="Q3SqlCursor::name" href="q3sqlcursor.html#name" location="q3sqlcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="Q3SqlCursor::isNull" href="q3sqlcursor.html#isNull" location="q3sqlcursor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isNull(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isNull" fullname="Q3SqlCursor::isNull" href="q3sqlcursor.html#isNull-2" location="q3sqlcursor.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="isNull(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="exec" fullname="Q3SqlCursor::exec" href="q3sqlcursor.html#exec" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="exec(const QString &amp; sql)">
+ <parameter left="const QString &amp;" right="" name="sql" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="calculateField" fullname="Q3SqlCursor::calculateField" href="q3sqlcursor.html#calculateField" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QVariant" signature="calculateField(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="update" fullname="Q3SqlCursor::update" href="q3sqlcursor.html#update-2" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="update(const QString &amp; filter, bool invalidate)">
+ <parameter left="const QString &amp;" right="" name="filter" default=""/>
+ <parameter left="bool" right="" name="invalidate" default="true"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="del" fullname="Q3SqlCursor::del" href="q3sqlcursor.html#del-2" location="q3sqlcursor.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="del(const QString &amp; filter, bool invalidate)">
+ <parameter left="const QString &amp;" right="" name="filter" default=""/>
+ <parameter left="bool" right="" name="invalidate" default="true"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="toString" fullname="Q3SqlCursor::toString" href="q3sqlcursor.html#toString-3" location="q3sqlcursor.h" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="3" type="QString" signature="toString(const QString &amp; prefix, QSqlField * field, const QString &amp; fieldSep) const">
+ <parameter left="const QString &amp;" right="" name="prefix" default=""/>
+ <parameter left="QSqlField *" right="" name="field" default=""/>
+ <parameter left="const QString &amp;" right="" name="fieldSep" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="toString" fullname="Q3SqlCursor::toString" href="q3sqlcursor.html#toString" location="q3sqlcursor.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString(QSqlRecord * rec, const QString &amp; prefix, const QString &amp; fieldSep, const QString &amp; sep) const">
+ <parameter left="QSqlRecord *" right="" name="rec" default=""/>
+ <parameter left="const QString &amp;" right="" name="prefix" default=""/>
+ <parameter left="const QString &amp;" right="" name="fieldSep" default=""/>
+ <parameter left="const QString &amp;" right="" name="sep" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="toString" fullname="Q3SqlCursor::toString" href="q3sqlcursor.html#toString-4" location="q3sqlcursor.h" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="4" type="QString" signature="toString(const QSqlIndex &amp; i, QSqlRecord * rec, const QString &amp; prefix, const QString &amp; fieldSep, const QString &amp; sep) const">
+ <parameter left="const QSqlIndex &amp;" right="" name="i" default=""/>
+ <parameter left="QSqlRecord *" right="" name="rec" default=""/>
+ <parameter left="const QString &amp;" right="" name="prefix" default=""/>
+ <parameter left="const QString &amp;" right="" name="fieldSep" default=""/>
+ <parameter left="const QString &amp;" right="" name="sep" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3Picture" href="q3picture.html" location="q3picture.h" bases="QPicture" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Picture" fullname="Q3Picture::Q3Picture" href="q3picture.html#Q3Picture" location="q3picture.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3Picture()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Picture" fullname="Q3Picture::Q3Picture" href="q3picture.html#Q3Picture-2" location="q3picture.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3Picture(const QPicture &amp; other)">
+ <parameter left="const QPicture &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="Q3Picture::load" href="q3picture.html#load" location="q3picture.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="load(QIODevice * device, const char * format)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ <parameter left="const char *" right="" name="format" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="load" fullname="Q3Picture::load" href="q3picture.html#load-2" location="q3picture.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="load(const QString &amp; fileName, const char * format)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const char *" right="" name="format" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="save" fullname="Q3Picture::save" href="q3picture.html#save" location="q3picture.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="save(QIODevice * device, const char * format)">
+ <parameter left="QIODevice *" right="" name="device" default=""/>
+ <parameter left="const char *" right="" name="format" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="save" fullname="Q3Picture::save" href="q3picture.html#save-2" location="q3picture.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="save(const QString &amp; fileName, const char * format)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const char *" right="" name="format" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QProxyStyle" href="qproxystyle.html" location="qproxystyle.h" bases="QCommonStyle" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QProxyStyle" fullname="QProxyStyle::QProxyStyle" href="qproxystyle.html#QProxyStyle" location="qproxystyle.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QProxyStyle(QStyle * style)">
+ <parameter left="QStyle *" right="" name="style" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QProxyStyle" fullname="QProxyStyle::~QProxyStyle" href="qproxystyle.html#dtor.QProxyStyle" location="qproxystyle.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QProxyStyle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="baseStyle" fullname="QProxyStyle::baseStyle" href="qproxystyle.html#baseStyle" location="qproxystyle.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStyle *" signature="baseStyle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBaseStyle" fullname="QProxyStyle::setBaseStyle" href="qproxystyle.html#setBaseStyle" location="qproxystyle.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBaseStyle(QStyle * style)">
+ <parameter left="QStyle *" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPrimitive" fullname="QProxyStyle::drawPrimitive" href="qproxystyle.html#drawPrimitive" location="qproxystyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawPrimitive(PrimitiveElement element, const QStyleOption * option, QPainter * painter, const QWidget * widget) const">
+ <parameter left="PrimitiveElement" right="" name="element" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawControl" fullname="QProxyStyle::drawControl" href="qproxystyle.html#drawControl" location="qproxystyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawControl(ControlElement element, const QStyleOption * option, QPainter * painter, const QWidget * widget) const">
+ <parameter left="ControlElement" right="" name="element" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawComplexControl" fullname="QProxyStyle::drawComplexControl" href="qproxystyle.html#drawComplexControl" location="qproxystyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawComplexControl(ComplexControl control, const QStyleOptionComplex * option, QPainter * painter, const QWidget * widget) const">
+ <parameter left="ComplexControl" right="" name="control" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="option" default=""/>
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawItemText" fullname="QProxyStyle::drawItemText" href="qproxystyle.html#drawItemText" location="qproxystyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawItemText(QPainter * painter, const QRect &amp; rect, int flags, const QPalette &amp; pal, bool enabled, const QString &amp; text, QPalette::ColorRole textRole) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="const QPalette &amp;" right="" name="pal" default=""/>
+ <parameter left="bool" right="" name="enabled" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QPalette::ColorRole" right="" name="textRole" default="QPalette::NoRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawItemPixmap" fullname="QProxyStyle::drawItemPixmap" href="qproxystyle.html#drawItemPixmap" location="qproxystyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawItemPixmap(QPainter * painter, const QRect &amp; rect, int alignment, const QPixmap &amp; pixmap) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="int" right="" name="alignment" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeFromContents" fullname="QProxyStyle::sizeFromContents" href="qproxystyle.html#sizeFromContents" location="qproxystyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeFromContents(ContentsType type, const QStyleOption * option, const QSize &amp; size, const QWidget * widget) const">
+ <parameter left="ContentsType" right="" name="type" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subElementRect" fullname="QProxyStyle::subElementRect" href="qproxystyle.html#subElementRect" location="qproxystyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="subElementRect(SubElement element, const QStyleOption * option, const QWidget * widget) const">
+ <parameter left="SubElement" right="" name="element" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subControlRect" fullname="QProxyStyle::subControlRect" href="qproxystyle.html#subControlRect" location="qproxystyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="subControlRect(ComplexControl cc, const QStyleOptionComplex * option, SubControl sc, const QWidget * widget) const">
+ <parameter left="ComplexControl" right="" name="cc" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="option" default=""/>
+ <parameter left="SubControl" right="" name="sc" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemTextRect" fullname="QProxyStyle::itemTextRect" href="qproxystyle.html#itemTextRect" location="qproxystyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="itemTextRect(const QFontMetrics &amp; fm, const QRect &amp; r, int flags, bool enabled, const QString &amp; text) const">
+ <parameter left="const QFontMetrics &amp;" right="" name="fm" default=""/>
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="bool" right="" name="enabled" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemPixmapRect" fullname="QProxyStyle::itemPixmapRect" href="qproxystyle.html#itemPixmapRect" location="qproxystyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="itemPixmapRect(const QRect &amp; r, int flags, const QPixmap &amp; pixmap) const">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hitTestComplexControl" fullname="QProxyStyle::hitTestComplexControl" href="qproxystyle.html#hitTestComplexControl" location="qproxystyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="SubControl" signature="hitTestComplexControl(ComplexControl control, const QStyleOptionComplex * option, const QPoint &amp; pos, const QWidget * widget) const">
+ <parameter left="ComplexControl" right="" name="control" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="option" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="styleHint" fullname="QProxyStyle::styleHint" href="qproxystyle.html#styleHint" location="qproxystyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="styleHint(StyleHint hint, const QStyleOption * option, const QWidget * widget, QStyleHintReturn * returnData) const">
+ <parameter left="StyleHint" right="" name="hint" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ <parameter left="QStyleHintReturn *" right="" name="returnData" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixelMetric" fullname="QProxyStyle::pixelMetric" href="qproxystyle.html#pixelMetric" location="qproxystyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="pixelMetric(PixelMetric metric, const QStyleOption * option, const QWidget * widget) const">
+ <parameter left="PixelMetric" right="" name="metric" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardPixmap" fullname="QProxyStyle::standardPixmap" href="qproxystyle.html#standardPixmap" location="qproxystyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="standardPixmap(StandardPixmap standardPixmap, const QStyleOption * opt, const QWidget * widget) const">
+ <parameter left="StandardPixmap" right="" name="standardPixmap" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="generatedIconPixmap" fullname="QProxyStyle::generatedIconPixmap" href="qproxystyle.html#generatedIconPixmap" location="qproxystyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="generatedIconPixmap(QIcon::Mode iconMode, const QPixmap &amp; pixmap, const QStyleOption * opt) const">
+ <parameter left="QIcon::Mode" right="" name="iconMode" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardPalette" fullname="QProxyStyle::standardPalette" href="qproxystyle.html#standardPalette" location="qproxystyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPalette" signature="standardPalette() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QProxyStyle::polish" href="qproxystyle.html#polish" location="qproxystyle.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="polish(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QProxyStyle::polish" href="qproxystyle.html#polish-2" location="qproxystyle.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="polish(QPalette &amp; pal)">
+ <parameter left="QPalette &amp;" right="" name="pal" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QProxyStyle::polish" href="qproxystyle.html#polish-3" location="qproxystyle.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="polish(QApplication * app)">
+ <parameter left="QApplication *" right="" name="app" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unpolish" fullname="QProxyStyle::unpolish" href="qproxystyle.html#unpolish" location="qproxystyle.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="unpolish(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unpolish" fullname="QProxyStyle::unpolish" href="qproxystyle.html#unpolish-2" location="qproxystyle.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="unpolish(QApplication * app)">
+ <parameter left="QApplication *" right="" name="app" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QProxyStyle::event" href="qproxystyle.html#event" location="qproxystyle.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="standardIconImplementation" fullname="QProxyStyle::standardIconImplementation" href="qproxystyle.html#standardIconImplementation" location="qproxystyle.h" virtual="non" meta="slot" const="true" static="false" overload="false" type="QIcon" signature="standardIconImplementation(StandardPixmap standardIcon, const QStyleOption * option, const QWidget * widget) const">
+ <parameter left="StandardPixmap" right="" name="standardIcon" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="layoutSpacingImplementation" fullname="QProxyStyle::layoutSpacingImplementation" href="qproxystyle.html#layoutSpacingImplementation" location="qproxystyle.h" virtual="non" meta="slot" const="true" static="false" overload="false" type="int" signature="layoutSpacingImplementation(QSizePolicy::ControlType control1, QSizePolicy::ControlType control2, Qt::Orientation orientation, const QStyleOption * option, const QWidget * widget) const">
+ <parameter left="QSizePolicy::ControlType" right="" name="control1" default=""/>
+ <parameter left="QSizePolicy::ControlType" right="" name="control2" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3Action" href="q3action.html" location="q3action.h" bases="QObject" module="Qt3SupportLight">
+ <property access="public" threadsafety="unspecified" status="commendable" name="toggleAction" fullname="Q3Action::toggleAction" href="q3action.html#toggleAction-prop" location="q3action.h" type="bool">
+ <getter name="isToggleAction"/>
+ <setter name="setToggleAction"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="on" fullname="Q3Action::on" href="q3action.html#on-prop" location="q3action.h" type="bool">
+ <getter name="isOn"/>
+ <setter name="setOn"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="enabled" fullname="Q3Action::enabled" href="q3action.html#enabled-prop" location="q3action.h" type="bool">
+ <getter name="isEnabled"/>
+ <setter name="setEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="iconSet" fullname="Q3Action::iconSet" href="q3action.html#iconSet-prop" location="q3action.h" type="QIcon">
+ <getter name="iconSet"/>
+ <setter name="setIconSet"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="text" fullname="Q3Action::text" href="q3action.html#text-prop" location="q3action.h" type="QString">
+ <getter name="text"/>
+ <setter name="setText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="menuText" fullname="Q3Action::menuText" href="q3action.html#menuText-prop" location="q3action.h" type="QString">
+ <getter name="menuText"/>
+ <setter name="setMenuText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="toolTip" fullname="Q3Action::toolTip" href="q3action.html#toolTip-prop" location="q3action.h" type="QString">
+ <getter name="toolTip"/>
+ <setter name="setToolTip"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="statusTip" fullname="Q3Action::statusTip" href="q3action.html#statusTip-prop" location="q3action.h" type="QString">
+ <getter name="statusTip"/>
+ <setter name="setStatusTip"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="whatsThis" fullname="Q3Action::whatsThis" href="q3action.html#whatsThis-prop" location="q3action.h" type="QString">
+ <getter name="whatsThis"/>
+ <setter name="setWhatsThis"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="accel" fullname="Q3Action::accel" href="q3action.html#accel-prop" location="q3action.h" type="QKeySequence">
+ <getter name="accel"/>
+ <setter name="setAccel"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="visible" fullname="Q3Action::visible" href="q3action.html#visible-prop" location="q3action.h" type="bool">
+ <getter name="isVisible"/>
+ <setter name="setVisible"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Action" fullname="Q3Action::Q3Action" href="q3action.html#Q3Action" location="q3action.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3Action(QObject * parent, const char * name)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Action" fullname="Q3Action::Q3Action" href="q3action.html#Q3Action-2" location="q3action.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3Action(const QString &amp; menuText, QKeySequence accel, QObject * parent, const char * name)">
+ <parameter left="const QString &amp;" right="" name="menuText" default=""/>
+ <parameter left="QKeySequence" right="" name="accel" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Action" fullname="Q3Action::Q3Action" href="q3action.html#Q3Action-3" location="q3action.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3Action(const QIcon &amp; icon, const QString &amp; menuText, QKeySequence accel, QObject * parent, const char * name)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="menuText" default=""/>
+ <parameter left="QKeySequence" right="" name="accel" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Action" fullname="Q3Action::Q3Action" href="q3action.html#Q3Action-4" location="q3action.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="Q3Action(const QString &amp; text, const QIcon &amp; icon, const QString &amp; menuText, QKeySequence accel, QObject * parent, const char * name, bool toggle)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="menuText" default=""/>
+ <parameter left="QKeySequence" right="" name="accel" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="bool" right="" name="toggle" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Action" fullname="Q3Action::Q3Action" href="q3action.html#Q3Action-5" location="q3action.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="Q3Action(const QString &amp; text, const QString &amp; menuText, QKeySequence accel, QObject * parent, const char * name, bool toggle)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="const QString &amp;" right="" name="menuText" default=""/>
+ <parameter left="QKeySequence" right="" name="accel" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="bool" right="" name="toggle" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3Action" fullname="Q3Action::Q3Action" href="q3action.html#Q3Action-6" location="q3action.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="Q3Action(QObject * parent, const char * name, bool toggle)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="bool" right="" name="toggle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3Action" fullname="Q3Action::~Q3Action" href="q3action.html#dtor.Q3Action" location="q3action.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3Action()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIconSet" fullname="Q3Action::setIconSet" href="q3action.html#iconSet-prop" location="q3action.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="iconSet" type="void" signature="setIconSet(const QIcon &amp; )">
+ <parameter left="const QIcon &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="iconSet" fullname="Q3Action::iconSet" href="q3action.html#iconSet-prop" location="q3action.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="iconSet" type="QIcon" signature="iconSet() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="Q3Action::setText" href="q3action.html#text-prop" location="q3action.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="text" type="void" signature="setText(const QString &amp; )">
+ <parameter left="const QString &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="text" fullname="Q3Action::text" href="q3action.html#text-prop" location="q3action.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="text" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMenuText" fullname="Q3Action::setMenuText" href="q3action.html#menuText-prop" location="q3action.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="menuText" type="void" signature="setMenuText(const QString &amp; )">
+ <parameter left="const QString &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="menuText" fullname="Q3Action::menuText" href="q3action.html#menuText-prop" location="q3action.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="menuText" type="QString" signature="menuText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setToolTip" fullname="Q3Action::setToolTip" href="q3action.html#toolTip-prop" location="q3action.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="toolTip" type="void" signature="setToolTip(const QString &amp; )">
+ <parameter left="const QString &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toolTip" fullname="Q3Action::toolTip" href="q3action.html#toolTip-prop" location="q3action.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="toolTip" type="QString" signature="toolTip() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStatusTip" fullname="Q3Action::setStatusTip" href="q3action.html#statusTip-prop" location="q3action.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="statusTip" type="void" signature="setStatusTip(const QString &amp; )">
+ <parameter left="const QString &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="statusTip" fullname="Q3Action::statusTip" href="q3action.html#statusTip-prop" location="q3action.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="statusTip" type="QString" signature="statusTip() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWhatsThis" fullname="Q3Action::setWhatsThis" href="q3action.html#whatsThis-prop" location="q3action.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="whatsThis" type="void" signature="setWhatsThis(const QString &amp; )">
+ <parameter left="const QString &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="whatsThis" fullname="Q3Action::whatsThis" href="q3action.html#whatsThis-prop" location="q3action.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="whatsThis" type="QString" signature="whatsThis() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAccel" fullname="Q3Action::setAccel" href="q3action.html#accel-prop" location="q3action.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="accel" type="void" signature="setAccel(const QKeySequence &amp; key)">
+ <parameter left="const QKeySequence &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="accel" fullname="Q3Action::accel" href="q3action.html#accel-prop" location="q3action.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="accel" type="QKeySequence" signature="accel() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setToggleAction" fullname="Q3Action::setToggleAction" href="q3action.html#toggleAction-prop" location="q3action.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="toggleAction" type="void" signature="setToggleAction(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isToggleAction" fullname="Q3Action::isToggleAction" href="q3action.html#toggleAction-prop" location="q3action.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="toggleAction" type="bool" signature="isToggleAction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isOn" fullname="Q3Action::isOn" href="q3action.html#on-prop" location="q3action.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="on" type="bool" signature="isOn() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEnabled" fullname="Q3Action::isEnabled" href="q3action.html#enabled-prop" location="q3action.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="enabled" type="bool" signature="isEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isVisible" fullname="Q3Action::isVisible" href="q3action.html#visible-prop" location="q3action.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="visible" type="bool" signature="isVisible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addTo" fullname="Q3Action::addTo" href="q3action.html#addTo" location="q3action.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="addTo(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeFrom" fullname="Q3Action::removeFrom" href="q3action.html#removeFrom" location="q3action.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeFrom(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="addedTo" fullname="Q3Action::addedTo" href="q3action.html#addedTo" location="q3action.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="addedTo(QWidget * actionWidget, QWidget * container)">
+ <parameter left="QWidget *" right="" name="actionWidget" default=""/>
+ <parameter left="QWidget *" right="" name="container" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="addedTo" fullname="Q3Action::addedTo" href="q3action.html#addedTo-2" location="q3action.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addedTo(int index, Q3PopupMenu * menu)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="Q3PopupMenu *" right="" name="menu" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activate" fullname="Q3Action::activate" href="q3action.html#activate" location="q3action.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="activate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toggle" fullname="Q3Action::toggle" href="q3action.html#toggle" location="q3action.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="toggle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOn" fullname="Q3Action::setOn" href="q3action.html#on-prop" location="q3action.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="on" type="void" signature="setOn(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEnabled" fullname="Q3Action::setEnabled" href="q3action.html#enabled-prop" location="q3action.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="enabled" type="void" signature="setEnabled(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDisabled" fullname="Q3Action::setDisabled" href="q3action.html#setDisabled" location="q3action.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setDisabled(bool disable)">
+ <parameter left="bool" right="" name="disable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="Q3Action::setVisible" href="q3action.html#visible-prop" location="q3action.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="visible" type="void" signature="setVisible(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activated" fullname="Q3Action::activated" href="q3action.html#activated" location="q3action.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="activated()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toggled" fullname="Q3Action::toggled" href="q3action.html#toggled" location="q3action.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="toggled(bool on)">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3ActionGroup" href="q3actiongroup.html" location="q3action.h" bases="Q3Action" module="Qt3SupportLight">
+ <property access="public" threadsafety="unspecified" status="commendable" name="exclusive" fullname="Q3ActionGroup::exclusive" href="q3actiongroup.html#exclusive-prop" location="q3action.h" type="bool">
+ <getter name="isExclusive"/>
+ <setter name="setExclusive"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="usesDropDown" fullname="Q3ActionGroup::usesDropDown" href="q3actiongroup.html#usesDropDown-prop" location="q3action.h" type="bool">
+ <getter name="usesDropDown"/>
+ <setter name="setUsesDropDown"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ActionGroup" fullname="Q3ActionGroup::Q3ActionGroup" href="q3actiongroup.html#Q3ActionGroup" location="q3action.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3ActionGroup(QObject * parent, const char * name)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ActionGroup" fullname="Q3ActionGroup::Q3ActionGroup" href="q3actiongroup.html#Q3ActionGroup-2" location="q3action.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3ActionGroup(QObject * parent, const char * name, bool exclusive)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="bool" right="" name="exclusive" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3ActionGroup" fullname="Q3ActionGroup::~Q3ActionGroup" href="q3actiongroup.html#dtor.Q3ActionGroup" location="q3action.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3ActionGroup()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setExclusive" fullname="Q3ActionGroup::setExclusive" href="q3actiongroup.html#exclusive-prop" location="q3action.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="exclusive" type="void" signature="setExclusive(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isExclusive" fullname="Q3ActionGroup::isExclusive" href="q3actiongroup.html#exclusive-prop" location="q3action.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="exclusive" type="bool" signature="isExclusive() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="add" fullname="Q3ActionGroup::add" href="q3actiongroup.html#add" location="q3action.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="add(Q3Action * action)">
+ <parameter left="Q3Action *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addSeparator" fullname="Q3ActionGroup::addSeparator" href="q3actiongroup.html#addSeparator" location="q3action.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addSeparator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addTo" fullname="Q3ActionGroup::addTo" href="q3actiongroup.html#addTo" location="q3action.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="addTo(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeFrom" fullname="Q3ActionGroup::removeFrom" href="q3actiongroup.html#removeFrom" location="q3action.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeFrom(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEnabled" fullname="Q3ActionGroup::setEnabled" href="q3actiongroup.html#setEnabled" location="q3action.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setToggleAction" fullname="Q3ActionGroup::setToggleAction" href="q3actiongroup.html#setToggleAction" location="q3action.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setToggleAction(bool toggle)">
+ <parameter left="bool" right="" name="toggle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOn" fullname="Q3ActionGroup::setOn" href="q3actiongroup.html#setOn" location="q3action.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setOn(bool on)">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="Q3ActionGroup::setVisible" href="q3actiongroup.html#setVisible" location="q3action.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUsesDropDown" fullname="Q3ActionGroup::setUsesDropDown" href="q3actiongroup.html#usesDropDown-prop" location="q3action.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="usesDropDown" type="void" signature="setUsesDropDown(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="usesDropDown" fullname="Q3ActionGroup::usesDropDown" href="q3actiongroup.html#usesDropDown-prop" location="q3action.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="usesDropDown" type="bool" signature="usesDropDown() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setIconSet" fullname="Q3ActionGroup::setIconSet" href="q3actiongroup.html#setIconSet" location="q3action.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setIconSet(const QIcon &amp; icon)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="Q3ActionGroup::setText" href="q3actiongroup.html#setText" location="q3action.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setText(const QString &amp; txt)">
+ <parameter left="const QString &amp;" right="" name="txt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMenuText" fullname="Q3ActionGroup::setMenuText" href="q3actiongroup.html#setMenuText" location="q3action.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setMenuText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setToolTip" fullname="Q3ActionGroup::setToolTip" href="q3actiongroup.html#setToolTip" location="q3action.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setToolTip(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWhatsThis" fullname="Q3ActionGroup::setWhatsThis" href="q3actiongroup.html#setWhatsThis" location="q3action.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setWhatsThis(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="childEvent" fullname="Q3ActionGroup::childEvent" href="q3actiongroup.html#childEvent" location="q3action.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="childEvent(QChildEvent * e)">
+ <parameter left="QChildEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="addedTo" fullname="Q3ActionGroup::addedTo" href="q3actiongroup.html#addedTo" location="q3action.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="addedTo(QWidget * actionWidget, QWidget * container, Q3Action * a)">
+ <parameter left="QWidget *" right="" name="actionWidget" default=""/>
+ <parameter left="QWidget *" right="" name="container" default=""/>
+ <parameter left="Q3Action *" right="" name="a" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="addedTo" fullname="Q3ActionGroup::addedTo" href="q3actiongroup.html#addedTo-2" location="q3action.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addedTo(int index, Q3PopupMenu * menu, Q3Action * a)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="Q3PopupMenu *" right="" name="menu" default=""/>
+ <parameter left="Q3Action *" right="" name="a" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="addedTo" fullname="Q3ActionGroup::addedTo" href="q3actiongroup.html#addedTo-3" location="q3action.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="addedTo(QWidget * actionWidget, QWidget * container)">
+ <parameter left="QWidget *" right="" name="actionWidget" default=""/>
+ <parameter left="QWidget *" right="" name="container" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="addedTo" fullname="Q3ActionGroup::addedTo" href="q3actiongroup.html#addedTo-4" location="q3action.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="4" type="void" signature="addedTo(int index, Q3PopupMenu * menu)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="Q3PopupMenu *" right="" name="menu" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selected" fullname="Q3ActionGroup::selected" href="q3actiongroup.html#selected" location="q3action.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="selected(Q3Action * action)">
+ <parameter left="Q3Action *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activated" fullname="Q3ActionGroup::activated" href="q3actiongroup.html#activated" location="q3action.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="activated(Q3Action * action)">
+ <parameter left="Q3Action *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="Q3ActionGroup::insert" href="q3actiongroup.html#insert" location="q3action.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insert(Q3Action * action)">
+ <parameter left="Q3Action *" right="" name="action" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSplashScreen" href="qsplashscreen.html" location="qsplashscreen.h" bases="QWidget" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSplashScreen" fullname="QSplashScreen::QSplashScreen" href="qsplashscreen.html#QSplashScreen" location="qsplashscreen.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSplashScreen(const QPixmap &amp; pixmap, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default="QPixmap()"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSplashScreen" fullname="QSplashScreen::QSplashScreen" href="qsplashscreen.html#QSplashScreen-2" location="qsplashscreen.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSplashScreen(QWidget * parent, const QPixmap &amp; pixmap, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default="QPixmap()"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSplashScreen" fullname="QSplashScreen::~QSplashScreen" href="qsplashscreen.html#dtor.QSplashScreen" location="qsplashscreen.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSplashScreen()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPixmap" fullname="QSplashScreen::setPixmap" href="qsplashscreen.html#setPixmap" location="qsplashscreen.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPixmap(const QPixmap &amp; pixmap)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixmap" fullname="QSplashScreen::pixmap" href="qsplashscreen.html#pixmap" location="qsplashscreen.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QPixmap" signature="pixmap() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="finish" fullname="QSplashScreen::finish" href="qsplashscreen.html#finish" location="qsplashscreen.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="finish(QWidget * mainWin)">
+ <parameter left="QWidget *" right="" name="mainWin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="repaint" fullname="QSplashScreen::repaint" href="qsplashscreen.html#repaint" location="qsplashscreen.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="repaint()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showMessage" fullname="QSplashScreen::showMessage" href="qsplashscreen.html#showMessage" location="qsplashscreen.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="showMessage(const QString &amp; message, int alignment, const QColor &amp; color)">
+ <parameter left="const QString &amp;" right="" name="message" default=""/>
+ <parameter left="int" right="" name="alignment" default="Qt::AlignLeft"/>
+ <parameter left="const QColor &amp;" right="" name="color" default="Qt::black"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearMessage" fullname="QSplashScreen::clearMessage" href="qsplashscreen.html#clearMessage" location="qsplashscreen.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clearMessage()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="message" fullname="QSplashScreen::message" href="qsplashscreen-qt3.html#message" location="qsplashscreen.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="message(const QString &amp; message, int alignment, const QColor &amp; color)">
+ <parameter left="const QString &amp;" right="" name="message" default=""/>
+ <parameter left="int" right="" name="alignment" default="Qt::AlignLeft"/>
+ <parameter left="const QColor &amp;" right="" name="color" default="Qt::black"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="clear" fullname="QSplashScreen::clear" href="qsplashscreen-qt3.html#clear" location="qsplashscreen.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="messageChanged" fullname="QSplashScreen::messageChanged" href="qsplashscreen.html#messageChanged" location="qsplashscreen.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="messageChanged(const QString &amp; message)">
+ <parameter left="const QString &amp;" right="" name="message" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QSplashScreen::event" href="qsplashscreen.html#event" location="qsplashscreen.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawContents" fullname="QSplashScreen::drawContents" href="qsplashscreen.html#drawContents" location="qsplashscreen.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawContents(QPainter * painter)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QSplashScreen::mousePressEvent" href="qsplashscreen.html#mousePressEvent" location="qsplashscreen.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * )">
+ <parameter left="QMouseEvent *" right="" name="" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3HGroupBox" href="q3hgroupbox.html" location="q3hgroupbox.h" bases="Q3GroupBox" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3HGroupBox" fullname="Q3HGroupBox::Q3HGroupBox" href="q3hgroupbox.html#Q3HGroupBox" location="q3hgroupbox.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3HGroupBox(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3HGroupBox" fullname="Q3HGroupBox::Q3HGroupBox" href="q3hgroupbox.html#Q3HGroupBox-2" location="q3hgroupbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3HGroupBox(const QString &amp; title, QWidget * parent, const char * name)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3HGroupBox" fullname="Q3HGroupBox::~Q3HGroupBox" href="q3hgroupbox.html#dtor.Q3HGroupBox" location="q3hgroupbox.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3HGroupBox()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDesignerPropertySheetExtension" href="qdesignerpropertysheetextension.html" location="propertysheet.h" bases="" module="QtDesigner">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDesignerPropertySheetExtension" fullname="QDesignerPropertySheetExtension::~QDesignerPropertySheetExtension" href="qdesignerpropertysheetextension.html#dtor.QDesignerPropertySheetExtension" location="propertysheet.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDesignerPropertySheetExtension()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QDesignerPropertySheetExtension::count" href="qdesignerpropertysheetextension.html#count" location="propertysheet.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="QDesignerPropertySheetExtension::indexOf" href="qdesignerpropertysheetextension.html#indexOf" location="propertysheet.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOf(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="propertyName" fullname="QDesignerPropertySheetExtension::propertyName" href="qdesignerpropertysheetextension.html#propertyName" location="propertysheet.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="propertyName(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="propertyGroup" fullname="QDesignerPropertySheetExtension::propertyGroup" href="qdesignerpropertysheetextension.html#propertyGroup" location="propertysheet.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QString" signature="propertyGroup(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPropertyGroup" fullname="QDesignerPropertySheetExtension::setPropertyGroup" href="qdesignerpropertysheetextension.html#setPropertyGroup" location="propertysheet.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setPropertyGroup(int index, const QString &amp; group)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QString &amp;" right="" name="group" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasReset" fullname="QDesignerPropertySheetExtension::hasReset" href="qdesignerpropertysheetextension.html#hasReset" location="propertysheet.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasReset(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="QDesignerPropertySheetExtension::reset" href="qdesignerpropertysheetextension.html#reset" location="propertysheet.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="reset(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isVisible" fullname="QDesignerPropertySheetExtension::isVisible" href="qdesignerpropertysheetextension.html#isVisible" location="propertysheet.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isVisible(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="QDesignerPropertySheetExtension::setVisible" href="qdesignerpropertysheetextension.html#setVisible" location="propertysheet.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setVisible(int index, bool visible)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isAttribute" fullname="QDesignerPropertySheetExtension::isAttribute" href="qdesignerpropertysheetextension.html#isAttribute" location="propertysheet.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isAttribute(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAttribute" fullname="QDesignerPropertySheetExtension::setAttribute" href="qdesignerpropertysheetextension.html#setAttribute" location="propertysheet.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setAttribute(int index, bool attribute)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="bool" right="" name="attribute" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="property" fullname="QDesignerPropertySheetExtension::property" href="qdesignerpropertysheetextension.html#property" location="propertysheet.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="property(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProperty" fullname="QDesignerPropertySheetExtension::setProperty" href="qdesignerpropertysheetextension.html#setProperty" location="propertysheet.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setProperty(int index, const QVariant &amp; value)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isChanged" fullname="QDesignerPropertySheetExtension::isChanged" href="qdesignerpropertysheetextension.html#isChanged" location="propertysheet.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isChanged(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setChanged" fullname="QDesignerPropertySheetExtension::setChanged" href="qdesignerpropertysheetextension.html#setChanged" location="propertysheet.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setChanged(int index, bool changed)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="bool" right="" name="changed" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGenericArgument" href="qgenericargument.html" location="qobjectdefs.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGenericArgument" fullname="QGenericArgument::QGenericArgument" href="qgenericargument.html#QGenericArgument" location="qobjectdefs.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGenericArgument(const char * name, const void * data)">
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="const void *" right="" name="data" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QGenericArgument::data" href="qgenericargument.html#data" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void *" signature="data() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QGenericArgument::name" href="qgenericargument.html#name" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="name() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGenericReturnArgument" href="qgenericreturnargument.html" location="qobjectdefs.h" bases="QGenericArgument" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGenericReturnArgument" fullname="QGenericReturnArgument::QGenericReturnArgument" href="qgenericreturnargument.html#QGenericReturnArgument" location="qobjectdefs.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGenericReturnArgument(const char * name, void * data)">
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="void *" right="" name="data" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMetaObject" href="qmetaobject.html" location="qobjectdefs.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="className" fullname="QMetaObject::className" href="qmetaobject.html#className" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="className() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="superClass" fullname="QMetaObject::superClass" href="qmetaobject.html#superClass" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QMetaObject *" signature="superClass() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="methodOffset" fullname="QMetaObject::methodOffset" href="qmetaobject.html#methodOffset" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="methodOffset() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="enumeratorOffset" fullname="QMetaObject::enumeratorOffset" href="qmetaobject.html#enumeratorOffset" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="enumeratorOffset() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="propertyOffset" fullname="QMetaObject::propertyOffset" href="qmetaobject.html#propertyOffset" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="propertyOffset() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="classInfoOffset" fullname="QMetaObject::classInfoOffset" href="qmetaobject.html#classInfoOffset" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="classInfoOffset() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constructorCount" fullname="QMetaObject::constructorCount" href="qmetaobject.html#constructorCount" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="constructorCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="methodCount" fullname="QMetaObject::methodCount" href="qmetaobject.html#methodCount" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="methodCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="enumeratorCount" fullname="QMetaObject::enumeratorCount" href="qmetaobject.html#enumeratorCount" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="enumeratorCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="propertyCount" fullname="QMetaObject::propertyCount" href="qmetaobject.html#propertyCount" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="propertyCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="classInfoCount" fullname="QMetaObject::classInfoCount" href="qmetaobject.html#classInfoCount" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="classInfoCount() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOfConstructor" fullname="QMetaObject::indexOfConstructor" href="qmetaobject.html#indexOfConstructor" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOfConstructor(const char * constructor) const">
+ <parameter left="const char *" right="" name="constructor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOfMethod" fullname="QMetaObject::indexOfMethod" href="qmetaobject.html#indexOfMethod" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOfMethod(const char * method) const">
+ <parameter left="const char *" right="" name="method" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOfSignal" fullname="QMetaObject::indexOfSignal" href="qmetaobject.html#indexOfSignal" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOfSignal(const char * signal) const">
+ <parameter left="const char *" right="" name="signal" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOfSlot" fullname="QMetaObject::indexOfSlot" href="qmetaobject.html#indexOfSlot" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOfSlot(const char * slot) const">
+ <parameter left="const char *" right="" name="slot" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOfEnumerator" fullname="QMetaObject::indexOfEnumerator" href="qmetaobject.html#indexOfEnumerator" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOfEnumerator(const char * name) const">
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOfProperty" fullname="QMetaObject::indexOfProperty" href="qmetaobject.html#indexOfProperty" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOfProperty(const char * name) const">
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOfClassInfo" fullname="QMetaObject::indexOfClassInfo" href="qmetaobject.html#indexOfClassInfo" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOfClassInfo(const char * name) const">
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="constructor" fullname="QMetaObject::constructor" href="qmetaobject.html#constructor" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMetaMethod" signature="constructor(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="method" fullname="QMetaObject::method" href="qmetaobject.html#method" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMetaMethod" signature="method(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="enumerator" fullname="QMetaObject::enumerator" href="qmetaobject.html#enumerator" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMetaEnum" signature="enumerator(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="property" fullname="QMetaObject::property" href="qmetaobject.html#property" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMetaProperty" signature="property(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="classInfo" fullname="QMetaObject::classInfo" href="qmetaobject.html#classInfo" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMetaClassInfo" signature="classInfo(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="userProperty" fullname="QMetaObject::userProperty" href="qmetaobject.html#userProperty" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMetaProperty" signature="userProperty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="checkConnectArgs" fullname="QMetaObject::checkConnectArgs" href="qmetaobject.html#checkConnectArgs" location="qobjectdefs.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="checkConnectArgs(const char * signal, const char * method)">
+ <parameter left="const char *" right="" name="signal" default=""/>
+ <parameter left="const char *" right="" name="method" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="normalizedSignature" fullname="QMetaObject::normalizedSignature" href="qmetaobject.html#normalizedSignature" location="qobjectdefs.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QByteArray" signature="normalizedSignature(const char * method)">
+ <parameter left="const char *" right="" name="method" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="normalizedType" fullname="QMetaObject::normalizedType" href="qmetaobject.html#normalizedType" location="qobjectdefs.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QByteArray" signature="normalizedType(const char * type)">
+ <parameter left="const char *" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connectSlotsByName" fullname="QMetaObject::connectSlotsByName" href="qmetaobject.html#connectSlotsByName" location="qobject.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="connectSlotsByName(QObject * object)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invokeMethod" fullname="QMetaObject::invokeMethod" href="qmetaobject.html#invokeMethod" location="qobjectdefs.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="invokeMethod(QObject * obj, const char * member, Qt::ConnectionType type, QGenericReturnArgument ret, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9)">
+ <parameter left="QObject *" right="" name="obj" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ <parameter left="Qt::ConnectionType" right="" name="type" default=""/>
+ <parameter left="QGenericReturnArgument" right="" name="ret" default=""/>
+ <parameter left="QGenericArgument" right="" name="val0" default="QGenericArgument( 0 )"/>
+ <parameter left="QGenericArgument" right="" name="val1" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val2" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val3" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val4" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val5" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val6" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val7" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val8" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val9" default="QGenericArgument()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invokeMethod" fullname="QMetaObject::invokeMethod" href="qmetaobject.html#invokeMethod-2" location="qobjectdefs.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="bool" signature="invokeMethod(QObject * obj, const char * member, QGenericReturnArgument ret, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9)">
+ <parameter left="QObject *" right="" name="obj" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ <parameter left="QGenericReturnArgument" right="" name="ret" default=""/>
+ <parameter left="QGenericArgument" right="" name="val0" default="QGenericArgument( 0 )"/>
+ <parameter left="QGenericArgument" right="" name="val1" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val2" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val3" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val4" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val5" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val6" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val7" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val8" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val9" default="QGenericArgument()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invokeMethod" fullname="QMetaObject::invokeMethod" href="qmetaobject.html#invokeMethod-3" location="qobjectdefs.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="3" type="bool" signature="invokeMethod(QObject * obj, const char * member, Qt::ConnectionType type, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9)">
+ <parameter left="QObject *" right="" name="obj" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ <parameter left="Qt::ConnectionType" right="" name="type" default=""/>
+ <parameter left="QGenericArgument" right="" name="val0" default="QGenericArgument( 0 )"/>
+ <parameter left="QGenericArgument" right="" name="val1" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val2" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val3" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val4" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val5" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val6" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val7" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val8" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val9" default="QGenericArgument()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invokeMethod" fullname="QMetaObject::invokeMethod" href="qmetaobject.html#invokeMethod-4" location="qobjectdefs.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="4" type="bool" signature="invokeMethod(QObject * obj, const char * member, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9)">
+ <parameter left="QObject *" right="" name="obj" default=""/>
+ <parameter left="const char *" right="" name="member" default=""/>
+ <parameter left="QGenericArgument" right="" name="val0" default="QGenericArgument( 0 )"/>
+ <parameter left="QGenericArgument" right="" name="val1" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val2" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val3" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val4" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val5" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val6" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val7" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val8" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val9" default="QGenericArgument()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newInstance" fullname="QMetaObject::newInstance" href="qmetaobject.html#newInstance" location="qobjectdefs.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QObject *" signature="newInstance(QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const">
+ <parameter left="QGenericArgument" right="" name="val0" default="QGenericArgument( 0 )"/>
+ <parameter left="QGenericArgument" right="" name="val1" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val2" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val3" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val4" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val5" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val6" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val7" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val8" default="QGenericArgument()"/>
+ <parameter left="QGenericArgument" right="" name="val9" default="QGenericArgument()"/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qDrawShadeLine" href="qpainter.html#qDrawShadeLine" location="qdrawutil.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QPainter" type="void" signature="qDrawShadeLine(QPainter * painter, int x1, int y1, int x2, int y2, const QPalette &amp; palette, bool sunken, int lineWidth, int midLineWidth)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="int" right="" name="x1" default=""/>
+ <parameter left="int" right="" name="y1" default=""/>
+ <parameter left="int" right="" name="x2" default=""/>
+ <parameter left="int" right="" name="y2" default=""/>
+ <parameter left="const QPalette &amp;" right="" name="palette" default=""/>
+ <parameter left="bool" right="" name="sunken" default="true"/>
+ <parameter left="int" right="" name="lineWidth" default="1"/>
+ <parameter left="int" right="" name="midLineWidth" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qDrawShadeLine" href="qpainter.html#qDrawShadeLine-2" location="qdrawutil.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="QPainter" type="void" signature="qDrawShadeLine(QPainter * painter, const QPoint &amp; p1, const QPoint &amp; p2, const QPalette &amp; palette, bool sunken, int lineWidth, int midLineWidth)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="p1" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="p2" default=""/>
+ <parameter left="const QPalette &amp;" right="" name="palette" default=""/>
+ <parameter left="bool" right="" name="sunken" default="true"/>
+ <parameter left="int" right="" name="lineWidth" default="1"/>
+ <parameter left="int" right="" name="midLineWidth" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qDrawShadeRect" href="qpainter.html#qDrawShadeRect" location="qdrawutil.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QPainter" type="void" signature="qDrawShadeRect(QPainter * painter, int x, int y, int width, int height, const QPalette &amp; palette, bool sunken, int lineWidth, int midLineWidth, const QBrush * fill)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="const QPalette &amp;" right="" name="palette" default=""/>
+ <parameter left="bool" right="" name="sunken" default="false"/>
+ <parameter left="int" right="" name="lineWidth" default="1"/>
+ <parameter left="int" right="" name="midLineWidth" default="0"/>
+ <parameter left="const QBrush *" right="" name="fill" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qDrawShadeRect" href="qpainter.html#qDrawShadeRect-2" location="qdrawutil.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="QPainter" type="void" signature="qDrawShadeRect(QPainter * painter, const QRect &amp; rect, const QPalette &amp; palette, bool sunken, int lineWidth, int midLineWidth, const QBrush * fill)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="const QPalette &amp;" right="" name="palette" default=""/>
+ <parameter left="bool" right="" name="sunken" default="false"/>
+ <parameter left="int" right="" name="lineWidth" default="1"/>
+ <parameter left="int" right="" name="midLineWidth" default="0"/>
+ <parameter left="const QBrush *" right="" name="fill" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qDrawShadePanel" href="qpainter.html#qDrawShadePanel" location="qdrawutil.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QPainter" type="void" signature="qDrawShadePanel(QPainter * painter, int x, int y, int width, int height, const QPalette &amp; palette, bool sunken, int lineWidth, const QBrush * fill)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="const QPalette &amp;" right="" name="palette" default=""/>
+ <parameter left="bool" right="" name="sunken" default="false"/>
+ <parameter left="int" right="" name="lineWidth" default="1"/>
+ <parameter left="const QBrush *" right="" name="fill" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qDrawShadePanel" href="qpainter.html#qDrawShadePanel-2" location="qdrawutil.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="QPainter" type="void" signature="qDrawShadePanel(QPainter * painter, const QRect &amp; rect, const QPalette &amp; palette, bool sunken, int lineWidth, const QBrush * fill)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="const QPalette &amp;" right="" name="palette" default=""/>
+ <parameter left="bool" right="" name="sunken" default="false"/>
+ <parameter left="int" right="" name="lineWidth" default="1"/>
+ <parameter left="const QBrush *" right="" name="fill" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qDrawWinButton" href="qpainter.html#qDrawWinButton" location="qdrawutil.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QPainter" type="void" signature="qDrawWinButton(QPainter * painter, int x, int y, int width, int height, const QPalette &amp; palette, bool sunken, const QBrush * fill)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="const QPalette &amp;" right="" name="palette" default=""/>
+ <parameter left="bool" right="" name="sunken" default="false"/>
+ <parameter left="const QBrush *" right="" name="fill" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qDrawWinButton" href="qpainter.html#qDrawWinButton-2" location="qdrawutil.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="QPainter" type="void" signature="qDrawWinButton(QPainter * painter, const QRect &amp; rect, const QPalette &amp; palette, bool sunken, const QBrush * fill)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="const QPalette &amp;" right="" name="palette" default=""/>
+ <parameter left="bool" right="" name="sunken" default="false"/>
+ <parameter left="const QBrush *" right="" name="fill" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qDrawWinPanel" href="qpainter.html#qDrawWinPanel" location="qdrawutil.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QPainter" type="void" signature="qDrawWinPanel(QPainter * painter, int x, int y, int width, int height, const QPalette &amp; palette, bool sunken, const QBrush * fill)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="const QPalette &amp;" right="" name="palette" default=""/>
+ <parameter left="bool" right="" name="sunken" default="false"/>
+ <parameter left="const QBrush *" right="" name="fill" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qDrawWinPanel" href="#qDrawWinPanel-2" location="qdrawutil.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="qDrawWinPanel(QPainter * painter, const QRect &amp; rect, const QPalette &amp; palette, bool sunken, const QBrush * fill)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="const QPalette &amp;" right="" name="palette" default=""/>
+ <parameter left="bool" right="" name="sunken" default="false"/>
+ <parameter left="const QBrush *" right="" name="fill" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qDrawPlainRect" href="qpainter.html#qDrawPlainRect" location="qdrawutil.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QPainter" type="void" signature="qDrawPlainRect(QPainter * painter, int x, int y, int width, int height, const QColor &amp; lineColor, int lineWidth, const QBrush * fill)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="width" default=""/>
+ <parameter left="int" right="" name="height" default=""/>
+ <parameter left="const QColor &amp;" right="" name="lineColor" default=""/>
+ <parameter left="int" right="" name="lineWidth" default="1"/>
+ <parameter left="const QBrush *" right="" name="fill" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qDrawPlainRect" href="qpainter.html#qDrawPlainRect-2" location="qdrawutil.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="QPainter" type="void" signature="qDrawPlainRect(QPainter * painter, const QRect &amp; rect, const QColor &amp; lineColor, int lineWidth, const QBrush * fill)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="const QColor &amp;" right="" name="lineColor" default=""/>
+ <parameter left="int" right="" name="lineWidth" default="1"/>
+ <parameter left="const QBrush *" right="" name="fill" default="0"/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMargins" href="qmargins.html" location="qdrawutil.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMargins" fullname="QMargins::QMargins" href="qmargins.html#QMargins" location="qdrawutil.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMargins(int margin)">
+ <parameter left="int" right="" name="margin" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMargins" fullname="QMargins::QMargins" href="qmargins.html#QMargins-2" location="qdrawutil.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QMargins(int topMargin, int leftMargin, int bottomMargin, int rightMargin)">
+ <parameter left="int" right="" name="topMargin" default=""/>
+ <parameter left="int" right="" name="leftMargin" default=""/>
+ <parameter left="int" right="" name="bottomMargin" default=""/>
+ <parameter left="int" right="" name="rightMargin" default=""/>
+ </function>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="top" fullname="QMargins::top" href="qmargins.html#top-var" location="qdrawutil.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="left" fullname="QMargins::left" href="qmargins.html#left-var" location="qdrawutil.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="bottom" fullname="QMargins::bottom" href="qmargins.html#bottom-var" location="qdrawutil.h" type="int" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="right" fullname="QMargins::right" href="qmargins.html#right-var" location="qdrawutil.h" type="int" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTileRules" href="qtilerules.html" location="qdrawutil.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTileRules" fullname="QTileRules::QTileRules" href="qtilerules.html#QTileRules" location="qdrawutil.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTileRules(Qt::TileRule horizontalRule, Qt::TileRule verticalRule)">
+ <parameter left="Qt::TileRule" right="" name="horizontalRule" default=""/>
+ <parameter left="Qt::TileRule" right="" name="verticalRule" default="Qt::Stretch"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTileRules" fullname="QTileRules::QTileRules" href="qtilerules.html#QTileRules-2" location="qdrawutil.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTileRules(Qt::TileRule rule)">
+ <parameter left="Qt::TileRule" right="" name="rule" default="Qt::Stretch"/>
+ </function>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="horizontal" fullname="QTileRules::horizontal" href="qtilerules.html#horizontal-var" location="qdrawutil.h" type="Qt::TileRule" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="vertical" fullname="QTileRules::vertical" href="qtilerules.html#vertical-var" location="qdrawutil.h" type="Qt::TileRule" static="false"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qDrawBorderPixmap" href="#qDrawBorderPixmap" location="qdrawutil.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="qDrawBorderPixmap(QPainter * painter, const QRect &amp; targetRect, const QMargins &amp; targetMargins, const QPixmap &amp; pixmap, const QRect &amp; sourceRect, const QMargins &amp; sourceMargins, const QTileRules &amp; rules)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRect &amp;" right="" name="targetRect" default=""/>
+ <parameter left="const QMargins &amp;" right="" name="targetMargins" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="const QRect &amp;" right="" name="sourceRect" default=""/>
+ <parameter left="const QMargins &amp;" right="" name="sourceMargins" default=""/>
+ <parameter left="const QTileRules &amp;" right="" name="rules" default="QTileRules()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qDrawBorderPixmap" href="qmargins.html#qDrawBorderPixmap-2" location="qdrawutil.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" relates="QMargins" type="void" signature="qDrawBorderPixmap(QPainter * painter, const QRect &amp; target, const QMargins &amp; margins, const QPixmap &amp; pixmap)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRect &amp;" right="" name="target" default=""/>
+ <parameter left="const QMargins &amp;" right="" name="margins" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3TabDialog" href="q3tabdialog.html" location="q3tabdialog.h" bases="QDialog" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3TabDialog" fullname="Q3TabDialog::Q3TabDialog" href="q3tabdialog.html#Q3TabDialog" location="q3tabdialog.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3TabDialog(QWidget * parent, const char * name, bool modal, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="bool" right="" name="modal" default="false"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3TabDialog" fullname="Q3TabDialog::~Q3TabDialog" href="q3tabdialog.html#dtor.Q3TabDialog" location="q3tabdialog.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3TabDialog()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFont" fullname="Q3TabDialog::setFont" href="q3tabdialog.html#setFont" location="q3tabdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFont(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addTab" fullname="Q3TabDialog::addTab" href="q3tabdialog.html#addTab" location="q3tabdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addTab(QWidget * child, const QString &amp; label)">
+ <parameter left="QWidget *" right="" name="child" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addTab" fullname="Q3TabDialog::addTab" href="q3tabdialog.html#addTab-2" location="q3tabdialog.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="addTab(QWidget * child, const QIcon &amp; iconset, const QString &amp; label)">
+ <parameter left="QWidget *" right="" name="child" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="iconset" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertTab" fullname="Q3TabDialog::insertTab" href="q3tabdialog.html#insertTab" location="q3tabdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertTab(QWidget * child, const QString &amp; label, int index)">
+ <parameter left="QWidget *" right="" name="child" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertTab" fullname="Q3TabDialog::insertTab" href="q3tabdialog.html#insertTab-2" location="q3tabdialog.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="insertTab(QWidget * child, const QIcon &amp; iconset, const QString &amp; label, int index)">
+ <parameter left="QWidget *" right="" name="child" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="iconset" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ <parameter left="int" right="" name="index" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="changeTab" fullname="Q3TabDialog::changeTab" href="q3tabdialog.html#changeTab-2" location="q3tabdialog.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="changeTab(QWidget * w, const QString &amp; label)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="changeTab" fullname="Q3TabDialog::changeTab" href="q3tabdialog.html#changeTab" location="q3tabdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="changeTab(QWidget * w, const QIcon &amp; iconset, const QString &amp; label)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="iconset" default=""/>
+ <parameter left="const QString &amp;" right="" name="label" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isTabEnabled" fullname="Q3TabDialog::isTabEnabled" href="q3tabdialog.html#isTabEnabled" location="q3tabdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isTabEnabled(QWidget * w) const">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabEnabled" fullname="Q3TabDialog::setTabEnabled" href="q3tabdialog.html#setTabEnabled" location="q3tabdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTabEnabled(QWidget * w, bool enable)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="isTabEnabled" fullname="Q3TabDialog::isTabEnabled" href="q3tabdialog-obsolete.html#isTabEnabled-2" location="q3tabdialog.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="isTabEnabled(const char * name) const">
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setTabEnabled" fullname="Q3TabDialog::setTabEnabled" href="q3tabdialog-obsolete.html#setTabEnabled-2" location="q3tabdialog.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setTabEnabled(const char * name, bool enable)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="showPage" fullname="Q3TabDialog::showPage" href="q3tabdialog.html#showPage" location="q3tabdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="showPage(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removePage" fullname="Q3TabDialog::removePage" href="q3tabdialog.html#removePage" location="q3tabdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removePage(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabLabel" fullname="Q3TabDialog::tabLabel" href="q3tabdialog.html#tabLabel" location="q3tabdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString" signature="tabLabel(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentPage" fullname="Q3TabDialog::currentPage" href="q3tabdialog.html#currentPage" location="q3tabdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="currentPage() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultButton" fullname="Q3TabDialog::setDefaultButton" href="q3tabdialog.html#setDefaultButton" location="q3tabdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDefaultButton(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultButton" fullname="Q3TabDialog::setDefaultButton" href="q3tabdialog.html#setDefaultButton-2" location="q3tabdialog.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setDefaultButton()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasDefaultButton" fullname="Q3TabDialog::hasDefaultButton" href="q3tabdialog.html#hasDefaultButton" location="q3tabdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasDefaultButton() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHelpButton" fullname="Q3TabDialog::setHelpButton" href="q3tabdialog.html#setHelpButton" location="q3tabdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHelpButton(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHelpButton" fullname="Q3TabDialog::setHelpButton" href="q3tabdialog.html#setHelpButton-2" location="q3tabdialog.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setHelpButton()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasHelpButton" fullname="Q3TabDialog::hasHelpButton" href="q3tabdialog.html#hasHelpButton" location="q3tabdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasHelpButton() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCancelButton" fullname="Q3TabDialog::setCancelButton" href="q3tabdialog.html#setCancelButton" location="q3tabdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCancelButton(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCancelButton" fullname="Q3TabDialog::setCancelButton" href="q3tabdialog.html#setCancelButton-2" location="q3tabdialog.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setCancelButton()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasCancelButton" fullname="Q3TabDialog::hasCancelButton" href="q3tabdialog.html#hasCancelButton" location="q3tabdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasCancelButton() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setApplyButton" fullname="Q3TabDialog::setApplyButton" href="q3tabdialog.html#setApplyButton" location="q3tabdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setApplyButton(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setApplyButton" fullname="Q3TabDialog::setApplyButton" href="q3tabdialog.html#setApplyButton-2" location="q3tabdialog.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setApplyButton()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasApplyButton" fullname="Q3TabDialog::hasApplyButton" href="q3tabdialog.html#hasApplyButton" location="q3tabdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasApplyButton() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOkButton" fullname="Q3TabDialog::setOkButton" href="q3tabdialog.html#setOkButton" location="q3tabdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOkButton(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOkButton" fullname="Q3TabDialog::setOkButton" href="q3tabdialog.html#setOkButton-2" location="q3tabdialog.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setOkButton()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasOkButton" fullname="Q3TabDialog::hasOkButton" href="q3tabdialog.html#hasOkButton" location="q3tabdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasOkButton() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="Q3TabDialog::paintEvent" href="q3tabdialog.html#paintEvent" location="q3tabdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * )">
+ <parameter left="QPaintEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="Q3TabDialog::resizeEvent" href="q3tabdialog.html#resizeEvent" location="q3tabdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="Q3TabDialog::showEvent" href="q3tabdialog.html#showEvent" location="q3tabdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * e)">
+ <parameter left="QShowEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setTabBar" fullname="Q3TabDialog::setTabBar" href="q3tabdialog.html#setTabBar" location="q3tabdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTabBar(QTabBar * tb)">
+ <parameter left="QTabBar *" right="" name="tb" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="tabBar" fullname="Q3TabDialog::tabBar" href="q3tabdialog.html#tabBar" location="q3tabdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTabBar *" signature="tabBar() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="aboutToShow" fullname="Q3TabDialog::aboutToShow" href="q3tabdialog.html#aboutToShow" location="q3tabdialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="aboutToShow()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="applyButtonPressed" fullname="Q3TabDialog::applyButtonPressed" href="q3tabdialog.html#applyButtonPressed" location="q3tabdialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="applyButtonPressed()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cancelButtonPressed" fullname="Q3TabDialog::cancelButtonPressed" href="q3tabdialog.html#cancelButtonPressed" location="q3tabdialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="cancelButtonPressed()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="defaultButtonPressed" fullname="Q3TabDialog::defaultButtonPressed" href="q3tabdialog.html#defaultButtonPressed" location="q3tabdialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="defaultButtonPressed()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="helpButtonPressed" fullname="Q3TabDialog::helpButtonPressed" href="q3tabdialog.html#helpButtonPressed" location="q3tabdialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="helpButtonPressed()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentChanged" fullname="Q3TabDialog::currentChanged" href="q3tabdialog.html#currentChanged" location="q3tabdialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentChanged(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selected" fullname="Q3TabDialog::selected" href="q3tabdialog.html#selected" location="q3tabdialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="selected(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAxFactory" href="qaxfactory.html" location="qaxfactory.h" bases="QObject" module="QAxServer">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAxFactory" fullname="QAxFactory::QAxFactory" href="qaxfactory.html#QAxFactory" location="qaxfactory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAxFactory(const QUuid &amp; libid, const QUuid &amp; appid)">
+ <parameter left="const QUuid &amp;" right="" name="libid" default=""/>
+ <parameter left="const QUuid &amp;" right="" name="appid" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAxFactory" fullname="QAxFactory::~QAxFactory" href="qaxfactory.html#dtor.QAxFactory" location="qaxfactory.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAxFactory()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="featureList" fullname="QAxFactory::featureList" href="qaxfactory.html#featureList" location="qaxfactory.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="featureList() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createObject" fullname="QAxFactory::createObject" href="qaxfactory.html#createObject" location="qaxfactory.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QObject *" signature="createObject(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="metaObject" fullname="QAxFactory::metaObject" href="qaxfactory.html#metaObject" location="qaxfactory.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="const QMetaObject *" signature="metaObject(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createObjectWrapper" fullname="QAxFactory::createObjectWrapper" href="qaxfactory.html#createObjectWrapper" location="qaxserverbase.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="createObjectWrapper(QObject * object, IDispatch ** wrapper)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ <parameter left="IDispatch **" right="" name="wrapper" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="classID" fullname="QAxFactory::classID" href="qaxfactory.html#classID" location="qaxfactory.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QUuid" signature="classID(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="interfaceID" fullname="QAxFactory::interfaceID" href="qaxfactory.html#interfaceID" location="qaxfactory.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QUuid" signature="interfaceID(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="eventsID" fullname="QAxFactory::eventsID" href="qaxfactory.html#eventsID" location="qaxfactory.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QUuid" signature="eventsID(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="typeLibID" fullname="QAxFactory::typeLibID" href="qaxfactory.html#typeLibID" location="qaxfactory.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QUuid" signature="typeLibID() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="appID" fullname="QAxFactory::appID" href="qaxfactory.html#appID" location="qaxfactory.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QUuid" signature="appID() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="registerClass" fullname="QAxFactory::registerClass" href="qaxfactory.html#registerClass" location="qaxfactory.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="registerClass(const QString &amp; key, QSettings * settings) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="QSettings *" right="" name="settings" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unregisterClass" fullname="QAxFactory::unregisterClass" href="qaxfactory.html#unregisterClass" location="qaxfactory.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="unregisterClass(const QString &amp; key, QSettings * settings) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="QSettings *" right="" name="settings" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="validateLicenseKey" fullname="QAxFactory::validateLicenseKey" href="qaxfactory.html#validateLicenseKey" location="qaxfactory.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="validateLicenseKey(const QString &amp; key, const QString &amp; licenseKey) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="const QString &amp;" right="" name="licenseKey" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exposeToSuperClass" fullname="QAxFactory::exposeToSuperClass" href="qaxfactory.html#exposeToSuperClass" location="qaxfactory.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="exposeToSuperClass(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stayTopLevel" fullname="QAxFactory::stayTopLevel" href="qaxfactory.html#stayTopLevel" location="qaxfactory.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="stayTopLevel(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasStockEvents" fullname="QAxFactory::hasStockEvents" href="qaxfactory.html#hasStockEvents" location="qaxfactory.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasStockEvents(const QString &amp; key) const">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isService" fullname="QAxFactory::isService" href="qaxfactory.html#isService" location="qaxfactory.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isService() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ServerType" fullname="QAxFactory::ServerType" href="qaxfactory.html#ServerType-enum" location="qaxfactory.h">
+ <value name="SingleInstance" value="0"/>
+ <value name="MultipleInstances" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isServer" fullname="QAxFactory::isServer" href="qaxfactory.html#isServer" location="qaxfactory.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isServer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="serverDirPath" fullname="QAxFactory::serverDirPath" href="qaxfactory.html#serverDirPath" location="qaxfactory.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="serverDirPath()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="serverFilePath" fullname="QAxFactory::serverFilePath" href="qaxfactory.html#serverFilePath" location="qaxfactory.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="serverFilePath()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startServer" fullname="QAxFactory::startServer" href="qaxfactory.html#startServer" location="qaxfactory.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="startServer(ServerType type)">
+ <parameter left="ServerType" right="" name="type" default="MultipleInstances"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stopServer" fullname="QAxFactory::stopServer" href="qaxfactory.html#stopServer" location="qaxfactory.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="stopServer()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="registerActiveObject" fullname="QAxFactory::registerActiveObject" href="qaxfactory.html#registerActiveObject" location="qaxfactory.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="registerActiveObject(QObject * object)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3ValueVector" href="q3valuevector.html" location="q3valuevector.h" bases="QVector" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ValueVector" fullname="Q3ValueVector::Q3ValueVector" href="q3valuevector.html#Q3ValueVector" location="q3valuevector.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3ValueVector()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ValueVector" fullname="Q3ValueVector::Q3ValueVector" href="q3valuevector.html#Q3ValueVector-2" location="q3valuevector.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3ValueVector(const Q3ValueVector&lt;T&gt; &amp; v)">
+ <parameter left="const Q3ValueVector&lt;T&gt; &amp;" right="" name="v" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ValueVector" fullname="Q3ValueVector::Q3ValueVector" href="q3valuevector.html#Q3ValueVector-3" location="q3valuevector.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3ValueVector(QVector&lt;T&gt;::size_type n, const T &amp; val)">
+ <parameter left="QVector&lt;T&gt;::size_type" right="" name="n" default=""/>
+ <parameter left="const T &amp;" right="" name="val" default="T()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ValueVector" fullname="Q3ValueVector::Q3ValueVector" href="q3valuevector.html#Q3ValueVector-4" location="q3valuevector.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="Q3ValueVector(const std::vector&lt;T&gt; &amp; v)">
+ <parameter left="const std::vector&lt;T&gt; &amp;" right="" name="v" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3ValueVector::operator=" href="q3valuevector.html#operator=" location="q3valuevector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3ValueVector&lt;T&gt; &amp;" signature="operator=(const Q3ValueVector&lt;T&gt; &amp; v)">
+ <parameter left="const Q3ValueVector&lt;T&gt; &amp;" right="" name="v" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3ValueVector::operator=" href="q3valuevector.html#operator=-2" location="q3valuevector.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="Q3ValueVector&lt;T&gt; &amp;" signature="operator=(const std::vector&lt;T&gt; &amp; v)">
+ <parameter left="const std::vector&lt;T&gt; &amp;" right="" name="v" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resize" fullname="Q3ValueVector::resize" href="q3valuevector.html#resize" location="q3valuevector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resize(int n, const T &amp; val)">
+ <parameter left="int" right="" name="n" default=""/>
+ <parameter left="const T &amp;" right="" name="val" default="T()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="at" fullname="Q3ValueVector::at" href="q3valuevector.html#at" location="q3valuevector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="at(int i, bool * ok)">
+ <parameter left="int" right="" name="i" default=""/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="at" fullname="Q3ValueVector::at" href="q3valuevector.html#at-2" location="q3valuevector.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const T &amp;" signature="at(int i, bool * ok) const">
+ <parameter left="int" right="" name="i" default=""/>
+ <parameter left="bool *" right="" name="ok" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QLCDNumber" href="qlcdnumber.html" location="qlcdnumber.h" bases="QFrame" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="smallDecimalPoint" fullname="QLCDNumber::smallDecimalPoint" href="qlcdnumber.html#smallDecimalPoint-prop" location="qlcdnumber.h" type="bool">
+ <getter name="smallDecimalPoint"/>
+ <setter name="setSmallDecimalPoint"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="numDigits" fullname="QLCDNumber::numDigits" href="qlcdnumber.html#numDigits-prop" location="qlcdnumber.h" type="int">
+ <getter name="numDigits"/>
+ <setter name="setNumDigits"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="mode" fullname="QLCDNumber::mode" href="qlcdnumber.html#mode-prop" location="qlcdnumber.h" type="Mode">
+ <getter name="mode"/>
+ <setter name="setMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="segmentStyle" fullname="QLCDNumber::segmentStyle" href="qlcdnumber.html#segmentStyle-prop" location="qlcdnumber.h" type="SegmentStyle">
+ <getter name="segmentStyle"/>
+ <setter name="setSegmentStyle"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QLCDNumber::value" href="qlcdnumber.html#value-prop" location="qlcdnumber.h" type="double">
+ <getter name="value"/>
+ <setter name="display"/>
+ <setter name="display"/>
+ <setter name="display"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="intValue" fullname="QLCDNumber::intValue" href="qlcdnumber.html#intValue-prop" location="qlcdnumber.h" type="int">
+ <getter name="intValue"/>
+ <setter name="display"/>
+ <setter name="display"/>
+ <setter name="display"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLCDNumber" fullname="QLCDNumber::QLCDNumber" href="qlcdnumber.html#QLCDNumber" location="qlcdnumber.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QLCDNumber(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLCDNumber" fullname="QLCDNumber::QLCDNumber" href="qlcdnumber.html#QLCDNumber-2" location="qlcdnumber.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QLCDNumber(uint numDigits, QWidget * parent)">
+ <parameter left="uint" right="" name="numDigits" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QLCDNumber" fullname="QLCDNumber::~QLCDNumber" href="qlcdnumber.html#dtor.QLCDNumber" location="qlcdnumber.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QLCDNumber()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Mode" fullname="QLCDNumber::Mode" href="qlcdnumber.html#Mode-enum" location="qlcdnumber.h">
+ <value name="Hex" value="0"/>
+ <value name="Dec" value="1"/>
+ <value name="Oct" value="2"/>
+ <value name="Bin" value="3"/>
+ <value name="HEX" value="Hex"/>
+ <value name="DEC" value="Dec"/>
+ <value name="OCT" value="Oct"/>
+ <value name="BIN" value="Bin"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SegmentStyle" fullname="QLCDNumber::SegmentStyle" href="qlcdnumber.html#SegmentStyle-enum" location="qlcdnumber.h">
+ <value name="Outline" value="0"/>
+ <value name="Filled" value="1"/>
+ <value name="Flat" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="smallDecimalPoint" fullname="QLCDNumber::smallDecimalPoint" href="qlcdnumber.html#smallDecimalPoint-prop" location="qlcdnumber.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="smallDecimalPoint" type="bool" signature="smallDecimalPoint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numDigits" fullname="QLCDNumber::numDigits" href="qlcdnumber.html#numDigits-prop" location="qlcdnumber.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="numDigits" type="int" signature="numDigits() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNumDigits" fullname="QLCDNumber::setNumDigits" href="qlcdnumber.html#numDigits-prop" location="qlcdnumber.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="numDigits" type="void" signature="setNumDigits(int nDigits)">
+ <parameter left="int" right="" name="nDigits" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="checkOverflow" fullname="QLCDNumber::checkOverflow" href="qlcdnumber.html#checkOverflow" location="qlcdnumber.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="checkOverflow(double num) const">
+ <parameter left="double" right="" name="num" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="checkOverflow" fullname="QLCDNumber::checkOverflow" href="qlcdnumber.html#checkOverflow-2" location="qlcdnumber.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="checkOverflow(int num) const">
+ <parameter left="int" right="" name="num" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mode" fullname="QLCDNumber::mode" href="qlcdnumber.html#mode-prop" location="qlcdnumber.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="mode" type="Mode" signature="mode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMode" fullname="QLCDNumber::setMode" href="qlcdnumber.html#mode-prop" location="qlcdnumber.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="mode" type="void" signature="setMode(Mode )">
+ <parameter left="Mode" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="segmentStyle" fullname="QLCDNumber::segmentStyle" href="qlcdnumber.html#segmentStyle-prop" location="qlcdnumber.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="segmentStyle" type="SegmentStyle" signature="segmentStyle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSegmentStyle" fullname="QLCDNumber::setSegmentStyle" href="qlcdnumber.html#segmentStyle-prop" location="qlcdnumber.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="segmentStyle" type="void" signature="setSegmentStyle(SegmentStyle )">
+ <parameter left="SegmentStyle" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QLCDNumber::value" href="qlcdnumber.html#value-prop" location="qlcdnumber.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="value" type="double" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="intValue" fullname="QLCDNumber::intValue" href="qlcdnumber.html#intValue-prop" location="qlcdnumber.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="intValue" type="int" signature="intValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QLCDNumber::sizeHint" href="qlcdnumber.html#sizeHint" location="qlcdnumber.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="display" fullname="QLCDNumber::display" href="qlcdnumber.html#intValue-prop" location="qlcdnumber.h" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="intValue" type="void" signature="display(const QString &amp; s)">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="display" fullname="QLCDNumber::display" href="qlcdnumber.html#intValue-prop" location="qlcdnumber.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="3" associated-property="intValue" type="void" signature="display(int num)">
+ <parameter left="int" right="" name="num" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="display" fullname="QLCDNumber::display" href="qlcdnumber.html#intValue-prop" location="qlcdnumber.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" associated-property="intValue" type="void" signature="display(double num)">
+ <parameter left="double" right="" name="num" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHexMode" fullname="QLCDNumber::setHexMode" href="qlcdnumber.html#setHexMode" location="qlcdnumber.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setHexMode()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDecMode" fullname="QLCDNumber::setDecMode" href="qlcdnumber.html#setDecMode" location="qlcdnumber.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setDecMode()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOctMode" fullname="QLCDNumber::setOctMode" href="qlcdnumber.html#setOctMode" location="qlcdnumber.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setOctMode()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBinMode" fullname="QLCDNumber::setBinMode" href="qlcdnumber.html#setBinMode" location="qlcdnumber.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setBinMode()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSmallDecimalPoint" fullname="QLCDNumber::setSmallDecimalPoint" href="qlcdnumber.html#smallDecimalPoint-prop" location="qlcdnumber.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="smallDecimalPoint" type="void" signature="setSmallDecimalPoint(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="overflow" fullname="QLCDNumber::overflow" href="qlcdnumber.html#overflow" location="qlcdnumber.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="overflow()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QLCDNumber::event" href="qlcdnumber.html#event" location="qlcdnumber.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QLCDNumber::paintEvent" href="qlcdnumber.html#paintEvent" location="qlcdnumber.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * )">
+ <parameter left="QPaintEvent *" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QLCDNumber" fullname="QLCDNumber::QLCDNumber" href="qlcdnumber-qt3.html#QLCDNumber-3" location="qlcdnumber.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QLCDNumber(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QLCDNumber" fullname="QLCDNumber::QLCDNumber" href="qlcdnumber-qt3.html#QLCDNumber-4" location="qlcdnumber.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QLCDNumber(uint numDigits, QWidget * parent, const char * name)">
+ <parameter left="uint" right="" name="numDigits" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setMargin" fullname="QLCDNumber::setMargin" href="qlcdnumber-qt3.html#setMargin" location="qlcdnumber.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMargin(int margin)">
+ <parameter left="int" right="" name="margin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="margin" fullname="QLCDNumber::margin" href="qlcdnumber-qt3.html#margin" location="qlcdnumber.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="margin() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QActionGroup" href="qactiongroup.html" location="qactiongroup.h" bases="QObject" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="exclusive" fullname="QActionGroup::exclusive" href="qactiongroup.html#exclusive-prop" location="qactiongroup.h" type="bool">
+ <getter name="isExclusive"/>
+ <setter name="setExclusive"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="enabled" fullname="QActionGroup::enabled" href="qactiongroup.html#enabled-prop" location="qactiongroup.h" type="bool">
+ <getter name="isEnabled"/>
+ <setter name="setEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="visible" fullname="QActionGroup::visible" href="qactiongroup.html#visible-prop" location="qactiongroup.h" type="bool">
+ <getter name="isVisible"/>
+ <setter name="setVisible"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QActionGroup" fullname="QActionGroup::QActionGroup" href="qactiongroup.html#QActionGroup" location="qactiongroup.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QActionGroup(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QActionGroup" fullname="QActionGroup::~QActionGroup" href="qactiongroup.html#dtor.QActionGroup" location="qactiongroup.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QActionGroup()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addAction" fullname="QActionGroup::addAction" href="qactiongroup.html#addAction" location="qactiongroup.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QAction *" signature="addAction(QAction * action)">
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addAction" fullname="QActionGroup::addAction" href="qactiongroup.html#addAction-2" location="qactiongroup.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QAction *" signature="addAction(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addAction" fullname="QActionGroup::addAction" href="qactiongroup.html#addAction-3" location="qactiongroup.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="QAction *" signature="addAction(const QIcon &amp; icon, const QString &amp; text)">
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeAction" fullname="QActionGroup::removeAction" href="qactiongroup.html#removeAction" location="qactiongroup.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeAction(QAction * action)">
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="actions" fullname="QActionGroup::actions" href="qactiongroup.html#actions" location="qactiongroup.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QAction *&gt;" signature="actions() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="checkedAction" fullname="QActionGroup::checkedAction" href="qactiongroup.html#checkedAction" location="qactiongroup.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAction *" signature="checkedAction() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isExclusive" fullname="QActionGroup::isExclusive" href="qactiongroup.html#exclusive-prop" location="qactiongroup.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="exclusive" type="bool" signature="isExclusive() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEnabled" fullname="QActionGroup::isEnabled" href="qactiongroup.html#enabled-prop" location="qactiongroup.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="enabled" type="bool" signature="isEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isVisible" fullname="QActionGroup::isVisible" href="qactiongroup.html#visible-prop" location="qactiongroup.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="visible" type="bool" signature="isVisible() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="add" fullname="QActionGroup::add" href="qactiongroup-qt3.html#add" location="qactiongroup.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="add(QAction * a)">
+ <parameter left="QAction *" right="" name="a" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="addSeparator" fullname="QActionGroup::addSeparator" href="qactiongroup-qt3.html#addSeparator" location="qactiongroup.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addSeparator()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="addTo" fullname="QActionGroup::addTo" href="qactiongroup-qt3.html#addTo" location="qactiongroup.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="addTo(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setEnabled" fullname="QActionGroup::setEnabled" href="qactiongroup.html#enabled-prop" location="qactiongroup.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="enabled" type="void" signature="setEnabled(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDisabled" fullname="QActionGroup::setDisabled" href="qactiongroup.html#setDisabled" location="qactiongroup.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setDisabled(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVisible" fullname="QActionGroup::setVisible" href="qactiongroup.html#visible-prop" location="qactiongroup.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="visible" type="void" signature="setVisible(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setExclusive" fullname="QActionGroup::setExclusive" href="qactiongroup.html#exclusive-prop" location="qactiongroup.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="exclusive" type="void" signature="setExclusive(bool )">
+ <parameter left="bool" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="triggered" fullname="QActionGroup::triggered" href="qactiongroup.html#triggered" location="qactiongroup.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="triggered(QAction * action)">
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="selected" fullname="QActionGroup::selected" href="qactiongroup-qt3.html#selected" location="qactiongroup.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="selected(QAction * action)">
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hovered" fullname="QActionGroup::hovered" href="qactiongroup.html#hovered" location="qactiongroup.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="hovered(QAction * action)">
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3TextBrowser" href="q3textbrowser.html" location="q3textbrowser.h" bases="Q3TextEdit" module="Qt3SupportLight">
+ <property access="public" threadsafety="unspecified" status="commendable" name="source" fullname="Q3TextBrowser::source" href="q3textbrowser.html#source-prop" location="q3textbrowser.h" type="QString">
+ <getter name="source"/>
+ <setter name="setSource"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3TextBrowser" fullname="Q3TextBrowser::Q3TextBrowser" href="q3textbrowser.html#Q3TextBrowser" location="q3textbrowser.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3TextBrowser(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="source" fullname="Q3TextBrowser::source" href="q3textbrowser.html#source-prop" location="q3textbrowser.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="source" type="QString" signature="source() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSource" fullname="Q3TextBrowser::setSource" href="q3textbrowser.html#source-prop" location="q3textbrowser.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" associated-property="source" type="void" signature="setSource(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="backward" fullname="Q3TextBrowser::backward" href="q3textbrowser.html#backward" location="q3textbrowser.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="backward()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="forward" fullname="Q3TextBrowser::forward" href="q3textbrowser.html#forward" location="q3textbrowser.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="forward()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="home" fullname="Q3TextBrowser::home" href="q3textbrowser.html#home" location="q3textbrowser.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="home()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reload" fullname="Q3TextBrowser::reload" href="q3textbrowser.html#reload" location="q3textbrowser.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="reload()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="Q3TextBrowser::setText" href="q3textbrowser.html#setText-2" location="q3textbrowser.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="setText(const QString &amp; txt)">
+ <parameter left="const QString &amp;" right="" name="txt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="Q3TextBrowser::setText" href="q3textbrowser.html#setText" location="q3textbrowser.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setText(const QString &amp; txt, const QString &amp; context)">
+ <parameter left="const QString &amp;" right="" name="txt" default=""/>
+ <parameter left="const QString &amp;" right="" name="context" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="backwardAvailable" fullname="Q3TextBrowser::backwardAvailable" href="q3textbrowser.html#backwardAvailable" location="q3textbrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="backwardAvailable(bool available)">
+ <parameter left="bool" right="" name="available" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="forwardAvailable" fullname="Q3TextBrowser::forwardAvailable" href="q3textbrowser.html#forwardAvailable" location="q3textbrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="forwardAvailable(bool available)">
+ <parameter left="bool" right="" name="available" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sourceChanged" fullname="Q3TextBrowser::sourceChanged" href="q3textbrowser.html#sourceChanged" location="q3textbrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="sourceChanged(const QString &amp; src)">
+ <parameter left="const QString &amp;" right="" name="src" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="highlighted" fullname="Q3TextBrowser::highlighted" href="q3textbrowser.html#highlighted" location="q3textbrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="highlighted(const QString &amp; link)">
+ <parameter left="const QString &amp;" right="" name="link" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="linkClicked" fullname="Q3TextBrowser::linkClicked" href="q3textbrowser.html#linkClicked" location="q3textbrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="linkClicked(const QString &amp; link)">
+ <parameter left="const QString &amp;" right="" name="link" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="anchorClicked" fullname="Q3TextBrowser::anchorClicked" href="q3textbrowser.html#anchorClicked" location="q3textbrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="anchorClicked(const QString &amp; name, const QString &amp; link)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="const QString &amp;" right="" name="link" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="Q3TextBrowser::keyPressEvent" href="q3textbrowser.html#keyPressEvent" location="q3textbrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QToolBox" href="qtoolbox.html" location="qtoolbox.h" bases="QFrame" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentIndex" fullname="QToolBox::currentIndex" href="qtoolbox.html#currentIndex-prop" location="qtoolbox.h" type="int">
+ <getter name="currentIndex"/>
+ <setter name="setCurrentIndex"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QToolBox::count" href="qtoolbox.html#count-prop" location="qtoolbox.h" type="int">
+ <getter name="count"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QToolBox" fullname="QToolBox::QToolBox" href="qtoolbox.html#QToolBox" location="qtoolbox.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QToolBox(QWidget * parent, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QToolBox" fullname="QToolBox::~QToolBox" href="qtoolbox.html#dtor.QToolBox" location="qtoolbox.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QToolBox()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addItem" fullname="QToolBox::addItem" href="qtoolbox.html#addItem-2" location="qtoolbox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="addItem(QWidget * w, const QString &amp; text)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addItem" fullname="QToolBox::addItem" href="qtoolbox.html#addItem" location="qtoolbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="addItem(QWidget * widget, const QIcon &amp; iconSet, const QString &amp; text)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="iconSet" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertItem" fullname="QToolBox::insertItem" href="qtoolbox.html#insertItem-2" location="qtoolbox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="insertItem(int index, QWidget * widget, const QString &amp; text)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertItem" fullname="QToolBox::insertItem" href="qtoolbox.html#insertItem" location="qtoolbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="insertItem(int index, QWidget * widget, const QIcon &amp; icon, const QString &amp; text)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeItem" fullname="QToolBox::removeItem" href="qtoolbox.html#removeItem" location="qtoolbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeItem(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemEnabled" fullname="QToolBox::setItemEnabled" href="qtoolbox.html#setItemEnabled" location="qtoolbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemEnabled(int index, bool enabled)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isItemEnabled" fullname="QToolBox::isItemEnabled" href="qtoolbox.html#isItemEnabled" location="qtoolbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isItemEnabled(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemText" fullname="QToolBox::setItemText" href="qtoolbox.html#setItemText" location="qtoolbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemText(int index, const QString &amp; text)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemText" fullname="QToolBox::itemText" href="qtoolbox.html#itemText" location="qtoolbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="itemText(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemIcon" fullname="QToolBox::setItemIcon" href="qtoolbox.html#setItemIcon" location="qtoolbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemIcon(int index, const QIcon &amp; icon)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemIcon" fullname="QToolBox::itemIcon" href="qtoolbox.html#itemIcon" location="qtoolbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="itemIcon(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setItemToolTip" fullname="QToolBox::setItemToolTip" href="qtoolbox.html#setItemToolTip" location="qtoolbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemToolTip(int index, const QString &amp; toolTip)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QString &amp;" right="" name="toolTip" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemToolTip" fullname="QToolBox::itemToolTip" href="qtoolbox.html#itemToolTip" location="qtoolbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="itemToolTip(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentIndex" fullname="QToolBox::currentIndex" href="qtoolbox.html#currentIndex-prop" location="qtoolbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentIndex" type="int" signature="currentIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentWidget" fullname="QToolBox::currentWidget" href="qtoolbox.html#currentWidget" location="qtoolbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="currentWidget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widget" fullname="QToolBox::widget" href="qtoolbox.html#widget" location="qtoolbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="widget(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexOf" fullname="QToolBox::indexOf" href="qtoolbox.html#indexOf" location="qtoolbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="indexOf(QWidget * widget) const">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QToolBox::count" href="qtoolbox.html#count-prop" location="qtoolbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="count" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentIndex" fullname="QToolBox::setCurrentIndex" href="qtoolbox.html#currentIndex-prop" location="qtoolbox.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="currentIndex" type="void" signature="setCurrentIndex(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentWidget" fullname="QToolBox::setCurrentWidget" href="qtoolbox.html#setCurrentWidget" location="qtoolbox.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setCurrentWidget(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentChanged" fullname="QToolBox::currentChanged" href="qtoolbox.html#currentChanged" location="qtoolbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentChanged(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QToolBox::event" href="qtoolbox.html#event" location="qtoolbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="itemInserted" fullname="QToolBox::itemInserted" href="qtoolbox.html#itemInserted" location="qtoolbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="itemInserted(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="itemRemoved" fullname="QToolBox::itemRemoved" href="qtoolbox.html#itemRemoved" location="qtoolbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="itemRemoved(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="QToolBox::showEvent" href="qtoolbox.html#showEvent" location="qtoolbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * e)">
+ <parameter left="QShowEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QToolBox::changeEvent" href="qtoolbox.html#changeEvent" location="qtoolbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * ev)">
+ <parameter left="QEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QToolBox" fullname="QToolBox::QToolBox" href="qtoolbox-qt3.html#QToolBox-2" location="qtoolbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QToolBox(QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setItemLabel" fullname="QToolBox::setItemLabel" href="qtoolbox-qt3.html#setItemLabel" location="qtoolbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemLabel(int index, const QString &amp; text)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="itemLabel" fullname="QToolBox::itemLabel" href="qtoolbox-qt3.html#itemLabel" location="qtoolbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="itemLabel(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="currentItem" fullname="QToolBox::currentItem" href="qtoolbox-qt3.html#currentItem" location="qtoolbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="currentItem() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setCurrentItem" fullname="QToolBox::setCurrentItem" href="qtoolbox-qt3.html#setCurrentItem" location="qtoolbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCurrentItem(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setItemIconSet" fullname="QToolBox::setItemIconSet" href="qtoolbox-qt3.html#setItemIconSet" location="qtoolbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemIconSet(int index, const QIcon &amp; icon)">
+ <parameter left="int" right="" name="index" default=""/>
+ <parameter left="const QIcon &amp;" right="" name="icon" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="itemIconSet" fullname="QToolBox::itemIconSet" href="qtoolbox-qt3.html#itemIconSet" location="qtoolbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="itemIconSet(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="removeItem" fullname="QToolBox::removeItem" href="qtoolbox-qt3.html#removeItem-2" location="qtoolbox.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="int" signature="removeItem(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="item" fullname="QToolBox::item" href="qtoolbox-qt3.html#item" location="qtoolbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="item(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setMargin" fullname="QToolBox::setMargin" href="qtoolbox-qt3.html#setMargin" location="qtoolbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMargin(int margin)">
+ <parameter left="int" right="" name="margin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="margin" fullname="QToolBox::margin" href="qtoolbox-qt3.html#margin" location="qtoolbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="margin() const"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qkeysequence.html#operator&lt;&lt;-180" location="qkeysequence.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="180" relates="QKeySequence" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QKeySequence &amp; sequence)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QKeySequence &amp;" right="" name="sequence" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qkeysequence.html#operator&gt;&gt;-105" location="qkeysequence.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="105" relates="QKeySequence" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QKeySequence &amp; sequence)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QKeySequence &amp;" right="" name="sequence" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qt_set_sequence_auto_mnemonic" href="qtglobal.html#qt_set_sequence_auto_mnemonic" location="qkeysequence.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="void" signature="qt_set_sequence_auto_mnemonic(bool on)">
+ <parameter left="bool" right="" name="on" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QKeySequence" href="qkeysequence.html" location="qkeysequence.h" bases="" module="QtGui">
+ <contents name="standard-shortcuts" title="Standard Shortcuts" level="1"/>
+ <contents name="keyboard-layout-issues" title="Keyboard Layout Issues" level="1"/>
+ <contents name="gnu-emacs-style-key-sequences" title="GNU Emacs Style Key Sequences" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StandardKey" fullname="QKeySequence::StandardKey" href="qkeysequence.html#StandardKey-enum" location="qkeysequence.h">
+ <value name="UnknownKey" value="0"/>
+ <value name="HelpContents" value="1"/>
+ <value name="WhatsThis" value="2"/>
+ <value name="Open" value="3"/>
+ <value name="Close" value="4"/>
+ <value name="Save" value="5"/>
+ <value name="New" value="6"/>
+ <value name="Delete" value="7"/>
+ <value name="Cut" value="8"/>
+ <value name="Copy" value="9"/>
+ <value name="Paste" value="10"/>
+ <value name="Undo" value="11"/>
+ <value name="Redo" value="12"/>
+ <value name="Back" value="13"/>
+ <value name="Forward" value="14"/>
+ <value name="Refresh" value="15"/>
+ <value name="ZoomIn" value="16"/>
+ <value name="ZoomOut" value="17"/>
+ <value name="Print" value="18"/>
+ <value name="AddTab" value="19"/>
+ <value name="NextChild" value="20"/>
+ <value name="PreviousChild" value="21"/>
+ <value name="Find" value="22"/>
+ <value name="FindNext" value="23"/>
+ <value name="FindPrevious" value="24"/>
+ <value name="Replace" value="25"/>
+ <value name="SelectAll" value="26"/>
+ <value name="Bold" value="27"/>
+ <value name="Italic" value="28"/>
+ <value name="Underline" value="29"/>
+ <value name="MoveToNextChar" value="30"/>
+ <value name="MoveToPreviousChar" value="31"/>
+ <value name="MoveToNextWord" value="32"/>
+ <value name="MoveToPreviousWord" value="33"/>
+ <value name="MoveToNextLine" value="34"/>
+ <value name="MoveToPreviousLine" value="35"/>
+ <value name="MoveToNextPage" value="36"/>
+ <value name="MoveToPreviousPage" value="37"/>
+ <value name="MoveToStartOfLine" value="38"/>
+ <value name="MoveToEndOfLine" value="39"/>
+ <value name="MoveToStartOfBlock" value="40"/>
+ <value name="MoveToEndOfBlock" value="41"/>
+ <value name="MoveToStartOfDocument" value="42"/>
+ <value name="MoveToEndOfDocument" value="43"/>
+ <value name="SelectNextChar" value="44"/>
+ <value name="SelectPreviousChar" value="45"/>
+ <value name="SelectNextWord" value="46"/>
+ <value name="SelectPreviousWord" value="47"/>
+ <value name="SelectNextLine" value="48"/>
+ <value name="SelectPreviousLine" value="49"/>
+ <value name="SelectNextPage" value="50"/>
+ <value name="SelectPreviousPage" value="51"/>
+ <value name="SelectStartOfLine" value="52"/>
+ <value name="SelectEndOfLine" value="53"/>
+ <value name="SelectStartOfBlock" value="54"/>
+ <value name="SelectEndOfBlock" value="55"/>
+ <value name="SelectStartOfDocument" value="56"/>
+ <value name="SelectEndOfDocument" value="57"/>
+ <value name="DeleteStartOfWord" value="58"/>
+ <value name="DeleteEndOfWord" value="59"/>
+ <value name="DeleteEndOfLine" value="60"/>
+ <value name="InsertParagraphSeparator" value="61"/>
+ <value name="InsertLineSeparator" value="62"/>
+ <value name="SaveAs" value="63"/>
+ <value name="Preferences" value="64"/>
+ <value name="Quit" value="65"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QKeySequence" fullname="QKeySequence::QKeySequence" href="qkeysequence.html#QKeySequence" location="qkeysequence.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QKeySequence()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QKeySequence" fullname="QKeySequence::QKeySequence" href="qkeysequence.html#QKeySequence-2" location="qkeysequence.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QKeySequence(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QKeySequence" fullname="QKeySequence::QKeySequence" href="qkeysequence.html#QKeySequence-3" location="qkeysequence.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QKeySequence(int k1, int k2, int k3, int k4)">
+ <parameter left="int" right="" name="k1" default=""/>
+ <parameter left="int" right="" name="k2" default="0"/>
+ <parameter left="int" right="" name="k3" default="0"/>
+ <parameter left="int" right="" name="k4" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QKeySequence" fullname="QKeySequence::QKeySequence" href="qkeysequence.html#QKeySequence-4" location="qkeysequence.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QKeySequence(const QKeySequence &amp; keysequence)">
+ <parameter left="const QKeySequence &amp;" right="" name="keysequence" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QKeySequence" fullname="QKeySequence::QKeySequence" href="qkeysequence.html#QKeySequence-5" location="qkeysequence.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QKeySequence(StandardKey key)">
+ <parameter left="StandardKey" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QKeySequence" fullname="QKeySequence::~QKeySequence" href="qkeysequence.html#dtor.QKeySequence" location="qkeysequence.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QKeySequence()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QKeySequence::count" href="qkeysequence.html#count" location="qkeysequence.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="QKeySequence::isEmpty" href="qkeysequence.html#isEmpty" location="qkeysequence.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SequenceMatch" fullname="QKeySequence::SequenceMatch" href="qkeysequence.html#SequenceMatch-enum" location="qkeysequence.h">
+ <value name="NoMatch" value="0"/>
+ <value name="PartialMatch" value="1"/>
+ <value name="ExactMatch" value="2"/>
+ <value name="Identical" value="ExactMatch"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="SequenceFormat" fullname="QKeySequence::SequenceFormat" href="qkeysequence.html#SequenceFormat-enum" location="qkeysequence.h">
+ <value name="NativeText" value="0"/>
+ <value name="PortableText" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toString" fullname="QKeySequence::toString" href="qkeysequence.html#toString" location="qkeysequence.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toString(SequenceFormat format) const">
+ <parameter left="SequenceFormat" right="" name="format" default="PortableText"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromString" fullname="QKeySequence::fromString" href="qkeysequence.html#fromString" location="qkeysequence.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QKeySequence" signature="fromString(const QString &amp; str, SequenceFormat format)">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ <parameter left="SequenceFormat" right="" name="format" default="PortableText"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="matches" fullname="QKeySequence::matches" href="qkeysequence.html#matches" location="qkeysequence.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="SequenceMatch" signature="matches(const QKeySequence &amp; seq) const">
+ <parameter left="const QKeySequence &amp;" right="" name="seq" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mnemonic" fullname="QKeySequence::mnemonic" href="qkeysequence.html#mnemonic" location="qkeysequence.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QKeySequence" signature="mnemonic(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyBindings" fullname="QKeySequence::keyBindings" href="qkeysequence.html#keyBindings" location="qkeysequence.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QKeySequence&gt;" signature="keyBindings(StandardKey key)">
+ <parameter left="StandardKey" right="" name="key" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="operator QString" fullname="QKeySequence::operator QString" href="qkeysequence-obsolete.html#operator QString" location="qkeysequence.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QString() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QVariant" fullname="QKeySequence::operator QVariant" href="qkeysequence.html#operator QVariant" location="qkeysequence.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QVariant() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="operator int" fullname="QKeySequence::operator int" href="qkeysequence-obsolete.html#operator int" location="qkeysequence.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator int() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator[]" fullname="QKeySequence::operator[]" href="qkeysequence.html#operator[]" location="qkeysequence.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="operator[](uint index) const">
+ <parameter left="uint" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QKeySequence::operator=" href="qkeysequence.html#operator=" location="qkeysequence.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QKeySequence &amp;" signature="operator=(const QKeySequence &amp; other)">
+ <parameter left="const QKeySequence &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QKeySequence::operator==" href="qkeysequence.html#operator==" location="qkeysequence.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QKeySequence &amp; other) const">
+ <parameter left="const QKeySequence &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QKeySequence::operator!=" href="qkeysequence.html#operator!=" location="qkeysequence.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QKeySequence &amp; other) const">
+ <parameter left="const QKeySequence &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;" fullname="QKeySequence::operator&lt;" href="qkeysequence.html#operator&lt;" location="qkeysequence.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;(const QKeySequence &amp; other) const">
+ <parameter left="const QKeySequence &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;" fullname="QKeySequence::operator&gt;" href="qkeysequence.html#operator&gt;" location="qkeysequence.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&gt;(const QKeySequence &amp; other) const">
+ <parameter left="const QKeySequence &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;=" fullname="QKeySequence::operator&lt;=" href="qkeysequence.html#operator&lt;=" location="qkeysequence.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&lt;=(const QKeySequence &amp; other) const">
+ <parameter left="const QKeySequence &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;=" fullname="QKeySequence::operator&gt;=" href="qkeysequence.html#operator&gt;=" location="qkeysequence.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator&gt;=(const QKeySequence &amp; other) const">
+ <parameter left="const QKeySequence &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSlider" href="qslider.html" location="qslider.h" bases="QAbstractSlider" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="tickPosition" fullname="QSlider::tickPosition" href="qslider.html#tickPosition-prop" location="qslider.h" type="TickPosition">
+ <getter name="tickPosition"/>
+ <setter name="setTickPosition"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="tickInterval" fullname="QSlider::tickInterval" href="qslider.html#tickInterval-prop" location="qslider.h" type="int">
+ <getter name="tickInterval"/>
+ <setter name="setTickInterval"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="TickPosition" fullname="QSlider::TickPosition" href="qslider.html#TickPosition-enum" location="qslider.h">
+ <value name="NoTicks" value="0"/>
+ <value name="TicksAbove" value="1"/>
+ <value name="TicksLeft" value="TicksAbove"/>
+ <value name="TicksBelow" value="2"/>
+ <value name="TicksRight" value="TicksBelow"/>
+ <value name="TicksBothSides" value="3"/>
+ <value name="NoMarks" value="NoTicks"/>
+ <value name="Above" value="TicksAbove"/>
+ <value name="Left" value="TicksAbove"/>
+ <value name="Below" value="TicksBelow"/>
+ <value name="Right" value="TicksRight"/>
+ <value name="Both" value="TicksBothSides"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSlider" fullname="QSlider::QSlider" href="qslider.html#QSlider" location="qslider.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSlider(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSlider" fullname="QSlider::QSlider" href="qslider.html#QSlider-2" location="qslider.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSlider(Qt::Orientation orientation, QWidget * parent)">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSlider" fullname="QSlider::~QSlider" href="qslider.html#dtor.QSlider" location="qslider.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSlider()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QSlider::sizeHint" href="qslider.html#sizeHint" location="qslider.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="QSlider::minimumSizeHint" href="qslider.html#minimumSizeHint" location="qslider.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTickPosition" fullname="QSlider::setTickPosition" href="qslider.html#tickPosition-prop" location="qslider.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="tickPosition" type="void" signature="setTickPosition(TickPosition position)">
+ <parameter left="TickPosition" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tickPosition" fullname="QSlider::tickPosition" href="qslider.html#tickPosition-prop" location="qslider.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="tickPosition" type="TickPosition" signature="tickPosition() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTickInterval" fullname="QSlider::setTickInterval" href="qslider.html#tickInterval-prop" location="qslider.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="tickInterval" type="void" signature="setTickInterval(int ti)">
+ <parameter left="int" right="" name="ti" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tickInterval" fullname="QSlider::tickInterval" href="qslider.html#tickInterval-prop" location="qslider.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="tickInterval" type="int" signature="tickInterval() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="event" fullname="QSlider::event" href="qslider.html#event" location="qslider.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QSlider::paintEvent" href="qslider.html#paintEvent" location="qslider.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * ev)">
+ <parameter left="QPaintEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QSlider::mousePressEvent" href="qslider.html#mousePressEvent" location="qslider.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * ev)">
+ <parameter left="QMouseEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QSlider::mouseReleaseEvent" href="qslider.html#mouseReleaseEvent" location="qslider.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * ev)">
+ <parameter left="QMouseEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QSlider::mouseMoveEvent" href="qslider.html#mouseMoveEvent" location="qslider.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * ev)">
+ <parameter left="QMouseEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="initStyleOption" fullname="QSlider::initStyleOption" href="qslider.html#initStyleOption" location="qslider.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="initStyleOption(QStyleOptionSlider * option) const">
+ <parameter left="QStyleOptionSlider *" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QSlider" fullname="QSlider::QSlider" href="qslider-qt3.html#QSlider-3" location="qslider.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QSlider(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QSlider" fullname="QSlider::QSlider" href="qslider-qt3.html#QSlider-4" location="qslider.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QSlider(Qt::Orientation orientation, QWidget * parent, const char * name)">
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QSlider" fullname="QSlider::QSlider" href="qslider-qt3.html#QSlider-5" location="qslider.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QSlider(int minValue, int maxValue, int pageStep, int value, Qt::Orientation orientation, QWidget * parent, const char * name)">
+ <parameter left="int" right="" name="minValue" default=""/>
+ <parameter left="int" right="" name="maxValue" default=""/>
+ <parameter left="int" right="" name="pageStep" default=""/>
+ <parameter left="int" right="" name="value" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setTickmarks" fullname="QSlider::setTickmarks" href="qslider-qt3.html#setTickmarks" location="qslider.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTickmarks(TickPosition position)">
+ <parameter left="TickPosition" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="tickmarks" fullname="QSlider::tickmarks" href="qslider-qt3.html#tickmarks" location="qslider.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="TickPosition" signature="tickmarks() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="addStep" fullname="QSlider::addStep" href="qslider-qt3.html#addStep" location="qslider.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="addStep()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="subtractStep" fullname="QSlider::subtractStep" href="qslider-qt3.html#subtractStep" location="qslider.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="subtractStep()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsLayout" href="qgraphicslayout.html" location="qgraphicslayout.h" bases="QGraphicsLayoutItem" module="QtGui">
+ <contents name="writing-a-custom-layout" title="Writing a Custom Layout" level="1"/>
+ <contents name="activating-the-layout" title="Activating the Layout" level="1"/>
+ <contents name="activating-the-layout-implicitly" title="Activating the Layout Implicitly" level="2"/>
+ <contents name="event-handling" title="Event Handling" level="1"/>
+ <contents name="margin-handling" title="Margin Handling" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsLayout" fullname="QGraphicsLayout::QGraphicsLayout" href="qgraphicslayout.html#QGraphicsLayout" location="qgraphicslayout.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsLayout(QGraphicsLayoutItem * parent)">
+ <parameter left="QGraphicsLayoutItem *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsLayout" fullname="QGraphicsLayout::~QGraphicsLayout" href="qgraphicslayout.html#dtor.QGraphicsLayout" location="qgraphicslayout.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsLayout()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setContentsMargins" fullname="QGraphicsLayout::setContentsMargins" href="qgraphicslayout.html#setContentsMargins" location="qgraphicslayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setContentsMargins(qreal left, qreal top, qreal right, qreal bottom)">
+ <parameter left="qreal" right="" name="left" default=""/>
+ <parameter left="qreal" right="" name="top" default=""/>
+ <parameter left="qreal" right="" name="right" default=""/>
+ <parameter left="qreal" right="" name="bottom" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getContentsMargins" fullname="QGraphicsLayout::getContentsMargins" href="qgraphicslayout.html#getContentsMargins" location="qgraphicslayout.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="getContentsMargins(qreal * left, qreal * top, qreal * right, qreal * bottom) const">
+ <parameter left="qreal *" right="" name="left" default=""/>
+ <parameter left="qreal *" right="" name="top" default=""/>
+ <parameter left="qreal *" right="" name="right" default=""/>
+ <parameter left="qreal *" right="" name="bottom" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activate" fullname="QGraphicsLayout::activate" href="qgraphicslayout.html#activate" location="qgraphicslayout.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="activate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isActivated" fullname="QGraphicsLayout::isActivated" href="qgraphicslayout.html#isActivated" location="qgraphicslayout.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isActivated() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="invalidate" fullname="QGraphicsLayout::invalidate" href="qgraphicslayout.html#invalidate" location="qgraphicslayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="invalidate()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateGeometry" fullname="QGraphicsLayout::updateGeometry" href="qgraphicslayout.html#updateGeometry" location="qgraphicslayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateGeometry()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widgetEvent" fullname="QGraphicsLayout::widgetEvent" href="qgraphicslayout.html#widgetEvent" location="qgraphicslayout.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="widgetEvent(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="QGraphicsLayout::count" href="qgraphicslayout.html#count" location="qgraphicslayout.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="int" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemAt" fullname="QGraphicsLayout::itemAt" href="qgraphicslayout.html#itemAt" location="qgraphicslayout.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QGraphicsLayoutItem *" signature="itemAt(int i) const">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeAt" fullname="QGraphicsLayout::removeAt" href="qgraphicslayout.html#removeAt" location="qgraphicslayout.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="removeAt(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsTransform" href="qgraphicstransform.html" location="qgraphicstransform.h" bases="QObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsTransform" fullname="QGraphicsTransform::QGraphicsTransform" href="qgraphicstransform.html#QGraphicsTransform" location="qgraphicstransform.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsTransform(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsTransform" fullname="QGraphicsTransform::~QGraphicsTransform" href="qgraphicstransform.html#dtor.QGraphicsTransform" location="qgraphicstransform.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsTransform()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="applyTo" fullname="QGraphicsTransform::applyTo" href="qgraphicstransform.html#applyTo" location="qgraphicstransform.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="void" signature="applyTo(QMatrix4x4 * matrix) const">
+ <parameter left="QMatrix4x4 *" right="" name="matrix" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="update" fullname="QGraphicsTransform::update" href="qgraphicstransform.html#update" location="qgraphicstransform.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="update()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsScale" href="qgraphicsscale.html" location="qgraphicstransform.h" bases="QGraphicsTransform" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="origin" fullname="QGraphicsScale::origin" href="qgraphicsscale.html#origin-prop" location="qgraphicstransform.h" type="QVector3D">
+ <getter name="origin"/>
+ <setter name="setOrigin"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="xScale" fullname="QGraphicsScale::xScale" href="qgraphicsscale.html#xScale-prop" location="qgraphicstransform.h" type="qreal">
+ <getter name="xScale"/>
+ <setter name="setXScale"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="yScale" fullname="QGraphicsScale::yScale" href="qgraphicsscale.html#yScale-prop" location="qgraphicstransform.h" type="qreal">
+ <getter name="yScale"/>
+ <setter name="setYScale"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="zScale" fullname="QGraphicsScale::zScale" href="qgraphicsscale.html#zScale-prop" location="qgraphicstransform.h" type="qreal">
+ <getter name="zScale"/>
+ <setter name="setZScale"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsScale" fullname="QGraphicsScale::QGraphicsScale" href="qgraphicsscale.html#QGraphicsScale" location="qgraphicstransform.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsScale(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsScale" fullname="QGraphicsScale::~QGraphicsScale" href="qgraphicsscale.html#dtor.QGraphicsScale" location="qgraphicstransform.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsScale()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="origin" fullname="QGraphicsScale::origin" href="qgraphicsscale.html#origin-prop" location="qgraphicstransform.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="origin" type="QVector3D" signature="origin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOrigin" fullname="QGraphicsScale::setOrigin" href="qgraphicsscale.html#origin-prop" location="qgraphicstransform.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="origin" type="void" signature="setOrigin(const QVector3D &amp; point)">
+ <parameter left="const QVector3D &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="xScale" fullname="QGraphicsScale::xScale" href="qgraphicsscale.html#xScale-prop" location="qgraphicstransform.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="xScale" type="qreal" signature="xScale() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setXScale" fullname="QGraphicsScale::setXScale" href="qgraphicsscale.html#xScale-prop" location="qgraphicstransform.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="xScale" type="void" signature="setXScale(qreal )">
+ <parameter left="qreal" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="yScale" fullname="QGraphicsScale::yScale" href="qgraphicsscale.html#yScale-prop" location="qgraphicstransform.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="yScale" type="qreal" signature="yScale() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setYScale" fullname="QGraphicsScale::setYScale" href="qgraphicsscale.html#yScale-prop" location="qgraphicstransform.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="yScale" type="void" signature="setYScale(qreal )">
+ <parameter left="qreal" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="zScale" fullname="QGraphicsScale::zScale" href="qgraphicsscale.html#zScale-prop" location="qgraphicstransform.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="zScale" type="qreal" signature="zScale() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setZScale" fullname="QGraphicsScale::setZScale" href="qgraphicsscale.html#zScale-prop" location="qgraphicstransform.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="zScale" type="void" signature="setZScale(qreal )">
+ <parameter left="qreal" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="applyTo" fullname="QGraphicsScale::applyTo" href="qgraphicsscale.html#applyTo" location="qgraphicstransform.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="applyTo(QMatrix4x4 * matrix) const">
+ <parameter left="QMatrix4x4 *" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="originChanged" fullname="QGraphicsScale::originChanged" href="qgraphicsscale.html#originChanged" location="qgraphicstransform.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="originChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scaleChanged" fullname="QGraphicsScale::scaleChanged" href="qgraphicsscale.html#scaleChanged" location="qgraphicstransform.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="scaleChanged()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGraphicsRotation" href="qgraphicsrotation.html" location="qgraphicstransform.h" bases="QGraphicsTransform" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="origin" fullname="QGraphicsRotation::origin" href="qgraphicsrotation.html#origin-prop" location="qgraphicstransform.h" type="QVector3D">
+ <getter name="origin"/>
+ <setter name="setOrigin"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="angle" fullname="QGraphicsRotation::angle" href="qgraphicsrotation.html#angle-prop" location="qgraphicstransform.h" type="qreal">
+ <getter name="angle"/>
+ <setter name="setAngle"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="axis" fullname="QGraphicsRotation::axis" href="qgraphicsrotation.html#axis-prop" location="qgraphicstransform.h" type="QVector3D">
+ <getter name="axis"/>
+ <setter name="setAxis"/>
+ <setter name="setAxis"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QGraphicsRotation" fullname="QGraphicsRotation::QGraphicsRotation" href="qgraphicsrotation.html#QGraphicsRotation" location="qgraphicstransform.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QGraphicsRotation(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QGraphicsRotation" fullname="QGraphicsRotation::~QGraphicsRotation" href="qgraphicsrotation.html#dtor.QGraphicsRotation" location="qgraphicstransform.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QGraphicsRotation()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="origin" fullname="QGraphicsRotation::origin" href="qgraphicsrotation.html#origin-prop" location="qgraphicstransform.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="origin" type="QVector3D" signature="origin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOrigin" fullname="QGraphicsRotation::setOrigin" href="qgraphicsrotation.html#origin-prop" location="qgraphicstransform.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="origin" type="void" signature="setOrigin(const QVector3D &amp; point)">
+ <parameter left="const QVector3D &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="angle" fullname="QGraphicsRotation::angle" href="qgraphicsrotation.html#angle-prop" location="qgraphicstransform.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="angle" type="qreal" signature="angle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAngle" fullname="QGraphicsRotation::setAngle" href="qgraphicsrotation.html#angle-prop" location="qgraphicstransform.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="angle" type="void" signature="setAngle(qreal )">
+ <parameter left="qreal" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="axis" fullname="QGraphicsRotation::axis" href="qgraphicsrotation.html#axis-prop" location="qgraphicstransform.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="axis" type="QVector3D" signature="axis() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAxis" fullname="QGraphicsRotation::setAxis" href="qgraphicsrotation.html#axis-prop" location="qgraphicstransform.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="axis" type="void" signature="setAxis(const QVector3D &amp; axis)">
+ <parameter left="const QVector3D &amp;" right="" name="axis" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAxis" fullname="QGraphicsRotation::setAxis" href="qgraphicsrotation.html#axis-prop" location="qgraphicstransform.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" associated-property="axis" type="void" signature="setAxis(Qt::Axis axis)">
+ <parameter left="Qt::Axis" right="" name="axis" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="applyTo" fullname="QGraphicsRotation::applyTo" href="qgraphicsrotation.html#applyTo" location="qgraphicstransform.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="applyTo(QMatrix4x4 * matrix) const">
+ <parameter left="QMatrix4x4 *" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="originChanged" fullname="QGraphicsRotation::originChanged" href="qgraphicsrotation.html#originChanged" location="qgraphicstransform.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="originChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="angleChanged" fullname="QGraphicsRotation::angleChanged" href="qgraphicsrotation.html#angleChanged" location="qgraphicstransform.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="angleChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="axisChanged" fullname="QGraphicsRotation::axisChanged" href="qgraphicsrotation.html#axisChanged" location="qgraphicstransform.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="axisChanged()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QNetworkCookie" href="qnetworkcookie.html" location="qnetworkcookie.h" bases="" module="QtNetwork">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="RawForm" fullname="QNetworkCookie::RawForm" href="qnetworkcookie.html#RawForm-enum" location="qnetworkcookie.h">
+ <value name="NameAndValueOnly" value="0"/>
+ <value name="Full" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QNetworkCookie" fullname="QNetworkCookie::QNetworkCookie" href="qnetworkcookie.html#QNetworkCookie" location="qnetworkcookie.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QNetworkCookie(const QByteArray &amp; name, const QByteArray &amp; value)">
+ <parameter left="const QByteArray &amp;" right="" name="name" default="QByteArray()"/>
+ <parameter left="const QByteArray &amp;" right="" name="value" default="QByteArray()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QNetworkCookie" fullname="QNetworkCookie::QNetworkCookie" href="qnetworkcookie.html#QNetworkCookie-2" location="qnetworkcookie.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QNetworkCookie(const QNetworkCookie &amp; other)">
+ <parameter left="const QNetworkCookie &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QNetworkCookie" fullname="QNetworkCookie::~QNetworkCookie" href="qnetworkcookie.html#dtor.QNetworkCookie" location="qnetworkcookie.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QNetworkCookie()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QNetworkCookie::operator=" href="qnetworkcookie.html#operator=" location="qnetworkcookie.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QNetworkCookie &amp;" signature="operator=(const QNetworkCookie &amp; other)">
+ <parameter left="const QNetworkCookie &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QNetworkCookie::operator==" href="qnetworkcookie.html#operator==" location="qnetworkcookie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QNetworkCookie &amp; other) const">
+ <parameter left="const QNetworkCookie &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QNetworkCookie::operator!=" href="qnetworkcookie.html#operator!=" location="qnetworkcookie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QNetworkCookie &amp; other) const">
+ <parameter left="const QNetworkCookie &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSecure" fullname="QNetworkCookie::isSecure" href="qnetworkcookie.html#isSecure" location="qnetworkcookie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSecure() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSecure" fullname="QNetworkCookie::setSecure" href="qnetworkcookie.html#setSecure" location="qnetworkcookie.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSecure(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isHttpOnly" fullname="QNetworkCookie::isHttpOnly" href="qnetworkcookie.html#isHttpOnly" location="qnetworkcookie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isHttpOnly() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHttpOnly" fullname="QNetworkCookie::setHttpOnly" href="qnetworkcookie.html#setHttpOnly" location="qnetworkcookie.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHttpOnly(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSessionCookie" fullname="QNetworkCookie::isSessionCookie" href="qnetworkcookie.html#isSessionCookie" location="qnetworkcookie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSessionCookie() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="expirationDate" fullname="QNetworkCookie::expirationDate" href="qnetworkcookie.html#expirationDate" location="qnetworkcookie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="expirationDate() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setExpirationDate" fullname="QNetworkCookie::setExpirationDate" href="qnetworkcookie.html#setExpirationDate" location="qnetworkcookie.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setExpirationDate(const QDateTime &amp; date)">
+ <parameter left="const QDateTime &amp;" right="" name="date" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="domain" fullname="QNetworkCookie::domain" href="qnetworkcookie.html#domain" location="qnetworkcookie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="domain() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDomain" fullname="QNetworkCookie::setDomain" href="qnetworkcookie.html#setDomain" location="qnetworkcookie.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDomain(const QString &amp; domain)">
+ <parameter left="const QString &amp;" right="" name="domain" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="path" fullname="QNetworkCookie::path" href="qnetworkcookie.html#path" location="qnetworkcookie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="path() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPath" fullname="QNetworkCookie::setPath" href="qnetworkcookie.html#setPath" location="qnetworkcookie.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPath(const QString &amp; path)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QNetworkCookie::name" href="qnetworkcookie.html#name" location="qnetworkcookie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setName" fullname="QNetworkCookie::setName" href="qnetworkcookie.html#setName" location="qnetworkcookie.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setName(const QByteArray &amp; cookieName)">
+ <parameter left="const QByteArray &amp;" right="" name="cookieName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QNetworkCookie::value" href="qnetworkcookie.html#value" location="qnetworkcookie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QNetworkCookie::setValue" href="qnetworkcookie.html#setValue" location="qnetworkcookie.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setValue(const QByteArray &amp; value)">
+ <parameter left="const QByteArray &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toRawForm" fullname="QNetworkCookie::toRawForm" href="qnetworkcookie.html#toRawForm" location="qnetworkcookie.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="toRawForm(RawForm form) const">
+ <parameter left="RawForm" right="" name="form" default="Full"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parseCookies" fullname="QNetworkCookie::parseCookies" href="qnetworkcookie.html#parseCookies" location="qnetworkcookie.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QList&lt;QNetworkCookie&gt;" signature="parseCookies(const QByteArray &amp; cookieString)">
+ <parameter left="const QByteArray &amp;" right="" name="cookieString" default=""/>
+ </function>
+ </class>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="QObjectList" href="qobject.html#QObjectList-typedef" location="qobject.h"/>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QObject" href="qobject.html" location="qobject.h" bases="" module="QtCore">
+ <target name="no-copy-constructor"/>
+ <contents name="no-copy-constructor-or-assignment-operator" title="No copy constructor or assignment operator" level="1"/>
+ <contents name="auto-connection" title="Auto-Connection" level="2"/>
+ <contents name="dynamic-properties" title="Dynamic Properties" level="2"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="objectName" fullname="QObject::objectName" href="qobject.html#objectName-prop" location="qobject.h" type="QString">
+ <getter name="objectName"/>
+ <setter name="setObjectName"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QObject" fullname="QObject::QObject" href="qobject.html#QObject" location="qobject.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="Q_INVOKABLE" signature="QObject(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QObject" fullname="QObject::~QObject" href="qobject.html#dtor.QObject" location="qobject.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QObject()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="event" fullname="QObject::event" href="qobject.html#event" location="qobject.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="QObject::eventFilter" href="qobject.html#eventFilter" location="qobject.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * watched, QEvent * event)">
+ <parameter left="QObject *" right="" name="watched" default=""/>
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tr" fullname="QObject::tr" href="qobject.html#tr" location="qobject.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="tr(const char * sourceText, const char * disambiguation, int n)">
+ <parameter left="const char *" right="" name="sourceText" default=""/>
+ <parameter left="const char *" right="" name="disambiguation" default="0"/>
+ <parameter left="int" right="" name="n" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="trUtf8" fullname="QObject::trUtf8" href="qobject.html#trUtf8" location="qobject.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="trUtf8(const char * sourceText, const char * disambiguation, int n)">
+ <parameter left="const char *" right="" name="sourceText" default=""/>
+ <parameter left="const char *" right="" name="disambiguation" default="0"/>
+ <parameter left="int" right="" name="n" default="-1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="metaObject" fullname="QObject::metaObject" href="qobject.html#metaObject" location="qobject.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="const QMetaObject *" signature="metaObject() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="staticMetaObject" fullname="QObject::staticMetaObject" href="qobject.html#staticMetaObject-var" location="qobject.h" type="const QMetaObject" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="objectName" fullname="QObject::objectName" href="qobject.html#objectName-prop" location="qobject.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="objectName" type="QString" signature="objectName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setObjectName" fullname="QObject::setObjectName" href="qobject.html#objectName-prop" location="qobject.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="objectName" type="void" signature="setObjectName(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isWidgetType" fullname="QObject::isWidgetType" href="qobject.html#isWidgetType" location="qobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isWidgetType() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="signalsBlocked" fullname="QObject::signalsBlocked" href="qobject.html#signalsBlocked" location="qobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="signalsBlocked() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blockSignals" fullname="QObject::blockSignals" href="qobject.html#blockSignals" location="qobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="blockSignals(bool block)">
+ <parameter left="bool" right="" name="block" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="thread" fullname="QObject::thread" href="qobject.html#thread" location="qobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QThread *" signature="thread() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveToThread" fullname="QObject::moveToThread" href="qobject.html#moveToThread" location="qobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveToThread(QThread * targetThread)">
+ <parameter left="QThread *" right="" name="targetThread" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startTimer" fullname="QObject::startTimer" href="qobject.html#startTimer" location="qobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="startTimer(int interval)">
+ <parameter left="int" right="" name="interval" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="killTimer" fullname="QObject::killTimer" href="qobject.html#killTimer" location="qobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="killTimer(int id)">
+ <parameter left="int" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findChild" fullname="QObject::findChild" href="qobject.html#findChild" location="qobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T" signature="findChild(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findChildren" fullname="QObject::findChildren" href="qobject.html#findChildren" location="qobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;T&gt;" signature="findChildren(const QString &amp; name) const">
+ <parameter left="const QString &amp;" right="" name="name" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findChildren" fullname="QObject::findChildren" href="qobject.html#findChildren-2" location="qobject.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QList&lt;T&gt;" signature="findChildren(const QRegExp &amp; regExp) const">
+ <parameter left="const QRegExp &amp;" right="" name="regExp" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="child" fullname="QObject::child" href="qobject-qt3.html#child" location="qobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QObject *" signature="child(const char * objName, const char * inheritsClass, bool recursiveSearch) const">
+ <parameter left="const char *" right="" name="objName" default=""/>
+ <parameter left="const char *" right="" name="inheritsClass" default="0"/>
+ <parameter left="bool" right="" name="recursiveSearch" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="children" fullname="QObject::children" href="qobject.html#children" location="qobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QObjectList &amp;" signature="children() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setParent" fullname="QObject::setParent" href="qobject.html#setParent" location="qobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setParent(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="installEventFilter" fullname="QObject::installEventFilter" href="qobject.html#installEventFilter" location="qobject.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="installEventFilter(QObject * filterObj)">
+ <parameter left="QObject *" right="" name="filterObj" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeEventFilter" fullname="QObject::removeEventFilter" href="qobject.html#removeEventFilter" location="qobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeEventFilter(QObject * obj)">
+ <parameter left="QObject *" right="" name="obj" default=""/>
+ </function>
+ <function access="public" threadsafety="thread safe" status="commendable" name="connect" fullname="QObject::connect" href="qobject.html#connect" location="qobject.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="connect(const QObject * sender, const char * signal, const QObject * receiver, const char * method, Qt::ConnectionType type)">
+ <parameter left="const QObject *" right="" name="sender" default=""/>
+ <parameter left="const char *" right="" name="signal" default=""/>
+ <parameter left="const QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="method" default=""/>
+ <parameter left="Qt::ConnectionType" right="" name="type" default="Qt::AutoConnection"/>
+ </function>
+ <function access="public" threadsafety="thread safe" status="commendable" name="connect" fullname="QObject::connect" href="qobject.html#connect-2" location="qobject.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="connect(const QObject * sender, const char * signal, const char * method, Qt::ConnectionType type) const">
+ <parameter left="const QObject *" right="" name="sender" default=""/>
+ <parameter left="const char *" right="" name="signal" default=""/>
+ <parameter left="const char *" right="" name="method" default=""/>
+ <parameter left="Qt::ConnectionType" right="" name="type" default="Qt::AutoConnection"/>
+ </function>
+ <function access="public" threadsafety="thread safe" status="commendable" name="disconnect" fullname="QObject::disconnect" href="qobject.html#disconnect" location="qobject.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="disconnect(const QObject * sender, const char * signal, const QObject * receiver, const char * method)">
+ <parameter left="const QObject *" right="" name="sender" default=""/>
+ <parameter left="const char *" right="" name="signal" default=""/>
+ <parameter left="const QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="method" default=""/>
+ </function>
+ <function access="public" threadsafety="thread safe" status="commendable" name="disconnect" fullname="QObject::disconnect" href="qobject.html#disconnect-2" location="qobject.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="disconnect(const char * signal, const QObject * receiver, const char * method)">
+ <parameter left="const char *" right="" name="signal" default="0"/>
+ <parameter left="const QObject *" right="" name="receiver" default="0"/>
+ <parameter left="const char *" right="" name="method" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="disconnect" fullname="QObject::disconnect" href="qobject.html#disconnect-3" location="qobject.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="bool" signature="disconnect(const QObject * receiver, const char * method)">
+ <parameter left="const QObject *" right="" name="receiver" default=""/>
+ <parameter left="const char *" right="" name="method" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dumpObjectTree" fullname="QObject::dumpObjectTree" href="qobject.html#dumpObjectTree" location="qobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="dumpObjectTree()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dumpObjectInfo" fullname="QObject::dumpObjectInfo" href="qobject.html#dumpObjectInfo" location="qobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="dumpObjectInfo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProperty" fullname="QObject::setProperty" href="qobject.html#setProperty" location="qobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="setProperty(const char * name, const QVariant &amp; value)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="property" fullname="QObject::property" href="qobject.html#property" location="qobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="property(const char * name) const">
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dynamicPropertyNames" fullname="QObject::dynamicPropertyNames" href="qobject.html#dynamicPropertyNames" location="qobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;QByteArray&gt;" signature="dynamicPropertyNames() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="destroyed" fullname="QObject::destroyed" href="qobject.html#destroyed" location="qobject.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="destroyed(QObject * obj)">
+ <parameter left="QObject *" right="" name="obj" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parent" fullname="QObject::parent" href="qobject.html#parent" location="qobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QObject *" signature="parent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inherits" fullname="QObject::inherits" href="qobject.html#inherits" location="qobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="inherits(const char * className) const">
+ <parameter left="const char *" right="" name="className" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="deleteLater" fullname="QObject::deleteLater" href="qobject.html#deleteLater" location="qobject.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="deleteLater()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sender" fullname="QObject::sender" href="qobject.html#sender" location="qobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QObject *" signature="sender() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="receivers" fullname="QObject::receivers" href="qobject.html#receivers" location="qobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="receivers(const char * signal) const">
+ <parameter left="const char *" right="" name="signal" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="timerEvent" fullname="QObject::timerEvent" href="qobject.html#timerEvent" location="qobject.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="timerEvent(QTimerEvent * event)">
+ <parameter left="QTimerEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="childEvent" fullname="QObject::childEvent" href="qobject.html#childEvent" location="qobject.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="childEvent(QChildEvent * event)">
+ <parameter left="QChildEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="customEvent" fullname="QObject::customEvent" href="qobject.html#customEvent" location="qobject.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="customEvent(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="connectNotify" fullname="QObject::connectNotify" href="qobject.html#connectNotify" location="qobject.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="connectNotify(const char * signal)">
+ <parameter left="const char *" right="" name="signal" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="disconnectNotify" fullname="QObject::disconnectNotify" href="qobject.html#disconnectNotify" location="qobject.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="disconnectNotify(const char * signal)">
+ <parameter left="const char *" right="" name="signal" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QObject" fullname="QObject::QObject" href="qobject-qt3.html#QObject-3" location="qobject.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QObject(QObject * parent, const char * name)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="insertChild" fullname="QObject::insertChild" href="qobject-qt3.html#insertChild" location="qobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertChild(QObject * object)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="removeChild" fullname="QObject::removeChild" href="qobject-qt3.html#removeChild" location="qobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeChild(QObject * object)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="isA" fullname="QObject::isA" href="qobject-qt3.html#isA" location="qobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isA(const char * className) const">
+ <parameter left="const char *" right="" name="className" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="className" fullname="QObject::className" href="qobject-qt3.html#className" location="qobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="className() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="name" fullname="QObject::name" href="qobject-qt3.html#name" location="qobject.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const char *" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="name" fullname="QObject::name" href="qobject-qt3.html#name-2" location="qobject.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="const char *" signature="name(const char * defaultName) const">
+ <parameter left="const char *" right="" name="defaultName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setName" fullname="QObject::setName" href="qobject-qt3.html#setName" location="qobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setName(const char * name)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="compat" name="checkConnectArgs" fullname="QObject::checkConnectArgs" href="qobject-qt3.html#checkConnectArgs" location="qobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="checkConnectArgs(const char * signal, const QObject * object, const char * method)">
+ <parameter left="const char *" right="" name="signal" default=""/>
+ <parameter left="const QObject *" right="" name="object" default=""/>
+ <parameter left="const char *" right="" name="method" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="compat" name="normalizeSignalSlot" fullname="QObject::normalizeSignalSlot" href="qobject-qt3.html#normalizeSignalSlot" location="qobject.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QByteArray" signature="normalizeSignalSlot(const char * signalSlot)">
+ <parameter left="const char *" right="" name="signalSlot" default=""/>
+ </function>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="d_ptr" fullname="QObject::d_ptr" href="qobject.html#d_ptr-var" location="qobject.h" type="QObjectData *" static="false"/>
+ <variable access="protected" threadsafety="unspecified" status="commendable" name="staticQtMetaObject" fullname="QObject::staticQtMetaObject" href="qobject.html#staticQtMetaObject-var" location="qobject.h" type="const QMetaObject" static="true"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qFindChild" href="qobject.html#qFindChild" location="qobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QObject" type="T" signature="qFindChild(const QObject * obj, const QString &amp; name)">
+ <parameter left="const QObject *" right="" name="obj" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qFindChildren" href="qobject.html#qFindChildren" location="qobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QObject" type="QList&lt;T&gt;" signature="qFindChildren(const QObject * obj, const QString &amp; name)">
+ <parameter left="const QObject *" right="" name="obj" default=""/>
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qFindChildren" href="qobject.html#qFindChildren-6" location="qobject.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" relates="QObject" type="QList&lt;T&gt;" signature="qFindChildren(const QObject * obj, const QRegExp &amp; regExp)">
+ <parameter left="const QObject *" right="" name="obj" default=""/>
+ <parameter left="const QRegExp &amp;" right="" name="regExp" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qobject_cast" href="qobject.html#qobject_cast" location="qobject.h" virtual="non" meta="plain" const="false" static="false" overload="false" relates="QObject" type="T" signature="qobject_cast(QObject * object)">
+ <parameter left="QObject *" right="" name="object" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSpinBox" href="qspinbox.html" location="qspinbox.h" bases="QAbstractSpinBox" module="QtGui">
+ <contents name="subclassing-qspinbox" title="Subclassing QSpinBox" level="1"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="suffix" fullname="QSpinBox::suffix" href="qspinbox.html#suffix-prop" location="qspinbox.h" type="QString">
+ <getter name="suffix"/>
+ <setter name="setSuffix"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="prefix" fullname="QSpinBox::prefix" href="qspinbox.html#prefix-prop" location="qspinbox.h" type="QString">
+ <getter name="prefix"/>
+ <setter name="setPrefix"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="cleanText" fullname="QSpinBox::cleanText" href="qspinbox.html#cleanText-prop" location="qspinbox.h" type="QString">
+ <getter name="cleanText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="minimum" fullname="QSpinBox::minimum" href="qspinbox.html#minimum-prop" location="qspinbox.h" type="int">
+ <getter name="minimum"/>
+ <setter name="setMinimum"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maximum" fullname="QSpinBox::maximum" href="qspinbox.html#maximum-prop" location="qspinbox.h" type="int">
+ <getter name="maximum"/>
+ <setter name="setMaximum"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="singleStep" fullname="QSpinBox::singleStep" href="qspinbox.html#singleStep-prop" location="qspinbox.h" type="int">
+ <getter name="singleStep"/>
+ <setter name="setSingleStep"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QSpinBox::value" href="qspinbox.html#value-prop" location="qspinbox.h" type="int">
+ <getter name="value"/>
+ <setter name="setValue"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSpinBox" fullname="QSpinBox::QSpinBox" href="qspinbox.html#QSpinBox" location="qspinbox.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSpinBox(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QSpinBox" fullname="QSpinBox::QSpinBox" href="qspinbox-qt3.html#QSpinBox-2" location="qspinbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QSpinBox(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QSpinBox" fullname="QSpinBox::QSpinBox" href="qspinbox-qt3.html#QSpinBox-3" location="qspinbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QSpinBox(int minimum, int maximum, int step, QWidget * parent, const char * name)">
+ <parameter left="int" right="" name="minimum" default=""/>
+ <parameter left="int" right="" name="maximum" default=""/>
+ <parameter left="int" right="" name="step" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QSpinBox::value" href="qspinbox.html#value-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="value" type="int" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prefix" fullname="QSpinBox::prefix" href="qspinbox.html#prefix-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="prefix" type="QString" signature="prefix() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPrefix" fullname="QSpinBox::setPrefix" href="qspinbox.html#prefix-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="prefix" type="void" signature="setPrefix(const QString &amp; prefix)">
+ <parameter left="const QString &amp;" right="" name="prefix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="suffix" fullname="QSpinBox::suffix" href="qspinbox.html#suffix-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="suffix" type="QString" signature="suffix() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSuffix" fullname="QSpinBox::setSuffix" href="qspinbox.html#suffix-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="suffix" type="void" signature="setSuffix(const QString &amp; suffix)">
+ <parameter left="const QString &amp;" right="" name="suffix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cleanText" fullname="QSpinBox::cleanText" href="qspinbox.html#cleanText-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="cleanText" type="QString" signature="cleanText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="singleStep" fullname="QSpinBox::singleStep" href="qspinbox.html#singleStep-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="singleStep" type="int" signature="singleStep() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSingleStep" fullname="QSpinBox::setSingleStep" href="qspinbox.html#singleStep-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="singleStep" type="void" signature="setSingleStep(int val)">
+ <parameter left="int" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimum" fullname="QSpinBox::minimum" href="qspinbox.html#minimum-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="minimum" type="int" signature="minimum() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinimum" fullname="QSpinBox::setMinimum" href="qspinbox.html#minimum-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="minimum" type="void" signature="setMinimum(int min)">
+ <parameter left="int" right="" name="min" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximum" fullname="QSpinBox::maximum" href="qspinbox.html#maximum-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maximum" type="int" signature="maximum() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaximum" fullname="QSpinBox::setMaximum" href="qspinbox.html#maximum-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="maximum" type="void" signature="setMaximum(int max)">
+ <parameter left="int" right="" name="max" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRange" fullname="QSpinBox::setRange" href="qspinbox.html#setRange" location="qspinbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRange(int minimum, int maximum)">
+ <parameter left="int" right="" name="minimum" default=""/>
+ <parameter left="int" right="" name="maximum" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setLineStep" fullname="QSpinBox::setLineStep" href="qspinbox-qt3.html#setLineStep" location="qspinbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLineStep(int step)">
+ <parameter left="int" right="" name="step" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setMaxValue" fullname="QSpinBox::setMaxValue" href="qspinbox-qt3.html#setMaxValue" location="qspinbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMaxValue(int value)">
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setMinValue" fullname="QSpinBox::setMinValue" href="qspinbox-qt3.html#setMinValue" location="qspinbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMinValue(int value)">
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="maxValue" fullname="QSpinBox::maxValue" href="qspinbox-qt3.html#maxValue" location="qspinbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="maxValue() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="minValue" fullname="QSpinBox::minValue" href="qspinbox-qt3.html#minValue" location="qspinbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="minValue() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QSpinBox::event" href="qspinbox.html#event" location="qspinbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * event)">
+ <parameter left="QEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="validate" fullname="QSpinBox::validate" href="qspinbox.html#validate" location="qspinbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QValidator::State" signature="validate(QString &amp; text, int &amp; pos) const">
+ <parameter left="QString &amp;" right="" name="text" default=""/>
+ <parameter left="int &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="valueFromText" fullname="QSpinBox::valueFromText" href="qspinbox.html#valueFromText" location="qspinbox.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="valueFromText(const QString &amp; text) const">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="textFromValue" fullname="QSpinBox::textFromValue" href="qspinbox.html#textFromValue" location="qspinbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="textFromValue(int value) const">
+ <parameter left="int" right="" name="value" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="fixup" fullname="QSpinBox::fixup" href="qspinbox.html#fixup" location="qspinbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="fixup(QString &amp; input) const">
+ <parameter left="QString &amp;" right="" name="input" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QSpinBox::setValue" href="qspinbox.html#value-prop" location="qspinbox.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="value" type="void" signature="setValue(int val)">
+ <parameter left="int" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QSpinBox::valueChanged" href="qspinbox.html#valueChanged" location="qspinbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(int i)">
+ <parameter left="int" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QSpinBox::valueChanged" href="qspinbox.html#valueChanged-2" location="qspinbox.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="valueChanged(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDoubleSpinBox" href="qdoublespinbox.html" location="qspinbox.h" bases="QAbstractSpinBox" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="prefix" fullname="QDoubleSpinBox::prefix" href="qdoublespinbox.html#prefix-prop" location="qspinbox.h" type="QString">
+ <getter name="prefix"/>
+ <setter name="setPrefix"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="suffix" fullname="QDoubleSpinBox::suffix" href="qdoublespinbox.html#suffix-prop" location="qspinbox.h" type="QString">
+ <getter name="suffix"/>
+ <setter name="setSuffix"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="cleanText" fullname="QDoubleSpinBox::cleanText" href="qdoublespinbox.html#cleanText-prop" location="qspinbox.h" type="QString">
+ <getter name="cleanText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="decimals" fullname="QDoubleSpinBox::decimals" href="qdoublespinbox.html#decimals-prop" location="qspinbox.h" type="int">
+ <getter name="decimals"/>
+ <setter name="setDecimals"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="minimum" fullname="QDoubleSpinBox::minimum" href="qdoublespinbox.html#minimum-prop" location="qspinbox.h" type="double">
+ <getter name="minimum"/>
+ <setter name="setMinimum"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="maximum" fullname="QDoubleSpinBox::maximum" href="qdoublespinbox.html#maximum-prop" location="qspinbox.h" type="double">
+ <getter name="maximum"/>
+ <setter name="setMaximum"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="singleStep" fullname="QDoubleSpinBox::singleStep" href="qdoublespinbox.html#singleStep-prop" location="qspinbox.h" type="double">
+ <getter name="singleStep"/>
+ <setter name="setSingleStep"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QDoubleSpinBox::value" href="qdoublespinbox.html#value-prop" location="qspinbox.h" type="double">
+ <getter name="value"/>
+ <setter name="setValue"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDoubleSpinBox" fullname="QDoubleSpinBox::QDoubleSpinBox" href="qdoublespinbox.html#QDoubleSpinBox" location="qspinbox.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDoubleSpinBox(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QDoubleSpinBox::value" href="qdoublespinbox.html#value-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="value" type="double" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prefix" fullname="QDoubleSpinBox::prefix" href="qdoublespinbox.html#prefix-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="prefix" type="QString" signature="prefix() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPrefix" fullname="QDoubleSpinBox::setPrefix" href="qdoublespinbox.html#prefix-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="prefix" type="void" signature="setPrefix(const QString &amp; prefix)">
+ <parameter left="const QString &amp;" right="" name="prefix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="suffix" fullname="QDoubleSpinBox::suffix" href="qdoublespinbox.html#suffix-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="suffix" type="QString" signature="suffix() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSuffix" fullname="QDoubleSpinBox::setSuffix" href="qdoublespinbox.html#suffix-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="suffix" type="void" signature="setSuffix(const QString &amp; suffix)">
+ <parameter left="const QString &amp;" right="" name="suffix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cleanText" fullname="QDoubleSpinBox::cleanText" href="qdoublespinbox.html#cleanText-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="cleanText" type="QString" signature="cleanText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="singleStep" fullname="QDoubleSpinBox::singleStep" href="qdoublespinbox.html#singleStep-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="singleStep" type="double" signature="singleStep() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSingleStep" fullname="QDoubleSpinBox::setSingleStep" href="qdoublespinbox.html#singleStep-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="singleStep" type="void" signature="setSingleStep(double val)">
+ <parameter left="double" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimum" fullname="QDoubleSpinBox::minimum" href="qdoublespinbox.html#minimum-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="minimum" type="double" signature="minimum() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinimum" fullname="QDoubleSpinBox::setMinimum" href="qdoublespinbox.html#minimum-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="minimum" type="void" signature="setMinimum(double min)">
+ <parameter left="double" right="" name="min" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maximum" fullname="QDoubleSpinBox::maximum" href="qdoublespinbox.html#maximum-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="maximum" type="double" signature="maximum() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaximum" fullname="QDoubleSpinBox::setMaximum" href="qdoublespinbox.html#maximum-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="maximum" type="void" signature="setMaximum(double max)">
+ <parameter left="double" right="" name="max" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRange" fullname="QDoubleSpinBox::setRange" href="qdoublespinbox.html#setRange" location="qspinbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRange(double minimum, double maximum)">
+ <parameter left="double" right="" name="minimum" default=""/>
+ <parameter left="double" right="" name="maximum" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="decimals" fullname="QDoubleSpinBox::decimals" href="qdoublespinbox.html#decimals-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="decimals" type="int" signature="decimals() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDecimals" fullname="QDoubleSpinBox::setDecimals" href="qdoublespinbox.html#decimals-prop" location="qspinbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="decimals" type="void" signature="setDecimals(int prec)">
+ <parameter left="int" right="" name="prec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="validate" fullname="QDoubleSpinBox::validate" href="qdoublespinbox.html#validate" location="qspinbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QValidator::State" signature="validate(QString &amp; text, int &amp; pos) const">
+ <parameter left="QString &amp;" right="" name="text" default=""/>
+ <parameter left="int &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valueFromText" fullname="QDoubleSpinBox::valueFromText" href="qdoublespinbox.html#valueFromText" location="qspinbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="double" signature="valueFromText(const QString &amp; text) const">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textFromValue" fullname="QDoubleSpinBox::textFromValue" href="qdoublespinbox.html#textFromValue" location="qspinbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="textFromValue(double value) const">
+ <parameter left="double" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fixup" fullname="QDoubleSpinBox::fixup" href="qdoublespinbox.html#fixup" location="qspinbox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="fixup(QString &amp; input) const">
+ <parameter left="QString &amp;" right="" name="input" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QDoubleSpinBox::setValue" href="qdoublespinbox.html#value-prop" location="qspinbox.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="value" type="void" signature="setValue(double val)">
+ <parameter left="double" right="" name="val" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QDoubleSpinBox::valueChanged" href="qdoublespinbox.html#valueChanged" location="qspinbox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(double d)">
+ <parameter left="double" right="" name="d" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QDoubleSpinBox::valueChanged" href="qdoublespinbox.html#valueChanged-2" location="qspinbox.h" virtual="non" meta="signal" const="false" static="false" overload="true" overload-number="2" type="void" signature="valueChanged(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QHelpIndexModel" href="qhelpindexmodel.html" location="qhelpindexwidget.h" bases="QStringListModel" module="QtHelp">
+ <function access="public" threadsafety="unspecified" status="commendable" name="createIndex" fullname="QHelpIndexModel::createIndex" href="qhelpindexmodel.html#createIndex" location="qhelpindexwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="createIndex(const QString &amp; customFilterName)">
+ <parameter left="const QString &amp;" right="" name="customFilterName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filter" fullname="QHelpIndexModel::filter" href="qhelpindexmodel.html#filter" location="qhelpindexwidget.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QModelIndex" signature="filter(const QString &amp; filter, const QString &amp; wildcard)">
+ <parameter left="const QString &amp;" right="" name="filter" default=""/>
+ <parameter left="const QString &amp;" right="" name="wildcard" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="linksForKeyword" fullname="QHelpIndexModel::linksForKeyword" href="qhelpindexmodel.html#linksForKeyword" location="qhelpindexwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMap&lt;QString, QUrl&gt;" signature="linksForKeyword(const QString &amp; keyword) const">
+ <parameter left="const QString &amp;" right="" name="keyword" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCreatingIndex" fullname="QHelpIndexModel::isCreatingIndex" href="qhelpindexmodel.html#isCreatingIndex" location="qhelpindexwidget.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCreatingIndex() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexCreationStarted" fullname="QHelpIndexModel::indexCreationStarted" href="qhelpindexmodel.html#indexCreationStarted" location="qhelpindexwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="indexCreationStarted()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="indexCreated" fullname="QHelpIndexModel::indexCreated" href="qhelpindexmodel.html#indexCreated" location="qhelpindexwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="indexCreated()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QHelpIndexWidget" href="qhelpindexwidget.html" location="qhelpindexwidget.h" bases="QListView" module="QtHelp">
+ <function access="public" threadsafety="unspecified" status="commendable" name="linkActivated" fullname="QHelpIndexWidget::linkActivated" href="qhelpindexwidget.html#linkActivated" location="qhelpindexwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="linkActivated(const QUrl &amp; link, const QString &amp; keyword)">
+ <parameter left="const QUrl &amp;" right="" name="link" default=""/>
+ <parameter left="const QString &amp;" right="" name="keyword" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="linksActivated" fullname="QHelpIndexWidget::linksActivated" href="qhelpindexwidget.html#linksActivated" location="qhelpindexwidget.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="linksActivated(const QMap&lt;QString, QUrl&gt; &amp; links, const QString &amp; keyword)">
+ <parameter left="const QMap&lt;QString, QUrl&gt; &amp;" right="" name="links" default=""/>
+ <parameter left="const QString &amp;" right="" name="keyword" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filterIndices" fullname="QHelpIndexWidget::filterIndices" href="qhelpindexwidget.html#filterIndices" location="qhelpindexwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="filterIndices(const QString &amp; filter, const QString &amp; wildcard)">
+ <parameter left="const QString &amp;" right="" name="filter" default=""/>
+ <parameter left="const QString &amp;" right="" name="wildcard" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="activateCurrentItem" fullname="QHelpIndexWidget::activateCurrentItem" href="qhelpindexwidget.html#activateCurrentItem" location="qhelpindexwidget.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="activateCurrentItem()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDirIterator" href="qdiriterator.html" location="qdiriterator.h" bases="" module="QtCore">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="IteratorFlag" fullname="QDirIterator::IteratorFlag" href="qdiriterator.html#IteratorFlag-enum" location="qdiriterator.h" typedef="QDirIterator::IteratorFlags">
+ <value name="NoIteratorFlags" value="0x0"/>
+ <value name="FollowSymlinks" value="0x1"/>
+ <value name="Subdirectories" value="0x2"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="IteratorFlags" fullname="QDirIterator::IteratorFlags" href="qdiriterator.html#IteratorFlags-typedef" location="qdiriterator.h" enum="QDirIterator::IteratorFlag"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDirIterator" fullname="QDirIterator::QDirIterator" href="qdiriterator.html#QDirIterator" location="qdiriterator.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDirIterator(const QDir &amp; dir, QFlags&lt;QDirIterator::IteratorFlag&gt; flags)">
+ <parameter left="const QDir &amp;" right="" name="dir" default=""/>
+ <parameter left="QFlags&lt;QDirIterator::IteratorFlag&gt;" right="" name="flags" default="NoIteratorFlags"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDirIterator" fullname="QDirIterator::QDirIterator" href="qdiriterator.html#QDirIterator-2" location="qdiriterator.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QDirIterator(const QString &amp; path, QFlags&lt;QDirIterator::IteratorFlag&gt; flags)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="QFlags&lt;QDirIterator::IteratorFlag&gt;" right="" name="flags" default="NoIteratorFlags"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDirIterator" fullname="QDirIterator::QDirIterator" href="qdiriterator.html#QDirIterator-3" location="qdiriterator.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QDirIterator(const QString &amp; path, QFlags&lt;QDir::Filter&gt; filters, QFlags&lt;QDirIterator::IteratorFlag&gt; flags)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="QFlags&lt;QDir::Filter&gt;" right="" name="filters" default=""/>
+ <parameter left="QFlags&lt;QDirIterator::IteratorFlag&gt;" right="" name="flags" default="NoIteratorFlags"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDirIterator" fullname="QDirIterator::QDirIterator" href="qdiriterator.html#QDirIterator-4" location="qdiriterator.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QDirIterator(const QString &amp; path, const QStringList &amp; nameFilters, QFlags&lt;QDir::Filter&gt; filters, QFlags&lt;QDirIterator::IteratorFlag&gt; flags)">
+ <parameter left="const QString &amp;" right="" name="path" default=""/>
+ <parameter left="const QStringList &amp;" right="" name="nameFilters" default=""/>
+ <parameter left="QFlags&lt;QDir::Filter&gt;" right="" name="filters" default="QDir::NoFilter"/>
+ <parameter left="QFlags&lt;QDirIterator::IteratorFlag&gt;" right="" name="flags" default="NoIteratorFlags"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDirIterator" fullname="QDirIterator::~QDirIterator" href="qdiriterator.html#dtor.QDirIterator" location="qdiriterator.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDirIterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="QDirIterator::next" href="qdiriterator.html#next" location="qdiriterator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString" signature="next()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasNext" fullname="QDirIterator::hasNext" href="qdiriterator.html#hasNext" location="qdiriterator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QDirIterator::fileName" href="qdiriterator.html#fileName" location="qdiriterator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fileName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filePath" fullname="QDirIterator::filePath" href="qdiriterator.html#filePath" location="qdiriterator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="filePath() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileInfo" fullname="QDirIterator::fileInfo" href="qdiriterator.html#fileInfo" location="qdiriterator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFileInfo" signature="fileInfo() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="path" fullname="QDirIterator::path" href="qdiriterator.html#path" location="qdiriterator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="path() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3DataView" href="q3dataview.html" location="q3dataview.h" bases="QWidget" module="Qt3Support">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3DataView" fullname="Q3DataView::Q3DataView" href="q3dataview.html#Q3DataView" location="q3dataview.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3DataView(QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; fl)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="fl" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3DataView" fullname="Q3DataView::~Q3DataView" href="q3dataview.html#dtor.Q3DataView" location="q3dataview.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3DataView()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setForm" fullname="Q3DataView::setForm" href="q3dataview.html#setForm" location="q3dataview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setForm(Q3SqlForm * form)">
+ <parameter left="Q3SqlForm *" right="" name="form" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="form" fullname="Q3DataView::form" href="q3dataview.html#form" location="q3dataview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3SqlForm *" signature="form()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRecord" fullname="Q3DataView::setRecord" href="q3dataview.html#setRecord" location="q3dataview.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setRecord(QSqlRecord * record)">
+ <parameter left="QSqlRecord *" right="" name="record" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="record" fullname="Q3DataView::record" href="q3dataview.html#record" location="q3dataview.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSqlRecord *" signature="record()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="refresh" fullname="Q3DataView::refresh" href="q3dataview.html#refresh" location="q3dataview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="refresh(QSqlRecord * buf)">
+ <parameter left="QSqlRecord *" right="" name="buf" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="readFields" fullname="Q3DataView::readFields" href="q3dataview.html#readFields" location="q3dataview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="readFields()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writeFields" fullname="Q3DataView::writeFields" href="q3dataview.html#writeFields" location="q3dataview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="writeFields()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearValues" fullname="Q3DataView::clearValues" href="q3dataview.html#clearValues" location="q3dataview.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="clearValues()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSqlDriver" href="qsqldriver.html" location="qsqldriver.h" bases="QObject" module="QtSql">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DriverFeature" fullname="QSqlDriver::DriverFeature" href="qsqldriver.html#DriverFeature-enum" location="qsqldriver.h">
+ <value name="Transactions" value="0"/>
+ <value name="QuerySize" value="1"/>
+ <value name="BLOB" value="2"/>
+ <value name="Unicode" value="3"/>
+ <value name="PreparedQueries" value="4"/>
+ <value name="NamedPlaceholders" value="5"/>
+ <value name="PositionalPlaceholders" value="6"/>
+ <value name="LastInsertId" value="7"/>
+ <value name="BatchOperations" value="8"/>
+ <value name="SimpleLocking" value="9"/>
+ <value name="LowPrecisionNumbers" value="10"/>
+ <value name="EventNotifications" value="11"/>
+ <value name="FinishQuery" value="12"/>
+ <value name="MultipleResultSets" value="13"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="StatementType" fullname="QSqlDriver::StatementType" href="qsqldriver.html#StatementType-enum" location="qsqldriver.h">
+ <value name="WhereStatement" value="0"/>
+ <value name="SelectStatement" value="1"/>
+ <value name="UpdateStatement" value="2"/>
+ <value name="InsertStatement" value="3"/>
+ <value name="DeleteStatement" value="4"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="IdentifierType" fullname="QSqlDriver::IdentifierType" href="qsqldriver.html#IdentifierType-enum" location="qsqldriver.h">
+ <value name="FieldName" value="0"/>
+ <value name="TableName" value="1"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSqlDriver" fullname="QSqlDriver::QSqlDriver" href="qsqldriver.html#QSqlDriver" location="qsqldriver.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSqlDriver(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QSqlDriver" fullname="QSqlDriver::~QSqlDriver" href="qsqldriver.html#dtor.QSqlDriver" location="qsqldriver.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QSqlDriver()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isOpen" fullname="QSqlDriver::isOpen" href="qsqldriver.html#isOpen" location="qsqldriver.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isOpen() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isOpenError" fullname="QSqlDriver::isOpenError" href="qsqldriver.html#isOpenError" location="qsqldriver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isOpenError() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="beginTransaction" fullname="QSqlDriver::beginTransaction" href="qsqldriver.html#beginTransaction" location="qsqldriver.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="beginTransaction()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="commitTransaction" fullname="QSqlDriver::commitTransaction" href="qsqldriver.html#commitTransaction" location="qsqldriver.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="commitTransaction()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rollbackTransaction" fullname="QSqlDriver::rollbackTransaction" href="qsqldriver.html#rollbackTransaction" location="qsqldriver.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="rollbackTransaction()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tables" fullname="QSqlDriver::tables" href="qsqldriver.html#tables" location="qsqldriver.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="tables(QSql::TableType tableType) const">
+ <parameter left="QSql::TableType" right="" name="tableType" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="primaryIndex" fullname="QSqlDriver::primaryIndex" href="qsqldriver.html#primaryIndex" location="qsqldriver.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSqlIndex" signature="primaryIndex(const QString &amp; tableName) const">
+ <parameter left="const QString &amp;" right="" name="tableName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="record" fullname="QSqlDriver::record" href="qsqldriver.html#record" location="qsqldriver.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSqlRecord" signature="record(const QString &amp; tableName) const">
+ <parameter left="const QString &amp;" right="" name="tableName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="record" fullname="QSqlDriver::record" href="qsqldriver-qt3.html#record-2" location="qsqldriver.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QSqlRecord" signature="record(const QSqlQuery &amp; query) const">
+ <parameter left="const QSqlQuery &amp;" right="" name="query" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="recordInfo" fullname="QSqlDriver::recordInfo" href="qsqldriver-qt3.html#recordInfo" location="qsqldriver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSqlRecord" signature="recordInfo(const QString &amp; tablename) const">
+ <parameter left="const QString &amp;" right="" name="tablename" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="recordInfo" fullname="QSqlDriver::recordInfo" href="qsqldriver-qt3.html#recordInfo-2" location="qsqldriver.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QSqlRecord" signature="recordInfo(const QSqlQuery &amp; query) const">
+ <parameter left="const QSqlQuery &amp;" right="" name="query" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="nullText" fullname="QSqlDriver::nullText" href="qsqldriver-qt3.html#nullText" location="qsqldriver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="nullText() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="formatValue" fullname="QSqlDriver::formatValue" href="qsqldriver-qt3.html#formatValue-2" location="qsqldriver.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QString" signature="formatValue(const QSqlField * field, bool trimStrings) const">
+ <parameter left="const QSqlField *" right="" name="field" default=""/>
+ <parameter left="bool" right="" name="trimStrings" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="formatValue" fullname="QSqlDriver::formatValue" href="qsqldriver.html#formatValue" location="qsqldriver.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="formatValue(const QSqlField &amp; field, bool trimStrings) const">
+ <parameter left="const QSqlField &amp;" right="" name="field" default=""/>
+ <parameter left="bool" right="" name="trimStrings" default="false"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="escapeIdentifier" fullname="QSqlDriver::escapeIdentifier" href="qsqldriver.html#escapeIdentifier" location="qsqldriver.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="escapeIdentifier(const QString &amp; identifier, IdentifierType type) const">
+ <parameter left="const QString &amp;" right="" name="identifier" default=""/>
+ <parameter left="IdentifierType" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sqlStatement" fullname="QSqlDriver::sqlStatement" href="qsqldriver.html#sqlStatement" location="qsqldriver.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="sqlStatement(StatementType type, const QString &amp; tableName, const QSqlRecord &amp; rec, bool preparedStatement) const">
+ <parameter left="StatementType" right="" name="type" default=""/>
+ <parameter left="const QString &amp;" right="" name="tableName" default=""/>
+ <parameter left="const QSqlRecord &amp;" right="" name="rec" default=""/>
+ <parameter left="bool" right="" name="preparedStatement" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastError" fullname="QSqlDriver::lastError" href="qsqldriver.html#lastError" location="qsqldriver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSqlError" signature="lastError() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="handle" fullname="QSqlDriver::handle" href="qsqldriver.html#handle" location="qsqldriver.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="handle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasFeature" fullname="QSqlDriver::hasFeature" href="qsqldriver.html#hasFeature" location="qsqldriver.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasFeature(DriverFeature feature) const">
+ <parameter left="DriverFeature" right="" name="feature" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="close" fullname="QSqlDriver::close" href="qsqldriver.html#close" location="qsqldriver.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="close()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createResult" fullname="QSqlDriver::createResult" href="qsqldriver.html#createResult" location="qsqldriver.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QSqlResult *" signature="createResult() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QSqlDriver::open" href="qsqldriver.html#open" location="qsqldriver.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="open(const QString &amp; db, const QString &amp; user, const QString &amp; password, const QString &amp; host, int port, const QString &amp; options)">
+ <parameter left="const QString &amp;" right="" name="db" default=""/>
+ <parameter left="const QString &amp;" right="" name="user" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="password" default="QString()"/>
+ <parameter left="const QString &amp;" right="" name="host" default="QString()"/>
+ <parameter left="int" right="" name="port" default="-1"/>
+ <parameter left="const QString &amp;" right="" name="options" default="QString()"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subscribeToNotification" fullname="QSqlDriver::subscribeToNotification" href="qsqldriver.html#subscribeToNotification" location="qsqldriver.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="subscribeToNotification(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unsubscribeFromNotification" fullname="QSqlDriver::unsubscribeFromNotification" href="qsqldriver.html#unsubscribeFromNotification" location="qsqldriver.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="unsubscribeFromNotification(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subscribedToNotifications" fullname="QSqlDriver::subscribedToNotifications" href="qsqldriver.html#subscribedToNotifications" location="qsqldriver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="subscribedToNotifications() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isIdentifierEscaped" fullname="QSqlDriver::isIdentifierEscaped" href="qsqldriver.html#isIdentifierEscaped" location="qsqldriver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isIdentifierEscaped(const QString &amp; identifier, IdentifierType type) const">
+ <parameter left="const QString &amp;" right="" name="identifier" default=""/>
+ <parameter left="IdentifierType" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stripDelimiters" fullname="QSqlDriver::stripDelimiters" href="qsqldriver.html#stripDelimiters" location="qsqldriver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="stripDelimiters(const QString &amp; identifier, IdentifierType type) const">
+ <parameter left="const QString &amp;" right="" name="identifier" default=""/>
+ <parameter left="IdentifierType" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNumericalPrecisionPolicy" fullname="QSqlDriver::setNumericalPrecisionPolicy" href="qsqldriver.html#setNumericalPrecisionPolicy" location="qsqldriver.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNumericalPrecisionPolicy(QSql::NumericalPrecisionPolicy precisionPolicy)">
+ <parameter left="QSql::NumericalPrecisionPolicy" right="" name="precisionPolicy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="numericalPrecisionPolicy" fullname="QSqlDriver::numericalPrecisionPolicy" href="qsqldriver.html#numericalPrecisionPolicy" location="qsqldriver.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSql::NumericalPrecisionPolicy" signature="numericalPrecisionPolicy() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="notification" fullname="QSqlDriver::notification" href="qsqldriver.html#notification" location="qsqldriver.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="notification(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setOpen" fullname="QSqlDriver::setOpen" href="qsqldriver.html#setOpen" location="qsqldriver.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setOpen(bool open)">
+ <parameter left="bool" right="" name="open" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setOpenError" fullname="QSqlDriver::setOpenError" href="qsqldriver.html#setOpenError" location="qsqldriver.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setOpenError(bool error)">
+ <parameter left="bool" right="" name="error" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setLastError" fullname="QSqlDriver::setLastError" href="qsqldriver.html#setLastError" location="qsqldriver.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setLastError(const QSqlError &amp; error)">
+ <parameter left="const QSqlError &amp;" right="" name="error" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="subscribeToNotificationImplementation" fullname="QSqlDriver::subscribeToNotificationImplementation" href="qsqldriver.html#subscribeToNotificationImplementation" location="qsqldriver.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="bool" signature="subscribeToNotificationImplementation(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="unsubscribeFromNotificationImplementation" fullname="QSqlDriver::unsubscribeFromNotificationImplementation" href="qsqldriver.html#unsubscribeFromNotificationImplementation" location="qsqldriver.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="bool" signature="unsubscribeFromNotificationImplementation(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="subscribedToNotificationsImplementation" fullname="QSqlDriver::subscribedToNotificationsImplementation" href="qsqldriver.html#subscribedToNotificationsImplementation" location="qsqldriver.h" virtual="non" meta="slot" const="true" static="false" overload="false" type="QStringList" signature="subscribedToNotificationsImplementation() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="isIdentifierEscapedImplementation" fullname="QSqlDriver::isIdentifierEscapedImplementation" href="qsqldriver.html#isIdentifierEscapedImplementation" location="qsqldriver.h" virtual="non" meta="slot" const="true" static="false" overload="false" type="bool" signature="isIdentifierEscapedImplementation(const QString &amp; identifier, IdentifierType type) const">
+ <parameter left="const QString &amp;" right="" name="identifier" default=""/>
+ <parameter left="IdentifierType" right="" name="type" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="stripDelimitersImplementation" fullname="QSqlDriver::stripDelimitersImplementation" href="qsqldriver.html#stripDelimitersImplementation" location="qsqldriver.h" virtual="non" meta="slot" const="true" static="false" overload="false" type="QString" signature="stripDelimitersImplementation(const QString &amp; identifier, IdentifierType type) const">
+ <parameter left="const QString &amp;" right="" name="identifier" default=""/>
+ <parameter left="IdentifierType" right="" name="type" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QUrlInfo" href="qurlinfo.html" location="qurlinfo.h" bases="" module="QtNetwork">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PermissionSpec" fullname="QUrlInfo::PermissionSpec" href="qurlinfo.html#PermissionSpec-enum" location="qurlinfo.h">
+ <value name="ReadOwner" value="00400"/>
+ <value name="WriteOwner" value="00200"/>
+ <value name="ExeOwner" value="00100"/>
+ <value name="ReadGroup" value="00040"/>
+ <value name="WriteGroup" value="00020"/>
+ <value name="ExeGroup" value="00010"/>
+ <value name="ReadOther" value="00004"/>
+ <value name="WriteOther" value="00002"/>
+ <value name="ExeOther" value="00001"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QUrlInfo" fullname="QUrlInfo::QUrlInfo" href="qurlinfo.html#QUrlInfo" location="qurlinfo.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QUrlInfo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QUrlInfo" fullname="QUrlInfo::QUrlInfo" href="qurlinfo.html#QUrlInfo-2" location="qurlinfo.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QUrlInfo(const QUrlInfo &amp; ui)">
+ <parameter left="const QUrlInfo &amp;" right="" name="ui" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QUrlInfo" fullname="QUrlInfo::QUrlInfo" href="qurlinfo.html#QUrlInfo-3" location="qurlinfo.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QUrlInfo(const QString &amp; name, int permissions, const QString &amp; owner, const QString &amp; group, qint64 size, const QDateTime &amp; lastModified, const QDateTime &amp; lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="int" right="" name="permissions" default=""/>
+ <parameter left="const QString &amp;" right="" name="owner" default=""/>
+ <parameter left="const QString &amp;" right="" name="group" default=""/>
+ <parameter left="qint64" right="" name="size" default=""/>
+ <parameter left="const QDateTime &amp;" right="" name="lastModified" default=""/>
+ <parameter left="const QDateTime &amp;" right="" name="lastRead" default=""/>
+ <parameter left="bool" right="" name="isDir" default=""/>
+ <parameter left="bool" right="" name="isFile" default=""/>
+ <parameter left="bool" right="" name="isSymLink" default=""/>
+ <parameter left="bool" right="" name="isWritable" default=""/>
+ <parameter left="bool" right="" name="isReadable" default=""/>
+ <parameter left="bool" right="" name="isExecutable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QUrlInfo" fullname="QUrlInfo::QUrlInfo" href="qurlinfo.html#QUrlInfo-4" location="qurlinfo.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QUrlInfo(const QUrl &amp; url, int permissions, const QString &amp; owner, const QString &amp; group, qint64 size, const QDateTime &amp; lastModified, const QDateTime &amp; lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable)">
+ <parameter left="const QUrl &amp;" right="" name="url" default=""/>
+ <parameter left="int" right="" name="permissions" default=""/>
+ <parameter left="const QString &amp;" right="" name="owner" default=""/>
+ <parameter left="const QString &amp;" right="" name="group" default=""/>
+ <parameter left="qint64" right="" name="size" default=""/>
+ <parameter left="const QDateTime &amp;" right="" name="lastModified" default=""/>
+ <parameter left="const QDateTime &amp;" right="" name="lastRead" default=""/>
+ <parameter left="bool" right="" name="isDir" default=""/>
+ <parameter left="bool" right="" name="isFile" default=""/>
+ <parameter left="bool" right="" name="isSymLink" default=""/>
+ <parameter left="bool" right="" name="isWritable" default=""/>
+ <parameter left="bool" right="" name="isReadable" default=""/>
+ <parameter left="bool" right="" name="isExecutable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QUrlInfo::operator=" href="qurlinfo.html#operator=" location="qurlinfo.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QUrlInfo &amp;" signature="operator=(const QUrlInfo &amp; ui)">
+ <parameter left="const QUrlInfo &amp;" right="" name="ui" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QUrlInfo" fullname="QUrlInfo::~QUrlInfo" href="qurlinfo.html#dtor.QUrlInfo" location="qurlinfo.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QUrlInfo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setName" fullname="QUrlInfo::setName" href="qurlinfo.html#setName" location="qurlinfo.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setName(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDir" fullname="QUrlInfo::setDir" href="qurlinfo.html#setDir" location="qurlinfo.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setDir(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFile" fullname="QUrlInfo::setFile" href="qurlinfo.html#setFile" location="qurlinfo.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setFile(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSymLink" fullname="QUrlInfo::setSymLink" href="qurlinfo.html#setSymLink" location="qurlinfo.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSymLink(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOwner" fullname="QUrlInfo::setOwner" href="qurlinfo.html#setOwner" location="qurlinfo.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setOwner(const QString &amp; s)">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGroup" fullname="QUrlInfo::setGroup" href="qurlinfo.html#setGroup" location="qurlinfo.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setGroup(const QString &amp; s)">
+ <parameter left="const QString &amp;" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSize" fullname="QUrlInfo::setSize" href="qurlinfo.html#setSize" location="qurlinfo.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setSize(qint64 size)">
+ <parameter left="qint64" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWritable" fullname="QUrlInfo::setWritable" href="qurlinfo.html#setWritable" location="qurlinfo.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setWritable(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setReadable" fullname="QUrlInfo::setReadable" href="qurlinfo.html#setReadable" location="qurlinfo.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setReadable(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPermissions" fullname="QUrlInfo::setPermissions" href="qurlinfo.html#setPermissions" location="qurlinfo.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setPermissions(int p)">
+ <parameter left="int" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLastModified" fullname="QUrlInfo::setLastModified" href="qurlinfo.html#setLastModified" location="qurlinfo.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setLastModified(const QDateTime &amp; dt)">
+ <parameter left="const QDateTime &amp;" right="" name="dt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLastRead" fullname="QUrlInfo::setLastRead" href="qurlinfo.html#setLastRead" location="qurlinfo.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLastRead(const QDateTime &amp; dt)">
+ <parameter left="const QDateTime &amp;" right="" name="dt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QUrlInfo::isValid" href="qurlinfo.html#isValid" location="qurlinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QUrlInfo::name" href="qurlinfo.html#name" location="qurlinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="permissions" fullname="QUrlInfo::permissions" href="qurlinfo.html#permissions" location="qurlinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="permissions() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="owner" fullname="QUrlInfo::owner" href="qurlinfo.html#owner" location="qurlinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="owner() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="group" fullname="QUrlInfo::group" href="qurlinfo.html#group" location="qurlinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="group() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QUrlInfo::size" href="qurlinfo.html#size" location="qurlinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qint64" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastModified" fullname="QUrlInfo::lastModified" href="qurlinfo.html#lastModified" location="qurlinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="lastModified() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lastRead" fullname="QUrlInfo::lastRead" href="qurlinfo.html#lastRead" location="qurlinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="lastRead() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isDir" fullname="QUrlInfo::isDir" href="qurlinfo.html#isDir" location="qurlinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isDir() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFile" fullname="QUrlInfo::isFile" href="qurlinfo.html#isFile" location="qurlinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isFile() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSymLink" fullname="QUrlInfo::isSymLink" href="qurlinfo.html#isSymLink" location="qurlinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSymLink() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isWritable" fullname="QUrlInfo::isWritable" href="qurlinfo.html#isWritable" location="qurlinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isWritable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isReadable" fullname="QUrlInfo::isReadable" href="qurlinfo.html#isReadable" location="qurlinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isReadable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isExecutable" fullname="QUrlInfo::isExecutable" href="qurlinfo.html#isExecutable" location="qurlinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isExecutable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="greaterThan" fullname="QUrlInfo::greaterThan" href="qurlinfo.html#greaterThan" location="qurlinfo.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="greaterThan(const QUrlInfo &amp; i1, const QUrlInfo &amp; i2, int sortBy)">
+ <parameter left="const QUrlInfo &amp;" right="" name="i1" default=""/>
+ <parameter left="const QUrlInfo &amp;" right="" name="i2" default=""/>
+ <parameter left="int" right="" name="sortBy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lessThan" fullname="QUrlInfo::lessThan" href="qurlinfo.html#lessThan" location="qurlinfo.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="lessThan(const QUrlInfo &amp; i1, const QUrlInfo &amp; i2, int sortBy)">
+ <parameter left="const QUrlInfo &amp;" right="" name="i1" default=""/>
+ <parameter left="const QUrlInfo &amp;" right="" name="i2" default=""/>
+ <parameter left="int" right="" name="sortBy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="equal" fullname="QUrlInfo::equal" href="qurlinfo.html#equal" location="qurlinfo.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="equal(const QUrlInfo &amp; i1, const QUrlInfo &amp; i2, int sortBy)">
+ <parameter left="const QUrlInfo &amp;" right="" name="i1" default=""/>
+ <parameter left="const QUrlInfo &amp;" right="" name="i2" default=""/>
+ <parameter left="int" right="" name="sortBy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QUrlInfo::operator==" href="qurlinfo.html#operator==" location="qurlinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QUrlInfo &amp; other) const">
+ <parameter left="const QUrlInfo &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QUrlInfo::operator!=" href="qurlinfo.html#operator!=" location="qurlinfo.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QUrlInfo &amp; other) const">
+ <parameter left="const QUrlInfo &amp;" right="" name="other" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QDecoration" href="qdecoration.html" location="qdecoration_qws.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDecoration" fullname="QDecoration::QDecoration" href="qdecoration.html#QDecoration" location="qdecoration_qws.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QDecoration()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QDecoration" fullname="QDecoration::~QDecoration" href="qdecoration.html#dtor.QDecoration" location="qdecoration_qws.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QDecoration()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DecorationRegion" fullname="QDecoration::DecorationRegion" href="qdecoration.html#DecorationRegion-enum" location="qdecoration_qws.h">
+ <value name="None" value="0x0000000000"/>
+ <value name="All" value="0x7fffffff"/>
+ <value name="TopLeft" value="0x0000000001"/>
+ <value name="Top" value="0x0000000002"/>
+ <value name="TopRight" value="0x0000000004"/>
+ <value name="Left" value="0x0000000008"/>
+ <value name="Right" value="0x0000000010"/>
+ <value name="BottomLeft" value="0x0000000020"/>
+ <value name="Bottom" value="0x0000000040"/>
+ <value name="BottomRight" value="0x0000000080"/>
+ <value name="Borders" value="0x00000000ff"/>
+ <value name="Menu" value="0x0000000100"/>
+ <value name="Title" value="0x0000000200"/>
+ <value name="Help" value="0x0000000400"/>
+ <value name="Minimize" value="0x0000000800"/>
+ <value name="Maximize" value="0x0000001000"/>
+ <value name="Normalize" value="0x0000002000"/>
+ <value name="Close" value="0x0000004000"/>
+ <value name="Move" value="0x0000008000"/>
+ <value name="Resize" value="0x0000010000"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="DecorationState" fullname="QDecoration::DecorationState" href="qdecoration.html#DecorationState-enum" location="qdecoration_qws.h">
+ <value name="Normal" value="0x04"/>
+ <value name="Disabled" value="0x08"/>
+ <value name="Hover" value="0x01"/>
+ <value name="Pressed" value="0x02"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="region" fullname="QDecoration::region" href="qdecoration.html#region" location="qdecoration_qws.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QRegion" signature="region(const QWidget * widget, const QRect &amp; rectangle, int decorationRegion)">
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="int" right="" name="decorationRegion" default="All"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="region" fullname="QDecoration::region" href="qdecoration.html#region-2" location="qdecoration_qws.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QRegion" signature="region(const QWidget * widget, int decorationRegion)">
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ <parameter left="int" right="" name="decorationRegion" default="All"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="regionAt" fullname="QDecoration::regionAt" href="qdecoration.html#regionAt" location="qdecoration_qws.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="int" signature="regionAt(const QWidget * widget, const QPoint &amp; point)">
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="point" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="regionClicked" fullname="QDecoration::regionClicked" href="qdecoration.html#regionClicked" location="qdecoration_qws.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="regionClicked(QWidget * widget, int region)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="int" right="" name="region" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="regionDoubleClicked" fullname="QDecoration::regionDoubleClicked" href="qdecoration.html#regionDoubleClicked" location="qdecoration_qws.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="regionDoubleClicked(QWidget * widget, int region)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="int" right="" name="region" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="buildSysMenu" fullname="QDecoration::buildSysMenu" href="qdecoration.html#buildSysMenu" location="qdecoration_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="buildSysMenu(QWidget * widget, QMenu * menu)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="QMenu *" right="" name="menu" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="menuTriggered" fullname="QDecoration::menuTriggered" href="qdecoration.html#menuTriggered" location="qdecoration_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="menuTriggered(QWidget * widget, QAction * action)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ <parameter left="QAction *" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startMove" fullname="QDecoration::startMove" href="qdecoration.html#startMove" location="qdecoration_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="startMove(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="startResize" fullname="QDecoration::startResize" href="qdecoration.html#startResize" location="qdecoration_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="startResize(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paint" fullname="QDecoration::paint" href="qdecoration.html#paint" location="qdecoration_qws.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="paint(QPainter * painter, const QWidget * widget, int decorationRegion, DecorationState state)">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ <parameter left="int" right="" name="decorationRegion" default="All"/>
+ <parameter left="DecorationState" right="" name="state" default="Normal"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWindowsVistaStyle" href="qwindowsvistastyle.html" location="qwindowsvistastyle.h" bases="QWindowsXPStyle" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWindowsVistaStyle" fullname="QWindowsVistaStyle::QWindowsVistaStyle" href="qwindowsvistastyle.html#QWindowsVistaStyle" location="qwindowsvistastyle.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWindowsVistaStyle()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWSScreenSaver" href="qwsscreensaver.html" location="qwindowsystem_qws.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWSScreenSaver" fullname="QWSScreenSaver::~QWSScreenSaver" href="qwsscreensaver.html#dtor.QWSScreenSaver" location="qwindowsystem_qws.cpp" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWSScreenSaver()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="restore" fullname="QWSScreenSaver::restore" href="qwsscreensaver.html#restore" location="qwindowsystem_qws.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="restore()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="save" fullname="QWSScreenSaver::save" href="qwsscreensaver.html#save" location="qwindowsystem_qws.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="save(int level)">
+ <parameter left="int" right="" name="level" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWSWindow" href="qwswindow.html" location="qwindowsystem_qws.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="winId" fullname="QWSWindow::winId" href="qwswindow.html#winId" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="winId() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QWSWindow::name" href="qwswindow.html#name" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QString &amp;" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="caption" fullname="QWSWindow::caption" href="qwswindow.html#caption" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QString &amp;" signature="caption() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="client" fullname="QWSWindow::client" href="qwswindow.html#client" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWSClient *" signature="client() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="requestedRegion" fullname="QWSWindow::requestedRegion" href="qwswindow.html#requestedRegion" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QRegion &amp;" signature="requestedRegion() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isVisible" fullname="QWSWindow::isVisible" href="qwswindow.html#isVisible" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isVisible() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFullyObscured" fullname="QWSWindow::isFullyObscured" href="qwswindow.html#isFullyObscured" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isFullyObscured() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="State" fullname="QWSWindow::State" href="qwswindow.html#State-enum" location="qwindowsystem_qws.h">
+ <value name="NoState" value="0"/>
+ <value name="Hidden" value="1"/>
+ <value name="Showing" value="2"/>
+ <value name="Visible" value="3"/>
+ <value name="Hiding" value="4"/>
+ <value name="Raising" value="5"/>
+ <value name="Lowering" value="6"/>
+ <value name="Moving" value="7"/>
+ <value name="ChangingGeometry" value="8"/>
+ <value name="Destroyed" value="9"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="QWSWindow::state" href="qwswindow.html#state" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="State" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowFlags" fullname="QWSWindow::windowFlags" href="qwswindow.html#windowFlags" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::WindowFlags" signature="windowFlags() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dirtyOnScreen" fullname="QWSWindow::dirtyOnScreen" href="qwswindow.html#dirtyOnScreen" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRegion" signature="dirtyOnScreen() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isOpaque" fullname="QWSWindow::isOpaque" href="qwswindow.html#isOpaque" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isOpaque() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="opacity" fullname="QWSWindow::opacity" href="qwswindow.html#opacity" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="opacity() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWSServer" href="qwsserver.html" location="qwindowsystem_qws.h" bases="QObject" module="QtGui">
+ <contents name="client-administration" title="Client Administration" level="1"/>
+ <contents name="mouse-handling" title="Mouse Handling" level="1"/>
+ <contents name="keyboard-handling" title="Keyboard Handling" level="1"/>
+ <contents name="display-handling" title="Display Handling" level="1"/>
+ <contents name="input-method-handling" title="Input Method Handling" level="1"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="QWSServer" fullname="QWSServer::QWSServer" href="qwsserver-qt3.html#QWSServer-2" location="qwindowsystem_qws.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QWSServer(int flags, QObject * parent, const char * name)">
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sendKeyEvent" fullname="QWSServer::sendKeyEvent" href="qwsserver.html#sendKeyEvent" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="sendKeyEvent(int unicode, int keycode, QFlags&lt;Qt::KeyboardModifier&gt; modifiers, bool isPress, bool autoRepeat)">
+ <parameter left="int" right="" name="unicode" default=""/>
+ <parameter left="int" right="" name="keycode" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default=""/>
+ <parameter left="bool" right="" name="isPress" default=""/>
+ <parameter left="bool" right="" name="autoRepeat" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="processKeyEvent" fullname="QWSServer::processKeyEvent" href="qwsserver.html#processKeyEvent" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="processKeyEvent(int unicode, int keycode, QFlags&lt;Qt::KeyboardModifier&gt; modifiers, bool isPress, bool autoRepeat)">
+ <parameter left="int" right="" name="unicode" default=""/>
+ <parameter left="int" right="" name="keycode" default=""/>
+ <parameter left="QFlags&lt;Qt::KeyboardModifier&gt;" right="" name="modifiers" default=""/>
+ <parameter left="bool" right="" name="isPress" default=""/>
+ <parameter left="bool" right="" name="autoRepeat" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="instance" fullname="QWSServer::instance" href="qwsserver.html#instance" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QWSServer *" signature="instance()"/>
+ <enum access="public" threadsafety="unspecified" status="obsolete" name="IMState" fullname="QWSServer::IMState" href="qwsserver-obsolete.html#IMState-enum" location="qwindowsystem_qws.h">
+ <value name="IMCompose" value="0"/>
+ <value name="IMEnd" value="1"/>
+ <value name="IMStart" value="IMCompose"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="IMMouse" fullname="QWSServer::IMMouse" href="qwsserver.html#IMMouse-enum" location="qwindowsystem_qws.h">
+ <value name="MousePress" value="0"/>
+ <value name="MouseRelease" value="1"/>
+ <value name="MouseMove" value="2"/>
+ <value name="MouseOutside" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sendIMEvent" fullname="QWSServer::sendIMEvent" href="qwsserver.html#sendIMEvent" location="qwindowsystem_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="sendIMEvent(const QInputMethodEvent * event)">
+ <parameter left="const QInputMethodEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sendIMQuery" fullname="QWSServer::sendIMQuery" href="qwsserver.html#sendIMQuery" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="sendIMQuery(int property)">
+ <parameter left="int" right="" name="property" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="KeyboardFilter" fullname="QWSServer::KeyboardFilter" href="qwsserver-keyboardfilter.html" location="qwindowsystem_qws.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~KeyboardFilter" fullname="QWSServer::KeyboardFilter::~KeyboardFilter" href="qwsserver-keyboardfilter.html#dtor.KeyboardFilter" location="qwindowsystem_qws.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~KeyboardFilter()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filter" fullname="QWSServer::KeyboardFilter::filter" href="qwsserver-keyboardfilter.html#filter" location="qwindowsystem_qws.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="bool" signature="filter(int unicode, int keycode, int modifiers, bool isPress, bool autoRepeat)">
+ <parameter left="int" right="" name="unicode" default=""/>
+ <parameter left="int" right="" name="keycode" default=""/>
+ <parameter left="int" right="" name="modifiers" default=""/>
+ <parameter left="bool" right="" name="isPress" default=""/>
+ <parameter left="bool" right="" name="autoRepeat" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addKeyboardFilter" fullname="QWSServer::addKeyboardFilter" href="qwsserver.html#addKeyboardFilter" location="qwindowsystem_qws.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="addKeyboardFilter(KeyboardFilter * filter)">
+ <parameter left="KeyboardFilter *" right="" name="filter" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeKeyboardFilter" fullname="QWSServer::removeKeyboardFilter" href="qwsserver.html#removeKeyboardFilter" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="removeKeyboardFilter()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentInputMethod" fullname="QWSServer::setCurrentInputMethod" href="qwsserver.html#setCurrentInputMethod" location="qwindowsystem_qws.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setCurrentInputMethod(QWSInputMethod * method)">
+ <parameter left="QWSInputMethod *" right="" name="method" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultMouse" fullname="QWSServer::setDefaultMouse" href="qwsserver.html#setDefaultMouse" location="qwindowsystem_qws.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setDefaultMouse(const char * mouseDriver)">
+ <parameter left="const char *" right="" name="mouseDriver" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDefaultKeyboard" fullname="QWSServer::setDefaultKeyboard" href="qwsserver.html#setDefaultKeyboard" location="qwindowsystem_qws.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setDefaultKeyboard(const char * keyboardDriver)">
+ <parameter left="const char *" right="" name="keyboardDriver" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMaxWindowRect" fullname="QWSServer::setMaxWindowRect" href="qwsserver.html#setMaxWindowRect" location="qwindowsystem_qws.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setMaxWindowRect(const QRect &amp; rectangle)">
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBackground" fullname="QWSServer::setBackground" href="qwsserver.html#setBackground" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setBackground(const QBrush &amp; brush)">
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setDesktopBackground" fullname="QWSServer::setDesktopBackground" href="qwsserver-qt3.html#setDesktopBackground" location="qwindowsystem_qws.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setDesktopBackground(const QImage &amp; image)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setDesktopBackground" fullname="QWSServer::setDesktopBackground" href="qwsserver-qt3.html#setDesktopBackground-2" location="qwindowsystem_qws.cpp" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="void" signature="setDesktopBackground(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mouseHandler" fullname="QWSServer::mouseHandler" href="qwsserver.html#mouseHandler" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QWSMouseHandler *" signature="mouseHandler()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mouseHandlers" fullname="QWSServer::mouseHandlers" href="qwsserver.html#mouseHandlers" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="const QList&lt;QWSMouseHandler *&gt; &amp;" signature="mouseHandlers()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMouseHandler" fullname="QWSServer::setMouseHandler" href="qwsserver.html#setMouseHandler" location="qwindowsystem_qws.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setMouseHandler(QWSMouseHandler * driver)">
+ <parameter left="QWSMouseHandler *" right="" name="driver" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keyboardHandler" fullname="QWSServer::keyboardHandler" href="qwsserver.html#keyboardHandler" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QWSKeyboardHandler *" signature="keyboardHandler()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setKeyboardHandler" fullname="QWSServer::setKeyboardHandler" href="qwsserver.html#setKeyboardHandler" location="qwindowsystem_qws.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setKeyboardHandler(QWSKeyboardHandler * driver)">
+ <parameter left="QWSKeyboardHandler *" right="" name="driver" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowAt" fullname="QWSServer::windowAt" href="qwsserver.html#windowAt" location="qwindowsystem_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QWSWindow *" signature="windowAt(const QPoint &amp; position)">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clientWindows" fullname="QWSServer::clientWindows" href="qwsserver.html#clientWindows" location="qwindowsystem_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="const QList&lt;QWSWindow *&gt; &amp;" signature="clientWindows()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="openMouse" fullname="QWSServer::openMouse" href="qwsserver.html#openMouse" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="openMouse()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="closeMouse" fullname="QWSServer::closeMouse" href="qwsserver.html#closeMouse" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="closeMouse()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="suspendMouse" fullname="QWSServer::suspendMouse" href="qwsserver.html#suspendMouse" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="suspendMouse()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resumeMouse" fullname="QWSServer::resumeMouse" href="qwsserver.html#resumeMouse" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="resumeMouse()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="openKeyboard" fullname="QWSServer::openKeyboard" href="qwsserver.html#openKeyboard" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="openKeyboard()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="closeKeyboard" fullname="QWSServer::closeKeyboard" href="qwsserver.html#closeKeyboard" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="closeKeyboard()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScreenSaver" fullname="QWSServer::setScreenSaver" href="qwsserver.html#setScreenSaver" location="qwindowsystem_qws.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setScreenSaver(QWSScreenSaver * screenSaver)">
+ <parameter left="QWSScreenSaver *" right="" name="screenSaver" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScreenSaverIntervals" fullname="QWSServer::setScreenSaverIntervals" href="qwsserver.html#setScreenSaverIntervals" location="qwindowsystem_qws.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setScreenSaverIntervals(int * intervals)">
+ <parameter left="int *" right="" name="intervals" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScreenSaverInterval" fullname="QWSServer::setScreenSaverInterval" href="qwsserver.html#setScreenSaverInterval" location="qwindowsystem_qws.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setScreenSaverInterval(int milliseconds)">
+ <parameter left="int" right="" name="milliseconds" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setScreenSaverBlockLevel" fullname="QWSServer::setScreenSaverBlockLevel" href="qwsserver.html#setScreenSaverBlockLevel" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setScreenSaverBlockLevel(int eventBlockLevel)">
+ <parameter left="int" right="" name="eventBlockLevel" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screenSaverActive" fullname="QWSServer::screenSaverActive" href="qwsserver.html#screenSaverActive" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="screenSaverActive()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="screenSaverActivate" fullname="QWSServer::screenSaverActivate" href="qwsserver.html#screenSaverActivate" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="screenSaverActivate(bool activate)">
+ <parameter left="bool" right="" name="activate" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="refresh" fullname="QWSServer::refresh" href="qwsserver.html#refresh" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="refresh()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="refresh" fullname="QWSServer::refresh" href="qwsserver.html#refresh-2" location="qwindowsystem_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="refresh(QRegion &amp; region)">
+ <parameter left="QRegion &amp;" right="" name="region" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="enablePainting" fullname="QWSServer::enablePainting" href="qwsserver.html#enablePainting" location="qwindowsystem_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="enablePainting(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="mousePosition" fullname="QWSServer::mousePosition" href="qwsserver.html#mousePosition-var" location="qwindowsystem_qws.h" type="QPoint" static="true"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCursorVisible" fullname="QWSServer::setCursorVisible" href="qwsserver.html#setCursorVisible" location="qwindowsystem_qws.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setCursorVisible(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCursorVisible" fullname="QWSServer::isCursorVisible" href="qwsserver.html#isCursorVisible" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="isCursorVisible()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="backgroundBrush" fullname="QWSServer::backgroundBrush" href="qwsserver.html#backgroundBrush" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QBrush &amp;" signature="backgroundBrush() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="WindowEvent" fullname="QWSServer::WindowEvent" href="qwsserver.html#WindowEvent-enum" location="qwindowsystem_qws.h">
+ <value name="Create" value="0x0001"/>
+ <value name="Destroy" value="0x0002"/>
+ <value name="Hide" value="0x0004"/>
+ <value name="Show" value="0x0008"/>
+ <value name="Raise" value="0x0010"/>
+ <value name="Lower" value="0x0020"/>
+ <value name="Geometry" value="0x0040"/>
+ <value name="Active" value="0x0080"/>
+ <value name="Name" value="0x0100"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowEvent" fullname="QWSServer::windowEvent" href="qwsserver.html#windowEvent" location="qwindowsystem_qws.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="windowEvent(QWSWindow * window, QWSServer::WindowEvent eventType)">
+ <parameter left="QWSWindow *" right="" name="window" default=""/>
+ <parameter left="QWSServer::WindowEvent" right="" name="eventType" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newChannel" fullname="QWSServer::newChannel" href="qwsserver.html#newChannel" location="qwindowsystem_qws.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="newChannel(const QString &amp; channel)">
+ <parameter left="const QString &amp;" right="" name="channel" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removedChannel" fullname="QWSServer::removedChannel" href="qwsserver.html#removedChannel" location="qwindowsystem_qws.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="removedChannel(const QString &amp; channel)">
+ <parameter left="const QString &amp;" right="" name="channel" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="markedText" fullname="QWSServer::markedText" href="qwsserver.html#markedText" location="qwindowsystem_qws.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="markedText(const QString &amp; selection)">
+ <parameter left="const QString &amp;" right="" name="selection" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="preliminary" name="QWSInputMethod" href="qwsinputmethod.html" location="qwindowsystem_qws.h" bases="QObject" module="QtGui">
+ <contents name="creating-custom-input-methods" title="Creating Custom Input Methods" level="1"/>
+ <contents name="using-input-methods" title="Using Input Methods" level="1"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWSInputMethod" fullname="QWSInputMethod::QWSInputMethod" href="qwsinputmethod.html#QWSInputMethod" location="qwindowsystem_qws.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QWSInputMethod()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QWSInputMethod" fullname="QWSInputMethod::~QWSInputMethod" href="qwsinputmethod.html#dtor.QWSInputMethod" location="qwindowsystem_qws.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QWSInputMethod()"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="UpdateType" fullname="QWSInputMethod::UpdateType" href="qwsinputmethod.html#UpdateType-enum" location="qwindowsystem_qws.h">
+ <value name="Update" value="0"/>
+ <value name="FocusIn" value="1"/>
+ <value name="FocusOut" value="2"/>
+ <value name="Reset" value="3"/>
+ <value name="Destroyed" value="4"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filter" fullname="QWSInputMethod::filter" href="qwsinputmethod.html#filter" location="qwindowsystem_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="filter(int unicode, int keycode, int modifiers, bool isPress, bool autoRepeat)">
+ <parameter left="int" right="" name="unicode" default=""/>
+ <parameter left="int" right="" name="keycode" default=""/>
+ <parameter left="int" right="" name="modifiers" default=""/>
+ <parameter left="bool" right="" name="isPress" default=""/>
+ <parameter left="bool" right="" name="autoRepeat" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="filter" fullname="QWSInputMethod::filter" href="qwsinputmethod.html#filter-2" location="qwindowsystem_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="filter(const QPoint &amp; position, int state, int wheel)">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ <parameter left="int" right="" name="state" default=""/>
+ <parameter left="int" right="" name="wheel" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="QWSInputMethod::reset" href="qwsinputmethod.html#reset" location="qwindowsystem_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="updateHandler" fullname="QWSInputMethod::updateHandler" href="qwsinputmethod.html#updateHandler" location="qwindowsystem_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="updateHandler(int type)">
+ <parameter left="int" right="" name="type" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mouseHandler" fullname="QWSInputMethod::mouseHandler" href="qwsinputmethod.html#mouseHandler" location="qwindowsystem_qws.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseHandler(int offset, int state)">
+ <parameter left="int" right="" name="offset" default=""/>
+ <parameter left="int" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="queryResponse" fullname="QWSInputMethod::queryResponse" href="qwsinputmethod.html#queryResponse" location="qwindowsystem_qws.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="queryResponse(int property, const QVariant &amp; result)">
+ <parameter left="int" right="" name="property" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="result" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="setInputResolution" fullname="QWSInputMethod::setInputResolution" href="qwsinputmethod.html#setInputResolution" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="uint" signature="setInputResolution(bool isHigh)">
+ <parameter left="bool" right="" name="isHigh" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="inputResolutionShift" fullname="QWSInputMethod::inputResolutionShift" href="qwsinputmethod.html#inputResolutionShift" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="inputResolutionShift() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sendMouseEvent" fullname="QWSInputMethod::sendMouseEvent" href="qwsinputmethod.html#sendMouseEvent" location="qwindowsystem_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="sendMouseEvent(const QPoint &amp; position, int state, int wheel)">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ <parameter left="int" right="" name="state" default=""/>
+ <parameter left="int" right="" name="wheel" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sendEvent" fullname="QWSInputMethod::sendEvent" href="qwsinputmethod.html#sendEvent" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="sendEvent(const QInputMethodEvent * event)">
+ <parameter left="const QInputMethodEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sendPreeditString" fullname="QWSInputMethod::sendPreeditString" href="qwsinputmethod.html#sendPreeditString" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="sendPreeditString(const QString &amp; preeditString, int cursorPosition, int selectionLength)">
+ <parameter left="const QString &amp;" right="" name="preeditString" default=""/>
+ <parameter left="int" right="" name="cursorPosition" default=""/>
+ <parameter left="int" right="" name="selectionLength" default="0"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sendCommitString" fullname="QWSInputMethod::sendCommitString" href="qwsinputmethod.html#sendCommitString" location="qwindowsystem_qws.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="sendCommitString(const QString &amp; commitString, int replaceFromPosition, int replaceLength)">
+ <parameter left="const QString &amp;" right="" name="commitString" default=""/>
+ <parameter left="int" right="" name="replaceFromPosition" default="0"/>
+ <parameter left="int" right="" name="replaceLength" default="0"/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="sendQuery" fullname="QWSInputMethod::sendQuery" href="qwsinputmethod.html#sendQuery" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="sendQuery(int property)">
+ <parameter left="int" right="" name="property" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="obsolete" name="sendIMEvent" fullname="QWSInputMethod::sendIMEvent" href="qwsinputmethod-obsolete.html#sendIMEvent" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="sendIMEvent(QWSServer::IMState state, const QString &amp; text, int cursorPosition, int selectionLength)">
+ <parameter left="QWSServer::IMState" right="" name="state" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="int" right="" name="cursorPosition" default=""/>
+ <parameter left="int" right="" name="selectionLength" default="0"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWSClient" href="qwsclient.html" location="qwindowsystem_qws.h" bases="QObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="identity" fullname="QWSClient::identity" href="qwsclient.html#identity" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="identity() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clientId" fullname="QWSClient::clientId" href="qwsclient.html#clientId" location="qwindowsystem_qws.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="clientId() const"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="cursors" fullname="QWSClient::cursors" href="qwsclient.html#cursors-var" location="qwindowsystem_qws.h" type="QWSCursorMap" static="false"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3PtrList" href="q3ptrlist.html" location="q3ptrlist.h" bases="Q3PtrCollection" module="Qt3SupportLight">
+ <target name="example"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3PtrList" fullname="Q3PtrList::Q3PtrList" href="q3ptrlist.html#Q3PtrList" location="q3ptrlist.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3PtrList()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3PtrList" fullname="Q3PtrList::Q3PtrList" href="q3ptrlist.html#Q3PtrList-2" location="q3ptrlist.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3PtrList(const Q3PtrList&lt;type&gt; &amp; list)">
+ <parameter left="const Q3PtrList&lt;type&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3PtrList" fullname="Q3PtrList::~Q3PtrList" href="q3ptrlist.html#dtor.Q3PtrList" location="q3ptrlist.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3PtrList()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3PtrList::operator=" href="q3ptrlist.html#operator=" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3PtrList&lt;type&gt; &amp;" signature="operator=(const Q3PtrList&lt;type&gt; &amp; list)">
+ <parameter left="const Q3PtrList&lt;type&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="Q3PtrList::operator==" href="q3ptrlist.html#operator==" location="q3ptrlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const Q3PtrList&lt;type&gt; &amp; list) const">
+ <parameter left="const Q3PtrList&lt;type&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="Q3PtrList::operator!=" href="q3ptrlist.html#operator!=" location="q3ptrlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const Q3PtrList&lt;type&gt; &amp; list) const">
+ <parameter left="const Q3PtrList&lt;type&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3PtrList::count" href="q3ptrlist.html#count" location="q3ptrlist.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="Q3PtrList::isEmpty" href="q3ptrlist.html#isEmpty" location="q3ptrlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="Q3PtrList::insert" href="q3ptrlist.html#insert" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="insert(uint index, const type * item)">
+ <parameter left="uint" right="" name="index" default=""/>
+ <parameter left="const type *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="inSort" fullname="Q3PtrList::inSort" href="q3ptrlist.html#inSort" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="inSort(const type * item)">
+ <parameter left="const type *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prepend" fullname="Q3PtrList::prepend" href="q3ptrlist.html#prepend" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="prepend(const type * item)">
+ <parameter left="const type *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="Q3PtrList::append" href="q3ptrlist.html#append" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="append(const type * item)">
+ <parameter left="const type *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="Q3PtrList::remove" href="q3ptrlist.html#remove" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="remove(uint index)">
+ <parameter left="uint" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="Q3PtrList::remove" href="q3ptrlist.html#remove-2" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="remove()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="Q3PtrList::remove" href="q3ptrlist.html#remove-3" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="bool" signature="remove(const type * item)">
+ <parameter left="const type *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeRef" fullname="Q3PtrList::removeRef" href="q3ptrlist.html#removeRef" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeRef(const type * item)">
+ <parameter left="const type *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeNode" fullname="Q3PtrList::removeNode" href="q3ptrlist.html#removeNode" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeNode(Q3LNode * node)">
+ <parameter left="Q3LNode *" right="" name="node" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeFirst" fullname="Q3PtrList::removeFirst" href="q3ptrlist.html#removeFirst" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeFirst()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removeLast" fullname="Q3PtrList::removeLast" href="q3ptrlist.html#removeLast" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="removeLast()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="take" fullname="Q3PtrList::take" href="q3ptrlist.html#take" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="take(uint index)">
+ <parameter left="uint" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="take" fullname="Q3PtrList::take" href="q3ptrlist.html#take-2" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="type *" signature="take()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="takeNode" fullname="Q3PtrList::takeNode" href="q3ptrlist.html#takeNode" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="takeNode(Q3LNode * node)">
+ <parameter left="Q3LNode *" right="" name="node" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="Q3PtrList::clear" href="q3ptrlist.html#clear" location="q3ptrlist.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sort" fullname="Q3PtrList::sort" href="q3ptrlist.html#sort" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="sort()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="Q3PtrList::find" href="q3ptrlist.html#find" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="find(const type * item)">
+ <parameter left="const type *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findNext" fullname="Q3PtrList::findNext" href="q3ptrlist.html#findNext" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="findNext(const type * item)">
+ <parameter left="const type *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findRef" fullname="Q3PtrList::findRef" href="q3ptrlist.html#findRef" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="findRef(const type * item)">
+ <parameter left="const type *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findNextRef" fullname="Q3PtrList::findNextRef" href="q3ptrlist.html#findNextRef" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="int" signature="findNextRef(const type * item)">
+ <parameter left="const type *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="contains" fullname="Q3PtrList::contains" href="q3ptrlist.html#contains" location="q3ptrlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="contains(const type * item) const">
+ <parameter left="const type *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="containsRef" fullname="Q3PtrList::containsRef" href="q3ptrlist.html#containsRef" location="q3ptrlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="containsRef(const type * item) const">
+ <parameter left="const type *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="replace" fullname="Q3PtrList::replace" href="q3ptrlist.html#replace" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="replace(uint index, const type * item)">
+ <parameter left="uint" right="" name="index" default=""/>
+ <parameter left="const type *" right="" name="item" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="at" fullname="Q3PtrList::at" href="q3ptrlist.html#at" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="at(uint index)">
+ <parameter left="uint" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="at" fullname="Q3PtrList::at" href="q3ptrlist.html#at-2" location="q3ptrlist.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="at() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="current" fullname="Q3PtrList::current" href="q3ptrlist.html#current" location="q3ptrlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="current() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentNode" fullname="Q3PtrList::currentNode" href="q3ptrlist.html#currentNode" location="q3ptrlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3LNode *" signature="currentNode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getFirst" fullname="Q3PtrList::getFirst" href="q3ptrlist.html#getFirst" location="q3ptrlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="getFirst() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getLast" fullname="Q3PtrList::getLast" href="q3ptrlist.html#getLast" location="q3ptrlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="getLast() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="first" fullname="Q3PtrList::first" href="q3ptrlist.html#first" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="first()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="last" fullname="Q3PtrList::last" href="q3ptrlist.html#last" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="last()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="Q3PtrList::next" href="q3ptrlist.html#next" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="next()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="prev" fullname="Q3PtrList::prev" href="q3ptrlist.html#prev" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="prev()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toVector" fullname="Q3PtrList::toVector" href="q3ptrlist.html#toVector" location="q3ptrlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="toVector(Q3GVector * vec) const">
+ <parameter left="Q3GVector *" right="" name="vec" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="compareItems" fullname="Q3PtrList::compareItems" href="q3ptrlist.html#compareItems" location="q3ptrlist.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="int" signature="compareItems(Q3PtrCollection::Item item1, Q3PtrCollection::Item item2)">
+ <parameter left="Q3PtrCollection::Item" right="" name="item1" default=""/>
+ <parameter left="Q3PtrCollection::Item" right="" name="item2" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="read" fullname="Q3PtrList::read" href="q3ptrlist.html#read" location="q3ptrlist.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QDataStream &amp;" signature="read(QDataStream &amp; s, Q3PtrCollection::Item &amp; item)">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="Q3PtrCollection::Item &amp;" right="" name="item" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="write" fullname="Q3PtrList::write" href="q3ptrlist.html#write" location="q3ptrlist.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QDataStream &amp;" signature="write(QDataStream &amp; s, Q3PtrCollection::Item item) const">
+ <parameter left="QDataStream &amp;" right="" name="s" default=""/>
+ <parameter left="Q3PtrCollection::Item" right="" name="item" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3PtrListIterator" href="q3ptrlistiterator.html" location="q3ptrlist.h" bases="" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3PtrListIterator" fullname="Q3PtrListIterator::Q3PtrListIterator" href="q3ptrlistiterator.html#Q3PtrListIterator" location="q3ptrlist.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3PtrListIterator(const Q3PtrList&lt;type&gt; &amp; list)">
+ <parameter left="const Q3PtrList&lt;type&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3PtrListIterator" fullname="Q3PtrListIterator::~Q3PtrListIterator" href="q3ptrlistiterator.html#dtor.Q3PtrListIterator" location="q3ptrlist.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3PtrListIterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="count" fullname="Q3PtrListIterator::count" href="q3ptrlistiterator.html#count" location="q3ptrlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="count() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isEmpty" fullname="Q3PtrListIterator::isEmpty" href="q3ptrlistiterator.html#isEmpty" location="q3ptrlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEmpty() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atFirst" fullname="Q3PtrListIterator::atFirst" href="q3ptrlistiterator.html#atFirst" location="q3ptrlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="atFirst() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atLast" fullname="Q3PtrListIterator::atLast" href="q3ptrlistiterator.html#atLast" location="q3ptrlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="atLast() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFirst" fullname="Q3PtrListIterator::toFirst" href="q3ptrlistiterator.html#toFirst" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="toFirst()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toLast" fullname="Q3PtrListIterator::toLast" href="q3ptrlistiterator.html#toLast" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="toLast()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator type *" fullname="Q3PtrListIterator::operator type *" href="q3ptrlistiterator.html#operator type *" location="q3ptrlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator type *() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" fullname="Q3PtrListIterator::operator*" href="q3ptrlistiterator.html#operator*" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator*()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="current" fullname="Q3PtrListIterator::current" href="q3ptrlistiterator.html#current" location="q3ptrlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="type *" signature="current() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator()" fullname="Q3PtrListIterator::operator()" href="q3ptrlistiterator.html#operator()" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator()()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="Q3PtrListIterator::operator++" href="q3ptrlistiterator.html#operator++" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator++()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="Q3PtrListIterator::operator+=" href="q3ptrlistiterator.html#operator+=" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator+=(uint jump)">
+ <parameter left="uint" right="" name="jump" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="Q3PtrListIterator::operator--" href="q3ptrlistiterator.html#operator--" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator--()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="Q3PtrListIterator::operator-=" href="q3ptrlistiterator.html#operator-=" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="type *" signature="operator-=(uint jump)">
+ <parameter left="uint" right="" name="jump" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="Q3PtrListIterator::operator=" href="q3ptrlistiterator.html#operator=" location="q3ptrlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Q3PtrListIterator&lt;type&gt; &amp;" signature="operator=(const Q3PtrListIterator&lt;type&gt; &amp; it)">
+ <parameter left="const Q3PtrListIterator&lt;type&gt; &amp;" right="" name="it" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qcolor.html#operator&lt;&lt;-185" location="qcolor.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="185" relates="QColor" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QColor &amp; color)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qcolor.html#operator&gt;&gt;-106" location="qcolor.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="106" relates="QColor" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QColor &amp; color)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QColor" href="qcolor.html" location="qcolor.h" bases="" module="QtGui">
+ <contents name="integer-vs-floating-point-precision" title="Integer vs. Floating Point Precision" level="1"/>
+ <contents name="alpha-blended-drawing" title="Alpha-Blended Drawing" level="1"/>
+ <contents name="predefined-colors" title="Predefined Colors" level="1"/>
+ <contents name="the-hsv-color-model" title="The HSV Color Model" level="1"/>
+ <contents name="the-cmyk-color-model" title="The CMYK Color Model" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Spec" fullname="QColor::Spec" href="qcolor.html#Spec-enum" location="qcolor.h">
+ <value name="Invalid" value="0"/>
+ <value name="Rgb" value="1"/>
+ <value name="Hsv" value="2"/>
+ <value name="Cmyk" value="3"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QColor" fullname="QColor::QColor" href="qcolor.html#QColor" location="qcolor.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QColor()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QColor" fullname="QColor::QColor" href="qcolor.html#QColor-9" location="qcolor.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="9" type="" signature="QColor(Qt::GlobalColor color)">
+ <parameter left="Qt::GlobalColor" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QColor" fullname="QColor::QColor" href="qcolor.html#QColor-2" location="qcolor.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QColor(int r, int g, int b, int a)">
+ <parameter left="int" right="" name="r" default=""/>
+ <parameter left="int" right="" name="g" default=""/>
+ <parameter left="int" right="" name="b" default=""/>
+ <parameter left="int" right="" name="a" default="255"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QColor" fullname="QColor::QColor" href="qcolor.html#QColor-3" location="qcolor.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QColor(QRgb color)">
+ <parameter left="QRgb" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QColor" fullname="QColor::QColor" href="qcolor.html#QColor-4" location="qcolor.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QColor(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QColor" fullname="QColor::QColor" href="qcolor.html#QColor-5" location="qcolor.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QColor(const char * name)">
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QColor" fullname="QColor::QColor" href="qcolor.html#QColor-6" location="qcolor.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QColor(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isValid" fullname="QColor::isValid" href="qcolor.html#isValid" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isValid() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="name" fullname="QColor::name" href="qcolor.html#name" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNamedColor" fullname="QColor::setNamedColor" href="qcolor.html#setNamedColor" location="qcolor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setNamedColor(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="colorNames" fullname="QColor::colorNames" href="qcolor.html#colorNames" location="qcolor.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QStringList" signature="colorNames()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="spec" fullname="QColor::spec" href="qcolor.html#spec" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Spec" signature="spec() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alpha" fullname="QColor::alpha" href="qcolor.html#alpha" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="alpha() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlpha" fullname="QColor::setAlpha" href="qcolor.html#setAlpha" location="qcolor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAlpha(int alpha)">
+ <parameter left="int" right="" name="alpha" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alphaF" fullname="QColor::alphaF" href="qcolor.html#alphaF" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="alphaF() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlphaF" fullname="QColor::setAlphaF" href="qcolor.html#setAlphaF" location="qcolor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAlphaF(qreal alpha)">
+ <parameter left="qreal" right="" name="alpha" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="red" fullname="QColor::red" href="qcolor.html#red" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="red() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="green" fullname="QColor::green" href="qcolor.html#green" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="green() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blue" fullname="QColor::blue" href="qcolor.html#blue" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="blue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRed" fullname="QColor::setRed" href="qcolor.html#setRed" location="qcolor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRed(int red)">
+ <parameter left="int" right="" name="red" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGreen" fullname="QColor::setGreen" href="qcolor.html#setGreen" location="qcolor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setGreen(int green)">
+ <parameter left="int" right="" name="green" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBlue" fullname="QColor::setBlue" href="qcolor.html#setBlue" location="qcolor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBlue(int blue)">
+ <parameter left="int" right="" name="blue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="redF" fullname="QColor::redF" href="qcolor.html#redF" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="redF() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="greenF" fullname="QColor::greenF" href="qcolor.html#greenF" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="greenF() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blueF" fullname="QColor::blueF" href="qcolor.html#blueF" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="blueF() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRedF" fullname="QColor::setRedF" href="qcolor.html#setRedF" location="qcolor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRedF(qreal red)">
+ <parameter left="qreal" right="" name="red" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setGreenF" fullname="QColor::setGreenF" href="qcolor.html#setGreenF" location="qcolor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setGreenF(qreal green)">
+ <parameter left="qreal" right="" name="green" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBlueF" fullname="QColor::setBlueF" href="qcolor.html#setBlueF" location="qcolor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBlueF(qreal blue)">
+ <parameter left="qreal" right="" name="blue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getRgb" fullname="QColor::getRgb" href="qcolor.html#getRgb" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="getRgb(int * r, int * g, int * b, int * a) const">
+ <parameter left="int *" right="" name="r" default=""/>
+ <parameter left="int *" right="" name="g" default=""/>
+ <parameter left="int *" right="" name="b" default=""/>
+ <parameter left="int *" right="" name="a" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRgb" fullname="QColor::setRgb" href="qcolor.html#setRgb" location="qcolor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRgb(int r, int g, int b, int a)">
+ <parameter left="int" right="" name="r" default=""/>
+ <parameter left="int" right="" name="g" default=""/>
+ <parameter left="int" right="" name="b" default=""/>
+ <parameter left="int" right="" name="a" default="255"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getRgbF" fullname="QColor::getRgbF" href="qcolor.html#getRgbF" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="getRgbF(qreal * r, qreal * g, qreal * b, qreal * a) const">
+ <parameter left="qreal *" right="" name="r" default=""/>
+ <parameter left="qreal *" right="" name="g" default=""/>
+ <parameter left="qreal *" right="" name="b" default=""/>
+ <parameter left="qreal *" right="" name="a" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRgbF" fullname="QColor::setRgbF" href="qcolor.html#setRgbF" location="qcolor.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRgbF(qreal r, qreal g, qreal b, qreal a)">
+ <parameter left="qreal" right="" name="r" default=""/>
+ <parameter left="qreal" right="" name="g" default=""/>
+ <parameter left="qreal" right="" name="b" default=""/>
+ <parameter left="qreal" right="" name="a" default="1.0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rgba" fullname="QColor::rgba" href="qcolor.html#rgba" location="qcolor.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRgb" signature="rgba() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRgba" fullname="QColor::setRgba" href="qcolor.html#setRgba" location="qcolor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRgba(QRgb rgba)">
+ <parameter left="QRgb" right="" name="rgba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rgb" fullname="QColor::rgb" href="qcolor.html#rgb" location="qcolor.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRgb" signature="rgb() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRgb" fullname="QColor::setRgb" href="qcolor.html#setRgb-2" location="qcolor.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setRgb(QRgb rgb)">
+ <parameter left="QRgb" right="" name="rgb" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hue" fullname="QColor::hue" href="qcolor.html#hue" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="hue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="saturation" fullname="QColor::saturation" href="qcolor.html#saturation" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="saturation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QColor::value" href="qcolor.html#value" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hueF" fullname="QColor::hueF" href="qcolor.html#hueF" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="hueF() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="saturationF" fullname="QColor::saturationF" href="qcolor.html#saturationF" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="saturationF() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="valueF" fullname="QColor::valueF" href="qcolor.html#valueF" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="valueF() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getHsv" fullname="QColor::getHsv" href="qcolor.html#getHsv" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="getHsv(int * h, int * s, int * v, int * a) const">
+ <parameter left="int *" right="" name="h" default=""/>
+ <parameter left="int *" right="" name="s" default=""/>
+ <parameter left="int *" right="" name="v" default=""/>
+ <parameter left="int *" right="" name="a" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHsv" fullname="QColor::setHsv" href="qcolor.html#setHsv" location="qcolor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHsv(int h, int s, int v, int a)">
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="int" right="" name="s" default=""/>
+ <parameter left="int" right="" name="v" default=""/>
+ <parameter left="int" right="" name="a" default="255"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getHsvF" fullname="QColor::getHsvF" href="qcolor.html#getHsvF" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="getHsvF(qreal * h, qreal * s, qreal * v, qreal * a) const">
+ <parameter left="qreal *" right="" name="h" default=""/>
+ <parameter left="qreal *" right="" name="s" default=""/>
+ <parameter left="qreal *" right="" name="v" default=""/>
+ <parameter left="qreal *" right="" name="a" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHsvF" fullname="QColor::setHsvF" href="qcolor.html#setHsvF" location="qcolor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHsvF(qreal h, qreal s, qreal v, qreal a)">
+ <parameter left="qreal" right="" name="h" default=""/>
+ <parameter left="qreal" right="" name="s" default=""/>
+ <parameter left="qreal" right="" name="v" default=""/>
+ <parameter left="qreal" right="" name="a" default="1.0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cyan" fullname="QColor::cyan" href="qcolor.html#cyan" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="cyan() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="magenta" fullname="QColor::magenta" href="qcolor.html#magenta" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="magenta() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="yellow" fullname="QColor::yellow" href="qcolor.html#yellow" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="yellow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="black" fullname="QColor::black" href="qcolor.html#black" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="black() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cyanF" fullname="QColor::cyanF" href="qcolor.html#cyanF" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="cyanF() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="magentaF" fullname="QColor::magentaF" href="qcolor.html#magentaF" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="magentaF() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="yellowF" fullname="QColor::yellowF" href="qcolor.html#yellowF" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="yellowF() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="blackF" fullname="QColor::blackF" href="qcolor.html#blackF" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="blackF() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getCmyk" fullname="QColor::getCmyk" href="qcolor.html#getCmyk" location="qcolor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="getCmyk(int * c, int * m, int * y, int * k, int * a)">
+ <parameter left="int *" right="" name="c" default=""/>
+ <parameter left="int *" right="" name="m" default=""/>
+ <parameter left="int *" right="" name="y" default=""/>
+ <parameter left="int *" right="" name="k" default=""/>
+ <parameter left="int *" right="" name="a" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCmyk" fullname="QColor::setCmyk" href="qcolor.html#setCmyk" location="qcolor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCmyk(int c, int m, int y, int k, int a)">
+ <parameter left="int" right="" name="c" default=""/>
+ <parameter left="int" right="" name="m" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="k" default=""/>
+ <parameter left="int" right="" name="a" default="255"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getCmykF" fullname="QColor::getCmykF" href="qcolor.html#getCmykF" location="qcolor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="getCmykF(qreal * c, qreal * m, qreal * y, qreal * k, qreal * a)">
+ <parameter left="qreal *" right="" name="c" default=""/>
+ <parameter left="qreal *" right="" name="m" default=""/>
+ <parameter left="qreal *" right="" name="y" default=""/>
+ <parameter left="qreal *" right="" name="k" default=""/>
+ <parameter left="qreal *" right="" name="a" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCmykF" fullname="QColor::setCmykF" href="qcolor.html#setCmykF" location="qcolor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCmykF(qreal c, qreal m, qreal y, qreal k, qreal a)">
+ <parameter left="qreal" right="" name="c" default=""/>
+ <parameter left="qreal" right="" name="m" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="k" default=""/>
+ <parameter left="qreal" right="" name="a" default="1.0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toRgb" fullname="QColor::toRgb" href="qcolor.html#toRgb" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="toRgb() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toHsv" fullname="QColor::toHsv" href="qcolor.html#toHsv" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="toHsv() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toCmyk" fullname="QColor::toCmyk" href="qcolor.html#toCmyk" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="toCmyk() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="convertTo" fullname="QColor::convertTo" href="qcolor.html#convertTo" location="qcolor.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="convertTo(Spec colorSpec) const">
+ <parameter left="Spec" right="" name="colorSpec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromRgb" fullname="QColor::fromRgb" href="qcolor.html#fromRgb" location="qcolor.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QColor" signature="fromRgb(QRgb rgb)">
+ <parameter left="QRgb" right="" name="rgb" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromRgba" fullname="QColor::fromRgba" href="qcolor.html#fromRgba" location="qcolor.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QColor" signature="fromRgba(QRgb rgba)">
+ <parameter left="QRgb" right="" name="rgba" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromRgb" fullname="QColor::fromRgb" href="qcolor.html#fromRgb-2" location="qcolor.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QColor" signature="fromRgb(int r, int g, int b, int a)">
+ <parameter left="int" right="" name="r" default=""/>
+ <parameter left="int" right="" name="g" default=""/>
+ <parameter left="int" right="" name="b" default=""/>
+ <parameter left="int" right="" name="a" default="255"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromRgbF" fullname="QColor::fromRgbF" href="qcolor.html#fromRgbF" location="qcolor.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QColor" signature="fromRgbF(qreal r, qreal g, qreal b, qreal a)">
+ <parameter left="qreal" right="" name="r" default=""/>
+ <parameter left="qreal" right="" name="g" default=""/>
+ <parameter left="qreal" right="" name="b" default=""/>
+ <parameter left="qreal" right="" name="a" default="1.0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromHsv" fullname="QColor::fromHsv" href="qcolor.html#fromHsv" location="qcolor.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QColor" signature="fromHsv(int h, int s, int v, int a)">
+ <parameter left="int" right="" name="h" default=""/>
+ <parameter left="int" right="" name="s" default=""/>
+ <parameter left="int" right="" name="v" default=""/>
+ <parameter left="int" right="" name="a" default="255"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromHsvF" fullname="QColor::fromHsvF" href="qcolor.html#fromHsvF" location="qcolor.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QColor" signature="fromHsvF(qreal h, qreal s, qreal v, qreal a)">
+ <parameter left="qreal" right="" name="h" default=""/>
+ <parameter left="qreal" right="" name="s" default=""/>
+ <parameter left="qreal" right="" name="v" default=""/>
+ <parameter left="qreal" right="" name="a" default="1.0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromCmyk" fullname="QColor::fromCmyk" href="qcolor.html#fromCmyk" location="qcolor.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QColor" signature="fromCmyk(int c, int m, int y, int k, int a)">
+ <parameter left="int" right="" name="c" default=""/>
+ <parameter left="int" right="" name="m" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="k" default=""/>
+ <parameter left="int" right="" name="a" default="255"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromCmykF" fullname="QColor::fromCmykF" href="qcolor.html#fromCmykF" location="qcolor.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QColor" signature="fromCmykF(qreal c, qreal m, qreal y, qreal k, qreal a)">
+ <parameter left="qreal" right="" name="c" default=""/>
+ <parameter left="qreal" right="" name="m" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ <parameter left="qreal" right="" name="k" default=""/>
+ <parameter left="qreal" right="" name="a" default="1.0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="light" fullname="QColor::light" href="qcolor-obsolete.html#light" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="light(int factor) const">
+ <parameter left="int" right="" name="factor" default="150"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lighter" fullname="QColor::lighter" href="qcolor.html#lighter" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="lighter(int factor) const">
+ <parameter left="int" right="" name="factor" default="150"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="dark" fullname="QColor::dark" href="qcolor-obsolete.html#dark" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="dark(int factor) const">
+ <parameter left="int" right="" name="factor" default="200"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="darker" fullname="QColor::darker" href="qcolor.html#darker" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="darker(int factor) const">
+ <parameter left="int" right="" name="factor" default="200"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QColor::operator=" href="qcolor.html#operator=" location="qcolor.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QColor &amp;" signature="operator=(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QColor::operator=" href="qcolor.html#operator=-2" location="qcolor.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QColor &amp;" signature="operator=(Qt::GlobalColor color)">
+ <parameter left="Qt::GlobalColor" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QColor::operator==" href="qcolor.html#operator==" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QColor &amp; color) const">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QColor::operator!=" href="qcolor.html#operator!=" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QColor &amp; color) const">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QVariant" fullname="QColor::operator QVariant" href="qcolor.html#operator QVariant" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QVariant() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="allowX11ColorNames" fullname="QColor::allowX11ColorNames" href="qcolor.html#allowX11ColorNames" location="qcolor.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="allowX11ColorNames()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAllowX11ColorNames" fullname="QColor::setAllowX11ColorNames" href="qcolor.html#setAllowX11ColorNames" location="qcolor.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setAllowX11ColorNames(bool enabled)">
+ <parameter left="bool" right="" name="enabled" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QColor" fullname="QColor::QColor" href="qcolor-qt3.html#QColor-8" location="qcolor.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="8" type="" signature="QColor(int x, int y, int z, Spec colorSpec)">
+ <parameter left="int" right="" name="x" default=""/>
+ <parameter left="int" right="" name="y" default=""/>
+ <parameter left="int" right="" name="z" default=""/>
+ <parameter left="Spec" right="" name="colorSpec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="rgb" fullname="QColor::rgb" href="qcolor-qt3.html#rgb-2" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="void" signature="rgb(int * r, int * g, int * b) const">
+ <parameter left="int *" right="" name="r" default=""/>
+ <parameter left="int *" right="" name="g" default=""/>
+ <parameter left="int *" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="hsv" fullname="QColor::hsv" href="qcolor-qt3.html#hsv" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="hsv(int * h, int * s, int * v) const">
+ <parameter left="int *" right="" name="h" default=""/>
+ <parameter left="int *" right="" name="s" default=""/>
+ <parameter left="int *" right="" name="v" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setRgba" fullname="QColor::setRgba" href="qcolor-qt3.html#setRgba-2" location="qcolor.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setRgba(int r, int g, int b, int a)">
+ <parameter left="int" right="" name="r" default=""/>
+ <parameter left="int" right="" name="g" default=""/>
+ <parameter left="int" right="" name="b" default=""/>
+ <parameter left="int" right="" name="a" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="getRgba" fullname="QColor::getRgba" href="qcolor-qt3.html#getRgba" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="getRgba(int * r, int * g, int * b, int * a) const">
+ <parameter left="int *" right="" name="r" default=""/>
+ <parameter left="int *" right="" name="g" default=""/>
+ <parameter left="int *" right="" name="b" default=""/>
+ <parameter left="int *" right="" name="a" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="pixel" fullname="QColor::pixel" href="qcolor-qt3.html#pixel" location="qcolor.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="uint" signature="pixel(int screen) const">
+ <parameter left="int" right="" name="screen" default="-1"/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3ProgressDialog" href="q3progressdialog.html" location="q3progressdialog.h" bases="QDialog" module="Qt3SupportLight">
+ <property access="public" threadsafety="unspecified" status="commendable" name="wasCanceled" fullname="Q3ProgressDialog::wasCanceled" href="q3progressdialog.html#wasCanceled-prop" location="q3progressdialog.h" type="bool">
+ <getter name="wasCanceled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="wasCancelled" fullname="Q3ProgressDialog::wasCancelled" href="q3progressdialog.html#wasCancelled-prop" location="q3progressdialog.h" type="bool">
+ <getter name="wasCancelled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="totalSteps" fullname="Q3ProgressDialog::totalSteps" href="q3progressdialog.html#totalSteps-prop" location="q3progressdialog.h" type="int">
+ <getter name="totalSteps"/>
+ <setter name="setTotalSteps"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="progress" fullname="Q3ProgressDialog::progress" href="q3progressdialog.html#progress-prop" location="q3progressdialog.h" type="int">
+ <getter name="progress"/>
+ <setter name="setProgress"/>
+ <setter name="setProgress"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoReset" fullname="Q3ProgressDialog::autoReset" href="q3progressdialog.html#autoReset-prop" location="q3progressdialog.h" type="bool">
+ <getter name="autoReset"/>
+ <setter name="setAutoReset"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoClose" fullname="Q3ProgressDialog::autoClose" href="q3progressdialog.html#autoClose-prop" location="q3progressdialog.h" type="bool">
+ <getter name="autoClose"/>
+ <setter name="setAutoClose"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="minimumDuration" fullname="Q3ProgressDialog::minimumDuration" href="q3progressdialog.html#minimumDuration-prop" location="q3progressdialog.h" type="int">
+ <getter name="minimumDuration"/>
+ <setter name="setMinimumDuration"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="labelText" fullname="Q3ProgressDialog::labelText" href="q3progressdialog.html#labelText-prop" location="q3progressdialog.h" type="QString">
+ <getter name="labelText"/>
+ <setter name="setLabelText"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ProgressDialog" fullname="Q3ProgressDialog::Q3ProgressDialog" href="q3progressdialog.html#Q3ProgressDialog" location="q3progressdialog.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3ProgressDialog(QWidget * creator, const char * name, bool modal, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="creator" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ <parameter left="bool" right="" name="modal" default="false"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ProgressDialog" fullname="Q3ProgressDialog::Q3ProgressDialog" href="q3progressdialog.html#Q3ProgressDialog-2" location="q3progressdialog.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3ProgressDialog(const QString &amp; labelText, const QString &amp; cancelButtonText, int totalSteps, QWidget * creator, const char * name, bool modal, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="const QString &amp;" right="" name="labelText" default=""/>
+ <parameter left="const QString &amp;" right="" name="cancelButtonText" default=""/>
+ <parameter left="int" right="" name="totalSteps" default=""/>
+ <parameter left="QWidget *" right="" name="creator" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="bool" right="" name="modal" default="false"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ProgressDialog" fullname="Q3ProgressDialog::Q3ProgressDialog" href="q3progressdialog.html#Q3ProgressDialog-3" location="q3progressdialog.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3ProgressDialog(QWidget * creator, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="creator" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3ProgressDialog" fullname="Q3ProgressDialog::Q3ProgressDialog" href="q3progressdialog.html#Q3ProgressDialog-4" location="q3progressdialog.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="Q3ProgressDialog(const QString &amp; labelText, const QString &amp; cancelButtonText, int totalSteps, QWidget * creator, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="const QString &amp;" right="" name="labelText" default=""/>
+ <parameter left="const QString &amp;" right="" name="cancelButtonText" default=""/>
+ <parameter left="int" right="" name="totalSteps" default=""/>
+ <parameter left="QWidget *" right="" name="creator" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3ProgressDialog" fullname="Q3ProgressDialog::~Q3ProgressDialog" href="q3progressdialog.html#dtor.Q3ProgressDialog" location="q3progressdialog.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3ProgressDialog()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLabel" fullname="Q3ProgressDialog::setLabel" href="q3progressdialog.html#setLabel" location="q3progressdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setLabel(QLabel * label)">
+ <parameter left="QLabel *" right="" name="label" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCancelButton" fullname="Q3ProgressDialog::setCancelButton" href="q3progressdialog.html#setCancelButton" location="q3progressdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCancelButton(QPushButton * cancelButton)">
+ <parameter left="QPushButton *" right="" name="cancelButton" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setBar" fullname="Q3ProgressDialog::setBar" href="q3progressdialog.html#setBar" location="q3progressdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBar(Q3ProgressBar * bar)">
+ <parameter left="Q3ProgressBar *" right="" name="bar" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wasCanceled" fullname="Q3ProgressDialog::wasCanceled" href="q3progressdialog.html#wasCanceled-prop" location="q3progressdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="wasCanceled" type="bool" signature="wasCanceled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wasCancelled" fullname="Q3ProgressDialog::wasCancelled" href="q3progressdialog.html#wasCancelled-prop" location="q3progressdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="wasCancelled" type="bool" signature="wasCancelled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="totalSteps" fullname="Q3ProgressDialog::totalSteps" href="q3progressdialog.html#totalSteps-prop" location="q3progressdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="totalSteps" type="int" signature="totalSteps() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="progress" fullname="Q3ProgressDialog::progress" href="q3progressdialog.html#progress-prop" location="q3progressdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="progress" type="int" signature="progress() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="Q3ProgressDialog::sizeHint" href="q3progressdialog.html#sizeHint" location="q3progressdialog.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="labelText" fullname="Q3ProgressDialog::labelText" href="q3progressdialog.html#labelText-prop" location="q3progressdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="labelText" type="QString" signature="labelText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoReset" fullname="Q3ProgressDialog::setAutoReset" href="q3progressdialog.html#autoReset-prop" location="q3progressdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="autoReset" type="void" signature="setAutoReset(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoReset" fullname="Q3ProgressDialog::autoReset" href="q3progressdialog.html#autoReset-prop" location="q3progressdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoReset" type="bool" signature="autoReset() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoClose" fullname="Q3ProgressDialog::setAutoClose" href="q3progressdialog.html#autoClose-prop" location="q3progressdialog.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="autoClose" type="void" signature="setAutoClose(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoClose" fullname="Q3ProgressDialog::autoClose" href="q3progressdialog.html#autoClose-prop" location="q3progressdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoClose" type="bool" signature="autoClose() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cancel" fullname="Q3ProgressDialog::cancel" href="q3progressdialog.html#cancel" location="q3progressdialog.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="cancel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="reset" fullname="Q3ProgressDialog::reset" href="q3progressdialog.html#reset" location="q3progressdialog.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="reset()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTotalSteps" fullname="Q3ProgressDialog::setTotalSteps" href="q3progressdialog.html#totalSteps-prop" location="q3progressdialog.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="totalSteps" type="void" signature="setTotalSteps(int totalSteps)">
+ <parameter left="int" right="" name="totalSteps" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProgress" fullname="Q3ProgressDialog::setProgress" href="q3progressdialog.html#progress-prop" location="q3progressdialog.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="progress" type="void" signature="setProgress(int progress)">
+ <parameter left="int" right="" name="progress" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProgress" fullname="Q3ProgressDialog::setProgress" href="q3progressdialog.html#progress-prop" location="q3progressdialog.h" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" associated-property="progress" type="void" signature="setProgress(int progress, int totalSteps)">
+ <parameter left="int" right="" name="progress" default=""/>
+ <parameter left="int" right="" name="totalSteps" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLabelText" fullname="Q3ProgressDialog::setLabelText" href="q3progressdialog.html#labelText-prop" location="q3progressdialog.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="labelText" type="void" signature="setLabelText(const QString &amp; )">
+ <parameter left="const QString &amp;" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCancelButtonText" fullname="Q3ProgressDialog::setCancelButtonText" href="q3progressdialog.html#setCancelButtonText" location="q3progressdialog.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setCancelButtonText(const QString &amp; cancelButtonText)">
+ <parameter left="const QString &amp;" right="" name="cancelButtonText" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinimumDuration" fullname="Q3ProgressDialog::setMinimumDuration" href="q3progressdialog.html#minimumDuration-prop" location="q3progressdialog.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="minimumDuration" type="void" signature="setMinimumDuration(int ms)">
+ <parameter left="int" right="" name="ms" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumDuration" fullname="Q3ProgressDialog::minimumDuration" href="q3progressdialog.html#minimumDuration-prop" location="q3progressdialog.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="minimumDuration" type="int" signature="minimumDuration() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canceled" fullname="Q3ProgressDialog::canceled" href="q3progressdialog.html#canceled" location="q3progressdialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="canceled()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cancelled" fullname="Q3ProgressDialog::cancelled" href="q3progressdialog.html#cancelled" location="q3progressdialog.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="cancelled()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="Q3ProgressDialog::resizeEvent" href="q3progressdialog.html#resizeEvent" location="q3progressdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * )">
+ <parameter left="QResizeEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="closeEvent" fullname="Q3ProgressDialog::closeEvent" href="q3progressdialog.html#closeEvent" location="q3progressdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="closeEvent(QCloseEvent * e)">
+ <parameter left="QCloseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="Q3ProgressDialog::changeEvent" href="q3progressdialog.html#changeEvent" location="q3progressdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * ev)">
+ <parameter left="QEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="Q3ProgressDialog::showEvent" href="q3progressdialog.html#showEvent" location="q3progressdialog.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * e)">
+ <parameter left="QShowEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="forceShow" fullname="Q3ProgressDialog::forceShow" href="q3progressdialog.html#forceShow" location="q3progressdialog.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="forceShow()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QWSEvent" href="qwsevent.html" location="qwsevent_qws.h" bases="" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QWSEvent::Type" href="qwsevent.html#Type-enum" location="qwsevent_qws.h">
+ <value name="NoEvent" value="0"/>
+ <value name="Connected" value="1"/>
+ <value name="Mouse" value="2"/>
+ <value name="Focus" value="3"/>
+ <value name="Key" value="4"/>
+ <value name="Region" value="5"/>
+ <value name="Creation" value="6"/>
+ <value name="PropertyNotify" value="7"/>
+ <value name="PropertyReply" value="8"/>
+ <value name="SelectionClear" value="9"/>
+ <value name="SelectionRequest" value="10"/>
+ <value name="SelectionNotify" value="11"/>
+ <value name="MaxWindowRect" value="12"/>
+ <value name="QCopMessage" value="13"/>
+ <value name="WindowOperation" value="14"/>
+ <value name="IMEvent" value="15"/>
+ <value name="IMQuery" value="16"/>
+ <value name="IMInit" value="17"/>
+ <value name="Embed" value="18"/>
+ <value name="Font" value="19"/>
+ <value name="ScreenTransformation" value="20"/>
+ <value name="NEvent" value="21"/>
+ </enum>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QBrush" href="qbrush.html" location="qbrush.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBrush" fullname="QBrush::QBrush" href="qbrush.html#QBrush" location="qbrush.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QBrush()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBrush" fullname="QBrush::QBrush" href="qbrush.html#QBrush-2" location="qbrush.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QBrush(Qt::BrushStyle style)">
+ <parameter left="Qt::BrushStyle" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBrush" fullname="QBrush::QBrush" href="qbrush.html#QBrush-3" location="qbrush.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QBrush(const QColor &amp; color, Qt::BrushStyle style)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ <parameter left="Qt::BrushStyle" right="" name="style" default="Qt::SolidPattern"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBrush" fullname="QBrush::QBrush" href="qbrush.html#QBrush-4" location="qbrush.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QBrush(Qt::GlobalColor color, Qt::BrushStyle style)">
+ <parameter left="Qt::GlobalColor" right="" name="color" default=""/>
+ <parameter left="Qt::BrushStyle" right="" name="style" default="Qt::SolidPattern"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBrush" fullname="QBrush::QBrush" href="qbrush.html#QBrush-5" location="qbrush.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QBrush(const QColor &amp; color, const QPixmap &amp; pixmap)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBrush" fullname="QBrush::QBrush" href="qbrush.html#QBrush-6" location="qbrush.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QBrush(Qt::GlobalColor color, const QPixmap &amp; pixmap)">
+ <parameter left="Qt::GlobalColor" right="" name="color" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBrush" fullname="QBrush::QBrush" href="qbrush.html#QBrush-7" location="qbrush.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="7" type="" signature="QBrush(const QPixmap &amp; pixmap)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBrush" fullname="QBrush::QBrush" href="qbrush.html#QBrush-8" location="qbrush.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="8" type="" signature="QBrush(const QImage &amp; image)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBrush" fullname="QBrush::QBrush" href="qbrush.html#QBrush-9" location="qbrush.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="9" type="" signature="QBrush(const QBrush &amp; other)">
+ <parameter left="const QBrush &amp;" right="" name="other" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBrush" fullname="QBrush::QBrush" href="qbrush.html#QBrush-10" location="qbrush.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="10" type="" signature="QBrush(const QGradient &amp; gradient)">
+ <parameter left="const QGradient &amp;" right="" name="gradient" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QBrush" fullname="QBrush::~QBrush" href="qbrush.html#dtor.QBrush" location="qbrush.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QBrush()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QBrush::operator=" href="qbrush.html#operator=" location="qbrush.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="QBrush &amp;" signature="operator=(const QBrush &amp; brush)">
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator QVariant" fullname="QBrush::operator QVariant" href="qbrush.html#operator QVariant" location="qbrush.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator QVariant() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="style" fullname="QBrush::style" href="qbrush.html#style" location="qbrush.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::BrushStyle" signature="style() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStyle" fullname="QBrush::setStyle" href="qbrush.html#setStyle" location="qbrush.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStyle(Qt::BrushStyle style)">
+ <parameter left="Qt::BrushStyle" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="matrix" fullname="QBrush::matrix" href="qbrush.html#matrix" location="qbrush.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QMatrix &amp;" signature="matrix() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMatrix" fullname="QBrush::setMatrix" href="qbrush.html#setMatrix" location="qbrush.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMatrix(const QMatrix &amp; matrix)">
+ <parameter left="const QMatrix &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="transform" fullname="QBrush::transform" href="qbrush.html#transform" location="qbrush.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTransform" signature="transform() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTransform" fullname="QBrush::setTransform" href="qbrush.html#setTransform" location="qbrush.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTransform(const QTransform &amp; matrix)">
+ <parameter left="const QTransform &amp;" right="" name="matrix" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="texture" fullname="QBrush::texture" href="qbrush.html#texture" location="qbrush.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="texture() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTexture" fullname="QBrush::setTexture" href="qbrush.html#setTexture" location="qbrush.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTexture(const QPixmap &amp; pixmap)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textureImage" fullname="QBrush::textureImage" href="qbrush.html#textureImage" location="qbrush.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QImage" signature="textureImage() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextureImage" fullname="QBrush::setTextureImage" href="qbrush.html#setTextureImage" location="qbrush.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextureImage(const QImage &amp; image)">
+ <parameter left="const QImage &amp;" right="" name="image" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="color" fullname="QBrush::color" href="qbrush.html#color" location="qbrush.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QColor &amp;" signature="color() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColor" fullname="QBrush::setColor" href="qbrush.html#setColor" location="qbrush.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColor(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColor" fullname="QBrush::setColor" href="qbrush.html#setColor-2" location="qbrush.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setColor(Qt::GlobalColor color)">
+ <parameter left="Qt::GlobalColor" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="gradient" fullname="QBrush::gradient" href="qbrush.html#gradient" location="qbrush.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const QGradient *" signature="gradient() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isOpaque" fullname="QBrush::isOpaque" href="qbrush.html#isOpaque" location="qbrush.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isOpaque() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QBrush::operator==" href="qbrush.html#operator==" location="qbrush.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QBrush &amp; brush) const">
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QBrush::operator!=" href="qbrush.html#operator!=" location="qbrush.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QBrush &amp; brush) const">
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="operator const QColor &amp;" fullname="QBrush::operator const QColor &amp;" href="qbrush-qt3.html#operator const QColor &amp;" location="qbrush.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="" signature="operator const QColor &amp;() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="pixmap" fullname="QBrush::pixmap" href="qbrush-qt3.html#pixmap" location="qbrush.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPixmap *" signature="pixmap() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setPixmap" fullname="QBrush::setPixmap" href="qbrush-qt3.html#setPixmap" location="qbrush.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPixmap(const QPixmap &amp; pixmap)">
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&lt;&lt;" href="qbrush.html#operator&lt;&lt;-186" location="qbrush.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="186" relates="QBrush" type="QDataStream &amp;" signature="operator&lt;&lt;(QDataStream &amp; stream, const QBrush &amp; brush)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="const QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator&gt;&gt;" href="qbrush.html#operator&gt;&gt;-107" location="qbrush.cpp" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="107" relates="QBrush" type="QDataStream &amp;" signature="operator&gt;&gt;(QDataStream &amp; stream, QBrush &amp; brush)">
+ <parameter left="QDataStream &amp;" right="" name="stream" default=""/>
+ <parameter left="QBrush &amp;" right="" name="brush" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="QGradientStop" href="qgradient.html#QGradientStop-typedef" location="qbrush.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="QGradientStops" href="qgradient.html#QGradientStops-typedef" location="qbrush.h"/>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QGradient" href="qgradient.html" location="qbrush.h" bases="" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Type" fullname="QGradient::Type" href="qgradient.html#Type-enum" location="qbrush.h">
+ <value name="LinearGradient" value="0"/>
+ <value name="RadialGradient" value="1"/>
+ <value name="ConicalGradient" value="2"/>
+ <value name="NoGradient" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Spread" fullname="QGradient::Spread" href="qgradient.html#Spread-enum" location="qbrush.h">
+ <value name="PadSpread" value="0"/>
+ <value name="ReflectSpread" value="1"/>
+ <value name="RepeatSpread" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="CoordinateMode" fullname="QGradient::CoordinateMode" href="qgradient.html#CoordinateMode-enum" location="qbrush.h">
+ <value name="LogicalMode" value="0"/>
+ <value name="StretchToDeviceMode" value="1"/>
+ <value name="ObjectBoundingMode" value="2"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="type" fullname="QGradient::type" href="qgradient.html#type" location="qbrush.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Type" signature="type() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setSpread" fullname="QGradient::setSpread" href="qgradient.html#setSpread" location="qbrush.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setSpread(Spread method)">
+ <parameter left="Spread" right="" name="method" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="spread" fullname="QGradient::spread" href="qgradient.html#spread" location="qbrush.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Spread" signature="spread() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColorAt" fullname="QGradient::setColorAt" href="qgradient.html#setColorAt" location="qbrush.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setColorAt(qreal position, const QColor &amp; color)">
+ <parameter left="qreal" right="" name="position" default=""/>
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStops" fullname="QGradient::setStops" href="qgradient.html#setStops" location="qbrush.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStops(const QGradientStops &amp; stopPoints)">
+ <parameter left="const QGradientStops &amp;" right="" name="stopPoints" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stops" fullname="QGradient::stops" href="qgradient.html#stops" location="qbrush.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QGradientStops" signature="stops() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="coordinateMode" fullname="QGradient::coordinateMode" href="qgradient.html#coordinateMode" location="qbrush.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="CoordinateMode" signature="coordinateMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCoordinateMode" fullname="QGradient::setCoordinateMode" href="qgradient.html#setCoordinateMode" location="qbrush.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCoordinateMode(CoordinateMode mode)">
+ <parameter left="CoordinateMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator==" fullname="QGradient::operator==" href="qgradient.html#operator==" location="qbrush.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator==(const QGradient &amp; gradient) const">
+ <parameter left="const QGradient &amp;" right="" name="gradient" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator!=" fullname="QGradient::operator!=" href="qgradient.html#operator!=" location="qbrush.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="operator!=(const QGradient &amp; gradient) const">
+ <parameter left="const QGradient &amp;" right="" name="gradient" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QLinearGradient" href="qlineargradient.html" location="qbrush.h" bases="QGradient" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLinearGradient" fullname="QLinearGradient::QLinearGradient" href="qlineargradient.html#QLinearGradient" location="qbrush.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QLinearGradient()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLinearGradient" fullname="QLinearGradient::QLinearGradient" href="qlineargradient.html#QLinearGradient-2" location="qbrush.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QLinearGradient(const QPointF &amp; start, const QPointF &amp; finalStop)">
+ <parameter left="const QPointF &amp;" right="" name="start" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="finalStop" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLinearGradient" fullname="QLinearGradient::QLinearGradient" href="qlineargradient.html#QLinearGradient-3" location="qbrush.cpp" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QLinearGradient(qreal x1, qreal y1, qreal x2, qreal y2)">
+ <parameter left="qreal" right="" name="x1" default=""/>
+ <parameter left="qreal" right="" name="y1" default=""/>
+ <parameter left="qreal" right="" name="x2" default=""/>
+ <parameter left="qreal" right="" name="y2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="start" fullname="QLinearGradient::start" href="qlineargradient.html#start" location="qbrush.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="start() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStart" fullname="QLinearGradient::setStart" href="qlineargradient.html#setStart" location="qbrush.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStart(const QPointF &amp; start)">
+ <parameter left="const QPointF &amp;" right="" name="start" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setStart" fullname="QLinearGradient::setStart" href="qlineargradient.html#setStart-2" location="qbrush.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setStart(qreal x, qreal y)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="finalStop" fullname="QLinearGradient::finalStop" href="qlineargradient.html#finalStop" location="qbrush.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="finalStop() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFinalStop" fullname="QLinearGradient::setFinalStop" href="qlineargradient.html#setFinalStop" location="qbrush.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFinalStop(const QPointF &amp; stop)">
+ <parameter left="const QPointF &amp;" right="" name="stop" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFinalStop" fullname="QLinearGradient::setFinalStop" href="qlineargradient.html#setFinalStop-2" location="qbrush.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setFinalStop(qreal x, qreal y)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QRadialGradient" href="qradialgradient.html" location="qbrush.h" bases="QGradient" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRadialGradient" fullname="QRadialGradient::QRadialGradient" href="qradialgradient.html#QRadialGradient" location="qbrush.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QRadialGradient()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRadialGradient" fullname="QRadialGradient::QRadialGradient" href="qradialgradient.html#QRadialGradient-2" location="qbrush.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QRadialGradient(const QPointF &amp; center, qreal radius, const QPointF &amp; focalPoint)">
+ <parameter left="const QPointF &amp;" right="" name="center" default=""/>
+ <parameter left="qreal" right="" name="radius" default=""/>
+ <parameter left="const QPointF &amp;" right="" name="focalPoint" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRadialGradient" fullname="QRadialGradient::QRadialGradient" href="qradialgradient.html#QRadialGradient-3" location="qbrush.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QRadialGradient(qreal cx, qreal cy, qreal radius, qreal fx, qreal fy)">
+ <parameter left="qreal" right="" name="cx" default=""/>
+ <parameter left="qreal" right="" name="cy" default=""/>
+ <parameter left="qreal" right="" name="radius" default=""/>
+ <parameter left="qreal" right="" name="fx" default=""/>
+ <parameter left="qreal" right="" name="fy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRadialGradient" fullname="QRadialGradient::QRadialGradient" href="qradialgradient.html#QRadialGradient-4" location="qbrush.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QRadialGradient(const QPointF &amp; center, qreal radius)">
+ <parameter left="const QPointF &amp;" right="" name="center" default=""/>
+ <parameter left="qreal" right="" name="radius" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QRadialGradient" fullname="QRadialGradient::QRadialGradient" href="qradialgradient.html#QRadialGradient-5" location="qbrush.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QRadialGradient(qreal cx, qreal cy, qreal radius)">
+ <parameter left="qreal" right="" name="cx" default=""/>
+ <parameter left="qreal" right="" name="cy" default=""/>
+ <parameter left="qreal" right="" name="radius" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="center" fullname="QRadialGradient::center" href="qradialgradient.html#center" location="qbrush.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="center() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCenter" fullname="QRadialGradient::setCenter" href="qradialgradient.html#setCenter" location="qbrush.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCenter(const QPointF &amp; center)">
+ <parameter left="const QPointF &amp;" right="" name="center" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCenter" fullname="QRadialGradient::setCenter" href="qradialgradient.html#setCenter-2" location="qbrush.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setCenter(qreal x, qreal y)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="focalPoint" fullname="QRadialGradient::focalPoint" href="qradialgradient.html#focalPoint" location="qbrush.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="focalPoint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFocalPoint" fullname="QRadialGradient::setFocalPoint" href="qradialgradient.html#setFocalPoint" location="qbrush.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFocalPoint(const QPointF &amp; focalPoint)">
+ <parameter left="const QPointF &amp;" right="" name="focalPoint" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFocalPoint" fullname="QRadialGradient::setFocalPoint" href="qradialgradient.html#setFocalPoint-2" location="qbrush.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setFocalPoint(qreal x, qreal y)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="radius" fullname="QRadialGradient::radius" href="qradialgradient.html#radius" location="qbrush.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="radius() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRadius" fullname="QRadialGradient::setRadius" href="qradialgradient.html#setRadius" location="qbrush.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRadius(qreal radius)">
+ <parameter left="qreal" right="" name="radius" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QConicalGradient" href="qconicalgradient.html" location="qbrush.h" bases="QGradient" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QConicalGradient" fullname="QConicalGradient::QConicalGradient" href="qconicalgradient.html#QConicalGradient" location="qbrush.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QConicalGradient()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QConicalGradient" fullname="QConicalGradient::QConicalGradient" href="qconicalgradient.html#QConicalGradient-2" location="qbrush.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QConicalGradient(const QPointF &amp; center, qreal angle)">
+ <parameter left="const QPointF &amp;" right="" name="center" default=""/>
+ <parameter left="qreal" right="" name="angle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QConicalGradient" fullname="QConicalGradient::QConicalGradient" href="qconicalgradient.html#QConicalGradient-3" location="qbrush.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QConicalGradient(qreal cx, qreal cy, qreal angle)">
+ <parameter left="qreal" right="" name="cx" default=""/>
+ <parameter left="qreal" right="" name="cy" default=""/>
+ <parameter left="qreal" right="" name="angle" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="center" fullname="QConicalGradient::center" href="qconicalgradient.html#center" location="qbrush.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="center() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCenter" fullname="QConicalGradient::setCenter" href="qconicalgradient.html#setCenter" location="qbrush.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCenter(const QPointF &amp; center)">
+ <parameter left="const QPointF &amp;" right="" name="center" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCenter" fullname="QConicalGradient::setCenter" href="qconicalgradient.html#setCenter-2" location="qbrush.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="setCenter(qreal x, qreal y)">
+ <parameter left="qreal" right="" name="x" default=""/>
+ <parameter left="qreal" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="angle" fullname="QConicalGradient::angle" href="qconicalgradient.html#angle" location="qbrush.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="angle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAngle" fullname="QConicalGradient::setAngle" href="qconicalgradient.html#setAngle" location="qbrush.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAngle(qreal angle)">
+ <parameter left="qreal" right="" name="angle" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QCleanlooksStyle" href="qcleanlooksstyle.html" location="qcleanlooksstyle.h" bases="QWindowsStyle" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCleanlooksStyle" fullname="QCleanlooksStyle::QCleanlooksStyle" href="qcleanlooksstyle.html#QCleanlooksStyle" location="qcleanlooksstyle.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QCleanlooksStyle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QCleanlooksStyle" fullname="QCleanlooksStyle::~QCleanlooksStyle" href="qcleanlooksstyle.html#dtor.QCleanlooksStyle" location="qcleanlooksstyle.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QCleanlooksStyle()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardPalette" fullname="QCleanlooksStyle::standardPalette" href="qcleanlooksstyle.html#standardPalette" location="qcleanlooksstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPalette" signature="standardPalette() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawPrimitive" fullname="QCleanlooksStyle::drawPrimitive" href="qcleanlooksstyle.html#drawPrimitive" location="qcleanlooksstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawPrimitive(PrimitiveElement elem, const QStyleOption * option, QPainter * painter, const QWidget * widget) const">
+ <parameter left="PrimitiveElement" right="" name="elem" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawControl" fullname="QCleanlooksStyle::drawControl" href="qcleanlooksstyle.html#drawControl" location="qcleanlooksstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawControl(ControlElement element, const QStyleOption * option, QPainter * painter, const QWidget * widget) const">
+ <parameter left="ControlElement" right="" name="element" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pixelMetric" fullname="QCleanlooksStyle::pixelMetric" href="qcleanlooksstyle.html#pixelMetric" location="qcleanlooksstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="pixelMetric(PixelMetric metric, const QStyleOption * option, const QWidget * widget) const">
+ <parameter left="PixelMetric" right="" name="metric" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawComplexControl" fullname="QCleanlooksStyle::drawComplexControl" href="qcleanlooksstyle.html#drawComplexControl" location="qcleanlooksstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawComplexControl(ComplexControl control, const QStyleOptionComplex * option, QPainter * painter, const QWidget * widget) const">
+ <parameter left="ComplexControl" right="" name="control" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="option" default=""/>
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subElementRect" fullname="QCleanlooksStyle::subElementRect" href="qcleanlooksstyle.html#subElementRect" location="qcleanlooksstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="subElementRect(SubElement sr, const QStyleOption * opt, const QWidget * w) const">
+ <parameter left="SubElement" right="" name="sr" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="const QWidget *" right="" name="w" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeFromContents" fullname="QCleanlooksStyle::sizeFromContents" href="qcleanlooksstyle.html#sizeFromContents" location="qcleanlooksstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeFromContents(ContentsType type, const QStyleOption * option, const QSize &amp; size, const QWidget * widget) const">
+ <parameter left="ContentsType" right="" name="type" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default=""/>
+ <parameter left="const QSize &amp;" right="" name="size" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hitTestComplexControl" fullname="QCleanlooksStyle::hitTestComplexControl" href="qcleanlooksstyle.html#hitTestComplexControl" location="qcleanlooksstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="SubControl" signature="hitTestComplexControl(ComplexControl cc, const QStyleOptionComplex * opt, const QPoint &amp; pt, const QWidget * w) const">
+ <parameter left="ComplexControl" right="" name="cc" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="opt" default=""/>
+ <parameter left="const QPoint &amp;" right="" name="pt" default=""/>
+ <parameter left="const QWidget *" right="" name="w" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="subControlRect" fullname="QCleanlooksStyle::subControlRect" href="qcleanlooksstyle.html#subControlRect" location="qcleanlooksstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="subControlRect(ComplexControl control, const QStyleOptionComplex * option, SubControl subControl, const QWidget * widget) const">
+ <parameter left="ComplexControl" right="" name="control" default=""/>
+ <parameter left="const QStyleOptionComplex *" right="" name="option" default=""/>
+ <parameter left="SubControl" right="" name="subControl" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="generatedIconPixmap" fullname="QCleanlooksStyle::generatedIconPixmap" href="qcleanlooksstyle.html#generatedIconPixmap" location="qcleanlooksstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="generatedIconPixmap(QIcon::Mode iconMode, const QPixmap &amp; pixmap, const QStyleOption * opt) const">
+ <parameter left="QIcon::Mode" right="" name="iconMode" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="styleHint" fullname="QCleanlooksStyle::styleHint" href="qcleanlooksstyle.html#styleHint" location="qcleanlooksstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="styleHint(StyleHint hint, const QStyleOption * option, const QWidget * widget, QStyleHintReturn * returnData) const">
+ <parameter left="StyleHint" right="" name="hint" default=""/>
+ <parameter left="const QStyleOption *" right="" name="option" default="0"/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ <parameter left="QStyleHintReturn *" right="" name="returnData" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemPixmapRect" fullname="QCleanlooksStyle::itemPixmapRect" href="qcleanlooksstyle.html#itemPixmapRect" location="qcleanlooksstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QRect" signature="itemPixmapRect(const QRect &amp; r, int flags, const QPixmap &amp; pixmap) const">
+ <parameter left="const QRect &amp;" right="" name="r" default=""/>
+ <parameter left="int" right="" name="flags" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="standardPixmap" fullname="QCleanlooksStyle::standardPixmap" href="qcleanlooksstyle.html#standardPixmap" location="qcleanlooksstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QPixmap" signature="standardPixmap(StandardPixmap standardPixmap, const QStyleOption * opt, const QWidget * widget) const">
+ <parameter left="StandardPixmap" right="" name="standardPixmap" default=""/>
+ <parameter left="const QStyleOption *" right="" name="opt" default=""/>
+ <parameter left="const QWidget *" right="" name="widget" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawItemPixmap" fullname="QCleanlooksStyle::drawItemPixmap" href="qcleanlooksstyle.html#drawItemPixmap" location="qcleanlooksstyle.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawItemPixmap(QPainter * painter, const QRect &amp; rect, int alignment, const QPixmap &amp; pixmap) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rect" default=""/>
+ <parameter left="int" right="" name="alignment" default=""/>
+ <parameter left="const QPixmap &amp;" right="" name="pixmap" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="drawItemText" fullname="QCleanlooksStyle::drawItemText" href="qcleanlooksstyle.html#drawItemText" location="qcleanlooksstyle.cpp" virtual="impure" meta="plain" const="true" static="false" overload="false" type="void" signature="drawItemText(QPainter * painter, const QRect &amp; rectangle, int alignment, const QPalette &amp; palette, bool enabled, const QString &amp; text, QPalette::ColorRole textRole) const">
+ <parameter left="QPainter *" right="" name="painter" default=""/>
+ <parameter left="const QRect &amp;" right="" name="rectangle" default=""/>
+ <parameter left="int" right="" name="alignment" default=""/>
+ <parameter left="const QPalette &amp;" right="" name="palette" default=""/>
+ <parameter left="bool" right="" name="enabled" default=""/>
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QPalette::ColorRole" right="" name="textRole" default="QPalette::NoRole"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QCleanlooksStyle::polish" href="qcleanlooksstyle.html#polish" location="qcleanlooksstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="polish(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QCleanlooksStyle::polish" href="qcleanlooksstyle.html#polish-2" location="qcleanlooksstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="polish(QApplication * app)">
+ <parameter left="QApplication *" right="" name="app" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="polish" fullname="QCleanlooksStyle::polish" href="qcleanlooksstyle.html#polish-3" location="qcleanlooksstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="polish(QPalette &amp; pal)">
+ <parameter left="QPalette &amp;" right="" name="pal" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unpolish" fullname="QCleanlooksStyle::unpolish" href="qcleanlooksstyle.html#unpolish" location="qcleanlooksstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="unpolish(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unpolish" fullname="QCleanlooksStyle::unpolish" href="qcleanlooksstyle.html#unpolish-2" location="qcleanlooksstyle.h" virtual="impure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="unpolish(QApplication * app)">
+ <parameter left="QApplication *" right="" name="app" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QScreenDriverPlugin" href="qscreendriverplugin.html" location="qscreendriverplugin_qws.h" bases="QObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QScreenDriverPlugin" fullname="QScreenDriverPlugin::QScreenDriverPlugin" href="qscreendriverplugin.html#QScreenDriverPlugin" location="qscreendriverplugin_qws.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QScreenDriverPlugin(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QScreenDriverPlugin" fullname="QScreenDriverPlugin::~QScreenDriverPlugin" href="qscreendriverplugin.html#dtor.QScreenDriverPlugin" location="qscreendriverplugin_qws.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QScreenDriverPlugin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QScreenDriverPlugin::keys" href="qscreendriverplugin.html#keys" location="qscreendriverplugin_qws.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="keys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QScreenDriverPlugin::create" href="qscreendriverplugin.html#create" location="qscreendriverplugin_qws.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QScreen *" signature="create(const QString &amp; key, int displayId)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ <parameter left="int" right="" name="displayId" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QFontComboBox" href="qfontcombobox.html" location="qfontcombobox.h" bases="QComboBox" module="QtGui">
+ <property access="public" threadsafety="unspecified" status="commendable" name="writingSystem" fullname="QFontComboBox::writingSystem" href="qfontcombobox.html#writingSystem-prop" location="qfontcombobox.h" type="QFontDatabase::WritingSystem">
+ <getter name="writingSystem"/>
+ <setter name="setWritingSystem"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="fontFilters" fullname="QFontComboBox::fontFilters" href="qfontcombobox.html#fontFilters-prop" location="qfontcombobox.h" type="FontFilters">
+ <getter name="fontFilters"/>
+ <setter name="setFontFilters"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="currentFont" fullname="QFontComboBox::currentFont" href="qfontcombobox.html#currentFont-prop" location="qfontcombobox.h" type="QFont">
+ <getter name="currentFont"/>
+ <setter name="setCurrentFont"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFontComboBox" fullname="QFontComboBox::QFontComboBox" href="qfontcombobox.html#QFontComboBox" location="qfontcombobox.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFontComboBox(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFontComboBox" fullname="QFontComboBox::~QFontComboBox" href="qfontcombobox.html#dtor.QFontComboBox" location="qfontcombobox.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFontComboBox()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWritingSystem" fullname="QFontComboBox::setWritingSystem" href="qfontcombobox.html#writingSystem-prop" location="qfontcombobox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="writingSystem" type="void" signature="setWritingSystem(QFontDatabase::WritingSystem script)">
+ <parameter left="QFontDatabase::WritingSystem" right="" name="script" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="writingSystem" fullname="QFontComboBox::writingSystem" href="qfontcombobox.html#writingSystem-prop" location="qfontcombobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="writingSystem" type="QFontDatabase::WritingSystem" signature="writingSystem() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FontFilter" fullname="QFontComboBox::FontFilter" href="qfontcombobox.html#FontFilter-enum" location="qfontcombobox.h" typedef="QFontComboBox::FontFilters">
+ <value name="AllFonts" value="0"/>
+ <value name="ScalableFonts" value="0x1"/>
+ <value name="NonScalableFonts" value="0x2"/>
+ <value name="MonospacedFonts" value="0x4"/>
+ <value name="ProportionalFonts" value="0x8"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="FontFilters" fullname="QFontComboBox::FontFilters" href="qfontcombobox.html#FontFilters-typedef" location="qfontcombobox.h" enum="QFontComboBox::FontFilter"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontFilters" fullname="QFontComboBox::setFontFilters" href="qfontcombobox.html#fontFilters-prop" location="qfontcombobox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="fontFilters" type="void" signature="setFontFilters(QFlags&lt;QFontComboBox::FontFilter&gt; filters)">
+ <parameter left="QFlags&lt;QFontComboBox::FontFilter&gt;" right="" name="filters" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontFilters" fullname="QFontComboBox::fontFilters" href="qfontcombobox.html#fontFilters-prop" location="qfontcombobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="fontFilters" type="FontFilters" signature="fontFilters() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentFont" fullname="QFontComboBox::currentFont" href="qfontcombobox.html#currentFont-prop" location="qfontcombobox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentFont" type="QFont" signature="currentFont() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="QFontComboBox::sizeHint" href="qfontcombobox.html#sizeHint" location="qfontcombobox.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentFont" fullname="QFontComboBox::setCurrentFont" href="qfontcombobox.html#currentFont-prop" location="qfontcombobox.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="currentFont" type="void" signature="setCurrentFont(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentFontChanged" fullname="QFontComboBox::currentFontChanged" href="qfontcombobox.html#currentFontChanged" location="qfontcombobox.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentFontChanged(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="QFontComboBox::event" href="qfontcombobox.html#event" location="qfontcombobox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QFutureWatcher" href="qfuturewatcher.html" location="qfuturewatcher.h" bases="QObject" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFutureWatcher" fullname="QFutureWatcher::QFutureWatcher" href="qfuturewatcher.html#QFutureWatcher" location="qfuturewatcher.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFutureWatcher(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFutureWatcher" fullname="QFutureWatcher::~QFutureWatcher" href="qfuturewatcher.html#dtor.QFutureWatcher" location="qfuturewatcher.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFutureWatcher()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFuture" fullname="QFutureWatcher::setFuture" href="qfuturewatcher.html#setFuture" location="qfuturewatcher.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFuture(const QFuture&lt;T&gt; &amp; future)">
+ <parameter left="const QFuture&lt;T&gt; &amp;" right="" name="future" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="future" fullname="QFutureWatcher::future" href="qfuturewatcher.html#future" location="qfuturewatcher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFuture&lt;T&gt;" signature="future() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="result" fullname="QFutureWatcher::result" href="qfuturewatcher.html#result" location="qfuturewatcher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T" signature="result() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resultAt" fullname="QFutureWatcher::resultAt" href="qfuturewatcher.html#resultAt" location="qfuturewatcher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T" signature="resultAt(int index) const">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="progressValue" fullname="QFutureWatcher::progressValue" href="qfuturewatcher.html#progressValue" location="qfuturewatcher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="progressValue() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="progressMinimum" fullname="QFutureWatcher::progressMinimum" href="qfuturewatcher.html#progressMinimum" location="qfuturewatcher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="progressMinimum() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="progressMaximum" fullname="QFutureWatcher::progressMaximum" href="qfuturewatcher.html#progressMaximum" location="qfuturewatcher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="progressMaximum() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="progressText" fullname="QFutureWatcher::progressText" href="qfuturewatcher.html#progressText" location="qfuturewatcher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="progressText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isStarted" fullname="QFutureWatcher::isStarted" href="qfuturewatcher.html#isStarted" location="qfuturewatcher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isStarted() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isFinished" fullname="QFutureWatcher::isFinished" href="qfuturewatcher.html#isFinished" location="qfuturewatcher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isFinished() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isRunning" fullname="QFutureWatcher::isRunning" href="qfuturewatcher.html#isRunning" location="qfuturewatcher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRunning() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCanceled" fullname="QFutureWatcher::isCanceled" href="qfuturewatcher.html#isCanceled" location="qfuturewatcher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCanceled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isPaused" fullname="QFutureWatcher::isPaused" href="qfuturewatcher.html#isPaused" location="qfuturewatcher.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isPaused() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="waitForFinished" fullname="QFutureWatcher::waitForFinished" href="qfuturewatcher.html#waitForFinished" location="qfuturewatcher.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="waitForFinished()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPendingResultsLimit" fullname="QFutureWatcher::setPendingResultsLimit" href="qfuturewatcher.html#setPendingResultsLimit" location="qfuturewatcher.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPendingResultsLimit(int limit)">
+ <parameter left="int" right="" name="limit" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="started" fullname="QFutureWatcher::started" href="qfuturewatcher.html#started" location="qfuturewatcher.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="started()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="finished" fullname="QFutureWatcher::finished" href="qfuturewatcher.html#finished" location="qfuturewatcher.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="finished()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canceled" fullname="QFutureWatcher::canceled" href="qfuturewatcher.html#canceled" location="qfuturewatcher.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="canceled()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paused" fullname="QFutureWatcher::paused" href="qfuturewatcher.html#paused" location="qfuturewatcher.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="paused()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resumed" fullname="QFutureWatcher::resumed" href="qfuturewatcher.html#resumed" location="qfuturewatcher.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="resumed()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resultReadyAt" fullname="QFutureWatcher::resultReadyAt" href="qfuturewatcher.html#resultReadyAt" location="qfuturewatcher.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="resultReadyAt(int index)">
+ <parameter left="int" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resultsReadyAt" fullname="QFutureWatcher::resultsReadyAt" href="qfuturewatcher.html#resultsReadyAt" location="qfuturewatcher.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="resultsReadyAt(int beginIndex, int endIndex)">
+ <parameter left="int" right="" name="beginIndex" default=""/>
+ <parameter left="int" right="" name="endIndex" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="progressRangeChanged" fullname="QFutureWatcher::progressRangeChanged" href="qfuturewatcher.html#progressRangeChanged" location="qfuturewatcher.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="progressRangeChanged(int minimum, int maximum)">
+ <parameter left="int" right="" name="minimum" default=""/>
+ <parameter left="int" right="" name="maximum" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="progressValueChanged" fullname="QFutureWatcher::progressValueChanged" href="qfuturewatcher.html#progressValueChanged" location="qfuturewatcher.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="progressValueChanged(int progressValue)">
+ <parameter left="int" right="" name="progressValue" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="progressTextChanged" fullname="QFutureWatcher::progressTextChanged" href="qfuturewatcher.html#progressTextChanged" location="qfuturewatcher.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="progressTextChanged(const QString &amp; progressText)">
+ <parameter left="const QString &amp;" right="" name="progressText" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cancel" fullname="QFutureWatcher::cancel" href="qfuturewatcher.html#cancel" location="qfuturewatcher.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="cancel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPaused" fullname="QFutureWatcher::setPaused" href="qfuturewatcher.html#setPaused" location="qfuturewatcher.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setPaused(bool paused)">
+ <parameter left="bool" right="" name="paused" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pause" fullname="QFutureWatcher::pause" href="qfuturewatcher.html#pause" location="qfuturewatcher.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="pause()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resume" fullname="QFutureWatcher::resume" href="qfuturewatcher.html#resume" location="qfuturewatcher.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="resume()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="togglePaused" fullname="QFutureWatcher::togglePaused" href="qfuturewatcher.html#togglePaused" location="qfuturewatcher.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="togglePaused()"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QFile" href="qfile.html" location="qfile.h" bases="QIODevice" module="QtCore">
+ <contents name="reading-files-directly" title="Reading Files Directly" level="1"/>
+ <contents name="using-streams-to-read-files" title="Using Streams to Read Files" level="1"/>
+ <contents name="signals" title="Signals" level="1"/>
+ <contents name="platform-specific-issues" title="Platform Specific Issues" level="1"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="FileError" fullname="QFile::FileError" href="qfile.html#FileError-enum" location="qfile.h">
+ <value name="NoError" value="0"/>
+ <value name="ReadError" value="1"/>
+ <value name="WriteError" value="2"/>
+ <value name="FatalError" value="3"/>
+ <value name="ResourceError" value="4"/>
+ <value name="OpenError" value="5"/>
+ <value name="AbortError" value="6"/>
+ <value name="TimeOutError" value="7"/>
+ <value name="UnspecifiedError" value="8"/>
+ <value name="RemoveError" value="9"/>
+ <value name="RenameError" value="10"/>
+ <value name="PositionError" value="11"/>
+ <value name="ResizeError" value="12"/>
+ <value name="PermissionsError" value="13"/>
+ <value name="CopyError" value="14"/>
+ <value name="ConnectError" value="30"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Permission" fullname="QFile::Permission" href="qfile.html#Permission-enum" location="qfile.h" typedef="QFile::Permissions">
+ <value name="ReadOwner" value="0x4000"/>
+ <value name="WriteOwner" value="0x2000"/>
+ <value name="ExeOwner" value="0x1000"/>
+ <value name="ReadUser" value="0x0400"/>
+ <value name="WriteUser" value="0x0200"/>
+ <value name="ExeUser" value="0x0100"/>
+ <value name="ReadGroup" value="0x0040"/>
+ <value name="WriteGroup" value="0x0020"/>
+ <value name="ExeGroup" value="0x0010"/>
+ <value name="ReadOther" value="0x0004"/>
+ <value name="WriteOther" value="0x0002"/>
+ <value name="ExeOther" value="0x0001"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="Permissions" fullname="QFile::Permissions" href="qfile.html#Permissions-typedef" location="qfile.h" enum="QFile::Permission"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFile" fullname="QFile::QFile" href="qfile.html#QFile" location="qfile.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFile(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFile" fullname="QFile::QFile" href="qfile.html#QFile-3" location="qfile.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QFile(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFile" fullname="QFile::QFile" href="qfile.html#QFile-4" location="qfile.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QFile(const QString &amp; name, QObject * parent)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ <parameter left="QObject *" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QFile" fullname="QFile::~QFile" href="qfile.html#dtor.QFile" location="qfile.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QFile()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="error" fullname="QFile::error" href="qfile.html#error" location="qfile.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="FileError" signature="error() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unsetError" fullname="QFile::unsetError" href="qfile.html#unsetError" location="qfile.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="unsetError()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fileName" fullname="QFile::fileName" href="qfile.html#fileName" location="qfile.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fileName() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFileName" fullname="QFile::setFileName" href="qfile.html#setFileName" location="qfile.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFileName(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="EncoderFn" fullname="QFile::EncoderFn" href="qfile.html#EncoderFn-typedef" location="qfile.h"/>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="DecoderFn" fullname="QFile::DecoderFn" href="qfile.html#DecoderFn-typedef" location="qfile.h"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="encodeName" fullname="QFile::encodeName" href="qfile.html#encodeName" location="qfile.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QByteArray" signature="encodeName(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="decodeName" fullname="QFile::decodeName" href="qfile.html#decodeName" location="qfile.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="decodeName(const QByteArray &amp; localFileName)">
+ <parameter left="const QByteArray &amp;" right="" name="localFileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="decodeName" fullname="QFile::decodeName" href="qfile.html#decodeName-2" location="qfile.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QString" signature="decodeName(const char * localFileName)">
+ <parameter left="const char *" right="" name="localFileName" default=""/>
+ </function>
+ <function access="public" threadsafety="non-reentrant" status="commendable" name="setEncodingFunction" fullname="QFile::setEncodingFunction" href="qfile.html#setEncodingFunction" location="qfile.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setEncodingFunction(EncoderFn function)">
+ <parameter left="EncoderFn" right="" name="function" default=""/>
+ </function>
+ <function access="public" threadsafety="non-reentrant" status="commendable" name="setDecodingFunction" fullname="QFile::setDecodingFunction" href="qfile.html#setDecodingFunction" location="qfile.cpp" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="setDecodingFunction(DecoderFn function)">
+ <parameter left="DecoderFn" right="" name="function" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exists" fullname="QFile::exists" href="qfile.html#exists-2" location="qfile.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="bool" signature="exists() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exists" fullname="QFile::exists" href="qfile.html#exists" location="qfile.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="exists(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="readLink" fullname="QFile::readLink" href="qfile-obsolete.html#readLink" location="qfile.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="readLink() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="readLink" fullname="QFile::readLink" href="qfile-obsolete.html#readLink-2" location="qfile.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="QString" signature="readLink(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="symLinkTarget" fullname="QFile::symLinkTarget" href="qfile.html#symLinkTarget-2" location="qfile.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QString" signature="symLinkTarget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="symLinkTarget" fullname="QFile::symLinkTarget" href="qfile.html#symLinkTarget" location="qfile.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="QString" signature="symLinkTarget(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QFile::remove" href="qfile.html#remove" location="qfile.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="remove()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QFile::remove" href="qfile.html#remove-2" location="qfile.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="bool" signature="remove(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rename" fullname="QFile::rename" href="qfile.html#rename" location="qfile.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="rename(const QString &amp; newName)">
+ <parameter left="const QString &amp;" right="" name="newName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rename" fullname="QFile::rename" href="qfile.html#rename-2" location="qfile.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="bool" signature="rename(const QString &amp; oldName, const QString &amp; newName)">
+ <parameter left="const QString &amp;" right="" name="oldName" default=""/>
+ <parameter left="const QString &amp;" right="" name="newName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="link" fullname="QFile::link" href="qfile.html#link" location="qfile.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="link(const QString &amp; linkName)">
+ <parameter left="const QString &amp;" right="" name="linkName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="link" fullname="QFile::link" href="qfile.html#link-2" location="qfile.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="bool" signature="link(const QString &amp; fileName, const QString &amp; linkName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const QString &amp;" right="" name="linkName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="copy" fullname="QFile::copy" href="qfile.html#copy" location="qfile.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="copy(const QString &amp; newName)">
+ <parameter left="const QString &amp;" right="" name="newName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="copy" fullname="QFile::copy" href="qfile.html#copy-2" location="qfile.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="bool" signature="copy(const QString &amp; fileName, const QString &amp; newName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="const QString &amp;" right="" name="newName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isSequential" fullname="QFile::isSequential" href="qfile.html#isSequential" location="qfile.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isSequential() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QFile::open" href="qfile.html#open" location="qfile.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="open(QFlags&lt;QIODevice::OpenModeFlag&gt; mode)">
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QFile::open" href="qfile.html#open-4" location="qfile.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="bool" signature="open(FILE * fh, QFlags&lt;QIODevice::OpenModeFlag&gt; mode)">
+ <parameter left="FILE *" right="" name="fh" default=""/>
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QFile::open" href="qfile.html#open-5" location="qfile.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="bool" signature="open(int fd, QFlags&lt;QIODevice::OpenModeFlag&gt; mode)">
+ <parameter left="int" right="" name="fd" default=""/>
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="close" fullname="QFile::close" href="qfile.html#close" location="qfile.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="close()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="size" fullname="QFile::size" href="qfile.html#size" location="qfile.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="size() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="pos" fullname="QFile::pos" href="qfile.html#pos" location="qfile.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="qint64" signature="pos() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="seek" fullname="QFile::seek" href="qfile.html#seek" location="qfile.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="seek(qint64 off)">
+ <parameter left="qint64" right="" name="off" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="atEnd" fullname="QFile::atEnd" href="qfile.html#atEnd" location="qfile.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="atEnd() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flush" fullname="QFile::flush" href="qfile.html#flush" location="qfile.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="flush()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resize" fullname="QFile::resize" href="qfile.html#resize" location="qfile.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="resize(qint64 sz)">
+ <parameter left="qint64" right="" name="sz" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="resize" fullname="QFile::resize" href="qfile.html#resize-2" location="qfile.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="bool" signature="resize(const QString &amp; fileName, qint64 sz)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="qint64" right="" name="sz" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="permissions" fullname="QFile::permissions" href="qfile.html#permissions" location="qfile.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Permissions" signature="permissions() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="permissions" fullname="QFile::permissions" href="qfile.html#permissions-2" location="qfile.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="Permissions" signature="permissions(const QString &amp; fileName)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPermissions" fullname="QFile::setPermissions" href="qfile.html#setPermissions" location="qfile.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="setPermissions(QFlags&lt;QFile::Permission&gt; permissions)">
+ <parameter left="QFlags&lt;QFile::Permission&gt;" right="" name="permissions" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPermissions" fullname="QFile::setPermissions" href="qfile.html#setPermissions-2" location="qfile.h" virtual="non" meta="plain" const="false" static="true" overload="true" overload-number="2" type="bool" signature="setPermissions(const QString &amp; fileName, QFlags&lt;QFile::Permission&gt; permissions)">
+ <parameter left="const QString &amp;" right="" name="fileName" default=""/>
+ <parameter left="QFlags&lt;QFile::Permission&gt;" right="" name="permissions" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="handle" fullname="QFile::handle" href="qfile.html#handle" location="qfile.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="handle() const"/>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="MemoryMapFlags" fullname="QFile::MemoryMapFlags" href="qfile.html#MemoryMapFlags-enum" location="qfile.h">
+ <value name="NoOptions" value="0"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="map" fullname="QFile::map" href="qfile.html#map" location="qfile.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="uchar *" signature="map(qint64 offset, qint64 size, MemoryMapFlags flags)">
+ <parameter left="qint64" right="" name="offset" default=""/>
+ <parameter left="qint64" right="" name="size" default=""/>
+ <parameter left="MemoryMapFlags" right="" name="flags" default="NoOptions"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="unmap" fullname="QFile::unmap" href="qfile.html#unmap" location="qfile.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="unmap(uchar * address)">
+ <parameter left="uchar *" right="" name="address" default=""/>
+ </function>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="PermissionSpec" fullname="QFile::PermissionSpec" href="qfile.html#PermissionSpec-typedef" location="qfile.h"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="name" fullname="QFile::name" href="qfile-qt3.html#name" location="qfile.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="name() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setName" fullname="QFile::setName" href="qfile-qt3.html#setName" location="qfile.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setName(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="open" fullname="QFile::open" href="qfile-qt3.html#open-2" location="qfile.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="open(QFlags&lt;QIODevice::OpenModeFlag&gt; aFlags, FILE * f)">
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="aFlags" default=""/>
+ <parameter left="FILE *" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="open" fullname="QFile::open" href="qfile-qt3.html#open-3" location="qfile.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="bool" signature="open(QFlags&lt;QIODevice::OpenModeFlag&gt; aFlags, int fd)">
+ <parameter left="QFlags&lt;QIODevice::OpenModeFlag&gt;" right="" name="aFlags" default=""/>
+ <parameter left="int" right="" name="fd" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="readData" fullname="QFile::readData" href="qfile.html#readData" location="qfile.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="readData(char * data, qint64 len)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="len" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="writeData" fullname="QFile::writeData" href="qfile.html#writeData" location="qfile.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="writeData(const char * data, qint64 len)">
+ <parameter left="const char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="len" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="readLineData" fullname="QFile::readLineData" href="qfile.html#readLineData" location="qfile.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="qint64" signature="readLineData(char * data, qint64 maxlen)">
+ <parameter left="char *" right="" name="data" default=""/>
+ <parameter left="qint64" right="" name="maxlen" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAbstractPrintDialog" href="qabstractprintdialog.html" location="qabstractprintdialog.h" bases="QDialog" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PrintRange" fullname="QAbstractPrintDialog::PrintRange" href="qabstractprintdialog.html#PrintRange-enum" location="qabstractprintdialog.h">
+ <value name="AllPages" value="0"/>
+ <value name="Selection" value="1"/>
+ <value name="PageRange" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="PrintDialogOption" fullname="QAbstractPrintDialog::PrintDialogOption" href="qabstractprintdialog.html#PrintDialogOption-enum" location="qabstractprintdialog.h" typedef="QAbstractPrintDialog::PrintDialogOptions">
+ <value name="None" value="0x0000"/>
+ <value name="PrintToFile" value="0x0001"/>
+ <value name="PrintSelection" value="0x0002"/>
+ <value name="PrintPageRange" value="0x0004"/>
+ <value name="PrintShowPageSize" value="0x0008"/>
+ <value name="PrintCollateCopies" value="0x0010"/>
+ <value name="DontUseSheet" value="0x0020"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="PrintDialogOptions" fullname="QAbstractPrintDialog::PrintDialogOptions" href="qabstractprintdialog.html#PrintDialogOptions-typedef" location="qabstractprintdialog.h" enum="QAbstractPrintDialog::PrintDialogOption"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAbstractPrintDialog" fullname="QAbstractPrintDialog::QAbstractPrintDialog" href="qabstractprintdialog.html#QAbstractPrintDialog" location="qabstractprintdialog.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAbstractPrintDialog(QPrinter * printer, QWidget * parent)">
+ <parameter left="QPrinter *" right="" name="printer" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="exec" fullname="QAbstractPrintDialog::exec" href="qabstractprintdialog.html#exec" location="qabstractprintdialog.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="int" signature="exec()"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="addEnabledOption" fullname="QAbstractPrintDialog::addEnabledOption" href="qabstractprintdialog-obsolete.html#addEnabledOption" location="qabstractprintdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addEnabledOption(PrintDialogOption option)">
+ <parameter left="PrintDialogOption" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="setEnabledOptions" fullname="QAbstractPrintDialog::setEnabledOptions" href="qabstractprintdialog-obsolete.html#setEnabledOptions" location="qabstractprintdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEnabledOptions(QFlags&lt;QAbstractPrintDialog::PrintDialogOption&gt; options)">
+ <parameter left="QFlags&lt;QAbstractPrintDialog::PrintDialogOption&gt;" right="" name="options" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="enabledOptions" fullname="QAbstractPrintDialog::enabledOptions" href="qabstractprintdialog-obsolete.html#enabledOptions" location="qabstractprintdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="PrintDialogOptions" signature="enabledOptions() const"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="isOptionEnabled" fullname="QAbstractPrintDialog::isOptionEnabled" href="qabstractprintdialog-obsolete.html#isOptionEnabled" location="qabstractprintdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isOptionEnabled(PrintDialogOption option) const">
+ <parameter left="PrintDialogOption" right="" name="option" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOptionTabs" fullname="QAbstractPrintDialog::setOptionTabs" href="qabstractprintdialog.html#setOptionTabs" location="qabstractprintdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setOptionTabs(const QList&lt;QWidget *&gt; &amp; tabs)">
+ <parameter left="const QList&lt;QWidget *&gt; &amp;" right="" name="tabs" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPrintRange" fullname="QAbstractPrintDialog::setPrintRange" href="qabstractprintdialog.html#setPrintRange" location="qabstractprintdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPrintRange(PrintRange range)">
+ <parameter left="PrintRange" right="" name="range" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="printRange" fullname="QAbstractPrintDialog::printRange" href="qabstractprintdialog.html#printRange" location="qabstractprintdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="PrintRange" signature="printRange() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMinMax" fullname="QAbstractPrintDialog::setMinMax" href="qabstractprintdialog.html#setMinMax" location="qabstractprintdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setMinMax(int min, int max)">
+ <parameter left="int" right="" name="min" default=""/>
+ <parameter left="int" right="" name="max" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minPage" fullname="QAbstractPrintDialog::minPage" href="qabstractprintdialog.html#minPage" location="qabstractprintdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="minPage() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="maxPage" fullname="QAbstractPrintDialog::maxPage" href="qabstractprintdialog.html#maxPage" location="qabstractprintdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="maxPage() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFromTo" fullname="QAbstractPrintDialog::setFromTo" href="qabstractprintdialog.html#setFromTo" location="qabstractprintdialog.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFromTo(int from, int to)">
+ <parameter left="int" right="" name="from" default=""/>
+ <parameter left="int" right="" name="to" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fromPage" fullname="QAbstractPrintDialog::fromPage" href="qabstractprintdialog.html#fromPage" location="qabstractprintdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="fromPage() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPage" fullname="QAbstractPrintDialog::toPage" href="qabstractprintdialog.html#toPage" location="qabstractprintdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="toPage() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="printer" fullname="QAbstractPrintDialog::printer" href="qabstractprintdialog.html#printer" location="qabstractprintdialog.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPrinter *" signature="printer() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAccessibleBridge" href="qaccessiblebridge.html" location="qaccessiblebridge.h" bases="" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAccessibleBridge" fullname="QAccessibleBridge::~QAccessibleBridge" href="qaccessiblebridge.html#dtor.QAccessibleBridge" location="qaccessiblebridge.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAccessibleBridge()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRootObject" fullname="QAccessibleBridge::setRootObject" href="qaccessiblebridge.html#setRootObject" location="qaccessiblebridge.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="setRootObject(QAccessibleInterface * object)">
+ <parameter left="QAccessibleInterface *" right="" name="object" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="notifyAccessibilityUpdate" fullname="QAccessibleBridge::notifyAccessibilityUpdate" href="qaccessiblebridge.html#notifyAccessibilityUpdate" location="qaccessiblebridge.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="notifyAccessibilityUpdate(int reason, QAccessibleInterface * interface, int child)">
+ <parameter left="int" right="" name="reason" default=""/>
+ <parameter left="QAccessibleInterface *" right="" name="interface" default=""/>
+ <parameter left="int" right="" name="child" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QAccessibleBridgePlugin" href="qaccessiblebridgeplugin.html" location="qaccessiblebridge.h" bases="QObject" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAccessibleBridgePlugin" fullname="QAccessibleBridgePlugin::QAccessibleBridgePlugin" href="qaccessiblebridgeplugin.html#QAccessibleBridgePlugin" location="qaccessiblebridge.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QAccessibleBridgePlugin(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QAccessibleBridgePlugin" fullname="QAccessibleBridgePlugin::~QAccessibleBridgePlugin" href="qaccessiblebridgeplugin.html#dtor.QAccessibleBridgePlugin" location="qaccessiblebridge.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QAccessibleBridgePlugin()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="keys" fullname="QAccessibleBridgePlugin::keys" href="qaccessiblebridgeplugin.html#keys" location="qaccessiblebridge.h" virtual="pure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="keys() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="create" fullname="QAccessibleBridgePlugin::create" href="qaccessiblebridgeplugin.html#create" location="qaccessiblebridge.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QAccessibleBridge *" signature="create(const QString &amp; key)">
+ <parameter left="const QString &amp;" right="" name="key" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTreeWidgetItemIterator" href="qtreewidgetitemiterator.html" location="qtreewidgetitemiterator.h" bases="" module="QtGui">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="IteratorFlag" fullname="QTreeWidgetItemIterator::IteratorFlag" href="qtreewidgetitemiterator.html#IteratorFlag-enum" location="qtreewidgetitemiterator.h" typedef="QTreeWidgetItemIterator::IteratorFlags">
+ <value name="All" value="0x00000000"/>
+ <value name="Hidden" value="0x00000001"/>
+ <value name="NotHidden" value="0x00000002"/>
+ <value name="Selected" value="0x00000004"/>
+ <value name="Unselected" value="0x00000008"/>
+ <value name="Selectable" value="0x00000010"/>
+ <value name="NotSelectable" value="0x00000020"/>
+ <value name="DragEnabled" value="0x00000040"/>
+ <value name="DragDisabled" value="0x00000080"/>
+ <value name="DropEnabled" value="0x00000100"/>
+ <value name="DropDisabled" value="0x00000200"/>
+ <value name="HasChildren" value="0x00000400"/>
+ <value name="NoChildren" value="0x00000800"/>
+ <value name="Checked" value="0x00001000"/>
+ <value name="NotChecked" value="0x00002000"/>
+ <value name="Enabled" value="0x00004000"/>
+ <value name="Disabled" value="0x00008000"/>
+ <value name="Editable" value="0x00010000"/>
+ <value name="NotEditable" value="0x00020000"/>
+ <value name="UserFlag" value="0x01000000"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="IteratorFlags" fullname="QTreeWidgetItemIterator::IteratorFlags" href="qtreewidgetitemiterator.html#IteratorFlags-typedef" location="qtreewidgetitemiterator.h" enum="QTreeWidgetItemIterator::IteratorFlag"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTreeWidgetItemIterator" fullname="QTreeWidgetItemIterator::QTreeWidgetItemIterator" href="qtreewidgetitemiterator.html#QTreeWidgetItemIterator" location="qtreewidgetitemiterator.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTreeWidgetItemIterator(const QTreeWidgetItemIterator &amp; it)">
+ <parameter left="const QTreeWidgetItemIterator &amp;" right="" name="it" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTreeWidgetItemIterator" fullname="QTreeWidgetItemIterator::QTreeWidgetItemIterator" href="qtreewidgetitemiterator.html#QTreeWidgetItemIterator-2" location="qtreewidgetitemiterator.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTreeWidgetItemIterator(QTreeWidget * widget, QFlags&lt;QTreeWidgetItemIterator::IteratorFlag&gt; flags)">
+ <parameter left="QTreeWidget *" right="" name="widget" default=""/>
+ <parameter left="QFlags&lt;QTreeWidgetItemIterator::IteratorFlag&gt;" right="" name="flags" default="All"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTreeWidgetItemIterator" fullname="QTreeWidgetItemIterator::QTreeWidgetItemIterator" href="qtreewidgetitemiterator.html#QTreeWidgetItemIterator-3" location="qtreewidgetitemiterator.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QTreeWidgetItemIterator(QTreeWidgetItem * item, QFlags&lt;QTreeWidgetItemIterator::IteratorFlag&gt; flags)">
+ <parameter left="QTreeWidgetItem *" right="" name="item" default=""/>
+ <parameter left="QFlags&lt;QTreeWidgetItemIterator::IteratorFlag&gt;" right="" name="flags" default="All"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTreeWidgetItemIterator" fullname="QTreeWidgetItemIterator::~QTreeWidgetItemIterator" href="qtreewidgetitemiterator.html#dtor.QTreeWidgetItemIterator" location="qtreewidgetitemiterator.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTreeWidgetItemIterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QTreeWidgetItemIterator::operator=" href="qtreewidgetitemiterator.html#operator=" location="qtreewidgetitemiterator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTreeWidgetItemIterator &amp;" signature="operator=(const QTreeWidgetItemIterator &amp; it)">
+ <parameter left="const QTreeWidgetItemIterator &amp;" right="" name="it" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QTreeWidgetItemIterator::operator++" href="qtreewidgetitemiterator.html#operator++" location="qtreewidgetitemiterator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTreeWidgetItemIterator &amp;" signature="operator++()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator++" fullname="QTreeWidgetItemIterator::operator++" href="qtreewidgetitemiterator.html#operator++-2" location="qtreewidgetitemiterator.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="const QTreeWidgetItemIterator" signature="operator++(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator+=" fullname="QTreeWidgetItemIterator::operator+=" href="qtreewidgetitemiterator.html#operator+=" location="qtreewidgetitemiterator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTreeWidgetItemIterator &amp;" signature="operator+=(int n)">
+ <parameter left="int" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QTreeWidgetItemIterator::operator--" href="qtreewidgetitemiterator.html#operator--" location="qtreewidgetitemiterator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTreeWidgetItemIterator &amp;" signature="operator--()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator--" fullname="QTreeWidgetItemIterator::operator--" href="qtreewidgetitemiterator.html#operator---2" location="qtreewidgetitemiterator.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="const QTreeWidgetItemIterator" signature="operator--(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator-=" fullname="QTreeWidgetItemIterator::operator-=" href="qtreewidgetitemiterator.html#operator-=" location="qtreewidgetitemiterator.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QTreeWidgetItemIterator &amp;" signature="operator-=(int n)">
+ <parameter left="int" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator*" fullname="QTreeWidgetItemIterator::operator*" href="qtreewidgetitemiterator.html#operator*" location="qtreewidgetitemiterator.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTreeWidgetItem *" signature="operator*() const"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QTextEdit" href="qtextedit.html" location="qtextedit.h" bases="QAbstractScrollArea" module="QtGui">
+ <contents name="introduction-and-concepts" title="Introduction and Concepts" level="1"/>
+ <contents name="using-qtextedit-as-a-display-widget" title="Using QTextEdit as a Display Widget" level="1"/>
+ <contents name="read-only-key-bindings" title="Read-only Key Bindings" level="2"/>
+ <contents name="using-qtextedit-as-an-editor" title="Using QTextEdit as an Editor" level="1"/>
+ <contents name="drag-and-drop" title="Drag and Drop" level="2"/>
+ <contents name="editing-key-bindings" title="Editing Key Bindings" level="2"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="autoFormatting" fullname="QTextEdit::autoFormatting" href="qtextedit.html#autoFormatting-prop" location="qtextedit.h" type="AutoFormatting">
+ <getter name="autoFormatting"/>
+ <setter name="setAutoFormatting"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="tabChangesFocus" fullname="QTextEdit::tabChangesFocus" href="qtextedit.html#tabChangesFocus-prop" location="qtextedit.h" type="bool">
+ <getter name="tabChangesFocus"/>
+ <setter name="setTabChangesFocus"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="documentTitle" fullname="QTextEdit::documentTitle" href="qtextedit.html#documentTitle-prop" location="qtextedit.h" type="QString">
+ <getter name="documentTitle"/>
+ <setter name="setDocumentTitle"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="undoRedoEnabled" fullname="QTextEdit::undoRedoEnabled" href="qtextedit.html#undoRedoEnabled-prop" location="qtextedit.h" type="bool">
+ <getter name="isUndoRedoEnabled"/>
+ <setter name="setUndoRedoEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="lineWrapMode" fullname="QTextEdit::lineWrapMode" href="qtextedit.html#lineWrapMode-prop" location="qtextedit.h" type="LineWrapMode">
+ <getter name="lineWrapMode"/>
+ <setter name="setLineWrapMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="wordWrapMode" fullname="QTextEdit::wordWrapMode" href="qtextedit.html#wordWrapMode-prop" location="qtextedit.h" type="QTextOption::WrapMode">
+ <getter name="wordWrapMode"/>
+ <setter name="setWordWrapMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="lineWrapColumnOrWidth" fullname="QTextEdit::lineWrapColumnOrWidth" href="qtextedit.html#lineWrapColumnOrWidth-prop" location="qtextedit.h" type="int">
+ <getter name="lineWrapColumnOrWidth"/>
+ <setter name="setLineWrapColumnOrWidth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="readOnly" fullname="QTextEdit::readOnly" href="qtextedit.html#readOnly-prop" location="qtextedit.h" type="bool">
+ <getter name="isReadOnly"/>
+ <setter name="setReadOnly"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="html" fullname="QTextEdit::html" href="qtextedit.html#html-prop" location="qtextedit.h" type="QString">
+ <getter name="toHtml"/>
+ <setter name="setHtml"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="plainText" fullname="QTextEdit::plainText" href="qtextedit.html#plainText-prop" location="qtextedit.h" type="QString">
+ <getter name="toPlainText"/>
+ <setter name="setPlainText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="overwriteMode" fullname="QTextEdit::overwriteMode" href="qtextedit.html#overwriteMode-prop" location="qtextedit.h" type="bool">
+ <getter name="overwriteMode"/>
+ <setter name="setOverwriteMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="tabStopWidth" fullname="QTextEdit::tabStopWidth" href="qtextedit.html#tabStopWidth-prop" location="qtextedit.h" type="int">
+ <getter name="tabStopWidth"/>
+ <setter name="setTabStopWidth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="acceptRichText" fullname="QTextEdit::acceptRichText" href="qtextedit.html#acceptRichText-prop" location="qtextedit.h" type="bool">
+ <getter name="acceptRichText"/>
+ <setter name="setAcceptRichText"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="cursorWidth" fullname="QTextEdit::cursorWidth" href="qtextedit.html#cursorWidth-prop" location="qtextedit.h" type="int">
+ <getter name="cursorWidth"/>
+ <setter name="setCursorWidth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="textInteractionFlags" fullname="QTextEdit::textInteractionFlags" href="qtextedit.html#textInteractionFlags-prop" location="qtextedit.h" type="Qt::TextInteractionFlags">
+ <getter name="textInteractionFlags"/>
+ <setter name="setTextInteractionFlags"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="LineWrapMode" fullname="QTextEdit::LineWrapMode" href="qtextedit.html#LineWrapMode-enum" location="qtextedit.h">
+ <value name="NoWrap" value="0"/>
+ <value name="WidgetWidth" value="1"/>
+ <value name="FixedPixelWidth" value="2"/>
+ <value name="FixedColumnWidth" value="3"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="AutoFormattingFlag" fullname="QTextEdit::AutoFormattingFlag" href="qtextedit.html#AutoFormattingFlag-enum" location="qtextedit.h" typedef="QTextEdit::AutoFormatting">
+ <value name="AutoNone" value="0"/>
+ <value name="AutoBulletList" value="0x00000001"/>
+ <value name="AutoAll" value="0xffffffff"/>
+ </enum>
+ <typedef access="public" threadsafety="unspecified" status="commendable" name="AutoFormatting" fullname="QTextEdit::AutoFormatting" href="qtextedit.html#AutoFormatting-typedef" location="qtextedit.h" enum="QTextEdit::AutoFormattingFlag"/>
+ <enum access="public" threadsafety="unspecified" status="compat" name="CursorAction" fullname="QTextEdit::CursorAction" href="qtextedit-qt3.html#CursorAction-enum" location="qtextedit.h">
+ <value name="MoveBackward" value="0"/>
+ <value name="MoveForward" value="1"/>
+ <value name="MoveWordBackward" value="2"/>
+ <value name="MoveWordForward" value="3"/>
+ <value name="MoveUp" value="4"/>
+ <value name="MoveDown" value="5"/>
+ <value name="MoveLineStart" value="6"/>
+ <value name="MoveLineEnd" value="7"/>
+ <value name="MoveHome" value="8"/>
+ <value name="MoveEnd" value="9"/>
+ <value name="MovePageUp" value="10"/>
+ <value name="MovePageDown" value="11"/>
+ <value name="MovePgUp" value="MovePageUp"/>
+ <value name="MovePgDown" value="MovePageDown"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextEdit" fullname="QTextEdit::QTextEdit" href="qtextedit.html#QTextEdit" location="qtextedit.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QTextEdit(QWidget * parent)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTextEdit" fullname="QTextEdit::QTextEdit" href="qtextedit.html#QTextEdit-2" location="qtextedit.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QTextEdit(const QString &amp; text, QWidget * parent)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QTextEdit" fullname="QTextEdit::~QTextEdit" href="qtextedit.html#dtor.QTextEdit" location="qtextedit.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QTextEdit()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDocument" fullname="QTextEdit::setDocument" href="qtextedit.html#setDocument" location="qtextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setDocument(QTextDocument * document)">
+ <parameter left="QTextDocument *" right="" name="document" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="document" fullname="QTextEdit::document" href="qtextedit.html#document" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextDocument *" signature="document() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextCursor" fullname="QTextEdit::setTextCursor" href="qtextedit.html#setTextCursor" location="qtextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextCursor(const QTextCursor &amp; cursor)">
+ <parameter left="const QTextCursor &amp;" right="" name="cursor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textCursor" fullname="QTextEdit::textCursor" href="qtextedit.html#textCursor" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCursor" signature="textCursor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isReadOnly" fullname="QTextEdit::isReadOnly" href="qtextedit.html#readOnly-prop" location="qtextedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="readOnly" type="bool" signature="isReadOnly() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setReadOnly" fullname="QTextEdit::setReadOnly" href="qtextedit.html#readOnly-prop" location="qtextedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="readOnly" type="void" signature="setReadOnly(bool ro)">
+ <parameter left="bool" right="" name="ro" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextInteractionFlags" fullname="QTextEdit::setTextInteractionFlags" href="qtextedit.html#textInteractionFlags-prop" location="qtextedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="textInteractionFlags" type="void" signature="setTextInteractionFlags(QFlags&lt;Qt::TextInteractionFlag&gt; flags)">
+ <parameter left="QFlags&lt;Qt::TextInteractionFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textInteractionFlags" fullname="QTextEdit::textInteractionFlags" href="qtextedit.html#textInteractionFlags-prop" location="qtextedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="textInteractionFlags" type="Qt::TextInteractionFlags" signature="textInteractionFlags() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontPointSize" fullname="QTextEdit::fontPointSize" href="qtextedit.html#fontPointSize" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="qreal" signature="fontPointSize() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontFamily" fullname="QTextEdit::fontFamily" href="qtextedit.html#fontFamily" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="fontFamily() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontWeight" fullname="QTextEdit::fontWeight" href="qtextedit.html#fontWeight" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="fontWeight() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontUnderline" fullname="QTextEdit::fontUnderline" href="qtextedit.html#fontUnderline" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="fontUnderline() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fontItalic" fullname="QTextEdit::fontItalic" href="qtextedit.html#fontItalic" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="fontItalic() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textColor" fullname="QTextEdit::textColor" href="qtextedit.html#textColor" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="textColor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textBackgroundColor" fullname="QTextEdit::textBackgroundColor" href="qtextedit.html#textBackgroundColor" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="textBackgroundColor() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentFont" fullname="QTextEdit::currentFont" href="qtextedit.html#currentFont" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFont" signature="currentFont() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="alignment" fullname="QTextEdit::alignment" href="qtextedit.html#alignment" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::Alignment" signature="alignment() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mergeCurrentCharFormat" fullname="QTextEdit::mergeCurrentCharFormat" href="qtextedit.html#mergeCurrentCharFormat" location="qtextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="mergeCurrentCharFormat(const QTextCharFormat &amp; modifier)">
+ <parameter left="const QTextCharFormat &amp;" right="" name="modifier" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentCharFormat" fullname="QTextEdit::setCurrentCharFormat" href="qtextedit.html#setCurrentCharFormat" location="qtextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCurrentCharFormat(const QTextCharFormat &amp; format)">
+ <parameter left="const QTextCharFormat &amp;" right="" name="format" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentCharFormat" fullname="QTextEdit::currentCharFormat" href="qtextedit.html#currentCharFormat" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCharFormat" signature="currentCharFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoFormatting" fullname="QTextEdit::autoFormatting" href="qtextedit.html#autoFormatting-prop" location="qtextedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="autoFormatting" type="AutoFormatting" signature="autoFormatting() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoFormatting" fullname="QTextEdit::setAutoFormatting" href="qtextedit.html#autoFormatting-prop" location="qtextedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="autoFormatting" type="void" signature="setAutoFormatting(QFlags&lt;QTextEdit::AutoFormattingFlag&gt; features)">
+ <parameter left="QFlags&lt;QTextEdit::AutoFormattingFlag&gt;" right="" name="features" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabChangesFocus" fullname="QTextEdit::tabChangesFocus" href="qtextedit.html#tabChangesFocus-prop" location="qtextedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="tabChangesFocus" type="bool" signature="tabChangesFocus() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabChangesFocus" fullname="QTextEdit::setTabChangesFocus" href="qtextedit.html#tabChangesFocus-prop" location="qtextedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="tabChangesFocus" type="void" signature="setTabChangesFocus(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setDocumentTitle" fullname="QTextEdit::setDocumentTitle" href="qtextedit.html#documentTitle-prop" location="qtextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="documentTitle" type="void" signature="setDocumentTitle(const QString &amp; title)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="documentTitle" fullname="QTextEdit::documentTitle" href="qtextedit.html#documentTitle-prop" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="documentTitle" type="QString" signature="documentTitle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isUndoRedoEnabled" fullname="QTextEdit::isUndoRedoEnabled" href="qtextedit.html#undoRedoEnabled-prop" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="undoRedoEnabled" type="bool" signature="isUndoRedoEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUndoRedoEnabled" fullname="QTextEdit::setUndoRedoEnabled" href="qtextedit.html#undoRedoEnabled-prop" location="qtextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="undoRedoEnabled" type="void" signature="setUndoRedoEnabled(bool enable)">
+ <parameter left="bool" right="" name="enable" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineWrapMode" fullname="QTextEdit::lineWrapMode" href="qtextedit.html#lineWrapMode-prop" location="qtextedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="lineWrapMode" type="LineWrapMode" signature="lineWrapMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLineWrapMode" fullname="QTextEdit::setLineWrapMode" href="qtextedit.html#lineWrapMode-prop" location="qtextedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="lineWrapMode" type="void" signature="setLineWrapMode(LineWrapMode mode)">
+ <parameter left="LineWrapMode" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineWrapColumnOrWidth" fullname="QTextEdit::lineWrapColumnOrWidth" href="qtextedit.html#lineWrapColumnOrWidth-prop" location="qtextedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="lineWrapColumnOrWidth" type="int" signature="lineWrapColumnOrWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLineWrapColumnOrWidth" fullname="QTextEdit::setLineWrapColumnOrWidth" href="qtextedit.html#lineWrapColumnOrWidth-prop" location="qtextedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="lineWrapColumnOrWidth" type="void" signature="setLineWrapColumnOrWidth(int w)">
+ <parameter left="int" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="wordWrapMode" fullname="QTextEdit::wordWrapMode" href="qtextedit.html#wordWrapMode-prop" location="qtextedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="wordWrapMode" type="QTextOption::WrapMode" signature="wordWrapMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWordWrapMode" fullname="QTextEdit::setWordWrapMode" href="qtextedit.html#wordWrapMode-prop" location="qtextedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="wordWrapMode" type="void" signature="setWordWrapMode(QTextOption::WrapMode policy)">
+ <parameter left="QTextOption::WrapMode" right="" name="policy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="find" fullname="QTextEdit::find" href="qtextedit.html#find" location="qtextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="find(const QString &amp; exp, QFlags&lt;QTextDocument::FindFlag&gt; options)">
+ <parameter left="const QString &amp;" right="" name="exp" default=""/>
+ <parameter left="QFlags&lt;QTextDocument::FindFlag&gt;" right="" name="options" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toPlainText" fullname="QTextEdit::toPlainText" href="qtextedit.html#plainText-prop" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="plainText" type="QString" signature="toPlainText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toHtml" fullname="QTextEdit::toHtml" href="qtextedit.html#html-prop" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="html" type="QString" signature="toHtml() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="ensureCursorVisible" fullname="QTextEdit::ensureCursorVisible" href="qtextedit.html#ensureCursorVisible" location="qtextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="ensureCursorVisible()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="loadResource" fullname="QTextEdit::loadResource" href="qtextedit.html#loadResource" location="qtextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QVariant" signature="loadResource(int type, const QUrl &amp; name)">
+ <parameter left="int" right="" name="type" default=""/>
+ <parameter left="const QUrl &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createStandardContextMenu" fullname="QTextEdit::createStandardContextMenu" href="qtextedit.html#createStandardContextMenu" location="qtextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMenu *" signature="createStandardContextMenu()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createStandardContextMenu" fullname="QTextEdit::createStandardContextMenu" href="qtextedit.html#createStandardContextMenu-2" location="qtextedit.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QMenu *" signature="createStandardContextMenu(const QPoint &amp; position)">
+ <parameter left="const QPoint &amp;" right="" name="position" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorForPosition" fullname="QTextEdit::cursorForPosition" href="qtextedit.html#cursorForPosition" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTextCursor" signature="cursorForPosition(const QPoint &amp; pos) const">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorRect" fullname="QTextEdit::cursorRect" href="qtextedit.html#cursorRect" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="cursorRect(const QTextCursor &amp; cursor) const">
+ <parameter left="const QTextCursor &amp;" right="" name="cursor" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorRect" fullname="QTextEdit::cursorRect" href="qtextedit.html#cursorRect-2" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="QRect" signature="cursorRect() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="anchorAt" fullname="QTextEdit::anchorAt" href="qtextedit.html#anchorAt" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="anchorAt(const QPoint &amp; pos) const">
+ <parameter left="const QPoint &amp;" right="" name="pos" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="overwriteMode" fullname="QTextEdit::overwriteMode" href="qtextedit.html#overwriteMode-prop" location="qtextedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="overwriteMode" type="bool" signature="overwriteMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOverwriteMode" fullname="QTextEdit::setOverwriteMode" href="qtextedit.html#overwriteMode-prop" location="qtextedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="overwriteMode" type="void" signature="setOverwriteMode(bool overwrite)">
+ <parameter left="bool" right="" name="overwrite" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="tabStopWidth" fullname="QTextEdit::tabStopWidth" href="qtextedit.html#tabStopWidth-prop" location="qtextedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="tabStopWidth" type="int" signature="tabStopWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTabStopWidth" fullname="QTextEdit::setTabStopWidth" href="qtextedit.html#tabStopWidth-prop" location="qtextedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="tabStopWidth" type="void" signature="setTabStopWidth(int width)">
+ <parameter left="int" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorWidth" fullname="QTextEdit::cursorWidth" href="qtextedit.html#cursorWidth-prop" location="qtextedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="cursorWidth" type="int" signature="cursorWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCursorWidth" fullname="QTextEdit::setCursorWidth" href="qtextedit.html#cursorWidth-prop" location="qtextedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="cursorWidth" type="void" signature="setCursorWidth(int width)">
+ <parameter left="int" right="" name="width" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="acceptRichText" fullname="QTextEdit::acceptRichText" href="qtextedit.html#acceptRichText-prop" location="qtextedit.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="acceptRichText" type="bool" signature="acceptRichText() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAcceptRichText" fullname="QTextEdit::setAcceptRichText" href="qtextedit.html#acceptRichText-prop" location="qtextedit.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="acceptRichText" type="void" signature="setAcceptRichText(bool accept)">
+ <parameter left="bool" right="" name="accept" default=""/>
+ </function>
+ <class access="public" threadsafety="unspecified" status="commendable" name="ExtraSelection" fullname="QTextEdit::ExtraSelection" href="qtextedit-extraselection.html" location="qtextedit.h" bases="" module="QtGui">
+ <variable access="public" threadsafety="unspecified" status="commendable" name="cursor" fullname="QTextEdit::ExtraSelection::cursor" href="qtextedit-extraselection.html#cursor-var" location="qtextedit.h" type="QTextCursor" static="false"/>
+ <variable access="public" threadsafety="unspecified" status="commendable" name="format" fullname="QTextEdit::ExtraSelection::format" href="qtextedit-extraselection.html#format-var" location="qtextedit.h" type="QTextCharFormat" static="false"/>
+ </class>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setExtraSelections" fullname="QTextEdit::setExtraSelections" href="qtextedit.html#setExtraSelections" location="qtextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setExtraSelections(const QList&lt;ExtraSelection&gt; &amp; selections)">
+ <parameter left="const QList&lt;ExtraSelection&gt; &amp;" right="" name="selections" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="extraSelections" fullname="QTextEdit::extraSelections" href="qtextedit.html#extraSelections" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList&lt;ExtraSelection&gt;" signature="extraSelections() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="moveCursor" fullname="QTextEdit::moveCursor" href="qtextedit.html#moveCursor" location="qtextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="moveCursor(QTextCursor::MoveOperation operation, QTextCursor::MoveMode mode)">
+ <parameter left="QTextCursor::MoveOperation" right="" name="operation" default=""/>
+ <parameter left="QTextCursor::MoveMode" right="" name="mode" default="QTextCursor::MoveAnchor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="canPaste" fullname="QTextEdit::canPaste" href="qtextedit.html#canPaste" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="canPaste() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="print" fullname="QTextEdit::print" href="qtextedit.html#print" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="print(QPrinter * printer) const">
+ <parameter left="QPrinter *" right="" name="printer" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontPointSize" fullname="QTextEdit::setFontPointSize" href="qtextedit.html#setFontPointSize" location="qtextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setFontPointSize(qreal s)">
+ <parameter left="qreal" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontFamily" fullname="QTextEdit::setFontFamily" href="qtextedit.html#setFontFamily" location="qtextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setFontFamily(const QString &amp; fontFamily)">
+ <parameter left="const QString &amp;" right="" name="fontFamily" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontWeight" fullname="QTextEdit::setFontWeight" href="qtextedit.html#setFontWeight" location="qtextedit.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setFontWeight(int weight)">
+ <parameter left="int" right="" name="weight" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontUnderline" fullname="QTextEdit::setFontUnderline" href="qtextedit.html#setFontUnderline" location="qtextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setFontUnderline(bool underline)">
+ <parameter left="bool" right="" name="underline" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFontItalic" fullname="QTextEdit::setFontItalic" href="qtextedit.html#setFontItalic" location="qtextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setFontItalic(bool italic)">
+ <parameter left="bool" right="" name="italic" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextColor" fullname="QTextEdit::setTextColor" href="qtextedit.html#setTextColor" location="qtextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setTextColor(const QColor &amp; c)">
+ <parameter left="const QColor &amp;" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setTextBackgroundColor" fullname="QTextEdit::setTextBackgroundColor" href="qtextedit.html#setTextBackgroundColor" location="qtextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setTextBackgroundColor(const QColor &amp; c)">
+ <parameter left="const QColor &amp;" right="" name="c" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCurrentFont" fullname="QTextEdit::setCurrentFont" href="qtextedit.html#setCurrentFont" location="qtextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setCurrentFont(const QFont &amp; f)">
+ <parameter left="const QFont &amp;" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAlignment" fullname="QTextEdit::setAlignment" href="qtextedit.html#setAlignment" location="qtextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setAlignment(QFlags&lt;Qt::AlignmentFlag&gt; a)">
+ <parameter left="QFlags&lt;Qt::AlignmentFlag&gt;" right="" name="a" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setPlainText" fullname="QTextEdit::setPlainText" href="qtextedit.html#plainText-prop" location="qtextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="plainText" type="void" signature="setPlainText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHtml" fullname="QTextEdit::setHtml" href="qtextedit.html#html-prop" location="qtextedit.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="html" type="void" signature="setHtml(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setText" fullname="QTextEdit::setText" href="qtextedit.html#setText" location="qtextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cut" fullname="QTextEdit::cut" href="qtextedit.html#cut" location="qtextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="cut()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="copy" fullname="QTextEdit::copy" href="qtextedit.html#copy" location="qtextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="copy()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="paste" fullname="QTextEdit::paste" href="qtextedit.html#paste" location="qtextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="paste()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="undo" fullname="QTextEdit::undo" href="qtextedit.html#undo" location="qtextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="undo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="redo" fullname="QTextEdit::redo" href="qtextedit.html#redo" location="qtextedit.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="redo()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QTextEdit::clear" href="qtextedit.html#clear" location="qtextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="clear()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectAll" fullname="QTextEdit::selectAll" href="qtextedit.html#selectAll" location="qtextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="selectAll()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertPlainText" fullname="QTextEdit::insertPlainText" href="qtextedit.html#insertPlainText" location="qtextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="insertPlainText(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertHtml" fullname="QTextEdit::insertHtml" href="qtextedit.html#insertHtml" location="qtextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="insertHtml(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="append" fullname="QTextEdit::append" href="qtextedit.html#append" location="qtextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="append(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="scrollToAnchor" fullname="QTextEdit::scrollToAnchor" href="qtextedit.html#scrollToAnchor" location="qtextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="scrollToAnchor(const QString &amp; name)">
+ <parameter left="const QString &amp;" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="zoomIn" fullname="QTextEdit::zoomIn" href="qtextedit.html#zoomIn" location="qtextedit.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="zoomIn(int range)">
+ <parameter left="int" right="" name="range" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="zoomOut" fullname="QTextEdit::zoomOut" href="qtextedit.html#zoomOut" location="qtextedit.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="zoomOut(int range)">
+ <parameter left="int" right="" name="range" default="1"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="textChanged" fullname="QTextEdit::textChanged" href="qtextedit.html#textChanged" location="qtextedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="textChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="undoAvailable" fullname="QTextEdit::undoAvailable" href="qtextedit.html#undoAvailable" location="qtextedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="undoAvailable(bool available)">
+ <parameter left="bool" right="" name="available" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="redoAvailable" fullname="QTextEdit::redoAvailable" href="qtextedit.html#redoAvailable" location="qtextedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="redoAvailable(bool available)">
+ <parameter left="bool" right="" name="available" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="currentCharFormatChanged" fullname="QTextEdit::currentCharFormatChanged" href="qtextedit.html#currentCharFormatChanged" location="qtextedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentCharFormatChanged(const QTextCharFormat &amp; f)">
+ <parameter left="const QTextCharFormat &amp;" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="copyAvailable" fullname="QTextEdit::copyAvailable" href="qtextedit.html#copyAvailable" location="qtextedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="copyAvailable(bool yes)">
+ <parameter left="bool" right="" name="yes" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="selectionChanged" fullname="QTextEdit::selectionChanged" href="qtextedit.html#selectionChanged" location="qtextedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="selectionChanged()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="cursorPositionChanged" fullname="QTextEdit::cursorPositionChanged" href="qtextedit.html#cursorPositionChanged" location="qtextedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="cursorPositionChanged()"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyPressEvent" fullname="QTextEdit::keyPressEvent" href="qtextedit.html#keyPressEvent" location="qtextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyPressEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="keyReleaseEvent" fullname="QTextEdit::keyReleaseEvent" href="qtextedit.html#keyReleaseEvent" location="qtextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="keyReleaseEvent(QKeyEvent * e)">
+ <parameter left="QKeyEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="QTextEdit::resizeEvent" href="qtextedit.html#resizeEvent" location="qtextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="paintEvent" fullname="QTextEdit::paintEvent" href="qtextedit.html#paintEvent" location="qtextedit.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="paintEvent(QPaintEvent * event)">
+ <parameter left="QPaintEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mousePressEvent" fullname="QTextEdit::mousePressEvent" href="qtextedit.html#mousePressEvent" location="qtextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mousePressEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseMoveEvent" fullname="QTextEdit::mouseMoveEvent" href="qtextedit.html#mouseMoveEvent" location="qtextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseMoveEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseReleaseEvent" fullname="QTextEdit::mouseReleaseEvent" href="qtextedit.html#mouseReleaseEvent" location="qtextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseReleaseEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="mouseDoubleClickEvent" fullname="QTextEdit::mouseDoubleClickEvent" href="qtextedit.html#mouseDoubleClickEvent" location="qtextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="mouseDoubleClickEvent(QMouseEvent * e)">
+ <parameter left="QMouseEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusNextPrevChild" fullname="QTextEdit::focusNextPrevChild" href="qtextedit.html#focusNextPrevChild" location="qtextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="focusNextPrevChild(bool next)">
+ <parameter left="bool" right="" name="next" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contextMenuEvent" fullname="QTextEdit::contextMenuEvent" href="qtextedit.html#contextMenuEvent" location="qtextedit.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contextMenuEvent(QContextMenuEvent * event)">
+ <parameter left="QContextMenuEvent *" right="" name="event" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragEnterEvent" fullname="QTextEdit::dragEnterEvent" href="qtextedit.html#dragEnterEvent" location="qtextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragEnterEvent(QDragEnterEvent * e)">
+ <parameter left="QDragEnterEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragLeaveEvent" fullname="QTextEdit::dragLeaveEvent" href="qtextedit.html#dragLeaveEvent" location="qtextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragLeaveEvent(QDragLeaveEvent * e)">
+ <parameter left="QDragLeaveEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dragMoveEvent" fullname="QTextEdit::dragMoveEvent" href="qtextedit.html#dragMoveEvent" location="qtextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dragMoveEvent(QDragMoveEvent * e)">
+ <parameter left="QDragMoveEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="dropEvent" fullname="QTextEdit::dropEvent" href="qtextedit.html#dropEvent" location="qtextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="dropEvent(QDropEvent * e)">
+ <parameter left="QDropEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusInEvent" fullname="QTextEdit::focusInEvent" href="qtextedit.html#focusInEvent" location="qtextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusInEvent(QFocusEvent * e)">
+ <parameter left="QFocusEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="focusOutEvent" fullname="QTextEdit::focusOutEvent" href="qtextedit.html#focusOutEvent" location="qtextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="focusOutEvent(QFocusEvent * e)">
+ <parameter left="QFocusEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="QTextEdit::showEvent" href="qtextedit.html#showEvent" location="qtextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * )">
+ <parameter left="QShowEvent *" right="" name="" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="QTextEdit::changeEvent" href="qtextedit.html#changeEvent" location="qtextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="wheelEvent" fullname="QTextEdit::wheelEvent" href="qtextedit.html#wheelEvent" location="qtextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="wheelEvent(QWheelEvent * e)">
+ <parameter left="QWheelEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="createMimeDataFromSelection" fullname="QTextEdit::createMimeDataFromSelection" href="qtextedit.html#createMimeDataFromSelection" location="qtextedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QMimeData *" signature="createMimeDataFromSelection() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="canInsertFromMimeData" fullname="QTextEdit::canInsertFromMimeData" href="qtextedit.html#canInsertFromMimeData" location="qtextedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="canInsertFromMimeData(const QMimeData * source) const">
+ <parameter left="const QMimeData *" right="" name="source" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="insertFromMimeData" fullname="QTextEdit::insertFromMimeData" href="qtextedit.html#insertFromMimeData" location="qtextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="insertFromMimeData(const QMimeData * source)">
+ <parameter left="const QMimeData *" right="" name="source" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="inputMethodEvent" fullname="QTextEdit::inputMethodEvent" href="qtextedit.html#inputMethodEvent" location="qtextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="inputMethodEvent(QInputMethodEvent * e)">
+ <parameter left="QInputMethodEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="inputMethodQuery" fullname="QTextEdit::inputMethodQuery" href="qtextedit.html#inputMethodQuery" location="qtextedit.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="inputMethodQuery(Qt::InputMethodQuery property) const">
+ <parameter left="Qt::InputMethodQuery" right="" name="property" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="scrollContentsBy" fullname="QTextEdit::scrollContentsBy" href="qtextedit.html#scrollContentsBy" location="qtextedit.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="scrollContentsBy(int dx, int dy)">
+ <parameter left="int" right="" name="dx" default=""/>
+ <parameter left="int" right="" name="dy" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="currentFontChanged" fullname="QTextEdit::currentFontChanged" href="qtextedit-qt3.html#currentFontChanged" location="qtextedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentFontChanged(const QFont &amp; font)">
+ <parameter left="const QFont &amp;" right="" name="font" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="currentColorChanged" fullname="QTextEdit::currentColorChanged" href="qtextedit-qt3.html#currentColorChanged" location="qtextedit.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentColorChanged(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="QTextEdit" fullname="QTextEdit::QTextEdit" href="qtextedit-qt3.html#QTextEdit-4" location="qtextedit.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QTextEdit(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="find" fullname="QTextEdit::find" href="qtextedit-qt3.html#find-2" location="qtextedit.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="bool" signature="find(const QString &amp; exp, bool cs, bool wo)">
+ <parameter left="const QString &amp;" right="" name="exp" default=""/>
+ <parameter left="bool" right="" name="cs" default=""/>
+ <parameter left="bool" right="" name="wo" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="sync" fullname="QTextEdit::sync" href="qtextedit-qt3.html#sync" location="qtextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="sync()"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="moveCursor" fullname="QTextEdit::moveCursor" href="qtextedit-qt3.html#moveCursor-2" location="qtextedit.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="void" signature="moveCursor(CursorAction action, QTextCursor::MoveMode mode)">
+ <parameter left="CursorAction" right="" name="action" default=""/>
+ <parameter left="QTextCursor::MoveMode" right="" name="mode" default="QTextCursor::MoveAnchor"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="moveCursor" fullname="QTextEdit::moveCursor" href="qtextedit-qt3.html#moveCursor-3" location="qtextedit.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="void" signature="moveCursor(CursorAction action, bool select)">
+ <parameter left="CursorAction" right="" name="action" default=""/>
+ <parameter left="bool" right="" name="select" default=""/>
+ </function>
+ <enum access="public" threadsafety="unspecified" status="compat" name="KeyboardAction" fullname="QTextEdit::KeyboardAction" href="qtextedit-qt3.html#KeyboardAction-enum" location="qtextedit.h">
+ <value name="ActionBackspace" value="0"/>
+ <value name="ActionDelete" value="1"/>
+ <value name="ActionReturn" value="2"/>
+ <value name="ActionKill" value="3"/>
+ <value name="ActionWordBackspace" value="4"/>
+ <value name="ActionWordDelete" value="5"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="compat" name="doKeyboardAction" fullname="QTextEdit::doKeyboardAction" href="qtextedit-qt3.html#doKeyboardAction" location="qtextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="doKeyboardAction(KeyboardAction action)">
+ <parameter left="KeyboardAction" right="" name="action" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="text" fullname="QTextEdit::text" href="qtextedit-qt3.html#text" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="text() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setTextFormat" fullname="QTextEdit::setTextFormat" href="qtextedit-qt3.html#setTextFormat" location="qtextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setTextFormat(Qt::TextFormat f)">
+ <parameter left="Qt::TextFormat" right="" name="f" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="textFormat" fullname="QTextEdit::textFormat" href="qtextedit-qt3.html#textFormat" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::TextFormat" signature="textFormat() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setBold" fullname="QTextEdit::setBold" href="qtextedit-qt3.html#setBold" location="qtextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBold(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setUnderline" fullname="QTextEdit::setUnderline" href="qtextedit-qt3.html#setUnderline" location="qtextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setUnderline(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setItalic" fullname="QTextEdit::setItalic" href="qtextedit-qt3.html#setItalic" location="qtextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItalic(bool i)">
+ <parameter left="bool" right="" name="i" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setFamily" fullname="QTextEdit::setFamily" href="qtextedit-qt3.html#setFamily" location="qtextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFamily(const QString &amp; family)">
+ <parameter left="const QString &amp;" right="" name="family" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="setPointSize" fullname="QTextEdit::setPointSize" href="qtextedit-qt3.html#setPointSize" location="qtextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPointSize(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="italic" fullname="QTextEdit::italic" href="qtextedit-qt3.html#italic" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="italic() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="bold" fullname="QTextEdit::bold" href="qtextedit-qt3.html#bold" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="bold() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="underline" fullname="QTextEdit::underline" href="qtextedit-qt3.html#underline" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="underline() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="family" fullname="QTextEdit::family" href="qtextedit-qt3.html#family" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="family() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="pointSize" fullname="QTextEdit::pointSize" href="qtextedit-qt3.html#pointSize" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="pointSize() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="hasSelectedText" fullname="QTextEdit::hasSelectedText" href="qtextedit-qt3.html#hasSelectedText" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasSelectedText() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="selectedText" fullname="QTextEdit::selectedText" href="qtextedit-qt3.html#selectedText" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="selectedText() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="isUndoAvailable" fullname="QTextEdit::isUndoAvailable" href="qtextedit-qt3.html#isUndoAvailable" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isUndoAvailable() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="isRedoAvailable" fullname="QTextEdit::isRedoAvailable" href="qtextedit-qt3.html#isRedoAvailable" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isRedoAvailable() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="insert" fullname="QTextEdit::insert" href="qtextedit-qt3.html#insert" location="qtextedit.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insert(const QString &amp; text)">
+ <parameter left="const QString &amp;" right="" name="text" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="isModified" fullname="QTextEdit::isModified" href="qtextedit-qt3.html#isModified" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isModified() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="color" fullname="QTextEdit::color" href="qtextedit-qt3.html#color" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="color() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setModified" fullname="QTextEdit::setModified" href="qtextedit-qt3.html#setModified" location="qtextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setModified(bool m)">
+ <parameter left="bool" right="" name="m" default="true"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="compat" name="undo" fullname="QTextEdit::undo" href="qtextedit-qt3.html#undo-2" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="void" signature="undo() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="redo" fullname="QTextEdit::redo" href="qtextedit-qt3.html#redo-2" location="qtextedit.h" virtual="non" meta="plain" const="true" static="false" overload="true" overload-number="2" type="void" signature="redo() const"/>
+ <function access="public" threadsafety="unspecified" status="compat" name="setColor" fullname="QTextEdit::setColor" href="qtextedit-qt3.html#setColor" location="qtextedit.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setColor(const QColor &amp; color)">
+ <parameter left="const QColor &amp;" right="" name="color" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3NetworkProtocol" href="q3networkprotocol.html" location="q3networkprotocol.h" bases="QObject" module="Qt3SupportLight">
+ <enum access="public" threadsafety="unspecified" status="commendable" name="State" fullname="Q3NetworkProtocol::State" href="q3networkprotocol.html#State-enum" location="q3networkprotocol.h">
+ <value name="StWaiting" value="0"/>
+ <value name="StInProgress" value="1"/>
+ <value name="StDone" value="2"/>
+ <value name="StFailed" value="3"/>
+ <value name="StStopped" value="4"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Operation" fullname="Q3NetworkProtocol::Operation" href="q3networkprotocol.html#Operation-enum" location="q3networkprotocol.h">
+ <value name="OpListChildren" value="1"/>
+ <value name="OpMkDir" value="2"/>
+ <value name="OpMkdir" value="OpMkDir"/>
+ <value name="OpRemove" value="4"/>
+ <value name="OpRename" value="8"/>
+ <value name="OpGet" value="32"/>
+ <value name="OpPut" value="64"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="ConnectionState" fullname="Q3NetworkProtocol::ConnectionState" href="q3networkprotocol.html#ConnectionState-enum" location="q3networkprotocol.h">
+ <value name="ConHostFound" value="0"/>
+ <value name="ConConnected" value="1"/>
+ <value name="ConClosed" value="2"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Error" fullname="Q3NetworkProtocol::Error" href="q3networkprotocol.html#Error-enum" location="q3networkprotocol.h">
+ <value name="NoError" value="0"/>
+ <value name="ErrValid" value="1"/>
+ <value name="ErrUnknownProtocol" value="2"/>
+ <value name="ErrUnsupported" value="3"/>
+ <value name="ErrParse" value="4"/>
+ <value name="ErrLoginIncorrect" value="5"/>
+ <value name="ErrHostNotFound" value="6"/>
+ <value name="ErrListChildren" value="7"/>
+ <value name="ErrListChlidren" value="ErrListChildren"/>
+ <value name="ErrMkDir" value=""/>
+ <value name="ErrMkdir" value="ErrMkDir"/>
+ <value name="ErrRemove" value=""/>
+ <value name="ErrRename" value=""/>
+ <value name="ErrGet" value=""/>
+ <value name="ErrPut" value=""/>
+ <value name="ErrFileNotExisting" value=""/>
+ <value name="ErrPermissionDenied" value=""/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3NetworkProtocol" fullname="Q3NetworkProtocol::Q3NetworkProtocol" href="q3networkprotocol.html#Q3NetworkProtocol" location="q3networkprotocol.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3NetworkProtocol()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3NetworkProtocol" fullname="Q3NetworkProtocol::~Q3NetworkProtocol" href="q3networkprotocol.html#dtor.Q3NetworkProtocol" location="q3networkprotocol.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3NetworkProtocol()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setUrl" fullname="Q3NetworkProtocol::setUrl" href="q3networkprotocol.html#setUrl" location="q3networkprotocol.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setUrl(Q3UrlOperator * u)">
+ <parameter left="Q3UrlOperator *" right="" name="u" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setAutoDelete" fullname="Q3NetworkProtocol::setAutoDelete" href="q3networkprotocol.html#setAutoDelete" location="q3networkprotocol.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setAutoDelete(bool b, int i)">
+ <parameter left="bool" right="" name="b" default=""/>
+ <parameter left="int" right="" name="i" default="10000"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="autoDelete" fullname="Q3NetworkProtocol::autoDelete" href="q3networkprotocol.html#autoDelete" location="q3networkprotocol.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="autoDelete() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="registerNetworkProtocol" fullname="Q3NetworkProtocol::registerNetworkProtocol" href="q3networkprotocol.html#registerNetworkProtocol" location="q3networkprotocol.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="void" signature="registerNetworkProtocol(const QString &amp; protocol, Q3NetworkProtocolFactoryBase * protocolFactory)">
+ <parameter left="const QString &amp;" right="" name="protocol" default=""/>
+ <parameter left="Q3NetworkProtocolFactoryBase *" right="" name="protocolFactory" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="getNetworkProtocol" fullname="Q3NetworkProtocol::getNetworkProtocol" href="q3networkprotocol.html#getNetworkProtocol" location="q3networkprotocol.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="Q3NetworkProtocol *" signature="getNetworkProtocol(const QString &amp; protocol)">
+ <parameter left="const QString &amp;" right="" name="protocol" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasOnlyLocalFileSystem" fullname="Q3NetworkProtocol::hasOnlyLocalFileSystem" href="q3networkprotocol.html#hasOnlyLocalFileSystem" location="q3networkprotocol.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="bool" signature="hasOnlyLocalFileSystem()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedOperations" fullname="Q3NetworkProtocol::supportedOperations" href="q3networkprotocol.html#supportedOperations" location="q3networkprotocol.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="supportedOperations() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addOperation" fullname="Q3NetworkProtocol::addOperation" href="q3networkprotocol.html#addOperation" location="q3networkprotocol.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="addOperation(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="url" fullname="Q3NetworkProtocol::url" href="q3networkprotocol.html#url" location="q3networkprotocol.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3UrlOperator *" signature="url() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operationInProgress" fullname="Q3NetworkProtocol::operationInProgress" href="q3networkprotocol.html#operationInProgress" location="q3networkprotocol.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3NetworkOperation *" signature="operationInProgress() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="clearOperationQueue" fullname="Q3NetworkProtocol::clearOperationQueue" href="q3networkprotocol.html#clearOperationQueue" location="q3networkprotocol.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="clearOperationQueue()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="stop" fullname="Q3NetworkProtocol::stop" href="q3networkprotocol.html#stop" location="q3networkprotocol.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="stop()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="Q3NetworkProtocol::data" href="q3networkprotocol.html#data" location="q3networkprotocol.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="data(const QByteArray &amp; data, Q3NetworkOperation * op)">
+ <parameter left="const QByteArray &amp;" right="" name="data" default=""/>
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="connectionStateChanged" fullname="Q3NetworkProtocol::connectionStateChanged" href="q3networkprotocol.html#connectionStateChanged" location="q3networkprotocol.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="connectionStateChanged(int state, const QString &amp; data)">
+ <parameter left="int" right="" name="state" default=""/>
+ <parameter left="const QString &amp;" right="" name="data" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="finished" fullname="Q3NetworkProtocol::finished" href="q3networkprotocol.html#finished" location="q3networkprotocol.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="finished(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="start" fullname="Q3NetworkProtocol::start" href="q3networkprotocol.html#start" location="q3networkprotocol.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="start(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newChildren" fullname="Q3NetworkProtocol::newChildren" href="q3networkprotocol.html#newChildren" location="q3networkprotocol.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="newChildren(const Q3ValueList&lt;QUrlInfo&gt; &amp; i, Q3NetworkOperation * op)">
+ <parameter left="const Q3ValueList&lt;QUrlInfo&gt; &amp;" right="" name="i" default=""/>
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newChild" fullname="Q3NetworkProtocol::newChild" href="q3networkprotocol.html#newChild" location="q3networkprotocol.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="newChild(const QUrlInfo &amp; i, Q3NetworkOperation * op)">
+ <parameter left="const QUrlInfo &amp;" right="" name="i" default=""/>
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="createdDirectory" fullname="Q3NetworkProtocol::createdDirectory" href="q3networkprotocol.html#createdDirectory" location="q3networkprotocol.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="createdDirectory(const QUrlInfo &amp; i, Q3NetworkOperation * op)">
+ <parameter left="const QUrlInfo &amp;" right="" name="i" default=""/>
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="removed" fullname="Q3NetworkProtocol::removed" href="q3networkprotocol.html#removed" location="q3networkprotocol.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="removed(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="itemChanged" fullname="Q3NetworkProtocol::itemChanged" href="q3networkprotocol.html#itemChanged" location="q3networkprotocol.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="itemChanged(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dataTransferProgress" fullname="Q3NetworkProtocol::dataTransferProgress" href="q3networkprotocol.html#dataTransferProgress" location="q3networkprotocol.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="dataTransferProgress(int bytesDone, int bytesTotal, Q3NetworkOperation * op)">
+ <parameter left="int" right="" name="bytesDone" default=""/>
+ <parameter left="int" right="" name="bytesTotal" default=""/>
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="operationListChildren" fullname="Q3NetworkProtocol::operationListChildren" href="q3networkprotocol.html#operationListChildren" location="q3networkprotocol.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="operationListChildren(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="operationMkDir" fullname="Q3NetworkProtocol::operationMkDir" href="q3networkprotocol.html#operationMkDir" location="q3networkprotocol.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="operationMkDir(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="operationRemove" fullname="Q3NetworkProtocol::operationRemove" href="q3networkprotocol.html#operationRemove" location="q3networkprotocol.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="operationRemove(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="operationRename" fullname="Q3NetworkProtocol::operationRename" href="q3networkprotocol.html#operationRename" location="q3networkprotocol.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="operationRename(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="operationGet" fullname="Q3NetworkProtocol::operationGet" href="q3networkprotocol.html#operationGet" location="q3networkprotocol.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="operationGet(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="operationPut" fullname="Q3NetworkProtocol::operationPut" href="q3networkprotocol.html#operationPut" location="q3networkprotocol.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="operationPut(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="checkConnection" fullname="Q3NetworkProtocol::checkConnection" href="q3networkprotocol.html#checkConnection" location="q3networkprotocol.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="checkConnection(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3NetworkOperation" href="q3networkoperation.html" location="q3networkprotocol.h" bases="QObject" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3NetworkOperation" fullname="Q3NetworkOperation::Q3NetworkOperation" href="q3networkoperation.html#Q3NetworkOperation" location="q3networkprotocol.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3NetworkOperation(Q3NetworkProtocol::Operation operation, const QString &amp; arg0, const QString &amp; arg1, const QString &amp; arg2)">
+ <parameter left="Q3NetworkProtocol::Operation" right="" name="operation" default=""/>
+ <parameter left="const QString &amp;" right="" name="arg0" default=""/>
+ <parameter left="const QString &amp;" right="" name="arg1" default=""/>
+ <parameter left="const QString &amp;" right="" name="arg2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3NetworkOperation" fullname="Q3NetworkOperation::Q3NetworkOperation" href="q3networkoperation.html#Q3NetworkOperation-2" location="q3networkprotocol.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3NetworkOperation(Q3NetworkProtocol::Operation operation, const QByteArray &amp; arg0, const QByteArray &amp; arg1, const QByteArray &amp; arg2)">
+ <parameter left="Q3NetworkProtocol::Operation" right="" name="operation" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="arg0" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="arg1" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="arg2" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3NetworkOperation" fullname="Q3NetworkOperation::~Q3NetworkOperation" href="q3networkoperation.html#dtor.Q3NetworkOperation" location="q3networkprotocol.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3NetworkOperation()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setState" fullname="Q3NetworkOperation::setState" href="q3networkoperation.html#setState" location="q3networkprotocol.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setState(Q3NetworkProtocol::State state)">
+ <parameter left="Q3NetworkProtocol::State" right="" name="state" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setProtocolDetail" fullname="Q3NetworkOperation::setProtocolDetail" href="q3networkoperation.html#setProtocolDetail" location="q3networkprotocol.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setProtocolDetail(const QString &amp; detail)">
+ <parameter left="const QString &amp;" right="" name="detail" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setErrorCode" fullname="Q3NetworkOperation::setErrorCode" href="q3networkoperation.html#setErrorCode" location="q3networkprotocol.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setErrorCode(int ec)">
+ <parameter left="int" right="" name="ec" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setArg" fullname="Q3NetworkOperation::setArg" href="q3networkoperation.html#setArg" location="q3networkprotocol.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setArg(int num, const QString &amp; arg)">
+ <parameter left="int" right="" name="num" default=""/>
+ <parameter left="const QString &amp;" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setRawArg" fullname="Q3NetworkOperation::setRawArg" href="q3networkoperation.html#setRawArg" location="q3networkprotocol.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setRawArg(int num, const QByteArray &amp; arg)">
+ <parameter left="int" right="" name="num" default=""/>
+ <parameter left="const QByteArray &amp;" right="" name="arg" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operation" fullname="Q3NetworkOperation::operation" href="q3networkoperation.html#operation" location="q3networkprotocol.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3NetworkProtocol::Operation" signature="operation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="state" fullname="Q3NetworkOperation::state" href="q3networkoperation.html#state" location="q3networkprotocol.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3NetworkProtocol::State" signature="state() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="arg" fullname="Q3NetworkOperation::arg" href="q3networkoperation.html#arg" location="q3networkprotocol.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="arg(int num) const">
+ <parameter left="int" right="" name="num" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rawArg" fullname="Q3NetworkOperation::rawArg" href="q3networkoperation.html#rawArg" location="q3networkprotocol.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QByteArray" signature="rawArg(int num) const">
+ <parameter left="int" right="" name="num" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="protocolDetail" fullname="Q3NetworkOperation::protocolDetail" href="q3networkoperation.html#protocolDetail" location="q3networkprotocol.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="protocolDetail() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="errorCode" fullname="Q3NetworkOperation::errorCode" href="q3networkoperation.html#errorCode" location="q3networkprotocol.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="errorCode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="free" fullname="Q3NetworkOperation::free" href="q3networkoperation.html#free" location="q3networkprotocol.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="free()"/>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3DockWindow" href="q3dockwindow.html" location="q3dockwindow.h" bases="Q3Frame" module="Qt3SupportLight">
+ <property access="public" threadsafety="unspecified" status="commendable" name="closeMode" fullname="Q3DockWindow::closeMode" href="q3dockwindow.html#closeMode-prop" location="q3dockwindow.h" type="int">
+ <getter name="closeMode"/>
+ <setter name="setCloseMode"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="resizeEnabled" fullname="Q3DockWindow::resizeEnabled" href="q3dockwindow.html#resizeEnabled-prop" location="q3dockwindow.h" type="bool">
+ <getter name="isResizeEnabled"/>
+ <setter name="setResizeEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="movingEnabled" fullname="Q3DockWindow::movingEnabled" href="q3dockwindow.html#movingEnabled-prop" location="q3dockwindow.h" type="bool">
+ <getter name="isMovingEnabled"/>
+ <setter name="setMovingEnabled"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="horizontallyStretchable" fullname="Q3DockWindow::horizontallyStretchable" href="q3dockwindow.html#horizontallyStretchable-prop" location="q3dockwindow.h" type="bool">
+ <getter name="isHorizontallyStretchable"/>
+ <setter name="setHorizontallyStretchable"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="verticallyStretchable" fullname="Q3DockWindow::verticallyStretchable" href="q3dockwindow.html#verticallyStretchable-prop" location="q3dockwindow.h" type="bool">
+ <getter name="isVerticallyStretchable"/>
+ <setter name="setVerticallyStretchable"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="stretchable" fullname="Q3DockWindow::stretchable" href="q3dockwindow.html#stretchable-prop" location="q3dockwindow.h" type="bool">
+ <getter name="isStretchable"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="newLine" fullname="Q3DockWindow::newLine" href="q3dockwindow.html#newLine-prop" location="q3dockwindow.h" type="bool">
+ <getter name="newLine"/>
+ <setter name="setNewLine"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="opaqueMoving" fullname="Q3DockWindow::opaqueMoving" href="q3dockwindow.html#opaqueMoving-prop" location="q3dockwindow.h" type="bool">
+ <getter name="opaqueMoving"/>
+ <setter name="setOpaqueMoving"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="offset" fullname="Q3DockWindow::offset" href="q3dockwindow.html#offset-prop" location="q3dockwindow.h" type="int">
+ <getter name="offset"/>
+ <setter name="setOffset"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="place" fullname="Q3DockWindow::place" href="q3dockwindow.html#place-prop" location="q3dockwindow.h" type="Place">
+ <getter name="place"/>
+ </property>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="Place" fullname="Q3DockWindow::Place" href="q3dockwindow.html#Place-enum" location="q3dockwindow.h">
+ <value name="InDock" value="0"/>
+ <value name="OutsideDock" value="1"/>
+ </enum>
+ <enum access="public" threadsafety="unspecified" status="commendable" name="CloseMode" fullname="Q3DockWindow::CloseMode" href="q3dockwindow.html#CloseMode-enum" location="q3dockwindow.h">
+ <value name="Never" value="0"/>
+ <value name="Docked" value="1"/>
+ <value name="Undocked" value="2"/>
+ <value name="Always" value="Docked | Undocked"/>
+ </enum>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3DockWindow" fullname="Q3DockWindow::Q3DockWindow" href="q3dockwindow.html#Q3DockWindow" location="q3dockwindow.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3DockWindow(Place p, QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="Place" right="" name="p" default="InDock"/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3DockWindow" fullname="Q3DockWindow::Q3DockWindow" href="q3dockwindow.html#Q3DockWindow-2" location="q3dockwindow.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3DockWindow(QWidget * parent, const char * name, QFlags&lt;Qt::WindowType&gt; f)">
+ <parameter left="QWidget *" right="" name="parent" default=""/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ <parameter left="QFlags&lt;Qt::WindowType&gt;" right="" name="f" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3DockWindow" fullname="Q3DockWindow::~Q3DockWindow" href="q3dockwindow.html#dtor.Q3DockWindow" location="q3dockwindow.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3DockWindow()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setWidget" fullname="Q3DockWindow::setWidget" href="q3dockwindow.html#setWidget" location="q3dockwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setWidget(QWidget * w)">
+ <parameter left="QWidget *" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="widget" fullname="Q3DockWindow::widget" href="q3dockwindow.html#widget" location="q3dockwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="widget() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="place" fullname="Q3DockWindow::place" href="q3dockwindow.html#place-prop" location="q3dockwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="place" type="Place" signature="place() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="area" fullname="Q3DockWindow::area" href="q3dockwindow.html#area" location="q3dockwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Q3DockArea *" signature="area() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setCloseMode" fullname="Q3DockWindow::setCloseMode" href="q3dockwindow.html#closeMode-prop" location="q3dockwindow.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="closeMode" type="void" signature="setCloseMode(int m)">
+ <parameter left="int" right="" name="m" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isCloseEnabled" fullname="Q3DockWindow::isCloseEnabled" href="q3dockwindow.html#isCloseEnabled" location="q3dockwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isCloseEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="closeMode" fullname="Q3DockWindow::closeMode" href="q3dockwindow.html#closeMode-prop" location="q3dockwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="closeMode" type="int" signature="closeMode() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setResizeEnabled" fullname="Q3DockWindow::setResizeEnabled" href="q3dockwindow.html#resizeEnabled-prop" location="q3dockwindow.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="resizeEnabled" type="void" signature="setResizeEnabled(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMovingEnabled" fullname="Q3DockWindow::setMovingEnabled" href="q3dockwindow.html#movingEnabled-prop" location="q3dockwindow.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="movingEnabled" type="void" signature="setMovingEnabled(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isResizeEnabled" fullname="Q3DockWindow::isResizeEnabled" href="q3dockwindow.html#resizeEnabled-prop" location="q3dockwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="resizeEnabled" type="bool" signature="isResizeEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isMovingEnabled" fullname="Q3DockWindow::isMovingEnabled" href="q3dockwindow.html#movingEnabled-prop" location="q3dockwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="movingEnabled" type="bool" signature="isMovingEnabled() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHorizontallyStretchable" fullname="Q3DockWindow::setHorizontallyStretchable" href="q3dockwindow.html#horizontallyStretchable-prop" location="q3dockwindow.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="horizontallyStretchable" type="void" signature="setHorizontallyStretchable(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVerticallyStretchable" fullname="Q3DockWindow::setVerticallyStretchable" href="q3dockwindow.html#verticallyStretchable-prop" location="q3dockwindow.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="verticallyStretchable" type="void" signature="setVerticallyStretchable(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isHorizontallyStretchable" fullname="Q3DockWindow::isHorizontallyStretchable" href="q3dockwindow.html#horizontallyStretchable-prop" location="q3dockwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="horizontallyStretchable" type="bool" signature="isHorizontallyStretchable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isVerticallyStretchable" fullname="Q3DockWindow::isVerticallyStretchable" href="q3dockwindow.html#verticallyStretchable-prop" location="q3dockwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="verticallyStretchable" type="bool" signature="isVerticallyStretchable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHorizontalStretchable" fullname="Q3DockWindow::setHorizontalStretchable" href="q3dockwindow.html#setHorizontalStretchable" location="q3dockwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setHorizontalStretchable(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setVerticalStretchable" fullname="Q3DockWindow::setVerticalStretchable" href="q3dockwindow.html#setVerticalStretchable" location="q3dockwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setVerticalStretchable(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isHorizontalStretchable" fullname="Q3DockWindow::isHorizontalStretchable" href="q3dockwindow.html#isHorizontalStretchable" location="q3dockwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isHorizontalStretchable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isVerticalStretchable" fullname="Q3DockWindow::isVerticalStretchable" href="q3dockwindow.html#isVerticalStretchable" location="q3dockwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isVerticalStretchable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="isStretchable" fullname="Q3DockWindow::isStretchable" href="q3dockwindow.html#stretchable-prop" location="q3dockwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="stretchable" type="bool" signature="isStretchable() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOffset" fullname="Q3DockWindow::setOffset" href="q3dockwindow.html#offset-prop" location="q3dockwindow.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="offset" type="void" signature="setOffset(int o)">
+ <parameter left="int" right="" name="o" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="offset" fullname="Q3DockWindow::offset" href="q3dockwindow.html#offset-prop" location="q3dockwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="offset" type="int" signature="offset() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFixedExtentWidth" fullname="Q3DockWindow::setFixedExtentWidth" href="q3dockwindow.html#setFixedExtentWidth" location="q3dockwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setFixedExtentWidth(int w)">
+ <parameter left="int" right="" name="w" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFixedExtentHeight" fullname="Q3DockWindow::setFixedExtentHeight" href="q3dockwindow.html#setFixedExtentHeight" location="q3dockwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setFixedExtentHeight(int h)">
+ <parameter left="int" right="" name="h" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fixedExtent" fullname="Q3DockWindow::fixedExtent" href="q3dockwindow.html#fixedExtent" location="q3dockwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="fixedExtent() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setNewLine" fullname="Q3DockWindow::setNewLine" href="q3dockwindow.html#newLine-prop" location="q3dockwindow.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="newLine" type="void" signature="setNewLine(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="newLine" fullname="Q3DockWindow::newLine" href="q3dockwindow.html#newLine-prop" location="q3dockwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="newLine" type="bool" signature="newLine() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="Q3DockWindow::orientation" href="q3dockwindow.html#orientation" location="q3dockwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Qt::Orientation" signature="orientation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sizeHint" fullname="Q3DockWindow::sizeHint" href="q3dockwindow.html#sizeHint" location="q3dockwindow.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="sizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="minimumSizeHint" fullname="Q3DockWindow::minimumSizeHint" href="q3dockwindow.html#minimumSizeHint" location="q3dockwindow.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimumSizeHint() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="boxLayout" fullname="Q3DockWindow::boxLayout" href="q3dockwindow.html#boxLayout" location="q3dockwindow.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QBoxLayout *" signature="boxLayout()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOpaqueMoving" fullname="Q3DockWindow::setOpaqueMoving" href="q3dockwindow.html#opaqueMoving-prop" location="q3dockwindow.cpp" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="opaqueMoving" type="void" signature="setOpaqueMoving(bool b)">
+ <parameter left="bool" right="" name="b" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="opaqueMoving" fullname="Q3DockWindow::opaqueMoving" href="q3dockwindow.html#opaqueMoving-prop" location="q3dockwindow.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="opaqueMoving" type="bool" signature="opaqueMoving() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="eventFilter" fullname="Q3DockWindow::eventFilter" href="q3dockwindow.html#eventFilter" location="q3dockwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="eventFilter(QObject * o, QEvent * e)">
+ <parameter left="QObject *" right="" name="o" default=""/>
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="windowTitle" fullname="Q3DockWindow::windowTitle" href="q3dockwindow.html#windowTitle" location="q3dockwindow.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="windowTitle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="orientationChanged" fullname="Q3DockWindow::orientationChanged" href="q3dockwindow.html#orientationChanged" location="q3dockwindow.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="orientationChanged(Qt::Orientation o)">
+ <parameter left="Qt::Orientation" right="" name="o" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="placeChanged" fullname="Q3DockWindow::placeChanged" href="q3dockwindow.html#placeChanged" location="q3dockwindow.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="placeChanged(Q3DockWindow::Place p)">
+ <parameter left="Q3DockWindow::Place" right="" name="p" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="visibilityChanged" fullname="Q3DockWindow::visibilityChanged" href="q3dockwindow.html#visibilityChanged" location="q3dockwindow.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="visibilityChanged(bool visible)">
+ <parameter left="bool" right="" name="visible" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="undock" fullname="Q3DockWindow::undock" href="q3dockwindow.html#undock" location="q3dockwindow.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="undock(QWidget * widget)">
+ <parameter left="QWidget *" right="" name="widget" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="undock" fullname="Q3DockWindow::undock" href="q3dockwindow.html#undock-2" location="q3dockwindow.h" virtual="impure" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="undock()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dock" fullname="Q3DockWindow::dock" href="q3dockwindow.html#dock" location="q3dockwindow.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="dock()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOrientation" fullname="Q3DockWindow::setOrientation" href="q3dockwindow.html#setOrientation" location="q3dockwindow.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setOrientation(Qt::Orientation o)">
+ <parameter left="Qt::Orientation" right="" name="o" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="Q3DockWindow::resizeEvent" href="q3dockwindow.html#resizeEvent" location="q3dockwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="showEvent" fullname="Q3DockWindow::showEvent" href="q3dockwindow.html#showEvent" location="q3dockwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="showEvent(QShowEvent * e)">
+ <parameter left="QShowEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="hideEvent" fullname="Q3DockWindow::hideEvent" href="q3dockwindow.html#hideEvent" location="q3dockwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="hideEvent(QHideEvent * e)">
+ <parameter left="QHideEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="contextMenuEvent" fullname="Q3DockWindow::contextMenuEvent" href="q3dockwindow.html#contextMenuEvent" location="q3dockwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="contextMenuEvent(QContextMenuEvent * e)">
+ <parameter left="QContextMenuEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawFrame" fullname="Q3DockWindow::drawFrame" href="q3dockwindow.html#drawFrame" location="q3dockwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawFrame(QPainter * p)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="drawContents" fullname="Q3DockWindow::drawContents" href="q3dockwindow.html#drawContents" location="q3dockwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="drawContents(QPainter * p)">
+ <parameter left="QPainter *" right="" name="p" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="Q3DockWindow::event" href="q3dockwindow.html#event" location="q3dockwindow.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3LocalFs" href="q3localfs.html" location="q3localfs.h" bases="Q3NetworkProtocol" module="Qt3SupportLight">
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3LocalFs" fullname="Q3LocalFs::Q3LocalFs" href="q3localfs.html#Q3LocalFs" location="q3localfs.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3LocalFs()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedOperations" fullname="Q3LocalFs::supportedOperations" href="q3localfs.html#supportedOperations" location="q3localfs.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="supportedOperations() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="operationListChildren" fullname="Q3LocalFs::operationListChildren" href="q3localfs.html#operationListChildren" location="q3localfs.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="operationListChildren(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="operationMkDir" fullname="Q3LocalFs::operationMkDir" href="q3localfs.html#operationMkDir" location="q3localfs.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="operationMkDir(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="operationRemove" fullname="Q3LocalFs::operationRemove" href="q3localfs.html#operationRemove" location="q3localfs.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="operationRemove(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="operationRename" fullname="Q3LocalFs::operationRename" href="q3localfs.html#operationRename" location="q3localfs.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="operationRename(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="operationGet" fullname="Q3LocalFs::operationGet" href="q3localfs.html#operationGet" location="q3localfs.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="operationGet(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="operationPut" fullname="Q3LocalFs::operationPut" href="q3localfs.html#operationPut" location="q3localfs.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="operationPut(Q3NetworkOperation * op)">
+ <parameter left="Q3NetworkOperation *" right="" name="op" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="compat" name="Q3GroupBox" href="q3groupbox.html" location="q3groupbox.h" bases="QGroupBox" module="Qt3SupportLight">
+ <property access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="Q3GroupBox::orientation" href="q3groupbox.html#orientation-prop" location="q3groupbox.h" type="Qt::Orientation">
+ <getter name="orientation"/>
+ <setter name="setOrientation"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="columns" fullname="Q3GroupBox::columns" href="q3groupbox.html#columns-prop" location="q3groupbox.h" type="int">
+ <getter name="columns"/>
+ <setter name="setColumns"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="frameRect" fullname="Q3GroupBox::frameRect" href="q3groupbox.html#frameRect-prop" location="q3groupbox.h" type="QRect"/>
+ <property access="public" threadsafety="unspecified" status="commendable" name="frameShape" fullname="Q3GroupBox::frameShape" href="q3groupbox.html#frameShape-prop" location="q3groupbox.h" type="FrameShape">
+ <getter name="frameShape"/>
+ <setter name="setFrameShape"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="frameShadow" fullname="Q3GroupBox::frameShadow" href="q3groupbox.html#frameShadow-prop" location="q3groupbox.h" type="FrameShape">
+ <getter name="frameShadow"/>
+ <setter name="setFrameShadow"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="lineWidth" fullname="Q3GroupBox::lineWidth" href="q3groupbox.html#lineWidth-prop" location="q3groupbox.h" type="int">
+ <getter name="lineWidth"/>
+ <setter name="setLineWidth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="midLineWidth" fullname="Q3GroupBox::midLineWidth" href="q3groupbox.html#midLineWidth-prop" location="q3groupbox.h" type="int">
+ <getter name="midLineWidth"/>
+ <setter name="setMidLineWidth"/>
+ </property>
+ <property access="public" threadsafety="unspecified" status="commendable" name="margin" fullname="Q3GroupBox::margin" href="q3groupbox.html#margin-prop" location="q3groupbox.h" type="int">
+ <getter name="margin"/>
+ <setter name="setMargin"/>
+ </property>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3GroupBox" fullname="Q3GroupBox::Q3GroupBox" href="q3groupbox.html#Q3GroupBox" location="q3groupbox.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="Q3GroupBox(QWidget * parent, const char * name)">
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3GroupBox" fullname="Q3GroupBox::Q3GroupBox" href="q3groupbox.html#Q3GroupBox-2" location="q3groupbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="Q3GroupBox(const QString &amp; title, QWidget * parent, const char * name)">
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3GroupBox" fullname="Q3GroupBox::Q3GroupBox" href="q3groupbox.html#Q3GroupBox-3" location="q3groupbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="Q3GroupBox(int strips, Qt::Orientation orientation, QWidget * parent, const char * name)">
+ <parameter left="int" right="" name="strips" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q3GroupBox" fullname="Q3GroupBox::Q3GroupBox" href="q3groupbox.html#Q3GroupBox-4" location="q3groupbox.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="Q3GroupBox(int strips, Qt::Orientation orientation, const QString &amp; title, QWidget * parent, const char * name)">
+ <parameter left="int" right="" name="strips" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="const QString &amp;" right="" name="title" default=""/>
+ <parameter left="QWidget *" right="" name="parent" default="0"/>
+ <parameter left="const char *" right="" name="name" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~Q3GroupBox" fullname="Q3GroupBox::~Q3GroupBox" href="q3groupbox.html#dtor.Q3GroupBox" location="q3groupbox.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~Q3GroupBox()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumnLayout" fullname="Q3GroupBox::setColumnLayout" href="q3groupbox.html#setColumnLayout" location="q3groupbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setColumnLayout(int strips, Qt::Orientation direction)">
+ <parameter left="int" right="" name="strips" default=""/>
+ <parameter left="Qt::Orientation" right="" name="direction" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columns" fullname="Q3GroupBox::columns" href="q3groupbox.html#columns-prop" location="q3groupbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="columns" type="int" signature="columns() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setColumns" fullname="Q3GroupBox::setColumns" href="q3groupbox.html#columns-prop" location="q3groupbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="columns" type="void" signature="setColumns(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="orientation" fullname="Q3GroupBox::orientation" href="q3groupbox.html#orientation-prop" location="q3groupbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="orientation" type="Qt::Orientation" signature="orientation() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setOrientation" fullname="Q3GroupBox::setOrientation" href="q3groupbox.html#orientation-prop" location="q3groupbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="orientation" type="void" signature="setOrientation(Qt::Orientation )">
+ <parameter left="Qt::Orientation" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insideMargin" fullname="Q3GroupBox::insideMargin" href="q3groupbox.html#insideMargin" location="q3groupbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="insideMargin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insideSpacing" fullname="Q3GroupBox::insideSpacing" href="q3groupbox.html#insideSpacing" location="q3groupbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="insideSpacing() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setInsideMargin" fullname="Q3GroupBox::setInsideMargin" href="q3groupbox.html#setInsideMargin" location="q3groupbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setInsideMargin(int m)">
+ <parameter left="int" right="" name="m" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setInsideSpacing" fullname="Q3GroupBox::setInsideSpacing" href="q3groupbox.html#setInsideSpacing" location="q3groupbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setInsideSpacing(int s)">
+ <parameter left="int" right="" name="s" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="addSpace" fullname="Q3GroupBox::addSpace" href="q3groupbox.html#addSpace" location="q3groupbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addSpace(int size)">
+ <parameter left="int" right="" name="size" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFrameShadow" fullname="Q3GroupBox::setFrameShadow" href="q3groupbox.html#frameShadow-prop" location="q3groupbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="frameShadow" type="void" signature="setFrameShadow(FrameShape )">
+ <parameter left="FrameShape" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frameShadow" fullname="Q3GroupBox::frameShadow" href="q3groupbox.html#frameShadow-prop" location="q3groupbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="frameShadow" type="FrameShape" signature="frameShadow() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFrameShape" fullname="Q3GroupBox::setFrameShape" href="q3groupbox.html#frameShape-prop" location="q3groupbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="frameShape" type="void" signature="setFrameShape(FrameShape )">
+ <parameter left="FrameShape" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frameShape" fullname="Q3GroupBox::frameShape" href="q3groupbox.html#frameShape-prop" location="q3groupbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="frameShape" type="FrameShape" signature="frameShape() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setFrameStyle" fullname="Q3GroupBox::setFrameStyle" href="q3groupbox.html#setFrameStyle" location="q3groupbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFrameStyle(int style)">
+ <parameter left="int" right="" name="style" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="frameStyle" fullname="Q3GroupBox::frameStyle" href="q3groupbox.html#frameStyle" location="q3groupbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="frameStyle() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setLineWidth" fullname="Q3GroupBox::setLineWidth" href="q3groupbox.html#lineWidth-prop" location="q3groupbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="lineWidth" type="void" signature="setLineWidth(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="lineWidth" fullname="Q3GroupBox::lineWidth" href="q3groupbox.html#lineWidth-prop" location="q3groupbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="lineWidth" type="int" signature="lineWidth() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMargin" fullname="Q3GroupBox::setMargin" href="q3groupbox.html#margin-prop" location="q3groupbox.h" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="margin" type="void" signature="setMargin(int margin)">
+ <parameter left="int" right="" name="margin" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="margin" fullname="Q3GroupBox::margin" href="q3groupbox.html#margin-prop" location="q3groupbox.h" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="margin" type="int" signature="margin() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setMidLineWidth" fullname="Q3GroupBox::setMidLineWidth" href="q3groupbox.html#midLineWidth-prop" location="q3groupbox.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="midLineWidth" type="void" signature="setMidLineWidth(int )">
+ <parameter left="int" right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="midLineWidth" fullname="Q3GroupBox::midLineWidth" href="q3groupbox.html#midLineWidth-prop" location="q3groupbox.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="midLineWidth" type="int" signature="midLineWidth() const"/>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="childEvent" fullname="Q3GroupBox::childEvent" href="q3groupbox.html#childEvent" location="q3groupbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="childEvent(QChildEvent * c)">
+ <parameter left="QChildEvent *" right="" name="c" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="resizeEvent" fullname="Q3GroupBox::resizeEvent" href="q3groupbox.html#resizeEvent" location="q3groupbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="resizeEvent(QResizeEvent * e)">
+ <parameter left="QResizeEvent *" right="" name="e" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="changeEvent" fullname="Q3GroupBox::changeEvent" href="q3groupbox.html#changeEvent" location="q3groupbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="changeEvent(QEvent * ev)">
+ <parameter left="QEvent *" right="" name="ev" default=""/>
+ </function>
+ <function access="protected" threadsafety="unspecified" status="commendable" name="event" fullname="Q3GroupBox::event" href="q3groupbox.html#event" location="q3groupbox.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="event(QEvent * e)">
+ <parameter left="QEvent *" right="" name="e" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="obsolete" name="QProxyModel" href="qproxymodel.html" location="qproxymodel.h" bases="QAbstractItemModel" module="QtGui">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QProxyModel" fullname="QProxyModel::QProxyModel" href="qproxymodel.html#QProxyModel" location="qproxymodel.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QProxyModel(QObject * parent)">
+ <parameter left="QObject *" right="" name="parent" default="0"/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QProxyModel" fullname="QProxyModel::~QProxyModel" href="qproxymodel.html#dtor.QProxyModel" location="qproxymodel.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QProxyModel()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setModel" fullname="QProxyModel::setModel" href="qproxymodel.html#setModel" location="qproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="setModel(QAbstractItemModel * model)">
+ <parameter left="QAbstractItemModel *" right="" name="model" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="model" fullname="QProxyModel::model" href="qproxymodel.html#model" location="qproxymodel.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QAbstractItemModel *" signature="model() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="index" fullname="QProxyModel::index" href="qproxymodel.html#index" location="qproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="index(int row, int column, const QModelIndex &amp; parent) const">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="parent" fullname="QProxyModel::parent" href="qproxymodel.html#parent" location="qproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndex" signature="parent(const QModelIndex &amp; child) const">
+ <parameter left="const QModelIndex &amp;" right="" name="child" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="rowCount" fullname="QProxyModel::rowCount" href="qproxymodel.html#rowCount" location="qproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="rowCount(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="columnCount" fullname="QProxyModel::columnCount" href="qproxymodel.html#columnCount" location="qproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="columnCount(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasChildren" fullname="QProxyModel::hasChildren" href="qproxymodel.html#hasChildren" location="qproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasChildren(const QModelIndex &amp; parent) const">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="data" fullname="QProxyModel::data" href="qproxymodel.html#data" location="qproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="data(const QModelIndex &amp; index, int role) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="int" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setData" fullname="QProxyModel::setData" href="qproxymodel.html#setData" location="qproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="setData(const QModelIndex &amp; index, const QVariant &amp; value, int role)">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="headerData" fullname="QProxyModel::headerData" href="qproxymodel.html#headerData" location="qproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="headerData(int section, Qt::Orientation orientation, int role) const">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="int" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setHeaderData" fullname="QProxyModel::setHeaderData" href="qproxymodel.html#setHeaderData" location="qproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="setHeaderData(int section, Qt::Orientation orientation, const QVariant &amp; value, int role)">
+ <parameter left="int" right="" name="section" default=""/>
+ <parameter left="Qt::Orientation" right="" name="orientation" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="role" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mimeTypes" fullname="QProxyModel::mimeTypes" href="qproxymodel.html#mimeTypes" location="qproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="mimeTypes() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="mimeData" fullname="QProxyModel::mimeData" href="qproxymodel.html#mimeData" location="qproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QMimeData *" signature="mimeData(const QModelIndexList &amp; indexes) const">
+ <parameter left="const QModelIndexList &amp;" right="" name="indexes" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="dropMimeData" fullname="QProxyModel::dropMimeData" href="qproxymodel.html#dropMimeData" location="qproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="dropMimeData(const QMimeData * data, Qt::DropAction action, int row, int column, const QModelIndex &amp; parent)">
+ <parameter left="const QMimeData *" right="" name="data" default=""/>
+ <parameter left="Qt::DropAction" right="" name="action" default=""/>
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="supportedDropActions" fullname="QProxyModel::supportedDropActions" href="qproxymodel.html#supportedDropActions" location="qproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::DropActions" signature="supportedDropActions() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertRows" fullname="QProxyModel::insertRows" href="qproxymodel.html#insertRows" location="qproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="insertRows(int row, int count, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="row" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insertColumns" fullname="QProxyModel::insertColumns" href="qproxymodel.html#insertColumns" location="qproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="insertColumns(int column, int count, const QModelIndex &amp; parent)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="int" right="" name="count" default=""/>
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="fetchMore" fullname="QProxyModel::fetchMore" href="qproxymodel.html#fetchMore" location="qproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="fetchMore(const QModelIndex &amp; parent)">
+ <parameter left="const QModelIndex &amp;" right="" name="parent" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="flags" fullname="QProxyModel::flags" href="qproxymodel.html#flags" location="qproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="Qt::ItemFlags" signature="flags(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="sort" fullname="QProxyModel::sort" href="qproxymodel.html#sort" location="qproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="sort(int column, Qt::SortOrder order)">
+ <parameter left="int" right="" name="column" default=""/>
+ <parameter left="Qt::SortOrder" right="" name="order" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="match" fullname="QProxyModel::match" href="qproxymodel.html#match" location="qproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QModelIndexList" signature="match(const QModelIndex &amp; start, int role, const QVariant &amp; value, int hits, QFlags&lt;Qt::MatchFlag&gt; flags) const">
+ <parameter left="const QModelIndex &amp;" right="" name="start" default=""/>
+ <parameter left="int" right="" name="role" default=""/>
+ <parameter left="const QVariant &amp;" right="" name="value" default=""/>
+ <parameter left="int" right="" name="hits" default=""/>
+ <parameter left="QFlags&lt;Qt::MatchFlag&gt;" right="" name="flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="span" fullname="QProxyModel::span" href="qproxymodel.html#span" location="qproxymodel.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QSize" signature="span(const QModelIndex &amp; index) const">
+ <parameter left="const QModelIndex &amp;" right="" name="index" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="submit" fullname="QProxyModel::submit" href="qproxymodel.html#submit" location="qproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="bool" signature="submit()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="revert" fullname="QProxyModel::revert" href="qproxymodel.html#revert" location="qproxymodel.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="revert()"/>
+ </class>
+ <class access="public" threadsafety="reentrant" status="commendable" name="QFutureIterator" href="qfutureiterator.html" location="qfuture.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFutureIterator" fullname="QFutureIterator::QFutureIterator" href="qfutureiterator.html#QFutureIterator" location="qfuture.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QFutureIterator(const QFuture&lt;T&gt; &amp; future)">
+ <parameter left="const QFuture&lt;T&gt; &amp;" right="" name="future" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QFutureIterator::operator=" href="qfutureiterator.html#operator=" location="qfuture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QFutureIterator &amp;" signature="operator=(const QFuture&lt;T&gt; &amp; future)">
+ <parameter left="const QFuture&lt;T&gt; &amp;" right="" name="future" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFront" fullname="QFutureIterator::toFront" href="qfutureiterator.html#toFront" location="qfuture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toFront()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toBack" fullname="QFutureIterator::toBack" href="qfutureiterator.html#toBack" location="qfuture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toBack()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasNext" fullname="QFutureIterator::hasNext" href="qfutureiterator.html#hasNext" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="QFutureIterator::next" href="qfutureiterator.html#next" location="qfuture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const T &amp;" signature="next()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekNext" fullname="QFutureIterator::peekNext" href="qfutureiterator.html#peekNext" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="peekNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPrevious" fullname="QFutureIterator::hasPrevious" href="qfutureiterator.html#hasPrevious" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previous" fullname="QFutureIterator::previous" href="qfutureiterator.html#previous" location="qfuture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const T &amp;" signature="previous()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekPrevious" fullname="QFutureIterator::peekPrevious" href="qfutureiterator.html#peekPrevious" location="qfuture.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="peekPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findNext" fullname="QFutureIterator::findNext" href="qfutureiterator.html#findNext" location="qfuture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findNext(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findPrevious" fullname="QFutureIterator::findPrevious" href="qfutureiterator.html#findPrevious" location="qfuture.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findPrevious(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QLinkedListIterator" href="qlinkedlistiterator.html" location="qlinkedlist.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QLinkedListIterator" fullname="QLinkedListIterator::QLinkedListIterator" href="qlinkedlistiterator.html#QLinkedListIterator" location="qlinkedlist.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QLinkedListIterator(const QLinkedList&lt;T&gt; &amp; list)">
+ <parameter left="const QLinkedList&lt;T&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QLinkedListIterator::operator=" href="qlinkedlistiterator.html#operator=" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QLinkedListIterator &amp;" signature="operator=(const QLinkedList&lt;T&gt; &amp; list)">
+ <parameter left="const QLinkedList&lt;T&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFront" fullname="QLinkedListIterator::toFront" href="qlinkedlistiterator.html#toFront" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toFront()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toBack" fullname="QLinkedListIterator::toBack" href="qlinkedlistiterator.html#toBack" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toBack()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasNext" fullname="QLinkedListIterator::hasNext" href="qlinkedlistiterator.html#hasNext" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="QLinkedListIterator::next" href="qlinkedlistiterator.html#next" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const T &amp;" signature="next()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekNext" fullname="QLinkedListIterator::peekNext" href="qlinkedlistiterator.html#peekNext" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="peekNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPrevious" fullname="QLinkedListIterator::hasPrevious" href="qlinkedlistiterator.html#hasPrevious" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previous" fullname="QLinkedListIterator::previous" href="qlinkedlistiterator.html#previous" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const T &amp;" signature="previous()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekPrevious" fullname="QLinkedListIterator::peekPrevious" href="qlinkedlistiterator.html#peekPrevious" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="peekPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findNext" fullname="QLinkedListIterator::findNext" href="qlinkedlistiterator.html#findNext" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findNext(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findPrevious" fullname="QLinkedListIterator::findPrevious" href="qlinkedlistiterator.html#findPrevious" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findPrevious(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QListIterator" href="qlistiterator.html" location="qlist.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QListIterator" fullname="QListIterator::QListIterator" href="qlistiterator.html#QListIterator" location="qlist.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QListIterator(const QList&lt;T&gt; &amp; list)">
+ <parameter left="const QList&lt;T&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QListIterator::operator=" href="qlistiterator.html#operator=" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QListIterator &amp;" signature="operator=(const QList&lt;T&gt; &amp; list)">
+ <parameter left="const QList&lt;T&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFront" fullname="QListIterator::toFront" href="qlistiterator.html#toFront" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toFront()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toBack" fullname="QListIterator::toBack" href="qlistiterator.html#toBack" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toBack()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasNext" fullname="QListIterator::hasNext" href="qlistiterator.html#hasNext" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="QListIterator::next" href="qlistiterator.html#next" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const T &amp;" signature="next()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekNext" fullname="QListIterator::peekNext" href="qlistiterator.html#peekNext" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="peekNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPrevious" fullname="QListIterator::hasPrevious" href="qlistiterator.html#hasPrevious" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previous" fullname="QListIterator::previous" href="qlistiterator.html#previous" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const T &amp;" signature="previous()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekPrevious" fullname="QListIterator::peekPrevious" href="qlistiterator.html#peekPrevious" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="peekPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findNext" fullname="QListIterator::findNext" href="qlistiterator.html#findNext" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findNext(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findPrevious" fullname="QListIterator::findPrevious" href="qlistiterator.html#findPrevious" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findPrevious(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QSetIterator" href="qsetiterator.html" location="qset.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSetIterator" fullname="QSetIterator::QSetIterator" href="qsetiterator.html#QSetIterator" location="qset.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QSetIterator(const QSet&lt;T&gt; &amp; set)">
+ <parameter left="const QSet&lt;T&gt; &amp;" right="" name="set" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QSetIterator::operator=" href="qsetiterator.html#operator=" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QSetIterator &amp;" signature="operator=(const QSet&lt;T&gt; &amp; set)">
+ <parameter left="const QSet&lt;T&gt; &amp;" right="" name="set" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFront" fullname="QSetIterator::toFront" href="qsetiterator.html#toFront" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toFront()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toBack" fullname="QSetIterator::toBack" href="qsetiterator.html#toBack" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toBack()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasNext" fullname="QSetIterator::hasNext" href="qsetiterator.html#hasNext" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="QSetIterator::next" href="qsetiterator.html#next" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const T &amp;" signature="next()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekNext" fullname="QSetIterator::peekNext" href="qsetiterator.html#peekNext" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="peekNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPrevious" fullname="QSetIterator::hasPrevious" href="qsetiterator.html#hasPrevious" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previous" fullname="QSetIterator::previous" href="qsetiterator.html#previous" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const T &amp;" signature="previous()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekPrevious" fullname="QSetIterator::peekPrevious" href="qsetiterator.html#peekPrevious" location="qset.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="peekPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findNext" fullname="QSetIterator::findNext" href="qsetiterator.html#findNext" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findNext(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findPrevious" fullname="QSetIterator::findPrevious" href="qsetiterator.html#findPrevious" location="qset.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findPrevious(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QVectorIterator" href="qvectoriterator.html" location="qvector.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVectorIterator" fullname="QVectorIterator::QVectorIterator" href="qvectoriterator.html#QVectorIterator" location="qvector.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QVectorIterator(const QVector&lt;T&gt; &amp; vector)">
+ <parameter left="const QVector&lt;T&gt; &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QVectorIterator::operator=" href="qvectoriterator.html#operator=" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QVectorIterator &amp;" signature="operator=(const QVector&lt;T&gt; &amp; vector)">
+ <parameter left="const QVector&lt;T&gt; &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFront" fullname="QVectorIterator::toFront" href="qvectoriterator.html#toFront" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toFront()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toBack" fullname="QVectorIterator::toBack" href="qvectoriterator.html#toBack" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toBack()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasNext" fullname="QVectorIterator::hasNext" href="qvectoriterator.html#hasNext" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="QVectorIterator::next" href="qvectoriterator.html#next" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const T &amp;" signature="next()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekNext" fullname="QVectorIterator::peekNext" href="qvectoriterator.html#peekNext" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="peekNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPrevious" fullname="QVectorIterator::hasPrevious" href="qvectoriterator.html#hasPrevious" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previous" fullname="QVectorIterator::previous" href="qvectoriterator.html#previous" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="const T &amp;" signature="previous()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekPrevious" fullname="QVectorIterator::peekPrevious" href="qvectoriterator.html#peekPrevious" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="peekPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findNext" fullname="QVectorIterator::findNext" href="qvectoriterator.html#findNext" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findNext(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findPrevious" fullname="QVectorIterator::findPrevious" href="qvectoriterator.html#findPrevious" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findPrevious(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMutableLinkedListIterator" href="qmutablelinkedlistiterator.html" location="qlinkedlist.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMutableLinkedListIterator" fullname="QMutableLinkedListIterator::QMutableLinkedListIterator" href="qmutablelinkedlistiterator.html#QMutableLinkedListIterator" location="qlinkedlist.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMutableLinkedListIterator(QLinkedList&lt;T&gt; &amp; list)">
+ <parameter left="QLinkedList&lt;T&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMutableLinkedListIterator" fullname="QMutableLinkedListIterator::~QMutableLinkedListIterator" href="qmutablelinkedlistiterator.html#dtor.QMutableLinkedListIterator" location="qlinkedlist.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMutableLinkedListIterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QMutableLinkedListIterator::operator=" href="qmutablelinkedlistiterator.html#operator=" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMutableLinkedListIterator &amp;" signature="operator=(QLinkedList&lt;T&gt; &amp; list)">
+ <parameter left="QLinkedList&lt;T&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFront" fullname="QMutableLinkedListIterator::toFront" href="qmutablelinkedlistiterator.html#toFront" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toFront()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toBack" fullname="QMutableLinkedListIterator::toBack" href="qmutablelinkedlistiterator.html#toBack" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toBack()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasNext" fullname="QMutableLinkedListIterator::hasNext" href="qmutablelinkedlistiterator.html#hasNext" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="QMutableLinkedListIterator::next" href="qmutablelinkedlistiterator.html#next" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="next()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekNext" fullname="QMutableLinkedListIterator::peekNext" href="qmutablelinkedlistiterator.html#peekNext" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T &amp;" signature="peekNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPrevious" fullname="QMutableLinkedListIterator::hasPrevious" href="qmutablelinkedlistiterator.html#hasPrevious" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previous" fullname="QMutableLinkedListIterator::previous" href="qmutablelinkedlistiterator.html#previous" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="previous()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekPrevious" fullname="QMutableLinkedListIterator::peekPrevious" href="qmutablelinkedlistiterator.html#peekPrevious" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T &amp;" signature="peekPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QMutableLinkedListIterator::remove" href="qmutablelinkedlistiterator.html#remove" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="remove()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QMutableLinkedListIterator::setValue" href="qmutablelinkedlistiterator.html#setValue" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="setValue(const T &amp; value) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QMutableLinkedListIterator::value" href="qmutablelinkedlistiterator.html#value-2" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="T &amp;" signature="value()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QMutableLinkedListIterator::value" href="qmutablelinkedlistiterator.html#value" location="qlinkedlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QMutableLinkedListIterator::insert" href="qmutablelinkedlistiterator.html#insert" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insert(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findNext" fullname="QMutableLinkedListIterator::findNext" href="qmutablelinkedlistiterator.html#findNext" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findNext(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findPrevious" fullname="QMutableLinkedListIterator::findPrevious" href="qmutablelinkedlistiterator.html#findPrevious" location="qlinkedlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findPrevious(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMutableListIterator" href="qmutablelistiterator.html" location="qlist.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMutableListIterator" fullname="QMutableListIterator::QMutableListIterator" href="qmutablelistiterator.html#QMutableListIterator" location="qlist.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMutableListIterator(QList&lt;T&gt; &amp; list)">
+ <parameter left="QList&lt;T&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMutableListIterator" fullname="QMutableListIterator::~QMutableListIterator" href="qmutablelistiterator.html#dtor.QMutableListIterator" location="qlist.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMutableListIterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QMutableListIterator::operator=" href="qmutablelistiterator.html#operator=" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMutableListIterator &amp;" signature="operator=(QList&lt;T&gt; &amp; list)">
+ <parameter left="QList&lt;T&gt; &amp;" right="" name="list" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFront" fullname="QMutableListIterator::toFront" href="qmutablelistiterator.html#toFront" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toFront()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toBack" fullname="QMutableListIterator::toBack" href="qmutablelistiterator.html#toBack" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toBack()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasNext" fullname="QMutableListIterator::hasNext" href="qmutablelistiterator.html#hasNext" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="QMutableListIterator::next" href="qmutablelistiterator.html#next" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="next()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekNext" fullname="QMutableListIterator::peekNext" href="qmutablelistiterator.html#peekNext" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T &amp;" signature="peekNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPrevious" fullname="QMutableListIterator::hasPrevious" href="qmutablelistiterator.html#hasPrevious" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previous" fullname="QMutableListIterator::previous" href="qmutablelistiterator.html#previous" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="previous()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekPrevious" fullname="QMutableListIterator::peekPrevious" href="qmutablelistiterator.html#peekPrevious" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T &amp;" signature="peekPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QMutableListIterator::remove" href="qmutablelistiterator.html#remove" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="remove()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QMutableListIterator::setValue" href="qmutablelistiterator.html#setValue" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="setValue(const T &amp; value) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QMutableListIterator::value" href="qmutablelistiterator.html#value-2" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="T &amp;" signature="value()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QMutableListIterator::value" href="qmutablelistiterator.html#value" location="qlist.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QMutableListIterator::insert" href="qmutablelistiterator.html#insert" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insert(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findNext" fullname="QMutableListIterator::findNext" href="qmutablelistiterator.html#findNext" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findNext(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findPrevious" fullname="QMutableListIterator::findPrevious" href="qmutablelistiterator.html#findPrevious" location="qlist.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findPrevious(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMutableVectorIterator" href="qmutablevectoriterator.html" location="qvector.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMutableVectorIterator" fullname="QMutableVectorIterator::QMutableVectorIterator" href="qmutablevectoriterator.html#QMutableVectorIterator" location="qvector.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMutableVectorIterator(QVector&lt;T&gt; &amp; vector)">
+ <parameter left="QVector&lt;T&gt; &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMutableVectorIterator" fullname="QMutableVectorIterator::~QMutableVectorIterator" href="qmutablevectoriterator.html#dtor.QMutableVectorIterator" location="qvector.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMutableVectorIterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QMutableVectorIterator::operator=" href="qmutablevectoriterator.html#operator=" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMutableVectorIterator &amp;" signature="operator=(QVector&lt;T&gt; &amp; vector)">
+ <parameter left="QVector&lt;T&gt; &amp;" right="" name="vector" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFront" fullname="QMutableVectorIterator::toFront" href="qmutablevectoriterator.html#toFront" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toFront()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toBack" fullname="QMutableVectorIterator::toBack" href="qmutablevectoriterator.html#toBack" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toBack()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasNext" fullname="QMutableVectorIterator::hasNext" href="qmutablevectoriterator.html#hasNext" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="QMutableVectorIterator::next" href="qmutablevectoriterator.html#next" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="next()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekNext" fullname="QMutableVectorIterator::peekNext" href="qmutablevectoriterator.html#peekNext" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T &amp;" signature="peekNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPrevious" fullname="QMutableVectorIterator::hasPrevious" href="qmutablevectoriterator.html#hasPrevious" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previous" fullname="QMutableVectorIterator::previous" href="qmutablevectoriterator.html#previous" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="T &amp;" signature="previous()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekPrevious" fullname="QMutableVectorIterator::peekPrevious" href="qmutablevectoriterator.html#peekPrevious" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="T &amp;" signature="peekPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QMutableVectorIterator::remove" href="qmutablevectoriterator.html#remove" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="remove()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QMutableVectorIterator::setValue" href="qmutablevectoriterator.html#setValue" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="setValue(const T &amp; value) const">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QMutableVectorIterator::value" href="qmutablevectoriterator.html#value-2" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="T &amp;" signature="value()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QMutableVectorIterator::value" href="qmutablevectoriterator.html#value" location="qvector.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="insert" fullname="QMutableVectorIterator::insert" href="qmutablevectoriterator.html#insert" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insert(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findNext" fullname="QMutableVectorIterator::findNext" href="qmutablevectoriterator.html#findNext" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findNext(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findPrevious" fullname="QMutableVectorIterator::findPrevious" href="qmutablevectoriterator.html#findPrevious" location="qvector.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findPrevious(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QHashIterator" href="qhashiterator.html" location="qhash.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QHashIterator" fullname="QHashIterator::QHashIterator" href="qhashiterator.html#QHashIterator" location="qhash.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QHashIterator(const QHash&lt;Key, T&gt; &amp; hash)">
+ <parameter left="const QHash&lt;Key, T&gt; &amp;" right="" name="hash" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QHashIterator::operator=" href="qhashiterator.html#operator=" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QHashIterator &amp;" signature="operator=(const QHash&lt;Key, T&gt; &amp; hash)">
+ <parameter left="const QHash&lt;Key, T&gt; &amp;" right="" name="hash" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFront" fullname="QHashIterator::toFront" href="qhashiterator.html#toFront" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toFront()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toBack" fullname="QHashIterator::toBack" href="qhashiterator.html#toBack" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toBack()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasNext" fullname="QHashIterator::hasNext" href="qhashiterator.html#hasNext" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="QHashIterator::next" href="qhashiterator.html#next" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Item" signature="next()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekNext" fullname="QHashIterator::peekNext" href="qhashiterator.html#peekNext" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Item" signature="peekNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPrevious" fullname="QHashIterator::hasPrevious" href="qhashiterator.html#hasPrevious" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previous" fullname="QHashIterator::previous" href="qhashiterator.html#previous" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Item" signature="previous()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekPrevious" fullname="QHashIterator::peekPrevious" href="qhashiterator.html#peekPrevious" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Item" signature="peekPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QHashIterator::value" href="qhashiterator.html#value" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="QHashIterator::key" href="qhashiterator.html#key" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const Key &amp;" signature="key() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findNext" fullname="QHashIterator::findNext" href="qhashiterator.html#findNext" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findNext(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findPrevious" fullname="QHashIterator::findPrevious" href="qhashiterator.html#findPrevious" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findPrevious(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMapIterator" href="qmapiterator.html" location="qmap.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMapIterator" fullname="QMapIterator::QMapIterator" href="qmapiterator.html#QMapIterator" location="qmap.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMapIterator(const QMap&lt;Key, T&gt; &amp; map)">
+ <parameter left="const QMap&lt;Key, T&gt; &amp;" right="" name="map" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QMapIterator::operator=" href="qmapiterator.html#operator=" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMapIterator &amp;" signature="operator=(const QMap&lt;Key, T&gt; &amp; map)">
+ <parameter left="const QMap&lt;Key, T&gt; &amp;" right="" name="map" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFront" fullname="QMapIterator::toFront" href="qmapiterator.html#toFront" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toFront()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toBack" fullname="QMapIterator::toBack" href="qmapiterator.html#toBack" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toBack()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasNext" fullname="QMapIterator::hasNext" href="qmapiterator.html#hasNext" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="QMapIterator::next" href="qmapiterator.html#next" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Item" signature="next()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekNext" fullname="QMapIterator::peekNext" href="qmapiterator.html#peekNext" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Item" signature="peekNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPrevious" fullname="QMapIterator::hasPrevious" href="qmapiterator.html#hasPrevious" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previous" fullname="QMapIterator::previous" href="qmapiterator.html#previous" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Item" signature="previous()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekPrevious" fullname="QMapIterator::peekPrevious" href="qmapiterator.html#peekPrevious" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Item" signature="peekPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QMapIterator::value" href="qmapiterator.html#value" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="QMapIterator::key" href="qmapiterator.html#key" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const Key &amp;" signature="key() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findNext" fullname="QMapIterator::findNext" href="qmapiterator.html#findNext" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findNext(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findPrevious" fullname="QMapIterator::findPrevious" href="qmapiterator.html#findPrevious" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findPrevious(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMutableHashIterator" href="qmutablehashiterator.html" location="qhash.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMutableHashIterator" fullname="QMutableHashIterator::QMutableHashIterator" href="qmutablehashiterator.html#QMutableHashIterator" location="qhash.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMutableHashIterator(QHash&lt;Key, T&gt; &amp; hash)">
+ <parameter left="QHash&lt;Key, T&gt; &amp;" right="" name="hash" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMutableHashIterator" fullname="QMutableHashIterator::~QMutableHashIterator" href="qmutablehashiterator.html#dtor.QMutableHashIterator" location="qhash.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMutableHashIterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QMutableHashIterator::operator=" href="qmutablehashiterator.html#operator=" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMutableHashIterator &amp;" signature="operator=(QHash&lt;Key, T&gt; &amp; hash)">
+ <parameter left="QHash&lt;Key, T&gt; &amp;" right="" name="hash" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFront" fullname="QMutableHashIterator::toFront" href="qmutablehashiterator.html#toFront" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toFront()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toBack" fullname="QMutableHashIterator::toBack" href="qmutablehashiterator.html#toBack" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toBack()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasNext" fullname="QMutableHashIterator::hasNext" href="qmutablehashiterator.html#hasNext" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="QMutableHashIterator::next" href="qmutablehashiterator.html#next" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Item" signature="next()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekNext" fullname="QMutableHashIterator::peekNext" href="qmutablehashiterator.html#peekNext" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Item" signature="peekNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPrevious" fullname="QMutableHashIterator::hasPrevious" href="qmutablehashiterator.html#hasPrevious" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previous" fullname="QMutableHashIterator::previous" href="qmutablehashiterator.html#previous" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Item" signature="previous()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekPrevious" fullname="QMutableHashIterator::peekPrevious" href="qmutablehashiterator.html#peekPrevious" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Item" signature="peekPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QMutableHashIterator::remove" href="qmutablehashiterator.html#remove" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="remove()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QMutableHashIterator::setValue" href="qmutablehashiterator.html#setValue" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setValue(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QMutableHashIterator::value" href="qmutablehashiterator.html#value-2" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="T &amp;" signature="value()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QMutableHashIterator::value" href="qmutablehashiterator.html#value" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="QMutableHashIterator::key" href="qmutablehashiterator.html#key" location="qhash.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const Key &amp;" signature="key() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findNext" fullname="QMutableHashIterator::findNext" href="qmutablehashiterator.html#findNext" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findNext(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findPrevious" fullname="QMutableHashIterator::findPrevious" href="qmutablehashiterator.html#findPrevious" location="qhash.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findPrevious(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ </class>
+ <class access="public" threadsafety="unspecified" status="commendable" name="QMutableMapIterator" href="qmutablemapiterator.html" location="qmap.h" bases="" module="QtCore">
+ <function access="public" threadsafety="unspecified" status="commendable" name="QMutableMapIterator" fullname="QMutableMapIterator::QMutableMapIterator" href="qmutablemapiterator.html#QMutableMapIterator" location="qmap.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QMutableMapIterator(QMap&lt;Key, T&gt; &amp; map)">
+ <parameter left="QMap&lt;Key, T&gt; &amp;" right="" name="map" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="~QMutableMapIterator" fullname="QMutableMapIterator::~QMutableMapIterator" href="qmutablemapiterator.html#dtor.QMutableMapIterator" location="qmap.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QMutableMapIterator()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="operator=" fullname="QMutableMapIterator::operator=" href="qmutablemapiterator.html#operator=" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QMutableMapIterator &amp;" signature="operator=(QMap&lt;Key, T&gt; &amp; map)">
+ <parameter left="QMap&lt;Key, T&gt; &amp;" right="" name="map" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toFront" fullname="QMutableMapIterator::toFront" href="qmutablemapiterator.html#toFront" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toFront()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="toBack" fullname="QMutableMapIterator::toBack" href="qmutablemapiterator.html#toBack" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="toBack()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasNext" fullname="QMutableMapIterator::hasNext" href="qmutablemapiterator.html#hasNext" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="next" fullname="QMutableMapIterator::next" href="qmutablemapiterator.html#next" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Item" signature="next()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekNext" fullname="QMutableMapIterator::peekNext" href="qmutablemapiterator.html#peekNext" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Item" signature="peekNext() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="hasPrevious" fullname="QMutableMapIterator::hasPrevious" href="qmutablemapiterator.html#hasPrevious" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="previous" fullname="QMutableMapIterator::previous" href="qmutablemapiterator.html#previous" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="Item" signature="previous()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="peekPrevious" fullname="QMutableMapIterator::peekPrevious" href="qmutablemapiterator.html#peekPrevious" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="Item" signature="peekPrevious() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="remove" fullname="QMutableMapIterator::remove" href="qmutablemapiterator.html#remove" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="remove()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QMutableMapIterator::setValue" href="qmutablemapiterator.html#setValue" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setValue(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QMutableMapIterator::value" href="qmutablemapiterator.html#value-2" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="T &amp;" signature="value()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QMutableMapIterator::value" href="qmutablemapiterator.html#value" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const T &amp;" signature="value() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="key" fullname="QMutableMapIterator::key" href="qmutablemapiterator.html#key" location="qmap.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="const Key &amp;" signature="key() const"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findNext" fullname="QMutableMapIterator::findNext" href="qmutablemapiterator.html#findNext" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findNext(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="findPrevious" fullname="QMutableMapIterator::findPrevious" href="qmutablemapiterator.html#findPrevious" location="qmap.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="findPrevious(const T &amp; value)">
+ <parameter left="const T &amp;" right="" name="value" default=""/>
+ </function>
+ </class>
+ <page access="public" status="commendable" name="mainwindows/mdi" href="mainwindows-mdi.html" subtype="example" title="MDI Example" fulltitle="MDI Example" subtitle="" location="mdi.qdoc">
+ <page access="public" status="commendable" name="mainwindows/mdi/mainwindow.cpp" href="mainwindows-mdi-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="mainwindows/mdi/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="mainwindows/mdi/mainwindow.h" href="mainwindows-mdi-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="mainwindows/mdi/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="mainwindows/mdi/mdichild.cpp" href="mainwindows-mdi-mdichild-cpp.html" subtype="file" title="" fulltitle="mdichild.cpp Example File" subtitle="mainwindows/mdi/mdichild.cpp" location=""/>
+ <page access="public" status="commendable" name="mainwindows/mdi/mdichild.h" href="mainwindows-mdi-mdichild-h.html" subtype="file" title="" fulltitle="mdichild.h Example File" subtitle="mainwindows/mdi/mdichild.h" location=""/>
+ <page access="public" status="commendable" name="mainwindows/mdi/main.cpp" href="mainwindows-mdi-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="mainwindows/mdi/main.cpp" location=""/>
+ <page access="public" status="commendable" name="mainwindows/mdi/mdi.pro" href="mainwindows-mdi-mdi-pro.html" subtype="file" title="" fulltitle="mdi.pro Example File" subtitle="mainwindows/mdi/mdi.pro" location=""/>
+ <page access="public" status="commendable" name="mainwindows/mdi/mdi.qrc" href="mainwindows-mdi-mdi-qrc.html" subtype="file" title="" fulltitle="mdi.qrc Example File" subtitle="mainwindows/mdi/mdi.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="gallery-plastique.html" href="gallery-plastique.html" subtype="page" title="Plastique Style Widget Gallery" fulltitle="Plastique Style Widget Gallery" subtitle="" location="gallery-plastique.qdoc"/>
+ <page access="public" status="commendable" name="itemviews/basicsortfiltermodel" href="itemviews-basicsortfiltermodel.html" subtype="example" title="Basic Sort/Filter Model Example" fulltitle="Basic Sort/Filter Model Example" subtitle="" location="basicsortfiltermodel.qdoc">
+ <page access="public" status="commendable" name="itemviews/basicsortfiltermodel/window.cpp" href="itemviews-basicsortfiltermodel-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="itemviews/basicsortfiltermodel/window.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/basicsortfiltermodel/window.h" href="itemviews-basicsortfiltermodel-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="itemviews/basicsortfiltermodel/window.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/basicsortfiltermodel/main.cpp" href="itemviews-basicsortfiltermodel-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="itemviews/basicsortfiltermodel/main.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/basicsortfiltermodel/basicsortfiltermodel.pro" href="itemviews-basicsortfiltermodel-basicsortfiltermodel-pro.html" subtype="file" title="" fulltitle="basicsortfiltermodel.pro Example File" subtitle="itemviews/basicsortfiltermodel/basicsortfiltermodel.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qt-embedded-vnc.html" href="qt-embedded-vnc.html" subtype="page" title="The VNC Protocol and Qt for Embedded Linux" fulltitle="The VNC Protocol and Qt for Embedded Linux" subtitle="" location="emb-vnc.qdoc">
+ <contents name="configuring-qt-with-vnc-capabilities" title="Configuring Qt with VNC Capabilities" level="1"/>
+ <contents name="running-a-server-application" title="Running a Server Application" level="1"/>
+ <contents name="running-client-applications" title="Running Client Applications" level="1"/>
+ <contents name="related-resources" title="Related Resources" level="1"/>
+ </page>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_INIT_RESOURCE" href="qdir.html#Q_INIT_RESOURCE" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QDir" type="void" signature="Q_INIT_RESOURCE( name)">
+ <parameter left="" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_CLEANUP_RESOURCE" href="qdir.html#Q_CLEANUP_RESOURCE" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QDir" type="void" signature="Q_CLEANUP_RESOURCE( name)">
+ <parameter left="" right="" name="name" default=""/>
+ </function>
+ <page access="public" status="commendable" name="widgets/spinboxes" href="widgets-spinboxes.html" subtype="example" title="Spin Boxes Example" fulltitle="Spin Boxes Example" subtitle="" location="spinboxes.qdoc">
+ <contents name="window-class-definition" title="Window Class Definition" level="1"/>
+ <contents name="window-class-implementation" title="Window Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="widgets/spinboxes/window.cpp" href="widgets-spinboxes-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="widgets/spinboxes/window.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/spinboxes/window.h" href="widgets-spinboxes-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="widgets/spinboxes/window.h" location=""/>
+ <page access="public" status="commendable" name="widgets/spinboxes/main.cpp" href="widgets-spinboxes-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="widgets/spinboxes/main.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/spinboxes/spinboxes.pro" href="widgets-spinboxes-spinboxes-pro.html" subtype="file" title="" fulltitle="spinboxes.pro Example File" subtitle="widgets/spinboxes/spinboxes.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="FolderListModel" href="qml-folderlistmodel.html" title="QML FolderListModel Element Reference" fulltitle="QML FolderListModel Element Reference" subtitle="" location="qmlfolderlistmodel.cpp">
+ <page access="public" status="commendable" name="folder" href="folder.html" title="" fulltitle="" subtitle="" location="qmlfolderlistmodel.cpp"/>
+ <page access="public" status="commendable" name="nameFilters" href="namefilters.html" title="" fulltitle="" subtitle="" location="qmlfolderlistmodel.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="qtdemo.html" href="qtdemo.html" subtype="page" title="Examples and Demos Launcher" fulltitle="Examples and Demos Launcher" subtitle="" location="qtdemo.qdoc">
+ <keyword name="qtdemo"/>
+ </page>
+ <page access="public" status="commendable" name="porting4-dnd.html" href="porting4-dnd.html" subtype="page" title="Porting to Qt 4 - Drag and Drop" fulltitle="Porting to Qt 4 - Drag and Drop" subtitle="" location="porting4-dnd.qdoc">
+ <contents name="dragging" title="Dragging" level="1"/>
+ <contents name="dropping" title="Dropping" level="1"/>
+ <contents name="mime-types-and-data" title="MIME Types and Data" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qt4-designer.html" href="qt4-designer.html" subtype="page" title="The New Qt Designer" fulltitle="The New Qt Designer" subtitle="" location="qt4-designer.qdoc">
+ <contents name="the-current-state-of-qt-designer" title="The Current State of Qt Designer" level="1"/>
+ <contents name="user-interface-features" title="User Interface Features" level="2"/>
+ <contents name="editing-features" title="Editing Features" level="2"/>
+ <contents name="plugin-support" title="Plugin Support" level="2"/>
+ <contents name="run-time-support-for-forms" title="Run-Time Support for Forms" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="plugins" href="plugins.html" subtype="group" title="Plugin Classes" fulltitle="Plugin Classes" subtitle="" location="plugins-howto.qdoc"/>
+ <page access="public" status="commendable" name="plugins-howto.html" href="plugins-howto.html" subtype="page" title="How to Create Qt Plugins" fulltitle="How to Create Qt Plugins" subtitle="" location="plugins-howto.qdoc">
+ <keyword name="qt-debug-plugins"/>
+ <keyword name="qt-no-plugin-check"/>
+ <contents name="the-higher-level-api-writing-qt-extensions" title="The Higher-Level API: Writing Qt Extensions" level="1"/>
+ <contents name="the-lower-level-api-extending-qt-applications" title="The Lower-Level API: Extending Qt Applications" level="1"/>
+ <contents name="locating-plugins" title="Locating Plugins" level="1"/>
+ <contents name="static-plugins" title="Static Plugins" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="xmlpatterns/qobjectxmlmodel" href="xmlpatterns-qobjectxmlmodel.html" subtype="example" title="QObject XML Model Example" fulltitle="QObject XML Model Example" subtitle="" location="qobjectxmlmodel.qdoc">
+ <target name="three-data-members"/>
+ <target name="qobject-attributes"/>
+ <target name="qobject-nextfromsimpleaxis"/>
+ <target name="all-metaobjects"/>
+ <target name="full-listing-of-nextfromsimpleaxis"/>
+ <contents name="introduction" title="Introduction" level="1"/>
+ <contents name="the-user-interface" title="The User Interface" level="2"/>
+ <contents name="code-walk-through" title="Code Walk-Through" level="1"/>
+ <contents name="the-custom-node-model-class-qobjextxmlmodel" title="The Custom Node Model Class: QObjextXmlModel" level="2"/>
+ <contents name="accessing-the-node-model" title="Accessing The Node Model" level="3"/>
+ <contents name="traversing-the-node-model" title="Traversing The Node Model" level="3"/>
+ <contents name="including-the-qmetaobject-tree" title="Including The QMetaObject Tree" level="3"/>
+ <page access="public" status="commendable" name="xmlpatterns/qobjectxmlmodel/mainwindow.cpp" href="xmlpatterns-qobjectxmlmodel-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="xmlpatterns/qobjectxmlmodel/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/qobjectxmlmodel/mainwindow.h" href="xmlpatterns-qobjectxmlmodel-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="xmlpatterns/qobjectxmlmodel/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.cpp" href="xmlpatterns-qobjectxmlmodel-qobjectxmlmodel-cpp.html" subtype="file" title="" fulltitle="qobjectxmlmodel.cpp Example File" subtitle="xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.cpp" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.h" href="xmlpatterns-qobjectxmlmodel-qobjectxmlmodel-h.html" subtype="file" title="" fulltitle="qobjectxmlmodel.h Example File" subtitle="xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.h" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/qobjectxmlmodel/forms/mainwindow.ui" href="xmlpatterns-qobjectxmlmodel-forms-mainwindow-ui.html" subtype="file" title="" fulltitle="mainwindow.ui Example File" subtitle="xmlpatterns/qobjectxmlmodel/forms/mainwindow.ui" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/qobjectxmlmodel/queries/statisticsInHTML.xq" href="xmlpatterns-qobjectxmlmodel-queries-statisticsinhtml-xq.html" subtype="file" title="" fulltitle="statisticsInHTML.xq Example File" subtitle="xmlpatterns/qobjectxmlmodel/queries/statisticsInHTML.xq" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/qobjectxmlmodel/queries/wholeTree.xq" href="xmlpatterns-qobjectxmlmodel-queries-wholetree-xq.html" subtype="file" title="" fulltitle="wholeTree.xq Example File" subtitle="xmlpatterns/qobjectxmlmodel/queries/wholeTree.xq" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/qobjectxmlmodel/main.cpp" href="xmlpatterns-qobjectxmlmodel-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="xmlpatterns/qobjectxmlmodel/main.cpp" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.pro" href="xmlpatterns-qobjectxmlmodel-qobjectxmlmodel-pro.html" subtype="file" title="" fulltitle="qobjectxmlmodel.pro Example File" subtitle="xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.pro" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/qobjectxmlmodel/queries.qrc" href="xmlpatterns-qobjectxmlmodel-queries-qrc.html" subtype="file" title="" fulltitle="queries.qrc Example File" subtitle="xmlpatterns/qobjectxmlmodel/queries.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="designer/calculatorbuilder" href="designer-calculatorbuilder.html" subtype="example" title="Calculator Builder Example" fulltitle="Calculator Builder Example" subtitle="" location="calculatorbuilder.qdoc">
+ <contents name="preparation" title="Preparation" level="1"/>
+ <contents name="calculatorform-class-definition" title="CalculatorForm Class Definition" level="1"/>
+ <contents name="calculatorform-class-implementation" title="CalculatorForm Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="designer/calculatorbuilder/calculatorform.cpp" href="designer-calculatorbuilder-calculatorform-cpp.html" subtype="file" title="" fulltitle="calculatorform.cpp Example File" subtitle="designer/calculatorbuilder/calculatorform.cpp" location=""/>
+ <page access="public" status="commendable" name="designer/calculatorbuilder/calculatorform.h" href="designer-calculatorbuilder-calculatorform-h.html" subtype="file" title="" fulltitle="calculatorform.h Example File" subtitle="designer/calculatorbuilder/calculatorform.h" location=""/>
+ <page access="public" status="commendable" name="designer/calculatorbuilder/calculatorform.ui" href="designer-calculatorbuilder-calculatorform-ui.html" subtype="file" title="" fulltitle="calculatorform.ui Example File" subtitle="designer/calculatorbuilder/calculatorform.ui" location=""/>
+ <page access="public" status="commendable" name="designer/calculatorbuilder/main.cpp" href="designer-calculatorbuilder-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="designer/calculatorbuilder/main.cpp" location=""/>
+ <page access="public" status="commendable" name="designer/calculatorbuilder/calculatorbuilder.pro" href="designer-calculatorbuilder-calculatorbuilder-pro.html" subtype="file" title="" fulltitle="calculatorbuilder.pro Example File" subtitle="designer/calculatorbuilder/calculatorbuilder.pro" location=""/>
+ <page access="public" status="commendable" name="designer/calculatorbuilder/calculatorbuilder.qrc" href="designer-calculatorbuilder-calculatorbuilder-qrc.html" subtype="file" title="" fulltitle="calculatorbuilder.qrc Example File" subtitle="designer/calculatorbuilder/calculatorbuilder.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="timers.html" href="timers.html" subtype="page" title="Timers" fulltitle="Timers" subtitle="" location="timers.qdoc"/>
+ <page access="public" status="commendable" name="unix-signals.html" href="unix-signals.html" subtype="page" title="Calling Qt Functions From Unix Signal Handlers" fulltitle="Calling Qt Functions From Unix Signal Handlers" subtitle="" location="unix-signal-handlers.qdoc"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_DECLARE_METATYPE" href="qmetatype.html#Q_DECLARE_METATYPE" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QMetaType" type="" signature="Q_DECLARE_METATYPE( Type)">
+ <parameter left="" right="" name="Type" default=""/>
+ </function>
+ <page access="public" status="commendable" name="itemviews/simpletreemodel" href="itemviews-simpletreemodel.html" subtype="example" title="Simple Tree Model Example" fulltitle="Simple Tree Model Example" subtitle="" location="simpletreemodel.qdoc">
+ <target name="simpletreemodelstructure"/>
+ <contents name="design-and-concepts" title="Design and Concepts" level="1"/>
+ <contents name="treeitem-class-definition" title="TreeItem Class Definition" level="1"/>
+ <contents name="treeitem-class-implementation" title="TreeItem Class Implementation" level="1"/>
+ <contents name="treemodel-class-definition" title="TreeModel Class Definition" level="1"/>
+ <contents name="treemodel-class-implementation" title="TreeModel Class Implementation" level="1"/>
+ <contents name="setting-up-the-data-in-the-model" title="Setting Up the Data in the Model" level="1"/>
+ <page access="public" status="commendable" name="itemviews/simpletreemodel/treeitem.cpp" href="itemviews-simpletreemodel-treeitem-cpp.html" subtype="file" title="" fulltitle="treeitem.cpp Example File" subtitle="itemviews/simpletreemodel/treeitem.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/simpletreemodel/treeitem.h" href="itemviews-simpletreemodel-treeitem-h.html" subtype="file" title="" fulltitle="treeitem.h Example File" subtitle="itemviews/simpletreemodel/treeitem.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/simpletreemodel/treemodel.cpp" href="itemviews-simpletreemodel-treemodel-cpp.html" subtype="file" title="" fulltitle="treemodel.cpp Example File" subtitle="itemviews/simpletreemodel/treemodel.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/simpletreemodel/treemodel.h" href="itemviews-simpletreemodel-treemodel-h.html" subtype="file" title="" fulltitle="treemodel.h Example File" subtitle="itemviews/simpletreemodel/treemodel.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/simpletreemodel/main.cpp" href="itemviews-simpletreemodel-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="itemviews/simpletreemodel/main.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/simpletreemodel/simpletreemodel.pro" href="itemviews-simpletreemodel-simpletreemodel-pro.html" subtype="file" title="" fulltitle="simpletreemodel.pro Example File" subtitle="itemviews/simpletreemodel/simpletreemodel.pro" location=""/>
+ <page access="public" status="commendable" name="itemviews/simpletreemodel/simpletreemodel.qrc" href="itemviews-simpletreemodel-simpletreemodel-qrc.html" subtype="file" title="" fulltitle="simpletreemodel.qrc Example File" subtitle="itemviews/simpletreemodel/simpletreemodel.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="sql-driver.html" href="sql-driver.html" subtype="page" title="SQL Database Drivers" fulltitle="SQL Database Drivers" subtitle="" location="sql-driver.qdoc">
+ <target name="building"/>
+ <target name="buildingmanually"/>
+ <target name="qmysql"/>
+ <target name="qoci"/>
+ <target name="qodbc"/>
+ <target name="qpsql"/>
+ <target name="qtds"/>
+ <target name="qdb2"/>
+ <target name="qsqlite2"/>
+ <target name="qsqlite"/>
+ <target name="qibase"/>
+ <target name="troubleshooting"/>
+ <target name="development"/>
+ <contents name="supported-databases" title="Supported Databases" level="1"/>
+ <contents name="building-the-drivers-using-configure" title="Building the Drivers Using Configure" level="1"/>
+ <contents name="building-the-plugins-manually" title="Building the Plugins Manually" level="1"/>
+ <contents name="qmysql-for-mysql-4-and-higher" title="QMYSQL for MySQL 4 and higher" level="2"/>
+ <contents name="qmysql-stored-procedure-support" title="QMYSQL Stored Procedure Support" level="3"/>
+ <contents name="embedded-mysql-server" title="Embedded MySQL Server" level="3"/>
+ <contents name="how-to-build-the-qmysql-plugin-on-unix-and-mac-os-x" title="How to Build the QMYSQL Plugin on Unix and Mac OS X" level="3"/>
+ <contents name="how-to-build-the-qmysql-plugin-on-windows" title="How to Build the QMYSQL Plugin on Windows" level="3"/>
+ <contents name="qoci-for-the-oracle-call-interface-oci" title="QOCI for the Oracle Call Interface (OCI)" level="2"/>
+ <contents name="general-information-about-the-oci-plugin" title="General Information about the OCI plugin" level="3"/>
+ <contents name="oci-user-authentication" title="OCI User Authentication" level="3"/>
+ <contents name="oci-blob-lob-support" title="OCI BLOB/LOB Support" level="3"/>
+ <contents name="how-to-build-the-oci-plugin-on-unix-and-mac-os-x" title="How to Build the OCI Plugin on Unix and Mac OS X" level="3"/>
+ <contents name="how-to-build-the-oci-plugin-on-windows" title="How to Build the OCI Plugin on Windows" level="3"/>
+ <contents name="qodbc-for-open-database-connectivity-odbc" title="QODBC for Open Database Connectivity (ODBC)" level="2"/>
+ <contents name="general-information-about-the-odbc-plugin" title="General Information about the ODBC plugin" level="3"/>
+ <contents name="odbc-stored-procedure-support" title="ODBC Stored Procedure Support" level="3"/>
+ <contents name="odbc-unicode-support" title="ODBC Unicode Support" level="3"/>
+ <contents name="how-to-build-the-odbc-plugin-on-unix-and-mac-os-x" title="How to Build the ODBC Plugin on Unix and Mac OS X" level="3"/>
+ <contents name="how-to-build-the-odbc-plugin-on-windows" title="How to Build the ODBC Plugin on Windows" level="3"/>
+ <contents name="qpsql-for-postgresql-version-7-3-and-above" title="QPSQL for PostgreSQL (Version 7.3 and Above)" level="2"/>
+ <contents name="general-information-about-the-qpsql-driver" title="General Information about the QPSQL driver" level="3"/>
+ <contents name="qpsql-unicode-support" title="QPSQL Unicode Support" level="3"/>
+ <contents name="qpsql-blob-support" title="QPSQL BLOB Support" level="3"/>
+ <contents name="how-to-build-the-qpsql-plugin-on-unix-and-mac-os-x" title="How to Build the QPSQL Plugin on Unix and Mac OS X" level="3"/>
+ <contents name="how-to-build-the-qpsql-plugin-on-windows" title="How to Build the QPSQL Plugin on Windows" level="3"/>
+ <contents name="qtds-for-sybase-adaptive-server" title="QTDS for Sybase Adaptive Server" level="2"/>
+ <contents name="general-information-about-qtds" title="General Information about QTDS" level="3"/>
+ <contents name="how-to-build-the-qdts-plugin-on-unix-and-mac-os-x" title="How to Build the QDTS Plugin on Unix and Mac OS X" level="3"/>
+ <contents name="how-to-build-the-qdts-plugin-on-windows" title="How to Build the QDTS Plugin on Windows" level="3"/>
+ <contents name="qdb2-for-ibm-db2-version-7-1-and-above" title="QDB2 for IBM DB2 (Version 7.1 and Above)" level="2"/>
+ <contents name="general-information-about-qdb2" title="General Information about QDB2" level="3"/>
+ <contents name="how-to-build-the-qdb2-plugin-on-unix-and-mac-os-x" title="How to Build the QDB2 Plugin on Unix and Mac OS X" level="3"/>
+ <contents name="how-to-build-the-qdb2-plugin-on-windows" title="How to Build the QDB2 Plugin on Windows" level="3"/>
+ <contents name="qsqlite2-for-sqlite-version-2" title="QSQLITE2 for SQLite Version 2" level="2"/>
+ <contents name="qsqlite-for-sqlite-version-3-and-above" title="QSQLITE for SQLite (Version 3 and Above)" level="2"/>
+ <contents name="general-information-about-qsqlite" title="General Information about QSQLITE" level="3"/>
+ <contents name="how-to-build-the-qsqlite-plugin" title="How to Build the QSQLITE Plugin" level="3"/>
+ <contents name="qsqlite-file-format-compatibility" title="QSQLITE File Format Compatibility" level="3"/>
+ <contents name="qibase-for-borland-interbase" title="QIBASE for Borland InterBase" level="2"/>
+ <contents name="general-information-about-qibase" title="General Information about QIBASE" level="3"/>
+ <contents name="qibase-unicode-support-and-text-encoding" title="QIBASE Unicode Support and Text Encoding" level="3"/>
+ <contents name="qibase-stored-procedures" title="QIBASE Stored procedures" level="3"/>
+ <contents name="how-to-build-the-qibase-plugin-on-unix-and-mac-os-x" title="How to Build the QIBASE Plugin on Unix and Mac OS X" level="3"/>
+ <contents name="how-to-build-the-qibase-plugin-on-windows" title="How to Build the QIBASE Plugin on Windows" level="3"/>
+ <contents name="troubleshooting" title="Troubleshooting" level="1"/>
+ <contents name="how-to-write-your-own-database-driver" title="How to Write Your Own Database Driver" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="network/fortuneclient" href="network-fortuneclient.html" subtype="example" title="Fortune Client Example" fulltitle="Fortune Client Example" subtitle="" location="fortuneclient.qdoc">
+ <page access="public" status="commendable" name="network/fortuneclient/client.cpp" href="network-fortuneclient-client-cpp.html" subtype="file" title="" fulltitle="client.cpp Example File" subtitle="network/fortuneclient/client.cpp" location=""/>
+ <page access="public" status="commendable" name="network/fortuneclient/client.h" href="network-fortuneclient-client-h.html" subtype="file" title="" fulltitle="client.h Example File" subtitle="network/fortuneclient/client.h" location=""/>
+ <page access="public" status="commendable" name="network/fortuneclient/main.cpp" href="network-fortuneclient-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="network/fortuneclient/main.cpp" location=""/>
+ <page access="public" status="commendable" name="network/fortuneclient/fortuneclient.pro" href="network-fortuneclient-fortuneclient-pro.html" subtype="file" title="" fulltitle="fortuneclient.pro Example File" subtitle="network/fortuneclient/fortuneclient.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="appearance" href="appearance.html" subtype="group" title="Widget Appearance and Style" fulltitle="Widget Appearance and Style" subtitle="" location="styles.qdoc"/>
+ <page access="public" status="commendable" name="style-reference.html" href="style-reference.html" subtype="page" title="Implementing Styles and Style Aware Widgets" fulltitle="Implementing Styles and Style Aware Widgets" subtitle="" location="styles.qdoc">
+ <contents name="classes-for-widget-styling" title="Classes for Widget Styling" level="1"/>
+ <contents name="the-qstyle-implementation" title="The QStyle implementation" level="1"/>
+ <contents name="the-style-elements" title="The Style Elements" level="2"/>
+ <contents name="primitive-elements" title="Primitive Elements" level="3"/>
+ <contents name="control-elements" title="Control Elements" level="3"/>
+ <contents name="complex-control-elements" title="Complex Control Elements" level="3"/>
+ <contents name="other-qstyle-tasks" title="Other QStyle Tasks" level="3"/>
+ <contents name="style-options" title="Style Options" level="2"/>
+ <contents name="qstyle-functions" title="QStyle Functions" level="2"/>
+ <contents name="the-palette" title="The Palette" level="2"/>
+ <contents name="implementation-issues" title="Implementation Issues" level="2"/>
+ <contents name="java-style" title="Java Style" level="1"/>
+ <contents name="design-and-implementation" title="Design and Implementation" level="2"/>
+ <contents name="limitations-and-differences-from-java" title="Limitations and Differences from Java" level="2"/>
+ <contents name="styling-java-check-boxes" title="Styling Java Check Boxes" level="2"/>
+ <contents name="widget-walkthrough" title="Widget Walkthrough" level="1"/>
+ <contents name="common-widget-properties" title="Common Widget Properties" level="2"/>
+ <contents name="widget-reference" title="Widget Reference" level="2"/>
+ <contents name="push-buttons" title="Push Buttons" level="3"/>
+ <contents name="check-and-radio-buttons" title="Check and Radio Buttons" level="3"/>
+ <contents name="tabs" title="Tabs" level="3"/>
+ <contents name="scroll-bars" title="Scroll Bars" level="3"/>
+ <contents name="sliders" title="Sliders" level="3"/>
+ <contents name="spin-boxes" title="Spin Boxes" level="3"/>
+ <contents name="title-bar" title="Title Bar" level="3"/>
+ <contents name="combo-box" title="Combo Box" level="3"/>
+ <contents name="group-boxes" title="Group Boxes" level="3"/>
+ <contents name="splitters" title="Splitters" level="3"/>
+ <contents name="progress-bar" title="Progress Bar" level="3"/>
+ <contents name="tool-buttons" title="Tool Buttons" level="3"/>
+ <contents name="toolbars" title="Toolbars" level="3"/>
+ <contents name="menus" title="Menus" level="3"/>
+ <contents name="menu-bar" title="Menu Bar" level="3"/>
+ <contents name="item-view-headers" title="Item View Headers" level="3"/>
+ <contents name="tree-branch-indicators" title="Tree Branch Indicators" level="3"/>
+ <contents name="tool-boxes" title="Tool Boxes" level="3"/>
+ <contents name="size-grip" title="Size Grip" level="3"/>
+ <contents name="rubber-band" title="Rubber Band" level="3"/>
+ <contents name="dock-widgets" title="Dock Widgets" level="3"/>
+ </page>
+ <page access="public" status="commendable" name="network/torrent" href="network-torrent.html" subtype="example" title="Torrent Example" fulltitle="Torrent Example" subtitle="" location="torrent.qdoc">
+ <contents name="license-information" title="License Information" level="1"/>
+ <page access="public" status="commendable" name="network/torrent/addtorrentdialog.cpp" href="network-torrent-addtorrentdialog-cpp.html" subtype="file" title="" fulltitle="addtorrentdialog.cpp Example File" subtitle="network/torrent/addtorrentdialog.cpp" location=""/>
+ <page access="public" status="commendable" name="network/torrent/addtorrentdialog.h" href="network-torrent-addtorrentdialog-h.html" subtype="file" title="" fulltitle="addtorrentdialog.h Example File" subtitle="network/torrent/addtorrentdialog.h" location=""/>
+ <page access="public" status="commendable" name="network/torrent/bencodeparser.cpp" href="network-torrent-bencodeparser-cpp.html" subtype="file" title="" fulltitle="bencodeparser.cpp Example File" subtitle="network/torrent/bencodeparser.cpp" location=""/>
+ <page access="public" status="commendable" name="network/torrent/bencodeparser.h" href="network-torrent-bencodeparser-h.html" subtype="file" title="" fulltitle="bencodeparser.h Example File" subtitle="network/torrent/bencodeparser.h" location=""/>
+ <page access="public" status="commendable" name="network/torrent/connectionmanager.cpp" href="network-torrent-connectionmanager-cpp.html" subtype="file" title="" fulltitle="connectionmanager.cpp Example File" subtitle="network/torrent/connectionmanager.cpp" location=""/>
+ <page access="public" status="commendable" name="network/torrent/connectionmanager.h" href="network-torrent-connectionmanager-h.html" subtype="file" title="" fulltitle="connectionmanager.h Example File" subtitle="network/torrent/connectionmanager.h" location=""/>
+ <page access="public" status="commendable" name="network/torrent/filemanager.cpp" href="network-torrent-filemanager-cpp.html" subtype="file" title="" fulltitle="filemanager.cpp Example File" subtitle="network/torrent/filemanager.cpp" location=""/>
+ <page access="public" status="commendable" name="network/torrent/filemanager.h" href="network-torrent-filemanager-h.html" subtype="file" title="" fulltitle="filemanager.h Example File" subtitle="network/torrent/filemanager.h" location=""/>
+ <page access="public" status="commendable" name="network/torrent/mainwindow.cpp" href="network-torrent-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="network/torrent/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="network/torrent/mainwindow.h" href="network-torrent-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="network/torrent/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="network/torrent/metainfo.cpp" href="network-torrent-metainfo-cpp.html" subtype="file" title="" fulltitle="metainfo.cpp Example File" subtitle="network/torrent/metainfo.cpp" location=""/>
+ <page access="public" status="commendable" name="network/torrent/metainfo.h" href="network-torrent-metainfo-h.html" subtype="file" title="" fulltitle="metainfo.h Example File" subtitle="network/torrent/metainfo.h" location=""/>
+ <page access="public" status="commendable" name="network/torrent/peerwireclient.cpp" href="network-torrent-peerwireclient-cpp.html" subtype="file" title="" fulltitle="peerwireclient.cpp Example File" subtitle="network/torrent/peerwireclient.cpp" location=""/>
+ <page access="public" status="commendable" name="network/torrent/peerwireclient.h" href="network-torrent-peerwireclient-h.html" subtype="file" title="" fulltitle="peerwireclient.h Example File" subtitle="network/torrent/peerwireclient.h" location=""/>
+ <page access="public" status="commendable" name="network/torrent/ratecontroller.cpp" href="network-torrent-ratecontroller-cpp.html" subtype="file" title="" fulltitle="ratecontroller.cpp Example File" subtitle="network/torrent/ratecontroller.cpp" location=""/>
+ <page access="public" status="commendable" name="network/torrent/ratecontroller.h" href="network-torrent-ratecontroller-h.html" subtype="file" title="" fulltitle="ratecontroller.h Example File" subtitle="network/torrent/ratecontroller.h" location=""/>
+ <page access="public" status="commendable" name="network/torrent/torrentclient.cpp" href="network-torrent-torrentclient-cpp.html" subtype="file" title="" fulltitle="torrentclient.cpp Example File" subtitle="network/torrent/torrentclient.cpp" location=""/>
+ <page access="public" status="commendable" name="network/torrent/torrentclient.h" href="network-torrent-torrentclient-h.html" subtype="file" title="" fulltitle="torrentclient.h Example File" subtitle="network/torrent/torrentclient.h" location=""/>
+ <page access="public" status="commendable" name="network/torrent/torrentserver.cpp" href="network-torrent-torrentserver-cpp.html" subtype="file" title="" fulltitle="torrentserver.cpp Example File" subtitle="network/torrent/torrentserver.cpp" location=""/>
+ <page access="public" status="commendable" name="network/torrent/torrentserver.h" href="network-torrent-torrentserver-h.html" subtype="file" title="" fulltitle="torrentserver.h Example File" subtitle="network/torrent/torrentserver.h" location=""/>
+ <page access="public" status="commendable" name="network/torrent/trackerclient.cpp" href="network-torrent-trackerclient-cpp.html" subtype="file" title="" fulltitle="trackerclient.cpp Example File" subtitle="network/torrent/trackerclient.cpp" location=""/>
+ <page access="public" status="commendable" name="network/torrent/trackerclient.h" href="network-torrent-trackerclient-h.html" subtype="file" title="" fulltitle="trackerclient.h Example File" subtitle="network/torrent/trackerclient.h" location=""/>
+ <page access="public" status="commendable" name="network/torrent/forms/addtorrentform.ui" href="network-torrent-forms-addtorrentform-ui.html" subtype="file" title="" fulltitle="addtorrentform.ui Example File" subtitle="network/torrent/forms/addtorrentform.ui" location=""/>
+ <page access="public" status="commendable" name="network/torrent/main.cpp" href="network-torrent-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="network/torrent/main.cpp" location=""/>
+ <page access="public" status="commendable" name="network/torrent/icons.qrc" href="network-torrent-icons-qrc.html" subtype="file" title="" fulltitle="icons.qrc Example File" subtitle="network/torrent/icons.qrc" location=""/>
+ <page access="public" status="commendable" name="network/torrent/torrent.pro" href="network-torrent-torrent-pro.html" subtype="file" title="" fulltitle="torrent.pro Example File" subtitle="network/torrent/torrent.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="draganddrop" href="draganddrop.html" subtype="group" title="Drag And Drop Classes" fulltitle="Drag And Drop Classes" subtitle="" location="dnd.qdoc"/>
+ <page access="public" status="commendable" name="dnd.html" href="dnd.html" subtype="page" title="Drag and Drop" fulltitle="Drag and Drop" subtitle="" location="dnd.qdoc">
+ <contents name="drag-and-drop-classes" title="Drag and Drop Classes" level="1"/>
+ <contents name="configuration" title="Configuration" level="1"/>
+ <contents name="dragging" title="Dragging" level="1"/>
+ <contents name="dropping" title="Dropping" level="1"/>
+ <contents name="overriding-proposed-actions" title="Overriding Proposed Actions" level="2"/>
+ <contents name="subclassing-complex-widgets" title="Subclassing Complex Widgets" level="2"/>
+ <contents name="drag-and-drop-actions" title="Drag and Drop Actions" level="1"/>
+ <contents name="adding-new-drag-and-drop-types" title="Adding New Drag and Drop Types" level="1"/>
+ <contents name="drop-actions" title="Drop Actions" level="1"/>
+ <contents name="drop-rectangles" title="Drop Rectangles" level="1"/>
+ <contents name="the-clipboard" title="The Clipboard" level="1"/>
+ <contents name="examples" title="Examples" level="1"/>
+ <contents name="interoperating-with-other-applications" title="Interoperating with Other Applications" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="xmlpatterns/schema" href="xmlpatterns-schema.html" subtype="example" title="XML Schema Validation Example" fulltitle="XML Schema Validation Example" subtitle="" location="schema.qdoc">
+ <contents name="introduction" title="Introduction" level="1"/>
+ <contents name="the-user-interface" title="The User Interface" level="2"/>
+ <contents name="validating-xml-instance-documents" title="Validating XML Instance Documents" level="2"/>
+ <contents name="code-walk-through" title="Code Walk-Through" level="1"/>
+ <contents name="the-ui-class-mainwindow" title="The UI Class: MainWindow" level="2"/>
+ <page access="public" status="commendable" name="xmlpatterns/schema/mainwindow.cpp" href="xmlpatterns-schema-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="xmlpatterns/schema/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/schema/mainwindow.h" href="xmlpatterns-schema-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="xmlpatterns/schema/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/schema/schema.ui" href="xmlpatterns-schema-schema-ui.html" subtype="file" title="" fulltitle="schema.ui Example File" subtitle="xmlpatterns/schema/schema.ui" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/schema/files/invalid_contact.xml" href="xmlpatterns-schema-files-invalid-contact-xml.html" subtype="file" title="" fulltitle="invalid_contact.xml Example File" subtitle="xmlpatterns/schema/files/invalid_contact.xml" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/schema/files/invalid_order.xml" href="xmlpatterns-schema-files-invalid-order-xml.html" subtype="file" title="" fulltitle="invalid_order.xml Example File" subtitle="xmlpatterns/schema/files/invalid_order.xml" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/schema/files/invalid_recipe.xml" href="xmlpatterns-schema-files-invalid-recipe-xml.html" subtype="file" title="" fulltitle="invalid_recipe.xml Example File" subtitle="xmlpatterns/schema/files/invalid_recipe.xml" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/schema/files/valid_contact.xml" href="xmlpatterns-schema-files-valid-contact-xml.html" subtype="file" title="" fulltitle="valid_contact.xml Example File" subtitle="xmlpatterns/schema/files/valid_contact.xml" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/schema/files/valid_order.xml" href="xmlpatterns-schema-files-valid-order-xml.html" subtype="file" title="" fulltitle="valid_order.xml Example File" subtitle="xmlpatterns/schema/files/valid_order.xml" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/schema/files/valid_recipe.xml" href="xmlpatterns-schema-files-valid-recipe-xml.html" subtype="file" title="" fulltitle="valid_recipe.xml Example File" subtitle="xmlpatterns/schema/files/valid_recipe.xml" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/schema/main.cpp" href="xmlpatterns-schema-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="xmlpatterns/schema/main.cpp" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/schema/schema.pro" href="xmlpatterns-schema-schema-pro.html" subtype="file" title="" fulltitle="schema.pro Example File" subtitle="xmlpatterns/schema/schema.pro" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/schema/schema.qrc" href="xmlpatterns-schema-schema-qrc.html" subtype="file" title="" fulltitle="schema.qrc Example File" subtitle="xmlpatterns/schema/schema.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="accelerators.html" href="accelerators.html" subtype="page" title="Standard Accelerator Keys" fulltitle="Standard Accelerator Keys" subtitle="" location="accelerators.qdoc"/>
+ <page access="public" status="commendable" name="demos/mediaplayer" href="demos-mediaplayer.html" subtype="example" title="Media Player" fulltitle="Media Player" subtitle="" location="mediaplayer.qdoc">
+ <page access="public" status="commendable" name="demos/mediaplayer/mediaplayer.cpp" href="demos-mediaplayer-mediaplayer-cpp.html" subtype="file" title="" fulltitle="mediaplayer.cpp Example File" subtitle="demos/mediaplayer/mediaplayer.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/mediaplayer/mediaplayer.h" href="demos-mediaplayer-mediaplayer-h.html" subtype="file" title="" fulltitle="mediaplayer.h Example File" subtitle="demos/mediaplayer/mediaplayer.h" location=""/>
+ <page access="public" status="commendable" name="demos/mediaplayer/settings.ui" href="demos-mediaplayer-settings-ui.html" subtype="file" title="" fulltitle="settings.ui Example File" subtitle="demos/mediaplayer/settings.ui" location=""/>
+ <page access="public" status="commendable" name="demos/mediaplayer/main.cpp" href="demos-mediaplayer-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="demos/mediaplayer/main.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/mediaplayer/mediaplayer.pro" href="demos-mediaplayer-mediaplayer-pro.html" subtype="file" title="" fulltitle="mediaplayer.pro Example File" subtitle="demos/mediaplayer/mediaplayer.pro" location=""/>
+ <page access="public" status="commendable" name="demos/mediaplayer/mediaplayer.qrc" href="demos-mediaplayer-mediaplayer-qrc.html" subtype="file" title="" fulltitle="mediaplayer.qrc Example File" subtitle="demos/mediaplayer/mediaplayer.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="demos/gradients" href="demos-gradients.html" subtype="example" title="Gradients" fulltitle="Gradients" subtitle="" location="gradients.qdoc">
+ <page access="public" status="commendable" name="demos/gradients/gradients.cpp" href="demos-gradients-gradients-cpp.html" subtype="file" title="" fulltitle="gradients.cpp Example File" subtitle="demos/gradients/gradients.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/gradients/gradients.h" href="demos-gradients-gradients-h.html" subtype="file" title="" fulltitle="gradients.h Example File" subtitle="demos/gradients/gradients.h" location=""/>
+ <page access="public" status="commendable" name="demos/gradients/main.cpp" href="demos-gradients-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="demos/gradients/main.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/gradients/gradients.pro" href="demos-gradients-gradients-pro.html" subtype="file" title="" fulltitle="gradients.pro Example File" subtitle="demos/gradients/gradients.pro" location=""/>
+ <page access="public" status="commendable" name="demos/gradients/gradients.qrc" href="demos-gradients-gradients-qrc.html" subtype="file" title="" fulltitle="gradients.qrc Example File" subtitle="demos/gradients/gradients.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="widgets/icons" href="widgets-icons.html" subtype="example" title="Icons Example" fulltitle="Icons Example" subtitle="" location="icons.qdoc">
+ <contents name="qicon-overview" title="QIcon Overview" level="1"/>
+ <contents name="overview-of-the-icons-application" title="Overview of the Icons Application" level="1"/>
+ <contents name="line-by-line-walkthrough" title="Line-by-Line Walkthrough" level="1"/>
+ <contents name="iconpreviewarea-class-definition" title="IconPreviewArea Class Definition" level="2"/>
+ <contents name="iconpreviewarea-class-implementation" title="IconPreviewArea Class Implementation" level="2"/>
+ <contents name="mainwindow-class-definition" title="MainWindow Class Definition" level="2"/>
+ <contents name="mainwindow-class-implementation" title="MainWindow Class Implementation" level="2"/>
+ <contents name="iconsizespinbox-class-definition" title="IconSizeSpinBox Class Definition" level="2"/>
+ <contents name="iconsizespinbox-class-implementation" title="IconSizeSpinBox Class Implementation" level="2"/>
+ <contents name="imagedelegate-class-definition" title="ImageDelegate Class Definition" level="2"/>
+ <contents name="imagedelegate-class-implementation" title="ImageDelegate Class Implementation" level="2"/>
+ <page access="public" status="commendable" name="widgets/icons/iconpreviewarea.cpp" href="widgets-icons-iconpreviewarea-cpp.html" subtype="file" title="" fulltitle="iconpreviewarea.cpp Example File" subtitle="widgets/icons/iconpreviewarea.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/icons/iconpreviewarea.h" href="widgets-icons-iconpreviewarea-h.html" subtype="file" title="" fulltitle="iconpreviewarea.h Example File" subtitle="widgets/icons/iconpreviewarea.h" location=""/>
+ <page access="public" status="commendable" name="widgets/icons/iconsizespinbox.cpp" href="widgets-icons-iconsizespinbox-cpp.html" subtype="file" title="" fulltitle="iconsizespinbox.cpp Example File" subtitle="widgets/icons/iconsizespinbox.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/icons/iconsizespinbox.h" href="widgets-icons-iconsizespinbox-h.html" subtype="file" title="" fulltitle="iconsizespinbox.h Example File" subtitle="widgets/icons/iconsizespinbox.h" location=""/>
+ <page access="public" status="commendable" name="widgets/icons/imagedelegate.cpp" href="widgets-icons-imagedelegate-cpp.html" subtype="file" title="" fulltitle="imagedelegate.cpp Example File" subtitle="widgets/icons/imagedelegate.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/icons/imagedelegate.h" href="widgets-icons-imagedelegate-h.html" subtype="file" title="" fulltitle="imagedelegate.h Example File" subtitle="widgets/icons/imagedelegate.h" location=""/>
+ <page access="public" status="commendable" name="widgets/icons/mainwindow.cpp" href="widgets-icons-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="widgets/icons/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/icons/mainwindow.h" href="widgets-icons-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="widgets/icons/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="widgets/icons/main.cpp" href="widgets-icons-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="widgets/icons/main.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/icons/icons.pro" href="widgets-icons-icons-pro.html" subtype="file" title="" fulltitle="icons.pro Example File" subtitle="widgets/icons/icons.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="mainwindows/sdi" href="mainwindows-sdi.html" subtype="example" title="SDI Example" fulltitle="SDI Example" subtitle="" location="sdi.qdoc">
+ <page access="public" status="commendable" name="mainwindows/sdi/mainwindow.cpp" href="mainwindows-sdi-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="mainwindows/sdi/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="mainwindows/sdi/mainwindow.h" href="mainwindows-sdi-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="mainwindows/sdi/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="mainwindows/sdi/main.cpp" href="mainwindows-sdi-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="mainwindows/sdi/main.cpp" location=""/>
+ <page access="public" status="commendable" name="mainwindows/sdi/sdi.pro" href="mainwindows-sdi-sdi-pro.html" subtype="file" title="" fulltitle="sdi.pro Example File" subtitle="mainwindows/sdi/sdi.pro" location=""/>
+ <page access="public" status="commendable" name="mainwindows/sdi/sdi.qrc" href="mainwindows-sdi-sdi-qrc.html" subtype="file" title="" fulltitle="sdi.qrc Example File" subtitle="mainwindows/sdi/sdi.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="threads/mandelbrot" href="threads-mandelbrot.html" subtype="example" title="Mandelbrot Example" fulltitle="Mandelbrot Example" subtitle="" location="mandelbrot.qdoc">
+ <contents name="renderthread-class-definition" title="RenderThread Class Definition" level="1"/>
+ <contents name="renderthread-class-implementation" title="RenderThread Class Implementation" level="1"/>
+ <contents name="mandelbrotwidget-class-defintion" title="MandelbrotWidget Class Defintion" level="1"/>
+ <contents name="mandelbrotwidget-class-implementation" title="MandelbrotWidget Class Implementation" level="1"/>
+ <contents name="the-main-function" title="The main() Function" level="1"/>
+ <page access="public" status="commendable" name="threads/mandelbrot/mandelbrotwidget.cpp" href="threads-mandelbrot-mandelbrotwidget-cpp.html" subtype="file" title="" fulltitle="mandelbrotwidget.cpp Example File" subtitle="threads/mandelbrot/mandelbrotwidget.cpp" location=""/>
+ <page access="public" status="commendable" name="threads/mandelbrot/mandelbrotwidget.h" href="threads-mandelbrot-mandelbrotwidget-h.html" subtype="file" title="" fulltitle="mandelbrotwidget.h Example File" subtitle="threads/mandelbrot/mandelbrotwidget.h" location=""/>
+ <page access="public" status="commendable" name="threads/mandelbrot/renderthread.cpp" href="threads-mandelbrot-renderthread-cpp.html" subtype="file" title="" fulltitle="renderthread.cpp Example File" subtitle="threads/mandelbrot/renderthread.cpp" location=""/>
+ <page access="public" status="commendable" name="threads/mandelbrot/renderthread.h" href="threads-mandelbrot-renderthread-h.html" subtype="file" title="" fulltitle="renderthread.h Example File" subtitle="threads/mandelbrot/renderthread.h" location=""/>
+ <page access="public" status="commendable" name="threads/mandelbrot/main.cpp" href="threads-mandelbrot-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="threads/mandelbrot/main.cpp" location=""/>
+ <page access="public" status="commendable" name="threads/mandelbrot/mandelbrot.pro" href="threads-mandelbrot-mandelbrot-pro.html" subtype="file" title="" fulltitle="mandelbrot.pro Example File" subtitle="threads/mandelbrot/mandelbrot.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qws/mousecalibration" href="qws-mousecalibration.html" subtype="example" title="Mouse Calibration Example" fulltitle="Mouse Calibration Example" subtitle="" location="mousecalibration.qdoc">
+ <contents name="the-main-program" title="The Main Program" level="1"/>
+ <contents name="calibration-class-definition" title="Calibration Class Definition" level="1"/>
+ <contents name="calibration-class-implementation" title="Calibration Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="qws/mousecalibration/calibration.cpp" href="qws-mousecalibration-calibration-cpp.html" subtype="file" title="" fulltitle="calibration.cpp Example File" subtitle="qws/mousecalibration/calibration.cpp" location=""/>
+ <page access="public" status="commendable" name="qws/mousecalibration/calibration.h" href="qws-mousecalibration-calibration-h.html" subtype="file" title="" fulltitle="calibration.h Example File" subtitle="qws/mousecalibration/calibration.h" location=""/>
+ <page access="public" status="commendable" name="qws/mousecalibration/scribblewidget.cpp" href="qws-mousecalibration-scribblewidget-cpp.html" subtype="file" title="" fulltitle="scribblewidget.cpp Example File" subtitle="qws/mousecalibration/scribblewidget.cpp" location=""/>
+ <page access="public" status="commendable" name="qws/mousecalibration/scribblewidget.h" href="qws-mousecalibration-scribblewidget-h.html" subtype="file" title="" fulltitle="scribblewidget.h Example File" subtitle="qws/mousecalibration/scribblewidget.h" location=""/>
+ <page access="public" status="commendable" name="qws/mousecalibration/main.cpp" href="qws-mousecalibration-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="qws/mousecalibration/main.cpp" location=""/>
+ <page access="public" status="commendable" name="qws/mousecalibration/mousecalibration.pro" href="qws-mousecalibration-mousecalibration-pro.html" subtype="file" title="" fulltitle="mousecalibration.pro Example File" subtitle="qws/mousecalibration/mousecalibration.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="animation/stickman" href="animation-stickman.html" subtype="example" title="Stickman Example" fulltitle="Stickman Example" subtitle="" location="stickman.qdoc">
+ <page access="public" status="commendable" name="animation/stickman/animation.cpp" href="animation-stickman-animation-cpp.html" subtype="file" title="" fulltitle="animation.cpp Example File" subtitle="animation/stickman/animation.cpp" location=""/>
+ <page access="public" status="commendable" name="animation/stickman/animation.h" href="animation-stickman-animation-h.html" subtype="file" title="" fulltitle="animation.h Example File" subtitle="animation/stickman/animation.h" location=""/>
+ <page access="public" status="commendable" name="animation/stickman/graphicsview.cpp" href="animation-stickman-graphicsview-cpp.html" subtype="file" title="" fulltitle="graphicsview.cpp Example File" subtitle="animation/stickman/graphicsview.cpp" location=""/>
+ <page access="public" status="commendable" name="animation/stickman/graphicsview.h" href="animation-stickman-graphicsview-h.html" subtype="file" title="" fulltitle="graphicsview.h Example File" subtitle="animation/stickman/graphicsview.h" location=""/>
+ <page access="public" status="commendable" name="animation/stickman/lifecycle.cpp" href="animation-stickman-lifecycle-cpp.html" subtype="file" title="" fulltitle="lifecycle.cpp Example File" subtitle="animation/stickman/lifecycle.cpp" location=""/>
+ <page access="public" status="commendable" name="animation/stickman/lifecycle.h" href="animation-stickman-lifecycle-h.html" subtype="file" title="" fulltitle="lifecycle.h Example File" subtitle="animation/stickman/lifecycle.h" location=""/>
+ <page access="public" status="commendable" name="animation/stickman/node.cpp" href="animation-stickman-node-cpp.html" subtype="file" title="" fulltitle="node.cpp Example File" subtitle="animation/stickman/node.cpp" location=""/>
+ <page access="public" status="commendable" name="animation/stickman/node.h" href="animation-stickman-node-h.html" subtype="file" title="" fulltitle="node.h Example File" subtitle="animation/stickman/node.h" location=""/>
+ <page access="public" status="commendable" name="animation/stickman/stickman.cpp" href="animation-stickman-stickman-cpp.html" subtype="file" title="" fulltitle="stickman.cpp Example File" subtitle="animation/stickman/stickman.cpp" location=""/>
+ <page access="public" status="commendable" name="animation/stickman/stickman.h" href="animation-stickman-stickman-h.html" subtype="file" title="" fulltitle="stickman.h Example File" subtitle="animation/stickman/stickman.h" location=""/>
+ <page access="public" status="commendable" name="animation/stickman/main.cpp" href="animation-stickman-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="animation/stickman/main.cpp" location=""/>
+ <page access="public" status="commendable" name="animation/stickman/stickman.pro" href="animation-stickman-stickman-pro.html" subtype="file" title="" fulltitle="stickman.pro Example File" subtitle="animation/stickman/stickman.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="script/context2d" href="script-context2d.html" subtype="example" title="Context2D Example" fulltitle="Context2D Example" subtitle="" location="context2d.qdoc">
+ <contents name="using-the-html-canvas-element-in-a-web-browser" title="Using The HTML Canvas Element in a Web Browser" level="1"/>
+ <contents name="using-qt-script-to-script-a-canvas" title="Using Qt Script to script a Canvas" level="1"/>
+ <contents name="the-context2d-class" title="The Context2D Class" level="1"/>
+ <contents name="implementation" title="Implementation" level="2"/>
+ <contents name="the-canvas-widget" title="The Canvas Widget" level="1"/>
+ <contents name="the-environment" title="The Environment" level="1"/>
+ <contents name="the-application-window" title="The Application Window" level="1"/>
+ <page access="public" status="commendable" name="script/context2d/context2d.cpp" href="script-context2d-context2d-cpp.html" subtype="file" title="" fulltitle="context2d.cpp Example File" subtitle="script/context2d/context2d.cpp" location=""/>
+ <page access="public" status="commendable" name="script/context2d/context2d.h" href="script-context2d-context2d-h.html" subtype="file" title="" fulltitle="context2d.h Example File" subtitle="script/context2d/context2d.h" location=""/>
+ <page access="public" status="commendable" name="script/context2d/domimage.cpp" href="script-context2d-domimage-cpp.html" subtype="file" title="" fulltitle="domimage.cpp Example File" subtitle="script/context2d/domimage.cpp" location=""/>
+ <page access="public" status="commendable" name="script/context2d/domimage.h" href="script-context2d-domimage-h.html" subtype="file" title="" fulltitle="domimage.h Example File" subtitle="script/context2d/domimage.h" location=""/>
+ <page access="public" status="commendable" name="script/context2d/environment.cpp" href="script-context2d-environment-cpp.html" subtype="file" title="" fulltitle="environment.cpp Example File" subtitle="script/context2d/environment.cpp" location=""/>
+ <page access="public" status="commendable" name="script/context2d/environment.h" href="script-context2d-environment-h.html" subtype="file" title="" fulltitle="environment.h Example File" subtitle="script/context2d/environment.h" location=""/>
+ <page access="public" status="commendable" name="script/context2d/qcontext2dcanvas.cpp" href="script-context2d-qcontext2dcanvas-cpp.html" subtype="file" title="" fulltitle="qcontext2dcanvas.cpp Example File" subtitle="script/context2d/qcontext2dcanvas.cpp" location=""/>
+ <page access="public" status="commendable" name="script/context2d/qcontext2dcanvas.h" href="script-context2d-qcontext2dcanvas-h.html" subtype="file" title="" fulltitle="qcontext2dcanvas.h Example File" subtitle="script/context2d/qcontext2dcanvas.h" location=""/>
+ <page access="public" status="commendable" name="script/context2d/window.cpp" href="script-context2d-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="script/context2d/window.cpp" location=""/>
+ <page access="public" status="commendable" name="script/context2d/window.h" href="script-context2d-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="script/context2d/window.h" location=""/>
+ <page access="public" status="commendable" name="script/context2d/scripts/alpha.js" href="script-context2d-scripts-alpha-js.html" subtype="file" title="" fulltitle="alpha.js Example File" subtitle="script/context2d/scripts/alpha.js" location=""/>
+ <page access="public" status="commendable" name="script/context2d/scripts/arc.js" href="script-context2d-scripts-arc-js.html" subtype="file" title="" fulltitle="arc.js Example File" subtitle="script/context2d/scripts/arc.js" location=""/>
+ <page access="public" status="commendable" name="script/context2d/scripts/bezier.js" href="script-context2d-scripts-bezier-js.html" subtype="file" title="" fulltitle="bezier.js Example File" subtitle="script/context2d/scripts/bezier.js" location=""/>
+ <page access="public" status="commendable" name="script/context2d/scripts/clock.js" href="script-context2d-scripts-clock-js.html" subtype="file" title="" fulltitle="clock.js Example File" subtitle="script/context2d/scripts/clock.js" location=""/>
+ <page access="public" status="commendable" name="script/context2d/scripts/fill1.js" href="script-context2d-scripts-fill1-js.html" subtype="file" title="" fulltitle="fill1.js Example File" subtitle="script/context2d/scripts/fill1.js" location=""/>
+ <page access="public" status="commendable" name="script/context2d/scripts/grad.js" href="script-context2d-scripts-grad-js.html" subtype="file" title="" fulltitle="grad.js Example File" subtitle="script/context2d/scripts/grad.js" location=""/>
+ <page access="public" status="commendable" name="script/context2d/scripts/linecap.js" href="script-context2d-scripts-linecap-js.html" subtype="file" title="" fulltitle="linecap.js Example File" subtitle="script/context2d/scripts/linecap.js" location=""/>
+ <page access="public" status="commendable" name="script/context2d/scripts/linestye.js" href="script-context2d-scripts-linestye-js.html" subtype="file" title="" fulltitle="linestye.js Example File" subtitle="script/context2d/scripts/linestye.js" location=""/>
+ <page access="public" status="commendable" name="script/context2d/scripts/moveto.js" href="script-context2d-scripts-moveto-js.html" subtype="file" title="" fulltitle="moveto.js Example File" subtitle="script/context2d/scripts/moveto.js" location=""/>
+ <page access="public" status="commendable" name="script/context2d/scripts/moveto2.js" href="script-context2d-scripts-moveto2-js.html" subtype="file" title="" fulltitle="moveto2.js Example File" subtitle="script/context2d/scripts/moveto2.js" location=""/>
+ <page access="public" status="commendable" name="script/context2d/scripts/pacman.js" href="script-context2d-scripts-pacman-js.html" subtype="file" title="" fulltitle="pacman.js Example File" subtitle="script/context2d/scripts/pacman.js" location=""/>
+ <page access="public" status="commendable" name="script/context2d/scripts/plasma.js" href="script-context2d-scripts-plasma-js.html" subtype="file" title="" fulltitle="plasma.js Example File" subtitle="script/context2d/scripts/plasma.js" location=""/>
+ <page access="public" status="commendable" name="script/context2d/scripts/pong.js" href="script-context2d-scripts-pong-js.html" subtype="file" title="" fulltitle="pong.js Example File" subtitle="script/context2d/scripts/pong.js" location=""/>
+ <page access="public" status="commendable" name="script/context2d/scripts/quad.js" href="script-context2d-scripts-quad-js.html" subtype="file" title="" fulltitle="quad.js Example File" subtitle="script/context2d/scripts/quad.js" location=""/>
+ <page access="public" status="commendable" name="script/context2d/scripts/rgba.js" href="script-context2d-scripts-rgba-js.html" subtype="file" title="" fulltitle="rgba.js Example File" subtitle="script/context2d/scripts/rgba.js" location=""/>
+ <page access="public" status="commendable" name="script/context2d/scripts/rotate.js" href="script-context2d-scripts-rotate-js.html" subtype="file" title="" fulltitle="rotate.js Example File" subtitle="script/context2d/scripts/rotate.js" location=""/>
+ <page access="public" status="commendable" name="script/context2d/scripts/scale.js" href="script-context2d-scripts-scale-js.html" subtype="file" title="" fulltitle="scale.js Example File" subtitle="script/context2d/scripts/scale.js" location=""/>
+ <page access="public" status="commendable" name="script/context2d/scripts/stroke1.js" href="script-context2d-scripts-stroke1-js.html" subtype="file" title="" fulltitle="stroke1.js Example File" subtitle="script/context2d/scripts/stroke1.js" location=""/>
+ <page access="public" status="commendable" name="script/context2d/scripts/translate.js" href="script-context2d-scripts-translate-js.html" subtype="file" title="" fulltitle="translate.js Example File" subtitle="script/context2d/scripts/translate.js" location=""/>
+ <page access="public" status="commendable" name="script/context2d/main.cpp" href="script-context2d-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="script/context2d/main.cpp" location=""/>
+ <page access="public" status="commendable" name="script/context2d/context2d.pro" href="script-context2d-context2d-pro.html" subtype="file" title="" fulltitle="context2d.pro Example File" subtitle="script/context2d/context2d.pro" location=""/>
+ <page access="public" status="commendable" name="script/context2d/context2d.qrc" href="script-context2d-context2d-qrc.html" subtype="file" title="" fulltitle="context2d.qrc Example File" subtitle="script/context2d/context2d.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="events" href="events.html" subtype="group" title="Event Classes" fulltitle="Event Classes" subtitle="" location="eventsandfilters.qdoc"/>
+ <page access="public" status="commendable" name="eventsandfilters.html" href="eventsandfilters.html" subtype="page" title="Events and Event Filters" fulltitle="Events and Event Filters" subtitle="" location="eventsandfilters.qdoc">
+ <contents name="how-events-are-delivered" title="How Events are Delivered" level="1"/>
+ <contents name="event-types" title="Event Types" level="1"/>
+ <contents name="event-handlers" title="Event Handlers" level="1"/>
+ <contents name="event-filters" title="Event Filters" level="1"/>
+ <contents name="sending-events" title="Sending Events" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="activeqt/comapp" href="activeqt-comapp.html" subtype="example" title="COM App Example (ActiveQt)" fulltitle="COM App Example (ActiveQt)" subtitle="" location="comapp.qdoc">
+ <page access="public" status="commendable" name="activeqt/comapp/main.cpp" href="activeqt-comapp-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="activeqt/comapp/main.cpp" location=""/>
+ <page access="public" status="commendable" name="activeqt/comapp/comapp.pro" href="activeqt-comapp-comapp-pro.html" subtype="file" title="" fulltitle="comapp.pro Example File" subtitle="activeqt/comapp/comapp.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="mainwindows/recentfiles" href="mainwindows-recentfiles.html" subtype="example" title="Recent Files Example" fulltitle="Recent Files Example" subtitle="" location="recentfiles.qdoc">
+ <page access="public" status="commendable" name="mainwindows/recentfiles/mainwindow.cpp" href="mainwindows-recentfiles-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="mainwindows/recentfiles/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="mainwindows/recentfiles/mainwindow.h" href="mainwindows-recentfiles-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="mainwindows/recentfiles/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="mainwindows/recentfiles/main.cpp" href="mainwindows-recentfiles-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="mainwindows/recentfiles/main.cpp" location=""/>
+ <page access="public" status="commendable" name="mainwindows/recentfiles/recentfiles.pro" href="mainwindows-recentfiles-recentfiles-pro.html" subtype="file" title="" fulltitle="recentfiles.pro Example File" subtitle="mainwindows/recentfiles/recentfiles.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="codecs" href="codecs.html" subtype="group" title="Codecs" fulltitle="Codecs" subtitle="" location="codecs.qdoc"/>
+ <page access="public" status="commendable" name="codec-big5.html" href="codec-big5.html" subtype="page" title="Big5 Text Codec" fulltitle="Big5 Text Codec" subtitle="" location="codecs.qdoc"/>
+ <page access="public" status="commendable" name="codec-big5hkscs.html" href="codec-big5hkscs.html" subtype="page" title="Big5-HKSCS Text Codec" fulltitle="Big5-HKSCS Text Codec" subtitle="" location="codecs.qdoc"/>
+ <page access="public" status="commendable" name="codec-eucjp.html" href="codec-eucjp.html" subtype="page" title="EUC-JP Text Codec" fulltitle="EUC-JP Text Codec" subtitle="" location="codecs.qdoc"/>
+ <page access="public" status="commendable" name="codec-euckr.html" href="codec-euckr.html" subtype="page" title="EUC-KR Text Codec" fulltitle="EUC-KR Text Codec" subtitle="" location="codecs.qdoc"/>
+ <page access="public" status="commendable" name="codec-gbk.html" href="codec-gbk.html" subtype="page" title="GBK Text Codec" fulltitle="GBK Text Codec" subtitle="" location="codecs.qdoc"/>
+ <page access="public" status="commendable" name="codecs-jis.html" href="codecs-jis.html" subtype="page" title="ISO 2022-JP (JIS) Text Codec" fulltitle="ISO 2022-JP (JIS) Text Codec" subtitle="" location="codecs.qdoc"/>
+ <page access="public" status="commendable" name="codec-sjis.html" href="codec-sjis.html" subtype="page" title="Shift-JIS Text Codec" fulltitle="Shift-JIS Text Codec" subtitle="" location="codecs.qdoc"/>
+ <page access="public" status="commendable" name="codec-tscii.html" href="codec-tscii.html" subtype="page" title="TSCII Text Codec" fulltitle="TSCII Text Codec" subtitle="" location="codecs.qdoc"/>
+ <page access="public" status="commendable" name="layouts/basiclayouts" href="layouts-basiclayouts.html" subtype="example" title="Basic Layouts Example" fulltitle="Basic Layouts Example" subtitle="" location="basiclayouts.qdoc">
+ <contents name="dialog-class-definition" title="Dialog Class Definition" level="1"/>
+ <contents name="dialog-class-implementation" title="Dialog Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="layouts/basiclayouts/dialog.cpp" href="layouts-basiclayouts-dialog-cpp.html" subtype="file" title="" fulltitle="dialog.cpp Example File" subtitle="layouts/basiclayouts/dialog.cpp" location=""/>
+ <page access="public" status="commendable" name="layouts/basiclayouts/dialog.h" href="layouts-basiclayouts-dialog-h.html" subtype="file" title="" fulltitle="dialog.h Example File" subtitle="layouts/basiclayouts/dialog.h" location=""/>
+ <page access="public" status="commendable" name="layouts/basiclayouts/main.cpp" href="layouts-basiclayouts-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="layouts/basiclayouts/main.cpp" location=""/>
+ <page access="public" status="commendable" name="layouts/basiclayouts/basiclayouts.pro" href="layouts-basiclayouts-basiclayouts-pro.html" subtype="file" title="" fulltitle="basiclayouts.pro Example File" subtitle="layouts/basiclayouts/basiclayouts.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="widgets/groupbox" href="widgets-groupbox.html" subtype="example" title="Group Box Example" fulltitle="Group Box Example" subtitle="" location="groupbox.qdoc">
+ <contents name="window-class-definition" title="Window Class Definition" level="1"/>
+ <contents name="window-class-implementation" title="Window Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="widgets/groupbox/window.cpp" href="widgets-groupbox-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="widgets/groupbox/window.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/groupbox/window.h" href="widgets-groupbox-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="widgets/groupbox/window.h" location=""/>
+ <page access="public" status="commendable" name="widgets/groupbox/main.cpp" href="widgets-groupbox-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="widgets/groupbox/main.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/groupbox/groupbox.pro" href="widgets-groupbox-groupbox-pro.html" subtype="file" title="" fulltitle="groupbox.pro Example File" subtitle="widgets/groupbox/groupbox.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="draganddrop/fridgemagnets" href="draganddrop-fridgemagnets.html" subtype="example" title="Fridge Magnets Example" fulltitle="Fridge Magnets Example" subtitle="" location="fridgemagnets.qdoc">
+ <target name="drop"/>
+ <contents name="draglabel-class-definition" title="DragLabel Class Definition" level="1"/>
+ <contents name="draglabel-class-implementation" title="DragLabel Class Implementation" level="1"/>
+ <contents name="dragwidget-class-definition" title="DragWidget Class Definition" level="1"/>
+ <contents name="dragwidget-class-implementation" title="DragWidget Class Implementation" level="1"/>
+ <contents name="dragging" title="Dragging" level="2"/>
+ <contents name="dropping" title="Dropping" level="2"/>
+ <contents name="summary" title="Summary" level="1"/>
+ <page access="public" status="commendable" name="draganddrop/fridgemagnets/draglabel.cpp" href="draganddrop-fridgemagnets-draglabel-cpp.html" subtype="file" title="" fulltitle="draglabel.cpp Example File" subtitle="draganddrop/fridgemagnets/draglabel.cpp" location=""/>
+ <page access="public" status="commendable" name="draganddrop/fridgemagnets/draglabel.h" href="draganddrop-fridgemagnets-draglabel-h.html" subtype="file" title="" fulltitle="draglabel.h Example File" subtitle="draganddrop/fridgemagnets/draglabel.h" location=""/>
+ <page access="public" status="commendable" name="draganddrop/fridgemagnets/dragwidget.cpp" href="draganddrop-fridgemagnets-dragwidget-cpp.html" subtype="file" title="" fulltitle="dragwidget.cpp Example File" subtitle="draganddrop/fridgemagnets/dragwidget.cpp" location=""/>
+ <page access="public" status="commendable" name="draganddrop/fridgemagnets/dragwidget.h" href="draganddrop-fridgemagnets-dragwidget-h.html" subtype="file" title="" fulltitle="dragwidget.h Example File" subtitle="draganddrop/fridgemagnets/dragwidget.h" location=""/>
+ <page access="public" status="commendable" name="draganddrop/fridgemagnets/main.cpp" href="draganddrop-fridgemagnets-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="draganddrop/fridgemagnets/main.cpp" location=""/>
+ <page access="public" status="commendable" name="draganddrop/fridgemagnets/fridgemagnets.pro" href="draganddrop-fridgemagnets-fridgemagnets-pro.html" subtype="file" title="" fulltitle="fridgemagnets.pro Example File" subtitle="draganddrop/fridgemagnets/fridgemagnets.pro" location=""/>
+ <page access="public" status="commendable" name="draganddrop/fridgemagnets/fridgemagnets.qrc" href="draganddrop-fridgemagnets-fridgemagnets-qrc.html" subtype="file" title="" fulltitle="fridgemagnets.qrc Example File" subtitle="draganddrop/fridgemagnets/fridgemagnets.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="focus.html" href="focus.html" subtype="page" title="Keyboard Focus" fulltitle="Keyboard Focus" subtitle="" location="focus.qdoc">
+ <keyword name="keyboard-focus"/>
+ <contents name="focus-motion" title="Focus Motion" level="1"/>
+ <contents name="tab-or-shift-tab" title="Tab or Shift+Tab" level="2"/>
+ <contents name="the-user-clicks-a-widget" title="The User Clicks a Widget" level="2"/>
+ <contents name="the-user-presses-a-keyboard-shortcut" title="The User Presses a Keyboard Shortcut" level="2"/>
+ <contents name="the-user-rotates-the-mouse-wheel" title="The User Rotates the Mouse Wheel" level="2"/>
+ <contents name="the-user-moves-the-focus-to-this-window" title="The User Moves the Focus to This Window" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="tutorials-addressbook.html" href="tutorials-addressbook.html" subtype="page" title="Address Book Tutorial" fulltitle="Address Book Tutorial" subtitle="" location="addressbook.qdoc"/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part1" href="tutorials-addressbook-part1.html" subtype="example" title="Address Book 1 - Designing the User Interface" fulltitle="Address Book 1 - Designing the User Interface" subtitle="" location="addressbook.qdoc">
+ <contents name="qt-programming-subclassing" title="Qt Programming - Subclassing" level="1"/>
+ <contents name="defining-the-addressbook-class" title="Defining the AddressBook Class" level="1"/>
+ <contents name="implementing-the-addressbook-class" title="Implementing the AddressBook Class" level="1"/>
+ <contents name="running-the-application" title="Running the Application" level="1"/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part1/addressbook.cpp" href="tutorials-addressbook-part1-addressbook-cpp.html" subtype="file" title="" fulltitle="addressbook.cpp Example File" subtitle="tutorials/addressbook/part1/addressbook.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part1/addressbook.h" href="tutorials-addressbook-part1-addressbook-h.html" subtype="file" title="" fulltitle="addressbook.h Example File" subtitle="tutorials/addressbook/part1/addressbook.h" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part1/main.cpp" href="tutorials-addressbook-part1-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tutorials/addressbook/part1/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part1/part1.pro" href="tutorials-addressbook-part1-part1-pro.html" subtype="file" title="" fulltitle="part1.pro Example File" subtitle="tutorials/addressbook/part1/part1.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tutorials/addressbook/part2" href="tutorials-addressbook-part2.html" subtype="example" title="Address Book 2 - Adding Addresses" fulltitle="Address Book 2 - Adding Addresses" subtitle="" location="addressbook.qdoc">
+ <contents name="defining-the-addressbook-class" title="Defining the AddressBook Class" level="1"/>
+ <contents name="implementing-the-addressbook-class" title="Implementing the AddressBook Class" level="1"/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part2/addressbook.cpp" href="tutorials-addressbook-part2-addressbook-cpp.html" subtype="file" title="" fulltitle="addressbook.cpp Example File" subtitle="tutorials/addressbook/part2/addressbook.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part2/addressbook.h" href="tutorials-addressbook-part2-addressbook-h.html" subtype="file" title="" fulltitle="addressbook.h Example File" subtitle="tutorials/addressbook/part2/addressbook.h" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part2/main.cpp" href="tutorials-addressbook-part2-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tutorials/addressbook/part2/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part2/part2.pro" href="tutorials-addressbook-part2-part2-pro.html" subtype="file" title="" fulltitle="part2.pro Example File" subtitle="tutorials/addressbook/part2/part2.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tutorials/addressbook/part3" href="tutorials-addressbook-part3.html" subtype="example" title="Address Book 3 - Navigating between Entries" fulltitle="Address Book 3 - Navigating between Entries" subtitle="" location="addressbook.qdoc">
+ <contents name="defining-the-addressbook-class" title="Defining the AddressBook Class" level="1"/>
+ <contents name="implementing-the-addressbook-class" title="Implementing the AddressBook Class" level="1"/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part3/addressbook.cpp" href="tutorials-addressbook-part3-addressbook-cpp.html" subtype="file" title="" fulltitle="addressbook.cpp Example File" subtitle="tutorials/addressbook/part3/addressbook.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part3/addressbook.h" href="tutorials-addressbook-part3-addressbook-h.html" subtype="file" title="" fulltitle="addressbook.h Example File" subtitle="tutorials/addressbook/part3/addressbook.h" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part3/main.cpp" href="tutorials-addressbook-part3-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tutorials/addressbook/part3/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part3/part3.pro" href="tutorials-addressbook-part3-part3-pro.html" subtype="file" title="" fulltitle="part3.pro Example File" subtitle="tutorials/addressbook/part3/part3.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tutorials/addressbook/part4" href="tutorials-addressbook-part4.html" subtype="example" title="Address Book 4 - Editing and Removing Addresses" fulltitle="Address Book 4 - Editing and Removing Addresses" subtitle="" location="addressbook.qdoc">
+ <contents name="defining-the-addressbook-class" title="Defining the AddressBook Class" level="1"/>
+ <contents name="implementing-the-addressbook-class" title="Implementing the AddressBook Class" level="1"/>
+ <contents name="updating-the-user-interface" title="Updating the User Interface" level="2"/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part4/addressbook.cpp" href="tutorials-addressbook-part4-addressbook-cpp.html" subtype="file" title="" fulltitle="addressbook.cpp Example File" subtitle="tutorials/addressbook/part4/addressbook.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part4/addressbook.h" href="tutorials-addressbook-part4-addressbook-h.html" subtype="file" title="" fulltitle="addressbook.h Example File" subtitle="tutorials/addressbook/part4/addressbook.h" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part4/main.cpp" href="tutorials-addressbook-part4-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tutorials/addressbook/part4/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part4/part4.pro" href="tutorials-addressbook-part4-part4-pro.html" subtype="file" title="" fulltitle="part4.pro Example File" subtitle="tutorials/addressbook/part4/part4.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tutorials/addressbook/part5" href="tutorials-addressbook-part5.html" subtype="example" title="Address Book 5 - Adding a Find Function" fulltitle="Address Book 5 - Adding a Find Function" subtitle="" location="addressbook.qdoc">
+ <contents name="defining-the-finddialog-class" title="Defining the FindDialog Class" level="1"/>
+ <contents name="implementing-the-finddialog-class" title="Implementing the FindDialog Class" level="1"/>
+ <contents name="defining-the-addressbook-class" title="Defining the AddressBook Class" level="1"/>
+ <contents name="implementing-the-addressbook-class" title="Implementing the AddressBook Class" level="1"/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part5/addressbook.cpp" href="tutorials-addressbook-part5-addressbook-cpp.html" subtype="file" title="" fulltitle="addressbook.cpp Example File" subtitle="tutorials/addressbook/part5/addressbook.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part5/addressbook.h" href="tutorials-addressbook-part5-addressbook-h.html" subtype="file" title="" fulltitle="addressbook.h Example File" subtitle="tutorials/addressbook/part5/addressbook.h" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part5/finddialog.cpp" href="tutorials-addressbook-part5-finddialog-cpp.html" subtype="file" title="" fulltitle="finddialog.cpp Example File" subtitle="tutorials/addressbook/part5/finddialog.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part5/finddialog.h" href="tutorials-addressbook-part5-finddialog-h.html" subtype="file" title="" fulltitle="finddialog.h Example File" subtitle="tutorials/addressbook/part5/finddialog.h" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part5/main.cpp" href="tutorials-addressbook-part5-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tutorials/addressbook/part5/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part5/part5.pro" href="tutorials-addressbook-part5-part5-pro.html" subtype="file" title="" fulltitle="part5.pro Example File" subtitle="tutorials/addressbook/part5/part5.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tutorials/addressbook/part6" href="tutorials-addressbook-part6.html" subtype="example" title="Address Book 6 - Loading and Saving" fulltitle="Address Book 6 - Loading and Saving" subtitle="" location="addressbook.qdoc">
+ <contents name="defining-the-addressbook-class" title="Defining the AddressBook Class" level="1"/>
+ <contents name="implementing-the-addressbook-class" title="Implementing the AddressBook Class" level="1"/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part6/addressbook.cpp" href="tutorials-addressbook-part6-addressbook-cpp.html" subtype="file" title="" fulltitle="addressbook.cpp Example File" subtitle="tutorials/addressbook/part6/addressbook.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part6/addressbook.h" href="tutorials-addressbook-part6-addressbook-h.html" subtype="file" title="" fulltitle="addressbook.h Example File" subtitle="tutorials/addressbook/part6/addressbook.h" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part6/finddialog.cpp" href="tutorials-addressbook-part6-finddialog-cpp.html" subtype="file" title="" fulltitle="finddialog.cpp Example File" subtitle="tutorials/addressbook/part6/finddialog.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part6/finddialog.h" href="tutorials-addressbook-part6-finddialog-h.html" subtype="file" title="" fulltitle="finddialog.h Example File" subtitle="tutorials/addressbook/part6/finddialog.h" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part6/main.cpp" href="tutorials-addressbook-part6-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tutorials/addressbook/part6/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part6/part6.pro" href="tutorials-addressbook-part6-part6-pro.html" subtype="file" title="" fulltitle="part6.pro Example File" subtitle="tutorials/addressbook/part6/part6.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tutorials/addressbook/part7" href="tutorials-addressbook-part7.html" subtype="example" title="Address Book 7 - Additional Features" fulltitle="Address Book 7 - Additional Features" subtitle="" location="addressbook.qdoc">
+ <contents name="defining-the-addressbook-class" title="Defining the AddressBook Class" level="1"/>
+ <contents name="implementing-the-addressbook-class" title="Implementing the AddressBook Class" level="1"/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part7/addressbook.cpp" href="tutorials-addressbook-part7-addressbook-cpp.html" subtype="file" title="" fulltitle="addressbook.cpp Example File" subtitle="tutorials/addressbook/part7/addressbook.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part7/addressbook.h" href="tutorials-addressbook-part7-addressbook-h.html" subtype="file" title="" fulltitle="addressbook.h Example File" subtitle="tutorials/addressbook/part7/addressbook.h" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part7/finddialog.cpp" href="tutorials-addressbook-part7-finddialog-cpp.html" subtype="file" title="" fulltitle="finddialog.cpp Example File" subtitle="tutorials/addressbook/part7/finddialog.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part7/finddialog.h" href="tutorials-addressbook-part7-finddialog-h.html" subtype="file" title="" fulltitle="finddialog.h Example File" subtitle="tutorials/addressbook/part7/finddialog.h" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part7/main.cpp" href="tutorials-addressbook-part7-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tutorials/addressbook/part7/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook/part7/part7.pro" href="tutorials-addressbook-part7-part7-pro.html" subtype="file" title="" fulltitle="part7.pro Example File" subtitle="tutorials/addressbook/part7/part7.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="SqlBind" href="qml-sqlbind.html" title="QML SqlBind Element Reference" fulltitle="QML SqlBind Element Reference" subtitle="" location="qmlsqlquery.cpp">
+ <page access="public" status="commendable" name="name" href="name.html" title="" fulltitle="" subtitle="" location="qmlsqlquery.cpp"/>
+ <page access="public" status="commendable" name="value" href="value.html" title="" fulltitle="" subtitle="" location="qmlsqlquery.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="SqlQuery" href="qml-sqlquery.html" title="QML SqlQuery Element Reference" fulltitle="QML SqlQuery Element Reference" subtitle="" location="qmlsqlquery.cpp">
+ <page access="public" status="commendable" name="query" href="query.html" title="" fulltitle="" subtitle="" location="qmlsqlquery.cpp"/>
+ <page access="public" status="commendable" name="connection" href="connection.html" title="" fulltitle="" subtitle="" location="qmlsqlquery.cpp"/>
+ <page access="public" status="commendable" name="lastError" href="lasterror.html" title="" fulltitle="" subtitle="" location="qmlsqlquery.cpp"/>
+ <page access="public" status="commendable" name="bindings" href="bindings.html" title="" fulltitle="" subtitle="" location="qmlsqlquery.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="widgets/tetrix" href="widgets-tetrix.html" subtype="example" title="Tetrix Example" fulltitle="Tetrix Example" subtitle="" location="tetrix.qdoc">
+ <contents name="tetrixwindow-class-definition" title="TetrixWindow Class Definition" level="1"/>
+ <contents name="tetrixwindow-class-implementation" title="TetrixWindow Class Implementation" level="1"/>
+ <contents name="tetrixpiece-class-definition" title="TetrixPiece Class Definition" level="1"/>
+ <contents name="tetrixpiece-class-implementation" title="TetrixPiece Class Implementation" level="1"/>
+ <contents name="tetrixboard-class-definition" title="TetrixBoard Class Definition" level="1"/>
+ <contents name="tetrixboard-class-implementation" title="TetrixBoard Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="widgets/tetrix/tetrixboard.cpp" href="widgets-tetrix-tetrixboard-cpp.html" subtype="file" title="" fulltitle="tetrixboard.cpp Example File" subtitle="widgets/tetrix/tetrixboard.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/tetrix/tetrixboard.h" href="widgets-tetrix-tetrixboard-h.html" subtype="file" title="" fulltitle="tetrixboard.h Example File" subtitle="widgets/tetrix/tetrixboard.h" location=""/>
+ <page access="public" status="commendable" name="widgets/tetrix/tetrixpiece.cpp" href="widgets-tetrix-tetrixpiece-cpp.html" subtype="file" title="" fulltitle="tetrixpiece.cpp Example File" subtitle="widgets/tetrix/tetrixpiece.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/tetrix/tetrixpiece.h" href="widgets-tetrix-tetrixpiece-h.html" subtype="file" title="" fulltitle="tetrixpiece.h Example File" subtitle="widgets/tetrix/tetrixpiece.h" location=""/>
+ <page access="public" status="commendable" name="widgets/tetrix/tetrixwindow.cpp" href="widgets-tetrix-tetrixwindow-cpp.html" subtype="file" title="" fulltitle="tetrixwindow.cpp Example File" subtitle="widgets/tetrix/tetrixwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/tetrix/tetrixwindow.h" href="widgets-tetrix-tetrixwindow-h.html" subtype="file" title="" fulltitle="tetrixwindow.h Example File" subtitle="widgets/tetrix/tetrixwindow.h" location=""/>
+ <page access="public" status="commendable" name="widgets/tetrix/main.cpp" href="widgets-tetrix-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="widgets/tetrix/main.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/tetrix/tetrix.pro" href="widgets-tetrix-tetrix-pro.html" subtype="file" title="" fulltitle="tetrix.pro Example File" subtitle="widgets/tetrix/tetrix.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="widgets/analogclock" href="widgets-analogclock.html" subtype="example" title="Analog Clock Example" fulltitle="Analog Clock Example" subtitle="" location="analogclock.qdoc">
+ <contents name="analogclock-class-definition" title="AnalogClock Class Definition" level="1"/>
+ <contents name="analogclock-class-implementation" title="AnalogClock Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="widgets/analogclock/analogclock.cpp" href="widgets-analogclock-analogclock-cpp.html" subtype="file" title="" fulltitle="analogclock.cpp Example File" subtitle="widgets/analogclock/analogclock.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/analogclock/analogclock.h" href="widgets-analogclock-analogclock-h.html" subtype="file" title="" fulltitle="analogclock.h Example File" subtitle="widgets/analogclock/analogclock.h" location=""/>
+ <page access="public" status="commendable" name="widgets/analogclock/main.cpp" href="widgets-analogclock-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="widgets/analogclock/main.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/analogclock/analogclock.pro" href="widgets-analogclock-analogclock-pro.html" subtype="file" title="" fulltitle="analogclock.pro Example File" subtitle="widgets/analogclock/analogclock.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tools/completer" href="tools-completer.html" subtype="example" title="Completer Example" fulltitle="Completer Example" subtitle="" location="completer.qdoc">
+ <contents name="the-resource-file" title="The Resource File" level="1"/>
+ <contents name="dirmodel-class-definition" title="DirModel Class Definition" level="1"/>
+ <contents name="dirmodel-class-implementation" title="DirModel Class Implementation" level="1"/>
+ <contents name="mainwindow-class-definition" title="MainWindow Class Definition" level="1"/>
+ <contents name="mainwindow-class-implementation" title="MainWindow Class Implementation" level="1"/>
+ <contents name="function" title=" Function" level="1"/>
+ <page access="public" status="commendable" name="tools/completer/dirmodel.cpp" href="tools-completer-dirmodel-cpp.html" subtype="file" title="" fulltitle="dirmodel.cpp Example File" subtitle="tools/completer/dirmodel.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/completer/dirmodel.h" href="tools-completer-dirmodel-h.html" subtype="file" title="" fulltitle="dirmodel.h Example File" subtitle="tools/completer/dirmodel.h" location=""/>
+ <page access="public" status="commendable" name="tools/completer/mainwindow.cpp" href="tools-completer-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="tools/completer/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/completer/mainwindow.h" href="tools-completer-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="tools/completer/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="tools/completer/main.cpp" href="tools-completer-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tools/completer/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/completer/completer.pro" href="tools-completer-completer-pro.html" subtype="file" title="" fulltitle="completer.pro Example File" subtitle="tools/completer/completer.pro" location=""/>
+ <page access="public" status="commendable" name="tools/completer/completer.qrc" href="tools-completer-completer-qrc.html" subtype="file" title="" fulltitle="completer.qrc Example File" subtitle="tools/completer/completer.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="sql/drilldown" href="sql-drilldown.html" subtype="example" title="Drill Down Example" fulltitle="Drill Down Example" subtitle="" location="drilldown.qdoc">
+ <contents name="informationwindow-class-definition" title="InformationWindow Class Definition" level="1"/>
+ <contents name="informationwindow-class-implementation" title="InformationWindow Class Implementation" level="1"/>
+ <contents name="view-class-definition" title="View Class Definition" level="1"/>
+ <contents name="view-class-implementation" title="View Class Implementation" level="1"/>
+ <contents name="imageitem-class-definition" title="ImageItem Class Definition" level="1"/>
+ <contents name="imageitem-class-implementation" title="ImageItem Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="sql/drilldown/imageitem.cpp" href="sql-drilldown-imageitem-cpp.html" subtype="file" title="" fulltitle="imageitem.cpp Example File" subtitle="sql/drilldown/imageitem.cpp" location=""/>
+ <page access="public" status="commendable" name="sql/drilldown/imageitem.h" href="sql-drilldown-imageitem-h.html" subtype="file" title="" fulltitle="imageitem.h Example File" subtitle="sql/drilldown/imageitem.h" location=""/>
+ <page access="public" status="commendable" name="sql/drilldown/informationwindow.cpp" href="sql-drilldown-informationwindow-cpp.html" subtype="file" title="" fulltitle="informationwindow.cpp Example File" subtitle="sql/drilldown/informationwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="sql/drilldown/informationwindow.h" href="sql-drilldown-informationwindow-h.html" subtype="file" title="" fulltitle="informationwindow.h Example File" subtitle="sql/drilldown/informationwindow.h" location=""/>
+ <page access="public" status="commendable" name="sql/drilldown/view.cpp" href="sql-drilldown-view-cpp.html" subtype="file" title="" fulltitle="view.cpp Example File" subtitle="sql/drilldown/view.cpp" location=""/>
+ <page access="public" status="commendable" name="sql/drilldown/view.h" href="sql-drilldown-view-h.html" subtype="file" title="" fulltitle="view.h Example File" subtitle="sql/drilldown/view.h" location=""/>
+ <page access="public" status="commendable" name="sql/drilldown/main.cpp" href="sql-drilldown-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="sql/drilldown/main.cpp" location=""/>
+ <page access="public" status="commendable" name="sql/drilldown/drilldown.pro" href="sql-drilldown-drilldown-pro.html" subtype="file" title="" fulltitle="drilldown.pro Example File" subtitle="sql/drilldown/drilldown.pro" location=""/>
+ <page access="public" status="commendable" name="sql/drilldown/drilldown.qrc" href="sql-drilldown-drilldown-qrc.html" subtype="file" title="" fulltitle="drilldown.qrc Example File" subtitle="sql/drilldown/drilldown.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="properties.html" href="properties.html" subtype="page" title="Qt's Property System" fulltitle="Qt's Property System" subtitle="" location="properties.qdoc">
+ <contents name="requirements-for-declaring-properties" title="Requirements for Declaring Properties" level="1"/>
+ <contents name="reading-and-writing-properties-with-the-meta-object-system" title="Reading and Writing Properties with the Meta-Object System" level="1"/>
+ <contents name="a-simple-example" title="A Simple Example" level="1"/>
+ <contents name="dynamic-properties" title="Dynamic Properties" level="1"/>
+ <contents name="properties-and-custom-types" title="Properties and Custom Types" level="1"/>
+ <contents name="adding-additional-information-to-a-class" title="Adding Additional Information to a Class" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="Repeater" href="qml-repeater.html" title="QML Repeater Element Reference" fulltitle="QML Repeater Element Reference" subtitle="" location="qfxrepeater.cpp">
+ <page access="public" status="commendable" name="dataSource" href="datasource.html" title="" fulltitle="" subtitle="" location="qfxrepeater.cpp"/>
+ <page access="public" status="commendable" name="component" href="component.html" title="" fulltitle="" subtitle="" location="qfxrepeater.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="how-to-learn-qt.html" href="how-to-learn-qt.html" subtype="page" title="How to Learn Qt" fulltitle="How to Learn Qt" subtitle="" location="how-to-learn-qt.qdoc"/>
+ <page access="public" status="commendable" name="script/customclass" href="script-customclass.html" subtype="example" title="Custom Script Class Example" fulltitle="Custom Script Class Example" subtitle="" location="qtscriptcustomclass.qdoc">
+ <contents name="bytearray-class-in-use" title="ByteArray Class In Use" level="1"/>
+ <contents name="bytearray-class-implementation" title="ByteArray Class Implementation" level="1"/>
+ <contents name="bytearray-iterator-implementation" title="ByteArray Iterator Implementation" level="1"/>
+ <contents name="bytearray-prototype-implementation" title="ByteArray Prototype Implementation" level="1"/>
+ <page access="public" status="commendable" name="script/customclass/bytearrayclass.cpp" href="script-customclass-bytearrayclass-cpp.html" subtype="file" title="" fulltitle="bytearrayclass.cpp Example File" subtitle="script/customclass/bytearrayclass.cpp" location=""/>
+ <page access="public" status="commendable" name="script/customclass/bytearrayclass.h" href="script-customclass-bytearrayclass-h.html" subtype="file" title="" fulltitle="bytearrayclass.h Example File" subtitle="script/customclass/bytearrayclass.h" location=""/>
+ <page access="public" status="commendable" name="script/customclass/bytearrayprototype.cpp" href="script-customclass-bytearrayprototype-cpp.html" subtype="file" title="" fulltitle="bytearrayprototype.cpp Example File" subtitle="script/customclass/bytearrayprototype.cpp" location=""/>
+ <page access="public" status="commendable" name="script/customclass/bytearrayprototype.h" href="script-customclass-bytearrayprototype-h.html" subtype="file" title="" fulltitle="bytearrayprototype.h Example File" subtitle="script/customclass/bytearrayprototype.h" location=""/>
+ <page access="public" status="commendable" name="script/customclass/main.cpp" href="script-customclass-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="script/customclass/main.cpp" location=""/>
+ <page access="public" status="commendable" name="script/customclass/customclass.pro" href="script-customclass-customclass-pro.html" subtype="file" title="" fulltitle="customclass.pro Example File" subtitle="script/customclass/customclass.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qt-embedded-porting-operatingsystem.html" href="qt-embedded-porting-operatingsystem.html" subtype="page" title="Porting Qt for Embedded Linux to Another Operating System" fulltitle="Porting Qt for Embedded Linux to Another Operating System" subtitle="" location="emb-porting.qdoc">
+ <contents name="shared-memory-and-semaphores" title="Shared Memory and Semaphores" level="1"/>
+ <contents name="inter-application-communication" title="Inter-Application Communication" level="1"/>
+ <contents name="screen-management" title="Screen Management" level="1"/>
+ <contents name="sound-management" title="Sound Management" level="1"/>
+ <contents name="event-dispatching" title="Event Dispatching" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qt-embedded-porting-device.html" href="qt-embedded-porting-device.html" subtype="page" title="Porting Qt for Embedded Linux to a New Architecture" fulltitle="Porting Qt for Embedded Linux to a New Architecture" subtitle="" location="emb-porting.qdoc">
+ <contents name="hardware-drivers" title="Hardware Drivers" level="1"/>
+ <contents name="atomic-operations" title="Atomic Operations" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="statemachine/rogue" href="statemachine-rogue.html" subtype="example" title="Rogue Example" fulltitle="Rogue Example" subtitle="" location="rogue.qdoc">
+ <contents name="window-class-definition" title="Window Class Definition" level="1"/>
+ <contents name="window-class-implementation" title="Window Class Implementation" level="1"/>
+ <contents name="the-movementtransition-class" title="The MovementTransition Class" level="1"/>
+ <contents name="the-roguelike-tradition" title="The Roguelike Tradition" level="1"/>
+ <page access="public" status="commendable" name="statemachine/rogue/movementtransition.h" href="statemachine-rogue-movementtransition-h.html" subtype="file" title="" fulltitle="movementtransition.h Example File" subtitle="statemachine/rogue/movementtransition.h" location=""/>
+ <page access="public" status="commendable" name="statemachine/rogue/window.cpp" href="statemachine-rogue-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="statemachine/rogue/window.cpp" location=""/>
+ <page access="public" status="commendable" name="statemachine/rogue/window.h" href="statemachine-rogue-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="statemachine/rogue/window.h" location=""/>
+ <page access="public" status="commendable" name="statemachine/rogue/main.cpp" href="statemachine-rogue-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="statemachine/rogue/main.cpp" location=""/>
+ <page access="public" status="commendable" name="statemachine/rogue/rogue.pro" href="statemachine-rogue-rogue-pro.html" subtype="file" title="" fulltitle="rogue.pro Example File" subtitle="statemachine/rogue/rogue.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="mainwindows/dockwidgets" href="mainwindows-dockwidgets.html" subtype="example" title="Dock Widgets Example" fulltitle="Dock Widgets Example" subtitle="" location="dockwidgets.qdoc">
+ <contents name="mainwindow-class-definition" title="MainWindow Class Definition" level="1"/>
+ <contents name="mainwindow-class-implementation" title="MainWindow Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="mainwindows/dockwidgets/mainwindow.cpp" href="mainwindows-dockwidgets-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="mainwindows/dockwidgets/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="mainwindows/dockwidgets/mainwindow.h" href="mainwindows-dockwidgets-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="mainwindows/dockwidgets/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="mainwindows/dockwidgets/main.cpp" href="mainwindows-dockwidgets-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="mainwindows/dockwidgets/main.cpp" location=""/>
+ <page access="public" status="commendable" name="mainwindows/dockwidgets/dockwidgets.pro" href="mainwindows-dockwidgets-dockwidgets-pro.html" subtype="file" title="" fulltitle="dockwidgets.pro Example File" subtitle="mainwindows/dockwidgets/dockwidgets.pro" location=""/>
+ <page access="public" status="commendable" name="mainwindows/dockwidgets/dockwidgets.qrc" href="mainwindows-dockwidgets-dockwidgets-qrc.html" subtype="file" title="" fulltitle="dockwidgets.qrc Example File" subtitle="mainwindows/dockwidgets/dockwidgets.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qtconfig.html" href="qtconfig.html" subtype="page" title="Configuring Qt" fulltitle="Configuring Qt" subtitle="" location="qtconfig.qdoc">
+ <keyword name="qtconfig"/>
+ </page>
+ <page access="public" status="commendable" name="activeqt-dumpcpp.html" href="activeqt-dumpcpp.html" subtype="page" title="The dumpcpp Tool (ActiveQt)" fulltitle="The dumpcpp Tool (ActiveQt)" subtitle="" location="activeqt-dumpcpp.qdoc">
+ <keyword name="dumpcpp"/>
+ </page>
+ <page access="public" status="commendable" name="LayoutItem" href="qml-layoutitem.html" title="QML LayoutItem Element Reference" fulltitle="QML LayoutItem Element Reference" subtitle="" location="qfxlayoutitem.cpp">
+ <page access="public" status="commendable" name="maximumSize" href="maximumsize.html" title="" fulltitle="" subtitle="" location="qfxlayoutitem.cpp"/>
+ <page access="public" status="commendable" name="minimumSize" href="minimumsize.html" title="" fulltitle="" subtitle="" location="qfxlayoutitem.cpp"/>
+ <page access="public" status="commendable" name="preferredSize" href="preferredsize.html" title="" fulltitle="" subtitle="" location="qfxlayoutitem.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="itemviews/combowidgetmapper" href="itemviews-combowidgetmapper.html" subtype="example" title="Combo Widget Mapper Example" fulltitle="Combo Widget Mapper Example" subtitle="" location="combowidgetmapper.qdoc">
+ <contents name="window-class-definition" title="Window Class Definition" level="1"/>
+ <contents name="window-class-implementation" title="Window Class Implementation" level="1"/>
+ <contents name="summary-and-further-reading" title="Summary and Further Reading" level="1"/>
+ <page access="public" status="commendable" name="itemviews/combowidgetmapper/window.cpp" href="itemviews-combowidgetmapper-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="itemviews/combowidgetmapper/window.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/combowidgetmapper/window.h" href="itemviews-combowidgetmapper-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="itemviews/combowidgetmapper/window.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/combowidgetmapper/main.cpp" href="itemviews-combowidgetmapper-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="itemviews/combowidgetmapper/main.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/combowidgetmapper/combowidgetmapper.pro" href="itemviews-combowidgetmapper-combowidgetmapper-pro.html" subtype="file" title="" fulltitle="combowidgetmapper.pro Example File" subtitle="itemviews/combowidgetmapper/combowidgetmapper.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="widgets/calculator" href="widgets-calculator.html" subtype="example" title="Calculator Example" fulltitle="Calculator Example" subtitle="" location="calculator.qdoc">
+ <contents name="calculator-class-definition" title="Calculator Class Definition" level="1"/>
+ <contents name="calculator-class-implementation" title="Calculator Class Implementation" level="1"/>
+ <contents name="button-class-definition" title="Button Class Definition" level="1"/>
+ <contents name="button-class-implementation" title="Button Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="widgets/calculator/button.cpp" href="widgets-calculator-button-cpp.html" subtype="file" title="" fulltitle="button.cpp Example File" subtitle="widgets/calculator/button.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/calculator/button.h" href="widgets-calculator-button-h.html" subtype="file" title="" fulltitle="button.h Example File" subtitle="widgets/calculator/button.h" location=""/>
+ <page access="public" status="commendable" name="widgets/calculator/calculator.cpp" href="widgets-calculator-calculator-cpp.html" subtype="file" title="" fulltitle="calculator.cpp Example File" subtitle="widgets/calculator/calculator.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/calculator/calculator.h" href="widgets-calculator-calculator-h.html" subtype="file" title="" fulltitle="calculator.h Example File" subtitle="widgets/calculator/calculator.h" location=""/>
+ <page access="public" status="commendable" name="widgets/calculator/main.cpp" href="widgets-calculator-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="widgets/calculator/main.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/calculator/calculator.pro" href="widgets-calculator-calculator-pro.html" subtype="file" title="" fulltitle="calculator.pro Example File" subtitle="widgets/calculator/calculator.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="desktop/screenshot" href="desktop-screenshot.html" subtype="example" title="Screenshot Example" fulltitle="Screenshot Example" subtitle="" location="screenshot.qdoc">
+ <contents name="screenshot-class-definition" title="Screenshot Class Definition" level="1"/>
+ <contents name="screenshot-class-implementation" title="Screenshot Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="desktop/screenshot/screenshot.cpp" href="desktop-screenshot-screenshot-cpp.html" subtype="file" title="" fulltitle="screenshot.cpp Example File" subtitle="desktop/screenshot/screenshot.cpp" location=""/>
+ <page access="public" status="commendable" name="desktop/screenshot/screenshot.h" href="desktop-screenshot-screenshot-h.html" subtype="file" title="" fulltitle="screenshot.h Example File" subtitle="desktop/screenshot/screenshot.h" location=""/>
+ <page access="public" status="commendable" name="desktop/screenshot/main.cpp" href="desktop-screenshot-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="desktop/screenshot/main.cpp" location=""/>
+ <page access="public" status="commendable" name="desktop/screenshot/screenshot.pro" href="desktop-screenshot-screenshot-pro.html" subtype="file" title="" fulltitle="screenshot.pro Example File" subtitle="desktop/screenshot/screenshot.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qmlreference.html" href="qmlreference.html" subtype="page" title="QML Reference" fulltitle="QML Reference" subtitle="" location="qmlreference.qdoc">
+ <target name="qtdeclarativemainpage"/>
+ </page>
+ <page access="public" status="commendable" name="network" href="network.html" subtype="group" title="Network Programming API" fulltitle="Network Programming API" subtitle="" location="qtnetwork.qdoc"/>
+ <page access="public" status="commendable" name="network-programming.html" href="network-programming.html" subtype="page" title="Network Programming" fulltitle="Network Programming" subtitle="" location="qtnetwork.qdoc">
+ <contents name="qt-s-classes-for-network-programming" title="Qt's Classes for Network Programming" level="1"/>
+ <contents name="high-level-network-operations-for-http-and-ftp" title="High Level Network Operations for HTTP and FTP" level="1"/>
+ <contents name="writing-ftp-clients-with-qftp" title="Writing FTP Clients with QFtp" level="1"/>
+ <contents name="using-tcp-with-qtcpsocket-and-qtcpserver" title="Using TCP with QTcpSocket and QTcpServer" level="1"/>
+ <contents name="using-udp-with-qudpsocket" title="Using UDP with QUdpSocket" level="1"/>
+ <contents name="resolving-host-names-using-qhostinfo" title="Resolving Host Names using QHostInfo" level="1"/>
+ <contents name="support-for-network-proxies" title="Support for Network Proxies" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="State" href="qml-state.html" title="QML State Element Reference" fulltitle="QML State Element Reference" subtitle="" location="qmlstate.cpp">
+ <page access="public" status="commendable" name="name" href="name.html" title="" fulltitle="" subtitle="" location="qmlstate.cpp"/>
+ <page access="public" status="commendable" name="when" href="when.html" title="" fulltitle="" subtitle="" location="qmlstate.cpp"/>
+ <page access="public" status="commendable" name="extends" href="extends.html" title="" fulltitle="" subtitle="" location="qmlstate.cpp"/>
+ <page access="public" status="commendable" name="changes" href="changes.html" title="" fulltitle="" subtitle="" location="qmlstate.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="tutorial2.html" href="tutorial2.html" subtype="page" title="Tutorial 2 - Some colors" fulltitle="Tutorial 2 - Some colors" subtitle="" location="tutorial2.qdoc">
+ <target name="tutorial2"/>
+ <contents name="walkthrough" title="Walkthrough" level="1"/>
+ <contents name="the-cell-component" title="The Cell Component" level="2"/>
+ <contents name="the-main-qml-file" title="The main QML file" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="tutorials-declarative-contacts.html" href="tutorials-declarative-contacts.html" subtype="page" title="Declarative UI Tutorial" fulltitle="Declarative UI Tutorial" subtitle="" location="declarative.qdoc"/>
+ <page access="public" status="commendable" name="tutorials/declarative/contacts/part1" href="tutorials-declarative-contacts-part1.html" subtype="example" title="Drawing and Animation" fulltitle="Drawing and Animation" subtitle="" location="declarative.qdoc">
+ <contents name="drawing" title="Drawing" level="1"/>
+ <contents name="layout" title="Layout" level="1"/>
+ <contents name="defining-states" title="Defining States" level="1"/>
+ <contents name="changing-states" title="Changing States" level="1"/>
+ <contents name="animation" title="Animation" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="tutorials/declarative/contacts/part2" href="tutorials-declarative-contacts-part2.html" subtype="example" title="Reusing QML Components" fulltitle="Reusing QML Components" subtitle="" location="declarative.qdoc">
+ <contents name="loading-qml-components" title="Loading QML Components" level="1"/>
+ <contents name="properties-and-signals" title="Properties and Signals" level="1"/>
+ <contents name="states" title="States" level="1"/>
+ <contents name="key-and-mouse-focus" title="Key and Mouse Focus" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="tutorials/declarative/contacts/part3" href="tutorials-declarative-contacts-part3.html" subtype="example" title="Models, Views and Delegates" fulltitle="Models, Views and Delegates" subtitle="" location="declarative.qdoc">
+ <contents name="simple-list-view" title="Simple List View" level="1"/>
+ <contents name="animating-delegates" title="Animating Delegates" level="1"/>
+ <contents name="performance-considerations" title="Performance Considerations" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qdbusxml2cpp.html" href="qdbusxml2cpp.html" subtype="page" title="QtDBus XML compiler (qdbusxml2cpp)" fulltitle="QtDBus XML compiler (qdbusxml2cpp)" subtitle="" location="qdbusxml2cpp.cpp">
+ <keyword name="qdbusxml2cpp"/>
+ </page>
+ <page access="public" status="commendable" name="demos/interview" href="demos-interview.html" subtype="example" title="Interview" fulltitle="Interview" subtitle="" location="interview.qdoc">
+ <page access="public" status="commendable" name="demos/interview/model.cpp" href="demos-interview-model-cpp.html" subtype="file" title="" fulltitle="model.cpp Example File" subtitle="demos/interview/model.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/interview/model.h" href="demos-interview-model-h.html" subtype="file" title="" fulltitle="model.h Example File" subtitle="demos/interview/model.h" location=""/>
+ <page access="public" status="commendable" name="demos/interview/main.cpp" href="demos-interview-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="demos/interview/main.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/interview/interview.pro" href="demos-interview-interview-pro.html" subtype="file" title="" fulltitle="interview.pro Example File" subtitle="demos/interview/interview.pro" location=""/>
+ <page access="public" status="commendable" name="demos/interview/interview.qrc" href="demos-interview-interview-qrc.html" subtype="file" title="" fulltitle="interview.qrc Example File" subtitle="demos/interview/interview.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="demos/macmainwindow" href="demos-macmainwindow.html" subtype="example" title="Mac Main Window Demo" fulltitle="Mac Main Window Demo" subtitle="" location="macmainwindow.qdoc">
+ <page access="public" status="commendable" name="demos/macmainwindow/macmainwindow.h" href="demos-macmainwindow-macmainwindow-h.html" subtype="file" title="" fulltitle="macmainwindow.h Example File" subtitle="demos/macmainwindow/macmainwindow.h" location=""/>
+ <page access="public" status="commendable" name="demos/macmainwindow/main.cpp" href="demos-macmainwindow-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="demos/macmainwindow/main.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/macmainwindow/macmainwindow.pro" href="demos-macmainwindow-macmainwindow-pro.html" subtype="file" title="" fulltitle="macmainwindow.pro Example File" subtitle="demos/macmainwindow/macmainwindow.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="network/googlesuggest" href="network-googlesuggest.html" subtype="example" title="Google Suggest Example" fulltitle="Google Suggest Example" subtitle="" location="googlesuggest.qdoc">
+ <page access="public" status="commendable" name="network/googlesuggest/googlesuggest.cpp" href="network-googlesuggest-googlesuggest-cpp.html" subtype="file" title="" fulltitle="googlesuggest.cpp Example File" subtitle="network/googlesuggest/googlesuggest.cpp" location=""/>
+ <page access="public" status="commendable" name="network/googlesuggest/googlesuggest.h" href="network-googlesuggest-googlesuggest-h.html" subtype="file" title="" fulltitle="googlesuggest.h Example File" subtitle="network/googlesuggest/googlesuggest.h" location=""/>
+ <page access="public" status="commendable" name="network/googlesuggest/searchbox.cpp" href="network-googlesuggest-searchbox-cpp.html" subtype="file" title="" fulltitle="searchbox.cpp Example File" subtitle="network/googlesuggest/searchbox.cpp" location=""/>
+ <page access="public" status="commendable" name="network/googlesuggest/searchbox.h" href="network-googlesuggest-searchbox-h.html" subtype="file" title="" fulltitle="searchbox.h Example File" subtitle="network/googlesuggest/searchbox.h" location=""/>
+ <page access="public" status="commendable" name="network/googlesuggest/main.cpp" href="network-googlesuggest-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="network/googlesuggest/main.cpp" location=""/>
+ <page access="public" status="commendable" name="network/googlesuggest/googlesuggest.pro" href="network-googlesuggest-googlesuggest-pro.html" subtype="file" title="" fulltitle="googlesuggest.pro Example File" subtitle="network/googlesuggest/googlesuggest.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="anchor-layout.html" href="anchor-layout.html" subtype="page" title="Anchor-based Layout" fulltitle="Anchor-based Layout" subtitle="" location="anchor-layout.qdoc">
+ <target name="anchor-layout"/>
+ <contents name="limitations" title="Limitations" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="itemviews/frozencolumn" href="itemviews-frozencolumn.html" subtype="example" title="Frozen Column Example" fulltitle="Frozen Column Example" subtitle="" location="frozencolumn.qdoc">
+ <contents name="freezetablewidget-class-definition" title="FreezeTableWidget Class Definition" level="1"/>
+ <contents name="freezetablewidget-class-implementation" title="FreezeTableWidget Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="itemviews/frozencolumn/freezetablewidget.cpp" href="itemviews-frozencolumn-freezetablewidget-cpp.html" subtype="file" title="" fulltitle="freezetablewidget.cpp Example File" subtitle="itemviews/frozencolumn/freezetablewidget.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/frozencolumn/freezetablewidget.h" href="itemviews-frozencolumn-freezetablewidget-h.html" subtype="file" title="" fulltitle="freezetablewidget.h Example File" subtitle="itemviews/frozencolumn/freezetablewidget.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/frozencolumn/main.cpp" href="itemviews-frozencolumn-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="itemviews/frozencolumn/main.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/frozencolumn/frozencolumn.pro" href="itemviews-frozencolumn-frozencolumn-pro.html" subtype="file" title="" fulltitle="frozencolumn.pro Example File" subtitle="itemviews/frozencolumn/frozencolumn.pro" location=""/>
+ <page access="public" status="commendable" name="itemviews/frozencolumn/grades.qrc" href="itemviews-frozencolumn-grades-qrc.html" subtype="file" title="" fulltitle="grades.qrc Example File" subtitle="itemviews/frozencolumn/grades.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="layouts/borderlayout" href="layouts-borderlayout.html" subtype="example" title="Border Layout Example" fulltitle="Border Layout Example" subtitle="" location="borderlayout.qdoc">
+ <page access="public" status="commendable" name="layouts/borderlayout/borderlayout.cpp" href="layouts-borderlayout-borderlayout-cpp.html" subtype="file" title="" fulltitle="borderlayout.cpp Example File" subtitle="layouts/borderlayout/borderlayout.cpp" location=""/>
+ <page access="public" status="commendable" name="layouts/borderlayout/borderlayout.h" href="layouts-borderlayout-borderlayout-h.html" subtype="file" title="" fulltitle="borderlayout.h Example File" subtitle="layouts/borderlayout/borderlayout.h" location=""/>
+ <page access="public" status="commendable" name="layouts/borderlayout/window.cpp" href="layouts-borderlayout-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="layouts/borderlayout/window.cpp" location=""/>
+ <page access="public" status="commendable" name="layouts/borderlayout/window.h" href="layouts-borderlayout-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="layouts/borderlayout/window.h" location=""/>
+ <page access="public" status="commendable" name="layouts/borderlayout/main.cpp" href="layouts-borderlayout-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="layouts/borderlayout/main.cpp" location=""/>
+ <page access="public" status="commendable" name="layouts/borderlayout/borderlayout.pro" href="layouts-borderlayout-borderlayout-pro.html" subtype="file" title="" fulltitle="borderlayout.pro Example File" subtitle="layouts/borderlayout/borderlayout.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="itemviews/fetchmore" href="itemviews-fetchmore.html" subtype="example" title="Fetch More Example" fulltitle="Fetch More Example" subtitle="" location="fetchmore.qdoc">
+ <contents name="filelistmodel-class-definition" title="FileListModel Class Definition" level="1"/>
+ <contents name="filelistmodel-class-implementation" title="FileListModel Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="itemviews/fetchmore/filelistmodel.cpp" href="itemviews-fetchmore-filelistmodel-cpp.html" subtype="file" title="" fulltitle="filelistmodel.cpp Example File" subtitle="itemviews/fetchmore/filelistmodel.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/fetchmore/filelistmodel.h" href="itemviews-fetchmore-filelistmodel-h.html" subtype="file" title="" fulltitle="filelistmodel.h Example File" subtitle="itemviews/fetchmore/filelistmodel.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/fetchmore/window.cpp" href="itemviews-fetchmore-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="itemviews/fetchmore/window.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/fetchmore/window.h" href="itemviews-fetchmore-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="itemviews/fetchmore/window.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/fetchmore/main.cpp" href="itemviews-fetchmore-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="itemviews/fetchmore/main.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/fetchmore/fetchmore.pro" href="itemviews-fetchmore-fetchmore-pro.html" subtype="file" title="" fulltitle="fetchmore.pro Example File" subtitle="itemviews/fetchmore/fetchmore.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="gallery-windowsxp.html" href="gallery-windowsxp.html" subtype="page" title="Windows XP Style Widget Gallery" fulltitle="Windows XP Style Widget Gallery" subtitle="" location="gallery-windowsxp.qdoc"/>
+ <page access="public" status="commendable" name="demos/textedit" href="demos-textedit.html" subtype="example" title="Text Edit" fulltitle="Text Edit" subtitle="" location="textedit.qdoc">
+ <page access="public" status="commendable" name="demos/textedit/textedit.cpp" href="demos-textedit-textedit-cpp.html" subtype="file" title="" fulltitle="textedit.cpp Example File" subtitle="demos/textedit/textedit.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/textedit/textedit.h" href="demos-textedit-textedit-h.html" subtype="file" title="" fulltitle="textedit.h Example File" subtitle="demos/textedit/textedit.h" location=""/>
+ <page access="public" status="commendable" name="demos/textedit/main.cpp" href="demos-textedit-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="demos/textedit/main.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/textedit/textedit.pro" href="demos-textedit-textedit-pro.html" subtype="file" title="" fulltitle="textedit.pro Example File" subtitle="demos/textedit/textedit.pro" location=""/>
+ <page access="public" status="commendable" name="demos/textedit/textedit.qrc" href="demos-textedit-textedit-qrc.html" subtype="file" title="" fulltitle="textedit.qrc Example File" subtitle="demos/textedit/textedit.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qundo.html" href="qundo.html" subtype="page" title="Overview of Qt's Undo Framework" fulltitle="Overview of Qt's Undo Framework" subtitle="" location="qundo.qdoc">
+ <keyword name="undo-framework"/>
+ <contents name="introduction" title="Introduction" level="1"/>
+ <contents name="classes" title="Classes" level="1"/>
+ <contents name="concepts" title="Concepts" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="QtWebKit" href="qtwebkit.html" subtype="module" title="QtWebKit Module" fulltitle="QtWebKit Module" subtitle="" location="qtwebkit.qdoc">
+ <contents name="license-information" title="License Information" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="webintegration.html" href="webintegration.html" subtype="page" title="Integrating Web Content with QtWebKit" fulltitle="Integrating Web Content with QtWebKit" subtitle="" location="qtwebkit.qdoc">
+ <keyword name="browser"/>
+ <keyword name="web-browser"/>
+ <contents name="architecture" title="Architecture" level="1"/>
+ <contents name="netscape-plugin-support" title="Netscape Plugin Support" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qaxserver-demo-hierarchy.html" href="qaxserver-demo-hierarchy.html" subtype="page" title="Qt Widget Hierarchy" fulltitle="Qt Widget Hierarchy" subtitle="" location="hierarchy.qdoc"/>
+ <page access="public" status="commendable" name="activeqt/hierarchy" href="activeqt-hierarchy.html" subtype="example" title="Hierarchy Example (ActiveQt)" fulltitle="Hierarchy Example (ActiveQt)" subtitle="" location="hierarchy.qdoc">
+ <page access="public" status="commendable" name="activeqt/hierarchy/objects.cpp" href="activeqt-hierarchy-objects-cpp.html" subtype="file" title="" fulltitle="objects.cpp Example File" subtitle="activeqt/hierarchy/objects.cpp" location=""/>
+ <page access="public" status="commendable" name="activeqt/hierarchy/objects.h" href="activeqt-hierarchy-objects-h.html" subtype="file" title="" fulltitle="objects.h Example File" subtitle="activeqt/hierarchy/objects.h" location=""/>
+ <page access="public" status="commendable" name="activeqt/hierarchy/main.cpp" href="activeqt-hierarchy-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="activeqt/hierarchy/main.cpp" location=""/>
+ <page access="public" status="commendable" name="activeqt/hierarchy/hierarchy.pro" href="activeqt-hierarchy-hierarchy-pro.html" subtype="file" title="" fulltitle="hierarchy.pro Example File" subtitle="activeqt/hierarchy/hierarchy.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="object.html" href="object.html" subtype="page" title="Qt Object Model" fulltitle="Qt Object Model" subtitle="" location="object.qdoc">
+ <target name="identity-vs-value"/>
+ <contents name="important-classes" title="Important Classes" level="1"/>
+ <contents name="qt-objects-identity-vs-value" title="Qt Objects: Identity vs Value" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="SetProperties" href="qml-setproperties.html" title="QML SetProperties Element Reference" fulltitle="QML SetProperties Element Reference" subtitle="" location="qmlsetproperties.cpp">
+ <page access="public" status="commendable" name="target" href="target.html" title="" fulltitle="" subtitle="" location="qmlsetproperties.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="demos-browser.html" href="demos-browser.html" subtype="page" title="Web Browser" fulltitle="Web Browser" subtitle="" location="browser.qdoc"/>
+ <page access="public" status="commendable" name="widgets/calendarwidget" href="widgets-calendarwidget.html" subtype="example" title="Calendar Widget Example" fulltitle="Calendar Widget Example" subtitle="" location="calendarwidget.qdoc">
+ <contents name="window-class-definition" title="Window Class Definition" level="1"/>
+ <contents name="window-class-implementation" title="Window Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="widgets/calendarwidget/window.cpp" href="widgets-calendarwidget-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="widgets/calendarwidget/window.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/calendarwidget/window.h" href="widgets-calendarwidget-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="widgets/calendarwidget/window.h" location=""/>
+ <page access="public" status="commendable" name="widgets/calendarwidget/main.cpp" href="widgets-calendarwidget-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="widgets/calendarwidget/main.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/calendarwidget/calendarwidget.pro" href="widgets-calendarwidget-calendarwidget-pro.html" subtype="file" title="" fulltitle="calendarwidget.pro Example File" subtitle="widgets/calendarwidget/calendarwidget.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qt-conf.html" href="qt-conf.html" subtype="page" title="Using qt.conf" fulltitle="Using qt.conf" subtitle="" location="qt-conf.qdoc"/>
+ <page access="public" status="commendable" name="richtext-processing" href="richtext-processing.html" subtype="group" title="Rich Text Processing APIs" fulltitle="Rich Text Processing APIs" subtitle="" location="richtext.qdoc"/>
+ <page access="public" status="commendable" name="richtext.html" href="richtext.html" subtype="page" title="Rich Text Processing" fulltitle="Rich Text Processing" subtitle="" location="richtext.qdoc">
+ <contents name="rich-text-processing-apis" title="Rich Text Processing APIs" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="richtext-structure.html" href="richtext-structure.html" subtype="page" title="Rich Text Document Structure" fulltitle="Rich Text Document Structure" subtitle="" location="richtext.qdoc">
+ <contents name="rich-text-documents" title="Rich Text Documents" level="1"/>
+ <contents name="document-elements" title="Document Elements" level="1"/>
+ <contents name="text-blocks" title="Text Blocks" level="2"/>
+ <contents name="frames" title="Frames" level="2"/>
+ <contents name="tables" title="Tables" level="2"/>
+ <contents name="lists" title="Lists" level="2"/>
+ <contents name="images" title="Images" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="richtext-cursor.html" href="richtext-cursor.html" subtype="page" title="The QTextCursor Interface" fulltitle="The QTextCursor Interface" subtitle="" location="richtext.qdoc">
+ <contents name="cursor-based-editing" title="Cursor-Based Editing" level="1"/>
+ <contents name="using-a-cursor" title="Using a Cursor" level="2"/>
+ <contents name="grouping-cursor-operations" title="Grouping Cursor Operations" level="2"/>
+ <contents name="multiple-cursors" title="Multiple Cursors" level="2"/>
+ <contents name="inserting-document-elements" title="Inserting Document Elements" level="1"/>
+ <contents name="text-and-text-fragments" title="Text and Text Fragments" level="2"/>
+ <contents name="blocks" title="Blocks" level="2"/>
+ <contents name="frames" title="Frames" level="2"/>
+ <contents name="tables" title="Tables" level="2"/>
+ <contents name="lists" title="Lists" level="2"/>
+ <contents name="images" title="Images" level="2"/>
+ <contents name="examples" title="Examples" level="1"/>
+ <contents name="manipulating-rich-text" title="Manipulating Rich Text" level="2"/>
+ <contents name="generating-a-calendar" title="Generating a Calendar" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="richtext-layouts.html" href="richtext-layouts.html" subtype="page" title="Document Layouts" fulltitle="Document Layouts" subtitle="" location="richtext.qdoc">
+ <contents name="overview" title="Overview" level="1"/>
+ <contents name="example-shaped-text-layout" title="Example - Shaped Text Layout" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="richtext-common-tasks.html" href="richtext-common-tasks.html" subtype="page" title="Common Rich Text Editing Tasks" fulltitle="Common Rich Text Editing Tasks" subtitle="" location="richtext.qdoc">
+ <contents name="using-qtextedit" title="Using QTextEdit" level="1"/>
+ <contents name="selecting-text" title="Selecting Text" level="1"/>
+ <contents name="finding-text" title="Finding Text" level="1"/>
+ <contents name="printing-documents" title="Printing Documents" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="richtext-advanced-processing.html" href="richtext-advanced-processing.html" subtype="page" title="Advanced Rich Text Processing" fulltitle="Advanced Rich Text Processing" subtitle="" location="richtext.qdoc">
+ <contents name="handling-large-files" title="Handling Large Files" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="richtext-html-subset.html" href="richtext-html-subset.html" subtype="page" title="Supported HTML Subset" fulltitle="Supported HTML Subset" subtitle="" location="richtext.qdoc">
+ <contents name="using-html-markup-in-text-widgets" title="Using HTML Markup in Text Widgets" level="1"/>
+ <contents name="supported-tags" title="Supported Tags" level="1"/>
+ <contents name="block-attributes" title="Block Attributes" level="1"/>
+ <contents name="list-attributes" title="List Attributes" level="1"/>
+ <contents name="table-cell-attributes" title="Table Cell Attributes" level="1"/>
+ <contents name="css-properties" title="CSS Properties" level="1"/>
+ <contents name="supported-css-selectors" title="Supported CSS Selectors" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qmlformat.html" href="qmlformat.html" subtype="page" title="QML Format" fulltitle="QML Format" subtitle="" location="qmlformat.qdoc"/>
+ <page access="public" status="commendable" name="animation" href="animation.html" subtype="group" title="Animation Framework" fulltitle="Animation Framework" subtitle="" location="animation.qdoc"/>
+ <page access="public" status="commendable" name="animation-overview.html" href="animation-overview.html" subtype="page" title="The Animation Framework" fulltitle="The Animation Framework" subtitle="" location="animation.qdoc">
+ <keyword name="animation"/>
+ <contents name="the-animation-architecture" title="The Animation Architecture" level="1"/>
+ <contents name="classes-in-the-animation-framework" title="Classes in the Animation Framework" level="1"/>
+ <contents name="animating-qt-properties" title="Animating Qt Properties" level="1"/>
+ <contents name="animations-and-the-graphics-view-framework" title="Animations and the Graphics View Framework" level="1"/>
+ <contents name="easing-curves" title="Easing Curves" level="1"/>
+ <contents name="putting-animations-together" title="Putting Animations Together" level="1"/>
+ <contents name="animations-and-states" title="Animations and States" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="opengl/grabber" href="opengl-grabber.html" subtype="example" title="Grabber Example" fulltitle="Grabber Example" subtitle="" location="grabber.qdoc">
+ <page access="public" status="commendable" name="opengl/grabber/glwidget.cpp" href="opengl-grabber-glwidget-cpp.html" subtype="file" title="" fulltitle="glwidget.cpp Example File" subtitle="opengl/grabber/glwidget.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/grabber/glwidget.h" href="opengl-grabber-glwidget-h.html" subtype="file" title="" fulltitle="glwidget.h Example File" subtitle="opengl/grabber/glwidget.h" location=""/>
+ <page access="public" status="commendable" name="opengl/grabber/mainwindow.cpp" href="opengl-grabber-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="opengl/grabber/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/grabber/mainwindow.h" href="opengl-grabber-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="opengl/grabber/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="opengl/grabber/main.cpp" href="opengl-grabber-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="opengl/grabber/main.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/grabber/grabber.pro" href="opengl-grabber-grabber-pro.html" subtype="file" title="" fulltitle="grabber.pro Example File" subtitle="opengl/grabber/grabber.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="network/loopback" href="network-loopback.html" subtype="example" title="Loopback Example" fulltitle="Loopback Example" subtitle="" location="loopback.qdoc">
+ <page access="public" status="commendable" name="network/loopback/dialog.cpp" href="network-loopback-dialog-cpp.html" subtype="file" title="" fulltitle="dialog.cpp Example File" subtitle="network/loopback/dialog.cpp" location=""/>
+ <page access="public" status="commendable" name="network/loopback/dialog.h" href="network-loopback-dialog-h.html" subtype="file" title="" fulltitle="dialog.h Example File" subtitle="network/loopback/dialog.h" location=""/>
+ <page access="public" status="commendable" name="network/loopback/main.cpp" href="network-loopback-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="network/loopback/main.cpp" location=""/>
+ <page access="public" status="commendable" name="network/loopback/loopback.pro" href="network-loopback-loopback-pro.html" subtype="file" title="" fulltitle="loopback.pro Example File" subtitle="network/loopback/loopback.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="richtext/textobject" href="richtext-textobject.html" subtype="example" title="Text Object Example" fulltitle="Text Object Example" subtitle="" location="textobject.qdoc">
+ <contents name="svgtextobject-class-definition" title="SvgTextObject Class Definition" level="1"/>
+ <contents name="svgtextobject-class-implementation" title="SvgTextObject Class Implementation" level="1"/>
+ <contents name="window-class-definition" title="Window Class Definition" level="1"/>
+ <contents name="window-class-implementation" title="Window Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="richtext/textobject/svgtextobject.cpp" href="richtext-textobject-svgtextobject-cpp.html" subtype="file" title="" fulltitle="svgtextobject.cpp Example File" subtitle="richtext/textobject/svgtextobject.cpp" location=""/>
+ <page access="public" status="commendable" name="richtext/textobject/svgtextobject.h" href="richtext-textobject-svgtextobject-h.html" subtype="file" title="" fulltitle="svgtextobject.h Example File" subtitle="richtext/textobject/svgtextobject.h" location=""/>
+ <page access="public" status="commendable" name="richtext/textobject/window.cpp" href="richtext-textobject-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="richtext/textobject/window.cpp" location=""/>
+ <page access="public" status="commendable" name="richtext/textobject/window.h" href="richtext-textobject-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="richtext/textobject/window.h" location=""/>
+ <page access="public" status="commendable" name="richtext/textobject/files/heart.svg" href="richtext-textobject-files-heart-svg.html" subtype="file" title="" fulltitle="heart.svg Example File" subtitle="richtext/textobject/files/heart.svg" location=""/>
+ <page access="public" status="commendable" name="richtext/textobject/main.cpp" href="richtext-textobject-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="richtext/textobject/main.cpp" location=""/>
+ <page access="public" status="commendable" name="richtext/textobject/textobject.pro" href="richtext-textobject-textobject-pro.html" subtype="file" title="" fulltitle="textobject.pro Example File" subtitle="richtext/textobject/textobject.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="sql/sqlwidgetmapper" href="sql-sqlwidgetmapper.html" subtype="example" title="SQL Widget Mapper Example" fulltitle="SQL Widget Mapper Example" subtitle="" location="sqlwidgetmapper.qdoc">
+ <contents name="window-class-definition" title="Window Class Definition" level="1"/>
+ <contents name="window-class-implementation" title="Window Class Implementation" level="1"/>
+ <contents name="summary-and-further-reading" title="Summary and Further Reading" level="1"/>
+ <page access="public" status="commendable" name="sql/sqlwidgetmapper/window.cpp" href="sql-sqlwidgetmapper-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="sql/sqlwidgetmapper/window.cpp" location=""/>
+ <page access="public" status="commendable" name="sql/sqlwidgetmapper/window.h" href="sql-sqlwidgetmapper-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="sql/sqlwidgetmapper/window.h" location=""/>
+ <page access="public" status="commendable" name="sql/sqlwidgetmapper/main.cpp" href="sql-sqlwidgetmapper-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="sql/sqlwidgetmapper/main.cpp" location=""/>
+ <page access="public" status="commendable" name="sql/sqlwidgetmapper/sqlwidgetmapper.pro" href="sql-sqlwidgetmapper-sqlwidgetmapper-pro.html" subtype="file" title="" fulltitle="sqlwidgetmapper.pro Example File" subtitle="sql/sqlwidgetmapper/sqlwidgetmapper.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="designer/taskmenuextension" href="designer-taskmenuextension.html" subtype="example" title="Task Menu Extension Example" fulltitle="Task Menu Extension Example" subtitle="" location="taskmenuextension.qdoc">
+ <contents name="the-project-file-taskmenuextension-pro" title="The Project File: taskmenuextension.pro" level="1"/>
+ <contents name="tictactoeplugin-class-definition" title="TicTacToePlugin Class Definition" level="1"/>
+ <contents name="tictactoeplugin-class-implementation" title="TicTacToePlugin Class Implementation" level="1"/>
+ <contents name="tictactoetaskmenufactory-class-definition" title="TicTacToeTaskMenuFactory Class Definition" level="1"/>
+ <contents name="tictactoetaskmenufactory-class-implementation" title="TicTacToeTaskMenuFactory Class Implementation" level="1"/>
+ <contents name="tictactoetaskmenu-class-definition" title="TicTacToeTaskMenu Class Definition" level="1"/>
+ <contents name="tictactoetaskmenu-class-implementation" title="TicTacToeTaskMenu Class Implementation" level="1"/>
+ <contents name="tictactoedialog-class-definition" title="TicTacToeDialog Class Definition" level="1"/>
+ <contents name="tictactoedialog-class-implementation" title="TicTacToeDialog Class Implementation" level="1"/>
+ <contents name="tictactoe-class-definition" title="TicTacToe Class Definition" level="1"/>
+ <page access="public" status="commendable" name="designer/taskmenuextension/tictactoe.cpp" href="designer-taskmenuextension-tictactoe-cpp.html" subtype="file" title="" fulltitle="tictactoe.cpp Example File" subtitle="designer/taskmenuextension/tictactoe.cpp" location=""/>
+ <page access="public" status="commendable" name="designer/taskmenuextension/tictactoe.h" href="designer-taskmenuextension-tictactoe-h.html" subtype="file" title="" fulltitle="tictactoe.h Example File" subtitle="designer/taskmenuextension/tictactoe.h" location=""/>
+ <page access="public" status="commendable" name="designer/taskmenuextension/tictactoedialog.cpp" href="designer-taskmenuextension-tictactoedialog-cpp.html" subtype="file" title="" fulltitle="tictactoedialog.cpp Example File" subtitle="designer/taskmenuextension/tictactoedialog.cpp" location=""/>
+ <page access="public" status="commendable" name="designer/taskmenuextension/tictactoedialog.h" href="designer-taskmenuextension-tictactoedialog-h.html" subtype="file" title="" fulltitle="tictactoedialog.h Example File" subtitle="designer/taskmenuextension/tictactoedialog.h" location=""/>
+ <page access="public" status="commendable" name="designer/taskmenuextension/tictactoeplugin.cpp" href="designer-taskmenuextension-tictactoeplugin-cpp.html" subtype="file" title="" fulltitle="tictactoeplugin.cpp Example File" subtitle="designer/taskmenuextension/tictactoeplugin.cpp" location=""/>
+ <page access="public" status="commendable" name="designer/taskmenuextension/tictactoeplugin.h" href="designer-taskmenuextension-tictactoeplugin-h.html" subtype="file" title="" fulltitle="tictactoeplugin.h Example File" subtitle="designer/taskmenuextension/tictactoeplugin.h" location=""/>
+ <page access="public" status="commendable" name="designer/taskmenuextension/tictactoetaskmenu.cpp" href="designer-taskmenuextension-tictactoetaskmenu-cpp.html" subtype="file" title="" fulltitle="tictactoetaskmenu.cpp Example File" subtitle="designer/taskmenuextension/tictactoetaskmenu.cpp" location=""/>
+ <page access="public" status="commendable" name="designer/taskmenuextension/tictactoetaskmenu.h" href="designer-taskmenuextension-tictactoetaskmenu-h.html" subtype="file" title="" fulltitle="tictactoetaskmenu.h Example File" subtitle="designer/taskmenuextension/tictactoetaskmenu.h" location=""/>
+ <page access="public" status="commendable" name="designer/taskmenuextension/taskmenuextension.pro" href="designer-taskmenuextension-taskmenuextension-pro.html" subtype="file" title="" fulltitle="taskmenuextension.pro Example File" subtitle="designer/taskmenuextension/taskmenuextension.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="Image" href="qml-image.html" title="QML Image Element Reference" fulltitle="QML Image Element Reference" subtitle="" location="qfximage.cpp">
+ <page access="public" status="commendable" name="fillMode" href="fillmode.html" title="" fulltitle="" subtitle="" location="qfximage.cpp"/>
+ <page access="public" status="commendable" name="status" href="status.html" title="" fulltitle="" subtitle="" location="qfximage.cpp"/>
+ <page access="public" status="commendable" name="progress" href="progress.html" title="" fulltitle="" subtitle="" location="qfximage.cpp"/>
+ <page access="public" status="commendable" name="smooth" href="smooth.html" title="" fulltitle="" subtitle="" location="qfximage.cpp"/>
+ <page access="public" status="commendable" name="source" href="source.html" title="" fulltitle="" subtitle="" location="qfximage.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="openvg.html" href="openvg.html" subtype="page" title="OpenVG Rendering in Qt" fulltitle="OpenVG Rendering in Qt" subtitle="" location="openvg.qdoc">
+ <contents name="building-qt-with-openvg-support" title="Building Qt with OpenVG support" level="1"/>
+ <contents name="using-the-openvg-graphics-system" title="Using the OpenVG graphics system" level="1"/>
+ <contents name="supported-features" title="Supported features" level="1"/>
+ <contents name="context-modes" title="Context modes" level="2"/>
+ <contents name="transformation-matrices" title="Transformation matrices" level="2"/>
+ <contents name="composition-modes" title="Composition modes" level="2"/>
+ <contents name="pens-and-brushes" title="Pens and brushes" level="2"/>
+ <contents name="rectangles-lines-and-points" title="Rectangles, lines, and points" level="2"/>
+ <contents name="polygons-and-ellipses" title="Polygons and Ellipses" level="2"/>
+ <contents name="other-objects" title="Other Objects" level="2"/>
+ <contents name="clipping" title="Clipping" level="2"/>
+ <contents name="opacity" title="Opacity" level="2"/>
+ <contents name="text-drawing" title="Text Drawing" level="2"/>
+ <contents name="pixmaps" title="Pixmaps" level="2"/>
+ <contents name="pixmap-filters" title="Pixmap filters" level="2"/>
+ <contents name="known-issues" title="Known issues" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qt4-intro.html" href="qt4-intro.html" subtype="page" title="What's New in Qt 4" fulltitle="What's New in Qt 4" subtitle="" location="qt4-intro.qdoc">
+ <contents name="new-technologies-in-qt-4" title="New Technologies in Qt 4" level="1"/>
+ <contents name="recent-additions-to-qt-4" title="Recent Additions to Qt 4" level="1"/>
+ <contents name="significant-improvements" title="Significant Improvements" level="1"/>
+ <contents name="build-system" title="Build System" level="1"/>
+ <contents name="include-syntax" title="Include Syntax" level="1"/>
+ <contents name="namespaces" title="Namespaces" level="1"/>
+ <contents name="qobject-qwidget-constructors" title="QObject/QWidget Constructors" level="1"/>
+ <contents name="dynamic-casts" title="Dynamic Casts" level="1"/>
+ <contents name="qpointer-t" title="QPointer&lt;T&gt;" level="1"/>
+ <contents name="paint-events" title="Paint Events" level="1"/>
+ <contents name="qt-3-support-layer" title="Qt 3 Support Layer" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qt4-5-intro.html" href="qt4-5-intro.html" subtype="page" title="What's New in Qt 4.5" fulltitle="What's New in Qt 4.5" subtitle="" location="qt4-intro.qdoc">
+ <contents name="qt-webkit-integration" title="Qt WebKit Integration" level="1"/>
+ <contents name="performance-improvements" title="Performance Improvements" level="1"/>
+ <contents name="mac-os-x-cocoa-support" title="Mac OS X Cocoa Support" level="1"/>
+ <contents name="windows-ce-feature-parity" title="Windows CE Feature Parity" level="1"/>
+ <contents name="xml-transformations-with-xslt" title="XML Transformations with XSLT" level="1"/>
+ <contents name="qt-script-debugger" title="Qt Script Debugger" level="1"/>
+ <contents name="opendocument-file-format-support" title="OpenDocument File Format Support" level="1"/>
+ <contents name="improved-network-proxy-support" title="Improved Network Proxy Support" level="1"/>
+ <contents name="qt-designer-improvements" title="Qt Designer Improvements" level="1"/>
+ <contents name="qt-linguist-improvements" title="Qt Linguist Improvements" level="1"/>
+ <contents name="graphics-enhancements" title="Graphics Enhancements" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="tutorials.html" href="tutorials.html" subtype="page" title="Tutorials" fulltitle="Tutorials" subtitle="" location="tutorials.qdoc"/>
+ <page access="public" status="commendable" name="graphicsview/diagramscene" href="graphicsview-diagramscene.html" subtype="example" title="Diagram Scene Example" fulltitle="Diagram Scene Example" subtitle="" location="diagramscene.qdoc">
+ <contents name="mainwindow-class-definition" title="MainWindow Class Definition" level="1"/>
+ <contents name="mainwindow-class-implementation" title="MainWindow Class Implementation" level="1"/>
+ <contents name="diagramscene-class-definition" title="DiagramScene Class Definition" level="1"/>
+ <contents name="diagramscene-class-implementation" title="DiagramScene Class Implementation" level="1"/>
+ <contents name="diagramitem-class-definition" title="DiagramItem Class Definition" level="1"/>
+ <contents name="diagramitem-class-implementation" title="DiagramItem Class Implementation" level="1"/>
+ <contents name="diagramtextitem-class-definition" title="DiagramTextItem Class Definition" level="1"/>
+ <contents name="diagramtextitem-implementation" title="DiagramTextItem Implementation" level="1"/>
+ <contents name="arrow-class-definition" title="Arrow Class Definition" level="1"/>
+ <contents name="arrow-class-implementation" title="Arrow Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="graphicsview/diagramscene/arrow.cpp" href="graphicsview-diagramscene-arrow-cpp.html" subtype="file" title="" fulltitle="arrow.cpp Example File" subtitle="graphicsview/diagramscene/arrow.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/diagramscene/arrow.h" href="graphicsview-diagramscene-arrow-h.html" subtype="file" title="" fulltitle="arrow.h Example File" subtitle="graphicsview/diagramscene/arrow.h" location=""/>
+ <page access="public" status="commendable" name="graphicsview/diagramscene/diagramitem.cpp" href="graphicsview-diagramscene-diagramitem-cpp.html" subtype="file" title="" fulltitle="diagramitem.cpp Example File" subtitle="graphicsview/diagramscene/diagramitem.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/diagramscene/diagramitem.h" href="graphicsview-diagramscene-diagramitem-h.html" subtype="file" title="" fulltitle="diagramitem.h Example File" subtitle="graphicsview/diagramscene/diagramitem.h" location=""/>
+ <page access="public" status="commendable" name="graphicsview/diagramscene/diagramscene.cpp" href="graphicsview-diagramscene-diagramscene-cpp.html" subtype="file" title="" fulltitle="diagramscene.cpp Example File" subtitle="graphicsview/diagramscene/diagramscene.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/diagramscene/diagramscene.h" href="graphicsview-diagramscene-diagramscene-h.html" subtype="file" title="" fulltitle="diagramscene.h Example File" subtitle="graphicsview/diagramscene/diagramscene.h" location=""/>
+ <page access="public" status="commendable" name="graphicsview/diagramscene/diagramtextitem.cpp" href="graphicsview-diagramscene-diagramtextitem-cpp.html" subtype="file" title="" fulltitle="diagramtextitem.cpp Example File" subtitle="graphicsview/diagramscene/diagramtextitem.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/diagramscene/diagramtextitem.h" href="graphicsview-diagramscene-diagramtextitem-h.html" subtype="file" title="" fulltitle="diagramtextitem.h Example File" subtitle="graphicsview/diagramscene/diagramtextitem.h" location=""/>
+ <page access="public" status="commendable" name="graphicsview/diagramscene/mainwindow.cpp" href="graphicsview-diagramscene-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="graphicsview/diagramscene/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/diagramscene/mainwindow.h" href="graphicsview-diagramscene-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="graphicsview/diagramscene/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="graphicsview/diagramscene/main.cpp" href="graphicsview-diagramscene-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="graphicsview/diagramscene/main.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/diagramscene/diagramscene.pro" href="graphicsview-diagramscene-diagramscene-pro.html" subtype="file" title="" fulltitle="diagramscene.pro Example File" subtitle="graphicsview/diagramscene/diagramscene.pro" location=""/>
+ <page access="public" status="commendable" name="graphicsview/diagramscene/diagramscene.qrc" href="graphicsview-diagramscene-diagramscene-qrc.html" subtype="file" title="" fulltitle="diagramscene.qrc Example File" subtitle="graphicsview/diagramscene/diagramscene.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qmlfocus.html" href="qmlfocus.html" subtype="page" title="Fluid UI Keyboard Focus" fulltitle="Fluid UI Keyboard Focus" subtitle="" location="focus.qdoc">
+ <target name="qmlfocus"/>
+ <contents name="key-handling-overview" title="Key Handling Overview" level="1"/>
+ <contents name="querying-the-active-focus-item" title="Querying the Active Focus Item" level="1"/>
+ <contents name="acquiring-focus-and-focus-scopes" title="Acquiring Focus and Focus Scopes" level="1"/>
+ <contents name="advanced-uses-of-focus-scopes" title="Advanced uses of Focus Scopes" level="1"/>
+ <contents name="focus-panels" title="Focus Panels" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="statemachine/trafficlight" href="statemachine-trafficlight.html" subtype="example" title="Traffic Light Example" fulltitle="Traffic Light Example" subtitle="" location="trafficlight.qdoc">
+ <page access="public" status="commendable" name="statemachine/trafficlight/main.cpp" href="statemachine-trafficlight-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="statemachine/trafficlight/main.cpp" location=""/>
+ <page access="public" status="commendable" name="statemachine/trafficlight/trafficlight.pro" href="statemachine-trafficlight-trafficlight-pro.html" subtype="file" title="" fulltitle="trafficlight.pro Example File" subtitle="statemachine/trafficlight/trafficlight.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="dialogs/standarddialogs" href="dialogs-standarddialogs.html" subtype="example" title="Standard Dialogs Example" fulltitle="Standard Dialogs Example" subtitle="" location="standarddialogs.qdoc">
+ <page access="public" status="commendable" name="dialogs/standarddialogs/dialog.cpp" href="dialogs-standarddialogs-dialog-cpp.html" subtype="file" title="" fulltitle="dialog.cpp Example File" subtitle="dialogs/standarddialogs/dialog.cpp" location=""/>
+ <page access="public" status="commendable" name="dialogs/standarddialogs/dialog.h" href="dialogs-standarddialogs-dialog-h.html" subtype="file" title="" fulltitle="dialog.h Example File" subtitle="dialogs/standarddialogs/dialog.h" location=""/>
+ <page access="public" status="commendable" name="dialogs/standarddialogs/main.cpp" href="dialogs-standarddialogs-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="dialogs/standarddialogs/main.cpp" location=""/>
+ <page access="public" status="commendable" name="dialogs/standarddialogs/standarddialogs.pro" href="dialogs-standarddialogs-standarddialogs-pro.html" subtype="file" title="" fulltitle="standarddialogs.pro Example File" subtitle="dialogs/standarddialogs/standarddialogs.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="dbus/complexpingpong" href="dbus-complexpingpong.html" subtype="example" title="Complex Ping Pong Example" fulltitle="Complex Ping Pong Example" subtitle="" location="complexpingpong.qdoc">
+ <page access="public" status="commendable" name="dbus/complexpingpong/complexping.cpp" href="dbus-complexpingpong-complexping-cpp.html" subtype="file" title="" fulltitle="complexping.cpp Example File" subtitle="dbus/complexpingpong/complexping.cpp" location=""/>
+ <page access="public" status="commendable" name="dbus/complexpingpong/complexping.h" href="dbus-complexpingpong-complexping-h.html" subtype="file" title="" fulltitle="complexping.h Example File" subtitle="dbus/complexpingpong/complexping.h" location=""/>
+ <page access="public" status="commendable" name="dbus/complexpingpong/complexpong.cpp" href="dbus-complexpingpong-complexpong-cpp.html" subtype="file" title="" fulltitle="complexpong.cpp Example File" subtitle="dbus/complexpingpong/complexpong.cpp" location=""/>
+ <page access="public" status="commendable" name="dbus/complexpingpong/complexpong.h" href="dbus-complexpingpong-complexpong-h.html" subtype="file" title="" fulltitle="complexpong.h Example File" subtitle="dbus/complexpingpong/complexpong.h" location=""/>
+ <page access="public" status="commendable" name="dbus/complexpingpong/ping-common.h" href="dbus-complexpingpong-ping-common-h.html" subtype="file" title="" fulltitle="ping-common.h Example File" subtitle="dbus/complexpingpong/ping-common.h" location=""/>
+ <page access="public" status="commendable" name="dbus/complexpingpong/complexping.pro" href="dbus-complexpingpong-complexping-pro.html" subtype="file" title="" fulltitle="complexping.pro Example File" subtitle="dbus/complexpingpong/complexping.pro" location=""/>
+ <page access="public" status="commendable" name="dbus/complexpingpong/complexpingpong.pro" href="dbus-complexpingpong-complexpingpong-pro.html" subtype="file" title="" fulltitle="complexpingpong.pro Example File" subtitle="dbus/complexpingpong/complexpingpong.pro" location=""/>
+ <page access="public" status="commendable" name="dbus/complexpingpong/complexpong.pro" href="dbus-complexpingpong-complexpong-pro.html" subtype="file" title="" fulltitle="complexpong.pro Example File" subtitle="dbus/complexpingpong/complexpong.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="developing-with-qt.html" href="developing-with-qt.html" subtype="page" title="Cross Platform Development with Qt" fulltitle="Cross Platform Development with Qt" subtitle="" location="developing-with-qt.qdoc"/>
+ <page access="public" status="commendable" name="xquery-introduction.html" href="xquery-introduction.html" subtype="page" title="A Short Path to XQuery" fulltitle="A Short Path to XQuery" subtitle="" location="xquery-introduction.qdoc">
+ <target name="xquery-introduction"/>
+ <target name="shorthand-form"/>
+ <target name="name-tests"/>
+ <target name="empty-method-not-robust"/>
+ <target name="constructing-elements"/>
+ <contents name="introduction" title="Introduction" level="1"/>
+ <contents name="using-path-expressions-to-match-select-items" title="Using Path Expressions To Match &amp; Select Items" level="1"/>
+ <contents name="axis-steps" title="Axis Steps" level="2"/>
+ <contents name="axis-specifiers" title="Axis Specifiers" level="2"/>
+ <contents name="node-tests" title="Node Tests" level="2"/>
+ <contents name="shorthand-form" title="Shorthand Form" level="2"/>
+ <contents name="name-tests" title="Name Tests" level="2"/>
+ <contents name="wildcards-in-name-tests" title="Wildcards in Name Tests" level="3"/>
+ <contents name="using-predicates-in-path-expressions" title="Using Predicates In Path Expressions" level="1"/>
+ <contents name="positional-predicates" title="Positional Predicates" level="2"/>
+ <contents name="boolean-predicates" title="Boolean Predicates" level="2"/>
+ <contents name="constructing-elements" title="Constructing Elements" level="1"/>
+ <contents name="element-constructors-are-expressions" title="Element Constructors are Expressions" level="2"/>
+ <contents name="constructing-atomic-values" title="Constructing Atomic Values" level="1"/>
+ <contents name="running-the-cookbook-examples" title="Running The Cookbook Examples" level="1"/>
+ <contents name="cookbook-xml" title="cookbook.xml" level="2"/>
+ <contents name="further-reading" title="Further Reading" level="1"/>
+ <contents name="faq" title="FAQ" level="1"/>
+ <contents name="why-didn-t-my-path-expression-match-anything" title="Why didn't my path expression match anything?" level="2"/>
+ <contents name="what-if-my-input-namespace-is-different-from-my-output-namespace" title="What if my input namespace is different from my output namespace?" level="2"/>
+ <contents name="why-doesn-t-my-return-clause-work" title="Why doesn't my return clause work?" level="2"/>
+ <contents name="why-didn-t-my-expression-get-evaluated" title="Why didn't my expression get evaluated?" level="2"/>
+ <contents name="my-predicate-is-correct-so-why-doesn-t-it-select-the-right-stuff" title="My predicate is correct, so why doesn't it select the right stuff?" level="2"/>
+ <contents name="why-doesn-t-my-flwor-behave-as-expected" title="Why doesn't my FLWOR behave as expected?" level="2"/>
+ <contents name="why-are-my-elements-created-in-the-wrong-order" title="Why are my elements created in the wrong order?" level="2"/>
+ <contents name="why-can-t-i-use-and-in-my-xquery" title="Why can't I use and in my XQuery?" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="qt-embedded-accel.html" href="qt-embedded-accel.html" subtype="page" title="Adding an Accelerated Graphics Driver to Qt for Embedded Linux" fulltitle="Adding an Accelerated Graphics Driver to Qt for Embedded Linux" subtitle="" location="emb-accel.qdoc">
+ <target name="add-your-graphics-driver-to-qt-for-embedded-linux"/>
+ <contents name="step-1-create-a-custom-screen" title="Step 1: Create a Custom Screen" level="1"/>
+ <contents name="step-2-implement-a-custom-raster-paint-engine" title="Step 2: Implement a Custom Raster Paint Engine" level="1"/>
+ <contents name="step-3-make-the-paint-device-aware-of-your-paint-engine" title="Step 3: Make the Paint Device Aware of Your Paint Engine" level="1"/>
+ <contents name="step-4-make-the-window-surface-aware-of-your-paint-device" title="Step 4: Make the Window Surface Aware of Your Paint Device" level="1"/>
+ <contents name="step-5-enable-creation-of-an-instance-of-your-window-surface" title="Step 5: Enable Creation of an Instance of Your Window Surface" level="1"/>
+ </page>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_DECLARE_EXTENSION_INTERFACE" href="qextensionmanager.html#Q_DECLARE_EXTENSION_INTERFACE" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QExtensionManager" type="" signature="Q_DECLARE_EXTENSION_INTERFACE( ExtensionName, Identifier)">
+ <parameter left="" right="" name="ExtensionName" default=""/>
+ <parameter left="" right="" name="Identifier" default=""/>
+ </function>
+ <page access="public" status="commendable" name="demos.html" href="demos.html" subtype="page" title="Qt Demonstrations" fulltitle="Qt Demonstrations" subtitle="" location="demos.qdoc">
+ <contents name="painting" title="Painting" level="1"/>
+ <contents name="item-views" title="Item Views" level="1"/>
+ <contents name="sql" title="SQL" level="1"/>
+ <contents name="rich-text" title="Rich Text" level="1"/>
+ <contents name="main-window" title="Main Window" level="1"/>
+ <contents name="graphics-view" title="Graphics View" level="1"/>
+ <contents name="tools" title="Tools" level="1"/>
+ <contents name="qtwebkit" title="QtWebKit" level="1"/>
+ <contents name="phonon" title="Phonon" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="draganddrop/delayedencoding" href="draganddrop-delayedencoding.html" subtype="example" title="Delayed Encoding Example" fulltitle="Delayed Encoding Example" subtitle="" location="delayedencoding.qdoc">
+ <contents name="sourcewidget-class-definition" title="SourceWidget Class Definition" level="1"/>
+ <contents name="sourcewidget-class-implementation" title="SourceWidget Class Implementation" level="1"/>
+ <contents name="mimedata-class-definition" title="MimeData Class Definition" level="1"/>
+ <contents name="mimedata-class-implementation" title="MimeData Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="draganddrop/delayedencoding/mimedata.cpp" href="draganddrop-delayedencoding-mimedata-cpp.html" subtype="file" title="" fulltitle="mimedata.cpp Example File" subtitle="draganddrop/delayedencoding/mimedata.cpp" location=""/>
+ <page access="public" status="commendable" name="draganddrop/delayedencoding/mimedata.h" href="draganddrop-delayedencoding-mimedata-h.html" subtype="file" title="" fulltitle="mimedata.h Example File" subtitle="draganddrop/delayedencoding/mimedata.h" location=""/>
+ <page access="public" status="commendable" name="draganddrop/delayedencoding/sourcewidget.cpp" href="draganddrop-delayedencoding-sourcewidget-cpp.html" subtype="file" title="" fulltitle="sourcewidget.cpp Example File" subtitle="draganddrop/delayedencoding/sourcewidget.cpp" location=""/>
+ <page access="public" status="commendable" name="draganddrop/delayedencoding/sourcewidget.h" href="draganddrop-delayedencoding-sourcewidget-h.html" subtype="file" title="" fulltitle="sourcewidget.h Example File" subtitle="draganddrop/delayedencoding/sourcewidget.h" location=""/>
+ <page access="public" status="commendable" name="draganddrop/delayedencoding/images/example.svg" href="draganddrop-delayedencoding-images-example-svg.html" subtype="file" title="" fulltitle="example.svg Example File" subtitle="draganddrop/delayedencoding/images/example.svg" location=""/>
+ <page access="public" status="commendable" name="draganddrop/delayedencoding/main.cpp" href="draganddrop-delayedencoding-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="draganddrop/delayedencoding/main.cpp" location=""/>
+ <page access="public" status="commendable" name="draganddrop/delayedencoding/delayedencoding.pro" href="draganddrop-delayedencoding-delayedencoding-pro.html" subtype="file" title="" fulltitle="delayedencoding.pro Example File" subtitle="draganddrop/delayedencoding/delayedencoding.pro" location=""/>
+ <page access="public" status="commendable" name="draganddrop/delayedencoding/delayedencoding.qrc" href="draganddrop-delayedencoding-delayedencoding-qrc.html" subtype="file" title="" fulltitle="delayedencoding.qrc Example File" subtitle="draganddrop/delayedencoding/delayedencoding.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="objecttrees.html" href="objecttrees.html" subtype="page" title="Object Trees and Object Ownership" fulltitle="Object Trees and Object Ownership" subtitle="" location="objecttrees.qdoc">
+ <target name="note-on-the-order-of-construction-destruction-of-qobjects"/>
+ <contents name="overview" title="Overview" level="1"/>
+ <contents name="construction-destruction-order-of-qobjects" title="Construction/Destruction Order of QObjects" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="examples-overview.html" href="examples-overview.html" subtype="page" title="" fulltitle="" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples.html" href="examples.html" subtype="page" title="Qt Examples" fulltitle="Qt Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-widgets.html" href="examples-widgets.html" subtype="page" title="Widgets Examples" fulltitle="Widgets Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-dialogs.html" href="examples-dialogs.html" subtype="page" title="Dialog Examples" fulltitle="Dialog Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-mainwindow.html" href="examples-mainwindow.html" subtype="page" title="Main Window Examples" fulltitle="Main Window Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-layouts.html" href="examples-layouts.html" subtype="page" title="Layout Examples" fulltitle="Layout Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-itemviews.html" href="examples-itemviews.html" subtype="page" title="Item Views Examples" fulltitle="Item Views Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-graphicsview.html" href="examples-graphicsview.html" subtype="page" title="Graphics View Examples" fulltitle="Graphics View Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-painting.html" href="examples-painting.html" subtype="page" title="Painting Examples" fulltitle="Painting Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-richtext.html" href="examples-richtext.html" subtype="page" title="Rich Text Examples" fulltitle="Rich Text Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-desktop.html" href="examples-desktop.html" subtype="page" title="Desktop Examples" fulltitle="Desktop Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-draganddrop.html" href="examples-draganddrop.html" subtype="page" title="Drag and Drop Examples" fulltitle="Drag and Drop Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-threadandconcurrent.html" href="examples-threadandconcurrent.html" subtype="page" title="Threading and Concurrent Programming Examples" fulltitle="Threading and Concurrent Programming Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples.tools.html" href="examples-tools.html" subtype="page" title="Tools Examples" fulltitle="Tools Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-network.html" href="examples-network.html" subtype="page" title="Network Examples" fulltitle="Network Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-ipc.html" href="examples-ipc.html" subtype="page" title="Inter-Process Communication Examples" fulltitle="Inter-Process Communication Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-opengl.html" href="examples-opengl.html" subtype="page" title="OpenGL Examples" fulltitle="OpenGL Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-multimedia.html" href="examples-multimedia.html" subtype="page" title="Multimedia Examples" fulltitle="Multimedia Examples" subtitle="" location="examples.qdoc">
+ <contents name="multimedia" title="Multimedia" level="1"/>
+ <contents name="phonon" title="Phonon" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="examples-sql.html" href="examples-sql.html" subtype="page" title="SQL Examples" fulltitle="SQL Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-xml.html" href="examples-xml.html" subtype="page" title="XML Examples" fulltitle="XML Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-designer.html" href="examples-designer.html" subtype="page" title="Qt Designer Examples" fulltitle="Qt Designer Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-uitools.html" href="examples-uitools.html" subtype="page" title="UiTools Examples" fulltitle="UiTools Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-linguist.html" href="examples-linguist.html" subtype="page" title="Qt Linguist Examples" fulltitle="Qt Linguist Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-script.html" href="examples-script.html" subtype="page" title="Qt Script Examples" fulltitle="Qt Script Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-webkit.html" href="examples-webkit.html" subtype="page" title="WebKit Examples" fulltitle="WebKit Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-helpsystem.html" href="examples-helpsystem.html" subtype="page" title="Help System Examples" fulltitle="Help System Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-statemachine.html" href="examples-statemachine.html" subtype="page" title="State Machine Examples" fulltitle="State Machine Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-animation.html" href="examples-animation.html" subtype="page" title="Animation Framework Examples" fulltitle="Animation Framework Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-embeddedlinux.html" href="examples-embeddedlinux.html" subtype="page" title="Qt for Embedded Linux Examples" fulltitle="Qt for Embedded Linux Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-activeqt.html" href="examples-activeqt.html" subtype="page" title="ActiveQt Examples" fulltitle="ActiveQt Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="examples-dbus.html" href="examples-dbus.html" subtype="page" title="D-Bus Examples" fulltitle="D-Bus Examples" subtitle="" location="examples.qdoc"/>
+ <page access="public" status="commendable" name="animation/moveblocks" href="animation-moveblocks.html" subtype="example" title="Move Blocks Example" fulltitle="Move Blocks Example" subtitle="" location="moveblocks.qdoc">
+ <contents name="the-function" title="The Function" level="1"/>
+ <contents name="the-function" title="The Function" level="2"/>
+ <contents name="the-stateswitcher-class" title="The StateSwitcher Class" level="1"/>
+ <contents name="the-stateswitchtransition-class" title="The StateSwitchTransition Class" level="1"/>
+ <contents name="the-stateswitchevent-class" title="The StateSwitchEvent Class" level="1"/>
+ <contents name="the-qgraphicsrectwidget-class" title="The QGraphicsRectWidget Class" level="1"/>
+ <contents name="moving-on" title="Moving On" level="1"/>
+ <page access="public" status="commendable" name="animation/moveblocks/main.cpp" href="animation-moveblocks-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="animation/moveblocks/main.cpp" location=""/>
+ <page access="public" status="commendable" name="animation/moveblocks/moveblocks.pro" href="animation-moveblocks-moveblocks-pro.html" subtype="file" title="" fulltitle="moveblocks.pro Example File" subtitle="animation/moveblocks/moveblocks.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="ipc/sharedmemory" href="ipc-sharedmemory.html" subtype="example" title="Shared Memory Example" fulltitle="Shared Memory Example" subtitle="" location="sharedmemory.qdoc">
+ <page access="public" status="commendable" name="ipc/sharedmemory/dialog.cpp" href="ipc-sharedmemory-dialog-cpp.html" subtype="file" title="" fulltitle="dialog.cpp Example File" subtitle="ipc/sharedmemory/dialog.cpp" location=""/>
+ <page access="public" status="commendable" name="ipc/sharedmemory/dialog.h" href="ipc-sharedmemory-dialog-h.html" subtype="file" title="" fulltitle="dialog.h Example File" subtitle="ipc/sharedmemory/dialog.h" location=""/>
+ <page access="public" status="commendable" name="ipc/sharedmemory/dialog.ui" href="ipc-sharedmemory-dialog-ui.html" subtype="file" title="" fulltitle="dialog.ui Example File" subtitle="ipc/sharedmemory/dialog.ui" location=""/>
+ <page access="public" status="commendable" name="ipc/sharedmemory/main.cpp" href="ipc-sharedmemory-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="ipc/sharedmemory/main.cpp" location=""/>
+ <page access="public" status="commendable" name="ipc/sharedmemory/sharedmemory.pro" href="ipc-sharedmemory-sharedmemory-pro.html" subtype="file" title="" fulltitle="sharedmemory.pro Example File" subtitle="ipc/sharedmemory/sharedmemory.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tutorials-addressbook-fr.html" href="tutorials-addressbook-fr.html" subtype="page" title="Tutoriel &quot;Carnet d'adresses&quot;" fulltitle="Tutoriel &quot;Carnet d'adresses&quot;" subtitle="" location="addressbook-fr.qdoc"/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part1" href="tutorials-addressbook-fr-part1.html" subtype="example" title="Carnet d'adresses 1 - Conception de l'interface utilisateur" fulltitle="Carnet d'adresses 1 - Conception de l'interface utilisateur" subtitle="" location="addressbook-fr.qdoc">
+ <contents name="programmation-en-qt-h-ritage" title="Programmation en Qt - héritage" level="1"/>
+ <contents name="la-classe-addressbook" title="La classe AddressBook" level="1"/>
+ <contents name="impl-mentation-de-la-classe-addressbook" title="Implémentation de la classe AddressBook" level="1"/>
+ <contents name="ex-cution-de-l-application" title="Exécution de l'application" level="1"/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part1/addressbook.cpp" href="tutorials-addressbook-fr-part1-addressbook-cpp.html" subtype="file" title="" fulltitle="addressbook.cpp Example File" subtitle="tutorials/addressbook-fr/part1/addressbook.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part1/addressbook.h" href="tutorials-addressbook-fr-part1-addressbook-h.html" subtype="file" title="" fulltitle="addressbook.h Example File" subtitle="tutorials/addressbook-fr/part1/addressbook.h" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part1/main.cpp" href="tutorials-addressbook-fr-part1-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tutorials/addressbook-fr/part1/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part1/part1.pro" href="tutorials-addressbook-fr-part1-part1-pro.html" subtype="file" title="" fulltitle="part1.pro Example File" subtitle="tutorials/addressbook-fr/part1/part1.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part2" href="tutorials-addressbook-fr-part2.html" subtype="example" title="Carnet d'adresses 2 - Ajouter des adresses" fulltitle="Carnet d'adresses 2 - Ajouter des adresses" subtitle="" location="addressbook-fr.qdoc">
+ <contents name="d-finition-de-la-classe-addressbook" title="Définition de la classe AddressBook" level="1"/>
+ <contents name="impl-mentation-de-la-classe-addressbook" title="Implémentation de la classe AddressBook" level="1"/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part2/addressbook.cpp" href="tutorials-addressbook-fr-part2-addressbook-cpp.html" subtype="file" title="" fulltitle="addressbook.cpp Example File" subtitle="tutorials/addressbook-fr/part2/addressbook.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part2/addressbook.h" href="tutorials-addressbook-fr-part2-addressbook-h.html" subtype="file" title="" fulltitle="addressbook.h Example File" subtitle="tutorials/addressbook-fr/part2/addressbook.h" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part2/main.cpp" href="tutorials-addressbook-fr-part2-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tutorials/addressbook-fr/part2/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part2/part2.pro" href="tutorials-addressbook-fr-part2-part2-pro.html" subtype="file" title="" fulltitle="part2.pro Example File" subtitle="tutorials/addressbook-fr/part2/part2.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part3" href="tutorials-addressbook-fr-part3.html" subtype="example" title="Carnet d'adresses 3 - Navigation entre les éléments" fulltitle="Carnet d'adresses 3 - Navigation entre les éléments" subtitle="" location="addressbook-fr.qdoc">
+ <contents name="d-finition-de-la-classe-addressbook" title="Définition de la classe AddressBook" level="1"/>
+ <contents name="impl-mentation-de-la-classe-addressbook" title="Implémentation de la classe AddressBook" level="1"/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part3/addressbook.cpp" href="tutorials-addressbook-fr-part3-addressbook-cpp.html" subtype="file" title="" fulltitle="addressbook.cpp Example File" subtitle="tutorials/addressbook-fr/part3/addressbook.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part3/addressbook.h" href="tutorials-addressbook-fr-part3-addressbook-h.html" subtype="file" title="" fulltitle="addressbook.h Example File" subtitle="tutorials/addressbook-fr/part3/addressbook.h" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part3/main.cpp" href="tutorials-addressbook-fr-part3-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tutorials/addressbook-fr/part3/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part3/part3.pro" href="tutorials-addressbook-fr-part3-part3-pro.html" subtype="file" title="" fulltitle="part3.pro Example File" subtitle="tutorials/addressbook-fr/part3/part3.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part4" href="tutorials-addressbook-fr-part4.html" subtype="example" title="Carnet d'Adresses 4 - éditer et supprimer des adresses" fulltitle="Carnet d'Adresses 4 - éditer et supprimer des adresses" subtitle="" location="addressbook-fr.qdoc">
+ <contents name="d-finition-de-la-classe-addressbook" title="Définition de la classe AddressBook" level="1"/>
+ <contents name="impl-mentation-de-la-classe-addressbook" title="Implémentation de la classe AddressBook" level="1"/>
+ <contents name="mise-jour-de-l-interface-utilisateur" title="Mise à jour de l'Interface utilisateur" level="2"/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part4/addressbook.cpp" href="tutorials-addressbook-fr-part4-addressbook-cpp.html" subtype="file" title="" fulltitle="addressbook.cpp Example File" subtitle="tutorials/addressbook-fr/part4/addressbook.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part4/addressbook.h" href="tutorials-addressbook-fr-part4-addressbook-h.html" subtype="file" title="" fulltitle="addressbook.h Example File" subtitle="tutorials/addressbook-fr/part4/addressbook.h" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part4/main.cpp" href="tutorials-addressbook-fr-part4-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tutorials/addressbook-fr/part4/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part4/part4.pro" href="tutorials-addressbook-fr-part4-part4-pro.html" subtype="file" title="" fulltitle="part4.pro Example File" subtitle="tutorials/addressbook-fr/part4/part4.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part5" href="tutorials-addressbook-fr-part5.html" subtype="example" title="Carnet d'adresse 5 - Ajout d'une fonction de recherche" fulltitle="Carnet d'adresse 5 - Ajout d'une fonction de recherche" subtitle="" location="addressbook-fr.qdoc">
+ <contents name="d-finition-de-la-classe-finddialog" title="Définition de la classe FindDialog" level="1"/>
+ <contents name="impl-mentation-de-la-classe-finddialog" title="Implémentation de la classe FindDialog" level="1"/>
+ <contents name="d-finition-de-la-classe-addressbook" title="Définition de la classe AddressBook" level="1"/>
+ <contents name="impl-mentation-de-la-classe-addressbook" title="Implémentation de la classe AddressBook" level="1"/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part5/addressbook.cpp" href="tutorials-addressbook-fr-part5-addressbook-cpp.html" subtype="file" title="" fulltitle="addressbook.cpp Example File" subtitle="tutorials/addressbook-fr/part5/addressbook.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part5/addressbook.h" href="tutorials-addressbook-fr-part5-addressbook-h.html" subtype="file" title="" fulltitle="addressbook.h Example File" subtitle="tutorials/addressbook-fr/part5/addressbook.h" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part5/finddialog.cpp" href="tutorials-addressbook-fr-part5-finddialog-cpp.html" subtype="file" title="" fulltitle="finddialog.cpp Example File" subtitle="tutorials/addressbook-fr/part5/finddialog.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part5/finddialog.h" href="tutorials-addressbook-fr-part5-finddialog-h.html" subtype="file" title="" fulltitle="finddialog.h Example File" subtitle="tutorials/addressbook-fr/part5/finddialog.h" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part5/main.cpp" href="tutorials-addressbook-fr-part5-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tutorials/addressbook-fr/part5/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part5/part5.pro" href="tutorials-addressbook-fr-part5-part5-pro.html" subtype="file" title="" fulltitle="part5.pro Example File" subtitle="tutorials/addressbook-fr/part5/part5.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part6" href="tutorials-addressbook-fr-part6.html" subtype="example" title="Carnet d'Adresses 6 - Sauvegarde et chargement" fulltitle="Carnet d'Adresses 6 - Sauvegarde et chargement" subtitle="" location="addressbook-fr.qdoc">
+ <contents name="d-finition-de-la-classe-addressbook" title="Définition de la classe AddressBook" level="1"/>
+ <contents name="impl-mentation-de-la-classe-addressbook" title="Implémentation de la classe AddressBook" level="1"/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part6/addressbook.cpp" href="tutorials-addressbook-fr-part6-addressbook-cpp.html" subtype="file" title="" fulltitle="addressbook.cpp Example File" subtitle="tutorials/addressbook-fr/part6/addressbook.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part6/addressbook.h" href="tutorials-addressbook-fr-part6-addressbook-h.html" subtype="file" title="" fulltitle="addressbook.h Example File" subtitle="tutorials/addressbook-fr/part6/addressbook.h" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part6/finddialog.cpp" href="tutorials-addressbook-fr-part6-finddialog-cpp.html" subtype="file" title="" fulltitle="finddialog.cpp Example File" subtitle="tutorials/addressbook-fr/part6/finddialog.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part6/finddialog.h" href="tutorials-addressbook-fr-part6-finddialog-h.html" subtype="file" title="" fulltitle="finddialog.h Example File" subtitle="tutorials/addressbook-fr/part6/finddialog.h" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part6/main.cpp" href="tutorials-addressbook-fr-part6-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tutorials/addressbook-fr/part6/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part6/part6.pro" href="tutorials-addressbook-fr-part6-part6-pro.html" subtype="file" title="" fulltitle="part6.pro Example File" subtitle="tutorials/addressbook-fr/part6/part6.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part7" href="tutorials-addressbook-fr-part7.html" subtype="example" title="Carnet d'adresse 7 - Fonctionnalités avancées" fulltitle="Carnet d'adresse 7 - Fonctionnalités avancées" subtitle="" location="addressbook-fr.qdoc">
+ <contents name="d-finition-de-la-classe-addressbook" title="Définition de la classe AddressBook" level="1"/>
+ <contents name="impl-mentation-de-la-classe-addressbook" title="Implémentation de la classe AddressBook" level="1"/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part7/addressbook.cpp" href="tutorials-addressbook-fr-part7-addressbook-cpp.html" subtype="file" title="" fulltitle="addressbook.cpp Example File" subtitle="tutorials/addressbook-fr/part7/addressbook.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part7/addressbook.h" href="tutorials-addressbook-fr-part7-addressbook-h.html" subtype="file" title="" fulltitle="addressbook.h Example File" subtitle="tutorials/addressbook-fr/part7/addressbook.h" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part7/finddialog.cpp" href="tutorials-addressbook-fr-part7-finddialog-cpp.html" subtype="file" title="" fulltitle="finddialog.cpp Example File" subtitle="tutorials/addressbook-fr/part7/finddialog.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part7/finddialog.h" href="tutorials-addressbook-fr-part7-finddialog-h.html" subtype="file" title="" fulltitle="finddialog.h Example File" subtitle="tutorials/addressbook-fr/part7/finddialog.h" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part7/main.cpp" href="tutorials-addressbook-fr-part7-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tutorials/addressbook-fr/part7/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/addressbook-fr/part7/part7.pro" href="tutorials-addressbook-fr-part7-part7-pro.html" subtype="file" title="" fulltitle="part7.pro Example File" subtitle="tutorials/addressbook-fr/part7/part7.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="uitools/multipleinheritance" href="uitools-multipleinheritance.html" subtype="example" title="Multiple Inheritance Example" fulltitle="Multiple Inheritance Example" subtitle="" location="multipleinheritance.qdoc">
+ <contents name="calculatorform-definition" title="CalculatorForm Definition" level="1"/>
+ <contents name="calculatorform-implementation" title="CalculatorForm Implementation" level="1"/>
+ <contents name="function" title=" Function" level="1"/>
+ <page access="public" status="commendable" name="uitools/multipleinheritance/calculatorform.cpp" href="uitools-multipleinheritance-calculatorform-cpp.html" subtype="file" title="" fulltitle="calculatorform.cpp Example File" subtitle="uitools/multipleinheritance/calculatorform.cpp" location=""/>
+ <page access="public" status="commendable" name="uitools/multipleinheritance/calculatorform.h" href="uitools-multipleinheritance-calculatorform-h.html" subtype="file" title="" fulltitle="calculatorform.h Example File" subtitle="uitools/multipleinheritance/calculatorform.h" location=""/>
+ <page access="public" status="commendable" name="uitools/multipleinheritance/calculatorform.ui" href="uitools-multipleinheritance-calculatorform-ui.html" subtype="file" title="" fulltitle="calculatorform.ui Example File" subtitle="uitools/multipleinheritance/calculatorform.ui" location=""/>
+ <page access="public" status="commendable" name="uitools/multipleinheritance/main.cpp" href="uitools-multipleinheritance-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="uitools/multipleinheritance/main.cpp" location=""/>
+ <page access="public" status="commendable" name="uitools/multipleinheritance/multipleinheritance.pro" href="uitools-multipleinheritance-multipleinheritance-pro.html" subtype="file" title="" fulltitle="multipleinheritance.pro Example File" subtitle="uitools/multipleinheritance/multipleinheritance.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="opensourceedition.html" href="opensourceedition.html" subtype="page" title="Open Source Versions of Qt" fulltitle="Open Source Versions of Qt" subtitle="" location="opensourceedition.qdoc"/>
+ <page access="public" status="commendable" name="widgets/movie" href="widgets-movie.html" subtype="example" title="Movie Example" fulltitle="Movie Example" subtitle="" location="movie.qdoc">
+ <page access="public" status="commendable" name="widgets/movie/movieplayer.cpp" href="widgets-movie-movieplayer-cpp.html" subtype="file" title="" fulltitle="movieplayer.cpp Example File" subtitle="widgets/movie/movieplayer.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/movie/movieplayer.h" href="widgets-movie-movieplayer-h.html" subtype="file" title="" fulltitle="movieplayer.h Example File" subtitle="widgets/movie/movieplayer.h" location=""/>
+ <page access="public" status="commendable" name="widgets/movie/main.cpp" href="widgets-movie-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="widgets/movie/main.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/movie/movie.pro" href="widgets-movie-movie-pro.html" subtype="file" title="" fulltitle="movie.pro Example File" subtitle="widgets/movie/movie.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="optimizing-performance.html" href="optimizing-performance.html" subtype="page" title="Optimizing Performance" fulltitle="Optimizing Performance" subtitle="" location="measuring-performance.qdoc">
+ <target name="optimizing-performance"/>
+ <contents name="performance-logging" title="Performance Logging" level="1"/>
+ <contents name="fps-measurements" title="FPS Measurements" level="1"/>
+ <contents name="improving-performance" title="Improving Performance" level="1"/>
+ <contents name="images" title="Images" level="2"/>
+ <contents name="fonts" title="Fonts" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="qt-embedded-differences.html" href="qt-embedded-differences.html" subtype="page" title="Porting Qt Applications to Qt for Embedded Linux" fulltitle="Porting Qt Applications to Qt for Embedded Linux" subtitle="" location="emb-differences.qdoc"/>
+ <page access="public" status="commendable" name="qtconcurrent/progressdialog" href="qtconcurrent-progressdialog.html" subtype="example" title="QtConcurrent Progress Dialog Example" fulltitle="QtConcurrent Progress Dialog Example" subtitle="" location="qtconcurrent-progressdialog.qdoc">
+ <page access="public" status="commendable" name="qtconcurrent/progressdialog/main.cpp" href="qtconcurrent-progressdialog-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="qtconcurrent/progressdialog/main.cpp" location=""/>
+ <page access="public" status="commendable" name="qtconcurrent/progressdialog/progressdialog.pro" href="qtconcurrent-progressdialog-progressdialog-pro.html" subtype="file" title="" fulltitle="progressdialog.pro Example File" subtitle="qtconcurrent/progressdialog/progressdialog.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="graphicsview/padnavigator" href="graphicsview-padnavigator.html" subtype="example" title="Pad Navigator Example" fulltitle="Pad Navigator Example" subtitle="" location="padnavigator.qdoc">
+ <page access="public" status="commendable" name="graphicsview/padnavigator/backside.ui" href="graphicsview-padnavigator-backside-ui.html" subtype="file" title="" fulltitle="backside.ui Example File" subtitle="graphicsview/padnavigator/backside.ui" location=""/>
+ <page access="public" status="commendable" name="graphicsview/padnavigator/panel.cpp" href="graphicsview-padnavigator-panel-cpp.html" subtype="file" title="" fulltitle="panel.cpp Example File" subtitle="graphicsview/padnavigator/panel.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/padnavigator/panel.h" href="graphicsview-padnavigator-panel-h.html" subtype="file" title="" fulltitle="panel.h Example File" subtitle="graphicsview/padnavigator/panel.h" location=""/>
+ <page access="public" status="commendable" name="graphicsview/padnavigator/roundrectitem.cpp" href="graphicsview-padnavigator-roundrectitem-cpp.html" subtype="file" title="" fulltitle="roundrectitem.cpp Example File" subtitle="graphicsview/padnavigator/roundrectitem.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/padnavigator/roundrectitem.h" href="graphicsview-padnavigator-roundrectitem-h.html" subtype="file" title="" fulltitle="roundrectitem.h Example File" subtitle="graphicsview/padnavigator/roundrectitem.h" location=""/>
+ <page access="public" status="commendable" name="graphicsview/padnavigator/splashitem.cpp" href="graphicsview-padnavigator-splashitem-cpp.html" subtype="file" title="" fulltitle="splashitem.cpp Example File" subtitle="graphicsview/padnavigator/splashitem.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/padnavigator/splashitem.h" href="graphicsview-padnavigator-splashitem-h.html" subtype="file" title="" fulltitle="splashitem.h Example File" subtitle="graphicsview/padnavigator/splashitem.h" location=""/>
+ <page access="public" status="commendable" name="graphicsview/padnavigator/main.cpp" href="graphicsview-padnavigator-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="graphicsview/padnavigator/main.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/padnavigator/padnavigator.pro" href="graphicsview-padnavigator-padnavigator-pro.html" subtype="file" title="" fulltitle="padnavigator.pro Example File" subtitle="graphicsview/padnavigator/padnavigator.pro" location=""/>
+ <page access="public" status="commendable" name="graphicsview/padnavigator/padnavigator.qrc" href="graphicsview-padnavigator-padnavigator-qrc.html" subtype="file" title="" fulltitle="padnavigator.qrc Example File" subtitle="graphicsview/padnavigator/padnavigator.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="itemviews/customsortfiltermodel" href="itemviews-customsortfiltermodel.html" subtype="example" title="Custom Sort/Filter Model Example" fulltitle="Custom Sort/Filter Model Example" subtitle="" location="customsortfiltermodel.qdoc">
+ <contents name="mysortfilterproxymodel-class-definition" title="MySortFilterProxyModel Class Definition" level="1"/>
+ <contents name="mysortfilterproxymodel-class-implementation" title="MySortFilterProxyModel Class Implementation" level="1"/>
+ <contents name="window-class-definition" title="Window Class Definition" level="1"/>
+ <contents name="window-class-implementation" title="Window Class Implementation" level="1"/>
+ <contents name="the-main-function" title="The Main() Function" level="1"/>
+ <page access="public" status="commendable" name="itemviews/customsortfiltermodel/mysortfilterproxymodel.cpp" href="itemviews-customsortfiltermodel-mysortfilterproxymodel-cpp.html" subtype="file" title="" fulltitle="mysortfilterproxymodel.cpp Example File" subtitle="itemviews/customsortfiltermodel/mysortfilterproxymodel.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/customsortfiltermodel/mysortfilterproxymodel.h" href="itemviews-customsortfiltermodel-mysortfilterproxymodel-h.html" subtype="file" title="" fulltitle="mysortfilterproxymodel.h Example File" subtitle="itemviews/customsortfiltermodel/mysortfilterproxymodel.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/customsortfiltermodel/window.cpp" href="itemviews-customsortfiltermodel-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="itemviews/customsortfiltermodel/window.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/customsortfiltermodel/window.h" href="itemviews-customsortfiltermodel-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="itemviews/customsortfiltermodel/window.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/customsortfiltermodel/main.cpp" href="itemviews-customsortfiltermodel-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="itemviews/customsortfiltermodel/main.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/customsortfiltermodel/customsortfiltermodel.pro" href="itemviews-customsortfiltermodel-customsortfiltermodel-pro.html" subtype="file" title="" fulltitle="customsortfiltermodel.pro Example File" subtitle="itemviews/customsortfiltermodel/customsortfiltermodel.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="porting4-designer.html" href="porting4-designer.html" subtype="page" title="Porting UI Files to Qt 4" fulltitle="Porting UI Files to Qt 4" subtitle="" location="porting4-designer.qdoc">
+ <contents name="uic-output" title="uic Output" level="1"/>
+ <contents name="working-with-uic3" title="Working with uic3" level="1"/>
+ <contents name="limitations-of-uic3" title="Limitations of uic3" level="1"/>
+ <contents name="icons" title="Icons" level="1"/>
+ <contents name="custom-widgets" title="Custom Widgets" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="usingadaptors.html" href="usingadaptors.html" subtype="page" title="Using QtDBus Adaptors" fulltitle="Using QtDBus Adaptors" subtitle="" location="dbus-adaptors.qdoc"/>
+ <page access="public" status="commendable" name="qdbusadaptorexample.html" href="qdbusadaptorexample.html" subtype="page" title="D-Bus Adaptor Example" fulltitle="D-Bus Adaptor Example" subtitle="" location="dbus-adaptors.qdoc">
+ <contents name="the-header" title="The header" level="1"/>
+ <contents name="the-properties" title="The properties" level="1"/>
+ <contents name="the-constructor" title="The constructor" level="1"/>
+ <contents name="slots-methods" title="Slots/methods" level="1"/>
+ <contents name="signals" title="Signals" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qdbusdeclaringslots.html" href="qdbusdeclaringslots.html" subtype="page" title="Declaring Slots in D-Bus Adaptors" fulltitle="Declaring Slots in D-Bus Adaptors" subtitle="" location="dbus-adaptors.qdoc">
+ <contents name="asynchronous-slots" title="Asynchronous Slots" level="1"/>
+ <contents name="input-only-slots" title="Input-Only Slots" level="1"/>
+ <contents name="input-and-output-slots" title="Input and Output Slots" level="1"/>
+ <contents name="automatic-replies" title="Automatic Replies" level="1"/>
+ <contents name="delayed-replies" title="Delayed Replies" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qdbusdeclaringsignals.html" href="qdbusdeclaringsignals.html" subtype="page" title="Declaring Signals in D-Bus Adaptors" fulltitle="Declaring Signals in D-Bus Adaptors" subtitle="" location="dbus-adaptors.qdoc"/>
+ <page access="public" status="commendable" name="qdbustypesystem.html" href="qdbustypesystem.html" subtype="page" title="The QtDBus Type System" fulltitle="The QtDBus Type System" subtitle="" location="dbus-adaptors.qdoc">
+ <contents name="primitive-types" title="Primitive Types" level="1"/>
+ <contents name="compound-types" title="Compound Types" level="1"/>
+ <contents name="extending-the-type-system" title="Extending the Type System" level="1"/>
+ <contents name="the-type-system-in-use" title="The Type System in Use" level="1"/>
+ </page>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_NOREPLY" href="qdbusabstractadaptor.html#Q_NOREPLY" location="dbus-adaptors.qdoc" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QDBusAbstractAdaptor" type="" signature="Q_NOREPLY()"/>
+ <page access="public" status="commendable" name="dialogs/findfiles" href="dialogs-findfiles.html" subtype="example" title="Find Files Example" fulltitle="Find Files Example" subtitle="" location="findfiles.qdoc">
+ <contents name="window-class-definition" title="Window Class Definition" level="1"/>
+ <contents name="window-class-implementation" title="Window Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="dialogs/findfiles/window.cpp" href="dialogs-findfiles-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="dialogs/findfiles/window.cpp" location=""/>
+ <page access="public" status="commendable" name="dialogs/findfiles/window.h" href="dialogs-findfiles-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="dialogs/findfiles/window.h" location=""/>
+ <page access="public" status="commendable" name="dialogs/findfiles/main.cpp" href="dialogs-findfiles-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="dialogs/findfiles/main.cpp" location=""/>
+ <page access="public" status="commendable" name="dialogs/findfiles/findfiles.pro" href="dialogs-findfiles-findfiles-pro.html" subtype="file" title="" fulltitle="findfiles.pro Example File" subtitle="dialogs/findfiles/findfiles.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="restoring-geometry.html" href="restoring-geometry.html" subtype="page" title="Restoring a Window's Geometry" fulltitle="Restoring a Window's Geometry" subtitle="" location="restoring-geometry.qdoc"/>
+ <page access="public" status="commendable" name="tools/undoframework" href="tools-undoframework.html" subtype="example" title="Undo Framework Example" fulltitle="Undo Framework Example" subtitle="" location="undoframework.qdoc">
+ <contents name="mainwindow-class-definition" title="MainWindow Class Definition" level="1"/>
+ <contents name="mainwindow-class-implementation" title="MainWindow Class Implementation" level="1"/>
+ <contents name="addcommand-class-definition" title="AddCommand Class Definition" level="1"/>
+ <contents name="addcommand-class-implementation" title="AddCommand Class Implementation" level="1"/>
+ <contents name="deletecommand-class-definition" title="DeleteCommand Class Definition" level="1"/>
+ <contents name="deletecommand-class-implementation" title="DeleteCommand Class Implementation" level="1"/>
+ <contents name="movecommand-class-definition" title="MoveCommand Class Definition" level="1"/>
+ <contents name="movecommand-class-implementation" title="MoveCommand Class Implementation" level="1"/>
+ <contents name="diagramscene-class-definition" title="DiagramScene Class Definition" level="1"/>
+ <contents name="the-function" title="The Function" level="1"/>
+ <page access="public" status="commendable" name="tools/undoframework/commands.cpp" href="tools-undoframework-commands-cpp.html" subtype="file" title="" fulltitle="commands.cpp Example File" subtitle="tools/undoframework/commands.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/undoframework/commands.h" href="tools-undoframework-commands-h.html" subtype="file" title="" fulltitle="commands.h Example File" subtitle="tools/undoframework/commands.h" location=""/>
+ <page access="public" status="commendable" name="tools/undoframework/diagramitem.cpp" href="tools-undoframework-diagramitem-cpp.html" subtype="file" title="" fulltitle="diagramitem.cpp Example File" subtitle="tools/undoframework/diagramitem.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/undoframework/diagramitem.h" href="tools-undoframework-diagramitem-h.html" subtype="file" title="" fulltitle="diagramitem.h Example File" subtitle="tools/undoframework/diagramitem.h" location=""/>
+ <page access="public" status="commendable" name="tools/undoframework/diagramscene.cpp" href="tools-undoframework-diagramscene-cpp.html" subtype="file" title="" fulltitle="diagramscene.cpp Example File" subtitle="tools/undoframework/diagramscene.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/undoframework/diagramscene.h" href="tools-undoframework-diagramscene-h.html" subtype="file" title="" fulltitle="diagramscene.h Example File" subtitle="tools/undoframework/diagramscene.h" location=""/>
+ <page access="public" status="commendable" name="tools/undoframework/mainwindow.cpp" href="tools-undoframework-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="tools/undoframework/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/undoframework/mainwindow.h" href="tools-undoframework-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="tools/undoframework/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="tools/undoframework/main.cpp" href="tools-undoframework-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tools/undoframework/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/undoframework/undoframework.pro" href="tools-undoframework-undoframework-pro.html" subtype="file" title="" fulltitle="undoframework.pro Example File" subtitle="tools/undoframework/undoframework.pro" location=""/>
+ <page access="public" status="commendable" name="tools/undoframework/undoframework.qrc" href="tools-undoframework-undoframework-qrc.html" subtype="file" title="" fulltitle="undoframework.qrc Example File" subtitle="tools/undoframework/undoframework.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="GridView" href="qml-gridview.html" title="QML GridView Element Reference" fulltitle="QML GridView Element Reference" subtitle="" location="qfxgridview.cpp">
+ <page access="public" status="commendable" name="model" href="model.html" title="" fulltitle="" subtitle="" location="qfxgridview.cpp"/>
+ <page access="public" status="commendable" name="delegate" href="delegate.html" title="" fulltitle="" subtitle="" location="qfxgridview.cpp"/>
+ <page access="public" status="commendable" name="currentIndex" href="currentindex.html" title="" fulltitle="" subtitle="" location="qfxgridview.cpp"/>
+ <page access="public" status="commendable" name="count" href="count.html" title="" fulltitle="" subtitle="" location="qfxgridview.cpp"/>
+ <page access="public" status="commendable" name="highlight" href="highlight.html" title="" fulltitle="" subtitle="" location="qfxgridview.cpp"/>
+ <page access="public" status="commendable" name="autoHighlight" href="autohighlight.html" title="" fulltitle="" subtitle="" location="qfxgridview.cpp"/>
+ <page access="public" status="commendable" name="flow" href="flow.html" title="" fulltitle="" subtitle="" location="qfxgridview.cpp"/>
+ <page access="public" status="commendable" name="wrap" href="wrap.html" title="" fulltitle="" subtitle="" location="qfxgridview.cpp"/>
+ <page access="public" status="commendable" name="cacheBuffer" href="cachebuffer.html" title="" fulltitle="" subtitle="" location="qfxgridview.cpp"/>
+ <page access="public" status="commendable" name="cellWidth" href="cellwidth.html" title="" fulltitle="" subtitle="" location="qfxgridview.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="opengl/samplebuffers" href="opengl-samplebuffers.html" subtype="example" title="Sample Buffers Example" fulltitle="Sample Buffers Example" subtitle="" location="samplebuffers.qdoc">
+ <page access="public" status="commendable" name="opengl/samplebuffers/glwidget.cpp" href="opengl-samplebuffers-glwidget-cpp.html" subtype="file" title="" fulltitle="glwidget.cpp Example File" subtitle="opengl/samplebuffers/glwidget.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/samplebuffers/glwidget.h" href="opengl-samplebuffers-glwidget-h.html" subtype="file" title="" fulltitle="glwidget.h Example File" subtitle="opengl/samplebuffers/glwidget.h" location=""/>
+ <page access="public" status="commendable" name="opengl/samplebuffers/main.cpp" href="opengl-samplebuffers-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="opengl/samplebuffers/main.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/samplebuffers/samplebuffers.pro" href="opengl-samplebuffers-samplebuffers-pro.html" subtype="file" title="" fulltitle="samplebuffers.pro Example File" subtitle="opengl/samplebuffers/samplebuffers.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="moc.html" href="moc.html" subtype="page" title="Using the Meta-Object Compiler (moc)" fulltitle="Using the Meta-Object Compiler (moc)" subtitle="" location="moc.qdoc">
+ <keyword name="moc"/>
+ <contents name="usage" title="Usage" level="1"/>
+ <contents name="writing-make-rules-for-invoking" title="Writing Make Rules for Invoking " level="1"/>
+ <contents name="command-line-options" title="Command-Line Options" level="1"/>
+ <contents name="diagnostics" title="Diagnostics" level="1"/>
+ <contents name="limitations" title="Limitations" level="1"/>
+ <contents name="multiple-inheritance-requires-qobject-to-be-first" title="Multiple Inheritance Requires QObject to Be First" level="2"/>
+ <contents name="function-pointers-cannot-be-signal-or-slot-parameters" title="Function Pointers Cannot Be Signal or Slot Parameters" level="2"/>
+ <contents name="enums-and-typedefs-must-be-fully-qualified-for-signal-and-slot-parameters" title="Enums and Typedefs Must Be Fully Qualified for Signal and Slot Parameters" level="2"/>
+ <contents name="type-macros-cannot-be-used-for-signal-and-slot-parameters" title="Type Macros Cannot Be Used for Signal and Slot Parameters" level="2"/>
+ <contents name="nested-classes-cannot-have-signals-or-slots" title="Nested Classes Cannot Have Signals or Slots" level="2"/>
+ <contents name="signal-slot-return-types-cannot-be-references" title="Signal/Slot return types cannot be references" level="2"/>
+ <contents name="only-signals-and-slots-may-appear-in-the-and-sections-of-a-class" title="Only Signals and Slots May Appear in the and Sections of a Class" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="network/network-chat" href="network-network-chat.html" subtype="example" title="Network Chat Example" fulltitle="Network Chat Example" subtitle="" location="network-chat.qdoc">
+ <page access="public" status="commendable" name="network/network-chat/chatdialog.cpp" href="network-network-chat-chatdialog-cpp.html" subtype="file" title="" fulltitle="chatdialog.cpp Example File" subtitle="network/network-chat/chatdialog.cpp" location=""/>
+ <page access="public" status="commendable" name="network/network-chat/chatdialog.h" href="network-network-chat-chatdialog-h.html" subtype="file" title="" fulltitle="chatdialog.h Example File" subtitle="network/network-chat/chatdialog.h" location=""/>
+ <page access="public" status="commendable" name="network/network-chat/chatdialog.ui" href="network-network-chat-chatdialog-ui.html" subtype="file" title="" fulltitle="chatdialog.ui Example File" subtitle="network/network-chat/chatdialog.ui" location=""/>
+ <page access="public" status="commendable" name="network/network-chat/client.cpp" href="network-network-chat-client-cpp.html" subtype="file" title="" fulltitle="client.cpp Example File" subtitle="network/network-chat/client.cpp" location=""/>
+ <page access="public" status="commendable" name="network/network-chat/client.h" href="network-network-chat-client-h.html" subtype="file" title="" fulltitle="client.h Example File" subtitle="network/network-chat/client.h" location=""/>
+ <page access="public" status="commendable" name="network/network-chat/connection.cpp" href="network-network-chat-connection-cpp.html" subtype="file" title="" fulltitle="connection.cpp Example File" subtitle="network/network-chat/connection.cpp" location=""/>
+ <page access="public" status="commendable" name="network/network-chat/connection.h" href="network-network-chat-connection-h.html" subtype="file" title="" fulltitle="connection.h Example File" subtitle="network/network-chat/connection.h" location=""/>
+ <page access="public" status="commendable" name="network/network-chat/peermanager.cpp" href="network-network-chat-peermanager-cpp.html" subtype="file" title="" fulltitle="peermanager.cpp Example File" subtitle="network/network-chat/peermanager.cpp" location=""/>
+ <page access="public" status="commendable" name="network/network-chat/peermanager.h" href="network-network-chat-peermanager-h.html" subtype="file" title="" fulltitle="peermanager.h Example File" subtitle="network/network-chat/peermanager.h" location=""/>
+ <page access="public" status="commendable" name="network/network-chat/server.cpp" href="network-network-chat-server-cpp.html" subtype="file" title="" fulltitle="server.cpp Example File" subtitle="network/network-chat/server.cpp" location=""/>
+ <page access="public" status="commendable" name="network/network-chat/server.h" href="network-network-chat-server-h.html" subtype="file" title="" fulltitle="server.h Example File" subtitle="network/network-chat/server.h" location=""/>
+ <page access="public" status="commendable" name="network/network-chat/main.cpp" href="network-network-chat-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="network/network-chat/main.cpp" location=""/>
+ <page access="public" status="commendable" name="network/network-chat/network-chat.pro" href="network-network-chat-network-chat-pro.html" subtype="file" title="" fulltitle="network-chat.pro Example File" subtitle="network/network-chat/network-chat.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="classlists" href="classlists.html" subtype="group" title="Class and Function Indexes" fulltitle="Class and Function Indexes" subtitle="" location="classes.qdoc"/>
+ <page access="public" status="commendable" name="groups" href="groups.html" subtype="group" title="Grouped Classes" fulltitle="Grouped Classes" subtitle="" location="classes.qdoc"/>
+ <page access="public" status="commendable" name="classes.html" href="classes.html" subtype="page" title="Qt's Classes" fulltitle="Qt's Classes" subtitle="" location="classes.qdoc"/>
+ <page access="public" status="commendable" name="namespaces.html" href="namespaces.html" subtype="page" title="Qt's Namespaces" fulltitle="Qt's Namespaces" subtitle="" location="classes.qdoc"/>
+ <page access="public" status="commendable" name="obsoleteclasses.html" href="obsoleteclasses.html" subtype="page" title="Obsolete Classes" fulltitle="Obsolete Classes" subtitle="" location="classes.qdoc"/>
+ <page access="public" status="commendable" name="annotated.html" href="annotated.html" subtype="page" title="Annotated Class Index" fulltitle="Annotated Class Index" subtitle="" location="classes.qdoc"/>
+ <page access="public" status="commendable" name="functions.html" href="functions.html" subtype="page" title="Member Function Index" fulltitle="Member Function Index" subtitle="" location="classes.qdoc"/>
+ <page access="public" status="commendable" name="hierarchy.html" href="hierarchy.html" subtype="page" title="Class Inheritance Hierarchy" fulltitle="Class Inheritance Hierarchy" subtitle="" location="classes.qdoc"/>
+ <page access="public" status="commendable" name="compatclasses.html" href="compatclasses.html" subtype="page" title="Qt 3 Compatibility Classes" fulltitle="Qt 3 Compatibility Classes" subtitle="" location="classes.qdoc"/>
+ <page access="public" status="commendable" name="model-view" href="model-view.html" subtype="group" title="Model/View Classes" fulltitle="Model/View Classes" subtitle="" location="model-view-programming.qdoc"/>
+ <page access="public" status="commendable" name="model-view-programming.html" href="model-view-programming.html" subtype="page" title="Model/View Programming" fulltitle="Model/View Programming" subtitle="" location="model-view-programming.qdoc">
+ <keyword name="model-view-classes"/>
+ <contents name="all-model-view-classes" title="All Model/View Classes" level="1"/>
+ <contents name="related-examples" title="Related Examples" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="model-view-introduction.html" href="model-view-introduction.html" subtype="page" title="An Introduction to Model/View Programming" fulltitle="An Introduction to Model/View Programming" subtitle="" location="model-view-programming.qdoc">
+ <contents name="the-model-view-architecture" title="The Model/View Architecture" level="1"/>
+ <contents name="models" title="Models" level="2"/>
+ <contents name="views" title="Views" level="2"/>
+ <contents name="delegates" title="Delegates" level="2"/>
+ <contents name="sorting" title="Sorting" level="2"/>
+ <contents name="convenience-classes" title="Convenience Classes" level="2"/>
+ <contents name="the-model-view-components" title="The Model/View Components" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="model-view-using.html" href="model-view-using.html" subtype="page" title="Using Models and Views" fulltitle="Using Models and Views" subtitle="" location="model-view-programming.qdoc">
+ <contents name="introduction" title="Introduction" level="1"/>
+ <contents name="using-views-with-an-existing-model" title="Using Views with an Existing Model" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="model-view-model.html" href="model-view-model.html" subtype="page" title="Model Classes" fulltitle="Model Classes" subtitle="" location="model-view-programming.qdoc">
+ <contents name="basic-concepts" title="Basic Concepts" level="1"/>
+ <contents name="model-indexes" title="Model Indexes" level="2"/>
+ <contents name="rows-and-columns" title="Rows and Columns" level="2"/>
+ <contents name="parents-of-items" title="Parents of Items" level="2"/>
+ <contents name="item-roles" title="Item Roles" level="2"/>
+ <contents name="summary-of-concepts" title="Summary of Concepts" level="2"/>
+ <contents name="using-model-indexes" title="Using Model Indexes" level="2"/>
+ <contents name="further-reading" title="Further Reading" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="model-view-view.html" href="model-view-view.html" subtype="page" title="View Classes" fulltitle="View Classes" subtitle="" location="model-view-programming.qdoc">
+ <contents name="concepts" title="Concepts" level="1"/>
+ <contents name="using-an-existing-view" title="Using an Existing View" level="1"/>
+ <contents name="using-a-model" title="Using a Model" level="2"/>
+ <contents name="using-multiple-views-onto-the-same-model" title="Using Multiple Views onto the Same Model" level="2"/>
+ <contents name="handling-selections-of-items" title="Handling Selections of Items" level="1"/>
+ <contents name="sharing-selections-between-views" title="Sharing Selections Between Views" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="model-view-delegate.html" href="model-view-delegate.html" subtype="page" title="Delegate Classes" fulltitle="Delegate Classes" subtitle="" location="model-view-programming.qdoc">
+ <target name="editinghints"/>
+ <contents name="concepts" title="Concepts" level="1"/>
+ <contents name="using-an-existing-delegate" title="Using an Existing Delegate" level="1"/>
+ <contents name="a-simple-delegate" title="A Simple Delegate" level="1"/>
+ <contents name="providing-an-editor" title="Providing an Editor" level="2"/>
+ <contents name="submitting-data-to-the-model" title="Submitting Data to the Model" level="2"/>
+ <contents name="updating-the-editor-s-geometry" title="Updating the Editor's Geometry" level="2"/>
+ <contents name="editing-hints" title="Editing Hints" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="model-view-selection.html" href="model-view-selection.html" subtype="page" title="Handling Selections in Item Views" fulltitle="Handling Selections in Item Views" subtitle="" location="model-view-programming.qdoc">
+ <contents name="concepts" title="Concepts" level="1"/>
+ <contents name="current-item-and-selected-items" title="Current Item and Selected Items" level="2"/>
+ <contents name="using-a-selection-model" title="Using a Selection Model" level="1"/>
+ <contents name="selecting-items" title="Selecting Items" level="2"/>
+ <contents name="reading-the-selection-state" title="Reading the Selection State" level="2"/>
+ <contents name="updating-a-selection" title="Updating a Selection" level="2"/>
+ <contents name="selecting-all-items-in-a-model" title="Selecting All Items in a Model" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="model-view-creating-models.html" href="model-view-creating-models.html" subtype="page" title="Creating New Models" fulltitle="Creating New Models" subtitle="" location="model-view-programming.qdoc">
+ <contents name="introduction" title="Introduction" level="1"/>
+ <contents name="designing-a-model" title="Designing a Model" level="1"/>
+ <contents name="a-read-only-example-model" title="A Read-Only Example Model" level="1"/>
+ <contents name="dimensions-of-the-model" title="Dimensions of The Model" level="2"/>
+ <contents name="model-headers-and-data" title="Model Headers and Data" level="2"/>
+ <contents name="an-editable-model" title="An Editable Model" level="1"/>
+ <contents name="making-the-model-editable" title="Making the Model Editable" level="2"/>
+ <contents name="inserting-and-removing-rows" title="Inserting and Removing Rows" level="2"/>
+ <contents name="next-steps" title="Next Steps" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="model-view-convenience.html" href="model-view-convenience.html" subtype="page" title="Item View Convenience Classes" fulltitle="Item View Convenience Classes" subtitle="" location="model-view-programming.qdoc">
+ <contents name="overview" title="Overview" level="1"/>
+ <contents name="list-widgets" title="List Widgets" level="1"/>
+ <contents name="tree-widgets" title="Tree Widgets" level="1"/>
+ <contents name="table-widgets" title="Table Widgets" level="1"/>
+ <contents name="common-features" title="Common Features" level="1"/>
+ <contents name="hidden-items" title="Hidden Items" level="2"/>
+ <contents name="selections" title="Selections" level="2"/>
+ <contents name="searching" title="Searching" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="model-view-dnd.html" href="model-view-dnd.html" subtype="page" title="Using Drag and Drop with Item Views" fulltitle="Using Drag and Drop with Item Views" subtitle="" location="model-view-programming.qdoc">
+ <contents name="overview" title="Overview" level="1"/>
+ <contents name="using-convenience-views" title="Using Convenience Views" level="1"/>
+ <contents name="using-model-view-classes" title="Using Model/View Classes" level="1"/>
+ <contents name="enabling-drag-and-drop-for-items" title="Enabling Drag and Drop for Items" level="2"/>
+ <contents name="encoding-exported-data" title="Encoding Exported Data" level="2"/>
+ <contents name="inserting-dropped-data-into-a-model" title="Inserting Dropped Data into a Model" level="2"/>
+ <contents name="decoding-imported-data" title="Decoding Imported Data" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="model-view-proxy-models.html" href="model-view-proxy-models.html" subtype="page" title="Proxy Models" fulltitle="Proxy Models" subtitle="" location="model-view-programming.qdoc">
+ <contents name="overview" title="Overview" level="1"/>
+ <contents name="using-proxy-models" title="Using Proxy Models" level="1"/>
+ <contents name="customizing-proxy-models" title="Customizing Proxy Models" level="1"/>
+ <contents name="custom-filtering-models" title="Custom Filtering Models" level="2"/>
+ <contents name="custom-sorting-models" title="Custom Sorting Models" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="model-view-model-subclassing.html" href="model-view-model-subclassing.html" subtype="page" title="Model Subclassing Reference" fulltitle="Model Subclassing Reference" subtitle="" location="model-view-programming.qdoc">
+ <contents name="introduction" title="Introduction" level="1"/>
+ <contents name="item-data-handling" title="Item Data Handling" level="1"/>
+ <contents name="read-only-access" title="Read-Only Access" level="2"/>
+ <contents name="editable-items" title="Editable Items" level="2"/>
+ <contents name="resizable-models" title="Resizable Models" level="2"/>
+ <contents name="lazy-population-of-model-data" title="Lazy Population of Model Data" level="2"/>
+ <contents name="navigation-and-model-index-creation" title="Navigation and Model Index Creation" level="1"/>
+ <contents name="parents-and-children" title="Parents and Children" level="2"/>
+ <contents name="drag-and-drop-support-and-mime-type-handling" title="Drag and Drop Support and MIME Type Handling" level="1"/>
+ <contents name="mime-data" title="MIME Data" level="2"/>
+ <contents name="accepting-dropped-data" title="Accepting Dropped Data" level="2"/>
+ <contents name="convenience-views" title="Convenience Views" level="2"/>
+ <contents name="performance-optimization-for-large-amounts-of-data" title="Performance Optimization for Large Amounts of Data" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="network/fortuneserver" href="network-fortuneserver.html" subtype="example" title="Fortune Server Example" fulltitle="Fortune Server Example" subtitle="" location="fortuneserver.qdoc">
+ <page access="public" status="commendable" name="network/fortuneserver/server.cpp" href="network-fortuneserver-server-cpp.html" subtype="file" title="" fulltitle="server.cpp Example File" subtitle="network/fortuneserver/server.cpp" location=""/>
+ <page access="public" status="commendable" name="network/fortuneserver/server.h" href="network-fortuneserver-server-h.html" subtype="file" title="" fulltitle="server.h Example File" subtitle="network/fortuneserver/server.h" location=""/>
+ <page access="public" status="commendable" name="network/fortuneserver/main.cpp" href="network-fortuneserver-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="network/fortuneserver/main.cpp" location=""/>
+ <page access="public" status="commendable" name="network/fortuneserver/fortuneserver.pro" href="network-fortuneserver-fortuneserver-pro.html" subtype="file" title="" fulltitle="fortuneserver.pro Example File" subtitle="network/fortuneserver/fortuneserver.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="compiler-notes.html" href="compiler-notes.html" subtype="page" title="Compiler Notes" fulltitle="Compiler Notes" subtitle="" location="compiler-notes.qdoc">
+ <target name="gcc"/>
+ <target name="sun-studio"/>
+ <contents name="supported-features" title="Supported Features" level="1"/>
+ <contents name="gcc" title="GCC" level="1"/>
+ <contents name="gcc-on-windows-mingw" title="GCC on Windows (MinGW)" level="2"/>
+ <contents name="gcc-4-0-0" title="GCC 4.0.0" level="2"/>
+ <contents name="hp-ux" title="HP-UX" level="2"/>
+ <contents name="solaris" title="Solaris" level="2"/>
+ <contents name="mac-os-x" title="Mac OS X" level="2"/>
+ <contents name="gcc-3-4-6-debian-3-4-6-5-on-amd64-x86-64" title="GCC 3.4.6 (Debian 3.4.6-5) on AMD64 (x86_64)" level="2"/>
+ <contents name="hp-ansi-c-acc" title="HP ANSI C++ (aCC)" level="1"/>
+ <contents name="intel-c-compiler" title="Intel C++ Compiler" level="1"/>
+ <contents name="intel-c-compiler-for-linux" title="Intel C++ Compiler for Linux" level="2"/>
+ <contents name="known-issues-with-intel-c-compiler-for-linux" title="Known Issues with Intel C++ Compiler for Linux" level="2"/>
+ <contents name="intel-c-compiler-windows-altix" title="Intel C++ Compiler (Windows, Altix)" level="2"/>
+ <contents name="mipspro-irix" title="MIPSpro (IRIX)" level="1"/>
+ <contents name="forte-developer-sun-studio-solaris" title="Forte Developer / Sun Studio (Solaris)" level="1"/>
+ <contents name="sun-studio" title="Sun Studio" level="2"/>
+ <contents name="sun-workshop-5-0" title="Sun WorkShop 5.0" level="2"/>
+ <contents name="visual-studio-windows" title="Visual Studio (Windows)" level="1"/>
+ <contents name="ibm-xlc-aix" title="IBM xlC (AIX)" level="1"/>
+ <contents name="visualage-c-for-aix-version-6-0" title="VisualAge C++ for AIX, Version 6.0" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="qdbusviewer.html" href="qdbusviewer.html" subtype="page" title="D-Bus Viewer" fulltitle="D-Bus Viewer" subtitle="" location="qdbusviewer.cpp">
+ <keyword name="qdbusviewer"/>
+ </page>
+ <page access="public" status="commendable" name="tools/customcompleter" href="tools-customcompleter.html" subtype="example" title="Custom Completer Example" fulltitle="Custom Completer Example" subtitle="" location="customcompleter.qdoc">
+ <contents name="setting-up-the-resource-file" title="Setting Up The Resource File" level="1"/>
+ <contents name="textedit-class-definition" title="TextEdit Class Definition" level="1"/>
+ <contents name="textedit-class-implementation" title="TextEdit Class Implementation" level="1"/>
+ <contents name="mainwindow-class-definition" title="MainWindow Class Definition" level="1"/>
+ <contents name="mainwindow-class-implementation" title="MainWindow Class Implementation" level="1"/>
+ <contents name="function" title=" Function" level="1"/>
+ <page access="public" status="commendable" name="tools/customcompleter/mainwindow.cpp" href="tools-customcompleter-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="tools/customcompleter/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/customcompleter/mainwindow.h" href="tools-customcompleter-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="tools/customcompleter/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="tools/customcompleter/textedit.cpp" href="tools-customcompleter-textedit-cpp.html" subtype="file" title="" fulltitle="textedit.cpp Example File" subtitle="tools/customcompleter/textedit.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/customcompleter/textedit.h" href="tools-customcompleter-textedit-h.html" subtype="file" title="" fulltitle="textedit.h Example File" subtitle="tools/customcompleter/textedit.h" location=""/>
+ <page access="public" status="commendable" name="tools/customcompleter/main.cpp" href="tools-customcompleter-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tools/customcompleter/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/customcompleter/customcompleter.pro" href="tools-customcompleter-customcompleter-pro.html" subtype="file" title="" fulltitle="customcompleter.pro Example File" subtitle="tools/customcompleter/customcompleter.pro" location=""/>
+ <page access="public" status="commendable" name="tools/customcompleter/customcompleter.qrc" href="tools-customcompleter-customcompleter-qrc.html" subtype="file" title="" fulltitle="customcompleter.qrc Example File" subtitle="tools/customcompleter/customcompleter.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="shared" href="shared.html" subtype="group" title="Implicitly Shared Classes" fulltitle="Implicitly Shared Classes" subtitle="" location="implicit-sharing.qdoc"/>
+ <page access="public" status="commendable" name="implicit-sharing.html" href="implicit-sharing.html" subtype="page" title="Implicit Sharing" fulltitle="Implicit Sharing" subtitle="" location="implicit-sharing.qdoc">
+ <keyword name="implicit-data-sharing"/>
+ <keyword name="implicit-sharing"/>
+ <keyword name="implicitly-shared"/>
+ <keyword name="reference-counting"/>
+ <keyword name="shared-implicitly"/>
+ <keyword name="shared-classes"/>
+ <keyword name="deep-copy"/>
+ <keyword name="shallow-copy"/>
+ <keyword name="implicitly-shared-classes"/>
+ <contents name="overview" title="Overview" level="1"/>
+ <contents name="implicit-sharing-in-detail" title="Implicit Sharing in Detail" level="1"/>
+ <contents name="list-of-classes" title="List of Classes" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="dbus/dbus-chat" href="dbus-dbus-chat.html" subtype="example" title="D-Bus Chat Example" fulltitle="D-Bus Chat Example" subtitle="" location="dbus-chat.qdoc">
+ <page access="public" status="commendable" name="dbus/dbus-chat/chat.cpp" href="dbus-dbus-chat-chat-cpp.html" subtype="file" title="" fulltitle="chat.cpp Example File" subtitle="dbus/dbus-chat/chat.cpp" location=""/>
+ <page access="public" status="commendable" name="dbus/dbus-chat/chat.h" href="dbus-dbus-chat-chat-h.html" subtype="file" title="" fulltitle="chat.h Example File" subtitle="dbus/dbus-chat/chat.h" location=""/>
+ <page access="public" status="commendable" name="dbus/dbus-chat/chat_adaptor.cpp" href="dbus-dbus-chat-chat-adaptor-cpp.html" subtype="file" title="" fulltitle="chat_adaptor.cpp Example File" subtitle="dbus/dbus-chat/chat_adaptor.cpp" location=""/>
+ <page access="public" status="commendable" name="dbus/dbus-chat/chat_adaptor.h" href="dbus-dbus-chat-chat-adaptor-h.html" subtype="file" title="" fulltitle="chat_adaptor.h Example File" subtitle="dbus/dbus-chat/chat_adaptor.h" location=""/>
+ <page access="public" status="commendable" name="dbus/dbus-chat/chat_interface.cpp" href="dbus-dbus-chat-chat-interface-cpp.html" subtype="file" title="" fulltitle="chat_interface.cpp Example File" subtitle="dbus/dbus-chat/chat_interface.cpp" location=""/>
+ <page access="public" status="commendable" name="dbus/dbus-chat/chat_interface.h" href="dbus-dbus-chat-chat-interface-h.html" subtype="file" title="" fulltitle="chat_interface.h Example File" subtitle="dbus/dbus-chat/chat_interface.h" location=""/>
+ <page access="public" status="commendable" name="dbus/dbus-chat/chatmainwindow.ui" href="dbus-dbus-chat-chatmainwindow-ui.html" subtype="file" title="" fulltitle="chatmainwindow.ui Example File" subtitle="dbus/dbus-chat/chatmainwindow.ui" location=""/>
+ <page access="public" status="commendable" name="dbus/dbus-chat/chatsetnickname.ui" href="dbus-dbus-chat-chatsetnickname-ui.html" subtype="file" title="" fulltitle="chatsetnickname.ui Example File" subtitle="dbus/dbus-chat/chatsetnickname.ui" location=""/>
+ <page access="public" status="commendable" name="dbus/dbus-chat/com.trolltech.chat.xml" href="dbus-dbus-chat-com-trolltech-chat-xml.html" subtype="file" title="" fulltitle="com.trolltech.chat.xml Example File" subtitle="dbus/dbus-chat/com.trolltech.chat.xml" location=""/>
+ <page access="public" status="commendable" name="dbus/dbus-chat/dbus-chat.pro" href="dbus-dbus-chat-dbus-chat-pro.html" subtype="file" title="" fulltitle="dbus-chat.pro Example File" subtitle="dbus/dbus-chat/dbus-chat.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="network/securesocketclient" href="network-securesocketclient.html" subtype="example" title="Secure Socket Client Example" fulltitle="Secure Socket Client Example" subtitle="" location="securesocketclient.qdoc">
+ <page access="public" status="commendable" name="network/securesocketclient/certificateinfo.cpp" href="network-securesocketclient-certificateinfo-cpp.html" subtype="file" title="" fulltitle="certificateinfo.cpp Example File" subtitle="network/securesocketclient/certificateinfo.cpp" location=""/>
+ <page access="public" status="commendable" name="network/securesocketclient/certificateinfo.h" href="network-securesocketclient-certificateinfo-h.html" subtype="file" title="" fulltitle="certificateinfo.h Example File" subtitle="network/securesocketclient/certificateinfo.h" location=""/>
+ <page access="public" status="commendable" name="network/securesocketclient/certificateinfo.ui" href="network-securesocketclient-certificateinfo-ui.html" subtype="file" title="" fulltitle="certificateinfo.ui Example File" subtitle="network/securesocketclient/certificateinfo.ui" location=""/>
+ <page access="public" status="commendable" name="network/securesocketclient/sslclient.cpp" href="network-securesocketclient-sslclient-cpp.html" subtype="file" title="" fulltitle="sslclient.cpp Example File" subtitle="network/securesocketclient/sslclient.cpp" location=""/>
+ <page access="public" status="commendable" name="network/securesocketclient/sslclient.h" href="network-securesocketclient-sslclient-h.html" subtype="file" title="" fulltitle="sslclient.h Example File" subtitle="network/securesocketclient/sslclient.h" location=""/>
+ <page access="public" status="commendable" name="network/securesocketclient/sslclient.ui" href="network-securesocketclient-sslclient-ui.html" subtype="file" title="" fulltitle="sslclient.ui Example File" subtitle="network/securesocketclient/sslclient.ui" location=""/>
+ <page access="public" status="commendable" name="network/securesocketclient/sslerrors.ui" href="network-securesocketclient-sslerrors-ui.html" subtype="file" title="" fulltitle="sslerrors.ui Example File" subtitle="network/securesocketclient/sslerrors.ui" location=""/>
+ <page access="public" status="commendable" name="network/securesocketclient/main.cpp" href="network-securesocketclient-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="network/securesocketclient/main.cpp" location=""/>
+ <page access="public" status="commendable" name="network/securesocketclient/securesocketclient.pro" href="network-securesocketclient-securesocketclient-pro.html" subtype="file" title="" fulltitle="securesocketclient.pro Example File" subtitle="network/securesocketclient/securesocketclient.pro" location=""/>
+ <page access="public" status="commendable" name="network/securesocketclient/securesocketclient.qrc" href="network-securesocketclient-securesocketclient-qrc.html" subtype="file" title="" fulltitle="securesocketclient.qrc Example File" subtitle="network/securesocketclient/securesocketclient.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="xml/rsslisting" href="xml-rsslisting.html" subtype="example" title="RSS-Listing Example" fulltitle="RSS-Listing Example" subtitle="" location="rsslisting.qdoc">
+ <page access="public" status="commendable" name="xml/rsslisting/rsslisting.cpp" href="xml-rsslisting-rsslisting-cpp.html" subtype="file" title="" fulltitle="rsslisting.cpp Example File" subtitle="xml/rsslisting/rsslisting.cpp" location=""/>
+ <page access="public" status="commendable" name="xml/rsslisting/rsslisting.h" href="xml-rsslisting-rsslisting-h.html" subtype="file" title="" fulltitle="rsslisting.h Example File" subtitle="xml/rsslisting/rsslisting.h" location=""/>
+ <page access="public" status="commendable" name="xml/rsslisting/main.cpp" href="xml-rsslisting-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="xml/rsslisting/main.cpp" location=""/>
+ <page access="public" status="commendable" name="xml/rsslisting/rsslisting.pro" href="xml-rsslisting-rsslisting-pro.html" subtype="file" title="" fulltitle="rsslisting.pro Example File" subtitle="xml/rsslisting/rsslisting.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="Flipable" href="qml-flipable.html" title="QML Flipable Element Reference" fulltitle="QML Flipable Element Reference" subtitle="" location="qfxflipable.cpp">
+ <page access="public" status="commendable" name="front" href="front.html" title="" fulltitle="" subtitle="" location="qfxflipable.cpp"/>
+ <page access="public" status="commendable" name="side" href="side.html" title="" fulltitle="" subtitle="" location="qfxflipable.cpp"/>
+ </page>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAXFACTORY_DEFAULT" href="qaxfactory.html#QAXFACTORY_DEFAULT" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QAxFactory" type="" signature="QAXFACTORY_DEFAULT( Class, ClassID, InterfaceID, EventID, LibID, AppID)">
+ <parameter left="" right="" name="Class" default=""/>
+ <parameter left="" right="" name="ClassID" default=""/>
+ <parameter left="" right="" name="InterfaceID" default=""/>
+ <parameter left="" right="" name="EventID" default=""/>
+ <parameter left="" right="" name="LibID" default=""/>
+ <parameter left="" right="" name="AppID" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAXFACTORY_EXPORT" href="qaxfactory.html#QAXFACTORY_EXPORT" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QAxFactory" type="" signature="QAXFACTORY_EXPORT( Class, LibID, AppID)">
+ <parameter left="" right="" name="Class" default=""/>
+ <parameter left="" right="" name="LibID" default=""/>
+ <parameter left="" right="" name="AppID" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAXFACTORY_BEGIN" href="qaxfactory.html#QAXFACTORY_BEGIN" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QAxFactory" type="" signature="QAXFACTORY_BEGIN( IDTypeLib, IDApp)">
+ <parameter left="" right="" name="IDTypeLib" default=""/>
+ <parameter left="" right="" name="IDApp" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAXCLASS" href="qaxfactory.html#QAXCLASS" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QAxFactory" type="" signature="QAXCLASS( Class)">
+ <parameter left="" right="" name="Class" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAXTYPE" href="qaxfactory.html#QAXTYPE" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QAxFactory" type="" signature="QAXTYPE( Class)">
+ <parameter left="" right="" name="Class" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QAXFACTORY_END" href="qaxfactory.html#QAXFACTORY_END" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QAxFactory" type="" signature="QAXFACTORY_END()"/>
+ <page access="public" status="commendable" name="itemviews/simpledommodel" href="itemviews-simpledommodel.html" subtype="example" title="Simple DOM Model Example" fulltitle="Simple DOM Model Example" subtitle="" location="simpledommodel.qdoc">
+ <contents name="design-and-concepts" title="Design and Concepts" level="1"/>
+ <contents name="dommodel-class-definition" title="DomModel Class Definition" level="1"/>
+ <contents name="domitem-class-definition" title="DomItem Class Definition" level="1"/>
+ <contents name="domitem-class-implementation" title="DomItem Class Implementation" level="1"/>
+ <contents name="dommodel-class-implementation" title="DomModel Class Implementation" level="1"/>
+ <contents name="basic-properties-of-the-model" title="Basic Properties of The Model" level="2"/>
+ <contents name="navigating-the-document" title="Navigating The Document" level="2"/>
+ <contents name="implementation-notes" title="Implementation Notes" level="1"/>
+ <page access="public" status="commendable" name="itemviews/simpledommodel/domitem.cpp" href="itemviews-simpledommodel-domitem-cpp.html" subtype="file" title="" fulltitle="domitem.cpp Example File" subtitle="itemviews/simpledommodel/domitem.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/simpledommodel/domitem.h" href="itemviews-simpledommodel-domitem-h.html" subtype="file" title="" fulltitle="domitem.h Example File" subtitle="itemviews/simpledommodel/domitem.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/simpledommodel/dommodel.cpp" href="itemviews-simpledommodel-dommodel-cpp.html" subtype="file" title="" fulltitle="dommodel.cpp Example File" subtitle="itemviews/simpledommodel/dommodel.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/simpledommodel/dommodel.h" href="itemviews-simpledommodel-dommodel-h.html" subtype="file" title="" fulltitle="dommodel.h Example File" subtitle="itemviews/simpledommodel/dommodel.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/simpledommodel/mainwindow.cpp" href="itemviews-simpledommodel-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="itemviews/simpledommodel/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/simpledommodel/mainwindow.h" href="itemviews-simpledommodel-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="itemviews/simpledommodel/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/simpledommodel/main.cpp" href="itemviews-simpledommodel-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="itemviews/simpledommodel/main.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/simpledommodel/simpledommodel.pro" href="itemviews-simpledommodel-simpledommodel-pro.html" subtype="file" title="" fulltitle="simpledommodel.pro Example File" subtitle="itemviews/simpledommodel/simpledommodel.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="draganddrop/draggabletext" href="draganddrop-draggabletext.html" subtype="example" title="Draggable Text Example" fulltitle="Draggable Text Example" subtitle="" location="draggabletext.qdoc">
+ <page access="public" status="commendable" name="draganddrop/draggabletext/draglabel.cpp" href="draganddrop-draggabletext-draglabel-cpp.html" subtype="file" title="" fulltitle="draglabel.cpp Example File" subtitle="draganddrop/draggabletext/draglabel.cpp" location=""/>
+ <page access="public" status="commendable" name="draganddrop/draggabletext/draglabel.h" href="draganddrop-draggabletext-draglabel-h.html" subtype="file" title="" fulltitle="draglabel.h Example File" subtitle="draganddrop/draggabletext/draglabel.h" location=""/>
+ <page access="public" status="commendable" name="draganddrop/draggabletext/dragwidget.cpp" href="draganddrop-draggabletext-dragwidget-cpp.html" subtype="file" title="" fulltitle="dragwidget.cpp Example File" subtitle="draganddrop/draggabletext/dragwidget.cpp" location=""/>
+ <page access="public" status="commendable" name="draganddrop/draggabletext/dragwidget.h" href="draganddrop-draggabletext-dragwidget-h.html" subtype="file" title="" fulltitle="dragwidget.h Example File" subtitle="draganddrop/draggabletext/dragwidget.h" location=""/>
+ <page access="public" status="commendable" name="draganddrop/draggabletext/main.cpp" href="draganddrop-draggabletext-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="draganddrop/draggabletext/main.cpp" location=""/>
+ <page access="public" status="commendable" name="draganddrop/draggabletext/draggabletext.pro" href="draganddrop-draggabletext-draggabletext-pro.html" subtype="file" title="" fulltitle="draggabletext.pro Example File" subtitle="draganddrop/draggabletext/draggabletext.pro" location=""/>
+ <page access="public" status="commendable" name="draganddrop/draggabletext/draggabletext.qrc" href="draganddrop-draggabletext-draggabletext-qrc.html" subtype="file" title="" fulltitle="draggabletext.qrc Example File" subtitle="draganddrop/draggabletext/draggabletext.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qt-embedded-pointer.html" href="qt-embedded-pointer.html" subtype="page" title="Qt for Embedded Linux Pointer Handling" fulltitle="Qt for Embedded Linux Pointer Handling" subtitle="" location="emb-pointer.qdoc">
+ <contents name="available-drivers" title="Available Drivers" level="1"/>
+ <contents name="specifying-a-driver" title="Specifying a Driver" level="1"/>
+ <contents name="troubleshooting" title="Troubleshooting" level="1"/>
+ <contents name="device-files" title="Device Files" level="2"/>
+ <contents name="file-permissions" title="File Permissions" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="datastreamformat.html" href="datastreamformat.html" subtype="page" title="Format of the QDataStream Operators" fulltitle="Format of the QDataStream Operators" subtitle="" location="datastreamformat.qdoc"/>
+ <page access="public" status="commendable" name="platform-notes-vxworks.html" href="platform-notes-vxworks.html" subtype="page" title="Platform Notes - VxWorks" fulltitle="Platform Notes - VxWorks" subtitle="" location="platform-notes-rtos.qdoc">
+ <target name="vxworks"/>
+ <contents name="supported-versions" title="Supported Versions" level="1"/>
+ <contents name="limitations" title="Limitations" level="1"/>
+ <contents name="build-instructions" title="Build Instructions" level="1"/>
+ <contents name="general-notes" title="General Notes" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="platform-notes-qnx.html" href="platform-notes-qnx.html" subtype="page" title="Platform Notes - QNX" fulltitle="Platform Notes - QNX" subtitle="" location="platform-notes-rtos.qdoc">
+ <target name="qnx"/>
+ <contents name="supported-versions" title="Supported Versions" level="1"/>
+ <contents name="limitations" title="Limitations" level="1"/>
+ <contents name="build-instructions" title="Build Instructions" level="1"/>
+ <contents name="general-notes" title="General Notes" level="1"/>
+ <contents name="platform-regressions" title="Platform Regressions" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="fine-tuning-features.html" href="fine-tuning-features.html" subtype="page" title="Fine-Tuning Features in Qt" fulltitle="Fine-Tuning Features in Qt" subtitle="" location="emb-features.qdoc">
+ <contents name="simple-customization" title="Simple Customization" level="1"/>
+ <contents name="embedded-linux" title="Embedded Linux" level="2"/>
+ <contents name="windows-ce" title="Windows CE" level="2"/>
+ <contents name="managing-large-numbers-of-features" title="Managing Large Numbers of Features" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="mainwindows/menus" href="mainwindows-menus.html" subtype="example" title="Menus Example" fulltitle="Menus Example" subtitle="" location="menus.qdoc">
+ <contents name="mainwindow-class-definition" title="MainWindow Class Definition" level="1"/>
+ <contents name="mainwindow-class-implementation" title="MainWindow Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="mainwindows/menus/mainwindow.cpp" href="mainwindows-menus-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="mainwindows/menus/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="mainwindows/menus/mainwindow.h" href="mainwindows-menus-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="mainwindows/menus/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="mainwindows/menus/main.cpp" href="mainwindows-menus-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="mainwindows/menus/main.cpp" location=""/>
+ <page access="public" status="commendable" name="mainwindows/menus/menus.pro" href="mainwindows-menus-menus-pro.html" subtype="file" title="" fulltitle="menus.pro Example File" subtitle="mainwindows/menus/menus.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="ListModel" href="qml-listmodel.html" title="QML ListModel Element Reference" fulltitle="QML ListModel Element Reference" subtitle="" location="qmllistmodel.cpp">
+ <page access="public" status="commendable" name="count" href="count.html" title="" fulltitle="" subtitle="" location="qmllistmodel.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="ListView" href="qml-listview.html" title="QML ListView Element Reference" fulltitle="QML ListView Element Reference" subtitle="" location="qfxlistview.cpp">
+ <page access="public" status="commendable" name="model" href="model.html" title="" fulltitle="" subtitle="" location="qfxlistview.cpp"/>
+ <page access="public" status="commendable" name="delegate" href="delegate.html" title="" fulltitle="" subtitle="" location="qfxlistview.cpp"/>
+ <page access="public" status="commendable" name="currentIndex" href="currentindex.html" title="" fulltitle="" subtitle="" location="qfxlistview.cpp"/>
+ <page access="public" status="commendable" name="count" href="count.html" title="" fulltitle="" subtitle="" location="qfxlistview.cpp"/>
+ <page access="public" status="commendable" name="highlight" href="highlight.html" title="" fulltitle="" subtitle="" location="qfxlistview.cpp"/>
+ <page access="public" status="commendable" name="autoHighlight" href="autohighlight.html" title="" fulltitle="" subtitle="" location="qfxlistview.cpp"/>
+ <page access="public" status="commendable" name="currentItemPositioning" href="currentitempositioning.html" title="" fulltitle="" subtitle="" location="qfxlistview.cpp"/>
+ <page access="public" status="commendable" name="snapPosition" href="snapposition.html" title="" fulltitle="" subtitle="" location="qfxlistview.cpp"/>
+ <page access="public" status="commendable" name="orientation" href="orientation.html" title="" fulltitle="" subtitle="" location="qfxlistview.cpp"/>
+ <page access="public" status="commendable" name="wrap" href="wrap.html" title="" fulltitle="" subtitle="" location="qfxlistview.cpp"/>
+ <page access="public" status="commendable" name="cacheBuffer" href="cachebuffer.html" title="" fulltitle="" subtitle="" location="qfxlistview.cpp"/>
+ <page access="public" status="commendable" name="sectionExpression" href="sectionexpression.html" title="" fulltitle="" subtitle="" location="qfxlistview.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="statemachine" href="statemachine.html" subtype="group" title="State Machine Classes" fulltitle="State Machine Classes" subtitle="" location="statemachine.qdoc"/>
+ <page access="public" status="commendable" name="statemachine-api.html" href="statemachine-api.html" subtype="page" title="The State Machine Framework" fulltitle="The State Machine Framework" subtitle="" location="statemachine.qdoc">
+ <contents name="classes-in-the-state-machine-framework" title="Classes in the State Machine Framework" level="1"/>
+ <contents name="a-simple-state-machine" title="A Simple State Machine" level="1"/>
+ <contents name="doing-useful-work-on-state-entry-and-exit" title="Doing Useful Work on State Entry and Exit" level="1"/>
+ <contents name="state-machines-that-finish" title="State Machines That Finish" level="1"/>
+ <contents name="sharing-transitions-by-grouping-states" title="Sharing Transitions By Grouping States" level="1"/>
+ <contents name="using-history-states-to-save-and-restore-the-current-state" title="Using History States to Save and Restore the Current State" level="1"/>
+ <contents name="using-parallel-states-to-avoid-a-combinatorial-explosion-of-states" title="Using Parallel States to Avoid a Combinatorial Explosion of States" level="1"/>
+ <contents name="detecting-that-a-composite-state-has-finished" title="Detecting that a Composite State has Finished" level="1"/>
+ <contents name="events-transitions-and-guards" title="Events, Transitions and Guards" level="1"/>
+ <contents name="using-restore-policy-to-automatically-restore-properties" title="Using Restore Policy To Automatically Restore Properties" level="1"/>
+ <contents name="animating-property-assignments" title="Animating Property Assignments" level="1"/>
+ <contents name="detecting-that-all-properties-have-been-set-in-a-state" title="Detecting That All Properties Have Been Set In A State" level="1"/>
+ <contents name="what-happens-if-a-state-is-exited-before-the-animation-has-finished" title="What happens if a state is exited before the animation has finished" level="1"/>
+ <contents name="default-animations" title="Default Animations" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qt-performance.html" href="qt-performance.html" subtype="page" title="Qt Performance Tuning" fulltitle="Qt Performance Tuning" subtitle="" location="emb-performance.qdoc">
+ <contents name="programming-style" title="Programming Style" level="1"/>
+ <contents name="static-vs-dynamic-linking" title="Static vs. Dynamic Linking" level="1"/>
+ <contents name="alternative-memory-allocation" title="Alternative Memory Allocation" level="1"/>
+ <contents name="bypassing-the-backing-store" title="Bypassing the Backing Store" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="painting/imagecomposition" href="painting-imagecomposition.html" subtype="example" title="Image Composition Example" fulltitle="Image Composition Example" subtitle="" location="imagecomposition.qdoc">
+ <contents name="setting-up-the-resource-file" title="Setting Up The Resource File" level="1"/>
+ <contents name="imagecomposer-class-definition" title="ImageComposer Class Definition" level="1"/>
+ <contents name="imagecomposer-class-implementation" title="ImageComposer Class Implementation" level="1"/>
+ <contents name="the-function" title="The Function" level="1"/>
+ <page access="public" status="commendable" name="painting/imagecomposition/imagecomposer.cpp" href="painting-imagecomposition-imagecomposer-cpp.html" subtype="file" title="" fulltitle="imagecomposer.cpp Example File" subtitle="painting/imagecomposition/imagecomposer.cpp" location=""/>
+ <page access="public" status="commendable" name="painting/imagecomposition/imagecomposer.h" href="painting-imagecomposition-imagecomposer-h.html" subtype="file" title="" fulltitle="imagecomposer.h Example File" subtitle="painting/imagecomposition/imagecomposer.h" location=""/>
+ <page access="public" status="commendable" name="painting/imagecomposition/main.cpp" href="painting-imagecomposition-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="painting/imagecomposition/main.cpp" location=""/>
+ <page access="public" status="commendable" name="painting/imagecomposition/imagecomposition.pro" href="painting-imagecomposition-imagecomposition-pro.html" subtype="file" title="" fulltitle="imagecomposition.pro Example File" subtitle="painting/imagecomposition/imagecomposition.pro" location=""/>
+ <page access="public" status="commendable" name="painting/imagecomposition/imagecomposition.qrc" href="painting-imagecomposition-imagecomposition-qrc.html" subtype="file" title="" fulltitle="imagecomposition.qrc Example File" subtitle="painting/imagecomposition/imagecomposition.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="supported-platforms.html" href="supported-platforms.html" subtype="page" title="Supported Platforms" fulltitle="Supported Platforms" subtitle="" location="supported-platforms.qdoc">
+ <contents name="tier-1-platforms" title="Tier 1 Platforms" level="1"/>
+ <contents name="tier-2-platforms" title="Tier 2 Platforms" level="1"/>
+ <contents name="tier-3-platforms-not-supported-by-nokia" title="Tier 3 Platforms (Not supported by Nokia)" level="1"/>
+ <contents name="general-legal-disclaimer" title="General Legal Disclaimer" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="draganddrop/draggableicons" href="draganddrop-draggableicons.html" subtype="example" title="Draggable Icons Example" fulltitle="Draggable Icons Example" subtitle="" location="draggableicons.qdoc">
+ <contents name="dragwidget-class-definition" title="DragWidget Class Definition" level="1"/>
+ <contents name="dragwidget-class-implementation" title="DragWidget Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="draganddrop/draggableicons/dragwidget.cpp" href="draganddrop-draggableicons-dragwidget-cpp.html" subtype="file" title="" fulltitle="dragwidget.cpp Example File" subtitle="draganddrop/draggableicons/dragwidget.cpp" location=""/>
+ <page access="public" status="commendable" name="draganddrop/draggableicons/dragwidget.h" href="draganddrop-draggableicons-dragwidget-h.html" subtype="file" title="" fulltitle="dragwidget.h Example File" subtitle="draganddrop/draggableicons/dragwidget.h" location=""/>
+ <page access="public" status="commendable" name="draganddrop/draggableicons/main.cpp" href="draganddrop-draggableicons-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="draganddrop/draggableicons/main.cpp" location=""/>
+ <page access="public" status="commendable" name="draganddrop/draggableicons/draggableicons.pro" href="draganddrop-draggableicons-draggableicons-pro.html" subtype="file" title="" fulltitle="draggableicons.pro Example File" subtitle="draganddrop/draggableicons/draggableicons.pro" location=""/>
+ <page access="public" status="commendable" name="draganddrop/draggableicons/draggableicons.qrc" href="draganddrop-draggableicons-draggableicons-qrc.html" subtype="file" title="" fulltitle="draggableicons.qrc Example File" subtitle="draganddrop/draggableicons/draggableicons.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="richtext/orderform" href="richtext-orderform.html" subtype="example" title="Order Form Example" fulltitle="Order Form Example" subtitle="" location="orderform.qdoc">
+ <contents name="detailsdialog-definition" title="DetailsDialog Definition" level="1"/>
+ <contents name="detailsdialog-implementation" title="DetailsDialog Implementation" level="1"/>
+ <contents name="mainwindow-definition" title="MainWindow Definition" level="1"/>
+ <contents name="mainwindow-implementation" title="MainWindow Implementation" level="1"/>
+ <contents name="function" title=" Function" level="1"/>
+ <page access="public" status="commendable" name="richtext/orderform/detailsdialog.cpp" href="richtext-orderform-detailsdialog-cpp.html" subtype="file" title="" fulltitle="detailsdialog.cpp Example File" subtitle="richtext/orderform/detailsdialog.cpp" location=""/>
+ <page access="public" status="commendable" name="richtext/orderform/detailsdialog.h" href="richtext-orderform-detailsdialog-h.html" subtype="file" title="" fulltitle="detailsdialog.h Example File" subtitle="richtext/orderform/detailsdialog.h" location=""/>
+ <page access="public" status="commendable" name="richtext/orderform/mainwindow.cpp" href="richtext-orderform-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="richtext/orderform/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="richtext/orderform/mainwindow.h" href="richtext-orderform-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="richtext/orderform/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="richtext/orderform/main.cpp" href="richtext-orderform-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="richtext/orderform/main.cpp" location=""/>
+ <page access="public" status="commendable" name="richtext/orderform/orderform.pro" href="richtext-orderform-orderform-pro.html" subtype="file" title="" fulltitle="orderform.pro Example File" subtitle="richtext/orderform/orderform.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="VisualItemModel" href="qml-visualitemmodel.html" title="QML VisualItemModel Element Reference" fulltitle="QML VisualItemModel Element Reference" subtitle="" location="qfxvisualitemmodel.cpp">
+ <page access="public" status="commendable" name="count" href="count.html" title="" fulltitle="" subtitle="" location="qfxvisualitemmodel.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="statemachine/eventtransitions" href="statemachine-eventtransitions.html" subtype="example" title="Event Transitions Example" fulltitle="Event Transitions Example" subtitle="" location="eventtransitions.qdoc">
+ <page access="public" status="commendable" name="statemachine/eventtransitions/main.cpp" href="statemachine-eventtransitions-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="statemachine/eventtransitions/main.cpp" location=""/>
+ <page access="public" status="commendable" name="statemachine/eventtransitions/eventtransitions.pro" href="statemachine-eventtransitions-eventtransitions-pro.html" subtype="file" title="" fulltitle="eventtransitions.pro Example File" subtitle="statemachine/eventtransitions/eventtransitions.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qws/svgalib" href="qws-svgalib.html" subtype="example" title="Accelerated Graphics Driver Example" fulltitle="Accelerated Graphics Driver Example" subtitle="" location="svgalib.qdoc">
+ <contents name="step-1-creating-a-custom-graphics-driver" title="Step 1: Creating a Custom Graphics Driver" level="1"/>
+ <contents name="svgalibscreen-class-implementation" title="SvgalibScreen Class Implementation" level="2"/>
+ <contents name="step-2-implementing-a-custom-raster-paint-engine" title="Step 2: Implementing a Custom Raster Paint Engine" level="1"/>
+ <contents name="step-3-making-the-widgets-aware-of-the-custom-paint-engine" title="Step 3: Making the Widgets Aware of the Custom Paint Engine" level="1"/>
+ <contents name="implementing-a-custom-paint-device" title="Implementing a Custom Paint Device" level="2"/>
+ <contents name="implementing-a-custom-window-surface" title="Implementing a Custom Window Surface" level="2"/>
+ <contents name="adjusting-the-graphics-driver" title="Adjusting the Graphics Driver" level="2"/>
+ <page access="public" status="commendable" name="qws/svgalib/svgalibpaintdevice.cpp" href="qws-svgalib-svgalibpaintdevice-cpp.html" subtype="file" title="" fulltitle="svgalibpaintdevice.cpp Example File" subtitle="qws/svgalib/svgalibpaintdevice.cpp" location=""/>
+ <page access="public" status="commendable" name="qws/svgalib/svgalibpaintdevice.h" href="qws-svgalib-svgalibpaintdevice-h.html" subtype="file" title="" fulltitle="svgalibpaintdevice.h Example File" subtitle="qws/svgalib/svgalibpaintdevice.h" location=""/>
+ <page access="public" status="commendable" name="qws/svgalib/svgalibpaintengine.cpp" href="qws-svgalib-svgalibpaintengine-cpp.html" subtype="file" title="" fulltitle="svgalibpaintengine.cpp Example File" subtitle="qws/svgalib/svgalibpaintengine.cpp" location=""/>
+ <page access="public" status="commendable" name="qws/svgalib/svgalibpaintengine.h" href="qws-svgalib-svgalibpaintengine-h.html" subtype="file" title="" fulltitle="svgalibpaintengine.h Example File" subtitle="qws/svgalib/svgalibpaintengine.h" location=""/>
+ <page access="public" status="commendable" name="qws/svgalib/svgalibplugin.cpp" href="qws-svgalib-svgalibplugin-cpp.html" subtype="file" title="" fulltitle="svgalibplugin.cpp Example File" subtitle="qws/svgalib/svgalibplugin.cpp" location=""/>
+ <page access="public" status="commendable" name="qws/svgalib/svgalibscreen.cpp" href="qws-svgalib-svgalibscreen-cpp.html" subtype="file" title="" fulltitle="svgalibscreen.cpp Example File" subtitle="qws/svgalib/svgalibscreen.cpp" location=""/>
+ <page access="public" status="commendable" name="qws/svgalib/svgalibscreen.h" href="qws-svgalib-svgalibscreen-h.html" subtype="file" title="" fulltitle="svgalibscreen.h Example File" subtitle="qws/svgalib/svgalibscreen.h" location=""/>
+ <page access="public" status="commendable" name="qws/svgalib/svgalibsurface.cpp" href="qws-svgalib-svgalibsurface-cpp.html" subtype="file" title="" fulltitle="svgalibsurface.cpp Example File" subtitle="qws/svgalib/svgalibsurface.cpp" location=""/>
+ <page access="public" status="commendable" name="qws/svgalib/svgalibsurface.h" href="qws-svgalib-svgalibsurface-h.html" subtype="file" title="" fulltitle="svgalibsurface.h Example File" subtitle="qws/svgalib/svgalibsurface.h" location=""/>
+ <page access="public" status="commendable" name="qws/svgalib/svgalib.pro" href="qws-svgalib-svgalib-pro.html" subtype="file" title="" fulltitle="svgalib.pro Example File" subtitle="qws/svgalib/svgalib.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tutorial1.html" href="tutorial1.html" subtype="page" title="Tutorial 1 - Hello World!" fulltitle="Tutorial 1 - Hello World!" subtitle="" location="tutorial1.qdoc">
+ <target name="tutorial1"/>
+ <contents name="walkthrough" title="Walkthrough" level="1"/>
+ <contents name="rectangle-element" title="Rectangle element" level="2"/>
+ <contents name="text-element" title="Text element" level="2"/>
+ <contents name="viewing-the-example" title="Viewing the example" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="platform-specific" href="platform-specific.html" subtype="group" title="Platform-Specific Documentation" fulltitle="Platform-Specific Documentation" subtitle="" location="platform-notes.qdoc"/>
+ <page access="public" status="commendable" name="platform-notes.html" href="platform-notes.html" subtype="page" title="Platform Notes" fulltitle="Platform Notes" subtitle="" location="platform-notes.qdoc"/>
+ <page access="public" status="commendable" name="platform-notes-x11.html" href="platform-notes-x11.html" subtype="page" title="Platform Notes - X11" fulltitle="Platform Notes - X11" subtitle="" location="platform-notes.qdoc">
+ <target name="aix"/>
+ <target name="freebsd"/>
+ <target name="hp-ux"/>
+ <target name="irix"/>
+ <target name="solaris"/>
+ <contents name="aix-5-2" title="AIX - 5.2" level="1"/>
+ <contents name="freebsd-6-0-release" title="FreeBSD - 6.0-RELEASE" level="1"/>
+ <contents name="hp-ux" title="HP-UX" level="1"/>
+ <contents name="pa-risc-b-11-11-or-later" title="PA-RISC - B.11.11 or later" level="2"/>
+ <contents name="itanium-b-11-23-or-later" title="Itanium - B.11.23 or later" level="2"/>
+ <contents name="opengl-support" title="OpenGL Support" level="2"/>
+ <contents name="irix-6-5-x" title="IRIX - 6.5.x" level="1"/>
+ <contents name="linux" title="Linux" level="1"/>
+ <contents name="installation-problems" title="Installation problems" level="2"/>
+ <contents name="solaris-9-or-later" title="Solaris - 9 or later" level="1"/>
+ <contents name="unpackaging-and-solaris-tar" title="Unpackaging and Solaris tar" level="2"/>
+ <contents name="cc-on-solaris" title="CC on Solaris" level="2"/>
+ <contents name="gcc-on-solaris" title="GCC on Solaris" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="platform-notes-windows.html" href="platform-notes-windows.html" subtype="page" title="Platform Notes - Windows" fulltitle="Platform Notes - Windows" subtitle="" location="platform-notes.qdoc">
+ <target name="windows-nt"/>
+ <contents name="windows-vista" title="Windows Vista" level="1"/>
+ <contents name="windows-xp-windows-2000-and-windows-nt" title="Windows XP, Windows 2000 and Windows NT" level="1"/>
+ <contents name="installation-location" title="Installation location" level="2"/>
+ <contents name="accelgalaxy-graphic-card" title="AccelGALAXY graphic card" level="2"/>
+ <contents name="possible-gl-conflict" title="Possible GL conflict" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="platform-notes-mac.html" href="platform-notes-mac.html" subtype="page" title="Platform Notes - Mac OS X" fulltitle="Platform Notes - Mac OS X" subtitle="" location="platform-notes.qdoc">
+ <contents name="general-information" title="General Information" level="1"/>
+ <contents name="required-gcc-version" title="Required GCC version" level="2"/>
+ <contents name="binary-package" title="Binary Package" level="2"/>
+ <contents name="mac-os-x-on-intel-hardware" title="Mac OS X on Intel hardware" level="2"/>
+ <contents name="build-issues" title="Build Issues" level="2"/>
+ <contents name="fink" title="Fink" level="2"/>
+ <contents name="mysql-and-mac-os-x" title="MySQL and Mac OS X" level="2"/>
+ <contents name="qt-and-precompiled-headers-pch" title="Qt and Precompiled Headers (PCH)" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="platform-notes-windows-ce.html" href="platform-notes-windows-ce.html" subtype="page" title="Platform Notes - Windows CE" fulltitle="Platform Notes - Windows CE" subtitle="" location="platform-notes.qdoc"/>
+ <page access="public" status="commendable" name="platform-notes-embedded-linux.html" href="platform-notes-embedded-linux.html" subtype="page" title="Platform Notes - Embedded Linux" fulltitle="Platform Notes - Embedded Linux" subtitle="" location="platform-notes.qdoc"/>
+ <page access="public" status="commendable" name="itemviews/stardelegate" href="itemviews-stardelegate.html" subtype="example" title="Star Delegate Example" fulltitle="Star Delegate Example" subtitle="" location="stardelegate.qdoc">
+ <contents name="stardelegate-class-definition" title="StarDelegate Class Definition" level="1"/>
+ <contents name="stardelegate-class-implementation" title="StarDelegate Class Implementation" level="1"/>
+ <contents name="stareditor-class-definition" title="StarEditor Class Definition" level="1"/>
+ <contents name="stareditor-class-implementation" title="StarEditor Class Implementation" level="1"/>
+ <contents name="starrating-class-definition" title="StarRating Class Definition" level="1"/>
+ <contents name="starrating-class-implementation" title="StarRating Class Implementation" level="1"/>
+ <contents name="the-function" title="The Function" level="1"/>
+ <contents name="possible-extensions-and-suggestions" title="Possible Extensions and Suggestions" level="1"/>
+ <page access="public" status="commendable" name="itemviews/stardelegate/stardelegate.cpp" href="itemviews-stardelegate-stardelegate-cpp.html" subtype="file" title="" fulltitle="stardelegate.cpp Example File" subtitle="itemviews/stardelegate/stardelegate.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/stardelegate/stardelegate.h" href="itemviews-stardelegate-stardelegate-h.html" subtype="file" title="" fulltitle="stardelegate.h Example File" subtitle="itemviews/stardelegate/stardelegate.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/stardelegate/stareditor.cpp" href="itemviews-stardelegate-stareditor-cpp.html" subtype="file" title="" fulltitle="stareditor.cpp Example File" subtitle="itemviews/stardelegate/stareditor.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/stardelegate/stareditor.h" href="itemviews-stardelegate-stareditor-h.html" subtype="file" title="" fulltitle="stareditor.h Example File" subtitle="itemviews/stardelegate/stareditor.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/stardelegate/starrating.cpp" href="itemviews-stardelegate-starrating-cpp.html" subtype="file" title="" fulltitle="starrating.cpp Example File" subtitle="itemviews/stardelegate/starrating.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/stardelegate/starrating.h" href="itemviews-stardelegate-starrating-h.html" subtype="file" title="" fulltitle="starrating.h Example File" subtitle="itemviews/stardelegate/starrating.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/stardelegate/main.cpp" href="itemviews-stardelegate-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="itemviews/stardelegate/main.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/stardelegate/stardelegate.pro" href="itemviews-stardelegate-stardelegate-pro.html" subtype="file" title="" fulltitle="stardelegate.pro Example File" subtitle="itemviews/stardelegate/stardelegate.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="widgets-tutorial.html" href="widgets-tutorial.html" subtype="page" title="Widgets Tutorial" fulltitle="Widgets Tutorial" subtitle="" location="widgets-tutorial.qdoc">
+ <contents name="introduction" title="Introduction" level="1"/>
+ <contents name="writing-a-main-function" title="Writing a main Function" level="1"/>
+ <contents name="building-examples-and-tutorials" title="Building Examples and Tutorials" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="tutorials/widgets/toplevel" href="tutorials-widgets-toplevel.html" subtype="example" title="Widgets Tutorial - Creating a Window" fulltitle="Widgets Tutorial - Creating a Window" subtitle="" location="widgets-tutorial.qdoc">
+ <page access="public" status="commendable" name="tutorials/widgets/toplevel/main.cpp" href="tutorials-widgets-toplevel-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tutorials/widgets/toplevel/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/widgets/toplevel/toplevel.pro" href="tutorials-widgets-toplevel-toplevel-pro.html" subtype="file" title="" fulltitle="toplevel.pro Example File" subtitle="tutorials/widgets/toplevel/toplevel.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tutorials/widgets/childwidget" href="tutorials-widgets-childwidget.html" subtype="example" title="Widgets Tutorial - Child Widgets" fulltitle="Widgets Tutorial - Child Widgets" subtitle="" location="widgets-tutorial.qdoc">
+ <page access="public" status="commendable" name="tutorials/widgets/childwidget/main.cpp" href="tutorials-widgets-childwidget-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tutorials/widgets/childwidget/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/widgets/childwidget/childwidget.pro" href="tutorials-widgets-childwidget-childwidget-pro.html" subtype="file" title="" fulltitle="childwidget.pro Example File" subtitle="tutorials/widgets/childwidget/childwidget.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tutorials/widgets/windowlayout" href="tutorials-widgets-windowlayout.html" subtype="example" title="Widgets Tutorial - Using Layouts" fulltitle="Widgets Tutorial - Using Layouts" subtitle="" location="widgets-tutorial.qdoc">
+ <page access="public" status="commendable" name="tutorials/widgets/windowlayout/main.cpp" href="tutorials-widgets-windowlayout-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tutorials/widgets/windowlayout/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/widgets/windowlayout/windowlayout.pro" href="tutorials-widgets-windowlayout-windowlayout-pro.html" subtype="file" title="" fulltitle="windowlayout.pro Example File" subtitle="tutorials/widgets/windowlayout/windowlayout.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tutorials/widgets/nestedlayouts" href="tutorials-widgets-nestedlayouts.html" subtype="example" title="Widgets Tutorial - Nested Layouts" fulltitle="Widgets Tutorial - Nested Layouts" subtitle="" location="widgets-tutorial.qdoc">
+ <contents name="setting-up-the-model" title="Setting up the Model" level="1"/>
+ <page access="public" status="commendable" name="tutorials/widgets/nestedlayouts/main.cpp" href="tutorials-widgets-nestedlayouts-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tutorials/widgets/nestedlayouts/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tutorials/widgets/nestedlayouts/nestedlayouts.pro" href="tutorials-widgets-nestedlayouts-nestedlayouts-pro.html" subtype="file" title="" fulltitle="nestedlayouts.pro Example File" subtitle="tutorials/widgets/nestedlayouts/nestedlayouts.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="credits.html" href="credits.html" subtype="page" title="Thanks!" fulltitle="Thanks!" subtitle="" location="credits.qdoc"/>
+ <page access="public" status="commendable" name="draganddrop/puzzle" href="draganddrop-puzzle.html" subtype="example" title="Drag and Drop Puzzle Example" fulltitle="Drag and Drop Puzzle Example" subtitle="" location="draganddroppuzzle.qdoc">
+ <page access="public" status="commendable" name="draganddrop/puzzle/mainwindow.cpp" href="draganddrop-puzzle-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="draganddrop/puzzle/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="draganddrop/puzzle/mainwindow.h" href="draganddrop-puzzle-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="draganddrop/puzzle/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="draganddrop/puzzle/pieceslist.cpp" href="draganddrop-puzzle-pieceslist-cpp.html" subtype="file" title="" fulltitle="pieceslist.cpp Example File" subtitle="draganddrop/puzzle/pieceslist.cpp" location=""/>
+ <page access="public" status="commendable" name="draganddrop/puzzle/pieceslist.h" href="draganddrop-puzzle-pieceslist-h.html" subtype="file" title="" fulltitle="pieceslist.h Example File" subtitle="draganddrop/puzzle/pieceslist.h" location=""/>
+ <page access="public" status="commendable" name="draganddrop/puzzle/puzzlewidget.cpp" href="draganddrop-puzzle-puzzlewidget-cpp.html" subtype="file" title="" fulltitle="puzzlewidget.cpp Example File" subtitle="draganddrop/puzzle/puzzlewidget.cpp" location=""/>
+ <page access="public" status="commendable" name="draganddrop/puzzle/puzzlewidget.h" href="draganddrop-puzzle-puzzlewidget-h.html" subtype="file" title="" fulltitle="puzzlewidget.h Example File" subtitle="draganddrop/puzzle/puzzlewidget.h" location=""/>
+ <page access="public" status="commendable" name="draganddrop/puzzle/main.cpp" href="draganddrop-puzzle-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="draganddrop/puzzle/main.cpp" location=""/>
+ <page access="public" status="commendable" name="draganddrop/puzzle/puzzle.pro" href="draganddrop-puzzle-puzzle-pro.html" subtype="file" title="" fulltitle="puzzle.pro Example File" subtitle="draganddrop/puzzle/puzzle.pro" location=""/>
+ <page access="public" status="commendable" name="draganddrop/puzzle/puzzle.qrc" href="draganddrop-puzzle-puzzle-qrc.html" subtype="file" title="" fulltitle="puzzle.qrc Example File" subtitle="draganddrop/puzzle/puzzle.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qtscriptextensions.html" href="qtscriptextensions.html" subtype="page" title="Creating QtScript Extensions" fulltitle="Creating QtScript Extensions" subtitle="" location="qtscriptextensions.qdoc">
+ <contents name="static-extensions" title="Static Extensions" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="gallery-windowsvista.html" href="gallery-windowsvista.html" subtype="page" title="Windows Vista Style Widget Gallery" fulltitle="Windows Vista Style Widget Gallery" subtitle="" location="gallery-windowsvista.qdoc"/>
+ <page access="public" status="commendable" name="&lt;QtAlgorithms&gt;" href="qtalgorithms.html" subtype="header" title="Generic Algorithms" fulltitle="&lt;QtAlgorithms&gt; - Generic Algorithms" subtitle="" location="qalgorithms.qdoc">
+ <target name="binaryfind-example"/>
+ <contents name="types-of-iterators" title="Types of Iterators" level="1"/>
+ <contents name="input-iterators" title="Input Iterators" level="2"/>
+ <contents name="output-iterators" title="Output Iterators" level="2"/>
+ <contents name="forward-iterators" title="Forward Iterators" level="2"/>
+ <contents name="bidirectional-iterators" title="Bidirectional Iterators" level="2"/>
+ <contents name="random-access-iterators" title="Random Access Iterators" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="dialogs/trivialwizard" href="dialogs-trivialwizard.html" subtype="example" title="Trivial Wizard Example" fulltitle="Trivial Wizard Example" subtitle="" location="trivialwizard.qdoc">
+ <contents name="introduction-page" title="Introduction Page" level="1"/>
+ <contents name="registration-page" title="Registration Page" level="1"/>
+ <contents name="conclusion-page" title="Conclusion Page" level="1"/>
+ <contents name="function" title=" Function" level="1"/>
+ <page access="public" status="commendable" name="dialogs/trivialwizard/trivialwizard.cpp" href="dialogs-trivialwizard-trivialwizard-cpp.html" subtype="file" title="" fulltitle="trivialwizard.cpp Example File" subtitle="dialogs/trivialwizard/trivialwizard.cpp" location=""/>
+ <page access="public" status="commendable" name="dialogs/trivialwizard/trivialwizard.pro" href="dialogs-trivialwizard-trivialwizard-pro.html" subtype="file" title="" fulltitle="trivialwizard.pro Example File" subtitle="dialogs/trivialwizard/trivialwizard.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="statemachine/factorial" href="statemachine-factorial.html" subtype="example" title="Factorial States Example" fulltitle="Factorial States Example" subtitle="" location="factorial.qdoc">
+ <page access="public" status="commendable" name="statemachine/factorial/main.cpp" href="statemachine-factorial-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="statemachine/factorial/main.cpp" location=""/>
+ <page access="public" status="commendable" name="statemachine/factorial/factorial.pro" href="statemachine-factorial-factorial-pro.html" subtype="file" title="" fulltitle="factorial.pro Example File" subtitle="statemachine/factorial/factorial.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="opengl/overpainting" href="opengl-overpainting.html" subtype="example" title="Overpainting Example" fulltitle="Overpainting Example" subtitle="" location="overpainting.qdoc">
+ <contents name="glwidget-class-definition" title="GLWidget Class Definition" level="1"/>
+ <contents name="glwidget-class-implementation" title="GLWidget Class Implementation" level="1"/>
+ <contents name="summary" title="Summary" level="1"/>
+ <page access="public" status="commendable" name="opengl/overpainting/bubble.cpp" href="opengl-overpainting-bubble-cpp.html" subtype="file" title="" fulltitle="bubble.cpp Example File" subtitle="opengl/overpainting/bubble.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/overpainting/bubble.h" href="opengl-overpainting-bubble-h.html" subtype="file" title="" fulltitle="bubble.h Example File" subtitle="opengl/overpainting/bubble.h" location=""/>
+ <page access="public" status="commendable" name="opengl/overpainting/glwidget.cpp" href="opengl-overpainting-glwidget-cpp.html" subtype="file" title="" fulltitle="glwidget.cpp Example File" subtitle="opengl/overpainting/glwidget.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/overpainting/glwidget.h" href="opengl-overpainting-glwidget-h.html" subtype="file" title="" fulltitle="glwidget.h Example File" subtitle="opengl/overpainting/glwidget.h" location=""/>
+ <page access="public" status="commendable" name="opengl/overpainting/main.cpp" href="opengl-overpainting-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="opengl/overpainting/main.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/overpainting/overpainting.pro" href="opengl-overpainting-overpainting-pro.html" subtype="file" title="" fulltitle="overpainting.pro Example File" subtitle="opengl/overpainting/overpainting.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="painting/painterpaths" href="painting-painterpaths.html" subtype="example" title="Painter Paths Example" fulltitle="Painter Paths Example" subtitle="" location="painterpaths.qdoc">
+ <contents name="window-class-definition" title="Window Class Definition" level="1"/>
+ <contents name="window-class-implementation" title="Window Class Implementation" level="1"/>
+ <contents name="renderarea-class-definition" title="RenderArea Class Definition" level="1"/>
+ <contents name="renderarea-class-implementation" title="RenderArea Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="painting/painterpaths/renderarea.cpp" href="painting-painterpaths-renderarea-cpp.html" subtype="file" title="" fulltitle="renderarea.cpp Example File" subtitle="painting/painterpaths/renderarea.cpp" location=""/>
+ <page access="public" status="commendable" name="painting/painterpaths/renderarea.h" href="painting-painterpaths-renderarea-h.html" subtype="file" title="" fulltitle="renderarea.h Example File" subtitle="painting/painterpaths/renderarea.h" location=""/>
+ <page access="public" status="commendable" name="painting/painterpaths/window.cpp" href="painting-painterpaths-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="painting/painterpaths/window.cpp" location=""/>
+ <page access="public" status="commendable" name="painting/painterpaths/window.h" href="painting-painterpaths-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="painting/painterpaths/window.h" location=""/>
+ <page access="public" status="commendable" name="painting/painterpaths/main.cpp" href="painting-painterpaths-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="painting/painterpaths/main.cpp" location=""/>
+ <page access="public" status="commendable" name="painting/painterpaths/painterpaths.pro" href="painting-painterpaths-painterpaths-pro.html" subtype="file" title="" fulltitle="painterpaths.pro Example File" subtitle="painting/painterpaths/painterpaths.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="templates.html" href="templates.html" subtype="page" title="Why Doesn't Qt Use Templates for Signals and Slots?" fulltitle="Why Doesn't Qt Use Templates for Signals and Slots?" subtitle="" location="templates.qdoc">
+ <contents name="syntax-matters" title="Syntax matters" level="1"/>
+ <contents name="code-generators-are-good" title="Code Generators are Good" level="1"/>
+ <contents name="guis-are-dynamic" title="GUIs are Dynamic" level="1"/>
+ <contents name="calling-performance-is-not-everything" title="Calling Performance is Not Everything" level="1"/>
+ <contents name="no-limits" title="No Limits" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="cppitem.html" href="cppitem.html" subtype="page" title="C++ Components" fulltitle="C++ Components" subtitle="" location="cppitem.qdoc">
+ <target name="cppitem"/>
+ <target name="properties"/>
+ <target name="register"/>
+ <contents name="making-a-c-object-available-in-qml" title="Making a C++ object available in QML" level="1"/>
+ <contents name="declaring-q-propertys" title="Declaring Q_PROPERTYs" level="2"/>
+ <contents name="registering-your-type" title="Registering your type" level="2"/>
+ <contents name="creating-a-new-fx-item-in-c" title="Creating a new 'Fx' item in C++" level="1"/>
+ <contents name="creating-a-subclass-of-qfxitem" title="Creating a subclass of QFxItem" level="2"/>
+ <contents name="reimplementing-paint-functions" title="Reimplementing paint functions" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="multimedia/audio/audiooutput" href="multimedia-audio-audiooutput.html" subtype="example" title="Audio Output Example" fulltitle="Audio Output Example" subtitle="" location="audiooutput.qdoc">
+ <page access="public" status="commendable" name="multimedia/audio/audiooutput/audiooutput.cpp" href="multimedia-audio-audiooutput-audiooutput-cpp.html" subtype="file" title="" fulltitle="audiooutput.cpp Example File" subtitle="multimedia/audio/audiooutput/audiooutput.cpp" location=""/>
+ <page access="public" status="commendable" name="multimedia/audio/audiooutput/audiooutput.h" href="multimedia-audio-audiooutput-audiooutput-h.html" subtype="file" title="" fulltitle="audiooutput.h Example File" subtitle="multimedia/audio/audiooutput/audiooutput.h" location=""/>
+ <page access="public" status="commendable" name="multimedia/audio/audiooutput/main.cpp" href="multimedia-audio-audiooutput-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="multimedia/audio/audiooutput/main.cpp" location=""/>
+ <page access="public" status="commendable" name="multimedia/audio/audiooutput/audiooutput.pro" href="multimedia-audio-audiooutput-audiooutput-pro.html" subtype="file" title="" fulltitle="audiooutput.pro Example File" subtitle="multimedia/audio/audiooutput/audiooutput.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="demos/books" href="demos-books.html" subtype="example" title="Books Demonstration" fulltitle="Books Demonstration" subtitle="" location="books.qdoc">
+ <page access="public" status="commendable" name="demos/books/bookdelegate.cpp" href="demos-books-bookdelegate-cpp.html" subtype="file" title="" fulltitle="bookdelegate.cpp Example File" subtitle="demos/books/bookdelegate.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/books/bookdelegate.h" href="demos-books-bookdelegate-h.html" subtype="file" title="" fulltitle="bookdelegate.h Example File" subtitle="demos/books/bookdelegate.h" location=""/>
+ <page access="public" status="commendable" name="demos/books/bookwindow.cpp" href="demos-books-bookwindow-cpp.html" subtype="file" title="" fulltitle="bookwindow.cpp Example File" subtitle="demos/books/bookwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/books/bookwindow.h" href="demos-books-bookwindow-h.html" subtype="file" title="" fulltitle="bookwindow.h Example File" subtitle="demos/books/bookwindow.h" location=""/>
+ <page access="public" status="commendable" name="demos/books/bookwindow.ui" href="demos-books-bookwindow-ui.html" subtype="file" title="" fulltitle="bookwindow.ui Example File" subtitle="demos/books/bookwindow.ui" location=""/>
+ <page access="public" status="commendable" name="demos/books/initdb.h" href="demos-books-initdb-h.html" subtype="file" title="" fulltitle="initdb.h Example File" subtitle="demos/books/initdb.h" location=""/>
+ <page access="public" status="commendable" name="demos/books/main.cpp" href="demos-books-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="demos/books/main.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/books/books.pro" href="demos-books-books-pro.html" subtype="file" title="" fulltitle="books.pro Example File" subtitle="demos/books/books.pro" location=""/>
+ <page access="public" status="commendable" name="demos/books/books.qrc" href="demos-books-books-qrc.html" subtype="file" title="" fulltitle="books.qrc Example File" subtitle="demos/books/books.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="richtext/syntaxhighlighter" href="richtext-syntaxhighlighter.html" subtype="example" title="Syntax Highlighter Example" fulltitle="Syntax Highlighter Example" subtitle="" location="syntaxhighlighter.qdoc">
+ <contents name="highlighter-class-definition" title="Highlighter Class Definition" level="1"/>
+ <contents name="highlighter-class-implementation" title="Highlighter Class Implementation" level="1"/>
+ <contents name="mainwindow-class-definition" title="MainWindow Class Definition" level="1"/>
+ <contents name="mainwindow-class-implementation" title="MainWindow Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="richtext/syntaxhighlighter/highlighter.cpp" href="richtext-syntaxhighlighter-highlighter-cpp.html" subtype="file" title="" fulltitle="highlighter.cpp Example File" subtitle="richtext/syntaxhighlighter/highlighter.cpp" location=""/>
+ <page access="public" status="commendable" name="richtext/syntaxhighlighter/highlighter.h" href="richtext-syntaxhighlighter-highlighter-h.html" subtype="file" title="" fulltitle="highlighter.h Example File" subtitle="richtext/syntaxhighlighter/highlighter.h" location=""/>
+ <page access="public" status="commendable" name="richtext/syntaxhighlighter/mainwindow.cpp" href="richtext-syntaxhighlighter-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="richtext/syntaxhighlighter/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="richtext/syntaxhighlighter/mainwindow.h" href="richtext-syntaxhighlighter-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="richtext/syntaxhighlighter/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="richtext/syntaxhighlighter/main.cpp" href="richtext-syntaxhighlighter-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="richtext/syntaxhighlighter/main.cpp" location=""/>
+ <page access="public" status="commendable" name="richtext/syntaxhighlighter/syntaxhighlighter.pro" href="richtext-syntaxhighlighter-syntaxhighlighter-pro.html" subtype="file" title="" fulltitle="syntaxhighlighter.pro Example File" subtitle="richtext/syntaxhighlighter/syntaxhighlighter.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="GraphicsObjectContainer" href="qml-graphicsobjectcontainer.html" title="QML GraphicsObjectContainer Element Reference" fulltitle="QML GraphicsObjectContainer Element Reference" subtitle="" location="qfxgraphicsobjectcontainer.cpp">
+ <page access="public" status="commendable" name="graphicsObject" href="graphicsobject.html" title="" fulltitle="" subtitle="" location="qfxgraphicsobjectcontainer.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="Connection" href="qml-connection.html" title="QML Connection Element Reference" fulltitle="QML Connection Element Reference" subtitle="" location="qmlconnection.cpp">
+ <page access="public" status="commendable" name="sender" href="sender.html" title="" fulltitle="" subtitle="" location="qmlconnection.cpp"/>
+ <page access="public" status="commendable" name="script" href="script.html" title="" fulltitle="" subtitle="" location="qmlconnection.cpp"/>
+ <page access="public" status="commendable" name="signal" href="signal.html" title="" fulltitle="" subtitle="" location="qmlconnection.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="qmlintroduction.html" href="qmlintroduction.html" subtype="page" title="Introduction to the QML language" fulltitle="Introduction to the QML language" subtitle="" location="qmlintro.qdoc">
+ <target name="attached-properties"/>
+ <contents name="what-is-qml" title="What is QML?" level="1"/>
+ <contents name="what-should-i-know-before-starting" title="What should I know before starting?" level="1"/>
+ <contents name="basic-qml-syntax" title="Basic QML Syntax" level="1"/>
+ <contents name="expressions" title="Expressions" level="1"/>
+ <contents name="qml-comments" title="QML Comments" level="1"/>
+ <contents name="properties" title="Properties" level="1"/>
+ <contents name="property-naming" title="Property naming" level="2"/>
+ <contents name="property-types" title="Property types" level="2"/>
+ <contents name="the-id-property" title="The 'id' property" level="3"/>
+ <contents name="list-properties" title="List properties" level="2"/>
+ <contents name="default-properties" title="Default properties" level="2"/>
+ <contents name="dot-properties" title="Dot Properties" level="2"/>
+ <contents name="attached-properties" title="Attached Properties" level="2"/>
+ <contents name="signal-handlers" title="Signal Handlers" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="qt-embedded-fonts.html" href="qt-embedded-fonts.html" subtype="page" title="Qt for Embedded Linux Fonts" fulltitle="Qt for Embedded Linux Fonts" subtitle="" location="emb-fonts.qdoc">
+ <target name="freetype"/>
+ <target name="qpf2"/>
+ <target name="qpf"/>
+ <contents name="freetype-formats" title="FreeType Formats" level="1"/>
+ <contents name="qt-prerendered-font-qpf2" title="Qt Prerendered Font (QPF2)" level="1"/>
+ <contents name="legacy-qt-prerendered-font-qpf" title="Legacy Qt Prerendered Font (QPF)" level="1"/>
+ <contents name="the-legacy-file" title="The Legacy File" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="Timer" href="qml-timer.html" title="QML Timer Element Reference" fulltitle="QML Timer Element Reference" subtitle="" location="qmltimer.cpp">
+ <page access="public" status="commendable" name="interval" href="interval.html" title="" fulltitle="" subtitle="" location="qmltimer.cpp"/>
+ <page access="public" status="commendable" name="running" href="running.html" title="" fulltitle="" subtitle="" location="qmltimer.cpp"/>
+ <page access="public" status="commendable" name="repeat" href="repeat.html" title="" fulltitle="" subtitle="" location="qmltimer.cpp"/>
+ <page access="public" status="commendable" name="triggeredOnStart" href="triggeredonstart.html" title="" fulltitle="" subtitle="" location="qmltimer.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="graphicsview/portedasteroids" href="graphicsview-portedasteroids.html" subtype="example" title="Ported Asteroids Example" fulltitle="Ported Asteroids Example" subtitle="" location="portedasteroids.qdoc">
+ <page access="public" status="commendable" name="graphicsview/portedasteroids/animateditem.cpp" href="graphicsview-portedasteroids-animateditem-cpp.html" subtype="file" title="" fulltitle="animateditem.cpp Example File" subtitle="graphicsview/portedasteroids/animateditem.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/portedasteroids/animateditem.h" href="graphicsview-portedasteroids-animateditem-h.html" subtype="file" title="" fulltitle="animateditem.h Example File" subtitle="graphicsview/portedasteroids/animateditem.h" location=""/>
+ <page access="public" status="commendable" name="graphicsview/portedasteroids/ledmeter.cpp" href="graphicsview-portedasteroids-ledmeter-cpp.html" subtype="file" title="" fulltitle="ledmeter.cpp Example File" subtitle="graphicsview/portedasteroids/ledmeter.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/portedasteroids/ledmeter.h" href="graphicsview-portedasteroids-ledmeter-h.html" subtype="file" title="" fulltitle="ledmeter.h Example File" subtitle="graphicsview/portedasteroids/ledmeter.h" location=""/>
+ <page access="public" status="commendable" name="graphicsview/portedasteroids/sprites.h" href="graphicsview-portedasteroids-sprites-h.html" subtype="file" title="" fulltitle="sprites.h Example File" subtitle="graphicsview/portedasteroids/sprites.h" location=""/>
+ <page access="public" status="commendable" name="graphicsview/portedasteroids/toplevel.cpp" href="graphicsview-portedasteroids-toplevel-cpp.html" subtype="file" title="" fulltitle="toplevel.cpp Example File" subtitle="graphicsview/portedasteroids/toplevel.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/portedasteroids/toplevel.h" href="graphicsview-portedasteroids-toplevel-h.html" subtype="file" title="" fulltitle="toplevel.h Example File" subtitle="graphicsview/portedasteroids/toplevel.h" location=""/>
+ <page access="public" status="commendable" name="graphicsview/portedasteroids/view.cpp" href="graphicsview-portedasteroids-view-cpp.html" subtype="file" title="" fulltitle="view.cpp Example File" subtitle="graphicsview/portedasteroids/view.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/portedasteroids/view.h" href="graphicsview-portedasteroids-view-h.html" subtype="file" title="" fulltitle="view.h Example File" subtitle="graphicsview/portedasteroids/view.h" location=""/>
+ <page access="public" status="commendable" name="graphicsview/portedasteroids/main.cpp" href="graphicsview-portedasteroids-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="graphicsview/portedasteroids/main.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/portedasteroids/portedasteroids.pro" href="graphicsview-portedasteroids-portedasteroids-pro.html" subtype="file" title="" fulltitle="portedasteroids.pro Example File" subtitle="graphicsview/portedasteroids/portedasteroids.pro" location=""/>
+ <page access="public" status="commendable" name="graphicsview/portedasteroids/portedasteroids.qrc" href="graphicsview-portedasteroids-portedasteroids-qrc.html" subtype="file" title="" fulltitle="portedasteroids.qrc Example File" subtitle="graphicsview/portedasteroids/portedasteroids.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="gallery-gtk.html" href="gallery-gtk.html" subtype="page" title="GTK Style Widget Gallery" fulltitle="GTK Style Widget Gallery" subtitle="" location="gallery-gtk.qdoc"/>
+ <page access="public" status="commendable" name="widgets/digitalclock" href="widgets-digitalclock.html" subtype="example" title="Digital Clock Example" fulltitle="Digital Clock Example" subtitle="" location="digitalclock.qdoc">
+ <contents name="digitalclock-class-definition" title="DigitalClock Class Definition" level="1"/>
+ <contents name="digitalclock-class-implementation" title="DigitalClock Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="widgets/digitalclock/digitalclock.cpp" href="widgets-digitalclock-digitalclock-cpp.html" subtype="file" title="" fulltitle="digitalclock.cpp Example File" subtitle="widgets/digitalclock/digitalclock.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/digitalclock/digitalclock.h" href="widgets-digitalclock-digitalclock-h.html" subtype="file" title="" fulltitle="digitalclock.h Example File" subtitle="widgets/digitalclock/digitalclock.h" location=""/>
+ <page access="public" status="commendable" name="widgets/digitalclock/main.cpp" href="widgets-digitalclock-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="widgets/digitalclock/main.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/digitalclock/digitalclock.pro" href="widgets-digitalclock-digitalclock-pro.html" subtype="file" title="" fulltitle="digitalclock.pro Example File" subtitle="widgets/digitalclock/digitalclock.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="stylesheet.html" href="stylesheet.html" subtype="page" title="Qt Style Sheets" fulltitle="Qt Style Sheets" subtitle="" location="stylesheet.qdoc">
+ <target name="overview"/>
+ <keyword name="style-sheet"/>
+ <keyword name="stylesheet"/>
+ <contents name="overview" title="Overview" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="stylesheet-syntax.html" href="stylesheet-syntax.html" subtype="page" title="The Style Sheet Syntax" fulltitle="The Style Sheet Syntax" subtitle="" location="stylesheet.qdoc">
+ <target name="id-selector"/>
+ <contents name="style-rules" title="Style Rules" level="1"/>
+ <contents name="selector-types" title="Selector Types" level="1"/>
+ <contents name="sub-controls" title="Sub-Controls" level="1"/>
+ <contents name="pseudo-states" title="Pseudo-States" level="1"/>
+ <contents name="conflict-resolution" title="Conflict Resolution" level="1"/>
+ <contents name="cascading" title="Cascading" level="1"/>
+ <contents name="inheritance" title="Inheritance" level="1"/>
+ <contents name="widgets-inside-c-namespaces" title="Widgets inside C++ namespaces" level="1"/>
+ <contents name="setting-qobject-properties" title="Setting QObject properties" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="stylesheet-designer.html" href="stylesheet-designer.html" subtype="page" title="Qt Designer Integration" fulltitle="Qt Designer Integration" subtitle="" location="stylesheet.qdoc"/>
+ <page access="public" status="commendable" name="stylesheet-customizing.html" href="stylesheet-customizing.html" subtype="page" title="Customizing Qt Widgets Using Style Sheets" fulltitle="Customizing Qt Widgets Using Style Sheets" subtitle="" location="stylesheet.qdoc">
+ <target name="box-model"/>
+ <target name="sub-controls"/>
+ <contents name="the-box-model" title="The Box Model" level="1"/>
+ <contents name="sub-controls" title="Sub-controls" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="stylesheet-reference.html" href="stylesheet-reference.html" subtype="page" title="Qt Style Sheets Reference" fulltitle="Qt Style Sheets Reference" subtitle="" location="stylesheet.qdoc">
+ <target name="qabstractscrollarea-widget"/>
+ <target name="qcheckbox-widget"/>
+ <target name="qcolumnview-widget"/>
+ <target name="qcombobox-widget"/>
+ <target name="qdateedit-widget"/>
+ <target name="qdatetimeedit-widget"/>
+ <target name="qdialog-widget"/>
+ <target name="qdialogbuttonbox-widget"/>
+ <target name="qdockwidget-widget"/>
+ <target name="qdoublespinbox-widget"/>
+ <target name="qframe-widget"/>
+ <target name="qgroupbox-widget"/>
+ <target name="qheaderview-widget"/>
+ <target name="qlabel-widget"/>
+ <target name="qlineedit-widget"/>
+ <target name="qlistview-widget"/>
+ <target name="qlistwidget-widget"/>
+ <target name="qmainwindow-widget"/>
+ <target name="qmenu-widget"/>
+ <target name="qmenubar-widget"/>
+ <target name="qmessagebox-widget"/>
+ <target name="qprogressbar-widget"/>
+ <target name="qpushbutton-widget"/>
+ <target name="qradiobutton-widget"/>
+ <target name="qscrollbar-widget"/>
+ <target name="qsizegrip-widget"/>
+ <target name="qslider-widget"/>
+ <target name="qspinbox-widget"/>
+ <target name="qsplitter-widget"/>
+ <target name="qstatusbar-widget"/>
+ <target name="qtabbar-widget"/>
+ <target name="qtabwidget-widget"/>
+ <target name="qtableview-widget"/>
+ <target name="qtablewidget-widget"/>
+ <target name="qtextedit-widget"/>
+ <target name="qtimeedit-widget"/>
+ <target name="qtoolbar-widget"/>
+ <target name="qtoolbutton-widget"/>
+ <target name="qtoolbox-widget"/>
+ <target name="qtooltip-widget"/>
+ <target name="qtreeview-widget"/>
+ <target name="qtreewidget-widget"/>
+ <target name="qwidget-widget"/>
+ <target name="alternate-background-color-prop"/>
+ <target name="background-prop"/>
+ <target name="background-color-prop"/>
+ <target name="background-image-prop"/>
+ <target name="background-repeat-prop"/>
+ <target name="background-attachment-prop"/>
+ <target name="background-clip-prop"/>
+ <target name="background-origin-prop"/>
+ <target name="border-prop"/>
+ <target name="border-attrs"/>
+ <target name="border-color-prop"/>
+ <target name="border-image-prop"/>
+ <target name="border-radius-prop"/>
+ <target name="border-style-prop"/>
+ <target name="border-width-prop"/>
+ <target name="bottom-prop"/>
+ <target name="button-layout-prop"/>
+ <target name="color-prop"/>
+ <target name="font-prop"/>
+ <target name="gridline-color-prop"/>
+ <target name="height-prop"/>
+ <target name="icon-size-prop"/>
+ <target name="image-prop"/>
+ <target name="image-position-prop"/>
+ <target name="left-prop"/>
+ <target name="lineedit-password-character-prop"/>
+ <target name="margin-prop"/>
+ <target name="max-height-prop"/>
+ <target name="max-width-prop"/>
+ <target name="messagebox-text-interaction-flags-prop"/>
+ <target name="min-height-prop"/>
+ <target name="min-width-prop"/>
+ <target name="opacity-prop"/>
+ <target name="padding-prop"/>
+ <target name="paint-alternating-row-colors-for-empty-area-prop"/>
+ <target name="position-prop"/>
+ <target name="right-prop"/>
+ <target name="selection-background-color-prop"/>
+ <target name="selection-color-prop"/>
+ <target name="show-decoration-selected-prop"/>
+ <target name="spacing-prop"/>
+ <target name="subcontrol-origin-prop"/>
+ <target name="subcontrol-position-prop"/>
+ <target name="text-align-prop"/>
+ <target name="top-prop"/>
+ <target name="width-prop"/>
+ <target name="list-of-icons"/>
+ <target name="alignment"/>
+ <target name="attachment"/>
+ <target name="background"/>
+ <target name="boolean"/>
+ <target name="border"/>
+ <target name="border-image"/>
+ <target name="border-style"/>
+ <target name="box-colors"/>
+ <target name="box-lengths"/>
+ <target name="brush"/>
+ <target name="color"/>
+ <target name="font"/>
+ <target name="font-size"/>
+ <target name="font-style"/>
+ <target name="font-weight"/>
+ <target name="gradient"/>
+ <target name="icon"/>
+ <target name="length"/>
+ <target name="number"/>
+ <target name="origin"/>
+ <target name="paletterole"/>
+ <target name="radius"/>
+ <target name="repeat"/>
+ <target name="url"/>
+ <target name="active"/>
+ <target name="adjoins-item-ps"/>
+ <target name="alternate-ps"/>
+ <target name="bottom-ps"/>
+ <target name="checked-ps"/>
+ <target name="closable-ps"/>
+ <target name="closed-ps"/>
+ <target name="default-ps"/>
+ <target name="disabled-ps"/>
+ <target name="editable-ps"/>
+ <target name="edit-focus-ps"/>
+ <target name="enabled-ps"/>
+ <target name="exclusive-ps"/>
+ <target name="first-ps"/>
+ <target name="flat-ps"/>
+ <target name="floatable-ps"/>
+ <target name="focus-ps"/>
+ <target name="has-children-ps"/>
+ <target name="has-siblings-ps"/>
+ <target name="horizontal-ps"/>
+ <target name="hover-ps"/>
+ <target name="indeterminate-ps"/>
+ <target name="last-ps"/>
+ <target name="left-ps"/>
+ <target name="maximized-ps"/>
+ <target name="middle-ps"/>
+ <target name="minimized-ps"/>
+ <target name="movable-ps"/>
+ <target name="no-frame-ps"/>
+ <target name="non-exclusive-ps"/>
+ <target name="off-ps"/>
+ <target name="on-ps"/>
+ <target name="only-one-ps"/>
+ <target name="open-ps"/>
+ <target name="next-selected-ps"/>
+ <target name="pressed-ps"/>
+ <target name="previous-selected-ps"/>
+ <target name="read-only-ps"/>
+ <target name="right-ps"/>
+ <target name="selected-ps"/>
+ <target name="top-ps"/>
+ <target name="unchecked-ps"/>
+ <target name="vertical-ps"/>
+ <target name="window-ps"/>
+ <target name="subcontrols"/>
+ <target name="add-line-sub"/>
+ <target name="add-page-sub"/>
+ <target name="branch-sub"/>
+ <target name="chunk-sub"/>
+ <target name="close-button-sub"/>
+ <target name="corner-sub"/>
+ <target name="down-arrow-sub"/>
+ <target name="down-button-sub"/>
+ <target name="drop-down-sub"/>
+ <target name="float-button-sub"/>
+ <target name="groove-sub"/>
+ <target name="indicator-sub"/>
+ <target name="handle-sub"/>
+ <target name="icon-sub"/>
+ <target name="item-sub"/>
+ <target name="left-arrow-sub"/>
+ <target name="left-corner-sub"/>
+ <target name="menu-arrow-sub"/>
+ <target name="menu-button-sub"/>
+ <target name="menu-indicator-sub"/>
+ <target name="right-arrow-sub"/>
+ <target name="pane-sub"/>
+ <target name="right-corner-sub"/>
+ <target name="scroller-sub"/>
+ <target name="section-sub"/>
+ <target name="separator-sub"/>
+ <target name="sub-line-sub"/>
+ <target name="sub-page-sub"/>
+ <target name="tab-sub"/>
+ <target name="tab-bar-sub"/>
+ <target name="tear-sub"/>
+ <target name="tear-off-sub"/>
+ <target name="text-ps"/>
+ <target name="title-sub"/>
+ <target name="up-arrow-sub"/>
+ <target name="up-button-sub"/>
+ <contents name="list-of-stylable-widgets" title="List of Stylable Widgets" level="1"/>
+ <contents name="list-of-properties" title="List of Properties" level="1"/>
+ <contents name="list-of-icons" title="List of Icons" level="1"/>
+ <contents name="list-of-property-types" title="List of Property Types" level="1"/>
+ <contents name="list-of-pseudo-states" title="List of Pseudo-States" level="1"/>
+ <contents name="list-of-sub-controls" title="List of Sub-Controls" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="stylesheet-examples.html" href="stylesheet-examples.html" subtype="page" title="Qt Style Sheets Examples" fulltitle="Qt Style Sheets Examples" subtitle="" location="stylesheet.qdoc">
+ <contents name="style-sheet-usage" title="Style Sheet Usage" level="1"/>
+ <contents name="customizing-the-foreground-and-background-colors" title="Customizing the Foreground and Background Colors" level="2"/>
+ <contents name="customizing-using-dynamic-properties" title="Customizing Using Dynamic Properties" level="2"/>
+ <contents name="customizing-a-qpushbutton-using-the-box-model" title="Customizing a QPushButton Using the Box Model" level="2"/>
+ <contents name="customizing-the-qpushbutton-s-menu-indicator-sub-control" title="Customizing the QPushButton's Menu Indicator Sub-Control" level="2"/>
+ <contents name="complex-selector-example" title="Complex Selector Example" level="2"/>
+ <contents name="customizing-specific-widgets" title="Customizing specific widgets" level="1"/>
+ <contents name="customizing-qabstractscrollarea" title="Customizing QAbstractScrollArea" level="2"/>
+ <contents name="customizing-qcheckbox" title="Customizing QCheckBox" level="2"/>
+ <contents name="customizing-qcombobox" title="Customizing QComboBox" level="2"/>
+ <contents name="customizing-qdockwidget" title="Customizing QDockWidget" level="2"/>
+ <contents name="customizing-qframe" title="Customizing QFrame" level="2"/>
+ <contents name="customizing-qgroupbox" title="Customizing QGroupBox" level="2"/>
+ <contents name="customizing-qheaderview" title="Customizing QHeaderView" level="2"/>
+ <contents name="customizing-qlineedit" title="Customizing QLineEdit" level="2"/>
+ <contents name="customizing-qlistview" title="Customizing QListView" level="2"/>
+ <contents name="customizing-qmainwindow" title="Customizing QMainWindow" level="2"/>
+ <contents name="customizing-qmenu" title="Customizing QMenu" level="2"/>
+ <contents name="customizing-qmenubar" title="Customizing QMenuBar" level="2"/>
+ <contents name="customizing-qprogressbar" title="Customizing QProgressBar" level="2"/>
+ <contents name="customizing-qpushbutton" title="Customizing QPushButton" level="2"/>
+ <contents name="customizing-qradiobutton" title="Customizing QRadioButton" level="2"/>
+ <contents name="customizing-qscrollbar" title="Customizing QScrollBar" level="2"/>
+ <contents name="customizing-qsizegrip" title="Customizing QSizeGrip" level="2"/>
+ <contents name="customizing-qslider" title="Customizing QSlider" level="2"/>
+ <contents name="customizing-qspinbox" title="Customizing QSpinBox" level="2"/>
+ <contents name="customizing-qsplitter" title="Customizing QSplitter" level="2"/>
+ <contents name="customizing-qstatusbar" title="Customizing QStatusBar" level="2"/>
+ <contents name="customizing-qtabwidget-and-qtabbar" title="Customizing QTabWidget and QTabBar" level="2"/>
+ <contents name="customizing-qtableview" title="Customizing QTableView" level="2"/>
+ <contents name="customizing-qtoolbar" title="Customizing QToolBar" level="2"/>
+ <contents name="customizing-qtoolbox" title="Customizing QToolBox" level="2"/>
+ <contents name="customizing-qtoolbutton" title="Customizing QToolButton" level="2"/>
+ <contents name="customizing-qtooltip" title="Customizing QToolTip" level="2"/>
+ <contents name="customizing-qtreeview" title="Customizing QTreeView" level="2"/>
+ <contents name="common-mistakes" title="Common mistakes" level="1"/>
+ <contents name="qpushbutton-and-images" title="QPushButton and images" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="Behavior" href="qml-behavior.html" title="QML Behavior Element Reference" fulltitle="QML Behavior Element Reference" subtitle="" location="qmlbehaviour.cpp">
+ <page access="public" status="commendable" name="fromValue" href="fromvalue.html" title="" fulltitle="" subtitle="" location="qmlbehaviour.cpp"/>
+ <page access="public" status="commendable" name="toValue" href="tovalue.html" title="" fulltitle="" subtitle="" location="qmlbehaviour.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="binding.html" href="binding.html" subtype="page" title="Data Binding" fulltitle="Data Binding" subtitle="" location="binding.qdoc">
+ <target name="binding"/>
+ </page>
+ <page access="public" status="commendable" name="qtbinding.html" href="qtbinding.html" subtype="page" title="QML/C++ Data Binding" fulltitle="QML/C++ Data Binding" subtitle="" location="binding.qdoc">
+ <target name="qtbinding"/>
+ <contents name="passing-data-between-c-and-qml" title="Passing Data Between C++ and QML" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qt4-styles.html" href="qt4-styles.html" subtype="page" title="The Qt 4 Style API" fulltitle="The Qt 4 Style API" subtitle="" location="qt4-styles.qdoc">
+ <contents name="general-overview" title="General Overview" level="1"/>
+ <contents name="example-code" title="Example Code" level="1"/>
+ <contents name="comparison-with-qt-3" title="Comparison with Qt 3" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="commercialeditions.html" href="commercialeditions.html" subtype="page" title="Qt Commercial Editions" fulltitle="Qt Commercial Editions" subtitle="" location="commercialeditions.qdoc">
+ <keyword name="qt-full-framework-edition"/>
+ <keyword name="qt-gui-framework-edition"/>
+ </page>
+ <page access="public" status="commendable" name="full-framework-edition-classes.html" href="full-framework-edition-classes.html" subtype="page" title="Qt Full Framework Edition Classes" fulltitle="Qt Full Framework Edition Classes" subtitle="" location="commercialeditions.qdoc"/>
+ <page access="public" status="commendable" name="gui-framework-edition-classes.html" href="gui-framework-edition-classes.html" subtype="page" title="Qt GUI Framework Edition Classes" fulltitle="Qt GUI Framework Edition Classes" subtitle="" location="commercialeditions.qdoc"/>
+ <page access="public" status="commendable" name="painting/svggenerator" href="painting-svggenerator.html" subtype="example" title="SVG Generator Example" fulltitle="SVG Generator Example" subtitle="" location="svggenerator.qdoc">
+ <contents name="the-displaywidget-class" title="The DisplayWidget Class" level="1"/>
+ <contents name="the-window-class" title="The Window Class" level="1"/>
+ <contents name="further-reading" title="Further Reading" level="1"/>
+ <page access="public" status="commendable" name="painting/svggenerator/displaywidget.cpp" href="painting-svggenerator-displaywidget-cpp.html" subtype="file" title="" fulltitle="displaywidget.cpp Example File" subtitle="painting/svggenerator/displaywidget.cpp" location=""/>
+ <page access="public" status="commendable" name="painting/svggenerator/displaywidget.h" href="painting-svggenerator-displaywidget-h.html" subtype="file" title="" fulltitle="displaywidget.h Example File" subtitle="painting/svggenerator/displaywidget.h" location=""/>
+ <page access="public" status="commendable" name="painting/svggenerator/window.cpp" href="painting-svggenerator-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="painting/svggenerator/window.cpp" location=""/>
+ <page access="public" status="commendable" name="painting/svggenerator/window.h" href="painting-svggenerator-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="painting/svggenerator/window.h" location=""/>
+ <page access="public" status="commendable" name="painting/svggenerator/forms/window.ui" href="painting-svggenerator-forms-window-ui.html" subtype="file" title="" fulltitle="window.ui Example File" subtitle="painting/svggenerator/forms/window.ui" location=""/>
+ <page access="public" status="commendable" name="painting/svggenerator/main.cpp" href="painting-svggenerator-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="painting/svggenerator/main.cpp" location=""/>
+ <page access="public" status="commendable" name="painting/svggenerator/svggenerator.pro" href="painting-svggenerator-svggenerator-pro.html" subtype="file" title="" fulltitle="svggenerator.pro Example File" subtitle="painting/svggenerator/svggenerator.pro" location=""/>
+ <page access="public" status="commendable" name="painting/svggenerator/svggenerator.qrc" href="painting-svggenerator-svggenerator-qrc.html" subtype="file" title="" fulltitle="svggenerator.qrc Example File" subtitle="painting/svggenerator/svggenerator.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="network/threadedfortuneserver" href="network-threadedfortuneserver.html" subtype="example" title="Threaded Fortune Server Example" fulltitle="Threaded Fortune Server Example" subtitle="" location="threadedfortuneserver.qdoc">
+ <page access="public" status="commendable" name="network/threadedfortuneserver/dialog.cpp" href="network-threadedfortuneserver-dialog-cpp.html" subtype="file" title="" fulltitle="dialog.cpp Example File" subtitle="network/threadedfortuneserver/dialog.cpp" location=""/>
+ <page access="public" status="commendable" name="network/threadedfortuneserver/dialog.h" href="network-threadedfortuneserver-dialog-h.html" subtype="file" title="" fulltitle="dialog.h Example File" subtitle="network/threadedfortuneserver/dialog.h" location=""/>
+ <page access="public" status="commendable" name="network/threadedfortuneserver/fortuneserver.cpp" href="network-threadedfortuneserver-fortuneserver-cpp.html" subtype="file" title="" fulltitle="fortuneserver.cpp Example File" subtitle="network/threadedfortuneserver/fortuneserver.cpp" location=""/>
+ <page access="public" status="commendable" name="network/threadedfortuneserver/fortuneserver.h" href="network-threadedfortuneserver-fortuneserver-h.html" subtype="file" title="" fulltitle="fortuneserver.h Example File" subtitle="network/threadedfortuneserver/fortuneserver.h" location=""/>
+ <page access="public" status="commendable" name="network/threadedfortuneserver/fortunethread.cpp" href="network-threadedfortuneserver-fortunethread-cpp.html" subtype="file" title="" fulltitle="fortunethread.cpp Example File" subtitle="network/threadedfortuneserver/fortunethread.cpp" location=""/>
+ <page access="public" status="commendable" name="network/threadedfortuneserver/fortunethread.h" href="network-threadedfortuneserver-fortunethread-h.html" subtype="file" title="" fulltitle="fortunethread.h Example File" subtitle="network/threadedfortuneserver/fortunethread.h" location=""/>
+ <page access="public" status="commendable" name="network/threadedfortuneserver/main.cpp" href="network-threadedfortuneserver-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="network/threadedfortuneserver/main.cpp" location=""/>
+ <page access="public" status="commendable" name="network/threadedfortuneserver/threadedfortuneserver.pro" href="network-threadedfortuneserver-threadedfortuneserver-pro.html" subtype="file" title="" fulltitle="threadedfortuneserver.pro Example File" subtitle="network/threadedfortuneserver/threadedfortuneserver.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="demos/boxes" href="demos-boxes.html" subtype="example" title="Boxes" fulltitle="Boxes" subtitle="" location="boxes.qdoc">
+ <page access="public" status="commendable" name="demos/boxes/glbuffers.cpp" href="demos-boxes-glbuffers-cpp.html" subtype="file" title="" fulltitle="glbuffers.cpp Example File" subtitle="demos/boxes/glbuffers.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/boxes/glbuffers.h" href="demos-boxes-glbuffers-h.html" subtype="file" title="" fulltitle="glbuffers.h Example File" subtitle="demos/boxes/glbuffers.h" location=""/>
+ <page access="public" status="commendable" name="demos/boxes/glextensions.cpp" href="demos-boxes-glextensions-cpp.html" subtype="file" title="" fulltitle="glextensions.cpp Example File" subtitle="demos/boxes/glextensions.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/boxes/glextensions.h" href="demos-boxes-glextensions-h.html" subtype="file" title="" fulltitle="glextensions.h Example File" subtitle="demos/boxes/glextensions.h" location=""/>
+ <page access="public" status="commendable" name="demos/boxes/gltrianglemesh.h" href="demos-boxes-gltrianglemesh-h.html" subtype="file" title="" fulltitle="gltrianglemesh.h Example File" subtitle="demos/boxes/gltrianglemesh.h" location=""/>
+ <page access="public" status="commendable" name="demos/boxes/qtbox.cpp" href="demos-boxes-qtbox-cpp.html" subtype="file" title="" fulltitle="qtbox.cpp Example File" subtitle="demos/boxes/qtbox.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/boxes/qtbox.h" href="demos-boxes-qtbox-h.html" subtype="file" title="" fulltitle="qtbox.h Example File" subtitle="demos/boxes/qtbox.h" location=""/>
+ <page access="public" status="commendable" name="demos/boxes/roundedbox.cpp" href="demos-boxes-roundedbox-cpp.html" subtype="file" title="" fulltitle="roundedbox.cpp Example File" subtitle="demos/boxes/roundedbox.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/boxes/roundedbox.h" href="demos-boxes-roundedbox-h.html" subtype="file" title="" fulltitle="roundedbox.h Example File" subtitle="demos/boxes/roundedbox.h" location=""/>
+ <page access="public" status="commendable" name="demos/boxes/scene.cpp" href="demos-boxes-scene-cpp.html" subtype="file" title="" fulltitle="scene.cpp Example File" subtitle="demos/boxes/scene.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/boxes/scene.h" href="demos-boxes-scene-h.html" subtype="file" title="" fulltitle="scene.h Example File" subtitle="demos/boxes/scene.h" location=""/>
+ <page access="public" status="commendable" name="demos/boxes/trackball.cpp" href="demos-boxes-trackball-cpp.html" subtype="file" title="" fulltitle="trackball.cpp Example File" subtitle="demos/boxes/trackball.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/boxes/trackball.h" href="demos-boxes-trackball-h.html" subtype="file" title="" fulltitle="trackball.h Example File" subtitle="demos/boxes/trackball.h" location=""/>
+ <page access="public" status="commendable" name="demos/boxes/3rdparty/fbm.h" href="demos-boxes-3rdparty-fbm-h.html" subtype="file" title="" fulltitle="fbm.h Example File" subtitle="demos/boxes/3rdparty/fbm.h" location=""/>
+ <page access="public" status="commendable" name="demos/boxes/main.cpp" href="demos-boxes-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="demos/boxes/main.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/boxes/boxes.pro" href="demos-boxes-boxes-pro.html" subtype="file" title="" fulltitle="boxes.pro Example File" subtitle="demos/boxes/boxes.pro" location=""/>
+ <page access="public" status="commendable" name="demos/boxes/boxes.qrc" href="demos-boxes-boxes-qrc.html" subtype="file" title="" fulltitle="boxes.qrc Example File" subtitle="demos/boxes/boxes.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="i18n" href="i18n.html" subtype="group" title="Qt Classes for Internationalization" fulltitle="Qt Classes for Internationalization" subtitle="" location="i18n.qdoc"/>
+ <page access="public" status="commendable" name="internationalization.html" href="internationalization.html" subtype="page" title="Internationalization with Qt" fulltitle="Internationalization with Qt" subtitle="" location="i18n.qdoc">
+ <target name="qt-itself"/>
+ <keyword name="internationalization"/>
+ <keyword name="i18n"/>
+ <keyword name="localization"/>
+ <contents name="relevant-qt-classes-and-apis" title="Relevant Qt Classes and APIs" level="1"/>
+ <contents name="languages-and-writing-systems" title="Languages and Writing Systems" level="1"/>
+ <contents name="step-by-step" title="Step by Step" level="1"/>
+ <contents name="use-qstring-for-all-user-visible-text" title="Use QString for All User-Visible Text" level="2"/>
+ <contents name="use-tr-for-all-literal-text" title="Use tr() for All Literal Text" level="2"/>
+ <contents name="use-qkeysequence-for-accelerator-values" title="Use QKeySequence() for Accelerator Values" level="2"/>
+ <contents name="use-qstring-arg-for-dynamic-text" title="Use QString::arg() for Dynamic Text" level="2"/>
+ <contents name="produce-translations" title="Produce Translations" level="2"/>
+ <contents name="support-for-encodings" title="Support for Encodings" level="2"/>
+ <contents name="localize" title="Localize" level="2"/>
+ <contents name="dynamic-translation" title="Dynamic Translation" level="1"/>
+ <contents name="translating-non-qt-classes" title="Translating Non-Qt Classes" level="1"/>
+ <contents name="system-support" title="System Support" level="1"/>
+ <contents name="unix-x11" title="Unix/X11" level="2"/>
+ <contents name="windows" title="Windows" level="2"/>
+ <contents name="mac-os-x" title="Mac OS X" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="custom-types.html" href="custom-types.html" subtype="page" title="Creating Custom Qt Types" fulltitle="Creating Custom Qt Types" subtitle="" location="custom-types.qdoc">
+ <contents name="overview" title="Overview" level="1"/>
+ <contents name="creating-a-custom-type" title="Creating a Custom Type" level="1"/>
+ <contents name="declaring-the-type-with-qmetatype" title="Declaring the Type with QMetaType" level="1"/>
+ <contents name="creating-and-destroying-custom-objects" title="Creating and Destroying Custom Objects" level="1"/>
+ <contents name="making-the-type-printable" title="Making the Type Printable" level="1"/>
+ <contents name="further-reading" title="Further Reading" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="statemachine/pingpong" href="statemachine-pingpong.html" subtype="example" title="Ping Pong States Example" fulltitle="Ping Pong States Example" subtitle="" location="pingpong.qdoc">
+ <page access="public" status="commendable" name="statemachine/pingpong/main.cpp" href="statemachine-pingpong-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="statemachine/pingpong/main.cpp" location=""/>
+ <page access="public" status="commendable" name="statemachine/pingpong/pingpong.pro" href="statemachine-pingpong-pingpong-pro.html" subtype="file" title="" fulltitle="pingpong.pro Example File" subtitle="statemachine/pingpong/pingpong.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="gallery-macintosh.html" href="gallery-macintosh.html" subtype="page" title="Macintosh Style Widget Gallery" fulltitle="Macintosh Style Widget Gallery" subtitle="" location="gallery-macintosh.qdoc"/>
+ <page access="public" status="commendable" name="xmlpatterns/recipes" href="xmlpatterns-recipes.html" subtype="example" title="Recipes Example" fulltitle="Recipes Example" subtitle="" location="recipes.qdoc">
+ <target name="displayquery-slot"/>
+ <target name="evaluate-function"/>
+ <contents name="introduction" title="Introduction" level="1"/>
+ <contents name="the-user-interface" title="The User Interface" level="2"/>
+ <contents name="running-your-own-xqueries" title="Running your own XQueries" level="2"/>
+ <contents name="code-walk-through" title="Code Walk-Through" level="1"/>
+ <contents name="the-ui-class-querymainwindow" title="The UI Class: QueryMainWindow" level="2"/>
+ <page access="public" status="commendable" name="xmlpatterns/recipes/querymainwindow.cpp" href="xmlpatterns-recipes-querymainwindow-cpp.html" subtype="file" title="" fulltitle="querymainwindow.cpp Example File" subtitle="xmlpatterns/recipes/querymainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/recipes/querymainwindow.h" href="xmlpatterns-recipes-querymainwindow-h.html" subtype="file" title="" fulltitle="querymainwindow.h Example File" subtitle="xmlpatterns/recipes/querymainwindow.h" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/recipes/files/allRecipes.xq" href="xmlpatterns-recipes-files-allrecipes-xq.html" subtype="file" title="" fulltitle="allRecipes.xq Example File" subtitle="xmlpatterns/recipes/files/allRecipes.xq" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/recipes/files/cookbook.xml" href="xmlpatterns-recipes-files-cookbook-xml.html" subtype="file" title="" fulltitle="cookbook.xml Example File" subtitle="xmlpatterns/recipes/files/cookbook.xml" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/recipes/files/liquidIngredientsInSoup.xq" href="xmlpatterns-recipes-files-liquidingredientsinsoup-xq.html" subtype="file" title="" fulltitle="liquidIngredientsInSoup.xq Example File" subtitle="xmlpatterns/recipes/files/liquidIngredientsInSoup.xq" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/recipes/files/mushroomSoup.xq" href="xmlpatterns-recipes-files-mushroomsoup-xq.html" subtype="file" title="" fulltitle="mushroomSoup.xq Example File" subtitle="xmlpatterns/recipes/files/mushroomSoup.xq" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/recipes/files/preparationLessThan30.xq" href="xmlpatterns-recipes-files-preparationlessthan30-xq.html" subtype="file" title="" fulltitle="preparationLessThan30.xq Example File" subtitle="xmlpatterns/recipes/files/preparationLessThan30.xq" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/recipes/files/preparationTimes.xq" href="xmlpatterns-recipes-files-preparationtimes-xq.html" subtype="file" title="" fulltitle="preparationTimes.xq Example File" subtitle="xmlpatterns/recipes/files/preparationTimes.xq" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/recipes/forms/querywidget.ui" href="xmlpatterns-recipes-forms-querywidget-ui.html" subtype="file" title="" fulltitle="querywidget.ui Example File" subtitle="xmlpatterns/recipes/forms/querywidget.ui" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/recipes/main.cpp" href="xmlpatterns-recipes-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="xmlpatterns/recipes/main.cpp" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/recipes/recipes.pro" href="xmlpatterns-recipes-recipes-pro.html" subtype="file" title="" fulltitle="recipes.pro Example File" subtitle="xmlpatterns/recipes/recipes.pro" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/recipes/recipes.qrc" href="xmlpatterns-recipes-recipes-qrc.html" subtype="file" title="" fulltitle="recipes.qrc Example File" subtitle="xmlpatterns/recipes/recipes.qrc" location=""/>
+ </page>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_SCRIPT_DECLARE_QMETAOBJECT" href="qscriptengine.html#Q_SCRIPT_DECLARE_QMETAOBJECT" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QScriptEngine" type="" signature="Q_SCRIPT_DECLARE_QMETAOBJECT( QMetaObject, ArgType)">
+ <parameter left="" right="" name="QMetaObject" default=""/>
+ <parameter left="" right="" name="ArgType" default=""/>
+ </function>
+ <page access="public" status="commendable" name="Follow" href="qml-follow.html" title="QML Follow Element Reference" fulltitle="QML Follow Element Reference" subtitle="" location="qmlfollow.cpp">
+ <page access="public" status="commendable" name="source" href="source.html" title="" fulltitle="" subtitle="" location="qmlfollow.cpp"/>
+ <page access="public" status="commendable" name="velocity" href="velocity.html" title="" fulltitle="" subtitle="" location="qmlfollow.cpp"/>
+ <page access="public" status="commendable" name="spring" href="spring.html" title="" fulltitle="" subtitle="" location="qmlfollow.cpp"/>
+ <page access="public" status="commendable" name="damping" href="damping.html" title="" fulltitle="" subtitle="" location="qmlfollow.cpp"/>
+ <page access="public" status="commendable" name="epsilon" href="epsilon.html" title="" fulltitle="" subtitle="" location="qmlfollow.cpp"/>
+ <page access="public" status="commendable" name="modulus" href="modulus.html" title="" fulltitle="" subtitle="" location="qmlfollow.cpp"/>
+ <page access="public" status="commendable" name="mass" href="mass.html" title="" fulltitle="" subtitle="" location="qmlfollow.cpp"/>
+ <page access="public" status="commendable" name="value" href="value.html" title="" fulltitle="" subtitle="" location="qmlfollow.cpp"/>
+ <page access="public" status="commendable" name="enabled" href="enabled.html" title="" fulltitle="" subtitle="" location="qmlfollow.cpp"/>
+ <page access="public" status="commendable" name="inSync" href="insync.html" title="" fulltitle="" subtitle="" location="qmlfollow.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="Component" href="qml-component.html" title="QML Component Element Reference" fulltitle="QML Component Element Reference" subtitle="" location="qmlcomponent.cpp"/>
+ <page access="public" status="commendable" name="itemviews/pixelator" href="itemviews-pixelator.html" subtype="example" title="Pixelator Example" fulltitle="Pixelator Example" subtitle="" location="pixelator.qdoc">
+ <contents name="imagemodel-class-definition" title="ImageModel Class Definition" level="1"/>
+ <contents name="imagemodel-class-implementation" title="ImageModel Class Implementation" level="1"/>
+ <contents name="pixeldelegate-class-definition" title="PixelDelegate Class Definition" level="1"/>
+ <contents name="pixeldelegate-class-implementation" title="PixelDelegate Class Implementation" level="1"/>
+ <contents name="using-the-custom-delegate" title="Using The Custom Delegate" level="1"/>
+ <page access="public" status="commendable" name="itemviews/pixelator/imagemodel.cpp" href="itemviews-pixelator-imagemodel-cpp.html" subtype="file" title="" fulltitle="imagemodel.cpp Example File" subtitle="itemviews/pixelator/imagemodel.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/pixelator/imagemodel.h" href="itemviews-pixelator-imagemodel-h.html" subtype="file" title="" fulltitle="imagemodel.h Example File" subtitle="itemviews/pixelator/imagemodel.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/pixelator/mainwindow.cpp" href="itemviews-pixelator-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="itemviews/pixelator/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/pixelator/mainwindow.h" href="itemviews-pixelator-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="itemviews/pixelator/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/pixelator/pixeldelegate.cpp" href="itemviews-pixelator-pixeldelegate-cpp.html" subtype="file" title="" fulltitle="pixeldelegate.cpp Example File" subtitle="itemviews/pixelator/pixeldelegate.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/pixelator/pixeldelegate.h" href="itemviews-pixelator-pixeldelegate-h.html" subtype="file" title="" fulltitle="pixeldelegate.h Example File" subtitle="itemviews/pixelator/pixeldelegate.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/pixelator/main.cpp" href="itemviews-pixelator-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="itemviews/pixelator/main.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/pixelator/images.qrc" href="itemviews-pixelator-images-qrc.html" subtype="file" title="" fulltitle="images.qrc Example File" subtitle="itemviews/pixelator/images.qrc" location=""/>
+ <page access="public" status="commendable" name="itemviews/pixelator/pixelator.pro" href="itemviews-pixelator-pixelator-pro.html" subtype="file" title="" fulltitle="pixelator.pro Example File" subtitle="itemviews/pixelator/pixelator.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="itemviews/chart" href="itemviews-chart.html" subtype="example" title="Chart Example" fulltitle="Chart Example" subtitle="" location="chart.qdoc">
+ <page access="public" status="commendable" name="itemviews/chart/mainwindow.cpp" href="itemviews-chart-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="itemviews/chart/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/chart/mainwindow.h" href="itemviews-chart-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="itemviews/chart/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/chart/pieview.cpp" href="itemviews-chart-pieview-cpp.html" subtype="file" title="" fulltitle="pieview.cpp Example File" subtitle="itemviews/chart/pieview.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/chart/pieview.h" href="itemviews-chart-pieview-h.html" subtype="file" title="" fulltitle="pieview.h Example File" subtitle="itemviews/chart/pieview.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/chart/main.cpp" href="itemviews-chart-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="itemviews/chart/main.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/chart/chart.pro" href="itemviews-chart-chart-pro.html" subtype="file" title="" fulltitle="chart.pro Example File" subtitle="itemviews/chart/chart.pro" location=""/>
+ <page access="public" status="commendable" name="itemviews/chart/chart.qrc" href="itemviews-chart-chart-qrc.html" subtype="file" title="" fulltitle="chart.qrc Example File" subtitle="itemviews/chart/chart.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qt-embedded-makeqpf.html" href="qt-embedded-makeqpf.html" subtype="page" title="makeqpf" fulltitle="makeqpf" subtitle="" location="emb-makeqpf.qdoc"/>
+ <page access="public" status="commendable" name="Text" href="qml-text.html" title="QML Text Element Reference" fulltitle="QML Text Element Reference" subtitle="" location="qfxtext.cpp">
+ <page access="public" status="commendable" name="font.family" href="font-family.html" title="" fulltitle="" subtitle="" location="qfxtext.cpp"/>
+ <page access="public" status="commendable" name="text" href="text.html" title="" fulltitle="" subtitle="" location="qfxtext.cpp"/>
+ <page access="public" status="commendable" name="color" href="color.html" title="" fulltitle="" subtitle="" location="qfxtext.cpp"/>
+ <page access="public" status="commendable" name="style" href="style.html" title="" fulltitle="" subtitle="" location="qfxtext.cpp"/>
+ <page access="public" status="commendable" name="styleColor" href="stylecolor.html" title="" fulltitle="" subtitle="" location="qfxtext.cpp"/>
+ <page access="public" status="commendable" name="horizontalAlignment" href="horizontalalignment.html" title="" fulltitle="" subtitle="" location="qfxtext.cpp"/>
+ <page access="public" status="commendable" name="wrap" href="wrap.html" title="" fulltitle="" subtitle="" location="qfxtext.cpp"/>
+ <page access="public" status="commendable" name="textFormat" href="textformat.html" title="" fulltitle="" subtitle="" location="qfxtext.cpp"/>
+ <page access="public" status="commendable" name="elide" href="elide.html" title="" fulltitle="" subtitle="" location="qfxtext.cpp"/>
+ <page access="public" status="commendable" name="smooth" href="smooth.html" title="" fulltitle="" subtitle="" location="qfxtext.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="qmlanimation.html" href="qmlanimation.html" subtype="page" title="QML Animation" fulltitle="QML Animation" subtitle="" location="animation.qdoc">
+ <target name="qmlanimation"/>
+ <target name="states-transitions"/>
+ <contents name="property-animation" title="Property Animation" level="1"/>
+ <contents name="states-and-transitions" title="States and Transitions" level="1"/>
+ <contents name="states" title="States" level="2"/>
+ <contents name="transitions" title="Transitions" level="2"/>
+ <contents name="property-behaviors" title="Property Behaviors" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="ipc.html" href="ipc.html" subtype="page" title="Inter-Process Communication in Qt" fulltitle="Inter-Process Communication in Qt" subtitle="" location="ipc.qdoc">
+ <contents name="tcp-ip" title="TCP/IP" level="1"/>
+ <contents name="shared-memory" title="Shared Memory" level="1"/>
+ <contents name="d-bus" title="D-Bus" level="1"/>
+ <contents name="qt-communications-protocol-qcop" title="Qt COmmunications Protocol (QCOP)" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="designer-manual.html" href="designer-manual.html" subtype="page" title="Qt Designer Manual" fulltitle="Qt Designer Manual" subtitle="" location="designer-manual.qdoc">
+ <keyword name="qt-designer"/>
+ <contents name="legal-notices" title="Legal Notices" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="designer-whats-new.html" href="designer-whats-new.html" subtype="page" title="What's New in Qt Designer 4.5" fulltitle="What's New in Qt Designer 4.5" subtitle="" location="designer-manual.qdoc">
+ <contents name="general-changes" title="General Changes" level="1"/>
+ <contents name="improved-shortcuts-for-the-editing-mode" title="Improved Shortcuts for the Editing Mode" level="1"/>
+ <contents name="layouts" title="Layouts" level="1"/>
+ <contents name="support-for-embedded-design" title="Support for Embedded Design" level="1"/>
+ <contents name="related-classes" title="Related Classes" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="designer-to-know.html" href="designer-to-know.html" subtype="page" title="Getting to Know Qt Designer" fulltitle="Getting to Know Qt Designer" subtitle="" location="designer-manual.qdoc">
+ <target name="mainwindow"/>
+ <target name="widgetbox"/>
+ <contents name="launching-designer" title="Launching Designer" level="1"/>
+ <contents name="the-user-interface" title="The User Interface" level="1"/>
+ <contents name="the-concept-of-layouts-in-qt" title="The Concept of Layouts in Qt" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="designer-quick-start.html" href="designer-quick-start.html" subtype="page" title="A Quick Start to Qt Designer" fulltitle="A Quick Start to Qt Designer" subtitle="" location="designer-manual.qdoc"/>
+ <page access="public" status="commendable" name="designer-editing-mode.html" href="designer-editing-mode.html" subtype="page" title="Qt Designer's Editing Modes" fulltitle="Qt Designer's Editing Modes" subtitle="" location="designer-manual.qdoc"/>
+ <page access="public" status="commendable" name="designer-widget-mode.html" href="designer-widget-mode.html" subtype="page" title="Qt Designer's Widget Editing Mode" fulltitle="Qt Designer's Widget Editing Mode" subtitle="" location="designer-manual.qdoc">
+ <target name="selectingobjects"/>
+ <target name="shortcutsforediting"/>
+ <target name="draganddrop"/>
+ <target name="editingproperties"/>
+ <contents name="editing-a-form" title="Editing A Form" level="1"/>
+ <contents name="the-property-editor" title="The Property Editor" level="2"/>
+ <contents name="dynamic-properties" title="Dynamic Properties" level="2"/>
+ <contents name="the-object-inspector" title="The Object Inspector" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="designer-layouts.html" href="designer-layouts.html" subtype="page" title="Using Layouts in Qt Designer" fulltitle="Using Layouts in Qt Designer" subtitle="" location="designer-manual.qdoc">
+ <target name="insertingobjectsintoalayout"/>
+ <target name="layoutshortcuts"/>
+ <contents name="applying-and-breaking-layouts" title="Applying and Breaking Layouts" level="1"/>
+ <contents name="setting-a-top-level-layout" title="Setting A Top Level Layout" level="2"/>
+ <contents name="horizontal-and-vertical-layouts" title="Horizontal and Vertical Layouts" level="2"/>
+ <contents name="the-grid-layout" title="The Grid Layout" level="3"/>
+ <contents name="splitter-layouts" title="Splitter Layouts" level="3"/>
+ <contents name="the-form-layout" title="The Form Layout" level="3"/>
+ <contents name="shortcut-keys" title="Shortcut Keys" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="designer-preview.html" href="designer-preview.html" subtype="page" title="Saving, Previewing and Printing Forms in Qt Designer" fulltitle="Saving, Previewing and Printing Forms in Qt Designer" subtitle="" location="designer-manual.qdoc">
+ <contents name="viewing-the-form-s-code" title="Viewing the Form's Code" level="1"/>
+ <contents name="saving-and-printing-the-form" title="Saving and Printing the Form" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="designer-connection-mode.html" href="designer-connection-mode.html" subtype="page" title="Qt Designer's Signals and Slots Editing Mode" fulltitle="Qt Designer's Signals and Slots Editing Mode" subtitle="" location="designer-manual.qdoc">
+ <target name="highlightedobjects"/>
+ <target name="makingaconnection"/>
+ <target name="connectingtotheform"/>
+ <target name="connectioneditor"/>
+ <target name="deletingconnections"/>
+ <contents name="connecting-objects" title="Connecting Objects" level="1"/>
+ <contents name="editing-and-deleting-connections" title="Editing and Deleting Connections" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="designer-buddy-mode.html" href="designer-buddy-mode.html" subtype="page" title="Qt Designer's Buddy Editing Mode" fulltitle="Qt Designer's Buddy Editing Mode" subtitle="" location="designer-manual.qdoc">
+ <target name="makingbuddies"/>
+ <contents name="linking-labels-to-buddy-widgets" title="Linking Labels to Buddy Widgets" level="1"/>
+ <contents name="removing-buddy-connections" title="Removing Buddy Connections" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="designer-tab-order.html" href="designer-tab-order.html" subtype="page" title="Qt Designer's Tab Order Editing Mode" fulltitle="Qt Designer's Tab Order Editing Mode" subtitle="" location="designer-manual.qdoc">
+ <contents name="setting-the-tab-order" title="Setting the Tab Order" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="designer-using-containers.html" href="designer-using-containers.html" subtype="page" title="Using Containers in Qt Designer" fulltitle="Using Containers in Qt Designer" subtitle="" location="designer-manual.qdoc"/>
+ <page access="public" status="commendable" name="designer-creating-mainwindows.html" href="designer-creating-mainwindows.html" subtype="page" title="Creating Main Windows in Qt Designer" fulltitle="Creating Main Windows in Qt Designer" subtitle="" location="designer-manual.qdoc">
+ <target name="creatingamenu"/>
+ <target name="creatingamenuentry"/>
+ <target name="theactioneditor"/>
+ <target name="addinganaction"/>
+ <target name="addingadockwidget"/>
+ <contents name="menus" title="Menus" level="1"/>
+ <contents name="toolbars" title="Toolbars" level="1"/>
+ <contents name="actions" title="Actions" level="1"/>
+ <contents name="dock-widgets" title="Dock Widgets" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="designer-resources.html" href="designer-resources.html" subtype="page" title="Editing Resources with Qt Designer" fulltitle="Editing Resources with Qt Designer" subtitle="" location="designer-manual.qdoc">
+ <target name="resourcefiles"/>
+ <target name="editresource"/>
+ <target name="usingresources"/>
+ <contents name="defining-a-resource-file" title="Defining a Resource File" level="1"/>
+ <contents name="using-the-resources" title="Using the Resources" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="designer-stylesheet.html" href="designer-stylesheet.html" subtype="page" title="Using Stylesheets with Qt Designer" fulltitle="Using Stylesheets with Qt Designer" subtitle="" location="designer-manual.qdoc">
+ <target name="usingstylesheets"/>
+ </page>
+ <page access="public" status="commendable" name="designer-using-a-ui-file.html" href="designer-using-a-ui-file.html" subtype="page" title="Using a Designer UI File in Your Application" fulltitle="Using a Designer UI File in Your Application" subtitle="" location="designer-manual.qdoc">
+ <contents name="compile-time-form-processing" title="Compile Time Form Processing" level="1"/>
+ <contents name="the-direct-approach" title="The Direct Approach" level="2"/>
+ <contents name="the-single-inheritance-approach" title="The Single Inheritance Approach" level="2"/>
+ <contents name="the-multiple-inheritance-approach" title="The Multiple Inheritance Approach" level="2"/>
+ <contents name="run-time-form-processing" title="Run Time Form Processing" level="1"/>
+ <contents name="the-uitools-approach" title="The UiTools Approach" level="2"/>
+ <contents name="automatic-connections" title="Automatic Connections" level="1"/>
+ <contents name="a-dialog-without-auto-connect" title="A Dialog Without Auto-Connect" level="2"/>
+ <contents name="widgets-and-dialogs-with-auto-connect" title="Widgets and Dialogs with Auto-Connect" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="designer-customizing-forms.html" href="designer-customizing-forms.html" subtype="page" title="Customizing Qt Designer Forms" fulltitle="Customizing Qt Designer Forms" subtitle="" location="designer-manual.qdoc">
+ <target name="layoutfunction"/>
+ <contents name="modifying-the-form-settings" title="Modifying the Form Settings" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="designer-using-custom-widgets.html" href="designer-using-custom-widgets.html" subtype="page" title="Using Custom Widgets with Qt Designer" fulltitle="Using Custom Widgets with Qt Designer" subtitle="" location="designer-manual.qdoc">
+ <contents name="handling-custom-widgets" title="Handling Custom Widgets" level="1"/>
+ <contents name="promoting-widgets" title="Promoting Widgets" level="2"/>
+ <contents name="user-defined-custom-widgets" title="User Defined Custom Widgets" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="designer-creating-custom-widgets.html" href="designer-creating-custom-widgets.html" subtype="page" title="Creating Custom Widgets for Qt Designer" fulltitle="Creating Custom Widgets for Qt Designer" subtitle="" location="designer-manual.qdoc">
+ <target name="buildingandinstallingtheplugin"/>
+ <contents name="getting-started" title="Getting Started" level="1"/>
+ <contents name="providing-an-interface-description" title="Providing an Interface Description" level="2"/>
+ <contents name="notes-on-the-function" title="Notes on the Function" level="2"/>
+ <contents name="plugin-requirements" title="Plugin Requirements" level="1"/>
+ <contents name="creating-well-behaved-widgets" title="Creating Well Behaved Widgets" level="1"/>
+ <contents name="building-and-installing-the-plugin" title="Building and Installing the Plugin" level="1"/>
+ <contents name="a-simple-plugin" title="A Simple Plugin" level="2"/>
+ <contents name="splitting-up-the-plugin" title="Splitting up the Plugin" level="2"/>
+ <contents name="related-examples" title="Related Examples" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="designer-creating-custom-widgets-extensions.html" href="designer-creating-custom-widgets-extensions.html" subtype="page" title="Creating Custom Widget Extensions" fulltitle="Creating Custom Widget Extensions" subtitle="" location="designer-manual.qdoc">
+ <contents name="extension-types" title="Extension Types" level="1"/>
+ <contents name="creating-an-extension" title="Creating an Extension" level="1"/>
+ <contents name="exposing-an-extension-to-qt-designer" title="Exposing an Extension to Qt Designer" level="1"/>
+ <contents name="creating-an-extension-factory" title="Creating an Extension Factory" level="2"/>
+ <contents name="accessing-qt-designer-s-extension-manager" title="Accessing Qt Designer's Extension Manager" level="2"/>
+ <contents name="related-examples" title="Related Examples" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="designer-ui-file-format.html" href="designer-ui-file-format.html" subtype="page" title="Qt Designer's UI File Format" fulltitle="Qt Designer's UI File Format" subtitle="" location="designer-manual.qdoc"/>
+ <page access="public" status="commendable" name="designer-recursive-shadow-casting.html" href="designer-recursive-shadow-casting.html" subtype="page" title="Implementation of the Recursive Shadow Casting Algorithm in Qt Designer" fulltitle="Implementation of the Recursive Shadow Casting Algorithm in Qt Designer" subtitle="" location="designer-manual.qdoc"/>
+ <page access="public" status="commendable" name="elements.html" href="elements.html" subtype="page" title="QML Elements" fulltitle="QML Elements" subtitle="" location="elements.qdoc">
+ <target name="elements"/>
+ <target name="xmlviews"/>
+ </page>
+ <page access="public" status="commendable" name="qmake-manual.html" href="qmake-manual.html" subtype="page" title="qmake Manual" fulltitle="qmake Manual" subtitle="" location="qmake-manual.qdoc">
+ <keyword name="qmake"/>
+ <contents name="getting-started" title="Getting Started" level="1"/>
+ <contents name="table-of-contents" title="Table of Contents" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qmake-using.html" href="qmake-using.html" subtype="page" title="Using qmake" fulltitle="Using qmake" subtitle="" location="qmake-manual.qdoc">
+ <contents name="describing-a-project" title="Describing a Project" level="1"/>
+ <contents name="building-a-project" title="Building a Project" level="1"/>
+ <contents name="using-precompiled-headers" title="Using Precompiled Headers" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qmake-project-files.html" href="qmake-project-files.html" subtype="page" title="qmake Project Files" fulltitle="qmake Project Files" subtitle="" location="qmake-manual.qdoc">
+ <target name="generalconfiguration"/>
+ <contents name="project-file-elements" title="Project File Elements" level="1"/>
+ <contents name="variables" title="Variables" level="2"/>
+ <contents name="whitespace" title="Whitespace" level="3"/>
+ <contents name="comments" title="Comments" level="2"/>
+ <contents name="built-in-functions-and-control-flow" title="Built-in Functions and Control Flow" level="2"/>
+ <contents name="project-templates" title="Project Templates" level="1"/>
+ <contents name="general-configuration" title="General Configuration" level="1"/>
+ <contents name="declaring-qt-libraries" title="Declaring Qt Libraries" level="1"/>
+ <contents name="configuration-features" title="Configuration Features" level="1"/>
+ <contents name="declaring-other-libraries" title="Declaring Other Libraries" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qmake-running.html" href="qmake-running.html" subtype="page" title="Running qmake" fulltitle="Running qmake" subtitle="" location="qmake-manual.qdoc">
+ <target name="commands"/>
+ <target name="makefilemode"/>
+ <target name="projectmode"/>
+ <contents name="command-line-options" title="Command-Line Options" level="1"/>
+ <contents name="syntax" title="Syntax" level="2"/>
+ <contents name="options" title="Options" level="2"/>
+ <contents name="makefile-mode-options" title="Makefile Mode Options" level="2"/>
+ <contents name="project-mode-options" title="Project Mode Options" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="qmake-platform-notes.html" href="qmake-platform-notes.html" subtype="page" title="qmake Platform Notes" fulltitle="qmake Platform Notes" subtitle="" location="qmake-manual.qdoc">
+ <contents name="mac-os-x" title="Mac OS X" level="1"/>
+ <contents name="source-and-binary-packages" title="Source and Binary Packages" level="2"/>
+ <contents name="using-frameworks" title="Using Frameworks" level="2"/>
+ <contents name="creating-frameworks" title="Creating Frameworks" level="2"/>
+ <contents name="creating-universal-binaries" title="Creating Universal Binaries" level="2"/>
+ <contents name="creating-and-moving-xcode-projects" title="Creating and Moving Xcode Projects" level="2"/>
+ <contents name="on-supporting-two-build-targets-simultaneously" title="On supporting two build targets simultaneously" level="2"/>
+ <contents name="windows" title="Windows" level="1"/>
+ <contents name="creating-visual-studio-project-files" title="Creating Visual Studio Project Files" level="2"/>
+ <contents name="visual-studio-2005-manifest-files" title="Visual Studio 2005 Manifest Files" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="qmake-reference.html" href="qmake-reference.html" subtype="page" title="qmake Reference" fulltitle="qmake Reference" subtitle="" location="qmake-manual.qdoc">
+ <target name="frequentlyusedvariables"/>
+ <contents name="variable-reference" title="Variable Reference" level="1"/>
+ <contents name="function-reference" title="Function Reference" level="1"/>
+ <contents name="frequently-used-variables" title="Frequently Used Variables" level="1"/>
+ <contents name="environment-variables-and-configuration" title="Environment Variables and Configuration" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qmake-variable-reference.html" href="qmake-variable-reference.html" subtype="page" title="qmake Variable Reference" fulltitle="qmake Variable Reference" subtitle="" location="qmake-manual.qdoc">
+ <target name="config"/>
+ <target name="defines"/>
+ <target name="def-file"/>
+ <target name="dependpath"/>
+ <target name="deployment"/>
+ <target name="deployment-plugin"/>
+ <target name="destdir"/>
+ <target name="destdir-target"/>
+ <target name="dlldestdir"/>
+ <target name="distfiles"/>
+ <target name="dsp-template"/>
+ <target name="forms"/>
+ <target name="forms3"/>
+ <target name="guid"/>
+ <target name="headers"/>
+ <target name="includepath"/>
+ <target name="installs"/>
+ <target name="leximpls"/>
+ <target name="lexobjects"/>
+ <target name="lexsources"/>
+ <target name="libs"/>
+ <target name="literal-hash"/>
+ <target name="makefile"/>
+ <target name="makefile-generator"/>
+ <target name="moc-dir"/>
+ <target name="objects"/>
+ <target name="objects-dir"/>
+ <target name="objmoc"/>
+ <target name="post-targetdeps"/>
+ <target name="pre-targetdeps"/>
+ <target name="precompiled-header"/>
+ <target name="pwd"/>
+ <target name="out-pwd"/>
+ <target name="qmake-systemvariable"/>
+ <target name="qmakespec-systemvariable"/>
+ <target name="qmake-app-flag"/>
+ <target name="qmake-app-or-dll"/>
+ <target name="qmake-ar-cmd"/>
+ <target name="qmake-bundle-data"/>
+ <target name="qmake-cflags-debug"/>
+ <target name="qmake-cflags-mt"/>
+ <target name="qmake-cflags-mt-dbg"/>
+ <target name="qmake-cflags-mt-dll"/>
+ <target name="qmake-cflags-mt-dlldbg"/>
+ <target name="qmake-cflags-release"/>
+ <target name="qmake-cflags-shlib"/>
+ <target name="qmake-cflags-thread"/>
+ <target name="qmake-cflags-warn-off"/>
+ <target name="qmake-cflags-warn-on"/>
+ <target name="qmake-clean"/>
+ <target name="qmake-cxxflags-debug"/>
+ <target name="qmake-cxxflags-mt"/>
+ <target name="qmake-cxxflags-mt-dbg"/>
+ <target name="qmake-cxxflags-mt-dll"/>
+ <target name="qmake-cxxflags-mt-dlldbg"/>
+ <target name="qmake-cxxflags-release"/>
+ <target name="qmake-cxxflags-shlib"/>
+ <target name="qmake-cxxflags-thread"/>
+ <target name="qmake-cxxflags-warn-off"/>
+ <target name="qmake-cxxflags-warn-on"/>
+ <target name="qmake-distclean"/>
+ <target name="qmake-extension-shlib"/>
+ <target name="qmake-failed-requirements"/>
+ <target name="qmake-filetags"/>
+ <target name="qmake-framework-version"/>
+ <target name="qmake-incdir"/>
+ <target name="qmake-incdir-egl"/>
+ <target name="qmake-incdir-opengl"/>
+ <target name="qmake-incdir-openvg"/>
+ <target name="qmake-incdir-qt"/>
+ <target name="qmake-incdir-thread"/>
+ <target name="qmake-incdir-x11"/>
+ <target name="qmake-info-plist"/>
+ <target name="qmake-lflags-console"/>
+ <target name="qt-version"/>
+ <target name="qt-major-version"/>
+ <target name="qt-minor-version"/>
+ <target name="qt-patch-version"/>
+ <target name="rcc-dir"/>
+ <target name="requires"/>
+ <target name="signature-file"/>
+ <target name="sources"/>
+ <target name="subdirs"/>
+ <target name="target"/>
+ <target name="template"/>
+ <target name="ui-dir"/>
+ <target name="ui-headers-dir"/>
+ <target name="ui-sources-dir"/>
+ <target name="version"/>
+ <target name="yaccsources"/>
+ <contents name="config" title="CONFIG" level="1"/>
+ <contents name="defines" title="DEFINES" level="1"/>
+ <contents name="def-file" title="DEF_FILE" level="1"/>
+ <contents name="dependpath" title="DEPENDPATH" level="1"/>
+ <contents name="deployment" title="DEPLOYMENT" level="1"/>
+ <contents name="deployment-plugin" title="DEPLOYMENT_PLUGIN" level="1"/>
+ <contents name="destdir" title="DESTDIR" level="1"/>
+ <contents name="destdir-target" title="DESTDIR_TARGET" level="1"/>
+ <contents name="dlldestdir" title="DLLDESTDIR" level="1"/>
+ <contents name="distfiles" title="DISTFILES" level="1"/>
+ <contents name="dsp-template" title="DSP_TEMPLATE" level="1"/>
+ <contents name="forms" title="FORMS" level="1"/>
+ <contents name="forms3" title="FORMS3" level="1"/>
+ <contents name="guid" title="GUID" level="1"/>
+ <contents name="headers" title="HEADERS" level="1"/>
+ <contents name="includepath" title="INCLUDEPATH" level="1"/>
+ <contents name="installs" title="INSTALLS" level="1"/>
+ <contents name="leximpls" title="LEXIMPLS" level="1"/>
+ <contents name="lexobjects" title="LEXOBJECTS" level="1"/>
+ <contents name="lexsources" title="LEXSOURCES" level="1"/>
+ <contents name="libs" title="LIBS" level="1"/>
+ <contents name="literal-hash" title="LITERAL_HASH" level="1"/>
+ <contents name="makefile" title="MAKEFILE" level="1"/>
+ <contents name="makefile-generator" title="MAKEFILE_GENERATOR" level="1"/>
+ <contents name="moc-dir" title="MOC_DIR" level="1"/>
+ <contents name="objects" title="OBJECTS" level="1"/>
+ <contents name="objects-dir" title="OBJECTS_DIR" level="1"/>
+ <contents name="objmoc" title="OBJMOC" level="1"/>
+ <contents name="post-targetdeps" title="POST_TARGETDEPS" level="1"/>
+ <contents name="pre-targetdeps" title="PRE_TARGETDEPS" level="1"/>
+ <contents name="precompiled-header" title="PRECOMPILED_HEADER" level="1"/>
+ <contents name="pwd" title="PWD" level="1"/>
+ <contents name="out-pwd" title="OUT_PWD" level="1"/>
+ <contents name="qmake" title="QMAKE" level="1"/>
+ <contents name="qmakespec" title="QMAKESPEC" level="1"/>
+ <contents name="qmake-app-flag" title="QMAKE_APP_FLAG" level="1"/>
+ <contents name="qmake-app-or-dll" title="QMAKE_APP_OR_DLL" level="1"/>
+ <contents name="qmake-ar-cmd" title="QMAKE_AR_CMD" level="1"/>
+ <contents name="qmake-bundle-data" title="QMAKE_BUNDLE_DATA" level="1"/>
+ <contents name="qmake-bundle-extension" title="QMAKE_BUNDLE_EXTENSION" level="1"/>
+ <contents name="qmake-cc" title="QMAKE_CC" level="1"/>
+ <contents name="qmake-cflags-debug" title="QMAKE_CFLAGS_DEBUG" level="1"/>
+ <contents name="qmake-cflags-mt" title="QMAKE_CFLAGS_MT" level="1"/>
+ <contents name="qmake-cflags-mt-dbg" title="QMAKE_CFLAGS_MT_DBG" level="1"/>
+ <contents name="qmake-cflags-mt-dll" title="QMAKE_CFLAGS_MT_DLL" level="1"/>
+ <contents name="qmake-cflags-mt-dlldbg" title="QMAKE_CFLAGS_MT_DLLDBG" level="1"/>
+ <contents name="qmake-cflags-release" title="QMAKE_CFLAGS_RELEASE" level="1"/>
+ <contents name="qmake-cflags-shlib" title="QMAKE_CFLAGS_SHLIB" level="1"/>
+ <contents name="qmake-cflags-thread" title="QMAKE_CFLAGS_THREAD" level="1"/>
+ <contents name="qmake-cflags-warn-off" title="QMAKE_CFLAGS_WARN_OFF" level="1"/>
+ <contents name="qmake-cflags-warn-on" title="QMAKE_CFLAGS_WARN_ON" level="1"/>
+ <contents name="qmake-clean" title="QMAKE_CLEAN" level="1"/>
+ <contents name="qmake-cxx" title="QMAKE_CXX" level="1"/>
+ <contents name="qmake-cxxflags" title="QMAKE_CXXFLAGS" level="1"/>
+ <contents name="qmake-cxxflags-debug" title="QMAKE_CXXFLAGS_DEBUG" level="1"/>
+ <contents name="qmake-cxxflags-mt" title="QMAKE_CXXFLAGS_MT" level="1"/>
+ <contents name="qmake-cxxflags-mt-dbg" title="QMAKE_CXXFLAGS_MT_DBG" level="1"/>
+ <contents name="qmake-cxxflags-mt-dll" title="QMAKE_CXXFLAGS_MT_DLL" level="1"/>
+ <contents name="qmake-cxxflags-mt-dlldbg" title="QMAKE_CXXFLAGS_MT_DLLDBG" level="1"/>
+ <contents name="qmake-cxxflags-release" title="QMAKE_CXXFLAGS_RELEASE" level="1"/>
+ <contents name="qmake-cxxflags-shlib" title="QMAKE_CXXFLAGS_SHLIB" level="1"/>
+ <contents name="qmake-cxxflags-thread" title="QMAKE_CXXFLAGS_THREAD" level="1"/>
+ <contents name="qmake-cxxflags-warn-off" title="QMAKE_CXXFLAGS_WARN_OFF" level="1"/>
+ <contents name="qmake-cxxflags-warn-on" title="QMAKE_CXXFLAGS_WARN_ON" level="1"/>
+ <contents name="qmake-distclean" title="QMAKE_DISTCLEAN" level="1"/>
+ <contents name="qmake-extension-shlib" title="QMAKE_EXTENSION_SHLIB" level="1"/>
+ <contents name="qmake-ext-moc" title="QMAKE_EXT_MOC" level="1"/>
+ <contents name="qmake-ext-ui" title="QMAKE_EXT_UI" level="1"/>
+ <contents name="qmake-ext-prl" title="QMAKE_EXT_PRL" level="1"/>
+ <contents name="qmake-ext-lex" title="QMAKE_EXT_LEX" level="1"/>
+ <contents name="qmake-ext-yacc" title="QMAKE_EXT_YACC" level="1"/>
+ <contents name="qmake-ext-obj" title="QMAKE_EXT_OBJ" level="1"/>
+ <contents name="qmake-ext-cpp" title="QMAKE_EXT_CPP" level="1"/>
+ <contents name="qmake-ext-h" title="QMAKE_EXT_H" level="1"/>
+ <contents name="qmake-extra-compilers" title="QMAKE_EXTRA_COMPILERS" level="1"/>
+ <contents name="qmake-extra-targets" title="QMAKE_EXTRA_TARGETS" level="1"/>
+ <contents name="qmake-failed-requirements" title="QMAKE_FAILED_REQUIREMENTS" level="1"/>
+ <contents name="qmake-filetags" title="QMAKE_FILETAGS" level="1"/>
+ <contents name="qmake-framework-bundle-name" title="QMAKE_FRAMEWORK_BUNDLE_NAME" level="1"/>
+ <contents name="qmake-framework-version" title="QMAKE_FRAMEWORK_VERSION" level="1"/>
+ <contents name="qmake-incdir" title="QMAKE_INCDIR" level="1"/>
+ <contents name="qmake-incdir-egl" title="QMAKE_INCDIR_EGL" level="1"/>
+ <contents name="qmake-incdir-opengl" title="QMAKE_INCDIR_OPENGL" level="1"/>
+ <contents name="qmake-incdir-openvg" title="QMAKE_INCDIR_OPENVG" level="1"/>
+ <contents name="qmake-incdir-qt" title="QMAKE_INCDIR_QT" level="1"/>
+ <contents name="qmake-incdir-thread" title="QMAKE_INCDIR_THREAD" level="1"/>
+ <contents name="qmake-incdir-x11" title="QMAKE_INCDIR_X11" level="1"/>
+ <contents name="qmake-info-plist" title="QMAKE_INFO_PLIST" level="1"/>
+ <contents name="qmake-lflags" title="QMAKE_LFLAGS" level="1"/>
+ <contents name="qmake-lflags-console" title="QMAKE_LFLAGS_CONSOLE" level="1"/>
+ <contents name="qmake-lflags-console-dll" title="QMAKE_LFLAGS_CONSOLE_DLL" level="1"/>
+ <contents name="qmake-lflags-debug" title="QMAKE_LFLAGS_DEBUG" level="1"/>
+ <contents name="qmake-lflags-plugin" title="QMAKE_LFLAGS_PLUGIN" level="1"/>
+ <contents name="qmake-lflags-qt-dll" title="QMAKE_LFLAGS_QT_DLL" level="1"/>
+ <contents name="qmake-lflags-release" title="QMAKE_LFLAGS_RELEASE" level="1"/>
+ <contents name="qmake-lflags-shapp" title="QMAKE_LFLAGS_SHAPP" level="1"/>
+ <contents name="qmake-lflags-shlib" title="QMAKE_LFLAGS_SHLIB" level="1"/>
+ <contents name="qmake-lflags-soname" title="QMAKE_LFLAGS_SONAME" level="1"/>
+ <contents name="qmake-lflags-thread" title="QMAKE_LFLAGS_THREAD" level="1"/>
+ <contents name="qmake-lflags-windows" title="QMAKE_LFLAGS_WINDOWS" level="1"/>
+ <contents name="qmake-lflags-windows-dll" title="QMAKE_LFLAGS_WINDOWS_DLL" level="1"/>
+ <contents name="qmake-libdir" title="QMAKE_LIBDIR" level="1"/>
+ <contents name="qmake-libdir-flags" title="QMAKE_LIBDIR_FLAGS" level="1"/>
+ <contents name="qmake-libdir-egl" title="QMAKE_LIBDIR_EGL" level="1"/>
+ <contents name="qmake-libdir-opengl" title="QMAKE_LIBDIR_OPENGL" level="1"/>
+ <contents name="qmake-libdir-openvg" title="QMAKE_LIBDIR_OPENVG" level="1"/>
+ <contents name="qmake-libdir-qt" title="QMAKE_LIBDIR_QT" level="1"/>
+ <contents name="qmake-libdir-x11" title="QMAKE_LIBDIR_X11" level="1"/>
+ <contents name="qmake-libs" title="QMAKE_LIBS" level="1"/>
+ <contents name="qmake-libs-console" title="QMAKE_LIBS_CONSOLE" level="1"/>
+ <contents name="qmake-libs-egl" title="QMAKE_LIBS_EGL" level="1"/>
+ <contents name="qmake-libs-opengl" title="QMAKE_LIBS_OPENGL" level="1"/>
+ <contents name="qmake-libs-opengl-qt" title="QMAKE_LIBS_OPENGL_QT" level="1"/>
+ <contents name="qmake-libs-openvg" title="QMAKE_LIBS_OPENVG" level="1"/>
+ <contents name="qmake-libs-qt" title="QMAKE_LIBS_QT" level="1"/>
+ <contents name="qmake-libs-qt-dll" title="QMAKE_LIBS_QT_DLL" level="1"/>
+ <contents name="qmake-libs-qt-opengl" title="QMAKE_LIBS_QT_OPENGL" level="1"/>
+ <contents name="qmake-libs-qt-thread" title="QMAKE_LIBS_QT_THREAD" level="1"/>
+ <contents name="qmake-libs-rt" title="QMAKE_LIBS_RT" level="1"/>
+ <contents name="qmake-libs-rtmt" title="QMAKE_LIBS_RTMT" level="1"/>
+ <contents name="qmake-libs-thread" title="QMAKE_LIBS_THREAD" level="1"/>
+ <contents name="qmake-libs-windows" title="QMAKE_LIBS_WINDOWS" level="1"/>
+ <contents name="qmake-libs-x11" title="QMAKE_LIBS_X11" level="1"/>
+ <contents name="qmake-libs-x11sm" title="QMAKE_LIBS_X11SM" level="1"/>
+ <contents name="qmake-lib-flag" title="QMAKE_LIB_FLAG" level="1"/>
+ <contents name="qmake-link-shlib-cmd" title="QMAKE_LINK_SHLIB_CMD" level="1"/>
+ <contents name="qmake-post-link" title="QMAKE_POST_LINK" level="1"/>
+ <contents name="qmake-pre-link" title="QMAKE_PRE_LINK" level="1"/>
+ <contents name="qmake-ln-shlib" title="QMAKE_LN_SHLIB" level="1"/>
+ <contents name="qmake-mac-sdk" title="QMAKE_MAC_SDK" level="1"/>
+ <contents name="qmake-macosx-deployment-target" title="QMAKE_MACOSX_DEPLOYMENT_TARGET" level="1"/>
+ <contents name="qmake-makefile" title="QMAKE_MAKEFILE" level="1"/>
+ <contents name="qmake-moc-src" title="QMAKE_MOC_SRC" level="1"/>
+ <contents name="qmake-qmake" title="QMAKE_QMAKE" level="1"/>
+ <contents name="qmake-qt-dll" title="QMAKE_QT_DLL" level="1"/>
+ <contents name="qmake-resource-flags" title="QMAKE_RESOURCE_FLAGS" level="1"/>
+ <contents name="qmake-run-cc" title="QMAKE_RUN_CC" level="1"/>
+ <contents name="qmake-run-cc-imp" title="QMAKE_RUN_CC_IMP" level="1"/>
+ <contents name="qmake-run-cxx" title="QMAKE_RUN_CXX" level="1"/>
+ <contents name="qmake-run-cxx-imp" title="QMAKE_RUN_CXX_IMP" level="1"/>
+ <contents name="qmake-target" title="QMAKE_TARGET" level="1"/>
+ <contents name="qmake-uic" title="QMAKE_UIC" level="1"/>
+ <contents name="qt" title="QT" level="1"/>
+ <contents name="qtplugin" title="QTPLUGIN" level="1"/>
+ <contents name="qt-version" title="QT_VERSION" level="1"/>
+ <contents name="qt-major-version" title="QT_MAJOR_VERSION" level="1"/>
+ <contents name="qt-minor-version" title="QT_MINOR_VERSION" level="1"/>
+ <contents name="qt-patch-version" title="QT_PATCH_VERSION" level="1"/>
+ <contents name="rc-file" title="RC_FILE" level="1"/>
+ <contents name="rcc-dir" title="RCC_DIR" level="1"/>
+ <contents name="requires" title="REQUIRES" level="1"/>
+ <contents name="resources" title="RESOURCES" level="1"/>
+ <contents name="res-file" title="RES_FILE" level="1"/>
+ <contents name="signature-file" title="SIGNATURE_FILE" level="1"/>
+ <contents name="sources" title="SOURCES" level="1"/>
+ <contents name="srcmoc" title="SRCMOC" level="1"/>
+ <contents name="subdirs" title="SUBDIRS" level="1"/>
+ <contents name="target" title="TARGET" level="1"/>
+ <contents name="target-ext" title="TARGET_EXT" level="1"/>
+ <contents name="target-x" title="TARGET_x" level="1"/>
+ <contents name="target-x-y-z" title="TARGET_x.y.z" level="1"/>
+ <contents name="template" title="TEMPLATE" level="1"/>
+ <contents name="translations" title="TRANSLATIONS" level="1"/>
+ <contents name="uicimpls" title="UICIMPLS" level="1"/>
+ <contents name="uicobjects" title="UICOBJECTS" level="1"/>
+ <contents name="ui-dir" title="UI_DIR" level="1"/>
+ <contents name="ui-headers-dir" title="UI_HEADERS_DIR" level="1"/>
+ <contents name="ui-sources-dir" title="UI_SOURCES_DIR" level="1"/>
+ <contents name="version" title="VERSION" level="1"/>
+ <contents name="ver-maj" title="VER_MAJ" level="1"/>
+ <contents name="ver-min" title="VER_MIN" level="1"/>
+ <contents name="ver-pat" title="VER_PAT" level="1"/>
+ <contents name="vpath" title="VPATH" level="1"/>
+ <contents name="yaccimpls" title="YACCIMPLS" level="1"/>
+ <contents name="yaccobjects" title="YACCOBJECTS" level="1"/>
+ <contents name="yaccsources" title="YACCSOURCES" level="1"/>
+ <contents name="pro-file" title="_PRO_FILE_" level="1"/>
+ <contents name="pro-file-pwd" title="_PRO_FILE_PWD_" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qmake-function-reference.html" href="qmake-function-reference.html" subtype="page" title="qmake Function Reference" fulltitle="qmake Function Reference" subtitle="" location="qmake-manual.qdoc">
+ <target name="unique"/>
+ <contents name="basename-variablename" title="basename(variablename)" level="1"/>
+ <contents name="config-config" title="CONFIG(config)" level="1"/>
+ <contents name="contains-variablename-value" title="contains(variablename, value)" level="1"/>
+ <contents name="count-variablename-number" title="count(variablename, number)" level="1"/>
+ <contents name="dirname-file" title="dirname(file)" level="1"/>
+ <contents name="error-string" title="error(string)" level="1"/>
+ <contents name="eval-string" title="eval(string)" level="1"/>
+ <contents name="exists-filename" title="exists(filename)" level="1"/>
+ <contents name="find-variablename-substr" title="find(variablename, substr)" level="1"/>
+ <contents name="for-iterate-list" title="for(iterate, list)" level="1"/>
+ <contents name="include-filename" title="include(filename)" level="1"/>
+ <contents name="infile-filename-var-val" title="infile(filename, var, val)" level="1"/>
+ <contents name="isempty-variablename" title="isEmpty(variablename)" level="1"/>
+ <contents name="join-variablename-glue-before-after" title="join(variablename, glue, before, after)" level="1"/>
+ <contents name="member-variablename-position" title="member(variablename, position)" level="1"/>
+ <contents name="message-string" title="message(string)" level="1"/>
+ <contents name="prompt-question" title="prompt(question)" level="1"/>
+ <contents name="quote-string" title="quote(string)" level="1"/>
+ <contents name="replace-string-old-string-new-string" title="replace(string, old_string, new_string)" level="1"/>
+ <contents name="sprintf-string-arguments" title="sprintf(string, arguments...)" level="1"/>
+ <contents name="system-command" title="system(command)" level="1"/>
+ <contents name="unique-variablename" title="unique(variablename)" level="1"/>
+ <contents name="warning-string" title="warning(string)" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qmake-environment-reference.html" href="qmake-environment-reference.html" subtype="page" title="Configuring qmake's Environment" fulltitle="Configuring qmake's Environment" subtitle="" location="qmake-manual.qdoc">
+ <target name="properties"/>
+ <target name="qmakespec"/>
+ <target name="installs"/>
+ <target name="cache"/>
+ <target name="libdepend"/>
+ <target name="extensions"/>
+ <target name="customizing"/>
+ <contents name="properties" title="Properties" level="1"/>
+ <contents name="qmakespec" title="QMAKESPEC" level="1"/>
+ <contents name="installs" title="INSTALLS" level="1"/>
+ <contents name="cache-file" title="Cache File" level="1"/>
+ <contents name="library-dependencies" title="Library Dependencies" level="1"/>
+ <contents name="file-extensions" title="File Extensions" level="1"/>
+ <contents name="customizing-makefile-output" title="Customizing Makefile Output" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qmake-advanced-usage.html" href="qmake-advanced-usage.html" subtype="page" title="qmake Advanced Usage" fulltitle="qmake Advanced Usage" subtitle="" location="qmake-manual.qdoc">
+ <target name="scopes"/>
+ <target name="variableprocessingfunctions"/>
+ <target name="conditionalfunctions"/>
+ <contents name="operators" title="Operators" level="1"/>
+ <contents name="scopes" title="Scopes" level="1"/>
+ <contents name="syntax" title="Syntax" level="2"/>
+ <contents name="scopes-and-conditions" title="Scopes and Conditions" level="2"/>
+ <contents name="configuration-and-scopes" title="Configuration and Scopes" level="2"/>
+ <contents name="platform-scope-values" title="Platform Scope Values" level="2"/>
+ <contents name="variables" title="Variables" level="1"/>
+ <contents name="variable-processing-functions" title="Variable Processing Functions" level="1"/>
+ <contents name="conditional-functions" title="Conditional Functions" level="1"/>
+ <contents name="adding-new-configuration-features" title="Adding New Configuration Features" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qmake-precompiledheaders.html" href="qmake-precompiledheaders.html" subtype="page" title="Using Precompiled Headers" fulltitle="Using Precompiled Headers" subtitle="" location="qmake-manual.qdoc">
+ <target name="introduction"/>
+ <target name="add-pch"/>
+ <target name="pch-contents"/>
+ <target name="project-options"/>
+ <target name="example-project"/>
+ <contents name="adding-precompiled-headers-to-your-project" title="Adding Precompiled Headers to Your Project" level="1"/>
+ <contents name="contents-of-the-precompiled-header-file" title="Contents of the Precompiled Header File" level="2"/>
+ <contents name="example" title="Example: " level="3"/>
+ <contents name="project-options" title="Project Options" level="2"/>
+ <contents name="notes-on-possible-issues" title="Notes on Possible Issues" level="1"/>
+ <contents name="example-project" title="Example Project" level="1"/>
+ <contents name="" title="" level="2"/>
+ <contents name="" title="" level="2"/>
+ <contents name="" title="" level="2"/>
+ <contents name="" title="" level="2"/>
+ <contents name="" title="" level="2"/>
+ <contents name="" title="" level="2"/>
+ <contents name="" title="" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="qmake-tutorial.html" href="qmake-tutorial.html" subtype="page" title="qmake Tutorial" fulltitle="qmake Tutorial" subtitle="" location="qmake-manual.qdoc">
+ <contents name="starting-off-simple" title="Starting off Simple" level="1"/>
+ <contents name="making-an-application-debuggable" title="Making an Application Debuggable" level="1"/>
+ <contents name="adding-platform-specific-source-files" title="Adding Platform-Specific Source Files" level="1"/>
+ <contents name="stopping-qmake-if-a-file-doesn-t-exist" title="Stopping qmake If a File Doesn't Exist" level="1"/>
+ <contents name="checking-for-more-than-one-condition" title="Checking for More than One Condition" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qmake-common-projects.html" href="qmake-common-projects.html" subtype="page" title="qmake Common Projects" fulltitle="qmake Common Projects" subtitle="" location="qmake-manual.qdoc">
+ <target name="application"/>
+ <target name="library"/>
+ <target name="plugin"/>
+ <contents name="building-an-application" title="Building an Application" level="1"/>
+ <contents name="the-app-template" title="The app Template" level="2"/>
+ <contents name="building-a-library" title="Building a Library" level="1"/>
+ <contents name="the-lib-template" title="The lib Template" level="2"/>
+ <contents name="building-a-plugin" title="Building a Plugin" level="1"/>
+ <contents name="building-a-qt-designer-plugin" title="Building a Qt Designer Plugin" level="2"/>
+ <contents name="building-and-installing-in-debug-and-release-modes" title="Building and Installing in Debug and Release Modes" level="1"/>
+ <contents name="building-in-both-modes" title="Building in Both Modes" level="2"/>
+ <contents name="installing-in-both-modes" title="Installing in Both Modes" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="x11overlays.html" href="x11overlays.html" subtype="page" title="How to Use X11 Overlays with Qt" fulltitle="How to Use X11 Overlays with Qt" subtitle="" location="x11overlays.qdoc"/>
+ <page access="public" status="commendable" name="opengl/pbuffers" href="opengl-pbuffers.html" subtype="example" title="Pixel Buffers Example" fulltitle="Pixel Buffers Example" subtitle="" location="pbuffers.qdoc">
+ <page access="public" status="commendable" name="opengl/pbuffers/glwidget.cpp" href="opengl-pbuffers-glwidget-cpp.html" subtype="file" title="" fulltitle="glwidget.cpp Example File" subtitle="opengl/pbuffers/glwidget.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/pbuffers/glwidget.h" href="opengl-pbuffers-glwidget-h.html" subtype="file" title="" fulltitle="glwidget.h Example File" subtitle="opengl/pbuffers/glwidget.h" location=""/>
+ <page access="public" status="commendable" name="opengl/pbuffers/main.cpp" href="opengl-pbuffers-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="opengl/pbuffers/main.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/pbuffers/pbuffers.pro" href="opengl-pbuffers-pbuffers-pro.html" subtype="file" title="" fulltitle="pbuffers.pro Example File" subtitle="opengl/pbuffers/pbuffers.pro" location=""/>
+ <page access="public" status="commendable" name="opengl/pbuffers/pbuffers.qrc" href="opengl-pbuffers-pbuffers-qrc.html" subtype="file" title="" fulltitle="pbuffers.qrc Example File" subtitle="opengl/pbuffers/pbuffers.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qt4-accessibility.html" href="qt4-accessibility.html" subtype="page" title="Cross-Platform Accessibility Support in Qt 4" fulltitle="Cross-Platform Accessibility Support in Qt 4" subtitle="" location="qt4-accessibility.qdoc">
+ <contents name="general-overview" title="General Overview" level="1"/>
+ <contents name="enabling-accessibility-support" title="Enabling Accessibility Support" level="1"/>
+ <contents name="creating-new-accessible-interfaces" title="Creating New Accessible Interfaces" level="1"/>
+ <contents name="example-code" title="Example Code" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="linguist/hellotr" href="linguist-hellotr.html" subtype="example" title="Hello tr() Example" fulltitle="Hello tr() Example" subtitle="" location="hellotr.qdoc">
+ <contents name="line-by-line-walkthrough" title="Line by Line Walkthrough" level="1"/>
+ <contents name="running-the-application-in-english" title="Running the Application in English" level="1"/>
+ <contents name="creating-a-latin-message-file" title="Creating a Latin Message File" level="1"/>
+ <contents name="translating-to-latin-with-qt-linguist" title="Translating to Latin with Qt Linguist" level="1"/>
+ <contents name="running-the-application-in-latin" title="Running the Application in Latin" level="1"/>
+ <page access="public" status="commendable" name="linguist/hellotr/main.cpp" href="linguist-hellotr-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="linguist/hellotr/main.cpp" location=""/>
+ <page access="public" status="commendable" name="linguist/hellotr/hellotr.pro" href="linguist-hellotr-hellotr-pro.html" subtype="file" title="" fulltitle="hellotr.pro Example File" subtitle="linguist/hellotr/hellotr.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="Loader" href="qml-loader.html" title="QML Loader Element Reference" fulltitle="QML Loader Element Reference" subtitle="" location="qfxloader.cpp">
+ <page access="public" status="commendable" name="source" href="source.html" title="" fulltitle="" subtitle="" location="qfxloader.cpp"/>
+ <page access="public" status="commendable" name="item" href="item.html" title="" fulltitle="" subtitle="" location="qfxloader.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="painting" href="painting.html" subtype="group" title="Painting Classes" fulltitle="Painting Classes" subtitle="" location="paintsystem.qdoc"/>
+ <page access="public" status="commendable" name="painting-3D" href="painting-3d.html" subtype="group" title="Rendering in 3D" fulltitle="Rendering in 3D" subtitle="" location="paintsystem.qdoc"/>
+ <page access="public" status="commendable" name="paintsystem.html" href="paintsystem.html" subtype="page" title="The Paint System" fulltitle="The Paint System" subtitle="" location="paintsystem.qdoc">
+ <contents name="topics" title="Topics" level="1"/>
+ <contents name="classes-for-painting" title="Classes for Painting" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="paintsystem-devices.html" href="paintsystem-devices.html" subtype="page" title="Paint Devices and Backends" fulltitle="Paint Devices and Backends" subtitle="" location="paintsystem.qdoc">
+ <contents name="creating-a-paint-device" title="Creating a Paint Device" level="1"/>
+ <contents name="selecting-the-painting-backend" title="Selecting the Painting Backend" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="paintsystem-drawing.html" href="paintsystem-drawing.html" subtype="page" title="Drawing and Filling" fulltitle="Drawing and Filling" subtitle="" location="paintsystem.qdoc">
+ <contents name="drawing" title="Drawing" level="1"/>
+ <contents name="filling" title="Filling" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="paintsystem-images.html" href="paintsystem-images.html" subtype="page" title="Reading and Writing Image Files" fulltitle="Reading and Writing Image Files" subtitle="" location="paintsystem.qdoc">
+ <contents name="rendering-svg-files" title="Rendering SVG files" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="paintsystem-styling.html" href="paintsystem-styling.html" subtype="page" title="Styling" fulltitle="Styling" subtitle="" location="paintsystem.qdoc"/>
+ <page access="public" status="commendable" name="demos/undo" href="demos-undo.html" subtype="example" title="Undo Framework" fulltitle="Undo Framework" subtitle="" location="undo.qdoc">
+ <page access="public" status="commendable" name="demos/undo/commands.cpp" href="demos-undo-commands-cpp.html" subtype="file" title="" fulltitle="commands.cpp Example File" subtitle="demos/undo/commands.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/undo/commands.h" href="demos-undo-commands-h.html" subtype="file" title="" fulltitle="commands.h Example File" subtitle="demos/undo/commands.h" location=""/>
+ <page access="public" status="commendable" name="demos/undo/document.cpp" href="demos-undo-document-cpp.html" subtype="file" title="" fulltitle="document.cpp Example File" subtitle="demos/undo/document.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/undo/document.h" href="demos-undo-document-h.html" subtype="file" title="" fulltitle="document.h Example File" subtitle="demos/undo/document.h" location=""/>
+ <page access="public" status="commendable" name="demos/undo/mainwindow.cpp" href="demos-undo-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="demos/undo/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/undo/mainwindow.h" href="demos-undo-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="demos/undo/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="demos/undo/mainwindow.ui" href="demos-undo-mainwindow-ui.html" subtype="file" title="" fulltitle="mainwindow.ui Example File" subtitle="demos/undo/mainwindow.ui" location=""/>
+ <page access="public" status="commendable" name="demos/undo/main.cpp" href="demos-undo-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="demos/undo/main.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/undo/undo.pro" href="demos-undo-undo-pro.html" subtype="file" title="" fulltitle="undo.pro Example File" subtitle="demos/undo/undo.pro" location=""/>
+ <page access="public" status="commendable" name="demos/undo/undo.qrc" href="demos-undo-undo-qrc.html" subtype="file" title="" fulltitle="undo.qrc Example File" subtitle="demos/undo/undo.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="exportedfunctions.html" href="exportedfunctions.html" subtype="page" title="Special-Purpose Global Functions Exported by Qt" fulltitle="Special-Purpose Global Functions Exported by Qt" subtitle="" location="exportedfunctions.qdoc">
+ <contents name="void-qt-set-library-config-file-const-qstring-filename" title="void qt_set_library_config_file(const QString &amp;fileName)" level="1"/>
+ <contents name="void-qt-set-sequence-auto-mnemonic-bool-enable" title="void qt_set_sequence_auto_mnemonic(bool enable)" level="1"/>
+ <contents name="void-qt-x11-wait-for-window-manager-qwidget-widget" title="void qt_x11_wait_for_window_manager(QWidget *widget)" level="1"/>
+ <contents name="void-qt-mac-secure-keyboard-bool-enable" title="void qt_mac_secure_keyboard(bool enable)" level="1"/>
+ <contents name="void-qt-mac-set-dock-menu-qmenu-menu" title="void qt_mac_set_dock_menu(QMenu *menu)" level="1"/>
+ <contents name="void-qt-mac-set-menubar-icons-bool-enable" title="void qt_mac_set_menubar_icons(bool enable)" level="1"/>
+ <contents name="void-qt-mac-set-menubar-merge-bool-enable" title="void qt_mac_set_menubar_merge(bool enable)" level="1"/>
+ <contents name="void-qt-mac-set-native-menubar-bool-enable" title="void qt_mac_set_native_menubar(bool enable)" level="1"/>
+ <contents name="void-qt-mac-set-press-and-hold-context-bool-enable" title="void qt_mac_set_press_and_hold_context(bool enable)" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="licensing" href="licensing.html" subtype="group" title="Licensing Information" fulltitle="Licensing Information" subtitle="" location="licenses.qdoc"/>
+ <page access="public" status="commendable" name="licenses.html" href="licenses.html" subtype="page" title="Other Licenses Used in Qt" fulltitle="Other Licenses Used in Qt" subtitle="" location="licenses.qdoc"/>
+ <page access="public" status="commendable" name="licenses-fonts.html" href="licenses-fonts.html" subtype="page" title="Licenses for Fonts Used in Qt for Embedded Linux" fulltitle="Licenses for Fonts Used in Qt for Embedded Linux" subtitle="" location="licenses.qdoc">
+ <contents name="adobe-helvetica" title="Adobe Helvetica" level="1"/>
+ <contents name="adobe-utopia" title="Adobe Utopia" level="1"/>
+ <contents name="babelfish" title="Babelfish" level="1"/>
+ <contents name="bigelow-holmes-luxi" title="Bigelow &amp; Holmes Luxi" level="1"/>
+ <contents name="bitstream-charter-and-courier" title="Bitstream Charter and Courier" level="1"/>
+ <contents name="bitstream-vera" title="Bitstream Vera" level="1"/>
+ <contents name="cursor" title="Cursor" level="1"/>
+ <contents name="dejavu-fonts" title="DejaVu Fonts" level="1"/>
+ <contents name="fixed-fonts" title="Fixed Fonts" level="1"/>
+ <contents name="ibm-courier" title="IBM Courier" level="1"/>
+ <contents name="micro" title="Micro" level="1"/>
+ <contents name="unifont" title="Unifont" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="phonon/capabilities" href="phonon-capabilities.html" subtype="example" title="Capabilities Example" fulltitle="Capabilities Example" subtitle="" location="capabilitiesexample.qdoc">
+ <contents name="window-class-definition" title="Window Class Definition" level="1"/>
+ <contents name="window-class-implementation" title="Window Class Implementation" level="1"/>
+ <contents name="the-main-function" title="The main() function" level="1"/>
+ <page access="public" status="commendable" name="phonon/capabilities/window.cpp" href="phonon-capabilities-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="phonon/capabilities/window.cpp" location=""/>
+ <page access="public" status="commendable" name="phonon/capabilities/window.h" href="phonon-capabilities-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="phonon/capabilities/window.h" location=""/>
+ <page access="public" status="commendable" name="phonon/capabilities/main.cpp" href="phonon-capabilities-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="phonon/capabilities/main.cpp" location=""/>
+ <page access="public" status="commendable" name="phonon/capabilities/capabilities.pro" href="phonon-capabilities-capabilities-pro.html" subtype="file" title="" fulltitle="capabilities.pro Example File" subtitle="phonon/capabilities/capabilities.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="xmlpatterns/trafficinfo" href="xmlpatterns-trafficinfo.html" subtype="example" title="TrafficInfo Example" fulltitle="TrafficInfo Example" subtitle="" location="trafficinfo.qdoc">
+ <contents name="overview" title="Overview" level="1"/>
+ <contents name="retrieving-the-data" title="Retrieving the Data" level="1"/>
+ <page access="public" status="commendable" name="xmlpatterns/trafficinfo/mainwindow.cpp" href="xmlpatterns-trafficinfo-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="xmlpatterns/trafficinfo/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/trafficinfo/mainwindow.h" href="xmlpatterns-trafficinfo-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="xmlpatterns/trafficinfo/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/trafficinfo/stationdialog.cpp" href="xmlpatterns-trafficinfo-stationdialog-cpp.html" subtype="file" title="" fulltitle="stationdialog.cpp Example File" subtitle="xmlpatterns/trafficinfo/stationdialog.cpp" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/trafficinfo/stationdialog.h" href="xmlpatterns-trafficinfo-stationdialog-h.html" subtype="file" title="" fulltitle="stationdialog.h Example File" subtitle="xmlpatterns/trafficinfo/stationdialog.h" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/trafficinfo/stationdialog.ui" href="xmlpatterns-trafficinfo-stationdialog-ui.html" subtype="file" title="" fulltitle="stationdialog.ui Example File" subtitle="xmlpatterns/trafficinfo/stationdialog.ui" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/trafficinfo/stationquery.cpp" href="xmlpatterns-trafficinfo-stationquery-cpp.html" subtype="file" title="" fulltitle="stationquery.cpp Example File" subtitle="xmlpatterns/trafficinfo/stationquery.cpp" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/trafficinfo/stationquery.h" href="xmlpatterns-trafficinfo-stationquery-h.html" subtype="file" title="" fulltitle="stationquery.h Example File" subtitle="xmlpatterns/trafficinfo/stationquery.h" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/trafficinfo/timequery.cpp" href="xmlpatterns-trafficinfo-timequery-cpp.html" subtype="file" title="" fulltitle="timequery.cpp Example File" subtitle="xmlpatterns/trafficinfo/timequery.cpp" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/trafficinfo/timequery.h" href="xmlpatterns-trafficinfo-timequery-h.html" subtype="file" title="" fulltitle="timequery.h Example File" subtitle="xmlpatterns/trafficinfo/timequery.h" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/trafficinfo/main.cpp" href="xmlpatterns-trafficinfo-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="xmlpatterns/trafficinfo/main.cpp" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/trafficinfo/trafficinfo.pro" href="xmlpatterns-trafficinfo-trafficinfo-pro.html" subtype="file" title="" fulltitle="trafficinfo.pro Example File" subtitle="xmlpatterns/trafficinfo/trafficinfo.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="metaobjects.html" href="metaobjects.html" subtype="page" title="Meta-Object System" fulltitle="Meta-Object System" subtitle="" location="metaobjects.qdoc">
+ <target name="qobjectcast"/>
+ <keyword name="meta-object"/>
+ </page>
+ <page access="public" status="commendable" name="desktop/systray" href="desktop-systray.html" subtype="example" title="System Tray Icon Example" fulltitle="System Tray Icon Example" subtitle="" location="systray.qdoc">
+ <contents name="window-class-definition" title="Window Class Definition" level="1"/>
+ <contents name="window-class-implementation" title="Window Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="desktop/systray/window.cpp" href="desktop-systray-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="desktop/systray/window.cpp" location=""/>
+ <page access="public" status="commendable" name="desktop/systray/window.h" href="desktop-systray-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="desktop/systray/window.h" location=""/>
+ <page access="public" status="commendable" name="desktop/systray/images/bad.svg" href="desktop-systray-images-bad-svg.html" subtype="file" title="" fulltitle="bad.svg Example File" subtitle="desktop/systray/images/bad.svg" location=""/>
+ <page access="public" status="commendable" name="desktop/systray/images/heart.svg" href="desktop-systray-images-heart-svg.html" subtype="file" title="" fulltitle="heart.svg Example File" subtitle="desktop/systray/images/heart.svg" location=""/>
+ <page access="public" status="commendable" name="desktop/systray/images/trash.svg" href="desktop-systray-images-trash-svg.html" subtype="file" title="" fulltitle="trash.svg Example File" subtitle="desktop/systray/images/trash.svg" location=""/>
+ <page access="public" status="commendable" name="desktop/systray/main.cpp" href="desktop-systray-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="desktop/systray/main.cpp" location=""/>
+ <page access="public" status="commendable" name="desktop/systray/systray.pro" href="desktop-systray-systray-pro.html" subtype="file" title="" fulltitle="systray.pro Example File" subtitle="desktop/systray/systray.pro" location=""/>
+ <page access="public" status="commendable" name="desktop/systray/systray.qrc" href="desktop-systray-systray-qrc.html" subtype="file" title="" fulltitle="systray.qrc Example File" subtitle="desktop/systray/systray.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="mainwindow-classes" href="mainwindow-classes.html" subtype="group" title="Main Window and Related Classes" fulltitle="Main Window and Related Classes" subtitle="" location="mainwindow.qdoc"/>
+ <page access="public" status="commendable" name="application-windows.html" href="application-windows.html" subtype="page" title="Application Windows and Dialogs" fulltitle="Application Windows and Dialogs" subtitle="" location="mainwindow.qdoc">
+ <keyword name="window-geometry"/>
+ <contents name="primary-and-secondary-windows" title="Primary and Secondary Windows" level="1"/>
+ <contents name="main-windows-and-dialogs" title="Main Windows and Dialogs" level="1"/>
+ <contents name="window-geometry" title="Window Geometry" level="1"/>
+ <contents name="x11-peculiarities" title="X11 Peculiarities" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="mainwindow.html" href="mainwindow.html" subtype="page" title="The Application Main Window" fulltitle="The Application Main Window" subtitle="" location="mainwindow.qdoc">
+ <contents name="overview-of-the-main-window-classes" title="Overview of the Main Window Classes" level="1"/>
+ <contents name="the-main-window-classes" title="The Main Window Classes" level="1"/>
+ <contents name="example-code" title="Example Code" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="ipc/localfortuneclient" href="ipc-localfortuneclient.html" subtype="example" title="Local Fortune Client Example" fulltitle="Local Fortune Client Example" subtitle="" location="localfortuneclient.qdoc">
+ <page access="public" status="commendable" name="ipc/localfortuneclient/client.cpp" href="ipc-localfortuneclient-client-cpp.html" subtype="file" title="" fulltitle="client.cpp Example File" subtitle="ipc/localfortuneclient/client.cpp" location=""/>
+ <page access="public" status="commendable" name="ipc/localfortuneclient/client.h" href="ipc-localfortuneclient-client-h.html" subtype="file" title="" fulltitle="client.h Example File" subtitle="ipc/localfortuneclient/client.h" location=""/>
+ <page access="public" status="commendable" name="ipc/localfortuneclient/main.cpp" href="ipc-localfortuneclient-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="ipc/localfortuneclient/main.cpp" location=""/>
+ <page access="public" status="commendable" name="ipc/localfortuneclient/localfortuneclient.pro" href="ipc-localfortuneclient-localfortuneclient-pro.html" subtype="file" title="" fulltitle="localfortuneclient.pro Example File" subtitle="ipc/localfortuneclient/localfortuneclient.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="demos/sqlbrowser" href="demos-sqlbrowser.html" subtype="example" title="SQL Browser" fulltitle="SQL Browser" subtitle="" location="sqlbrowser.qdoc">
+ <page access="public" status="commendable" name="demos/sqlbrowser/browser.cpp" href="demos-sqlbrowser-browser-cpp.html" subtype="file" title="" fulltitle="browser.cpp Example File" subtitle="demos/sqlbrowser/browser.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/sqlbrowser/browser.h" href="demos-sqlbrowser-browser-h.html" subtype="file" title="" fulltitle="browser.h Example File" subtitle="demos/sqlbrowser/browser.h" location=""/>
+ <page access="public" status="commendable" name="demos/sqlbrowser/browserwidget.ui" href="demos-sqlbrowser-browserwidget-ui.html" subtype="file" title="" fulltitle="browserwidget.ui Example File" subtitle="demos/sqlbrowser/browserwidget.ui" location=""/>
+ <page access="public" status="commendable" name="demos/sqlbrowser/connectionwidget.cpp" href="demos-sqlbrowser-connectionwidget-cpp.html" subtype="file" title="" fulltitle="connectionwidget.cpp Example File" subtitle="demos/sqlbrowser/connectionwidget.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/sqlbrowser/connectionwidget.h" href="demos-sqlbrowser-connectionwidget-h.html" subtype="file" title="" fulltitle="connectionwidget.h Example File" subtitle="demos/sqlbrowser/connectionwidget.h" location=""/>
+ <page access="public" status="commendable" name="demos/sqlbrowser/qsqlconnectiondialog.cpp" href="demos-sqlbrowser-qsqlconnectiondialog-cpp.html" subtype="file" title="" fulltitle="qsqlconnectiondialog.cpp Example File" subtitle="demos/sqlbrowser/qsqlconnectiondialog.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/sqlbrowser/qsqlconnectiondialog.h" href="demos-sqlbrowser-qsqlconnectiondialog-h.html" subtype="file" title="" fulltitle="qsqlconnectiondialog.h Example File" subtitle="demos/sqlbrowser/qsqlconnectiondialog.h" location=""/>
+ <page access="public" status="commendable" name="demos/sqlbrowser/qsqlconnectiondialog.ui" href="demos-sqlbrowser-qsqlconnectiondialog-ui.html" subtype="file" title="" fulltitle="qsqlconnectiondialog.ui Example File" subtitle="demos/sqlbrowser/qsqlconnectiondialog.ui" location=""/>
+ <page access="public" status="commendable" name="demos/sqlbrowser/main.cpp" href="demos-sqlbrowser-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="demos/sqlbrowser/main.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/sqlbrowser/sqlbrowser.pro" href="demos-sqlbrowser-sqlbrowser-pro.html" subtype="file" title="" fulltitle="sqlbrowser.pro Example File" subtitle="demos/sqlbrowser/sqlbrowser.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qt-embedded-testingframebuffer.html" href="qt-embedded-testingframebuffer.html" subtype="page" title="Testing the Linux Framebuffer" fulltitle="Testing the Linux Framebuffer" subtitle="for Qt for Embedded Linux" location="emb-framebuffer-howto.qdoc"/>
+ <page access="public" status="commendable" name="qt-embedded-architecture.html" href="qt-embedded-architecture.html" subtype="page" title="Qt for Embedded Linux Architecture" fulltitle="Qt for Embedded Linux Architecture" subtitle="" location="emb-architecture.qdoc">
+ <target name="direct-painting"/>
+ <contents name="client-server-communication" title="Client/Server Communication" level="1"/>
+ <contents name="pointer-handling-layer" title="Pointer Handling Layer" level="1"/>
+ <contents name="character-input-layer" title="Character Input Layer" level="1"/>
+ <contents name="graphics-rendering" title="Graphics Rendering" level="1"/>
+ <contents name="drawing-on-screen" title="Drawing on Screen" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="gallery" href="gallery.html" subtype="group" title="Qt Widget Gallery" fulltitle="Qt Widget Gallery" subtitle="" location="gallery.qdoc"/>
+ <page access="public" status="commendable" name="dialogs/configdialog" href="dialogs-configdialog.html" subtype="example" title="Config Dialog Example" fulltitle="Config Dialog Example" subtitle="" location="configdialog.qdoc">
+ <page access="public" status="commendable" name="dialogs/configdialog/configdialog.cpp" href="dialogs-configdialog-configdialog-cpp.html" subtype="file" title="" fulltitle="configdialog.cpp Example File" subtitle="dialogs/configdialog/configdialog.cpp" location=""/>
+ <page access="public" status="commendable" name="dialogs/configdialog/configdialog.h" href="dialogs-configdialog-configdialog-h.html" subtype="file" title="" fulltitle="configdialog.h Example File" subtitle="dialogs/configdialog/configdialog.h" location=""/>
+ <page access="public" status="commendable" name="dialogs/configdialog/pages.cpp" href="dialogs-configdialog-pages-cpp.html" subtype="file" title="" fulltitle="pages.cpp Example File" subtitle="dialogs/configdialog/pages.cpp" location=""/>
+ <page access="public" status="commendable" name="dialogs/configdialog/pages.h" href="dialogs-configdialog-pages-h.html" subtype="file" title="" fulltitle="pages.h Example File" subtitle="dialogs/configdialog/pages.h" location=""/>
+ <page access="public" status="commendable" name="dialogs/configdialog/main.cpp" href="dialogs-configdialog-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="dialogs/configdialog/main.cpp" location=""/>
+ <page access="public" status="commendable" name="dialogs/configdialog/configdialog.pro" href="dialogs-configdialog-configdialog-pro.html" subtype="file" title="" fulltitle="configdialog.pro Example File" subtitle="dialogs/configdialog/configdialog.pro" location=""/>
+ <page access="public" status="commendable" name="dialogs/configdialog/configdialog.qrc" href="dialogs-configdialog-configdialog-qrc.html" subtype="file" title="" fulltitle="configdialog.qrc Example File" subtitle="dialogs/configdialog/configdialog.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="webkit/fancybrowser" href="webkit-fancybrowser.html" subtype="example" title="Fancy Browser Example" fulltitle="Fancy Browser Example" subtitle="" location="fancybrowser.qdoc">
+ <contents name="mainwindow-class-definition" title="MainWindow Class Definition" level="1"/>
+ <contents name="mainwindow-class-implementation" title="MainWindow Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="webkit/fancybrowser/jquery.min.js" href="webkit-fancybrowser-jquery-min-js.html" subtype="file" title="" fulltitle="jquery.min.js Example File" subtitle="webkit/fancybrowser/jquery.min.js" location=""/>
+ <page access="public" status="commendable" name="webkit/fancybrowser/mainwindow.cpp" href="webkit-fancybrowser-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="webkit/fancybrowser/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="webkit/fancybrowser/mainwindow.h" href="webkit-fancybrowser-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="webkit/fancybrowser/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="webkit/fancybrowser/main.cpp" href="webkit-fancybrowser-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="webkit/fancybrowser/main.cpp" location=""/>
+ <page access="public" status="commendable" name="webkit/fancybrowser/fancybrowser.pro" href="webkit-fancybrowser-fancybrowser-pro.html" subtype="file" title="" fulltitle="fancybrowser.pro Example File" subtitle="webkit/fancybrowser/fancybrowser.pro" location=""/>
+ <page access="public" status="commendable" name="webkit/fancybrowser/jquery.qrc" href="webkit-fancybrowser-jquery-qrc.html" subtype="file" title="" fulltitle="jquery.qrc Example File" subtitle="webkit/fancybrowser/jquery.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qt4-interview.html" href="qt4-interview.html" subtype="page" title="The Interview Framework" fulltitle="The Interview Framework" subtitle="" location="qt4-interview.qdoc">
+ <contents name="overview-of-the-model-view-architecture" title="Overview of The Model/View Architecture" level="1"/>
+ <contents name="model-view-classes" title="Model/View Classes" level="1"/>
+ <contents name="example-code" title="Example Code" level="1"/>
+ <contents name="sharing-a-model-between-views" title="Sharing a Model Between Views" level="2"/>
+ <contents name="creating-a-custom-model" title="Creating a Custom Model" level="2"/>
+ <contents name="what-s-changed-since-qt-3" title="What's Changed Since Qt 3?" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="mainwindows/application" href="mainwindows-application.html" subtype="example" title="Application Example" fulltitle="Application Example" subtitle="" location="application.qdoc">
+ <target name="close-event-handler"/>
+ <contents name="mainwindow-class-definition" title="MainWindow Class Definition" level="1"/>
+ <contents name="mainwindow-class-implementation" title="MainWindow Class Implementation" level="1"/>
+ <contents name="the-main-function" title="The main() Function" level="1"/>
+ <contents name="the-resource-file" title="The Resource File" level="1"/>
+ <page access="public" status="commendable" name="mainwindows/application/mainwindow.cpp" href="mainwindows-application-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="mainwindows/application/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="mainwindows/application/mainwindow.h" href="mainwindows-application-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="mainwindows/application/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="mainwindows/application/main.cpp" href="mainwindows-application-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="mainwindows/application/main.cpp" location=""/>
+ <page access="public" status="commendable" name="mainwindows/application/application.pro" href="mainwindows-application-application-pro.html" subtype="file" title="" fulltitle="application.pro Example File" subtitle="mainwindows/application/application.pro" location=""/>
+ <page access="public" status="commendable" name="mainwindows/application/application.qrc" href="mainwindows-application-application-qrc.html" subtype="file" title="" fulltitle="application.qrc Example File" subtitle="mainwindows/application/application.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="demos/pathstroke" href="demos-pathstroke.html" subtype="example" title="Path Stroking" fulltitle="Path Stroking" subtitle="" location="pathstroke.qdoc">
+ <page access="public" status="commendable" name="demos/pathstroke/pathstroke.cpp" href="demos-pathstroke-pathstroke-cpp.html" subtype="file" title="" fulltitle="pathstroke.cpp Example File" subtitle="demos/pathstroke/pathstroke.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/pathstroke/pathstroke.h" href="demos-pathstroke-pathstroke-h.html" subtype="file" title="" fulltitle="pathstroke.h Example File" subtitle="demos/pathstroke/pathstroke.h" location=""/>
+ <page access="public" status="commendable" name="demos/pathstroke/main.cpp" href="demos-pathstroke-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="demos/pathstroke/main.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/pathstroke/pathstroke.pro" href="demos-pathstroke-pathstroke-pro.html" subtype="file" title="" fulltitle="pathstroke.pro Example File" subtitle="demos/pathstroke/pathstroke.pro" location=""/>
+ <page access="public" status="commendable" name="demos/pathstroke/pathstroke.qrc" href="demos-pathstroke-pathstroke-qrc.html" subtype="file" title="" fulltitle="pathstroke.qrc Example File" subtitle="demos/pathstroke/pathstroke.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="&lt;QtConcurrentRun&gt;" href="qtconcurrentrun.html" subtype="header" title="Asynchronous Run" fulltitle="&lt;QtConcurrentRun&gt; - Asynchronous Run" subtitle="" location="qtconcurrentrun.cpp">
+ <contents name="running-a-function-in-a-separate-thread" title="Running a Function in a Separate Thread" level="1"/>
+ <contents name="passing-arguments-to-the-function" title="Passing Arguments to the Function" level="1"/>
+ <contents name="returning-values-from-the-function" title="Returning Values from the Function" level="1"/>
+ <contents name="additional-api-features" title="Additional API Features" level="1"/>
+ <contents name="using-member-functions" title="Using Member Functions" level="2"/>
+ <contents name="using-bound-function-arguments" title="Using Bound Function Arguments" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="tools/regexp" href="tools-regexp.html" subtype="example" title="Regular Expressions Example" fulltitle="Regular Expressions Example" subtitle="" location="regexp.qdoc">
+ <page access="public" status="commendable" name="tools/regexp/regexpdialog.cpp" href="tools-regexp-regexpdialog-cpp.html" subtype="file" title="" fulltitle="regexpdialog.cpp Example File" subtitle="tools/regexp/regexpdialog.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/regexp/regexpdialog.h" href="tools-regexp-regexpdialog-h.html" subtype="file" title="" fulltitle="regexpdialog.h Example File" subtitle="tools/regexp/regexpdialog.h" location=""/>
+ <page access="public" status="commendable" name="tools/regexp/main.cpp" href="tools-regexp-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tools/regexp/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/regexp/regexp.pro" href="tools-regexp-regexp-pro.html" subtype="file" title="" fulltitle="regexp.pro Example File" subtitle="tools/regexp/regexp.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="overviews.html" href="overviews.html" subtype="page" title="All Overviews and HOWTOs" fulltitle="All Overviews and HOWTOs" subtitle="" location="overviews.qdoc"/>
+ <page access="public" status="commendable" name="frameworks-technologies" href="frameworks-technologies.html" subtype="group" title="Frameworks and Technologies" fulltitle="Frameworks and Technologies" subtitle="" location="overviews.qdoc"/>
+ <page access="public" status="commendable" name="best-practices" href="best-practices.html" subtype="group" title="How-To's and Best Practices" fulltitle="How-To's and Best Practices" subtitle="" location="overviews.qdoc"/>
+ <page access="public" status="commendable" name="gpl.html" href="gpl.html" subtype="page" title="GNU General Public License (GPL)" fulltitle="GNU General Public License (GPL)" subtitle="" location="gpl.qdoc">
+ <contents name="the-gnu-general-public-license-version-3" title="The GNU General Public License (Version 3)" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="lgpl.html" href="lgpl.html" subtype="page" title="GNU Lesser General Public License (LGPL)" fulltitle="GNU Lesser General Public License (LGPL)" subtitle="" location="gpl.qdoc">
+ <contents name="the-gnu-lesser-general-public-license-version-2-1" title="The GNU Lesser General Public License (Version 2.1)" level="1"/>
+ <contents name="nokia-qt-lgpl-exception-version-1-0" title="Nokia Qt LGPL Exception version 1.0" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="ecmascript.html" href="ecmascript.html" subtype="page" title="ECMAScript Reference" fulltitle="ECMAScript Reference" subtitle="" location="ecmascript.qdoc">
+ <contents name="the-global-object" title="The Global Object" level="1"/>
+ <contents name="value-properties" title="Value Properties" level="2"/>
+ <contents name="function-properties" title="Function Properties" level="2"/>
+ <contents name="constructor-properties" title="Constructor Properties" level="2"/>
+ <contents name="object-objects" title="Object Objects" level="1"/>
+ <contents name="object-prototype-object" title="Object Prototype Object" level="2"/>
+ <contents name="function-objects" title="Function Objects" level="1"/>
+ <contents name="function-prototype-object" title="Function Prototype Object" level="2"/>
+ <contents name="function-properties" title="Function Properties" level="3"/>
+ <contents name="array-objects" title="Array Objects" level="1"/>
+ <contents name="array-prototype-object" title="Array Prototype Object" level="2"/>
+ <contents name="function-properties" title="Function Properties" level="3"/>
+ <contents name="string-objects" title="String Objects" level="1"/>
+ <contents name="string-prototype-object" title="String Prototype Object" level="2"/>
+ <contents name="function-properties" title="Function Properties" level="3"/>
+ <contents name="boolean-objects" title="Boolean Objects" level="1"/>
+ <contents name="boolean-prototype-object" title="Boolean Prototype Object" level="2"/>
+ <contents name="function-properties" title="Function Properties" level="3"/>
+ <contents name="number-objects" title="Number Objects" level="1"/>
+ <contents name="number-prototype-object" title="Number Prototype Object" level="2"/>
+ <contents name="function-properties" title="Function Properties" level="3"/>
+ <contents name="the-math-object" title="The Math Object" level="1"/>
+ <contents name="value-properties" title="Value Properties" level="2"/>
+ <contents name="function-properties" title="Function Properties" level="2"/>
+ <contents name="date-objects" title="Date Objects" level="1"/>
+ <contents name="date-prototype-object" title="Date Prototype Object" level="2"/>
+ <contents name="function-properties" title="Function Properties" level="3"/>
+ <contents name="regexp-objects" title="RegExp Objects" level="1"/>
+ <contents name="regexp-prototype-object" title="RegExp Prototype Object" level="2"/>
+ <contents name="function-properties" title="Function Properties" level="3"/>
+ <contents name="error-objects" title="Error Objects" level="1"/>
+ <contents name="error-prototype-object" title="Error Prototype Object" level="2"/>
+ <contents name="value-properties" title="Value Properties" level="3"/>
+ <contents name="function-properties" title="Function Properties" level="3"/>
+ </page>
+ <page access="public" status="commendable" name="debug.html" href="debug.html" subtype="page" title="Debugging Techniques" fulltitle="Debugging Techniques" subtitle="" location="debug.qdoc">
+ <contents name="configuring-qt-for-debugging" title="Configuring Qt for Debugging" level="1"/>
+ <contents name="debugging-in-mac-os-x-and-xcode" title="Debugging in Mac OS X and Xcode" level="2"/>
+ <contents name="debugging-with-without-frameworks" title="Debugging With/Without Frameworks" level="3"/>
+ <contents name="with-frameworks" title="With Frameworks:" level="4"/>
+ <contents name="without-frameworks" title="Without Frameworks:" level="4"/>
+ <contents name="debug-symbols-and-size" title="Debug Symbols and Size" level="3"/>
+ <contents name="command-line-options-recognized-by-qt" title="Command Line Options Recognized by Qt" level="1"/>
+ <contents name="warning-and-debugging-messages" title="Warning and Debugging Messages" level="1"/>
+ <contents name="providing-support-for-the-qdebug-stream-operator" title="Providing Support for the qDebug() Stream Operator" level="1"/>
+ <contents name="debugging-macros" title="Debugging Macros" level="1"/>
+ <contents name="common-bugs" title="Common Bugs" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="winsystem.html" href="winsystem.html" subtype="page" title="Window System Specific Notes" fulltitle="Window System Specific Notes" subtitle="" location="winsystem.qdoc">
+ <target name="x11"/>
+ <target name="win"/>
+ <target name="macosx"/>
+ <target name="qws"/>
+ <contents name="qt-for-x11" title="Qt for X11" level="1"/>
+ <contents name="qt-for-windows" title="Qt for Windows" level="1"/>
+ <contents name="qt-for-mac-os-x" title="Qt for Mac OS X" level="1"/>
+ <contents name="qt-for-embedded-linux" title="Qt for Embedded Linux" level="1"/>
+ </page>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QWIDGETSIZE_MAX" href="qwidget.html#QWIDGETSIZE_MAX" location="qwidget.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QWidget" type="" signature="QWIDGETSIZE_MAX()"/>
+ <page access="public" status="commendable" name="MouseRegion" href="qml-mouseregion.html" title="QML MouseRegion Element Reference" fulltitle="QML MouseRegion Element Reference" subtitle="" location="qfxmouseregion.cpp">
+ <page access="public" status="commendable" name="mouseX" href="mousex.html" title="" fulltitle="" subtitle="" location="qfxmouseregion.cpp"/>
+ <page access="public" status="commendable" name="enabled" href="enabled.html" title="" fulltitle="" subtitle="" location="qfxmouseregion.cpp"/>
+ <page access="public" status="commendable" name="hoverEnabled" href="hoverenabled.html" title="" fulltitle="" subtitle="" location="qfxmouseregion.cpp"/>
+ <page access="public" status="commendable" name="containsMouse" href="containsmouse.html" title="" fulltitle="" subtitle="" location="qfxmouseregion.cpp"/>
+ <page access="public" status="commendable" name="pressed" href="pressed.html" title="" fulltitle="" subtitle="" location="qfxmouseregion.cpp"/>
+ <page access="public" status="commendable" name="acceptedButtons" href="acceptedbuttons.html" title="" fulltitle="" subtitle="" location="qfxmouseregion.cpp"/>
+ <page access="public" status="commendable" name="drag.target" href="drag-target.html" title="" fulltitle="" subtitle="" location="qfxmouseregion.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="http://www.freedesktop.org/" href="http-www-freedesktop-org.html" subtype="externalpage" title="freedesktop.org" fulltitle="freedesktop.org" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.freedesktop.org/Standards/xembed-spec" href="http-www-freedesktop-org-standards-xembed-spec.html" subtype="externalpage" title="XEmbed Specification" fulltitle="XEmbed Specification" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.freedesktop.org/Standards/icon-theme-spec" href="http-www-freedesktop-org-standards-icon-theme-spec.html" subtype="externalpage" title="Icon Themes Specification" fulltitle="Icon Themes Specification" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.cups.org/" href="http-www-cups-org.html" subtype="externalpage" title="Common Unix Printing System (CUPS)" fulltitle="Common Unix Printing System (CUPS)" subtitle="" location="external-resources.qdoc">
+ <keyword name="cups"/>
+ </page>
+ <page access="public" status="commendable" name="http://www.freedesktop.org/wiki/Standards_2fdesktop_2dentry_2dspec" href="http-www-freedesktop-org-wiki-standards-2fdesktop-2dentry-2dspec.html" subtype="externalpage" title="Desktop Entry Specification" fulltitle="Desktop Entry Specification" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.kde.org/" href="http-www-kde-org.html" subtype="externalpage" title="The K Desktop Environment" fulltitle="The K Desktop Environment" subtitle="" location="external-resources.qdoc">
+ <keyword name="kde"/>
+ </page>
+ <page access="public" status="commendable" name="http://www.gnome.org/" href="http-www-gnome-org.html" subtype="externalpage" title="GNOME" fulltitle="GNOME" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.gnu.org/software/emacs/" href="http-www-gnu-org-software-emacs.html" subtype="externalpage" title="GNU Emacs" fulltitle="GNU Emacs" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.amnesty.org/" href="http-www-amnesty-org.html" subtype="externalpage" title="Amnesty International" fulltitle="Amnesty International" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.w3.org/Graphics/SVG/About.html" href="http-www-w3-org-graphics-svg-about.html" subtype="externalpage" title="About SVG" fulltitle="About SVG" subtitle="" location="external-resources.qdoc">
+ <keyword name="scalable-vector-graphics"/>
+ </page>
+ <page access="public" status="commendable" name="http://www.w3.org/TR/SVG/types.html#ColorKeywords" href="http-www-w3-org-tr-svg-types-html-colorkeywords.html" subtype="externalpage" title="SVG color keyword names" fulltitle="SVG color keyword names" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.w3.org/Graphics/SVG/" href="http-www-w3-org-graphics-svg.html" subtype="externalpage" title="SVG Working Group" fulltitle="SVG Working Group" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.w3.org/TR/SVGMobile/" href="http-www-w3-org-tr-svgmobile.html" subtype="externalpage" title="Mobile SVG Profiles" fulltitle="Mobile SVG Profiles" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.w3.org/TR/SVGMobile12/" href="http-www-w3-org-tr-svgmobile12.html" subtype="externalpage" title="SVG 1.2 Tiny" fulltitle="SVG 1.2 Tiny" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.w3.org/Graphics/SVG/feature/1.2/#SVG-static" href="http-www-w3-org-graphics-svg-feature-1-2-svg-static.html" subtype="externalpage" title="SVG 1.2 Tiny Static Features" fulltitle="SVG 1.2 Tiny Static Features" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.ietf.org/rfc/rfc1179.txt" href="http-www-ietf-org-rfc-rfc1179-txt.html" subtype="externalpage" title="RFC 1179" fulltitle="RFC 1179" subtitle="" location="external-resources.qdoc">
+ <keyword name="lpr"/>
+ </page>
+ <page access="public" status="commendable" name="http://www.rfc-editor.org/rfc/rfc1738.txt" href="http-www-rfc-editor-org-rfc-rfc1738-txt.html" subtype="externalpage" title="RFC 1738" fulltitle="RFC 1738" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.rfc-editor.org/rfc/rfc1928.txt" href="http-www-rfc-editor-org-rfc-rfc1928-txt.html" subtype="externalpage" title="RFC 1928" fulltitle="RFC 1928" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.rfc-editor.org/rfc/rfc1929.txt" href="http-www-rfc-editor-org-rfc-rfc1929-txt.html" subtype="externalpage" title="RFC 1929" fulltitle="RFC 1929" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.rfc-editor.org/rfc/rfc2045.txt" href="http-www-rfc-editor-org-rfc-rfc2045-txt.html" subtype="externalpage" title="RFC 2045" fulltitle="RFC 2045" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.rfc-editor.org/rfc/rfc2109.txt" href="http-www-rfc-editor-org-rfc-rfc2109-txt.html" subtype="externalpage" title="RFC 2109" fulltitle="RFC 2109" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.rfc-editor.org/rfc/rfc2965.txt" href="http-www-rfc-editor-org-rfc-rfc2965-txt.html" subtype="externalpage" title="RFC 2965" fulltitle="RFC 2965" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.rfc-editor.org/rfc/rfc3174.txt" href="http-www-rfc-editor-org-rfc-rfc3174-txt.html" subtype="externalpage" title="RFC 3174" fulltitle="RFC 3174" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.rfc-editor.org/rfc/rfc3491.txt" href="http-www-rfc-editor-org-rfc-rfc3491-txt.html" subtype="externalpage" title="RFC 3491" fulltitle="RFC 3491" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.rfc-editor.org/rfc/rfc3986.txt" href="http-www-rfc-editor-org-rfc-rfc3986-txt.html" subtype="externalpage" title="RFC 3986" fulltitle="RFC 3986" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.dependencywalker.com/" href="http-www-dependencywalker-com.html" subtype="externalpage" title="Dependency Walker" fulltitle="Dependency Walker" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.ecma-international.org/publications/standards/Ecma-262.htm" href="http-www-ecma-international-org-publications-standards-ecma-262-htm.html" subtype="externalpage" title="ECMA-262" fulltitle="ECMA-262" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.davidflanagan.com/javascript5/" href="http-www-davidflanagan-com-javascript5.html" subtype="externalpage" title="JavaScript: The Definitive Guide" fulltitle="JavaScript: The Definitive Guide" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://webkit.org/" href="http-webkit-org.html" subtype="externalpage" title="WebKit Open Source Project" fulltitle="WebKit Open Source Project" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.informit.com/store/product.aspx?isbn=0132354160" href="http-www-informit-com-store-product-aspx-isbn-0132354160.html" subtype="externalpage" title="C++ GUI Programming with Qt 4, 2nd Edition" fulltitle="C++ GUI Programming with Qt 4, 2nd Edition" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.openssl.org/" href="http-www-openssl-org.html" subtype="externalpage" title="OpenSSL Toolkit" fulltitle="OpenSSL Toolkit" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://arora-browser.org/" href="http-arora-browser-org.html" subtype="externalpage" title="Arora Browser" fulltitle="Arora Browser" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.activestate.com/Products/activeperl/index.mhtml" href="http-www-activestate-com-products-activeperl-index-mhtml.html" subtype="externalpage" title="ActivePerl" fulltitle="ActivePerl" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.w3.org/TR/html401/" href="http-www-w3-org-tr-html401.html" subtype="externalpage" title="HTML 4" fulltitle="HTML 4" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.w3.org/TR/html5/" href="http-www-w3-org-tr-html5.html" subtype="externalpage" title="HTML 5" fulltitle="HTML 5" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://pyxml.sourceforge.net/topics/xbel/" href="http-pyxml-sourceforge-net-topics-xbel.html" subtype="externalpage" title="XML Bookmark Exchange Language Resource Page" fulltitle="XML Bookmark Exchange Language Resource Page" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.w3.org/TR/xquery/#errors" href="http-www-w3-org-tr-xquery-errors.html" subtype="externalpage" title="error handling in the XQuery language" fulltitle="error handling in the XQuery language" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://xaos.sourceforge.net/" href="http-xaos-sourceforge-net.html" subtype="externalpage" title="XaoS" fulltitle="XaoS" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.unixodbc.org" href="http-www-unixodbc-org.html" subtype="externalpage" title="http://www.unixodbc.org" fulltitle="http://www.unixodbc.org" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.postgresql.org" href="http-www-postgresql-org.html" subtype="externalpage" title="http://www.postgresql.org" fulltitle="http://www.postgresql.org" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.postgresql.org/docs/faqs.FAQ_MINGW.html" href="http-www-postgresql-org-docs-faqs-faq-mingw.html" subtype="externalpage" title="Compiling PostgreSQL On Native Win32 FAQ" fulltitle="Compiling PostgreSQL On Native Win32 FAQ" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.freetds.org" href="http-www-freetds-org.html" subtype="externalpage" title="http://www.freetds.org" fulltitle="http://www.freetds.org" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.sybase.com" href="http-www-sybase-com.html" subtype="externalpage" title="http://www.sybase.com" fulltitle="http://www.sybase.com" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://linux.sybase.com" href="http-linux-sybase-com.html" subtype="externalpage" title="http://linux.sybase.com" fulltitle="http://linux.sybase.com" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.sqlite.org" href="http-www-sqlite-org.html" subtype="externalpage" title="http://www.sqlite.org" fulltitle="http://www.sqlite.org" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.amazon.com/exec/obidos/ASIN/0134436989/trolltech/t" href="http-www-amazon-com-exec-obidos-asin-0134436989-trolltech-t.html" subtype="externalpage" title="Threads Primer: A Guide to Multithreaded Programming" fulltitle="Threads Primer: A Guide to Multithreaded Programming" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.amazon.com/exec/obidos/ASIN/0131900676/trolltech/t" href="http-www-amazon-com-exec-obidos-asin-0131900676-trolltech-t.html" subtype="externalpage" title="Thread Time: The Multithreaded Programming Guide" fulltitle="Thread Time: The Multithreaded Programming Guide" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.amazon.com/exec/obidos/ASIN/1565921151/trolltech/t" href="http-www-amazon-com-exec-obidos-asin-1565921151-trolltech-t.html" subtype="externalpage" title="Pthreads Programming: A POSIX Standard for Better Multiprocessing" fulltitle="Pthreads Programming: A POSIX Standard for Better Multiprocessing" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.amazon.com/exec/obidos/ASIN/1565922964/trolltech/t" href="http-www-amazon-com-exec-obidos-asin-1565922964-trolltech-t.html" subtype="externalpage" title="Win32 Multithreaded Programming" fulltitle="Win32 Multithreaded Programming" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.iana.org/assignments/character-sets" href="http-www-iana-org-assignments-character-sets.html" subtype="externalpage" title="IANA character-sets encoding file" fulltitle="IANA character-sets encoding file" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.phptr.com/content/images/0131872494/samplechapter/blanchette_ch10.pdf" href="http-www-phptr-com-content-images-0131872494-samplechapter-blanchette-ch10-pdf.html" subtype="externalpage" title="&quot;Item View Classes&quot; Chapter of C++ GUI Programming with Qt 4" fulltitle="&quot;Item View Classes&quot; Chapter of C++ GUI Programming with Qt 4" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://developer.apple.com/documentation/UserExperience/Conceptual/AppleHIGuidelines/XHIGIntro/chapter_1_section_1.html" href="http-developer-apple-com-documentation-userexperience-conceptual-applehiguidelines-xhigintro-chapter-1-section-1.html" subtype="externalpage" title="Mac OS X Aqua" fulltitle="Mac OS X Aqua" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.kdedevelopers.org/node/2345" href="http-www-kdedevelopers-org-node-2345.html" subtype="externalpage" title="KDE applications" fulltitle="KDE applications" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://cgi.netscape.com/newsref/std/cookie_spec.html" href="http-cgi-netscape-com-newsref-std-cookie-spec.html" subtype="externalpage" title="Netscape Cookie Specification" fulltitle="Netscape Cookie Specification" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://msdn.microsoft.com/en-us/library/ms533046(VS.85).aspx" href="http-msdn-microsoft-com-en-us-library-ms533046-vs-85-aspx.html" subtype="externalpage" title="Mitigating Cross-site Scripting With HTTP-only Cookies" fulltitle="Mitigating Cross-site Scripting With HTTP-only Cookies" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://en.tldp.org/HOWTO/Framebuffer-HOWTO.html" href="http-en-tldp-org-howto-framebuffer-howto.html" subtype="externalpage" title="Framebuffer HOWTO" fulltitle="Framebuffer HOWTO" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://wap.trafikanten.no" href="http-wap-trafikanten-no.html" subtype="externalpage" title="Trafikanten" fulltitle="Trafikanten" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.w3.org/TR/scxml/" href="http-www-w3-org-tr-scxml.html" subtype="externalpage" title="State Chart XML: State Machine Notation for Control Abstraction" fulltitle="State Chart XML: State Machine Notation for Control Abstraction" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.wisdom.weizmann.ac.il/~dharel/SCANNED.PAPERS/Statecharts.pdf" href="http-www-wisdom-weizmann-ac-il-dharel-scanned-papers-statecharts-pdf.html" subtype="externalpage" title="Statecharts: A visual formalism for complex systems" fulltitle="Statecharts: A visual formalism for complex systems" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.gnu.org/licenses/gpl.html" href="http-www-gnu-org-licenses-gpl.html" subtype="externalpage" title="GNU General Public License" fulltitle="GNU General Public License" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" href="http-www-gnu-org-licenses-old-licenses-lgpl-2-1.html" subtype="externalpage" title="GNU Lesser General Public License, version 2.1" fulltitle="GNU Lesser General Public License, version 2.1" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="http://developers.sun.com/sunstudio/downloads/patches/index.jsp" href="http-developers-sun-com-sunstudio-downloads-patches-index-jsp.html" subtype="externalpage" title="Sun Studio Patches" fulltitle="Sun Studio Patches" subtitle="" location="external-resources.qdoc"/>
+ <page access="public" status="commendable" name="richtext/calendar" href="richtext-calendar.html" subtype="example" title="Calendar Example" fulltitle="Calendar Example" subtitle="" location="calendar.qdoc">
+ <contents name="mainwindow-class-definition" title="MainWindow Class Definition" level="1"/>
+ <contents name="mainwindow-class-implementation" title="MainWindow Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="richtext/calendar/mainwindow.cpp" href="richtext-calendar-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="richtext/calendar/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="richtext/calendar/mainwindow.h" href="richtext-calendar-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="richtext/calendar/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="richtext/calendar/main.cpp" href="richtext-calendar-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="richtext/calendar/main.cpp" location=""/>
+ <page access="public" status="commendable" name="richtext/calendar/calendar.pro" href="richtext-calendar-calendar-pro.html" subtype="file" title="" fulltitle="calendar.pro Example File" subtitle="richtext/calendar/calendar.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="Transition" href="qml-transition.html" title="QML Transition Element Reference" fulltitle="QML Transition Element Reference" subtitle="" location="qmltransition.cpp">
+ <page access="public" status="commendable" name="fromState" href="fromstate.html" title="" fulltitle="" subtitle="" location="qmltransition.cpp"/>
+ <page access="public" status="commendable" name="reversible" href="reversible.html" title="" fulltitle="" subtitle="" location="qmltransition.cpp"/>
+ <page access="public" status="commendable" name="animations" href="animations.html" title="" fulltitle="" subtitle="" location="qmltransition.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="painting/basicdrawing" href="painting-basicdrawing.html" subtype="example" title="Basic Drawing Example" fulltitle="Basic Drawing Example" subtitle="" location="basicdrawing.qdoc">
+ <contents name="window-class-definition" title="Window Class Definition" level="1"/>
+ <contents name="window-class-implementation" title="Window Class Implementation" level="1"/>
+ <contents name="renderarea-class-definition" title="RenderArea Class Definition" level="1"/>
+ <contents name="renderarea-class-implementation" title="RenderArea Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="painting/basicdrawing/renderarea.cpp" href="painting-basicdrawing-renderarea-cpp.html" subtype="file" title="" fulltitle="renderarea.cpp Example File" subtitle="painting/basicdrawing/renderarea.cpp" location=""/>
+ <page access="public" status="commendable" name="painting/basicdrawing/renderarea.h" href="painting-basicdrawing-renderarea-h.html" subtype="file" title="" fulltitle="renderarea.h Example File" subtitle="painting/basicdrawing/renderarea.h" location=""/>
+ <page access="public" status="commendable" name="painting/basicdrawing/window.cpp" href="painting-basicdrawing-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="painting/basicdrawing/window.cpp" location=""/>
+ <page access="public" status="commendable" name="painting/basicdrawing/window.h" href="painting-basicdrawing-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="painting/basicdrawing/window.h" location=""/>
+ <page access="public" status="commendable" name="painting/basicdrawing/main.cpp" href="painting-basicdrawing-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="painting/basicdrawing/main.cpp" location=""/>
+ <page access="public" status="commendable" name="painting/basicdrawing/basicdrawing.pro" href="painting-basicdrawing-basicdrawing-pro.html" subtype="file" title="" fulltitle="basicdrawing.pro Example File" subtitle="painting/basicdrawing/basicdrawing.pro" location=""/>
+ <page access="public" status="commendable" name="painting/basicdrawing/basicdrawing.qrc" href="painting-basicdrawing-basicdrawing-qrc.html" subtype="file" title="" fulltitle="basicdrawing.qrc Example File" subtitle="painting/basicdrawing/basicdrawing.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="modules" href="modules.html" subtype="group" title="Qt's Modules" fulltitle="Qt's Modules" subtitle="" location="modules.qdoc"/>
+ <page access="public" status="commendable" name="QtCore" href="qtcore.html" subtype="module" title="QtCore Module" fulltitle="QtCore Module" subtitle="" location="modules.qdoc">
+ <keyword name="qtcore"/>
+ </page>
+ <page access="public" status="commendable" name="QtGui" href="qtgui.html" subtype="module" title="QtGui Module" fulltitle="QtGui Module" subtitle="" location="modules.qdoc"/>
+ <page access="public" status="commendable" name="QtMultimedia" href="qtmultimedia.html" subtype="module" title="QtMultimedia Module" fulltitle="QtMultimedia Module" subtitle="" location="modules.qdoc"/>
+ <page access="public" status="commendable" name="QtNetwork" href="qtnetwork.html" subtype="module" title="QtNetwork Module" fulltitle="QtNetwork Module" subtitle="" location="modules.qdoc"/>
+ <page access="public" status="commendable" name="QtOpenGL" href="qtopengl.html" subtype="module" title="QtOpenGL Module" fulltitle="QtOpenGL Module" subtitle="" location="modules.qdoc"/>
+ <page access="public" status="commendable" name="QtOpenVG" href="qtopenvg.html" subtype="module" title="QtOpenVG Module" fulltitle="QtOpenVG Module" subtitle="" location="modules.qdoc"/>
+ <page access="public" status="commendable" name="QtScript" href="qtscript.html" subtype="module" title="QtScript Module" fulltitle="QtScript Module" subtitle="" location="modules.qdoc"/>
+ <page access="public" status="commendable" name="QtScriptTools" href="qtscripttools.html" subtype="module" title="QtScriptTools Module" fulltitle="QtScriptTools Module" subtitle="" location="modules.qdoc">
+ <contents name="configuring-the-build-process" title="Configuring the Build Process" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="QtSql" href="qtsql.html" subtype="module" title="QtSql Module" fulltitle="QtSql Module" subtitle="" location="modules.qdoc"/>
+ <page access="public" status="commendable" name="QtSvg" href="qtsvg.html" subtype="module" title="QtSvg Module" fulltitle="QtSvg Module" subtitle="" location="modules.qdoc">
+ <contents name="license-information" title="License Information" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="QtXml" href="qtxml.html" subtype="module" title="QtXml Module" fulltitle="QtXml Module" subtitle="" location="modules.qdoc"/>
+ <page access="public" status="commendable" name="QtXmlPatterns" href="qtxmlpatterns.html" subtype="module" title="QtXmlPatterns Module" fulltitle="QtXmlPatterns Module" subtitle="" location="modules.qdoc">
+ <contents name="license-information" title="License Information" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="phonon-module.html" href="phonon-module.html" subtype="page" title="Phonon Module" fulltitle="Phonon Module" subtitle="" location="modules.qdoc">
+ <contents name="qt-backends" title="Qt Backends" level="1"/>
+ <contents name="license-information" title="License Information" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="Qt3Support" href="qt3support.html" subtype="module" title="Qt3Support Module" fulltitle="Qt3Support Module" subtitle="" location="modules.qdoc">
+ <keyword name="qt3support"/>
+ </page>
+ <page access="public" status="commendable" name="QtDesigner" href="qtdesigner.html" subtype="module" title="QtDesigner Module" fulltitle="QtDesigner Module" subtitle="" location="modules.qdoc"/>
+ <page access="public" status="commendable" name="QtUiTools" href="qtuitools.html" subtype="module" title="QtUiTools Module" fulltitle="QtUiTools Module" subtitle="" location="modules.qdoc"/>
+ <page access="public" status="commendable" name="QtHelp" href="qthelp.html" subtype="module" title="QtHelp Module" fulltitle="QtHelp Module" subtitle="" location="modules.qdoc">
+ <contents name="license-information" title="License Information" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="QtTest" href="qttest.html" subtype="module" title="QtTest Module" fulltitle="QtTest Module" subtitle="" location="modules.qdoc">
+ <keyword name="qttest"/>
+ </page>
+ <page access="public" status="commendable" name="QAxContainer" href="qaxcontainer.html" subtype="module" title="QAxContainer Module" fulltitle="QAxContainer Module" subtitle="" location="modules.qdoc">
+ <contents name="license-information" title="License Information" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="QAxServer" href="qaxserver.html" subtype="module" title="QAxServer Module" fulltitle="QAxServer Module" subtitle="" location="modules.qdoc">
+ <contents name="license-information" title="License Information" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="QtDBus" href="qtdbus.html" subtype="module" title="QtDBus module" fulltitle="QtDBus module" subtitle="" location="modules.qdoc">
+ <target name="the-qdbus-compiler"/>
+ <keyword name="qtdbus"/>
+ </page>
+ <page access="public" status="commendable" name="qtmain.html" href="qtmain.html" subtype="page" title="The qtmain Library" fulltitle="The qtmain Library" subtitle="" location="modules.qdoc">
+ <contents name="license-information" title="License Information" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qtassistant.html" href="qtassistant.html" subtype="page" title="QtAssistant" fulltitle="QtAssistant" subtitle="" location="modules.qdoc"/>
+ <page access="public" status="commendable" name="qtce" href="qtce.html" subtype="group" title="Qt for Windows CE" fulltitle="Qt for Windows CE" subtitle="" location="wince-introduction.qdoc"/>
+ <page access="public" status="commendable" name="wince-with-qt-introduction.html" href="wince-with-qt-introduction.html" subtype="page" title="Windows CE - Introduction to using Qt" fulltitle="Windows CE - Introduction to using Qt" subtitle="" location="wince-introduction.qdoc">
+ <contents name="required-tools" title="Required tools" level="1"/>
+ <contents name="installing-qt" title="Installing Qt" level="1"/>
+ <contents name="building-your-own-applications" title="Building your own applications" level="1"/>
+ <contents name="running-the-application" title="Running the application" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="ParticleMotionLinear" href="qml-particlemotionlinear.html" title="QML ParticleMotionLinear Element Reference" fulltitle="QML ParticleMotionLinear Element Reference" subtitle="" location="qfxparticles.cpp"/>
+ <page access="public" status="commendable" name="ParticleMotionGravity" href="qml-particlemotiongravity.html" title="QML ParticleMotionGravity Element Reference" fulltitle="QML ParticleMotionGravity Element Reference" subtitle="" location="qfxparticles.cpp">
+ <page access="public" status="commendable" name="xattractor" href="xattractor.html" title="" fulltitle="" subtitle="" location="qfxparticles.cpp"/>
+ <page access="public" status="commendable" name="acceleration" href="acceleration.html" title="" fulltitle="" subtitle="" location="qfxparticles.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="ParticleMotionWander" href="qml-particlemotionwander.html" title="QML ParticleMotionWander Element Reference" fulltitle="QML ParticleMotionWander Element Reference" subtitle="" location="qfxparticles.cpp"/>
+ <page access="public" status="commendable" name="Particles" href="qml-particles.html" title="QML Particles Element Reference" fulltitle="QML Particles Element Reference" subtitle="" location="qfxparticles.cpp">
+ <page access="public" status="commendable" name="src" href="src.html" title="" fulltitle="" subtitle="" location="qfxparticles.cpp"/>
+ <page access="public" status="commendable" name="count" href="count.html" title="" fulltitle="" subtitle="" location="qfxparticles.cpp"/>
+ <page access="public" status="commendable" name="lifeSpan" href="lifespan.html" title="" fulltitle="" subtitle="" location="qfxparticles.cpp"/>
+ <page access="public" status="commendable" name="fadeInDuration" href="fadeinduration.html" title="" fulltitle="" subtitle="" location="qfxparticles.cpp"/>
+ <page access="public" status="commendable" name="angle" href="angle.html" title="" fulltitle="" subtitle="" location="qfxparticles.cpp"/>
+ <page access="public" status="commendable" name="velocity" href="velocity.html" title="" fulltitle="" subtitle="" location="qfxparticles.cpp"/>
+ <page access="public" status="commendable" name="streamIn" href="streamin.html" title="" fulltitle="" subtitle="" location="qfxparticles.cpp"/>
+ <page access="public" status="commendable" name="emitting" href="emitting.html" title="" fulltitle="" subtitle="" location="qfxparticles.cpp"/>
+ <page access="public" status="commendable" name="motion" href="motion.html" title="" fulltitle="" subtitle="" location="qfxparticles.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="opengl/framebufferobject" href="opengl-framebufferobject.html" subtype="example" title="Framebuffer Object Example" fulltitle="Framebuffer Object Example" subtitle="" location="framebufferobject.qdoc">
+ <page access="public" status="commendable" name="opengl/framebufferobject/bubbles.svg" href="opengl-framebufferobject-bubbles-svg.html" subtype="file" title="" fulltitle="bubbles.svg Example File" subtitle="opengl/framebufferobject/bubbles.svg" location=""/>
+ <page access="public" status="commendable" name="opengl/framebufferobject/glwidget.cpp" href="opengl-framebufferobject-glwidget-cpp.html" subtype="file" title="" fulltitle="glwidget.cpp Example File" subtitle="opengl/framebufferobject/glwidget.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/framebufferobject/glwidget.h" href="opengl-framebufferobject-glwidget-h.html" subtype="file" title="" fulltitle="glwidget.h Example File" subtitle="opengl/framebufferobject/glwidget.h" location=""/>
+ <page access="public" status="commendable" name="opengl/framebufferobject/main.cpp" href="opengl-framebufferobject-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="opengl/framebufferobject/main.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/framebufferobject/framebufferobject.pro" href="opengl-framebufferobject-framebufferobject-pro.html" subtype="file" title="" fulltitle="framebufferobject.pro Example File" subtitle="opengl/framebufferobject/framebufferobject.pro" location=""/>
+ <page access="public" status="commendable" name="opengl/framebufferobject/framebufferobject.qrc" href="opengl-framebufferobject-framebufferobject-qrc.html" subtype="file" title="" fulltitle="framebufferobject.qrc Example File" subtitle="opengl/framebufferobject/framebufferobject.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tools/codecs" href="tools-codecs.html" subtype="example" title="Codecs Example" fulltitle="Codecs Example" subtitle="" location="codecs.qdoc">
+ <page access="public" status="commendable" name="tools/codecs/mainwindow.cpp" href="tools-codecs-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="tools/codecs/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/codecs/mainwindow.h" href="tools-codecs-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="tools/codecs/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="tools/codecs/previewform.cpp" href="tools-codecs-previewform-cpp.html" subtype="file" title="" fulltitle="previewform.cpp Example File" subtitle="tools/codecs/previewform.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/codecs/previewform.h" href="tools-codecs-previewform-h.html" subtype="file" title="" fulltitle="previewform.h Example File" subtitle="tools/codecs/previewform.h" location=""/>
+ <page access="public" status="commendable" name="tools/codecs/main.cpp" href="tools-codecs-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tools/codecs/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/codecs/codecs.pro" href="tools-codecs-codecs-pro.html" subtype="file" title="" fulltitle="codecs.pro Example File" subtitle="tools/codecs/codecs.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tools/i18n" href="tools-i18n.html" subtype="example" title="I18N Example" fulltitle="I18N Example" subtitle="" location="i18n.qdoc">
+ <page access="public" status="commendable" name="tools/i18n/languagechooser.cpp" href="tools-i18n-languagechooser-cpp.html" subtype="file" title="" fulltitle="languagechooser.cpp Example File" subtitle="tools/i18n/languagechooser.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/i18n/languagechooser.h" href="tools-i18n-languagechooser-h.html" subtype="file" title="" fulltitle="languagechooser.h Example File" subtitle="tools/i18n/languagechooser.h" location=""/>
+ <page access="public" status="commendable" name="tools/i18n/mainwindow.cpp" href="tools-i18n-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="tools/i18n/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/i18n/mainwindow.h" href="tools-i18n-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="tools/i18n/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="tools/i18n/main.cpp" href="tools-i18n-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tools/i18n/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/i18n/i18n.pro" href="tools-i18n-i18n-pro.html" subtype="file" title="" fulltitle="i18n.pro Example File" subtitle="tools/i18n/i18n.pro" location=""/>
+ <page access="public" status="commendable" name="tools/i18n/i18n.qrc" href="tools-i18n-i18n-qrc.html" subtype="file" title="" fulltitle="i18n.qrc Example File" subtitle="tools/i18n/i18n.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="statemachine/twowaybutton" href="statemachine-twowaybutton.html" subtype="example" title="Two-way Button Example" fulltitle="Two-way Button Example" subtitle="" location="twowaybutton.qdoc">
+ <page access="public" status="commendable" name="statemachine/twowaybutton/main.cpp" href="statemachine-twowaybutton-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="statemachine/twowaybutton/main.cpp" location=""/>
+ <page access="public" status="commendable" name="statemachine/twowaybutton/twowaybutton.pro" href="statemachine-twowaybutton-twowaybutton-pro.html" subtype="file" title="" fulltitle="twowaybutton.pro Example File" subtitle="statemachine/twowaybutton/twowaybutton.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="basicqmltypes.html" href="basicqmltypes.html" subtype="page" title="Common QML Types" fulltitle="Common QML Types" subtitle="" location="basictypes.qdoc">
+ <target name="basicqmlint"/>
+ <target name="basicqmlbool"/>
+ <target name="basicqmlreal"/>
+ <target name="basicqmlstring"/>
+ <target name="basicqmlurl"/>
+ <target name="basicqmlcolor"/>
+ <target name="basicqmlpoint"/>
+ <target name="basicqmlsize"/>
+ <target name="basicqmlrectangle"/>
+ <target name="basicqmldate"/>
+ <target name="basicqmltime"/>
+ <target name="basicqmlfont"/>
+ <target name="basicqmlaction"/>
+ <target name="basicqmllist"/>
+ <contents name="int" title="int" level="1"/>
+ <contents name="bool" title="bool" level="1"/>
+ <contents name="real" title="real" level="1"/>
+ <contents name="string" title="string" level="1"/>
+ <contents name="url" title="url" level="1"/>
+ <contents name="color" title="color" level="1"/>
+ <contents name="point" title="point" level="1"/>
+ <contents name="size" title="size" level="1"/>
+ <contents name="rect" title="rect" level="1"/>
+ <contents name="date" title="date" level="1"/>
+ <contents name="time" title="time" level="1"/>
+ <contents name="font" title="font" level="1"/>
+ <contents name="action" title="action" level="1"/>
+ <contents name="list" title="list" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qws/simpledecoration" href="qws-simpledecoration.html" subtype="example" title="Simple Decoration Example" fulltitle="Simple Decoration Example" subtitle="" location="simpledecoration.qdoc">
+ <contents name="styles-and-window-decorations" title="Styles and Window Decorations" level="1"/>
+ <contents name="mydecoration-class-definition" title="MyDecoration Class Definition" level="1"/>
+ <contents name="mydecoration-class-implementation" title="MyDecoration Class Implementation" level="1"/>
+ <contents name="finding-regions" title="Finding Regions" level="2"/>
+ <contents name="painting-the-decoration" title="Painting the Decoration" level="2"/>
+ <contents name="using-the-decoration" title="Using the Decoration" level="1"/>
+ <contents name="notes" title="Notes" level="1"/>
+ <page access="public" status="commendable" name="qws/simpledecoration/analogclock.cpp" href="qws-simpledecoration-analogclock-cpp.html" subtype="file" title="" fulltitle="analogclock.cpp Example File" subtitle="qws/simpledecoration/analogclock.cpp" location=""/>
+ <page access="public" status="commendable" name="qws/simpledecoration/analogclock.h" href="qws-simpledecoration-analogclock-h.html" subtype="file" title="" fulltitle="analogclock.h Example File" subtitle="qws/simpledecoration/analogclock.h" location=""/>
+ <page access="public" status="commendable" name="qws/simpledecoration/mydecoration.cpp" href="qws-simpledecoration-mydecoration-cpp.html" subtype="file" title="" fulltitle="mydecoration.cpp Example File" subtitle="qws/simpledecoration/mydecoration.cpp" location=""/>
+ <page access="public" status="commendable" name="qws/simpledecoration/mydecoration.h" href="qws-simpledecoration-mydecoration-h.html" subtype="file" title="" fulltitle="mydecoration.h Example File" subtitle="qws/simpledecoration/mydecoration.h" location=""/>
+ <page access="public" status="commendable" name="qws/simpledecoration/main.cpp" href="qws-simpledecoration-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="qws/simpledecoration/main.cpp" location=""/>
+ <page access="public" status="commendable" name="qws/simpledecoration/simpledecoration.pro" href="qws-simpledecoration-simpledecoration-pro.html" subtype="file" title="" fulltitle="simpledecoration.pro Example File" subtitle="qws/simpledecoration/simpledecoration.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="sql/cachedtable" href="sql-cachedtable.html" subtype="example" title="Cached Table Example" fulltitle="Cached Table Example" subtitle="" location="cachedtable.qdoc">
+ <contents name="tableeditor-class-definition" title="TableEditor Class Definition" level="1"/>
+ <contents name="tableeditor-class-implementation" title="TableEditor Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="sql/cachedtable/tableeditor.cpp" href="sql-cachedtable-tableeditor-cpp.html" subtype="file" title="" fulltitle="tableeditor.cpp Example File" subtitle="sql/cachedtable/tableeditor.cpp" location=""/>
+ <page access="public" status="commendable" name="sql/cachedtable/tableeditor.h" href="sql-cachedtable-tableeditor-h.html" subtype="file" title="" fulltitle="tableeditor.h Example File" subtitle="sql/cachedtable/tableeditor.h" location=""/>
+ <page access="public" status="commendable" name="sql/cachedtable/main.cpp" href="sql-cachedtable-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="sql/cachedtable/main.cpp" location=""/>
+ <page access="public" status="commendable" name="sql/cachedtable/cachedtable.pro" href="sql-cachedtable-cachedtable-pro.html" subtype="file" title="" fulltitle="cachedtable.pro Example File" subtitle="sql/cachedtable/cachedtable.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qt-embedded-kmap2qmap.html" href="qt-embedded-kmap2qmap.html" subtype="page" title="kmap2qmap" fulltitle="kmap2qmap" subtitle="" location="emb-kmap2qmap.qdoc"/>
+ <page access="public" status="commendable" name="qaxserver-demo-opengl.html" href="qaxserver-demo-opengl.html" subtype="page" title="OpenGL in an HTML page" fulltitle="OpenGL in an HTML page" subtitle="" location="opengl.qdoc"/>
+ <page access="public" status="commendable" name="activeqt/opengl" href="activeqt-opengl.html" subtype="example" title="OpenGL Example (ActiveQt)" fulltitle="OpenGL Example (ActiveQt)" subtitle="" location="opengl.qdoc">
+ <page access="public" status="commendable" name="activeqt/opengl/glbox.cpp" href="activeqt-opengl-glbox-cpp.html" subtype="file" title="" fulltitle="glbox.cpp Example File" subtitle="activeqt/opengl/glbox.cpp" location=""/>
+ <page access="public" status="commendable" name="activeqt/opengl/glbox.h" href="activeqt-opengl-glbox-h.html" subtype="file" title="" fulltitle="glbox.h Example File" subtitle="activeqt/opengl/glbox.h" location=""/>
+ <page access="public" status="commendable" name="activeqt/opengl/globjwin.cpp" href="activeqt-opengl-globjwin-cpp.html" subtype="file" title="" fulltitle="globjwin.cpp Example File" subtitle="activeqt/opengl/globjwin.cpp" location=""/>
+ <page access="public" status="commendable" name="activeqt/opengl/globjwin.h" href="activeqt-opengl-globjwin-h.html" subtype="file" title="" fulltitle="globjwin.h Example File" subtitle="activeqt/opengl/globjwin.h" location=""/>
+ <page access="public" status="commendable" name="activeqt/opengl/main.cpp" href="activeqt-opengl-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="activeqt/opengl/main.cpp" location=""/>
+ <page access="public" status="commendable" name="activeqt/opengl/opengl.pro" href="activeqt-opengl-opengl-pro.html" subtype="file" title="" fulltitle="opengl.pro Example File" subtitle="activeqt/opengl/opengl.pro" location=""/>
+ </page>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_DISABLE_COPY" href="qobject.html#Q_DISABLE_COPY" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QObject" type="" signature="Q_DISABLE_COPY( Class)">
+ <parameter left="" right="" name="Class" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_DECLARE_FLAGS" href="qflags.html#Q_DECLARE_FLAGS" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QFlags" type="" signature="Q_DECLARE_FLAGS( Flags, Enum)">
+ <parameter left="" right="" name="Flags" default=""/>
+ <parameter left="" right="" name="Enum" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_DECLARE_OPERATORS_FOR_FLAGS" href="qflags.html#Q_DECLARE_OPERATORS_FOR_FLAGS" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QFlags" type="" signature="Q_DECLARE_OPERATORS_FOR_FLAGS( Flags)">
+ <parameter left="" right="" name="Flags" default=""/>
+ </function>
+ <page access="public" status="commendable" name="&lt;QtGlobal&gt;" href="qtglobal.html" subtype="header" title="Global Qt Declarations" fulltitle="&lt;QtGlobal&gt; - Global Qt Declarations" subtitle="" location="qglobal.cpp">
+ <contents name="types" title="Types" level="1"/>
+ <contents name="functions" title="Functions" level="1"/>
+ <contents name="macros" title="Macros" level="1"/>
+ </page>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_INT64_C" href="qtglobal.html#Q_INT64_C" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="qint64" signature="Q_INT64_C( literal)">
+ <parameter left="" right="" name="literal" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_UINT64_C" href="qtglobal.html#Q_UINT64_C" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="quint64" signature="Q_UINT64_C( literal)">
+ <parameter left="" right="" name="literal" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QT_VERSION" href="qtglobal.html#QT_VERSION" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="QT_VERSION()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QT_VERSION_STR" href="qtglobal.html#QT_VERSION_STR" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="QT_VERSION_STR()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_WS_MAC" href="qtglobal.html#Q_WS_MAC" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_WS_MAC()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_WS_WIN" href="qtglobal.html#Q_WS_WIN" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_WS_WIN()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_WS_X11" href="qtglobal.html#Q_WS_X11" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_WS_X11()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_WS_QWS" href="qtglobal.html#Q_WS_QWS" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_WS_QWS()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_DARWIN" href="qtglobal.html#Q_OS_DARWIN" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_DARWIN()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_MSDOS" href="qtglobal.html#Q_OS_MSDOS" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_MSDOS()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_OS2" href="qtglobal.html#Q_OS_OS2" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_OS2()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_OS2EMX" href="qtglobal.html#Q_OS_OS2EMX" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_OS2EMX()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_WIN32" href="qtglobal.html#Q_OS_WIN32" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_WIN32()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_WINCE" href="qtglobal.html#Q_OS_WINCE" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_WINCE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_CYGWIN" href="qtglobal.html#Q_OS_CYGWIN" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_CYGWIN()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_SOLARIS" href="qtglobal.html#Q_OS_SOLARIS" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_SOLARIS()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_HPUX" href="qtglobal.html#Q_OS_HPUX" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_HPUX()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_ULTRIX" href="qtglobal.html#Q_OS_ULTRIX" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_ULTRIX()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_LINUX" href="qtglobal.html#Q_OS_LINUX" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_LINUX()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_FREEBSD" href="qtglobal.html#Q_OS_FREEBSD" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_FREEBSD()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_NETBSD" href="qtglobal.html#Q_OS_NETBSD" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_NETBSD()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_OPENBSD" href="qtglobal.html#Q_OS_OPENBSD" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_OPENBSD()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_BSDI" href="qtglobal.html#Q_OS_BSDI" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_BSDI()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_IRIX" href="qtglobal.html#Q_OS_IRIX" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_IRIX()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_OSF" href="qtglobal.html#Q_OS_OSF" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_OSF()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_SCO" href="qtglobal.html#Q_OS_SCO" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_SCO()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_UNIXWARE" href="qtglobal.html#Q_OS_UNIXWARE" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_UNIXWARE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_AIX" href="qtglobal.html#Q_OS_AIX" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_AIX()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_HURD" href="qtglobal.html#Q_OS_HURD" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_HURD()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_DGUX" href="qtglobal.html#Q_OS_DGUX" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_DGUX()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_RELIANT" href="qtglobal.html#Q_OS_RELIANT" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_RELIANT()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_DYNIX" href="qtglobal.html#Q_OS_DYNIX" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_DYNIX()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_QNX" href="qtglobal.html#Q_OS_QNX" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_QNX()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_LYNX" href="qtglobal.html#Q_OS_LYNX" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_LYNX()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_BSD4" href="qtglobal.html#Q_OS_BSD4" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_BSD4()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OS_UNIX" href="qtglobal.html#Q_OS_UNIX" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_OS_UNIX()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_CC_SYM" href="qtglobal.html#Q_CC_SYM" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_CC_SYM()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_CC_MWERKS" href="qtglobal.html#Q_CC_MWERKS" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_CC_MWERKS()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_CC_MSVC" href="qtglobal.html#Q_CC_MSVC" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_CC_MSVC()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_CC_BOR" href="qtglobal.html#Q_CC_BOR" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_CC_BOR()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_CC_WAT" href="qtglobal.html#Q_CC_WAT" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_CC_WAT()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_CC_GNU" href="qtglobal.html#Q_CC_GNU" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_CC_GNU()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_CC_COMEAU" href="qtglobal.html#Q_CC_COMEAU" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_CC_COMEAU()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_CC_EDG" href="qtglobal.html#Q_CC_EDG" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_CC_EDG()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_CC_OC" href="qtglobal.html#Q_CC_OC" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_CC_OC()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_CC_SUN" href="qtglobal.html#Q_CC_SUN" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_CC_SUN()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_CC_MIPS" href="qtglobal.html#Q_CC_MIPS" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_CC_MIPS()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_CC_DEC" href="qtglobal.html#Q_CC_DEC" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_CC_DEC()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_CC_HPACC" href="qtglobal.html#Q_CC_HPACC" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_CC_HPACC()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_CC_USLC" href="qtglobal.html#Q_CC_USLC" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_CC_USLC()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_CC_CDS" href="qtglobal.html#Q_CC_CDS" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_CC_CDS()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_CC_KAI" href="qtglobal.html#Q_CC_KAI" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_CC_KAI()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_CC_INTEL" href="qtglobal.html#Q_CC_INTEL" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_CC_INTEL()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_CC_HIGHC" href="qtglobal.html#Q_CC_HIGHC" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_CC_HIGHC()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_CC_PGI" href="qtglobal.html#Q_CC_PGI" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_CC_PGI()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_CC_GHS" href="qtglobal.html#Q_CC_GHS" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_CC_GHS()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ASSERT" href="qtglobal.html#Q_ASSERT" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="void" signature="Q_ASSERT(bool test)">
+ <parameter left="bool" right="" name="test" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ASSERT_X" href="qtglobal.html#Q_ASSERT_X" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="void" signature="Q_ASSERT_X(bool test, const char * where, const char * what)">
+ <parameter left="bool" right="" name="test" default=""/>
+ <parameter left="const char *" right="" name="where" default=""/>
+ <parameter left="const char *" right="" name="what" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_CHECK_PTR" href="qtglobal.html#Q_CHECK_PTR" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="void" signature="Q_CHECK_PTR(void * pointer)">
+ <parameter left="void *" right="" name="pointer" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_FUNC_INFO" href="qtglobal.html#Q_FUNC_INFO" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="const char *" signature="Q_FUNC_INFO()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="forever" href="qtglobal.html#forever" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="forever()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_FOREVER" href="qtglobal.html#Q_FOREVER" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_FOREVER()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="foreach" href="qtglobal.html#foreach" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="foreach( variable, container)">
+ <parameter left="" right="" name="variable" default=""/>
+ <parameter left="" right="" name="container" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_FOREACH" href="qtglobal.html#Q_FOREACH" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_FOREACH( variable, container)">
+ <parameter left="" right="" name="variable" default=""/>
+ <parameter left="" right="" name="container" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QT_TR_NOOP" href="qtglobal.html#QT_TR_NOOP" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="QT_TR_NOOP( sourceText)">
+ <parameter left="" right="" name="sourceText" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QT_TRANSLATE_NOOP" href="qtglobal.html#QT_TRANSLATE_NOOP" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="QT_TRANSLATE_NOOP( context, sourceText)">
+ <parameter left="" right="" name="context" default=""/>
+ <parameter left="" right="" name="sourceText" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QT_TRANSLATE_NOOP3" href="qtglobal.html#QT_TRANSLATE_NOOP3" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="QT_TRANSLATE_NOOP3( context, sourceText, comment)">
+ <parameter left="" right="" name="context" default=""/>
+ <parameter left="" right="" name="sourceText" default=""/>
+ <parameter left="" right="" name="comment" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QT_TRID_NOOP" href="qtglobal.html#QT_TRID_NOOP" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="QT_TRID_NOOP( id)">
+ <parameter left="" right="" name="id" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QT_POINTER_SIZE" href="qtglobal.html#QT_POINTER_SIZE" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="QT_POINTER_SIZE()"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="TRUE" href="qtglobal-obsolete.html#TRUE" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="TRUE()"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="FALSE" href="qtglobal-obsolete.html#FALSE" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="FALSE()"/>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="QABS" href="qtglobal-obsolete.html#QABS" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="QABS( n)">
+ <parameter left="" right="" name="n" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="QMIN" href="qtglobal-obsolete.html#QMIN" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="QMIN( x, y)">
+ <parameter left="" right="" name="x" default=""/>
+ <parameter left="" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="QMAX" href="qtglobal-obsolete.html#QMAX" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="QMAX( x, y)">
+ <parameter left="" right="" name="x" default=""/>
+ <parameter left="" right="" name="y" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qPrintable" href="qtglobal.html#qPrintable" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="const char *" signature="qPrintable(const QString &amp; str)">
+ <parameter left="const QString &amp;" right="" name="str" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_DECLARE_TYPEINFO" href="qtglobal.html#Q_DECLARE_TYPEINFO" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_DECLARE_TYPEINFO( Type, Flags)">
+ <parameter left="" right="" name="Type" default=""/>
+ <parameter left="" right="" name="Flags" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_UNUSED" href="qtglobal.html#Q_UNUSED" location="qfontdialog_mac.mm" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_UNUSED( name)">
+ <parameter left="" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_BYTE_ORDER" href="qtglobal.html#Q_BYTE_ORDER" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_BYTE_ORDER()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_LITTLE_ENDIAN" href="qtglobal.html#Q_LITTLE_ENDIAN" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_LITTLE_ENDIAN()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_BIG_ENDIAN" href="qtglobal.html#Q_BIG_ENDIAN" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_BIG_ENDIAN()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QT_REQUIRE_VERSION" href="qtglobal.html#QT_REQUIRE_VERSION" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="QT_REQUIRE_VERSION(int argc, char ** argv, const char * version)">
+ <parameter left="int" right="" name="argc" default=""/>
+ <parameter left="char **" right="" name="argv" default=""/>
+ <parameter left="const char *" right="" name="version" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_DECL_EXPORT" href="qtglobal.html#Q_DECL_EXPORT" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_DECL_EXPORT()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_DECL_IMPORT" href="qtglobal.html#Q_DECL_IMPORT" location="qglobal.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="&lt;QtGlobal&gt;" type="" signature="Q_DECL_IMPORT()"/>
+ <page access="public" status="commendable" name="deployment-plugins.html" href="deployment-plugins.html" subtype="page" title="Deploying Plugins" fulltitle="Deploying Plugins" subtitle="" location="deployment-plugins.qdoc">
+ <contents name="the-plugin-directory" title="The Plugin Directory" level="1"/>
+ <contents name="loading-and-verifying-plugins-dynamically" title="Loading and Verifying Plugins Dynamically" level="1"/>
+ <contents name="the-build-key" title="The Build Key" level="2"/>
+ <contents name="the-plugin-cache" title="The Plugin Cache" level="1"/>
+ <contents name="debugging-plugins" title="Debugging Plugins" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="&lt;QtConcurrentMap&gt;" href="qtconcurrentmap.html" subtype="header" title="Concurrent Map and Map-Reduce" fulltitle="&lt;QtConcurrentMap&gt; - Concurrent Map and Map-Reduce" subtitle="" location="qtconcurrentmap.cpp">
+ <contents name="concurrent-map" title="Concurrent Map" level="1"/>
+ <contents name="concurrent-map-reduce" title="Concurrent Map-Reduce" level="1"/>
+ <contents name="additional-api-features" title="Additional API Features" level="1"/>
+ <contents name="using-iterators-instead-of-sequence" title="Using Iterators instead of Sequence" level="2"/>
+ <contents name="blocking-variants" title="Blocking Variants" level="2"/>
+ <contents name="using-member-functions" title="Using Member Functions" level="2"/>
+ <contents name="using-function-objects" title="Using Function Objects" level="2"/>
+ <contents name="using-bound-function-arguments" title="Using Bound Function Arguments" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="tools/echoplugin" href="tools-echoplugin.html" subtype="example" title="Echo Plugin Example" fulltitle="Echo Plugin Example" subtitle="" location="echoplugin.qdoc">
+ <contents name="echowindow-class-definition" title="EchoWindow Class Definition" level="1"/>
+ <contents name="echowindow-class-implementation" title="EchoWindow Class Implementation" level="1"/>
+ <contents name="echointerface-class-definition" title="EchoInterface Class Definition" level="1"/>
+ <contents name="echoplugin-class-definition" title="EchoPlugin Class Definition" level="1"/>
+ <contents name="echoplugin-class-implementation" title="EchoPlugin Class Implementation" level="1"/>
+ <contents name="the-function" title="The function" level="1"/>
+ <contents name="the-profiles" title="The Profiles" level="1"/>
+ <contents name="further-reading-and-examples" title="Further reading and examples" level="1"/>
+ <page access="public" status="commendable" name="tools/echoplugin/echowindow/echointerface.h" href="tools-echoplugin-echowindow-echointerface-h.html" subtype="file" title="" fulltitle="echointerface.h Example File" subtitle="tools/echoplugin/echowindow/echointerface.h" location=""/>
+ <page access="public" status="commendable" name="tools/echoplugin/echowindow/echowindow.cpp" href="tools-echoplugin-echowindow-echowindow-cpp.html" subtype="file" title="" fulltitle="echowindow.cpp Example File" subtitle="tools/echoplugin/echowindow/echowindow.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/echoplugin/echowindow/echowindow.h" href="tools-echoplugin-echowindow-echowindow-h.html" subtype="file" title="" fulltitle="echowindow.h Example File" subtitle="tools/echoplugin/echowindow/echowindow.h" location=""/>
+ <page access="public" status="commendable" name="tools/echoplugin/plugin/echoplugin.cpp" href="tools-echoplugin-plugin-echoplugin-cpp.html" subtype="file" title="" fulltitle="echoplugin.cpp Example File" subtitle="tools/echoplugin/plugin/echoplugin.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/echoplugin/plugin/echoplugin.h" href="tools-echoplugin-plugin-echoplugin-h.html" subtype="file" title="" fulltitle="echoplugin.h Example File" subtitle="tools/echoplugin/plugin/echoplugin.h" location=""/>
+ <page access="public" status="commendable" name="tools/echoplugin/echowindow/main.cpp" href="tools-echoplugin-echowindow-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tools/echoplugin/echowindow/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/echoplugin/echoplugin.pro" href="tools-echoplugin-echoplugin-pro.html" subtype="file" title="" fulltitle="echoplugin.pro Example File" subtitle="tools/echoplugin/echoplugin.pro" location=""/>
+ <page access="public" status="commendable" name="tools/echoplugin/echowindow/echowindow.pro" href="tools-echoplugin-echowindow-echowindow-pro.html" subtype="file" title="" fulltitle="echowindow.pro Example File" subtitle="tools/echoplugin/echowindow/echowindow.pro" location=""/>
+ <page access="public" status="commendable" name="tools/echoplugin/plugin/plugin.pro" href="tools-echoplugin-plugin-plugin-pro.html" subtype="file" title="" fulltitle="plugin.pro Example File" subtitle="tools/echoplugin/plugin/plugin.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="deployment.html" href="deployment.html" subtype="page" title="Deploying Qt Applications" fulltitle="Deploying Qt Applications" subtitle="" location="deployment.qdoc">
+ <contents name="static-vs-shared-libraries" title="Static vs. Shared Libraries" level="1"/>
+ <contents name="deploying-qt-s-libraries" title="Deploying Qt's Libraries" level="1"/>
+ <contents name="licensing" title="Licensing" level="1"/>
+ <contents name="platform-specific-notes" title="Platform-Specific Notes" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="deployment-x11.html" href="deployment-x11.html" subtype="page" title="Deploying an Application on X11 Platforms" fulltitle="Deploying an Application on X11 Platforms" subtitle="" location="deployment.qdoc">
+ <contents name="static-linking" title="Static Linking" level="1"/>
+ <contents name="building-qt-statically" title="Building Qt Statically" level="2"/>
+ <contents name="linking-the-application-to-the-static-version-of-qt" title="Linking the Application to the Static Version of Qt" level="2"/>
+ <contents name="shared-libraries" title="Shared Libraries" level="1"/>
+ <contents name="building-qt-as-a-shared-library" title="Building Qt as a Shared Library" level="2"/>
+ <contents name="linking-the-application-to-qt-as-a-shared-library" title="Linking the Application to Qt as a Shared Library" level="2"/>
+ <contents name="creating-the-application-package" title="Creating the Application Package" level="2"/>
+ <contents name="application-dependencies" title="Application Dependencies" level="1"/>
+ <contents name="additional-libraries" title="Additional Libraries" level="2"/>
+ <contents name="qt-plugins" title="Qt Plugins" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="deployment-windows.html" href="deployment-windows.html" subtype="page" title="Deploying an Application on Windows" fulltitle="Deploying an Application on Windows" subtitle="" location="deployment.qdoc">
+ <contents name="static-linking" title="Static Linking" level="1"/>
+ <contents name="building-qt-statically" title="Building Qt Statically" level="2"/>
+ <contents name="linking-the-application-to-the-static-version-of-qt" title="Linking the Application to the Static Version of Qt" level="2"/>
+ <contents name="shared-libraries" title="Shared Libraries" level="1"/>
+ <contents name="building-qt-as-a-shared-library" title="Building Qt as a Shared Library" level="2"/>
+ <contents name="linking-the-application-to-qt-as-a-shared-library" title="Linking the Application to Qt as a Shared Library" level="2"/>
+ <contents name="creating-the-application-package" title="Creating the Application Package" level="2"/>
+ <contents name="visual-studio-2005-onwards" title="Visual Studio 2005 Onwards" level="2"/>
+ <contents name="application-dependencies" title="Application Dependencies" level="1"/>
+ <contents name="additional-libraries" title="Additional Libraries" level="2"/>
+ <contents name="qt-plugins" title="Qt Plugins" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="deployment-mac.html" href="deployment-mac.html" subtype="page" title="Deploying an Application on Mac OS X" fulltitle="Deploying an Application on Mac OS X" subtitle="" location="deployment.qdoc">
+ <target name="macdeploy"/>
+ <contents name="the-bundle" title="The Bundle" level="1"/>
+ <contents name="xcode" title="Xcode" level="1"/>
+ <contents name="static-linking" title="Static Linking" level="1"/>
+ <contents name="building-qt-statically" title="Building Qt Statically" level="2"/>
+ <contents name="linking-the-application-to-the-static-version-of-qt" title="Linking the Application to the Static Version of Qt" level="2"/>
+ <contents name="frameworks" title="Frameworks" level="1"/>
+ <contents name="building-qt-as-frameworks" title="Building Qt as Frameworks" level="2"/>
+ <contents name="linking-the-application-to-qt-as-frameworks" title="Linking the Application to Qt as Frameworks" level="2"/>
+ <contents name="creating-the-application-package" title="Creating the Application Package" level="2"/>
+ <contents name="application-dependencies" title="Application Dependencies" level="1"/>
+ <contents name="qt-plugins" title="Qt Plugins" level="2"/>
+ <contents name="additional-libraries" title="Additional Libraries" level="2"/>
+ <contents name="mac-os-x-version-dependencies" title="Mac OS X Version Dependencies" level="2"/>
+ <contents name="deploying-phonon-applications-on-mac-os-x" title="Deploying Phonon Applications on Mac OS X" level="3"/>
+ <contents name="architecture-dependencies" title="Architecture Dependencies" level="2"/>
+ <contents name="the-mac-deployment-tool" title="The Mac Deployment Tool" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="linguist/arrowpad" href="linguist-arrowpad.html" subtype="example" title="Arrow Pad Example" fulltitle="Arrow Pad Example" subtitle="" location="arrowpad.qdoc">
+ <contents name="line-by-line-walkthrough" title="Line by Line Walkthrough" level="1"/>
+ <contents name="translating-to-french-and-dutch" title="Translating to French and Dutch" level="1"/>
+ <contents name="exercises" title="Exercises" level="1"/>
+ <page access="public" status="commendable" name="linguist/arrowpad/arrowpad.cpp" href="linguist-arrowpad-arrowpad-cpp.html" subtype="file" title="" fulltitle="arrowpad.cpp Example File" subtitle="linguist/arrowpad/arrowpad.cpp" location=""/>
+ <page access="public" status="commendable" name="linguist/arrowpad/arrowpad.h" href="linguist-arrowpad-arrowpad-h.html" subtype="file" title="" fulltitle="arrowpad.h Example File" subtitle="linguist/arrowpad/arrowpad.h" location=""/>
+ <page access="public" status="commendable" name="linguist/arrowpad/mainwindow.cpp" href="linguist-arrowpad-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="linguist/arrowpad/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="linguist/arrowpad/mainwindow.h" href="linguist-arrowpad-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="linguist/arrowpad/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="linguist/arrowpad/main.cpp" href="linguist-arrowpad-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="linguist/arrowpad/main.cpp" location=""/>
+ <page access="public" status="commendable" name="linguist/arrowpad/arrowpad.pro" href="linguist-arrowpad-arrowpad-pro.html" subtype="file" title="" fulltitle="arrowpad.pro Example File" subtitle="linguist/arrowpad/arrowpad.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="porting4-overview.html" href="porting4-overview.html" subtype="page" title="Moving from Qt 3 to Qt 4" fulltitle="Moving from Qt 3 to Qt 4" subtitle="" location="porting4-overview.qdoc">
+ <contents name="qt-3-features-to-avoid" title="Qt 3 Features to Avoid" level="1"/>
+ <contents name="painting-outside-paint-events" title="Painting Outside Paint Events" level="2"/>
+ <contents name="qt-designer" title="Qt Designer" level="2"/>
+ <contents name="menu-items-qmenuitem" title="Menu Items (QMenuItem)" level="2"/>
+ <contents name="pointer-based-classes-qptr" title="Pointer-Based Classes (QPtr*)" level="2"/>
+ <contents name="other-collection-classes-qstrlist-q-dict" title="Other Collection Classes (QStrList, Q*Dict)" level="2"/>
+ <contents name="memory-arrays-qmemarray" title="Memory Arrays (QMemArray)" level="2"/>
+ <contents name="url-operations-qurloperator" title="URL Operations (QUrlOperator)" level="2"/>
+ <contents name="sql-cursors-qsqlcursor" title="SQL Cursors (QSqlCursor)" level="2"/>
+ <contents name="domain-name-service-qdns" title="Domain Name Service (QDns)" level="2"/>
+ <contents name="wizard-dialogs-qwizard" title="Wizard Dialogs (QWizard)" level="2"/>
+ <contents name="abstract-grid-views-qgridview" title="Abstract Grid Views (QGridView)" level="2"/>
+ <contents name="specialized-scrolling-views" title="Specialized Scrolling Views" level="2"/>
+ <contents name="significantly-changed-features" title="Significantly Changed Features" level="1"/>
+ <contents name="drag-and-drop" title="Drag and Drop" level="2"/>
+ <contents name="extensive-customization-of-item-views" title="Extensive Customization of Item Views" level="2"/>
+ <contents name="double-buffering" title="Double Buffering" level="2"/>
+ <contents name="data-aware-forms" title="Data-Aware Forms" level="2"/>
+ <contents name="dock-windows-and-areas" title="Dock Windows and Areas" level="2"/>
+ <contents name="custom-styles" title="Custom Styles" level="2"/>
+ <contents name="events" title="Events" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="windowsce-opengl.html" href="windowsce-opengl.html" subtype="page" title="Windows CE OpenGL ES" fulltitle="Windows CE OpenGL ES" subtitle="" location="wince-opengl.qdoc">
+ <contents name="introduction" title="Introduction" level="1"/>
+ <contents name="using-opengl-to-accelerate-normal-2d-painting" title="Using OpenGL to Accelerate Normal 2D Painting" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="declarative/extending/adding" href="declarative-extending-adding.html" subtype="example" title="Extending QML - Adding Types Example" fulltitle="Extending QML - Adding Types Example" subtitle="" location="extending-examples.qdoc">
+ <contents name="declare-the-person-class" title="Declare the Person class" level="1"/>
+ <contents name="define-the-person-class" title="Define the Person class" level="1"/>
+ <contents name="running-the-example" title="Running the example" level="1"/>
+ <page access="public" status="commendable" name="declarative/extending/adding/person.cpp" href="declarative-extending-adding-person-cpp.html" subtype="file" title="" fulltitle="person.cpp Example File" subtitle="declarative/extending/adding/person.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/adding/person.h" href="declarative-extending-adding-person-h.html" subtype="file" title="" fulltitle="person.h Example File" subtitle="declarative/extending/adding/person.h" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/adding/main.cpp" href="declarative-extending-adding-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="declarative/extending/adding/main.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/adding/adding.pro" href="declarative-extending-adding-adding-pro.html" subtype="file" title="" fulltitle="adding.pro Example File" subtitle="declarative/extending/adding/adding.pro" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/adding/adding.qrc" href="declarative-extending-adding-adding-qrc.html" subtype="file" title="" fulltitle="adding.qrc Example File" subtitle="declarative/extending/adding/adding.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="declarative/extending/properties" href="declarative-extending-properties.html" subtype="example" title="Extending QML - Object and List Property Types Example" fulltitle="Extending QML - Object and List Property Types Example" subtitle="" location="extending-examples.qdoc">
+ <contents name="declare-the-birthdayparty" title="Declare the BirthdayParty" level="1"/>
+ <contents name="define-the-birthdayparty" title="Define the BirthdayParty" level="2"/>
+ <contents name="running-the-example" title="Running the example" level="1"/>
+ <page access="public" status="commendable" name="declarative/extending/properties/birthdayparty.cpp" href="declarative-extending-properties-birthdayparty-cpp.html" subtype="file" title="" fulltitle="birthdayparty.cpp Example File" subtitle="declarative/extending/properties/birthdayparty.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/properties/birthdayparty.h" href="declarative-extending-properties-birthdayparty-h.html" subtype="file" title="" fulltitle="birthdayparty.h Example File" subtitle="declarative/extending/properties/birthdayparty.h" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/properties/person.cpp" href="declarative-extending-properties-person-cpp.html" subtype="file" title="" fulltitle="person.cpp Example File" subtitle="declarative/extending/properties/person.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/properties/person.h" href="declarative-extending-properties-person-h.html" subtype="file" title="" fulltitle="person.h Example File" subtitle="declarative/extending/properties/person.h" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/properties/main.cpp" href="declarative-extending-properties-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="declarative/extending/properties/main.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/properties/properties.pro" href="declarative-extending-properties-properties-pro.html" subtype="file" title="" fulltitle="properties.pro Example File" subtitle="declarative/extending/properties/properties.pro" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/properties/properties.qrc" href="declarative-extending-properties-properties-qrc.html" subtype="file" title="" fulltitle="properties.qrc Example File" subtitle="declarative/extending/properties/properties.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="declarative/extending/coercion" href="declarative-extending-coercion.html" subtype="example" title="Extending QML - Inheritance and Coercion Example" fulltitle="Extending QML - Inheritance and Coercion Example" subtitle="" location="extending-examples.qdoc">
+ <contents name="declare-boy-and-girl" title="Declare Boy and Girl" level="1"/>
+ <contents name="define-people-as-a-base-class" title="Define People as a base class" level="2"/>
+ <contents name="define-boy-and-girl" title="Define Boy and Girl" level="2"/>
+ <contents name="running-the-example" title="Running the example" level="1"/>
+ <page access="public" status="commendable" name="declarative/extending/coercion/birthdayparty.cpp" href="declarative-extending-coercion-birthdayparty-cpp.html" subtype="file" title="" fulltitle="birthdayparty.cpp Example File" subtitle="declarative/extending/coercion/birthdayparty.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/coercion/birthdayparty.h" href="declarative-extending-coercion-birthdayparty-h.html" subtype="file" title="" fulltitle="birthdayparty.h Example File" subtitle="declarative/extending/coercion/birthdayparty.h" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/coercion/person.cpp" href="declarative-extending-coercion-person-cpp.html" subtype="file" title="" fulltitle="person.cpp Example File" subtitle="declarative/extending/coercion/person.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/coercion/person.h" href="declarative-extending-coercion-person-h.html" subtype="file" title="" fulltitle="person.h Example File" subtitle="declarative/extending/coercion/person.h" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/coercion/main.cpp" href="declarative-extending-coercion-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="declarative/extending/coercion/main.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/coercion/coercion.pro" href="declarative-extending-coercion-coercion-pro.html" subtype="file" title="" fulltitle="coercion.pro Example File" subtitle="declarative/extending/coercion/coercion.pro" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/coercion/coercion.qrc" href="declarative-extending-coercion-coercion-qrc.html" subtype="file" title="" fulltitle="coercion.qrc Example File" subtitle="declarative/extending/coercion/coercion.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="declarative/extending/default" href="declarative-extending-default.html" subtype="example" title="Extending QML - Default Property Example" fulltitle="Extending QML - Default Property Example" subtitle="" location="extending-examples.qdoc">
+ <contents name="declaring-the-birthdayparty-class" title="Declaring the BirthdayParty class" level="1"/>
+ <contents name="running-the-example" title="Running the example" level="1"/>
+ <page access="public" status="commendable" name="declarative/extending/default/birthdayparty.cpp" href="declarative-extending-default-birthdayparty-cpp.html" subtype="file" title="" fulltitle="birthdayparty.cpp Example File" subtitle="declarative/extending/default/birthdayparty.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/default/birthdayparty.h" href="declarative-extending-default-birthdayparty-h.html" subtype="file" title="" fulltitle="birthdayparty.h Example File" subtitle="declarative/extending/default/birthdayparty.h" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/default/person.cpp" href="declarative-extending-default-person-cpp.html" subtype="file" title="" fulltitle="person.cpp Example File" subtitle="declarative/extending/default/person.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/default/person.h" href="declarative-extending-default-person-h.html" subtype="file" title="" fulltitle="person.h Example File" subtitle="declarative/extending/default/person.h" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/default/main.cpp" href="declarative-extending-default-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="declarative/extending/default/main.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/default/default.pro" href="declarative-extending-default-default-pro.html" subtype="file" title="" fulltitle="default.pro Example File" subtitle="declarative/extending/default/default.pro" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/default/default.qrc" href="declarative-extending-default-default-qrc.html" subtype="file" title="" fulltitle="default.qrc Example File" subtitle="declarative/extending/default/default.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="declarative/extending/grouped" href="declarative-extending-grouped.html" subtype="example" title="Extending QML - Grouped Properties Example" fulltitle="Extending QML - Grouped Properties Example" subtitle="" location="extending-examples.qdoc">
+ <page access="public" status="commendable" name="declarative/extending/grouped/birthdayparty.cpp" href="declarative-extending-grouped-birthdayparty-cpp.html" subtype="file" title="" fulltitle="birthdayparty.cpp Example File" subtitle="declarative/extending/grouped/birthdayparty.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/grouped/birthdayparty.h" href="declarative-extending-grouped-birthdayparty-h.html" subtype="file" title="" fulltitle="birthdayparty.h Example File" subtitle="declarative/extending/grouped/birthdayparty.h" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/grouped/person.cpp" href="declarative-extending-grouped-person-cpp.html" subtype="file" title="" fulltitle="person.cpp Example File" subtitle="declarative/extending/grouped/person.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/grouped/person.h" href="declarative-extending-grouped-person-h.html" subtype="file" title="" fulltitle="person.h Example File" subtitle="declarative/extending/grouped/person.h" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/grouped/main.cpp" href="declarative-extending-grouped-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="declarative/extending/grouped/main.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/grouped/grouped.pro" href="declarative-extending-grouped-grouped-pro.html" subtype="file" title="" fulltitle="grouped.pro Example File" subtitle="declarative/extending/grouped/grouped.pro" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/grouped/grouped.qrc" href="declarative-extending-grouped-grouped-qrc.html" subtype="file" title="" fulltitle="grouped.qrc Example File" subtitle="declarative/extending/grouped/grouped.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="declarative/extending/grouped" href="declarative-extending-grouped.html" subtype="example" title="Extending QML - Attached Properties Example" fulltitle="Extending QML - Attached Properties Example" subtitle="" location="extending-examples.qdoc">
+ <page access="public" status="commendable" name="declarative/extending/grouped/birthdayparty.cpp" href="declarative-extending-grouped-birthdayparty-cpp.html" subtype="file" title="" fulltitle="birthdayparty.cpp Example File" subtitle="declarative/extending/grouped/birthdayparty.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/grouped/birthdayparty.h" href="declarative-extending-grouped-birthdayparty-h.html" subtype="file" title="" fulltitle="birthdayparty.h Example File" subtitle="declarative/extending/grouped/birthdayparty.h" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/grouped/person.cpp" href="declarative-extending-grouped-person-cpp.html" subtype="file" title="" fulltitle="person.cpp Example File" subtitle="declarative/extending/grouped/person.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/grouped/person.h" href="declarative-extending-grouped-person-h.html" subtype="file" title="" fulltitle="person.h Example File" subtitle="declarative/extending/grouped/person.h" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/grouped/main.cpp" href="declarative-extending-grouped-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="declarative/extending/grouped/main.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/grouped/grouped.pro" href="declarative-extending-grouped-grouped-pro.html" subtype="file" title="" fulltitle="grouped.pro Example File" subtitle="declarative/extending/grouped/grouped.pro" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/grouped/grouped.qrc" href="declarative-extending-grouped-grouped-qrc.html" subtype="file" title="" fulltitle="grouped.qrc Example File" subtitle="declarative/extending/grouped/grouped.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="declarative/extending/signal" href="declarative-extending-signal.html" subtype="example" title="Extending QML - Signal Support Example" fulltitle="Extending QML - Signal Support Example" subtitle="" location="extending-examples.qdoc">
+ <page access="public" status="commendable" name="declarative/extending/signal/birthdayparty.cpp" href="declarative-extending-signal-birthdayparty-cpp.html" subtype="file" title="" fulltitle="birthdayparty.cpp Example File" subtitle="declarative/extending/signal/birthdayparty.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/signal/birthdayparty.h" href="declarative-extending-signal-birthdayparty-h.html" subtype="file" title="" fulltitle="birthdayparty.h Example File" subtitle="declarative/extending/signal/birthdayparty.h" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/signal/person.cpp" href="declarative-extending-signal-person-cpp.html" subtype="file" title="" fulltitle="person.cpp Example File" subtitle="declarative/extending/signal/person.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/signal/person.h" href="declarative-extending-signal-person-h.html" subtype="file" title="" fulltitle="person.h Example File" subtitle="declarative/extending/signal/person.h" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/signal/main.cpp" href="declarative-extending-signal-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="declarative/extending/signal/main.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/signal/signal.pro" href="declarative-extending-signal-signal-pro.html" subtype="file" title="" fulltitle="signal.pro Example File" subtitle="declarative/extending/signal/signal.pro" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/signal/signal.qrc" href="declarative-extending-signal-signal-qrc.html" subtype="file" title="" fulltitle="signal.qrc Example File" subtitle="declarative/extending/signal/signal.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="declarative/extending/valuesource" href="declarative-extending-valuesource.html" subtype="example" title="Extending QML - Property Value Source Example" fulltitle="Extending QML - Property Value Source Example" subtitle="" location="extending-examples.qdoc">
+ <page access="public" status="commendable" name="declarative/extending/valuesource/birthdayparty.cpp" href="declarative-extending-valuesource-birthdayparty-cpp.html" subtype="file" title="" fulltitle="birthdayparty.cpp Example File" subtitle="declarative/extending/valuesource/birthdayparty.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/valuesource/birthdayparty.h" href="declarative-extending-valuesource-birthdayparty-h.html" subtype="file" title="" fulltitle="birthdayparty.h Example File" subtitle="declarative/extending/valuesource/birthdayparty.h" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/valuesource/happybirthday.cpp" href="declarative-extending-valuesource-happybirthday-cpp.html" subtype="file" title="" fulltitle="happybirthday.cpp Example File" subtitle="declarative/extending/valuesource/happybirthday.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/valuesource/happybirthday.h" href="declarative-extending-valuesource-happybirthday-h.html" subtype="file" title="" fulltitle="happybirthday.h Example File" subtitle="declarative/extending/valuesource/happybirthday.h" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/valuesource/person.cpp" href="declarative-extending-valuesource-person-cpp.html" subtype="file" title="" fulltitle="person.cpp Example File" subtitle="declarative/extending/valuesource/person.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/valuesource/person.h" href="declarative-extending-valuesource-person-h.html" subtype="file" title="" fulltitle="person.h Example File" subtitle="declarative/extending/valuesource/person.h" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/valuesource/main.cpp" href="declarative-extending-valuesource-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="declarative/extending/valuesource/main.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/valuesource/valuesource.pro" href="declarative-extending-valuesource-valuesource-pro.html" subtype="file" title="" fulltitle="valuesource.pro Example File" subtitle="declarative/extending/valuesource/valuesource.pro" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/valuesource/valuesource.qrc" href="declarative-extending-valuesource-valuesource-qrc.html" subtype="file" title="" fulltitle="valuesource.qrc Example File" subtitle="declarative/extending/valuesource/valuesource.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="declarative/extending/binding" href="declarative-extending-binding.html" subtype="example" title="Extending QML - Binding Example" fulltitle="Extending QML - Binding Example" subtitle="" location="extending-examples.qdoc">
+ <page access="public" status="commendable" name="declarative/extending/binding/birthdayparty.cpp" href="declarative-extending-binding-birthdayparty-cpp.html" subtype="file" title="" fulltitle="birthdayparty.cpp Example File" subtitle="declarative/extending/binding/birthdayparty.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/binding/birthdayparty.h" href="declarative-extending-binding-birthdayparty-h.html" subtype="file" title="" fulltitle="birthdayparty.h Example File" subtitle="declarative/extending/binding/birthdayparty.h" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/binding/happybirthday.cpp" href="declarative-extending-binding-happybirthday-cpp.html" subtype="file" title="" fulltitle="happybirthday.cpp Example File" subtitle="declarative/extending/binding/happybirthday.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/binding/happybirthday.h" href="declarative-extending-binding-happybirthday-h.html" subtype="file" title="" fulltitle="happybirthday.h Example File" subtitle="declarative/extending/binding/happybirthday.h" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/binding/person.cpp" href="declarative-extending-binding-person-cpp.html" subtype="file" title="" fulltitle="person.cpp Example File" subtitle="declarative/extending/binding/person.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/binding/person.h" href="declarative-extending-binding-person-h.html" subtype="file" title="" fulltitle="person.h Example File" subtitle="declarative/extending/binding/person.h" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/binding/main.cpp" href="declarative-extending-binding-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="declarative/extending/binding/main.cpp" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/binding/binding.pro" href="declarative-extending-binding-binding-pro.html" subtype="file" title="" fulltitle="binding.pro Example File" subtitle="declarative/extending/binding/binding.pro" location=""/>
+ <page access="public" status="commendable" name="declarative/extending/binding/binding.qrc" href="declarative-extending-binding-binding-qrc.html" subtype="file" title="" fulltitle="binding.qrc Example File" subtitle="declarative/extending/binding/binding.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="TextEdit" href="qml-textedit.html" title="QML TextEdit Element Reference" fulltitle="QML TextEdit Element Reference" subtitle="" location="qfxtextedit.cpp">
+ <page access="public" status="commendable" name="font.family" href="font-family.html" title="" fulltitle="" subtitle="" location="qfxtextedit.cpp"/>
+ <page access="public" status="commendable" name="text" href="text.html" title="" fulltitle="" subtitle="" location="qfxtextedit.cpp"/>
+ <page access="public" status="commendable" name="textFormat" href="textformat.html" title="" fulltitle="" subtitle="" location="qfxtextedit.cpp"/>
+ <page access="public" status="commendable" name="color" href="color.html" title="" fulltitle="" subtitle="" location="qfxtextedit.cpp"/>
+ <page access="public" status="commendable" name="highlightColor" href="highlightcolor.html" title="" fulltitle="" subtitle="" location="qfxtextedit.cpp"/>
+ <page access="public" status="commendable" name="highlightedTextColor" href="highlightedtextcolor.html" title="" fulltitle="" subtitle="" location="qfxtextedit.cpp"/>
+ <page access="public" status="commendable" name="horizontalAlignment" href="horizontalalignment.html" title="" fulltitle="" subtitle="" location="qfxtextedit.cpp"/>
+ <page access="public" status="commendable" name="wrap" href="wrap.html" title="" fulltitle="" subtitle="" location="qfxtextedit.cpp"/>
+ <page access="public" status="commendable" name="cursorVisible" href="cursorvisible.html" title="" fulltitle="" subtitle="" location="qfxtextedit.cpp"/>
+ <page access="public" status="commendable" name="cursorPosition" href="cursorposition.html" title="" fulltitle="" subtitle="" location="qfxtextedit.cpp"/>
+ <page access="public" status="commendable" name="cursorDelegate" href="cursordelegate.html" title="" fulltitle="" subtitle="" location="qfxtextedit.cpp"/>
+ <page access="public" status="commendable" name="selectionStart" href="selectionstart.html" title="" fulltitle="" subtitle="" location="qfxtextedit.cpp"/>
+ <page access="public" status="commendable" name="selectionEnd" href="selectionend.html" title="" fulltitle="" subtitle="" location="qfxtextedit.cpp"/>
+ <page access="public" status="commendable" name="selectedText" href="selectedtext.html" title="" fulltitle="" subtitle="" location="qfxtextedit.cpp"/>
+ <page access="public" status="commendable" name="focusOnPress" href="focusonpress.html" title="" fulltitle="" subtitle="" location="qfxtextedit.cpp"/>
+ <page access="public" status="commendable" name="preserveSelection" href="preserveselection.html" title="" fulltitle="" subtitle="" location="qfxtextedit.cpp"/>
+ <page access="public" status="commendable" name="readOnly" href="readonly.html" title="" fulltitle="" subtitle="" location="qfxtextedit.cpp"/>
+ <page access="public" status="commendable" name="smooth" href="smooth.html" title="" fulltitle="" subtitle="" location="qfxtextedit.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="activeqt-testcon.html" href="activeqt-testcon.html" subtype="page" title="testcon - An ActiveX Test Container (ActiveQt)" fulltitle="testcon - An ActiveX Test Container (ActiveQt)" subtitle="" location="activeqt-testcon.qdoc">
+ <keyword name="testcon"/>
+ </page>
+ <page access="public" status="commendable" name="webkit/formextractor" href="webkit-formextractor.html" subtype="example" title="Form Extractor Example" fulltitle="Form Extractor Example" subtitle="" location="formextractor.qdoc">
+ <page access="public" status="commendable" name="webkit/formextractor/formextractor.cpp" href="webkit-formextractor-formextractor-cpp.html" subtype="file" title="" fulltitle="formextractor.cpp Example File" subtitle="webkit/formextractor/formextractor.cpp" location=""/>
+ <page access="public" status="commendable" name="webkit/formextractor/formextractor.h" href="webkit-formextractor-formextractor-h.html" subtype="file" title="" fulltitle="formextractor.h Example File" subtitle="webkit/formextractor/formextractor.h" location=""/>
+ <page access="public" status="commendable" name="webkit/formextractor/formextractor.ui" href="webkit-formextractor-formextractor-ui.html" subtype="file" title="" fulltitle="formextractor.ui Example File" subtitle="webkit/formextractor/formextractor.ui" location=""/>
+ <page access="public" status="commendable" name="webkit/formextractor/mainwindow.cpp" href="webkit-formextractor-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="webkit/formextractor/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="webkit/formextractor/mainwindow.h" href="webkit-formextractor-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="webkit/formextractor/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="webkit/formextractor/main.cpp" href="webkit-formextractor-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="webkit/formextractor/main.cpp" location=""/>
+ <page access="public" status="commendable" name="webkit/formextractor/formextractor.pro" href="webkit-formextractor-formextractor-pro.html" subtype="file" title="" fulltitle="formextractor.pro Example File" subtitle="webkit/formextractor/formextractor.pro" location=""/>
+ <page access="public" status="commendable" name="webkit/formextractor/formextractor.qrc" href="webkit-formextractor-formextractor-qrc.html" subtype="file" title="" fulltitle="formextractor.qrc Example File" subtitle="webkit/formextractor/formextractor.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="mac-differences.html" href="mac-differences.html" subtype="page" title="Qt for Mac OS X - Specific Issues" fulltitle="Qt for Mac OS X - Specific Issues" subtitle="" location="mac-differences.qdoc">
+ <contents name="gui-applications" title="GUI Applications" level="1"/>
+ <contents name="painting" title="Painting" level="1"/>
+ <contents name="library-support" title="Library Support" level="1"/>
+ <contents name="qt-libraries-as-frameworks" title="Qt libraries as frameworks" level="2"/>
+ <contents name="bundle-based-libraries" title="Bundle-Based Libraries" level="2"/>
+ <contents name="combining-libraries" title="Combining Libraries" level="2"/>
+ <contents name="initialization-order" title="Initialization Order" level="2"/>
+ <contents name="compile-time-flags" title="Compile-Time Flags" level="1"/>
+ <contents name="mac-os-x-native-api-access" title="Mac OS X Native API Access" level="1"/>
+ <contents name="accessing-the-bundle-path" title="Accessing the Bundle Path" level="2"/>
+ <contents name="translating-the-application-menu-and-native-dialogs" title="Translating the Application Menu and Native Dialogs" level="2"/>
+ <contents name="user-interface" title="User Interface" level="1"/>
+ <contents name="right-mouse-clicks" title="Right-Mouse Clicks" level="2"/>
+ <contents name="menu-bar" title="Menu Bar" level="2"/>
+ <contents name="special-keys" title="Special Keys" level="2"/>
+ <contents name="limitations" title="Limitations" level="1"/>
+ <contents name="menu-actions" title="Menu Actions" level="2"/>
+ <contents name="native-widgets" title="Native Widgets" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="qt-mac-cocoa-licensing.html" href="qt-mac-cocoa-licensing.html" subtype="page" title="Contributions to the Following QtGui Files: qapplication_cocoa_p.h, qapplication_mac.mm, qdesktopwidget_mac.mm qeventdispatcher_mac.mm qeventdispatcher_mac_p.h qmacincludes_mac.h qt_cocoa_helpers.mm qt_cocoa_helpers_p.h qwidget_mac.mm qsystemtrayicon_mac.mm" fulltitle="Contributions to the Following QtGui Files: qapplication_cocoa_p.h, qapplication_mac.mm, qdesktopwidget_mac.mm qeventdispatcher_mac.mm qeventdispatcher_mac_p.h qmacincludes_mac.h qt_cocoa_helpers.mm qt_cocoa_helpers_p.h qwidget_mac.mm qsystemtrayicon_mac.mm" subtitle="" location="mac-differences.qdoc"/>
+ <page access="public" status="commendable" name="NumberFormatter" href="qml-numberformatter.html" title="QML NumberFormatter Element Reference" fulltitle="QML NumberFormatter Element Reference" subtitle="" location="qmlnumberformatter.cpp">
+ <page access="public" status="commendable" name="text" href="text.html" title="" fulltitle="" subtitle="" location="qmlnumberformatter.cpp"/>
+ <page access="public" status="commendable" name="number" href="number.html" title="" fulltitle="" subtitle="" location="qmlnumberformatter.cpp"/>
+ <page access="public" status="commendable" name="format" href="format.html" title="" fulltitle="" subtitle="" location="qmlnumberformatter.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="&lt;QtEndian&gt;" href="qtendian.html" subtype="header" title="Endian Conversion Functions" fulltitle="&lt;QtEndian&gt; - Endian Conversion Functions" subtitle="" location="qendian.qdoc"/>
+ <page access="public" status="commendable" name="tutorial.html" href="tutorial.html" subtype="page" title="Tutorial" fulltitle="Tutorial" subtitle="" location="tutorial.qdoc"/>
+ <page access="public" status="commendable" name="gallery-cde.html" href="gallery-cde.html" subtype="page" title="CDE Style Widget Gallery" fulltitle="CDE Style Widget Gallery" subtitle="" location="gallery-cde.qdoc"/>
+ <page access="public" status="commendable" name="atomic-operations.html" href="atomic-operations.html" subtype="page" title="Implementing Atomic Operations" fulltitle="Implementing Atomic Operations" subtitle="" location="atomic-operations.qdoc"/>
+ <page access="public" status="commendable" name="coordsys.html" href="coordsys.html" subtype="page" title="The Coordinate System" fulltitle="The Coordinate System" subtitle="" location="coordsys.qdoc">
+ <contents name="rendering" title="Rendering" level="1"/>
+ <contents name="logical-representation" title="Logical Representation" level="2"/>
+ <contents name="aliased-painting" title="Aliased Painting" level="2"/>
+ <contents name="anti-aliased-painting" title="Anti-aliased Painting" level="2"/>
+ <contents name="transformations" title="Transformations" level="1"/>
+ <contents name="window-viewport-conversion" title="Window-Viewport Conversion" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="gallery-cleanlooks.html" href="gallery-cleanlooks.html" subtype="page" title="Cleanlooks Style Widget Gallery" fulltitle="Cleanlooks Style Widget Gallery" subtitle="" location="gallery-cleanlooks.qdoc"/>
+ <page access="public" status="commendable" name="qt4-sql.html" href="qt4-sql.html" subtype="page" title="The Qt 4 Database GUI Layer" fulltitle="The Qt 4 Database GUI Layer" subtitle="" location="qt4-sql.qdoc">
+ <contents name="general-overview" title="General Overview" level="1"/>
+ <contents name="example-code" title="Example Code" level="1"/>
+ <contents name="comparison-with-qt-3" title="Comparison with Qt 3" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="graphicsview-api" href="graphicsview-api.html" subtype="group" title="Graphics View Classes" fulltitle="Graphics View Classes" subtitle="" location="graphicsview.qdoc"/>
+ <page access="public" status="commendable" name="graphicsview.html" href="graphicsview.html" subtype="page" title="The Graphics View Framework" fulltitle="The Graphics View Framework" subtitle="" location="graphicsview.qdoc">
+ <keyword name="graphics-view"/>
+ <keyword name="graphicsview"/>
+ <keyword name="graphics"/>
+ <keyword name="canvas"/>
+ <contents name="the-graphics-view-architecture" title="The Graphics View Architecture" level="1"/>
+ <contents name="the-scene" title="The Scene" level="2"/>
+ <contents name="the-view" title="The View" level="2"/>
+ <contents name="the-item" title="The Item" level="2"/>
+ <contents name="classes-in-the-graphics-view-framework" title="Classes in the Graphics View Framework" level="1"/>
+ <contents name="the-graphics-view-coordinate-system" title="The Graphics View Coordinate System" level="1"/>
+ <contents name="item-coordinates" title="Item Coordinates" level="2"/>
+ <contents name="scene-coordinates" title="Scene Coordinates" level="2"/>
+ <contents name="view-coordinates" title="View Coordinates" level="2"/>
+ <contents name="coordinate-mapping" title="Coordinate Mapping" level="2"/>
+ <contents name="key-features" title="Key Features" level="1"/>
+ <contents name="zooming-and-rotating" title="Zooming and rotating" level="2"/>
+ <contents name="printing" title="Printing" level="2"/>
+ <contents name="drag-and-drop" title="Drag and Drop" level="2"/>
+ <contents name="cursors-and-tooltips" title="Cursors and Tooltips" level="2"/>
+ <contents name="animation" title="Animation" level="2"/>
+ <contents name="opengl-rendering" title="OpenGL Rendering" level="2"/>
+ <contents name="item-groups" title="Item Groups" level="2"/>
+ <contents name="widgets-and-layouts" title="Widgets and Layouts" level="2"/>
+ <contents name="qgraphicswidget" title="QGraphicsWidget" level="3"/>
+ <contents name="qgraphicslayout" title="QGraphicsLayout" level="3"/>
+ <contents name="embedded-widget-support" title="Embedded Widget Support" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="network/broadcastreceiver" href="network-broadcastreceiver.html" subtype="example" title="Broadcast Receiver Example" fulltitle="Broadcast Receiver Example" subtitle="" location="broadcastreceiver.qdoc">
+ <page access="public" status="commendable" name="network/broadcastreceiver/receiver.cpp" href="network-broadcastreceiver-receiver-cpp.html" subtype="file" title="" fulltitle="receiver.cpp Example File" subtitle="network/broadcastreceiver/receiver.cpp" location=""/>
+ <page access="public" status="commendable" name="network/broadcastreceiver/receiver.h" href="network-broadcastreceiver-receiver-h.html" subtype="file" title="" fulltitle="receiver.h Example File" subtitle="network/broadcastreceiver/receiver.h" location=""/>
+ <page access="public" status="commendable" name="network/broadcastreceiver/main.cpp" href="network-broadcastreceiver-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="network/broadcastreceiver/main.cpp" location=""/>
+ <page access="public" status="commendable" name="network/broadcastreceiver/broadcastreceiver.pro" href="network-broadcastreceiver-broadcastreceiver-pro.html" subtype="file" title="" fulltitle="broadcastreceiver.pro Example File" subtitle="network/broadcastreceiver/broadcastreceiver.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qws" href="qws.html" subtype="group" title="Qt for Embedded Linux Classes" fulltitle="Qt for Embedded Linux Classes" subtitle="" location="qt-embedded-linux.qdoc"/>
+ <page access="public" status="commendable" name="qt-embedded-linux" href="qt-embedded-linux.html" subtype="group" title="Qt for Embedded Linux" fulltitle="Qt for Embedded Linux" subtitle="" location="qt-embedded-linux.qdoc"/>
+ <page access="public" status="commendable" name="qtconcurrent/runfunction" href="qtconcurrent-runfunction.html" subtype="example" title="QtConcurrent Run Function Example" fulltitle="QtConcurrent Run Function Example" subtitle="" location="qtconcurrent-runfunction.qdoc">
+ <page access="public" status="commendable" name="qtconcurrent/runfunction/main.cpp" href="qtconcurrent-runfunction-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="qtconcurrent/runfunction/main.cpp" location=""/>
+ <page access="public" status="commendable" name="qtconcurrent/runfunction/runfunction.pro" href="qtconcurrent-runfunction-runfunction-pro.html" subtype="file" title="" fulltitle="runfunction.pro Example File" subtitle="qtconcurrent/runfunction/runfunction.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="activeqt/qutlook" href="activeqt-qutlook.html" subtype="example" title="Qutlook Example (ActiveQt)" fulltitle="Qutlook Example (ActiveQt)" subtitle="" location="qutlook.qdoc">
+ <page access="public" status="commendable" name="activeqt/qutlook/addressview.cpp" href="activeqt-qutlook-addressview-cpp.html" subtype="file" title="" fulltitle="addressview.cpp Example File" subtitle="activeqt/qutlook/addressview.cpp" location=""/>
+ <page access="public" status="commendable" name="activeqt/qutlook/addressview.h" href="activeqt-qutlook-addressview-h.html" subtype="file" title="" fulltitle="addressview.h Example File" subtitle="activeqt/qutlook/addressview.h" location=""/>
+ <page access="public" status="commendable" name="activeqt/qutlook/main.cpp" href="activeqt-qutlook-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="activeqt/qutlook/main.cpp" location=""/>
+ <page access="public" status="commendable" name="activeqt/qutlook/qutlook.pro" href="activeqt-qutlook-qutlook-pro.html" subtype="file" title="" fulltitle="qutlook.pro Example File" subtitle="activeqt/qutlook/qutlook.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="widgets/wiggly" href="widgets-wiggly.html" subtype="example" title="Wiggly Example" fulltitle="Wiggly Example" subtitle="" location="wiggly.qdoc">
+ <contents name="dialog-class-definition" title="Dialog Class Definition" level="1"/>
+ <contents name="dialog-class-implementation" title="Dialog Class Implementation" level="1"/>
+ <contents name="wigglywidget-class-definition" title="WigglyWidget Class Definition" level="1"/>
+ <contents name="wigglywidget-class-implementation" title="WigglyWidget Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="widgets/wiggly/dialog.cpp" href="widgets-wiggly-dialog-cpp.html" subtype="file" title="" fulltitle="dialog.cpp Example File" subtitle="widgets/wiggly/dialog.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/wiggly/dialog.h" href="widgets-wiggly-dialog-h.html" subtype="file" title="" fulltitle="dialog.h Example File" subtitle="widgets/wiggly/dialog.h" location=""/>
+ <page access="public" status="commendable" name="widgets/wiggly/wigglywidget.cpp" href="widgets-wiggly-wigglywidget-cpp.html" subtype="file" title="" fulltitle="wigglywidget.cpp Example File" subtitle="widgets/wiggly/wigglywidget.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/wiggly/wigglywidget.h" href="widgets-wiggly-wigglywidget-h.html" subtype="file" title="" fulltitle="wigglywidget.h Example File" subtitle="widgets/wiggly/wigglywidget.h" location=""/>
+ <page access="public" status="commendable" name="widgets/wiggly/main.cpp" href="widgets-wiggly-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="widgets/wiggly/main.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/wiggly/wiggly.pro" href="widgets-wiggly-wiggly-pro.html" subtype="file" title="" fulltitle="wiggly.pro Example File" subtitle="widgets/wiggly/wiggly.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="painting/fontsampler" href="painting-fontsampler.html" subtype="example" title="Font Sampler Example" fulltitle="Font Sampler Example" subtitle="" location="fontsampler.qdoc">
+ <page access="public" status="commendable" name="painting/fontsampler/mainwindow.cpp" href="painting-fontsampler-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="painting/fontsampler/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="painting/fontsampler/mainwindow.h" href="painting-fontsampler-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="painting/fontsampler/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="painting/fontsampler/mainwindowbase.ui" href="painting-fontsampler-mainwindowbase-ui.html" subtype="file" title="" fulltitle="mainwindowbase.ui Example File" subtitle="painting/fontsampler/mainwindowbase.ui" location=""/>
+ <page access="public" status="commendable" name="painting/fontsampler/main.cpp" href="painting-fontsampler-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="painting/fontsampler/main.cpp" location=""/>
+ <page access="public" status="commendable" name="painting/fontsampler/fontsampler.pro" href="painting-fontsampler-fontsampler-pro.html" subtype="file" title="" fulltitle="fontsampler.pro Example File" subtitle="painting/fontsampler/fontsampler.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="xmlpatterns/xquery/globalVariables" href="xmlpatterns-xquery-globalvariables.html" subtype="example" title="C++ Source Code Analyzer Example" fulltitle="C++ Source Code Analyzer Example" subtitle="" location="globalVariables.qdoc">
+ <contents name="introduction" title="Introduction" level="1"/>
+ <contents name="reporting-uses-of-mutable-global-variables" title="Reporting Uses of Mutable Global Variables" level="2"/>
+ <contents name="a-c-application" title="A C++ application" level="3"/>
+ <contents name="the-xml-description-of-the-c-application" title="The XML description of the C++ application" level="3"/>
+ <contents name="the-xquery-for-finding-global-variables" title="The XQuery for finding global variables" level="3"/>
+ <contents name="running-the-xquery" title="Running the XQuery" level="3"/>
+ <contents name="the-xquery-output" title="The XQuery output" level="3"/>
+ <contents name="xquery-code-walk-through" title="XQuery Code Walk-Through" level="1"/>
+ <page access="public" status="commendable" name="xmlpatterns/xquery/globalVariables/globals.cpp" href="xmlpatterns-xquery-globalvariables-globals-cpp.html" subtype="file" title="" fulltitle="globals.cpp Example File" subtitle="xmlpatterns/xquery/globalVariables/globals.cpp" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/xquery/globalVariables/reportGlobals.xq" href="xmlpatterns-xquery-globalvariables-reportglobals-xq.html" subtype="file" title="" fulltitle="reportGlobals.xq Example File" subtitle="xmlpatterns/xquery/globalVariables/reportGlobals.xq" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/xquery/globalVariables/globalVariables.pro" href="xmlpatterns-xquery-globalvariables-globalvariables-pro.html" subtype="file" title="" fulltitle="globalVariables.pro Example File" subtitle="xmlpatterns/xquery/globalVariables/globalVariables.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="&lt;QtPlugin&gt;" href="qtplugin.html" subtype="header" title="Macros for Defining Plugins" fulltitle="&lt;QtPlugin&gt; - Macros for Defining Plugins" subtitle="" location="qplugin.qdoc"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_DECLARE_INTERFACE" href="qtplugin.html#Q_DECLARE_INTERFACE" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="&lt;QtPlugin&gt;" type="" signature="Q_DECLARE_INTERFACE( ClassName, Identifier)">
+ <parameter left="" right="" name="ClassName" default=""/>
+ <parameter left="" right="" name="Identifier" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="obsolete" name="Q_EXPORT_PLUGIN" href="qtplugin-obsolete.html#Q_EXPORT_PLUGIN" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="&lt;QtPlugin&gt;" type="" signature="Q_EXPORT_PLUGIN( ClassName)">
+ <parameter left="" right="" name="ClassName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_EXPORT_PLUGIN2" href="qtplugin.html#Q_EXPORT_PLUGIN2" location="main.cpp" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="&lt;QtPlugin&gt;" type="" signature="Q_EXPORT_PLUGIN2( PluginName, ClassName)">
+ <parameter left="" right="" name="PluginName" default=""/>
+ <parameter left="" right="" name="ClassName" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_IMPORT_PLUGIN" href="qtplugin.html#Q_IMPORT_PLUGIN" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="&lt;QtPlugin&gt;" type="" signature="Q_IMPORT_PLUGIN( PluginName)">
+ <parameter left="" right="" name="PluginName" default=""/>
+ </function>
+ <page access="public" status="commendable" name="qaxserver-demo-simple.html" href="qaxserver-demo-simple.html" subtype="page" title="A standard ActiveX and the &quot;simple&quot; ActiveQt widget" fulltitle="A standard ActiveX and the &quot;simple&quot; ActiveQt widget" subtitle="" location="simple.qdoc"/>
+ <page access="public" status="commendable" name="activeqt/simple" href="activeqt-simple.html" subtype="example" title="Simple Example (ActiveQt)" fulltitle="Simple Example (ActiveQt)" subtitle="" location="simple.qdoc">
+ <page access="public" status="commendable" name="activeqt/simple/main.cpp" href="activeqt-simple-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="activeqt/simple/main.cpp" location=""/>
+ <page access="public" status="commendable" name="activeqt/simple/simple.pro" href="activeqt-simple-simple-pro.html" subtype="file" title="" fulltitle="simple.pro Example File" subtitle="activeqt/simple/simple.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="network/http" href="network-http.html" subtype="example" title="HTTP Example" fulltitle="HTTP Example" subtitle="" location="http.qdoc">
+ <page access="public" status="commendable" name="network/http/authenticationdialog.ui" href="network-http-authenticationdialog-ui.html" subtype="file" title="" fulltitle="authenticationdialog.ui Example File" subtitle="network/http/authenticationdialog.ui" location=""/>
+ <page access="public" status="commendable" name="network/http/httpwindow.cpp" href="network-http-httpwindow-cpp.html" subtype="file" title="" fulltitle="httpwindow.cpp Example File" subtitle="network/http/httpwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="network/http/httpwindow.h" href="network-http-httpwindow-h.html" subtype="file" title="" fulltitle="httpwindow.h Example File" subtitle="network/http/httpwindow.h" location=""/>
+ <page access="public" status="commendable" name="network/http/main.cpp" href="network-http-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="network/http/main.cpp" location=""/>
+ <page access="public" status="commendable" name="network/http/http.pro" href="network-http-http-pro.html" subtype="file" title="" fulltitle="http.pro Example File" subtitle="network/http/http.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="demos/mainwindow" href="demos-mainwindow.html" subtype="example" title="Main Window" fulltitle="Main Window" subtitle="" location="mainwindow.qdoc">
+ <page access="public" status="commendable" name="demos/mainwindow/colorswatch.cpp" href="demos-mainwindow-colorswatch-cpp.html" subtype="file" title="" fulltitle="colorswatch.cpp Example File" subtitle="demos/mainwindow/colorswatch.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/mainwindow/colorswatch.h" href="demos-mainwindow-colorswatch-h.html" subtype="file" title="" fulltitle="colorswatch.h Example File" subtitle="demos/mainwindow/colorswatch.h" location=""/>
+ <page access="public" status="commendable" name="demos/mainwindow/mainwindow.cpp" href="demos-mainwindow-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="demos/mainwindow/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/mainwindow/mainwindow.h" href="demos-mainwindow-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="demos/mainwindow/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="demos/mainwindow/toolbar.cpp" href="demos-mainwindow-toolbar-cpp.html" subtype="file" title="" fulltitle="toolbar.cpp Example File" subtitle="demos/mainwindow/toolbar.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/mainwindow/toolbar.h" href="demos-mainwindow-toolbar-h.html" subtype="file" title="" fulltitle="toolbar.h Example File" subtitle="demos/mainwindow/toolbar.h" location=""/>
+ <page access="public" status="commendable" name="demos/mainwindow/main.cpp" href="demos-mainwindow-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="demos/mainwindow/main.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/mainwindow/mainwindow.pro" href="demos-mainwindow-mainwindow-pro.html" subtype="file" title="" fulltitle="mainwindow.pro Example File" subtitle="demos/mainwindow/mainwindow.pro" location=""/>
+ <page access="public" status="commendable" name="demos/mainwindow/mainwindow.qrc" href="demos-mainwindow-mainwindow-qrc.html" subtype="file" title="" fulltitle="mainwindow.qrc Example File" subtitle="demos/mainwindow/mainwindow.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="sql/relationaltablemodel" href="sql-relationaltablemodel.html" subtype="example" title="Relational Table Model Example" fulltitle="Relational Table Model Example" subtitle="" location="relationaltablemodel.qdoc">
+ <page access="public" status="commendable" name="sql/relationaltablemodel/relationaltablemodel.cpp" href="sql-relationaltablemodel-relationaltablemodel-cpp.html" subtype="file" title="" fulltitle="relationaltablemodel.cpp Example File" subtitle="sql/relationaltablemodel/relationaltablemodel.cpp" location=""/>
+ <page access="public" status="commendable" name="sql/relationaltablemodel/relationaltablemodel.pro" href="sql-relationaltablemodel-relationaltablemodel-pro.html" subtype="file" title="" fulltitle="relationaltablemodel.pro Example File" subtitle="sql/relationaltablemodel/relationaltablemodel.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="itemviews/addressbook" href="itemviews-addressbook.html" subtype="example" title="Address Book Example" fulltitle="Address Book Example" subtitle="" location="addressbook.qdoc">
+ <contents name="overview" title="Overview" level="1"/>
+ <contents name="tablemodel-class-definition" title="TableModel Class Definition" level="1"/>
+ <contents name="tablemodel-class-implementation" title="TableModel Class Implementation" level="1"/>
+ <contents name="addresswidget-class-definition" title="AddressWidget Class Definition" level="1"/>
+ <contents name="addresswidget-class-implementation" title="AddressWidget Class Implementation" level="1"/>
+ <contents name="newaddresstab-class-definition" title="NewAddressTab Class Definition" level="1"/>
+ <contents name="newaddresstab-class-implementation" title="NewAddressTab Class Implementation" level="1"/>
+ <contents name="adddialog-class-definition" title="AddDialog Class Definition" level="1"/>
+ <contents name="adddialog-class-implementation" title="AddDialog Class Implementation" level="1"/>
+ <contents name="mainwindow-class-definition" title="MainWindow Class Definition" level="1"/>
+ <contents name="mainwindow-class-implementation" title="MainWindow Class Implementation" level="1"/>
+ <contents name="main-function" title="main() Function" level="1"/>
+ <page access="public" status="commendable" name="itemviews/addressbook/adddialog.cpp" href="itemviews-addressbook-adddialog-cpp.html" subtype="file" title="" fulltitle="adddialog.cpp Example File" subtitle="itemviews/addressbook/adddialog.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/addressbook/adddialog.h" href="itemviews-addressbook-adddialog-h.html" subtype="file" title="" fulltitle="adddialog.h Example File" subtitle="itemviews/addressbook/adddialog.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/addressbook/addresswidget.cpp" href="itemviews-addressbook-addresswidget-cpp.html" subtype="file" title="" fulltitle="addresswidget.cpp Example File" subtitle="itemviews/addressbook/addresswidget.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/addressbook/addresswidget.h" href="itemviews-addressbook-addresswidget-h.html" subtype="file" title="" fulltitle="addresswidget.h Example File" subtitle="itemviews/addressbook/addresswidget.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/addressbook/mainwindow.cpp" href="itemviews-addressbook-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="itemviews/addressbook/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/addressbook/mainwindow.h" href="itemviews-addressbook-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="itemviews/addressbook/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/addressbook/newaddresstab.cpp" href="itemviews-addressbook-newaddresstab-cpp.html" subtype="file" title="" fulltitle="newaddresstab.cpp Example File" subtitle="itemviews/addressbook/newaddresstab.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/addressbook/newaddresstab.h" href="itemviews-addressbook-newaddresstab-h.html" subtype="file" title="" fulltitle="newaddresstab.h Example File" subtitle="itemviews/addressbook/newaddresstab.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/addressbook/tablemodel.cpp" href="itemviews-addressbook-tablemodel-cpp.html" subtype="file" title="" fulltitle="tablemodel.cpp Example File" subtitle="itemviews/addressbook/tablemodel.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/addressbook/tablemodel.h" href="itemviews-addressbook-tablemodel-h.html" subtype="file" title="" fulltitle="tablemodel.h Example File" subtitle="itemviews/addressbook/tablemodel.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/addressbook/main.cpp" href="itemviews-addressbook-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="itemviews/addressbook/main.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/addressbook/addressbook.pro" href="itemviews-addressbook-addressbook-pro.html" subtype="file" title="" fulltitle="addressbook.pro Example File" subtitle="itemviews/addressbook/addressbook.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="opengl/hellogl" href="opengl-hellogl.html" subtype="example" title="Hello GL Example" fulltitle="Hello GL Example" subtitle="" location="hellogl.qdoc">
+ <contents name="glwidget-class-definition" title="GLWidget Class Definition" level="1"/>
+ <contents name="glwidget-class-implementation" title="GLWidget Class Implementation" level="1"/>
+ <contents name="widget-construction-and-sizing" title="Widget Construction and Sizing" level="2"/>
+ <contents name="opengl-initialization" title="OpenGL Initialization" level="2"/>
+ <contents name="resizing-the-viewport" title="Resizing the Viewport" level="2"/>
+ <contents name="painting-the-scene" title="Painting the Scene" level="2"/>
+ <contents name="mouse-handling" title="Mouse Handling" level="2"/>
+ <contents name="utility-functions" title="Utility Functions" level="2"/>
+ <contents name="window-class-definition" title="Window Class Definition" level="1"/>
+ <contents name="window-class-implementation" title="Window Class Implementation" level="1"/>
+ <contents name="summary" title="Summary" level="1"/>
+ <page access="public" status="commendable" name="opengl/hellogl/glwidget.cpp" href="opengl-hellogl-glwidget-cpp.html" subtype="file" title="" fulltitle="glwidget.cpp Example File" subtitle="opengl/hellogl/glwidget.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/hellogl/glwidget.h" href="opengl-hellogl-glwidget-h.html" subtype="file" title="" fulltitle="glwidget.h Example File" subtitle="opengl/hellogl/glwidget.h" location=""/>
+ <page access="public" status="commendable" name="opengl/hellogl/window.cpp" href="opengl-hellogl-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="opengl/hellogl/window.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/hellogl/window.h" href="opengl-hellogl-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="opengl/hellogl/window.h" location=""/>
+ <page access="public" status="commendable" name="opengl/hellogl/main.cpp" href="opengl-hellogl-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="opengl/hellogl/main.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/hellogl/hellogl.pro" href="opengl-hellogl-hellogl-pro.html" subtype="file" title="" fulltitle="hellogl.pro Example File" subtitle="opengl/hellogl/hellogl.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="opengl/hellogl_es" href="opengl-hellogl-es.html" subtype="example" title="Hello GL ES Example" fulltitle="Hello GL ES Example" subtitle="" location="hellogl_es.qdoc">
+ <contents name="using-qglwidget" title="Using QGLWidget" level="1"/>
+ <contents name="using-opengl-es-rendering-commands" title="Using OpenGL ES rendering commands" level="1"/>
+ <contents name="porting-opengl-to-opengl-es" title="Porting OpenGL to OpenGL ES" level="1"/>
+ <contents name="using-qglpainter" title="Using QGLPainter" level="1"/>
+ <contents name="summary" title="Summary" level="1"/>
+ <page access="public" status="commendable" name="opengl/hellogl_es/bubble.cpp" href="opengl-hellogl-es-bubble-cpp.html" subtype="file" title="" fulltitle="bubble.cpp Example File" subtitle="opengl/hellogl_es/bubble.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/hellogl_es/bubble.h" href="opengl-hellogl-es-bubble-h.html" subtype="file" title="" fulltitle="bubble.h Example File" subtitle="opengl/hellogl_es/bubble.h" location=""/>
+ <page access="public" status="commendable" name="opengl/hellogl_es/cl_helper.h" href="opengl-hellogl-es-cl-helper-h.html" subtype="file" title="" fulltitle="cl_helper.h Example File" subtitle="opengl/hellogl_es/cl_helper.h" location=""/>
+ <page access="public" status="commendable" name="opengl/hellogl_es/glwidget.cpp" href="opengl-hellogl-es-glwidget-cpp.html" subtype="file" title="" fulltitle="glwidget.cpp Example File" subtitle="opengl/hellogl_es/glwidget.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/hellogl_es/glwidget.h" href="opengl-hellogl-es-glwidget-h.html" subtype="file" title="" fulltitle="glwidget.h Example File" subtitle="opengl/hellogl_es/glwidget.h" location=""/>
+ <page access="public" status="commendable" name="opengl/hellogl_es/mainwindow.cpp" href="opengl-hellogl-es-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="opengl/hellogl_es/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/hellogl_es/mainwindow.h" href="opengl-hellogl-es-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="opengl/hellogl_es/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="opengl/hellogl_es/main.cpp" href="opengl-hellogl-es-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="opengl/hellogl_es/main.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/hellogl_es/hellogl_es.pro" href="opengl-hellogl-es-hellogl-es-pro.html" subtype="file" title="" fulltitle="hellogl_es.pro Example File" subtitle="opengl/hellogl_es/hellogl_es.pro" location=""/>
+ <page access="public" status="commendable" name="opengl/hellogl_es/texture.qrc" href="opengl-hellogl-es-texture-qrc.html" subtype="file" title="" fulltitle="texture.qrc Example File" subtitle="opengl/hellogl_es/texture.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="webkit/previewer" href="webkit-previewer.html" subtype="example" title="Previewer Example" fulltitle="Previewer Example" subtitle="" location="previewer.qdoc">
+ <contents name="the-user-interface" title="The User Interface" level="1"/>
+ <contents name="previewer-class-definition" title="Previewer Class Definition" level="1"/>
+ <contents name="previewer-class-implementation" title="Previewer Class Implementation" level="1"/>
+ <contents name="mainwindow-class-definition" title="MainWindow Class Definition" level="1"/>
+ <contents name="mainwindow-class-implementation" title="MainWindow Class Implementation" level="1"/>
+ <contents name="the-function" title="The Function" level="1"/>
+ <page access="public" status="commendable" name="webkit/previewer/mainwindow.cpp" href="webkit-previewer-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="webkit/previewer/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="webkit/previewer/mainwindow.h" href="webkit-previewer-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="webkit/previewer/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="webkit/previewer/previewer.cpp" href="webkit-previewer-previewer-cpp.html" subtype="file" title="" fulltitle="previewer.cpp Example File" subtitle="webkit/previewer/previewer.cpp" location=""/>
+ <page access="public" status="commendable" name="webkit/previewer/previewer.h" href="webkit-previewer-previewer-h.html" subtype="file" title="" fulltitle="previewer.h Example File" subtitle="webkit/previewer/previewer.h" location=""/>
+ <page access="public" status="commendable" name="webkit/previewer/previewer.ui" href="webkit-previewer-previewer-ui.html" subtype="file" title="" fulltitle="previewer.ui Example File" subtitle="webkit/previewer/previewer.ui" location=""/>
+ <page access="public" status="commendable" name="webkit/previewer/main.cpp" href="webkit-previewer-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="webkit/previewer/main.cpp" location=""/>
+ <page access="public" status="commendable" name="webkit/previewer/previewer.pro" href="webkit-previewer-previewer-pro.html" subtype="file" title="" fulltitle="previewer.pro Example File" subtitle="webkit/previewer/previewer.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="appicon.html" href="appicon.html" subtype="page" title="Setting the Application Icon" fulltitle="Setting the Application Icon" subtitle="" location="appicon.qdoc">
+ <contents name="setting-the-application-icon-on-windows" title="Setting the Application Icon on Windows" level="1"/>
+ <contents name="setting-the-application-icon-on-mac-os-x" title="Setting the Application Icon on Mac OS X" level="1"/>
+ <contents name="setting-the-application-icon-on-common-linux-desktops" title="Setting the Application Icon on Common Linux Desktops" level="1"/>
+ <contents name="k-desktop-environment-kde" title="K Desktop Environment (KDE)" level="2"/>
+ <contents name="gnome" title="GNOME" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="BorderImage" href="qml-borderimage.html" title="QML BorderImage Element Reference" fulltitle="QML BorderImage Element Reference" subtitle="" location="qfxborderimage.cpp">
+ <page access="public" status="commendable" name="status" href="status.html" title="" fulltitle="" subtitle="" location="qfxborderimage.cpp"/>
+ <page access="public" status="commendable" name="progress" href="progress.html" title="" fulltitle="" subtitle="" location="qfxborderimage.cpp"/>
+ <page access="public" status="commendable" name="smooth" href="smooth.html" title="" fulltitle="" subtitle="" location="qfxborderimage.cpp"/>
+ <page access="public" status="commendable" name="source" href="source.html" title="" fulltitle="" subtitle="" location="qfxborderimage.cpp"/>
+ <page access="public" status="commendable" name="border.left" href="border-left.html" title="" fulltitle="" subtitle="" location="qfxborderimage.cpp">
+ <target name="imagexmlpropertiesscalegrid"/>
+ </page>
+ <page access="public" status="commendable" name="horizontalTileMode" href="horizontaltilemode.html" title="" fulltitle="" subtitle="" location="qfxborderimage.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="intro-to-dbus.html" href="intro-to-dbus.html" subtype="page" title="Introduction to D-Bus" fulltitle="Introduction to D-Bus" subtitle="" location="dbus-intro.qdoc">
+ <keyword name="qtdbus"/>
+ <contents name="introduction" title="Introduction" level="1"/>
+ <contents name="the-buses" title="The Buses" level="1"/>
+ <contents name="concepts" title="Concepts" level="1"/>
+ <contents name="messages" title="Messages" level="2"/>
+ <contents name="service-names" title="Service Names" level="2"/>
+ <contents name="object-paths" title="Object Paths" level="2"/>
+ <contents name="interfaces" title="Interfaces" level="2"/>
+ <contents name="cheat-sheet" title="Cheat Sheet" level="2"/>
+ <contents name="debugging" title="Debugging" level="1"/>
+ <contents name="further-reading" title="Further Reading" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qt-embedded" href="qt-embedded.html" subtype="group" title="Qt for Embedded Platforms" fulltitle="Qt for Embedded Platforms" subtitle="" location="qt-embedded.qdoc"/>
+ <page access="public" status="commendable" name="xml/streambookmarks" href="xml-streambookmarks.html" subtype="example" title="QXmlStream Bookmarks Example" fulltitle="QXmlStream Bookmarks Example" subtitle="" location="qxmlstreambookmarks.qdoc">
+ <contents name="xbelwriter-class-definition" title="XbelWriter Class Definition" level="1"/>
+ <contents name="xbelwriter-class-implementation" title="XbelWriter Class Implementation" level="1"/>
+ <contents name="xbelreader-class-definition" title="XbelReader Class Definition" level="1"/>
+ <contents name="xbelreader-class-implementation" title="XbelReader Class Implementation" level="1"/>
+ <contents name="mainwindow-class-definition" title="MainWindow Class Definition" level="1"/>
+ <contents name="mainwindow-class-implementation" title="MainWindow Class Implementation" level="1"/>
+ <contents name="function" title=" Function" level="1"/>
+ <page access="public" status="commendable" name="xml/streambookmarks/mainwindow.cpp" href="xml-streambookmarks-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="xml/streambookmarks/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="xml/streambookmarks/mainwindow.h" href="xml-streambookmarks-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="xml/streambookmarks/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="xml/streambookmarks/xbelreader.cpp" href="xml-streambookmarks-xbelreader-cpp.html" subtype="file" title="" fulltitle="xbelreader.cpp Example File" subtitle="xml/streambookmarks/xbelreader.cpp" location=""/>
+ <page access="public" status="commendable" name="xml/streambookmarks/xbelreader.h" href="xml-streambookmarks-xbelreader-h.html" subtype="file" title="" fulltitle="xbelreader.h Example File" subtitle="xml/streambookmarks/xbelreader.h" location=""/>
+ <page access="public" status="commendable" name="xml/streambookmarks/xbelwriter.cpp" href="xml-streambookmarks-xbelwriter-cpp.html" subtype="file" title="" fulltitle="xbelwriter.cpp Example File" subtitle="xml/streambookmarks/xbelwriter.cpp" location=""/>
+ <page access="public" status="commendable" name="xml/streambookmarks/xbelwriter.h" href="xml-streambookmarks-xbelwriter-h.html" subtype="file" title="" fulltitle="xbelwriter.h Example File" subtitle="xml/streambookmarks/xbelwriter.h" location=""/>
+ <page access="public" status="commendable" name="xml/streambookmarks/main.cpp" href="xml-streambookmarks-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="xml/streambookmarks/main.cpp" location=""/>
+ <page access="public" status="commendable" name="xml/streambookmarks/streambookmarks.pro" href="xml-streambookmarks-streambookmarks-pro.html" subtype="file" title="" fulltitle="streambookmarks.pro Example File" subtitle="xml/streambookmarks/streambookmarks.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="widgets/tablet" href="widgets-tablet.html" subtype="example" title="Tablet Example" fulltitle="Tablet Example" subtitle="" location="tablet.qdoc">
+ <contents name="mainwindow-class-definition" title="MainWindow Class Definition" level="1"/>
+ <contents name="mainwindow-class-implementation" title="MainWindow Class Implementation" level="1"/>
+ <contents name="tabletcanvas-class-definition" title="TabletCanvas Class Definition" level="1"/>
+ <contents name="tabletcanvas-class-implementation" title="TabletCanvas Class Implementation" level="1"/>
+ <contents name="tabletapplication-class-definition" title="TabletApplication Class Definition" level="1"/>
+ <contents name="tabletapplication-class-implementation" title="TabletApplication Class Implementation" level="1"/>
+ <contents name="the-function" title="The function" level="1"/>
+ <page access="public" status="commendable" name="widgets/tablet/mainwindow.cpp" href="widgets-tablet-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="widgets/tablet/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/tablet/mainwindow.h" href="widgets-tablet-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="widgets/tablet/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="widgets/tablet/tabletapplication.cpp" href="widgets-tablet-tabletapplication-cpp.html" subtype="file" title="" fulltitle="tabletapplication.cpp Example File" subtitle="widgets/tablet/tabletapplication.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/tablet/tabletapplication.h" href="widgets-tablet-tabletapplication-h.html" subtype="file" title="" fulltitle="tabletapplication.h Example File" subtitle="widgets/tablet/tabletapplication.h" location=""/>
+ <page access="public" status="commendable" name="widgets/tablet/tabletcanvas.cpp" href="widgets-tablet-tabletcanvas-cpp.html" subtype="file" title="" fulltitle="tabletcanvas.cpp Example File" subtitle="widgets/tablet/tabletcanvas.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/tablet/tabletcanvas.h" href="widgets-tablet-tabletcanvas-h.html" subtype="file" title="" fulltitle="tabletcanvas.h Example File" subtitle="widgets/tablet/tabletcanvas.h" location=""/>
+ <page access="public" status="commendable" name="widgets/tablet/main.cpp" href="widgets-tablet-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="widgets/tablet/main.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/tablet/tablet.pro" href="widgets-tablet-tablet-pro.html" subtype="file" title="" fulltitle="tablet.pro Example File" subtitle="widgets/tablet/tablet.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="WebView" href="qml-webview.html" title="QML WebView Element Reference" fulltitle="QML WebView Element Reference" subtitle="" location="qfxwebview.cpp">
+ <page access="public" status="commendable" name="progress" href="progress.html" title="" fulltitle="" subtitle="" location="qfxwebview.cpp"/>
+ <page access="public" status="commendable" name="url" href="url.html" title="" fulltitle="" subtitle="" location="qfxwebview.cpp"/>
+ <page access="public" status="commendable" name="idealWidth" href="idealwidth.html" title="" fulltitle="" subtitle="" location="qfxwebview.cpp"/>
+ <page access="public" status="commendable" name="idealHeight" href="idealheight.html" title="" fulltitle="" subtitle="" location="qfxwebview.cpp"/>
+ <page access="public" status="commendable" name="interactive" href="interactive.html" title="" fulltitle="" subtitle="" location="qfxwebview.cpp"/>
+ <page access="public" status="commendable" name="cacheSize" href="cachesize.html" title="" fulltitle="" subtitle="" location="qfxwebview.cpp"/>
+ <page access="public" status="commendable" name="javaScriptWindowObjects" href="javascriptwindowobjects.html" title="" fulltitle="" subtitle="" location="qfxwebview.cpp"/>
+ <page access="public" status="commendable" name="back" href="back.html" title="" fulltitle="" subtitle="" location="qfxwebview.cpp"/>
+ <page access="public" status="commendable" name="forward" href="forward.html" title="" fulltitle="" subtitle="" location="qfxwebview.cpp"/>
+ <page access="public" status="commendable" name="reload" href="reload.html" title="" fulltitle="" subtitle="" location="qfxwebview.cpp"/>
+ <page access="public" status="commendable" name="stop" href="stop.html" title="" fulltitle="" subtitle="" location="qfxwebview.cpp"/>
+ <page access="public" status="commendable" name="title" href="title.html" title="" fulltitle="" subtitle="" location="qfxwebview.cpp"/>
+ <page access="public" status="commendable" name="icon" href="icon.html" title="" fulltitle="" subtitle="" location="qfxwebview.cpp"/>
+ <page access="public" status="commendable" name="textSizeMultiplier" href="textsizemultiplier.html" title="" fulltitle="" subtitle="" location="qfxwebview.cpp"/>
+ <page access="public" status="commendable" name="zoomFactor" href="zoomfactor.html" title="" fulltitle="" subtitle="" location="qfxwebview.cpp"/>
+ <page access="public" status="commendable" name="settings.autoLoadImages" href="settings-autoloadimages.html" title="" fulltitle="" subtitle="" location="qfxwebview.cpp"/>
+ <page access="public" status="commendable" name="html" href="html.html" title="" fulltitle="" subtitle="" location="qfxwebview.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="designer/worldtimeclockbuilder" href="designer-worldtimeclockbuilder.html" subtype="example" title="World Time Clock Builder Example" fulltitle="World Time Clock Builder Example" subtitle="" location="worldtimeclockbuilder.qdoc">
+ <contents name="preparation" title="Preparation" level="1"/>
+ <contents name="loading-and-building-the-form" title="Loading and Building the Form" level="1"/>
+ <page access="public" status="commendable" name="designer/worldtimeclockbuilder/form.ui" href="designer-worldtimeclockbuilder-form-ui.html" subtype="file" title="" fulltitle="form.ui Example File" subtitle="designer/worldtimeclockbuilder/form.ui" location=""/>
+ <page access="public" status="commendable" name="designer/worldtimeclockbuilder/main.cpp" href="designer-worldtimeclockbuilder-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="designer/worldtimeclockbuilder/main.cpp" location=""/>
+ <page access="public" status="commendable" name="designer/worldtimeclockbuilder/worldtimeclockbuilder.pro" href="designer-worldtimeclockbuilder-worldtimeclockbuilder-pro.html" subtype="file" title="" fulltitle="worldtimeclockbuilder.pro Example File" subtitle="designer/worldtimeclockbuilder/worldtimeclockbuilder.pro" location=""/>
+ <page access="public" status="commendable" name="designer/worldtimeclockbuilder/worldtimeclockbuilder.qrc" href="designer-worldtimeclockbuilder-worldtimeclockbuilder-qrc.html" subtype="file" title="" fulltitle="worldtimeclockbuilder.qrc Example File" subtitle="designer/worldtimeclockbuilder/worldtimeclockbuilder.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="porting-qsa.html" href="porting-qsa.html" subtype="page" title="Moving from QSA to Qt Script" fulltitle="Moving from QSA to Qt Script" subtitle="" location="porting-qsa.qdoc">
+ <contents name="the-scripting-language" title="The Scripting Language" level="1"/>
+ <contents name="classes-vs-objects-and-properties" title="Classes vs. Objects and Properties" level="2"/>
+ <contents name="constructors" title="Constructors" level="2"/>
+ <contents name="member-functions-and-prototypes" title="Member Functions and Prototypes" level="2"/>
+ <contents name="inheritance" title="Inheritance" level="2"/>
+ <contents name="static-members" title="Static Members" level="2"/>
+ <contents name="the-built-in-functions-and-library" title="The Built-in Functions and Library" level="1"/>
+ <contents name="the-c-api-of-qsa-vs-qt-script" title="The C++ API of QSA vs Qt Script" level="1"/>
+ <contents name="making-qobjects-accessible-from-scripts" title="Making QObjects Accessible from Scripts" level="2"/>
+ <contents name="accessing-non-qobjects" title="Accessing Non-QObjects" level="2"/>
+ <contents name="data-mapping" title="Data Mapping" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="demos/affine" href="demos-affine.html" subtype="example" title="Affine Transformations" fulltitle="Affine Transformations" subtitle="" location="affine.qdoc">
+ <page access="public" status="commendable" name="demos/affine/xform.cpp" href="demos-affine-xform-cpp.html" subtype="file" title="" fulltitle="xform.cpp Example File" subtitle="demos/affine/xform.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/affine/xform.h" href="demos-affine-xform-h.html" subtype="file" title="" fulltitle="xform.h Example File" subtitle="demos/affine/xform.h" location=""/>
+ <page access="public" status="commendable" name="demos/affine/main.cpp" href="demos-affine-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="demos/affine/main.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/affine/affine.pro" href="demos-affine-affine-pro.html" subtype="file" title="" fulltitle="affine.pro Example File" subtitle="demos/affine/affine.pro" location=""/>
+ <page access="public" status="commendable" name="demos/affine/affine.qrc" href="demos-affine-affine-qrc.html" subtype="file" title="" fulltitle="affine.qrc Example File" subtitle="demos/affine/affine.qrc" location=""/>
+ </page>
+ <page access="public" status="preliminary" name="ParentChange" href="qml-parentchange.html" title="QML ParentChange Element Reference" fulltitle="QML ParentChange Element Reference" subtitle="" location="qmlstateoperations.cpp">
+ <page access="public" status="commendable" name="target" href="target.html" title="" fulltitle="" subtitle="" location="qmlstateoperations.cpp"/>
+ <page access="public" status="commendable" name="parent" href="parent.html" title="" fulltitle="" subtitle="" location="qmlstateoperations.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="RunScript" href="qml-runscript.html" title="QML RunScript Element Reference" fulltitle="QML RunScript Element Reference" subtitle="" location="qmlstateoperations.cpp">
+ <page access="public" status="commendable" name="script" href="script.html" title="" fulltitle="" subtitle="" location="qmlstateoperations.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="SetAnchors" href="qml-setanchors.html" title="QML SetAnchors Element Reference" fulltitle="QML SetAnchors Element Reference" subtitle="" location="qmlstateoperations.cpp"/>
+ <page access="public" status="commendable" name="windowsce-customization.html" href="windowsce-customization.html" subtype="page" title="Windows CE - Working with Custom SDKs" fulltitle="Windows CE - Working with Custom SDKs" subtitle="" location="wince-customization.qdoc">
+ <contents name="creating-a-custom-build-specification" title="Creating a Custom Build Specification" level="1"/>
+ <contents name="fine-tuning-options" title="Fine-Tuning Options" level="1"/>
+ <contents name="cross-compilation-environment-for-a-custom-sdk" title="Cross-compilation Environment for a Custom SDK" level="1"/>
+ <contents name="compiling-qt-for-a-custom-sdk" title="Compiling Qt for a Custom SDK" level="1"/>
+ <contents name="making-qt-applications-start-on-a-custom-device" title="Making Qt Applications Start on a Custom Device" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="shadow builds-wince.html" href="shadow-builds-wince.html" subtype="page" title="Windows CE - Using shadow builds" fulltitle="Windows CE - Using shadow builds" subtitle="" location="wince-customization.qdoc"/>
+ <page access="public" status="commendable" name="designer/worldtimeclockplugin" href="designer-worldtimeclockplugin.html" subtype="example" title="World Time Clock Plugin Example" fulltitle="World Time Clock Plugin Example" subtitle="" location="worldtimeclockplugin.qdoc">
+ <contents name="worldtimeclock-class" title="WorldTimeClock Class" level="1"/>
+ <contents name="worldtimeclockplugin-class" title="WorldTimeClockPlugin Class" level="1"/>
+ <contents name="the-project-file-worldtimeclockplugin-pro" title="The Project File: worldtimeclockplugin.pro" level="1"/>
+ <page access="public" status="commendable" name="designer/worldtimeclockplugin/worldtimeclock.cpp" href="designer-worldtimeclockplugin-worldtimeclock-cpp.html" subtype="file" title="" fulltitle="worldtimeclock.cpp Example File" subtitle="designer/worldtimeclockplugin/worldtimeclock.cpp" location=""/>
+ <page access="public" status="commendable" name="designer/worldtimeclockplugin/worldtimeclock.h" href="designer-worldtimeclockplugin-worldtimeclock-h.html" subtype="file" title="" fulltitle="worldtimeclock.h Example File" subtitle="designer/worldtimeclockplugin/worldtimeclock.h" location=""/>
+ <page access="public" status="commendable" name="designer/worldtimeclockplugin/worldtimeclockplugin.cpp" href="designer-worldtimeclockplugin-worldtimeclockplugin-cpp.html" subtype="file" title="" fulltitle="worldtimeclockplugin.cpp Example File" subtitle="designer/worldtimeclockplugin/worldtimeclockplugin.cpp" location=""/>
+ <page access="public" status="commendable" name="designer/worldtimeclockplugin/worldtimeclockplugin.h" href="designer-worldtimeclockplugin-worldtimeclockplugin-h.html" subtype="file" title="" fulltitle="worldtimeclockplugin.h Example File" subtitle="designer/worldtimeclockplugin/worldtimeclockplugin.h" location=""/>
+ <page access="public" status="commendable" name="designer/worldtimeclockplugin/worldtimeclockplugin.pro" href="designer-worldtimeclockplugin-worldtimeclockplugin-pro.html" subtype="file" title="" fulltitle="worldtimeclockplugin.pro Example File" subtitle="designer/worldtimeclockplugin/worldtimeclockplugin.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="linguist/trollprint" href="linguist-trollprint.html" subtype="example" title="Troll Print Example" fulltitle="Troll Print Example" subtitle="" location="trollprint.qdoc">
+ <contents name="line-by-line-walkthrough" title="Line by Line Walkthrough" level="1"/>
+ <contents name="running-troll-print-1-0-in-english-and-in-portuguese" title="Running Troll Print 1.0 in English and in Portuguese" level="1"/>
+ <contents name="troll-print-1-1" title="Troll Print 1.1" level="1"/>
+ <page access="public" status="commendable" name="linguist/trollprint/mainwindow.cpp" href="linguist-trollprint-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="linguist/trollprint/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="linguist/trollprint/mainwindow.h" href="linguist-trollprint-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="linguist/trollprint/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="linguist/trollprint/printpanel.cpp" href="linguist-trollprint-printpanel-cpp.html" subtype="file" title="" fulltitle="printpanel.cpp Example File" subtitle="linguist/trollprint/printpanel.cpp" location=""/>
+ <page access="public" status="commendable" name="linguist/trollprint/printpanel.h" href="linguist-trollprint-printpanel-h.html" subtype="file" title="" fulltitle="printpanel.h Example File" subtitle="linguist/trollprint/printpanel.h" location=""/>
+ <page access="public" status="commendable" name="linguist/trollprint/main.cpp" href="linguist-trollprint-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="linguist/trollprint/main.cpp" location=""/>
+ <page access="public" status="commendable" name="linguist/trollprint/trollprint.pro" href="linguist-trollprint-trollprint-pro.html" subtype="file" title="" fulltitle="trollprint.pro Example File" subtitle="linguist/trollprint/trollprint.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="widgets/stylesheet" href="widgets-stylesheet.html" subtype="example" title="Style Sheet Example" fulltitle="Style Sheet Example" subtitle="" location="stylesheet.qdoc">
+ <page access="public" status="commendable" name="widgets/stylesheet/mainwindow.cpp" href="widgets-stylesheet-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="widgets/stylesheet/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/stylesheet/mainwindow.h" href="widgets-stylesheet-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="widgets/stylesheet/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="widgets/stylesheet/mainwindow.ui" href="widgets-stylesheet-mainwindow-ui.html" subtype="file" title="" fulltitle="mainwindow.ui Example File" subtitle="widgets/stylesheet/mainwindow.ui" location=""/>
+ <page access="public" status="commendable" name="widgets/stylesheet/stylesheeteditor.cpp" href="widgets-stylesheet-stylesheeteditor-cpp.html" subtype="file" title="" fulltitle="stylesheeteditor.cpp Example File" subtitle="widgets/stylesheet/stylesheeteditor.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/stylesheet/stylesheeteditor.h" href="widgets-stylesheet-stylesheeteditor-h.html" subtype="file" title="" fulltitle="stylesheeteditor.h Example File" subtitle="widgets/stylesheet/stylesheeteditor.h" location=""/>
+ <page access="public" status="commendable" name="widgets/stylesheet/stylesheeteditor.ui" href="widgets-stylesheet-stylesheeteditor-ui.html" subtype="file" title="" fulltitle="stylesheeteditor.ui Example File" subtitle="widgets/stylesheet/stylesheeteditor.ui" location=""/>
+ <page access="public" status="commendable" name="widgets/stylesheet/layouts/default.ui" href="widgets-stylesheet-layouts-default-ui.html" subtype="file" title="" fulltitle="default.ui Example File" subtitle="widgets/stylesheet/layouts/default.ui" location=""/>
+ <page access="public" status="commendable" name="widgets/stylesheet/layouts/pagefold.ui" href="widgets-stylesheet-layouts-pagefold-ui.html" subtype="file" title="" fulltitle="pagefold.ui Example File" subtitle="widgets/stylesheet/layouts/pagefold.ui" location=""/>
+ <page access="public" status="commendable" name="widgets/stylesheet/main.cpp" href="widgets-stylesheet-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="widgets/stylesheet/main.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/stylesheet/stylesheet.pro" href="widgets-stylesheet-stylesheet-pro.html" subtype="file" title="" fulltitle="stylesheet.pro Example File" subtitle="widgets/stylesheet/stylesheet.pro" location=""/>
+ <page access="public" status="commendable" name="widgets/stylesheet/stylesheet.qrc" href="widgets-stylesheet-stylesheet-qrc.html" subtype="file" title="" fulltitle="stylesheet.qrc Example File" subtitle="widgets/stylesheet/stylesheet.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="Transform" href="qml-transform.html" title="QML Transform Element Reference" fulltitle="QML Transform Element Reference" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="Scale" href="qml-scale.html" title="QML Scale Element Reference" fulltitle="QML Scale Element Reference" subtitle="" location="qfxitem.cpp">
+ <page access="public" status="commendable" name="origin.x" href="origin-x.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="xScale" href="xscale.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="yScale" href="yscale.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="Rotation" href="qml-rotation.html" title="QML Rotation Element Reference" fulltitle="QML Rotation Element Reference" subtitle="" location="qfxitem.cpp">
+ <page access="public" status="commendable" name="origin.x" href="origin-x.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="axis.x" href="axis-x.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="angle" href="angle.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="group_animation" href="group-animation.html" subtype="group" title="Animation" fulltitle="Animation" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="group_coreitems" href="group-coreitems.html" subtype="group" title="Basic Items" fulltitle="Basic Items" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="group_effects" href="group-effects.html" subtype="group" title="Effects" fulltitle="Effects" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="group_layouts" href="group-layouts.html" subtype="group" title="Layouts" fulltitle="Layouts" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="group_states" href="group-states.html" subtype="group" title="States and Transitions" fulltitle="States and Transitions" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="group_utility" href="group-utility.html" subtype="group" title="Utility" fulltitle="Utility" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="group_views" href="group-views.html" subtype="group" title="Views" fulltitle="Views" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="group_widgets" href="group-widgets.html" subtype="group" title="Widgets" fulltitle="Widgets" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="Keys" href="qml-keys.html" title="QML Keys Element Reference" fulltitle="QML Keys Element Reference" subtitle="" location="qfxitem.cpp">
+ <page access="public" status="commendable" name="enabled" href="enabled.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="Item" href="qml-item.html" title="QML Item Element Reference" fulltitle="QML Item Element Reference" subtitle="" location="qfxitem.cpp">
+ <page access="public" status="commendable" name="transformOrigin" href="transformorigin.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="parent" href="parent.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="children" href="children.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="data" href="data.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="x" href="x.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="z" href="z.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="id" href="id.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="top" href="top.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="anchors.top" href="anchors-top.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="rotation" href="rotation.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="scale" href="scale.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="opacity" href="opacity.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="states" href="states.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="transitions" href="transitions.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="clip" href="clip.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="state" href="state.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="transform" href="transform.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="focus" href="focus.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ <page access="public" status="commendable" name="activeFocus" href="activefocus.html" title="" fulltitle="" subtitle="" location="qfxitem.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="Animation" href="qml-animation.html" title="QML Animation Element Reference" fulltitle="QML Animation Element Reference" subtitle="" location="qmlanimation.cpp">
+ <page access="public" status="commendable" name="running" href="running.html" title="" fulltitle="" subtitle="" location="qmlanimation.cpp"/>
+ <page access="public" status="commendable" name="paused" href="paused.html" title="" fulltitle="" subtitle="" location="qmlanimation.cpp"/>
+ <page access="public" status="commendable" name="alwaysRunToEnd" href="alwaysruntoend.html" title="" fulltitle="" subtitle="" location="qmlanimation.cpp"/>
+ <page access="public" status="commendable" name="repeat" href="repeat.html" title="" fulltitle="" subtitle="" location="qmlanimation.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="PauseAnimation" href="qml-pauseanimation.html" title="QML PauseAnimation Element Reference" fulltitle="QML PauseAnimation Element Reference" subtitle="" location="qmlanimation.cpp">
+ <page access="public" status="commendable" name="duration" href="duration.html" title="" fulltitle="" subtitle="" location="qmlanimation.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="ColorAnimation" href="qml-coloranimation.html" title="QML ColorAnimation Element Reference" fulltitle="QML ColorAnimation Element Reference" subtitle="" location="qmlanimation.cpp">
+ <page access="public" status="commendable" name="from" href="from.html" title="" fulltitle="" subtitle="" location="qmlanimation.cpp"/>
+ <page access="public" status="commendable" name="from" href="from.html" title="" fulltitle="" subtitle="" location="qmlanimation.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="RunScriptAction" href="qml-runscriptaction.html" title="QML RunScriptAction Element Reference" fulltitle="QML RunScriptAction Element Reference" subtitle="" location="qmlanimation.cpp">
+ <page access="public" status="commendable" name="script" href="script.html" title="" fulltitle="" subtitle="" location="qmlanimation.cpp"/>
+ <page access="public" status="commendable" name="runScriptName" href="runscriptname.html" title="" fulltitle="" subtitle="" location="qmlanimation.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="SetPropertyAction" href="qml-setpropertyaction.html" title="QML SetPropertyAction Element Reference" fulltitle="QML SetPropertyAction Element Reference" subtitle="" location="qmlanimation.cpp">
+ <page access="public" status="commendable" name="properties" href="properties.html" title="" fulltitle="" subtitle="" location="qmlanimation.cpp"/>
+ <page access="public" status="commendable" name="targets" href="targets.html" title="" fulltitle="" subtitle="" location="qmlanimation.cpp"/>
+ <page access="public" status="commendable" name="exclude" href="exclude.html" title="" fulltitle="" subtitle="" location="qmlanimation.cpp"/>
+ <page access="public" status="commendable" name="value" href="value.html" title="" fulltitle="" subtitle="" location="qmlanimation.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="ParentChangeAction" href="qml-parentchangeaction.html" title="QML ParentChangeAction Element Reference" fulltitle="QML ParentChangeAction Element Reference" subtitle="" location="qmlanimation.cpp"/>
+ <page access="public" status="commendable" name="NumberAnimation" href="qml-numberanimation.html" title="QML NumberAnimation Element Reference" fulltitle="QML NumberAnimation Element Reference" subtitle="" location="qmlanimation.cpp">
+ <page access="public" status="commendable" name="from" href="from.html" title="" fulltitle="" subtitle="" location="qmlanimation.cpp"/>
+ <page access="public" status="commendable" name="to" href="to.html" title="" fulltitle="" subtitle="" location="qmlanimation.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="SequentialAnimation" href="qml-sequentialanimation.html" title="QML SequentialAnimation Element Reference" fulltitle="QML SequentialAnimation Element Reference" subtitle="" location="qmlanimation.cpp"/>
+ <page access="public" status="commendable" name="ParallelAnimation" href="qml-parallelanimation.html" title="QML ParallelAnimation Element Reference" fulltitle="QML ParallelAnimation Element Reference" subtitle="" location="qmlanimation.cpp"/>
+ <page access="public" status="commendable" name="PropertyAnimation" href="qml-propertyanimation.html" title="QML PropertyAnimation Element Reference" fulltitle="QML PropertyAnimation Element Reference" subtitle="" location="qmlanimation.cpp">
+ <page access="public" status="commendable" name="duration" href="duration.html" title="" fulltitle="" subtitle="" location="qmlanimation.cpp"/>
+ <page access="public" status="commendable" name="from" href="from.html" title="" fulltitle="" subtitle="" location="qmlanimation.cpp"/>
+ <page access="public" status="commendable" name="to" href="to.html" title="" fulltitle="" subtitle="" location="qmlanimation.cpp"/>
+ <page access="public" status="commendable" name="easing" href="easing.html" title="" fulltitle="" subtitle="" location="qmlanimation.cpp"/>
+ <page access="public" status="commendable" name="properties" href="properties.html" title="" fulltitle="" subtitle="" location="qmlanimation.cpp"/>
+ <page access="public" status="commendable" name="targets" href="targets.html" title="" fulltitle="" subtitle="" location="qmlanimation.cpp"/>
+ <page access="public" status="commendable" name="exclude" href="exclude.html" title="" fulltitle="" subtitle="" location="qmlanimation.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="Flickable" href="qml-flickable.html" title="QML Flickable Element Reference" fulltitle="QML Flickable Element Reference" subtitle="" location="qfxflickable.cpp">
+ <page access="public" status="commendable" name="xPosition" href="xposition.html" title="" fulltitle="" subtitle="" location="qfxflickable.cpp"/>
+ <page access="public" status="commendable" name="locked" href="locked.html" title="" fulltitle="" subtitle="" location="qfxflickable.cpp"/>
+ <page access="public" status="commendable" name="dragMode" href="dragmode.html" title="" fulltitle="" subtitle="" location="qfxflickable.cpp"/>
+ <page access="public" status="commendable" name="xVelocity" href="xvelocity.html" title="" fulltitle="" subtitle="" location="qfxflickable.cpp"/>
+ <page access="public" status="commendable" name="atXBeginning" href="atxbeginning.html" title="" fulltitle="" subtitle="" location="qfxflickable.cpp"/>
+ <page access="public" status="commendable" name="pageXPosition" href="pagexposition.html" title="" fulltitle="" subtitle="" location="qfxflickable.cpp"/>
+ <page access="public" status="commendable" name="overShoot" href="overshoot.html" title="" fulltitle="" subtitle="" location="qfxflickable.cpp"/>
+ <page access="public" status="commendable" name="viewportWidth" href="viewportwidth.html" title="" fulltitle="" subtitle="" location="qfxflickable.cpp"/>
+ <page access="public" status="commendable" name="maximumFlickVelocity" href="maximumflickvelocity.html" title="" fulltitle="" subtitle="" location="qfxflickable.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="threads/waitconditions" href="threads-waitconditions.html" subtype="example" title="Wait Conditions Example" fulltitle="Wait Conditions Example" subtitle="" location="waitconditions.qdoc">
+ <contents name="global-variables" title="Global Variables" level="1"/>
+ <contents name="producer-class" title="Producer Class" level="1"/>
+ <contents name="consumer-class" title="Consumer Class" level="1"/>
+ <contents name="the-main-function" title="The main() Function" level="1"/>
+ <page access="public" status="commendable" name="threads/waitconditions/waitconditions.cpp" href="threads-waitconditions-waitconditions-cpp.html" subtype="file" title="" fulltitle="waitconditions.cpp Example File" subtitle="threads/waitconditions/waitconditions.cpp" location=""/>
+ <page access="public" status="commendable" name="threads/waitconditions/waitconditions.pro" href="threads-waitconditions-waitconditions-pro.html" subtype="file" title="" fulltitle="waitconditions.pro Example File" subtitle="threads/waitconditions/waitconditions.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="widgets/shapedclock" href="widgets-shapedclock.html" subtype="example" title="Shaped Clock Example" fulltitle="Shaped Clock Example" subtitle="" location="shapedclock.qdoc">
+ <contents name="shapedclock-class-definition" title="ShapedClock Class Definition" level="1"/>
+ <contents name="shapedclock-class-implementation" title="ShapedClock Class Implementation" level="1"/>
+ <contents name="notes-on-widget-masks" title="Notes on Widget Masks" level="1"/>
+ <page access="public" status="commendable" name="widgets/shapedclock/shapedclock.cpp" href="widgets-shapedclock-shapedclock-cpp.html" subtype="file" title="" fulltitle="shapedclock.cpp Example File" subtitle="widgets/shapedclock/shapedclock.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/shapedclock/shapedclock.h" href="widgets-shapedclock-shapedclock-h.html" subtype="file" title="" fulltitle="shapedclock.h Example File" subtitle="widgets/shapedclock/shapedclock.h" location=""/>
+ <page access="public" status="commendable" name="widgets/shapedclock/main.cpp" href="widgets-shapedclock-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="widgets/shapedclock/main.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/shapedclock/shapedclock.pro" href="widgets-shapedclock-shapedclock-pro.html" subtype="file" title="" fulltitle="shapedclock.pro Example File" subtitle="widgets/shapedclock/shapedclock.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qmlviewer.html" href="qmlviewer.html" subtype="page" title="Qt Declarative UI Viewer (qmlviewer)" fulltitle="Qt Declarative UI Viewer (qmlviewer)" subtitle="" location="qmlviewer.qdoc">
+ <keyword name="qmlviewer"/>
+ <contents name="options" title="Options" level="1"/>
+ <contents name="dummy-data" title="Dummy Data" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="XmlRole" href="qml-xmlrole.html" title="QML XmlRole Element Reference" fulltitle="QML XmlRole Element Reference" subtitle="" location="qmlxmllistmodel.cpp">
+ <page access="public" status="commendable" name="name" href="name.html" title="" fulltitle="" subtitle="" location="qmlxmllistmodel.cpp"/>
+ <page access="public" status="commendable" name="query" href="query.html" title="" fulltitle="" subtitle="" location="qmlxmllistmodel.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="XmlListModel" href="qml-xmllistmodel.html" title="QML XmlListModel Element Reference" fulltitle="QML XmlListModel Element Reference" subtitle="" location="qmlxmllistmodel.cpp">
+ <page access="public" status="commendable" name="roles" href="roles.html" title="" fulltitle="" subtitle="" location="qmlxmllistmodel.cpp"/>
+ <page access="public" status="commendable" name="count" href="count.html" title="" fulltitle="" subtitle="" location="qmlxmllistmodel.cpp"/>
+ <page access="public" status="commendable" name="source" href="source.html" title="" fulltitle="" subtitle="" location="qmlxmllistmodel.cpp"/>
+ <page access="public" status="commendable" name="query" href="query.html" title="" fulltitle="" subtitle="" location="qmlxmllistmodel.cpp"/>
+ <page access="public" status="commendable" name="namespaceDeclarations" href="namespacedeclarations.html" title="" fulltitle="" subtitle="" location="qmlxmllistmodel.cpp"/>
+ <page access="public" status="commendable" name="status" href="status.html" title="" fulltitle="" subtitle="" location="qmlxmllistmodel.cpp"/>
+ <page access="public" status="commendable" name="progress" href="progress.html" title="" fulltitle="" subtitle="" location="qmlxmllistmodel.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="activeqt-dotnet.html" href="activeqt-dotnet.html" subtype="page" title="Dot Net Example (ActiveQt)" fulltitle="Dot Net Example (ActiveQt)" subtitle="" location="dotnet.qdoc">
+ <contents name="qt-vs-net" title="Qt vs. .NET" level="1"/>
+ <contents name="walkthrough-net-interop-with-mc-and-ijw" title="Walkthrough: .NET interop with MC++ and IJW" level="1"/>
+ <contents name="walkthrough-net-com-interop-with-activeqt" title="Walkthrough: .NET/COM Interop with ActiveQt" level="1"/>
+ <contents name="starting-a-project" title="Starting a Project" level="2"/>
+ <contents name="importing-qt-widgets" title="Importing Qt Widgets" level="2"/>
+ <contents name="using-qt-widgets" title="Using Qt Widgets" level="2"/>
+ <contents name="handling-qt-signals" title="Handling Qt Signals" level="2"/>
+ <contents name="summary" title="Summary" level="1"/>
+ <contents name="limitations" title="Limitations" level="2"/>
+ <contents name="performance-considerations" title="Performance Considerations" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="script" href="script.html" subtype="group" title="Scripting Classes and Overviews" fulltitle="Scripting Classes and Overviews" subtitle="" location="scripting.qdoc"/>
+ <page access="public" status="commendable" name="scripting.html" href="scripting.html" subtype="page" title="Making Applications Scriptable" fulltitle="Making Applications Scriptable" subtitle="" location="scripting.qdoc">
+ <contents name="scripting-classes" title="Scripting Classes" level="1"/>
+ <contents name="language-overview" title="Language Overview" level="1"/>
+ <contents name="basic-usage" title="Basic Usage" level="1"/>
+ <contents name="making-a-qobject-available-to-the-script-engine" title="Making a QObject Available to the Script Engine" level="1"/>
+ <contents name="using-signals-and-slots" title="Using Signals and Slots" level="2"/>
+ <contents name="signal-to-function-connections" title="Signal to Function Connections" level="3"/>
+ <contents name="signal-to-member-function-connections" title="Signal to Member Function Connections" level="3"/>
+ <contents name="signal-to-named-member-function-connections" title="Signal to Named Member Function Connections" level="3"/>
+ <contents name="error-handling" title="Error Handling" level="3"/>
+ <contents name="emitting-signals-from-scripts" title="Emitting Signals from Scripts" level="3"/>
+ <contents name="overloaded-signals-and-slots" title="Overloaded Signals and Slots" level="3"/>
+ <contents name="accessing-properties" title="Accessing Properties" level="2"/>
+ <contents name="accessing-child-qobjects" title="Accessing Child QObjects" level="2"/>
+ <contents name="controlling-qobject-ownership" title="Controlling QObject Ownership" level="2"/>
+ <contents name="qt-ownership" title="Qt Ownership" level="3"/>
+ <contents name="script-ownership" title="Script Ownership" level="3"/>
+ <contents name="auto-ownership" title="Auto-Ownership" level="3"/>
+ <contents name="what-happens-when-someone-else-deletes-the-qobject" title="What Happens When Someone Else Deletes the QObject?" level="3"/>
+ <contents name="customizing-access-to-the-qobject" title="Customizing Access to the QObject" level="2"/>
+ <contents name="making-a-qobject-based-class-new-able-from-a-script" title="Making a QObject-based Class New-able from a Script" level="2"/>
+ <contents name="enum-values" title="Enum Values" level="2"/>
+ <contents name="conversion-between-qtscript-and-c-types" title="Conversion Between QtScript and C++ Types" level="1"/>
+ <contents name="default-conversion-from-qt-script-to-c" title="Default Conversion from Qt Script to C++" level="2"/>
+ <contents name="default-conversion-from-c-to-qt-script" title="Default Conversion from C++ to Qt Script" level="2"/>
+ <contents name="how-to-design-and-implement-application-objects" title="How to Design and Implement Application Objects" level="1"/>
+ <contents name="making-a-c-object-available-to-scripts-written-in-qtscript" title="Making a C++ object available to Scripts Written in QtScript" level="2"/>
+ <contents name="making-c-class-member-functions-available-in-qtscript" title="Making C++ Class Member Functions Available in QtScript" level="2"/>
+ <contents name="making-c-class-properties-available-in-qtscript" title="Making C++ Class Properties Available in QtScript" level="2"/>
+ <contents name="reacting-to-c-objects-signals-in-scripts" title="Reacting to C++ Objects Signals in Scripts" level="2"/>
+ <contents name="design-of-application-objects" title="Design of Application Objects" level="2"/>
+ <contents name="returning-qobject-pointers" title="Returning QObject Pointers" level="3"/>
+ <contents name="function-objects-and-native-functions" title="Function Objects and Native Functions" level="1"/>
+ <contents name="calling-a-qt-script-function-from-c" title="Calling a Qt Script Function from C++" level="2"/>
+ <contents name="the-object" title="The Object" level="2"/>
+ <contents name="wrapping-a-native-function" title="Wrapping a Native Function" level="2"/>
+ <contents name="the-qscriptcontext-object" title="The QScriptContext Object" level="2"/>
+ <contents name="processing-function-arguments" title="Processing Function Arguments" level="2"/>
+ <contents name="formal-parameters-and-the-arguments-object" title="Formal Parameters and the Arguments Object" level="3"/>
+ <contents name="checking-the-number-of-arguments" title="Checking the Number of Arguments" level="3"/>
+ <contents name="checking-the-types-of-arguments" title="Checking the Types of Arguments" level="3"/>
+ <contents name="functions-with-variable-numbers-of-arguments" title="Functions with Variable Numbers of Arguments" level="3"/>
+ <contents name="accessing-the-arguments-object" title="Accessing the Arguments Object" level="3"/>
+ <contents name="constructor-functions" title="Constructor Functions" level="2"/>
+ <contents name="associating-data-with-a-function" title="Associating Data with a Function" level="2"/>
+ <contents name="native-functions-as-arguments-to-functions" title="Native Functions as Arguments to Functions" level="2"/>
+ <contents name="the-activation-object" title="The Activation Object" level="2"/>
+ <contents name="nested-functions-and-the-scope-chain" title="Nested Functions and the Scope Chain" level="2"/>
+ <contents name="property-getters-and-setters" title="Property Getters and Setters" level="2"/>
+ <contents name="making-use-of-prototype-based-inheritance" title="Making Use of Prototype-Based Inheritance" level="1"/>
+ <contents name="prototype-objects-and-shared-properties" title="Prototype Objects and Shared Properties" level="2"/>
+ <contents name="defining-classes-in-a-prototype-based-universe" title="Defining Classes in a Prototype-Based Universe" level="2"/>
+ <contents name="prototype-based-programming-with-the-qtscript-c-api" title="Prototype-Based Programming with the QtScript C++ API" level="2"/>
+ <contents name="implementing-prototype-objects-for-value-based-types" title="Implementing Prototype Objects for Value-based Types" level="2"/>
+ <contents name="implementing-constructors-for-value-based-types" title="Implementing Constructors for Value-based Types" level="2"/>
+ <contents name="managing-non-qobject-based-objects" title="Managing Non-QObject-based Objects" level="2"/>
+ <contents name="defining-custom-script-classes-with-qscriptclass" title="Defining Custom Script Classes with QScriptClass" level="1"/>
+ <contents name="error-handling-and-debugging-facilities" title="Error Handling and Debugging Facilities" level="1"/>
+ <contents name="redefining-print" title="Redefining print()" level="2"/>
+ <contents name="using-qtscript-extensions" title="Using QtScript Extensions" level="1"/>
+ <contents name="internationalization" title="Internationalization" level="1"/>
+ <contents name="use-qstr-for-all-literal-text" title="Use qsTr() for All Literal Text" level="2"/>
+ <contents name="use-string-prototype-arg-for-dynamic-text" title="Use String.prototype.arg() for Dynamic Text" level="2"/>
+ <contents name="produce-translations" title="Produce Translations" level="2"/>
+ <contents name="apply-translations" title="Apply Translations" level="2"/>
+ <contents name="ecmascript-compatibility" title="ECMAScript Compatibility" level="1"/>
+ <contents name="qtscript-extensions-to-ecmascript" title="QtScript Extensions to ECMAScript" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="activeqt-container.html" href="activeqt-container.html" subtype="page" title="Using ActiveX controls and COM objects in Qt" fulltitle="Using ActiveX controls and COM objects in Qt" subtitle="" location="activeqt-container.qdoc">
+ <contents name="using-the-library" title="Using the Library" level="1"/>
+ <contents name="distributing-qaxcontainer-applications" title="Distributing QAxContainer Applications" level="2"/>
+ <contents name="instantiating-com-objects" title="Instantiating COM Objects" level="1"/>
+ <contents name="typical-error-messages" title="Typical Error Messages" level="2"/>
+ <contents name="requested-control-could-not-be-instantiated" title="Requested control could not be instantiated" level="3"/>
+ <contents name="accessing-the-object-api" title="Accessing the Object API" level="1"/>
+ <contents name="generating-a-c-namespace" title="Generating a C++ Namespace" level="2"/>
+ <contents name="call-by-name" title="Call-by-Name" level="2"/>
+ <contents name="calling-function-through-a-script-engine" title="Calling Function Through a Script Engine" level="2"/>
+ <contents name="calling-a-function-using-the-native-com-interfaces" title="Calling a Function Using the Native COM Interfaces" level="2"/>
+ <contents name="typical-error-messages" title="Typical Error Messages" level="2"/>
+ <contents name="qaxbase-internalinvoke-no-such-method" title="QAxBase::internalInvoke: No such method" level="3"/>
+ <contents name="error-calling-idispatch-member-non-optional-parameter-missing" title="Error calling IDispatch member: Non-optional parameter missing" level="3"/>
+ <contents name="error-calling-idispatch-member-type-mismatch-in-parameter-n" title="Error calling IDispatch member: Type mismatch in parameter n" level="3"/>
+ <contents name="qaxscriptmanager-call-no-script-provides-this-function" title="QAxScriptManager::call(): No script provides this function" level="3"/>
+ </page>
+ <page access="public" status="commendable" name="widgets/styles" href="widgets-styles.html" subtype="example" title="Styles Example" fulltitle="Styles Example" subtitle="" location="styles.qdoc">
+ <contents name="norwegianwoodstyle-class-definition" title="NorwegianWoodStyle Class Definition" level="1"/>
+ <contents name="norwegianwoodstyle-class-implementation" title="NorwegianWoodStyle Class Implementation" level="1"/>
+ <contents name="widgetgallery-class" title="WidgetGallery Class" level="1"/>
+ <page access="public" status="commendable" name="widgets/styles/norwegianwoodstyle.cpp" href="widgets-styles-norwegianwoodstyle-cpp.html" subtype="file" title="" fulltitle="norwegianwoodstyle.cpp Example File" subtitle="widgets/styles/norwegianwoodstyle.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/styles/norwegianwoodstyle.h" href="widgets-styles-norwegianwoodstyle-h.html" subtype="file" title="" fulltitle="norwegianwoodstyle.h Example File" subtitle="widgets/styles/norwegianwoodstyle.h" location=""/>
+ <page access="public" status="commendable" name="widgets/styles/widgetgallery.cpp" href="widgets-styles-widgetgallery-cpp.html" subtype="file" title="" fulltitle="widgetgallery.cpp Example File" subtitle="widgets/styles/widgetgallery.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/styles/widgetgallery.h" href="widgets-styles-widgetgallery-h.html" subtype="file" title="" fulltitle="widgetgallery.h Example File" subtitle="widgets/styles/widgetgallery.h" location=""/>
+ <page access="public" status="commendable" name="widgets/styles/main.cpp" href="widgets-styles-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="widgets/styles/main.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/styles/styles.pro" href="widgets-styles-styles-pro.html" subtype="file" title="" fulltitle="styles.pro Example File" subtitle="widgets/styles/styles.pro" location=""/>
+ <page access="public" status="commendable" name="widgets/styles/styles.qrc" href="widgets-styles-styles-qrc.html" subtype="file" title="" fulltitle="styles.qrc Example File" subtitle="widgets/styles/styles.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="graphicsview/collidingmice" href="graphicsview-collidingmice.html" subtype="example" title="Colliding Mice Example" fulltitle="Colliding Mice Example" subtitle="" location="collidingmice-example.qdoc">
+ <contents name="mouse-class-definition" title="Mouse Class Definition" level="1"/>
+ <contents name="mouse-class-definition" title="Mouse Class Definition" level="1"/>
+ <contents name="the-main-function" title="The Main() Function" level="1"/>
+ <page access="public" status="commendable" name="graphicsview/collidingmice/mouse.cpp" href="graphicsview-collidingmice-mouse-cpp.html" subtype="file" title="" fulltitle="mouse.cpp Example File" subtitle="graphicsview/collidingmice/mouse.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/collidingmice/mouse.h" href="graphicsview-collidingmice-mouse-h.html" subtype="file" title="" fulltitle="mouse.h Example File" subtitle="graphicsview/collidingmice/mouse.h" location=""/>
+ <page access="public" status="commendable" name="graphicsview/collidingmice/main.cpp" href="graphicsview-collidingmice-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="graphicsview/collidingmice/main.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/collidingmice/collidingmice.pro" href="graphicsview-collidingmice-collidingmice-pro.html" subtype="file" title="" fulltitle="collidingmice.pro Example File" subtitle="graphicsview/collidingmice/collidingmice.pro" location=""/>
+ <page access="public" status="commendable" name="graphicsview/collidingmice/mice.qrc" href="graphicsview-collidingmice-mice-qrc.html" subtype="file" title="" fulltitle="mice.qrc Example File" subtitle="graphicsview/collidingmice/mice.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="&lt;QtConcurrentFilter&gt;" href="qtconcurrentfilter.html" subtype="header" title="Concurrent Filter and Filter-Reduce" fulltitle="&lt;QtConcurrentFilter&gt; - Concurrent Filter and Filter-Reduce" subtitle="" location="qtconcurrentfilter.cpp">
+ <contents name="concurrent-filter" title="Concurrent Filter" level="1"/>
+ <contents name="concurrent-filter-reduce" title="Concurrent Filter-Reduce" level="1"/>
+ <contents name="additional-api-features" title="Additional API Features" level="1"/>
+ <contents name="using-iterators-instead-of-sequence" title="Using Iterators instead of Sequence" level="2"/>
+ <contents name="using-member-functions" title="Using Member Functions" level="2"/>
+ <contents name="using-function-objects" title="Using Function Objects" level="2"/>
+ <contents name="using-bound-function-arguments" title="Using Bound Function Arguments" level="2"/>
+ </page>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_CLASSINFO" href="qobject.html#Q_CLASSINFO" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QObject" type="" signature="Q_CLASSINFO( Name, Value)">
+ <parameter left="" right="" name="Name" default=""/>
+ <parameter left="" right="" name="Value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_INTERFACES" href="qobject.html#Q_INTERFACES" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QObject" type="" signature="Q_INTERFACES(... )">
+ <parameter left="..." right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_PROPERTY" href="qobject.html#Q_PROPERTY" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QObject" type="" signature="Q_PROPERTY(... )">
+ <parameter left="..." right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ENUMS" href="qobject.html#Q_ENUMS" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QObject" type="" signature="Q_ENUMS(... )">
+ <parameter left="..." right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_FLAGS" href="qobject.html#Q_FLAGS" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QObject" type="" signature="Q_FLAGS(... )">
+ <parameter left="..." right="" name="" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_OBJECT" href="qobject.html#Q_OBJECT" location="qobject.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QObject" type="" signature="Q_OBJECT()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_SIGNALS" href="qobject.html#Q_SIGNALS" location="qobject.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QObject" type="" signature="Q_SIGNALS()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_SIGNAL" href="qobject.html#Q_SIGNAL" location="qobject.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QObject" type="" signature="Q_SIGNAL()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_SLOTS" href="qobject.html#Q_SLOTS" location="qobject.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QObject" type="" signature="Q_SLOTS()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_SLOT" href="qobject.html#Q_SLOT" location="qobject.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QObject" type="" signature="Q_SLOT()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_EMIT" href="qobject.html#Q_EMIT" location="qobject.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QObject" type="" signature="Q_EMIT()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_INVOKABLE" href="qobject.html#Q_INVOKABLE" location="qobject.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QObject" type="" signature="Q_INVOKABLE()"/>
+ <page access="public" status="commendable" name="designer/customwidgetplugin" href="designer-customwidgetplugin.html" subtype="example" title="Custom Widget Plugin Example" fulltitle="Custom Widget Plugin Example" subtitle="" location="customwidgetplugin.qdoc">
+ <contents name="preparation" title="Preparation" level="1"/>
+ <contents name="analogclock-class-definition-and-implementation" title="AnalogClock Class Definition and Implementation" level="1"/>
+ <contents name="analogclockplugin-class-definition" title="AnalogClockPlugin Class Definition" level="1"/>
+ <contents name="analogclockplugin-implementation" title="AnalogClockPlugin Implementation" level="1"/>
+ <page access="public" status="commendable" name="designer/customwidgetplugin/analogclock.cpp" href="designer-customwidgetplugin-analogclock-cpp.html" subtype="file" title="" fulltitle="analogclock.cpp Example File" subtitle="designer/customwidgetplugin/analogclock.cpp" location=""/>
+ <page access="public" status="commendable" name="designer/customwidgetplugin/analogclock.h" href="designer-customwidgetplugin-analogclock-h.html" subtype="file" title="" fulltitle="analogclock.h Example File" subtitle="designer/customwidgetplugin/analogclock.h" location=""/>
+ <page access="public" status="commendable" name="designer/customwidgetplugin/customwidgetplugin.cpp" href="designer-customwidgetplugin-customwidgetplugin-cpp.html" subtype="file" title="" fulltitle="customwidgetplugin.cpp Example File" subtitle="designer/customwidgetplugin/customwidgetplugin.cpp" location=""/>
+ <page access="public" status="commendable" name="designer/customwidgetplugin/customwidgetplugin.h" href="designer-customwidgetplugin-customwidgetplugin-h.html" subtype="file" title="" fulltitle="customwidgetplugin.h Example File" subtitle="designer/customwidgetplugin/customwidgetplugin.h" location=""/>
+ <page access="public" status="commendable" name="designer/customwidgetplugin/customwidgetplugin.pro" href="designer-customwidgetplugin-customwidgetplugin-pro.html" subtype="file" title="" fulltitle="customwidgetplugin.pro Example File" subtitle="designer/customwidgetplugin/customwidgetplugin.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tools/customtype" href="tools-customtype.html" subtype="example" title="Custom Type Example" fulltitle="Custom Type Example" subtitle="" location="customtype.qdoc">
+ <contents name="overview" title="Overview" level="1"/>
+ <contents name="the-message-class-definition" title="The Message Class Definition" level="1"/>
+ <contents name="the-message-class-implementation" title="The Message Class Implementation" level="1"/>
+ <contents name="using-the-message" title="Using the Message" level="1"/>
+ <contents name="further-reading" title="Further Reading" level="1"/>
+ <page access="public" status="commendable" name="tools/customtype/message.cpp" href="tools-customtype-message-cpp.html" subtype="file" title="" fulltitle="message.cpp Example File" subtitle="tools/customtype/message.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/customtype/message.h" href="tools-customtype-message-h.html" subtype="file" title="" fulltitle="message.h Example File" subtitle="tools/customtype/message.h" location=""/>
+ <page access="public" status="commendable" name="tools/customtype/main.cpp" href="tools-customtype-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tools/customtype/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/customtype/customtype.pro" href="tools-customtype-customtype-pro.html" subtype="file" title="" fulltitle="customtype.pro Example File" subtitle="tools/customtype/customtype.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="linguist-manual.html" href="linguist-manual.html" subtype="page" title="Qt Linguist Manual" fulltitle="Qt Linguist Manual" subtitle="" location="linguist-manual.qdoc">
+ <keyword name="qt-linguist"/>
+ <contents name="overview-of-the-translation-process" title="Overview of the Translation Process" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="linguist-manager.html" href="linguist-manager.html" subtype="page" title="Qt Linguist Manual: Release Manager" fulltitle="Qt Linguist Manual: Release Manager" subtitle="" location="linguist-manual.qdoc">
+ <target name="lupdate-manual"/>
+ <keyword name="lupdate"/>
+ <keyword name="lrelease"/>
+ <contents name="qt-project-files" title="Qt Project Files" level="1"/>
+ <contents name="lupdate" title="lupdate" level="1"/>
+ <contents name="lrelease" title="lrelease" level="1"/>
+ <contents name="missing-translations" title="Missing Translations" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="linguist-translators.html" href="linguist-translators.html" subtype="page" title="Qt Linguist Manual: Translators" fulltitle="Qt Linguist Manual: Translators" subtitle="" location="linguist-manual.qdoc">
+ <target name="string-translation-states"/>
+ <target name="multiple-languages"/>
+ <target name="menubar"/>
+ <contents name="the-one-minute-guide-to-using-qt-linguist" title="The One Minute Guide to Using Qt Linguist" level="1"/>
+ <contents name="the-qt-linguist-window" title="The Qt Linguist Window" level="1"/>
+ <contents name="context-window" title="Context Window" level="2"/>
+ <contents name="strings-window" title="Strings Window" level="2"/>
+ <contents name="the-translation-area" title="The Translation Area" level="2"/>
+ <contents name="phrases-and-guesses-window" title="Phrases and Guesses Window" level="2"/>
+ <contents name="sources-and-forms-window" title="Sources and Forms Window" level="2"/>
+ <contents name="warnings-window" title="Warnings Window" level="2"/>
+ <contents name="translating-multiple-languages-simultaneously" title="Translating Multiple Languages Simultaneously" level="2"/>
+ <contents name="common-tasks" title="Common Tasks" level="1"/>
+ <contents name="leaving-a-translation-for-later" title="Leaving a Translation for Later" level="2"/>
+ <contents name="phrases-that-require-multiple-translations-depending-on-context" title="Phrases That Require Multiple Translations Depending on Context" level="2"/>
+ <contents name="changing-keyboard-accelerators" title="Changing Keyboard Accelerators" level="2"/>
+ <contents name="alt-key-accellerators" title="Alt Key Accellerators" level="3"/>
+ <contents name="ctrl-key-accelerators" title="Ctrl Key Accelerators" level="3"/>
+ <contents name="handling-numbered-arguments" title="Handling Numbered Arguments" level="2"/>
+ <contents name="reusing-translations" title="Reusing Translations" level="2"/>
+ <contents name="changing-the-target-locale" title="Changing the Target Locale" level="2"/>
+ <contents name="phrase-books" title="Phrase Books" level="1"/>
+ <contents name="creating-and-editing-phrase-books" title="Creating and Editing Phrase Books" level="2"/>
+ <contents name="shortcuts-for-editing-phrase-books" title="Shortcuts for Editing Phrase Books" level="2"/>
+ <contents name="batch-translation" title="Batch Translation" level="2"/>
+ <contents name="validation-tests" title="Validation Tests" level="1"/>
+ <contents name="form-preview" title="Form Preview" level="1"/>
+ <contents name="qt-linguist-reference" title="Qt Linguist Reference" level="1"/>
+ <contents name="file-types" title="File Types" level="2"/>
+ <contents name="the-menu-bar" title="The Menu Bar" level="2"/>
+ <contents name="the-toolbar" title="The Toolbar" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="linguist-programmers.html" href="linguist-programmers.html" subtype="page" title="Qt Linguist Manual: Programmers" fulltitle="Qt Linguist Manual: Programmers" subtitle="" location="linguist-manual.qdoc">
+ <contents name="making-the-application-translation-aware" title="Making the Application Translation-Aware" level="1"/>
+ <contents name="creating-translation-files" title="Creating Translation Files" level="2"/>
+ <contents name="loading-translations" title="Loading Translations" level="2"/>
+ <contents name="making-the-application-translate-user-visible-strings" title="Making the Application Translate User-Visible Strings" level="2"/>
+ <contents name="distinguishing-identical-strings-that-require-different-translations" title="Distinguishing Identical Strings That Require Different Translations" level="2"/>
+ <contents name="helping-the-translator-with-navigation-information" title="Helping the Translator with Navigation Information" level="2"/>
+ <contents name="handling-plural-forms" title="Handling Plural Forms" level="2"/>
+ <contents name="coping-with-c-namespaces" title="Coping With C++ Namespaces" level="2"/>
+ <contents name="translating-text-that-is-outside-of-a-qobject-subclass" title="Translating Text That is Outside of a QObject Subclass" level="2"/>
+ <contents name="using-qcoreapplication-translate" title="Using QCoreApplication::translate()" level="3"/>
+ <contents name="using-qt-tr-noop-and-qt-translate-noop" title="Using QT_TR_NOOP() and QT_TRANSLATE_NOOP()" level="3"/>
+ <contents name="tutorials" title="Tutorials" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="linguist-ts-file-format.html" href="linguist-ts-file-format.html" subtype="page" title="Qt Linguist Manual: TS File Format" fulltitle="Qt Linguist Manual: TS File Format" subtitle="" location="linguist-manual.qdoc"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QT_NO_URL_CAST_FROM_STRING" href="qurl.html#QT_NO_URL_CAST_FROM_STRING" location="qurl.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QUrl" type="" signature="QT_NO_URL_CAST_FROM_STRING()"/>
+ <page access="public" status="commendable" name="widgets/sliders" href="widgets-sliders.html" subtype="example" title="Sliders Example" fulltitle="Sliders Example" subtitle="" location="sliders.qdoc">
+ <contents name="window-class-definition" title="Window Class Definition" level="1"/>
+ <contents name="window-class-implementation" title="Window Class Implementation" level="1"/>
+ <contents name="slidersgroup-class-definition" title="SlidersGroup Class Definition" level="1"/>
+ <contents name="slidersgroup-class-implementation" title="SlidersGroup Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="widgets/sliders/slidersgroup.cpp" href="widgets-sliders-slidersgroup-cpp.html" subtype="file" title="" fulltitle="slidersgroup.cpp Example File" subtitle="widgets/sliders/slidersgroup.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/sliders/slidersgroup.h" href="widgets-sliders-slidersgroup-h.html" subtype="file" title="" fulltitle="slidersgroup.h Example File" subtitle="widgets/sliders/slidersgroup.h" location=""/>
+ <page access="public" status="commendable" name="widgets/sliders/window.cpp" href="widgets-sliders-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="widgets/sliders/window.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/sliders/window.h" href="widgets-sliders-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="widgets/sliders/window.h" location=""/>
+ <page access="public" status="commendable" name="widgets/sliders/main.cpp" href="widgets-sliders-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="widgets/sliders/main.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/sliders/sliders.pro" href="widgets-sliders-sliders-pro.html" subtype="file" title="" fulltitle="sliders.pro Example File" subtitle="widgets/sliders/sliders.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qt-embedded-envvars.html" href="qt-embedded-envvars.html" subtype="page" title="Qt for Embedded Linux Environment Variables" fulltitle="Qt for Embedded Linux Environment Variables" subtitle="" location="emb-envvars.qdoc">
+ <target name="pointercal-file"/>
+ <target name="qt-onscreen-paint"/>
+ <target name="qws-sw-cursor"/>
+ <target name="qws-display"/>
+ <target name="qws-size"/>
+ <target name="qws-mouse-proto"/>
+ <target name="qws-keyboard"/>
+ </page>
+ <page access="public" status="commendable" name="KeyProxy" href="qml-keyproxy.html" title="QML KeyProxy Element Reference" fulltitle="QML KeyProxy Element Reference" subtitle="" location="qfxkeyproxy.cpp">
+ <page access="public" status="commendable" name="targets" href="targets.html" title="" fulltitle="" subtitle="" location="qfxkeyproxy.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="qt-embedded-deployment.html" href="qt-embedded-deployment.html" subtype="page" title="Deploying Qt for Embedded Linux Applications" fulltitle="Deploying Qt for Embedded Linux Applications" subtitle="" location="emb-deployment.qdoc">
+ <contents name="fonts" title="Fonts" level="1"/>
+ <contents name="environment-variables" title="Environment Variables" level="1"/>
+ <contents name="framebuffer-support" title="Framebuffer Support" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="itemviews/editabletreemodel" href="itemviews-editabletreemodel.html" subtype="example" title="Editable Tree Model Example" fulltitle="Editable Tree Model Example" subtitle="" location="editabletreemodel.qdoc">
+ <target name="relations-between-internal-items"/>
+ <target name="relating-items-using-model-indexes"/>
+ <target name="treeitem-parent"/>
+ <target name="treeitem-child"/>
+ <target name="treeitem-data"/>
+ <target name="treeitem-setdata"/>
+ <target name="treemodel-getitem"/>
+ <target name="treemodel-index"/>
+ <target name="treemodel-parent"/>
+ <target name="treemodel-data"/>
+ <target name="treemodel-setupmodeldata"/>
+ <contents name="overview" title="Overview" level="1"/>
+ <contents name="design" title="Design" level="1"/>
+ <contents name="treeitem-class-definition" title="TreeItem Class Definition" level="1"/>
+ <contents name="treeitem-class-implementation" title="TreeItem Class Implementation" level="1"/>
+ <contents name="treemodel-class-definition" title="TreeModel Class Definition" level="1"/>
+ <contents name="treemodel-class-implementation" title="TreeModel Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="itemviews/editabletreemodel/mainwindow.cpp" href="itemviews-editabletreemodel-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="itemviews/editabletreemodel/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/editabletreemodel/mainwindow.h" href="itemviews-editabletreemodel-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="itemviews/editabletreemodel/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/editabletreemodel/mainwindow.ui" href="itemviews-editabletreemodel-mainwindow-ui.html" subtype="file" title="" fulltitle="mainwindow.ui Example File" subtitle="itemviews/editabletreemodel/mainwindow.ui" location=""/>
+ <page access="public" status="commendable" name="itemviews/editabletreemodel/treeitem.cpp" href="itemviews-editabletreemodel-treeitem-cpp.html" subtype="file" title="" fulltitle="treeitem.cpp Example File" subtitle="itemviews/editabletreemodel/treeitem.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/editabletreemodel/treeitem.h" href="itemviews-editabletreemodel-treeitem-h.html" subtype="file" title="" fulltitle="treeitem.h Example File" subtitle="itemviews/editabletreemodel/treeitem.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/editabletreemodel/treemodel.cpp" href="itemviews-editabletreemodel-treemodel-cpp.html" subtype="file" title="" fulltitle="treemodel.cpp Example File" subtitle="itemviews/editabletreemodel/treemodel.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/editabletreemodel/treemodel.h" href="itemviews-editabletreemodel-treemodel-h.html" subtype="file" title="" fulltitle="treemodel.h Example File" subtitle="itemviews/editabletreemodel/treemodel.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/editabletreemodel/main.cpp" href="itemviews-editabletreemodel-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="itemviews/editabletreemodel/main.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/editabletreemodel/editabletreemodel.pro" href="itemviews-editabletreemodel-editabletreemodel-pro.html" subtype="file" title="" fulltitle="editabletreemodel.pro Example File" subtitle="itemviews/editabletreemodel/editabletreemodel.pro" location=""/>
+ <page access="public" status="commendable" name="itemviews/editabletreemodel/editabletreemodel.qrc" href="itemviews-editabletreemodel-editabletreemodel-qrc.html" subtype="file" title="" fulltitle="editabletreemodel.qrc Example File" subtitle="itemviews/editabletreemodel/editabletreemodel.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="demos/sub-attaq" href="demos-sub-attaq.html" subtype="example" title="Sub-Attaq" fulltitle="Sub-Attaq" subtitle="" location="sub-attaq.qdoc">
+ <page access="public" status="commendable" name="demos/sub-attaq/animationmanager.cpp" href="demos-sub-attaq-animationmanager-cpp.html" subtype="file" title="" fulltitle="animationmanager.cpp Example File" subtitle="demos/sub-attaq/animationmanager.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/animationmanager.h" href="demos-sub-attaq-animationmanager-h.html" subtype="file" title="" fulltitle="animationmanager.h Example File" subtitle="demos/sub-attaq/animationmanager.h" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/boat.cpp" href="demos-sub-attaq-boat-cpp.html" subtype="file" title="" fulltitle="boat.cpp Example File" subtitle="demos/sub-attaq/boat.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/boat.h" href="demos-sub-attaq-boat-h.html" subtype="file" title="" fulltitle="boat.h Example File" subtitle="demos/sub-attaq/boat.h" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/boat_p.h" href="demos-sub-attaq-boat-p-h.html" subtype="file" title="" fulltitle="boat_p.h Example File" subtitle="demos/sub-attaq/boat_p.h" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/bomb.cpp" href="demos-sub-attaq-bomb-cpp.html" subtype="file" title="" fulltitle="bomb.cpp Example File" subtitle="demos/sub-attaq/bomb.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/bomb.h" href="demos-sub-attaq-bomb-h.html" subtype="file" title="" fulltitle="bomb.h Example File" subtitle="demos/sub-attaq/bomb.h" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/custompropertyanimation.cpp" href="demos-sub-attaq-custompropertyanimation-cpp.html" subtype="file" title="" fulltitle="custompropertyanimation.cpp Example File" subtitle="demos/sub-attaq/custompropertyanimation.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/custompropertyanimation.h" href="demos-sub-attaq-custompropertyanimation-h.html" subtype="file" title="" fulltitle="custompropertyanimation.h Example File" subtitle="demos/sub-attaq/custompropertyanimation.h" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/data.xml" href="demos-sub-attaq-data-xml.html" subtype="file" title="" fulltitle="data.xml Example File" subtitle="demos/sub-attaq/data.xml" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/graphicsscene.cpp" href="demos-sub-attaq-graphicsscene-cpp.html" subtype="file" title="" fulltitle="graphicsscene.cpp Example File" subtitle="demos/sub-attaq/graphicsscene.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/graphicsscene.h" href="demos-sub-attaq-graphicsscene-h.html" subtype="file" title="" fulltitle="graphicsscene.h Example File" subtitle="demos/sub-attaq/graphicsscene.h" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/mainwindow.cpp" href="demos-sub-attaq-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="demos/sub-attaq/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/mainwindow.h" href="demos-sub-attaq-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="demos/sub-attaq/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/pixmapitem.cpp" href="demos-sub-attaq-pixmapitem-cpp.html" subtype="file" title="" fulltitle="pixmapitem.cpp Example File" subtitle="demos/sub-attaq/pixmapitem.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/pixmapitem.h" href="demos-sub-attaq-pixmapitem-h.html" subtype="file" title="" fulltitle="pixmapitem.h Example File" subtitle="demos/sub-attaq/pixmapitem.h" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/progressitem.cpp" href="demos-sub-attaq-progressitem-cpp.html" subtype="file" title="" fulltitle="progressitem.cpp Example File" subtitle="demos/sub-attaq/progressitem.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/progressitem.h" href="demos-sub-attaq-progressitem-h.html" subtype="file" title="" fulltitle="progressitem.h Example File" subtitle="demos/sub-attaq/progressitem.h" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/qanimationstate.cpp" href="demos-sub-attaq-qanimationstate-cpp.html" subtype="file" title="" fulltitle="qanimationstate.cpp Example File" subtitle="demos/sub-attaq/qanimationstate.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/qanimationstate.h" href="demos-sub-attaq-qanimationstate-h.html" subtype="file" title="" fulltitle="qanimationstate.h Example File" subtitle="demos/sub-attaq/qanimationstate.h" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/states.cpp" href="demos-sub-attaq-states-cpp.html" subtype="file" title="" fulltitle="states.cpp Example File" subtitle="demos/sub-attaq/states.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/states.h" href="demos-sub-attaq-states-h.html" subtype="file" title="" fulltitle="states.h Example File" subtitle="demos/sub-attaq/states.h" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/submarine.cpp" href="demos-sub-attaq-submarine-cpp.html" subtype="file" title="" fulltitle="submarine.cpp Example File" subtitle="demos/sub-attaq/submarine.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/submarine.h" href="demos-sub-attaq-submarine-h.html" subtype="file" title="" fulltitle="submarine.h Example File" subtitle="demos/sub-attaq/submarine.h" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/submarine_p.h" href="demos-sub-attaq-submarine-p-h.html" subtype="file" title="" fulltitle="submarine_p.h Example File" subtitle="demos/sub-attaq/submarine_p.h" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/torpedo.cpp" href="demos-sub-attaq-torpedo-cpp.html" subtype="file" title="" fulltitle="torpedo.cpp Example File" subtitle="demos/sub-attaq/torpedo.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/torpedo.h" href="demos-sub-attaq-torpedo-h.html" subtype="file" title="" fulltitle="torpedo.h Example File" subtitle="demos/sub-attaq/torpedo.h" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/pics/scalable/background-n810.svg" href="demos-sub-attaq-pics-scalable-background-n810-svg.html" subtype="file" title="" fulltitle="background-n810.svg Example File" subtitle="demos/sub-attaq/pics/scalable/background-n810.svg" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/pics/scalable/background.svg" href="demos-sub-attaq-pics-scalable-background-svg.html" subtype="file" title="" fulltitle="background.svg Example File" subtitle="demos/sub-attaq/pics/scalable/background.svg" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/pics/scalable/boat.svg" href="demos-sub-attaq-pics-scalable-boat-svg.html" subtype="file" title="" fulltitle="boat.svg Example File" subtitle="demos/sub-attaq/pics/scalable/boat.svg" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/pics/scalable/bomb.svg" href="demos-sub-attaq-pics-scalable-bomb-svg.html" subtype="file" title="" fulltitle="bomb.svg Example File" subtitle="demos/sub-attaq/pics/scalable/bomb.svg" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/pics/scalable/sand.svg" href="demos-sub-attaq-pics-scalable-sand-svg.html" subtype="file" title="" fulltitle="sand.svg Example File" subtitle="demos/sub-attaq/pics/scalable/sand.svg" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/pics/scalable/see.svg" href="demos-sub-attaq-pics-scalable-see-svg.html" subtype="file" title="" fulltitle="see.svg Example File" subtitle="demos/sub-attaq/pics/scalable/see.svg" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/pics/scalable/sky.svg" href="demos-sub-attaq-pics-scalable-sky-svg.html" subtype="file" title="" fulltitle="sky.svg Example File" subtitle="demos/sub-attaq/pics/scalable/sky.svg" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/pics/scalable/sub-attaq.svg" href="demos-sub-attaq-pics-scalable-sub-attaq-svg.html" subtype="file" title="" fulltitle="sub-attaq.svg Example File" subtitle="demos/sub-attaq/pics/scalable/sub-attaq.svg" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/pics/scalable/submarine.svg" href="demos-sub-attaq-pics-scalable-submarine-svg.html" subtype="file" title="" fulltitle="submarine.svg Example File" subtitle="demos/sub-attaq/pics/scalable/submarine.svg" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/pics/scalable/surface.svg" href="demos-sub-attaq-pics-scalable-surface-svg.html" subtype="file" title="" fulltitle="surface.svg Example File" subtitle="demos/sub-attaq/pics/scalable/surface.svg" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/pics/scalable/torpedo.svg" href="demos-sub-attaq-pics-scalable-torpedo-svg.html" subtype="file" title="" fulltitle="torpedo.svg Example File" subtitle="demos/sub-attaq/pics/scalable/torpedo.svg" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/main.cpp" href="demos-sub-attaq-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="demos/sub-attaq/main.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/sub-attaq.pro" href="demos-sub-attaq-sub-attaq-pro.html" subtype="file" title="" fulltitle="sub-attaq.pro Example File" subtitle="demos/sub-attaq/sub-attaq.pro" location=""/>
+ <page access="public" status="commendable" name="demos/sub-attaq/subattaq.qrc" href="demos-sub-attaq-subattaq-qrc.html" subtype="file" title="" fulltitle="subattaq.qrc Example File" subtitle="demos/sub-attaq/subattaq.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="demos/spreadsheet" href="demos-spreadsheet.html" subtype="example" title="Spreadsheet" fulltitle="Spreadsheet" subtitle="" location="spreadsheet.qdoc">
+ <page access="public" status="commendable" name="demos/spreadsheet/printview.cpp" href="demos-spreadsheet-printview-cpp.html" subtype="file" title="" fulltitle="printview.cpp Example File" subtitle="demos/spreadsheet/printview.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/spreadsheet/printview.h" href="demos-spreadsheet-printview-h.html" subtype="file" title="" fulltitle="printview.h Example File" subtitle="demos/spreadsheet/printview.h" location=""/>
+ <page access="public" status="commendable" name="demos/spreadsheet/spreadsheet.cpp" href="demos-spreadsheet-spreadsheet-cpp.html" subtype="file" title="" fulltitle="spreadsheet.cpp Example File" subtitle="demos/spreadsheet/spreadsheet.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/spreadsheet/spreadsheet.h" href="demos-spreadsheet-spreadsheet-h.html" subtype="file" title="" fulltitle="spreadsheet.h Example File" subtitle="demos/spreadsheet/spreadsheet.h" location=""/>
+ <page access="public" status="commendable" name="demos/spreadsheet/spreadsheetdelegate.cpp" href="demos-spreadsheet-spreadsheetdelegate-cpp.html" subtype="file" title="" fulltitle="spreadsheetdelegate.cpp Example File" subtitle="demos/spreadsheet/spreadsheetdelegate.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/spreadsheet/spreadsheetdelegate.h" href="demos-spreadsheet-spreadsheetdelegate-h.html" subtype="file" title="" fulltitle="spreadsheetdelegate.h Example File" subtitle="demos/spreadsheet/spreadsheetdelegate.h" location=""/>
+ <page access="public" status="commendable" name="demos/spreadsheet/spreadsheetitem.cpp" href="demos-spreadsheet-spreadsheetitem-cpp.html" subtype="file" title="" fulltitle="spreadsheetitem.cpp Example File" subtitle="demos/spreadsheet/spreadsheetitem.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/spreadsheet/spreadsheetitem.h" href="demos-spreadsheet-spreadsheetitem-h.html" subtype="file" title="" fulltitle="spreadsheetitem.h Example File" subtitle="demos/spreadsheet/spreadsheetitem.h" location=""/>
+ <page access="public" status="commendable" name="demos/spreadsheet/main.cpp" href="demos-spreadsheet-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="demos/spreadsheet/main.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/spreadsheet/spreadsheet.pro" href="demos-spreadsheet-spreadsheet-pro.html" subtype="file" title="" fulltitle="spreadsheet.pro Example File" subtitle="demos/spreadsheet/spreadsheet.pro" location=""/>
+ <page access="public" status="commendable" name="demos/spreadsheet/spreadsheet.qrc" href="demos-spreadsheet-spreadsheet-qrc.html" subtype="file" title="" fulltitle="spreadsheet.qrc Example File" subtitle="demos/spreadsheet/spreadsheet.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="Script" href="qml-script.html" title="QML Script Element Reference" fulltitle="QML Script Element Reference" subtitle="" location="qmlscript.cpp">
+ <page access="public" status="commendable" name="script" href="script.html" title="" fulltitle="" subtitle="" location="qmlscript.cpp"/>
+ <page access="public" status="commendable" name="source" href="source.html" title="" fulltitle="" subtitle="" location="qmlscript.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="help/remotecontrol" href="help-remotecontrol.html" subtype="example" title="Remote Control Example" fulltitle="Remote Control Example" subtitle="" location="remotecontrol.qdoc">
+ <page access="public" status="commendable" name="help/remotecontrol/remotecontrol.cpp" href="help-remotecontrol-remotecontrol-cpp.html" subtype="file" title="" fulltitle="remotecontrol.cpp Example File" subtitle="help/remotecontrol/remotecontrol.cpp" location=""/>
+ <page access="public" status="commendable" name="help/remotecontrol/remotecontrol.h" href="help-remotecontrol-remotecontrol-h.html" subtype="file" title="" fulltitle="remotecontrol.h Example File" subtitle="help/remotecontrol/remotecontrol.h" location=""/>
+ <page access="public" status="commendable" name="help/remotecontrol/remotecontrol.ui" href="help-remotecontrol-remotecontrol-ui.html" subtype="file" title="" fulltitle="remotecontrol.ui Example File" subtitle="help/remotecontrol/remotecontrol.ui" location=""/>
+ <page access="public" status="commendable" name="help/remotecontrol/main.cpp" href="help-remotecontrol-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="help/remotecontrol/main.cpp" location=""/>
+ <page access="public" status="commendable" name="help/remotecontrol/remotecontrol.pro" href="help-remotecontrol-remotecontrol-pro.html" subtype="file" title="" fulltitle="remotecontrol.pro Example File" subtitle="help/remotecontrol/remotecontrol.pro" location=""/>
+ <page access="public" status="commendable" name="help/remotecontrol/remotecontrol.qrc" href="help-remotecontrol-remotecontrol-qrc.html" subtype="file" title="" fulltitle="remotecontrol.qrc Example File" subtitle="help/remotecontrol/remotecontrol.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qaxserver-demo-wrapper.html" href="qaxserver-demo-wrapper.html" subtype="page" title="Standard Qt widgets in an HTML page" fulltitle="Standard Qt widgets in an HTML page" subtitle="" location="wrapper.qdoc"/>
+ <page access="public" status="commendable" name="activeqt/wrapper" href="activeqt-wrapper.html" subtype="example" title="Wrapper Example (ActiveQt)" fulltitle="Wrapper Example (ActiveQt)" subtitle="" location="wrapper.qdoc">
+ <page access="public" status="commendable" name="activeqt/wrapper/main.cpp" href="activeqt-wrapper-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="activeqt/wrapper/main.cpp" location=""/>
+ <page access="public" status="commendable" name="activeqt/wrapper/wrapper.pro" href="activeqt-wrapper-wrapper-pro.html" subtype="file" title="" fulltitle="wrapper.pro Example File" subtitle="activeqt/wrapper/wrapper.pro" location=""/>
+ </page>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_DECLARE_TR_FUNCTIONS" href="qcoreapplication.html#Q_DECLARE_TR_FUNCTIONS" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QCoreApplication" type="" signature="Q_DECLARE_TR_FUNCTIONS( context)">
+ <parameter left="" right="" name="context" default=""/>
+ </function>
+ <page access="public" status="commendable" name="network/ftp" href="network-ftp.html" subtype="example" title="FTP Example" fulltitle="FTP Example" subtitle="" location="ftp.qdoc">
+ <contents name="ftpwindow-class-definition" title="FtpWindow Class Definition" level="1"/>
+ <contents name="ftpwindow-class-implementation" title="FtpWindow Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="network/ftp/ftpwindow.cpp" href="network-ftp-ftpwindow-cpp.html" subtype="file" title="" fulltitle="ftpwindow.cpp Example File" subtitle="network/ftp/ftpwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="network/ftp/ftpwindow.h" href="network-ftp-ftpwindow-h.html" subtype="file" title="" fulltitle="ftpwindow.h Example File" subtitle="network/ftp/ftpwindow.h" location=""/>
+ <page access="public" status="commendable" name="network/ftp/main.cpp" href="network-ftp-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="network/ftp/main.cpp" location=""/>
+ <page access="public" status="commendable" name="network/ftp/ftp.pro" href="network-ftp-ftp-pro.html" subtype="file" title="" fulltitle="ftp.pro Example File" subtitle="network/ftp/ftp.pro" location=""/>
+ <page access="public" status="commendable" name="network/ftp/ftp.qrc" href="network-ftp-ftp-qrc.html" subtype="file" title="" fulltitle="ftp.qrc Example File" subtitle="network/ftp/ftp.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="opengl/framebufferobject2" href="opengl-framebufferobject2.html" subtype="example" title="Framebuffer Object 2 Example" fulltitle="Framebuffer Object 2 Example" subtitle="" location="framebufferobject2.qdoc">
+ <page access="public" status="commendable" name="opengl/framebufferobject2/glwidget.cpp" href="opengl-framebufferobject2-glwidget-cpp.html" subtype="file" title="" fulltitle="glwidget.cpp Example File" subtitle="opengl/framebufferobject2/glwidget.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/framebufferobject2/glwidget.h" href="opengl-framebufferobject2-glwidget-h.html" subtype="file" title="" fulltitle="glwidget.h Example File" subtitle="opengl/framebufferobject2/glwidget.h" location=""/>
+ <page access="public" status="commendable" name="opengl/framebufferobject2/main.cpp" href="opengl-framebufferobject2-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="opengl/framebufferobject2/main.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/framebufferobject2/framebufferobject2.pro" href="opengl-framebufferobject2-framebufferobject2-pro.html" subtype="file" title="" fulltitle="framebufferobject2.pro Example File" subtitle="opengl/framebufferobject2/framebufferobject2.pro" location=""/>
+ <page access="public" status="commendable" name="opengl/framebufferobject2/framebufferobject2.qrc" href="opengl-framebufferobject2-framebufferobject2-qrc.html" subtype="file" title="" fulltitle="framebufferobject2.qrc Example File" subtitle="opengl/framebufferobject2/framebufferobject2.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="gallery-windows.html" href="gallery-windows.html" subtype="page" title="Windows Style Widget Gallery" fulltitle="Windows Style Widget Gallery" subtitle="" location="gallery-windows.qdoc"/>
+ <page access="public" status="commendable" name="FontLoader" href="qml-fontloader.html" title="QML FontLoader Element Reference" fulltitle="QML FontLoader Element Reference" subtitle="" location="qmlfontloader.cpp">
+ <page access="public" status="commendable" name="source" href="source.html" title="" fulltitle="" subtitle="" location="qmlfontloader.cpp"/>
+ <page access="public" status="commendable" name="name" href="name.html" title="" fulltitle="" subtitle="" location="qmlfontloader.cpp"/>
+ <page access="public" status="commendable" name="status" href="status.html" title="" fulltitle="" subtitle="" location="qmlfontloader.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="activeqt-dumpdoc.html" href="activeqt-dumpdoc.html" subtype="page" title="The dumpdoc Tool (ActiveQt)" fulltitle="The dumpdoc Tool (ActiveQt)" subtitle="" location="activeqt-dumpdoc.qdoc">
+ <keyword name="dumpdoc"/>
+ </page>
+ <page access="public" status="commendable" name="demos/chip" href="demos-chip.html" subtype="example" title="40000 Chips" fulltitle="40000 Chips" subtitle="" location="chip.qdoc">
+ <page access="public" status="commendable" name="demos/chip/chip.cpp" href="demos-chip-chip-cpp.html" subtype="file" title="" fulltitle="chip.cpp Example File" subtitle="demos/chip/chip.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/chip/chip.h" href="demos-chip-chip-h.html" subtype="file" title="" fulltitle="chip.h Example File" subtitle="demos/chip/chip.h" location=""/>
+ <page access="public" status="commendable" name="demos/chip/mainwindow.cpp" href="demos-chip-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="demos/chip/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/chip/mainwindow.h" href="demos-chip-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="demos/chip/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="demos/chip/view.cpp" href="demos-chip-view-cpp.html" subtype="file" title="" fulltitle="view.cpp Example File" subtitle="demos/chip/view.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/chip/view.h" href="demos-chip-view-h.html" subtype="file" title="" fulltitle="view.h Example File" subtitle="demos/chip/view.h" location=""/>
+ <page access="public" status="commendable" name="demos/chip/main.cpp" href="demos-chip-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="demos/chip/main.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/chip/chip.pro" href="demos-chip-chip-pro.html" subtype="file" title="" fulltitle="chip.pro Example File" subtitle="demos/chip/chip.pro" location=""/>
+ <page access="public" status="commendable" name="demos/chip/images.qrc" href="demos-chip-images-qrc.html" subtype="file" title="" fulltitle="images.qrc Example File" subtitle="demos/chip/images.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qt-embedded-running.html" href="qt-embedded-running.html" subtype="page" title="Running Qt for Embedded Linux Applications" fulltitle="Running Qt for Embedded Linux Applications" subtitle="" location="emb-running.qdoc">
+ <contents name="using-a-single-display" title="Using a Single Display" level="1"/>
+ <contents name="using-multiple-displays" title="Using Multiple Displays" level="1"/>
+ <contents name="command-line-options" title="Command Line Options" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="tools" href="tools.html" subtype="group" title="Non-GUI Classes" fulltitle="Non-GUI Classes" subtitle="" location="containers.qdoc"/>
+ <page access="public" status="commendable" name="containers.html" href="containers.html" subtype="page" title="Generic Containers" fulltitle="Generic Containers" subtitle="" location="containers.qdoc">
+ <keyword name="container-class"/>
+ <keyword name="container-classes"/>
+ <keyword name="assignable-data-type"/>
+ <keyword name="assignable-data-types"/>
+ <keyword name="default-constructed-values"/>
+ <keyword name="foreach"/>
+ <keyword name="constant-time"/>
+ <keyword name="logarithmic-time"/>
+ <keyword name="linear-time"/>
+ <keyword name="linear-logarithmic-time"/>
+ <keyword name="quadratic-time"/>
+ <contents name="introduction" title="Introduction" level="1"/>
+ <contents name="the-container-classes" title="The Container Classes" level="1"/>
+ <contents name="the-iterator-classes" title="The Iterator Classes" level="1"/>
+ <contents name="java-style-iterators" title="Java-Style Iterators" level="2"/>
+ <contents name="stl-style-iterators" title="STL-Style Iterators" level="2"/>
+ <contents name="the-foreach-keyword" title="The foreach Keyword" level="1"/>
+ <contents name="other-container-like-classes" title="Other Container-Like Classes" level="1"/>
+ <contents name="algorithmic-complexity" title="Algorithmic Complexity" level="1"/>
+ <contents name="growth-strategies" title="Growth Strategies" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="opengl/textures" href="opengl-textures.html" subtype="example" title="Textures Example" fulltitle="Textures Example" subtitle="" location="textures.qdoc">
+ <page access="public" status="commendable" name="opengl/textures/glwidget.cpp" href="opengl-textures-glwidget-cpp.html" subtype="file" title="" fulltitle="glwidget.cpp Example File" subtitle="opengl/textures/glwidget.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/textures/glwidget.h" href="opengl-textures-glwidget-h.html" subtype="file" title="" fulltitle="glwidget.h Example File" subtitle="opengl/textures/glwidget.h" location=""/>
+ <page access="public" status="commendable" name="opengl/textures/window.cpp" href="opengl-textures-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="opengl/textures/window.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/textures/window.h" href="opengl-textures-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="opengl/textures/window.h" location=""/>
+ <page access="public" status="commendable" name="opengl/textures/main.cpp" href="opengl-textures-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="opengl/textures/main.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/textures/textures.pro" href="opengl-textures-textures-pro.html" subtype="file" title="" fulltitle="textures.pro Example File" subtitle="opengl/textures/textures.pro" location=""/>
+ <page access="public" status="commendable" name="opengl/textures/textures.qrc" href="opengl-textures-textures-qrc.html" subtype="file" title="" fulltitle="textures.qrc Example File" subtitle="opengl/textures/textures.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="multimedia/audio/audioinput" href="multimedia-audio-audioinput.html" subtype="example" title="AudioInput Example" fulltitle="AudioInput Example" subtitle="" location="audioinput.qdoc">
+ <page access="public" status="commendable" name="multimedia/audio/audioinput/audioinput.cpp" href="multimedia-audio-audioinput-audioinput-cpp.html" subtype="file" title="" fulltitle="audioinput.cpp Example File" subtitle="multimedia/audio/audioinput/audioinput.cpp" location=""/>
+ <page access="public" status="commendable" name="multimedia/audio/audioinput/audioinput.h" href="multimedia-audio-audioinput-audioinput-h.html" subtype="file" title="" fulltitle="audioinput.h Example File" subtitle="multimedia/audio/audioinput/audioinput.h" location=""/>
+ <page access="public" status="commendable" name="multimedia/audio/audioinput/main.cpp" href="multimedia-audio-audioinput-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="multimedia/audio/audioinput/main.cpp" location=""/>
+ <page access="public" status="commendable" name="multimedia/audio/audioinput/audioinput.pro" href="multimedia-audio-audioinput-audioinput-pro.html" subtype="file" title="" fulltitle="audioinput.pro Example File" subtitle="multimedia/audio/audioinput/audioinput.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="ipc/localfortuneserver" href="ipc-localfortuneserver.html" subtype="example" title="Local Fortune Server Example" fulltitle="Local Fortune Server Example" subtitle="" location="localfortuneserver.qdoc">
+ <page access="public" status="commendable" name="ipc/localfortuneserver/server.cpp" href="ipc-localfortuneserver-server-cpp.html" subtype="file" title="" fulltitle="server.cpp Example File" subtitle="ipc/localfortuneserver/server.cpp" location=""/>
+ <page access="public" status="commendable" name="ipc/localfortuneserver/server.h" href="ipc-localfortuneserver-server-h.html" subtype="file" title="" fulltitle="server.h Example File" subtitle="ipc/localfortuneserver/server.h" location=""/>
+ <page access="public" status="commendable" name="ipc/localfortuneserver/main.cpp" href="ipc-localfortuneserver-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="ipc/localfortuneserver/main.cpp" location=""/>
+ <page access="public" status="commendable" name="ipc/localfortuneserver/localfortuneserver.pro" href="ipc-localfortuneserver-localfortuneserver-pro.html" subtype="file" title="" fulltitle="localfortuneserver.pro Example File" subtitle="ipc/localfortuneserver/localfortuneserver.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="threads/semaphores" href="threads-semaphores.html" subtype="example" title="Semaphores Example" fulltitle="Semaphores Example" subtitle="" location="semaphores.qdoc">
+ <contents name="global-variables" title="Global Variables" level="1"/>
+ <contents name="producer-class" title="Producer Class" level="1"/>
+ <contents name="consumer-class" title="Consumer Class" level="1"/>
+ <contents name="the-main-function" title="The main() Function" level="1"/>
+ <page access="public" status="commendable" name="threads/semaphores/semaphores.cpp" href="threads-semaphores-semaphores-cpp.html" subtype="file" title="" fulltitle="semaphores.cpp Example File" subtitle="threads/semaphores/semaphores.cpp" location=""/>
+ <page access="public" status="commendable" name="threads/semaphores/semaphores.pro" href="threads-semaphores-semaphores-pro.html" subtype="file" title="" fulltitle="semaphores.pro Example File" subtitle="threads/semaphores/semaphores.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qt4-threads.html" href="qt4-threads.html" subtype="page" title="Thread Support in Qt 4" fulltitle="Thread Support in Qt 4" subtitle="" location="qt4-threads.qdoc">
+ <contents name="general-overview" title="General Overview" level="1"/>
+ <contents name="comparison-with-qt-3" title="Comparison with Qt 3" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="draganddrop/dropsite" href="draganddrop-dropsite.html" subtype="example" title="Drop Site Example" fulltitle="Drop Site Example" subtitle="" location="dropsite.qdoc">
+ <contents name="droparea-class-definition" title="DropArea Class Definition" level="1"/>
+ <contents name="droparea-class-implementation" title="DropArea Class Implementation" level="1"/>
+ <contents name="dropsitewindow-class-definition" title="DropSiteWindow Class Definition" level="1"/>
+ <contents name="dropsitewindow-class-implementation" title="DropSiteWindow Class Implementation" level="1"/>
+ <contents name="the-main-function" title="The main() Function" level="1"/>
+ <page access="public" status="commendable" name="draganddrop/dropsite/droparea.cpp" href="draganddrop-dropsite-droparea-cpp.html" subtype="file" title="" fulltitle="droparea.cpp Example File" subtitle="draganddrop/dropsite/droparea.cpp" location=""/>
+ <page access="public" status="commendable" name="draganddrop/dropsite/droparea.h" href="draganddrop-dropsite-droparea-h.html" subtype="file" title="" fulltitle="droparea.h Example File" subtitle="draganddrop/dropsite/droparea.h" location=""/>
+ <page access="public" status="commendable" name="draganddrop/dropsite/dropsitewindow.cpp" href="draganddrop-dropsite-dropsitewindow-cpp.html" subtype="file" title="" fulltitle="dropsitewindow.cpp Example File" subtitle="draganddrop/dropsite/dropsitewindow.cpp" location=""/>
+ <page access="public" status="commendable" name="draganddrop/dropsite/dropsitewindow.h" href="draganddrop-dropsite-dropsitewindow-h.html" subtype="file" title="" fulltitle="dropsitewindow.h Example File" subtitle="draganddrop/dropsite/dropsitewindow.h" location=""/>
+ <page access="public" status="commendable" name="draganddrop/dropsite/main.cpp" href="draganddrop-dropsite-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="draganddrop/dropsite/main.cpp" location=""/>
+ <page access="public" status="commendable" name="draganddrop/dropsite/dropsite.pro" href="draganddrop-dropsite-dropsite-pro.html" subtype="file" title="" fulltitle="dropsite.pro Example File" subtitle="draganddrop/dropsite/dropsite.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="printing" href="printing.html" subtype="group" title="Printer and Printing APIs" fulltitle="Printer and Printing APIs" subtitle="" location="printing.qdoc"/>
+ <page access="public" status="commendable" name="printing.html" href="printing.html" subtype="page" title="Printing with Qt" fulltitle="Printing with Qt" subtitle="" location="printing.qdoc">
+ <contents name="classes-supporting-printing" title="Classes Supporting Printing" level="1"/>
+ <contents name="paint-devices-and-printing" title="Paint Devices and Printing" level="1"/>
+ <contents name="creating-a-qprinter" title="Creating a QPrinter" level="2"/>
+ <contents name="painting-onto-a-page" title="Painting onto a Page" level="2"/>
+ <contents name="coordinate-systems" title="Coordinate Systems" level="2"/>
+ <contents name="printing-from-complex-widgets" title="Printing from Complex Widgets" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="pdf-licensing.html" href="pdf-licensing.html" subtype="page" title="Notes about PDF Licensing" fulltitle="Notes about PDF Licensing" subtitle="" location="printing.qdoc"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ARG" href="qmetaobject.html#Q_ARG" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QMetaObject" type="QGenericArgument" signature="Q_ARG( Type, const Type &amp; value)">
+ <parameter left="" right="" name="Type" default=""/>
+ <parameter left="const Type &amp;" right="" name="value" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_RETURN_ARG" href="qmetaobject.html#Q_RETURN_ARG" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QMetaObject" type="QGenericReturnArgument" signature="Q_RETURN_ARG( Type, Type &amp; value)">
+ <parameter left="" right="" name="Type" default=""/>
+ <parameter left="Type &amp;" right="" name="value" default=""/>
+ </function>
+ <page access="public" status="commendable" name="guibooks.html" href="guibooks.html" subtype="page" title="Books about GUI Design" fulltitle="Books about GUI Design" subtitle="" location="guibooks.qdoc">
+ <target name="fowler"/>
+ <target name="design-patterns"/>
+ <contents name="buying-these-books-from-amazon-com" title="Buying these Books from Amazon.com" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="script/qstetrix" href="script-qstetrix.html" subtype="example" title="Qt Script Tetrix Example" fulltitle="Qt Script Tetrix Example" subtitle="" location="qtscripttetrix.qdoc">
+ <contents name="overview" title="Overview" level="1"/>
+ <contents name="setting-up-the-gui" title="Setting up the GUI" level="1"/>
+ <page access="public" status="commendable" name="script/qstetrix/tetrixboard.cpp" href="script-qstetrix-tetrixboard-cpp.html" subtype="file" title="" fulltitle="tetrixboard.cpp Example File" subtitle="script/qstetrix/tetrixboard.cpp" location=""/>
+ <page access="public" status="commendable" name="script/qstetrix/tetrixboard.h" href="script-qstetrix-tetrixboard-h.html" subtype="file" title="" fulltitle="tetrixboard.h Example File" subtitle="script/qstetrix/tetrixboard.h" location=""/>
+ <page access="public" status="commendable" name="script/qstetrix/tetrixboard.js" href="script-qstetrix-tetrixboard-js.html" subtype="file" title="" fulltitle="tetrixboard.js Example File" subtitle="script/qstetrix/tetrixboard.js" location=""/>
+ <page access="public" status="commendable" name="script/qstetrix/tetrixpiece.js" href="script-qstetrix-tetrixpiece-js.html" subtype="file" title="" fulltitle="tetrixpiece.js Example File" subtitle="script/qstetrix/tetrixpiece.js" location=""/>
+ <page access="public" status="commendable" name="script/qstetrix/tetrixwindow.js" href="script-qstetrix-tetrixwindow-js.html" subtype="file" title="" fulltitle="tetrixwindow.js Example File" subtitle="script/qstetrix/tetrixwindow.js" location=""/>
+ <page access="public" status="commendable" name="script/qstetrix/tetrixwindow.ui" href="script-qstetrix-tetrixwindow-ui.html" subtype="file" title="" fulltitle="tetrixwindow.ui Example File" subtitle="script/qstetrix/tetrixwindow.ui" location=""/>
+ <page access="public" status="commendable" name="script/qstetrix/main.cpp" href="script-qstetrix-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="script/qstetrix/main.cpp" location=""/>
+ <page access="public" status="commendable" name="script/qstetrix/qstetrix.pro" href="script-qstetrix-qstetrix-pro.html" subtype="file" title="" fulltitle="qstetrix.pro Example File" subtitle="script/qstetrix/qstetrix.pro" location=""/>
+ <page access="public" status="commendable" name="script/qstetrix/tetrix.qrc" href="script-qstetrix-tetrix-qrc.html" subtype="file" title="" fulltitle="tetrix.qrc Example File" subtitle="script/qstetrix/tetrix.qrc" location=""/>
+ </page>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QT_NO_CAST_FROM_ASCII" href="qstring.html#QT_NO_CAST_FROM_ASCII" location="qstring.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QString" type="" signature="QT_NO_CAST_FROM_ASCII()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QT_NO_CAST_TO_ASCII" href="qstring.html#QT_NO_CAST_TO_ASCII" location="qstring.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QString" type="" signature="QT_NO_CAST_TO_ASCII()"/>
+ <page access="public" status="commendable" name="activeqt/webbrowser" href="activeqt-webbrowser.html" subtype="example" title="Web Browser Example (ActiveQt)" fulltitle="Web Browser Example (ActiveQt)" subtitle="" location="webbrowser.qdoc">
+ <page access="public" status="commendable" name="activeqt/webbrowser/mainwindow.ui" href="activeqt-webbrowser-mainwindow-ui.html" subtype="file" title="" fulltitle="mainwindow.ui Example File" subtitle="activeqt/webbrowser/mainwindow.ui" location=""/>
+ <page access="public" status="commendable" name="activeqt/webbrowser/mainwindow_windowsmobile.ui" href="activeqt-webbrowser-mainwindow-windowsmobile-ui.html" subtype="file" title="" fulltitle="mainwindow_windowsmobile.ui Example File" subtitle="activeqt/webbrowser/mainwindow_windowsmobile.ui" location=""/>
+ <page access="public" status="commendable" name="activeqt/webbrowser/webaxwidget.h" href="activeqt-webbrowser-webaxwidget-h.html" subtype="file" title="" fulltitle="webaxwidget.h Example File" subtitle="activeqt/webbrowser/webaxwidget.h" location=""/>
+ <page access="public" status="commendable" name="activeqt/webbrowser/main.cpp" href="activeqt-webbrowser-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="activeqt/webbrowser/main.cpp" location=""/>
+ <page access="public" status="commendable" name="activeqt/webbrowser/webbrowser.pro" href="activeqt-webbrowser-webbrowser-pro.html" subtype="file" title="" fulltitle="webbrowser.pro Example File" subtitle="activeqt/webbrowser/webbrowser.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="itemviews/dirview" href="itemviews-dirview.html" subtype="example" title="Dir View Example" fulltitle="Dir View Example" subtitle="" location="dirview.qdoc">
+ <page access="public" status="commendable" name="itemviews/dirview/main.cpp" href="itemviews-dirview-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="itemviews/dirview/main.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/dirview/dirview.pro" href="itemviews-dirview-dirview-pro.html" subtype="file" title="" fulltitle="dirview.pro Example File" subtitle="itemviews/dirview/dirview.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="painting/concentriccircles" href="painting-concentriccircles.html" subtype="example" title="Concentric Circles Example" fulltitle="Concentric Circles Example" subtitle="" location="concentriccircles.qdoc">
+ <contents name="circlewidget-class-definition" title="CircleWidget Class Definition" level="1"/>
+ <contents name="circlewidget-class-implementation" title="CircleWidget Class Implementation" level="1"/>
+ <contents name="window-class-definition" title="Window Class Definition" level="1"/>
+ <contents name="window-class-implementation" title="Window Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="painting/concentriccircles/circlewidget.cpp" href="painting-concentriccircles-circlewidget-cpp.html" subtype="file" title="" fulltitle="circlewidget.cpp Example File" subtitle="painting/concentriccircles/circlewidget.cpp" location=""/>
+ <page access="public" status="commendable" name="painting/concentriccircles/circlewidget.h" href="painting-concentriccircles-circlewidget-h.html" subtype="file" title="" fulltitle="circlewidget.h Example File" subtitle="painting/concentriccircles/circlewidget.h" location=""/>
+ <page access="public" status="commendable" name="painting/concentriccircles/window.cpp" href="painting-concentriccircles-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="painting/concentriccircles/window.cpp" location=""/>
+ <page access="public" status="commendable" name="painting/concentriccircles/window.h" href="painting-concentriccircles-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="painting/concentriccircles/window.h" location=""/>
+ <page access="public" status="commendable" name="painting/concentriccircles/main.cpp" href="painting-concentriccircles-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="painting/concentriccircles/main.cpp" location=""/>
+ <page access="public" status="commendable" name="painting/concentriccircles/concentriccircles.pro" href="painting-concentriccircles-concentriccircles-pro.html" subtype="file" title="" fulltitle="concentriccircles.pro Example File" subtitle="painting/concentriccircles/concentriccircles.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qt4-tulip.html" href="qt4-tulip.html" subtype="page" title="The Tulip Container Classes" fulltitle="The Tulip Container Classes" subtitle="" location="qt4-tulip.qdoc">
+ <contents name="general-overview" title="General Overview" level="1"/>
+ <contents name="examples" title="Examples" level="1"/>
+ <contents name="comparison-with-qt-3" title="Comparison with Qt 3" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="VerticalPositioner" href="qml-verticalpositioner.html" title="QML VerticalPositioner Element Reference" fulltitle="QML VerticalPositioner Element Reference" subtitle="" location="qfxpositioners.cpp">
+ <page access="public" status="commendable" name="remove" href="remove.html" title="" fulltitle="" subtitle="" location="qfxpositioners.cpp"/>
+ <page access="public" status="commendable" name="add" href="add.html" title="" fulltitle="" subtitle="" location="qfxpositioners.cpp"/>
+ <page access="public" status="commendable" name="move" href="move.html" title="" fulltitle="" subtitle="" location="qfxpositioners.cpp"/>
+ <page access="public" status="commendable" name="spacing" href="spacing.html" title="" fulltitle="" subtitle="" location="qfxpositioners.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="HorizontalPositioner" href="qml-horizontalpositioner.html" title="QML HorizontalPositioner Element Reference" fulltitle="QML HorizontalPositioner Element Reference" subtitle="" location="qfxpositioners.cpp">
+ <page access="public" status="commendable" name="remove" href="remove.html" title="" fulltitle="" subtitle="" location="qfxpositioners.cpp"/>
+ <page access="public" status="commendable" name="add" href="add.html" title="" fulltitle="" subtitle="" location="qfxpositioners.cpp"/>
+ <page access="public" status="commendable" name="move" href="move.html" title="" fulltitle="" subtitle="" location="qfxpositioners.cpp"/>
+ <page access="public" status="commendable" name="spacing" href="spacing.html" title="" fulltitle="" subtitle="" location="qfxpositioners.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="GridPositioner" href="qml-gridpositioner.html" title="QML GridPositioner Element Reference" fulltitle="QML GridPositioner Element Reference" subtitle="" location="qfxpositioners.cpp">
+ <page access="public" status="commendable" name="remove" href="remove.html" title="" fulltitle="" subtitle="" location="qfxpositioners.cpp"/>
+ <page access="public" status="commendable" name="add" href="add.html" title="" fulltitle="" subtitle="" location="qfxpositioners.cpp"/>
+ <page access="public" status="commendable" name="move" href="move.html" title="" fulltitle="" subtitle="" location="qfxpositioners.cpp"/>
+ <page access="public" status="commendable" name="spacing" href="spacing.html" title="" fulltitle="" subtitle="" location="qfxpositioners.cpp"/>
+ <page access="public" status="commendable" name="columns" href="columns.html" title="" fulltitle="" subtitle="" location="qfxpositioners.cpp"/>
+ <page access="public" status="commendable" name="rows" href="rows.html" title="" fulltitle="" subtitle="" location="qfxpositioners.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="qt4-mainwindow.html" href="qt4-mainwindow.html" subtype="page" title="The Qt 4 Main Window Classes" fulltitle="The Qt 4 Main Window Classes" subtitle="" location="qt4-mainwindow.qdoc">
+ <contents name="overview-of-the-main-window-classes" title="Overview of the Main Window Classes" level="1"/>
+ <contents name="the-main-window-classes" title="The Main Window Classes" level="1"/>
+ <contents name="example-code" title="Example Code" level="1"/>
+ <contents name="what-s-changed-since-qt-3" title="What's Changed since Qt 3?" level="1"/>
+ <contents name="new-functionality" title="New Functionality" level="2"/>
+ <contents name="independent-qdockwidget-and-qtoolbar-classes" title="Independent QDockWidget And QToolBar Classes" level="2"/>
+ <contents name="code-change-examples" title="Code Change Examples" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="qt-embedded-charinput.html" href="qt-embedded-charinput.html" subtype="page" title="Qt for Embedded Linux Character Input" fulltitle="Qt for Embedded Linux Character Input" subtitle="" location="emb-charinput.qdoc">
+ <contents name="available-keyboard-drivers" title="Available Keyboard Drivers" level="1"/>
+ <contents name="keymaps" title="Keymaps" level="1"/>
+ <contents name="specifying-a-keyboard-driver" title="Specifying a Keyboard Driver" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qt4-scribe.html" href="qt4-scribe.html" subtype="page" title="The Scribe Classes" fulltitle="The Scribe Classes" subtitle="" location="qt4-scribe.qdoc">
+ <keyword name="scribe"/>
+ <contents name="overview-of-scribe" title="Overview of Scribe" level="1"/>
+ <contents name="the-document-interface" title="The Document Interface" level="2"/>
+ <contents name="document-structure" title="Document Structure" level="2"/>
+ <contents name="editing-and-content-creation" title="Editing and Content Creation" level="2"/>
+ <contents name="document-layout" title="Document Layout" level="2"/>
+ <contents name="example-code" title="Example Code" level="1"/>
+ <contents name="manipulating-rich-text" title="Manipulating Rich Text" level="2"/>
+ <contents name="plain-text-layout" title="Plain Text Layout" level="2"/>
+ <contents name="printing-features" title="Printing Features" level="2"/>
+ <contents name="comparison-with-qt-3" title="Comparison with Qt 3" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="sql-types.html" href="sql-types.html" subtype="page" title="Recommended Use of Data Types in Databases" fulltitle="Recommended Use of Data Types in Databases" subtitle="" location="qsqldatatype-table.qdoc">
+ <contents name="recommended-use-of-types-in-qt-supported-databases" title="Recommended Use of Types in Qt Supported Databases" level="1"/>
+ <contents name="ibm-db2-data-types" title="IBM DB2 Data Types" level="2"/>
+ <contents name="borland-interbase-data-types" title="Borland InterBase Data Types" level="2"/>
+ <contents name="mysql-data-types" title="MySQL Data Types" level="2"/>
+ <contents name="oracle-call-interface-data-types" title="Oracle Call Interface Data Types" level="2"/>
+ <contents name="odbc-data-types" title="ODBC Data Types" level="2"/>
+ <contents name="postgresql-data-types" title="PostgreSQL Data Types" level="2"/>
+ <contents name="qsqlite-sqlite-version-3-data-types" title="QSQLITE SQLite version 3 Data Types" level="2"/>
+ <contents name="sybase-adaptive-server-data-types" title="Sybase Adaptive Server Data Types" level="2"/>
+ <contents name="sqlite-version-2" title="SQLite Version 2" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="tools/treemodelcompleter" href="tools-treemodelcompleter.html" subtype="example" title="Tree Model Completer Example" fulltitle="Tree Model Completer Example" subtitle="" location="treemodelcompleter.qdoc">
+ <contents name="the-resource-file" title="The Resource File" level="1"/>
+ <contents name="treemodelcompleter-class-definition" title="TreeModelCompleter Class Definition" level="1"/>
+ <contents name="treemodelcompleter-class-implementation" title="TreeModelCompleter Class Implementation" level="1"/>
+ <contents name="mainwindow-class-definition" title="MainWindow Class Definition" level="1"/>
+ <contents name="mainwindow-class-implementation" title="MainWindow Class Implementation" level="1"/>
+ <contents name="function" title=" Function" level="1"/>
+ <page access="public" status="commendable" name="tools/treemodelcompleter/mainwindow.cpp" href="tools-treemodelcompleter-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="tools/treemodelcompleter/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/treemodelcompleter/mainwindow.h" href="tools-treemodelcompleter-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="tools/treemodelcompleter/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="tools/treemodelcompleter/treemodelcompleter.cpp" href="tools-treemodelcompleter-treemodelcompleter-cpp.html" subtype="file" title="" fulltitle="treemodelcompleter.cpp Example File" subtitle="tools/treemodelcompleter/treemodelcompleter.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/treemodelcompleter/treemodelcompleter.h" href="tools-treemodelcompleter-treemodelcompleter-h.html" subtype="file" title="" fulltitle="treemodelcompleter.h Example File" subtitle="tools/treemodelcompleter/treemodelcompleter.h" location=""/>
+ <page access="public" status="commendable" name="tools/treemodelcompleter/main.cpp" href="tools-treemodelcompleter-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tools/treemodelcompleter/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/treemodelcompleter/treemodelcompleter.pro" href="tools-treemodelcompleter-treemodelcompleter-pro.html" subtype="file" title="" fulltitle="treemodelcompleter.pro Example File" subtitle="tools/treemodelcompleter/treemodelcompleter.pro" location=""/>
+ <page access="public" status="commendable" name="tools/treemodelcompleter/treemodelcompleter.qrc" href="tools-treemodelcompleter-treemodelcompleter-qrc.html" subtype="file" title="" fulltitle="treemodelcompleter.qrc Example File" subtitle="tools/treemodelcompleter/treemodelcompleter.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="database" href="database.html" subtype="group" title="Database Classes" fulltitle="Database Classes" subtitle="" location="sql-programming.qdoc"/>
+ <page access="public" status="commendable" name="sql-programming.html" href="sql-programming.html" subtype="page" title="SQL Programming" fulltitle="SQL Programming" subtitle="" location="sql-programming.qdoc">
+ <contents name="topics" title="Topics:" level="1"/>
+ <contents name="database-classes" title="Database Classes" level="1"/>
+ <contents name="driver-layer" title="Driver Layer" level="2"/>
+ <contents name="sql-api-layer" title="SQL API Layer" level="2"/>
+ <contents name="user-interface-layer" title="User Interface Layer" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="sql-connecting.html" href="sql-connecting.html" subtype="page" title="Connecting to Databases" fulltitle="Connecting to Databases" subtitle="" location="sql-programming.qdoc"/>
+ <page access="public" status="commendable" name="sql-sqlstatements.html" href="sql-sqlstatements.html" subtype="page" title="Executing SQL Statements" fulltitle="Executing SQL Statements" subtitle="" location="sql-programming.qdoc">
+ <contents name="executing-a-query" title="Executing a Query" level="2"/>
+ <contents name="navigating-the-result-set" title="Navigating the Result Set" level="2"/>
+ <contents name="inserting-updating-and-deleting-records" title="Inserting, Updating, and Deleting Records" level="2"/>
+ <contents name="transactions" title="Transactions" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="sql-model.html" href="sql-model.html" subtype="page" title="Using the SQL Model Classes" fulltitle="Using the SQL Model Classes" subtitle="" location="sql-programming.qdoc">
+ <contents name="the-sql-query-model" title="The SQL Query Model" level="2"/>
+ <contents name="the-sql-table-model" title="The SQL Table Model" level="2"/>
+ <contents name="the-sql-relational-table-model" title="The SQL Relational Table Model" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="sql-presenting.html" href="sql-presenting.html" subtype="page" title="Presenting Data in a Table View" fulltitle="Presenting Data in a Table View" subtitle="" location="sql-programming.qdoc"/>
+ <page access="public" status="commendable" name="sql-forms.html" href="sql-forms.html" subtype="page" title="Creating Data-Aware Forms" fulltitle="Creating Data-Aware Forms" subtitle="" location="sql-programming.qdoc"/>
+ <page access="public" status="commendable" name="widgets/windowflags" href="widgets-windowflags.html" subtype="example" title="Window Flags Example" fulltitle="Window Flags Example" subtitle="" location="windowflags.qdoc">
+ <contents name="controllerwindow-class-definition" title="ControllerWindow Class Definition" level="1"/>
+ <contents name="controllerwindow-class-implementation" title="ControllerWindow Class Implementation" level="1"/>
+ <contents name="previewwindow-class-definition" title="PreviewWindow Class Definition" level="1"/>
+ <contents name="previewwindow-class-implementation" title="PreviewWindow Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="widgets/windowflags/controllerwindow.cpp" href="widgets-windowflags-controllerwindow-cpp.html" subtype="file" title="" fulltitle="controllerwindow.cpp Example File" subtitle="widgets/windowflags/controllerwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/windowflags/controllerwindow.h" href="widgets-windowflags-controllerwindow-h.html" subtype="file" title="" fulltitle="controllerwindow.h Example File" subtitle="widgets/windowflags/controllerwindow.h" location=""/>
+ <page access="public" status="commendable" name="widgets/windowflags/previewwindow.cpp" href="widgets-windowflags-previewwindow-cpp.html" subtype="file" title="" fulltitle="previewwindow.cpp Example File" subtitle="widgets/windowflags/previewwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/windowflags/previewwindow.h" href="widgets-windowflags-previewwindow-h.html" subtype="file" title="" fulltitle="previewwindow.h Example File" subtitle="widgets/windowflags/previewwindow.h" location=""/>
+ <page access="public" status="commendable" name="widgets/windowflags/main.cpp" href="widgets-windowflags-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="widgets/windowflags/main.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/windowflags/windowflags.pro" href="widgets-windowflags-windowflags-pro.html" subtype="file" title="" fulltitle="windowflags.pro Example File" subtitle="widgets/windowflags/windowflags.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="opengl/2dpainting" href="opengl-2dpainting.html" subtype="example" title="2D Painting Example" fulltitle="2D Painting Example" subtitle="" location="2dpainting.qdoc">
+ <contents name="overview" title="Overview" level="1"/>
+ <contents name="helper-class-definition" title="Helper Class Definition" level="1"/>
+ <contents name="helper-class-implementation" title="Helper Class Implementation" level="1"/>
+ <contents name="widget-class-definition" title="Widget Class Definition" level="1"/>
+ <contents name="widget-class-implementation" title="Widget Class Implementation" level="1"/>
+ <contents name="glwidget-class-definition" title="GLWidget Class Definition" level="1"/>
+ <contents name="glwidget-class-implementation" title="GLWidget Class Implementation" level="1"/>
+ <contents name="window-class-definition" title="Window Class Definition" level="1"/>
+ <contents name="window-class-implementation" title="Window Class Implementation" level="1"/>
+ <contents name="running-the-example" title="Running the Example" level="1"/>
+ <page access="public" status="commendable" name="opengl/2dpainting/glwidget.cpp" href="opengl-2dpainting-glwidget-cpp.html" subtype="file" title="" fulltitle="glwidget.cpp Example File" subtitle="opengl/2dpainting/glwidget.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/2dpainting/glwidget.h" href="opengl-2dpainting-glwidget-h.html" subtype="file" title="" fulltitle="glwidget.h Example File" subtitle="opengl/2dpainting/glwidget.h" location=""/>
+ <page access="public" status="commendable" name="opengl/2dpainting/helper.cpp" href="opengl-2dpainting-helper-cpp.html" subtype="file" title="" fulltitle="helper.cpp Example File" subtitle="opengl/2dpainting/helper.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/2dpainting/helper.h" href="opengl-2dpainting-helper-h.html" subtype="file" title="" fulltitle="helper.h Example File" subtitle="opengl/2dpainting/helper.h" location=""/>
+ <page access="public" status="commendable" name="opengl/2dpainting/widget.cpp" href="opengl-2dpainting-widget-cpp.html" subtype="file" title="" fulltitle="widget.cpp Example File" subtitle="opengl/2dpainting/widget.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/2dpainting/widget.h" href="opengl-2dpainting-widget-h.html" subtype="file" title="" fulltitle="widget.h Example File" subtitle="opengl/2dpainting/widget.h" location=""/>
+ <page access="public" status="commendable" name="opengl/2dpainting/window.cpp" href="opengl-2dpainting-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="opengl/2dpainting/window.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/2dpainting/window.h" href="opengl-2dpainting-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="opengl/2dpainting/window.h" location=""/>
+ <page access="public" status="commendable" name="opengl/2dpainting/main.cpp" href="opengl-2dpainting-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="opengl/2dpainting/main.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/2dpainting/2dpainting.pro" href="opengl-2dpainting-2dpainting-pro.html" subtype="file" title="" fulltitle="2dpainting.pro Example File" subtitle="opengl/2dpainting/2dpainting.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qt-embedded-opengl.html" href="qt-embedded-opengl.html" subtype="page" title="Qt for Embedded Linux and OpenGL" fulltitle="Qt for Embedded Linux and OpenGL" subtitle="" location="emb-opengl.qdoc">
+ <contents name="introduction" title="Introduction" level="1"/>
+ <contents name="using-opengl-3d-graphics-in-applications" title="Using OpenGL 3D Graphics in Applications" level="2"/>
+ <contents name="using-opengl-to-accelerate-normal-2d-painting" title="Using OpenGL to Accelerate Normal 2D Painting" level="2"/>
+ <contents name="using-opengl-to-implement-window-compositing-and-effects" title="Using OpenGL to Implement Window Compositing and Effects" level="2"/>
+ <contents name="acceleration-architecture" title="Acceleration Architecture" level="1"/>
+ <contents name="the-reference-integration" title="The Reference Integration" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="io" href="io.html" subtype="group" title="Input/Output and Networking" fulltitle="Input/Output and Networking" subtitle="" location="resources.qdoc"/>
+ <page access="public" status="commendable" name="resources.html" href="resources.html" subtype="page" title="The Qt Resource System" fulltitle="The Qt Resource System" subtitle="" location="resources.qdoc">
+ <keyword name="resource-system"/>
+ <contents name="resource-collection-files" title="Resource Collection Files ()" level="1"/>
+ <contents name="external-binary-resources" title="External Binary Resources" level="2"/>
+ <contents name="compiled-in-resources" title="Compiled-In Resources" level="2"/>
+ <contents name="using-resources-in-the-application" title="Using Resources in the Application" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qttools" href="qttools.html" subtype="group" title="Qt's Tools" fulltitle="Qt's Tools" subtitle="" location="tools-list.qdoc"/>
+ <page access="public" status="commendable" name="demos/embeddeddialogs" href="demos-embeddeddialogs.html" subtype="example" title="Embedded Dialogs" fulltitle="Embedded Dialogs" subtitle="" location="embeddeddialogs.qdoc">
+ <page access="public" status="commendable" name="demos/embeddeddialogs/customproxy.cpp" href="demos-embeddeddialogs-customproxy-cpp.html" subtype="file" title="" fulltitle="customproxy.cpp Example File" subtitle="demos/embeddeddialogs/customproxy.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/embeddeddialogs/customproxy.h" href="demos-embeddeddialogs-customproxy-h.html" subtype="file" title="" fulltitle="customproxy.h Example File" subtitle="demos/embeddeddialogs/customproxy.h" location=""/>
+ <page access="public" status="commendable" name="demos/embeddeddialogs/embeddeddialog.cpp" href="demos-embeddeddialogs-embeddeddialog-cpp.html" subtype="file" title="" fulltitle="embeddeddialog.cpp Example File" subtitle="demos/embeddeddialogs/embeddeddialog.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/embeddeddialogs/embeddeddialog.h" href="demos-embeddeddialogs-embeddeddialog-h.html" subtype="file" title="" fulltitle="embeddeddialog.h Example File" subtitle="demos/embeddeddialogs/embeddeddialog.h" location=""/>
+ <page access="public" status="commendable" name="demos/embeddeddialogs/embeddeddialog.ui" href="demos-embeddeddialogs-embeddeddialog-ui.html" subtype="file" title="" fulltitle="embeddeddialog.ui Example File" subtitle="demos/embeddeddialogs/embeddeddialog.ui" location=""/>
+ <page access="public" status="commendable" name="demos/embeddeddialogs/main.cpp" href="demos-embeddeddialogs-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="demos/embeddeddialogs/main.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/embeddeddialogs/embeddeddialogs.pro" href="demos-embeddeddialogs-embeddeddialogs-pro.html" subtype="file" title="" fulltitle="embeddeddialogs.pro Example File" subtitle="demos/embeddeddialogs/embeddeddialogs.pro" location=""/>
+ <page access="public" status="commendable" name="demos/embeddeddialogs/embeddeddialogs.qrc" href="demos-embeddeddialogs-embeddeddialogs-qrc.html" subtype="file" title="" fulltitle="embeddeddialogs.qrc Example File" subtitle="demos/embeddeddialogs/embeddeddialogs.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="widgets/tooltips" href="widgets-tooltips.html" subtype="example" title="Tool Tips Example" fulltitle="Tool Tips Example" subtitle="" location="tooltips.qdoc">
+ <contents name="sortingbox-class-definition" title="SortingBox Class Definition" level="1"/>
+ <contents name="sortingbox-class-implementation" title="SortingBox Class Implementation" level="1"/>
+ <contents name="shapeitem-class-definition" title="ShapeItem Class Definition" level="1"/>
+ <contents name="shapeitem-class-implementation" title="ShapeItem Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="widgets/tooltips/shapeitem.cpp" href="widgets-tooltips-shapeitem-cpp.html" subtype="file" title="" fulltitle="shapeitem.cpp Example File" subtitle="widgets/tooltips/shapeitem.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/tooltips/shapeitem.h" href="widgets-tooltips-shapeitem-h.html" subtype="file" title="" fulltitle="shapeitem.h Example File" subtitle="widgets/tooltips/shapeitem.h" location=""/>
+ <page access="public" status="commendable" name="widgets/tooltips/sortingbox.cpp" href="widgets-tooltips-sortingbox-cpp.html" subtype="file" title="" fulltitle="sortingbox.cpp Example File" subtitle="widgets/tooltips/sortingbox.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/tooltips/sortingbox.h" href="widgets-tooltips-sortingbox-h.html" subtype="file" title="" fulltitle="sortingbox.h Example File" subtitle="widgets/tooltips/sortingbox.h" location=""/>
+ <page access="public" status="commendable" name="widgets/tooltips/main.cpp" href="widgets-tooltips-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="widgets/tooltips/main.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/tooltips/tooltips.pro" href="widgets-tooltips-tooltips-pro.html" subtype="file" title="" fulltitle="tooltips.pro Example File" subtitle="widgets/tooltips/tooltips.pro" location=""/>
+ <page access="public" status="commendable" name="widgets/tooltips/tooltips.qrc" href="widgets-tooltips-tooltips-qrc.html" subtype="file" title="" fulltitle="tooltips.qrc Example File" subtitle="widgets/tooltips/tooltips.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="QtDeclarative" href="qtdeclarative.html" subtype="module" title="QtDeclarative Module" fulltitle="QtDeclarative Module" subtitle="" location="qtdeclarative.qdoc"/>
+ <page access="public" status="commendable" name="itemviews/puzzle" href="itemviews-puzzle.html" subtype="example" title="Item Views Puzzle Example" fulltitle="Item Views Puzzle Example" subtitle="" location="itemviewspuzzle.qdoc">
+ <page access="public" status="commendable" name="itemviews/puzzle/mainwindow.cpp" href="itemviews-puzzle-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="itemviews/puzzle/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/puzzle/mainwindow.h" href="itemviews-puzzle-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="itemviews/puzzle/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/puzzle/piecesmodel.cpp" href="itemviews-puzzle-piecesmodel-cpp.html" subtype="file" title="" fulltitle="piecesmodel.cpp Example File" subtitle="itemviews/puzzle/piecesmodel.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/puzzle/piecesmodel.h" href="itemviews-puzzle-piecesmodel-h.html" subtype="file" title="" fulltitle="piecesmodel.h Example File" subtitle="itemviews/puzzle/piecesmodel.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/puzzle/puzzlewidget.cpp" href="itemviews-puzzle-puzzlewidget-cpp.html" subtype="file" title="" fulltitle="puzzlewidget.cpp Example File" subtitle="itemviews/puzzle/puzzlewidget.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/puzzle/puzzlewidget.h" href="itemviews-puzzle-puzzlewidget-h.html" subtype="file" title="" fulltitle="puzzlewidget.h Example File" subtitle="itemviews/puzzle/puzzlewidget.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/puzzle/main.cpp" href="itemviews-puzzle-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="itemviews/puzzle/main.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/puzzle/puzzle.pro" href="itemviews-puzzle-puzzle-pro.html" subtype="file" title="" fulltitle="puzzle.pro Example File" subtitle="itemviews/puzzle/puzzle.pro" location=""/>
+ <page access="public" status="commendable" name="itemviews/puzzle/puzzle.qrc" href="itemviews-puzzle-puzzle-qrc.html" subtype="file" title="" fulltitle="puzzle.qrc Example File" subtitle="itemviews/puzzle/puzzle.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qtestlib-manual.html" href="qtestlib-manual.html" subtype="page" title="QTestLib Manual" fulltitle="QTestLib Manual" subtitle="" location="qtestlib.qdoc">
+ <target name="testlib-benchmarking-measurement"/>
+ <keyword name="qtestlib"/>
+ <contents name="qtestlib-features" title="QTestLib Features" level="1"/>
+ <contents name="qtestlib-api" title="QTestLib API" level="1"/>
+ <contents name="using-qtestlib" title="Using QTestLib" level="1"/>
+ <contents name="creating-a-test" title="Creating a Test" level="2"/>
+ <contents name="building-a-test" title="Building a Test" level="2"/>
+ <contents name="qtestlib-command-line-arguments" title="QTestLib Command Line Arguments" level="2"/>
+ <contents name="syntax" title="Syntax" level="3"/>
+ <contents name="options" title="Options" level="3"/>
+ <contents name="creating-a-benchmark" title="Creating a Benchmark" level="2"/>
+ <contents name="using-qtestlib-remotely-on-windows-ce" title="Using QTestLib remotely on Windows CE" level="1"/>
+ <contents name="using" title="Using " level="2"/>
+ <contents name="syntax" title="Syntax" level="3"/>
+ <contents name="options" title="Options" level="3"/>
+ <contents name="qtremote" title="QtRemote" level="2"/>
+ <contents name="requirements" title="Requirements" level="2"/>
+ <contents name="3rd-party-code" title="3rd Party Code" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qtestlib-tutorial.html" href="qtestlib-tutorial.html" subtype="page" title="QTestLib Tutorial" fulltitle="QTestLib Tutorial" subtitle="" location="qtestlib.qdoc"/>
+ <page access="public" status="commendable" name="qtestlib/tutorial1" href="qtestlib-tutorial1.html" subtype="example" title="Chapter 1: Writing a Unit Test" fulltitle="Chapter 1: Writing a Unit Test" subtitle="" location="qtestlib.qdoc">
+ <contents name="writing-a-test" title="Writing a Test" level="1"/>
+ <contents name="executing-a-test" title="Executing a Test" level="1"/>
+ <page access="public" status="commendable" name="qtestlib/tutorial1/testqstring.cpp" href="qtestlib-tutorial1-testqstring-cpp.html" subtype="file" title="" fulltitle="testqstring.cpp Example File" subtitle="qtestlib/tutorial1/testqstring.cpp" location=""/>
+ <page access="public" status="commendable" name="qtestlib/tutorial1/tutorial1.pro" href="qtestlib-tutorial1-tutorial1-pro.html" subtype="file" title="" fulltitle="tutorial1.pro Example File" subtitle="qtestlib/tutorial1/tutorial1.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qtestlib/tutorial2" href="qtestlib-tutorial2.html" subtype="example" title="Chapter 2: Data Driven Testing" fulltitle="Chapter 2: Data Driven Testing" subtitle="" location="qtestlib.qdoc">
+ <contents name="writing-the-data-function" title="Writing the Data Function" level="1"/>
+ <contents name="rewriting-the-test-function" title="Rewriting the Test Function" level="1"/>
+ <page access="public" status="commendable" name="qtestlib/tutorial2/testqstring.cpp" href="qtestlib-tutorial2-testqstring-cpp.html" subtype="file" title="" fulltitle="testqstring.cpp Example File" subtitle="qtestlib/tutorial2/testqstring.cpp" location=""/>
+ <page access="public" status="commendable" name="qtestlib/tutorial2/tutorial2.pro" href="qtestlib-tutorial2-tutorial2-pro.html" subtype="file" title="" fulltitle="tutorial2.pro Example File" subtitle="qtestlib/tutorial2/tutorial2.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qtestlib/tutorial3" href="qtestlib-tutorial3.html" subtype="example" title="Chapter 3: Simulating GUI Events" fulltitle="Chapter 3: Simulating GUI Events" subtitle="" location="qtestlib.qdoc">
+ <contents name="writing-a-gui-test" title="Writing a GUI test" level="1"/>
+ <page access="public" status="commendable" name="qtestlib/tutorial3/testgui.cpp" href="qtestlib-tutorial3-testgui-cpp.html" subtype="file" title="" fulltitle="testgui.cpp Example File" subtitle="qtestlib/tutorial3/testgui.cpp" location=""/>
+ <page access="public" status="commendable" name="qtestlib/tutorial3/tutorial3.pro" href="qtestlib-tutorial3-tutorial3-pro.html" subtype="file" title="" fulltitle="tutorial3.pro Example File" subtitle="qtestlib/tutorial3/tutorial3.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qtestlib/tutorial4" href="qtestlib-tutorial4.html" subtype="example" title="Chapter 4: Replaying GUI Events" fulltitle="Chapter 4: Replaying GUI Events" subtitle="" location="qtestlib.qdoc">
+ <contents name="writing-the-data-function" title="Writing the Data Function" level="1"/>
+ <contents name="rewriting-the-test-function" title="Rewriting the Test Function" level="1"/>
+ <page access="public" status="commendable" name="qtestlib/tutorial4/testgui.cpp" href="qtestlib-tutorial4-testgui-cpp.html" subtype="file" title="" fulltitle="testgui.cpp Example File" subtitle="qtestlib/tutorial4/testgui.cpp" location=""/>
+ <page access="public" status="commendable" name="qtestlib/tutorial4/tutorial4.pro" href="qtestlib-tutorial4-tutorial4-pro.html" subtype="file" title="" fulltitle="tutorial4.pro Example File" subtitle="qtestlib/tutorial4/tutorial4.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qtestlib/tutorial5" href="qtestlib-tutorial5.html" subtype="example" title="Chapter 5: Writing a Benchmark" fulltitle="Chapter 5: Writing a Benchmark" subtitle="" location="qtestlib.qdoc">
+ <contents name="writing-a-benchmark" title="Writing a Benchmark" level="1"/>
+ <contents name="data-functions" title="Data Functions" level="1"/>
+ <contents name="external-tools" title="External Tools" level="1"/>
+ <page access="public" status="commendable" name="qtestlib/tutorial5/benchmarking.cpp" href="qtestlib-tutorial5-benchmarking-cpp.html" subtype="file" title="" fulltitle="benchmarking.cpp Example File" subtitle="qtestlib/tutorial5/benchmarking.cpp" location=""/>
+ <page access="public" status="commendable" name="qtestlib/tutorial5/tutorial5.pro" href="qtestlib-tutorial5-tutorial5-pro.html" subtype="file" title="" fulltitle="tutorial5.pro Example File" subtitle="qtestlib/tutorial5/tutorial5.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="xml/xmlstreamlint" href="xml-xmlstreamlint.html" subtype="example" title="XML Stream Lint Example" fulltitle="XML Stream Lint Example" subtitle="" location="xmlstreamlint.qdoc">
+ <contents name="basic-operation" title="Basic Operation" level="1"/>
+ <page access="public" status="commendable" name="xml/xmlstreamlint/main.cpp" href="xml-xmlstreamlint-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="xml/xmlstreamlint/main.cpp" location=""/>
+ <page access="public" status="commendable" name="xml/xmlstreamlint/xmlstreamlint.pro" href="xml-xmlstreamlint-xmlstreamlint-pro.html" subtype="file" title="" fulltitle="xmlstreamlint.pro Example File" subtitle="xml/xmlstreamlint/xmlstreamlint.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qt-embedded-displaymanagement.html" href="qt-embedded-displaymanagement.html" subtype="page" title="Qt for Embedded Linux Display Management" fulltitle="Qt for Embedded Linux Display Management" subtitle="" location="emb-displaymanagement.qdoc">
+ <target name="mmwidth"/>
+ <target name="mmheight"/>
+ <contents name="available-drivers" title="Available Drivers" level="1"/>
+ <contents name="specifying-a-driver" title="Specifying a Driver" level="1"/>
+ <contents name="subdrivers-and-multiple-drivers" title="Subdrivers and Multiple Drivers" level="1"/>
+ </page>
+ <page access="public" status="preliminary" name="qaxserver-demo-menus.html" href="qaxserver-demo-menus.html" subtype="page" title="Menubar Merging" fulltitle="Menubar Merging" subtitle="" location="menus.qdoc"/>
+ <page access="public" status="commendable" name="activeqt/menus" href="activeqt-menus.html" subtype="example" title="Menus Example (ActiveQt)" fulltitle="Menus Example (ActiveQt)" subtitle="" location="menus.qdoc">
+ <page access="public" status="commendable" name="activeqt/menus/menus.cpp" href="activeqt-menus-menus-cpp.html" subtype="file" title="" fulltitle="menus.cpp Example File" subtitle="activeqt/menus/menus.cpp" location=""/>
+ <page access="public" status="commendable" name="activeqt/menus/menus.h" href="activeqt-menus-menus-h.html" subtype="file" title="" fulltitle="menus.h Example File" subtitle="activeqt/menus/menus.h" location=""/>
+ <page access="public" status="commendable" name="activeqt/menus/main.cpp" href="activeqt-menus-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="activeqt/menus/main.cpp" location=""/>
+ <page access="public" status="commendable" name="activeqt/menus/menus.pro" href="activeqt-menus-menus-pro.html" subtype="file" title="" fulltitle="menus.pro Example File" subtitle="activeqt/menus/menus.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tools/styleplugin" href="tools-styleplugin.html" subtype="example" title="Style Plugin Example" fulltitle="Style Plugin Example" subtitle="" location="styleplugin.qdoc">
+ <contents name="simplestyleplugin-class-definition" title="SimpleStylePlugin Class Definition" level="1"/>
+ <contents name="simplestyleplugin-class-implementation" title="SimpleStylePlugin Class Implementation" level="1"/>
+ <contents name="the-function" title="The function" level="1"/>
+ <contents name="the-simple-style-plugin-profile" title="The Simple Style Plugin Profile" level="1"/>
+ <contents name="related-articles-and-examples" title="Related articles and examples" level="1"/>
+ <page access="public" status="commendable" name="tools/styleplugin/plugin/simplestyle.cpp" href="tools-styleplugin-plugin-simplestyle-cpp.html" subtype="file" title="" fulltitle="simplestyle.cpp Example File" subtitle="tools/styleplugin/plugin/simplestyle.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/styleplugin/plugin/simplestyle.h" href="tools-styleplugin-plugin-simplestyle-h.html" subtype="file" title="" fulltitle="simplestyle.h Example File" subtitle="tools/styleplugin/plugin/simplestyle.h" location=""/>
+ <page access="public" status="commendable" name="tools/styleplugin/plugin/simplestyleplugin.cpp" href="tools-styleplugin-plugin-simplestyleplugin-cpp.html" subtype="file" title="" fulltitle="simplestyleplugin.cpp Example File" subtitle="tools/styleplugin/plugin/simplestyleplugin.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/styleplugin/plugin/simplestyleplugin.h" href="tools-styleplugin-plugin-simplestyleplugin-h.html" subtype="file" title="" fulltitle="simplestyleplugin.h Example File" subtitle="tools/styleplugin/plugin/simplestyleplugin.h" location=""/>
+ <page access="public" status="commendable" name="tools/styleplugin/stylewindow/stylewindow.cpp" href="tools-styleplugin-stylewindow-stylewindow-cpp.html" subtype="file" title="" fulltitle="stylewindow.cpp Example File" subtitle="tools/styleplugin/stylewindow/stylewindow.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/styleplugin/stylewindow/stylewindow.h" href="tools-styleplugin-stylewindow-stylewindow-h.html" subtype="file" title="" fulltitle="stylewindow.h Example File" subtitle="tools/styleplugin/stylewindow/stylewindow.h" location=""/>
+ <page access="public" status="commendable" name="tools/styleplugin/stylewindow/main.cpp" href="tools-styleplugin-stylewindow-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tools/styleplugin/stylewindow/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/styleplugin/styleplugin.pro" href="tools-styleplugin-styleplugin-pro.html" subtype="file" title="" fulltitle="styleplugin.pro Example File" subtitle="tools/styleplugin/styleplugin.pro" location=""/>
+ <page access="public" status="commendable" name="tools/styleplugin/plugin/plugin.pro" href="tools-styleplugin-plugin-plugin-pro.html" subtype="file" title="" fulltitle="plugin.pro Example File" subtitle="tools/styleplugin/plugin/plugin.pro" location=""/>
+ <page access="public" status="commendable" name="tools/styleplugin/stylewindow/stylewindow.pro" href="tools-styleplugin-stylewindow-stylewindow-pro.html" subtype="file" title="" fulltitle="stylewindow.pro Example File" subtitle="tools/styleplugin/stylewindow/stylewindow.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="demos/composition" href="demos-composition.html" subtype="example" title="Composition Modes" fulltitle="Composition Modes" subtitle="" location="composition.qdoc">
+ <page access="public" status="commendable" name="demos/composition/composition.cpp" href="demos-composition-composition-cpp.html" subtype="file" title="" fulltitle="composition.cpp Example File" subtitle="demos/composition/composition.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/composition/composition.h" href="demos-composition-composition-h.html" subtype="file" title="" fulltitle="composition.h Example File" subtitle="demos/composition/composition.h" location=""/>
+ <page access="public" status="commendable" name="demos/composition/main.cpp" href="demos-composition-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="demos/composition/main.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/composition/composition.pro" href="demos-composition-composition-pro.html" subtype="file" title="" fulltitle="composition.pro Example File" subtitle="demos/composition/composition.pro" location=""/>
+ <page access="public" status="commendable" name="demos/composition/composition.qrc" href="demos-composition-composition-qrc.html" subtype="file" title="" fulltitle="composition.qrc Example File" subtitle="demos/composition/composition.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="PathView" href="qml-pathview.html" title="QML PathView Element Reference" fulltitle="QML PathView Element Reference" subtitle="" location="qfxpathview.cpp">
+ <page access="public" status="commendable" name="model" href="model.html" title="" fulltitle="" subtitle="" location="qfxpathview.cpp"/>
+ <page access="public" status="commendable" name="count" href="count.html" title="" fulltitle="" subtitle="" location="qfxpathview.cpp"/>
+ <page access="public" status="commendable" name="path" href="path.html" title="" fulltitle="" subtitle="" location="qfxpathview.cpp"/>
+ <page access="public" status="commendable" name="currentIndex" href="currentindex.html" title="" fulltitle="" subtitle="" location="qfxpathview.cpp"/>
+ <page access="public" status="commendable" name="offset" href="offset.html" title="" fulltitle="" subtitle="" location="qfxpathview.cpp"/>
+ <page access="public" status="commendable" name="snapPosition" href="snapposition.html" title="" fulltitle="" subtitle="" location="qfxpathview.cpp"/>
+ <page access="public" status="commendable" name="dragMargin" href="dragmargin.html" title="" fulltitle="" subtitle="" location="qfxpathview.cpp"/>
+ <page access="public" status="commendable" name="delegate" href="delegate.html" title="" fulltitle="" subtitle="" location="qfxpathview.cpp"/>
+ <page access="public" status="commendable" name="pathItemCount" href="pathitemcount.html" title="" fulltitle="" subtitle="" location="qfxpathview.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="itemviews/simplewidgetmapper" href="itemviews-simplewidgetmapper.html" subtype="example" title="Simple Widget Mapper Example" fulltitle="Simple Widget Mapper Example" subtitle="" location="simplewidgetmapper.qdoc">
+ <contents name="window-class-definition" title="Window Class Definition" level="1"/>
+ <contents name="window-class-implementation" title="Window Class Implementation" level="1"/>
+ <contents name="more-complex-mappings" title="More Complex Mappings" level="1"/>
+ <page access="public" status="commendable" name="itemviews/simplewidgetmapper/window.cpp" href="itemviews-simplewidgetmapper-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="itemviews/simplewidgetmapper/window.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/simplewidgetmapper/window.h" href="itemviews-simplewidgetmapper-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="itemviews/simplewidgetmapper/window.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/simplewidgetmapper/main.cpp" href="itemviews-simplewidgetmapper-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="itemviews/simplewidgetmapper/main.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/simplewidgetmapper/simplewidgetmapper.pro" href="itemviews-simplewidgetmapper-simplewidgetmapper-pro.html" subtype="file" title="" fulltitle="simplewidgetmapper.pro Example File" subtitle="itemviews/simplewidgetmapper/simplewidgetmapper.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qt3to4.html" href="qt3to4.html" subtype="page" title="qt3to4 - The Qt 3 to 4 Porting Tool" fulltitle="qt3to4 - The Qt 3 to 4 Porting Tool" subtitle="" location="qt3to4.qdoc">
+ <keyword name="qt3to4"/>
+ <contents name="usage" title="Usage" level="1"/>
+ <contents name="porting-rules" title="Porting Rules" level="1"/>
+ <contents name="location-of-the-qt3porting-xml-file" title="Location of the qt3porting.xml File" level="2"/>
+ <contents name="logging" title="Logging" level="1"/>
+ <contents name="advanced-usage" title="Advanced Usage" level="1"/>
+ <contents name="limitations" title="Limitations" level="1"/>
+ <contents name="legal-notices" title="Legal Notices" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qt3to4-treewalker.html" href="qt3to4-treewalker.html" subtype="page" title="Contributions to the Following qt3to4 Files: treewalker.h, treedump.cpp, treedump.h, treewalker.cpp" fulltitle="Contributions to the Following qt3to4 Files: treewalker.h, treedump.cpp, treedump.h, treewalker.cpp" subtitle="" location="qt3to4.qdoc"/>
+ <page access="public" status="commendable" name="editions.html" href="editions.html" subtype="page" title="Qt Editions" fulltitle="Qt Editions" subtitle="" location="editions.qdoc"/>
+ <page access="public" status="commendable" name="activeqt-tools" href="activeqt-tools.html" subtype="group" title="Tools for ActiveQt" fulltitle="Tools for ActiveQt" subtitle="" location="activeqt.qdoc"/>
+ <page access="public" status="commendable" name="activeqt.html" href="activeqt.html" subtype="page" title="ActiveQt Framework" fulltitle="ActiveQt Framework" subtitle="" location="activeqt.qdoc">
+ <keyword name="activeqt"/>
+ </page>
+ <page access="public" status="commendable" name="KeyEvent" href="qml-keyevent.html" title="QML KeyEvent Element Reference" fulltitle="QML KeyEvent Element Reference" subtitle="" location="qfxevents.cpp">
+ <page access="public" status="commendable" name="key" href="key.html" title="" fulltitle="" subtitle="" location="qfxevents.cpp"/>
+ <page access="public" status="commendable" name="text" href="text.html" title="" fulltitle="" subtitle="" location="qfxevents.cpp"/>
+ <page access="public" status="commendable" name="isAutoRepeat" href="isautorepeat.html" title="" fulltitle="" subtitle="" location="qfxevents.cpp"/>
+ <page access="public" status="commendable" name="count" href="count.html" title="" fulltitle="" subtitle="" location="qfxevents.cpp"/>
+ <page access="public" status="commendable" name="accepted" href="accepted.html" title="" fulltitle="" subtitle="" location="qfxevents.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="MouseEvent" href="qml-mouseevent.html" title="QML MouseEvent Element Reference" fulltitle="QML MouseEvent Element Reference" subtitle="" location="qfxevents.cpp">
+ <page access="public" status="commendable" name="x" href="x.html" title="" fulltitle="" subtitle="" location="qfxevents.cpp"/>
+ <page access="public" status="commendable" name="button" href="button.html" title="" fulltitle="" subtitle="" location="qfxevents.cpp"/>
+ <page access="public" status="commendable" name="wasHeld" href="washeld.html" title="" fulltitle="" subtitle="" location="qfxevents.cpp"/>
+ <page access="public" status="commendable" name="buttons" href="buttons.html" title="" fulltitle="" subtitle="" location="qfxevents.cpp"/>
+ <page access="public" status="commendable" name="modifiers" href="modifiers.html" title="" fulltitle="" subtitle="" location="qfxevents.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="uic.html" href="uic.html" subtype="page" title="User Interface Compiler (uic)" fulltitle="User Interface Compiler (uic)" subtitle="" location="uic.qdoc">
+ <keyword name="uic"/>
+ <contents name="options" title="Options" level="1"/>
+ <contents name="examples" title="Examples" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qt-embedded-crosscompiling.html" href="qt-embedded-crosscompiling.html" subtype="page" title="Cross-Compiling Qt for Embedded Linux Applications" fulltitle="Cross-Compiling Qt for Embedded Linux Applications" subtitle="" location="emb-crosscompiling.qdoc">
+ <contents name="step-1-set-the-cross-compiler-s-path" title="Step 1: Set the Cross-Compiler's Path" level="1"/>
+ <contents name="step-2-create-a-target-specific-qmake-specification" title="Step 2: Create a Target Specific qmake Specification" level="1"/>
+ <contents name="step-3-provide-architecture-specific-files" title="Step 3: Provide Architecture Specific Files" level="1"/>
+ <contents name="step-4-provide-hardware-drivers" title="Step 4: Provide Hardware Drivers" level="1"/>
+ <contents name="step-5-build-the-target-specific-executable" title="Step 5: Build the Target Specific Executable" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="graphicsview/basicgraphicslayouts" href="graphicsview-basicgraphicslayouts.html" subtype="example" title="Basic Graphics Layouts Example" fulltitle="Basic Graphics Layouts Example" subtitle="" location="basicgraphicslayouts.qdoc">
+ <contents name="window-class-definition" title="Window Class Definition" level="1"/>
+ <contents name="window-class-implementation" title="Window Class Implementation" level="1"/>
+ <contents name="layoutitem-class-definition" title="LayoutItem Class Definition" level="1"/>
+ <contents name="layoutitem-class-implementation" title="LayoutItem Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="graphicsview/basicgraphicslayouts/layoutitem.cpp" href="graphicsview-basicgraphicslayouts-layoutitem-cpp.html" subtype="file" title="" fulltitle="layoutitem.cpp Example File" subtitle="graphicsview/basicgraphicslayouts/layoutitem.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/basicgraphicslayouts/layoutitem.h" href="graphicsview-basicgraphicslayouts-layoutitem-h.html" subtype="file" title="" fulltitle="layoutitem.h Example File" subtitle="graphicsview/basicgraphicslayouts/layoutitem.h" location=""/>
+ <page access="public" status="commendable" name="graphicsview/basicgraphicslayouts/window.cpp" href="graphicsview-basicgraphicslayouts-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="graphicsview/basicgraphicslayouts/window.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/basicgraphicslayouts/window.h" href="graphicsview-basicgraphicslayouts-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="graphicsview/basicgraphicslayouts/window.h" location=""/>
+ <page access="public" status="commendable" name="graphicsview/basicgraphicslayouts/main.cpp" href="graphicsview-basicgraphicslayouts-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="graphicsview/basicgraphicslayouts/main.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/basicgraphicslayouts/basicgraphicslayouts.pro" href="graphicsview-basicgraphicslayouts-basicgraphicslayouts-pro.html" subtype="file" title="" fulltitle="basicgraphicslayouts.pro Example File" subtitle="graphicsview/basicgraphicslayouts/basicgraphicslayouts.pro" location=""/>
+ <page access="public" status="commendable" name="graphicsview/basicgraphicslayouts/basicgraphicslayouts.qrc" href="graphicsview-basicgraphicslayouts-basicgraphicslayouts-qrc.html" subtype="file" title="" fulltitle="basicgraphicslayouts.qrc Example File" subtitle="graphicsview/basicgraphicslayouts/basicgraphicslayouts.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qtscriptdebugger-manual.html" href="qtscriptdebugger-manual.html" subtype="page" title="Qt Script Debugger Manual" fulltitle="Qt Script Debugger Manual" subtitle="" location="qtscriptdebugger-manual.qdoc">
+ <contents name="getting-started" title="Getting Started" level="1"/>
+ <contents name="overview-of-debugger-components" title="Overview of Debugger Components" level="1"/>
+ <contents name="resuming-script-evaluation" title="Resuming Script Evaluation" level="2"/>
+ <contents name="resuming-after-an-uncaught-exception" title="Resuming After an Uncaught Exception" level="2"/>
+ <contents name="console-command-reference" title="Console Command Reference" level="1"/>
+ <contents name="breakpoint-related-commands" title="Breakpoint-related Commands" level="2"/>
+ <contents name="break-location" title="break &lt;location&gt;" level="3"/>
+ <contents name="clear-location" title="clear &lt;location&gt;" level="3"/>
+ <contents name="condition-breakpoint-id-expression" title="condition &lt;breakpoint-id&gt; &lt;expression&gt;" level="3"/>
+ <contents name="delete-breakpoint-id" title="delete &lt;breakpoint-id&gt;" level="3"/>
+ <contents name="disable-breakpoint-id" title="disable &lt;breakpoint-id&gt;" level="3"/>
+ <contents name="enable-breakpoint-id" title="enable &lt;breakpoint-id&gt;" level="3"/>
+ <contents name="ignore-breakpoint-id-count" title="ignore &lt;breakpoint-id&gt; &lt;count&gt;" level="3"/>
+ <contents name="info-breakpoints" title="info breakpoints" level="3"/>
+ <contents name="tbreak-location" title="tbreak &lt;location&gt;" level="3"/>
+ <contents name="file-related-commands" title="File-related Commands" level="2"/>
+ <contents name="list-location" title="list &lt;location&gt;" level="3"/>
+ <contents name="info-scripts" title="info scripts" level="3"/>
+ <contents name="execution-related-commands" title="Execution-related Commands" level="2"/>
+ <contents name="advance-location" title="advance &lt;location&gt;" level="3"/>
+ <contents name="continue" title="continue" level="3"/>
+ <contents name="eval-program" title="eval &lt;program&gt;" level="3"/>
+ <contents name="finish" title="finish" level="3"/>
+ <contents name="interrupt" title="interrupt" level="3"/>
+ <contents name="next-count-1" title="next &lt;count = 1&gt;" level="3"/>
+ <contents name="return-expression" title="return &lt;expression&gt;" level="3"/>
+ <contents name="step-count-1" title="step &lt;count = 1&gt;" level="3"/>
+ <contents name="stack-related-commands" title="Stack-related Commands" level="2"/>
+ <contents name="backtrace" title="backtrace" level="3"/>
+ <contents name="down" title="down" level="3"/>
+ <contents name="frame-index" title="frame &lt;index&gt;" level="3"/>
+ <contents name="info-locals" title="info locals" level="3"/>
+ <contents name="up" title="up" level="3"/>
+ </page>
+ <page access="public" status="commendable" name="qt-embedded-install.html" href="qt-embedded-install.html" subtype="page" title="Installing Qt for Embedded Linux" fulltitle="Installing Qt for Embedded Linux" subtitle="" location="emb-install.qdoc">
+ <contents name="step-1-installing-the-license-file-commercial-editions-only" title="Step 1: Installing the License File (commercial editions only)" level="1"/>
+ <contents name="step-2-unpacking-the-archive" title="Step 2: Unpacking the Archive" level="1"/>
+ <contents name="step-3-building-the-library" title="Step 3: Building the Library" level="1"/>
+ <contents name="step-4-adjusting-the-environment-variables" title="Step 4: Adjusting the Environment Variables" level="1"/>
+ <contents name="step-5-building-the-virtual-framebuffer" title="Step 5: Building the Virtual Framebuffer" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="webkit/googlechat" href="webkit-googlechat.html" subtype="example" title="Google Chat Example" fulltitle="Google Chat Example" subtitle="" location="googlechat.qdoc">
+ <page access="public" status="commendable" name="webkit/googlechat/form.ui" href="webkit-googlechat-form-ui.html" subtype="file" title="" fulltitle="form.ui Example File" subtitle="webkit/googlechat/form.ui" location=""/>
+ <page access="public" status="commendable" name="webkit/googlechat/googlechat.cpp" href="webkit-googlechat-googlechat-cpp.html" subtype="file" title="" fulltitle="googlechat.cpp Example File" subtitle="webkit/googlechat/googlechat.cpp" location=""/>
+ <page access="public" status="commendable" name="webkit/googlechat/googlechat.h" href="webkit-googlechat-googlechat-h.html" subtype="file" title="" fulltitle="googlechat.h Example File" subtitle="webkit/googlechat/googlechat.h" location=""/>
+ <page access="public" status="commendable" name="webkit/googlechat/main.cpp" href="webkit-googlechat-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="webkit/googlechat/main.cpp" location=""/>
+ <page access="public" status="commendable" name="webkit/googlechat/googlechat.pro" href="webkit-googlechat-googlechat-pro.html" subtype="file" title="" fulltitle="googlechat.pro Example File" subtitle="webkit/googlechat/googlechat.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="SystemPalette" href="qml-systempalette.html" title="QML SystemPalette Element Reference" fulltitle="QML SystemPalette Element Reference" subtitle="" location="qmlsystempalette.cpp">
+ <page access="public" status="commendable" name="window" href="window.html" title="" fulltitle="" subtitle="" location="qmlsystempalette.cpp"/>
+ <page access="public" status="commendable" name="windowText" href="windowtext.html" title="" fulltitle="" subtitle="" location="qmlsystempalette.cpp"/>
+ <page access="public" status="commendable" name="base" href="base.html" title="" fulltitle="" subtitle="" location="qmlsystempalette.cpp"/>
+ <page access="public" status="commendable" name="text" href="text.html" title="" fulltitle="" subtitle="" location="qmlsystempalette.cpp"/>
+ <page access="public" status="commendable" name="alternateBase" href="alternatebase.html" title="" fulltitle="" subtitle="" location="qmlsystempalette.cpp"/>
+ <page access="public" status="commendable" name="button" href="button.html" title="" fulltitle="" subtitle="" location="qmlsystempalette.cpp"/>
+ <page access="public" status="commendable" name="buttonText" href="buttontext.html" title="" fulltitle="" subtitle="" location="qmlsystempalette.cpp"/>
+ <page access="public" status="commendable" name="light" href="light.html" title="" fulltitle="" subtitle="" location="qmlsystempalette.cpp"/>
+ <page access="public" status="commendable" name="midlight" href="midlight.html" title="" fulltitle="" subtitle="" location="qmlsystempalette.cpp"/>
+ <page access="public" status="commendable" name="dark" href="dark.html" title="" fulltitle="" subtitle="" location="qmlsystempalette.cpp"/>
+ <page access="public" status="commendable" name="mid" href="mid.html" title="" fulltitle="" subtitle="" location="qmlsystempalette.cpp"/>
+ <page access="public" status="commendable" name="shadow" href="shadow.html" title="" fulltitle="" subtitle="" location="qmlsystempalette.cpp"/>
+ <page access="public" status="commendable" name="highlight" href="highlight.html" title="" fulltitle="" subtitle="" location="qmlsystempalette.cpp"/>
+ <page access="public" status="commendable" name="highlightedText" href="highlightedtext.html" title="" fulltitle="" subtitle="" location="qmlsystempalette.cpp"/>
+ <page access="public" status="commendable" name="lighter" href="lighter.html" title="" fulltitle="" subtitle="" location="qmlsystempalette.cpp"/>
+ <page access="public" status="commendable" name="darker" href="darker.html" title="" fulltitle="" subtitle="" location="qmlsystempalette.cpp"/>
+ <page access="public" status="commendable" name="colorGroup" href="colorgroup.html" title="" fulltitle="" subtitle="" location="qmlsystempalette.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="multimedia/audio/audiodevices" href="multimedia-audio-audiodevices.html" subtype="example" title="Audio Devices Example" fulltitle="Audio Devices Example" subtitle="" location="audiodevices.qdoc">
+ <page access="public" status="commendable" name="multimedia/audio/audiodevices/audiodevices.cpp" href="multimedia-audio-audiodevices-audiodevices-cpp.html" subtype="file" title="" fulltitle="audiodevices.cpp Example File" subtitle="multimedia/audio/audiodevices/audiodevices.cpp" location=""/>
+ <page access="public" status="commendable" name="multimedia/audio/audiodevices/audiodevices.h" href="multimedia-audio-audiodevices-audiodevices-h.html" subtype="file" title="" fulltitle="audiodevices.h Example File" subtitle="multimedia/audio/audiodevices/audiodevices.h" location=""/>
+ <page access="public" status="commendable" name="multimedia/audio/audiodevices/audiodevicesbase.ui" href="multimedia-audio-audiodevices-audiodevicesbase-ui.html" subtype="file" title="" fulltitle="audiodevicesbase.ui Example File" subtitle="multimedia/audio/audiodevices/audiodevicesbase.ui" location=""/>
+ <page access="public" status="commendable" name="multimedia/audio/audiodevices/main.cpp" href="multimedia-audio-audiodevices-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="multimedia/audio/audiodevices/main.cpp" location=""/>
+ <page access="public" status="commendable" name="multimedia/audio/audiodevices/audiodevices.pro" href="multimedia-audio-audiodevices-audiodevices-pro.html" subtype="file" title="" fulltitle="audiodevices.pro Example File" subtitle="multimedia/audio/audiodevices/audiodevices.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="dialogs/tabdialog" href="dialogs-tabdialog.html" subtype="example" title="Tab Dialog Example" fulltitle="Tab Dialog Example" subtitle="" location="tabdialog.qdoc">
+ <contents name="tabdialog-class-definition" title="TabDialog Class Definition" level="1"/>
+ <contents name="tabdialog-class-implementation" title="TabDialog Class Implementation" level="1"/>
+ <contents name="generaltab-class-definition" title="GeneralTab Class Definition" level="1"/>
+ <contents name="generaltab-class-implementation" title="GeneralTab Class Implementation" level="1"/>
+ <contents name="permissionstab-class-definition" title="PermissionsTab Class Definition" level="1"/>
+ <contents name="permissionstab-class-implementation" title="PermissionsTab Class Implementation" level="1"/>
+ <contents name="applicationstab-class-definition" title="ApplicationsTab Class Definition" level="1"/>
+ <contents name="applicationstab-class-implementation" title="ApplicationsTab Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="dialogs/tabdialog/tabdialog.cpp" href="dialogs-tabdialog-tabdialog-cpp.html" subtype="file" title="" fulltitle="tabdialog.cpp Example File" subtitle="dialogs/tabdialog/tabdialog.cpp" location=""/>
+ <page access="public" status="commendable" name="dialogs/tabdialog/tabdialog.h" href="dialogs-tabdialog-tabdialog-h.html" subtype="file" title="" fulltitle="tabdialog.h Example File" subtitle="dialogs/tabdialog/tabdialog.h" location=""/>
+ <page access="public" status="commendable" name="dialogs/tabdialog/main.cpp" href="dialogs-tabdialog-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="dialogs/tabdialog/main.cpp" location=""/>
+ <page access="public" status="commendable" name="dialogs/tabdialog/tabdialog.pro" href="dialogs-tabdialog-tabdialog-pro.html" subtype="file" title="" fulltitle="tabdialog.pro Example File" subtitle="dialogs/tabdialog/tabdialog.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="thread" href="thread.html" subtype="group" title="Threading Classes" fulltitle="Threading Classes" subtitle="" location="threads.qdoc"/>
+ <page access="public" status="commendable" name="threads.html" href="threads.html" subtype="page" title="Thread Support in Qt" fulltitle="Thread Support in Qt" subtitle="" location="threads.qdoc">
+ <contents name="topics" title="Topics:" level="1"/>
+ <contents name="recommended-reading" title="Recommended Reading" level="1"/>
+ <contents name="the-threading-classes" title="The Threading Classes" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="threads-starting.html" href="threads-starting.html" subtype="page" title="Starting Threads with QThread" fulltitle="Starting Threads with QThread" subtitle="" location="threads.qdoc">
+ <contents name="creating-a-thread" title="Creating a Thread" level="1"/>
+ <contents name="starting-a-thread" title="Starting a Thread" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="threads-synchronizing.html" href="threads-synchronizing.html" subtype="page" title="Synchronizing Threads" fulltitle="Synchronizing Threads" subtitle="" location="threads.qdoc"/>
+ <page access="public" status="commendable" name="threads-reentrancy.html" href="threads-reentrancy.html" subtype="page" title="Reentrancy and Thread-Safety" fulltitle="Reentrancy and Thread-Safety" subtitle="" location="threads.qdoc">
+ <keyword name="reentrant"/>
+ <keyword name="thread-safe"/>
+ </page>
+ <page access="public" status="commendable" name="threads-qobject.html" href="threads-qobject.html" subtype="page" title="Threads and QObjects" fulltitle="Threads and QObjects" subtitle="" location="threads.qdoc">
+ <contents name="qobject-reentrancy" title="QObject Reentrancy" level="1"/>
+ <contents name="per-thread-event-loop" title="Per-Thread Event Loop" level="1"/>
+ <contents name="accessing-qobject-subclasses-from-other-threads" title="Accessing QObject Subclasses from Other Threads" level="1"/>
+ <contents name="signals-and-slots-across-threads" title="Signals and Slots Across Threads" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="threads-qtconcurrent.html" href="threads-qtconcurrent.html" subtype="page" title="Concurrent Programming" fulltitle="Concurrent Programming" subtitle="" location="threads.qdoc">
+ <target name="qtconcurrent-intro"/>
+ </page>
+ <page access="public" status="commendable" name="threads-modules.html" href="threads-modules.html" subtype="page" title="Thread-Support in Qt Modules" fulltitle="Thread-Support in Qt Modules" subtitle="" location="threads.qdoc">
+ <contents name="threads-and-the-sql-module" title="Threads and the SQL Module" level="1"/>
+ <contents name="painting-in-threads" title="Painting in Threads" level="1"/>
+ <contents name="threads-and-rich-text-processing" title="Threads and Rich Text Processing" level="1"/>
+ <contents name="threads-and-the-svg-module" title="Threads and the SVG module" level="1"/>
+ <contents name="threads-and-implicitly-shared-classes" title="Threads and Implicitly Shared Classes" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="rcc.html" href="rcc.html" subtype="page" title="Resource Compiler (rcc)" fulltitle="Resource Compiler (rcc)" subtitle="" location="rcc.qdoc">
+ <keyword name="rcc"/>
+ </page>
+ <page access="public" status="commendable" name="widgets/scribble" href="widgets-scribble.html" subtype="example" title="Scribble Example" fulltitle="Scribble Example" subtitle="" location="scribble.qdoc">
+ <contents name="scribblearea-class-definition" title="ScribbleArea Class Definition" level="1"/>
+ <contents name="scribblearea-class-implementation" title="ScribbleArea Class Implementation" level="1"/>
+ <contents name="mainwindow-class-definition" title="MainWindow Class Definition" level="1"/>
+ <contents name="mainwindow-class-implementation" title="MainWindow Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="widgets/scribble/mainwindow.cpp" href="widgets-scribble-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="widgets/scribble/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/scribble/mainwindow.h" href="widgets-scribble-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="widgets/scribble/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="widgets/scribble/scribblearea.cpp" href="widgets-scribble-scribblearea-cpp.html" subtype="file" title="" fulltitle="scribblearea.cpp Example File" subtitle="widgets/scribble/scribblearea.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/scribble/scribblearea.h" href="widgets-scribble-scribblearea-h.html" subtype="file" title="" fulltitle="scribblearea.h Example File" subtitle="widgets/scribble/scribblearea.h" location=""/>
+ <page access="public" status="commendable" name="widgets/scribble/main.cpp" href="widgets-scribble-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="widgets/scribble/main.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/scribble/scribble.pro" href="widgets-scribble-scribble-pro.html" subtype="file" title="" fulltitle="scribble.pro Example File" subtitle="widgets/scribble/scribble.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="itemviews/spinboxdelegate" href="itemviews-spinboxdelegate.html" subtype="example" title="Spin Box Delegate Example" fulltitle="Spin Box Delegate Example" subtitle="" location="spinboxdelegate.qdoc">
+ <contents name="spinboxdelegate-class-definition" title="SpinBoxDelegate Class Definition" level="1"/>
+ <contents name="spinboxdelegate-class-implementation" title="SpinBoxDelegate Class Implementation" level="1"/>
+ <contents name="the-main-function" title="The Main Function" level="1"/>
+ <page access="public" status="commendable" name="itemviews/spinboxdelegate/delegate.cpp" href="itemviews-spinboxdelegate-delegate-cpp.html" subtype="file" title="" fulltitle="delegate.cpp Example File" subtitle="itemviews/spinboxdelegate/delegate.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/spinboxdelegate/delegate.h" href="itemviews-spinboxdelegate-delegate-h.html" subtype="file" title="" fulltitle="delegate.h Example File" subtitle="itemviews/spinboxdelegate/delegate.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/spinboxdelegate/main.cpp" href="itemviews-spinboxdelegate-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="itemviews/spinboxdelegate/main.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/spinboxdelegate/spinboxdelegate.pro" href="itemviews-spinboxdelegate-spinboxdelegate-pro.html" subtype="file" title="" fulltitle="spinboxdelegate.pro Example File" subtitle="itemviews/spinboxdelegate/spinboxdelegate.pro" location=""/>
+ </page>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QDESIGNER_WIDGET_EXPORT" href="qdesignercustomwidgetinterface.html#QDESIGNER_WIDGET_EXPORT" location="customwidget.qdoc" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QDesignerCustomWidgetInterface" type="" signature="QDESIGNER_WIDGET_EXPORT()"/>
+ <page access="public" status="commendable" name="geomanagement" href="geomanagement.html" subtype="group" title="Layout Classes" fulltitle="Layout Classes" subtitle="" location="layout.qdoc"/>
+ <page access="public" status="commendable" name="layout.html" href="layout.html" subtype="page" title="Layout Management" fulltitle="Layout Management" subtitle="" location="layout.qdoc">
+ <keyword name="stretch-factor"/>
+ <contents name="introduction" title="Introduction" level="1"/>
+ <contents name="qt-s-layout-classes" title="Qt's Layout Classes" level="1"/>
+ <contents name="horizontal-vertical-grid-and-form-layouts" title="Horizontal, Vertical, Grid, and Form Layouts" level="1"/>
+ <contents name="laying-out-widgets-in-code" title="Laying Out Widgets in Code" level="2"/>
+ <contents name="tips-for-using-layouts" title="Tips for Using Layouts" level="2"/>
+ <contents name="adding-widgets-to-a-layout" title="Adding Widgets to a Layout" level="1"/>
+ <contents name="stretch-factors" title="Stretch Factors" level="2"/>
+ <contents name="custom-widgets-in-layouts" title="Custom Widgets in Layouts" level="1"/>
+ <contents name="layout-issues" title="Layout Issues" level="1"/>
+ <contents name="manual-layout" title="Manual Layout" level="1"/>
+ <contents name="how-to-write-a-custom-layout-manager" title="How to Write A Custom Layout Manager" level="1"/>
+ <contents name="the-header-file" title="The Header File ()" level="2"/>
+ <contents name="the-implementation-file" title="The Implementation File ()" level="2"/>
+ <contents name="further-notes" title="Further Notes" level="2"/>
+ </page>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QT_NO_CAST_FROM_BYTEARRAY" href="qbytearray.html#QT_NO_CAST_FROM_BYTEARRAY" location="qbytearray.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QByteArray" type="" signature="QT_NO_CAST_FROM_BYTEARRAY()"/>
+ <page access="public" status="commendable" name="widgets/codeeditor" href="widgets-codeeditor.html" subtype="example" title="Code Editor Example" fulltitle="Code Editor Example" subtitle="" location="codeeditor.qdoc">
+ <contents name="the-linenumberarea-class" title="The LineNumberArea Class" level="1"/>
+ <contents name="codeeditor-class-definition" title="CodeEditor Class Definition" level="1"/>
+ <contents name="codeeditor-class-implementation" title="CodeEditor Class Implementation" level="1"/>
+ <contents name="suggestions-for-extending-the-code-editor" title="Suggestions for Extending the Code Editor" level="1"/>
+ <page access="public" status="commendable" name="widgets/codeeditor/codeeditor.cpp" href="widgets-codeeditor-codeeditor-cpp.html" subtype="file" title="" fulltitle="codeeditor.cpp Example File" subtitle="widgets/codeeditor/codeeditor.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/codeeditor/codeeditor.h" href="widgets-codeeditor-codeeditor-h.html" subtype="file" title="" fulltitle="codeeditor.h Example File" subtitle="widgets/codeeditor/codeeditor.h" location=""/>
+ <page access="public" status="commendable" name="widgets/codeeditor/main.cpp" href="widgets-codeeditor-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="widgets/codeeditor/main.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/codeeditor/codeeditor.pro" href="widgets-codeeditor-codeeditor-pro.html" subtype="file" title="" fulltitle="codeeditor.pro Example File" subtitle="widgets/codeeditor/codeeditor.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="script/helloscript" href="script-helloscript.html" subtype="example" title="Hello Script Example" fulltitle="Hello Script Example" subtitle="" location="helloscript.qdoc">
+ <contents name="translating-the-application" title="Translating the Application" level="1"/>
+ <page access="public" status="commendable" name="script/helloscript/main.cpp" href="script-helloscript-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="script/helloscript/main.cpp" location=""/>
+ <page access="public" status="commendable" name="script/helloscript/helloscript.pro" href="script-helloscript-helloscript-pro.html" subtype="file" title="" fulltitle="helloscript.pro Example File" subtitle="script/helloscript/helloscript.pro" location=""/>
+ <page access="public" status="commendable" name="script/helloscript/helloscript.qrc" href="script-helloscript-helloscript-qrc.html" subtype="file" title="" fulltitle="helloscript.qrc Example File" subtitle="script/helloscript/helloscript.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="ComponentInstance" href="qml-componentinstance.html" title="QML ComponentInstance Element Reference" fulltitle="QML ComponentInstance Element Reference" subtitle="" location="qfxcomponentinstance.cpp"/>
+ <page access="public" status="commendable" name="porting" href="porting.html" subtype="group" title="Porting Guides" fulltitle="Porting Guides" subtitle="" location="porting4.qdoc"/>
+ <page access="public" status="commendable" name="porting4.html" href="porting4.html" subtype="page" title="Porting to Qt 4" fulltitle="Porting to Qt 4" subtitle="" location="porting4.qdoc">
+ <target name="properties"/>
+ <target name="qaction-section"/>
+ <target name="qasciidict-section"/>
+ <target name="qbytearray-section"/>
+ <target name="qcache-section"/>
+ <target name="qdict-section"/>
+ <target name="qglayoutiterator-section"/>
+ <target name="qgroupbox-section"/>
+ <target name="qiodevice-section"/>
+ <target name="qlayoutiterator-section"/>
+ <target name="qmemarray-section"/>
+ <target name="qnetworkprotocol-section"/>
+ <target name="qptrlist-section"/>
+ <target name="qvaluelist-section"/>
+ <target name="qwidgetlist-section"/>
+ <contents name="casting-and-object-types" title="Casting and Object Types" level="1"/>
+ <contents name="type-names" title="Type Names" level="1"/>
+ <contents name="enum-values" title="Enum Values" level="1"/>
+ <contents name="properties" title="Properties" level="1"/>
+ <contents name="explicit-sharing" title="Explicit Sharing" level="1"/>
+ <contents name="painting-and-redrawing-widgets" title="Painting and Redrawing Widgets" level="1"/>
+ <contents name="compatibility-signals-and-slots" title="Compatibility Signals and Slots" level="1"/>
+ <contents name="qaccel" title="QAccel" level="1"/>
+ <contents name="qaccessibleinterface" title="QAccessibleInterface" level="1"/>
+ <contents name="qaccessibletitlebar" title="QAccessibleTitleBar" level="1"/>
+ <contents name="qaction" title="QAction" level="1"/>
+ <contents name="qactiongroup" title="QActionGroup" level="1"/>
+ <contents name="qapplication" title="QApplication" level="1"/>
+ <contents name="qaquastyle" title="QAquaStyle" level="1"/>
+ <contents name="qasciicache-t" title="QAsciiCache&lt;T&gt;" level="1"/>
+ <contents name="qasciidict-t" title="QAsciiDict&lt;T&gt;" level="1"/>
+ <contents name="qasyncio" title="QAsyncIO" level="1"/>
+ <contents name="qbackinsertiterator" title="QBackInsertIterator" level="1"/>
+ <contents name="qbitarray" title="QBitArray" level="1"/>
+ <contents name="qbutton" title="QButton" level="1"/>
+ <contents name="qbuttongroup" title="QButtonGroup" level="1"/>
+ <contents name="qbytearray" title="QByteArray" level="1"/>
+ <contents name="qcache-t" title="QCache&lt;T&gt;" level="1"/>
+ <contents name="qcanvas" title="QCanvas" level="1"/>
+ <contents name="qcolor" title="QColor" level="1"/>
+ <contents name="qcolorgroup" title="QColorGroup" level="1"/>
+ <contents name="qcolordrag" title="QColorDrag" level="1"/>
+ <contents name="qcombobox" title="QComboBox" level="1"/>
+ <contents name="qcstring" title="QCString" level="1"/>
+ <contents name="qcustomevent" title="QCustomEvent" level="1"/>
+ <contents name="qdatabrowser" title="QDataBrowser" level="1"/>
+ <contents name="qdatapump" title="QDataPump" level="1"/>
+ <contents name="qdatasink" title="QDataSink" level="1"/>
+ <contents name="qdatasource" title="QDataSource" level="1"/>
+ <contents name="qdatatable" title="QDataTable" level="1"/>
+ <contents name="qdataview" title="QDataView" level="1"/>
+ <contents name="qdateedit" title="QDateEdit" level="1"/>
+ <contents name="qdatetimeeditbase" title="QDateTimeEditBase" level="1"/>
+ <contents name="qdatetimeedit" title="QDateTimeEdit" level="1"/>
+ <contents name="qdeepcopy-t" title="QDeepCopy&lt;T&gt;" level="1"/>
+ <contents name="qdial" title="QDial" level="1"/>
+ <contents name="qdict-t" title="QDict&lt;T&gt;" level="1"/>
+ <contents name="qdir" title="QDir" level="1"/>
+ <contents name="qdns" title="QDns" level="1"/>
+ <contents name="qdockarea" title="QDockArea" level="1"/>
+ <contents name="qdockwindow" title="QDockWindow" level="1"/>
+ <contents name="qdragobject" title="QDragObject" level="1"/>
+ <contents name="qdropsite" title="QDropSite" level="1"/>
+ <contents name="qeditorfactory" title="QEditorFactory" level="1"/>
+ <contents name="qeventloop" title="QEventLoop" level="1"/>
+ <contents name="qfiledialog" title="QFileDialog" level="1"/>
+ <contents name="qfocusdata" title="QFocusData" level="1"/>
+ <contents name="qfocusevent" title="QFocusEvent" level="1"/>
+ <contents name="qfont" title="QFont" level="1"/>
+ <contents name="qframe" title="QFrame" level="1"/>
+ <contents name="qftp" title="QFtp" level="1"/>
+ <contents name="qglayoutiterator" title="QGLayoutIterator" level="1"/>
+ <contents name="qgrid" title="QGrid" level="1"/>
+ <contents name="qgridlayout" title="QGridLayout" level="1"/>
+ <contents name="qgridview" title="QGridView" level="1"/>
+ <contents name="qgroupbox" title="QGroupBox" level="1"/>
+ <contents name="qhbox" title="QHBox" level="1"/>
+ <contents name="qheader" title="QHeader" level="1"/>
+ <contents name="qhgroupbox" title="QHGroupBox" level="1"/>
+ <contents name="qhttp" title="QHttp" level="1"/>
+ <contents name="qiconfactory" title="QIconFactory" level="1"/>
+ <contents name="qiconset" title="QIconSet" level="1"/>
+ <contents name="qiconview" title="QIconView" level="1"/>
+ <contents name="qimagedrag" title="QImageDrag" level="1"/>
+ <contents name="qimageio" title="QImageIO" level="1"/>
+ <contents name="qintcache-t" title="QIntCache&lt;T&gt;" level="1"/>
+ <contents name="qintdict-t" title="QIntDict&lt;T&gt;" level="1"/>
+ <contents name="qiodevice" title="QIODevice" level="1"/>
+ <contents name="qiodevicesource" title="QIODeviceSource" level="1"/>
+ <contents name="qlabel" title="QLabel" level="1"/>
+ <contents name="qlayout" title="QLayout" level="1"/>
+ <contents name="qlayoutiterator" title="QLayoutIterator" level="1"/>
+ <contents name="qlineedit" title="QLineEdit" level="1"/>
+ <contents name="qlistbox" title="QListBox" level="1"/>
+ <contents name="qlistview" title="QListView" level="1"/>
+ <contents name="qlocalfs" title="QLocalFs" level="1"/>
+ <contents name="qmainwindow" title="QMainWindow" level="1"/>
+ <contents name="qmemarray-t" title="QMemArray&lt;T&gt;" level="1"/>
+ <contents name="qmenubar" title="QMenuBar" level="1"/>
+ <contents name="qmenudata" title="QMenuData" level="1"/>
+ <contents name="qmessagebox" title="QMessageBox" level="1"/>
+ <contents name="qmimesourcefactory" title="QMimeSourceFactory" level="1"/>
+ <contents name="qmovie" title="QMovie" level="1"/>
+ <contents name="qmultilineedit" title="QMultiLineEdit" level="1"/>
+ <contents name="qnetworkprotocol" title="QNetworkProtocol" level="1"/>
+ <contents name="qobject" title="QObject" level="1"/>
+ <contents name="qobjectdictionary" title="QObjectDictionary" level="1"/>
+ <contents name="qobjectlist" title="QObjectList" level="1"/>
+ <contents name="qpaintdevice" title="QPaintDevice" level="1"/>
+ <contents name="qpaintdevicemetrics" title="QPaintDeviceMetrics" level="1"/>
+ <contents name="qpainter" title="QPainter" level="1"/>
+ <contents name="qpicture" title="QPicture" level="1"/>
+ <contents name="qpixmap" title="QPixmap" level="1"/>
+ <contents name="qpointarray" title="QPointArray" level="1"/>
+ <contents name="qpopupmenu" title="QPopupMenu" level="1"/>
+ <contents name="qprinter" title="QPrinter" level="1"/>
+ <contents name="qprocess" title="QProcess" level="1"/>
+ <contents name="qprogressbar" title="QProgressBar" level="1"/>
+ <contents name="qprogressdialog" title="QProgressDialog" level="1"/>
+ <contents name="qptrcollection-t" title="QPtrCollection&lt;T&gt;" level="1"/>
+ <contents name="qptrdict-t" title="QPtrDict&lt;T&gt;" level="1"/>
+ <contents name="qptrlist-t" title="QPtrList&lt;T&gt;" level="1"/>
+ <contents name="qptrqueue-t" title="QPtrQueue&lt;T&gt;" level="1"/>
+ <contents name="qptrstack-t" title="QPtrStack&lt;T&gt;" level="1"/>
+ <contents name="qptrvector-t" title="QPtrVector&lt;T&gt;" level="1"/>
+ <contents name="qpushbutton" title="QPushButton" level="1"/>
+ <contents name="qrangecontrol" title="QRangeControl" level="1"/>
+ <contents name="qregexp" title="QRegExp" level="1"/>
+ <contents name="qregion" title="QRegion" level="1"/>
+ <contents name="qscrollbar" title="QScrollBar" level="1"/>
+ <contents name="qscrollview" title="QScrollView" level="1"/>
+ <contents name="qserversocket" title="QServerSocket" level="1"/>
+ <contents name="qsettings" title="QSettings" level="1"/>
+ <contents name="qshared" title="QShared" level="1"/>
+ <contents name="qsignal" title="QSignal" level="1"/>
+ <contents name="qsimplerichtext" title="QSimpleRichText" level="1"/>
+ <contents name="qslider" title="QSlider" level="1"/>
+ <contents name="qsocket" title="QSocket" level="1"/>
+ <contents name="qsocketdevice" title="QSocketDevice" level="1"/>
+ <contents name="qsortedlist" title="QSortedList" level="1"/>
+ <contents name="qsplitter" title="QSplitter" level="1"/>
+ <contents name="qspinbox" title="QSpinBox" level="1"/>
+ <contents name="qsqlcursor" title="QSqlCursor" level="1"/>
+ <contents name="qsqldatabase" title="QSqlDatabase" level="1"/>
+ <contents name="qsqleditorfactory" title="QSqlEditorFactory" level="1"/>
+ <contents name="qsqlerror" title="QSqlError" level="1"/>
+ <contents name="qsqlfieldinfo" title="QSqlFieldInfo" level="1"/>
+ <contents name="qsqlform" title="QSqlForm" level="1"/>
+ <contents name="qsqlpropertymap" title="QSqlPropertyMap" level="1"/>
+ <contents name="qsqlquery" title="QSqlQuery" level="1"/>
+ <contents name="qsqlrecord" title="QSqlRecord" level="1"/>
+ <contents name="qsqlrecordinfo" title="QSqlRecordInfo" level="1"/>
+ <contents name="qsqlselectcursor" title="QSqlSelectCursor" level="1"/>
+ <contents name="qstoreddrag" title="QStoredDrag" level="1"/>
+ <contents name="qstr-i-list" title="QStr(I)List" level="1"/>
+ <contents name="qstr-i-vec" title="QStr(I)Vec" level="1"/>
+ <contents name="qstring" title="QString" level="1"/>
+ <contents name="qstringlist" title="QStringList" level="1"/>
+ <contents name="qstyle" title="QStyle" level="1"/>
+ <contents name="qstylesheet" title="QStyleSheet" level="1"/>
+ <contents name="qsyntaxhighlighter" title="QSyntaxHighlighter" level="1"/>
+ <contents name="qtabbar" title="QTabBar" level="1"/>
+ <contents name="qtabdialog" title="QTabDialog" level="1"/>
+ <contents name="qtabwidget" title="QTabWidget" level="1"/>
+ <contents name="qtable" title="QTable" level="1"/>
+ <contents name="qtextcodec" title="QTextCodec" level="1"/>
+ <contents name="qtextdrag" title="QTextDrag" level="1"/>
+ <contents name="qtextedit" title="QTextEdit" level="1"/>
+ <contents name="qtextistream" title="QTextIStream" level="1"/>
+ <contents name="qtextostream" title="QTextOStream" level="1"/>
+ <contents name="qtextostreamiterator" title="QTextOStreamIterator" level="1"/>
+ <contents name="qtextstream" title="QTextStream" level="1"/>
+ <contents name="qtextview" title="QTextView" level="1"/>
+ <contents name="qtimeedit" title="QTimeEdit" level="1"/>
+ <contents name="qtimer" title="QTimer" level="1"/>
+ <contents name="qtoolbar" title="QToolBar" level="1"/>
+ <contents name="qtoolbutton" title="QToolButton" level="1"/>
+ <contents name="qtooltip" title="QToolTip" level="1"/>
+ <contents name="quridrag" title="QUriDrag" level="1"/>
+ <contents name="qurl" title="QUrl" level="1"/>
+ <contents name="qurloperator" title="QUrlOperator" level="1"/>
+ <contents name="qvaluelist-t" title="QValueList&lt;T&gt;" level="1"/>
+ <contents name="qvaluevector-t" title="QValueVector&lt;T&gt;" level="1"/>
+ <contents name="qvariant" title="QVariant" level="1"/>
+ <contents name="qvbox" title="QVBox" level="1"/>
+ <contents name="qvgroupbox" title="QVGroupBox" level="1"/>
+ <contents name="qwhatsthis" title="QWhatsThis" level="1"/>
+ <contents name="qwidget" title="QWidget" level="1"/>
+ <contents name="qwidgetfactory" title="QWidgetFactory" level="1"/>
+ <contents name="qwidgetintdict" title="QWidgetIntDict" level="1"/>
+ <contents name="qwidgetlist" title="QWidgetList" level="1"/>
+ <contents name="qwidgetplugin" title="QWidgetPlugin" level="1"/>
+ <contents name="qwidgetstack" title="QWidgetStack" level="1"/>
+ <contents name="qwizard" title="QWizard" level="1"/>
+ <contents name="qworkspace" title="QWorkspace" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="porting4-virtual-functions.html" href="porting4-virtual-functions.html" subtype="page" title="Porting to Qt 4 - Virtual Functions" fulltitle="Porting to Qt 4 - Virtual Functions" subtitle="" location="porting4.qdoc">
+ <contents name="virtual-functions" title="Virtual Functions" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="sql/tablemodel" href="sql-tablemodel.html" subtype="example" title="Table Model Example" fulltitle="Table Model Example" subtitle="" location="tablemodel.qdoc">
+ <page access="public" status="commendable" name="sql/tablemodel/tablemodel.cpp" href="sql-tablemodel-tablemodel-cpp.html" subtype="file" title="" fulltitle="tablemodel.cpp Example File" subtitle="sql/tablemodel/tablemodel.cpp" location=""/>
+ <page access="public" status="commendable" name="sql/tablemodel/tablemodel.pro" href="sql-tablemodel-tablemodel-pro.html" subtype="file" title="" fulltitle="tablemodel.pro Example File" subtitle="sql/tablemodel/tablemodel.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qvfb.html" href="qvfb.html" subtype="page" title="The Virtual Framebuffer" fulltitle="The Virtual Framebuffer" subtitle="" location="emb-qvfb.qdoc">
+ <contents name="displaying-the-virtual-framebuffer" title="Displaying the Virtual Framebuffer" level="1"/>
+ <contents name="skins" title="Skins" level="2"/>
+ <contents name="the-file-menu" title="The File Menu" level="2"/>
+ <contents name="the-view-menu" title="The View Menu" level="2"/>
+ <contents name="running-applications-using-the-virtual-framebuffer" title="Running Applications Using the Virtual Framebuffer" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="phonon/musicplayer" href="phonon-musicplayer.html" subtype="example" title="Music Player Example" fulltitle="Music Player Example" subtitle="" location="musicplayerexample.qdoc">
+ <contents name="mainwindow-class-definition" title="MainWindow Class Definition" level="1"/>
+ <contents name="mainwindow-class-implementation" title="MainWindow Class Implementation" level="1"/>
+ <contents name="the-main-function" title="The main() function." level="1"/>
+ <page access="public" status="commendable" name="phonon/musicplayer/mainwindow.cpp" href="phonon-musicplayer-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="phonon/musicplayer/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="phonon/musicplayer/mainwindow.h" href="phonon-musicplayer-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="phonon/musicplayer/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="phonon/musicplayer/main.cpp" href="phonon-musicplayer-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="phonon/musicplayer/main.cpp" location=""/>
+ <page access="public" status="commendable" name="phonon/musicplayer/musicplayer.pro" href="phonon-musicplayer-musicplayer-pro.html" subtype="file" title="" fulltitle="musicplayer.pro Example File" subtitle="phonon/musicplayer/musicplayer.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="desktop" href="desktop.html" subtype="group" title="Desktop Integration Classes" fulltitle="Desktop Integration Classes" subtitle="" location="desktop-integration.qdoc"/>
+ <page access="public" status="commendable" name="desktop-integration.html" href="desktop-integration.html" subtype="page" title="Desktop Integration" fulltitle="Desktop Integration" subtitle="" location="desktop-integration.qdoc">
+ <contents name="useful-classes" title="Useful Classes" level="1"/>
+ <contents name="setting-the-application-icon" title="Setting the Application Icon" level="1"/>
+ <contents name="opening-external-resources" title="Opening External Resources" level="1"/>
+ <contents name="system-tray-icons" title="System Tray Icons" level="1"/>
+ <contents name="desktop-widgets" title="Desktop Widgets" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="AnimatedImage" href="qml-animatedimage.html" title="QML AnimatedImage Element Reference" fulltitle="QML AnimatedImage Element Reference" subtitle="" location="qfxanimatedimageitem.cpp">
+ <page access="public" status="commendable" name="paused" href="paused.html" title="" fulltitle="" subtitle="" location="qfxanimatedimageitem.cpp"/>
+ <page access="public" status="commendable" name="playing" href="playing.html" title="" fulltitle="" subtitle="" location="qfxanimatedimageitem.cpp"/>
+ <page access="public" status="commendable" name="currentFrame" href="currentframe.html" title="" fulltitle="" subtitle="" location="qfxanimatedimageitem.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="qt4-arthur.html" href="qt4-arthur.html" subtype="page" title="The Arthur Paint System" fulltitle="The Arthur Paint System" subtitle="" location="qt4-arthur.qdoc">
+ <contents name="architecture" title="Architecture" level="1"/>
+ <contents name="a-look-back-at-qt-3" title="A Look Back at Qt 3" level="2"/>
+ <contents name="how-painting-is-done-in-qt-4" title="How Painting is Done in Qt 4" level="2"/>
+ <contents name="new-features-in-the-qt-4-paint-system" title="New Features in the Qt 4 Paint System" level="1"/>
+ <contents name="gradient-brushes" title="Gradient Brushes" level="2"/>
+ <contents name="alpha-blended-drawing" title="Alpha-Blended Drawing" level="2"/>
+ <contents name="qpainter-and-qglwidget" title="QPainter and QGLWidget" level="2"/>
+ <contents name="anti-aliased-edges" title="Anti-Aliased Edges" level="2"/>
+ <contents name="extensive-use-of-native-graphics-operations" title="Extensive Use of Native Graphics Operations" level="2"/>
+ <contents name="painter-paths" title="Painter Paths" level="2"/>
+ <contents name="widget-double-buffering" title="Widget Double-Buffering" level="2"/>
+ <contents name="pen-and-brush-transformation" title="Pen and Brush Transformation" level="2"/>
+ <contents name="custom-filled-pens" title="Custom Filled Pens" level="2"/>
+ <contents name="qimage-as-a-paint-device" title="QImage as a Paint Device" level="2"/>
+ <contents name="svg-rendering-support" title="SVG Rendering Support" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="FocusScope" href="qml-focusscope.html" title="QML FocusScope Element Reference" fulltitle="QML FocusScope Element Reference" subtitle="" location="qfxfocusscope.cpp"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVERIFY" href="qtest.html#QVERIFY" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QTest" type="" signature="QVERIFY( condition)">
+ <parameter left="" right="" name="condition" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QVERIFY2" href="qtest.html#QVERIFY2" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QTest" type="" signature="QVERIFY2( condition, message)">
+ <parameter left="" right="" name="condition" default=""/>
+ <parameter left="" right="" name="message" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QCOMPARE" href="qtest.html#QCOMPARE" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QTest" type="" signature="QCOMPARE( actual, expected)">
+ <parameter left="" right="" name="actual" default=""/>
+ <parameter left="" right="" name="expected" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFETCH" href="qtest.html#QFETCH" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QTest" type="" signature="QFETCH( type, name)">
+ <parameter left="" right="" name="type" default=""/>
+ <parameter left="" right="" name="name" default=""/>
+ </function>
+ <function access="public" threadsafety="thread safe" status="commendable" name="QWARN" href="qtest.html#QWARN" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QTest" type="" signature="QWARN( message)">
+ <parameter left="" right="" name="message" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QFAIL" href="qtest.html#QFAIL" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QTest" type="" signature="QFAIL( message)">
+ <parameter left="" right="" name="message" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTEST" href="qtest.html#QTEST" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QTest" type="" signature="QTEST( actual, testElement)">
+ <parameter left="" right="" name="actual" default=""/>
+ <parameter left="" right="" name="testElement" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QSKIP" href="qtest.html#QSKIP" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QTest" type="" signature="QSKIP( description, mode)">
+ <parameter left="" right="" name="description" default=""/>
+ <parameter left="" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QEXPECT_FAIL" href="qtest.html#QEXPECT_FAIL" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QTest" type="" signature="QEXPECT_FAIL( dataIndex, comment, mode)">
+ <parameter left="" right="" name="dataIndex" default=""/>
+ <parameter left="" right="" name="comment" default=""/>
+ <parameter left="" right="" name="mode" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTEST_MAIN" href="qtest.html#QTEST_MAIN" location="tst_qwebhistoryinterface.cpp" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QTest" type="" signature="QTEST_MAIN( TestClass)">
+ <parameter left="" right="" name="TestClass" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTEST_APPLESS_MAIN" href="qtest.html#QTEST_APPLESS_MAIN" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QTest" type="" signature="QTEST_APPLESS_MAIN( TestClass)">
+ <parameter left="" right="" name="TestClass" default=""/>
+ </function>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QTEST_NOOP_MAIN" href="qtest.html#QTEST_NOOP_MAIN" location="" virtual="non" meta="macrowithparams" const="false" static="false" overload="false" relates="QTest" type="" signature="QTEST_NOOP_MAIN()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBENCHMARK" href="qtest.html#QBENCHMARK" location="qtestcase.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QTest" type="" signature="QBENCHMARK()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="QBENCHMARK_ONCE" href="qtest.html#QBENCHMARK_ONCE" location="qtestcase.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QTest" type="" signature="QBENCHMARK_ONCE()"/>
+ <page access="public" status="commendable" name="widgets/lineedits" href="widgets-lineedits.html" subtype="example" title="Line Edits Example" fulltitle="Line Edits Example" subtitle="" location="lineedits.qdoc">
+ <contents name="window-class-definition" title="Window Class Definition" level="1"/>
+ <contents name="window-class-implementation" title="Window Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="widgets/lineedits/window.cpp" href="widgets-lineedits-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="widgets/lineedits/window.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/lineedits/window.h" href="widgets-lineedits-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="widgets/lineedits/window.h" location=""/>
+ <page access="public" status="commendable" name="widgets/lineedits/main.cpp" href="widgets-lineedits-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="widgets/lineedits/main.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/lineedits/lineedits.pro" href="widgets-lineedits-lineedits-pro.html" subtype="file" title="" fulltitle="lineedits.pro Example File" subtitle="widgets/lineedits/lineedits.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="session.html" href="session.html" subtype="page" title="Session Management" fulltitle="Session Management" subtitle="" location="session.qdoc">
+ <contents name="shutting-a-session-down" title="Shutting a Session Down" level="1"/>
+ <contents name="protocols-and-support-on-different-platforms" title="Protocols and Support on Different Platforms" level="1"/>
+ <contents name="getting-session-management-to-work-with-qt" title="Getting Session Management to Work with Qt" level="1"/>
+ <contents name="testing-and-debugging-session-management" title="Testing and Debugging Session Management" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="help/simpletextviewer" href="help-simpletextviewer.html" subtype="example" title="Simple Text Viewer Example" fulltitle="Simple Text Viewer Example" subtitle="" location="simpletextviewer.qdoc">
+ <contents name="creating-documentation-and-customizing-qt-assistant" title="Creating Documentation and Customizing Qt Assistant" level="1"/>
+ <contents name="organizing-documentation-for-qt-assistant" title="Organizing Documentation for Qt Assistant" level="2"/>
+ <contents name="customizing-qt-assistant" title="Customizing Qt Assistant" level="2"/>
+ <contents name="controlling-qt-assistant-via-the-assistant-class" title="Controlling Qt Assistant via the Assistant Class" level="1"/>
+ <contents name="mainwindow-class" title="MainWindow Class" level="1"/>
+ <contents name="findfiledialog-class" title="FindFileDialog Class" level="1"/>
+ <contents name="summary" title="Summary" level="1"/>
+ <page access="public" status="commendable" name="help/simpletextviewer/assistant.cpp" href="help-simpletextviewer-assistant-cpp.html" subtype="file" title="" fulltitle="assistant.cpp Example File" subtitle="help/simpletextviewer/assistant.cpp" location=""/>
+ <page access="public" status="commendable" name="help/simpletextviewer/assistant.h" href="help-simpletextviewer-assistant-h.html" subtype="file" title="" fulltitle="assistant.h Example File" subtitle="help/simpletextviewer/assistant.h" location=""/>
+ <page access="public" status="commendable" name="help/simpletextviewer/findfiledialog.cpp" href="help-simpletextviewer-findfiledialog-cpp.html" subtype="file" title="" fulltitle="findfiledialog.cpp Example File" subtitle="help/simpletextviewer/findfiledialog.cpp" location=""/>
+ <page access="public" status="commendable" name="help/simpletextviewer/findfiledialog.h" href="help-simpletextviewer-findfiledialog-h.html" subtype="file" title="" fulltitle="findfiledialog.h Example File" subtitle="help/simpletextviewer/findfiledialog.h" location=""/>
+ <page access="public" status="commendable" name="help/simpletextviewer/mainwindow.cpp" href="help-simpletextviewer-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="help/simpletextviewer/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="help/simpletextviewer/mainwindow.h" href="help-simpletextviewer-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="help/simpletextviewer/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="help/simpletextviewer/textedit.cpp" href="help-simpletextviewer-textedit-cpp.html" subtype="file" title="" fulltitle="textedit.cpp Example File" subtitle="help/simpletextviewer/textedit.cpp" location=""/>
+ <page access="public" status="commendable" name="help/simpletextviewer/textedit.h" href="help-simpletextviewer-textedit-h.html" subtype="file" title="" fulltitle="textedit.h Example File" subtitle="help/simpletextviewer/textedit.h" location=""/>
+ <page access="public" status="commendable" name="help/simpletextviewer/documentation/simpletextviewer.qhcp" href="help-simpletextviewer-documentation-simpletextviewer-qhcp.html" subtype="file" title="" fulltitle="simpletextviewer.qhcp Example File" subtitle="help/simpletextviewer/documentation/simpletextviewer.qhcp" location=""/>
+ <page access="public" status="commendable" name="help/simpletextviewer/documentation/simpletextviewer.qhp" href="help-simpletextviewer-documentation-simpletextviewer-qhp.html" subtype="file" title="" fulltitle="simpletextviewer.qhp Example File" subtitle="help/simpletextviewer/documentation/simpletextviewer.qhp" location=""/>
+ <page access="public" status="commendable" name="help/simpletextviewer/main.cpp" href="help-simpletextviewer-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="help/simpletextviewer/main.cpp" location=""/>
+ <page access="public" status="commendable" name="help/simpletextviewer/simpletextviewer.pro" href="help-simpletextviewer-simpletextviewer-pro.html" subtype="file" title="" fulltitle="simpletextviewer.pro Example File" subtitle="help/simpletextviewer/simpletextviewer.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="widgets-and-layouts.html" href="widgets-and-layouts.html" subtype="page" title="Widgets and Layouts" fulltitle="Widgets and Layouts" subtitle="" location="widgets.qdoc">
+ <contents name="widgets" title="Widgets" level="1"/>
+ <contents name="layouts" title="Layouts" level="1"/>
+ <contents name="widget-styles" title="Widget Styles" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="widget-classes.html" href="widget-classes.html" subtype="page" title="Widget Classes" fulltitle="Widget Classes" subtitle="" location="widgets.qdoc">
+ <contents name="basic-widgets" title="Basic Widgets" level="1"/>
+ <contents name="advanced-widgets" title="Advanced Widgets" level="1"/>
+ <contents name="organizer-widgets" title="Organizer Widgets" level="1"/>
+ <contents name="abstract-widget-classes" title="Abstract Widget Classes" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="advanced" href="advanced.html" subtype="group" title="Advanced Widgets" fulltitle="Advanced Widgets" subtitle="" location="widgets.qdoc"/>
+ <page access="public" status="commendable" name="abstractwidgets" href="abstractwidgets.html" subtype="group" title="Abstract Widget Classes" fulltitle="Abstract Widget Classes" subtitle="" location="widgets.qdoc"/>
+ <page access="public" status="commendable" name="basicwidgets" href="basicwidgets.html" subtype="group" title="Basic Widgets" fulltitle="Basic Widgets" subtitle="" location="widgets.qdoc"/>
+ <page access="public" status="commendable" name="organizers" href="organizers.html" subtype="group" title="Organizers" fulltitle="Organizers" subtitle="" location="widgets.qdoc"/>
+ <page access="public" status="commendable" name="signalsandslots.html" href="signalsandslots.html" subtype="page" title="Signals and Slots" fulltitle="Signals and Slots" subtitle="" location="signalsandslots.qdoc">
+ <target name="3rd-party-signals-and-slots"/>
+ <contents name="introduction" title="Introduction" level="1"/>
+ <contents name="signals-and-slots" title="Signals and Slots" level="1"/>
+ <contents name="a-small-example" title="A Small Example" level="1"/>
+ <contents name="building-the-example" title="Building the Example" level="1"/>
+ <contents name="signals" title="Signals" level="1"/>
+ <contents name="slots" title="Slots" level="1"/>
+ <contents name="meta-object-information" title="Meta-Object Information" level="1"/>
+ <contents name="a-real-example" title="A Real Example" level="1"/>
+ <contents name="advanced-signals-and-slots-usage" title="Advanced Signals and Slots Usage" level="1"/>
+ <contents name="using-qt-with-3rd-party-signals-and-slots" title="Using Qt with 3rd Party Signals and Slots" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="known-issues.html" href="known-issues.html" subtype="page" title="Known Issues in %VERSION%" fulltitle="Known Issues in %VERSION%" subtitle="" location="known-issues.qdoc">
+ <contents name="general-issues" title="General Issues" level="1"/>
+ <contents name="issues-with-third-party-software" title="Issues with Third Party Software" level="1"/>
+ <contents name="x11-hardware-support" title="X11 Hardware Support" level="2"/>
+ <contents name="windows-hardware-support" title="Windows Hardware Support" level="2"/>
+ <contents name="windows-software-issues" title="Windows Software Issues" level="2"/>
+ <contents name="mac-os-x-software-support" title="Mac OS X Software Support" level="2"/>
+ <contents name="installing-source-packages-on-unix-systems" title="Installing source packages on Unix systems" level="2"/>
+ <contents name="running-evaluation-packages-on-windows-xp" title="Running evaluation packages on Windows XP" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="activeqt-idc.html" href="activeqt-idc.html" subtype="page" title="IDC - The Interface Description Compiler (ActiveQt)" fulltitle="IDC - The Interface Description Compiler (ActiveQt)" subtitle="" location="activeqt-idc.qdoc">
+ <keyword name="idc"/>
+ </page>
+ <page access="public" status="commendable" name="xmlprocessing.html" href="xmlprocessing.html" subtype="page" title="Using XML Technologies" fulltitle="Using XML Technologies" subtitle="" location="xml-patterns.qdoc">
+ <target name="qtxmlpatterns-example-query"/>
+ <target name="qtxdm"/>
+ <target name="qtxmlpatterns-example-query2"/>
+ <target name="binding-to-time"/>
+ <target name="binding-to-qvariantlist"/>
+ <target name="handling-qxmlnames"/>
+ <target name="xstime-not-mapped"/>
+ <keyword name="patternist"/>
+ <contents name="introduction" title="Introduction" level="1"/>
+ <contents name="advantages-of-using-qtxmlpatterns-and-xquery" title="Advantages of using QtXmlPatterns and XQuery" level="1"/>
+ <contents name="using-the-qtxmlpatterns-module" title="Using the QtXmlPatterns module" level="1"/>
+ <contents name="running-the-query-engine-from-your-qt-application" title="Running the query engine from your Qt application" level="2"/>
+ <contents name="running-the-query-engine-from-the-command-line-utility" title="Running the query engine from the command line utility" level="2"/>
+ <contents name="the-xquery-data-model" title="The XQuery Data Model" level="1"/>
+ <contents name="binding-program-variables-to-xquery-variables" title="Binding program variables to XQuery variables" level="2"/>
+ <contents name="binding-to-qvariant-time" title="Binding To QVariant::Time" level="3"/>
+ <contents name="binding-to-qvariantlist" title="Binding To QVariantList" level="3"/>
+ <contents name="interpreting-xquery-results" title="Interpreting XQuery results" level="2"/>
+ <contents name="handling-qxmlnames" title="Handling QXmlNames" level="3"/>
+ <contents name="no-mapping-for-xs-time" title="No mapping for xs:time" level="3"/>
+ <contents name="using-xquery-with-non-xml-data" title="Using XQuery with Non-XML Data" level="1"/>
+ <contents name="more-on-using-qtxmlpatterns-with-non-xml-data" title="More on using QtXmlPatterns with non-XML Data" level="1"/>
+ <contents name="security-considerations" title="Security Considerations" level="1"/>
+ <contents name="code-injection" title="Code Injection" level="2"/>
+ <contents name="denial-of-service-attacks" title="Denial of Service Attacks" level="2"/>
+ <contents name="features-and-conformance" title="Features and Conformance" level="1"/>
+ <contents name="xquery-1-0" title="XQuery 1.0" level="2"/>
+ <contents name="xslt-2-0" title="XSLT 2.0" level="2"/>
+ <contents name="xpath-2-0" title="XPath 2.0" level="2"/>
+ <contents name="xml-id" title="xml:id" level="2"/>
+ <contents name="xml-schema-1-0" title="XML Schema 1.0" level="2"/>
+ <contents name="resource-loading" title="Resource Loading" level="2"/>
+ <contents name="xml" title="XML" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="SqlConnection" href="qml-sqlconnection.html" title="QML SqlConnection Element Reference" fulltitle="QML SqlConnection Element Reference" subtitle="" location="qmlsqlconnection.cpp">
+ <page access="public" status="commendable" name="name" href="name.html" title="" fulltitle="" subtitle="" location="qmlsqlconnection.cpp"/>
+ <page access="public" status="commendable" name="tables" href="tables.html" title="" fulltitle="" subtitle="" location="qmlsqlconnection.cpp"/>
+ <page access="public" status="commendable" name="databaseName" href="databasename.html" title="" fulltitle="" subtitle="" location="qmlsqlconnection.cpp"/>
+ <page access="public" status="commendable" name="driver" href="driver.html" title="" fulltitle="" subtitle="" location="qmlsqlconnection.cpp"/>
+ <page access="public" status="commendable" name="connectOptions" href="connectoptions.html" title="" fulltitle="" subtitle="" location="qmlsqlconnection.cpp"/>
+ <page access="public" status="commendable" name="hostName" href="hostname.html" title="" fulltitle="" subtitle="" location="qmlsqlconnection.cpp"/>
+ <page access="public" status="commendable" name="port" href="port.html" title="" fulltitle="" subtitle="" location="qmlsqlconnection.cpp"/>
+ <page access="public" status="commendable" name="userName" href="username.html" title="" fulltitle="" subtitle="" location="qmlsqlconnection.cpp"/>
+ <page access="public" status="commendable" name="password" href="password.html" title="" fulltitle="" subtitle="" location="qmlsqlconnection.cpp"/>
+ <page access="public" status="commendable" name="lastError" href="lasterror.html" title="" fulltitle="" subtitle="" location="qmlsqlconnection.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="graphicsview/portedcanvas" href="graphicsview-portedcanvas.html" subtype="example" title="Ported Canvas Example" fulltitle="Ported Canvas Example" subtitle="" location="portedcanvas.qdoc">
+ <page access="public" status="commendable" name="graphicsview/portedcanvas/blendshadow.cpp" href="graphicsview-portedcanvas-blendshadow-cpp.html" subtype="file" title="" fulltitle="blendshadow.cpp Example File" subtitle="graphicsview/portedcanvas/blendshadow.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/portedcanvas/canvas.cpp" href="graphicsview-portedcanvas-canvas-cpp.html" subtype="file" title="" fulltitle="canvas.cpp Example File" subtitle="graphicsview/portedcanvas/canvas.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/portedcanvas/canvas.h" href="graphicsview-portedcanvas-canvas-h.html" subtype="file" title="" fulltitle="canvas.h Example File" subtitle="graphicsview/portedcanvas/canvas.h" location=""/>
+ <page access="public" status="commendable" name="graphicsview/portedcanvas/makeimg.cpp" href="graphicsview-portedcanvas-makeimg-cpp.html" subtype="file" title="" fulltitle="makeimg.cpp Example File" subtitle="graphicsview/portedcanvas/makeimg.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/portedcanvas/main.cpp" href="graphicsview-portedcanvas-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="graphicsview/portedcanvas/main.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/portedcanvas/portedcanvas.pro" href="graphicsview-portedcanvas-portedcanvas-pro.html" subtype="file" title="" fulltitle="portedcanvas.pro Example File" subtitle="graphicsview/portedcanvas/portedcanvas.pro" location=""/>
+ <page access="public" status="commendable" name="graphicsview/portedcanvas/portedcanvas.qrc" href="graphicsview-portedcanvas-portedcanvas-qrc.html" subtype="file" title="" fulltitle="portedcanvas.qrc Example File" subtitle="graphicsview/portedcanvas/portedcanvas.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="dialogs/licensewizard" href="dialogs-licensewizard.html" subtype="example" title="License Wizard Example" fulltitle="License Wizard Example" subtitle="" location="licensewizard.qdoc">
+ <contents name="the-licensewizard-class" title="The LicenseWizard Class" level="1"/>
+ <contents name="the-intropage-class" title="The IntroPage Class" level="1"/>
+ <contents name="the-evaluatepage-class" title="The EvaluatePage Class" level="1"/>
+ <contents name="the-conclusionpage-class" title="The ConclusionPage Class" level="1"/>
+ <page access="public" status="commendable" name="dialogs/licensewizard/licensewizard.cpp" href="dialogs-licensewizard-licensewizard-cpp.html" subtype="file" title="" fulltitle="licensewizard.cpp Example File" subtitle="dialogs/licensewizard/licensewizard.cpp" location=""/>
+ <page access="public" status="commendable" name="dialogs/licensewizard/licensewizard.h" href="dialogs-licensewizard-licensewizard-h.html" subtype="file" title="" fulltitle="licensewizard.h Example File" subtitle="dialogs/licensewizard/licensewizard.h" location=""/>
+ <page access="public" status="commendable" name="dialogs/licensewizard/main.cpp" href="dialogs-licensewizard-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="dialogs/licensewizard/main.cpp" location=""/>
+ <page access="public" status="commendable" name="dialogs/licensewizard/licensewizard.pro" href="dialogs-licensewizard-licensewizard-pro.html" subtype="file" title="" fulltitle="licensewizard.pro Example File" subtitle="dialogs/licensewizard/licensewizard.pro" location=""/>
+ <page access="public" status="commendable" name="dialogs/licensewizard/licensewizard.qrc" href="dialogs-licensewizard-licensewizard-qrc.html" subtype="file" title="" fulltitle="licensewizard.qrc Example File" subtitle="dialogs/licensewizard/licensewizard.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="network/blockingfortuneclient" href="network-blockingfortuneclient.html" subtype="example" title="Blocking Fortune Client Example" fulltitle="Blocking Fortune Client Example" subtitle="" location="blockingfortuneclient.qdoc">
+ <page access="public" status="commendable" name="network/blockingfortuneclient/blockingclient.cpp" href="network-blockingfortuneclient-blockingclient-cpp.html" subtype="file" title="" fulltitle="blockingclient.cpp Example File" subtitle="network/blockingfortuneclient/blockingclient.cpp" location=""/>
+ <page access="public" status="commendable" name="network/blockingfortuneclient/blockingclient.h" href="network-blockingfortuneclient-blockingclient-h.html" subtype="file" title="" fulltitle="blockingclient.h Example File" subtitle="network/blockingfortuneclient/blockingclient.h" location=""/>
+ <page access="public" status="commendable" name="network/blockingfortuneclient/fortunethread.cpp" href="network-blockingfortuneclient-fortunethread-cpp.html" subtype="file" title="" fulltitle="fortunethread.cpp Example File" subtitle="network/blockingfortuneclient/fortunethread.cpp" location=""/>
+ <page access="public" status="commendable" name="network/blockingfortuneclient/fortunethread.h" href="network-blockingfortuneclient-fortunethread-h.html" subtype="file" title="" fulltitle="fortunethread.h Example File" subtitle="network/blockingfortuneclient/fortunethread.h" location=""/>
+ <page access="public" status="commendable" name="network/blockingfortuneclient/main.cpp" href="network-blockingfortuneclient-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="network/blockingfortuneclient/main.cpp" location=""/>
+ <page access="public" status="commendable" name="network/blockingfortuneclient/blockingfortuneclient.pro" href="network-blockingfortuneclient-blockingfortuneclient-pro.html" subtype="file" title="" fulltitle="blockingfortuneclient.pro Example File" subtitle="network/blockingfortuneclient/blockingfortuneclient.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qmlforcpp.html" href="qmlforcpp.html" subtype="page" title="QML for C++ Programmers" fulltitle="QML for C++ Programmers" subtitle="" location="qmlforcpp.qdoc">
+ <target name="qmlforcpp"/>
+ <contents name="loading-and-using-qml-files" title="Loading and using QML Files" level="1"/>
+ <contents name="qml-format-101" title="QML Format 101" level="1"/>
+ <contents name="defining-qml-types" title="Defining QML Types" level="1"/>
+ <contents name="property-binding" title="Property Binding" level="1"/>
+ <contents name="signal-properties" title="Signal Properties" level="1"/>
+ <contents name="attached-properties" title="Attached Properties" level="1"/>
+ <contents name="property-value-sources" title="Property Value Sources" level="1"/>
+ <contents name="parser-status" title="Parser Status" level="1"/>
+ <contents name="extended-type-definitions" title="Extended Type Definitions" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="string-processing" href="string-processing.html" subtype="group" title="Classes for String Data" fulltitle="Classes for String Data" subtitle="" location="unicode.qdoc"/>
+ <page access="public" status="commendable" name="unicode.html" href="unicode.html" subtype="page" title="Unicode in Qt" fulltitle="Unicode in Qt" subtitle="" location="unicode.qdoc">
+ <keyword name="unicode"/>
+ <contents name="qt-s-classes-for-working-with-strings" title="Qt's Classes for Working with Strings" level="1"/>
+ <contents name="information-about-unicode-on-the-web" title="Information about Unicode on the Web" level="1"/>
+ <contents name="the-standard" title="The Standard" level="1"/>
+ <contents name="unicode-in-qt" title="Unicode in Qt" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="layouts/flowlayout" href="layouts-flowlayout.html" subtype="example" title="Flow Layout Example" fulltitle="Flow Layout Example" subtitle="" location="flowlayout.qdoc">
+ <contents name="flowlayout-class-definition" title="FlowLayout Class Definition" level="1"/>
+ <contents name="flowlayout-class-implementation" title="FlowLayout Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="layouts/flowlayout/flowlayout.cpp" href="layouts-flowlayout-flowlayout-cpp.html" subtype="file" title="" fulltitle="flowlayout.cpp Example File" subtitle="layouts/flowlayout/flowlayout.cpp" location=""/>
+ <page access="public" status="commendable" name="layouts/flowlayout/flowlayout.h" href="layouts-flowlayout-flowlayout-h.html" subtype="file" title="" fulltitle="flowlayout.h Example File" subtitle="layouts/flowlayout/flowlayout.h" location=""/>
+ <page access="public" status="commendable" name="layouts/flowlayout/window.cpp" href="layouts-flowlayout-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="layouts/flowlayout/window.cpp" location=""/>
+ <page access="public" status="commendable" name="layouts/flowlayout/window.h" href="layouts-flowlayout-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="layouts/flowlayout/window.h" location=""/>
+ <page access="public" status="commendable" name="layouts/flowlayout/main.cpp" href="layouts-flowlayout-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="layouts/flowlayout/main.cpp" location=""/>
+ <page access="public" status="commendable" name="layouts/flowlayout/flowlayout.pro" href="layouts-flowlayout-flowlayout-pro.html" subtype="file" title="" fulltitle="flowlayout.pro Example File" subtitle="layouts/flowlayout/flowlayout.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="dbus/remotecontrolledcar" href="dbus-remotecontrolledcar.html" subtype="example" title="D-Bus Remote Controlled Car Example" fulltitle="D-Bus Remote Controlled Car Example" subtitle="" location="dbus-remotecontrolledcar.qdoc">
+ <page access="public" status="commendable" name="dbus/remotecontrolledcar/car/car.cpp" href="dbus-remotecontrolledcar-car-car-cpp.html" subtype="file" title="" fulltitle="car.cpp Example File" subtitle="dbus/remotecontrolledcar/car/car.cpp" location=""/>
+ <page access="public" status="commendable" name="dbus/remotecontrolledcar/car/car.h" href="dbus-remotecontrolledcar-car-car-h.html" subtype="file" title="" fulltitle="car.h Example File" subtitle="dbus/remotecontrolledcar/car/car.h" location=""/>
+ <page access="public" status="commendable" name="dbus/remotecontrolledcar/car/car.xml" href="dbus-remotecontrolledcar-car-car-xml.html" subtype="file" title="" fulltitle="car.xml Example File" subtitle="dbus/remotecontrolledcar/car/car.xml" location=""/>
+ <page access="public" status="commendable" name="dbus/remotecontrolledcar/car/car_adaptor.cpp" href="dbus-remotecontrolledcar-car-car-adaptor-cpp.html" subtype="file" title="" fulltitle="car_adaptor.cpp Example File" subtitle="dbus/remotecontrolledcar/car/car_adaptor.cpp" location=""/>
+ <page access="public" status="commendable" name="dbus/remotecontrolledcar/car/car_adaptor_p.h" href="dbus-remotecontrolledcar-car-car-adaptor-p-h.html" subtype="file" title="" fulltitle="car_adaptor_p.h Example File" subtitle="dbus/remotecontrolledcar/car/car_adaptor_p.h" location=""/>
+ <page access="public" status="commendable" name="dbus/remotecontrolledcar/controller/car.xml" href="dbus-remotecontrolledcar-controller-car-xml.html" subtype="file" title="" fulltitle="car.xml Example File" subtitle="dbus/remotecontrolledcar/controller/car.xml" location=""/>
+ <page access="public" status="commendable" name="dbus/remotecontrolledcar/controller/car_interface.cpp" href="dbus-remotecontrolledcar-controller-car-interface-cpp.html" subtype="file" title="" fulltitle="car_interface.cpp Example File" subtitle="dbus/remotecontrolledcar/controller/car_interface.cpp" location=""/>
+ <page access="public" status="commendable" name="dbus/remotecontrolledcar/controller/car_interface_p.h" href="dbus-remotecontrolledcar-controller-car-interface-p-h.html" subtype="file" title="" fulltitle="car_interface_p.h Example File" subtitle="dbus/remotecontrolledcar/controller/car_interface_p.h" location=""/>
+ <page access="public" status="commendable" name="dbus/remotecontrolledcar/controller/controller.cpp" href="dbus-remotecontrolledcar-controller-controller-cpp.html" subtype="file" title="" fulltitle="controller.cpp Example File" subtitle="dbus/remotecontrolledcar/controller/controller.cpp" location=""/>
+ <page access="public" status="commendable" name="dbus/remotecontrolledcar/controller/controller.h" href="dbus-remotecontrolledcar-controller-controller-h.html" subtype="file" title="" fulltitle="controller.h Example File" subtitle="dbus/remotecontrolledcar/controller/controller.h" location=""/>
+ <page access="public" status="commendable" name="dbus/remotecontrolledcar/controller/controller.ui" href="dbus-remotecontrolledcar-controller-controller-ui.html" subtype="file" title="" fulltitle="controller.ui Example File" subtitle="dbus/remotecontrolledcar/controller/controller.ui" location=""/>
+ <page access="public" status="commendable" name="dbus/remotecontrolledcar/car/main.cpp" href="dbus-remotecontrolledcar-car-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="dbus/remotecontrolledcar/car/main.cpp" location=""/>
+ <page access="public" status="commendable" name="dbus/remotecontrolledcar/remotecontrolledcar.pro" href="dbus-remotecontrolledcar-remotecontrolledcar-pro.html" subtype="file" title="" fulltitle="remotecontrolledcar.pro Example File" subtitle="dbus/remotecontrolledcar/remotecontrolledcar.pro" location=""/>
+ <page access="public" status="commendable" name="dbus/remotecontrolledcar/car/car.pro" href="dbus-remotecontrolledcar-car-car-pro.html" subtype="file" title="" fulltitle="car.pro Example File" subtitle="dbus/remotecontrolledcar/car/car.pro" location=""/>
+ <page access="public" status="commendable" name="dbus/remotecontrolledcar/controller/controller.pro" href="dbus-remotecontrolledcar-controller-controller-pro.html" subtype="file" title="" fulltitle="controller.pro Example File" subtitle="dbus/remotecontrolledcar/controller/controller.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="demos/deform" href="demos-deform.html" subtype="example" title="Vector Deformation" fulltitle="Vector Deformation" subtitle="" location="deform.qdoc">
+ <page access="public" status="commendable" name="demos/deform/pathdeform.cpp" href="demos-deform-pathdeform-cpp.html" subtype="file" title="" fulltitle="pathdeform.cpp Example File" subtitle="demos/deform/pathdeform.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/deform/pathdeform.h" href="demos-deform-pathdeform-h.html" subtype="file" title="" fulltitle="pathdeform.h Example File" subtitle="demos/deform/pathdeform.h" location=""/>
+ <page access="public" status="commendable" name="demos/deform/main.cpp" href="demos-deform-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="demos/deform/main.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/deform/deform.pro" href="demos-deform-deform-pro.html" subtype="file" title="" fulltitle="deform.pro Example File" subtitle="demos/deform/deform.pro" location=""/>
+ <page access="public" status="commendable" name="demos/deform/deform.qrc" href="demos-deform-deform-qrc.html" subtype="file" title="" fulltitle="deform.qrc Example File" subtitle="demos/deform/deform.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="DateTimeFormatter" href="qml-datetimeformatter.html" title="QML DateTimeFormatter Element Reference" fulltitle="QML DateTimeFormatter Element Reference" subtitle="" location="qmldatetimeformatter.cpp">
+ <page access="public" status="commendable" name="dateText" href="datetext.html" title="" fulltitle="" subtitle="" location="qmldatetimeformatter.cpp"/>
+ <page access="public" status="commendable" name="date" href="date.html" title="" fulltitle="" subtitle="" location="qmldatetimeformatter.cpp"/>
+ <page access="public" status="commendable" name="dateFormat" href="dateformat.html" title="" fulltitle="" subtitle="" location="qmldatetimeformatter.cpp"/>
+ <page access="public" status="commendable" name="longStyle" href="longstyle.html" title="" fulltitle="" subtitle="" location="qmldatetimeformatter.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="layouts/dynamiclayouts" href="layouts-dynamiclayouts.html" subtype="example" title="Dynamic Layouts Example" fulltitle="Dynamic Layouts Example" subtitle="" location="dynamiclayouts.qdoc">
+ <page access="public" status="commendable" name="layouts/dynamiclayouts/dialog.cpp" href="layouts-dynamiclayouts-dialog-cpp.html" subtype="file" title="" fulltitle="dialog.cpp Example File" subtitle="layouts/dynamiclayouts/dialog.cpp" location=""/>
+ <page access="public" status="commendable" name="layouts/dynamiclayouts/dialog.h" href="layouts-dynamiclayouts-dialog-h.html" subtype="file" title="" fulltitle="dialog.h Example File" subtitle="layouts/dynamiclayouts/dialog.h" location=""/>
+ <page access="public" status="commendable" name="layouts/dynamiclayouts/main.cpp" href="layouts-dynamiclayouts-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="layouts/dynamiclayouts/main.cpp" location=""/>
+ <page access="public" status="commendable" name="layouts/dynamiclayouts/dynamiclayouts.pro" href="layouts-dynamiclayouts-dynamiclayouts-pro.html" subtype="file" title="" fulltitle="dynamiclayouts.pro Example File" subtitle="layouts/dynamiclayouts/dynamiclayouts.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="threads/queuedcustomtype" href="threads-queuedcustomtype.html" subtype="example" title="Queued Custom Type Example" fulltitle="Queued Custom Type Example" subtitle="" location="queuedcustomtype.qdoc">
+ <contents name="overview" title="Overview" level="1"/>
+ <contents name="the-block-class" title="The Block Class" level="1"/>
+ <contents name="the-window-class" title="The Window Class" level="1"/>
+ <contents name="the-renderthread-class" title="The RenderThread Class" level="1"/>
+ <contents name="registering-the-type" title="Registering the Type" level="1"/>
+ <contents name="further-reading" title="Further Reading" level="1"/>
+ <page access="public" status="commendable" name="threads/queuedcustomtype/block.cpp" href="threads-queuedcustomtype-block-cpp.html" subtype="file" title="" fulltitle="block.cpp Example File" subtitle="threads/queuedcustomtype/block.cpp" location=""/>
+ <page access="public" status="commendable" name="threads/queuedcustomtype/block.h" href="threads-queuedcustomtype-block-h.html" subtype="file" title="" fulltitle="block.h Example File" subtitle="threads/queuedcustomtype/block.h" location=""/>
+ <page access="public" status="commendable" name="threads/queuedcustomtype/renderthread.cpp" href="threads-queuedcustomtype-renderthread-cpp.html" subtype="file" title="" fulltitle="renderthread.cpp Example File" subtitle="threads/queuedcustomtype/renderthread.cpp" location=""/>
+ <page access="public" status="commendable" name="threads/queuedcustomtype/renderthread.h" href="threads-queuedcustomtype-renderthread-h.html" subtype="file" title="" fulltitle="renderthread.h Example File" subtitle="threads/queuedcustomtype/renderthread.h" location=""/>
+ <page access="public" status="commendable" name="threads/queuedcustomtype/window.cpp" href="threads-queuedcustomtype-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="threads/queuedcustomtype/window.cpp" location=""/>
+ <page access="public" status="commendable" name="threads/queuedcustomtype/window.h" href="threads-queuedcustomtype-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="threads/queuedcustomtype/window.h" location=""/>
+ <page access="public" status="commendable" name="threads/queuedcustomtype/main.cpp" href="threads-queuedcustomtype-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="threads/queuedcustomtype/main.cpp" location=""/>
+ <page access="public" status="commendable" name="threads/queuedcustomtype/queuedcustomtype.pro" href="threads-queuedcustomtype-queuedcustomtype-pro.html" subtype="file" title="" fulltitle="queuedcustomtype.pro Example File" subtitle="threads/queuedcustomtype/queuedcustomtype.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="GradientStop" href="qml-gradientstop.html" title="QML GradientStop Element Reference" fulltitle="QML GradientStop Element Reference" subtitle="" location="qfxrect.cpp">
+ <page access="public" status="commendable" name="position" href="position.html" title="" fulltitle="" subtitle="" location="qfxrect.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="Gradient" href="qml-gradient.html" title="QML Gradient Element Reference" fulltitle="QML Gradient Element Reference" subtitle="" location="qfxrect.cpp">
+ <page access="public" status="commendable" name="stops" href="stops.html" title="" fulltitle="" subtitle="" location="qfxrect.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="Rectangle" href="qml-rectangle.html" title="QML Rectangle Element Reference" fulltitle="QML Rectangle Element Reference" subtitle="" location="qfxrect.cpp">
+ <page access="public" status="commendable" name="border.width" href="border-width.html" title="" fulltitle="" subtitle="" location="qfxrect.cpp"/>
+ <page access="public" status="commendable" name="gradient" href="gradient.html" title="" fulltitle="" subtitle="" location="qfxrect.cpp"/>
+ <page access="public" status="commendable" name="radius" href="radius.html" title="" fulltitle="" subtitle="" location="qfxrect.cpp"/>
+ <page access="public" status="commendable" name="color" href="color.html" title="" fulltitle="" subtitle="" location="qfxrect.cpp"/>
+ <page access="public" status="commendable" name="tintColor" href="tintcolor.html" title="" fulltitle="" subtitle="" location="qfxrect.cpp"/>
+ <page access="public" status="commendable" name="smooth" href="smooth.html" title="" fulltitle="" subtitle="" location="qfxrect.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="tools/customtypesending" href="tools-customtypesending.html" subtype="example" title="Custom Type Sending Example" fulltitle="Custom Type Sending Example" subtitle="" location="customtypesending.qdoc">
+ <contents name="overview" title="Overview" level="1"/>
+ <contents name="the-window-class-definition" title="The Window Class Definition" level="1"/>
+ <contents name="the-window-class-implementation" title="The Window Class Implementation" level="1"/>
+ <contents name="making-the-connection" title="Making the Connection" level="1"/>
+ <contents name="further-reading" title="Further Reading" level="1"/>
+ <page access="public" status="commendable" name="tools/customtypesending/message.cpp" href="tools-customtypesending-message-cpp.html" subtype="file" title="" fulltitle="message.cpp Example File" subtitle="tools/customtypesending/message.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/customtypesending/message.h" href="tools-customtypesending-message-h.html" subtype="file" title="" fulltitle="message.h Example File" subtitle="tools/customtypesending/message.h" location=""/>
+ <page access="public" status="commendable" name="tools/customtypesending/window.cpp" href="tools-customtypesending-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="tools/customtypesending/window.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/customtypesending/window.h" href="tools-customtypesending-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="tools/customtypesending/window.h" location=""/>
+ <page access="public" status="commendable" name="tools/customtypesending/main.cpp" href="tools-customtypesending-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tools/customtypesending/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/customtypesending/customtypesending.pro" href="tools-customtypesending-customtypesending-pro.html" subtype="file" title="" fulltitle="customtypesending.pro Example File" subtitle="tools/customtypesending/customtypesending.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="network/broadcastsender" href="network-broadcastsender.html" subtype="example" title="Broadcast Sender Example" fulltitle="Broadcast Sender Example" subtitle="" location="broadcastsender.qdoc">
+ <page access="public" status="commendable" name="network/broadcastsender/sender.cpp" href="network-broadcastsender-sender-cpp.html" subtype="file" title="" fulltitle="sender.cpp Example File" subtitle="network/broadcastsender/sender.cpp" location=""/>
+ <page access="public" status="commendable" name="network/broadcastsender/sender.h" href="network-broadcastsender-sender-h.html" subtype="file" title="" fulltitle="sender.h Example File" subtitle="network/broadcastsender/sender.h" location=""/>
+ <page access="public" status="commendable" name="network/broadcastsender/main.cpp" href="network-broadcastsender-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="network/broadcastsender/main.cpp" location=""/>
+ <page access="public" status="commendable" name="network/broadcastsender/broadcastsender.pro" href="network-broadcastsender-broadcastsender-pro.html" subtype="file" title="" fulltitle="broadcastsender.pro Example File" subtitle="network/broadcastsender/broadcastsender.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="dialogs/classwizard" href="dialogs-classwizard.html" subtype="example" title="Class Wizard Example" fulltitle="Class Wizard Example" subtitle="" location="classwizard.qdoc">
+ <contents name="classwizard-class-definition" title="ClassWizard Class Definition" level="1"/>
+ <contents name="the-classwizard-class" title="The ClassWizard Class" level="1"/>
+ <contents name="the-intropage-class" title="The IntroPage Class" level="1"/>
+ <contents name="the-classinfopage-class" title="The ClassInfoPage Class" level="1"/>
+ <contents name="the-codestylepage-class" title="The CodeStylePage Class" level="1"/>
+ <page access="public" status="commendable" name="dialogs/classwizard/classwizard.cpp" href="dialogs-classwizard-classwizard-cpp.html" subtype="file" title="" fulltitle="classwizard.cpp Example File" subtitle="dialogs/classwizard/classwizard.cpp" location=""/>
+ <page access="public" status="commendable" name="dialogs/classwizard/classwizard.h" href="dialogs-classwizard-classwizard-h.html" subtype="file" title="" fulltitle="classwizard.h Example File" subtitle="dialogs/classwizard/classwizard.h" location=""/>
+ <page access="public" status="commendable" name="dialogs/classwizard/main.cpp" href="dialogs-classwizard-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="dialogs/classwizard/main.cpp" location=""/>
+ <page access="public" status="commendable" name="dialogs/classwizard/classwizard.pro" href="dialogs-classwizard-classwizard-pro.html" subtype="file" title="" fulltitle="classwizard.pro Example File" subtitle="dialogs/classwizard/classwizard.pro" location=""/>
+ <page access="public" status="commendable" name="dialogs/classwizard/classwizard.qrc" href="dialogs-classwizard-classwizard-qrc.html" subtype="file" title="" fulltitle="classwizard.qrc Example File" subtitle="dialogs/classwizard/classwizard.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="xml/saxbookmarks" href="xml-saxbookmarks.html" subtype="example" title="SAX Bookmarks Example" fulltitle="SAX Bookmarks Example" subtitle="" location="saxbookmarks.qdoc">
+ <page access="public" status="commendable" name="xml/saxbookmarks/mainwindow.cpp" href="xml-saxbookmarks-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="xml/saxbookmarks/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="xml/saxbookmarks/mainwindow.h" href="xml-saxbookmarks-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="xml/saxbookmarks/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="xml/saxbookmarks/xbelgenerator.cpp" href="xml-saxbookmarks-xbelgenerator-cpp.html" subtype="file" title="" fulltitle="xbelgenerator.cpp Example File" subtitle="xml/saxbookmarks/xbelgenerator.cpp" location=""/>
+ <page access="public" status="commendable" name="xml/saxbookmarks/xbelgenerator.h" href="xml-saxbookmarks-xbelgenerator-h.html" subtype="file" title="" fulltitle="xbelgenerator.h Example File" subtitle="xml/saxbookmarks/xbelgenerator.h" location=""/>
+ <page access="public" status="commendable" name="xml/saxbookmarks/xbelhandler.cpp" href="xml-saxbookmarks-xbelhandler-cpp.html" subtype="file" title="" fulltitle="xbelhandler.cpp Example File" subtitle="xml/saxbookmarks/xbelhandler.cpp" location=""/>
+ <page access="public" status="commendable" name="xml/saxbookmarks/xbelhandler.h" href="xml-saxbookmarks-xbelhandler-h.html" subtype="file" title="" fulltitle="xbelhandler.h Example File" subtitle="xml/saxbookmarks/xbelhandler.h" location=""/>
+ <page access="public" status="commendable" name="xml/saxbookmarks/main.cpp" href="xml-saxbookmarks-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="xml/saxbookmarks/main.cpp" location=""/>
+ <page access="public" status="commendable" name="xml/saxbookmarks/saxbookmarks.pro" href="xml-saxbookmarks-saxbookmarks-pro.html" subtype="file" title="" fulltitle="saxbookmarks.pro Example File" subtitle="xml/saxbookmarks/saxbookmarks.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="dbus/pingpong" href="dbus-pingpong.html" subtype="example" title="D-Bus Ping Pong Example" fulltitle="D-Bus Ping Pong Example" subtitle="" location="dbus-pingpong.qdoc">
+ <page access="public" status="commendable" name="dbus/pingpong/ping-common.h" href="dbus-pingpong-ping-common-h.html" subtype="file" title="" fulltitle="ping-common.h Example File" subtitle="dbus/pingpong/ping-common.h" location=""/>
+ <page access="public" status="commendable" name="dbus/pingpong/ping.cpp" href="dbus-pingpong-ping-cpp.html" subtype="file" title="" fulltitle="ping.cpp Example File" subtitle="dbus/pingpong/ping.cpp" location=""/>
+ <page access="public" status="commendable" name="dbus/pingpong/pong.cpp" href="dbus-pingpong-pong-cpp.html" subtype="file" title="" fulltitle="pong.cpp Example File" subtitle="dbus/pingpong/pong.cpp" location=""/>
+ <page access="public" status="commendable" name="dbus/pingpong/pong.h" href="dbus-pingpong-pong-h.html" subtype="file" title="" fulltitle="pong.h Example File" subtitle="dbus/pingpong/pong.h" location=""/>
+ <page access="public" status="commendable" name="dbus/pingpong/ping.pro" href="dbus-pingpong-ping-pro.html" subtype="file" title="" fulltitle="ping.pro Example File" subtitle="dbus/pingpong/ping.pro" location=""/>
+ <page access="public" status="commendable" name="dbus/pingpong/pingpong.pro" href="dbus-pingpong-pingpong-pro.html" subtype="file" title="" fulltitle="pingpong.pro Example File" subtitle="dbus/pingpong/pingpong.pro" location=""/>
+ <page access="public" status="commendable" name="dbus/pingpong/pong.pro" href="dbus-pingpong-pong-pro.html" subtype="file" title="" fulltitle="pong.pro Example File" subtitle="dbus/pingpong/pong.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="3rdparty.html" href="3rdparty.html" subtype="page" title="Third-Party Licenses Used in Qt" fulltitle="Third-Party Licenses Used in Qt" subtitle="" location="3rdparty.qdoc">
+ <contents name="des" title="DES ()" level="1"/>
+ <contents name="freetype-2-version-2-3-6" title="FreeType 2 () version 2.3.6" level="1"/>
+ <contents name="harfbuzz" title="HarfBuzz ()" level="1"/>
+ <contents name="the-independent-jpeg-group-s-jpeg-software-version-6b" title="The Independent JPEG Group's JPEG Software () version 6b" level="1"/>
+ <contents name="md4-and" title="MD4 ( and )" level="1"/>
+ <contents name="md5-and" title="MD5 ( and )" level="1"/>
+ <contents name="mng-library-version-1-0-10" title="MNG Library () version 1.0.10" level="1"/>
+ <contents name="png-reference-library-version-1-2-29" title="PNG Reference Library () version 1.2.29" level="1"/>
+ <contents name="the-ptmalloc-memory-allocator-version-1-8" title="The ptmalloc memory allocator () version 1.8" level="1"/>
+ <contents name="sha-1" title="SHA-1 ()" level="1"/>
+ <contents name="sqlite-version-3-5-9" title="SQLite () version 3.5.9" level="1"/>
+ <contents name="tiff-software-distribution-version-3-8-2" title="TIFF Software Distribution () version 3.8.2" level="1"/>
+ <contents name="wintab-api" title="Wintab API ()" level="1"/>
+ <contents name="data-compression-library-version-1-2-3" title="Data Compression Library () version 1.2.3" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="http://qt.nokia.com/" href="http-qt-nokia-com.html" subtype="externalpage" title="Qt website" fulltitle="Qt website" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/" href="http-qt-nokia-com.html" subtype="externalpage" title="Qt Homepage" fulltitle="Qt Homepage" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/bugreport-form" href="http-qt-nokia-com-bugreport-form.html" subtype="externalpage" title="Bug Report Form" fulltitle="Bug Report Form" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/products/add-on-products/add-on-products/" href="http-qt-nokia-com-products-add-on-products-add-on-products.html" subtype="externalpage" title="Third-Party Tools" fulltitle="Third-Party Tools" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/products/add-on-products" href="http-qt-nokia-com-products-add-on-products.html" subtype="externalpage" title="Qt Solutions" fulltitle="Qt Solutions" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/developer/books" href="http-qt-nokia-com-developer-books.html" subtype="externalpage" title="Books about Qt Programming" fulltitle="Books about Qt Programming" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/developer/books/3" href="http-qt-nokia-com-developer-books-3.html" subtype="externalpage" title="GUI Programming with Qt 3" fulltitle="GUI Programming with Qt 3" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/about" href="http-qt-nokia-com-about.html" subtype="externalpage" title="About Qt" fulltitle="About Qt" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/products/developer-tools" href="http-qt-nokia-com-products-developer-tools.html" subtype="externalpage" title="Visual Studio Integration" fulltitle="Visual Studio Integration" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/products/add-on-products/catalog/4/Widgets/qtcalendarwidget/" href="http-qt-nokia-com-products-add-on-products-catalog-4-widgets-qtcalendarwidget.html" subtype="externalpage" title="Calendar Widget" fulltitle="Calendar Widget" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/products/add-on-products/catalog/4/Widgets/qtwizard/" href="http-qt-nokia-com-products-add-on-products-catalog-4-widgets-qtwizard.html" subtype="externalpage" title="QtWizard" fulltitle="QtWizard" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/products/add-on-products/catalog/4/Utilities/qtcorba/" href="http-qt-nokia-com-products-add-on-products-catalog-4-utilities-qtcorba.html" subtype="externalpage" title="CORBA Framework" fulltitle="CORBA Framework" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/products/add-on-products/catalog/4/Widgets/qtwindowlistmenu/" href="http-qt-nokia-com-products-add-on-products-catalog-4-widgets-qtwindowlistmenu.html" subtype="externalpage" title="Window Menu" fulltitle="Window Menu" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/qt-in-use" href="http-qt-nokia-com-qt-in-use.html" subtype="externalpage" title="Customer Success Stories" fulltitle="Customer Success Stories" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/developer" href="http-qt-nokia-com-developer.html" subtype="externalpage" title="Developer Zone" fulltitle="Developer Zone" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/downloads" href="http-qt-nokia-com-downloads.html" subtype="externalpage" title="Downloads" fulltitle="Downloads" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/developer/faqs/" href="http-qt-nokia-com-developer-faqs.html" subtype="externalpage" title="FAQs" fulltitle="FAQs" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/developer/faqs/licensing/" href="http-qt-nokia-com-developer-faqs-licensing.html" subtype="externalpage" title="License FAQ" fulltitle="License FAQ" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/products/licensing/" href="http-qt-nokia-com-products-licensing.html" subtype="externalpage" title="Free Software and Contributions" fulltitle="Free Software and Contributions" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/products/licensing/" href="http-qt-nokia-com-products-licensing.html" subtype="externalpage" title="Qt Licensing Overview" fulltitle="Qt Licensing Overview" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/products/pricing/" href="http-qt-nokia-com-products-pricing.html" subtype="externalpage" title="Qt License Pricing" fulltitle="Qt License Pricing" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/contact" href="http-qt-nokia-com-contact.html" subtype="externalpage" title="How to Order" fulltitle="How to Order" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/doc/supported-platforms.html" href="http-qt-nokia-com-doc-supported-platforms.html" subtype="externalpage" title="Platform Support Policy" fulltitle="Platform Support Policy" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/products/" href="http-qt-nokia-com-products.html" subtype="externalpage" title="Product Overview" fulltitle="Product Overview" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/doc/supported-platforms.html" href="http-qt-nokia-com-doc-supported-platforms.html" subtype="externalpage" title="Qt 4 Platforms Overview" fulltitle="Qt 4 Platforms Overview" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/products/qtopia/" href="http-qt-nokia-com-products-qtopia.html" subtype="externalpage" title="Qt Extended" fulltitle="Qt Extended" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/doc/qq/" href="http-qt-nokia-com-doc-qq.html" subtype="externalpage" title="Qt Quarterly" fulltitle="Qt Quarterly" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/developer/task-tracker" href="http-qt-nokia-com-developer-task-tracker.html" subtype="externalpage" title="Task Tracker" fulltitle="Task Tracker" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/lists" href="http-qt-nokia-com-lists.html" subtype="externalpage" title="Qt Mailing Lists" fulltitle="Qt Mailing Lists" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/products/files/pdf/" href="http-qt-nokia-com-products-files-pdf.html" subtype="externalpage" title="Whitepapers" fulltitle="Whitepapers" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/doc/qtcanvas" href="http-qt-nokia-com-doc-qtcanvas.html" subtype="externalpage" title="QtCanvas" fulltitle="QtCanvas" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://labs.qt.nokia.com/page/Projects/Itemview/Modeltest" href="http-labs-qt-nokia-com-page-projects-itemview-modeltest.html" subtype="externalpage" title="ModelTest" fulltitle="ModelTest" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://labs.qt.nokia.com/page/Projects/Accessibility/QDBusBridge" href="http-labs-qt-nokia-com-page-projects-accessibility-qdbusbridge.html" subtype="externalpage" title="D-Bus Accessibility Bridge" fulltitle="D-Bus Accessibility Bridge" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://labs.qt.nokia.com/blogs/2008/12/05/qtestlib-now-with-nice-graphs-pointing-upwards/" href="http-labs-qt-nokia-com-blogs-2008-12-05-qtestlib-now-with-nice-graphs-pointing-upwards.html" subtype="externalpage" title="qtestlib-tools Announcement" fulltitle="qtestlib-tools Announcement" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://labs.qt.nokia.com/gitweb?p=qtestlib-tools;a=summary" href="http-labs-qt-nokia-com-gitweb-p-qtestlib-tools-a-summary.html" subtype="externalpage" title="qtestlib-tools" fulltitle="qtestlib-tools" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/products/library/modular-class-library#info_scripting" href="http-qt-nokia-com-products-library-modular-class-library-info-scripting.html" subtype="externalpage" title="Qt Script for Applications (QSA)" fulltitle="Qt Script for Applications (QSA)" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/products/add-on-products/catalog/4/Utilities/qtsharedmemory/" href="http-qt-nokia-com-products-add-on-products-catalog-4-utilities-qtsharedmemory.html" subtype="externalpage" title="QtSharedMemory" fulltitle="QtSharedMemory" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/qq/qq21-portingcanvas.html" href="http-qt-nokia-com-qq-qq21-portingcanvas.html" subtype="externalpage" title="Porting to Qt 4.2's Graphics View" fulltitle="Porting to Qt 4.2's Graphics View" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/products/add-on-products/catalog/4/Windows/qtwinforms/" href="http-qt-nokia-com-products-add-on-products-catalog-4-windows-qtwinforms.html" subtype="externalpage" title="QtWinForms Solution" fulltitle="QtWinForms Solution" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.nokia.com/developer/faqs/qt/installation" href="http-qt-nokia-com-developer-faqs-qt-installation.html" subtype="externalpage" title="Installation FAQ" fulltitle="Installation FAQ" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="http://qt.gitorious.org" href="http-qt-gitorious-org.html" subtype="externalpage" title="Public Qt Repository" fulltitle="Public Qt Repository" subtitle="" location="qt-webpages.qdoc"/>
+ <page access="public" status="commendable" name="helpsystem" href="helpsystem.html" subtype="group" title="Help System" fulltitle="Help System" subtitle="" location="qthelp.qdoc">
+ <keyword name="help-system"/>
+ </page>
+ <page access="public" status="commendable" name="qthelp-framework.html" href="qthelp-framework.html" subtype="page" title="The Qt Help Framework" fulltitle="The Qt Help Framework" subtitle="" location="qthelp.qdoc">
+ <target name="qt-help-collection-project"/>
+ <contents name="topics" title="Topics" level="1"/>
+ <contents name="overview" title="Overview" level="1"/>
+ <contents name="generating-qt-help" title="Generating Qt Help" level="1"/>
+ <contents name="creating-a-qt-help-collection" title="Creating a Qt Help Collection" level="2"/>
+ <contents name="using-qt-help" title="Using Qt Help" level="1"/>
+ <contents name="using-qt-assistant" title="Using Qt Assistant" level="2"/>
+ <contents name="using-qhelpengine-api" title="Using QHelpEngine API" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="qthelpproject.html" href="qthelpproject.html" subtype="page" title="Qt Help Project" fulltitle="Qt Help Project" subtitle="" location="qthelp.qdoc">
+ <target name="virtual-folders"/>
+ <target name="custom-filters"/>
+ <target name="filter-section"/>
+ <contents name="qt-help-project-file-format" title="Qt Help Project File Format" level="1"/>
+ <contents name="namespace" title="Namespace" level="2"/>
+ <contents name="virtual-folders" title="Virtual Folders" level="2"/>
+ <contents name="custom-filters" title="Custom Filters" level="2"/>
+ <contents name="filter-section" title="Filter Section" level="2"/>
+ <contents name="filter-attributes" title="Filter Attributes" level="3"/>
+ <contents name="table-of-contents" title="Table of contents" level="3"/>
+ <contents name="keywords" title="Keywords" level="3"/>
+ <contents name="files" title="Files" level="3"/>
+ </page>
+ <function access="public" threadsafety="unspecified" status="commendable" name="qApp" href="qapplication.html#qApp" location="qapplication.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QApplication" type="" signature="qApp()"/>
+ <page access="public" status="commendable" name="widgets/charactermap" href="widgets-charactermap.html" subtype="example" title="Character Map Example" fulltitle="Character Map Example" subtitle="" location="charactermap.qdoc">
+ <contents name="characterwidget-class-definition" title="CharacterWidget Class Definition" level="1"/>
+ <contents name="characterwidget-class-implementation" title="CharacterWidget Class Implementation" level="1"/>
+ <contents name="mainwindow-class-definition" title="MainWindow Class Definition" level="1"/>
+ <contents name="mainwindow-class-implementation" title="MainWindow Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="widgets/charactermap/characterwidget.cpp" href="widgets-charactermap-characterwidget-cpp.html" subtype="file" title="" fulltitle="characterwidget.cpp Example File" subtitle="widgets/charactermap/characterwidget.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/charactermap/characterwidget.h" href="widgets-charactermap-characterwidget-h.html" subtype="file" title="" fulltitle="characterwidget.h Example File" subtitle="widgets/charactermap/characterwidget.h" location=""/>
+ <page access="public" status="commendable" name="widgets/charactermap/mainwindow.cpp" href="widgets-charactermap-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="widgets/charactermap/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/charactermap/mainwindow.h" href="widgets-charactermap-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="widgets/charactermap/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="widgets/charactermap/main.cpp" href="widgets-charactermap-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="widgets/charactermap/main.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/charactermap/charactermap.pro" href="widgets-charactermap-charactermap-pro.html" subtype="file" title="" fulltitle="charactermap.pro Example File" subtitle="widgets/charactermap/charactermap.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="painting/transformations" href="painting-transformations.html" subtype="example" title="Transformations Example" fulltitle="Transformations Example" subtitle="" location="transformations.qdoc">
+ <contents name="transformation-operations" title="Transformation Operations" level="1"/>
+ <contents name="renderarea-class-definition" title="RenderArea Class Definition" level="1"/>
+ <contents name="renderarea-class-implementation" title="RenderArea Class Implementation" level="1"/>
+ <contents name="window-class-definition" title="Window Class Definition" level="1"/>
+ <contents name="window-class-implementation" title="Window Class Implementation" level="1"/>
+ <contents name="summary" title="Summary" level="1"/>
+ <page access="public" status="commendable" name="painting/transformations/renderarea.cpp" href="painting-transformations-renderarea-cpp.html" subtype="file" title="" fulltitle="renderarea.cpp Example File" subtitle="painting/transformations/renderarea.cpp" location=""/>
+ <page access="public" status="commendable" name="painting/transformations/renderarea.h" href="painting-transformations-renderarea-h.html" subtype="file" title="" fulltitle="renderarea.h Example File" subtitle="painting/transformations/renderarea.h" location=""/>
+ <page access="public" status="commendable" name="painting/transformations/window.cpp" href="painting-transformations-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="painting/transformations/window.cpp" location=""/>
+ <page access="public" status="commendable" name="painting/transformations/window.h" href="painting-transformations-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="painting/transformations/window.h" location=""/>
+ <page access="public" status="commendable" name="painting/transformations/main.cpp" href="painting-transformations-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="painting/transformations/main.cpp" location=""/>
+ <page access="public" status="commendable" name="painting/transformations/transformations.pro" href="painting-transformations-transformations-pro.html" subtype="file" title="" fulltitle="transformations.pro Example File" subtitle="painting/transformations/transformations.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="assistant-manual.html" href="assistant-manual.html" subtype="page" title="Qt Assistant Manual" fulltitle="Qt Assistant Manual" subtitle="" location="assistant-manual.qdoc">
+ <keyword name="qt-assistant"/>
+ <contents name="the-one-minute-guide-to-using-qt-assistant" title="The One-Minute Guide to Using Qt Assistant" level="0"/>
+ </page>
+ <page access="public" status="commendable" name="assistant-details.html" href="assistant-details.html" subtype="page" title="Qt Assistant in More Detail" fulltitle="Qt Assistant in More Detail" subtitle="" location="assistant-manual.qdoc">
+ <contents name="command-line-options" title="Command Line Options" level="1"/>
+ <contents name="tool-windows" title="Tool Windows" level="1"/>
+ <contents name="documentation-window" title="Documentation Window" level="1"/>
+ <contents name="toolbars" title="Toolbars" level="1"/>
+ <contents name="menus" title="Menus" level="1"/>
+ <contents name="file-menu" title="File Menu" level="2"/>
+ <contents name="edit-menu" title="Edit Menu" level="2"/>
+ <contents name="view-menu" title="View Menu" level="2"/>
+ <contents name="go-menu" title="Go Menu" level="2"/>
+ <contents name="bookmarks-menu" title="Bookmarks Menu" level="2"/>
+ <contents name="dialogs" title="Dialogs" level="1"/>
+ <contents name="print-dialog" title="Print Dialog" level="2"/>
+ <contents name="preferences-dialog" title="Preferences Dialog" level="2"/>
+ <contents name="find-text-control" title="Find Text Control" level="1"/>
+ <contents name="filtering-help-contents" title="Filtering Help Contents" level="1"/>
+ <contents name="full-text-searching" title="Full Text Searching" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="assistant-custom-help-viewer.html" href="assistant-custom-help-viewer.html" subtype="page" title="Using Qt Assistant as a Custom Help Viewer" fulltitle="Using Qt Assistant as a Custom Help Viewer" subtitle="" location="assistant-manual.qdoc">
+ <contents name="qt-help-collection-files" title="Qt Help Collection Files" level="1"/>
+ <contents name="displaying-custom-documentation" title="Displaying Custom Documentation" level="1"/>
+ <contents name="changing-the-appearance-of-qt-assistant" title="Changing the Appearance of Qt Assistant" level="1"/>
+ <contents name="creating-a-custom-help-collection-file" title="Creating a Custom Help Collection File" level="2"/>
+ <contents name="using-qt-assistant-remotely" title="Using Qt Assistant Remotely" level="1"/>
+ <contents name="compatibility-with-old-formats" title="Compatibility with Old Formats" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="TextInput" href="qml-textinput.html" title="QML TextInput Element Reference" fulltitle="QML TextInput Element Reference" subtitle="" location="qfxtextinput.cpp">
+ <page access="public" status="commendable" name="text" href="text.html" title="" fulltitle="" subtitle="" location="qfxtextinput.cpp"/>
+ <page access="public" status="commendable" name="font.family" href="font-family.html" title="" fulltitle="" subtitle="" location="qfxtextinput.cpp"/>
+ <page access="public" status="commendable" name="color" href="color.html" title="" fulltitle="" subtitle="" location="qfxtextinput.cpp"/>
+ <page access="public" status="commendable" name="highlightColor" href="highlightcolor.html" title="" fulltitle="" subtitle="" location="qfxtextinput.cpp"/>
+ <page access="public" status="commendable" name="highlightedTextColor" href="highlightedtextcolor.html" title="" fulltitle="" subtitle="" location="qfxtextinput.cpp"/>
+ <page access="public" status="commendable" name="cursorVisible" href="cursorvisible.html" title="" fulltitle="" subtitle="" location="qfxtextinput.cpp"/>
+ <page access="public" status="commendable" name="cursorPosition" href="cursorposition.html" title="" fulltitle="" subtitle="" location="qfxtextinput.cpp"/>
+ <page access="public" status="commendable" name="selectionStart" href="selectionstart.html" title="" fulltitle="" subtitle="" location="qfxtextinput.cpp"/>
+ <page access="public" status="commendable" name="selectionEnd" href="selectionend.html" title="" fulltitle="" subtitle="" location="qfxtextinput.cpp"/>
+ <page access="public" status="commendable" name="cursorDelegate" href="cursordelegate.html" title="" fulltitle="" subtitle="" location="qfxtextinput.cpp"/>
+ <page access="public" status="commendable" name="smooth" href="smooth.html" title="" fulltitle="" subtitle="" location="qfxtextinput.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="xmlpatterns/filetree" href="xmlpatterns-filetree.html" subtype="example" title="File System Example" fulltitle="File System Example" subtitle="" location="filetree.qdoc">
+ <target name="node-type"/>
+ <target name="main-tonodeindex"/>
+ <target name="tonodeindex-of-convenience"/>
+ <target name="next-node-on-axis"/>
+ <target name="to-file-info"/>
+ <target name="nextsibling-helper"/>
+ <target name="the-standard-code-pattern"/>
+ <contents name="introduction" title="Introduction" level="1"/>
+ <contents name="the-user-inteface" title="The User Inteface" level="2"/>
+ <contents name="running-your-own-xqueries" title="Running your own XQueries" level="2"/>
+ <contents name="code-walk-through" title="Code Walk-Through" level="1"/>
+ <contents name="the-custom-node-model-class-filetree" title="The Custom Node Model Class: FileTree" level="2"/>
+ <contents name="accessing-the-node-model" title="Accessing The Node Model" level="3"/>
+ <contents name="building-and-traversing-the-node-model" title="Building And Traversing The Node Model" level="3"/>
+ <contents name="the-ui-class-mainwindow" title="The UI Class: MainWindow" level="2"/>
+ <contents name="selecting-a-directory-to-model" title="Selecting A Directory To Model" level="3"/>
+ <contents name="selecting-and-running-an-xquery" title="Selecting And Running An XQuery" level="3"/>
+ <contents name="node-model-building-strategy" title="Node Model Building Strategy" level="2"/>
+ <page access="public" status="commendable" name="xmlpatterns/filetree/filetree.cpp" href="xmlpatterns-filetree-filetree-cpp.html" subtype="file" title="" fulltitle="filetree.cpp Example File" subtitle="xmlpatterns/filetree/filetree.cpp" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/filetree/filetree.h" href="xmlpatterns-filetree-filetree-h.html" subtype="file" title="" fulltitle="filetree.h Example File" subtitle="xmlpatterns/filetree/filetree.h" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/filetree/mainwindow.cpp" href="xmlpatterns-filetree-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="xmlpatterns/filetree/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/filetree/mainwindow.h" href="xmlpatterns-filetree-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="xmlpatterns/filetree/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/filetree/forms/mainwindow.ui" href="xmlpatterns-filetree-forms-mainwindow-ui.html" subtype="file" title="" fulltitle="mainwindow.ui Example File" subtitle="xmlpatterns/filetree/forms/mainwindow.ui" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/filetree/queries/listCPPFiles.xq" href="xmlpatterns-filetree-queries-listcppfiles-xq.html" subtype="file" title="" fulltitle="listCPPFiles.xq Example File" subtitle="xmlpatterns/filetree/queries/listCPPFiles.xq" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/filetree/queries/wholeTree.xq" href="xmlpatterns-filetree-queries-wholetree-xq.html" subtype="file" title="" fulltitle="wholeTree.xq Example File" subtitle="xmlpatterns/filetree/queries/wholeTree.xq" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/filetree/main.cpp" href="xmlpatterns-filetree-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="xmlpatterns/filetree/main.cpp" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/filetree/filetree.pro" href="xmlpatterns-filetree-filetree-pro.html" subtype="file" title="" fulltitle="filetree.pro Example File" subtitle="xmlpatterns/filetree/filetree.pro" location=""/>
+ <page access="public" status="commendable" name="xmlpatterns/filetree/queries.qrc" href="xmlpatterns-filetree-queries-qrc.html" subtype="file" title="" fulltitle="queries.qrc Example File" subtitle="xmlpatterns/filetree/queries.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="script/defaultprototypes" href="script-defaultprototypes.html" subtype="example" title="Default Prototypes Example" fulltitle="Default Prototypes Example" subtitle="" location="defaultprototypes.qdoc">
+ <page access="public" status="commendable" name="script/defaultprototypes/code.js" href="script-defaultprototypes-code-js.html" subtype="file" title="" fulltitle="code.js Example File" subtitle="script/defaultprototypes/code.js" location=""/>
+ <page access="public" status="commendable" name="script/defaultprototypes/prototypes.cpp" href="script-defaultprototypes-prototypes-cpp.html" subtype="file" title="" fulltitle="prototypes.cpp Example File" subtitle="script/defaultprototypes/prototypes.cpp" location=""/>
+ <page access="public" status="commendable" name="script/defaultprototypes/prototypes.h" href="script-defaultprototypes-prototypes-h.html" subtype="file" title="" fulltitle="prototypes.h Example File" subtitle="script/defaultprototypes/prototypes.h" location=""/>
+ <page access="public" status="commendable" name="script/defaultprototypes/main.cpp" href="script-defaultprototypes-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="script/defaultprototypes/main.cpp" location=""/>
+ <page access="public" status="commendable" name="script/defaultprototypes/defaultprototypes.pro" href="script-defaultprototypes-defaultprototypes-pro.html" subtype="file" title="" fulltitle="defaultprototypes.pro Example File" subtitle="script/defaultprototypes/defaultprototypes.pro" location=""/>
+ <page access="public" status="commendable" name="script/defaultprototypes/defaultprototypes.qrc" href="script-defaultprototypes-defaultprototypes-qrc.html" subtype="file" title="" fulltitle="defaultprototypes.qrc Example File" subtitle="script/defaultprototypes/defaultprototypes.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="PathElement" href="qml-pathelement.html" title="QML PathElement Element Reference" fulltitle="QML PathElement Element Reference" subtitle="" location="qfxpath.cpp"/>
+ <page access="public" status="commendable" name="Path" href="qml-path.html" title="QML Path Element Reference" fulltitle="QML Path Element Reference" subtitle="" location="qfxpath.cpp">
+ <page access="public" status="commendable" name="startX" href="startx.html" title="" fulltitle="" subtitle="" location="qfxpath.cpp"/>
+ <page access="public" status="commendable" name="pathElements" href="pathelements.html" title="" fulltitle="" subtitle="" location="qfxpath.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="PathAttribute" href="qml-pathattribute.html" title="QML PathAttribute Element Reference" fulltitle="QML PathAttribute Element Reference" subtitle="" location="qfxpath.cpp">
+ <page access="public" status="commendable" name="name" href="name.html" title="" fulltitle="" subtitle="" location="qfxpath.cpp"/>
+ <page access="public" status="commendable" name="value" href="value.html" title="" fulltitle="" subtitle="" location="qfxpath.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="PathLine" href="qml-pathline.html" title="QML PathLine Element Reference" fulltitle="QML PathLine Element Reference" subtitle="" location="qfxpath.cpp">
+ <page access="public" status="commendable" name="x" href="x.html" title="" fulltitle="" subtitle="" location="qfxpath.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="PathQuad" href="qml-pathquad.html" title="QML PathQuad Element Reference" fulltitle="QML PathQuad Element Reference" subtitle="" location="qfxpath.cpp">
+ <page access="public" status="commendable" name="x" href="x.html" title="" fulltitle="" subtitle="" location="qfxpath.cpp"/>
+ <page access="public" status="commendable" name="controlX" href="controlx.html" title="" fulltitle="" subtitle="" location="qfxpath.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="PathCubic" href="qml-pathcubic.html" title="QML PathCubic Element Reference" fulltitle="QML PathCubic Element Reference" subtitle="" location="qfxpath.cpp">
+ <page access="public" status="commendable" name="x" href="x.html" title="" fulltitle="" subtitle="" location="qfxpath.cpp"/>
+ <page access="public" status="commendable" name="control1X" href="control1x.html" title="" fulltitle="" subtitle="" location="qfxpath.cpp"/>
+ <page access="public" status="commendable" name="control2X" href="control2x.html" title="" fulltitle="" subtitle="" location="qfxpath.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="PathPercent" href="qml-pathpercent.html" title="QML PathPercent Element Reference" fulltitle="QML PathPercent Element Reference" subtitle="" location="qfxpath.cpp"/>
+ <page access="public" status="commendable" name="dialogs/extension" href="dialogs-extension.html" subtype="example" title="Extension Example" fulltitle="Extension Example" subtitle="" location="extension.qdoc">
+ <contents name="finddialog-class-definition" title="FindDialog Class Definition" level="1"/>
+ <contents name="finddialog-class-implementation" title="FindDialog Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="dialogs/extension/finddialog.cpp" href="dialogs-extension-finddialog-cpp.html" subtype="file" title="" fulltitle="finddialog.cpp Example File" subtitle="dialogs/extension/finddialog.cpp" location=""/>
+ <page access="public" status="commendable" name="dialogs/extension/finddialog.h" href="dialogs-extension-finddialog-h.html" subtype="file" title="" fulltitle="finddialog.h Example File" subtitle="dialogs/extension/finddialog.h" location=""/>
+ <page access="public" status="commendable" name="dialogs/extension/main.cpp" href="dialogs-extension-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="dialogs/extension/main.cpp" location=""/>
+ <page access="public" status="commendable" name="dialogs/extension/extension.pro" href="dialogs-extension-extension-pro.html" subtype="file" title="" fulltitle="extension.pro Example File" subtitle="dialogs/extension/extension.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="sql/querymodel" href="sql-querymodel.html" subtype="example" title="Query Model Example" fulltitle="Query Model Example" subtitle="" location="querymodel.qdoc">
+ <page access="public" status="commendable" name="sql/querymodel/customsqlmodel.cpp" href="sql-querymodel-customsqlmodel-cpp.html" subtype="file" title="" fulltitle="customsqlmodel.cpp Example File" subtitle="sql/querymodel/customsqlmodel.cpp" location=""/>
+ <page access="public" status="commendable" name="sql/querymodel/customsqlmodel.h" href="sql-querymodel-customsqlmodel-h.html" subtype="file" title="" fulltitle="customsqlmodel.h Example File" subtitle="sql/querymodel/customsqlmodel.h" location=""/>
+ <page access="public" status="commendable" name="sql/querymodel/editablesqlmodel.cpp" href="sql-querymodel-editablesqlmodel-cpp.html" subtype="file" title="" fulltitle="editablesqlmodel.cpp Example File" subtitle="sql/querymodel/editablesqlmodel.cpp" location=""/>
+ <page access="public" status="commendable" name="sql/querymodel/editablesqlmodel.h" href="sql-querymodel-editablesqlmodel-h.html" subtype="file" title="" fulltitle="editablesqlmodel.h Example File" subtitle="sql/querymodel/editablesqlmodel.h" location=""/>
+ <page access="public" status="commendable" name="sql/querymodel/main.cpp" href="sql-querymodel-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="sql/querymodel/main.cpp" location=""/>
+ <page access="public" status="commendable" name="sql/querymodel/querymodel.pro" href="sql-querymodel-querymodel-pro.html" subtype="file" title="" fulltitle="querymodel.pro Example File" subtitle="sql/querymodel/querymodel.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qtconcurrent/wordcount" href="qtconcurrent-wordcount.html" subtype="example" title="QtConcurrent Word Count Example" fulltitle="QtConcurrent Word Count Example" subtitle="" location="qtconcurrent-wordcount.qdoc">
+ <page access="public" status="commendable" name="qtconcurrent/wordcount/main.cpp" href="qtconcurrent-wordcount-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="qtconcurrent/wordcount/main.cpp" location=""/>
+ <page access="public" status="commendable" name="qtconcurrent/wordcount/wordcount.pro" href="qtconcurrent-wordcount-wordcount-pro.html" subtype="file" title="" fulltitle="wordcount.pro Example File" subtitle="qtconcurrent/wordcount/wordcount.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qws/ahigl" href="qws-ahigl.html" subtype="example" title="OpenGL for Embedded Systems Example" fulltitle="OpenGL for Embedded Systems Example" subtitle="" location="ahigl.qdoc">
+ <contents name="introduction" title="Introduction" level="1"/>
+ <contents name="the-class-definitions" title="The Class Definitions" level="1"/>
+ <contents name="the-plugin-class-definition" title="The Plugin Class Definition" level="2"/>
+ <contents name="the-screen-driver-class-definitions" title="The Screen Driver Class Definitions" level="2"/>
+ <contents name="the-window-surface-class-definitions" title="The Window Surface Class Definitions" level="2"/>
+ <contents name="the-helper-classes" title="The Helper Classes" level="2"/>
+ <contents name="the-class-implementations" title="The Class Implementations" level="1"/>
+ <contents name="the-plugin-class-implementation" title="The Plugin Class Implementation" level="2"/>
+ <contents name="the-screen-driver-class-implementations" title="The Screen Driver Class Implementations" level="2"/>
+ <contents name="the-window-surface-class-implementations" title="The window Surface Class Implementations" level="2"/>
+ <page access="public" status="commendable" name="qws/ahigl/qscreenahigl_qws.cpp" href="qws-ahigl-qscreenahigl-qws-cpp.html" subtype="file" title="" fulltitle="qscreenahigl_qws.cpp Example File" subtitle="qws/ahigl/qscreenahigl_qws.cpp" location=""/>
+ <page access="public" status="commendable" name="qws/ahigl/qscreenahigl_qws.h" href="qws-ahigl-qscreenahigl-qws-h.html" subtype="file" title="" fulltitle="qscreenahigl_qws.h Example File" subtitle="qws/ahigl/qscreenahigl_qws.h" location=""/>
+ <page access="public" status="commendable" name="qws/ahigl/qscreenahiglplugin.cpp" href="qws-ahigl-qscreenahiglplugin-cpp.html" subtype="file" title="" fulltitle="qscreenahiglplugin.cpp Example File" subtitle="qws/ahigl/qscreenahiglplugin.cpp" location=""/>
+ <page access="public" status="commendable" name="qws/ahigl/qwindowsurface_ahigl.cpp" href="qws-ahigl-qwindowsurface-ahigl-cpp.html" subtype="file" title="" fulltitle="qwindowsurface_ahigl.cpp Example File" subtitle="qws/ahigl/qwindowsurface_ahigl.cpp" location=""/>
+ <page access="public" status="commendable" name="qws/ahigl/qwindowsurface_ahigl_p.h" href="qws-ahigl-qwindowsurface-ahigl-p-h.html" subtype="file" title="" fulltitle="qwindowsurface_ahigl_p.h Example File" subtitle="qws/ahigl/qwindowsurface_ahigl_p.h" location=""/>
+ <page access="public" status="commendable" name="qws/ahigl/ahigl.pro" href="qws-ahigl-ahigl-pro.html" subtype="file" title="" fulltitle="ahigl.pro Example File" subtitle="qws/ahigl/ahigl.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qtconcurrent/map" href="qtconcurrent-map.html" subtype="example" title="QtConcurrent Map Example" fulltitle="QtConcurrent Map Example" subtitle="" location="qtconcurrent-map.qdoc">
+ <page access="public" status="commendable" name="qtconcurrent/map/main.cpp" href="qtconcurrent-map-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="qtconcurrent/map/main.cpp" location=""/>
+ <page access="public" status="commendable" name="qtconcurrent/map/map.pro" href="qtconcurrent-map-map-pro.html" subtype="file" title="" fulltitle="map.pro Example File" subtitle="qtconcurrent/map/map.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tools/plugandpaint" href="tools-plugandpaint.html" subtype="example" title="Plug &amp; Paint Example" fulltitle="Plug &amp; Paint Example" subtitle="" location="plugandpaint.qdoc">
+ <contents name="the-plugin-interfaces" title="The Plugin Interfaces" level="1"/>
+ <contents name="the-mainwindow-class" title="The MainWindow Class" level="1"/>
+ <contents name="the-paintarea-class" title="The PaintArea Class" level="1"/>
+ <contents name="the-plugindialog-class" title="The PluginDialog Class" level="1"/>
+ <contents name="importing-static-plugins" title="Importing Static Plugins" level="1"/>
+ <page access="public" status="commendable" name="tools/plugandpaint/interfaces.h" href="tools-plugandpaint-interfaces-h.html" subtype="file" title="" fulltitle="interfaces.h Example File" subtitle="tools/plugandpaint/interfaces.h" location=""/>
+ <page access="public" status="commendable" name="tools/plugandpaint/mainwindow.cpp" href="tools-plugandpaint-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="tools/plugandpaint/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/plugandpaint/mainwindow.h" href="tools-plugandpaint-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="tools/plugandpaint/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="tools/plugandpaint/paintarea.cpp" href="tools-plugandpaint-paintarea-cpp.html" subtype="file" title="" fulltitle="paintarea.cpp Example File" subtitle="tools/plugandpaint/paintarea.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/plugandpaint/paintarea.h" href="tools-plugandpaint-paintarea-h.html" subtype="file" title="" fulltitle="paintarea.h Example File" subtitle="tools/plugandpaint/paintarea.h" location=""/>
+ <page access="public" status="commendable" name="tools/plugandpaint/plugindialog.cpp" href="tools-plugandpaint-plugindialog-cpp.html" subtype="file" title="" fulltitle="plugindialog.cpp Example File" subtitle="tools/plugandpaint/plugindialog.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/plugandpaint/plugindialog.h" href="tools-plugandpaint-plugindialog-h.html" subtype="file" title="" fulltitle="plugindialog.h Example File" subtitle="tools/plugandpaint/plugindialog.h" location=""/>
+ <page access="public" status="commendable" name="tools/plugandpaint/main.cpp" href="tools-plugandpaint-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tools/plugandpaint/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/plugandpaint/plugandpaint.pro" href="tools-plugandpaint-plugandpaint-pro.html" subtype="file" title="" fulltitle="plugandpaint.pro Example File" subtitle="tools/plugandpaint/plugandpaint.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tools/plugandpaintplugins/basictools" href="tools-plugandpaintplugins-basictools.html" subtype="example" title="Plug &amp; Paint Basic Tools Example" fulltitle="Plug &amp; Paint Basic Tools Example" subtitle="" location="plugandpaint.qdoc">
+ <contents name="declaration-of-the-plugin-class" title="Declaration of the Plugin Class" level="1"/>
+ <contents name="implementation-of-the-brush-interface" title="Implementation of the Brush Interface" level="1"/>
+ <contents name="implementation-of-the-shape-interface" title="Implementation of the Shape Interface" level="1"/>
+ <contents name="implementation-of-the-filter-interface" title="Implementation of the Filter Interface" level="1"/>
+ <contents name="exporting-the-plugin" title="Exporting the Plugin" level="1"/>
+ <contents name="the-pro-file" title="The .pro File" level="1"/>
+ <page access="public" status="commendable" name="tools/plugandpaintplugins/basictools/basictoolsplugin.cpp" href="tools-plugandpaintplugins-basictools-basictoolsplugin-cpp.html" subtype="file" title="" fulltitle="basictoolsplugin.cpp Example File" subtitle="tools/plugandpaintplugins/basictools/basictoolsplugin.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/plugandpaintplugins/basictools/basictoolsplugin.h" href="tools-plugandpaintplugins-basictools-basictoolsplugin-h.html" subtype="file" title="" fulltitle="basictoolsplugin.h Example File" subtitle="tools/plugandpaintplugins/basictools/basictoolsplugin.h" location=""/>
+ <page access="public" status="commendable" name="tools/plugandpaintplugins/basictools/basictools.pro" href="tools-plugandpaintplugins-basictools-basictools-pro.html" subtype="file" title="" fulltitle="basictools.pro Example File" subtitle="tools/plugandpaintplugins/basictools/basictools.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tools/plugandpaintplugins/extrafilters" href="tools-plugandpaintplugins-extrafilters.html" subtype="example" title="Plug &amp; Paint Extra Filters Example" fulltitle="Plug &amp; Paint Extra Filters Example" subtitle="" location="plugandpaint.qdoc">
+ <page access="public" status="commendable" name="tools/plugandpaintplugins/extrafilters/extrafiltersplugin.cpp" href="tools-plugandpaintplugins-extrafilters-extrafiltersplugin-cpp.html" subtype="file" title="" fulltitle="extrafiltersplugin.cpp Example File" subtitle="tools/plugandpaintplugins/extrafilters/extrafiltersplugin.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/plugandpaintplugins/extrafilters/extrafiltersplugin.h" href="tools-plugandpaintplugins-extrafilters-extrafiltersplugin-h.html" subtype="file" title="" fulltitle="extrafiltersplugin.h Example File" subtitle="tools/plugandpaintplugins/extrafilters/extrafiltersplugin.h" location=""/>
+ <page access="public" status="commendable" name="tools/plugandpaintplugins/extrafilters/extrafilters.pro" href="tools-plugandpaintplugins-extrafilters-extrafilters-pro.html" subtype="file" title="" fulltitle="extrafilters.pro Example File" subtitle="tools/plugandpaintplugins/extrafilters/extrafilters.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="uitools/textfinder" href="uitools-textfinder.html" subtype="example" title="Text Finder Example" fulltitle="Text Finder Example" subtitle="" location="textfinder.qdoc">
+ <contents name="setting-up-the-resource-file" title="Setting Up The Resource File" level="1"/>
+ <contents name="textfinder-class-definition" title="TextFinder Class Definition" level="1"/>
+ <contents name="textfinder-class-implementation" title="TextFinder Class Implementation" level="1"/>
+ <contents name="function" title=" Function" level="1"/>
+ <page access="public" status="commendable" name="uitools/textfinder/textfinder.cpp" href="uitools-textfinder-textfinder-cpp.html" subtype="file" title="" fulltitle="textfinder.cpp Example File" subtitle="uitools/textfinder/textfinder.cpp" location=""/>
+ <page access="public" status="commendable" name="uitools/textfinder/textfinder.h" href="uitools-textfinder-textfinder-h.html" subtype="file" title="" fulltitle="textfinder.h Example File" subtitle="uitools/textfinder/textfinder.h" location=""/>
+ <page access="public" status="commendable" name="uitools/textfinder/forms/textfinder.ui" href="uitools-textfinder-forms-textfinder-ui.html" subtype="file" title="" fulltitle="textfinder.ui Example File" subtitle="uitools/textfinder/forms/textfinder.ui" location=""/>
+ <page access="public" status="commendable" name="uitools/textfinder/main.cpp" href="uitools-textfinder-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="uitools/textfinder/main.cpp" location=""/>
+ <page access="public" status="commendable" name="uitools/textfinder/textfinder.pro" href="uitools-textfinder-textfinder-pro.html" subtype="file" title="" fulltitle="textfinder.pro Example File" subtitle="uitools/textfinder/textfinder.pro" location=""/>
+ <page access="public" status="commendable" name="uitools/textfinder/textfinder.qrc" href="uitools-textfinder-textfinder-qrc.html" subtype="file" title="" fulltitle="textfinder.qrc Example File" subtitle="uitools/textfinder/textfinder.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="tools/contiguouscache" href="tools-contiguouscache.html" subtype="example" title="Contiguous Cache Example" fulltitle="Contiguous Cache Example" subtitle="" location="contiguouscache.qdoc">
+ <page access="public" status="commendable" name="tools/contiguouscache/randomlistmodel.cpp" href="tools-contiguouscache-randomlistmodel-cpp.html" subtype="file" title="" fulltitle="randomlistmodel.cpp Example File" subtitle="tools/contiguouscache/randomlistmodel.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/contiguouscache/randomlistmodel.h" href="tools-contiguouscache-randomlistmodel-h.html" subtype="file" title="" fulltitle="randomlistmodel.h Example File" subtitle="tools/contiguouscache/randomlistmodel.h" location=""/>
+ <page access="public" status="commendable" name="tools/contiguouscache/main.cpp" href="tools-contiguouscache-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tools/contiguouscache/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/contiguouscache/contiguouscache.pro" href="tools-contiguouscache-contiguouscache-pro.html" subtype="file" title="" fulltitle="contiguouscache.pro Example File" subtitle="tools/contiguouscache/contiguouscache.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="Binding" href="qml-binding.html" title="QML Binding Element Reference" fulltitle="QML Binding Element Reference" subtitle="" location="qmlbind.cpp">
+ <page access="public" status="commendable" name="target" href="target.html" title="" fulltitle="" subtitle="" location="qmlbind.cpp"/>
+ <page access="public" status="commendable" name="property" href="property.html" title="" fulltitle="" subtitle="" location="qmlbind.cpp"/>
+ <page access="public" status="commendable" name="value" href="value.html" title="" fulltitle="" subtitle="" location="qmlbind.cpp"/>
+ </page>
+ <page access="public" status="commendable" name="dbus/listnames" href="dbus-listnames.html" subtype="example" title="D-Bus List Names Example" fulltitle="D-Bus List Names Example" subtitle="" location="dbus-listnames.qdoc">
+ <page access="public" status="commendable" name="dbus/listnames/listnames.cpp" href="dbus-listnames-listnames-cpp.html" subtype="file" title="" fulltitle="listnames.cpp Example File" subtitle="dbus/listnames/listnames.cpp" location=""/>
+ <page access="public" status="commendable" name="dbus/listnames/listnames.pro" href="dbus-listnames-listnames-pro.html" subtype="file" title="" fulltitle="listnames.pro Example File" subtitle="dbus/listnames/listnames.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="demos/arthurplugin" href="demos-arthurplugin.html" subtype="example" title="Arthur Plugin" fulltitle="Arthur Plugin" subtitle="" location="arthurplugin.qdoc">
+ <page access="public" status="commendable" name="demos/arthurplugin/plugin.cpp" href="demos-arthurplugin-plugin-cpp.html" subtype="file" title="" fulltitle="plugin.cpp Example File" subtitle="demos/arthurplugin/plugin.cpp" location=""/>
+ <page access="public" status="commendable" name="demos/arthurplugin/arthur_plugin.qrc" href="demos-arthurplugin-arthur-plugin-qrc.html" subtype="file" title="" fulltitle="arthur_plugin.qrc Example File" subtitle="demos/arthurplugin/arthur_plugin.qrc" location=""/>
+ <page access="public" status="commendable" name="demos/arthurplugin/arthurplugin.pro" href="demos-arthurplugin-arthurplugin-pro.html" subtype="file" title="" fulltitle="arthurplugin.pro Example File" subtitle="demos/arthurplugin/arthurplugin.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="painting/svgviewer" href="painting-svgviewer.html" subtype="example" title="SVG Viewer Example" fulltitle="SVG Viewer Example" subtitle="" location="svgviewer.qdoc">
+ <page access="public" status="commendable" name="painting/svgviewer/mainwindow.cpp" href="painting-svgviewer-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="painting/svgviewer/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="painting/svgviewer/mainwindow.h" href="painting-svgviewer-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="painting/svgviewer/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="painting/svgviewer/svgview.cpp" href="painting-svgviewer-svgview-cpp.html" subtype="file" title="" fulltitle="svgview.cpp Example File" subtitle="painting/svgviewer/svgview.cpp" location=""/>
+ <page access="public" status="commendable" name="painting/svgviewer/svgview.h" href="painting-svgviewer-svgview-h.html" subtype="file" title="" fulltitle="svgview.h Example File" subtitle="painting/svgviewer/svgview.h" location=""/>
+ <page access="public" status="commendable" name="painting/svgviewer/files/bubbles.svg" href="painting-svgviewer-files-bubbles-svg.html" subtype="file" title="" fulltitle="bubbles.svg Example File" subtitle="painting/svgviewer/files/bubbles.svg" location=""/>
+ <page access="public" status="commendable" name="painting/svgviewer/files/cubic.svg" href="painting-svgviewer-files-cubic-svg.html" subtype="file" title="" fulltitle="cubic.svg Example File" subtitle="painting/svgviewer/files/cubic.svg" location=""/>
+ <page access="public" status="commendable" name="painting/svgviewer/files/spheres.svg" href="painting-svgviewer-files-spheres-svg.html" subtype="file" title="" fulltitle="spheres.svg Example File" subtitle="painting/svgviewer/files/spheres.svg" location=""/>
+ <page access="public" status="commendable" name="painting/svgviewer/main.cpp" href="painting-svgviewer-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="painting/svgviewer/main.cpp" location=""/>
+ <page access="public" status="commendable" name="painting/svgviewer/svgviewer.pro" href="painting-svgviewer-svgviewer-pro.html" subtype="file" title="" fulltitle="svgviewer.pro Example File" subtitle="painting/svgviewer/svgviewer.pro" location=""/>
+ <page access="public" status="commendable" name="painting/svgviewer/svgviewer.qrc" href="painting-svgviewer-svgviewer-qrc.html" subtype="file" title="" fulltitle="svgviewer.qrc Example File" subtitle="painting/svgviewer/svgviewer.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="script/calculator" href="script-calculator.html" subtype="example" title="QtScript Calculator Example" fulltitle="QtScript Calculator Example" subtitle="" location="qtscriptcalculator.qdoc">
+ <page access="public" status="commendable" name="script/calculator/calculator.js" href="script-calculator-calculator-js.html" subtype="file" title="" fulltitle="calculator.js Example File" subtitle="script/calculator/calculator.js" location=""/>
+ <page access="public" status="commendable" name="script/calculator/calculator.ui" href="script-calculator-calculator-ui.html" subtype="file" title="" fulltitle="calculator.ui Example File" subtitle="script/calculator/calculator.ui" location=""/>
+ <page access="public" status="commendable" name="script/calculator/main.cpp" href="script-calculator-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="script/calculator/main.cpp" location=""/>
+ <page access="public" status="commendable" name="script/calculator/calculator.pro" href="script-calculator-calculator-pro.html" subtype="file" title="" fulltitle="calculator.pro Example File" subtitle="script/calculator/calculator.pro" location=""/>
+ <page access="public" status="commendable" name="script/calculator/calculator.qrc" href="script-calculator-calculator-qrc.html" subtype="file" title="" fulltitle="calculator.qrc Example File" subtitle="script/calculator/calculator.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="designer/containerextension" href="designer-containerextension.html" subtype="example" title="Container Extension Example" fulltitle="Container Extension Example" subtitle="" location="containerextension.qdoc">
+ <contents name="the-project-file-containerextension-pro" title="The Project File: containerextension.pro" level="1"/>
+ <contents name="multipagewidgetplugin-class-definition" title="MultiPageWidgetPlugin Class Definition" level="1"/>
+ <contents name="multipagewidgetplugin-class-implementation" title="MultiPageWidgetPlugin Class Implementation" level="1"/>
+ <contents name="multipagewidgetextensionfactory-class-definition" title="MultiPageWidgetExtensionFactory Class Definition" level="1"/>
+ <contents name="multipagewidgetextensionfactory-class-implementation" title="MultiPageWidgetExtensionFactory Class Implementation" level="1"/>
+ <contents name="multipagewidgetcontainerextension-class-definition" title="MultiPageWidgetContainerExtension Class Definition" level="1"/>
+ <contents name="multipagewidgetcontainerextension-class-implementation" title="MultiPageWidgetContainerExtension Class Implementation" level="1"/>
+ <contents name="multipagewidget-class-definition" title="MultiPageWidget Class Definition" level="1"/>
+ <page access="public" status="commendable" name="designer/containerextension/multipagewidget.cpp" href="designer-containerextension-multipagewidget-cpp.html" subtype="file" title="" fulltitle="multipagewidget.cpp Example File" subtitle="designer/containerextension/multipagewidget.cpp" location=""/>
+ <page access="public" status="commendable" name="designer/containerextension/multipagewidget.h" href="designer-containerextension-multipagewidget-h.html" subtype="file" title="" fulltitle="multipagewidget.h Example File" subtitle="designer/containerextension/multipagewidget.h" location=""/>
+ <page access="public" status="commendable" name="designer/containerextension/multipagewidgetcontainerextension.cpp" href="designer-containerextension-multipagewidgetcontainerextension-cpp.html" subtype="file" title="" fulltitle="multipagewidgetcontainerextension.cpp Example File" subtitle="designer/containerextension/multipagewidgetcontainerextension.cpp" location=""/>
+ <page access="public" status="commendable" name="designer/containerextension/multipagewidgetcontainerextension.h" href="designer-containerextension-multipagewidgetcontainerextension-h.html" subtype="file" title="" fulltitle="multipagewidgetcontainerextension.h Example File" subtitle="designer/containerextension/multipagewidgetcontainerextension.h" location=""/>
+ <page access="public" status="commendable" name="designer/containerextension/multipagewidgetextensionfactory.cpp" href="designer-containerextension-multipagewidgetextensionfactory-cpp.html" subtype="file" title="" fulltitle="multipagewidgetextensionfactory.cpp Example File" subtitle="designer/containerextension/multipagewidgetextensionfactory.cpp" location=""/>
+ <page access="public" status="commendable" name="designer/containerextension/multipagewidgetextensionfactory.h" href="designer-containerextension-multipagewidgetextensionfactory-h.html" subtype="file" title="" fulltitle="multipagewidgetextensionfactory.h Example File" subtitle="designer/containerextension/multipagewidgetextensionfactory.h" location=""/>
+ <page access="public" status="commendable" name="designer/containerextension/multipagewidgetplugin.cpp" href="designer-containerextension-multipagewidgetplugin-cpp.html" subtype="file" title="" fulltitle="multipagewidgetplugin.cpp Example File" subtitle="designer/containerextension/multipagewidgetplugin.cpp" location=""/>
+ <page access="public" status="commendable" name="designer/containerextension/multipagewidgetplugin.h" href="designer-containerextension-multipagewidgetplugin-h.html" subtype="file" title="" fulltitle="multipagewidgetplugin.h Example File" subtitle="designer/containerextension/multipagewidgetplugin.h" location=""/>
+ <page access="public" status="commendable" name="designer/containerextension/containerextension.pro" href="designer-containerextension-containerextension-pro.html" subtype="file" title="" fulltitle="containerextension.pro Example File" subtitle="designer/containerextension/containerextension.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="xml/dombookmarks" href="xml-dombookmarks.html" subtype="example" title="DOM Bookmarks Example" fulltitle="DOM Bookmarks Example" subtitle="" location="dombookmarks.qdoc">
+ <page access="public" status="commendable" name="xml/dombookmarks/mainwindow.cpp" href="xml-dombookmarks-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="xml/dombookmarks/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="xml/dombookmarks/mainwindow.h" href="xml-dombookmarks-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="xml/dombookmarks/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="xml/dombookmarks/xbeltree.cpp" href="xml-dombookmarks-xbeltree-cpp.html" subtype="file" title="" fulltitle="xbeltree.cpp Example File" subtitle="xml/dombookmarks/xbeltree.cpp" location=""/>
+ <page access="public" status="commendable" name="xml/dombookmarks/xbeltree.h" href="xml-dombookmarks-xbeltree-h.html" subtype="file" title="" fulltitle="xbeltree.h Example File" subtitle="xml/dombookmarks/xbeltree.h" location=""/>
+ <page access="public" status="commendable" name="xml/dombookmarks/main.cpp" href="xml-dombookmarks-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="xml/dombookmarks/main.cpp" location=""/>
+ <page access="public" status="commendable" name="xml/dombookmarks/dombookmarks.pro" href="xml-dombookmarks-dombookmarks-pro.html" subtype="file" title="" fulltitle="dombookmarks.pro Example File" subtitle="xml/dombookmarks/dombookmarks.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qws/dbscreen" href="qws-dbscreen.html" subtype="example" title="Double Buffered Graphics Driver Example" fulltitle="Double Buffered Graphics Driver Example" subtitle="" location="dbscreen.qdoc">
+ <contents name="step-1-creating-a-custom-graphics-driver" title="Step 1: Creating a Custom Graphics Driver" level="1"/>
+ <contents name="step-2-implementing-the-back-buffer" title="Step 2: Implementing the Back Buffer" level="1"/>
+ <contents name="device-initializing-and-shutdown" title="Device initializing and shutdown" level="2"/>
+ <contents name="drawing-to-the-back-buffer" title="Drawing to the back buffer" level="2"/>
+ <contents name="displaying-the-buffer-on-the-screen" title="Displaying the buffer on the screen" level="2"/>
+ <contents name="step-3-creating-the-driver-plugin" title="Step 3: Creating the Driver Plugin" level="1"/>
+ <page access="public" status="commendable" name="qws/dbscreen/dbscreen.cpp" href="qws-dbscreen-dbscreen-cpp.html" subtype="file" title="" fulltitle="dbscreen.cpp Example File" subtitle="qws/dbscreen/dbscreen.cpp" location=""/>
+ <page access="public" status="commendable" name="qws/dbscreen/dbscreen.h" href="qws-dbscreen-dbscreen-h.html" subtype="file" title="" fulltitle="dbscreen.h Example File" subtitle="qws/dbscreen/dbscreen.h" location=""/>
+ <page access="public" status="commendable" name="qws/dbscreen/dbscreendriverplugin.cpp" href="qws-dbscreen-dbscreendriverplugin-cpp.html" subtype="file" title="" fulltitle="dbscreendriverplugin.cpp Example File" subtitle="qws/dbscreen/dbscreendriverplugin.cpp" location=""/>
+ <page access="public" status="commendable" name="qws/dbscreen/dbscreen.pro" href="qws-dbscreen-dbscreen-pro.html" subtype="file" title="" fulltitle="dbscreen.pro Example File" subtitle="qws/dbscreen/dbscreen.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="itemviews/coloreditorfactory" href="itemviews-coloreditorfactory.html" subtype="example" title="Color Editor Factory Example" fulltitle="Color Editor Factory Example" subtitle="" location="coloreditorfactory.qdoc">
+ <contents name="window-class-implementation" title="Window Class Implementation" level="1"/>
+ <contents name="colorlisteditor-definition" title="ColorListEditor Definition" level="1"/>
+ <contents name="colorlisteditor-implementation" title="ColorListEditor Implementation" level="1"/>
+ <contents name="further-customization-of-item-view-editors" title="Further Customization of Item View Editors" level="1"/>
+ <page access="public" status="commendable" name="itemviews/coloreditorfactory/colorlisteditor.cpp" href="itemviews-coloreditorfactory-colorlisteditor-cpp.html" subtype="file" title="" fulltitle="colorlisteditor.cpp Example File" subtitle="itemviews/coloreditorfactory/colorlisteditor.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/coloreditorfactory/colorlisteditor.h" href="itemviews-coloreditorfactory-colorlisteditor-h.html" subtype="file" title="" fulltitle="colorlisteditor.h Example File" subtitle="itemviews/coloreditorfactory/colorlisteditor.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/coloreditorfactory/window.cpp" href="itemviews-coloreditorfactory-window-cpp.html" subtype="file" title="" fulltitle="window.cpp Example File" subtitle="itemviews/coloreditorfactory/window.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/coloreditorfactory/window.h" href="itemviews-coloreditorfactory-window-h.html" subtype="file" title="" fulltitle="window.h Example File" subtitle="itemviews/coloreditorfactory/window.h" location=""/>
+ <page access="public" status="commendable" name="itemviews/coloreditorfactory/main.cpp" href="itemviews-coloreditorfactory-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="itemviews/coloreditorfactory/main.cpp" location=""/>
+ <page access="public" status="commendable" name="itemviews/coloreditorfactory/coloreditorfactory.pro" href="itemviews-coloreditorfactory-coloreditorfactory-pro.html" subtype="file" title="" fulltitle="coloreditorfactory.pro Example File" subtitle="itemviews/coloreditorfactory/coloreditorfactory.pro" location=""/>
+ </page>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_INT_REFERENCE_COUNTING_IS_ALWAYS_NATIVE" href="qatomicint.html#Q_ATOMIC_INT_REFERENCE_COUNTING_IS_ALWAYS_NATIVE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicInt" type="" signature="Q_ATOMIC_INT_REFERENCE_COUNTING_IS_ALWAYS_NATIVE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_INT_REFERENCE_COUNTING_IS_SOMETIMES_NATIVE" href="qatomicint.html#Q_ATOMIC_INT_REFERENCE_COUNTING_IS_SOMETIMES_NATIVE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicInt" type="" signature="Q_ATOMIC_INT_REFERENCE_COUNTING_IS_SOMETIMES_NATIVE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_INT_REFERENCE_COUNTING_IS_NOT_NATIVE" href="qatomicint.html#Q_ATOMIC_INT_REFERENCE_COUNTING_IS_NOT_NATIVE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicInt" type="" signature="Q_ATOMIC_INT_REFERENCE_COUNTING_IS_NOT_NATIVE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_INT_REFERENCE_COUNTING_IS_WAIT_FREE" href="qatomicint.html#Q_ATOMIC_INT_REFERENCE_COUNTING_IS_WAIT_FREE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicInt" type="" signature="Q_ATOMIC_INT_REFERENCE_COUNTING_IS_WAIT_FREE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_INT_TEST_AND_SET_IS_ALWAYS_NATIVE" href="qatomicint.html#Q_ATOMIC_INT_TEST_AND_SET_IS_ALWAYS_NATIVE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicInt" type="" signature="Q_ATOMIC_INT_TEST_AND_SET_IS_ALWAYS_NATIVE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_INT_TEST_AND_SET_IS_SOMETIMES_NATIVE" href="qatomicint.html#Q_ATOMIC_INT_TEST_AND_SET_IS_SOMETIMES_NATIVE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicInt" type="" signature="Q_ATOMIC_INT_TEST_AND_SET_IS_SOMETIMES_NATIVE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_INT_TEST_AND_SET_IS_NOT_NATIVE" href="qatomicint.html#Q_ATOMIC_INT_TEST_AND_SET_IS_NOT_NATIVE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicInt" type="" signature="Q_ATOMIC_INT_TEST_AND_SET_IS_NOT_NATIVE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_INT_TEST_AND_SET_IS_WAIT_FREE" href="qatomicint.html#Q_ATOMIC_INT_TEST_AND_SET_IS_WAIT_FREE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicInt" type="" signature="Q_ATOMIC_INT_TEST_AND_SET_IS_WAIT_FREE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_INT_FETCH_AND_STORE_IS_ALWAYS_NATIVE" href="qatomicint.html#Q_ATOMIC_INT_FETCH_AND_STORE_IS_ALWAYS_NATIVE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicInt" type="" signature="Q_ATOMIC_INT_FETCH_AND_STORE_IS_ALWAYS_NATIVE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_INT_FETCH_AND_STORE_IS_SOMETIMES_NATIVE" href="qatomicint.html#Q_ATOMIC_INT_FETCH_AND_STORE_IS_SOMETIMES_NATIVE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicInt" type="" signature="Q_ATOMIC_INT_FETCH_AND_STORE_IS_SOMETIMES_NATIVE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_INT_FETCH_AND_STORE_IS_NOT_NATIVE" href="qatomicint.html#Q_ATOMIC_INT_FETCH_AND_STORE_IS_NOT_NATIVE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicInt" type="" signature="Q_ATOMIC_INT_FETCH_AND_STORE_IS_NOT_NATIVE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_INT_FETCH_AND_STORE_IS_WAIT_FREE" href="qatomicint.html#Q_ATOMIC_INT_FETCH_AND_STORE_IS_WAIT_FREE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicInt" type="" signature="Q_ATOMIC_INT_FETCH_AND_STORE_IS_WAIT_FREE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_INT_FETCH_AND_ADD_IS_ALWAYS_NATIVE" href="qatomicint.html#Q_ATOMIC_INT_FETCH_AND_ADD_IS_ALWAYS_NATIVE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicInt" type="" signature="Q_ATOMIC_INT_FETCH_AND_ADD_IS_ALWAYS_NATIVE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_INT_FETCH_AND_ADD_IS_SOMETIMES_NATIVE" href="qatomicint.html#Q_ATOMIC_INT_FETCH_AND_ADD_IS_SOMETIMES_NATIVE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicInt" type="" signature="Q_ATOMIC_INT_FETCH_AND_ADD_IS_SOMETIMES_NATIVE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_INT_FETCH_AND_ADD_IS_NOT_NATIVE" href="qatomicint.html#Q_ATOMIC_INT_FETCH_AND_ADD_IS_NOT_NATIVE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicInt" type="" signature="Q_ATOMIC_INT_FETCH_AND_ADD_IS_NOT_NATIVE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_INT_FETCH_AND_ADD_IS_WAIT_FREE" href="qatomicint.html#Q_ATOMIC_INT_FETCH_AND_ADD_IS_WAIT_FREE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicInt" type="" signature="Q_ATOMIC_INT_FETCH_AND_ADD_IS_WAIT_FREE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_POINTER_TEST_AND_SET_IS_ALWAYS_NATIVE" href="qatomicpointer.html#Q_ATOMIC_POINTER_TEST_AND_SET_IS_ALWAYS_NATIVE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicPointer" type="" signature="Q_ATOMIC_POINTER_TEST_AND_SET_IS_ALWAYS_NATIVE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_POINTER_TEST_AND_SET_IS_SOMETIMES_NATIVE" href="qatomicpointer.html#Q_ATOMIC_POINTER_TEST_AND_SET_IS_SOMETIMES_NATIVE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicPointer" type="" signature="Q_ATOMIC_POINTER_TEST_AND_SET_IS_SOMETIMES_NATIVE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_POINTER_TEST_AND_SET_IS_NOT_NATIVE" href="qatomicpointer.html#Q_ATOMIC_POINTER_TEST_AND_SET_IS_NOT_NATIVE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicPointer" type="" signature="Q_ATOMIC_POINTER_TEST_AND_SET_IS_NOT_NATIVE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_POINTER_TEST_AND_SET_IS_WAIT_FREE" href="qatomicpointer.html#Q_ATOMIC_POINTER_TEST_AND_SET_IS_WAIT_FREE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicPointer" type="" signature="Q_ATOMIC_POINTER_TEST_AND_SET_IS_WAIT_FREE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_ALWAYS_NATIVE" href="qatomicpointer.html#Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_ALWAYS_NATIVE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicPointer" type="" signature="Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_ALWAYS_NATIVE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_SOMETIMES_NATIVE" href="qatomicpointer.html#Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_SOMETIMES_NATIVE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicPointer" type="" signature="Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_SOMETIMES_NATIVE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_NOT_NATIVE" href="qatomicpointer.html#Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_NOT_NATIVE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicPointer" type="" signature="Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_NOT_NATIVE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_WAIT_FREE" href="qatomicpointer.html#Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_WAIT_FREE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicPointer" type="" signature="Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_WAIT_FREE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_ALWAYS_NATIVE" href="qatomicpointer.html#Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_ALWAYS_NATIVE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicPointer" type="" signature="Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_ALWAYS_NATIVE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_SOMETIMES_NATIVE" href="qatomicpointer.html#Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_SOMETIMES_NATIVE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicPointer" type="" signature="Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_SOMETIMES_NATIVE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_NOT_NATIVE" href="qatomicpointer.html#Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_NOT_NATIVE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicPointer" type="" signature="Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_NOT_NATIVE()"/>
+ <function access="public" threadsafety="unspecified" status="commendable" name="Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_WAIT_FREE" href="qatomicpointer.html#Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_WAIT_FREE" location="qatomic.cpp" virtual="non" meta="macrowithoutparams" const="false" static="false" overload="false" relates="QAtomicPointer" type="" signature="Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_WAIT_FREE()"/>
+ <page access="public" status="commendable" name="qtmac-as-native.html" href="qtmac-as-native.html" subtype="page" title="Qt is Mac OS X Native" fulltitle="Qt is Mac OS X Native" subtitle="" location="qtmac-as-native.qdoc">
+ <contents name="the-global-menu-bar" title="The Global Menu Bar" level="1"/>
+ <contents name="aqua" title="Aqua" level="1"/>
+ <contents name="dock" title="Dock" level="1"/>
+ <contents name="accessiblity" title="Accessiblity" level="1"/>
+ <contents name="development-tools" title="Development Tools" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="bughowto.html" href="bughowto.html" subtype="page" title="How to Report a Bug" fulltitle="How to Report a Bug" subtitle="" location="bughowto.qdoc"/>
+ <page access="public" status="commendable" name="tools/settingseditor" href="tools-settingseditor.html" subtype="example" title="Settings Editor Example" fulltitle="Settings Editor Example" subtitle="" location="settingseditor.qdoc">
+ <page access="public" status="commendable" name="tools/settingseditor/locationdialog.cpp" href="tools-settingseditor-locationdialog-cpp.html" subtype="file" title="" fulltitle="locationdialog.cpp Example File" subtitle="tools/settingseditor/locationdialog.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/settingseditor/locationdialog.h" href="tools-settingseditor-locationdialog-h.html" subtype="file" title="" fulltitle="locationdialog.h Example File" subtitle="tools/settingseditor/locationdialog.h" location=""/>
+ <page access="public" status="commendable" name="tools/settingseditor/mainwindow.cpp" href="tools-settingseditor-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="tools/settingseditor/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/settingseditor/mainwindow.h" href="tools-settingseditor-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="tools/settingseditor/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="tools/settingseditor/settingstree.cpp" href="tools-settingseditor-settingstree-cpp.html" subtype="file" title="" fulltitle="settingstree.cpp Example File" subtitle="tools/settingseditor/settingstree.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/settingseditor/settingstree.h" href="tools-settingseditor-settingstree-h.html" subtype="file" title="" fulltitle="settingstree.h Example File" subtitle="tools/settingseditor/settingstree.h" location=""/>
+ <page access="public" status="commendable" name="tools/settingseditor/variantdelegate.cpp" href="tools-settingseditor-variantdelegate-cpp.html" subtype="file" title="" fulltitle="variantdelegate.cpp Example File" subtitle="tools/settingseditor/variantdelegate.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/settingseditor/variantdelegate.h" href="tools-settingseditor-variantdelegate-h.html" subtype="file" title="" fulltitle="variantdelegate.h Example File" subtitle="tools/settingseditor/variantdelegate.h" location=""/>
+ <page access="public" status="commendable" name="tools/settingseditor/main.cpp" href="tools-settingseditor-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tools/settingseditor/main.cpp" location=""/>
+ <page access="public" status="commendable" name="tools/settingseditor/settingseditor.pro" href="tools-settingseditor-settingseditor-pro.html" subtype="file" title="" fulltitle="settingseditor.pro Example File" subtitle="tools/settingseditor/settingseditor.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="developing-on-mac.html" href="developing-on-mac.html" subtype="page" title="Developing Qt Applications on Mac OS X" fulltitle="Developing Qt Applications on Mac OS X" subtitle="" location="developing-on-mac.qdoc">
+ <target name="universal-binaries"/>
+ <contents name="what-versions-of-mac-os-x-are-supported" title="What Versions of Mac OS X are Supported?" level="1"/>
+ <contents name="carbon-or-cocoa" title="Carbon or Cocoa?" level="2"/>
+ <contents name="which-one-should-i-use" title="Which One Should I Use?" level="2"/>
+ <contents name="universal-binaries" title="Universal Binaries" level="1"/>
+ <contents name="day-to-day-application-development-on-os-x" title="Day-to-Day Application Development on OS X" level="1"/>
+ <contents name="deployment-compile-once-deploy-everywhere" title="Deployment - &quot;Compile once, deploy everywhere&quot;" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="graphicsview/dragdroprobot" href="graphicsview-dragdroprobot.html" subtype="example" title="Drag and Drop Robot Example" fulltitle="Drag and Drop Robot Example" subtitle="" location="dragdroprobot.qdoc">
+ <page access="public" status="commendable" name="graphicsview/dragdroprobot/coloritem.cpp" href="graphicsview-dragdroprobot-coloritem-cpp.html" subtype="file" title="" fulltitle="coloritem.cpp Example File" subtitle="graphicsview/dragdroprobot/coloritem.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/dragdroprobot/coloritem.h" href="graphicsview-dragdroprobot-coloritem-h.html" subtype="file" title="" fulltitle="coloritem.h Example File" subtitle="graphicsview/dragdroprobot/coloritem.h" location=""/>
+ <page access="public" status="commendable" name="graphicsview/dragdroprobot/robot.cpp" href="graphicsview-dragdroprobot-robot-cpp.html" subtype="file" title="" fulltitle="robot.cpp Example File" subtitle="graphicsview/dragdroprobot/robot.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/dragdroprobot/robot.h" href="graphicsview-dragdroprobot-robot-h.html" subtype="file" title="" fulltitle="robot.h Example File" subtitle="graphicsview/dragdroprobot/robot.h" location=""/>
+ <page access="public" status="commendable" name="graphicsview/dragdroprobot/main.cpp" href="graphicsview-dragdroprobot-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="graphicsview/dragdroprobot/main.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/dragdroprobot/dragdroprobot.pro" href="graphicsview-dragdroprobot-dragdroprobot-pro.html" subtype="file" title="" fulltitle="dragdroprobot.pro Example File" subtitle="graphicsview/dragdroprobot/dragdroprobot.pro" location=""/>
+ <page access="public" status="commendable" name="graphicsview/dragdroprobot/robot.qrc" href="graphicsview-dragdroprobot-robot-qrc.html" subtype="file" title="" fulltitle="robot.qrc Example File" subtitle="graphicsview/dragdroprobot/robot.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="accessibility" href="accessibility.html" subtype="group" title="Accessibility Classes" fulltitle="Accessibility Classes" subtitle="" location="accessible.qdoc"/>
+ <page access="public" status="commendable" name="accessible.html" href="accessible.html" subtype="page" title="Accessibility" fulltitle="Accessibility" subtitle="" location="accessible.qdoc">
+ <contents name="introduction" title="Introduction" level="1"/>
+ <contents name="architecture" title="Architecture" level="1"/>
+ <contents name="accessibility-in-qt" title="Accessibility in Qt" level="2"/>
+ <contents name="the-accessible-object-tree" title="The Accessible Object Tree" level="2"/>
+ <contents name="the-static-qaccessible-functions" title="The Static QAccessible Functions" level="2"/>
+ <contents name="enabling-accessibility-support" title="Enabling Accessibility Support" level="2"/>
+ <contents name="implementing-accessibility" title="Implementing Accessibility" level="1"/>
+ <contents name="the-qaccessibleobject-and-qaccessiblewidget-convenience-classes" title="The QAccessibleObject and QAccessibleWidget Convenience Classes" level="2"/>
+ <contents name="qaccessiblewidget-example" title="QAccessibleWidget Example" level="2"/>
+ <contents name="handling-action-requests-from-clients" title="Handling Action Requests from Clients" level="2"/>
+ <contents name="implementing-accessible-plugins" title="Implementing Accessible Plugins" level="2"/>
+ <contents name="implementing-interface-factories" title="Implementing Interface Factories" level="2"/>
+ <contents name="further-reading" title="Further Reading" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="ssl" href="ssl.html" subtype="group" title="Secure Sockets Layer (SSL) Classes" fulltitle="Secure Sockets Layer (SSL) Classes" subtitle="" location="ssl.qdoc">
+ <keyword name="ssl"/>
+ </page>
+ <page access="public" status="commendable" name="sharedlibrary.html" href="sharedlibrary.html" subtype="page" title="Creating Shared Libraries" fulltitle="Creating Shared Libraries" subtitle="" location="sharedlibrary.qdoc">
+ <contents name="using-symbols-from-shared-libraries" title="Using Symbols from Shared Libraries" level="1"/>
+ <contents name="header-file-considerations" title="Header File Considerations" level="1"/>
+ <contents name="binary-compatibility" title="Binary compatibility" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="gestures-overview.html" href="gestures-overview.html" subtype="page" title="Gestures Programming" fulltitle="Gestures Programming" subtitle="" location="gestures.qdoc">
+ <contents name="creating-your-own-gesture-recognizer" title="Creating Your Own Gesture Recognizer" level="1"/>
+ <contents name="an-example-imageviewer" title="An Example, ImageViewer" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qtdesigner-components.html" href="qtdesigner-components.html" subtype="page" title="Creating and Using Components for Qt Designer" fulltitle="Creating and Using Components for Qt Designer" subtitle="" location="qtdesigner.qdoc">
+ <contents name="creating-custom-widget-plugins" title="Creating Custom Widget Plugins" level="1"/>
+ <contents name="retrieving-access-to-qt-designer-components" title="Retrieving Access to Qt Designer Components" level="1"/>
+ <contents name="creating-user-interfaces-at-run-time" title="Creating User Interfaces at Run-Time" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="tutorial3.html" href="tutorial3.html" subtype="page" title="Tutorial 3 - States" fulltitle="Tutorial 3 - States" subtitle="" location="tutorial3.qdoc">
+ <target name="tutorial3"/>
+ <contents name="walkthrough" title="Walkthrough" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="opengl/pbuffers2" href="opengl-pbuffers2.html" subtype="example" title="Pixel Buffers 2 Example" fulltitle="Pixel Buffers 2 Example" subtitle="" location="pbuffers2.qdoc">
+ <page access="public" status="commendable" name="opengl/pbuffers2/bubbles.svg" href="opengl-pbuffers2-bubbles-svg.html" subtype="file" title="" fulltitle="bubbles.svg Example File" subtitle="opengl/pbuffers2/bubbles.svg" location=""/>
+ <page access="public" status="commendable" name="opengl/pbuffers2/glwidget.cpp" href="opengl-pbuffers2-glwidget-cpp.html" subtype="file" title="" fulltitle="glwidget.cpp Example File" subtitle="opengl/pbuffers2/glwidget.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/pbuffers2/glwidget.h" href="opengl-pbuffers2-glwidget-h.html" subtype="file" title="" fulltitle="glwidget.h Example File" subtitle="opengl/pbuffers2/glwidget.h" location=""/>
+ <page access="public" status="commendable" name="opengl/pbuffers2/main.cpp" href="opengl-pbuffers2-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="opengl/pbuffers2/main.cpp" location=""/>
+ <page access="public" status="commendable" name="opengl/pbuffers2/pbuffers2.pro" href="opengl-pbuffers2-pbuffers2-pro.html" subtype="file" title="" fulltitle="pbuffers2.pro Example File" subtitle="opengl/pbuffers2/pbuffers2.pro" location=""/>
+ <page access="public" status="commendable" name="opengl/pbuffers2/pbuffers2.qrc" href="opengl-pbuffers2-pbuffers2-qrc.html" subtype="file" title="" fulltitle="pbuffers2.qrc Example File" subtitle="opengl/pbuffers2/pbuffers2.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="designer/calculatorform" href="designer-calculatorform.html" subtype="example" title="Calculator Form Example" fulltitle="Calculator Form Example" subtitle="" location="calculatorform.qdoc">
+ <contents name="preparation" title="Preparation" level="1"/>
+ <contents name="calculatorform-class-definition" title="CalculatorForm Class Definition" level="1"/>
+ <contents name="calculatorform-class-implementation" title="CalculatorForm Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="designer/calculatorform/calculatorform.cpp" href="designer-calculatorform-calculatorform-cpp.html" subtype="file" title="" fulltitle="calculatorform.cpp Example File" subtitle="designer/calculatorform/calculatorform.cpp" location=""/>
+ <page access="public" status="commendable" name="designer/calculatorform/calculatorform.h" href="designer-calculatorform-calculatorform-h.html" subtype="file" title="" fulltitle="calculatorform.h Example File" subtitle="designer/calculatorform/calculatorform.h" location=""/>
+ <page access="public" status="commendable" name="designer/calculatorform/calculatorform.ui" href="designer-calculatorform-calculatorform-ui.html" subtype="file" title="" fulltitle="calculatorform.ui Example File" subtitle="designer/calculatorform/calculatorform.ui" location=""/>
+ <page access="public" status="commendable" name="designer/calculatorform/main.cpp" href="designer-calculatorform-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="designer/calculatorform/main.cpp" location=""/>
+ <page access="public" status="commendable" name="designer/calculatorform/calculatorform.pro" href="designer-calculatorform-calculatorform-pro.html" subtype="file" title="" fulltitle="calculatorform.pro Example File" subtitle="designer/calculatorform/calculatorform.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="graphicsview-porting.html" href="graphicsview-porting.html" subtype="page" title="Porting to Graphics View" fulltitle="Porting to Graphics View" subtitle="" location="porting4-canvas.qdoc">
+ <keyword name="qgraphicsview-graphicsview-porting-graphics-canvas"/>
+ <contents name="introduction" title="Introduction" level="1"/>
+ <contents name="porting-from-q3canvas" title="Porting from Q3Canvas" level="1"/>
+ <contents name="porting-table" title="Porting table" level="2"/>
+ <contents name="porting-scenes-with-tiles" title="Porting scenes with tiles" level="2"/>
+ <contents name="porting-from-q3canvasview" title="Porting from Q3CanvasView" level="1"/>
+ <contents name="porting-table" title="Porting table" level="2"/>
+ <contents name="other-differences" title="Other differences" level="2"/>
+ <contents name="porting-from-q3canvasitem" title="Porting from Q3CanvasItem" level="1"/>
+ <contents name="q3canvaspolygonalitem" title="Q3CanvasPolygonalItem" level="2"/>
+ <contents name="q3canvasellipse" title="Q3CanvasEllipse" level="2"/>
+ <contents name="q3canvasline" title="Q3CanvasLine" level="2"/>
+ <contents name="q3canvaspolygon" title="Q3CanvasPolygon" level="2"/>
+ <contents name="q3canvasspline" title="Q3CanvasSpline" level="2"/>
+ <contents name="q3canvasrectangle" title="Q3CanvasRectangle" level="2"/>
+ <contents name="q3canvassprite" title="Q3CanvasSprite" level="2"/>
+ <contents name="q3canvaspixmap-q3canvaspixmaparray" title="Q3CanvasPixmap, Q3CanvasPixmapArray" level="3"/>
+ <contents name="q3canvastext" title="Q3CanvasText" level="2"/>
+ <contents name="q3canvasitemlist" title="Q3CanvasItemList" level="2"/>
+ <contents name="other-resources" title="Other Resources" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="sql/masterdetail" href="sql-masterdetail.html" subtype="example" title="Master Detail Example" fulltitle="Master Detail Example" subtitle="" location="masterdetail.qdoc">
+ <page access="public" status="commendable" name="sql/masterdetail/albumdetails.xml" href="sql-masterdetail-albumdetails-xml.html" subtype="file" title="" fulltitle="albumdetails.xml Example File" subtitle="sql/masterdetail/albumdetails.xml" location=""/>
+ <page access="public" status="commendable" name="sql/masterdetail/database.h" href="sql-masterdetail-database-h.html" subtype="file" title="" fulltitle="database.h Example File" subtitle="sql/masterdetail/database.h" location=""/>
+ <page access="public" status="commendable" name="sql/masterdetail/dialog.cpp" href="sql-masterdetail-dialog-cpp.html" subtype="file" title="" fulltitle="dialog.cpp Example File" subtitle="sql/masterdetail/dialog.cpp" location=""/>
+ <page access="public" status="commendable" name="sql/masterdetail/dialog.h" href="sql-masterdetail-dialog-h.html" subtype="file" title="" fulltitle="dialog.h Example File" subtitle="sql/masterdetail/dialog.h" location=""/>
+ <page access="public" status="commendable" name="sql/masterdetail/mainwindow.cpp" href="sql-masterdetail-mainwindow-cpp.html" subtype="file" title="" fulltitle="mainwindow.cpp Example File" subtitle="sql/masterdetail/mainwindow.cpp" location=""/>
+ <page access="public" status="commendable" name="sql/masterdetail/mainwindow.h" href="sql-masterdetail-mainwindow-h.html" subtype="file" title="" fulltitle="mainwindow.h Example File" subtitle="sql/masterdetail/mainwindow.h" location=""/>
+ <page access="public" status="commendable" name="sql/masterdetail/main.cpp" href="sql-masterdetail-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="sql/masterdetail/main.cpp" location=""/>
+ <page access="public" status="commendable" name="sql/masterdetail/masterdetail.pro" href="sql-masterdetail-masterdetail-pro.html" subtype="file" title="" fulltitle="masterdetail.pro Example File" subtitle="sql/masterdetail/masterdetail.pro" location=""/>
+ <page access="public" status="commendable" name="sql/masterdetail/masterdetail.qrc" href="sql-masterdetail-masterdetail-qrc.html" subtype="file" title="" fulltitle="masterdetail.qrc Example File" subtitle="sql/masterdetail/masterdetail.qrc" location=""/>
+ </page>
+ <page access="public" status="commendable" name="standard-dialogs" href="standard-dialogs.html" subtype="group" title="Standard Dialog Classes" fulltitle="Standard Dialog Classes" subtitle="" location="dialogs.qdoc"/>
+ <page access="public" status="commendable" name="dialog-classes" href="dialog-classes.html" subtype="group" title="Classes for Building Dialogs" fulltitle="Classes for Building Dialogs" subtitle="" location="dialogs.qdoc"/>
+ <page access="public" status="commendable" name="dialogs.html" href="dialogs.html" subtype="page" title="Dialog Windows" fulltitle="Dialog Windows" subtitle="" location="dialogs.qdoc"/>
+ <page access="public" status="commendable" name="index.html" href="index.html" subtype="page" title="Qt Reference Documentation" fulltitle="Qt Reference Documentation" subtitle="" location="index.qdoc">
+ <keyword name="qt-reference-documentation"/>
+ </page>
+ <page access="public" status="commendable" name="trademarks.html" href="trademarks.html" subtype="page" title="Trademarks" fulltitle="Trademarks" subtitle="" location="trademarks.qdoc"/>
+ <page access="public" status="commendable" name="legal-easing.html" href="legal-easing.html" subtype="page" title="Easing Equations by Robert Penner" fulltitle="Easing Equations by Robert Penner" subtitle="" location="legal.qdoc"/>
+ <page access="public" status="commendable" name="qmlmodules.html" href="qmlmodules.html" subtype="page" title="Modules of Components" fulltitle="Modules of Components" subtitle="" location="modules.qdoc">
+ <target name="qmlmodules"/>
+ </page>
+ <page access="public" status="commendable" name="widgets/imageviewer" href="widgets-imageviewer.html" subtype="example" title="Image Viewer Example" fulltitle="Image Viewer Example" subtitle="" location="imageviewer.qdoc">
+ <contents name="imageviewer-class-definition" title="ImageViewer Class Definition" level="1"/>
+ <contents name="imageviewer-class-implementation" title="ImageViewer Class Implementation" level="1"/>
+ <page access="public" status="commendable" name="widgets/imageviewer/imageviewer.cpp" href="widgets-imageviewer-imageviewer-cpp.html" subtype="file" title="" fulltitle="imageviewer.cpp Example File" subtitle="widgets/imageviewer/imageviewer.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/imageviewer/imageviewer.h" href="widgets-imageviewer-imageviewer-h.html" subtype="file" title="" fulltitle="imageviewer.h Example File" subtitle="widgets/imageviewer/imageviewer.h" location=""/>
+ <page access="public" status="commendable" name="widgets/imageviewer/main.cpp" href="widgets-imageviewer-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="widgets/imageviewer/main.cpp" location=""/>
+ <page access="public" status="commendable" name="widgets/imageviewer/imageviewer.pro" href="widgets-imageviewer-imageviewer-pro.html" subtype="file" title="" fulltitle="imageviewer.pro Example File" subtitle="widgets/imageviewer/imageviewer.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="dialogs/sipdialog" href="dialogs-sipdialog.html" subtype="example" title="SIP Dialog Example" fulltitle="SIP Dialog Example" subtitle="" location="sipdialog.qdoc">
+ <contents name="dialog-class-definition" title="Dialog Class Definition" level="1"/>
+ <contents name="dialog-class-implementation" title="Dialog Class Implementation" level="1"/>
+ <contents name="the-function" title="The function" level="1"/>
+ <page access="public" status="commendable" name="dialogs/sipdialog/dialog.cpp" href="dialogs-sipdialog-dialog-cpp.html" subtype="file" title="" fulltitle="dialog.cpp Example File" subtitle="dialogs/sipdialog/dialog.cpp" location=""/>
+ <page access="public" status="commendable" name="dialogs/sipdialog/dialog.h" href="dialogs-sipdialog-dialog-h.html" subtype="file" title="" fulltitle="dialog.h Example File" subtitle="dialogs/sipdialog/dialog.h" location=""/>
+ <page access="public" status="commendable" name="dialogs/sipdialog/main.cpp" href="dialogs-sipdialog-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="dialogs/sipdialog/main.cpp" location=""/>
+ <page access="public" status="commendable" name="dialogs/sipdialog/sipdialog.pro" href="dialogs-sipdialog-sipdialog-pro.html" subtype="file" title="" fulltitle="sipdialog.pro Example File" subtitle="dialogs/sipdialog/sipdialog.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qtconcurrent/imagescaling" href="qtconcurrent-imagescaling.html" subtype="example" title="QtConcurrent Image Scaling Example" fulltitle="QtConcurrent Image Scaling Example" subtitle="" location="qtconcurrent-imagescaling.qdoc">
+ <page access="public" status="commendable" name="qtconcurrent/imagescaling/imagescaling.cpp" href="qtconcurrent-imagescaling-imagescaling-cpp.html" subtype="file" title="" fulltitle="imagescaling.cpp Example File" subtitle="qtconcurrent/imagescaling/imagescaling.cpp" location=""/>
+ <page access="public" status="commendable" name="qtconcurrent/imagescaling/imagescaling.h" href="qtconcurrent-imagescaling-imagescaling-h.html" subtype="file" title="" fulltitle="imagescaling.h Example File" subtitle="qtconcurrent/imagescaling/imagescaling.h" location=""/>
+ <page access="public" status="commendable" name="qtconcurrent/imagescaling/main.cpp" href="qtconcurrent-imagescaling-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="qtconcurrent/imagescaling/main.cpp" location=""/>
+ <page access="public" status="commendable" name="qtconcurrent/imagescaling/imagescaling.pro" href="qtconcurrent-imagescaling-imagescaling-pro.html" subtype="file" title="" fulltitle="imagescaling.pro Example File" subtitle="qtconcurrent/imagescaling/imagescaling.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="qmlexamples.html" href="qmlexamples.html" subtype="page" title="QML Examples" fulltitle="QML Examples" subtitle="" location="examples.qdoc">
+ <target name="qmlexamples"/>
+ </page>
+ <page access="public" status="commendable" name="phonon-overview.html" href="phonon-overview.html" subtype="page" title="Phonon Overview" fulltitle="Phonon Overview" subtitle="" location="phonon.qdoc">
+ <contents name="introduction" title="Introduction" level="1"/>
+ <contents name="architecture" title="Architecture" level="1"/>
+ <contents name="media-objects" title="Media Objects" level="2"/>
+ <contents name="sinks" title="Sinks" level="2"/>
+ <contents name="processors" title="Processors" level="2"/>
+ <contents name="playback" title="Playback" level="1"/>
+ <contents name="building-graphs" title="Building Graphs" level="1"/>
+ <contents name="audio" title="Audio" level="2"/>
+ <contents name="audio-effects" title="Audio Effects" level="3"/>
+ <contents name="video" title="Video" level="2"/>
+ <contents name="backends" title="Backends" level="1"/>
+ <contents name="querying-backends-for-support" title="Querying Backends for Support" level="2"/>
+ <contents name="installing-phonon" title="Installing Phonon" level="1"/>
+ <contents name="windows" title="Windows" level="2"/>
+ <contents name="windows-xp-and-later-windows-versions" title="Windows XP and later Windows versions" level="3"/>
+ <contents name="earlier-windows-versions-than-windows-xp" title="Earlier Windows versions than Windows XP" level="3"/>
+ <contents name="setting-up-the-environment" title="Setting up the environment" level="3"/>
+ <contents name="linux" title="Linux" level="2"/>
+ <contents name="mac-os-x" title="Mac OS X" level="2"/>
+ <contents name="deploying-phonon-applications-on-windows-and-mac-os-x" title="Deploying Phonon Applications on Windows and Mac OS X" level="1"/>
+ <contents name="work-in-progress" title="Work in Progress" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="activeqt-server.html" href="activeqt-server.html" subtype="page" title="Building ActiveX servers and controls with Qt" fulltitle="Building ActiveX servers and controls with Qt" subtitle="" location="activeqt-server.qdoc">
+ <contents name="using-the-library" title="Using the Library" level="1"/>
+ <contents name="out-of-process-vs-in-process" title="Out-of-Process vs. In-Process" level="2"/>
+ <contents name="typical-errors-during-the-post-build-steps" title="Typical Errors During the Post-Build Steps" level="2"/>
+ <contents name="the-server-executable-crashes" title="The Server Executable Crashes" level="3"/>
+ <contents name="the-server-executable-is-not-a-valid-win32-application" title="The Server Executable Is Not a Valid Win32 Application" level="3"/>
+ <contents name="unable-to-locate-dll" title="&quot;Unable to locate DLL&quot;" level="3"/>
+ <contents name="cannot-open-file" title="&quot;Cannot open file ...&quot;" level="3"/>
+ <contents name="implementing-controls" title="Implementing Controls" level="1"/>
+ <contents name="data-types" title="Data Types" level="2"/>
+ <contents name="sub-objects" title="Sub-Objects" level="2"/>
+ <contents name="property-notification" title="Property Notification" level="2"/>
+ <contents name="serving-controls" title="Serving Controls" level="1"/>
+ <contents name="typical-compile-time-problems" title="Typical Compile-Time Problems" level="2"/>
+ <contents name="no-overloaded-function-takes-2-parameters" title="&quot;No overloaded function takes 2 parameters&quot;" level="3"/>
+ <contents name="syntax-error-bad-suffix-on-number" title="&quot;Syntax error: bad suffix on number&quot;" level="3"/>
+ <contents name="unresolved-external-symbol-ucm-instantiate" title="&quot;Unresolved external symbol _ucm_instantiate&quot;" level="3"/>
+ <contents name="ucm-initialize-already-defined-in" title="&quot;_ucm_initialize already defined in ...&quot;" level="3"/>
+ <contents name="distributing-qaxserver-binaries" title="Distributing QAxServer Binaries" level="2"/>
+ <contents name="installing-stand-alone-servers" title="Installing Stand-Alone Servers" level="3"/>
+ <contents name="installing-in-process-servers" title="Installing In-Process Servers" level="3"/>
+ <contents name="distributing-servers-over-the-internet" title="Distributing Servers over the Internet" level="3"/>
+ <contents name="using-the-controls" title="Using the Controls" level="1"/>
+ <contents name="supported-and-unsupported-activex-clients" title="Supported and Unsupported ActiveX Clients" level="2"/>
+ <contents name="supported-clients" title="Supported Clients" level="3"/>
+ <contents name="unsupported-clients" title="Unsupported Clients" level="3"/>
+ <contents name="typical-runtime-errors" title="Typical Runtime Errors" level="2"/>
+ <contents name="the-server-does-not-respond" title="The Server Does Not Respond" level="3"/>
+ <contents name="the-object-cannot-be-created" title="The Object Cannot Be Created" level="3"/>
+ <contents name="debugging-runtime-errors" title="Debugging Runtime Errors" level="2"/>
+ <contents name="class-information-and-tuning" title="Class Information and Tuning" level="1"/>
+ <contents name="developing-licensed-components" title="Developing Licensed Components" level="2"/>
+ <contents name="more-interfaces" title="More Interfaces" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="qaxserver-demo-multiple.html" href="qaxserver-demo-multiple.html" subtype="page" title="Two Simple Qt Widgets" fulltitle="Two Simple Qt Widgets" subtitle="" location="multiple.qdoc"/>
+ <page access="public" status="commendable" name="activeqt/multiple" href="activeqt-multiple.html" subtype="example" title="Multiple Example (ActiveQt)" fulltitle="Multiple Example (ActiveQt)" subtitle="" location="multiple.qdoc">
+ <page access="public" status="commendable" name="activeqt/multiple/ax1.h" href="activeqt-multiple-ax1-h.html" subtype="file" title="" fulltitle="ax1.h Example File" subtitle="activeqt/multiple/ax1.h" location=""/>
+ <page access="public" status="commendable" name="activeqt/multiple/ax2.h" href="activeqt-multiple-ax2-h.html" subtype="file" title="" fulltitle="ax2.h Example File" subtitle="activeqt/multiple/ax2.h" location=""/>
+ <page access="public" status="commendable" name="activeqt/multiple/main.cpp" href="activeqt-multiple-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="activeqt/multiple/main.cpp" location=""/>
+ <page access="public" status="commendable" name="activeqt/multiple/multiple.pro" href="activeqt-multiple-multiple-pro.html" subtype="file" title="" fulltitle="multiple.pro Example File" subtitle="activeqt/multiple/multiple.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="graphicsview/elasticnodes" href="graphicsview-elasticnodes.html" subtype="example" title="Elastic Nodes Example" fulltitle="Elastic Nodes Example" subtitle="" location="elasticnodes.qdoc">
+ <page access="public" status="commendable" name="graphicsview/elasticnodes/edge.cpp" href="graphicsview-elasticnodes-edge-cpp.html" subtype="file" title="" fulltitle="edge.cpp Example File" subtitle="graphicsview/elasticnodes/edge.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/elasticnodes/edge.h" href="graphicsview-elasticnodes-edge-h.html" subtype="file" title="" fulltitle="edge.h Example File" subtitle="graphicsview/elasticnodes/edge.h" location=""/>
+ <page access="public" status="commendable" name="graphicsview/elasticnodes/graphwidget.cpp" href="graphicsview-elasticnodes-graphwidget-cpp.html" subtype="file" title="" fulltitle="graphwidget.cpp Example File" subtitle="graphicsview/elasticnodes/graphwidget.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/elasticnodes/graphwidget.h" href="graphicsview-elasticnodes-graphwidget-h.html" subtype="file" title="" fulltitle="graphwidget.h Example File" subtitle="graphicsview/elasticnodes/graphwidget.h" location=""/>
+ <page access="public" status="commendable" name="graphicsview/elasticnodes/node.cpp" href="graphicsview-elasticnodes-node-cpp.html" subtype="file" title="" fulltitle="node.cpp Example File" subtitle="graphicsview/elasticnodes/node.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/elasticnodes/node.h" href="graphicsview-elasticnodes-node-h.html" subtype="file" title="" fulltitle="node.h Example File" subtitle="graphicsview/elasticnodes/node.h" location=""/>
+ <page access="public" status="commendable" name="graphicsview/elasticnodes/main.cpp" href="graphicsview-elasticnodes-main-cpp.html" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="graphicsview/elasticnodes/main.cpp" location=""/>
+ <page access="public" status="commendable" name="graphicsview/elasticnodes/elasticnodes.pro" href="graphicsview-elasticnodes-elasticnodes-pro.html" subtype="file" title="" fulltitle="elasticnodes.pro Example File" subtitle="graphicsview/elasticnodes/elasticnodes.pro" location=""/>
+ </page>
+ <page access="public" status="commendable" name="xml-tools" href="xml-tools.html" subtype="group" title="XML Classes" fulltitle="XML Classes" subtitle="" location="xml-processing.qdoc"/>
+ <page access="public" status="commendable" name="xml-processing.html" href="xml-processing.html" subtype="page" title="XML Processing" fulltitle="XML Processing" subtitle="" location="xml-processing.qdoc">
+ <contents name="topics" title="Topics:" level="1"/>
+ <contents name="classes-for-xml-processing" title="Classes for XML Processing" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="xml-namespaces.html" href="xml-namespaces.html" subtype="page" title="An Introduction to Namespaces" fulltitle="An Introduction to Namespaces" subtitle="" location="xml-processing.qdoc">
+ <target name="namespaces"/>
+ <target name="namespacesconventions"/>
+ <contents name="conventions-used-in-the-qt-xml-documentation" title="Conventions Used in the Qt XML Documentation" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="xml-streaming.html" href="xml-streaming.html" subtype="page" title="XML Streaming" fulltitle="XML Streaming" subtitle="" location="xml-processing.qdoc"/>
+ <page access="public" status="commendable" name="xml-sax.html" href="xml-sax.html" subtype="page" title="The SAX interface" fulltitle="The SAX interface" subtitle="" location="xml-processing.qdoc">
+ <contents name="introduction-to-sax2" title="Introduction to SAX2" level="1"/>
+ <contents name="sax2-features" title="SAX2 Features" level="1"/>
+ <contents name="namespace-support-via-features" title="Namespace Support via Features" level="1"/>
+ <contents name="summary" title="Summary" level="2"/>
+ <contents name="properties" title="Properties" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="xml-dom.tml" href="xml-dom-tml.html" subtype="page" title="Working with the DOM Tree" fulltitle="Working with the DOM Tree" subtitle="" location="xml-processing.qdoc">
+ <target name="dom"/>
+ <target name="domintro"/>
+ <contents name="introduction-to-dom" title="Introduction to DOM" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qml-extending.html" href="qml-extending.html" subtype="page" title="Extending QML" fulltitle="Extending QML" subtitle="" location="extending.qdoc">
+ <contents name="adding-types" title="Adding Types" level="1"/>
+ <contents name="object-and-list-property-types" title="Object and List Property Types" level="1"/>
+ <contents name="inheritance-and-coercion" title="Inheritance and Coercion" level="1"/>
+ <contents name="default-property" title="Default Property" level="1"/>
+ <contents name="grouped-properties" title="Grouped Properties" level="1"/>
+ <contents name="attached-properties" title="Attached Properties" level="1"/>
+ <contents name="signal-support" title="Signal Support" level="1"/>
+ <contents name="property-value-sources" title="Property Value Sources" level="1"/>
+ <contents name="property-binding" title="Property Binding" level="1"/>
+ <contents name="extension-objects" title="Extension Objects" level="1"/>
+ <contents name="optimization" title="Optimization" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="qml-extending-types.html" href="qml-extending-types.html" subtype="page" title="Extending types from QML" fulltitle="Extending types from QML" subtitle="" location="extending.qdoc">
+ <contents name="adding-new-properties" title="Adding new properties" level="1"/>
+ <contents name="property-definitions" title="Property definitions" level="2"/>
+ <contents name="property-aliases" title="Property aliases" level="2"/>
+ <contents name="adding-new-signals" title="Adding new signals" level="1"/>
+ <contents name="adding-new-methods" title="Adding new methods" level="1"/>
+ <contents name="defining-new-components" title="Defining new Components" level="1"/>
+ <contents name="building-reusable-components" title="Building reusable components" level="2"/>
+ </page>
+ <page access="public" status="commendable" name="qt4-network.html" href="qt4-network.html" subtype="page" title="The Network Module in Qt 4" fulltitle="The Network Module in Qt 4" subtitle="" location="qt4-network.qdoc">
+ <contents name="general-overview" title="General Overview" level="1"/>
+ <contents name="example-code" title="Example Code" level="1"/>
+ <contents name="tcp-client" title="TCP Client" level="2"/>
+ <contents name="tcp-server" title="TCP Server" level="2"/>
+ <contents name="udp-senders-and-receivers" title="UDP Senders and Receivers" level="2"/>
+ <contents name="comparison-with-qt-3" title="Comparison with Qt 3" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="installation" href="installation.html" subtype="group" title="Installation" fulltitle="Installation" subtitle="" location="installation.qdoc"/>
+ <page access="public" status="commendable" name="install-x11.html" href="install-x11.html" subtype="page" title="Installing Qt on X11 Platforms" fulltitle="Installing Qt on X11 Platforms" subtitle="" location="installation.qdoc"/>
+ <page access="public" status="commendable" name="install-win.html" href="install-win.html" subtype="page" title="Installing Qt on Windows" fulltitle="Installing Qt on Windows" subtitle="" location="installation.qdoc"/>
+ <page access="public" status="commendable" name="install-mac.html" href="install-mac.html" subtype="page" title="Installing Qt on Mac OS X" fulltitle="Installing Qt on Mac OS X" subtitle="" location="installation.qdoc"/>
+ <page access="public" status="commendable" name="install-wince.html" href="install-wince.html" subtype="page" title="Installing Qt on Windows CE" fulltitle="Installing Qt on Windows CE" subtitle="" location="installation.qdoc"/>
+ <page access="public" status="commendable" name="requirements.html" href="requirements.html" subtype="page" title="General Qt Requirements" fulltitle="General Qt Requirements" subtitle="" location="installation.qdoc">
+ <contents name="openssl-version-0-9-7-or-later" title="OpenSSL (version 0.9.7 or later)" level="1"/>
+ <contents name="platform-specific-requirements" title="Platform-Specific Requirements" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="requirements-win.html" href="requirements-win.html" subtype="page" title="Qt for Windows Requirements" fulltitle="Qt for Windows Requirements" subtitle="" location="installation.qdoc"/>
+ <page access="public" status="commendable" name="requirements-mac.html" href="requirements-mac.html" subtype="page" title="Qt for Mac OS X Requirements" fulltitle="Qt for Mac OS X Requirements" subtitle="" location="installation.qdoc"/>
+ <page access="public" status="commendable" name="requirements-x11.html" href="requirements-x11.html" subtype="page" title="Qt for X11 Requirements" fulltitle="Qt for X11 Requirements" subtitle="" location="installation.qdoc">
+ <contents name="qtgui-dependencies" title="QtGui Dependencies" level="1"/>
+ <contents name="opengl-dependencies" title="OpenGL Dependencies" level="1"/>
+ <contents name="phonon-dependencies" title="Phonon Dependencies" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="requirements-wince.html" href="requirements-wince.html" subtype="page" title="Qt for Windows CE Requirements" fulltitle="Qt for Windows CE Requirements" subtitle="" location="installation.qdoc"/>
+ <page access="public" status="commendable" name="requirements-embedded-linux.html" href="requirements-embedded-linux.html" subtype="page" title="Qt for Embedded Linux Requirements" fulltitle="Qt for Embedded Linux Requirements" subtitle="" location="installation.qdoc">
+ <contents name="building-qt-for-embedded-linux-with-uclibc" title="Building Qt for Embedded Linux with uclibc" level="1"/>
+ <contents name="memory-requirements" title="Memory Requirements" level="1"/>
+ <contents name="additional-x11-libraries-for-qvfb" title="Additional X11 Libraries for QVFb" level="1"/>
+ </page>
+ <page access="public" status="commendable" name="gallery-motif.html" href="gallery-motif.html" subtype="page" title="Motif Style Widget Gallery" fulltitle="Motif Style Widget Gallery" subtitle="" location="gallery-motif.qdoc"/>
+ </namespace>
+</INDEX>
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index 7fef82eb1e..d85f53cc59 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -11,11 +11,13 @@
Development Environment (IDE) to develop Qt projects. It is available for
the Linux, Mac OS X and Windows platforms.
- \note Please report bugs and suggestions to the Qt task tracker at
- http://qt.nokia.com/developer/task-tracker. You can also join the
- qt-creator@trolltech.com mailing list. To subscribe, send a message with
- the word \e subscribe to qt-creator-request@trolltech.com. For more
- information on Qt mailing lists, visit http://lists.trolltech.com
+ \note Please report bugs and suggestions to the
+ \l{http://qt.nokia.com/developer/task-tracker}{Qt task tracker}.
+ You can also join the Qt Creator mailing list. To subscribe,
+ send a message with the word \e subscribe to
+ \l{mailto:qt-creator-request@trolltech.com}
+ {qt-creator-request@trolltech.com}. For more information on Qt mailing
+ lists, visit \l{http://lists.trolltech.com}{http://lists.trolltech.com}.
\image qtcreator-screenshots.png
diff --git a/doc/qtcreator.qdocconf b/doc/qtcreator.qdocconf
index 55794fca19..c1e89406ea 100644
--- a/doc/qtcreator.qdocconf
+++ b/doc/qtcreator.qdocconf
@@ -9,6 +9,7 @@ sourcedirs = $SRCDIR
imagedirs = $SRCDIR/images
outputdir = $OUTDIR
exampledirs = $SRCDIR
+indexes = qt.index
extraimages.HTML = qt-logo \
trolltech-logo
@@ -85,7 +86,6 @@ macro.i81 = "\\o{8,1}"
macro.i91 = "\\o{9,1}"
macro.img = "\\image"
macro.endquote = "\\endquotation"
-
spurious = "Missing comma in .*" \
"Missing pattern .*"
@@ -189,18 +189,26 @@ HTML.stylesheets = classic.css
HTML.postheader = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n" \
"<tr>\n" \
"<td align=\"left\" valign=\"top\" width=\"32\">" \
- "<img src=\"images/qt-logo.png\" align=\"left\" width=\"32\" height=\"32\" border=\"0\" />" \
+ "<a href=\"http://qt.nokia.com/\"><img src=\"images/qt-logo.png\" align=\"left\" border=\"0\" /></a>" \
"</td>\n" \
"<td width=\"1\">&nbsp;&nbsp;</td>" \
"<td class=\"postheader\" valign=\"center\">" \
- "<a href=\"qtcreator-manual.html\">" \
- "<font color=\"#004faf\">Home</font></a>" \
- "</td>\n" \
- "<td align=\"right\" valign=\"top\" width=\"230\"></td></tr></table><br>"
+ "<a href=\"index.html\">" \
+ "<font color=\"#004faf\">Home</font></a>&nbsp;&middot; " \
+ "<a href=\"creator-code-editor.html\">" \
+ "<font color=\"#004faf\">Editor</font></a>&nbsp;&middot; " \
+ "<a href=\"creator-navigation.html\">" \
+ "<font color=\"#004faf\">Code Navigation</font></a>&nbsp;&middot; " \
+ "<a href=\"creator-keyboard-shortcuts.html\">" \
+ "<font color=\"#004faf\">Shortcuts</font></a>&nbsp;&middot; " \
+ "<a href=\"http://qt.gitorious.org/qt-creator/pages/Home\">" \
+ "<font color=\"#004faf\">Wiki</font></a>" \
+ "</td>" \
+ "</tr></table>"
HTML.footer = "<p /><address><hr /><div align=\"center\">\n" \
- "<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \
- "<td width=\"30%\" align=\"left\">Copyright &copy; 2009 Nokia</td>\n" \
- "<td width=\"40%\" align=\"center\">&nbsp;</td>\n" \
- "<td width=\"30%\" align=\"right\"><div align=\"right\">Qt Creator 1.2.1</div></td>\n" \
+ "<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \
+ "<td width=\"40%\" align=\"left\">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies)</td>\n" \
+ "<td width=\"20%\" align=\"center\"><a href=\"trademarks.html\">Trademarks</a></td>\n" \
+ "<td width=\"40%\" align=\"right\"><div align=\"right\">Qt Creator 1.2.1</div></td>\n" \
"</tr></table></div></address>"